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

******************************************************************/
li.meal.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2005 {
    pointer-events: none;
}
p {
    font-size: 18px;
}
/*改行*/
@media print, screen and (min-width: 461px) {
br.br460 {
    display: none;
}
}
@media print, screen and (min-width: 401px) {
br.br400 {
    display: none;
}
}
@media print, screen and (min-width: 768px) {
br.br767 {
    display: none;
}
}
@media print, screen and (min-width: 561px) {
br.br560 {
    display: none;
}
}
/* センター */
section.free_layout.center {
    text-align: center;
}
p.center {
    text-align: center;
}
/* ツインボックス */
.twinbox {
    display: flex;
}
.harfbox {
    width: 50%;
    padding: 0px 15px;
}
section.ttl_freetxt.inner_sp .twinbox {
    text-align:left;
}
@media print, screen and (max-width: 960px) {
    .top .harfbox {
        width: 80%;
        padding: 30px 15px;
        margin: auto;
    }
	.twinbox {
    display: block;
}
	.rooms .harfbox {
    width: 100%;
    padding: 0px 0px;
}
	.room_spec p {
    font-size: 14px;
	line-height: normal;
}
}
@media print, screen and (max-width: 560px) {
    .top .harfbox {
        width: 100%;
    }
}
.harfbox br{
display:none;
}
/*テーブルデザイン*/
table.guide th {
    padding: 10px 5px;
    color: #7d6548;
    vertical-align: middle;
}
table.guide tr {
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
}
td {
	vertical-align: middle;
}
/*------------------------------------------*/
main .top_h2 h2 {
    font-size: 36px;
}
@media print, screen and (min-width: 1161px) {
    header#header .header_wrap.fixed {
        background-color: #ffffffe6;
    }
}
#kondate_ttl,.kondate_wrap {
    max-width: 800px;
    margin: auto;
}
dd br {
    display: none;
}
th {
    text-align: left;
}
@media print, screen and (min-width: 961px) {
    .ttl_tbl .guide_tbl dt {
        margin: auto;
    }
}
.canpoli th {
    width: 45%;
}
tr.tr01 {
    background: #f1efef;
}
.canpoli th {
    padding: 0 15px;
}
/*card*/
ul.card img {
    width: 50px;
}
ul.card br {
    display: none;
}
ul.card {
    display: flex;
}
ul.card li {
    margin: 0 3px;
}
/*中央揃え*/
.ryokan_name {
    text-align: center;
}
/*アメニティ*/
.amenity ul {
    column-count: 2;
}
/*アクセス*/
.schedule {
    position: relative;
    font-size: 14px;
}
.schedule::before {
    position: absolute;
    background-color: #deeef7;
    content: "";
}
.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.schedule li {
    position: relative;
}
.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    color: #fff;
    text-align: center;
}
.schedule_time::before {
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    content: "";
}
.schedule_time::after {
    position: absolute;
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
}

.schedule_content_title {
    font-weight: bold;
}

@media screen and (max-width: 991.98px) {
    .schedule::before {
        top: 0px;
        left: 6.5em;
        width: 6px;
        height: 100%;
    }
    .schedule li {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .schedule li + li {
        margin-top: 2em;
    }
    .schedule_time::before {
        top: 50%;
        right: 0px;
        transform: translateX(50%) translateY(-50%) rotate(45deg);
    }
    .schedule_time::after {
        top: 50%;
        left: 6em;
        transform: translateY(-50%);
    }
    .schedule_content {
        margin: 0px 0px 0px 3em;
        width: calc(100% - 10em);
    }
}
@media screen and (min-width: 992px) {
    .schedule::before {
        top: 3.5em;
        left: 0px;
        transform: translateY(-50%);
        width: 100%;
        height: 5px;
    }
    .schedule ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0px -10px;
    }
    .schedule li {
        margin: 0px 10px;
        width: calc(12.5% - 20px);
    }
    .schedule_time {
        margin: 0px auto;
    }
    .schedule_time::before {
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%) translateY(50%) rotate(45deg);
    }
    .schedule_time::after {
        top: 3.5em;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .schedule_content {
        margin: 3em 0px 0px;
    }
    .schedule_content_title {
        text-align: center;
    }
    .schedule_content_detail {
        margin-top: 0.5em;
    }
}
.schedule {
    position: relative;
    font-size: 14px;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 6.5em;
    width: 6px;
    height: 100%;
    background-color: #deeef7;
    content: "";
}
.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
    margin-top: 2em;
}
.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    color: #fff;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    content: "";
}
.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
}
.schedule_content_title {
    font-weight: bold;
}

.schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
}
.schedule::before {
    position: absolute;
    top: 50%;
    left: 8em;
    width: 6px;
    height: 100%;
    background-color: #deeef7;
    content: "";
}
li.time ::after {
    display: none;
}
li.ic_name .schedule_time {
    background: none;
}
.schedule_time {
    height: 5em;
    border-radius: 35px;
}
.schedule_time::before {
    background-color: #3388dd00;
}
.schedule_time::after {
    left: 5.5em;
    width: 2em;
    height: 2em;
}
li.time .schedule_content_title ,li.time .schedule_content_detail {
    display: none;
}
.schedule_content_title {
    font-size: large;
}
.schedule_content p {
    font-size: 16px;
}
.schedule li + li {
    margin-top: -15px;
}
.schedule_time {
    background-color: #c8965a;
}
.schedule_time::after {
    border: 4px solid #d9b3b3;
    background-color: #b37d3c;
}
.schedule::before {
    background-color: #d9b3b3;
	    height: 90%;
}
.schedule {
    padding: 30px 0;
}
.schedule_content p {
    font-size: 16px;
    text-align: center;
}
li.time .schedule_time {
    margin-left: 1em;
}
@media screen and (max-width: 991.98px) {
.schedule::before {
    top: 5%;
    left: 88px;
    width: 6px;
    height: 85%;
}
	.schedule li + li {
    margin-top: -22px;
}
	.schedule_time::after {
    left: 110%;
}
}
@media screen and (min-width: 992px) {
    .schedule li {
        margin: -7px 10px;
    }
}
.schedule_content {
    text-align: center;
}
@media screen and (max-width: 767.9px) {
    .inner_sp {
        padding-left: 5px;
        padding-right: 5px;
    }
	.schedule li {
    height: 4.5em;
}
}
.schedule_time {
    background-color: #800000;
}
.schedule_time::after {
    border: 6px solid #bc9e79;
    background-color: #fff;
}
section.txt_imgarea.access_root .img_area {
    display: none;
}
li.time .schedule_time {
    line-height: normal;
}
/*---------------------------------------*/
section.free_layout.map_max .inner_sp.mainwrap.layout01 {
    max-width: none;
}
p.box_s {
    background: #efefef;
    padding: 10px 20px;
    margin: 10px 5px 0 5px;
}
br.block {
    display: block;
}
section.txt_imgarea.golf {
    background: #6d896b2b;
    padding: 3em 0;
}
.amenity {
    background: #f5f1e1;
    padding: 20px 20px;
}
.amenity li {
    list-style: disc;
    margin: 0 30px;
}
p.ame_p {
    margin: 0 10px;
}
.p_tag h3 {
    margin-bottom: 10px;
}
p.route_p {
    margin: 0 15px;
    padding-bottom: 30px;
}
/*ゴルフ場リンク*/
section.txt_imgarea.golf .link_btn a {
    width: 90%;
    padding: 10px 10px;
    margin: auto;
}
section.txt_imgarea.golf .link_btn {
    margin: 10px 0;
}
section.txt_imgarea.golf .link_btn a {
    background-color: #333;
}
/*プラン*/
.top_plan ul li .plan_f .plan_txt span {
    font-size: xx-large;
    color: #7d1517;
    font-weight: bold;
    padding: 0px 3px 0 3px;
}
p.plan_price {
    font-weight: bold;
    padding-top: 10px;
}
/*おすすめポイント*/
main .mainSub_ttl h2 span {
    font-size: 30px;
}
.top_gallery .g_photo:after {
    background-color: rgb(128 0 0 / 80%)!important;
}
/*アクセス*/
section.txt_imgarea.route .link_btn.plan_all a {
    margin: 20px auto 0;
	    border-radius: 50px;
}
@media screen and (max-width: 960px) {
section.txt_imgarea.route .link_btn.plan_all a {
    width: 80%;
	    margin: 0px auto 0;
}
	.schedule_content p {
    font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.schedule_content_title {
    font-size: 16px;
}
}
@media screen and (max-width: 720px) {
section.txt_imgarea.route ul.img_top02.mainwrap {
    display: block;
}
section.txt_imgarea.route li {
        width: 100%!important;
        margin: auto!important;
    }
	    .schedule::before {
        left: 88px;
    }
	    .schedule li {
        height: 3.5em;
    }
section.txt_imgarea.route .txt_area {
        width: 100%!important;
        margin: auto!important;
	max-width:100%!important;
}
	p.space_side {
    padding: 0 15px;
}
}
/*お知らせ*/
    .top_news {
        padding: 0px 0 85px 0;
    }
/*ヘッダーナビ*/
li#menu-item-2005 a {
    pointer-events: none;
}
span.meal {
    font-size: 14px;
    margin-left: 3px;
}
/*MVアニメーション*/
.slide-animation div {
-webkit-animation: fadezoom 8s 0s forwards;
animation: fadezoom 0s 0s forwards;
}
/*フォトギャラ*/
@media print, screen and (min-width: 561px) {
    .top_gallery ul li {
        background: #000;
    }
}
/*客室*/
section.txt_imgarea.room_spec h4 {
    text-align: center;
}
section.txt_imgarea.room_spec .txt_area.inner_sp {
    background: #f2eede;
    padding: 2em 0;
    border-radius: 15px;
}
section.txt_imgarea.room_spec p {
    padding: 0 2em;
}
section.txt_imgarea.room_spec h4 {
    border-bottom: 1px #bea643 solid;
    width: 85%;
    margin: auto;
}
section.txt_imgarea.amenity_section .img_area {
    display: none;
}
p.link {
    margin-top: 30px;
    background: #ffffff9e;
        padding: 10px 20px;
}
p.link a {
    color: #800000;
    border-bottom: 1px #800000 solid;
    font-size: 16px;
}
section.txt_imgarea.room_spec .txt_area.inner_sp {
    background: #f2eede9c;
}
/*MV*/
@media print, screen and (min-width: 768px) {
.slick-list.draggable {
    background: url(/wp/wp-content/uploads/2025/05/mv_back-scaled.webp);
}
}
@media print, screen and (min-width: 961px) {
    .bnr_area.btm_r, .bnr_area.btm_l {
        bottom: 30px;
    }
	ul.bnr_area.btm_r.ta_pcview a {
    pointer-events: none;
}
}
@media print, screen and (max-width: 1300px) and (min-width: 1161px){
.mainvisual li div {
    background-size: 130%;
}
	.mvtxt_img.left img {
    width: 190px;
}
}
@media print, screen and (max-width: 1160px) and (min-width: 768px){
.mainvisual li div {
    background-size: 110%;
}
	.mvtxt_img.left img {
    width: 20%;
    padding-left: 60px;
}
}
@media print, screen and (max-width: 560px) {
.txt_cts.inner_sp {
    padding: 0 15px;
}
	p {
    font-size: 16px;
}
	ul.img_left01 h4 {
    padding-top: 16px;
}
	.amenity {
    width: 80%;
    margin: auto;
}
}
.route_bg {
    display: none;
}
span.spacing {
    letter-spacing: -2px;
}
p.ame_p {
    font-size: 14px;
	text-align:center;
}
@media print, screen and (max-width: 960px) {
.amenity ul {
    column-count: 1;
}
	    .bnr_area.btm_r, .bnr_area.btm_l {
        bottom: 20px;
    }
}
@media print, screen and (max-width: 767px) {
	.txt_area.inner_sp {
    padding: 0 15px;
}
	section.txt_imgarea.room_spec {
    padding: 0 15px;
}
	section.txt_imgarea.room_spec .img_area {
    display: none;
}
	.inner_sp.mainwrap.layout01 {
    padding: 0 15px;
}
	.mvtxt_img.left img {
    width: 130px;
}
	    .mv_txt {
        top: 36%;
    }
}
    .ttl_imgtxt {
        padding: 25px 0 0px;
    }
.guide_tbl {
    padding: 15px;
}
.txt_cts.inner_sp {
    padding: 15px;
}
@media print, screen and (max-width: 1300px) {
ul.bnr_area.btm_r.ta_pcview li {
    width: 200px;
}
}
@media only screen and (max-width: 767.9px) {
    .pagettl_bg .op_inner h2 {
        font-size: 30px;
    }
	    .pagettl_bg .op_inner p {
        font-size: 18px;
    }
}
.box2 {
    background: #F7F5EB;
    border-radius: 20px;
}
.box2_inner {
    padding: 3em 15px;
}
.box2_inner p {
    text-align: center;
}
/**/
@media print, screen and (max-width: 794px) and (min-width: 768px) {
.canpoli th {
    width: 55%;
}
}
.amenity ul {
    column-count: 4;
}
@media only screen and (max-width: 960px) {
.amenity ul {
    column-count: 2;
}
	}
@media print, screen and (max-width: 560px) {
    .amenity {
        width: 100%;
    }
}
@media only screen and (max-width: 430px) {
.amenity ul {
    column-count: 1;
}
	}
.txt_area.inner_sp {
    margin: auto;
}
p.tel ,li.tel,dd.tel {
    user-select: none;
}
@media print, screen and (min-width: 1381px) {
    header#header .header_wrap nav .header_menu li a, header#header .header-fixed nav .header_menu li a {
        padding: 5px 30px;
    }
}
@media only screen and (max-width: 430px) {
.aisatsu {
    letter-spacing: normal;
}
}
    .aisatsu {
        font-size: 16px;
    }
@media only screen and (max-width: 400px) {
.aisatsu {
    font-size: 14px;
}
}
@media only screen and (max-width: 310px) {
    .aisatsu {
        font-size: 13px;
    }
}
@media only screen and (min-width: 350px) {
br.br350 {
    display: none;
}
}
footer#main-footer .footer_add .tel_mail li.tel a {
    font-size: 36px;
    padding-left: 35px;
    background-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;
}
header#header .header_wrap .header_right .tel a {
    font-size: 35px;
	font-weight:700;
}
.mv_news li {
    background: #fff;
}
@media only screen and (max-width: 767.9px) {
    .mv_news {
        background: #fff!important;
    }
}
@media print, screen and (min-width: 1381px) {
    header#header .header_wrap .logo_wrap {
        width: 300px;
    }
}