/******************************************************************
Theme Name: hotel_std
Author: yadoken
Author URI: https://www.yadoken.net/
Version: 1.7
License: WTFPL

******************************************************************/

#kondate_ttl,.kondate_wrap {
    max-width: 800px;
    margin: auto;
}
@media print,	screen and (min-width: 1161px) {
	header#header .header_wrap .header_plan >div, header#header .header-fixed .header_plan >div{
		height:100%;
	}
}

/* ボタン＞ */
.link_btn a span, .top_plan ul li .plan_btn p span {
    display: block;
    position: relative;
}
.link_btn a span:after, .top_plan ul li .plan_btn p span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #a68b62;
    border-right: 1px solid #a68b62;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
	padding-left: 0;
}
.link_btn a span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.top_plan ul li .plan_btn p {
	font-size: 16px;
}
@media print, screen and (min-width: 768px) {
.link_btn a {
    padding: 15px 10px;
	width: 300px;
	font-size: 16px;
}
.link_btn.plan_all a {
    width: 300px;
}
}
@media only screen and (max-width: 767.9px) {
.link_btn a {
    padding: 15px 10px;
	width: 265px;
    font-size: 14px;
}
.link_btn.plan_all a {
	max-width: 265px;
}
}
.txt_imgarea .link_url {
    position: relative;
}
.txt_imgarea .link_url a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #002e56;
    border-right: 1px solid #002e56;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
    padding-left: 0;
}
@media print, screen and (max-width: 960px) {
.txt_imgarea .link_url {
    text-align: left;
    display: inline-block;
}
}
@media print, screen and (max-width: 767.9px) {
.txt_imgarea .link_url a:before {
    right: -10px;
}
}

/* TOP 一行新着 */
.mv_news {
    background-color: rgb(57, 57, 57, 0.7);
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
}
.mv_news .ticker_wrap ul li dl dd a, .mv_news .ticker_wrap h2.ticker_ttl, .mv_news .ticker_wrap p.more a {
    color: #fff!important;
}
@media print, screen and (min-width: 768px) {
.mv_news .ticker_wrap p.more {
    display: none;
}
}
@media print, screen and (min-width: 961px) {
.mv_news {
    padding: 20px 0;
}
}
@media print, screen and (min-width: 768px) {
.mv_news .ticker_wrap ul li dl dt {
    width: 20%;
}
.mv_news .ticker_wrap h2.ticker_ttl {
    border-right: solid 1px #fff;
}
}
@media only screen and (max-width: 767.9px) {
.mv_news {
	background-color: rgb(57, 57, 57, 0.7)!important;
}
.formwrap.inner_sp {
    padding-left: 0;
    padding-right: 0;
}
}

/* TOP おすすめプラン*/
.top_plan ul li .plan_btn {
    display: none;
}

/* TOP ギャラリー*/
@media print, screen and (max-width: 767.9px) {
.top_gallery .link_btn.plan_all a {
    margin: 45px auto 40px;
}
}

/* テーブル */
@media print, screen and (min-width: 768px) {
.ttl_tbl {
    padding: 50px 0 120px;
}
}
@media print, screen and (min-width: 768px) {
.ttl_tbl .guide_tbl dl dt {
    background: #f6f4ee;		
}
.tbl_contents table th {
    background: #f6f4ee;
}
.ttl_tbl .guide_tbl dl {
    display: table;
    width: 100%;
}
.ttl_tbl .guide_tbl dl dt, .ttl_tbl .guide_tbl dl dd {
	display: table-cell;
    vertical-align: middle;
}
.tbl_contents table th, .tbl_contents table td {
    vertical-align: middle;
}
}
@media only screen and (max-width: 767.9px) {
.ttl_tbl .guide_tbl dl dt {
    padding: 5px;
    background: #f6f4ee;		
}
.tbl_contents table th {
    padding: 5px;
    background: #f6f4ee;
}
.dining .spec_content table th,
.dining .spec_content table td,
.facilities .spec_content table th,
.facilities .spec_content table td,
.access .spec_content table th,
.access .spec_content table td {
    width: 50%;
}
.facilities .spec_content table tr,
.access .spec_content table tr {
    display: flex;
}
}

/* アメニティテーブル */
.ame_tbl {
    padding-top: 35px;
}
@media print, screen and (min-width: 767.9px) {
.tbl_contents.ame_tbl table th {
    width: 200px;
}
.tbl_contents.ame_tbl table td {
	width: calc(100% - 200px);
}
}

/* 下層画像リンク */
.tab ul {
    display: flex;
    justify-content: space-between;
}
.tab ul li {
    width: 31%;
}
.tab ul li a {
    display: block;
    position: relative;
    line-height: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.tab ul li a:before {
background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.tab ul li a h4 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -31px 0 0 0;
    text-align: center;
    line-height: 1.4em;
}
.tab ul li a h4 .name_ttl {
    font-size: 100%;
    color: #fff;
	text-shadow: 2px 2px 18px #060001;
}
.under_line {
    width: 25px;
    height: 1px;
}
.phonetic {
    font-size: 12px;
    display: block;
    margin-top: -8px;
}
.more_btn {
    position: relative;
}
.tab ul li a .more_btn {
    position: absolute;
    bottom: 10%;
    color: #fff;
    font-size: 80%;
    font-weight: normal;
    text-shadow: 2px 2px 18px #060001;
    right: 5%;
}
.more_btn:after {
    content: url(/wp/wp-content/themes/ryokan_std/assets/images/common/icon_arrow_btn.png);
    margin-left: 10px;
}
.tab ul li a:after {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	margin: 10px 0 0 10px;
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.tab ul li a:hover {
	opacity:1;
}
.tab ul li a:hover:before {
    background: rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.tab.two ul {
    justify-content: center;
}
.tab.two ul li:first-of-type {
    margin-right: 1%;
}
.tab.two ul li:last-of-type {
    margin-left: 1%;
}
@media print, screen and (max-width: 767px) {
.tab ul li a:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px 0 0 5px;
}
.under_line, .phonetic {
    display: none;
}
.tab ul li a h4 {
    margin: 0;
    line-height: 0;
}
.tab ul li a h4 .name_ttl {
	font-size: 70%;
    letter-spacing: 0;
}
}

/* リンクリスト */
@media print, screen and (max-width: 767.9px) {
.link_list ul li a {
	font-size: 14px;
}
}
/* 客室スペック */
.room_contents .txt p {
    text-align: left;
}
.room_spec ul {
    display: flex;
}
.room_spec li {
    margin-right: 10px;
	width: 26px;
}
.spec_content table {
    background: rgba(255,255,255,0.6);
}
.spec_content table th {
	background: #f6f4ee;
}
.spec_content table th, .spec_content table td {
    width: 25%;
    padding: 10px 20px;
	text-align:left;
}
@media print, screen and (min-width: 961px) {
.room_spec ul {
	justify-content: end;
}
.room_contents .txt {
    display: flex;
    justify-content: space-between;
}
.room_contents .txt p {
    width: 43%;
}
.room_contents .txt .breakfast {
    width: 43%;
}
.room_contents .txt .spec_content {
    width: 50%;
	font-size: 14px;
}
}
@media print, screen and (max-width: 1000px) and (min-width:768px) {
.room_contents .txt .spec_content {
	font-size: 13px;
}
}
@media print, screen and (max-width: 960px) {
.room_contents .txt p {
    padding-bottom: 15px;
}
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
.slide_thumb.room_contents .slick-dots li {
    width: 13.8%;
}
}
@media only screen and (max-width: 767.9px) {
.spec_content table {
    font-size: 12px;
}
.room_contents.tbl_contents table tr {
    display: flex;
}
.room_contents table th, .room_contents table td {
    padding: 10px 12px;
}
.slide_thumb.room_contents .txt_area h4 {
	margin-bottom: 0;
}
}
@media print, screen and (min-width: 768px) {
.room_contents.tbl_contents table th:nth-of-type(2), .room_contents.tbl_contents table td:nth-of-type(2) {
    border-top: solid 1px #c7c7c7;
}
}

/* 客室リンク導線 */
.slide_thumb .link_url a {
	display: block;
	position: relative;
    transition: 0.5s;
    padding: 15px 10px;
    background: #002e56;
	color: #fff!important;
    text-align: center;
}
.slide_thumb .link_url a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #B59664;
}
.slide_thumb .link_url a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #a68b62;
    border-right: 1px solid #a68b62;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
    padding-left: 0;
}
.slide_thumb .link_url a span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
.slide_thumb .link_url a {
	width: 300px;
}
.rooms .slide_thumb .link_url {
	text-align: left;
}
}
@media print, screen and (max-width: 767.9px) {
.rooms .slide_thumb .link_url {
    text-align: center;
}
.slide_thumb .link_url a {
	width: 265px;
	margin: 0 auto;
}
}
/* 日帰り */
.reserve_box {
	border: 1px solid #012F57;
	padding: 2px;
	width: 80%;
	margin: 0 auto;
}
.reserve_box .bg {
	border: 1px dotted #012F57;
	padding: 50px;
	text-align: center;
}
.reserve_box h4 {
	padding: 10px 0 20px;
	font-weight: normal;
	font-size: 24px;
}
.reserve_box .price {
	font-size: 130%;
	letter-spacing: 2px;
}
.reserve_box .price span {
	font-size: 220%;
	color: #B59664;
}
.reserve_box .tel_box {
	margin: 0 auto;
	position: relative;
	padding: 20px 20px 0;
	overflow: hidden;
}
.reserve_box .tel_box h4 {
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 150%;
}
.reserve_box .tel_box h4:before {
	background: #fff;
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	margin: 0 auto 20px;
}
.reserve_box .tel_box .tel {
	display: inline-block;
	padding-top: 10px;
	font-weight: bold;
	font-size: 250%;
	letter-spacing: 3px;
}
.reserve_box .tel_box .tel a {
	color: #012F57;
}
.note span {
	font-size: 90%;
	color: #666;
}
@media print, screen and (max-width: 960px) {
.reserve_box h4 {
	font-size: 21px;
}
.reserve_box {
	width: 90%;
}
}
@media print, screen and (max-width: 560px) {
.reserve_box {
	width: 100%;
}
.reserve_box .bg {
	padding: 20px;
}
.reserve_box h4 {
	padding: 10px 0;
	font-size: 16px;
}
.reserve_box .price {
	padding-bottom: 0;
	font-size: 13px;
}
.note {
	font-size: 12px;
}
.reserve_box .tel_box {
	padding: 20px 0 0;
	font-size: 12px;
}
}

/* TOPよくあるご質問導線 */
.nr-faq-card {
    max-width: 900px;
    margin: 0 auto;
}

.nr-faq-card_inner {
    text-align: center;
}

.nr-faq-card_desc {
    line-height: 2;
    letter-spacing: 0.06em;
}

.nr-faq-btn {
    margin-top: 45px;
}

.nr-faq-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    padding: 10px 40px;
    background: #800000;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.nr-faq-btn a::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.nr-faq-btn a:hover {
    opacity: 0.85;
}

@media screen and (max-width: 767px) {

    .nr-faq-section {
        padding: 60px 20px;
    }

    .nr-faq-card_desc br {
        display: none;
    }

    .nr-faq-btn a {
        width: 100%;
        min-width: auto;
        padding: 15px 20px;
    }
}

  @media (min-width: 1024px) {
    .accessmap {
      max-width: 80%;
    }
  }

/* 観光モデルコース */
.model-course-v1 {
  max-width: 1920px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* 各日ブロック */
.model-course-v1 .day-block {
  flex: 1;
  display: flex;
  gap: 20px;
}

/* 左側 */
.model-course-v1 .day-left {
  width: 120px;
  text-align: center;
  flex-shrink: 0;
}

.model-course-v1 .day-left img {
  width: 300px;
  border-radius: 50%;
  object-fit: cover;
}

.model-course-v1 .day-text {
  margin-top: 8px;
}

.model-course-v1 .day {
  display: block;
  font-size: 18px;
  color: #bea643;
  font-weight: bold;
}

/* タイムライン */
.model-course-v1 .timeline {
  flex: 1;
  position: relative;
  padding-left: 23px;
}

.model-course-v1 .timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #bea643;
}

/* 各項目 */
.model-course-v1 .item {
  position: relative;
  margin-bottom: 26px;
}

.model-course-v1 .item::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 12px;
  width: 9px;
  height: 9px;
  background: #bea643;
  border-radius: 50%;
}

/* 時間 */
.model-course-v1 .time {
  color: #bea643;
  font-weight: bold;
  margin-right: 8px;
  white-space: nowrap;
}

/* 見出し（強調） */
.model-course-v1 .item p strong {
  display: block;
  font-size: 15px;
  color: #333;
  padding-top: 6px;
  font-weight: bold;
}

/* 本文 */
.model-course-v1 .item p {
  display: inline;
  line-height: 1.5;
  font-size: 13px;
}

/* タブレット */
@media (max-width: 1024px) {
  .model-course-v1 {
    gap: 30px;
  }

  .model-course-v1 .day-left {
    width: 100px;
  }

  .model-course-v1 .day-left img {
    width: 80px;
    height: 80px;
  }

  .model-course-v1 .timeline {
    padding-left: 20px;
  }
}

/* スマホ */
@media (max-width: 768px) {
  .model-course-v1 {
    flex-direction: column;
    gap: 25px;
    padding: 0 12px;
  }

  .model-course-v1 .day-block {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .model-course-v1 .day-left {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .model-course-v1 .timeline {
    width: 100%;
    padding-left: 22px;
    margin-top: 10px;
  }

  .model-course-v1 .timeline::before {
    left: 8px;
  }

  .model-course-v1 .item::before {
    left: -17px;
    width: 8px;
    height: 8px;
  }

  .model-course-v1 .item {
    margin-bottom: 14px;
  }

  .model-course-v1 .time {
    display: block;
    margin-bottom: 2px;
  }

  .model-course-v1 .item p {
    display: block;
    line-height: 1.6;
  }
}

/* 写真散りばめ */
.model-course-v1 .photo-scatter-v1 {
  position: relative;
  width: 100%;
}

/* 共通 */
.model-course-v1 .photo-scatter-v1 .photo {
  position: absolute;
  background: #fff;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.model-course-v1 .photo-scatter-v1 .photo img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* 左 */
.model-course-v1 .photo-scatter-v1 .photo-left {
  width: 290px;
  left: -10px;
  top: 0;
  transform: rotate(-6deg);
  z-index: 1;
}

/* 右 */
.model-course-v1 .photo-scatter-v1 .photo-right {
  width: 270px;
  right: -10px;
  top: 140px;
  transform: rotate(5deg);
  z-index: 2;
}

/* タブレット */
@media (max-width: 1024px) {

  .model-course-v1 .photo-scatter-v1 {
    height: 310px;
  }

  .model-course-v1 .photo-scatter-v1 .photo-left {
    width: 240px;
  }

  .model-course-v1 .photo-scatter-v1 .photo-right {
    width: 220px;
    top: 80px;
  }

  .model-course-v1 .photo-scatter-v1 .photo img {
    height: 170px;
  }

}

/* SP */
@media (max-width: 768px) {

  .model-course-v1 .photo-scatter-v1 {
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .model-course-v1 .photo-scatter-v1 .photo {
    position: relative;
    width: 88%;
    padding: 6px;
  }

  .model-course-v1 .photo-scatter-v1 .photo-left {
    left: 0;
    top: auto;
    transform: rotate(-4deg);
  }

  .model-course-v1 .photo-scatter-v1 .photo-right {
    right: 0;
    top: auto;
    margin-left: auto;
    transform: rotate(4deg);
  }

  .model-course-v1 .photo-scatter-v1 .photo img {
    height: auto;
  }

}

/* 下部情報 */
.acsetc {
  margin-top: 20px;
  max-width: 384px;
}
.acsetc ul {
  display: flex;
  justify-content: space-around;
}
.acsetc ul li {
  position: relative;
  width: 48%;
  text-align: center;
  font-size: 14px;
  background: #800000;
}
.acsetc ul li:first-of-type {
  background: #fff;
  border: solid 1px #800000;
  color: #800000;
  padding: 8px 0;
}
.acsetc ul li:last-of-type:before {
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  content: "";
  padding-left: 0;
}
.acsetc ul li a:last-of-type {
  position: relative;
  display: block;
  color: #fff;
  padding: 8px 0;
}
/* -- 宿泊約款追加 ------- */

.f-btm__link {
  margin-top: 20px;
}
.f-btm__link a {
  display: inline-block;
  text-decoration: underline;
  font-size: small;
}
@media print, screen and (max-width: 767.9px) {
  .f-btm__link li:not(:last-of-type) {
    margin-bottom: 7px;
  }
}

@media print, screen and (min-width: 768px) {
	.f-btm__link {
		display: flex;
		justify-content: center;
	}
  .f-btm__link li:not(:last-of-type) {
    margin-right: 30px;
  }
}

/* ==================================
   こんな方におすすめ
================================== */

.recommend-users-v1 {
  width: 100%;
}

.recommend-users-v1 .selected-users__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.recommend-users-v1 .user-card {
  position: relative;
  background: #EDEDED;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.recommend-users-v1 .user-card__label {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;

  padding: 8px 18px;

  background: #bea643;
  color: #fff;

  line-height: 1;
  letter-spacing: .05em;
}

.recommend-users-v1 .user-card__image {
  overflow: hidden;
}

.recommend-users-v1 .user-card__image img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.recommend-users-v1 .user-card__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.recommend-users-v1 .user-card__body h3 {
  margin: 0 0 15px;
  padding-bottom: 15px;

  color: #3f3428;
  line-height: 1.7;

  border-bottom: 1px solid #d0d0d0;
}

.recommend-users-v1 .user-card__body p {
  margin: 0;
  color: #666;
  line-height: 2;
}

/* ==========================
   1200px以下
========================== */

@media screen and (max-width: 1200px) {

  .recommend-users-v1 .selected-users__grid {
    gap: 30px;
  }

  .recommend-users-v1 .user-card__body {
    padding: 28px;
  }

}

/* ==========================
   タブレット
========================== */

@media screen and (max-width: 1024px) {

  .recommend-users-v1 .selected-users__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

}

/* ==========================
   スマホ
========================== */

@media screen and (max-width: 767px) {

  .recommend-users-v1 .selected-users__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .recommend-users-v1 .user-card__label {
    top: 15px;
    left: 15px;
    padding: 7px 14px;
  }

  .recommend-users-v1 .user-card__body {
    padding: 24px 20px;
  }

}

/* ==========================
   小型スマホ
========================== */

@media screen and (max-width: 480px) {

  .recommend-users-v1 .user-card__body {
    padding: 20px 18px;
  }

  .recommend-users-v1 .user-card__body h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

}
#page-id-1836 .pagettl_bg .op_inner h2{
	line-height:1.2;
}