@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	font-size:62.5%;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;	
}
body {
	font-size:15px;
	line-height:normal;
	color:#555;
	/*font-family:'Roboto',/*'Source Sans Pro',*//*'Noto Sans JP', sans-serif;*/
	font-family: 'Sawarabi Mincho', sans-serif;
	/*height: 100vh;
	background: url("../img/top_main_1.jpg") no-repeat center center;
	background-size: cover;*/
	height: 100%;
}

h1,h2,h3,h4 {font-weight: normal;}
img {max-width: 100%; height: auto;}
div,li{box-sizing: border-box;}

header {
	width: 100%;
	position: absolute;
	z-index: 99;
}
@media screen and (max-width:600px){
	header {
		position: fixed;
	}
	.att {
		border-bottom:1px solid #ccc;
		padding-bottom: 20px;
		width: 80%;
		margin-bottom: 20px
	}
	.att__txt {font-size: 6vw; font-weight: bold}
	.att__txt__m {font-size: 4.5vw; }
}
main { position: relative;}

footer {
	background: #fff;
	background-size: cover;
	padding: 0px 0 10px;

}

p {line-height: 1.7;}

a {color: #fff;}
a:hover {color: #ccc;}

/* common */

.bt2{opacity: 1;transition: 0.3s all ease-out;}
.bt2:hover {opacity: 0.6; }

.pc {display:block;}
.hyd {display: inline;}
.sp,.shw {display: none;}

/* line-height */
.lh15 {line-height: 1.5;}
.lh13 {line-height: 1.3;}
.lh12 {line-height: 1.2;}
.lh10 {line-height: 1.0;}


@media screen and (max-width:600px){
body {font-size: 14px;}	
.pc,
.hyd {display:none;}
.shw {display: inline;}
.sp {display: block;}
.mb40 {margin-bottom: 20px !important;}
}

/* background */



/*  header */
h1 {padding: 5px 0; margin-left: 15px;}
@media screen and (max-width:600px){
	h1 {width:180px;} 
}

.header__inner {
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}


/* navi */
#menu-button {display: none;}

.head-navi {display: flex; flex-flow: row; /*justify-content: center;*/}
.head-navi a {color:#fff;}
.head-navi > li {margin-right: 1em; margin-left: 1em;}


.dd_list {
	position: relative;
	/*height: 2em;*/
    transition: all .3s;
}
.dd_menu {
visibility: hidden;
	opacity: 0;
	transition: all .3s;
	position: absolute;
	width: 240px;
	left:0;
	top:30px;
	font-size: 1.2rem;
	/*:border:1px solid #f00;*/
	line-height: 2;
}
.dd_list:hover .dd_menu {
	visibility: visible;
	opacity: 1;
}
.dd_mp {line-height: 1.2; margin-bottom: 10px}

@media screen and (max-width:600px){
	.dd_list {
		height: auto;
	}
.dd_menu {
	visibility: visible;
	opacity: 1;
	position:relative;
	top:0px;
	width: auto;
	}	
}

@media screen and (max-width:600px){
	/* sp navi */
#menu-button {
	display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 46px;
    height: 46px;
	z-index: 100;
	background: rgba(255,255,255,0.4);
	/*background: rgba(0,0,0,0.7);*/
	border-radius: 4px;
  }
#menu-button > div {
    width: 32px;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
#menu-button > div:nth-child(1) {
    top: 30%;
    left: 7px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
#menu-button > div:nth-child(2) {
    top: 50%;
    left: 7px;
  }
#menu-button > div:nth-child(3) {
    top: 70%;
    left: 7px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
/*#menu-button.active > div {background: #333;}*/
#menu-button.active > div:nth-child(1) {
    top: 50%;
	left:9px;
    -webkit-transform: translate(-5%, -50%) rotate(45deg);
    -moz-transform: translate(-5%, -50%) rotate(45deg);
    -ms-transform: translate(-5%, -50%) rotate(45deg);
    -o-transform: translate(-5%, -50%) rotate(45deg);
    transform: translate(-5%, -50%) rotate(45deg);
  }
#menu-button.active > div:nth-child(2) {
    opacity: 0;
  }
#menu-button.active > div:nth-child(3) {
    top: 50%;
	left:9px;
    -webkit-transform: translate(-5%, -50%) rotate(-45deg);
    -moz-transform: translate(-5%, -50%) rotate(-45deg);
    -ms-transform: translate(-5%, -50%) rotate(-45deg);
    -o-transform: translate(-5%, -50%) rotate(-45deg);
    transform: translate(-5%, -50%) rotate(-45deg);
  }	
	
header nav {
	  	background-size: cover;
  		background-position: center;
		background-color: rgba(0,0,0,0.7);
		background-blend-mode: multiply;
	background-image: url("../img/top_sp_menu_bg.jpg");
    /*background: rgba(255, 255, 255, 0.9);*/
    width: 100%;
    /*height: calc(100vh - 60px);*/
	height: 100vh;
    padding: 5px 0 50px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    opacity: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	z-index:100;
	transition: 0.5s all ease-out;
  }

  header nav.active {
    opacity: 1;
  }
  header nav.block {
    display: block;
  }			
	
	
.head-navi {
	padding-top: 70px;
	display: flex;
	flex-flow: column;
	align-items: center
}
.head-navi > li {margin-right: 0em; margin-bottom: 1.7em; font-size: 1.6rem; /*text-align: center;*/}
.head-navi > li a {color:#fff;}		
	
	.dd_menu {margin-top: 1em}
	.nav__sns {	
		display: flex;
		flex-flow: column;
		align-items: center;
		font-size: 3vw;
	}
	.nav__sns li {margin: 25px 0;}

	
}



.inner {width:1000px; margin-left: auto; margin-right: auto;}
@media screen and (max-width:1000px){
	.inner {width:90%;}
}



/* -------------------------------- Footer 
*/
.footer-inner {

}

.footer-top {
	/*display: flex; 
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;*/
}

.sns-ul {display: flex; flex-flow: row nowrap; justify-content: center;}
.sns-ul li {margin: 0 0.5em;}

.footer-wp-nav {display: flex; justify-content: center; /*border: 1px solid #f00;*/}
.footer-wp-nav a {color: #4b4b4b;}
.footer-wp-nav li {font-size: 13px}


.acc__wrap {
	padding: 100px 0;
	background-image: url("../img/top_map_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.79);
	background-blend-mode: multiply;
	min-height: 100vh;
}
	.acc__inner {
		display: flex;
		flex-flow: row wrap;
		color: #fff;
		margin-left: 10%;
	}
.acc__map {margin-right: 40px}
.acc__txt {flex: 1; margin-right: 5%}
@media screen and (max-width:600px){
	.acc__wrap {
		background-image: url("../img/top_sp_map_bg.jpg");
		height: auto;
	}
	.acc__inner {
		flex-flow: column-reverse;
		margin-left: auto;
		margin-right: auto;
		width: 90%
	}
	.acc__map {margin-right: 0px; margin-top: 40px}
	.acc__map img {width: 100%;}
	.acc__txt { margin-right: 0%; font-size: 3vw}
}

#pagetop{
	position: fixed;
	bottom:140px;
	width:1000px;
	margin: 0 auto;
	display: block;
	/*border: 1px solid #f00;*/
	text-align: right;
	padding-right: 0px;
}
#pagetop img {transform: rotate(-90deg); background: rgba(255,255,255,0.5); border-radius: 50%; padding: 10px;}

@media screen and (max-width:999px){
	#pagetop{position: fixed;width:98%; padding-right: 40px;}
	.footer-wp-nav {display: flex; flex-flow: row wrap; justify-content: center}
	.footer-wp-nav li {margin-bottom: 10px; text-align: center; }
	.footer-wp-nav li:first-child,.footer-wp-nav li:nth-child(2),.footer-wp-nav li:nth-child(3) ,.footer-wp-nav li:nth-child(4) {width: 100%; }		
}

@media screen and (max-width:600px){
	/*.footer-wp-nav li {display: inline-block; margin-bottom: 10px;}*/
	footer .inner > p {text-align: center;}
	.footer-wp-nav li {margin-bottom: 10px; text-align: center; font-size: 3vw }
	

#pagetop{position: fixed; bottom:20px; width: 90%;	padding-right: 0px;}
	
	
	
}


.top__copy.t18 {line-height: 2.4;}
@media screen and (max-width:600px){
	.top__copy.t18 {font-size: 3.6vw; line-height: 2.4;}
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:184px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(10px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* top bg */
.bg__slider li {
  height: 100vh;
  background-size: cover;
  background-position: center;
		background-color: rgba(0,0,0,0.5);
		background-blend-mode: multiply;
}
.bg_img01 {
background-image: url("../img/top_main_1.jpg");
}
.bg_img02 {
	background-image: url("../img/top_main_2.jpg");
}
.bg_img03{
	background-image: url("../img/top_main_3.jpg");
}

.mv__inner {
  	position: absolute;
  	left: 10%;
  	bottom: 15vh;
  	z-index: 2;
	color:#fff;
}
.mv__sub__title {
	border-bottom:1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 11px;
}
.mv__sns {
	position: absolute;
  	right: 0px;
  	bottom: 15px;
  	z-index: 2;
	color:#fff;
}
.mv__sns ul {display: flex}
.mv__sns ul li {margin-right: 1em; font-size: 1.2rem; }
.mv__sns ul li i {font-size: 1.6rem;}

@media screen and (max-width:600px){
	.mv__inner {
		width:46vw
	}
	.mv__sns {display: none}
	.bg_img01 {
	background-image: url("../img/top_main_1sp.jpg");
	}	
	.bg_img02 {
	background-image: url("../img/top_main_2sp.jpg");
	}	
	.bg_img03{
	background-image: url("../img/top_main_3sp.jpg");
	}
	.mv__sub__title {
		font-size: 3.2vw;
	}
	.mv__txt {
	font-size: 2.3vw;
	}	
}

.btn__map {
	border:1px solid #fff;
	padding: 3px 15px;
}
.btn__map:hover {
	opacity: 0.6;
}
.f_copy {
	position: absolute;
	z-index: 10;
	left:15px;
	bottom:5px;
	font-size: 10px;
	color:#fff;
}