@charset "utf-8";

.contents {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 15px;
    line-height: 1.6em;
}
.contents .inner {
    width: 992px;
    margin: 0 auto;
}

/*------------------------------------------------
	メインタイトル
--------------------------------------------------*/
#maintitle .inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}
#maintitle img:nth-child(1) {
    display: block;
	height: 50px;
    /*height: 38px;*/
}
#maintitle img:nth-child(2) {
    width: 130px;
}

/*------------------------------------------------
	メインビジュアル・リード
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	text-align: center;
    margin-bottom: 50px;
}
#mainvisual p {
	width: 1080px;
	height: 450px;
    margin: 0 auto;
	position: relative;
}
#mainvisual p:before {
    content: "";
    display: inline-block;
    width: 1080px;
    height: 450px;
    background: #f2d6dc url("../img/main-bg.png");
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
#lead p {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#navi {
	width: 100%;
	background-color: #fff;
}
#navi ul {
    width: 992px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    justify-content: center;
}
#navi ul li {
    width: 200px;
	text-align: center;
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
#navi ul li a {
    display:block;
    color: inherit;
    text-decoration: none;
    background-color: #d4828f;
    padding: 20px 0;
    transition: all 0.3s ease 0s;
    box-shadow: 3px 3px #ccc;
}
#navi ul li a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 7px;
}
#navi ul li a:hover {
	transform: translateY(0.2em);
    box-shadow: none;
}
#navi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	margin-top: 0;
	padding: 5px 0;
}
#navi.fixed ul li a {
    padding: 10px 0;
    box-shadow: 0 0 #ccc;
}
#navi.fixed ul li a:hover {
	transform: translateY(0);
}
.fix-navi:has(.fixed) {
	height: 54px;
}
/*------------------------------------------------
	コンテンツ共通部分
--------------------------------------------------*/
.conts-bg {
    width: 100%;
    background-color: #fdeef2;
    background-image: url("../img/bg-blue-top.png"),url("../img/bg-blue-bottom.png");
    background-repeat: no-repeat,no-repeat;
    background-position: top center,bottom center;
    padding: 180px 0;
}
.conts-bg .inner {
    position: relative;
}
.conts-bg .list {
    display: flex;
    margin-bottom: 70px;
}
.conts-bg .list li {
    width: 300px;
    margin-right: 46px;
}
.conts-bg .list li:last-child {
    margin-right: 0;
}
.conts-bg .list li img {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 10px;
}
.conts-bg .list li dt {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    color: #c96373;
    margin-bottom: 10px;
}
.conts-bg .list li dd {
}
.conts-bg .list li dd .small {
    font-size: 12px;
}
.conts-bg .list li h3 {
    background-color: #c96373;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 2.0em;
}
.conts-bg .text {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

/*------------------------------------------------
	コンテンツ個別
--------------------------------------------------*/
#point h2,
#stay h2 {
    text-align: center;
    margin-bottom: 50px;
}
#gallery h2 {
    margin-bottom: 20px;
    padding-left: 100px;
}
#stay h3 {
    margin-bottom: 30px;
    text-align: center;
    border-bottom: dashed 2px #c96373;
    padding-bottom: 10px;
}
#point .illust {
    position: absolute;
    left: 50px;
    top: 0;
}
#stay .illust {
    position: absolute;
    right: 50px;
    top: 0;
}
#gallery .illust {
    position: absolute;
    left: -20px;
    top: -40px;
}
#gallerySlider {
	width: 100%;
	height: 133px;
	overflow: hidden;
}
#gallerySlider p {
	width: 200px;
	height: 133px;
}
#gallerySlider p img {
	width: 100%;
	height: 133px;
	object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

/*------------------------------------------------
	ホテル　ゲストルーム
--------------------------------------------------*/
#hotel {
    width: 100%;
    padding: 0 0 80px;
}
#hotel h2 {
    text-align: center;
    margin-bottom: 50px;
}
#hotel .room {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
#hotel .room li {
    width: 400px;
    margin: 0 30px;
}
#hotel .room li h3 {
    font-size: 15px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 2.0em;
}
#hotel .room li img {
    width: 400px;
    height: 230px;
    object-fit: cover;
    margin-bottom: 10px;
}
#hotel .tokuten {
    width: 100%;
    background-color: #fffcdb;
    padding: 15px 30px;
    border: solid 1px #000;
    margin-bottom: 50px;
}
#hotel .tokuten h3 {
    font-size: 15px;
    font-weight: bold;
    color: #c12247;
}
#hotel .tokuten h3:before {
    content: "★";
    margin-right: 5px;
}
#hotel .tokuten h3:after {
    content: "★";
    margin-left: 5px;
}
#hotel .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#hotel .hoteldata {
    width: 350px;
    background-color: #ededed;
}
#hotel .hoteldata h3 {
    font-size: 13px;
    line-height: 1.8em;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
}
#hotel .hoteldata p {
    font-size: 13px;
    line-height: 1.5em;
    padding: 10px;
}
#hotel .gmap {
    width: 590px;
	height: 300px;
}


/*------------------------------------------------
	おすすめツアー common.cssを上書き
--------------------------------------------------*/
#tour {
    background-color: #fff;
    background-image: none;
    padding: 30px 0;
}
#tourTabWrap .tab li {
	color: #d4828f;
    border: solid 2px #d4828f;
}
#tourTabWrap .tab li.nav_on {
	background-color: #d4828f;
	border: solid 2px #d4828f;
}
#tourTabWrap .tab li:hover {
	background-color: #d4828f;
}
.tourWrap h3 {
	background-color: #d4828f;
}