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

******************************************************************/
/*文字体裁*/
p.left {
    text-align: left;
}
.p_tag h2 span {
    font-size: medium;
    color: #bc9e79;
}
.p_tag h2 {
    line-height: 1;
}
span.small {
    font-size: 14px!important;
}
span.bold {
    font-weight: bold;
	font-size:18px!important;
}
/**/
section.slide_carousel.mainwrap.img3 span {
    font-size: 28px;
    margin: 0 10px 0px 3px;
}
#kondate_ttl,.kondate_wrap {
    max-width: 800px;
    margin: auto;
}
@media print, screen and (min-width: 1161px) {
    header#header .header_wrap.fixed {
        background-color: #ffffffe0;
    }
}
/*改行*/
@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: 561px) {
br.br560 {
    display: none;
}
}
br.block {
    display: block!important;
}
/* センター */
section.free_layout.center {
    text-align: center;
}
p.center {
    text-align: center;
}
/*装飾無し*/
section.free_layout.center .top_h2 {
    background-image: none;
}
main .top_h2 {
    background-image:none!important;
}
@media print, screen and (min-width: 768px) {
    .top_news {
        padding: 30px 0;
    }
}
/* ツインボックス */
.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;
}
		.facilities .harfbox {
    width: 100%;
    padding: 0px 0px;
}
}
@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;
}
td.parcent {
    padding: 0 5px;
}
td.parcent {
    width: 27%!important;
}
/* カラム4 */
.top_facility ul {
    column-count: 4;
}
.top_facility li {
    padding: 15px 0;
    line-height: normal;
}
.top_facility span {
    font-size: 14px;
    color: #7d6548;
}
.top_facility p {
    padding-top: 10px;
}
@media screen and (max-width: 560px) {
	.top_facility ul {
    column-count: 3;
}
}
@media screen and (max-width: 400px) {
	.top_facility ul {
    column-count: 2;
}
}
/* おすすめプラン */



/* TOPアクセス */
    .ttl_access .map_data li.gmap {
        background: #ededed;
    }
@media print, screen and (min-width: 961px) {
    .ttl_access .route_bg {
        padding: 60px 15px;
    }
}
dt {
    margin: auto;
}
/*アクセス*/
.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: #555555;
}
.schedule_time::after {
    border: 6px solid #bc9e79;
    background-color: #fff;
}
section.txt_imgarea.access_route .img_area {
    display: none;
}
@media screen and (max-width: 960px) {
section.txt_imgarea.access_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.access_route li {
        width: 100%!important;
        margin: auto!important;
    }
	    .schedule::before {
        left: 88px;
    }
	    .schedule li {
        height: 3.5em;
    }
section.txt_imgarea.access_route .txt_area {
        width: 100%!important;
        margin: auto!important;
	max-width:100%!important;
}
}
/*---------------------------------------*/
/* TOPおすすめポイント */
main .mainSub_ttl h2 span {
    color: #333;
    display: block;
}
main .top_h2 p, main .mainSub_ttl h2 {
    color: #7d6548!important;
}
main .mainSub_ttl h2 span {
    color: #333;
    font-size: 26px;
}
/*フッター*/
@media only screen and (max-width: 767.9px) {
    #copyright {
        font-size: 14px;
        padding: 50px 10px;
    }
	    .btn_pagetop {
        bottom: 40px;
    }
    footer#main-footer nav ul li {
        width: 35%;
        border-left: 1px #fff solid;
    }
	    footer#main-footer nav ul li {
        width: 35%;
    }
	    footer#main-footer nav ul li {
        border-left: 1px #fff solid;
        border-right: 1px #fff solid;
    }
}
@media only screen and (max-width: 400px) {
    .btn_pagetop {
        bottom: 70px;
    }
}
@media only screen and (max-width: 430px) {
    footer#main-footer .footer_logo {
        padding: 0 10px;
    }
	    footer#main-footer nav ul li {
        width: 48%;
    }
}
/*客室スペック*/
.room_spec ul {
    flex-wrap: wrap;
    display: flex;
}
.room_spec li {
    font-size: 14px;
    width: 25%;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.room_spec p {
    padding-top: 8px;
}
@media only screen and (max-width: 460px) {
.room_spec img {
    width: 30%;
}
}
/*アメニティリスト*/
.amenity ul {
    column-count: 4;
}
.amenity br {
    display: none;
}
.amenity li {
    margin: 8px 10px;
    list-style: inside;
}
.amenity ul {
    display: flex;
   flex-wrap: wrap;
    margin: 1em 1em;
}
.amenity li {
    width: 24%;
    margin: auto;
}
.box_ccc {
    background: #f3f3f3;
}
.box_ccc_inner {
    margin: 2em;
    padding: 2em 1em;
}
.box_ccc_inner h3 {
    margin-bottom: 0px;
}
.box_ccc_inner br {
    display: none;
}
@media only screen and (max-width: 767px) {
.box_ccc {
    margin: 0 10px;
}
}
@media only screen and (max-width: 650px) {
.amenity li {
    width: 34%;
}
	.box_ccc_inner {
    margin: 1.5em;
    padding: 2em 0em;
}
}
@media only screen and (max-width: 430px) {
.amenity ul {
    margin: 1em 0em;
}
	    .amenity li {
        width: 40%;
    }
}
@media only screen and (max-width: 380px) {
    .box_ccc_inner {
        margin: 0.5em;
        padding: 2em 0em;
    }
}
/*クレジットカード*/
ul.card {
    display: flex;
}
ul.card li {
    width: 20%;
    margin-right: 2%;
}
td.right {
    text-align: right;
    padding-right: 5%;
}
td.parcent {
    text-align: center;
    width: 20%;
}
/*デフォTOPテーブル*/
.guide_tbl br {
    display: none;
}
.guide_tbl dt {
    color: #7d6548;
}
.guide_tbl ul.card li {
    width: 10%;
}
/*ポイント*/
.point_spec {
    display: flex;
}
.point_spec p {
    margin: 0px 5px;
}
/*チェックイン方法*/
section.slide_carousel.mainwrap h4 {
    font-size: 24px;
}
section.slide_carousel.mainwrap h4 span {
    font-size: 30px;
    padding: 0 10px 0 5px;
    font-weight: 600;
}
section.slide_carousel.mainwrap p {
    text-align: left;
	    padding: 0 3px;
}

@media only screen and (min-width: 768px) {
section.slide_carousel.mainwrap.img3 .slick-dots li {
    display: none!important;
}
}
/*おすすめポイント*/
.ttl_imgtxt .top_imgtxt li {
    padding: 50px 0;
}
/**/
table.guide th {
    font-size: 16px;
}
table.guide th {
    padding: 22px 5px;
    width: 35%;
}
/**/
@media print, screen and (min-width: 561px) {
    .top_gallery ul li {
        width: 25%;
        background: #000;
    }
}
/*ポイントボックス*/
.point_box {
    background: #b7b5b56b;
    text-align: center;
    margin: 30px 0;
    padding: 10px 5px;
}
.point_spec {
    padding: 15px 115px;
}
.point_box p {
    font-size: 18px;
	    color: #4e4e4e;
    font-weight: bold;
}
.point_spec img {
    width: 80%;
}
.point_box hr {
    width: 30px;
    margin: auto;
    border: #aaaaaa solid 0.5px;
}
/*客室*/
section.txt_imgarea.magin .txt_area.inner_sp {
    margin: auto;
}
@media print, screen and (min-width: 961px) {
    .bnr_area.btm_r, .bnr_area.btm_l {
        bottom: 50px;
    }
}
.txt_imgarea .img_left02 > li .txt_area h4, .txt_imgarea .img_right02 > li .txt_area h4, .slidethumb_txt .img_left02 > li .txt_area h4, .slidethumb_txt .img_right02 > li .txt_area h4 {
    padding: 0 10px;
}
header#header .header_wrap .logo_wrap h1, header#header .header_wrap .logo_wrap p.msg-txt {
    margin-bottom: 15px;
}
/*余白*/
@media print, screen and (min-width: 768px) {
    .ttl_imgtxt {
        padding: 25px 0 50px;
    }
}
@media print, screen and (min-width: 768px) {
    .ttl_freetxt {
        padding: 10px 0 120px 0px;
    }
}
section.ttl_access .link_btn.plan_all a {
    margin: 60px auto 80px;
}
.p_tag h3 {
    margin-bottom: 0px;
}
/*アクセスページ　ルート図2/3*/
@media only screen and (max-width: 960px) {
	section.txt_imgarea.access_route ul.img_top02.mainwrap {
    display: block;
}
section.txt_imgarea.access_route li {
    width: 100%;
}
section.txt_imgarea.access_route  .txt_area.inner_sp {
	        max-width: 100%;
}
section.txt_imgarea.access_route2 li {
    width: 48%;
}
	section.txt_imgarea.access_route2 li.ic_name {
    width: 100%;
}
	  section.txt_imgarea.access_route li {
        margin-left: 0%;
    }
}
	@media only screen and (max-width: 767px) {
    section.txt_imgarea.access_route2 li {
        width: 100%!important;
    }
		   section.txt_imgarea.access_route2 li {
        max-width: 100%!important;
    }
	section.txt_imgarea.access_route2 .img_area {
    display: none;
}
}
		@media only screen and (max-width: 720px) {
    section.txt_imgarea.access_route2 li.ic_name {
        margin: auto;
    }
}
span.medium {
    font-size: medium;
}
/*TOPグーグルマップ*/
li.gmap img {
    padding: 30px 5px;
}
li.gmap {
    text-align: center;
}
    .ttl_access .route_bg {
        padding: 0px 15px;
    }
.line_btn .link_btn {
    margin: 20px 0px;
}
/*レスポンシブ調整*/
.top_facility li {
    width: 25%;
}
.top_facility ul {
    column-count: none;
    display: flex;
    flex-wrap: wrap;
}
	@media only screen and (max-width: 400px) {
.top_facility li {
    width: 33%;
}
}
	@media only screen and (max-width: 1160px) {
header#header .header_wrap .logo_wrap h1, header#header .header_wrap .logo_wrap p.msg-txt {
    margin-bottom: 0px;
}
}
	@media only screen and (max-width: 960px) {
.point_box p {
    margin: auto;
}
	.rooms .twinbox {
    text-align: center;
}
    .rooms .harfbox {
        padding: 0px 0px 16px 0px;
    }
}
    .c_inner {
        padding-top: 0px;
        padding-bottom: 0x;
    }
	@media only screen and (max-width: 767px) {
    .inner_sp {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 16px;
    }
		.pagettl_bg .op_inner h2 {
    line-height: 40px;
}
		    .top .harfbox {
        width: 100%;
    }
}
	@media only screen and (max-width: 560px) {
    .amenity li {
        width: 50%;
    }
		br.br560 {
    display: block;
}
		.point_spec {
    padding: 15px 50px;
}
}
@media print, screen and (min-width: 768px) {
    .ttl_access .map_data li:last-of-type dl dt {
        width: 150px;
    }
}
ul.bnr_area.btm_r.bnr01 {
    pointer-events: none;
}
.point_box {
    background: #b7b5b538;
}
/**/
.ttl_imgtxt .top_imgtxt li {
    padding: 80px 0;
}
section.ttl_imgtxt .link_btn a {
    width: 80%;
    margin: auto;
}
section.top_plan {
    background: #ededed;
}
.kitchen_facility {
    background: #f3f3f3;
    margin-top: 30px;
    margin-bottom: 30px;
}
.kitchen_facility_inner {
    padding: 20px 15px;
    text-align: center;
}
.amenity li {
    width: 20%;
}
section.txt_imgarea h4 span {
    font-size: smaller;
}
p.icon_wolk {
    background: url(/renew_wp/wp-content/uploads/2025/06/walk.png) no-repeat;
    padding-left: 26px;
    background-size: 6%;
}
p.icon_map {
    background: url(/renew_wp/wp-content/uploads/2025/06/mappin.png) no-repeat;
    padding-left: 26px;
    background-size: 6%;
}
.border_tb {
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
    padding: 18px 0;
    margin: 0 5px 18px 5px;
}
@media print, screen and (min-width: 768px) {
.slide_thumb .txt_area {
    padding-top: 70px;
}
}
p.left_spec span {
    display: block;
    margin: 20px 0;
}
@media print, screen and (max-width: 400px) {
p.left_spec span {
    letter-spacing: normal;
}
}
@media print, screen and (max-width: 560px) {
section.slide_carousel.mainwrap h4 {
    font-size: 20px;
}
	section.slide_carousel.mainwrap.img3 span {
    font-size: 26px;
    margin: 0 3px 0px 3px;
}
}
@media print, screen and (max-width: 650px) {
br.br650 {
    display: block;
}
}
.point_1 .link_btn {
    margin-top: 16px;
}
.plan_btn.inner_sp {
    display: none;
}
@media print, screen and (min-width: 961px) {
.amenity li {
    width: 21%!important;
}
}
@media print, screen and (max-width: 960px) {
.amenity li {
    width: 27%;
}
}
@media print, screen and (max-width: 680px) {
    .amenity li {
        width: 34%;
    }
}
.kitchen_facility_inner span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
@media print, screen and (min-width: 961px) {
  .facilities .amenity li {
        width: 20% !important;
    }
}
@media print, screen and (max-width: 680px) {
   .facilities .amenity li {
        width: 40%;
    }
}
span.yen1 {
    font-size: x-large;
}
.schedule_time {
    display: block;
    padding-top: 8px;
}
p.wolk_time {
    text-align: center;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 15px 0;
}
p.tax_tx {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
}
section.txt_imgarea.sight p.wolk_time {
    margin-top: 16px;
}
	.link_btn img {
    margin: 0 5px;
    width: 7%;
    padding: 0 0 5px 0px;
}
.access .link_btn img {
    width: 4%;
    margin: 0px 5px 0 0px;
}
.p_tag.layout02 h3 img {
    width: 8%;
    padding: 0 4px 4px 0px;
}
@media print, screen and (min-width: 961px) {
   .rooms .amenity li {
        width: 50% !important;
    }
}
@media print, screen and (max-width: 960px) {
    .amenity li {
        width: 45%;
    }
}
@media print, screen and (max-width: 680px) {
   .rooms .amenity li {
        width: 47%;
    }
}