/*!
Theme Name: nangokusan
Theme URI: https://www.nangokusan.co.jp/
Author: nangokusan
Description: Description
Version: 1.0.0
Text Domain: https://www.nangokusan.co.jp/
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html,body{
  height: 100%;
  margin: 0;
}
html {
    font-size: 62.5%;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
a{
	transition: .4s;
	color: #333333;
}
a:hover{
	opacity: 0.8;
}
p {
　　　overflow-wrap: break-word;
　　　word-wrap: break-word;
}

/*--------------------------------------------------------------
# 全体
--------------------------------------------------------------*/
body {
    width:100%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	margin:0;
    padding:0;
    color:#333333;
    line-height:1.7;
    position: relative;
    font-size: 1.6rem;
}
#wrapper{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
table {
    width: 100%;
    border-collapse: collapse;
}
img {
    max-width: 100%;
    height: auto;
	display: block;
}
main {
    margin-top: 60px;
    margin-bottom: 70px;
}
#home main{
	margin-bottom: 20px;
	margin-top:90px;
}
.contents_wrap{
	width: calc(100% - 80px);
	max-width: 1840px;
	margin: 0 auto;
}
.inner_contents{
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}
.sp_hidden_text{
		display: block;
	}
.pc_hidden_text{
		display: none;
	}
.sp_br{
		display: none;
	}
.sp_btn{
    display: none !important;
}

/***フォント・色***/
.golf_color{
	color: #007B84;
}
.golf_background{
	background: #007B84;
}
.real_estate_color{
	color: #006B9F;
}
.real_estate_background{
	background: #006B9F;
}
.pop_font_sm{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

/***テキスト・タイトル***/
.textbox{
	margin-bottom: 30px;
	text-align: center;
}
.main_title{
	text-align: center;
	margin-bottom: 50px;
}
.main_title .en_title{
	display: block;
	font-size: 6.4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
	line-height: 1;
}
.main_title .jp_title{
	display: block;
	font-size: 2rem;
    font-weight: bold;
	color: #8399A4;
}
.main_title02 .en_title{
    font-size: 1.8rem;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.main_title02 .jp_title{
    font-size: 4.4rem;
    display: block;
	font-weight: bold;
	line-height: 1;
}

/***ボタン***/
.main_btn{
    width: 300px;
    height: 60px;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    position: relative;
	font-weight: bold;
}
.main_btn img{
    width: 14px;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
/* ============================
   共通（PC基準）
============================ */
header {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    background: #ffffff;
    transition: .4s;
}
h1.header_logo .s_text {
    display: block;
    font-size: 1.6rem;
}
h1.header_logo .b_text {
    font-size: 2.4rem;
}

header .menu {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    padding: 0;
}
header .menu ul {
    display: flex;
    gap: 40px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 90px;
}
header .menu ul li {
    position: relative;
    text-align: center;
	height: 100%;
}
header .menu ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #333;
    height: 100%;
    display: flex;
    align-items: center;
}
header .menu ul li a .en_text{
    display: block;
    font-size: 1.2rem;
    width: 100%;
}
header .menu ul li.current > a {
    color: #006B9F;
    border-bottom: 2px solid #006B9F;
}
header .menu ul li ul.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #006B9F;
    padding: 10px 15px 20px 15px;
    white-space: nowrap;
    z-index: 999;
}
header .menu ul li:hover > ul.submenu {
    display: block;
}
header .menu ul li ul.submenu li a {
    font-size: 1.5rem;
    color: #ffffff;
    border-bottom: dashed 1px #ffffff;
    padding: 5px 0px;
    position: relative;
    height: 100%;
    display: block;
}
header .menu-contact,
header .menu-reserve {
    font-size: 1.8rem;
    margin-left: 10px;
    background: linear-gradient(to right, #5bcbde, #24a5ba);
    width: 170px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    line-height: 1.5; 
    text-align: center;
}
header .menu-contact .menu-contact .en_text,
header .menu-reserve .menu-contact .en_text{
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 2px;
}
header .sp_privacy-policy{
	display: none;
}
/* 最初は非表示にしておく */
.submenu {
  display: none;
}

/* 開いたときに表示する */
.submenu-toggle.open + .submenu {
  display: block;
}
header .menu ul li.sp_menu{
		display: none;
	}
header .sp_header_insta{
	display: none;
}

/*--------------------------------------------------------------
# スクロールアニメーション
--------------------------------------------------------------*/
/* アニメーション設定 */
.scr_fadeup {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr_fadeup.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all 0.6s ease-out;
}

/*--------------------------------------------------------------
# TOPページ
--------------------------------------------------------------*/
#home #page_header_wrap,#home h2.page_header_title{
	display: none;
}
#mv_wrap{
    position: relative;
}
#mv_wrap .sp_mv{
	display: none;
}
#mv_wrap img{
    border-radius: 30px;
}
#mv_wrap .mv_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); /* 横方向のtranslateを削除 */
    text-align: center; /* テキストを中央に */
}
#mv_wrap .mv_text h2 .en_text{
    font-size: 6.6rem;
    color: #ffffff;
}
#mv_wrap .mv_text h2 .jp_text{
    display: block;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
}
#home_contents_wrap01 {
    padding: 120px 0px;
    position: relative;
}
#home_contents_wrap01 .contents_wrap {
    z-index: 9;
    position: relative;
}
#home_contents_wrap01 .n_icon_img {
    position: absolute;
    top: 0;
    padding-left: 5%;
}
#home_contents_wrap01 h3{
	margin-bottom: 40px;
}
#home_contents_wrap01 h3 .en_text{
    text-align: center;
	font-size: 2.2rem;
	color: #8399A4;
	display: block;
}
#home_contents_wrap01 h3 .jp_text{
    font-size: 5rem;
    text-align: center;
    font-weight: bold;
    display: block;
}
#home_contents_wrap02 .top_bk_img{
    margin-top: -100px;
    z-index: 9;
    position: relative;
	width:100%;
}
#home_contents_wrap02 .business_itembox{
    margin-bottom: 40px;
}
#home_contents_wrap02 .business_itembox .flexbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#home_contents_wrap02 .business_itembox .flexbox .leftbox {
	position: relative;
    width: 40%;
    display: flex;
    justify-content: center;
}
#home_contents_wrap02 .business_itembox .flexbox .leftbox .number {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    margin-left: 40px;
    margin-top: -40px;
}
#home_contents_wrap02 .business_itembox .flexbox .leftbox p{
    margin: 30px 0px;
}
#home_contents_wrap02 .business_itembox .flexbox .leftbox .main_btn,#home_contents_wrap02 .business_itembox .flexbox .leftbox .main_btn02{
	margin-top: 40px;
}
#home_contents_wrap02 .business_itembox .flexbox .rightbox {
    width: 60%;
}
#home_contents_wrap02 .business_itembox .flexbox .leftbox {
    padding: 0 3%;
}
#home_contents_wrap02 .business_itembox .flexbox .leftbox .number img{
    width: 150px;
}

/*--------------------------------------------------------------
# 下層ページ
--------------------------------------------------------------*/
#page_header_wrap {
    margin-top: 110px;
    padding: 80px 20px;
    background-size: cover;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
	margin-bottom: 20px;
}
#page_header_wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3); 
  pointer-events: none;
}
#page_header_wrap .page_header_title{
    z-index: 99;
}
#page_header_wrap .page_header_title .jp_title{
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
    display: block;
	color: #ffffff;
}
#page_header_wrap .page_header_title .en_title{
    text-align: center;
    display: block;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.pankuzu .breadcrumb-area{
    font-size: 1.4rem;
}
.main_page_title_wrap{
    text-align: center;
    margin-bottom: 30px;
}
.main_page_title_wrap .main_page_title{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
    font-size: 4rem;
}
.main_page_title_wrap .main_page_title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8399A4;
  border-radius: 2px;
}
.table_wrap .table01{
    width: 100%;
}
.table_wrap table.table01 th {
    background: #EAF3F7;
    text-align: center;
    font-weight: 600;
    border: solid 1px #cccccc;
    vertical-align: middle;
	width:30%;
}
.table_wrap table.table01 td {
    padding: 20px 15px;
    border: solid 1px #cccccc;
    vertical-align: middle;
	background: #FAFBFB;
}


/***採用情報***/
.post-type-archive-recruit .no_recruit_info{
    padding: 100px 0px;
    text-align: center;
}
.post-type-archive-recruit .no_recruit_info h3{
    font-size: 2.6rem;
    font-weight: bold;
}

/***お問い合わせ***/
#contact #page_header_wrap{
    background-position: top;
}
#contact .contact_contents_wrap01 .tel_wrap {
    margin-top: 60px;
    text-align: center;
    background: #FAFBFB;
    padding: 40px 40px 20px;
    border: solid 1px #cccccc;
    border-radius: 20px;
}
#contact .contact_contents_wrap01 .tel_wrap h4.title{
    font-size: 2.1rem;
    font-weight: 600;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
#contact .contact_contents_wrap01 .tel_wrap a {
    font-size: 3rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contact .contact_contents_wrap01 .tel_wrap a img{
    width: 35px;
}

/***不動産事業***/
#area01,#area02,#area03,#area04,#area05{
	margin-top: -100px;
	padding-top: 100px;
}
.area_item_wrap{
    margin-bottom: 60px;
}
#real_estate .real_estate_contents_wrap01 .top_info_text,#golf .golf_contents_wrap01 .top_info_text{
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
    line-height: 2;
}
#real_estate .area_item_wrap h3{
    background: #006B9F;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px;
    font-size: 2.1rem;
    margin-bottom: 40px;
}
#real_estate .area_btn_wrap{
	display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 40px;
}
#real_estate .area_btn_wrap .area_btn{
    width: calc(96% / 3);
    display: flex;
    color: #006B9F;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    position: relative;
    font-weight: bold;
	border: solid 1px #006B9F;
	margin-bottom: 30px;
	padding: 10px;
}
#real_estate .area_btn_wrap .area_btn:hover{
	background: #006B9F;
	color: #ffffff;
}
#real_estate .area_item_wrap .area_flexbox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-auto-rows: 1fr;
    align-items: start;
    box-sizing: border-box;
}
#real_estate .area_item_wrap .area_flexbox .area_item{
    padding: 10px;
    background: #EAF3F7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
}
#real_estate .area_item_wrap .area_flexbox .area_item .inner_box{
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; 
    box-sizing: border-box;
    overflow: hidden;
}
#real_estate .area_item_wrap .area_flexbox .area_item .inner_box .textbox {
    flex: 1 1 auto;
    min-height: 0;  
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    text-align: left;
    margin-bottom: 0;
}
#real_estate .area_item_wrap .area_flexbox .area_item .inner_box .textbox .area_name{
    font-size: 1.4rem;
    background: #006B9F;
    color: #ffffff;
    margin-top: 10px;
    padding: 2px 10px;
    border-radius: 3px;
    width: 140px;
    text-align: center;
}
#real_estate .area_item_wrap .area_flexbox .area_item iframe{
    height: 240px;
    margin-top: 10px;
    width: 100%;
    border: 0;
    display: block;
}
#real_estate .area_item_wrap .area_flexbox .area_item h4.item_title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 15px 0px 10px;
    border-left: solid 3px #006B9F;
    padding-left: 8px;
    line-height: 1.2;
}
@media (max-width: 1199px){
  #real_estate .area_item_wrap .area_flexbox{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px){
  #real_estate .area_item_wrap .area_flexbox{
    grid-template-columns: 1fr;
  }
}

/***ゴルフ***/
#golf h4.golf_m_title{
    background: #007B84;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px;
    font-size: 2.1rem;
    margin-bottom: 40px;
}
.golf_contents_wrap02 .ookura_info{
    margin: 60px 0;
    text-align: center;
}
.golf_contents_wrap02 .ookura_info img {
    margin: 0 auto 40px;
}
.golf_contents_wrap02 .golf_info_item{
    margin-bottom: 50px;
}
.golf_contents_wrap02 .golf_info_item .s_text{
    margin-bottom: 20px;
}
.golf_contents_wrap02 .golf_info_item .info_s_text{
    color: #006B9F;
    font-weight: 600;
}
.golf_contents_wrap02 .golf_info_item .flexbox{
    display: flex;
	justify-content: space-between;
}
.golf_contents_wrap02 .golf_info_item .flexbox .leftbox{
    width: 49%;
}
.golf_contents_wrap02 .golf_info_item .flexbox .rightbox{
    width: 49%;
}
.golf_contents_wrap02 .golf_info_item h5.title{
    /* font-weight: 600; */
    font-size: 2.1rem;
    border-left: solid 3px #007B84;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.golf_contents_wrap02 .golf_info_item table.table02 td {
    padding: 20px 15px;
    border: solid 1px #cccccc;
    vertical-align: middle;
    background: #FAFBFB;
    text-align: right;
}
.golf_contents_wrap02 .golf_info_item table.table02 td.center{
	text-align: center;
}
.golf_contents_wrap02 .golf_info_item table.table02 td.title {
    background: #EAF3F7;
    text-align: center;
    font-weight: 600;
}
.golf_contents_wrap02 .golf_info_item table.table02 td.bk_pink{
    background: #fdf5f6;
}
.golf_lesson_img{
    width: 80%;
    margin: 0 auto;
}
#golf .golf_google_map{
	margin-top: 40px;
}
#golf .golf_contents_wrap03 .image_flex_wrap{
	display: flex;
	justify-content: space-between;
}
#golf .golf_contents_wrap03 .image_flex_wrap a {
    width: 49%;
    margin-bottom: 2%;
}
#golf .golf_contents_wrap03{
    margin-bottom: 40px;
}

/***個人情報保護方針***/
#privacy-policy .privacy_contents_wrap01 .first_text{
    margin-bottom: 40px;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 30px;
}
#privacy-policy .privacy_contents_wrap01 .policy_item {
    background: #F4F8FB;
    padding: 20px;
    margin-bottom: 30px;
    border-bottom: solid 3px #EAF3F7;
}
#privacy-policy .privacy_contents_wrap01 ul.policy_list {
    list-style: none; 
    padding-left: 0;
    counter-reset: li;
}
#privacy-policy .privacy_contents_wrap01 ul.policy_list li {
    position: relative;
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #cccccc;
}
#privacy-policy .privacy_contents_wrap01 ul.policy_list li::before {
    content: counter(li) "."; 
    counter-increment: li; 
    position: absolute;
    left: 0;
    top: 10px; 
    width: 30px;
}
#privacy-policy .privacy_contents_wrap01 .last_text{
    margin-top: 60px;
}

/*--------------------------------------------------------------
# footer_before_contents
--------------------------------------------------------------*/
#footer_before_contents .flexbox{
	display: flex;
}
#footer_before_contents .flexbox .company_cont {
    width: 50%;
    background: url(./images/footer_beforer_company_bk.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}
#footer_before_contents .flexbox .recruit_cont{
    width: 50%;
    background: url(./images/footer_beforer_recruit_bk.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}
#footer_before_contents h3.title .en_title{
    font-size: 5rem;
    display: block;
    text-align: center;
    color: #ffffff;
}
#footer_before_contents h3.title .jp_title{
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 1.7rem;
	font-weight: bold;
}
#footer_before_contents .flexbox .info_text{
    text-align: center;
    line-height: 1.7;
    margin: 40px 0px;
	color: #ffffff;
}
#footer_before_contents .flexbox .company_cont .main_btn{
    margin: 0 auto;
	background: #006B9F;
}
#footer_before_contents .flexbox .recruit_cont .main_btn{
    margin: 0 auto;
	background: #007B84;
}
footer .sp_privacy_menu{
	display: none;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer{
    background: #2A2D2C;
    padding: 60px 0px 20px;
}
footer .footer_menu ul{
    display: flex;
    justify-content: center;
}
footer .footer_menu ul li{
    margin: 0 20px;
}
footer .footer_menu ul li a{
    color: #ffffff;
}
footer .address_text,footer .tel_fax{
    color: #EBEBEB;
	text-align: center;
}
footer .address_text,footer .tel_fax a,footer .address_text,footer .tel_fax span{
    color: #ffffff;
    margin: 0 10px;
}
footer .footer_bottom .footer_logo{
    display: flex;
    justify-content: center;
    margin: 50px 0px 45px 0px;
}
footer .copy_right_area{
	margin-top: 40px;
}
footer .copy_right_area p {
    border-top: solid 1px #303739;
    color: #8D8D8D;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 20px;
}
#footer_bottom_fix{
		display: none;
	}

/*--------------------------------------------------------------
# レスポンシブ
--------------------------------------------------------------*/
@media screen and (max-width: 1300px) {
#home_contents_wrap02 .business_itembox .flexbox {
    margin-bottom: 100px;
}
}
@media screen and (max-width: 1200px) {
.inner_contents {
    width: calc(100% - 80px);
}
#mv_wrap .mv_text h2{
    padding: 0 80px;
}
}
@media screen and (max-width: 980px) {
main {
    margin-top: 60px;
}
.sp_btn {
        display: flex !important;
        margin: 30px auto 0;
    }    
.pc_btn{
    display: none !important;
}
.contents_wrap{
	width: calc(100% - 40px);
}
.inner_contents{
	width: calc(100% - 40px);
}

/***共通***/
.room_type_item {
    padding: 20px 15px 30px;
	}
#service_bnr .s_bnr_wrap .s_bnr {
    margin: 0 10px;
	}
#service_bnr .m_bnr_wrap .m_bnr {
    margin: 0 10px;
	}
	
/***header***/
header {
        flex-direction: column;
        align-items: flex-start;
		height: 60px;
    }    
header.scrolled {
    height: 60px;	
}
	
/***モバイルメニュー***/
header .sp_privacy-policy{
	display: block;
}
header h1{
		margin-top: 7px;
	z-index: 999;
	}	
.menu-toggle {
        position: fixed;
        top: 19px;
        right: 15px;
        z-index: 1001;
        cursor: pointer;
        width: 30px;
        height: 23px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }    
.menu-toggle span {
        display: block;
        height: 3px;
        width: 100%;
        background: #006B9F;
        border-radius: 2px;
        transition: all 0.4s ease;
        transform-origin: center;
    }    
.menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translateY(13px);
        margin-left: 15px;
    }    
.menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }    
.menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-15px);
        margin-left: 15px;
    }    
header .menu {
        display: none;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #ffffff;
        transition: right 0.3s ease;
        z-index: 99;
        padding: 60px 20px;
        flex-direction: column;
    }    
    header .menu.open {
        display: block;
        right: 0;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        background: #ffffff;
		padding-top: 80px;
    }
.menu-toggle.active span {
	 background: #006B9F;
	}
header .menu ul li.current > a {
    border-bottom: none;
}
header .menu ul li.current > a {
    color: #006B9F;
	}
header .menu ul {
        display: block;
        height: auto;
    }   
header .menu ul li {
        text-align: center;
        margin-bottom: 0px;
        border-bottom: solid 1px #006B9F;
        padding: 15px 10px 12px;
    }	
    header .menu ul li a {
        font-size: 1.6rem;
        display: flex;
        align-items: center;
        color: #006B9F;
		justify-content: space-between;
		font-weight: 600;
    }
header .menu ul li ul.submenu {
        margin-top: 10px;
        padding-left: 0;
    }    
header .menu ul li ul.submenu li a {
        font-size: 1.5rem;
    }    
header .submenu-toggle::after {
        content: "";
        margin-right: 21px;
        font-size: 1.5rem;
        transition: transform 0.3s ease;
        position: absolute;
        right: 0;
        top: 50%;
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 2px #24a5ba;
        border-right: solid 2px #24a5ba;
        transform: rotate(135deg);
    }    
header .submenu-toggle.open::after {
        transform: rotate(-45deg);
    }	
header .menu-contact, header .menu-reserve {
        margin: 0;
        display: block;
        background: none;
        color: #333333 !important;
        height: auto;
        width: 100%;
    }    
header .menu ul li ul.submenu {
        background: #f9f7f1;
        width: 100%;
        padding: 5px 5% 20px;
        margin: 0;
    }    
header .menu ul li ul.submenu li a {
        color: #333333 !important;
        font-size: 1.5rem;
		border-bottom: none;
    }    
header .menu ul li.sp_menu{
		display: block;
	}
header h1.header_logo img{
    width: 180px;
}
header .menu ul li a:after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 15px;
        background-image: url(./images/arrow_kaku.png);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
    }
#home_contents_wrap02 .business_itembox .flexbox {
    display: block;
}
#home_contents_wrap02 .business_itembox .flexbox .leftbox {
        width: 100%;
        margin-bottom: 0px;
    }    
#home_contents_wrap02 .business_itembox .flexbox .rightbox {
    width: 100%;
    padding: 0 20px;
}
#home_contents_wrap02 .business_itembox .flexbox .rightbox img{
		border-radius: 15px;
	}
#home_contents_wrap02 .business_itembox .flexbox .leftbox .main_btn, #home_contents_wrap02 .business_itembox .flexbox .leftbox .main_btn02 {
    margin: 20px auto;
}
#home_contents_wrap02 .business_itembox {
    padding-top: 40px;
}
#home_contents_wrap02 img.ookura_logo{
    width: 280px;
    margin: 0 auto 25px;
}
#home_contents_wrap02 .business_itembox .flexbox .leftbox .number {
    margin-left: 0;
    margin-top: -40px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#home_contents_wrap02 .business_itembox .flexbox .leftbox .number img {
        width: 110px;
    }
#home_contents_wrap02 .business_itembox .flexbox .leftbox p br{
    display:none;
}
#home_contents_wrap02 .business_itembox .flexbox {
    margin-bottom: 0px;
}
#page_header_wrap {
        margin-top: 60px;
        padding: 30px 15px;
        height: 250px;
    }    
#footer_before_contents .flexbox {
    display: block;
}
#footer_before_contents .flexbox .company_cont {
    width: 100%;
    padding: 20px 0px 40px;
}
#footer_before_contents .flexbox .recruit_cont {
    width: 100%;
    padding: 20px 0px 40px;
}
footer {
    padding: 0px 0px 20px;
}
footer .footer_menu{
    display: none;
}
footer .sp_privacy_menu{
	display: block;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}
}
@media screen and (max-width: 768px) {
body{
		font-size: 1.4rem;
	}
main {
    margin-bottom: 40px;
}
.sp_hidden_text{
		display: none;
	}
.pc_hidden_text{
		display: block;
	}
.sp_br{
		display: block;
	}	
.textbox {
	margin-bottom: 20px;
	text-align: left;
	z-index: 1;
	position: relative;
    }
.textbox br{
		display: none;
	}	
.main_btn {
    width: 280px;
    height: 50px;
	}
.main_title .en_title {
    font-size: 5rem;
	}
.main_title02 .jp_title {
    font-size: 3.4rem;
    line-height: 1.4;
}
.main_title02{
		text-align: center;
	}	
.table_wrap table.table01{
		border-bottom: solid 1px #cccccc;
	}	
.table_wrap table.table01 th {
    text-align: left;
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-bottom: none;
}
.table_wrap table.table01 td {
    padding: 15px 15px;
    display: block;
    width: 100%;
    border-bottom: none;
}
#page_header_wrap .page_header_title {
    z-index: 9;
}
#mv_wrap .pc_mv{
	display: none;
}
#mv_wrap .sp_mv{
	display: block;
}
#mv_wrap img {
	border-radius: 15px;
    }
#mv_wrap .mv_text h2 {
	padding: 0 40px;
    }
#mv_wrap .mv_text h2 .en_text {
    font-size: 3rem;
    line-height: 1.4;
}
#mv_wrap .mv_text h2 .jp_text {
    font-size: 1.6rem;
    margin-top: 10px;
}
#mv_wrap .mv_text{
		margin-top: -12px;
	}
#home_contents_wrap01 {
    padding: 30px 0px;
}
#home_contents_wrap01 h3 {
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
#home_contents_wrap01 h3 .jp_text {
        font-size: 3.4rem;
        line-height: 1.4;
        margin-top: 10px;
    }
#home_contents_wrap01 .n_icon_img {
    width: 60%;
}
#home_contents_wrap02{
    margin-top: 90px;
}
#page_header_wrap .page_header_title .jp_title {
    font-size: 3rem;
	}
.main_page_title_wrap .main_page_title {
    font-size: 2.8rem;
    font-weight: 600;
}
.main_page_title_wrap {
    text-align: center;
    margin-bottom: 25px;
}
.main_page_title_wrap .main_page_title:before {
    bottom: -10px;
    width: 50px;
    height: 3px;
	}
#contact .contact_contents_wrap01 .tel_wrap {
    margin-top: 40px;
    padding: 25px 20px 15px;
    border-radius: 20px;
}
#contact .contact_contents_wrap01 .tel_wrap h4.title {
    font-size: 1.8rem;
	}
#privacy-policy .privacy_contents_wrap01 .policy_item {
    padding: 15px 15px 10px;
    margin-bottom: 20px;
}
#privacy-policy .privacy_contents_wrap01 .last_text {
    margin-top: 20px;
}
.post-type-archive-recruit .no_recruit_info h3 {
    font-size: 2.1rem;
    font-weight: bold;
}
#real_estate .area_btn_wrap .area_btn {
    width: 100%;
    margin-bottom: 20px;
}
#real_estate .real_estate_contents_wrap01 .top_info_text,#golf .golf_contents_wrap01 .top_info_text {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 30px;
	}
#real_estate .real_estate_contents_wrap01 .top_info_text br,#golf .golf_contents_wrap01 .top_info_text br{
	display: none;
	}
  #real_estate .area_item_wrap .area_flexbox {
    grid-template-columns: 1fr; /* 既存のレスポンシブルールがあれば合わせてください */
    grid-auto-rows: auto;      /* 高さを固定しない（揃えない） */
  }
#real_estate .area_item_wrap .area_flexbox .area_item .inner_box .textbox p.info {
    margin-bottom: 0 !important;
  }  
#real_estate .area_item_wrap h3 {
    padding: 10px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#golf h4.golf_m_title {
    padding: 5px 10px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#golf .ookura_info p{
		text-align: left;
	}
#golf .ookura_info {
		margin: 30px 0;
	}
.golf_contents_wrap02 .golf_info_item .flexbox {
    display: block;
}
.golf_contents_wrap02 .golf_info_item .flexbox .leftbox {
    width: 100%;
    margin-bottom: 30px;
}
.golf_contents_wrap02 .golf_info_item .flexbox .rightbox {
    width: 100%;
}
.golf_contents_wrap02 .golf_info_item h5.title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
#golf .golf_google_map iframe{
    height: 300px;
}
#golf .golf_contents_wrap02 .main_image{
    height: 280px;
    object-fit: cover;
}
#golf .golf_contents_wrap03{
    margin-bottom: 20px;
}
#footer_before_contents h3.title .en_title {
    font-size: 4rem;
	}
#footer_before_contents .flexbox .info_text {
        margin: 25px 0px;
        text-align: left;
    }    
footer .footer_menu ul {
    display: block;
}
footer .footer_menu ul li {
    margin: 0 0px;
}
footer {
    padding: 30px 0px 20px;
}
footer .footer_bottom .footer_logo {
    margin: 10px 0px 25px 0px;
}
footer .copy_right_area {
    margin-top: 20px;
}
#footer_bottom_fix {
        display: flex;
    }
#footer_bottom_fix .fixbtn i{
    margin-right: 10px;
}
#footer_bottom_fix .mail_btn{
    background: #006B9F;
    color: #ffffff;
    width: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}
#footer_bottom_fix .tel_btn{
    background: #007B84;
    color: #ffffff;
    width: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}
#footer_before_contents .flexbox .recruit_cont {
        padding: 20px 20px 40px;
    }
}