@charset "UTF-8";

html{
	width:100%;
}
body{
	*font-size:small;
	*font:x-small;
	font-size:13px;
	color:#333333;
	line-height:1.2;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	width:100%;
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:100%;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#wrap{
	text-align:left;
	overflow:hidden;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;
	transition: opacity 0.2s ease-out;
}
a:hover{
	text-decoration:none;
}
a{
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
:focus {
	outline: 0;
  border-color: orange;
}
.spOnly{
  display: none;
}
@media screen and (max-width: 750px) {
.spOnly{
  display: block;
}
.pcOnly{
  display: none;
}
}


/* main
-----------------------------------------------*/
#mainBg{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#mainBg iframe{
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
}
#main{
  overflow: hidden;
	position: relative;
  z-index: 2;
  height: calc(100vh - 120px);
}
#main .inner{
  display: flex;
  align-items: center;
  height: 100%;
}
#main h1{
  max-width: 450px;
  margin: 0 auto;
}
#main h1 strong{
  display: block;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: .1em;
}
@media screen and (max-width: 750px) {
#main{
  height: 480px;
}
#main h1{
  max-width: 250px;
}
#main h1 strong{
  font-size: 18px;
  margin-bottom: 10px;
}
}
.over{
  position: relative;
  z-index: 1;
  background: #fff;
}
hr{
  border: none;
  background: #00a695;
  width: 100px;
  height: 3px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
hr{
  width: 60px;
}
}


/* 共通
-----------------------------------------------*/
.ttl{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	line-height: 1;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
.ttl{
  font-size: 28px;
}
}


/* lead
-----------------------------------------------*/
#lead{
  background: #f9f7f4;
  padding: 80px 40px;
  text-align: center;
}
#lead p{
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}
#lead p:first-child{
  margin-top: 0;
}
@media screen and (max-width: 750px) {
#lead{
  padding: 60px 20px;
}
#lead p{
  font-size: 14px;
  margin-top: 20px;
}
}


/* logo
-----------------------------------------------*/
#logo{
  padding: 100px 40px;
}
#logo .inner{
  max-width: 900px;
  margin: 0 auto;
}
#logo .box{
  display: flex;
  margin-top: 40px;
  align-items: center;
}
#logo .box .img{
  width: 145px;
}
#logo .box .txt{
  width: calc(100% - 145px);
  padding-left: 70px;
  box-sizing: border-box;
}
#logo .box .txt p{
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
#logo{
  padding: 60px 20px;
}
#logo .box{
  display: block;
  margin-top: 30px;
}
#logo .box .img{
  width: 80px;
  margin: 0 auto;
}
#logo .box .txt{
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}
#logo .box .txt p{
  font-size: 14px;
}
}


/* movie
-----------------------------------------------*/
#movie{
  padding: 100px 40px;
}
#movie .inner{
  max-width: 900px;
  margin: 0 auto;
}
#movie .box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 60px;
}
#movie .box iframe{
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
#movie{
  padding: 60px 20px;
}
#movie .box{
  margin-top: 30px;
}
}


/* location
-----------------------------------------------*/
#location{
  overflow: hidden;
  padding: 100px 40px;
}
#location .inner{
  max-width: 1260px;
  margin: 0 auto;
}
#location .box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 80px;
}
#location .box::before{
  content: "";
  background: #f9f7f4;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  z-index: -1;
  width: 100vw;
  height: calc(100% - 140px)
}
#location .box .col{
  width: calc(50% - 30px);
  margin: 60px 60px 0 0;
}
#location .box .col:nth-child(2n){
  margin-right: 0;
}
#location .box .col .img img{
  width: 100%;
}
#location .box .col .txtBox{
  margin-top: 25px;
  display: flex;
}
#location .box .col .txtBox .txt{
  width: calc(100% - 320px);
}
#location .box .col .txtBox .txt h3{
  font-size: 22px;
}
#location .box .col .txtBox .txt p{
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5;
}
#location .box .col .txtBox .btn{
  max-width: 320px;
  width: 100%;
  display: flex;
  justify-content: right;
}
#location .box .col .txtBox .btn li{
  width: calc(50% - 5px);
}
#location .box .col .txtBox .btn li:nth-child(2){
  margin-left: 10px;
}
#location .box .col .txtBox .btn li a{
  display: block;
  position: relative;
  background: #00a695;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  padding: 0 15px;
}
#location .box .col .txtBox .btn li a:hover{
  opacity: .7;
}
#location .box .col .txtBox .btn li:nth-child(2) a{
  text-align: left;
  background: #ef8742;
}
#location .box .col .txtBox .btn li a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-6px);
}
@media screen and (max-width: 1200px) {
#location .box .col{
  width: calc(50% - 20px);
  margin: 60px 40px 0 0;
}
#location .box .col .txtBox{
  display: block;
}
#location .box .col .txtBox .txt{
  width: 100%;
}
#location .box .col .txtBox .btn{
  margin: 10px auto 0;
  justify-content: center;
}
}
@media screen and (max-width: 750px) {
#location{
  padding: 60px 20px;
}
#location .box{
  display: block;
  margin-top: 30px;
  padding-bottom: 60px;
}
#location .box::before{
  height: calc(100% - 60px)
}
#location .box .col{
  width: 100%;
  margin-top: 40px;
}
#location .box .col:first-child{
  margin-top: 0;
}
#location .box .col .txtBox{
  margin-top: 15px;
}
#location .box .col .txtBox .txt h3{
  font-size: 18px;
}
#location .box .col .txtBox .txt p{
  font-size: 13px;
}
#location .box .col .txtBox .btn{
  max-width: 335px;
}
}


/* photo
-----------------------------------------------*/
#photo{
  overflow: hidden;
  padding: 100px 0 140px;
}
#photo .sliderBox {
  max-width: 961px;
  margin: 60px auto 0;
  position: relative;
}
#photo .sliderBox .gallaryWrap {
  display: none;
}
#photo .sliderBox .gallaryWrap.current {
  display: block;
}
#photo .sliderBox .gallaryWrap .gallarySlider .slick-track {
  opacity: 0;
  transition: opacity 0s;
}
#photo .sliderBox .gallaryWrap.current .gallarySlider.slick-initialized .slick-track {
  transition: opacity 1s .1s cubic-bezier(.210, .60, .350, 1);
  opacity: 1;
}
#photo .sliderBox li {
  position: relative;
  padding: 0 0.5px;
}
#photo .sliderBox .slick-arrow {
  display: block;
  width: 200%;
  height: 100%;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: background .2s cubic-bezier(.210, .60, .350, 1);
}
#photo .sliderBox .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}
.touchDevice #photo .sliderBox .slick-arrow:hover {
  background: rgba(51, 51, 51, 0.5);
}
#photo .sliderBox .slick-prev {
  left: -0.5px;
  transform: translate(-100%, 0%);
}
#photo .sliderBox .slick-next {
  right: -0.5px;
  transform: translate(100%, 0%);
}
#photo .sliderBox .slick-arrow::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  border-top: solid 2px #333;
  border-left: solid 2px #333;
}
#photo .sliderBox .slick-prev::after {
  right: 50%;
  margin-right: -5px;
  transform: translate(50%, -50%) rotate(-45deg);
}
#photo .sliderBox .slick-next::after {
  left: 50%;
  margin-left: -5px;
  transform: translate(-50%, -50%) rotate(-45deg) scale(-1, -1);
}
#photo .sliderBox li span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0.5px;
  font-size: 13px;
  line-height: 1.66;
  letter-spacing: 0.01em;
  padding: 1em 60px 0 0;
  transform: translate(0%, 100%);
  opacity: 0;
  transition: opacity 0s;
}
#photo .sliderBox li.slick-current span {
  transition: opacity .2s .4s;
  opacity: 1;
}
#photo .sliderBox .slick-counter {
  position: absolute;
  bottom: 0;
  right: 0.5px;
  font-size: 13px;
  line-height: 1.66;
  font-weight: bold;
  letter-spacing: 0.01em;
  padding: 1em 0 0 0;
  transform: translate(0%, 100%);
}
#photo .sliderBox .slick-counter .current::after {
  content: " / ";
}
@media screen and (max-width: 1180px) {
#photo .sliderBox {
  max-width: 80%;
}
}
@media screen and (max-width: 750px) {
#photo{
  padding: 60px 0;
}
#photo .sliderBox {
  max-width: 91.73%;
  margin: 34px auto 0;
}
#photo .sliderBox .slick-arrow::before {
  display: none;
}
#photo .sliderBox .slick-arrow::after {
  display: none;
}
#photo .sliderBox li span {
  font-size: 12px;
  padding: 1em 60px 0 0;
}
}


/* info
-----------------------------------------------*/
#info{
  padding: 100px 40px;
}
#info .inner{
  max-width: 1040px;
  margin: 0 auto;
}
#info .box{
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  padding: 40px 60px;
  margin-top: 60px;
}
#info .box table{
  width: 100%;
}
#info .box table th,
#info .box table td{
  font-size: 16px;
  padding: 15px 0;
  line-height: 1.5;
  vertical-align: top;
}
#info .box table th{
  white-space: nowrap;
  padding-right: 60px;
  font-weight: normal;
}
#info .box table td{
  width: 100%;
}
@media screen and (max-width: 750px) {
#info{
  padding: 60px 20px;
}
#info .box{
  padding: 30px 20px;
  margin-top: 30px;
}
#info .box table th,
#info .box table td{
  font-size: 14px;
  padding: 8px 0;
}
#info .box table th{
  padding-right: 20px;
}
}


/* bnrBox
-----------------------------------------------*/
.bnrBox{
	display: flex;
  max-width: 1040px;
  margin: 80px auto 0;
  justify-content: center;
}
.bnrBox .col{
	width: 30.77%;
	margin-right: 3.845%;
}
.bnrBox .col:nth-child(3n){
	margin-right: 0;
}
.bnrBox .col a{
	display: block;
	color: #333;
}
.bnrBox .col a .img{
  overflow: hidden;
}
.bnrBox .col a .img img{
	transform: scale(1);
	transition: transform 0.2s ease-out;
}
.bnrBox .col a:hover .img img{
	transform: scale(1.03);
}
.bnrBox .col h4{
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 750px) {
.bnrBox{
	flex-wrap:wrap;
	margin-top: 0;
  justify-content: left;
}
.bnrBox .col,
.bnrBox .col:nth-child(3n){
	width: 48%;
  margin: 25px 4% 0 0;
}
.bnrBox .col:nth-child(2n){
	margin-right: 0;
}
.bnrBox .col h4{
	margin-top: 15px;
}
}

#msContact,
#msFooter{
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 740px){
#msContact {
  margin-top: 0;
}
}


/* slick
-----------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  height: 100%;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}