@charset "UTF-8";

/* 
Theme Name: 伊豆大仁カントリークラブ
URI: https://test.qlea.jp/izu_ohito_country_club
Description: 伊豆大仁カントリークラブのテーマです。
Version: 1.0
Author: Nakahashi
Author URI: https://test.qlea.jp
*/


._pc{display: block;}
._sp{display: none;}
@media (max-width: 640px){
    ._pc{display: none;}
    ._sp{display: block;}
}



* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}


a {
    text-decoration: none;
}

body {
    font-feature-settings: "palt";
    text-align: justify;
    /* letter-spacing: 0.1em; */
    /* font-family: "Times New Roman",sans-serif; */
    /* font-family: "Times New Roman",'a-otf-ud-reimin-pr6n', sans-serif; */
    /* font-family: "Times New Roman",'Sawarabi Mincho', sans-serif;
    font-weight: 100;
    font-style: normal; */
    font-family: "Times New Roman",'A1明朝','a-otf-ud-reimin-pr6n',YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';

font-weight: 300;

font-style: normal;
    }

.loading {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.loading img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1000000;
    width: 300px;
    padding-bottom: 50px;
}

/* ul {
    list-style: none;
} */

header {
    width: 100%;
    height: 50vh;
    background: url(../images/top_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #796A56;
    position: relative;
}

.top_header {background: url(../images/top/top_pc.jpg); height:100vh; background-repeat:no-repeat; background-size:cover; background-position: center bottom;}
@media (max-width: 770px){.top_header {background: url(../images/top/top_sp.png); width:100%; max-width: 770px;background-repeat:no-repeat; background-size:cover; background-position: center bottom;}
                            .header_img_sentence{display:none;}}

.header_top {
    height: 65px;
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header_position_fixed {
    width: 100%;
    padding-bottom: 10px;
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 3px #666;
    z-index: 9999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
}

.header_background_none {
    background-color: rgba(255,255,255,0) !important;
    box-shadow: 0 0 0 #666 !important;
}

header .header_top .header_left_Description {
    font-size: 12px;
}

header .header_top .header_top_right {
    display: flex;
    align-items: center;
    list-style: none;
}

.cp_ipselect {
	overflow: hidden;
	width: 100px;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	/* border: 1px solid #bbbbbb; */
	/* border-radius: 2px; */
	background: #ffffff;
}
.cp_ipselect.cp_sl02::after {
	position: absolute;
	top: 0.8em;
	left: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:before {
	position: absolute;
	/* top: 0; */
	left: 2.5em;
	bottom: 1.2px;
	width: 1px;
	content: '';
    border-left: 1px solid #bbbbbb;
    height: 25px;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 8px 8px 68px;
	color: #666666;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre-line;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}


.header_list {
    margin-left: 15px;
    
}

header .header_list li {
    font-size: 11px;
}
.header_white_box {
    padding: 0 15px;
    background: #fff;
    line-height: 2.7;
    list-style: none;
}

.header_white_box:nth-of-type(3) {
    padding-right: 0;
}

.header_white_box:nth-of-type(4) {
    padding: 0 5px;
}

.header_white_box:nth-of-type(5) {
    padding-left: 0;
}


.header_brown_box {
    padding: 0 15px;
    background: #7A6A56;
    line-height: 2.7;
}




.bisiter_member {
    color: #000;
}

.play_resarvation {
    color: #fff;
}

.member_login_btn {
    margin: 4px 0 0 15px;
    
}

.member_login_btn img{
    width: 126px;
}

header .pc_on_nav ul {
    height: 65px;
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
    list-style: none;
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

header .pc_on_nav ul .nav_list {
    text-align: center;
    font-size: 16px;
    margin: 0 auto 0;
}
header .pc_on_nav ul .nav_list:first-of-type{
    margin: 0 2% 0 0;
    width: 26%;
}
header .pc_on_nav ul .nav_list:last-of-type{
    margin: 0;
}

.min_nav {
    font-size: 11px;
}

header .pc_on_nav ul .nav_list a {
    color: #796A56;
    font-size: 16px;
}

header .pc_on_nav ul .nav_list p {
    width: 100%;
    max-width: 300px;
}

.header_img_sentence {
    width: 40%;
    position: absolute;
    top: 56%;
    left: 58%;
}

.header_img_sentence img {
    width: 100%;
    max-width: 610px;
}

.header_img_sentence_2 {
    width: 30%;
    position: absolute;
    top: 85%;
    left: 3%;
}

.header_img_sentence_2 img {
    width: 100%;
    max-width: 550px;
    min-width: 350px;
}

.header_img_sentence_3 {
    width: 40%;
    position: absolute;
    top: 75%;
    left: 3%;
}

.header_img_sentence_3 img {
    width: 100%;
    max-width: 500px;
    min-width: 300px;
}


.header_img_sentence_4 {
    width: 40%;
    position: absolute;
    top: 85%;
    left: 4%;
}

.header_img_sentence_4 img {
    width: 100%;
    max-width: 650px;
    min-width: 300px;
}

.header_img_sentence_5 {
    width: 40%;
    position: absolute;
    top: 80%;
    left: 4%;
}

.header_img_sentence_5 img {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
}


.header_img_sentence_6 {
    width: 40%;
    position: absolute;
    top: 80%;
    left: 4%;
}

.header_img_sentence_6 img {
    width: 100%;
    max-width: 500px;
    min-width: 300px;
}

.header_img_sentence_7 {
    width: 40%;
    position: absolute;
    top: 78%;
    left: 4%;
}

.header_img_sentence_7 img {
    width: 100%;
    max-width: 330px;
    min-width: 200px;
}

.header_img_sentence_8 {
    width: 40%;
    position: absolute;
    top: 80%;
    left: 4%;
}

.header_img_sentence_8 img {
    width: 100%;
    max-width: 650px;
    min-width: 300px;
}


.toppage_big_link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.toppage_big_link_left {
    width: 50%;
    min-width: 375px;
    background: url(../images/top/top_reserve_login_background2.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}


.toppage_big_link_left img {
    width: 100%;
}

.toppage_big_link_right {
    width: 50%;
    min-width: 375px;
    background: url(../images/top/top_reserve_login_background3.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.toppage_big_link_right img {
    width: 100%;
}

.toppage_big_link_button {
    width: 100%;
    max-width: 340px;
    /*min-width: 300px;*/
    padding: 60px 10px;
    text-align: center;
}


.title {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    color: #7A6A56;
    border-right: solid 1px #7a6a56;
    border-left: solid 1px #7a6a56;
}

.title_sp {
    width: 100%;
    max-width: 300px;
    margin: 12% auto 8%;
    text-align: center;
    font-size: 16px;
    color: #7A6A56;
    border-right: solid 1px #7a6a56;
    border-left: solid 1px #7a6a56;
}



.title_large {
    width: 100%;
    margin: 0 auto;
    padding: 8% 0 5%;
    text-align: center;
    font-size: 20px;
    color: #7A6A56;
}

.title_large::before {
    content: "";
    border-left: 1px solid #7A6A56;
    height: 100%;
    margin-right: 10px;
}

.title_large::after {
    content: "";
    border-right: 1px solid #7A6A56;
    height: 100%;
    margin-left: 10px;
}


.title_large span::before {
    content: "";
    border-left: 1px solid #7A6A56;
    height: 100%;
    margin: 0 10px;
}

.title_large_large {
    width: 100%;
    margin: 0 auto;
    padding: 12% 0 7%;
    text-align: center;
    font-size: 20px;
    color: #7A6A56;
}

.title_large_large::before {
    content: "";
    border-left: 1px solid #7A6A56;
    height: 100%;
    margin-right: 10px;
}

.title_large_large::after {
    content: "";
    border-right: 1px solid #7A6A56;
    height: 100%;
    margin-left: 10px;
}


.title_large_large span::before {
    content: "";
    border-left: 1px solid #7A6A56;
    height: 100%;
    margin: 0 10px;
}



.title_large_br {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0 5%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.title_large_br p {
    width: 300px;
    margin: 0 auto;
    font-size: 21px;
    color: #7A6A56;
    border-left: solid 1px #7a6a56;
    border-right: solid 1px #7a6a56;
    line-height: 1.5;
}

.title_full_box {
    width: 100%;
    margin: 15% auto 10%;
}

.title_full {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    color: #7A6A56;
    border-right: solid 1px #7a6a56;
    border-left: solid 1px #7a6a56;
}

.title a {
    color: #796A56
}
.concept_box p.pb_30{
    padding-bottom: 30px;
}
.w1000_on{
    display: none;
}
@media (max-width: 924px){
    .w1000_on{
        display: block;
    }
    header .pc_on_nav ul{
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    header .pc_on_nav ul .nav_list{
        margin: 0;
    }
    header .pc_on_nav ul .nav_list:nth-of-type(1){
        width: 100%;
        text-align: left;
    }
    header .pc_on_nav ul .nav_list:nth-of-type(1) img{
        width: 100%;
    }
    header .header_top .header_left_Description {
        padding: 8px 0 0 0;
    }
    .header_top > .header_top_right{
        margin: 0 0 0 auto;
    }
    .header_top{
        height: 30px;
    }
    .cp_ipselect{
        margin: 14px auto;
    }
    .header_position_fixed{
        height: 136px;
    }
}
@media (max-width: 814px){
    header .pc_on_nav ul .nav_list p{
        max-width: 258px;
    }
}




/* ----------course---------- */

.course_header {background: url(../images/course/course_top_image.jpg); height:70vh; background-repeat:no-repeat; background-size:cover; background-position: center center;}
@media (max-width: 770px){.course_header {background: url(../images/course/course_top_image@sp.jpg); width:100%; height:73vh; background-repeat:no-repeat;  background-position: center center;}}

#course {
    width: 100%;
    
}

#course ul {
    list-style: none;
}

.course_holescore_img {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.holescore2 {
    width: 100%;
    max-width: 750px;
    margin: 40px auto 80px;
}



.course_list .top_index {
    width: 33.33%;
}

.top_index_one .top_index_button {
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.top_index_one {
    position: relative;
}

.top_index_one .four {
    position: absolute;
    top: 2%;
    left: 27%;
}

.top_index_sp {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.top_index_button {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 65%;
    left: 25%;
}





/* ----------aboutus---------- */

.about_us_header {background: url(../images/about_us/about_us_top_image.jpg); 
    height:70vh; 
    background-repeat:no-repeat; background-size:cover; background-position: center center;}
@media (max-width: 770px){.about_us_header {background: url(../images/about_us/about_us_top_image@sp.jpg); width:100%; height:73vh; background-repeat:no-repeat; background-position: center center;}
                            .header_img_sentence_2{display:none;}}


.about_us_pc {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
    list-style: none;
}

#about_us ul li {
    font-size: 18px;
}

#about_us ul li a {
    color: #796A56;
}

#about_us ul li p {
    width: 170px;
    margin: 10px auto 0;
    background-color: #fff;
    font-size: 18px;
}

#about_us ul li span{
    font-size: 12px;
}

.top_baner {
    width: 100%;
    text-align: center;
    margin: 8% auto 4%;
}

.top_baner img {
    width: 100%;
    
    max-width: 600px;
}

/* -----news----- */

.news_header {background: url(../images/news/news_top_image.png); height:70vh; background-repeat:no-repeat; background-size:cover; background-position: center center;}
@media (max-width: 770px){.news_header {background: url(../images/news/news_top_image@sp.jpg); width:100%; height:73vh; background-repeat:no-repeat; background-position: center center;}}

.article_wrap {
    background:#FAF7EF;
}

.article_wrap .title a:hover {
    background-color: #7A6A56;
    color: #fff;
}
.article {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article a{
    margin: 25px 0;
    background-color: #fff;
    color: #796A56;
    font-size: 18px;
    
}


.article a p {
    padding: 10px;
    font-size: 16px;
}

.article a span {
    font-size: 14px;
    line-height: 2;
}

.article img {
    width: 270px;
    height: 240px;
}

.news_more_button {
    width: 90%;
    max-width: 370px;
    margin: 60px auto 0;
    padding-bottom: 180px;
}

/* -----members_1----- */

.member_header {background: url(../images/members/members_top_image.png); height:70vh; background-repeat:no-repeat; background-size:cover; background-position: center center;}
@media (max-width: 770px){.member_header {background: url(../images/members/members_top_image@sp.jpg); width:100%; height:73vh; background-repeat:no-repeat; background-position: center center;}}

.members_index {
    width: 100%;
    padding: 5% 0 4.5%;
    display: flex;
    justify-content: center;
    background: #fff;
}

.members_index_list {
    width: 100%;
    max-width: 264px;
    margin: 0 1%;
    padding: 15px 0;
    color: #796A56;
    font-size: 18px;
    border: solid 1px #796a56;
    text-align: center;
    background: #fff;
}

.members_index_list:hover {
    color: #fff;
    background-color: #796A56;
}

/* .members_index_list:first-of-type {
    color: #fff;
    background-color: #796A56;
} */

.members_wrap {
    background:#FAF7EF;
    
}

.members_wrap .title a {
    width: 100%;
}


.members_wrap .title a:hover {
    background-color: #796a56;
    color: #fff;
}

.member_1_more_button {
    width: 90%;
    max-width: 370px;
    margin: 60px auto 0;
    padding-bottom: 75px;
}

.members_1_banner {
    width: 100%;
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.members_1_banner img {
    width: 300px;
    margin: 10px 20px 10px;

}

.member_login_box {
    margin: 0 auto 60px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.member_login {
    margin: 0 30px 30px;
    padding: 28px 50px 30px;
    text-align: center;
    background: #FAF7EF;
}

.unmember_login {
    margin: 0 30px 30px;
    padding: 20px 50px 30px;
    text-align: center;
    font-size: 15px;
    background: #FAF7EF;
}

.member_login_text {
    font-size: 15px;
}

.member_login_text_single {
    margin-bottom: 13px;
}


/* ----------members---------- */

.members_wrap {
    width: 100%;
    padding-bottom: 4%;
}

.login_display {
    width: 90%;
    max-width: 700px;
    margin: 8% auto 0;
    padding: 1% 0 1.5%;
    text-align: center;
    background: linear-gradient(#efffc9, #ffbd5f);
    border-radius: 2%;
}

.login_display form .login_pass {
    width: 100%;
    margin: 2.5% auto;
    max-width: 380px;
    text-align: right;
}

.login_display form .login_pass label {
    width: 90%;
    max-width: 50px;
}

.login_display form .login_pass input {
    width: 90%;
    max-width: 300px;
    padding: 3% 0;
    text-align: end;
}

.login_button {
    width: 98%;
    max-width: 200px;
    margin: 4% auto 3%;
    padding: 1.5% 0;
    border-radius: 1px;
    background: #42210b;
    color: #fff;
    font-size: 14px;
}

.login_button:hover {
    color: #42210b;
    background: rgba(255,255,255,0.7);
    border: solid 0.5px rgba(66,33,11,0.3);
}


.login_title {
    width: 100%;
    margin: 3% auto 1%;
    font-size: 20px;
    color: #42210b;
}

.login_title_min {
    width: 100%;
    margin: 0 auto 5%;
    font-size: 15px;
    color: #42210b;
}

.login_title_red {
    margin: auto;
    font-size: 15px;
    color: #b6272d;
}
/* ----------members_topics---------- */

#members_topics_wrap {
    width: 100%;
    padding-top: 60px;
    background: #FAF7EF;
}

.members_topics_box {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 5%;
    background: #fff;
}

.member_topics_contents {
    width: 96%;
    margin: 0 auto;
    padding: 5%;
    color: #796A56;
}

.members_article_date {
    margin-bottom: 3%;
    font-size: 14px;
}

.membercup_date {
    font-size: 12px;
}

.membercup_date span {
    color: red;
}

.memberscup_title {
    margin-bottom: 5px;
    font-size: 15px;
}

.memberscup_winner {
    margin-bottom: 1%;
    font-size: 12px;
}

.members_topics_link {
    padding-bottom: 5%;
    margin: 5% auto 6%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.members_topics_link a {
    margin: 5px;
}

.members_topics_img {
    margin-bottom: 50px;
}

.onepoint_title_big {
    margin-bottom: 10px;
    color: #7A6A56;
    font-size: 24px;
}


/* ----------stayplan---------- */

.stayplan_header {background: url(../images/stayplan/stayplan_top_image.png); height:70vh; background-repeat:no-repeat; background-size:cover; background-position: center center;}
@media (max-width: 770px){.stayplan_header {background: url(../images/stayplan/stayplan_top_image@sp.jpg); width:100%; height:86.67vw;background-size: 100%; background-repeat:no-repeat; background-position: center center;}}

.stay_plan_wrap {
    width: 100%;
    margin: 0 auto;
    background: #FAF7EF;
}
.stay_plan_page {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.stay_plan_page .stay_plan_box {
    width: 90%;
    max-width: 470px;
    margin: 0 2% 8%;
}
@media (max-width: 640px){
    .stay_plan_page {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
    .stay_plan_page .stay_plan_box {
    width: 90%;
    max-width: 470px;
    margin: 0 2% 80px;
}
}

.stay_plan_pop_img {
    width: 100%;
    max-width: 170px;
    margin: 2px;
}

.stay_plan_more_button {
    width: 100%;
    max-width: 200px;
}

.stay_plan2_wrap {
    width: 100%;
    margin: 0 auto;
    padding-top: 4%;
    background-color: #FAF7EF;
}

.stay_plan2_wrap_inner {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5% 5% 4%;
    background-color: #fff;
}

.stayplan2_main_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.stayplan2_main_img img {
    width: 100%;
    max-width: 870px;
    text-align: center;
}

.stay_plan2_wrap_inner .sales_index {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: start;
    color: #bca78e;
    font-size: 28px;
    border-bottom: solid 2px #bca78e;
    line-height: 1.5;
}
@media(max-width:640px){
    .stay_plan2_wrap_inner .sales_index {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: start;
    color: #bca78e;
    font-size: 20px;
    border-bottom: solid 2px #bca78e;
    line-height: 1.5;
}
}

.stay_plan2_wrap_inner .sales_index2 {
    margin-bottom: 25px;
    text-align: start;
    color: #bca78e;
    font-size: 18px;
    line-height: 1.5;
}

.stayplan_time_mark {
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    background-color: #FAF7EF;
}

.stayplan2_mark_img1 {
    width: 130px;
    max-width: 130px;
    height: 30px;
}

.stayplan2_mark_img2 {
    width: 230px;
    max-width: 230px;
    height: 30px;
}

.stayplan2_mark_img3 {
    width: 215px;
    max-width: 215px;
    height: 30px;
}

.stayplan_time_mark img {
    width: 100%;
    margin: 0 5px;
}

.stayplan_time_mark img {
    width: 100%;
    margin: 0 5px;
}

.stay_plan2_wrap_inner .sales_index_red {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: start;
    color: #93005d;
    font-size: 24px;
    line-height: 1.5;
}

.stay_plan2_wrap_inner .stayplan_text {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    border-bottom: solid 1.1px #bca78e;
}

.stayplan_reverve_pop {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: solid 1.1px #bca78e;;
}

.stayplan_reverve_box1 {
    width: 50%;
    max-width: 500px;
    min-width: 350px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.stayplan_reverve_box2 {
    width: 30%;
    min-width: 300px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.stayplan_reverve_pop1 {
    width: 100%;
    max-width: 77px;
    min-width: 40px;
}

.stayplan_reverve_pop2 {
    width: 100%;
    max-width: 122px;
}

.stay_plan_pop_red img {
    width: 100%;
}

.stayplan_reverve_text {
    margin: 0 5px;
    font-size: 28px;
}
.stayplan_reverve_text a{
    color: #000;
    text-decoration: none;
}

.stayplan_reverve_littletext {
    margin: 0 3px;
    font-size: 14px;
}

.stayplan_reverve_middletext {
    margin: 0 5px;
    font-size: 20px;
}

.stay_plan_charge_img {
    width: 100%;
    max-width: 750px;
    margin: 2% auto 0;
}

.remarke_text {
    width: 100%;
    margin-top: 7%;
    text-align: center;
    font-size: 18px;
}

.remark_sentence {
    margin: 1% auto;
    list-style: none;
}

.remark_sentence li {
    font-size: 14px;
}

.stayplan_photo_wrap {
    /* width: 100%; */
    margin-top: 10%;
    padding: 2% 2% 0;
    border: solid 1px #BCA78E;
}

.stayplan_text1 {
    margin: 10px;
    color: #4d4d4d;
    border-bottom: solid 1px #BCA78E;
    font-size: 18px;
}

.stayplan_text2 {
    font-size: 15px;
    color: #4d4d4d;
    margin: 10px
}

.stayplan_dinner_box {
    width: 100%;
    margin: 1% auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}


.stayplan2_dish_photo {
    max-width: 450px;
    min-width: 250px;
    margin: 10px;
}

.stayplan2_dish_photo img {
    width: 50%;
    align-self: flex-start;
}

.stayplan2_link_button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.course_layout_button_stayplan2 {
    width: 100%;
    margin: 30px auto 50px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.course_layout_button_stayplan2 img {
    width: 100%;
    margin: 10px;
    max-width: 280px;
}
/* ----------about_us---------- */


.about_us_index {
    width: 90%;
    margin: -140px auto 0;
    padding: 190px 0 0 0;
    display: flex;
    justify-content: space-around;
}

.about_us_index a {
    width: 100%;
    max-width: 400px;
    margin: 1%;
}

.double_title {
    width: 300px;
    margin: 80px auto 50px;
    text-align: center;
    line-height: 1;
    border-left: solid 1px #7A6A56;
    border-right: solid 1px #7A6A56;
    font-size: 10px
}

.double_title p {
    color: #7A6A56;
    font-size: 16px;
}

.double_title span {
    font-size: 20px;
    color: #7A6A56;
}

.concept {
    width: 100%;
    height: 500px;
    background: url(../images/about_us/about_us_concept_image.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.concept_box {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 1%;
}

.tournament .concept_box {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -2%;
}

.concept_box p {
    padding-top: 12%;
    padding-bottom: 15px;
    font-size: 24px;
    text-align: center;
}

.concept_box span {
    width: 80%;
    line-height: 2;
    font-size: 16px;
}
/* ----------sp_on---------- */

.about_us_obi_big {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 18%;
}

.about_us_obi_big p {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
}

.about_us_obi_big span {
    width: 80%;
    line-height: 1.9;
    font-size: 16px;
}

.about_us_obi_short_sentence {
    width: 90%;
    margin: 0 auto;
}

.about_us_obi_short_sentence p {
    padding-top: 25%;
    padding-bottom: 15px;
    text-align: center;
    font-size: 24px;
}

.about_us_obi_short_sentence span {
    width: 80%;
    line-height: 2;
    padding-top: 10%;
    font-size: 15px;
}
/* ------------------------- */

.club_overview {
    margin: 0 auto 100px;
}

.overview_table {
    width: 96%;
    max-width: 950px;
    margin: 0 auto;
    border-top: solid 1px #D4D0CB;
    border-spacing: 30px;
    border-collapse: collapse;
}

.overview_table tr {
    width: 100%;
    padding: 5px;
    border-bottom: solid 1px #D4D0CB;
}

.overview_table tr th {
    padding: 0.8% 0 0.8% 2%;
    border-right: solid 1px #D4D0CB;
    text-align: left;
    font-size: 17px;
}

.overview_table tr td {
    padding: 5px 0 5px 4%;
    font-size: 14px;
}

.overview_table tr .table_none_bold {
    padding: 0.8% 0 0.8% 2%;
    border-right: solid 1px #D4D0CB;
    text-align: left;
    font-size: 15px;
}

.etiquette {
    width: 100%;
    height: 500px;
    background: url(../images/about_us/about_us_-etiquette.png) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
}

.etiquette_sp {
    width: 100%:
}

.etiquette_sp img {
    vertical-align: bottom;
}

.etiquette .concept_box {
    position: relative;
    top: 5%;
    left: 0;
}

.etiquette .concept_box p {
    /* padding-top: 15%; */
    padding-bottom: 30px;
    font-size: 24px;
    text-align: center;
}

.etiquette .concept_box span {
    width: 80%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 2;
}

.dress_code_wrap {
    padding-top: 30px;
    padding-bottom: 8%;
    background: #CDDCE7;
}


.dress_code_box {
    width: 96%;
    margin: -120px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.dress_code_top {
    position: relative;
    top: 120px;
}

.dress_code_box img {
    width: 30%;
    min-width: 200px;
}

.dress_code_box p {
    color:#796A56;
    font-size: 12px;
}

.dress_code_box ul {
    min-height: 350px;
    max-height: 600px;
    padding: 180px 50px 0;
    background: #fff;
    text-align: start;
    color: #796a56;
    font-size: 14px;
}

.dress_code1 ul li, .dress_code2 ul li {
    line-height: 2;
}

.dress_code1,.dress_code2 {
    width: 50%;
    max-width: 504px;
    margin: 30px;
    text-align: center;
}

.sp_dress_code_box {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}

.sp_dress_code1 {
    padding-bottom: 30px;
}

.about_us_pdf {
    width: 60%;
    min-width: 200px;
    margin: 10px auto;
}
.dress_code_wrap a {
    text-align: center;
}

.dress_code_wrap img {
    
    margin: 0 auto;
    text-align: center;
}

.manner {
    width: 100%;
    margin:60px auto 0;
}

.manner ul {
    width: 85%;
    max-width: 890px;
    margin: 0 auto;
    padding: 6% 4% 6% 8.5%;
    background: #fff;
    line-height: 2;
}
.manner ul li {
    font-size: 14px;
}

.tournament_wrap {
    margin-bottom: 120px;
}
.tournament {
    width: 100%;
    height: 500px;
    background: url(../images/about_us/about_us_tournament_record_image.png) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
}

.tournament .concept_box .obi_under{
    position: absolute;
    top: 10%;
    left: 15%;
}

.tournament .concept_box p {
    /* padding-top: 15%; */
    padding-bottom: 20px;
    font-size: 24px;
    text-align: center;
}


.readies_cup_table {
    width: 98%;
    max-width: 950px;
    margin: 0 auto 3ß0px;
    border-top: solid 1px #D4D0CB;
    border-spacing: 30px;
    border-collapse: collapse;
}

.readies_cup_table tr {
    width: 100%;
    border-bottom: solid 1px #D5D1CC;
    color: #7A6A56;
}

.readies_cup_table tr th {
    padding: 0.8% 0 0.8% 2%;
    text-align: left;
    font-size: 15px;
}

.readies_cup_table tr td {
    padding: 0.8% 0 0.8% 2%;
    color: #4D4D4D;
    font-size: 14px;
}

/* ----------about_us_facility---------- */

.about_us_facilities_wrap {
    width: 100%;
    margin: 0 auto;
}

.double_title_min {
    width: 300px;
    margin: 20px auto;
    text-align: center;
    line-height: 0.8;
}

.double_title_min p {
    font-size: 14px;
    color: #796A56;
}

.double_title_min span {
    font-size: 21px;
    color: #4D4D4D;
}

.about_us_facilities_wrap .about_us_facilities_page .stay_plan_box .explanatory_text {
    font-size: 14px;
    color: #4D4D4D;
}

.about_us_facilities_page {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_us_facilities_page .stay_plan_box {
    margin: 0 2% 60px;
    width: 100%;
    max-width: 500px;
    min-width: 360px;
}

.about_us_facilities_page .stay_plan_box img {
    width: 100%;
    min-width: 360px;
}

/* ----------about_us_sales---------- */

.about_us_sales_wrap {
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
    padding: 4%;
    border: solid 1px #7A6A56;
}

.about_us_sales_wrap .sales_index {
    margin-bottom: 35px;
    text-align: start;
    color: #7A6A56;
    border-bottom: solid 2px #7A6A56;
    line-height: 1.5;
    font-size: 18px;
}

.about_us_sales_wrap .start_time, .about_us_sales_wrap .clubhouse_start_time {
    width: 100%;
    max-width: 390px;
    margin-bottom: 35px;
    text-align: start;
    border-collapse: collapse;
    color: #3a4d5b;
}

.about_us_sales_wrap .start_time tr td, .about_us_sales_wrap .clubhouse_start_time tr td {
    width: 30%;
    border: solid 1px #7A6A56;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}


.sales_text .about_sales_rental {
    border: none;
}

.about_sales_rental tr .yen {
    padding-left: 30px;
    text-align: end;
}

.about_us_sales_wrap .sales_text {
    font-size: 14px;
    margin-bottom: 40px;
}

.sales_open_img {
    width: 90%;
    max-width: 390px;
    min-width: 337px;
    margin-bottom: 35px;
}



/* ----------course---------- */

.noline_title {
    width: 80%;
    margin: 80px auto 60px;
    text-align: center;
    font-size: 22px;
    color: #7A6A56;
}

.course_index {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.course_index_image {
    width: 33.3%;
    min-width: 300px;
}

.course_holescore_wrap {
    width: 100%;
    max-width: 1300px;
    margin: 3% auto 0;
    min-width: 400px;
}


.course_photo_box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}

.course_photo {
    width: 100%;
    max-width: 320px;
    max-height: 240px;
}


.course_photo img {
    width: 100%;
    vertical-align: bottom;
}

.course_photo_full_screen {
    width: 100%;
    margin: 0 auto;
}

.course_introduction_wrap {
    width: 100%;
    margin: 0 auto -3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.course_introduction_box {
    width: 33.3%;
    min-width: 300px;
    position: relative;
}

.course_introduction_box p {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    position: absolute;
    top: 83%;
    left: 0;

}

.noline_title_min {
    width: 90%;
    max-width: 840px;
    margin: 80px auto 60px;
    text-align: center;
    font-size: 18px;
    color: #7A6A56;
}

.course_layout_introduction_wrap {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    background: #F4F4F4;
}

.course_layout_introduction_wrap img {
    width: 100%;
}

.course_wrap {
    margin-top: 5%;
}

.course_layout_box {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.courselayout1 {
    width: 100%;
    /* max-width: 300px; */
    min-width: 299px;
    margin: 5px;
}

.course_layout_AB {
    width: 100%;
    /* max-width: 300px; */
    min-width: 299px;
    margin: 5px;
}



.course_layout_box_second {
    width: 96%;
    max-width: 910px;
    margin: 20px auto;
}

.onepoint_title {
    width: 98%;
    max-width: 1040px;
    margin: 1% auto;
    color: #7A6A56;
    font-size: 16px;
}
.access .onepoint_title{
    font-size: 18px;
}

.little_sentence {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2;
    color: #4d4d4d;
}
.access .little_sentence{
    font-size: 16px;
}

.course_layout_button {
    width: 100%;
    max-width: 910px;
    margin: 6% auto 4%;
    padding-bottom: 7%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}

.course_layout_button img {
    width: 100%;
    margin: 5px 0;
    max-width: 250px;
}

.scoretable_box {
    width: 100%;
    margin: 4% auto;
    display: flex;
}

.scoretable_box table {
    width: 100%;
    max-width: 175px;
    margin: 0 0 5px 0;
    border-collapse: collapse;
    text-align: center;
}

.scoretable_box table tr {
    border: solid 1px rgba(242,255,171,0.3);
    text-align: center;
    background-color: #000;
    color: white;
    font-size: 12px;
} 

.scoretable_box table tr:last-child {
    background-color: rgb(77,77,77);
} 

.scoretable_box table tr th {
    border: solid 1px rgba(242,255,171,0.5);
    padding: 5px 0;
}

.scoretable_box table tr td {
    border: solid 1px rgba(242,255,171,0.5);
    padding: 5px 0;
}

.score_table {
    width: 100%;
    max-width: 700px;
    /* min-width: 350px; */
    margin: 0 auto;
    text-align: center;
}

.course_layout_box_third {
    width: 96%;
    margin: 0 auto 80px;
    max-width: 700px;
    min-width: 350px;
}

/* ----------restaurant---------- */

.restaurant_header {background: url(../images/restaurant/restaurant_top_img.png); height:70vh; background-repeat:no-repeat; background-size:cover; background-position: center center;}
@media (max-width: 770px){.restaurant_header {background: url(../images/restaurant/restaurant_top_img@sp.png); width:100%; height:73vh; margin:0 auto; background-repeat:no-repeat; background-position: center center;}}

.restaurant_menu_list {
    display: flex;
    justify-content: center;
}
/* 
.restaurant_menu_list li:nth-of-type(3){
    background-color: #f7f4ec;
    padding-bottom: 5px;
} */

.restaurant_menu ul {
    margin: 80px auto 60px;
    list-style: none;
}

.restaurant_menu ul li {
    padding: 0.2em 2em;
    font-size: 30px;
    line-height: 0.6;
    text-align: center;
}

.restaurant_menu ul li a {
    width: 100%;
    color: #7A6A56;
    font-size: 16px;
    line-height: 0.8;
    text-align: center;
}

.restaurant_menu ul li:hover {
    background-color:#7a6a56;
}

.restaurant_menu ul li:hover a {
    color:#fff;
}

/* .restaurant_menu ul li a:last-child {
    line-height: 0.2;
} */
/* 
.restaurant_menu_list_in {
    position: relative;
    display: inline-block;
    padding: 0 45px 5px;
} */
/* 
.restaurant_menu_list_in:before, h1:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: rgba(121,106,86,0.8);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    color: rgba(121,106,86,0.8);
  }
  h1:before {
    left:0;
  }
  h1:after {
    right: 0;
  } */
/* 
.restaurant_menu ul li ::before {
    content: "/";
    font-size: 50px;
    position: relative;
    top: 20px;
    left: -20px;
    color: rgba(121,106,86,0.8);
} */

/* .restaurant_menu_list_in:nth-of-type(6) ::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 200px;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: rgba(121,106,86,0.8);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    color: rgba(121,106,86,0.8);
} */

.restaurant_min_title_obi {
    font-size: 16px;
}


.restaurant_double_title{
    width: 300px;
    margin: 80px auto 50px;
    text-align: center;
    line-height: 1;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    font-size: 2em;
}


.restaurant_double_title p {
    color: #fff;
    font-size: 14px;
}

.restaurant_double_title span {
    font-size: 36px;
    color: #fff;
}

.restaurant_double_title span {
    font-size: 30px;
}


.slide_hover_list_morning {
    width: 100%;
    padding: 90px 0 60px;
    text-align: center;
}


.slide_hover_list_morning ul{
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    width: 100%;
    /* height: 40px; */
    margin: auto;
    /* transform: skew(-20deg); */
    list-style: none;
    display: flex;
    justify-content: center;
}
.slide_hover_list_morning ul li:first-of-type{
    border-left: solid 2px #796A56;
}

.slide_hover_list_morning ul li{
    transform: skew(-20deg);
}

.slide_hover_list_morning ul li{
    /* float: left; */
    /* margin: 0 1px; */
    /* background: #fff; */
    border-right: solid 2px #796a56;
    cursor: pointer;
}
.slide_hover_list_morning ul li.active{
    pointer-events: none;
}
.slide_hover_list_morning ul li.active,
.slide_hover_list_morning ul li:hover{
    background: #796a56;
    transform: skew(-20deg);
    
}
.slide_hover_list_morning ul li.active a,
.slide_hover_list_morning ul li:hover a{
    color: #fff;
    transform: skew(20deg);
}
.slide_hover_list_morning ul li:active{
    background: #297aa3;
    position: relative;
    top: 1px;
}
/* .slide_hover_list ul li:first-child{
    border-radius: 3px 0 0 3px;
}
.slide_hover_list ul li:last-child{
    border-radius: 0 3px 3px 0;
} */
.slide_hover_list_morning ul li a{
    display: flex;
    align-items: center;
    padding: 10px 35px;
    font-size: 14px;
    color: #796a56;
    text-decoration: none;
    line-height: 1.15;
    height: 20px;
    transform: skew(20deg);
}

.restaurant_morning_obi {
    width: 100%;
    height: 500px;
    background: url(../images/restaurant/restaurant_morning_obi.png) no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

.restaurant_double_title {
    width: 100%;
    height: 20px;
    min-width: 250px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 28%;
    left: 0%;
    line-height: 0.5;
}


.restaurant_min_title_obi {
    font-size: 16px;
}

/* 
.restaurant_double_title{
    width: 300px;
    margin: 80px auto 50px;
    text-align: center;
    line-height: 1;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    font-size: 2em;
} */

.restaurant_double_title span {
    font-size: 24px;
}



.restaurant_concept_box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
    position: absolute;
    top: 46%;
    text-align: center;
}

.restaurant_concept_box span {
    width: 100%;
    font-size: 18px;
    line-height: 2;
    margin: 0 auto;
    text-align: center;
}


.morning_menu_photo {
    width: 30%;
    margin: 0 auto;
}
.morning_menu img {
    width: 100%;
    height: auto;
}

.restaurant_menu_wrap {
    width: 100%;
    margin: 0 auto 4%;
}
.restaurant_menu_wrap .tab_panel{display:none;}
.restaurant_menu_wrap .tab_panel.active{display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
@-webkit-keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.restaurant_menu_box {
    width: 90%;
    max-width: 1240px;
    margin: 10% auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.morning_menu {
    width: 100%;
    max-width: 550px;
    min-width: 300px;
    margin: 4% auto;
}

.morning_menu_name {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}


.restaurant_menu img {
    width: 100%;
}

.morning_dish {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #7A6A56;
    line-height: 1.2;
}

.morning_dish_sub {
    font-size: 14px;
    color: #4d4d4d;
}
.dish_sentence {
    font-size: 14px;
    color: #4D4D4D;
}

.morning_dish_price {
    color: #796A56;
    font-size: 18px;
}

/* ----------grandmenu---------- */

.grandmenu_page_wrap {
    width: 100%;
    margin: 0 auto 3%;
}

.grandmenu_contents {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.grand_menu_dish_box {
    width: 100%;
    min-width: 380px;
    max-width: 500px;
    margin: 0 auto 40px;
    padding: 5px;
}

.drand_menu_pop {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: flex-start;
}

.drand_menu_pop_img {
    width: 100%;
    max-width: 200px;
    padding: 1% 0;
    border: solid 1px #a34c56;
    background-color: #a34c56;
    text-align: center;
    color: #fff;
}

.drand_menu_pop_img img {
    width: 100%;
    height: auto;
}

.osusume_pop {
    width: 50%;
    height: 24px;
}

.season_pop {
    width: 50%;
    height: 24px;
}

.grandmenu_pop {
    width: 50%;
    height: 24px;
}

.grandmenu_obi {
    width: 100%;
    height: 500px;
    background: url(../images/restaurant/grandmenu_obi.png) no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

.grand_menu_dish_box img {
    width: 100%;
}






/* ----------appetizers menu---------- */


.appetizers_obi {
    width: 100%;
    height: 500px;
    margin-bottom: 100px;
    background: url(../images/restaurant/_appetizers_obi.png) no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

.appetizers_menu_pop_img {
    width: 30%;
    max-width: 100px;
    margin: 2px;
}

.appetizers_menu_dish_box {
    width: 46%;
    min-width: 330px;
    margin-bottom: 40px;
    padding: 15px 5px 5px;
    border-top: solid 1px #796A56;
}


.appetizers_concept_box {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
    position: relative;
    top: 55%;
    text-align: center;
}

/* -----------party_drink_menu---------- */

.party_drink_obi {
    width: 100%;
    height: 500px;
    margin-bottom: 100px;
    background: url(../images/restaurant/party_drink_obi.png) no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

.party_drink_only_text {
    font-size: 13px;
}

.restaurant_concept_box p {
    padding-top: 2%;
    padding-bottom: 15px;
}



.border_line_width7 {
    width: 98%;
    max-width: 1150px;
    margin: 0 auto;
}

.party_drink_list {
    margin-left: 20px;
}



.party_drink_name {
    font-size: 18px;
    color: #796A56;
}

.drink_sub_name {
    margin-top: 20px;
}

.party_drink_text_end {
    margin: 50px auto;
    text-align: center;
    font-size: 16px;
    color: #7A6A56;
}

.noline_title {
    width: 100%;
    margin: 80px auto 60px;
    text-align: center;
    font-size: 20px;
    color: #7A6A56;
}

.border_line_title {
    width: 100%;
    margin: 15% auto 10%;
    text-align: center;
    font-size: 21px;
    color: #7A6A56;
    position: relative;
    display: inline-block;
    background-color: #fff;
    z-index: 999;
}


  .border_line_title_half {
    width: 61.5%;
    color: #7A6A56;
    position: relative;
    display: inline-block;
  }

  .border_line_title_half:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 64%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #7a6a56;
  }

  .drink_menu_box_nonline {
    width: 100%;
    min-width: 330px;
    max-width: 500px;
    margin: 0 auto 40px;
    padding: 15px 5px 5px;
}

/* ----------party_menu---------- */

.party_menu_obi {
    width: 100%;
    height: 500px;
    margin-bottom: 100px;
    background: url(../images/restaurant/party_menu_obi.png) no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

/* .party_menu_text_space {
    margin-top: 30px;
} */


/* ----------drink_menu---------- */



.drink_menu_obi {
    width: 100%;
    height: 500px;
    margin-bottom: 100px;
    background: url(../images/restaurant/drink_menu_obi.png) no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

.drink_menu_list_wrap {
    width: 94%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: solid 1px #796a56;
}

.drink_menu_list_box {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.drinkmenu_little_sentence {
    font-size: 13px;
    color: #796a56;
    line-height: 2;
}

.drink_menu_list_box_left {
    width: 100%;
    max-width: 238px;
}

.drink_menu_list_box_center {
    width: 100%;
    max-width: 418.5px;
    border-right: solid 1px #796a56;
    border-left: solid 1px #796a56;
}

.drink_menu_list_box_right {
    width: 100%;
    max-width: 290px;
}

.party_drink_name_red {
    font-size: 18px;
    color: #B3272D;
}

.archole_list {
    width: 88%;
    max-width: 1150px;
    margin: 0 auto;
}

.archole_list_sp {
    margin-bottom: 5%;
}

.archole_list_sp_price {
    text-align: end;
}

.archole_jp_list_sp {
    margin-bottom: 25px;
}

.archole_jp_list_top_sp {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.archole_jp_name_box {
    width: 85%;
    color: #796A56;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
}

.archole_jp_name_box_right {
    color: #796A56;
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
    font-size: 18px;
    align-items: baseline;
    /* margin-bottom: 5px; */
}

.archole_jp_name {
    font-size: 17px;
    color: #796A56;
}

.archole_jp_price {
    margin-left: 2%;
}


.archole_list .about_archole_table {
    width: 98%;
    max-width: 1150px;
    border: none;
    margin: 0 auto;
}

.about_archole_table tr .yen {
    /* padding-left: 30px; */
    text-align: end;
    font-size: 18px;
}

.party_drink_name {
    font-size: 17px;
    color: #796A56;
}

.drink_menu_box {
    width: 100%;
    min-width: 330px;
    max-width: 500px;
    padding: 5px 5px 15px;
    border-top: solid 1px #796A56;
}

.drinkmenu_contents {
    width: 100%;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* ----------reservation---------- */

.reservation_header {background: url(../images/reservation/reservation_top_img.png); height:70vh; background-repeat:no-repeat; background-size:cover; background-position: center center;}
@media (max-width: 770px){.reservation_header {background: url(../images/reservation/reservation_top_img@sp.jpg); width:100%; height:73vh; background-repeat:no-repeat; background-position: center center;}}

#reservation_wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #FAF7EF;
}

.reservation_login_wrap {
    width: 80%;
    max-width: 1200px;
    margin: 40px auto 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.reservation_member_login_box {
    width: 40%;
    max-width: 350px;
    min-width: 340px;
    margin: 0 auto 60px;
    padding: 60px 30px 50px;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}


.green {
    border: solid 1px #008672;
}

.brack {
    border: solid 1px #796A56;
}

._green {
    color: #008672;
}

._brack {
    color: #796A56;
}

.member_login_box img{
    width: 100%;
    max-width: 382px;
}

.login_box_notweb_member {
    margin-top: 20px;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
}

.img_head {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
    position: absolute;
    top: -30px;
}

.login_box_title {
    padding: 20px 0;
}

.reservation_qr_cord {
    width: 96%;
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 100px;
    text-align: center;
}

.reservation_qr_cord img {
    width: 100%;
}

.noline_title_min_reservation {
    width: 90%;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 16px;
    color: #7A6A56;
}

.reservation_tel {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 70px;
    text-align: center;
}

.reserve_tel_inner {
    width: 100%;
    padding: 2% 0;
    border: solid 1px #7a6a56;
}

.reserve_tel_inner span {
    line-height: 2;
    color: #7a6a56;
}

.reserve_tel_inner a {
    color: #7a6a56;
    font-size: 30px;
}
/* ----------access---------- */

.access_header {background: url(../images/access/access_top_img.jpg); height:70vh; background-repeat:no-repeat; background-size:cover; background-position: center center;}
@media (max-width: 770px){.access_header {background: url(../images/access/access_top_img@sp.png); width:100%; height:78vh; background-repeat:no-repeat; background-position: center center;}}


.noline_title_min_access {
    width: 90%;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 18px;
    color: #7A6A56;
    line-height: 2;
}

.access_map {
    width: 80%;
    margin: 0 auto;
}

.map_img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.map_link_button {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.map_link_button {
    text-align: center;
}

.map_button {
    width: 90%;
    max-width: 294px;
    margin: 2px auto;
}

.car_map_img {
    width: 90%;
    max-width: 800px;
    min-width: 300px;
    margin: 0 auto 30px;
}

.access_map_table{
    width: 98%;
    max-width: 450px;
    /* min-width: 420px; */
    border-collapse: collapse;
    color: #4d4d4d;
    margin:40px auto 100px;
}

.access_map_table tr td{
    border: solid 1px #7a6a56;
    padding: 10px 0;
    text-align: center;
}

.club_bus {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.club_bus_right {
    width: 50%;
    min-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.club_bus_map_img {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    margin: 0 auto;
    border: solid 1px #7a6a56;
}

.club_bus_left {
    width: 50%;
    min-width: 310px;
}


.club_bus_left ul li {
    margin-bottom: 20px;
}

.club_bus_red {
    margin-top: -15px;
    color: #b6272d;
}

.bus_cange_time {
    display: flex;
}

.bus_cange_time_wrap {
    width: 60%;
    margin: 0 auto;
}

.bus_cange_time {
    width: 100%;
    max-width: 350px;
    display: flex;
    justify-content: space-between;
}


.club_bus_red_time {
    color: #b6272d;
}

.club_bus_change {
    min-width: 300px;
}

.access_background_size {
    padding-bottom: 30px;
}

/* ----------charge---------- */

.charge_header {background: url(../images/charge/charge_top_img.png); height:70vh; background-repeat:no-repeat; background-size:cover; background-position: center center;}
@media (max-width: 770px){.charge_header {background: url(../images/charge/charge_top_img@sp.jpg); width:100%; height:80vh; background-repeat:no-repeat; background-position: center center;}}

.carge_calendar_wrap {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 80px;
}

.carge_calendar_wrap img {
    width: 100%;
    max-width: 1380px;
}

.charge_sentence {
    margin-top: 15px;
    font-size: 14px;
    color: #4D4D4D;
}

.charge_compe_info {
    width: 90%;
    max-width: 1300px;
    margin: 40px auto;
    padding-bottom: 60px;
    border: solid 1px #796A56;
}

.twin_button {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.charge_compe_info_button {
    width: 100%;
    max-width: 380px;
    min-width: 300px;
    max-height: 100px;
    margin: 10px 15px 0;
}

.charge_large {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    text-align: center;
    font-size: 20px;
    color: #7A6A56;
}

/* ----------footer---------- */

.footer_sp {
    width: 100%;
    padding: 40px;
}

footer {
    width: 100%;
    margin: 0 auto;
    background: #E5E3E1;
}
footer #footer_wrap {
    width:90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}

footer #footer_wrap .footer_box_first {
    min-width: 240px;
    width: 26%;
}
footer #footer_wrap .footer_box_first img{
    width: 240px;
}

footer #footer_wrap .footer_box_first p {
    margin-top: 40px;
    color: #7A6A56;
    line-height: 1.5;
    font-size: 14px;
}

footer #footer_wrap .footer_menu_list {
    width: 11%;
    margin: 0 auto;
}
/* 
footer #footer_wrap .footer_menu_list:nth-of-type(5){
    width: 15%;
    min-width: 300px;
    margin: 0 auto;
} */

footer #footer_wrap .footer_box_line_right {
    padding-left: 20px;
    border-left: #7A6A56 solid 0.7px;
}

footer #footer_wrap .footer_box_fifth {
    width: 20%;
    margin: 0 auto;
    min-width: 250px;
}

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

}

footer #footer_wrap .footer_menu_list ul {
    list-style: none;
}

footer #footer_wrap .footer_menu_list ul li {
    color: #7A6A56;
    line-height: 2;
    font-size: 12px;
}

footer #footer_wrap .footer_menu_list ul li a {
    color: #7A6A56;
    line-height: 2;
    font-size: 12px;
}

/* --------------------共通--------------------- */

.slide_hover_list {
    width: 100%;
    padding: 90px 0 60px;
    text-align: center;
}


.slide_hover_list ul{
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    width: 100%;
    height: 35px;
    margin: auto;
    /* transform: skew(-20deg); */
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_hover_list ul li:first-of-type{
    border-left: solid 2px #796A56;
}

.slide_hover_list ul li{
    transform: skew(-20deg);
}

.slide_hover_list ul li{
    /* float: left; */
    /* margin: 0 1px; */
    /* background: #fff; */
    border-right: solid 2px #796a56;
}

.slide_hover_list ul li:hover {
    background: #796a56;
    color: #fff;
    transform: skew(-20deg);
}


.slide_hover_list ul li:hover a{
    color: #fff;
    transform: skew(20deg);
}


.slide_hover_list ul li:active{
    background: #297aa3;
    position: relative;
    top: 1px;
}

.slide_hover_list ul li a{
    display: flex;
    align-items: center;
    padding: 2px 35px;
    font-size: 18px;
    color: #796a56;
    text-decoration: none;
    transform: skew(20deg);
    height: 33px;
}

/* .slide_hover_list ul li:first-child{
    border-radius: 3px 0 0 3px;
}
.slide_hover_list ul li:last-child{
    border-radius: 0 3px 3px 0;
} */

.news_nav_sp_wrap {
    width: 100%;
    border: solid 1px #796a56;
}

.news_nav_sp_wrap_box {
    width: 100%;
    display: flex;
    
    background-color: #fff;
}

.news_nav_sp_wrap_box a {
    width: 100%;
    padding: 3% 0 2%;
    text-align: center;
    background-color: #fff;
    color: #796a56;
}

.news_nav_sp_top {
    border-bottom: solid 1px #796a56;
}

.news_nav_sp_wrap_box a:first-child {
    border-right: solid 1px #796a56;
}

.news_nav_sp_wrap_box a:hover {
    background-color: #796a56;
    color: #fff;
}



/* ----------SP用---------- */

.bottom_nav {
    position: fixed;
    left: 0;
    bottom:0;
    z-index: 9999;
}

.bottom_nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: baseline;
    position: fixed;
    left: 0;
    bottom:-1%;
    background: #fff;
    border-top: solid 0.3px  rgba(121,106,86,0.9);
}

.bottom_nav ul a {
    width: 30%;
    border-right: solid 1px #fff;
}

.bottom_nav ul .bottom_nav_li {
    width: 20%;
}

.header_sp_bottom_MENU {
    font-size: 2vw;
    position: absolute;
    bottom: 20%;
    right: 5.9%;
    color: #7a6956;
}


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

    .etiquette .concept_box {
        position: relative;
        top: 10%;
        left: 0;
    }
}

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

    .tournament .concept_box {
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: 6%;
    }

    .tournament .concept_box p { padding-bottom: 30px;}
}

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

    .etiquette .concept_box {
        position: relative;
        top: 15%;
        left: 0;
    }
}

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

    .restaurant_sp_wrap {display: block;}
    .slide_hover_list_morning {display: none!important;}
    
    .tournament .concept_box {width: 90%; margin: 0 auto; position: relative; top: 12%;
}
}

@media screen and (min-width: 1016px) {

    .restaurant_sp_wrap {display: none;}
    .slide_hover_list_morning {display: block;}
}

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

    .article {width: 90%; justify-content: space-around;}
}

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

    .drink_menu_list_box_center {width: 100%; max-width: 418.5px; border-right: 0; border-left: 0;}
}

@media screen and (max-width: 884px) {
    .about_us_facilities_page {padding-top: 0;}
}

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

    .drink_menu_list_box_left{max-width: 100%;}
    .drink_menu_list_box_center {width: 100%; max-width: 100%;}
    .drink_menu_list_box_right{max-width: 100%;}
    .drink_menu_list_wrap{border: 0px}
}

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

    /* .restaurant_sp_wrap .restaurant_sp_link_nav ul { width: 100%; display: block; flex-wrap: wrap; border-right: solid 1px #7a6a56;} */
    .restaurant_sp_wrap .restaurant_sp_link_nav ul li {width: 33.2%; padding: 3% 0;}
    .restaurant_sp_wrap .restaurant_sp_link_nav ul li:nth-of-type(-n+3) {border-bottom: solid 1px #7a6a56;}
}


@media screen and (max-width: 780px) {
    .header_img_sentence {
        width: 40%;
        position: absolute;
        top: 56%;
        left: 27%;
    }
    
    .header_img_sentence img {
        width: 100%;
        max-width: 610px;
        min-width: 300px;
    }
    .toppage_big_link_left {
        width: 100%;
    }

    .toppage_big_link_right {
        width: 100%;
    }

    .toppage_big_link_left img {
        width: 100%;
        max-width: 300px;
        max-height: 70px;
    }

    .toppage_big_link_right img {
        width: 100%;
        max-width: 300px;
        max-height: 70px;
    }

    .toppage_big_link_button {
        width: 100%;
        max-width: 300px;
        min-width: 280px;
        padding: 30px 10px;
        text-align: center;
    }

    .top_baner {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
}

@media screen and (max-width: 770px) {
    .off_770 {display: none;}

    .header_position_fixed {display: none;}

    .about_us_obi_short_sentence span {font-size: 16px;}

    footer {display: none;}

    .border_line_title:before, .border_line_title:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 12%;
        /* min-width: 15%; */
        max-width: 400px;
        height: 1px;
        background-color: #7a6a56;
        z-index: 990;
    }
    .border_line_title:before {left:3%;}
    .border_line_title:after {right: 3%;}

    .drink_menu_box:last-of-type {border-top: none;}
    .restaurant_concept_box span {font-size: 16px;}
    

    .more_little_query {
        font-size: 30px;
    }
    
    
    .course_photo {width: 48%;max-width: none;max-height: none;}
    .course_photo img {width: 100%;vertical-align: bottom;}

    .bottom_nav {display: block;}
    
    .restaurant_sp_wrap .restaurant_sp_link_nav ul { width: 100%; display: flex; flex-wrap: wrap; border-right: solid 1px #7a6a56;}
    .restaurant_sp_wrap .restaurant_sp_link_nav ul li:nth-of-type(3) {border-right: 0px; }
    .etiquette .concept_box {text-align: start;}
    .tournament .concept_box {position:relative; top:20%;}
}

@media screen and (min-width: 771px) {

    .on_770 {display: none;}
    .concept_box span {font-size: 18px;}
    .concept_box p {font-size: 24px;}
    .footer_sp {display: none;}
    .bottom_nav {display: none;}
    .header_sp {display: none;}
}

@media screen and (min-width: 769px) {

    

    
}

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

    .header_top {display: none;}
    header .pc_on_nav {display: none;}
    #footer_wrap {display: none;}

}

@media screen and (max-width: 588px) {
    .scoretable_box {display: flex; flex-wrap: wrap; justify-content: center;}
}


@media screen and (min-width: 514px) {

    .restaurant_sp_wrap .restaurant_sp_link_nav ul li {width: 33%;padding: 3% 0;}
    .concept{display: block;}
    .about_us_obi_big {display: block;}
    .about_us_concept_sp {display: none;}
}

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

    .restaurant_sp_wrap .restaurant_sp_link_nav ul li {width: 33%;padding: 3% 0;}
    .concept {display: none;}
    .about_us_concept_sp {width: 100%; display: block;}
    .about_us_concept_sp img {vertical-align: bottom;}
}







    .border_line_title:before, .border_line_title:after {
        content: ''; position: absolute; top: 50%; display: inline-block; width: 30%; min-width: 15%; height: 1px; background-color: #7a6a56; z-index: 990;}


  .border_line_title:before {left:0;}
  .border_line_title:after {right: 0;}







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

    .drink_menu_list_box_left{max-width: 100%;}
    .drink_menu_list_box_center {width: 100%; max-width: 100%;}
    .drink_menu_list_box_right{max-width: 100%;}
    .about_us_facilities_page .stay_plan_box :last-child{padding-bottom: 0;}
}

@media screen and (max-width: 700px) {
    .news_nav_sp_wrap {display: block;}
    .slide_hover_list {display: none;}
    .members_index {background-color: #afa69a;}
    
}

@media screen and (min-width: 701px) {
    .news_nav_sp_wrap {display: none;}
    
}


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

.sp_on {display: block; position: relative; top: 10%;}
.pc_on, .course_list {display: none;}

.about_us_pc li p {padding-top: 18px; position: relative; top: -50px; border-radius: 5px;}
.about_us_index_sp {width: 100%; display: flex; justify-content: center;}
.about_us_obi_big {width: 90%; margin: 0 auto; position: relative; top: 10%;}
.title_large {width: 100%; margin: 0 auto; padding: 15% 0 10%;}
.etiquette {text-align: start;}
.about_us_obi_short_sentence p {padding-bottom: 45px;}
.about_us_sales_wrap {border:0;}
.about_us_sales_wrap .start_time, .about_us_sales_wrap .clubhouse_start_time {width: 100%; max-width: 100%;}
.sales_open_img {width: 100%; max-width: 100%;}
}

@media screen and (min-width: 641px) {
    section .course_list {width: 100%; display: flex; justify-content: center;}
    .sp_on {display: none;}
    .about_us_obi_big {display: none;}
}


@media screen and (max-width: 840px) {
    .about_us_index {width: 100%;}
}










.restaurant_sp_wrap {
    width: 100%;
}

.restaurant_sp_link_nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    text-align: center;
    border-right: solid 1px #7a6a56;
    border-left: solid 1px #7a6a56;
    border-top: solid 1px #7a6a56;
    border-bottom: solid 1px #7a6a56;
}

.restaurant_sp_link_nav ul li {
    width: 16.66%;
    padding: 2.5% 0;
    line-height: 1.2;
    border-right: solid 1px #7a6a56;
    font-size: 14px;
}

.restaurant_sp_link_nav ul li a {
    width: 100%;
    color: #7a6a56;
    
}

.restaurant_sp_link_nav ul li:hover {
    background: #7a6a56;
}

.restaurant_sp_link_nav ul li:hover a {
    color: #fff;
}

.restaurant_sp_link_nav ul li:last-child{
    border-right: 0px;
}


/* ---------リニューアル　↓ 202212-------------*/

.syaplan_ttl_box figure{
    width: 44%;
    max-width: 444px;
    margin: 20px auto;
}

.stayplan_slide1_wrap,
.stayplan_slide2_wrap{
    width: 100%;
    margin: 0 auto 50px;
}
.stayplan_slide1_wrap .slick-slide,
.stayplan_slide2_wrap .slick-slide{
    height: auto;
}
.stayplan_slide1_box,
.stayplan_slide2_box{
    width: 100%;
    position: relative;
}
.slide1-dots,
.slide2-dots{
    text-align: center;
    position: relative;
    bottom: 20px;
    z-index: 1;
}
.slide1-dots li,
.slide2-dots li{
    display: inline-block;
    margin: 0 10px;
}
.slide1-dots button,
.slide2-dots button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.slide1-dots button,
.slide2-dots button{
    position: relative;
    text-indent: -9999px;
}
.slide1-dots button:before,
.slide2-dots button:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.slide1-dots .slick-active button:before,
.slide2-dots .slick-active button:before{
    opacity: 0.8;
}

.stayplan_tab_wrap{
    width: 100%;
}
.tab_btn_box{
    width: 73%;
    max-width: 730px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
}
.tab_btn_box .tab{
    width: 30%;
    border: 1px solid #ab883a;
    padding: 14px 0;
    cursor: pointer;
    position: relative;
}
.tab_btn_box .tab p{
    font-size: 17px;
    color: #ab883a;
    text-align: center;
}
.tab_btn_box .tab.act{
    background-color: #ab883a;
}
.tab_btn_box .tab.act::after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 9px 0 9px;
    border-color: #AB883A transparent transparent transparent;
}
.tab_btn_box .tab.act p{
    color: #fff;
}
.tab_cnt_wrap{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    display: none;
}
.tab_cnt_wrap.act{
    display: block;
}
.tab_cnt_box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.stayplan_tab_list{
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-bottom: 96px;
    margin-right: 5%;
}
.stayplan_tab_list:nth-of-type(3n){
    margin-right: 0;
}
.stayplan_tab_list .name{
    font-size: 18px;
    color: #7a6a56;
    letter-spacing: 0.1rem;
    margin: 10px 0;
}
.stayplan_tab_list .dscrpt{
    font-size: 13px;
    color: #4d4d4d;
    letter-spacing: 0.1rem;
    flex-grow: 1;
}
.stayplan_tab_list .more_stayplan_btn{
    font-size: 14px;
    background-color: #ab883a;
    text-align: center;
    padding: 13px 0;
    color: #fff;
    display: block;
    margin-top: 20px;
    letter-spacing: 0.15rem;
}

.stayplan_map_wrap{
    width: 100%;
    background-color: #f2efe7;
    margin-bottom: 100px;
}
.stayplan_map_box{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.stayplan_map_box .map_area{
    width: 60%;
    height: 400px;
}
.stayplan_map_box .slide_area{
    width: 30%;
}
.slide_box .name{
    font-size: 18px;
    color: #7a6a56;
    letter-spacing: 0.1rem;
    margin: 5px 0;
}
.slide_box .dscrpt{
    font-size: 13px;
    color: #4d4d4d;
    letter-spacing: 0.1rem;
}
.slide_box .more_stayplan_btn{
    font-size: 14px;
    background-color: #ab883a;
    text-align: center;
    padding: 13px 0;
    color: #fff;
    display: block;
    margin-top: 20px;
    letter-spacing: 0.15rem;
}
.stayplan_map_box .slide_area .slick-arrow_prev,
.stayplan_map_box .slide_area .slick-arrow_next{
    width: 50px;
    position: absolute;
    bottom: -25px;
    z-index: 1;
    cursor: pointer;
}
.stayplan_map_box .slide_area .slick-arrow_prev{
    left: 0;
    transform: scale(-1, 1);
}
.stayplan_map_box .slide_area .slick-arrow_next{
    right: 0;
}
.stayplan_note_box{
    width: 90%;
    max-width: 1000px;
    margin: 0px auto 14px;
}
.stayplan_note_box .note{
    font-size: 18px;
}

@media screen and (max-width: 640px) { /* ----------SP------- */
    .syaplan_ttl_box figure{
        width: 80%;
        /* max-width: 444px; */
        margin: 0px auto 50px;
    }
    
    .stayplan_slide1_wrap,
    .stayplan_slide2_wrap{
        /* width: 100%; */
        margin: 0 auto 20px;
    }
    .stayplan_slide1_wrap .slick-slide,
    .stayplan_slide2_wrap .slick-slide{
        /* height: auto; */
    }
    .stayplan_slide1_box,
    .stayplan_slide2_box{
        /* width: 100%;
        position: relative; */
    }
    .slide1-dots,
    .slide2-dots{
        /* text-align: center;
        position: relative;
        bottom: 20px;
        z-index: 1; */
    }
    .slide1-dots li,
    .slide2-dots li{
        /* display: inline-block;
        margin: 0 10px; */
    }
    .slide1-dots button,
    .slide2-dots button{
        /* margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; */
    }
    .slide1-dots button,
    .slide2-dots button{
        /* position: relative;
        text-indent: -9999px; */
    }
    .slide1-dots button:before,
    .slide2-dots button:before{
        /* content: '';
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5; */
    }
    .slide1-dots .slick-active button:before,
    .slide2-dots .slick-active button:before{
        /* opacity: 0.8; */
    }
    
    .stayplan_tab_wrap{
        width: 94%;
        margin: 0 auto;
    }
    .tab_btn_box{
        width: 100%;
        /* max-width: 730px;*/
        margin: 0 auto 12vw;
        /* display: flex;
        justify-content: space-between;  */
    }
    .tab_btn_box .tab{
        width: 31%;
        /* border: 1px solid #ab883a; */
        padding: 14px 0;
        /* cursor: pointer;
        position: relative; */
    }
    .tab_btn_box .tab p{
        font-size: 3.5vw;
        /* color: #ab883a;
        text-align: center; */
    }
    .tab_btn_box .tab.act{
        /* background-color: #ab883a; */
    }
    .tab_btn_box .tab.act::after{
        /* content: "";
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 15px 9px 0 9px;
        border-color: #AB883A transparent transparent transparent; */
    }
    .tab_btn_box .tab.act p{
        /* color: #fff; */
    }
    .tab_cnt_wrap{
        width: 100%;
        /* max-width: 900px;
        margin: 0 auto;
        display: none; */
    }
    .tab_cnt_wrap.act{
        /* display: block; */
    }
    .tab_cnt_box{
        /* width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; */
    }
    .stayplan_tab_list{
        width: 46%;
        /* display: flex;
        flex-direction: column; */
        margin-bottom: 5vw;
        margin-right: 8%;
    }
    .stayplan_tab_list:nth-of-type(3n){
        margin-right: 8%;
    }
    .stayplan_tab_list:nth-of-type(2n){
        margin-right: 0;
    }
    .stayplan_tab_list .name{
        font-size: 4.2vw;
        /* color: #7a6a56;
        letter-spacing: 0.1rem; */
        margin: 5px 0;
        line-height: 1.2;
    }
    .stayplan_tab_list .dscrpt{
        font-size: 3.3vw;
        /* color: #4d4d4d;
        letter-spacing: 0.1rem;
        flex-grow: 1; */
    }
    .stayplan_tab_list .more_stayplan_btn{
        /* font-size: 14px;
        background-color: #ab883a;
        text-align: center; */
        padding: 10px 0;
        /* color: #fff;
        display: block;
        margin-top: 20px;
        letter-spacing: 0.15rem; */
    }

    .stayplan_map_wrap{
        /* width: 100%;
        background-color: #f2efe7; */
        padding-bottom: 10vw;
        margin-bottom: 10vw;
    }
    .stayplan_map_box{
        width: 100%;
        /* max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; */
    }
    .stayplan_map_box .map_area{
        width: 100%;
        /* height: 400px; */
        margin-bottom: 7vw;
    }
    .stayplan_map_box .slide_area{
        width: 90%;
        margin: 0 auto;
    }
    .slide_area .slide_box{
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .slide_area .slide_box figure{
        width: 42%;
    }
    .slide_box .slide_info_box{
        width: 54%;
    }
    .slide_box .name{
        font-size: 3.4vw;
        /* color: #7a6a56;
        letter-spacing: 0.1rem;*/
        margin: 0px 0 5px;
    }
    .slide_box .dscrpt{
        font-size: 3vw;
        /* color: #4d4d4d;
        letter-spacing: 0.1rem; */
    }
    .slide_box .more_stayplan_btn{
        font-size: 3vw;
        /* background-color: #ab883a;
        text-align: center; */
        padding: 7px 0;
        /* color: #fff;
        display: block; */
        margin-top: 10px;
        /* letter-spacing: 0.15rem; */
        width: 100%;
    }
    .stayplan_map_box .slide_area .slick-arrow_prev,
    .stayplan_map_box .slide_area .slick-arrow_next{
        width: 50px;
        /* position: absolute; */
        bottom: -10px;
        /* z-index: 1;
        cursor: pointer; */
    }
    .stayplan_map_box .slide_area .slick-arrow_prev{
        /* left: 0;
        transform: scale(-1, 1); */
    }
    .stayplan_map_box .slide_area .slick-arrow_next{
        /* right: 0; */
    }
    .stayplan_note_box{
        /* width: 90%;
        max-width: 1000px;*/
        margin: 80px auto 14px; 
    }
    .stayplan_note_box .note{
        /* font-size: 10px; */
    }
}

