/*全体共通*/
body {
  -webkit-text-size-adjust: 100%;
  background-color: #f9f8f4;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
h1{
  max-height: 100%; 
}
a{
	color: #1c1c1c;
	font-weight: normal;
}
a:hover{
	cursor: pointer;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.red{
	color: #e60012!important;
}
.yellow{
	color: #ffff00;
}
.blue{
	color: #3372b9;
}
.center{
	text-align: center;
}
.under{
	border-bottom: 1px solid #888;
}
#loading{
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
/*パンくずリスト*/
.breadcrumbs{
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 20px;
}
.breadcrumbs li{
	position: relative;
	padding: 0 10px;
	line-height: 20px;
	height: 20px;
}
.breadcrumbs li a,.breadcrumbs li{
	display: inline-block;
	font-size: 1.3rem;
	color: #494949;
}
.breadcrumbs li:after{
	content: "";
    display: inline-block;
    border-top: 1px #494949 solid;
    border-right: 1px #494949 solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -4px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumbs li:last-child::after{
	display: none;
}


/*フォント*/
html { font-size: 62.5%; } 
body { font-size: 1.6rem; } 
h1 { font-size: 2.5rem; } 
h2 { font-size: 2rem; }
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}
/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none){
    body {font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;}
}

p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
    color: #233;
    line-height: 30px;
    letter-spacing: 1px;
}
.bold{
	font-weight: bold;
}
.serif{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.sanSerif{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
.ryuminR{
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
	font-style: normal;
}
.ryuminB{
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 600;
	font-style: normal;
}

/*ヘッダー*/
#header{
	width: 25%;
	display: inline-block;
	margin-top: 30px;
}
#headerNav{
	float: right;
	text-align: center;
	padding-right: 10px;
}
#header #headerLogo{
	margin-bottom: 30px;
}
#header .headerList{
	line-height: 50px;
}
#header .headerList a{
	font-weight: bold;
	color: #111111;
	letter-spacing: 2px;
	font-size: 1.6rem;
	opacity: .8;
	transition: .3s;
}
.headerSubBox{	
	margin-top: 10px;
	background-color: #eaeaea;
	padding: 10px 20px;
}
#header .headerSubList{
	line-height: 30px;
	text-align: left;
}
#header .headerList:nth-child(2) a{
	letter-spacing: 1px;
}
#header .headerSubList a{
	font-weight: normal;
	font-size: 1.4rem;
	opacity: .8;
	transition: .3s;
}
#header .headerSubList a i{
	margin-right: 5px;
}

#header a:hover{
	opacity: 1;
}

/*メインビジュアル*/
#mainVisualBox{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#mainVisual{
	width: 74%;
	height: 600px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
#mainVisual #tel p{
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 20px;
	color: #3c3c3c;
}
#mainVisual #tel p.number{
	font-size: 3.2rem;
	line-height: 30px;
	font-weight: bold;
	color: #2a7976;
	letter-spacing: 0;
}
#mainVisual #tel p.number img{
	margin-right: 10px;
	vertical-align: bottom;
}
#mainVisual .btnBox{
	max-width: 1200px;
	margin: 0 auto 10px;
	position: absolute;
	right: 1%;
}
#mainVisual #tel{
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	float: right;
}
#mainVisual .mainVisualBg{
	width: 113%;
	height: 550px;
	position: relative;
	top:80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
    -webkit-animation: zoomOut 8s ease;
    animation: zoomOut 8s ease;
    border-radius: 10px;
}
@keyframes zoomOut {
  0% {
  	background-size: auto 105%;
  }
  100% {
  	background-size: auto 110%;
  }
 }
#mainVisual .mainVisualBg #copyText{
	position: absolute;
	bottom: 50px;
	right: 10%;
}
#mainVisual .mainVisualBg #copyText p{
	font-size: 4rem;
	width: 350px;
	margin-bottom: 10px;
	padding: 10px 20px;
	color: #fff;
	line-height: 45px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a296+0,1fad76+75,22ae73+100&0.65+0,0.65+76,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,162,150,0.65) 0%, rgba(31,173,118,0.65) 75%, rgba(31,173,118,0.65) 76%, rgba(34,174,115,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,162,150,0.65) 0%,rgba(31,173,118,0.65) 75%,rgba(31,173,118,0.65) 76%,rgba(34,174,115,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,162,150,0.65) 0%,rgba(31,173,118,0.65) 75%,rgba(31,173,118,0.65) 76%,rgba(34,174,115,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a600a296', endColorstr='#0022ae73',GradientType=1 ); /* IE6-9 */
	text-shadow: 1px 1px 0 rgba(50,50,50,.2);
	letter-spacing: 5px;
}

/*バナー*/
#linkBox{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
#linkBox div{	
	height: 55px;
	background-color: #fff;
	box-shadow: -1px 1px 2px rgba(100,100,100,.3);
	position: absolute;
	border-radius: 10px;
	z-index: 5;
	padding: 20px 10px;
	right: -2%;
}
#linkBox .linkBtn{
	float: left;
	padding: 0 15px;
	border-right: 1px solid #ccc;
}
#linkBox .linkBtn:last-child{
	border-right: none;
}
#linkBox .linkBtn a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#linkBox .linkBtn a img{
	margin: auto;
	margin-top: 5px;
	transition: .2s;
}
#linkBox .linkBtn a img:hover{
	transform: translateY(-2px);	
}

/*imgLink*/
#imgLine .cntBoxImg {
    margin: 50px auto 0;
    overflow: hidden;
    height: 149px;
}
#imgLine .cntBoxImg div {
    background-image: url('../img/common/imgLine.jpg');
	height: 150px;
    width: 9999px;
    background-repeat: repeat-x;
    /* background-attachment: fixed; */
    background-size: auto 100%;
    background-position: 0 -1px;
    -webkit-animation: slide 60s linear infinite;
    animation: slide 60s linear infinite;
}
@keyframes slide {
  0% {
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  }
  100% {
  	-webkit-transform: translate3d(-1692px, 0, 0);
  	transform: translate3d(-1692px, 0, 0);
  }
 }

/*フッター*/
#footer {
    padding: 50px 0 40px;
    background: #fff;
}
#footer > div {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
#footer .footerLeft {
    color: #fff;
    width: 30%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}
#footer .footerLeft h2{
	height: 60px;
}
#footer .footerLeft h2 a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#footer .footerLeft p{
	font-size: 1.5rem;
	line-height: 25px;
	margin: 10px 0;
	color: #333;
}
#footer .footerRight {
    width: 67%;
    display: inline-block;
    margin-top: 65px;
}
#footer .footerRight .footerNav li {
    float: left;
    padding-left: 10px;
    width: 30%;
    margin-right:1.5%;
    margin-bottom: 20px;
}
#footer .footerRight .footerNav li a {
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 1px;
    position: relative;
    font-weight: bold;
}
#footer .footerRight .footerNav li a:before {
    width: 3px;
    height: 15px;
    bottom: 0;
    top: 0;
    margin: 0;
    left: -12px;
    border-radius: 5px;
    position: absolute;
    content: '';
    background: rgb(240,140,30);
    background: -moz-linear-gradient(top, rgba(240,140,30,1) 0%, rgba(234,90,36,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,140,30,1) 0%,rgba(234,90,36,1) 100%);
    background: linear-gradient(to bottom, rgba(240,140,30,1) 0%,rgba(234,90,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08c1e', endColorstr='#ea5a24',GradientType=0 );
    display: block;
}
#footer p.number {
    font-size: 3.2rem;
    line-height: 30px;
    font-weight: bold;
    color: #2a7976;
    letter-spacing: 0;
}
#footer p.number img {
    margin-right: 10px;
    vertical-align: bottom;
}
#footer .mapBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 20px auto 0;
}
#footer .mapBtn a {
    width: 100%;
    height: 100%;
    display: block;
    color: #ea5a24;
    font-size: 1.4rem;
    font-weight: bold;
    left: 3px;
    border: 1px solid #f08c1e;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(100,100,100,.3);
    position: relative;
    text-align: center;
    letter-spacing: 1px;
}
#footer .mapBtn a:before {
    content: '';
    background: linear-gradient(to right, #ea5a24, #f08c1e);
    transition: all 0.3s;
    position: absolute;
    z-index: 0;
    width: 0;
    height: 42px;
    left: 0;
}
#footer .mapBtn a span {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
#footer .mapBtn a:hover{
	color: #fff;
	transition: all 0.3s;
}
#footer .mapBtn a:hover:before{
	width: 100%;
}
#footer .footerSubBox{
	width: 90%;
	height: 45px;
	background-color: #eaeaea;
	line-height: 45px;
	border-radius: 3px;
	padding-left: 20px;
}
#footer .footerRight .footerNav li.footerSubList{
	margin-bottom: 0;
	width: auto;
	margin-right: 5%;
}
#footer .footerSubBox i{
	margin-right: 5px;
}
#footer .footerRight .footerNav li.footerSubList a{
	font-weight: normal;
	color: #333;
}
#footer .footerRight .footerNav li.footerSubList a:before{
	display: none;	
}
#footer .footerRight .footerNav li.footerSubList:last-child{
	margin-right: 0;
}
#footer small{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	margin-top: 40px;
	letter-spacing: 1px;
	color: #494949;

}
/*メインボックス*/


/*ボタン*/
.contactBtn{
	width: 250px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea5a24+0,f08c1e+100 */
	background: #ea5a24; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ea5a24 0%, #f08c1e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ea5a24 0%,#f08c1e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ea5a24 0%,#f08c1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5a24', endColorstr='#f08c1e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(50,50,50,.5);
	position: relative;
	float: right;
	opacity: .9;
	transition: .3s;
}
.contactBtn a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.contactBtn:hover{
	opacity: 1;
	/*cursor: pointer;*/
}
.contactBtn span{
	font-size: 1.7rem;
	letter-spacing: 1px;
	color: #fff;
	margin-left: 5px;
	font-weight: bold;
}
#mainVisual .contactBtn span:before{
	content:'';
	width: 24px;
	height: 22px;
	position: absolute;
	left: 35px;
	top:0;
	bottom:0;
	margin: auto;
	background: url('../img/common/mail.png')center/100% no-repeat;
}
.moreBtn{
	width: 70%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
}
.moreBtn a{
	width: 100%;
	height: 100%;
	display: block;
	color: #ea5a24;
	font-size: 1.2rem;
	font-weight: bold;
	left: 3px;
	border: 1px solid #f08c1e;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(100,100,100,.3);
	position: relative;
	text-align: center;
	background-color: #fff;
}
.moreBtn a span {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.moreBtn a:hover{
	color: #fff;
	transition: all 0.3s;
}
.moreBtn a:before{
	content:'';
	background: linear-gradient(to right, #ea5a24, #f08c1e);
    transition: all 0.3s;
    position: absolute;
    z-index: 0;
    width: 0;
    height: 32px;
    left: 0;
}
.moreBtn a:hover:before{
	width: 100%;
}
#topReturn{
  width: 50px;
  height: 50px;
  position: fixed;
  right: .5em;
  bottom: 1em;
  background: #2a7976;
  opacity: .9;
  z-index: 300;
  border-radius: 50px;
}
#topReturn a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#topReturn a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 3px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.infoBtn {
    width: 100%;
    max-width: 350px;
    margin: 30px auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2a7976;
    border: 1px solid #2a7976;
    position: relative;
    opacity: .9;
    transition: .3s;
}
.infoBtn:hover{
	opacity: 1;
}

.infoBtn a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
}

/*見出し*/
.Hstyle01 {
    font-size: 2.4rem;
    letter-spacing: 2px;
    border-bottom: 2px solid #aaa;
    padding-bottom: 15px;
    margin-bottom: 50px;
    color: #333;
}
.Hstyle01 span {
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #2a7976;
    margin: 0 15px;
    vertical-align: 2px;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}


/*お問い合わせ*/
#contactBox{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}
#contactBox .cnt{
	width: 47%;
	display: inline-block;
	background-color: #fff;
	vertical-align: top;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #ddd;
	padding: 60px 0 20px;
	text-align: center;
	height: 140px;
	position: relative;
}
#contactBox .cnt:before{
	content:'';
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #2a7976;
	box-shadow: 1px 1px 2px #bbb;
	border-radius: 25px;
	background-position: center;
	background-repeat: no-repeat;
	top:-25px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
#contactBox .cnt01:before{
	background-size: 50%;
	background-image: url('../img/common/contact_tel.png');
}
#contactBox .cnt02:before{
	background-size: 55%;
	background-image: url('../img/common/contact_mail.png');
}
#contactBox .cnt:after{
	content:'';
	position: absolute;
	width: 70px;
	height: 70px;
	background-color: #f9f8f4;
	border-radius: 35px;
	background-position: center;
	background-size: 80%;
	background-repeat: no-repeat;
	top:-35px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 8;
	box-shadow: -1px 1px 0 #efefef;
}

#contactBox .cnt:first-child{
	margin-right: 5%;
}
#contactBox .cnt h3{
	color: #333;
	font-size: 1.8rem;
	letter-spacing: 3px;
	margin-bottom: 50px;
	position: relative;
}
#contactBox .cnt h3:after{
	content:'';
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	right: 0;
	top: 35px;
	margin: auto;
	background: url('../img/common/contact_down.png')center/100% no-repeat;
}
#contactBox .cnt p{
	color: #666;
	font-size: 1.5rem;
}
#contactBox .cnt p.number {
    font-size: 4rem;
    line-height: 33px;
    font-weight: bold!important;
    color: #2a7976!important;
    letter-spacing: 0;
    margin-bottom: 10px;
}
#contactBox .cnt p.number img{
	margin-right: 10px;
    vertical-align: bottom;
}
#contactBox .contactBtn{
	float: none;
	width: 90%;
	max-width: 350px;
}
#contactBox .contactBtn span{
	font-size: 2rem;
}



/*PC*/
@media screen and (min-width:900px){
	.pc{
		display: block;
	}
	.tab{
		display: none!important;
	}
	.sp{
		display: none!important;
	}
	.tab_sp{
		display: none!important;
	}
}
/*TAB*/
@media screen and (max-width:899px){
	.pc{
	  	display: none!important;
	}
	.tab{
		display: block;
	}
	.sp{
		display: none!important;
	}
	.tab_sp{
		display: block;
	}
	/*ヘッダー*/
	#header{
		width: 100%;
		position: fixed;
		top:0;
		right: 0;
		left: 0;
		z-index: 200;
		margin: auto;
		line-height: 1.5;
		background-color: #fff;
		-webkit-transition: all .3s;
    	transition: all .3s;
	}
	#header .headerTop {
	    display: block;
	}
	#header .headerTop a{
		height: 40px;
	    display: block;
	    padding: 10px 3vw;
	}
	/*ハンバーガー*/
	#header #menuBtn {
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 60px;
	    height: 60px;
	}
	#header #menuBtn > span {
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 204;
	    display: block;
	    width: 28px;
	    height: 2px;
	    margin: auto;
	    background-color: #2a7976;
	    border-radius: 1.5px;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	#header #menuBtn > span:after, #header #menuBtn > span:before {
	    content: "";
	    position: absolute;
	    left: 0;
	    z-index: 204;
	    display: block;
	    height: 2px;
	    background-color: #2a7976;
	    border-radius: 1.5px;
	    -webkit-transition: all .5s ease-out;
	    transition: all .5s ease-out;
	}
	#header #menuBtn > span:before{
		top: -10px;
		width: 28px;
	}
	#header #menuBtn > span:after{
		bottom: -10px;
		width: 24px;
	}
	/*オープン*/
	#header #menuBtn.open span{
		width: 60px;
	    height: 60px;
	    -webkit-transition: all .4s .2s;
	    transition: all .4s .2s;
	}
	#header #menuBtn.open > span:after, #header #menuBtn.open > span:before {
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		background-color: #fff;
	}
	#header #menuBtn.open > span:before{
		width: 24px;
		-webkit-transform: rotate(225deg);
    	transform: rotate(225deg);
	}
	#header #menuBtn.open > span:after{
		-webkit-transform: rotate(-225deg);
    	transform: rotate(-225deg);
	}
	#headerNav{
		-webkit-backdrop-filter: drop-shadow(0 0 0 blue);
		backdrop-filter: drop-shadow(0 0 0 blue);
		padding-right: 0;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		padding-bottom: 40px;
		z-index: 201;
		background-color: #fff;
		width: 80vw;
		position: fixed;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s,-webkit-transform .3s;
	}
	#headerNav.open{
		-webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	    -webkit-transition: -webkit-transform .5s .2s;
	    transition: -webkit-transform .5s .2s;
	    transition: transform .5s .2s;
	    transition: transform .5s .2s,-webkit-transform .5s .2s;
	}
	#headerNav ul{
	    display: block;
	    padding: 0;
	}
	#headerNav li{
		text-align: left;
		margin-left: 6vw;
	    border-bottom: 1px solid #ddd;
	}
	#headerNav li.headerList a{
	    display: block;
	    padding: 18px 16px 17px 0;
	    opacity: 1;
	    font-weight: normal;
	}
	#headerNav li.home{
		margin-left: 4vw;
		border:none;
		height: 80px;
	}
	#headerNav li.home a{
		display: block;
		padding-top: 20px;
	}
	#headerNav li.home span {
	    display: block;
        width: 24px;
		height: 22px;
	    background-image: url(../img/common/home.svg);
	    background-repeat: no-repeat;
	    background-position: center top 1px;
	    background-size: 100%;
	    -webkit-transition: none;
	    transition: none;
	}
	#headerNav .headerSubBox{
		margin-left: 4vw;
		background: none;
		margin-top: 0;
	}
	#headerNav li.headerSubList{
		border:none;
		margin-left: 0;
		line-height: 40px;	
	}
	#headerNav li.headerSubList a{	
		font-size: 1.5rem;
		color: #666;
		padding: 10px 0;
	}
	#headerNav li.headerSubList a i{
		margin-right: 10px;
	}
	#headerNav .btnBox{
		padding-left: 6vw;
		padding-right: 6vw;
		margin-top: 20px;
	}
	#headerNav .btnBox > div{
		width: 100%;
		display: block;
		float: none;
		margin: 30px 0;
	}
	#headerNav .btnBox .headerTel p.number {
	    font-size: 3.5rem;
	    line-height: 35px;
	    font-weight: bold;
	    color: #2a7976;
	    letter-spacing: 0;
	    letter-spacing: 2px;
	}
	#headerNav .btnBox .headerTel p.number img {
	    margin-right: 10px;
	    vertical-align: bottom;
	    width: 35px;
	}
	#headerNav .btnBox .headerTel p {
	    font-size: 1.3rem;
	    line-height: 20px;
	    color: #3c3c3c;
	    margin-top: 5px;
	    letter-spacing: 2px;
	}
	#headerNav .btnBox .contactBtn{
		/*max-width: 320px;*/
	}
	#headerNav .btnBox .newsletter{
		width: 50%;
		margin: 20px auto;
	}
	#headerNav .btnBox .newsletter a{
		display: block;
	}
	/*ぼかし*/
	#header .nav-overlay.active{
		position: fixed;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 200;
	    margin: auto;
	    background: rgba(0,102,100,0.4);
	    -webkit-backdrop-filter: blur(3px);
    	backdrop-filter: blur(3px);
	    transition: all .3s;
	}

	/*メインビジュアル*/
	#mainVisual{
	    width: 100%;
	    margin-top: 0;
	}
	#mainVisual .mainVisualBg{
		border-radius: 0;
		width: 100%;
		position: relative;
		top: 60px;
	}


	/*ボタン*/
	.moreBtn{
		height: 40px;
		line-height: 40px;
		min-width: 260px;
	}
	.moreBtn a{
		border-radius: 5px;
		letter-spacing: 1px;
		box-sizing: border-box;
		background: linear-gradient(to right, #ea5a24, #f08c1e);
	    color: #fff;
	}
	.moreBtn a:hover{
		color: #fff;
	}
	.moreBtn a:before{
		display: none;
	}
	.contactBtn, .infoBtn{
		opacity: 1;
	}

	/*お問い合わせ*/
	#contactBox{
		padding: 60px 0 0;
	}
	#contactBox .cntBox{
		width: 80%;
		margin: 0 auto;
	}
	#contactBox .cnt{
		display: block;
		width: 100%;
		margin: 50px auto;
	}
	#contactBox .cnt:first-child{
		margin-right: 0;
	}

	/*バナーリンク(フッター)*/
	#linkBox_sp{
		width: 85%;
		margin: 0 auto;
		padding: 2.5%;
		position: relative;
  		box-shadow: 1px 1px 2px #ddd;
  		background: linear-gradient(to right, #43C6AC 0%, #b4db7a 100%);
	}
	#linkBox_sp > div{
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		background-color: #fff;
		box-shadow: 1px 1px 3px rgba(100,100,100,.3);
	}
	#linkBox_sp li{
		width: 48%;
		height: 60px;
		display: inline-block;
		text-align: center;
		margin: 13px 0;
	}
	#linkBox_sp a{
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	#linkBox_sp li:nth-child(odd){
		margin-right: 3%;
	}
	#linkBox_sp li:last-child{
		width: 100%;
		margin-bottom: 0;
	}
	#linkBox_sp .linkTitle{
	    width: 90%;
	    margin: 0px auto 15px;
	    height: 28px;
	    line-height: 29px;
	    background: linear-gradient(to right, #43C6AC 0%, #b4db7a 100%);
	    color: #fff;
	    font-weight: bold;
	    font-size: 1.4rem;
	    border-radius: 25px;
	    text-align: center;
	}

	/*フッター*/
	#footer > div{
		width: 80%;
	}
	#footer .footerLeft,#footer .footerRight{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#footer .footerLeft{
		margin-bottom: 40px;
		text-align: center;
	}
	#footer .footerRight .footerNav > ul{
		max-width: 600px;
		padding-left: 15%;
	}
	#footer .mapBtn{
		max-width: 400px;
	}
	#footer .mapBtn a{
		background: linear-gradient(to right, #ea5a24, #f08c1e);
		color: #fff;
	}
	#footer .mapBtn a:before,#footer .mapBtn a:hover:before{
		display: none;
	}
	#footer .footerRight .footerNav li{
		width: 45%;
		margin-bottom: 30px;
	}
	#footer .footerSubBox{
		width: 60%;
		margin:10px auto 0;
		padding: 0 5%;
	}
	#footer .footerSubBox ul{
		width: 280px;
		margin: 0 auto;
	}
	#footer .footerRight .footerNav li.footerSubList{
		margin-right: 10%;
	}
}

/*SP*/
@media screen and (max-width:480px){
	.tab{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
	/*共通*/
	p{
		font-size: 1.5rem;
		line-height: 28px;

	}
	/*ヘッダー*/
	#header .headerTop a {
	    height: 34px;
	    display: block;
	    padding: 8px 3vw;
	}
	#header #menuBtn{
		width: 50px;
		height: 50px;
	}
	#header #menuBtn > span{
		width: 24px;
	}
	#header #menuBtn > span:before {
	    top: -8px;
	    width: 24px;
	}
	#header #menuBtn > span:after {
	    bottom: -8px;
	    width: 20px;
	}
	/*オープン*/
	#header #menuBtn.open span{
		width: 50px;
		height: 50px;
	}
	#header #menuBtn.open > span:after, #header #menuBtn.open > span:before{
		width: 20px;
	}
	/*ヘッダーメニュー*/
	#headerNav li.home span{
		width: 20px;
		height: 18px;
		margin-left: 5px;
	}
	#headerNav li.headerList a{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#headerNav .headerSubBox{
	    margin-left: 2vw;
	}
	#headerNav li.headerSubList{
		line-height: 35px;
	}
	#headerNav li.headerSubList a{
		font-size: 1.3rem;
		line-height: 1;
		letter-spacing: 2px;
	}
	#headerNav .headerSubList a i{
		margin-right: 6px;
	}
	/*その他リンク*/
	#headerNav .btnBox{
	    padding-left: 5vw;
    	padding-right: 5vw;
	}
	#headerNav .btnBox > div{
		margin: 10px auto;
	}
	#headerNav .btnBox .newsletter{
		margin: 10px auto;
		width: 75%;
	}
	#headerNav .btnBox .headerTel p.number{
		font-size: 2.7rem;
		letter-spacing: 0;
		line-height: 28px;
	}
	#headerNav .btnBox .headerTel p.number img{
		width: 28px;
	}
	#headerNav .btnBox .headerTel p{
		letter-spacing: 1px;
		font-size: 1.1rem;
	}
	#headerNav .btnBox .contactBtn{
		height: 50px;
		line-height: 50px;
	}
	#headerNav .btnBox .contactBtn a span{
		font-size: 1.5rem;
		letter-spacing: 2px;
	}
	/*見出し*/
	.Hstyle01 span.line2{
		text-align: center;
		display: block;
		margin-top: 7px;
	}

	/*フッター*/
	#footer > div{
		width: 90%;
	}
	#footer .footerRight .footerNav > ul{
		padding-left: 3%;
	}
	#footer .footerRight .footerNav li{
		padding-left: 3px;
		width: 50%;
		margin-right: 5%;
	}
	#footer .footerRight .footerNav li:nth-child(even){
		margin-right: 0;
		width: 40%;
	}
	#footer .footerRight .footerNav li a{
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#footer .footerSubBox{
		width: 100%;
		padding: 0;
	}
	#footer .footerSubBox ul{
		width: 285px;
		height: 50px;
	}
	#footer .footerRight .footerNav li.footerSubList{
		margin-right: 0;
		margin-left: 10%;
	}

	/*見出し*/
	.Hstyle01{
		font-size: 2rem;
		letter-spacing: 1px;
	}
	.Hstyle01 span{
		font-size: 1.2rem;
		margin: 0 0 0 10px;
	}
	.Hstyle01 span:first-child{
		margin: 0 15px 0 0;
	}

	/*メインビジュアル*/
	#mainVisual .mainVisualBg{
		top:50px;
		height: 450px;
		overflow: hidden;
	}
	#mainVisual .mainVisualBg #copyText{
		right: -30px;
	}
	#mainVisual .mainVisualBg #copyText p{
		font-size: 3.5rem;
		width: 300px;
		line-height: 40px;
		letter-spacing: 4px;
	}
	#mainVisual{
		height: 510px;
	}

	/*お問い合わせ*/
	#contactBox .cnt h3{
		font-size: 1.7rem;
	}
	#contactBox .cntBox{
		width: 100%;
	}
	#contactBox .contactBtn span{
		font-size: 1.8rem;
	}
	#contactBox .cnt p.number{
		font-size: 3.5rem;
	}
	#contactBox .cnt p{
		font-size: 1.4rem;
	}
	/*スライド*/
	#imgLine .cntBoxImg{
		height: auto;
	}
	#imgLine .cntBoxImg div{
		height: 100px;
	}
	/*バナーリンク*/
	#linkBox_sp{
		width: 95%;
	}
	#linkBox_sp > div{
		width: 100%;
	}
	#linkBox_sp li{
		height: 41px;
	    margin: 11px 0;
	}
	#linkBox_sp li:nth-child(odd){
		margin-right: 2%;
	}
	#imgLine .cntBoxImg{
		margin-top: 30px;
	}
