@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2025/04/14  */


/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  引き継ぎcss
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption{
	text-decoration:none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*---------------------------------------------------------------------------
 * base
 *---------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*font---------------------------------------------------------------------------*/
body {
  font-size: 14px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  letter-spacing: 1px;
  color: #333;
}

h1, h2, h3, h4, h5, h6, p, li, a, td {
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
}

a:link,
a:visited {
  color: #333;
}

p {
  line-height: 180%;
  letter-spacing: 1px;
}

/*---------------------------------------------------------------------------
 * tpl
 *---------------------------------------------------------------------------*/
.visible_pc {
  display: block;
}

.visible_sp {
  display: none;
}

.hover_opa:hover {
  opacity: 0.7;
}

.float-left,
.float-left_pc {
  float: left;
}

.float-right,
.float-right_pc {
  float: right;
}

.hover_opa:hover {
  opacity: 0.7;
}

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

  .visible_sp {
    display: block;
  }

  .float-left_pc {
    float: none;
  }

  .float-right_pc {
    float: none;
  }
}
@media screen and (min-width: 640px) {
  .unit_box.ub-col2 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .unit_box.ub-col2:after {
    content: '';
    display: block;
    clear: both;
  }
  .unit_box.ub-col2 .unit_item {
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .unit_box.ub-col2.reverse .unit_item {
    float: right;
  }
}
@media screen and (min-width: 640px) {
  .unit_box.ub-col3 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .unit_box.ub-col3:after {
    content: '';
    display: block;
    clear: both;
  }
  .unit_box.ub-col3 .unit_item {
    float: left;
    width: 33.3333333333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .unit_box.ub-col3.reverse .unit_item {
    float: right;
  }
}
@media screen and (min-width: 640px) {
  .unit_box.ub-col4 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .unit_box.ub-col4:after {
    content: '';
    display: block;
    clear: both;
  }
  .unit_box.ub-col4 .unit_item {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .unit_box.ub-col4.reverse .unit_item {
    float: right;
  }
}

.flex_box {
  display: flex;
}
@media screen and (max-width: 639px) {
  .flex_box {
    display: block;
  }
}

.tx_center {
  text-align: center;
}

.tx_left {
  text-align: left;
}

@media screen and (max-width: 639px) {
  .tx_left_sp {
    text-align: left;
  }
}

.tx_right {
  text-align: right;
}

.tx_smaller {
  font-size: 85%;
  font-weight: normal;
}

.tx_larger {
  font-size: 120%;
  font-weight: normal;
}

.tx_bold {
  font-weight: bold;
}

.tx_uline {
  text-decoration: underline;
}
.title01{
	  margin-bottom: 30px;
}
.title01 h2{
  font-size: 32px;
  margin-bottom: 5px;
  letter-spacing: 3px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 110%;
  font-weight: 500;
}
.title01 p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}


.title02 {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c4a37c;
  font-size: 18px;
  letter-spacing: 2px;
}
.title02 span {
  color: #333;
}

.title03 {
  display: inline-block;
  min-width: 200px;
  margin-bottom: 15px;
  border: 1px solid #eae1bd;
  border-left: 4px solid #ddc151;
  padding: 3px 15px;
  background: #fffefe;
  font-size: 19px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 2px;
}

.title04 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.title_center {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 25px;
}
.title_center span {
  display: block;
  color: #209db8;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}

.box_tx p {
  margin-bottom: 15px;
}

.box_tx p:last-child {
  margin-bottom: 0;
}

.tx_catch {
  font-size: 18px;
  color: #333;
  letter-spacing: 2px;
}

.title_en {
  font-family: 'Barlow Condensed', sans-serif;
}

@media screen and (max-width: 639px) {
  .title01 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
  }
  .title01 span {
    font-size: 12px;
  }

  .title02 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .title03 {
    font-size: 17px;
    min-width: 150px;
  }

  .title_center {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .tx_catch {
    font-size: 14px;
  }
}
.ex-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-right: 10px;
  margin-left: 5px;
  opacity: 0.5;
}

a.btn , .btn input {
  -webkit-appearance: none;
  border-radius: 0;
  color: #333 !important;
  display: inline-block;
  min-width: 190px;
  border: 1px solid #c4a37c;
  padding: 0 20px;
  background: #fff !important;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  line-height: 32px;
  font-size: 14px !important;
	position:relative;
}
.btn a.btn_cont, .btn input.btn_cont {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.btn_arrow_right a, .btn input .btn_arrow_right {
  position: relative;
  display: inline-block;
  border-top: 1px solid #c4a37c;
  margin: 0 10px 0 5px;
}
.btn_arrow_right a:after, .btn input .btn_arrow_right:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 4px;
  border-top: 1px solid #c4a37c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  right: 0;
}
a.btn:hover, .btn input:hover {
  background: #c4a37c !important;
  color: #fff!important;
  border-color: #c4a37c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.btn:hover .btn_arrow_right, .btn input:hover .btn_arrow_right {
  margin: 0 5px 0 5px;
  width: 25px;
  border-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn a:hover .btn_arrow_right:after, .btn input:hover .btn_arrow_right:after {
  border-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn_arrow a, .btn input.btn_arrow a {
  padding-right: 5px;
}

.btn_arrow_wide a {
  text-decoration: none;
}
.btn_arrow_wide a span {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #c4a37c;
  padding: 5px 25px 5px 0;
}
.btn_arrow_wide a span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 5px;
  border-top: 1px solid #c4a37c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  right: 0;
}
.btn_arrow_wide a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 5px;
}
.btn_arrow_wide a:hover span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 5px 30px 5px 0;
}

.title_2col {
  position: relative;
  margin-bottom: 25px;
}
.title_2col h1 {
  margin-bottom: 0;
}
.title_2col .btn_arrow_wide a {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.title_2col .btn_arrow_wide a:hover {
  right: 15px;
}

.list_decimal li {
  font-size: 110%;
  margin-bottom: 5px;
}
.list_decimal li:before {
  content: "●";
  color: #c4a37c;
  font-size: 12px;
	margin-right:4px;
}
.list_decimal li span {
  display: block;
  font-size: 12px;
}

.tbl {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #333;
  background: #fff;
}
.tbl tr td, .tbl tr th {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  line-height: 200%;
  vertical-align: middle;
  text-align: left;
}
.tbl tr td .small, .tbl tr th .small {
  display: block;
  font-weight: normal;
}
.tbl tr th {
  width: 35%;
  background: #faf8f5;
  color: #333;
}

.tbl01 {
  text-align: left;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.tbl01 th {
  border-right: 2px solid #c4a37c;
  padding-right: 10px;
}
.tbl01 td {
  padding-left: 20px;
}

.dsp_table {
  display: table;
}
.dsp_table .dsp_tr {
  display: table-row;
}
.dsp_table .dsp_tr .dsp_th,
.dsp_table .dsp_tr .dsp_td {
  display: table-cell;
}

.overflow_scroll {
  overflow: scroll;
}

@media screen and (max-width: 639px) {
  .btn a, .btn input {
    line-height: 30px;
    font-size: 12px;
    min-width: 170px;
    padding: 0 15px;
  }
  .btn.btn_arrow a, .btn input.btn_arrow a {
    padding-right: 0;
  }

  .btn_arrow_wide a {
    font-size: 12px;
  }

  .tbl_resp tr td, .tbl_resp tr th {
    display: block;
    width: 100%;
  }
}
.mb-xlg {
  margin-bottom: 50px;
}

.mb-lg {
  margin-bottom: 40px;
}

.mb-md {
  margin-bottom: 20px;
}

.mb-sm {
  margin-bottom: 15px;
}

@media screen and (max-width: 639px) {
  .mb-xlg_sp,
  .mb-xlg {
    margin-bottom: 40px;
  }

  .mb-lg_sp,
  .mb-lg {
    margin-bottom: 30px;
  }

  .mb-md_sp,
  .mb-md {
    margin-bottom: 20px;
  }

  .mb-sm_sp,
  .mb-sm {
    margin-bottom: 10px;
  }
}
.defs {
  display: none;
}

.copyright {
  text-align: center;
  font-size: 11px;
  padding: 10px 20px;
}

@media screen and (max-width: 639px) {
  .copyright {
    padding: 15px 0 0;
  }
}
body {
  width: 100%;
  min-width: 1030px;
}
body .container {
  width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
body .container:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 639px) {
  body {
    width: 100%;
    min-width: 0;
    font-size: 13px;
  }
  body .container {
    width: 100%;
    padding: 0 20px;
  }
}

header {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 85px;
}
header .container #drawer_wrapper #drawer_content #gnav .gnav_box ul li a {
  line-height: 100%;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  header #title_logo {
    float: left;
    margin-top: 6px;
  }
  header #title_logo a {
    display: block;
  }
  header #title_logo a img {
    height: 40px;
  }
  header .container #drawer_wrapper #drawer_content #gnav {
    padding-top: 20px;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box {
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box:after {
    content: '';
    display: block;
    clear: both;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box ul {
    padding: 10px 0;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box ul:after {
    content: '';
    display: block;
    clear: both;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box ul li a {
    padding: 10px 15px;
    display: block;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box.gnav_box_left {
    float: left;
    width: 845px;
    background: #fff;
    padding: 0 20px;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box.gnav_box_left ul {
    float: right;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box.gnav_box_left ul li {
    float: left;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box.gnav_box_left ul li a {
    color: #333;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box.gnav_box_left ul li a:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #c4a37c;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box.gnav_box_right {
    float: right;
    width: 140px;
    background: #333;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box.gnav_box_right:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #c4a37c;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box.gnav_box_right:hover ul li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box.gnav_box_right ul {
    padding: 0;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box.gnav_box_right ul li a {
    color: #fff;
    text-align: center;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 639px) {
  header {
    height: 60px;
    position: static;
  }
  header .container #mainlogo_sp {
    padding: 10px;
  }
  header .container #mainlogo_sp a {
    display: inline-block;
  }
  header .container #mainlogo_sp a img {
    height: 40px;
  }
  header .container #title_logo {
    float: none;
    text-align: center;
  }
  header .container #title_logo a {
    display: block;
  }
  header .container #title_logo a img {
    width: auto;
    padding: 2px;
    height: 40px;
  }
  header .container #drawer_wrapper {
    position: fixed;
    z-index: 999;
    height: 100%;
    left: -240px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  header .container #drawer_wrapper #drawer_content {
    position: absolute;
    left: -50px;
    width: 240px;
    height: 100%;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -ms-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
  }
  header .container #drawer_wrapper #drawer_content #gnav {
    padding: 10px 0;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box ul li {
    float: none;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box ul li a {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #ababab;
  }
  header .container #drawer_wrapper #drawer_content #gnav .gnav_box ul li a:hover {
    color: #c4a37c;
  }
  header .container #drawer_wrapper.active {
    width: 100%;
    left: 0;
  }
  header .container #drawer_wrapper.active #drawer_content {
    background: #fff;
    left: 0;
  }
}

.main-section header{
	position:relative;
	height:auto;
	border-bottom:solid 1px var(--vk-color-custom-1);
	padding-bottom:15px;
	
}
.main-section header h1{
	font-size:24px;
}

@media screen and (max-width: 639px) {
  .active #toggle_nav {
    right: -40px;
    top: 10px;
    background: url(images/common_img/btn_nav.png) center -30px no-repeat;
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 639px) and (min-device-pixel-ratio: 2) {
  .active #toggle_nav {
    background-image: url("images/common_img/btn_nav@2x.png");
    background-size: 30px 60px;
  }
}

@media screen and (max-width: 639px) {
  #toggle_nav {
    position: absolute;
    z-index: 999;
    top: 15px;
    right: -95px;
    width: 30px;
    height: 30px;
    padding: 0 5px;
    border-radius: 2px;
    background: url(images/common_img/btn_nav.png) center 0 no-repeat;
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 639px) and (min-device-pixel-ratio: 2) {
  #toggle_nav {
    background-image: url("images/common_img/btn_nav@2x.png");
    background-size: 30px 60px;
  }
}

#page_header {
  position: relative;
  overflow: hidden;
  height: 250px;
  background: url("images/common_img/pagetitle.jpg") center no-repeat;
  background-size: cover;
}
#page_header .page_header_filter {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
#page_header .page_header_filter .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
#page_header .page_header_filter .page_title h1 {
  color: #fff;
  font-size: 38px;
  letter-spacing: 3px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 110%;
  font-weight: 500;
}
#page_header .page_header_filter .page_title h1 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
@media screen and (max-width: 639px) {
  #page_header {
    height: 150px;
  }
  #page_header .page_header_filter .page_title img {
    width: 30px;
  }
  #page_header .page_header_filter .page_title h1 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-top: -30px;
  }
  #page_header .page_header_filter .page_title h1 span {
    font-size: 14px;
  }
}

#content_main {
  width: 100%;
}
#content_main section {
  padding: 80px 0 80px;
}
#content_main section.bg_color01 {
  background: #faf8f5;
}
.box_smaller {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#content_main #pankuzu {
  padding: 8px 0;
  border-bottom: 1px solid #c4a37c;
}
#content_main #pankuzu > * {
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 639px) {
  #content_main section {
    padding: 50px 0 50px;
  }
  #content_main section.bg_color01 {
    background: #faf8f5;
  }
}

footer {
  font-size: 13px;
  background: #faf8f5;
  border-top: 1px solid #c4a37c;
}
footer .container {
  padding: 40px 15px;
}
footer .container:after {
  content: '';
  display: block;
  clear: both;
}
footer .container .footer_address {
  float: left;
  width: 320px;
}
footer .container .footer_address span {
  display: block;
  margin-bottom: 10px;
  line-height: 150%;
}
footer .container .footer_address .tel-sp {
  display: inline-block;
  margin-bottom: 0;
}
footer .container .footer_address #footer_btn a {
  min-width: 100px;
  font-size: 13px;
}
footer .container .footer_address #footer_btn a.footer_btn_members {
  margin-left: 10px;
}
footer .container nav {
  float: right;
  width: 640px;
}
footer .container nav > div {
  width: 180px;
  float: left;
  margin-left: 25px;
}
@media screen and (min-width: 640px) {
  footer .container nav > div:nth-child(2) {
    width: 200px;
  }
}
.footer_nav_list {
  border-top: 2px solid #333;
  padding-top: 15px;
	padding-left:0 !important;
}
ul.footer_nav_list li{
	margin:0 !important;
}
ul.footer_nav_list li a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 5px;
}
ul.footer_nav_list li a:hover {
  text-decoration: underline;
}
ul.footer_nav_list li i {
  font-size: 120%;
}
ul.footer_nav_list li i.fa-facebook-official {
  color: #333;
}
ul.footer_nav_list li ul{
	padding-left:0;
}
ul.footer_nav_list li ul li:before {
  content: '-';
  padding-right: 5px;
}
@media screen and (max-width: 639px) {
  footer #pagetop a i {
    font-size: 50px;
    line-height: 40px;
  }
  footer .container {
    width: auto;
    padding: 30px 20px;
  }
  footer .container .footer_address {
    float: none;
    width: auto;
    text-align: center;
	  padding-right:30px
  }
  footer .container .footer_address .btn, footer .container .footer_address .btn input, .btn footer .container .footer_address input {
    margin-bottom: 20px;
  }
  footer .container .footer_address .btn a, .btn footer .container .footer_address input a {
    font-size: 12px;
    padding: 0 10px;
  }
  footer .container nav {
    float: none;
    width: auto;
  }
  footer .container nav > div {
    float: none;
    width: auto;
    margin-left: 0;
    text-align: center;
  }
ul.footer_nav_list {
    border-top: none;
    padding-top: 0;
    text-align: left;
  }
ul.footer_nav_list > li {
    border-top: 1px solid #ccc;
    padding: 8px 0;
  }
ul.footer_nav_list li a {
    padding: 8px 0;
    margin: 0;
    line-height: 100%;
  }
}

.st0 {
  fill: #333;
}

footer .footer_container .footer_logo {
  margin-bottom: 20px;
  line-height: 100%;
}
footer .footer_container .footer_logo, footer .footer_container .footer_logo * {
  vertical-align: bottom;
  color: #333;
  letter-spacing: 1px;
}
footer .footer_container .footer_logo span {
  display: block;
  margin-bottom: 15px;
  font-size: 80%;
}
footer .footer_container .footer_logo a img {
  margin-right: 3px;
  margin-bottom: -4px;
}
footer .footer_container .footer_address p {
  line-height: 200%;
}

#pagetop_fixed {
  position: fixed;
  right: 10px;
  bottom: 20px;
}

@media screen and (max-width: 639px) {
  #pagetop_fixed {
    bottom: 10px;
  }
  #pagetop_fixed img {
    width: 25px;
  }
}
/*===========================================================================
 *
 * index
 *
 *===========================================================================*/
@keyframes fadeIn {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.test {
  width: 20px;
}

#main_area {
  position: relative;
  overflow: hidden;
  background: #000;
}
#main_area #main_logo {
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  margin-top: 25px;
  transform: translateY(-50%) translateX(-50%);
}
#main_area #main_img_box {
  background: url(./images/index_img/ph_indexmain01.jpg) no-repeat center center/cover;
  height: 100%;
  width: 100%;
  animation-name: fadeIn;
  animation-duration: 5s;
}
@media screen and (max-width: 639px) {
  #main_area #main_img_box {
    background: url(./images/index_img/ph_indexmain01_sp.jpg) no-repeat center center/cover;
  }
}

#news_area {
  padding: 25px 0;
  border-bottom: 1px solid #c4a37c;
}
#news_area h1 {
  float: left;
  width: 140px;
  margin-bottom: 0;
}
#news_area ul {
  float: left;
  width: 860px;
}
#news_area ul li:last-child p {
  margin-bottom: 0;
}
#news_area ul li p {
  margin-bottom: 5px;
}
#news_area ul li p:after {
  content: '';
  display: block;
  clear: both;
}
#news_area ul li p time {
  float: left;
  display: inline-block;
  width: 80px;
  letter-spacing: 0;
}
#news_area ul li p span {
  float: left;
  width: 770px;
}
#news_area ul li p span a:hover {
  opacity: 0.7;
}

#index-greeting {
  background: #faf8f5;
  padding: 100px 0;
}

#index-greeting  h2 {
  letter-spacing: 3px;
  font-size: 28px;
  line-height: 180%;
  margin-bottom: 30px;
}
#index-greeting   p {
  line-height: 200%;
  letter-spacing: 1px;
}
#index-greeting   .ph01{
	margin-bottom:0
}
#index-greeting   .ph01 img{
  margin-bottom: 20px;
  border-radius: 10px 10px 0 0;
}
#index-greeting  .ph02 {
	padding-right:7px;
}
#index-greeting  .ph03{
	padding-left:7px;
}
#index-greeting  .ph02 img{
  border-radius: 0 0 0 10px;
}
#index-greeting  .ph03 img{
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 639px) {
  #index-greeting {
    padding: 40px 0;
  }
  #index-greeting #ub_greetingph .left_col {
    width: auto;
  }
  #index-greeting #ub_greetingph .left_col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #index-greeting #ub_greetingph .right_col {
    width: auto;
  }
  #index-greeting #ub_greetingph .right_col .ph_box .ph01 {
    margin-bottom: 15px;
  }
  #index-greeting #ub_greetingph .right_col .ph_box .ph02 {
    width: 38%;
  }
  #index-greeting #ub_greetingph .right_col .ph_box .ph03 {
    width: 58%;
  }
}

#index-facilities {
  position: relative;
  padding: 0px 0 70px;
	margin-top:-50px;
}
#index-facilities #index-facilities-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 200px;
  background: url(./images/index_img/bg_wall.jpg) 50% 0 repeat-x;
  background-size: 1000px;
}
#index-facilities .title01 {
  color: #fff;
}
@media screen and (min-width: 640px) {
  #index-facilities #index-facilities-box {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  #index-facilities #index-facilities-box:after {
    content: '';
    display: block;
    clear: both;
  }
  #index-facilities #index-facilities-box .unit_item {
    float: left;
    width: 33.3333333333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  #index-facilities #index-facilities-box.reverse .unit_item {
    float: right;
  }
}
#index-facilities .index-facilities-box {
  background: #fff;
  padding: 35px 20px 30px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#index-facilities #index-facilities-box li > div figure {
  display: block;
  text-align: center;
}
#index-facilities .index-facilities-box figure img {
  width: 220px;
  margin-bottom: 20px;
  border-radius: 50%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#index-facilities h3 {
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}
#index-facilities #index-facilities-box li > div p {
  margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
  #index-facilities {
    padding: 40px 0 50px;
  }
}

#index-features{
	  padding: 50px 0 10px  !important;
}

#index-features  h3 {
  font-weight: bold;
  margin-bottom: 5px;
	 font-size: 14px;
}
#index-features  p {
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  #index-features {
    padding: 50px 0;
    background-size: cover;
  }
  #index-features .index-features-ub li {
    position: relative;
  }
  #index-features .index-features-ub li:after {
    content: '';
    display: block;
    clear: both;
  }
  #index-features .index-features-ub li .if-left {
    position: absolute;
    left: 0;
  }
  #index-features .index-features-ub li .if-right {
    width: auto;
    float: left;
    padding-left: 60px;
  }
}

#index-events {
  padding: 50px 0;
}
section#index-events h1 {
  text-align: left;
}
@media screen and (min-width: 640px) {
  section#index-events .unit_box {
    margin-left: -20px;
    margin-right: -20px;
  }
  section#index-events .unit_box:after {
    content: '';
    display: block;
    clear: both;
  }
  section#index-events .unit_box .unit_item {
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  section#index-events .unit_box.reverse .unit_item {
    float: right;
  }
}
section#index-events #events_upcoming .event_pickup {
  position: relative;
}
section#index-events #events_upcoming .event_pickup .ribbon {
  position: absolute;
  z-index: 777;
  left: 0;
  top: 0;
  width: 30%;
  margin-top: -3px;
  margin-left: -3px;
}
section#index-events #events_upcoming .event_pickup a:hover {
  opacity: 0.7;
}
section#index-events #events_upcoming .event_pickup a img {
  border: 1px solid #eee;
}
section#index-events #events_upcoming ul {
  border-top: 1px dotted #ababab;
}
section#index-events #events_upcoming ul li {
  border-bottom: 1px dotted #ababab;
}
section#index-events #events_upcoming ul li a {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
section#index-events #events_upcoming ul li a:hover {
  opacity: 0.7;
}
section#index-events #events_upcoming ul li a .img_box {
  width: 120px;
  padding-right: 10px;
}
section#index-events #events_upcoming ul li a .img_box img {
  display: block;
  border: 1px solid #eee;
}
section#index-events #events_upcoming ul li a .title_box {
  flex: 1;
}
section#index-events #events_upcoming ul li a .title_box h3 {
  line-height: 180%;
}
section#index-events #events_pickup {
  text-align: center;
}
@media screen and (max-width: 639px) {
  section#index-events {
    padding: 40px 0;
  }
}

#index-sns {
  border-top: 1px solid #c4a37c !important;
  padding: 60px 0;
}
#index-sns a{
	margin-left:60px;
}
section#index-sns #box_instagram,
section#index-sns #box_facebook {
  height: 580px;
}
section#index-sns #box_instagram #wrapper_instagram ul.ig-list,
section#index-sns #box_facebook #wrapper_instagram ul.ig-list {
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
section#index-sns #box_instagram #wrapper_instagram ul.ig-list:after,
section#index-sns #box_facebook #wrapper_instagram ul.ig-list:after {
  content: '';
  display: block;
  clear: both;
}
section#index-sns #box_instagram #wrapper_instagram ul.ig-list li,
section#index-sns #box_facebook #wrapper_instagram ul.ig-list li {
  width: 50%;
  float: left;
  padding: 5px;
}
section#index-sns #box_instagram #wrapper_instagram ul.ig-list li img,
section#index-sns #box_facebook #wrapper_instagram ul.ig-list li img {
  display: block;
}
@media screen and (max-width: 639px) {
  section#index-sns {
    padding: 40px 0;
  }
  section#index-sns h1 {
    text-align: left;
  }
  section#index-sns #box_instagram {
    height: auto;
    width: auto;
  }
  section#index-sns #box_instagram #wrapper_instagram {
    width: auto;
    max-width: 335px;
    margin: 0 auto 60px;
  }
  section#index-sns #box_facebook {
    height: auto;
  }
  section#index-sns #box_facebook #wrapper_facebook {
    max-width: 335px;
    text-align: center;
    margin: 0 auto;
  }
}

#index-access {
  border-top: 1px solid #c4a37c;
  position: relative;
  padding: 0;
  height: 570px; 
}
#index-access .title01 {
  margin-bottom: 20px;
}
#index-access  {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
/* #index-access  {
  position: absolute;
  z-index: 998;
  top: 40px;
  left: 50%;
} */
#index-access  #map_info {
  position: absolute;
  right: 40px;
	top:30px !important;
  width: 420px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  right: 60px;
}
#index-access iframe{
	margin-bottom:0;
}
@media screen and (max-width: 639px) {
  #index-access {
    height: auto;
  }
  #index-access #map_wrapper {
    display: none;
  }
  #index-access  {
/*     position: static; */
    padding: 30px 0;
    background: #fff;
  }
  #index-access #map_info {
    position: static;
    width: auto;
    max-width: 100%;
    box-shadow: none;
    padding: 0 30px;
  }
}

@media screen and (max-width: 639px) {
  #main_area #main_logo {
    max-width: 20%;
  }

  #news_area {
    padding: 20px 0;
    border-bottom: 3px solid #333;
  }
  #news_area h1 {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  #news_area ul {
    float: none;
    width: auto;
  }
  #news_area ul li:last-child p {
    margin-bottom: 0;
  }
  #news_area ul li p {
    margin-bottom: 5px;
  }
  #news_area ul li p:after {
    content: '';
    display: block;
    clear: both;
  }
  #news_area ul li p time {
    float: none;
    display: block;
    width: auto;
    font-size: 12px;
    line-height: 120%;
  }
  #news_area ul li p span {
    float: none;
    width: auto;
  }

  #index-events h2 {
    text-align: center;
  }
  #index-events #events_upcoming ul li .img_box {
    width: 100px;
  }
}
@media screen and (max-width: 400px) {
  #main_area #main_circle {
    margin-top: -55px;
  }
  #main_area #main_circle .inner .circle_h {
    width: 140px;
    margin: 0 auto;
  }
  #main_area #main_circle .inner .img_box {
    width: 180px;
    margin: 0 auto 5px;
  }
  #main_area #main_circle .inner p {
    display: none;
  }
  #main_area #main_circle .inner .btn a, .btn #main_area #main_circle .inner input a {
    line-height: 20px;
    font-size: 11px;
    min-width: initial;
    min-width: auto;
    padding: 0 10px;
  }
}
/*===========================================================================
 *
 * about
 *
 *===========================================================================*/
#about-hours table {
  width: 100%;
}
#about-hours table tr th, #about-hours table tr td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#about-hours table tr th {
  padding-right: 10px;
  text-align: left;
}

@media screen and (min-width: 640px) {
  #about-access #route2klab .unit_box {
    margin-left: -30px;
    margin-right: -30px;
  }
  #about-access #route2klab .unit_box:after {
    content: '';
    display: block;
    clear: both;
  }
  #about-access #route2klab .unit_box .unit_item {
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
  #about-access #route2klab .unit_box.reverse .unit_item {
    float: right;
  }
}
#about-access #route2klab .unit_box .route_title {
  line-height: 150%;
  margin-bottom: 10px;
}
#about-access  img {
  border: 1px solid #333;
}
#about-access #access2moyori .unit_box .unit_item:nth-child(1) {
  float: right;
  width: 55%;
}
#about-access #access2moyori .unit_box .unit_item:nth-child(2) {
  float: left;
  width: 45%;
}

@media screen and (max-width: 639px) {
  #about-access #access2moyori .unit_box .unit_item:nth-child(1),
  #about-access #access2moyori .unit_box .unit_item:nth-child(2) {
    float: none;
    width: auto;
  }
}
/*===========================================================================
 *
 * guide
 *
 *===========================================================================*/
#guide-flow .dl_label .dsp_th,
#guide-flow .dl_label .dsp_td {
  vertical-align: middle;
}
.dsp_th {
  width: 130px;
  padding: 10px 0;
}
 .dsp_td {
  padding-left: 20px;
  font-size: 13px;
	 width:calc(100% - 130px)
}
 .type_label {
  display: inline-block;
  background: #c4a37c;
  padding: 5px;
  color: #fff;
  text-align: center;
}
.tbl_membership {
/*   width: 800px; */
	margin-bottom:5px;
}
 .tbl_membership tr th,
 .tbl_membership tr td {
  border: 1px solid #c4a37c;
  padding: 10px;
  line-height: 150%;
  vertical-align: middle;
}
#.tbl_membership tr.tr_r01 th {
  background: #c4a37c;
  color: #fff;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 16px;
}
 .tbl_membership tr.tr_r01 th.th_blank {
  background: none;
  border-top: none;
	 border-left:none;
}
.tbl_membership tr.tr_r01 th {
    background: #c4a37c;
    color: #fff;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 16px;
}
.tbl_membership tr th {
  text-align: left;
}
 .tbl_membership tr td {
  width: 25%;
  text-align: center;
}
.tbl_membership tr td.td_minus {
  background: #dedede;
}
.tbl_membership tr td .fa-check {
  font-size: 18px;
  color: #c4a37c;
}
#guide-notification a.btn {
	min-width:190px;
	padding:2px 30px!important;
}
#guide-notification .btn a, .btn #guide-notification input a {
  margin: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#guide-notification  a i, .btn #guide-notification input a i {
  color: #ababab !important;
}
#guide-notification  a:hover i, .btn #guide-notification input a:hover i {
  color: #fff !important;
}

@media screen and (min-width: 640px) {
  #unit_box_flow {
    margin-left: -25px;
    margin-right: -25px;
  }
  #unit_box_flow:after {
    content: '';
    display: block;
    clear: both;
  }
  #unit_box_flow .unit_item {
    float: left;
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
  }
  #unit_box_flow.reverse .unit_item {
    float: right;
  }
}
#unit_box_flow li {
  position: relative;
}


#unit_box_flow .vk_gridColumn_item::after {
  position: absolute;
  display: block !important;
  content: "" !important;
  right: -12px;
  top: 110px;
  width: 24px;
  height: 40px;
	background-size:24px !important;
  background: url("../../../wp-content/uploads/6fd7372c41dda7a8790b05e86d7d6388.png") no-repeat;
}
#unit_box_flow .vk_gridColumn_item:last-child::after {
  content: none;
	display:none !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #unit_box_flow li:after {
    background: url("./images/guide_img/arrow_right@2x.png") no-repeat;
    background-size: 24px 40px;
  }
}
 .step_head {
  padding: 5px 10px;
  background: #c4a37c;
  color: #fff;
  font-size: 16px;
}
.step_box {
  height: 230px;
  border: 1px solid #c4a37c;
  padding: 25px 10px 10px;
  text-align: center;
}
.step_box h4 {
  line-height: 100%;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
 .step_box p {
  font-size: 13px;
  text-align: left;
  letter-spacing: 0;
}
.step_box p .tel {
  display: block;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
}
.step_box p .tel a {
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 639px) {
  #guide-flow .dl_label {
    display: block;
  }
  #guide-flow .dl_label .dsp_th,
  #guide-flow .dl_label .dsp_td {
    vertical-align: middle;
  }
  #guide-flow .dl_label .dsp_th {
    display: block;
    width: auto;
    text-align: center;
    padding: 0 0 10px;
  }
  #guide-flow .dl_label .dsp_td {
    display: block;
    padding-left: 0;
    margin-bottom: 20px;
  }
  #guide-flow .dl_label .type_label {
    display: inline-block;
    width: 100%;
    background: #c4a37c;
    padding: 2px;
    color: #fff;
    text-align: center;
  }
  #guide-flow .tbl_membership {
    width: auto;
  }
  #guide-flow .tbl_membership tr th,
  #guide-flow .tbl_membership tr td {
    padding: 8px;
    line-height: 130%;
  }
.tbl_membership tr.tr_r01 th {
    font-size: 14px;
  }
  #guide-flow .tbl_membership tr td {
    width: 25%;
  }
  #guide-flow .tbl_membership tr td .fa-check {
    font-size: 16px;
  }

  #unit_box_flow li {
    max-width: 400px;
    margin: 0 auto 35px;
  }
  #unit_box_flow li:last-child {
    margin-bottom: 0;
  }
  #unit_box_flow li:last-child:after {
    content: none;
  }
  #unit_box_flow li:after {
    position: absolute;
    display: block;
    content: "";
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    margin-left: -12px;
    width: 40px;
    height: 24px;
    background: url("./images/guide_img/arrow_bottom.png") no-repeat;
  }
}
@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 639px) and (min-device-pixel-ratio: 2) {
  #unit_box_flow li:after {
    background: url("./images/guide_img/arrow_bottom@2x.png") no-repeat;
    background-size: 40px 24px;
  }
}
@media screen and (max-width: 639px) {
  #unit_box_flow li .step_box {
    height: auto;
    padding: 15px 10px;
  }
  #unit_box_flow li .step_box h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  #guide-notification .btn a, .btn #guide-notification input a {
    margin: 5px;
  }
  #guide-notification .btn a:last-child, .btn #guide-notification input a:last-child {
    margin-bottom: 0;
  }
}
/*===========================================================================
 *
 * facilities
 *
 *===========================================================================*/
/*---------------------------------------------------------------------------*/
#facility-layout .page_link {
  text-align: left;
}
.facility-layout {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: 1px solid #c4a37c;
	padding:10px;
}
#facility-layout .page_link > li a {
  display: flex;
  align-items: center;
  padding: 8px 10px 8px 20px;
  text-decoration: none;
}
#facility-layout .page_link > li a:hover {
  opacity: 0.7;
}
#facility-layout .page_link > li a .title_box {
  flex: 1;
  padding-right: 10px;
}
#facility-layout .page_link > li a .title_box p.link_title {
  font-size: 18px;
}
#facility-layout .page_link > li a .title_box p.link_title span {
  margin-right: 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3px 8px;
  color: #fff;
}
#facility-layout .page_link > li a .img_box {
  width: 120px;
}
#facility-layout .page_link > li a .img_box img {
  display: block;
}
#facility-layout .page_link > li:last-child {
  margin-bottom: 0;
}
#facility-layout .box_room_wrapper .box_room {
  margin-top: -50px;
  padding-top: 150px;
}
#facility-layout .box_room_wrapper .box_room table {
  margin: 0 auto;
}
#facility-layout .box_room_wrapper .box_room table tr th {
  width: 20px;
  padding: 8px;
  background: #c4a37c;
  color: #fff;
  font-weight: normal;
  line-height: 120%;
  vertical-align: middle;
}
#facility-layout .box_room_wrapper .box_room table tr td {
  padding-left: 30px;
  text-align: center;
}
#facility-layout .box_room_wrapper .box_room table tr td img {
  margin-bottom: 5px;
}
#facility-layout .box_room_wrapper .box_room table tr td p em {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
}
#facility-layout .box_room_wrapper .box_room table tr td p em span {
  font-size: 16px;
}
#facility-layout .box_room_wrapper .box_room .title_room {
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
#facility-layout .box_room_wrapper .box_room .title_room span {
  display: block;
  color: #c4a37c;
  font-size: 15px;
  letter-spacing: 2px;
}

#facilities-others .tbl_amenities tr th {
  font-weight: normal;
  font-size: 16px;
}
#facilities-others .tbl_amenities tr td ul li {
  margin-bottom: 10px;
  line-height: 130%;
}
#facilities-others .tbl_amenities tr td ul li span {
  display: block;
  font-size: 12px;
}

@media screen and (min-width: 640px) {
  #layout {
    margin-left: -15px;
    margin-right: -15px;
  }
  #layout:after {
    content: '';
    display: block;
    clear: both;
  }
  #layout .unit_item {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #layout.reverse .unit_item {
    float: right;
  }
}
#layout .unit_item {
  text-align: center;
}

@media screen and (min-width: 640px) {
  .ph_gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ph_gallery:after {
    content: '';
    display: block;
    clear: both;
  }
  .ph_gallery .unit_item {
    float: left;
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ph_gallery.reverse .unit_item {
    float: right;
  }
}
.ph_gallery .unit_item {
  text-align: center;
}

@media screen and (max-width: 639px) {
  #facility-layout .page_link {
    text-align: left;
  }
  #facility-layout .page_link > li {
    max-width: 400px;
    margin-bottom: 15px;
  }
  #facility-layout .page_link > li a {
    padding: 5px;
  }
  #facility-layout .page_link > li a .title_box {
    padding: 5px 10px;
  }
  #facility-layout .page_link > li a .title_box p.link_title {
    font-size: 15px;
  }
  #facility-layout .page_link > li a .title_box p.link_title span {
    margin-right: 8px;
    padding: 3px 8px;
  }
  #facility-layout .page_link > li a .title_box p.link_title:after {
    font-size: 24px;
  }
  #facility-layout .page_link > li a .img_box {
    width: 100px;
  }
  #facility-layout .box_room_wrapper .box_room {
    margin-top: -50px;
    padding-top: 100px;
  }
  #facility-layout .box_room_wrapper .box_room .title_room {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #facility-layout .box_room_wrapper .box_room table tr td {
    padding-left: 15px;
  }
  #facility-layout .box_room_wrapper .box_room table tr td p em {
    font-size: 18px;
  }

  #facilities-others .tbl_amenities {
    display: block;
    border-spacing: 0;
  }
  #facilities-others .tbl_amenities tr {
    display: block;
    margin-bottom: 25px;
  }
  #facilities-others .tbl_amenities tr:last-child {
    margin-bottom: 0;
  }
  #facilities-others .tbl_amenities tr th {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 2px solid #c4a37c;
    padding-bottom: 10px;
  }
  #facilities-others .tbl_amenities tr td {
    display: block;
    padding-left: 10px;
  }
  #facilities-others .tbl_amenities tr td ul li {
    margin-bottom: 8px;
  }
  #facilities-others .tbl_amenities tr td ul li span {
    font-size: 11px;
  }
}
/*===========================================================================
 *
 * faq
 *
 *===========================================================================*/
#faq-list dl {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
#faq-list dl dt, #faq-list dl dd {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  font-weight: bold;
  line-height: 150%;
}
#faq-list dl dt:before, #faq-list dl dd:before {
  position: absolute;
  top: -5px;
  left: 0;
  display: inline-block;
  content: "Q";
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
#faq-list dl dd {
  font-weight: normal;
  margin-bottom: 0;
}
#faq-list dl dd:before {
  content: "A";
  background: #ababab;
}

@media screen and (max-width: 639px) {
  #faq-list dl dt, #faq-list dl dd {
    padding-left: 30px;
  }
  #faq-list dl dt:before, #faq-list dl dd:before {
    top: -3px;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    width: 25px;
  }
}
/*===========================================================================
 *
 * news
 *
 *===========================================================================*/
.news_row:after {
  content: '';
  display: block;
  clear: both;
}
.news_row .left_col {
  float: left;
  width: 30%;
  padding-right: 40px;
}
.news_row .left_col > div {
  margin-bottom: 20px;
}
.news_row .left_col > div:last-child {
  margin-bottom: 0;
}
.sub-section .sub-section-title, .site-body-bottom .sub-section-title {
  padding: 5px;
  margin-bottom: 10px;
  font-weight: bold;
	font-size:14px;
  background: #e9e9e9;
}
.sub-section .widget_archive>ul li a, .sub-section .widget_nav_menu>ul li a{
	padding:8px 0;
}
.news_row .left_col > div ul li {
  margin-bottom: 8px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 8px;
}
.news_row .left_col > div ul li:last-child {
  border: none;
}
.news_row .left_col > div ul li a {
  text-decoration: none;
}
.news_row .left_col > div ul li a:hover {
  text-decoration: underline;
}
.news_row .left_col > div .screen-reader-text {
  display: none;
}
.news_row .left_col > div input {
  width: 120px;
  height: 20px;
}
.news_row .left_col > div #searchsubmit {
  height: 20px;
  width: auto;
  border: none;
  padding: 0 5px;
  background: #eeeeee;
  color: #666;
  letter-spacing: 1px;
}
.news_row .right_col {
  float: right;
  width: 70%;
}
.news_row .right_col article .article_title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c4a37c;
}
.news_row .right_col article .article_title h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.news_row .right_col article p {
  margin-bottom: 10px;
}
.news_row .right_col article .wp-caption {
  text-align: center;
}
.news_row .right_col article img {
  display: block;
}
.news_row .right_col article .wp-caption-text {
  margin-top: 3px;
  font-size: 80%;
}
.news_row .right_col article blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  border-left: 4px solid #ccc;
  font-style: italic;
  background: #f5f5f5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.news_row .right_col article blockquote p {
  font-style: italic;
  color: #666;
  margin: 5px 0 0;
}
.news_row .right_col article blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 28px;
  line-height: 1;
}
.news_row .right_col article a:hover {
  opacity: 0.7;
}
.news_row .right_col article ul li, .news_row .right_col article ol li {
  line-height: 180%;
  vertical-align: baseline;
}
.news_row .right_col article ul li:before {
  content: "●";
  margin-right: 3px;
  color: #ccc;
  vertical-align: baseline;
  font-size: 80%;
  line-height: 100%;
}
.news_row .right_col article ol li {
  list-style-type: decimal;
}
.news_row .right_col .article_footer {
  margin: 20px 0 10px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: right;
}
.news_row .right_col .article_footer a:hover {
  opacity: 0.7;
}
.news_row .right_col .article_footer .this_category {
  display: inline-block;
  margin-right: 5px;
}
.news_row .right_col .article_footer .this_category:before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
}
.news_row .right_col .article_footer .this_category a {
  display: inline-block;
  font-size: 12px;
}
.news_row .right_col .article_footer .slash {
  color: #ccc;
  padding: 0 8px;
}
.news_row .right_col .article_footer i {
  font-size: 120%;
  margin-right: 3px;
  color: #c4a37c;
}
.news_row .right_col .article_pager:after {
  content: '';
  display: block;
  clear: both;
}
.news_row .right_col .article_pager p {
  width: 45%;
  font-size: 12px;
}
.news_row .right_col .article_pager p:nth-child(1) {
  float: left;
  text-align: left;
}
.news_row .right_col .article_pager p:nth-child(2) {
  float: right;
  text-align: right;
}
.news_row .right_col .article_pager p a:hover {
  opacity: 0.7;
}

#news-archives .article_pager {
  text-align: center;
}
#news-archives .article_pager a, #news-archives .article_pager span {
  padding: 0 5px;
}
#news-archives .article_pager a {
  display: inline-block;
}
#news-archives .article_pager a:hover {
  opacity: 0.7;
}
#news-archives .archive_box {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
#news-archives .archive_box:after {
  content: '';
  display: block;
  clear: both;
}
#news-archives .archive_box:hover {
  opacity: 0.7;
}
#news-archives .archive_box .archive_left {
  float: left;
  width: 30%;
}
#news-archives .archive_box .archive_left img {
  border: 1px solid #eee;
}
#news-archives .archive_box .archive_right {
  float: left;
  width: 70%;
  padding-left: 20px;
  font-size: 12px;
}
#news-archives .archive_box .archive_right .cat_label {
  display: inline-block;
  margin-bottom: 3px;
}
#news-archives .archive_box .archive_right .title01 {
  font-size: 18px;
  margin-bottom: 8px;
  text-align: left;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 150%;
  letter-spacing: 1px;
}
#news-archives .archive_box .archive_right p {
  line-height: 150%;
}
#news-archives .archive_box .archive_right .post_date {
  display: inline-block;
  margin-top: 5px;
}
#news-archives .cat_label span {
  display: inline-block;
  min-width: 80px;
  padding: 3px 5px;
  border-radius: 3px;
  background-color: #f0b840;
  color: #fff;
  text-align: center;
  line-height: 100%;
  font-size: 11px;
}

@media screen and (max-width: 639px) {
  .news_row .right_col, .news_row .left_col {
    float: none;
    width: auto;
    padding: 0;
  }
  .news_row .right_col {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .news_row .right_col article .article_title h2 {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  .news_row .right_col .article_pager p:nth-child(1), .news_row .right_col .article_pager p:nth-child(2) {
    float: none;
    width: auto;
    text-align: left;
    margin-bottom: 10px;
  }

  #news-archives .archive_box .archive_right .title01 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #news-archives .archive_box .archive_right .title01 span {
    font-size: 10px;
  }
  #news-archives .cat_label span {
    font-size: 10px;
  }
}
/*===========================================================================
 *
 * contact
 *
 *===========================================================================*/
#contact-form .w_mid {
  width: 100px;
}
#contact-form .h_mid {
  height: 150px;
}
#contact-form .h_sm {
  height: 100px;
}
#contact-form .tbl {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-form .tbl tr th,
#contact-form .tbl tr td {
  padding: 15px 10px;
  border-collapse: separate;
  text-align: left;
  vertical-align: middle;
}
#contact-form .tbl .required {
  display: inline-block;
  color: #fff;
  background: #c4a37c;
  margin-left: 8px;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 80%;
  font-weight: normal;
  line-height: 100%;
}
#contact-form .tbl input, #contact-form .tbl textarea, #contact-form .tbl select {
  border-radius: 0;
  border: 1px solid #c4a37c;
  line-height: 20px;
  font-size: 14px;
}
#contact-form .tbl textarea {
  width: 100%;
}
#contact-form .tbl .wpcf7-list-item {
  margin-right: 10px;
}
#contact-form .wpcf7-spinner {
  position: absolute;
}

@media screen and (max-width: 639px) {
  #contact-form .tbl tr th {
    padding: 5px 10px;
  }
  #contact-form .tbl input.wpcf7-text {
    width: 90%;
  }
}
/*===========================================================================
 *
 * td-fab
 *
 *===========================================================================*/
#ts-fab-below .ts-fab-list li.ts-fab-bio-link a,
#ts-fab-below .ts-fab-list li.ts-fab-latest-posts-link a {
  padding: 8px 10px;
  font-weight: normal;
  background-image: none;
}

#ts-fab-below .ts-fab-text h4 {
  font-size: 15px;
}

#ts-fab-below .ts-fab-header {
  margin-bottom: 5px;
}

.news_row .right_col article ul li:before {
  content: "■";
  margin: 0;
}

#ts-fab-below .ts-fab-latest li {
  margin-bottom: 3px !important;
  line-height: 150%;
}

/*===========================================================================
 *
 * members
 *
 *===========================================================================*/
#members .members_help .help_title {
  border-left: 2px solid #c4a37c;
  padding-left: 20px;
  font-size: 20px;
  letter-spacing: 2px;
}
#members .left_col a {
  text-decoration: none;
}
#members .left_col h3 {
  font-size: 16px;
}
#members .left_col ul li {
  border: none;
  margin-bottom: 5px;
}
#members .left_col ul li:before {
  content: "-";
  padding-right: 1px;
}
#members .left_col ul li a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

@media (max-width: 768px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding:0;
		margin-top:1em;
	}
}

/* ボタン */
.btn_txt {
	position:relative;
	padding-right:14px;
}
.btn_txt a i{
	color:var(--vk-color-custom-1) !important;
}
.btn_txt a i:before{
	position:absolute;
	right:5px;
	top:5px;
	transition:0.3s;
		color:var(--vk-color-custom-1) !important;
}
.btn_arrow a i:before{
	color:var(--vk-color-custom-1);
	transition:0.3s;
}
.btn_arrow a:hover i:before{
	color:#fff;
}
.btn_txt a:hover i:before{
	right:2px;
}

.btn_txt a:hover i{
	color:var(--color-primary);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー固定 */
body  {
	overflow-x: unset !important;
    display: flex;
    flex-direction: column;
}
.device-pc #site-header {
    position: fixed !important;
    top: 20px;
	margin:auto;
	left:50%;
        width: 845px;
        background: #fff;
        padding: 0 20px;
	border-radius:5px;
	transform: translateX(-50%);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    }
}
.logged-in.device-pc #site-header {
    top: 32px;
}

/* グローバルナビ */
.global-nav-list>li>a {
	transition: .3s;
		
/* 	border-bottom: 3px solid transparent; */
}
.global-nav-list>li .global-nav-name{
	font-weight:400!important;
}
.global-nav-list>li>a:hover{
    color: var(--vk-color-custom-1) !important;

/*     border-bottom: 3px solid var(--vk-color-custom-1); */
}
#site-header-container{
	margin-top:5px!important;
}
.global-nav-list>li.current-menu-item>a{
	
}
#global-nav{
	margin-left:60px!important;
}
#site-header-container{
	margin-top:7px;
	padding:0;
}
.device-pc #site-header{
	height:54px;
	margin-left:-90px;
}
.site-header-logo img{
	height:40px!important;
	width:120px!important;
}
.header_btn a{
background-color:#333!important;
	border-radius:5px;
	border:solid 0px #333!important;
	color:#fff!important;
	margin-left:10px;
	line-height:36px;
	margin-top:3px;
box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.67);

}
.header_btn a:hover{
	opacity:1!important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */

footer .btn-sm {
	padding-left:7px !important;
	padding-right:7px !important;
}
footer{
	margin-top:-5px;
}

.site-footer-copyright{
	display:none;
}
.footer_contact a{
	padding:5px 14px !important;
}
.footer_contact .vk_button_link_txt,.footer_kaiin .vk_button_link_txt{
	margin-bottom:0 !important;
}
.footer_kaiin a{
		padding:5px 14px !important;
	background-color:#333 !important;
	color:#fff !important;
	border:solid 1px #333;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
.top_news .postListText{
	border:none !important;
}
.top_news .vk_post {
    padding: .33rem 15px !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header-inner{
	display:flex;
	flex-wrap:wrap;
	flex-direction: column-reverse;
}
.page-header-title{
	width:100%;
	    font-size: 16px !important;
    font-weight: 400 !important;
	margin-top:10px;
}
.page-header-subtext{
	font-size: 38px;
    letter-spacing: 3px;
	  font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 110%;
}

.breadcrumb{
	border-bottom: 1px solid #c4a37c; 
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */

/* スペース紹介 */
.fac_ic1{
	padding: 2px 10px;
}
.facility-layout p{
	font-size:18px;
}
.facility-layout{
	padding-left:20px;
	position:relative;
}
.facility-layout:hover{
	opacity:0.8;
}
.facility-layout a{
	text-decoration:none;
}
.facility-layout a::after{
	  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.syuuyou_txt{
	background-color:var(--vk-color-custom-1);
	color:#fff;
	padding: 20px 5px 20px 5px;
	text-align:center;
	 writing-mode: vertical-rl;
}
.syuuyou_box{
	gap:2em;
	margin-top:20px;
}
.syuuyou_box{
	text-align:center;
}
.syuuyou_box em{
	font-style:normal;
	font-weight:600;
	font-size:20px;
}
.amenitie_box h3{
	font-weight: 400;
    font-size: 16px;

}
.amenitie_box_line{
	padding-left:0px;
	border-left:solid 2px var(--vk-color-custom-1);
}
.amenitie_box_line ul{
	margin:0;
}
.amenitie_box_line li{
	margin-bottom:4px;
	margin-top:4px;
}

/* お問い合わせ*/
.smf-item__description{
	display:none;
}
.is-style-smf-required .smf-item__label::after{
	background-color: var(--vk-color-custom-1);
	font-size:12px;
}
.smf-item__label::after{
	font-size:12px;
}
.smf-form--business .smf-item__col--label{
	background-color:#faf8f5;
	padding:15px;
}
.smf-item__controls{
	padding:15px;
}

.page-id-5392 #breadcrumb{
	display:none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

#menu-item-5418 {
  display: none;
}

