@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}

#container a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

body.home iframe {
  max-width: unset;
}

.wrap {
  width: 100%;
}

.content {
  margin-top: 0;
}

main.main {
  padding: 0;
  border: 0;
}

body {
  position: relative;
  line-height: 1.6;
}

body,
#container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home .infoarea .new-entry-cards .new-entry-card-link .new-entry-card .new-entry-card-date .new-entry-card-update-date {
  display: none;
}

/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

/*--- header ---*/
#header-container,
.mobile-header-menu-buttons.mobile-menu-buttons .navi-menu-button .navi-menu-caption,
.mobile-header-menu-buttons.mobile-menu-buttons .search-menu-button {
  display: none;
}

.mobile-header-menu-buttons.mobile-menu-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: auto;
  top: 0;
  background: #000;
  color: #fff;
  padding: 0 15px;
  height: 40px;
  min-height: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}

.mobile-header-menu-buttons .menu-button.navi-menu-button {
  width: 26px;
}

.mobile-header-menu-buttons .navi-menu-button .navi-menu-icon {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.mobile-header-menu-buttons .logo-menu-button {
  margin: 0 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mobile-header-menu-buttons .logo-menu-button .menu-button-in {
  max-width: 338px;
}

.mobile-header-menu-buttons .header_mcbutton {
  height: 40px;
  top: 0;
}

.mobile-header-menu-buttons .header_mcbutton .mcbutton_inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 3px #00000080;
  box-shadow: 0px 0px 3px #00000080;
}

.mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li {
  height: 50px;
}

.mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li a {
  display: block;
  height: 100%;
  padding: 0 12px;
  line-height: 48px;
  font-size: .85rem;
}

.mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li a i {
  padding-left: .5em;
}

.member_btn a {
  background: #ADCE22;
  color: #fff;
}

.reservation_btn a {
  background: -o-linear-gradient(45deg, #c9285a 0%, #961c42 100%);
  background: linear-gradient(45deg, #c9285a 0%, #961c42 100%);
  color: #fff;
}

.contact_btn a {
  background: #805214;
  color: #fff;
}

.member_btn a:hover {
  background: #E5F5A3;
  color: #333;
}

.reservation_btn a:hover {
  background: -o-linear-gradient(45deg, #e8b3c3 0%, #db7595 100%);
  background: linear-gradient(45deg, #e8b3c3 0%, #db7595 100%);
  color: #333;
}

.contact_btn a:hover {
  background: #9A8364;
  color: #333;
}

#navi-menu-content {
  background: #333;
  max-width: 100%;
  overflow: auto;
}
.mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li.weather_btn { background-color: #000; }
.mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li.weather_btn a {
  display: block;
  padding: 0;
}
.mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li.weather_btn a img {
  height: 50px;
  width: auto;
  vertical-align: top;
}

.weather_btn a:hover { opacity: .85; }


/*--- header 英語---*/
.mobile-header-menu-buttons .header_mcbutton .mcbutton_inner.mcbutton_inner_en li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}

/*--- 言語スイッチ ---*/
.mobile-header-menu-buttons .header_mcbutton {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-header-menu-buttons .header_mcbutton .lang_switch {
  height: 40px;
  text-align: right;
  padding-right: 430px;
}

.header_mcbutton .lang_switch ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: .9em;
  line-height: 1;
}

.lang_switch ul li {
  padding: 0 5px;
}

.lang_switch ul li a {
  display: inline-block;
  border: 1px solid #fff;
  background: #2f5c14;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: .3em .5em;
  border-radius: 4px;
  white-space: nowrap
}




/*--- header メンテナンス中 ---*/
.member_btn.member_btn_ment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1;
  background: #ADCE22;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: no-drop;
  color: #626262;
}

.navi-menu-content .drawerArea .menu-drawer02 li .dmenu_btn.member_btn_ment {
  max-width: 246px;
  width: 100%;
  height: 54px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding: .3em .5em .5em;
  background: #ADCE22;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: no-drop;
  color: #626262;
}

#navi-menu-content .close_btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.close_btnArea span.batsu {
  display: block;
  width: 30px;
  /*枠の大きさ*/
  height: 30px;
  /*枠の大きさ*/
  position: relative;
  top: 6px;
}

.close_btnArea span.batsu::before,
.close_btnArea span.batsu::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 2px;
  /*バツ線の太さ*/
  background: #fff;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.close_btnArea span.batsu::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.close_btnArea .navi-menu-close-button {
  line-height: 1;
  padding: 0 8px;
}

.close_btnArea .navimenu_logo {
  max-width: 340px;
  width: calc(100% - 43px);
  padding-right: 8px;
  padding-top: 3px;
}

.menu-drawer a {
  color: #fff;
}

.menu-drawer .menu-item-39,
.menu-drawer .menu-item-40 {
  display: none;
}

.navi-menu-content .menu-drawer .menu-item-40 a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  padding-left: .5em;
}

.has-logo-button .menu-button {
  width: 100%;
}

.mobile-menu-buttons>li {
  padding: 0;
}

.mblt-header-mobile-buttons {
  margin-top: 0;
}

.navi-menu-content .drawerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 6%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navi-menu-content .d_sub_menu {
  padding: 0 6% 2%;
}

.navi-menu-content .drawerArea .menu-drawer,
.navi-menu-content .drawerArea .menu-drawer02 {
  width: 48.5%;
  padding: 0;
}

.navi-menu-content .drawerArea .menu-drawer li,
.navi-menu-content .drawerArea .menu-drawer02 li {
  font-size: 1.16em;
}

.navi-menu-content .drawerArea .menu-drawer li {
  border-left: 5px solid #C9285A;
  line-height: 1;
  margin-bottom: .7em;
}

.navi-menu-content .drawerArea .menu-drawer li a {
  padding: .15em 0 0 .5em;
}

.navi-menu-content .drawerArea .menu-drawer li a span {
  font-family: "Noto Sans Myanmar", sans-serif;
  color: #ccc;
  font-size: .685em;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: .5em;
}

.navi-menu-content .drawerArea .menu-drawer li a:hover,
.navi-menu-content .drawerArea .menu-drawer li a:hover span {
  background-color: transparent;
  color: #C9285A;
}

.navi-menu-content .drawerArea .menu-drawer02 li {
  margin-bottom: 1em;
}

.navi-menu-content .drawerArea .menu-drawer02 li:last-of-type {
  margin-top: 1.8em;
}

.navi-menu-content .drawerArea .menu-drawer02 li:last-of-type::before {
  content: "";
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #707070;
  width: 250px;
  display: block;
  margin-bottom: 1.5em;
}

.navi-menu-content .drawerArea .menu-drawer02 li .dmenu_btn a,
.business_box .reservation_btn a,
.cp_box .contact_btn a {
  max-width: 246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
  font-size: 14px;
  line-height: 1;
  position: relative;
  padding: .3em .5em .5em;
}

.navi-menu-content .drawerArea .menu-drawer02 li .dmenu_btn.weather_btn a {
  display: block;
  padding: 0;
  height: auto;
}

.single-post .compe_btn a {
  max-width: 290px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
  font-size: 14px;
  line-height: 1;
  padding: 0 .5em;
}

.single-post .compe_btn a i {
  padding-left: .5em;
  margin-top: .2em;
}

.single-post .compe_btn {
  padding-bottom: 3em;
}

.navi-menu-content .drawerArea .menu-drawer02 li .dmenu_btn a i,
.business_box .reservation_btn a i,
.cp_box .contact_btn a i {
  position: absolute;
  right: 1em;
  font-size: .85em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.navi-menu-content .d_sub_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8em;
}

.navi-menu-content .d_sub_menu ul li {
  line-height: 1;
}

.navi-menu-content .d_sub_menu ul li+li {
  border-left: 1px solid #ccc;
  padding-left: .7em;
  margin-left: .7em;
}

.navi-menu-content .d_sub_menu ul li a {
  color: #ccc;
  display: block;
}

.navi-menu-content .d_sub_menu ul li a:hover {
  color: #C9285A;
}

.navi-menu-content .drawerArea .menu-drawer li.menu-item-152,
.navi-menu-content .drawerArea .menu-drawer li.menu-item-2365 {
  margin-top: 1.8em;
}


/**** 言語スイッチ ドロワーメニュー *****/
.navi-menu-content .drawerArea .sp_lang_switchbox,
.navi-menu-content .sp_lang_switchbox {
  display: none;
}

/************************************
** TOP
************************************/
body.home main {
  background: transparent;
}

.ft-lb,
.navi-menu-content .drawerArea .menu-drawer li {
  font-family: 'Libre Baskerville', serif;
}

/*--- メイン動画 ---*/
.maincontents .topmain {
  min-height: 100vh;
  padding-top: 40px;
  position: relative;
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/02/bg_line.png);
  width: 100%;
  left: 0;
  top: 0;
}

.topmain .catchArea {
  margin: 1em 0 0 1em;
}

.catchArea .catchtit {
  font-size: 70px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding-left: 10px;
  border-left: 14px solid #fff;
}

.topmain .sp_spemenuArea {
  display: none;
}

.topmain .screen_menu {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.screen_menu ul li {
  width: 227px;
}

.screen_menu ul li a {
  font-size: 22px;
  color: #fff;
  display: block;
  padding: 0 15px 0 10px;
  text-align: right;
  position: relative;
}

.screen_menu ul li a span.sm_en,
.screen_menu ul li a:hover span.sm_ja {
  display: inline;
}

.screen_menu ul li a span.sm_ja {
  font-weight: bold;
}

.screen_menu ul li a:hover span.sm_en,
.screen_menu ul li a span.sm_ja {
  display: none;
}

.screen_menu ul li a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #C9285A;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.screen_menu ul li a:hover::before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.topmain .scrollArea {
  width: 49px;
  height: 49px;
  color: #fff;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.maincontents .sec {
  padding: 20px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.maincontents .sec-hs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 300px;
}

.sec h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-style: italic;
  font-weight: normal;
}

.sec .sm-btn {
  width: 154px;
  height: 30px;
  font-size: 14px;
  margin: 20px auto;
}

.sec .sm-btn a {
  display: block;
  color: #fff;
  background-color: #C9285A;
  height: 100%;
  line-height: 30px;
}

.sec .sm-btn a:hover {
  background: #EAB5C6;
}

.sec .border-btn {
  max-width: 309px;
  width: 100%;
  height: 56px;
  font-size: 1em;
  margin: auto auto 30px;
}

.sec .border-btn.ipm-btn {
  margin: 80px auto 30px;
  max-width: 420px;
}

.sec .border-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  border: 1px solid #fff;
  padding: .4em 0 .5em;
}

.sec .border-btn a:hover {
  background: #fff;
  color: #333;
}

.sec .border-btn.ipm-btn a {
  font-size: .9em;
  padding: .4em .8em .5em;
}

.maincontents .bg_oc {
  background: rgba(0, 0, 0, .5);
}

/*--- info ---*/
.main_info {
  background: #4B300B;
}

.main_info .sec_inner {
  max-width: 1300px;
  margin: 0 auto;
}

.main_info .sec_inner .infoarea {
  margin-top: 1em;
  padding: 0 20px;
}

.main_info .infoarea .new-entry-cards .new-entry-card-link {
  color: #fff;
  padding: .5em .6em .6em;
  margin: 0;
  border-bottom: 1px solid #726552;
}

.main_info .infoarea .new-entry-cards .new-entry-card-link:first-of-type {
  border-top: 1px solid #726552;
}

.infoarea .new-entry-cards .new-entry-card-link .new-entry-card {
  font-size: 15px;
}

.infoarea .widget-entry-cards figure {
  display: none;
}

.infoarea .widget-entry-card-content {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.infoarea .widget-entry-card-content .new-entry-card-date {
  display: block;
}

.infoarea .widget-entry-card-content .new-entry-card-date .post-date {
  font-size: 13px;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  margin-right: 20px;
}

.main_info .infoarea .new-entry-cards .new-entry-card-link:hover {
  background: #9A8364;
}

.youtube_bannerArea {
  max-width: 564px;
  width: 100%;
  margin: 0 auto 50px;
}

.youtube_bannerArea a {
  display: block;
}

.youtube_bannerArea a:hover {
  opacity: .8;
}

/*--- segasammycup バナー追加 ---*/
.ssc_2024bnrArea {
  max-width: 1000px;
  margin: 80px auto 20px;
  width: 100%;
}

.ssc_2024bnrArea .ssc_2024bnrInt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ssc_2024bnrInt .ssc_mainbnrbox {
  width: 60%;
}

.ssc_2024bnrInt .ssc_subbnrbox {
  width: 38.5%;
}

.ssc_subbnrbox .ssc_bnr_volunteer {
  margin-bottom: 20px;
}

.ssc_main_bnr a,
.ssc_bnr_volunteer a {
  display: block;
  border: 3px solid transparent;
}

.ssc_bnr_ticket a {
  margin: 0 auto;
  display: block;
  background: #58d3ff;
  border: 3px solid #4b300b;
}

.ssc_bnr_ticket a img {
  max-width: 360px;
}

.ssc_main_bnr a:hover,
.ssc_bnr_volunteer a:hover,
.ssc_bnr_ticket a:hover {
  border: 3px solid #fff;
}

/*--- business_guid ---*/
.business_guid {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/02/businessguide__bg.png);
}

/*--- course_guide ---*/
.course_guide .cguide_inner {
  max-width: 1240px;
  margin: 30px auto 0;
}

.course_guide .cguide_inner p {
  text-align: left;
  margin-bottom: 1.2em;
}

.cguide_inner .cg_area {
  margin-bottom: 2em;
}

.cguide_inner .cg_area .cg_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cg_inner .cg_box {
  width: 48.5%;
  max-width: 600px;
  font-size: 17px;
  padding: 1.2em 1.2em 5em;
  text-align: left;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cg_box .cs_box_tit {
  margin-bottom: 1.2em;
}

.cg_box .cs_box_txt {
  font-size: 14px;
  margin-bottom: .5em;
}

.cg_box .cs_box_txt+.cs_box_txt {
  margin-top: 2em;
}

.cg_box .cs_box_txt.txt-r {
  text-align: right;
  margin-top: auto;
}

.cg_box .cs_box_txt.txt-r .cg_box_name {
  display: inline-block;
  margin-left: 1em;
  font-size: 17px;
}

/*--- Event ---*/
.event {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/02/event_bg.png);
}

/*--- sega_sammy ---*/
.sega_sammy {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/02/segasammy_bg.png);
}

.sega_sammy h2.img_h2 {
  max-width: 440px;
  margin: 30px auto;
}

/*--- 背景のみ ---*/
.bg_oc.only_bg {
  min-height: 150px;
}

/*--- restauran ---*/
.restauran {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/restauran_bg.jpg);
}

/*--- gallery ---*/
.gallery {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/gallery_bg.jpg);
}

/*--- online_shop ---*/
.online_shop {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/04/onlineshop_bg-1.jpg);
}

/*--- access ---*/
.access {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/02/access_bg.png);
}

.access p a {
  color: #fff;
  text-decoration: underline;
}

.access p br:first-of-type,
.os_banner a p {
  display: none;
}

/*--- 背景のみ 斜線 ---*/
.only_bg.bg_high {
  min-height: 400px;
  position: relative;
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/02/bg_line.png);
  width: 100%;
  left: 0;
  top: 0;
}

/*--- パネルバナー ---*/
.panelArea .panel_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panelArea .panel_inner .panel_box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 260px;
}

.panelArea .col2_panel .panel_box {
  width: 50%;
}

.panelArea .col3_panel .panel_box {
  width: calc(100% / 3);
}

.panelArea .col3_panel .panel_box.panel_box01 {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/csr_bg.jpg);
}

.panelArea .col3_panel .panel_box.panel_box02 {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/newmember_bg.jpg);
}

.panelArea .col3_panel .panel_box.panel_box03 {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2024/03/dresscode_bg.jpg);
}

.panelArea .col3_panel .panel_box.panel_box04 {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2022/01/teikeigolf_bg.jpg);
}

.panelArea .col3_panel .panel_box.panel_box05 {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/northland_bg.jpg);
}

.panelArea .col3_panel .panel_box.panel_box06 {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2024/03/recruitment_bg.jpg);
}

.panelArea .panel_inner .panel_box a {
  display: block;
  height: 100%;
  color: #fff;
  padding: 1em 1em 1.1em;
}

.panel_inner .panel_box a .panel_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.panel_box a .panel_tit .en-tit {
  font-size: 22px;
}

.panel_box a .panel_tit .ja-tit {
  font-size: 14px;
  margin-top: .2em;
}

/************************************
** アニメーション
************************************/
/*--- メイン動画 ---*/
/* animation */
@-webkit-keyframes catchbar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }

  50% {
    left: 0;
    right: auto;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
    width: 100%;
  }

  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes catchbar {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes catchtit {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes catchtit {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ltrbar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }

  50% {
    left: 0;
    right: auto;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
    width: 100%;
  }

  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes ltrbar {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes ltrtit {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ltrtit {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* css */
.catchArea .catchbox,
.ltr .ltr_box,
.ftitArea .ftitbox {
  display: block;
}

.catchArea .catchbar,
.ltr .ltr_bar,
.ftitArea .ftitbar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ltr .ltr_bar {
  line-height: 1;
  margin: .6em 0;
}

.catchArea .catchbar:before,
.ltr .ltr_bar:before,
.ftitArea .ftitbar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
}

.catchArea .catchtit,
.ltr .ltr_tit,
.ftitArea .ftit {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.catchArea.move .catchbar:before {
  -webkit-animation: catchbar 1s ease 3s 1 normal forwards;
  animation: catchbar 1s ease 3s 1 normal forwards;
}

.catchArea.move .catchtit {
  -webkit-animation: catchtit 0s ease 3.5s 1 normal forwards;
  animation: catchtit 0s ease 3.5s 1 normal forwards;
}

.ltr.move .ltr_bar:before {
  -webkit-animation: ltrbar 1s ease 0s 1 normal forwards;
  animation: ltrbar 1s ease 0s 1 normal forwards;
}

.ltr.move .ltr_tit {
  -webkit-animation: ltrtit 0s ease 0.5s 1 normal forwards;
  animation: ltrtit 0s ease 0.5s 1 normal forwards;
}

.sec .ltr_box.txt-l {
  text-align: left;
}

/*--- 上からふわっと ---*/

.sec .fadein {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.sec .fadein.fadein_move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*--- header ロゴ スクロール表示 ---*/
.home .mobile-header-menu-buttons .logo-menu-button {
  display: none;
}

.home .mobile-header-menu-buttons .logo-menu-button.add_move {
  display: block;
}

/************************************
** footer
************************************/
body.home footer.footer {
  margin: 0;
  background: rgba(0, 0, 0, .5);
  padding: 0;
}

footer.footer {
  margin: 0;
  background: #4B300B;
  padding: 0;
}

.footer .bannarArea {
  max-width: 1036px;
  margin: 0 auto;
  padding: 35px 9px 10px;
}

.footer .bannarArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .bannarArea ul li {
  width: calc((100% - 90px) / 5);
  margin: 0 9px;
}

.footer .footer-bottom {
  padding: 0;
}

.footer .footer-bottom .footer-bottomArea {
  max-width: 755px;
  margin: 0 auto;
  padding: 10px 20px;
}

.footer .footer-bottom .footer-bottomArea .footer-bottom-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: initial;
  float: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom .footer-bottomArea .footer-bottom-logo .logo {
  max-width: 460px;
  width: calc(100% - 255px);
}

.footer-bottom .footer-bottomArea .footer-bottom-logo .ja_tit {
  font-size: 15px;
  font-weight: bold;
  margin-left: 20px;
  width: 235px;
  text-align: right;
}

.footer-bottom .footer-bottomArea .f_add {
  text-align: center;
  margin: 1em auto;
}

.footer-bottom .footer-bottomArea .f_add span {
  padding-left: 1.5em;
}

.footer-bottom .footer-bottomArea .f_menu {
  border-top: 1px solid #ADA7A7;
  padding: 1.2em 0 1.5em;
}

.footer-bottom .footer-bottomArea .f_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottomArea .f_menu ul li {
  padding: 0 1em .1em;
  border-right: 1px solid #fff;
  line-height: 1;
}

.footer-bottomArea .f_menu ul li:last-of-type {
  border-right: 0;
}

.footer-bottomArea .f_menu ul li a {
  color: #fff;
}

.footer-bottomArea .f_menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottomArea .footer-bottom-logo .logo .site-logo-image {
  height: auto;
}

.footer .footer-bottom .footer-bottom-content {
  background: #000;
  width: 100%;
  float: unset;
  text-align: center;
}

.footer .footer-bottom .footer-bottom-content .copyright {
  font-size: 10px;
  margin: 0;
  padding: .5em;
}

.footer .footer-bottom .footer-bottom-content .copyright br,
.footer-bottom .footer-bottomArea .f_add br,
footer .footer-meta {
  display: none;
}

.fa-instagram,
.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
}

.bannarArea .fsnsArea {
  margin-top: 20px;
}

.bannarArea ul li .bnr_inner,
.bannarArea .fsnsArea .bnr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bnr_inner .bnr_inner_box .fa-facebook-square,
.bnr_inner .bnr_inner_box .fa-instagram {
  font-size: 3.5em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2px 10px 0;
}

.bnr_inner .bnr_inner_box a:hover {
  opacity: .8;
}

.fsnsArea .bnr_inner .bnr_inner_box .fa-facebook-square,
.fsnsArea .bnr_inner .bnr_inner_box .fa-instagram {
  margin: 2px 15px 0;
  font-size: 2.3em;
}


/************************************
** 固定ページ
************************************/
.page main.main article {
  margin-top: 40px;
  margin-bottom: 0;
}

.page main.main article header {
  display: none;
}

.page main.main article .entry-content {
  margin: 0;
}

.page .entry-content .main_imgArea,
.post-pageArea .main_imgArea {
  position: -webkit-sticky;
  position: sticky;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  top: 40px;
  height: 60vh;
  margin: 0;
}

.ftitArea {
  position: absolute;
  top: -100px;
  max-width: 1030px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 15px;
}

main.main article .entry-content .fixed_mainArea {
  background: #4B300B;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  border-top: 10px solid #846D39;
  padding: 60px 0 100px;
  min-height: 50vh;
  margin-bottom: 0;
}

.entry-content .fixed_mainArea .fixed_inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 16px;
}

.entry-content .fixed_mainArea h2.fixed_h2 {
  margin: 0 0 1em;
  background: none;
  padding: .5em 0 0 .5em;
  border-left: 15px solid #DECEA8;
  border-radius: 0;
  font-size: 1.5em;
  color: #DECEA8;
  height: 57px;
  display: flex;
  line-height: 1;
  align-items: flex-end;
  position: relative;
}

.entry-content .fixed_mainArea h2.fixed_h2::before {
  content: "";
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  width: 5px;
  background-color: #846D39;
}

.entry-content .fixed_mainArea h3 {
  margin: 0 0 1em;
  padding: 1em 0 .5em;
  font-size: 1em;
  color: #DECEA8;
  border-color: #6F5127;
  border-width: 0 0 2px 0;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
}

.entry-content .fixed_mainArea h3 i {
  color: #846D39;
  padding-right: .5em;
}

.entry-content .fixed_mainArea h3 span {
  padding-left: 1em;
}

.entry-content .fixed_mainArea h3 span.set_h3 {
  padding-left: 0;
}

/* animation */
@-webkit-keyframes ftitbar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }

  50% {
    left: 0;
    right: auto;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
    width: 100%;
  }

  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes ftitbar {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes ftit {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ftit {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ftitArea.move .ftitbar:before {
  -webkit-animation: ftitbar 1s ease 0s 1 normal forwards;
  animation: ftitbar 1s ease 0s 1 normal forwards;
}

.ftitArea.move .ftit {
  -webkit-animation: ftit 0s ease .5s 1 normal forwards;
  animation: ftit 0s ease .5s 1 normal forwards;
}

.ftitArea .ftit {
  font-size: 3.9em;
  line-height: 1;
  padding-left: 20px;
  border-left: 14px solid #fff;
  padding-top: 5px;
  display: flex;
  align-items: center;
}

/***  Business Guide ***/
.page-id-41 .main_imgArea,
.page-id-2185 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/02/business-guide_main.png);
}

.fixed_inner .business_box {
  padding: 1em 0;
}

table.business_table {
  margin-bottom: 1em;
}

table.business_table tr th,
table.business_table tr td {
  border: 1px solid #999;
  font-size: .95em;
  color: #333;
  padding: .2em .5em .3em;
  text-align: center;
}

.business_table tr th {
  background: #F4EEDF;
}

table.business_table tr td {
  background: #fff;
}

table.business_table tbody tr {
  background: transparent;
}

.business_box .reservation_btn a,
.cp_box .contact_btn a {
  margin: 0 auto;
}

table.business_table.g_price tbody tr td:first-of-type,
table.business_table.rental_dr tbody tr td:first-of-type {
  text-align: left;
}

.business_txt {
  font-size: .95em;
  line-height: 1.4;
}

.indent_txt {
  display: block;
  padding-left: 1em;
}

.business_txt+.business_txt {
  margin-top: .5em;
}

span.ast {
  padding-right: .3em;
}

ul.business_ul {
  font-size: .95em;
}

ul.business_ul li {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: .5em
}

ul.business_ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  left: 0;
  position: absolute;
  top: .7em;
}

ul.business_ul li+li {
  margin-top: .5em;
}

.pay_box {
  margin-top: 1em;
  background: #fff;
  border: 1px solid #707070;
  max-width: 440px;
  padding: .8em .6em;
}

a.b_pdf {
  font-size: .95em;
  color: #fff;
  text-decoration: underline;
}

a.b_pdf:hover {
  text-decoration: none;
}

.single-post a.b_pdf {
  color: #846D39;
}

/***  Course Guide ***/
.page-id-44 .main_imgArea,
.page-id-2195 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/course_guide_main.png);
}

.page-id-44 main.main article .entry-content .fixed_mainArea,
.page-id-2195 main.main article .entry-content .fixed_mainArea {
  padding: 0;
}

.fixed_mainArea .section {
  padding: 50px 0 80px;
}

.section.sliderArea {
  background: #F4EEDF;
}

.section.courseArea {
  background: #fff;
}

.sliderArea .swiper-container {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 16px;
}

.swiper-container .swiper-wrapper .slide_inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px 40px;
}

.entry-content .fixed_mainArea h3.hole_tit {
  color: #846D39;
  font-size: 1.5em;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  padding: 0 0 .2em;
  border-color: #BCAA81;
  border-width: 0 0 2px 0;
  border-style: solid;
  margin: 0 0 .3em;
}

.entry-content .fixed_mainArea h3.hole_tit span {
  font-size: .585em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.swiper-container .swiper-wrapper .slide_inner .si_txt {
  font-size: .95em;
  color: #333;
  line-height: 1.4;
}

.slide_inner .si_imgArea,
.courseArea .courserayout,
.onlineshop_box .os_banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide_inner .si_imgArea {
  margin-top: 1em;
}

.slide_inner .si_imgArea .wt-img {
  width: 65%;
  max-width: 500px;
}

.wt-img .hole_tablebox {
  margin-top: 10px;
}

.wt-img .hole_tablebox .hole_table tr th,
.wt-img .hole_tablebox .hole_table tr td {
  font-size: .9em;
  padding: .3em .5em;
  border: 1px solid #C1A462;
  text-align: center;
}

.wt-img .hole_tablebox .hole_table tr th {
  background: #846D39;
  color: #fff;
  font-weight: normal;
}

.wt-img .hole_tablebox .hole_table tr td {
  background: #fff;
  color: #333;
}

.slide_inner .si_imgArea .o-img {
  width: 32%;
}

.o-img .hole_photo+.hole_photo {
  margin-top: 10px;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  color: var(--swiper-navigation-color, #846D39);
}

.swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background: #846D39;
  opacity: 1;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Libre Baskerville', serif;
}

.swiper-container .swiper-pagination-bullet-active {
  background-color: #C1A462;
  color: #fff;
}

.courserayout .courserayout_box {
  width: 49.5%;
}

.courserayout_box.cr_txt p {
  font-size: .95em;
  color: #333;
}

.courserayout_box.cr_txt .business_table ul,
.courserayout_box.cr_txt .business_table ul li {
  margin: 0;
  text-align: left;
}

.courseArea .cr_tableArea {
  max-width: 940px;
  margin: 0 auto;
}

.entry-content .fixed_mainArea .cr_tableArea h3.hole_tit {
  font-size: .95em;
  font-style: normal;
  padding-bottom: .6em;
  margin-bottom: 1em;
}

.entry-content .fixed_mainArea .cr_tableArea table.business_table {
  margin-bottom: 2.5em;
}

/***  レストラン ***/
.page-id-157 .main_imgArea,
.page-id-2215 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/restauran_main.png);
}

.restauran_box .r_box_inner,
.onlineshop_box .o_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.restauran_box .r_box_inner .r_splitBox,
.onlineshop_box .o_box_inner .r_splitBox {
  width: 48.5%;
}

.restauran_box .r_box_inner .col_img,
.os_banner .os_banner_img {
  width: 50%;
}

.fixed_mainArea .restauran_box .txt,
.fixed_mainArea .onlineshop_box .txt {
  margin: 0 0 1em;
}

.restauran_box .r_box_wArea .txt_tit,
.onlineshop_box .txt_tit {
  font-size: 1em;
  color: #DECEA8;
  font-weight: bold;
  padding-bottom: .3em;
}

.restauran_box .bd_txt {
  border: 1px solid #957E5E;
  padding: .8em;
}

.r_box_wArea .r_box_inner+.r_box_inner {
  margin-top: 2em;
}

.r_splitBox .r_box_inner .col_imgl {
  width: 54.5%;
}

.r_splitBox .r_box_inner .col_imgr {
  width: 45.5%;
}

.r_splitBox .menu_btn {
  margin-bottom: 1em;
}

.r_splitBox .menu_btn a {
  background: #846D39;
  display: block;
  border-radius: 6px;
  padding: .5em;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.r_splitBox .menu_btn a i {
  font-size: 17px;
  padding-left: 1em;
}

.r_splitBox .menu_btn a:hover {
  background: #B5A378;
}

/***  gallery ***/
.page-id-160 .main_imgArea,
.page-id-2219 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/gallery_main.png);
}

.gallery_box .gallery_box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.5em;
}

.gallery_box .gallery_box_img a {
  display: block;
  width: calc(100% / 4);
  padding: 0;
  margin: 0;

}

/*** Online Shop ***/
.page-id-198 .main_imgArea,
.page-id-2226 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/onlineshop_main.png);
}

.onlineshop_box .prize-exArea {
  margin-top: 1.5em;
}

.prize-exArea table {
  font-size: .9em;
  margin-bottom: 1em;
}

.prize-exArea .txt ul {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.prize-exArea .txt ul li {
  margin: 0 0 .5em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

/***  Access ***/
.page-id-202 .main_imgArea,
.page-id-2233 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/access_main.png);
}

.access_box .access_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #6F5127;
  border-bottom: 1px solid #6F5127;
  padding: .6em 0;
  margin-top: 3em;
  line-height: 1.4;
}

.access_box_inner .abi_box {
  width: calc(100% / 3);
}

.abi_box .abi_tit {
  font-size: 1.25em;
}

.abi_box .abi_txt {
  font-size: 15px;
  padding: 5px 0;
}

.access_mapArea {
  margin: 30px 0 40px;
}

.access_mapArea .a_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}

.access_mapArea .a_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.howto_acc+.howto_acc {
  margin-top: 1.2em;
  margin-bottom: 3em;
}

.howto_acc .acimg_tit {
  height: 33px;
  width: 145px;
  border: 1px solid #707070;
  background: #846D39;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.access_box .acc_hotel_tit {
  color: #DECEA8;
  margin-bottom: .5em;
}

.access_box .hotel_box {
  background: #F4EEDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 15px;
}

.access_box .hotel_box+.acc_hotel_tit {
  margin-top: 2.5em;
}

.hotel_box .hotel_info {
  width: 59%;
  font-size: 15px;
}

.hotel_info .hotel_name {
  background: #846D39;
  border: 1px solid #707070;
  margin-left: -10px;
  width: 223px;
  min-height: 33px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  padding: 5px 18px;
  margin-bottom: 10px;
}

.hotel_info .hotel_details ul {
  color: #846D39;
  padding: 10px;
  margin: 0;
}

.hotel_info .hotel_details ul li {
  margin: 0;
  border-bottom: 1px solid #DECEA8;
  padding: 4px 0;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotel_info .hotel_details ul li:first-child {
  border-top: 1px solid #DECEA8;
}

.hotel_details ul li .detail_tit {
  display: inline-block;
  width: 35px;
  margin-right: 1em;
  white-space: nowrap;
}

.hotel_details ul li .h_zip {
  padding-right: .6em;
  white-space: nowrap;
}

.hotel_details ul li a {
  color: #846D39;
}

.hotel_details ul li a:hover {
  text-decoration: underline;
}

.hotel_box .hotel_img {
  width: 37%;
  max-width: 360px;
}

/*** Q&A ***/
.page-id-248 .main_imgArea,
.page-id-2265 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/04/qa_main.png);
}

.qa_area {
  padding: 30px 0;
}

.qa_area .qa_box {
  border: 1px solid #6F5127;
  padding: 20px 20px 30px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.qa_box .q_txt,
.qa_box .a_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
}

.qa_box .q_txt {
  font-weight: bold;
  color: #DECEA8;
  border-bottom: 2px dotted #DECEA8;
  padding-bottom: .5em;
  margin-bottom: .8em;
}

.q_txt .q_mark,
.a_txt .a_mark {
  display: inline-block;
  color: #DECEA8;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  padding-right: .5em;
  -webkit-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}

.qa_box .a_txt {
  font-size: 15px;
  padding-left: 2em;
}

.qa_box .a_txt a {
  display: block;
  margin-top: .5em;
}

.a_txt_inner {
  width: 100%;
}

.a_txt_inner ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.a_txt_inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a_txt_inner ul.rental_cs {
  padding: .5em 0;
}

.a_txt_inner ul.dra_nia li .li_tit {
  width: 5.5em;
  position: relative;
}

.a_txt_inner ul.rental_cs li .li_tit {
  width: 7.5em;
  position: relative;
}

.a_txt_inner ul li .li_tit:after {
  content: "：";
  padding: 0 .2em;
  position: absolute;
  right: 0;
}

.a_txt_inner ul.rental_cs li .li_txt {
  width: calc(100% - 8em);
}

.a_txt_inner ul.dra_nia li .li_txt {
  width: calc(100% - 6em);
}

.a_txt_inner ul.dra_nia li .li_txt span {
  display: inline-block;
  width: 4em;
  padding-right: .8em;
  text-align: right;
}

/***  Tournament Results ***/
.page-id-230 .main_imgArea,
.page-id-2246 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/tournament_main.png);
}

.tournament_box {
  background: #fff;
  text-align: center;
  margin: 3em auto 2em;
}

.tournament_box_tf {
  background: #fff;
  margin: 30px auto 40px;
}

.tournament_box_tf a {
  display: block;
  border: 5px solid #4b300b;
}

.tournament_box_tf a:hover {
  opacity: .8;
  border: 5px solid #fff;
}

.tournament_box img {
  max-width: 595px;
}

.tt_result_contentArea .result_content {
  display: none;
}

.tt_result_contentArea .result_content.active {
  display: block;
}

.tt_result_contentArea .result_content .tt_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.result_content .tt_box_inner .tt_box_img {
  width: 34%;
}

.tt_box_inner .tt_box_img img,
.result_content .tt_box_inner .tt_box_txt {
  margin-bottom: 10px;
}

.result_content .tt_box_inner .tt_box_txt {
  width: 63%;
  font-size: 15px;
}

.tt_result_tabArea .tabArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
}

.tt_result_tabArea .tabArea li {
  height: auto;
  width: calc((100% - 80px) / 8);
  margin: 5px;
  padding: 0;
  line-height: 1;
}

.tt_result_tabArea .tabArea li a {
  background: #846D39;
  color: #F4EEDF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 37px;
}

.tt_result_tabArea .tabArea li a:hover {
  color: #fff;
  background: #C1A462;
}

.result_content table tr th:first-child {
  width: 12%;
}

.result_content table tr th:nth-child(2),
.result_content table tr th:last-child {
  width: 9%;
}

.result_content table tr th:nth-child(3) {
  width: 38%;
}

.result_content table tr th:nth-child(4),
.result_content table tr th:nth-child(5),
.result_content table tr th:nth-child(6),
.result_content table tr th:nth-child(7) {
  width: 8%;
}

/***  Junior Regular Member ***/
.page-id-240 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/junior_main.png);
}

.fixed_mainArea .txt {
  margin: 1em 0;
  font-size: 15px;
  color: #fff;
}

/***  Snag Golf ***/
.page-id-242 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/snaggolf_main.jpg);
}

.snagArea {
  padding: 50px 0;
}

.snag_box .snag_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 710px;
  width: 100%;
  margin-bottom: 1.5em;
}

.snag_box .snag_img img {
  width: 49%;
}

.snag_box .snag_box_inner,
.pgc_content .pgc_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.snag_box .img {
  width: 35%;
}

.snag_box .snag_box_inner .txt {
  width: 63%;
}

/***  Partner Golf Courses ***/
.page-id-244 .main_imgArea,
.page-id-2256 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/pgc_main.png);
}

.pgc_content {
  background: #F4EEDF;
  border-radius: 5px;
  margin: 1em 0 1.5em;
  padding: .5em 1.5em;
}

.pgc_content .pgc_box {
  border-bottom: 1px solid #CCC;
  padding-bottom: 1em;
  margin: 1em 0;
}

.pgc_box .pgc_img {
  width: 22.5%;
}

.pgc_box .pgc_txtArea {
  width: 75%;
  font-size: 15px;
}

.pgc_txtArea h4 {
  color: #846D39;
  font-size: 15px;
  margin: 0 0 1em 0;
  border-color: #BCAA81;
  border-width: 0 0 2px 0;
  padding: 0 0 .8em 0;
}

.pgc_txtArea .pgc_ul {
  margin: 0;
  color: #333;
  padding: 0;
}

.pgc_txtArea .pgc_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

.pgc_txtArea .pgc_ul li p {
  margin: 0;
}

.pgc_txtArea .pgc_ul li .ac_pdr {
  padding-right: .6em;
}

.pgc_txtArea .pgc_ul li .dt_txt .ac_pdr:nth-of-type(2) {
  padding-left: 1.2em;
}

.pgc_txtArea .pgc_ul li .dt_txt br {
  display: none;
}

.pgc_txtArea .pgc_ul li .dt_txt span.db_span {
  display: block;
  padding: 0;
}

.pgc_txtArea .pgc_ul li a,
.cp_box table a {
  color: #846D39;
}

.pgc_txtArea .pgc_ul li a:hover,
.cp_box table a:hover {
  text-decoration: underline;
}

.gcArea_wrap+.gcArea_wrap {
  margin-top: 3em;
}

/***  Partner Golf Courses ***/
.page-id-246 .main_imgArea,
.page-id-1811 .main_imgArea,
.post-pageArea.sdgs_bk .main_imgArea,
.post-pageArea.sdgs_en_bk .main_imgArea,
.page-id-2260 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/sc_main.png);
}

/***  Company Profile ***/
.page-id-300 .main_imgArea,
.page-id-2272 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/c-profile_main.png);
}

.cp_box table tr th {
  font-weight: normal;
  width: 20%;
}

.cp_box table tr td {
  width: 80%;
  text-align: left;
  line-height: 1.5;
  background: #fff;
}

.cp_box:first-of-type table tr td .logo_img {
  max-width: 240px;
}

.cp_box table tr td p {
  margin: 0;
}

.cp_box table {
  margin: 1em 0 1.2em;
}

.cp_box:nth-of-type(2) table tr td .logo_img {
  max-width: 200px;
}

.cp_box table tr td .logo_img {
  margin: .3em 0;
}

.cp_box table tr td ul.officer_list {
  margin: 0;
  padding: 0;
}

.cp_box table tr td ul.officer_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.cp_box table tr td ul.officer_list li .o_tit {
  width: 120px;
}

.cp_box table tr td ul.officer_list li .o_txt {
  width: calc(100% - 120px);
}

.cp_box ul.business_ul {
  margin-bottom: .2em;
}

.cp_box .cp_txt {
  font-size: .9em;
}

.cp_box table tr td .co_gabananstxt,
.cp_box table tr td .co_gabanansLink {
  margin-bottom: .5em;
}

.cp_box table tr td .co_gabanansLink a {
  padding: .5em;
  background: #846d39;
  display: inline-block;
  color: #fff;
  border-radius: .3em;
  border: 1px solid #707070;
}

.cp_box table tr td .co_gabanansLink a:hover {
  opacity: .9;
}

/***  Privacy Policy ***/
.page-id-3 .main_imgArea,
.page-id-2276 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/p-policy_main.png);
}

.pp_box {
  margin-bottom: 1.5em;
}

.pp_box p,
.recruit_box p {
  margin: 0;
}

.pp_box ul {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.pp_box ol {
  list-style: none;
  padding-left: .5em;
  font-size: 15px;
}

.pp_box ol li {
  padding-left: 1em;
  text-indent: -1em;
}

a.pp_link {
  color: #fff;
  text-decoration: underline;
  padding: 0 .2em;
}

a.pp_link:hover {
  text-decoration: none;
}


/***  Terms of Use ***/
.page-id-322 .main_imgArea,
.page-id-2283 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/terms-of-use_main.png);
}

/***  Recruitment ***/
.page-id-324 .main_imgArea,
.page-id-1588 .main_imgArea,
.parent-pageid-1588 .main_imgArea,
.page-id-2287 .main_imgArea,
.parent-pageid-2287 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/recruitment_main.png);
}

.page-id-324 h3+p {
  margin-top: 3em;
}

.recruit_box+.recruit_box {
  margin-top: 1.5em;
}

.recruit_box table tr th {
  width: 15%;
  min-width: 100px;
  font-weight: normal;
}

.recruit_box table tr td {
  width: 85%;
  text-align: left;
}

.recruit_box ul.business_ul {
  margin: .5em 0;
}

.recruit_box ul.business_ul li::before {
  background: #333;
}

.f_15,
.recruit_box ul.business_ul.f_15 {
  font-size: 15px;
}

.recruit_box ul.business_ul.f_15 li::before {
  background: #fff;
}

.recruit_box ul.business_ul.f_15 {
  margin: 0;
  padding-left: .3em;
}

.recruit_box.recruit_box_bg {
  background: #F4EEDF;
  padding: 10px 20px 25px;
  margin-bottom: 3em;
}

.entry-content .fixed_mainArea .recruit_box.recruit_box_bg h3 {
  color: #6F5127;
}

.recruit_box.recruit_box_bg p {
  color: #333;
  margin-top: 1em;
}

.caddy_jobArea {
  margin-top: 3em;
}

.caddy_jobArea .cady_box {
  padding: 25px 0;
  border-bottom: 1px dotted #DECEA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
}

.cady_box .cady_box_tit {
  width: 25%;
  line-height: 1.4;
}

.cady_box .cady_box_tit span {
  padding-right: .5em;
}

.cady_box .cady_box_content {
  width: 75%;
}

.cady_box_content ul.cady_det {
  margin: 0 -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cady_box_content ul.cady_det li {
  width: calc((100% - 24px) / 3);
  margin: 4px;
  background: #F4EEDF;
  padding: 15px;
  position: relative;
  border: 1px solid #6F5127;
}

.cady_box_content ul.cady_det li .jobs_img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

ul.cady_det li .jobs_img p {
  margin: 0;
}

ul.cady_det li .jobs_img .jobnum {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: #846D39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

ul.cady_det li .jobs_txt {
  color: #333;
  margin-top: .8em;
  line-height: 1.5;
}

.cady_det+p {
  margin-top: 1.8em;
}

.cady_det+p+p {
  margin-bottom: 0;
}

.cady_appArea {
  margin-top: 3em;
}

.cady_appArea .cady_appbox {
  padding: 25px 0;
  font-size: 15px;
}

.cady_appArea .cady_appbox:first-child {
  padding-top: 10px;
}

.cady_appbox .cady_appbox_tit {
  color: #DECEA8;
  margin-bottom: .8em;
}

.cady_appbox_tit i {
  display: inline-block;
  font-size: 17px;
  padding-right: .5em;
}

.cady_appArea .cady_appbox+.cady_appbox {
  border-top: 1px dotted #DECEA8;
}

.cady_appbox .ml_space {
  display: inline-block;
  margin-left: 1em;
}

.cady_appbox .s_space {
  padding-left: .5em;
}

/*********************
  NEW Recruitment 
*********************/

/*** NEW Recruitment TOP ***/
.recruit_topCont .topcont_bnrArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}

.topcont_bnrArea .top_main_bnr {
  max-width: 480px;
  width: auto;
  margin-bottom: 20px;
  background: #fff;
}

.topcont_bnrArea .top_main_bnr.bnr_ri {
  margin-left: 20px;
}

.topcont_bnrArea .top_main_bnr a:hover,
.cp_pdf_inner a:hover,
.cat_bnrbox a:hover {
  opacity: .85;
}

.recruitinfo_maintit {
  font-size: 1.3em;
  letter-spacing: .1em;
  color: #DECEA8;
  border-bottom: #846D39 3px solid;
  position: relative;
  margin: 0 0 1em;
  padding: 1em .5em .3em;
  line-height: 1.2;
  font-style: italic;
}

.recruitinfo_maintit:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #decea8;
  bottom: -3px;
  width: 12%;
  left: 0;
}

.recruitinfo_maintit::first-letter {
  font-size: 1.3em;
}

.entry-content .fixed_mainArea h3.recruitinfo_h3 i {
  padding-right: .3em;
}

.f_17 {
  font-size: 17px;
}

.recruitinfo_box .recruitinfo_enp {
  background: #F4EEDF;
  padding: .3em 1em;
  margin-bottom: .5em;
}

.recruitinfo_enp span {
  color: #4b300b;
  font-weight: 500;
}

.work_bnrArea a {
  background: #846D39;
  display: block;
  border-radius: 6px;
  padding: .55em .5em;
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 1.1rem;
  width: 100%;
}

.work_bnrArea a i {
  padding-left: 1em;
}

.work_bnrArea a:hover {
  background: #B5A378;
}

/*** 会社情報 PDF ***/
.cp_pdfArea .cp_pdf_inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.ri_bottom_btnArea {
  margin: 50px 0 30px;
}

.ri_bottom_btnArea .ri_bottom_btn {
  max-width: 250px;
  width: 100%;
  margin-left: auto;
}

.ri_bottom_btn a {
  background: #E79D0E;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.1em;
  padding: .6em 0;
}

.ri_bottom_btn a:hover {
  background: #E79D0EE8;
}

.ri_bottom_btn a i {
  padding-left: .5em;
}

/*** 募集情報TOP ***/
.recruit_topInfo .topinfo_catbnrArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topinfo_catbnrArea .cat_bnrbox {
  width: calc(100% / 3);
  padding: 8px;
}

.cat_bnrbox .cat_bnrbox_inner {
  background: #fff;
}

.recruitinfo_topBox .ritopBox_inner {
  background: #F4EEDF;
  padding: 1.5em 1.5em 2em;
  font-size: 1.05em;
  color: #4b300b;
  font-weight: 500;
}

.ritopBox_inner .ritopBox_tit {
  font-size: 1.2em;
  border-bottom: 2px solid #6F5127;
}

.ritopBox_inner .ritopBox_txt {
  font-size: 1.2em;
  font-weight: 500;
  padding-top: .5em;
  line-height: 1.5;
}

/*** 各カテゴリTOP ***/
.recruit_catArea .reccat_top_table {
  font-size: 1.05em;
  margin-bottom: 1.2em;
}

.reccat_top_table tr th,
.reccat_top_table tr td {
  padding: .8em;
  border: 2px solid #decea8;
  font-size: 1em;
}

.reccat_top_table tr th,
.reccat_bottom_table tr th {
  background: #f4eedf;
  color: #4b300b;
  font-weight: 500;
  width: 20%;
  text-align: center;
  font-size: 1em;
}

.reccat_top_table tr td {
  background: #846d39;
  color: #f4eedf;
  width: 80%;
}

.reccat_bottom_table tr th,
.reccat_bottom_table tr td {
  padding: .8em;
  border: 1px solid #4b300b;
  color: #4b300b;
  font-size: 1em;
}

.reccat_bottom_table tr td {
  background: #fff;
  width: 80%;
}

.reccat_btnArea {
  margin: 1.5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 1.05em;
}

.reccat_btnArea .reccat_btn {
  max-width: 230px;
  width: 100%;
}

.apply_btn a {
  display: block;
  text-align: center;
  padding: .5em;
  border-radius: .5em;
  color: #fff;
  background: #749c36;
}

.apply_btn a:hover {
  background: #5d7d2c;
}

.apply_btn a i,
.applynon_btn .applynon_bg i {
  padding-left: .5em;
}

.applynon_btn .applynon_bg {
  background: #9b9d8d;
  border-radius: .5em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  color: #787b63;
  padding: .5em;
}

.applynon_btn .applynon_bg:hover {
  cursor: not-allowed;
}

.applynon_btn .applynon_bg i {
  padding-top: .2em;
}

.recruit_catArea .catArea_typebox {
  padding-bottom: 1em;
}

.recruit_catArea .catArea_typebox+.catArea_typebox {
  padding-top: 3em;
  border-top: 2px dotted #decea8;
}

.ffs_palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.pdr_5 {
  padding-right: .5em;
}

.mt5 {
  display: block;
  margin-top: 1em;
  line-height: 1.4;
}

.pd05 {
  padding: 0 .5em;
}

.reccat_btnArea .reccat_btn+.reccat_btn {
  margin-left: 20px;
}

/***  popup ***/
.pum-theme-1608 .pum-container,
.pum-theme-lightbox .pum-container {
  border: 8px solid #749c36;
}

.pum-theme-1608 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
  background-color: #035c0d;
  height: 30px;
  width: 30px;
  font-size: 28px;
}

.pum-theme-1608 .pum-title,
.pum-theme-lightbox .pum-title {
  line-height: 1.3;
  font-size: 1.2em;
  font-weight: 500;
  background: #749c36;
  color: #fff;
  padding: .5em;
  border-left: 10px solid rgba(0, 0, 0, .3);
  margin-bottom: 1em;
}

.popArea .pop_table tr th,
.popArea .pop_table tr td {
  border: 1px solid #94ae97;
  padding: .4em .6em;
  line-height: 1.3;
  color: #424242;
  font-weight: 400;
  font-size: 1em;
}

.popArea .pop_table tr th {
  background-color: #bbd88f;
  width: 16%;
  min-width: 90px;
}

.popArea .pop_table tr td {
  width: 84%;
  background: #fff;
}

.pop_table .pop_ul {
  list-style: disc;
  padding-left: 1em;
}

.madtxtArea .mad_box a {
  color: #035c0d;
  text-decoration: underline;
}

.madtxtArea .mad_box a:hover {
  text-decoration: none;
}

.madtxtArea .nos_img {
  max-width: 260px;
  width: 100%;
  padding: 5px 0;
}

.mad_txt_box p {
  margin: 1em 0;
}

.mad_txt_box .mad_condArea {
  background: #effcda;
  padding: .8em;
  border: 1px solid #9fb976;
}

.mad_txt_box .mad_cond_box+.mad_cond_box {
  margin-top: .5em;
}

.mad_txt_box .mad_cond_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mad_cond_box .cond_tit {
  width: 3em;
}

.mad_cond_box .cond_txt {
  width: calc(100% - 3em);
}


/***  SDGs Activities ***/
.scaArea+.scaArea {
  margin-top: 30px;
}

/***  SDGs New ***/
.sdgs_imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sdgs_imgArea .sdgs_img01 {
  width: 49%;
}

.sdgs_imgArea .sdgs_img02 {
  width: 49%;
}

.post_sdgs .new-entry-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.post_sdgs .entry-card-wrap {
  width: calc((100% - 60px) / 3);
  padding: 0;
  margin: 10px;
}

.post_sdgs .entry-card-wrap .entry-card {
  position: relative;
}

.post_sdgs .entry-card .entry-card-thumb {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  margin: 0;
  width: 100%;
}

.post_sdgs .entry-card .entry-card-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post_sdgs .entry-card-content {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post_sdgs .entry-card-content h2.entry-card-title {
  margin: auto 0 0;
  position: relative;
  padding: .5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  background: rgba(244, 238, 223, .8);
  color: #846D39;
}


/***  問合せ ***/
.page-id-332 .main_imgArea,
.page-id-626 .main_imgArea,
.page-id-1720 .main_imgArea,
.page-id-1861 .main_imgArea,
.page-id-2345 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/contact_main.png);
}

.fixed_mainArea .fixed_inner_s {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 16px;
}

.entry-content .fixed_mainArea .fixed_inner_s h3 {
  color: #6F5127;
}

.inquiry_box {
  background: #F4EEDF;
  padding: 1.5em 1.5em 2em;
  margin-bottom: 50px;
}

.form_area {
  color: #333;
  font-size: 15px;
}

.form_area .form_tit .req {
  color: #c60000;
  padding-left: .3em;
}

.form_area .wpcf7-not-valid-tip {
  font-size: .9em;
}

.inquiry_box .wpcf7 form .wpcf7-response-output {
  padding: .3em 1em .4em;
  border: 3px solid #846D39;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.inquiry_box .wpcf7 form.invalid .wpcf7-response-output,
.inquiry_box .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #846D39;
}

.form_area .contact_btn_area {
  margin-bottom: 1em;
}

.form_area .contact_btn_area .send_btn {
  padding-top: 1em;
  text-align: center;
}

.form_area .contact_btn_area .send_btn input[type="submit"] {
  width: 246px;
  height: 54px;
  color: #fff;
  background: #C9285A;
  box-shadow: 0 0 3px rgba(0, 0, 0, .8);
  border: 0;
  font-size: 14px;
}

.form_area .contact_btn_area .send_btn .ajax-loader {
  display: block;
}

.inv-recaptcha-holder .grecaptcha-badge {
  margin-left: auto;
}

.inquiry_box .telnum {
  color: #846D39;
  font-size: 26px;
  font-weight: bold;
}

.inquiry_box .telnum span {
  color: #333;
  font-size: 15px;
  display: inline-block;
  font-weight: normal;
}

.form_area .form_group select {
  background: #fff;
}

.form_area .acceptance_checkArea {
  margin: 1em 0 1.5em;
}

.acceptance_checkArea .wpcf7-list-item {
  margin: 0;
}

.acceptance_checkArea .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
  line-height: 1.3;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.acceptance_checkArea .wpcf7-list-item label input {
  width: 25px;
}

.acceptance_checkArea .wpcf7-list-item label .wpcf7-list-item-label {
  width: calc(100% - 25px);
}

.form_area .contact_btn_area .send_btn .wpcf7-submit:disabled {
  background: #e1ddd0;
}

.form_area .form_group+.form_group {
  margin-top: .5em;
}

/***  コロナウイルス感染症への予防対策 ***/
.page-id-466 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/ipm_main.png);
}

.gc_ipm_box .gcipm_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

.gc_ipm_box .gcipm_txt {
  font-size: 15px;
}

.gc_ipm_img .gcipm_imgbox {
  width: 49%;
}

.antibacterial_box .anti_img {
  width: 13%;
}

.antibacterial_box .anti_txt {
  width: 85%;
}

.nh_style_img .nhstyle_img_box {
  width: 50%;
}

.article .nh_style_box ol {
  padding-left: 20px;
}

.nh_style_box ol li {
  margin: 0;
  line-height: 1.6;
}

.nh_style_box ol li ul {
  margin-bottom: 1.2em;
}

.nh_style_box ol li ul li {
  position: relative;
}

.nh_style_box ol li ul li:before {
  position: absolute;
  content: '';
  top: 11px;
  left: -10px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #fff;
}

/*** 道外からお越しのお客様へ ***/
.page-id-959 .main_imgArea,
.page-id-2263 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/ipm_main.png);
}

.page-id-959 .pgc_content .cmsArea,
.page-id-2263 .pgc_content .cmsArea {
  padding: 10%;
  text-align: center;
}

.page-id-959 .pgc_content .cmsArea span,
.page-id-2263 .pgc_content .cmsArea span {
  display: block;
  color: #4b300b;
  font-size: 2.5em;
  font-weight: bold;
}

.page-id-959 .ftitArea {
  top: -170px;
}

/***  セガサミーカップ特別観戦申込 ***/
.page-id-857 .main.main article .entry-content .fixed_mainArea {
  border-top: 0;
}

.page-id-857 .ss_cup_img {
  margin-bottom: 60px;
}

.ss_cup_inquirybox .form_area .number_sheetsArea,
.ss_cup_inquirybox .form_area .number_priceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.8em;
}

.ss_cup_inquirybox .form_area .watching_gameArea,
.watching_gameArea .game_inner .game_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.number_sheetsArea .sheetsArea_value {
  width: 80px;
}

.number_sheetsArea .sheetsArea_txt {
  width: calc(100% - 85px);
}

.number_priceArea .priceArea_value {
  width: 180px;
}

.number_priceArea .priceArea_txt {
  width: calc(100% - 185px);
}

.ss_cup_inquirybox .method_paymentArea .radio-736 .wpcf7-list-item.first {
  margin: 0;
}

.ss_cup_inquirybox .method_paymentArea .radio-736+p {
  display: none;
}

.method_paymentArea .method_payment_att,
.watching_game_att {
  margin-top: .3em;
}

.method_paymentArea .method_payment_att ul li,
.watching_game_att ul li {
  margin: 0;
  font-size: .95em;
  line-height: 1.4;
}

.receipt_addressArea {
  margin: -1.5em 0 1.8em;
  font-size: .95em;
}

.watching_gameArea .game_inner {
  width: calc((100% - 32px) / 4);
}

.game_inner .game_value .wpcf7-form-control-wrap {
  width: calc(100% - 1.2em);
}

.game_inner .game_value .game_value_sub {
  width: 1.2em;
  text-align: right;
}

/************************************
** 投稿ページ
************************************/
.category .content-in,
.single .content-in {
  margin-top: 40px;
}

.category .content-in main,
.category .content-in .sidebar,
.single .content-in main,
.single .content-in .sidebar {
  background: transparent;
}

.content-in .post-pageArea {
  width: 100%;
}

.content-in .post-pageArea .pp_inner {
  background: #4B300B;
  width: 100%;
  background: #4B300B;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  border-top: 10px solid #846D39;
  padding: 60px 0;
}

/***  投稿一覧 ***/
.content-in .pp_inner_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pp_inner_in main.main {
  width: 73.5%;
}

.pp_inner_in .sidebar {
  width: 24%;
  border: 0;
  padding: 0;
  border-radius: 0;
}

.pp_inner_in .sidebar aside+aside {
  margin-top: 40px;
}

.category .pp_inner_in h1.archive-title,
.pp_inner_in main .list a.a-wrap figure,
.pagination-next,
.pp_inner_in main .list a.a-wrap .post-date .far,
.single .pp_inner_in main.main article .article-header .date-tags {
  display: none;
}

.pp_inner_in main .list a.a-wrap {
  background: #F4EEDF;
  border-radius: 5px;
  padding: 0;
}

.pp_inner_in main .list a.a-wrap:hover {
  opacity: .9;
}

.pp_inner_in main .list a.a-wrap .entry-card-content {
  margin: 0;
  padding: 0;
}

.pp_inner_in main .list a.a-wrap .entry-card-title {
  border-bottom: 2px solid #BCAA81;
  padding: 18px 20px 12px;
  color: #846D39;
  font-size: 15px;
}

.pp_inner_in main .list a.a-wrap .entry-card-snippet {
  font-size: 15px;
  color: #333;
  padding: 10px 25px 40px;
}

.pp_inner_in main .list a.a-wrap .entry-card-meta {
  bottom: 15px;
  right: 25px;
}

.pp_inner_in main .list a.a-wrap .entry-card-meta .entry-card-info .post-date {
  font-size: 13px;
  color: #777;
  margin: 0;
  padding: 0%;
}

.pagination {
  margin: 60px 0 60px;
}

.page-numbers {
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  height: 38px;
  width: 38px;
  border: 0;
  line-height: 38px;
  background: #846D39;
  font-size: 14px;
  border-radius: 50%;
}

.pagination .current,
.pagination a:hover {
  background: #C1A462;
  color: #fff;
}

.sidebar h3 {
  background-color: transparent;
  font-size: 15px;
  color: #F4EEDF;
  font-weight: normal;
  padding: 0 0 .5em;
  margin: 0 0 .5em;
  border-bottom: #DECEA8 1px solid;
}

#category-posts-4-internal .cat-post-item,
#category-posts-3-internal .cat-post-item,
#category-posts-5-internal .cat-post-item,
#category-posts-6-internal .cat-post-item,
#category-posts-7-internal .cat-post-item,
#category-posts-8-internal .cat-post-item {
  font-size: .9em;
  padding: 0;
  line-height: 1.4;
}

#category-posts-4-internal li>div,
#category-posts-3-internal li>div,
#category-posts-5-internal li>div,
#category-posts-6-internal li>div,
#category-posts-7-internal li>div,
#category-posts-8-internal li>div {
  margin: 0;
}

#category-posts-4-internal .cat-post-item .cat-post-title,
#category-posts-3-internal .cat-post-item .cat-post-title,
#category-posts-5-internal .cat-post-item .cat-post-title,
#category-posts-6-internal .cat-post-item .cat-post-title,
#category-posts-7-internal .cat-post-item .cat-post-title,
#category-posts-8-internal .cat-post-item .cat-post-title {
  color: #fff;
}

#category-posts-4-internal .cat-post-item .cat-post-title:hover,
#category-posts-3-internal .cat-post-item .cat-post-title:hover,
#category-posts-5-internal .cat-post-item .cat-post-title:hover,
#category-posts-6-internal .cat-post-item .cat-post-title:hover,
#category-posts-7-internal .cat-post-item .cat-post-title:hover,
#category-posts-8-internal .cat-post-item .cat-post-title:hover {
  text-decoration: underline;
}

/***  記事 ***/
.single .pp_inner_in main.main article {
  background: #F4EEDF;
  border-radius: 5px;
}

.single .pp_inner_in main.main article .article-header {
  border-bottom: 2px solid #BCAA81;
  padding: 0 30px 10px;
}

.single .pp_inner_in main.main article .entry-title {
  margin: 0 0 1em;
  background: 0 0;
  padding: .8em 0 0 .5em;
  border-left: 15px solid #DECEA8;
  font-size: 1.5em;
  color: #846D39;
  min-height: 57px;
  height: auto;
  display: flex;
  line-height: 1.1;
  align-items: flex-end;
  position: relative;
}

.single .pp_inner_in main.main article .entry-title::before {
  content: "";
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  width: 5px;
  background-color: #846D39;
}

.single .pp_inner_in main.main article .entry-content {
  padding: 20px 30px 40px;
  margin: 0 0 60px;
  color: #333;
  font-size: 15px;
}

/***  イベント ***/
.post-pageArea.event_bk .main_imgArea,
.post-pageArea.event_en_bk .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/event_main.png);
}

/***  info ***/
.post-pageArea.information_bk .main_imgArea,
.post-pageArea.information_en_bk .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/03/information_main.jpg);
}

/***  table ***/
.scrolltable {
  white-space: nowrap;
  overflow: auto;
}

.scrolltable::-webkit-scrollbar {
  height: 5px;
}

.scrolltable::-webkit-scrollbar-track {
  background: #DECEA8;
}

.scrolltable::-webkit-scrollbar-thumb {
  background: #DECEA8;
}

#baguetteBox-overlay .full-image img {
  padding: 15px;
}


/***  提携コースのお申込み ***/
.page-id-968 .main_imgArea {
  background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/12/affiliated_main.jpg);
}

.app_form_box .form_area .form_tit span.req {
  margin-left: .8em;
  font-size: 0.8em;
  background: #b00000;
  color: #fff;
  line-height: 1.2;
  border-radius: 4px;
  padding: 0 .5em .15em;
}

.app_form_box .form_area .app_box_col {
  margin-bottom: 1.8em;
}

.app_box_col .app_box_col_inner,
.app_box_col .app_box_col_inner .form-group_col,
.app_form_box .companionArea .form-groupArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app_box_col .app_box_col_inner .form-group_col .wpcf7-form-control-wrap {
  width: 100px;
}

.app_box_col .app_box_col_inner .form-group_col+.form-group_col {
  margin-left: 1em;
}

.app_box_col .app_box_col_inner .form-group_col .form_subtit {
  font-size: .9em;
  margin-left: .3em;
}

.app_form_box .wpcf7-form-control-wrap input,
.app_form_box .wpcf7-form-control-wrap select,
.app_form_box .wpcf7-form-control-wrap textarea,
.form_area .wpcf7-form-control-wrap textarea {
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
}

.app_form_box .form_area .form_tit {
  margin-bottom: .2em;
}

.app_form_box .form_group p+.att_ul {
  margin-top: -1.5em;
}

.app_form_box .form_group .att_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9em;
  margin: 0;
  line-height: 1.2;
}

.app_form_box .form_group .att_ul li:before {
  content: "※";
  color: #b00000;
  font-weight: bold;
  padding-right: .2em;
}

.app_form_box .companionArea .companion_tit {
  font-size: .95em;
  display: inline-block;
  padding: .2em .5em .35em;
  background: #513A19;
  color: #fff;
  line-height: 1.2;
  border-radius: 5px;
  margin-bottom: .5em;
}

.app_form_box .companionArea .form-groupArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app_form_box .companionArea .companion_col_inner {
  margin-bottom: 1.2em;
}

.app_form_box .companionArea .form-groupArea .form_group {
  width: calc((100% - 24px) / 4);
}

/***  パスワード入力 ***/
.page main.main article.post-password-required .entry-content {
  max-width: 800px;
  margin: 120px auto 50px;
}

.post-password-required .entry-content p {
  color: #333;
}

.post-password-required .entry-content input[type="submit"] {
  margin-top: 1.5em;
  font-size: .9em;
  color: #fff;
  background: linear-gradient(45deg, #c9285a 0%, #961c42 100%);
}

/************************************
** 追加 英語ページ
************************************/
.font_en_rob {
  font-family: "Roboto", sans-serif;
}

.font_en_lct {
  font-family: "Libre Caslon Text", serif;
}

/*** スクリーンメニュー ***/
.screen_menu ul li a span.sm_ja.font_en_rob {
  font-weight: 400;
  font-size: 20px;
}

/*** ヘッダーメニュー ***/
.navi-menu-content .drawerArea .menu-drawer02.menu-drawer02_en li .dmenu_btn a,
.fixed_inner.font_en_rob .cp_box .contact_btn a,
.fixed_inner.font_en_rob .business_box .reservation_btn a {
  padding: .4em .5em;
}

:lang(en-US) .mobile-header-menu-buttons .header_mcbutton .lang_switch {
  padding-right: 372px;
}

/*** フッター ***/
:lang(en-US) .footer .footer-bottom .footer-bottomArea .footer-bottom-logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/***************
*** 固定ページ 
***************/
/*** Business Guide ***/
.entry-content .fixed_mainArea .font_en_rob h2.fixed_h2 {
  font-size: 1.55em;
  font-weight: 500;
}

.entry-content .fixed_mainArea .font_en_rob h3 {
  font-size: 1.05em;
  font-weight: 500;
}

/***  Course Guide ***/
.entry-content .fixed_mainArea .font_en_rob h3.hole_tit {
  font-size: 1.5em;
  font-weight: normal;
}

/***  Access ***/
.fixed_inner.font_en_rob .howto_acc .acimg_tit {
  width: 210px;
}

.fixed_inner.font_en_rob .hotel_details ul li .detail_tit {
  width: 55px;
}

/*** Tournament Results ***/
.fixed_inner.font_en_rob .tournament_box {
  padding: 0 12px;
}

.fixed_inner.font_en_rob .tournament_box img {
  max-width: 610px;
}

.fixed_inner.font_en_rob .result_content .tt_box_inner .tt_box_txt {
  text-align: justify;
}

/*** Partner Golf Courses ***/
.fixed_inner.font_en_rob .pgc_ul .dt_tit {
  padding-right: .3em;
}

.fixed_inner.font_en_rob .pgc_txtArea .pgc_ul li {
  line-height: 1.3;
}

/*** FAQ ***/
.faq_en_box .faq_enbold {
  font-weight: 500;
  color: #cab7a2;
}

.fixed_inner.font_en_rob .a_txt_inner ul.dra_nia li .li_tit {
  width: 8.5em;
}

.fixed_inner.font_en_rob .a_txt_inner ul.dra_nia li .li_txt {
  width: calc(100% - 8.5em);
}

.fixed_inner.font_en_rob .a_txt_inner ul.dra_nia li .li_txt span {
  width: 3em;
}

/***  Company Profile ***/
.fixed_inner.font_en_rob .cp_box table tr td ul.officer_list li .o_tit {
  width: 130px;
}

.fixed_inner.font_en_rob .cp_box table tr td ul.officer_list li .o_txt {
  width: calc(100% - 130px);
}

/***  Privacy Policy ***/
.pp_box ol.pp_ol_enlist {
  padding: 0;
}

.article .pp_box ol.pp_ol_enlist li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.article .pp_box ol.pp_ol_enlist li span {
  font-size: 1.1em;
  padding-right: .3em;
}

/*** Recruitment ***/
.fixed_inner.font_en_rob .ritopBox_inner .ritopBox_txt span {
  padding-right: .5em;
}

.fixed_inner.font_en_rob .ri_bottom_btnArea .ri_bottom_btn,
.fixed_inner.font_en_rob .reccat_btnArea .reccat_btn {
  max-width: 280px;
}

.fixed_inner.font_en_rob .reccat_top_table tr td,
.fixed_inner.font_en_rob .reccat_bottom_table tr td {
  line-height: 1.4;
}

.fixed_inner.font_en_rob .apply_btn a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
}

/* popup */
.popArea.font_en_rob .mad_cond_box .cond_tit {
  width: 8.5em;
  color: #567d1b;
}

.popArea.font_en_rob .mad_cond_box .cond_txt {
  width: calc(100% - 8.5em);
}

/*** Contact Us ***/
.inquiry_box .telnum span.telnum_dt {
  display: block;
  padding-left: 4em;
  font-size: .8em;
  line-height: 1.2;
  color: #846D39;
  font-weight: 500;
}

/***************
*** 投稿 
***************/
/*** 一覧、詳細 ***/
.category-event_en .content-in .pp_inner_in,
.category-information_en .content-in .pp_inner_in,
.category-sdgs_en .content-in .pp_inner_in,
.categoryid-22 .content-in .pp_inner_in,
.categoryid-24 .content-in .pp_inner_in,
.categoryid-26 .content-in .pp_inner_in {
  font-family: "Roboto", sans-serif;
}

.category-event_en .content-in .pp_inner_in .sidebar h3,
.category-information_en .content-in .pp_inner_in .sidebar h3,
.category-sdgs_en .content-in .pp_inner_in .sidebar h3,
.categoryid-22 .content-in .pp_inner_in .sidebar h3,
.categoryid-24 .content-in .pp_inner_in .sidebar h3,
.categoryid-26 .content-in .pp_inner_in .sidebar h3,
.category-event_en .pp_inner_in main .list a.a-wrap .entry-card-title,
.category-information_en .pp_inner_in main .list a.a-wrap .entry-card-title,
.category-sdgs_en .pp_inner_in main .list a.a-wrap .entry-card-title {
  font-size: 17px;
}

/*** 投稿が無い場合 Coming Soonにテキスト変更済 ***/
.posts-not-found h2 {
  display: none;
}

.posts-not-found p {
  font-family: 'Libre Baskerville', serif;
  font-size: 2em;
  background: #f4eedf;
  padding: 10%;
  text-align: center;
  color: #4b300b;
  font-weight: 700;
  border-radius: 10px;
  margin-bottom: 50px;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  .mobile-header-menu-buttons.mobile-menu-buttons {
    padding: 0 5px 0 15px;
  }
  .maincontents .sec.online_shop {
    background-position: 15% top;
  }
  .mobile-header-menu-buttons .logo-menu-button { margin: 0 8px 0 12px; }
  .mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li { height: 46px; }
  .mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li a {
    font-size: .8rem;
    line-height: 44px;
  }
  .mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li.weather_btn a img {
    height: 46px;
  }
  .mobile-header-menu-buttons .header_mcbutton .lang_switch { padding-right: 403px; }
  :lang(en-US) .mobile-header-menu-buttons .header_mcbutton .lang_switch {
    padding-right: 348px;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {
  .ftitArea .ftit {
    font-size: 3em;
  }

  .article ul,
  .article ol {
    padding-left: 0;
  }

  .app_form_box .companionArea .form-groupArea .form_group {
    width: calc((100% - 8px) / 2);
    margin-bottom: .5em;
  }

  .app_form_box .companionArea .form-groupArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ssc_subbnrbox .ssc_bnr_volunteer {
    margin-bottom: 10px;
  }
  .lang_switch ul li a { font-size: .8rem; padding: .3em .4em .4em;}
  .mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li { height: 44px; }
  .mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li a {
    line-height: 42px;
    padding: 0 8px;
  }
  .mobile-header-menu-buttons .header_mcbutton .mcbutton_inner li.weather_btn a img {
    height: 44px;
  }
  .mobile-header-menu-buttons .header_mcbutton .lang_switch { padding-right: 377px; }
  :lang(en-US) .mobile-header-menu-buttons .header_mcbutton .lang_switch {
    padding-right: 323px;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .mobile-header-menu-buttons .header_mcbutton .mcbutton_inner {
    display: none;
  }

  .menu-drawer .menu-item-39,
  .menu-drawer .menu-item-40,
  .footer .footer-bottom .footer-bottom-content .copyright br,
  .footer-bottom .footer-bottomArea .f_add br,
  .access p br:first-of-type {
    display: block;
  }

  .mobile-header-menu-buttons.mobile-menu-buttons { padding: 0 15px; }

  .catchArea .catchtit {
    border-left: 7px solid #fff;
    font-size: 33px;
  }

  .screen_menu ul li {
    width: 201px;
  }

  .logo-menu-button {
    min-width: 280px;
  }

  .sec h2 {
    font-size: 30px;
  }

  .main_info .sec_inner,
  .course_guide .cguide_inner {
    max-width: 500px;
  }

  .main_info h2 {
    padding-left: .5em;
  }

  .main_info .sec_inner .infoarea {
    padding: 0;
    margin-top: .3em;
  }

  .infoarea .widget-entry-card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: left;
  }

  .infoarea .widget-entry-card-content .new-entry-card-date {
    margin-bottom: .3em;
  }

  .cguide_inner .cg_area .cg_inner,
  .footer .bannarArea ul,
  .footer .footer-bottom .footer-bottomArea .footer-bottom-logo,
  .navi-menu-content .drawerArea,
  .content-in .pp_inner_in,
  .slide_inner .si_imgArea,
  .courseArea .courserayout,
  .restauran_box .r_box_inner,
  .onlineshop_box .o_box_inner,
  .snag_box .snag_box_inner,
  .pgc_content .pgc_box,
  .pgc_txtArea .pgc_ul li,
  .access_box .access_box_inner,
  .access_box .hotel_box,
  .gc_ipm_box .gcipm_col,
  .onlineshop_box .os_banner a,
  .caddy_jobArea .cady_box,
  .ssc_2024bnrArea .ssc_2024bnrInt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cg_inner .cg_box,
  .panelArea .col2_panel .panel_box,
  .panelArea .col3_panel .panel_box,
  .footer-bottom .footer-bottomArea .footer-bottom-logo .logo,
  .navi-menu-content .drawerArea .menu-drawer,
  .navi-menu-content .drawerArea .menu-drawer02,
  .pp_inner_in main.main,
  .pp_inner_in .sidebar,
  .courserayout .courserayout_box,
  .restauran_box .r_box_inner .r_splitBox,
  .onlineshop_box .o_box_inner .r_splitBox,
  .snag_box .snag_box_inner .txt,
  .pgc_box .pgc_img,
  .pgc_box .pgc_txtArea,
  .pgc_txtArea .pgc_ul li div,
  .access_box_inner .abi_box,
  .hotel_box .hotel_info,
  .hotel_box .hotel_img,
  .gc_ipm_img .gcipm_imgbox,
  .antibacterial_box .anti_txt,
  .antibacterial_box .anti_img,
  .nh_style_img .nhstyle_img_box,
  .os_banner .os_banner_img,
  .cady_box .cady_box_tit,
  .cady_box .cady_box_content,
  .ssc_2024bnrInt .ssc_mainbnrbox,
  .ssc_2024bnrInt .ssc_subbnrbox {
    width: 100%;
  }

  .cg_inner .cg_box+.cg_box {
    margin-top: 10px;
  }

  .panelArea .panel_inner,
  .footer-bottom .footer-bottomArea .f_menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .bannarArea {
    max-width: 186px;
    padding: 35px 0 20px;
  }

  .footer .bannarArea ul li {
    margin: 0;
    width: 100%;
  }

  .footer .bannarArea ul li+li {
    margin-top: 15px;
  }

  .footer .footer-bottom .footer-bottomArea {
    max-width: 540px;
  }

  .footer-bottom .footer-bottomArea .footer-bottom-logo .logo {
    max-width: 380px;
  }

  .footer-bottom .footer-bottomArea .f_menu ul {
    padding: 0 20px;
  }

  .footer-bottom .footer-bottomArea .f_menu {
    padding: 0 0 1.5em;
  }

  .footer-bottomArea .f_menu ul li {
    margin-top: 1.2em;
  }

  .footer .footer-bottom .footer-bottom-content .copyright {
    text-align: left;
    padding: .5em 1.5em;
  }

  .sega_sammy h2.img_h2 {
    max-width: 310px;
  }

  .navi-menu-content .drawerArea .menu-drawer02 {
    margin-top: 30px;
  }

  .ftitArea {
    top: -105px;
  }

  .ftitArea .ftit {
    font-size: 2.5em;
  }

  .content-in .pp_inner_in,
  .entry-content .fixed_mainArea .fixed_inner {
    max-width: 600px;
  }

  .pagination {
    margin: 30px 0;
  }

  .single .pp_inner_in main.main article .entry-title {
    font-size: 1.2em;
  }

  .scrolltable table {
    font-size: .9em;
  }

  .slide_inner .si_imgArea .wt-img {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  .slide_inner .si_imgArea .o-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.2em;
  }

  .article .hole_tablebox .hole_table,
  .entry-content .fixed_mainArea .cr_tableArea table.business_table {
    margin-bottom: 1em;
  }

  .o-img .hole_photo {
    width: 48.5%;
  }

  .o-img .hole_photo+.hole_photo {
    margin: 0;
  }

  .cady_box .cady_box_tit {
    margin-bottom: .5em;
  }

  .entry-content .fixed_mainArea .cr_tableArea h3.hole_tit {
    margin-top: 1.5em;
  }

  .restauran_box .r_splitBox .r_box_inner,
  .restauran_box .r_box_inner.r_box_banner {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial
  }

  .restauran_box .r_splitBox .r_box_inner .r_splitBox {
    width: 48.5%;
  }

  .gallery_box .gallery_box_img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery_box .gallery_box_img a {
    width: 50%;
  }

  .snag_box .img {
    margin: 0 auto;
    width: 100%;
    max-width: 230px;
  }

  .tt_result_tabArea .tabArea li {
    width: calc((100% - 50px) / 5);
    font-size: .9em;
  }

  .pgc_box .pgc_img {
    max-width: 330px;
    margin: 0 auto 1em;
  }

  .pgc_txtArea .pgc_ul li+li {
    margin-top: .5em;
  }

  .pgc_txtArea .pgc_ul li .dt_tit span {
    display: none;
  }

  .hotel_box .hotel_img {
    margin: 0 auto;
  }

  .antibacterial_box .anti_img {
    text-align: center;
    margin-bottom: 20px;
  }

  .antibacterial_box .anti_img img {
    max-width: 130px;
  }

  .qa_box .a_txt {
    padding: 0;
  }

  .cady_box_content ul.cady_det li {
    width: calc((100% - 16px) / 2);
  }

  #tubular-container iframe {
    display: none;
  }

  #movieArea {
    background-image: none;
    background-position: center;
    background-size: 100%;
    background-repeat: round;
  }

  #movieArea:before {
    background-image: url(https://www.the-north.co.jp/wp/wp-content/uploads/2021/05/top_main_sp.jpg);
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-position: center;
  }

  .topmain .sp_spemenuArea {
    display: block;
    position: absolute;
    right: 0;
    top: 20%;
  }

  .sp_spemenuArea .mcbutton_inner .mcbutton {
    width: 150px;
    height: 48px;
  }

  .sp_spemenuArea .mcbutton_inner .mcbutton a {
    display: block;
    height: 100%;
    padding: 0 10px;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
  }

  .sp_spemenuArea .mcbutton_inner .mcbutton a i {
    padding-left: .5em;
  }
  .sp_spemenuArea .mcbutton_inner .mcbutton.weather_btn a,
  :lang(en-US) .sp_spemenuArea .mcbutton_inner .mcbutton.weather_btn a {
    display: block;
    padding: 0;
  }
  .sp_spemenuArea .mcbutton_inner .mcbutton.weather_btn a img { vertical-align: top; }

  .ssc_2024bnrInt .ssc_mainbnrbox {
    margin-bottom: 10px;
  }

  /**** 新採用情報 ****/
  .recruit_topCont .topcont_bnrArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topcont_bnrArea .top_main_bnr,
  .topcont_bnrArea .top_main_bnr.bnr_ri {
    margin: 0 auto 20px;
  }

  .recruit_catArea .reccat_top_table {
    font-size: 1em;
  }

  .topinfo_catbnrArea .cat_bnrbox {
    width: calc(100% / 2);
  }

  .post_sdgs .entry-card-wrap {
    width: calc((100% - 40px) / 2);
  }

  /**** 言語スイッチ ****/
  .mobile-header-menu-buttons .header_mcbutton .lang_switch,
  :lang(en-US) .mobile-header-menu-buttons .header_mcbutton .lang_switch,
  .lang_switch ul li {
    padding-right: 0;
  }

  /**** 英語ページ ****/
  :lang(en-US) .sp_spemenuArea .mcbutton_inner .mcbutton a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 10px 0;
    text-align: left;
  }

}

/*480px以下*/
@media screen and (max-width: 480px) {

  .restauran_box .r_box_inner.r_box_banner,
  .tt_result_contentArea .result_content .tt_box_inner,
  .a_txt_inner ul li,
  .reccat_btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .restauran_box .r_box_inner .col_img,
  .result_content .tt_box_inner .tt_box_img,
  .result_content .tt_box_inner .tt_box_txt,
  .a_txt_inner ul.rental_cs li .li_txt,
  .a_txt_inner ul.dra_nia li .li_txt,
  .app_form_box .companionArea .form-groupArea .form_group {
    width: 100%;
  }

  .tt_result_tabArea .tabArea li {
    width: calc((100% - 40px) / 4);
  }

  .entry-content .fixed_mainArea h3 span {
    display: block;
    padding-left: 0;
  }

  .cp_box table tr th,
  .cp_box table tr td,
  .recruit_box table tr th,
  .recruit_box table tr td {
    width: 100%;
    display: block;
    border-width: 1px 1px 0 1px;
    padding: .4em .5em .5em;
  }

  .cp_box table tr td {
    text-align: center;
  }

  .cp_box table tr:last-child td,
  .recruit_box table tr:last-child td {
    border-width: 1px;
  }

  .cp_box table tr td .logo_img {
    margin: .3em auto;
  }

  .access_mapArea .a_map {
    padding-bottom: 40%;
  }

  .hotel_details ul li .h_zip {
    display: block;
  }

  .reccat_top_table tr th,
  .reccat_top_table tr td,
  .reccat_bottom_table tr th,
  .reccat_bottom_table tr td {
    width: 100%;
    display: block;
    font-size: .95em;
  }

  .reccat_top_table tr td,
  .reccat_bottom_table tr td,
  .reccat_bottom_table tr th {
    border-top: 0;
  }

  .reccat_btnArea .reccat_btn {
    margin: 0 auto;
  }

  .reccat_btnArea .reccat_btn+.reccat_btn {
    margin: 20px auto 0;
  }

  .popArea .pop_table tr th,
  .popArea .pop_table tr td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }

  .popArea .pop_table tr:last-child td {
    border-bottom: 1px solid #94ae97;
  }

  .ri_bottom_btnArea .ri_bottom_btn {
    margin: 0 auto;
  }

  .post_sdgs .new-entry-cards {
    margin: 0 -5px;
  }

  .post_sdgs .entry-card-wrap {
    width: calc((100% - 20px) / 2);
    margin: 5px;
  }

  /* en_popup */
  .popArea.font_en_rob .mad_txt_box .mad_cond_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popArea.font_en_rob .mad_txt_box .mad_cond_box+.mad_cond_box {
    margin-top: 1em;
  }

  .popArea.font_en_rob .mad_cond_box .cond_tit,
  .popArea.font_en_rob .mad_cond_box .cond_txt {
    width: 100%;
  }

  .fixed_inner.font_en_rob .pgc_txtArea .pgc_ul li .dt_txt br {
    display: block;
  }

  .fixed_inner.font_en_rob .pgc_txtArea .pgc_ul li .dt_txt .ac_pdr:nth-of-type(2) {
    padding-left: 1em;
  }

  .fixed_inner.font_en_rob .pgc_txtArea .pgc_ul li .dt_txt span.db_span .ac_pdr {
    padding-right: 0;
    width: 100%;
    display: block;
    padding-top: .2em;
  }

  /*menu 言語スイッチ*/
  .mobile-header-menu-buttons.mobile-menu-buttons .header_mcbutton .lang_switch {
    display: none;
  }

  .navi-menu-content .sp_lang_switchbox {
    display: block;
    padding: 30px 6% 0;
  }
}

/*370px以下*/
@media screen and (max-width: 370px) {
  .logo-menu-button {
    min-width: 240px;
  }

  .footer-bottom .footer-bottomArea .f_menu ul {
    padding: 0;
  }

  .catchArea .catchtit {
    font-size: 27px;
  }

  .navi-menu-content .d_sub_menu ul,
  .mad_txt_box .mad_cond_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navi-menu-content .d_sub_menu ul li+li {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1em;
  }

  .ftitArea {
    top: -100px;
  }

  .ftitArea .ftit {
    font-size: 2.1em;
  }

  .slide_inner .si_imgArea .o-img {
    margin-bottom: 2em;
  }

  .pgc_txtArea .pgc_ul li .dt_txt br {
    display: block;
  }

  .pgc_txtArea .pgc_ul li .dt_txt .ac_pdr:nth-of-type(2) {
    padding-left: 0;
  }

  .topmain .sp_spemenuArea {
    top: 25%;
  }

  .mad_cond_box .cond_tit,
  .mad_cond_box .cond_txt,
  .topinfo_catbnrArea .cat_bnrbox {
    width: 100%;
  }

  .mad_cond_box .cond_tit {
    margin-bottom: .3em;
  }
}