﻿html {
	overflow: auto;
	line-height: 1.8;
	overflow-x: hidden;
}

body {
	position: relative;
	min-width: 100%;
	background-color: #FFF;
	overflow-x: hidden;
}

p {
	margin: 0
}

.midashi {
	font-size: 1.875vw;
	font-family: shippori-mincho, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
	font-weight: bold;
	font-style: normal;
	display: block;
	width: 100%;
	text-align: center;
	letter-spacing: 0.3rem;
	color: #333;
}


@media screen and (max-width: 1600px) and (min-width: 1px) {
	.midashi {
		font-size: 2.1875vw;
	}
}

#all_contents {
	padding: 0 !important;
}

/* top */
#tieup_head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: calc(100vh - 60px);
	min-height: 600px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}

#tieup_head .nav_bg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2.34375vw 1.5625vw 0 2.34375vw;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	display: flex;
	justify-content: end;
	font-family: shippori-mincho, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
}

#tieup_head .nav_bg ul.navi {
	display: flex;
	width: auto;
	font-family: shippori-mincho, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 0.83vw;
	list-style-type: none;
	letter-spacing: 2px;
	justify-content: start;
	text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

#tieup_head .nav_bg ul.navi li.menu {
	display: block;
	font-weight: 400 !important;
	font-style: normal !important;
}

#tieup_head .nav_bg ul.navi li.menu a {
	color: #fff;
	padding: 0 20px;
	text-decoration: none;
	position: relative;
}

#tieup_head .nav_bg ul.navi li.menu a:before {
	content: "";
	position: absolute;
	top: calc(50% - 0.3vw);
	left: 0px;
	width: 0.43vw;
	height: 0.43vw;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(135deg);
}

#tieup_head .nav_bg ul.navi li.menu a:hover {
	opacity: 0.8;
}

#tieup_head .nav_bg ul.navi li.menu a:before:hover {
	opacity: 1;
}


#tieup_head .ttl_top {
width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

#tieup_head .ttl_top h1 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;

}
#tieup_head .ttl_top h1 span {
text-align: center;
    font-size: 2.85vw;
    margin-top: 1.25vw;
    display: block;
    font-family: garamond-premier-pro, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
}

#tieup_head .ttl_top p {
	text-align: center;
	letter-spacing: 0.1rem;
	font-size: 1.05vw;
	display: block;
}

#tieup_head .ttl_top .mtlogoimg{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3vw;
	width: 20vw;
	height: auto;
}
#tieup_head .ttl_top .mtlogoimg img{
width: 100%;
height: 100%;
object-fit: cover;
}

/* スライド */
#tieup_head .slider-pro {
	display: none;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
}

#tieup_head .slider-pro:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: calc(100% + 60px);
	margin: 0 ;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.slider-pro img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: 50% 50%;
}

.slider-pro img.btm {
	object-position: 50% 0%;
}

#tieup_head .sp-caption-container {
	position: absolute;
	width: 100%;
	padding: 0;
	text-align: right !important;
	font-family: shippori-mincho, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
	letter-spacing: 0.1rem;
	font-size: 1.25vw;
	color: #FFF;
	text-shadow: 2px 2px #000;
	bottom: -2vw;
	right: 5vw;
	z-index: 9999;
}


@media screen and (max-width: 1600px) and (min-width: 1px) {
	#tieup_head .nav_bg ul.navi {
		font-size: 0.937vw;
	}
}
/* our hotells */
#ourhtls{
	width: 100%;
	background-color: #f5f6fa;
	padding: 12.5vh 0;
	z-index: 0;
	position: relative;
	font-family: shippori-mincho, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
}


.setttl{
	width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    text-align: center;
    color: #666666;
    letter-spacing: 0.05rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0;
    /* padding-bottom: 30px; */
    font-size: 3.5vw;
    font-family: garamond-premier-pro, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
} 
.setttl span{
	display: block;
text-align: center;
font-size: 1.15vw;
font-weight: 400;
}


#about .setttl{
	padding-bottom: 3.125vw;
}


#ourhtls h3{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 20px;
    text-align: left;
    color: #666666;
    letter-spacing: 0.05rem;
    font-weight: 600;
    padding: 60px 5em 15px 0.5em;
    font-size: 1.55vw;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo UI", sans-serif;
    border-bottom: 1px solid #2c4a3f;
} 
#ourhtls h3 span{
text-align: center;
    color: #a69b56;
    letter-spacing: 0.1rem;
    padding-left: 1em;
    font-size: 1.45vw;
    font-weight: 400;
    font-family: garamond-premier-pro, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
} 


#ourhtls .inner{
    width: 100%;
    max-width: 1260px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    margin: 0 auto;
}
#ourhtls .inner .h_box{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	  overflow: hidden; 
	position: relative;
}
#ourhtls .inner .h_box .h_img{
width: 100%;
height: 100%;
object-fit: cover;
transition-duration: 0.3s; 
}

#ourhtls .inner .h_box .h_img:hover {
  transform: scale(1.2);
  transition-duration: 0.3s; 
  opacity: 0.7;
}


#ourhtls .inner .h_box .h_name{
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0%;
    padding: 3% 10%;
    display: flex;
    justify-content: center;
    /* margin: 0 auto; */
    font-size: 15px;
    font-weight: 600;
    /* letter-spacing: 0.1rem; */
    color: #fff;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo UI", sans-serif;

}

/* はじめに */

#about {
	width: 100%;
	padding: 12.5vh 0;
	z-index: 0;
	position: relative;
	font-family: shippori-mincho, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
	background: #fff;
}

#about .txt {
	width: 100%;
	padding: 0 6.25vw
}
#about .txt .toplogo{
	 width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.45vw ;
	margin: 0 auto;
	background: #2c4a3f;	

}
#about .txt .toplogo img{
	width: 30vw;
	height: auto;
	object-fit: cover;
}

#about .detail {
	padding: 0 11.25vw;
	display: flex;
	flex-direction: column;
	/*justify-content: center;
    align-items: center;*/
}

#about .txt .detail .subttl {
	font-size: 1.15vw;
	line-height: 2.0;
	text-align: center;
	letter-spacing: 0.2rem;
	color: #000;
	font-weight: 400;
	padding: 4vh 0 10.5vh;
	    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* topics */
#about .tpc_01 {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 6.25vw;
	margin-bottom: 100px;
}

#about .tpc_02 {
	display: flex;
	flex-direction: row-reverse;
	padding: 0 6.25vw;
	align-items: center;
	margin-bottom: 100px;
}

#about .tpc_img {
	width: 50%;
	position: relative;
}

#about .tpc_inner {
	width: 50%;
}

#about .tpc_01 .tpc_inner {
	padding: 0 0 0 6.25vw;
}

#about .tpc_02 .tpc_inner {
	padding: 0 6.25vw 0 0;
}


#about .slider-pro {
	margin: 0;
}

#about .tpc_ttl {
	border-left: solid .3vh #6b633d;
	padding-left: 1.35vw;
}

#about .tpc_ttl p {
	font-size: 0.9375vw;
	text-align: justify;
	letter-spacing: 0.12em;
	color: #fff;
}

#about .tpc_ttl .tpc_jp {
	display: flex;
	flex-direction: column;
	font-size: 1.57vw;
	line-height: 1.6;
	padding-bottom: 0.8vw;
	color: #333;
}

#about .tpc_ttl .tpc_en {
	color: #BC986E;
	    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 700;
}

#about .txt .detail .lead {
	font-size: 1.041vw;
	text-align: left;
	padding: 5vh 0 2vw;
	letter-spacing: 0.1rem;
	line-height: 2;
	    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
  
#about .txt .detail .h_link{
	list-style: disc;
	  padding-left: 5%;
	  margin-left: 1vw;
	   font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#about .txt .detail .h_link li a{
    display: block;
    width: 100%;
   
    text-align: left;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	    font-size: 1.041vw;
		transition: 0.3s;
		 font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		  transition: 0.5s; /* マウスカーソルを外すとき */
  }
#about .txt h3 {
	font-size: 2.1875vw;
}
#about .txt .detail .h_link li a:hover{
	text-decoration: underline;
	opacity: 0.8;
	 transition: 0.5s; /* マウスカーソルを外すとき */
}
 

/*slider (photo)*/

#about .slider-pro img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: 50% 50%;
}

#about .tpc_img .sp-caption-container {
	position: absolute;
	padding: 0;
	text-align: right !important;
	font-family: shippori-mincho, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
	letter-spacing: 0.1rem;
	font-size: 1.15vw;
	color: #FFF;
	text-shadow: 2px 2px #000;
	bottom: 7vh;
	right: 3vh;
	z-index: 9999;
}

/*slider (next-back-botton)*/
#about .ab-slider .swiper-button-next {
	position: absolute !important;
	z-index: 2 !important;
	right: 40px !important;
	background-size: 15px !important;
	background-image: none;
}

#about .ab-slider .swiper-button-prev.swiper-button-white {
	position: absolute !important;
	z-index: 2 !important;
	left: 30px !important;
	background-size: 15px !important;
	background-image: none;
}


#about .ab-slider .swiper-button-next.swiper-button-white.ab-swiper-button-next:before,
#about .ab-slider .swiper-button-prev.swiper-button-white.ab-swiper-button-prev:before {
	content: "";
	position: absolute;
	z-index: -3;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
}

#about .ab-slider .swiper-button-next.swiper-button-white.ab-swiper-button-next:after,
#about .ab-slider .swiper-button-prev.swiper-button-white.ab-swiper-button-prev:after {
	position: absolute;
	content: "";
	z-index: -2;
	top: 31%;
	right: 13%;
	width: 12px;
	height: 12px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

#about .ab-slider .swiper-button-prev.swiper-button-white.ab-swiper-button-prev:after {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: none;
	border-bottom: none;
	right: 0%;
}




/*  plan  */

#spplan {
	width: 100%;
	padding: 6.77vw 0 0;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}

#spplan .midashi {
	font-weight: bold;
}

#spplan .top .lead {
	text-align: center;
	font-size: 1.456vw;
	margin: 0 0 4.6875vw 6.25vw;
	line-height: 2.2;
	letter-spacing: 0.15em;
}

#spplan .top .lead b {
	font-size: 1.2em;
	font-weight: normal;
	display: inline-block;
	padding: 0 0.1em;
}

#spplan .top .lead b:nth-of-type(1) {
	padding: 0 0.1em 0 0.3em;
}

.text-gray-800 {
	background: #fff!important;
}


/* 施設一覧 */
.area_tab_table {
	display: none;
}



/*  photogallery  */

#pg {
	width: 100%;
	padding: 6.77vw 0;
	background: #f5f3f1;
	font-family: shippori-mincho, '游明朝体', 'Yu Mincho', 'YuMincho', 'HiraMinProN-W3', YuGothic, 'Yu Gothic', sans-serif;
	font-size: 1.15vw !important;
}

#pg .top {
	padding: 0 9.375vw;
	/*width: 61.5vw;*/
	margin: 0 auto 3.125vw;
}

#pg .midashi {
	font-weight: bold;
}

/* slider */
.sp-arrow {
	width: 5px !important;
	height: 40px !important;
}

.slider-pro p.sp-layer {
	font-size: 0.9875vw !important;
}

.slider-pro p.sp-layer span{
	font-size: 1.35vw !important;
}

.wide3 .slider-pro p.sp-layer {
	line-height: 1.4;
	color: #fff !important;
	text-align: right;
	letter-spacing: 0.2rem;

	margin: 0
}

.sp-black {
	background: none !important;
}

.wide3 p:after {
	content: "\f08e";
	font-family: "FontAwesome";
	font-size: 0.9em;
	display: inline-block;
	padding-top: 10px;
	padding-left: 0.5rem;
	color: #fff !important;
}

.wide3,
.sp-mask {
	width: 100% !important;
}

.wide3 img {
	display: block;
	width: 100% !important;
}

.sp-button {
	background-color: rgba(10, 10, 10, 0.3) !important;
	border-radius: 50%;
	margin: 5px !important;
	border: 0 !important;
}

.sp-selected-button {
	background-color: #615b54 !important;
}

.sp-buttons {
	padding-top: -50px !important;
}

/* ----------------- access ------------------ 
#access {
	width: 100%;
	padding-top: 6.25vw;
	padding: 6.77vw 0 10.77vw;
	/*background: #000;
}

#access .top {
	padding: 0 9.375vw;
	/*width: 61.5vw;
	margin: 0 auto 3.125vw;
}

#access .midashi {
	font-weight: bold;
	margin-bottom: 0;
}

#access .map img {
	margin: 0 auto;
	max-width: 1400px;
}*/

/* access
   ----------------------------------------------- */
  
  #access {
width: 100%;
    margin: 6.75vw auto 0;
    background: #f5f3f1;
    padding: 6.75vw 0;
  }
    #access .top {
	padding: 0 9.375vw;
	/*width: 61.5vw;*/
	margin: 0 auto 3.125vw;
	}
  
  #access #gglmap {
	width: calc(100% - 14.5vw);
	height: 600px;
	margin: 0 auto;
	letter-spacing: 0;
  }
   #access .map_directory {
width: calc(100% - 24.5vw);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: 0.1rem;
    line-height: 1.8;
    margin: 2.125vw auto;
    text-decoration: underline;
  }
#access .map_directory a{
margin-right: 3em;
font-size: 0.875vw;
}

  .fukid {
	display: block;
	width: 300px;
	height: 80px;
  }



/* ----------------- footer ------------------ */
/*
.globalFooter {
  margin: 0px 0 75px !important;
}*/