@charset "utf-8";

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 	transition: 0.1s linear;
}

header:after,
section:after,
.contents:after,
ul:after,
ol:after,
dl:after,
.btn_top:after,
.box_prof:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.pc{display:block!important;}
.sp{display:none!important;}


/*common
----------------------------------------------------*/
html{
	font-size: 62.5%;
	color:#3B4043;
	line-height:2.0;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
	font-size:1.6rem;
	letter-spacing:0.1em;
}

section{
	position:relative;
	width:100%;
	display:block;
	clear:both;
}

.contents{
	width:1100px;
	margin:0 auto;
	padding:8rem 0;
}

img{
	width:100%;
	height:auto;
	display:block;
}

@media screen and (max-width:1100px){

html{
	/*font-size: 0.8vw;*/
}

.contents{
	width:94%;
	margin:0 auto;
	padding:4vw 0;
}

}


/*header
----------------------------------------------------*/
header{
	position:relative;
	height:50vw;
	margin-top:140px;
	background: /*linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .6)) ,*/url(../img/bg_main2.jpg) no-repeat center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

header.fixed{
	margin-top:80px;
}

header .header{
	position:fixed;
	top:0;
	width:100%;
	height:140px;
	padding:17px;
	background:#000;
	text-align:right;
	z-index:99999;
}

header.fixed .header{
	height:80px;
	padding:10px;
}

header h1{
	padding-bottom: 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

header h1 a{
	width:20vw;
	height: 20vw;
	margin: 0 auto;
	background: #000;
	border-radius: 10vw;
	display: block;
}

header h1 img{
	width: 14vw;
	height: auto;
	margin: 0 auto;
	padding: 2.7vw 0 3.3vw 0;
}

header h1 span{
	margin-bottom: 1vw;
	background: url("../img/bg_ttl.png") no-repeat center center / contain;
	font-size: 1.6vw;
	font-weight: bold;
	line-height: 1.6;
	color: #000;
	text-align: center;
	display: block;
}

header h2{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

header h2 div{
	text-align: center;
}

header h2 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

header h2 span{
	margin-bottom: 10px;
	background: url("../img/bg_ttl.png") no-repeat center center / contain;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: block;
}

header h2 a{
	width: 100px;
	margin: 0 auto;
	display: block;
}

header.fixed h2 a{
	width: 60px!important;
}


/*sp button
-------------------------------------------------*/
#triggerBox{
    position: fixed;
    top: 50px;
    right: 20px;
	width: 50px;
	height: 40px;
    z-index: 99999;
}

header.fixed #triggerBox{
	top:20px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to left top, #15EAB5, #10D86F);*/
	display: block;
}
.menu-trigger span {
    position: absolute;
    left: 12px;
    width: 26px;
    height: 2px;
    background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
    top: 15px;
}
.menu-trigger span:nth-of-type(2) {
	top: 25px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 18px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(2px) rotate(-30deg);
	transform: translateY(2px) rotate(-30deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(30deg);
	transform: translateY(-4px) rotate(30deg);
}


/*navigation
-------------------------------------------------*/
#headIn{
	overflow: auto;
	position: fixed;
	height:100%;
	left: 0px;
	top: 0px;
	right: 0px;
    background: rgba(140,180,175,.9);
	background-size:100% 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

#headIn{
    display: none;
}

#headIn.active{
    display: block;
    animation: show 0.3s linear 0s;
}

/*header #headIn nav ul{
    padding: 0 5%;
	display:block;
}*/

header #headIn nav ul{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	height:32vw;
}

header #headIn nav ul li{
   /* width: 50%;
    float: left;*/
	display:block;
}

header #headIn nav ul li a{
    padding: 0.5em 0;
    color: #FFF!important;
    font-size: 1.8vw;
    text-decoration: none;
	text-align:center;
    display: block;
}


/*common
----------------------------------------------------*/
h2{
	margin-bottom:3vw;
	font-size:1.8vw;
	font-weight: 500;
	line-height:1.6;
}

h2 span{
	font-size:1.2vw;
	display:block;
}

.ph_left,
.ph_right{
	display: grid;
	grid-template-columns: 50% 50%;
}

.ph_left .contents,
.ph_right .contents{
	width: calc(100% - 160px);
	margin: 0 auto;
	padding: 10rem 0!important;
}

.ph_left .ph{
	background: url("../img/bg_ph_left.jpg") no-repeat left center / cover;	
}

.ph_right .ph{
	background: url("../img/bg_ph_left.jpg") no-repeat right center / cover;
	order: 2;
}


/*sec01
----------------------------------------------------*/
.sec01{
	text-align:center;
}


/*sec02
----------------------------------------------------*/
.sec02{
	padding: 8rem 0;
	/*background:url(../img/bg_slide.jpg) no-repeat center / cover;
	background:#e5e7eb;*/
	color:#FFF;
}

.sec02 h2{
	text-align:center;
}

#slider {
    overflow:hidden;
    position:relative;
    width:100%;
	padding:3vw 0 1vw 0;
	/*background:rgba(255, 255, 255, .8)*/
}

#slider span{
	position:absolute;
	top:4.5vw;
	left:19%;
	font-size:2.0vw;
	font-weight:bold;
	color:#FFF;
	z-index:99999999;
}

#sliderInner {
    position:relative;
    left:50%;
    width:210vw;
    margin-left:-105vw;
}
#sliderInner li {
	position:relative;
    width:70vw;
}

#sliderInner li img{
    width:100%;
	padding:0 25px;
}

.bx-wrapper {
    position:relative;
    margin:0 auto;
}

.bx-wrapper .bx-pager {
    margin:0 auto;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -33px;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-prev {
    left:28%;
	width:50px;
	height:66px;
    background:url(../img/btn_prev.png) no-repeat center left;
	background-size:contain;
}

.bx-wrapper .bx-next {
    right:28%;
	width:50px;
	height:66px;
    background:#00FFFF;
    background:url(../img/btn_next.png) no-repeat center right;
	background-size:contain;
}
.bg_sec02{
	background:rgba(0, 0, 0, .6);
	display:flex;
}

.sec02 h2{
	position:absolute;
	top:0;
	bottom:0;
	float:left;
	width:35%;
	height:2.5em;
	margin:auto auto auto 0;
}

.sec02 .box_right{
	position:relative;
	float:right;
	width:60%;
	padding:0 4vw;
}

.page1{
	position:absolute;
	bottom:0.8vw;
	width:calc(100% - 8vw);
	padding:1.5em 0 0 0;
	text-align:center;
	z-index:999;
}

.page1 span{
	margin:0 0.3em;
}

.next1{
	position:absolute;
	top:52%;
	right:0;
	width:2.0rem;
	height:3.5rem;
	background:url(../img/btn_next.png) no-repeat right center / contain;
}

.prev1{
	position:absolute;
	top:52%;
	left:0;
	width:2.0rem;
	height:3.5rem;
	background:url(../img/btn_prev.png) no-repeat left center / contain;
}


/*sec03
----------------------------------------------------*/
.sec03{
	/*background:rgba(0, 0, 0, .12);*/
}

.sec03 .contents{
	padding: 4rem 0;
}

.sec03 h2{
	font-size: 1.8vw;
	text-align:center;
}

.sec03 .ttl_bg{
	position: relative;
	height: 350px;
	background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3)) ,url("../img/bg_menu.jpg") no-repeat bottom center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec03 .ttl_bg h2{
	font-weight: bold;
	color: #FFF;
}

.sec03 .ph_left h2{
	text-align: left;
}

.sec03 h3{
	margin-top:4vw;
	margin-bottom:5vw;
	font-size:2vw;
	line-height:1.6;
	text-align:center;
}

.sec03 h3:after{
	content:"";
	width:1em;
	height:5px;
	margin:0.5em auto;
	background:#99D2CF;
	display:block;
}

.sec03 h4{
	font-size: 1.2vw;
}

.sec03 ul li{
	float:left;
	width:30%;
	margin:0 5% 5% 0;
	text-align:center;
}

.sec03 ul li:nth-of-type(3n){
	margin-right:0;
}

.sec03 ul li img{
	aspect-ratio: 1;
	margin-bottom:0.5em;
	border-radius: 50%;
	object-fit: cover;
}

.sec03 dl{
	margin-bottom: 1vw;
	line-height: 1.4;
	/*display: grid;
	grid-template-columns: 3vw 1fr;
	grid-gap: 0 1vw;*/
	display: flex;
	align-items: center;
}

.sec03 dl dt{
	width: 3vw;
	height: 3vw;
	margin-right: 1vw;
	border-radius: 1.5vw;
	line-height: 3vw;
	text-align: center;
}

.sec03 dl:nth-of-type(1) dt{ background: #EFD1D1; }
.sec03 dl:nth-of-type(2) dt{ background: #D0F7DF; }
.sec03 dl:nth-of-type(3) dt{ background: #F9EDBC; }
.sec03 dl:nth-of-type(4) dt{ background: #D9F5F7; }

.sec03 dl dd{
	width: calc(100% - 4vw);
}

.bg_wood{
	margin-bottom: 6vw;
	background: url("../img/bg_wood.jpg") no-repeat center left / cover;
	font-size: 24px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: right;
}

.bg_wood p{
	width: 65%;
	padding: 5vw;
	background: rgba(255, 255, 255, .85);
}

/*sec04
----------------------------------------------------*/
.sec04{
	background:#8CB5AF;
	color:#FFF;
}


.sec04 .ph_left .ph{
	background: url("../img/bg_ph_left2.jpg") no-repeat center center / cover;	
}

.sec04 h3{
	margin-bottom:1.5vw;
	font-weight: bold;
}

.sec04 table{
	margin-bottom:3vw;
}

.sec04 table th,
.sec04 table td{
	padding:16px 0 12px 0;
	border-bottom:1px solid #FFF;
}

.sec04 table th{
	width:24em;
	min-width:24em;
	text-align:left;
	font-weight:normal;
}

@media screen and (max-width:1200px){
.sec04 .ph_left {
	display: grid;
	grid-template-columns: 40% 60%;
}

.sec04 table th{
	width:18em;
	min-width:18em;
}
}

.sec04 table th div{
	display: flex;
	align-content: center;
}

.sec04 table th span{
	width: 2.5vw;
	height: 2.5vw;
	margin-top: -0.4em;
	/*padding-bottom: 0.15em;*/
	border-radius: 5vw;
	background: #FFF;
	line-height: 1.0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #8CB5AF;
}

.sec04 table td{
	font-size: 2em;
	text-align: right;
}

.sec04 table td span{
	font-size: 1.4rem;
}

.sec04 .kakomi{
	padding:2vw;
	border:1px solid #999;
}


/*sec05
----------------------------------------------------*/
.sec05 h2{
	float:left;
	width:20%;
}

.sec05 .box_right{
	float:right;
	width:75%;
	display: grid;
	grid-template-columns: 430px 1fr;
}

.sec05 .box_right p{
	margin-bottom:0.5em;
}

.sec05 .box_right p span{
	font-family: 'Times New Roman', sans-serif;
	font-size:3vw;
	line-height:1.4;
	display:block;
}

.sec05 .box_right dl{
	margin-bottom:0.5em;
	display:flex;
}

.sec05 .box_right dl dt{
	width:6em;
	padding:10px 0;
	background:#8CB5AF;
	font-size:1.4rem;
	text-align:center;
	color:#FFF;
	line-height:1.0;
}

.sec05 .box_right dl dd{
	float:left;
	padding:10px 0 10px 1em;
	line-height:1.0;
}

/*.sec05 .box_map{
	width:100%;
	height:400px;
}

.sec05 .box_map iframe{
	width:100%;
	height:400px;
}*/

.sec05 .box_map p{
	padding:0.5em 1.5%;
	background: #E2EEEF;
}

.sec05 .box_map p a{
	padding-left:1.5em;
	background:url(../img/icon_mappin.png) no-repeat left center / contain;
}

.sec05 .box_map p a:hover{
	opacity:1.0;
}

#map{
	width:100%;
	height:400px;
	background-color: grey;
}

.sec05 ul{
	margin-left: 20px;
	list-style: disc;
}

.sec05 ul li{
	padding-left: 0.5em;
	text-indent: -0.5em;
}


/*sec06
----------------------------------------------------*/
.sec06{
	margin-top: 8vw;
	padding: 10em;
	background:url("../img/bg_custom.jpg") no-repeat center center / cover;
}

.sec06 .contents{
	padding: 50px;
	background: #FFF;
	text-align: center;
}

.sec06 h2,
.sec06 h3{
	margin-bottom: 2vw;
	color: #8CB5AF;
}

.sec06 h3{
	margin-bottom: 1.0vw;
	font-size: 1.4em;
	color: #3B4043;
}

.sec06 p{
	color: #3B4043;
}


/*footer
----------------------------------------------------*/
footer{
	background:#E2EEEF;
}

footer .box_left{
	float:left;
	width:50%;
}

footer .box_right{
	position:relative;
	float:right;
	width:300px;
}

footer h2{
	margin-bottom:1.5vw;
}

footer small{
	margin-left: 1em;
	font-size: 0.6em;
}

footer .box_left p{
	margin-bottom:0.5em;
}

footer .box_left p span{
	font-family: 'Times New Roman', sans-serif;
	font-size:3vw;
	line-height:1.4;
	display:block;
}

footer .box_left dl{
	margin-bottom:0.5em;
	display:flex;
}

footer .box_left dl dt{
	width:6em;
	padding:10px 0;
	background:#FFF;
	font-size:1.4rem;
	text-align:center;
	line-height:1.0;
}

footer .box_left dl dd{
	padding:10px 0 10px 1em;
	line-height:1.0;
}

footer .box_left p a{
	padding:1em 0;
	color:#FFF;
	text-decoration:underline;
	display:inline-block;
}

footer .box_right ul{
	position:relative;
	bottom:0;
}

footer .box_right ul li{
	margin-bottom:1.5em;
}

footer .box_right ul li img{
	border-radius:3px;
}


/*page top
----------------------------------------------------*/
#page-top{
	position: fixed;
	right: 2%;
	z-index:999;
}

#page-top a{ 
    position: relative;
	width:50px;
	height:50px;
    background-color:#8CB5AF;
	display:block;
}

#page-top a img{
	display:block;
}