@charset "utf-8";

/*共通設定*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	min-height: 100%;
}

body {
	punctuation-trim: adjacent;
	font-family: 'Noto Sans JP' ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#333;
	font-size: 14px;
	height: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

b {
	font-weight: bold;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

table {
	width:100%;
}

a{
	text-decoration: none;
	color: inherit;
	transition: 0.3s;
}

a:hover {
	cursor: pointer;
	opacity:0.8;
}

.link{
	color:#0075bf;
	text-decoration: underline;
}

.of {overflow: hidden;}
.fl { float:left;}
.fr { float:right;}
.mt10 { margin-top:10px;}
.mr10 { margin-right:10px;}
.mb10 { margin-bottom:10px;}
.ml10 { margin-left:10px;}
.mt20 { margin-top:20px;}
.mr20 { margin-right:20px;}
.mb20 { margin-bottom:20px;}
.ml20 { margin-left:20px;}
.mt30 { margin-top:30px;}
.mr30 { margin-right:30px;}
.mb30 { margin-bottom:30px;}
.ml30 { margin-left:30px;}

.pl10 {padding-left:10px;}
.pr10 {padding-right:10px;}
.pt10 {padding-top:10px;}
.pb10 {padding-bottom:10px;}
.plr10 {padding-left:10px;padding-right:10px;}

.sp_only{display: none}
.pc_only{display: inherit}
.tab_only{display: none}
.tab_pc_only{display: inherit}
.tab_sp_only{display: none}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}

.ib_wrap{
	font-size: 0;
	letter-spacing: normal;
}

.bl{
	color:#0075bf;
}


/*==============================
		  共有設定
==============================*/

img{
	width:100%;
	vertical-align:bottom;
}

.w980{
	max-width: 980px;
	margin: auto;
}

.w1280{
	max-width: 1280px;
	margin: auto;
}

.box{
    margin-bottom: 140px;
}

.fa{
	margin: 0 5px;
}



/*ボタン*/
.btn a{
	background: #0075bf;
	color: #fff;
    display: block;
    padding: 15px 20px;
	max-width: 200px;
	width:100%;
    margin: 20px auto;
	text-align: center;
	position: relative;
	border-radius: 6px;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}

.btn a:after{
    content: "";
    display: block;
    position: absolute;
	right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translate(0,-50%);
	top:50%;
}


.btn a:hover{
	opacity: 1;
	background: #0080d2;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.1);
}

.btn.mail a{
	font-size: 0;
	margin: 0;
	letter-spacing:normal;	
	background: #00a03d;
}

.btn.mail a span{
    width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.btn.mail a p{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}

.btn.mail a:after{
	display:none;
}

.btn.mail a:hover{
	background: #1bbf59;
}

.btn.back a{
	background: #333;
}

.btn.back a:after{
	right: auto;
	left:12px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.btn.back a:hover{
	background: #555;
}

h1{
	font-size:10px;
}

h2.title{
	font-weight: bold;
	font-size:30px;
	text-align: center;
	margin: 30px auto;
}

.tel a{

	font-size: 0;
	letter-spacing:normal;	
}

.tel a span{
    width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


.tel a p{
	color: #00a03d;
	font-weight:900;
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
}

.mainCopy{
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: #666;
}

/*==============================
		  header設定
==============================*/

#wrapper{
	position: relative;
}

#header{
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    position: fixed;
    width: 100%;
    top: 0;
	z-index: 100;
}

#header .of{
	padding: 10px 0 8px;
}

#header .logo img{
	height:60px;
	width: auto;
}

#header .head_contact{
    font-size: 0;
    letter-spacing: normal;
    vertical-align: middle;
    position: relative;
    right: 20px;
}

#header .head_contact >p{
	font-size: 14px;
	text-align: center;
	color: #666;
}

#header .head_contact .btn.mail a {
    padding: 10px;
}


#header .head_contact >div{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}


#header .contents_nav{
	margin-bottom: 10px;
}

#header .contents_nav li{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	width: 12.5%;
}

#header .contents_nav li a{
	display: block;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto;
	color: #0075bf;
	border-right: 1px solid;
}

#header .contents_nav li:first-child a{
	border-left: 1px solid;
}

#header .contents_nav li.mainte a{
	color: #9c9c9c;
}

/*==============================
		  下層ページ共通設定
==============================*/

#content{
	margin-top: 140px;
}


.copy{
	font-size: 16px;
	line-height: 2em;
	text-align: center;
	margin-bottom: 60px;
}

/*==============================
		titleImg
==============================*/

.titleimg{
    max-height: 320px;
    height: 15vw;
    margin-top: 140px;
}


.titleimg .w1280{
	position: relative;
	height:100%;
}

.titleimg .titleimg_wrap{
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 40%;
    padding: 40px;
    color: #fff;
    background: #0075bf;
}


.titleimg .jp{
    font-size: 40px;
    font-weight: bold;		
}

.titleimg .en{
    font-size: 20px;
}


/*==============================
		お問い合わせ
==============================*/

.contact{
	color: #00a53d;
	border: 1px solid;
	text-align: center;
}

.contact h3{
	font-weight: bold;
	color: #fff;
	background: #00a53d;
	font-size: 24px;
	padding: 10px 0;
	letter-spacing: 0.1em;
}

.contact_wrap{
	padding:40px 20px;
	font-size: 0;
	letter-spacing: normal;
}

.contact_wrap >div{
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin: 0 5%;
}

.contact_wrap .tel a p{
	font-weight: 900;
	font-size: 62px;
	line-height: 1;
}

.contact_wrap .tel a span {
    width: 46px;
}

.contact_wrap .tel >p{
	font-size: 20px;
	text-align: right;
}

.mail_wrap > p{
	font-size: 18px;
    letter-spacing: 0.2em;
    text-align: center;
    width: 100%;
	margin-bottom: 10px;
}

.contact_wrap .mail a{
	display: block;
	padding: 20px 40px;
	max-width: calc(100% - 80px);
}

.contact_wrap .mail a p{
	font-size: 24px;
}


/*==============================
		  フッター
==============================*/

#footer{
	padding: 30px 0 0;
	background: #f6f6f6;
	margin-top: 120px;
	color: #0075bf;
	text-align: center;
}


#footer #gotop{
	position: fixed;
	z-index: 1000;
	right: 50px;
	bottom: 50px;
	width: 80px;
}

#footer #gotop a{
	display:block;
    transition: 0.1s;
}

#footer #gotop a:hover{
	opacity:1;
	transform:rotate(5deg);
}

#footer .foot_menu{
	margin-bottom: 60px;
}

#footer .foot_menu ul li{
	display: inline-block;
	font-size: 14px;
	width: 12.5%;
	
}

#footer .foot_menu ul li.mainte{
	color: #9c9c9c;
}

#footer .address .logo{
	max-width: 240px;
    margin: auto;
	margin-bottom: 20px;
}

#footer .address p {
	margin-bottom: 5px;
}

#footer .address p span{
	margin-right: 20px;
}
		
#footer .copyright{
	text-align: center;
	font-size: 10px;
	margin-top: 60px;
	background: #0075bf;
	color:#fff;
}






/*==============================
		小ブラウザ設定
==============================*/


@media (max-width: 1280px){
	.w1280{
	    width: 94%;
	}
	
	.titleimg{
		height: 20vw;
	}
	
	/*==============================
		  お問い合わせ
	==============================*/

	.contact_wrap .tel a p {
		font-size: 4.5vw;
	}

	/*==============================
		  フッター
	==============================*/

}


/*==============================
		tab設定
==============================*/


@media (max-width: 1080px){
	
	
	.sp_only{display: none}
	.pc_only{display: none}
	.tab_only{display: inherit}
	.tab_pc_only{display: inherit}
	.tab_sp_only{display: inherit}
	
	/*==============================
			  header設定
	==============================*/
	#header {
        height: 40px;
		padding: 10px 0;
		box-shadow: 0px 0 2px rgba(0,0,0,0.2);
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
	
	#header .of{
	    padding: 0;
	}
	
	#header .logo img {
    	height: 40px;
	}
	
	#header #btn_menu{
		width: 40px;
    	height: 30px;
		position: relative;
		cursor:pointer;
		transition: 0.3s;
		margin: 5px auto;
	}
	
	#header #btn_menu span{
		position: absolute;
		height: 2px;
		width: 100%;
		display: block;
		background: #0075bf;
	}
	
	#header #btn_menu span:nth-child(1){
		top: 0;
	}

	#header #btn_menu span:nth-child(2){
		top: 14px;
	}

	#header #btn_menu span:nth-child(3){
		bottom: 0;
	}
	
	
	body.open #header #btn_menu {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	body.open #header #btn_menu span:nth-child(1) {
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(14px) rotate(-45deg);
	}
	body.open #header #btn_menu span:nth-child(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	body.open #header #btn_menu span:nth-child(3) {
		opacity: 0;
	}
	
	#header .head_contact{
	    line-height: 1;
	}

	#header .head_contact >p{
		display: none;
	}
	
	#header .head_contact .tel a p {
		font-size: 4vw;
	}
	
	#header .head_contact .btn.mail a {
	    max-width: calc(100% - 20px);
	}

	#header .contents_nav{
		float: none;
		height: 100vh;
	    z-index: 1000;
		background: #fff;
		position: absolute;
		top: 60px;
		right: -240px;
		width: 240px;
		box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	}
	
	#header .contents_nav {    
	    display: block;
	}
	
	#header .contents_nav li {
		display: block;
		margin-left: 0px;
		font-size: 14px;
		width: 100%;
	}
	
	#header .contents_nav li a{
		padding: 20px;
		display: block;
		border: none;
		text-align: left;
		position: relative;
	}
	
	#header .contents_nav li:first-child a {
		border: none;
	}
	
	#header .contents_nav li a:after{
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		width: 5px;
		height: 5px;
		border-top: 1px solid #0075bf;
		border-right: 1px solid #0075bf;
		transform: rotate(45deg) translate(0,-50%);
		top:50%;
	}



	/*==============================
			  content共通設定
	==============================*/
	#content{
		margin-top: 60px;
	}

	.titleimg{
		margin-top: 60px;
	}
	
	.titleimg .titleimg_wrap {
		bottom: -15%;
		padding: 30px;
	}
	.titleimg .jp {
		font-size: 30px;
	}

	/*==============================
			  お問い合わせ設定
	==============================*/
	.contact_wrap {
    	padding: 40px 0;
	}
	
	.contact_wrap >div {
		width: 45%;
		margin: 0 2.5%;
	}
	
	.contact_wrap .tel >p {
		font-size: 14px;
	}
	.contact_wrap .tel a p {
		font-size: 5.3vw;
	}
	
	.contact_wrap .tel a span {
		width: 30px;
	}

	.mail_wrap > p {
    	letter-spacing: normal;
	}
	
	.contact_wrap .mail a {
		padding: 20px;
		max-width: calc(100% - 40px);
	}
	
	.contact_wrap .mail a p {
		font-size: 20px;
		}


	
}


/*==============================
		SP設定
==============================*/


@media (max-width: 768px){
	
	.sp_only{display: inherit}
	.pc_only{display: none}
	.tab_only{display: none}
	.tab_pc_only{display: none}
	.tab_sp_only{display: inherit}
	
	.w980{
	    width: 100%;
	}
	
	
	
	
	/*==============================
			  header設定
	==============================*/
	#header .head_contact .tel{
		display:none;
	}
	
	#header .head_contact .btn.mail{
		display:none;
	}
	
	
	
	
	/*==============================
		  共通設定
	==============================*/

	.box {
		margin-bottom: 60px;
	}

	
	h2.title {
		font-size: 24px;
	    margin: 20px auto;
	}
	
	.mainCopy{
		font-size:10px;
		letter-spacing: normal;
	}
	

	/*==============================
		titleImg
	==============================*/

	.titleimg{
		height: 40vw;
	}
	    
	.titleimg .titleimg_wrap {
		bottom: -20%;
		left: 0;
		right: 0;
		margin: auto;
		width: 80%;
		padding: 20px;
	}
	
	.titleimg .jp {
		font-size: 26px;
	}

	.titleimg .en {
		font-size: 14px;
	}
	
	
	/*==============================
			  お問い合わせ設定
	==============================*/
	
	.contact_wrap {
    	padding: 20px;
	}
	
	.contact h3 {
		font-size: 20px;
		letter-spacing: normal;
	}
	
	.contact_wrap >div {
		width: 100%;
		margin: 0;
	}
	
	.contact_wrap .tel {
    	margin-bottom: 20px;
	}
	
	.contact_wrap .tel a p {
		font-size: 9.8vw;
	}
	
	.contact_wrap .mail_wrap > p {
    	font-size: 14px;
	}
	
	.contact_wrap .mail a p {
		font-size: 5.5vw;
	}

	
	/*==============================
		  フッター
	==============================*/

	#footer{
		padding:0;
		margin: 80px auto;
	}

	#footer #gotop{
		right: 10px;
		bottom: 72px;
	}
	
	#footer .footer_contact{
		position:fixed;
		width:100%;
		background: rgba(255,255,255,0.8);
		bottom:0;
		z-index:100;
		color: #00a03d;
	
	}
	
	#footer .footer_contact .contact_wrap{
		padding: 10px;
	}
	
	#footer .footer_contact .contact_wrap .tel{
		width: 46%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	
	#footer .footer_contact .contact_wrap .tel a p {
		font-size: 6.5vw;
	    letter-spacing: -0.05em;
	}
	
	#footer .footer_contact .contact_wrap .tel p {
		font-size: 12px;
	}
	
	#footer .footer_contact .contact_wrap .mail_wrap{
		width: 52%;
	}
	
	#footer .footer_contact .contact_wrap .mail_wrap > p {
    	font-size: 11px;
		margin-bottom:0;
	}
	
	#footer .footer_contact .contact_wrap .mail a {
		height: auto;
		padding: 10px 5px;
    	max-width: calc(100% - 10px);
		font-size: inherit;
	}
	
	#footer .footer_contact .contact_wrap .mail a p {
		font-size: 14px;
	}
	
	
	#footer .footer_wrap{
	    width: 100%;
	}
	
	#footer .footer_wrap .foot_menu ul{
		border-top: 1px solid;
	}
	
	#footer .footer_wrap .foot_menu ul li{
		width:calc(50% - 1px);
		margin-bottom: 0;
		border-bottom: 1px solid;
	}
	
	#footer .footer_wrap .foot_menu ul li:nth-child(even){
		border-left: 1px solid;
	}
	
	#footer .footer_wrap .foot_menu ul li > a{
	    padding: 15px;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	
	#footer .footer_wrap .foot_menu ul li a:after{
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		width: 5px;
		height: 5px;
		border-top: 1px solid #0075bf;
		border-right: 1px solid #0075bf;
		transform: rotate(45deg) translate(0,-50%);
		top:50%;
	}

	#footer .footer_wrap .foot_menu ul li span {
		display: none;
	}
	
	#footer .footer_wrap .foot_menu ul li.foot_btn {
    	width: 90%;
		display:block;
		margin: 40px auto 0;
	    font-size: 14px;
	}
	
	#footer .copyright{
		letter-spacing: normal;
		padding: 5px 0;
		font-size: 10px;
	}
}



