@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;*/
	font-family: 'Noto Sans 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;
}

}

.btn_more,
.btn_more:link,
.btn_more:active,
.btn_more:visited {
  display: inline-block;
  margin:0 auto;
  padding: 18px 30px;
  color: #FFF;
  line-height: 1;
  border: solid 1px #999;
  opacity: 1;
  transition: .5s;
}

.btn_more:hover {
  color: #000;
  background-color: #FFF;
  opacity: 1;
  transition: .5s;
}

.btn_more::after {
  display: inline-block;
  position: relative;
  content: ' ';
  height: 12px;
  width: 6px;
  margin: 0 0 0 10px;
  background: url(../img/btn_next.png) no-repeat;
  background-size: 6px;
  opacity: 1;
  transition: .5s;
}

.btn_more:hover::after {
	margin-left: 15px;
	margin-right:-5px;
	background: url(../img/btn_next_b.png) no-repeat;
	background-size: 6px;
	opacity: 1;
	transition: .5s;
}

.sec01 .btn_more,
.sec01 .btn_more:link,
.sec01 .btn_more:active,
.sec01 .btn_more:visited,
.sec05 .btn_more,
.sec05 .btn_more:link,
.sec05 .btn_more:active,
.sec05 .btn_more:visited {
  color: #000;
}

.sec01 .btn_more:hover,
.sec05 .btn_more:hover {
  color: #FFF;
  background-color: #000;
}

.sec01 .btn_more::after,
.sec05 .btn_more::after {
  background: url(../img/btn_next.png);
	background-size: 6px;
}

.sec01 .btn_more:hover::after,
.sec05 .btn_more:hover::after {
	background: url(../img/btn_next_b.png);
	background-size: 6px;
}

.mt80{ margin-top:80px!important; }


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

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

header h1{
	width:18%;
	display: flex;
	justify-content: center;
	align-items: center;
}

header h1 img{
	filter: drop-shadow(0 0 10px #000);
}


/*sp button
-------------------------------------------------*/
#triggerBox{
    position: fixed;
    top: 8px;
    right: 20px;
	width: 50px;
	height: 40px;
    z-index: 99999;
}
.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,.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-family: 'Times New Roman', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	font-size:3vw;
	font-weight:bold;
	line-height:1.6;
}

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

.marker{
	padding:0 3px;
	background:#FF6;
	color:#000;
	/*background:linear-gradient(transparent 60%, rgba(0, 204, 255, 1) 60%);*/
}


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

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


/*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-family: 'Oswald', sans-serif;
	font-size:2vw;
	font-weight:bold;
	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:0.5vw 1.5vw;
	background:#222;
}

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

/*.sec04 h4{
	margin-bottom:1vw;
	padding-left:0.8em;
	border-left:3px solid #EEE;
}*/

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

.sec04 .box_right table{
	width:100%;
	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:30em;
	text-align:left;
	font-weight:normal;
}

.sec04 .box_right table td{
	min-width:7em;
	padding-right:1.1em;
	text-align:right;
}

.sec04 .box_right table td.kara{
	padding-right:0;
}

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


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

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

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

.sec05 .box_right p span{
	/*font-family: 'Times New Roman', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	font-size:3vw;
	font-weight:bold;
	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:#000;
	font-size:1.4rem;
	color:#FFF;
	line-height:1.0;
	display:flex;
	justify-content: center;
	align-items: center;
}

.sec05 .box_right dl dd{
	width:calc(100% - 6em);
	padding:10px 0 10px 1em;
	line-height:1.4;
}

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

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

.sec05 .box_map{
	background:#000;
}

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

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

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

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


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

.sec06 h2{
	text-align:center;
}

.sec06 table{
	width:650px;
	margin:0 auto;
}

.sec06 table th{
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

.sec06 table td{
	width:470px;
}

.sec06 input{
	width:100%;
	margin-bottom:1em;
	padding:8px;
	border:1px solid #999;
	border-radius:6px;
	background:#EEE;
}

.sec06 textarea{
	width:100%;
	margin-bottom:1em;
	padding:8px;
	border:1px solid #999;
	border-radius:6px;
	background:#EEE;
}

.sec06 input[type="submit"]{
	width:50%;
	margin:0 auto 1em auto;
	background:#000;
	color:#FFF;
	cursor:pointer;
	display:block;
}


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

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

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

footer .center .box_left{
	float:none;
	width:100%;
	margin-bottom:3vw;
}

footer .center .box_right{
	float:none;
	width:100%;
}

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

footer .center h2{
	width:40%;
	margin:0 auto 2.5vw auto;
}

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

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

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

footer .center .box_left dl{
	width:450px;
	margin:0 auto 0.5em auto;
	display:flex;
}

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

footer .box_left dl dd{
	width:calc(100% - 6em);
	padding:10px 0 10px 1em;
	line-height:1.4;
	text-align:left;
}

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

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

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

footer .center .box_right ul li{
	margin:0 0.8em 3em 0.8em;
	font-size:14px;
	display:inline-block;
}

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

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

footer .center .box_right ul li img{
	width:300px;
	margin:0 auto 0.3em auto;
	border-radius:0;
	display:block;
}

footer .box_right ul li a{
	color:#FFF;
}


/*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;
}