@charset "utf-8";

.contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 3.6vw;
	line-height: 1.5em;
}

/*------------------------------------------------
	メインタイトル
--------------------------------------------------*/
#maintitle {
    padding: 2vw 0;
    text-align: center;
}
#maintitle img:nth-child(1) {
    display: block;
    height: 11vw;
    /*height: 6vw;*/
    margin: 0 auto 1vw;
}
#maintitle img:nth-child(2) {
    width: 20vw;
}

/*------------------------------------------------
	メインビジュアル・リード
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	text-align: center;
    margin-bottom: 5vw
}
#mainvisual p {
	width: 90vw;
	height: 56vw;
    margin: 0 auto;
	position: relative;
}
#mainvisual p img {
	width: 90vw;
	height: 56vw;
    object-fit: cover;
}
#mainvisual p:before {
    content: "";
    display: inline-block;
	width: 90vw;
	height: 56vw;
    background: #f2d6dc url("../img/main-bg.png");
    background-size: 6px;
    position: absolute;
    top: 2vw;
    left: 2vw;
    z-index: -1;
}
#lead p {
    width: 90vw;
    font-size: 3.8vw;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin: 0 auto 5vw
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#navi {
	width: 100%;
    background-color: #fff;
    margin-bottom: 5vw;
}
#navi ul {
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
#navi ul li {
    width: 50%;
	text-align: center;
    font-size: 3.8vw;
    font-weight: bold;
    color: #fff;
    background-color: #d4828f;
    border-bottom: solid 1px #fff;
}
#navi ul li:nth-child(odd) {
    border-right: solid 1px #fff;
}
#navi ul li a {
    display:block;
    color: inherit;
    text-decoration: none;
    padding: 3vw 0;
}
#navi ul li a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 2vw;
}
#navi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#navi.fixed ul li a {
    padding: 1.2vw 0;
    font-size: 3.2vw;
}
.fix-navi:has(.fixed) {
	height: 20vw;
}
/*------------------------------------------------
	コンテンツ共通部分
--------------------------------------------------*/
.conts-bg {
    width: 100%;
    background-color: #fdeef2;
    background-image: url("../img/sp/bg-blue-top.png"),url("../img/sp/bg-blue-bottom.png");
    background-repeat: no-repeat,no-repeat;
    background-position: top center,bottom center;
    background-size: 100%,100%;
    padding: 15vw 0;
}
.conts-bg .inner {
    position: relative;
}
.conts-bg .list {
    display: flex;
    width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
    margin-bottom: 10vw;
    padding-left: 5vw;
}
.conts-bg .list li {
    width: 70vw;
    margin-right: 5vw;
}
.conts-bg .list li img {
    width: 70vw;
    margin-bottom: 2vw;
}
.conts-bg .list li:last-child {
    margin-right: 0;
}
.conts-bg .list li dt {
    font-size: 4.2vw;
    line-height: 1.4em;
    font-weight: bold;
    color: #c96373;
    margin-bottom: 2vw;
}
.conts-bg .list li dd {
}
.conts-bg .list li dd .small {
    font-size: 3.0vw;
}
.conts-bg .list li h3 {
    background-color: #c96373;
    color: #fff;
    text-align: center;
    font-size: 3.5vw;
    line-height: 2.0em;
}
.conts-bg .text {
    width: 90vw;
    font-size: 3.8vw;
    line-height: 1.6em;
    font-weight: bold;
    margin: 0 auto 5vw
}

/*------------------------------------------------
	コンテンツ個別
--------------------------------------------------*/
#point h2,
#stay h2 {
    width: 60vw;
    margin: 0 auto 8vw;
}
#point h2 img,
#stay h2 img {
    width: 100%;
}
#gallery h2 {
    width: 90vw;
    margin-bottom: 2vw;
    padding-left: 20vw;
}
#gallery h2 img {
    width: 100%;    
}
#stay h3 {
    width: 90vw;
    margin: 0 auto 3vw;
    border-bottom: dashed 2px #c96373;
    padding-bottom: 1vw;
    text-align: center;
}
#stay h3 img {
    width: 32vw;    
}
#point .illust {
    position: absolute;
    left: 1vw;
    top: 5vw;
}
#stay .illust {
    position: absolute;
    right: 0;
    top: 2vw;
}
#gallery .illust {
    position: absolute;
    left: 2vw;
    top: -5vw;
}
.illust img {
    width: 18vw;
}
#gallerySlider {
	width: 100%;
}
#gallerySlider p {
}
#gallerySlider p img {
	width: 100%;
	height:21vw;
	object-fit: cover;
}

/*------------------------------------------------
	ホテル　ゲストルーム
--------------------------------------------------*/
#hotel {
    width: 100%;
    padding: 3vw 0 7vw;
}
#hotel .inner {
    width: 94vw;
    margin: 0 auto;
}
#hotel h2 {
    width: 60vw;
    margin: 0 auto 8vw;
}
#hotel h2 img {
    width: 100%;
}
#hotel .room {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5vw;
}
#hotel .room li {
    width: 45vw;
}
#hotel .room li h3 {
    font-size: 3.2vw;
    line-height: 1.4em;
    background-color: #000;
    color: #fff;
    padding: 1vw;
}
#hotel .room li img {
    width: 100%;
    height: 30vw;
    object-fit: cover;
    margin-bottom: 2vw;
}
#hotel .tokuten {
    width: 100%;
    background-color: #fffcdb;
    padding: 2vw 3vw;
    border: solid 1px #000;
    margin-bottom: 5vw
}
#hotel .tokuten h3 {
    font-size: 3.8vw;
    font-weight: bold;
    color: #c12247;
}
#hotel .tokuten h3:before {
    content: "★";
    margin-right: 1vw;
}
#hotel .tokuten h3:after {
    content: "★";
    margin-left: 1vw;
}
#hotel .flex-box {
}
#hotel .hoteldata {
    width: 100%;
    background-color: #ededed;
    margin-bottom: 5vw;
}
#hotel .hoteldata h3 {
    font-size: 3.3vw;
    line-height: 1.8em;
    background-color: #000;
    color: #fff;
    padding: 0 2vw;
}
#hotel .hoteldata p {
    font-size: 3.0vw;
    line-height: 1.4em;
    padding: 2vw;
}
#hotel .gmap {
    width: 100%;
	height: 300px;
}

/*------------------------------------------------
	おすすめツアー common.cssを上書き
--------------------------------------------------*/
#tour {
    background-color: #fff;
    background-image: none;
    padding: 5vw 0;
}
#tourTabWrap .tab li {
	color: #d4828f;
    border: solid 0.5vw #d4828f;
}
#tourTabWrap .tab li.nav_on {
	background-color: #d4828f;
	border: solid 0.5vw #d4828f;
}
.tourWrap h3 {
	background-color: #d4828f;
}