@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: 'Noto Serif JP', 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;
	background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .6)) ,url(../img/bg_main.jpg) no-repeat center top / cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

header.fixed .header{
	background:rgba(0, 0, 0 ,.85);
}

header h1{
	width:auto;
	height:34px;
	display: flex;
	justify-content: flex-start; 
	align-items: center;
}

header h1 img{
	width:auto;
	height:34px;
	margin:0 auto 0 0.5em;
}

header h2{
	margin-bottom:0;
	text-align:center;
	font-family: 'Noto Serif JP', sans-serif;
	color:#FFF;
}


/*sp button
-------------------------------------------------*/
#triggerBox{
    position: fixed;
    top: 12px;
    right: 25px;
	width: 50px;
	height: 40px;
    z-index: 99999;
	display:block;
}
.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(0,0,0,.85);
	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{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	height:60vh;
}

header #headIn nav ul li{
	float:none;
	padding-left:0;
}

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

#headIn nav ul li a span{
	font-size:1.4vw;
	display:block;
}


/*navigation PC
-------------------------------------------------*/
.nav_pc{
	position:absolute;
	top:12px;
	right:95px;
}

.nav_pc ul li{
	float:left;
	padding-left:2.5em;
	text-align:center;
}

.nav_pc ul li a{
	font-size:1.8rem;
	line-height:1.6;
	color:#FFF;
}

.nav_pc ul li a span{
	font-size:1rem;
	display:block;
}


/*common
----------------------------------------------------*/
h2{
	margin-bottom:3vw;
	font-family: 'Times New Roman', sans-serif;
	font-size:3vw;
	line-height:1.6;
}

h2 span{
	font-family: 'Noto Serif JP', sans-serif;
	font-size:1.2vw;
	display:block;
}


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

.sec01 h2{
	font-family: 'Noto Serif JP', sans-serif;
}

.sec01 h3{
	margin-bottom:1vw;
	font-family: 'Noto Serif JP', sans-serif;
}

.sec01 img{
	width:550px;
	height:auto;
	margin:0 auto 2vw auto;
	display:block;
}


/*sec02
----------------------------------------------------*/
.sec02{
	padding: 8rem 0;
	/*background:url(../img/bg_slide.jpg) no-repeat center / cover;*/
	background:#000;
	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 h2{
	text-align:center;
}

.sec03 h3{
	margin-top:4vw;
	margin-bottom:3vw;
	font-family: 'Times New Roman', sans-serif;
	font-size:2vw;
	line-height:1.6;
	text-align:center;
}

.sec03 h3:after{
	content:"";
	width:1em;
	height:5px;
	margin:0.5em auto;
	background:#CF0000;
	display:block;
}
.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{
	margin-bottom:0.5em;
	object-fit: cover;
}


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

.sec04 h2{
	float:left;
	width:30%;
}

.sec04 h3{
	margin-bottom:1.5vw;
	padding-bottom:0.5vw;
	border-bottom:1px solid #999;
}

.sec04 .box_right{
	float:right;
	width:65%;
}

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

.sec04 .box_right table th,
.sec04 .box_right table td{
	padding:8px 0;
}

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

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


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

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

.sec06 h2{
	text-align:center;
}

.sec06 .btn_mail{
	margin:1vw auto;
	padding:0.2vw 1vw 0.2vw 2.8vw;
	border:1px solid #000;
	background: url(../img/icon_mail.png) no-repeat 1vw center / 1.2vw;
	text-align:center;
	color:#000;
	display:inline-block;
}

.sec06 .btn_mail:hover{
	background:#000 url(../img/icon_mail_white.png) no-repeat 1vw center / 1.2vw;
	text-align:center;
	color:#FFF;
}


/*sec07（概要）
----------------------------------------------------*/
.sec07{
	background:#000;
	color:#FFF;
}

.sec07 h2{
	text-align:center;
}

.sec07 table{
	width:auto;
	display:inline-table;
}

.sec07 table th,
.sec07 table td{
	padding:8px 0;
	text-align:left;
	vertical-align:top;
}

.sec07 table th{
	padding-right:1.5em;
	/*border-right:1px solid #777;*/
	font-weight:normal;
	word-break:keep-all;
}

.sec07 table td{
	padding-left:1.5em;
}

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

.sec07 a{
	color:#FFF;
}


/*footer
----------------------------------------------------*/
footer{
	background:#000;
	color:#FFF;
}

footer h2{
	width:380px;
	margin-bottom:1.5vw;
}

footer .center h2{
	width:380px;
	margin:0 auto 1.5vw auto;
}

footer .copyright{
	font-size:1.2rem;
}


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

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

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