@charset "utf-8";
/* CSS Document */

.bg-gray {
  background-color: #F3F5F5;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #CCC;
  background-size: cover;
  background-position: 50% 100%;
  overflow: hidden;
}

.main-visual:not(#main-visual__top) {
  height: 400px;
}

@media (max-width: 480px) {
  .main-visual:not(#main-visual__top) {
    height: 200px;
  }
}

.main-visual-content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  height: 100%;
  width: 100%;
}

.main-visual-content-inner .page-title-box {
  width: auto;
  margin: auto;
}

.main-visual-content-inner .page-title {
  color: #FFF;
  font-size: 4.0rem;
  line-height: 1.4;
  position: relative;
  white-space: nowrap;
  padding: 0 2em;
}

.main-visual-content-inner .page-title-jp {
  display: block;
}

.main-visual-content-inner .page-title-en {
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: -1;
}
@media (max-width: 767px) {
  .main-visual-content-inner .page-title-en {
    bottom: -2rem;
  }
}

@media (max-width: 1150px) {
  .main-visual-content-inner .page-title {
    font-size: 2.6rem;
  }
}



/*コンテンツブロック
---------------------------------------------*/
.section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.section .section-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  width: 90%;
  z-index: 2;
}

#main .section-inner:first-of-type {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .section .section-inner {
    padding: 10% 0;
  }
}

/*----- タイトル -----*/
.section-title {
  font-size: 2.5rem;
  margin: 2.0em auto 1.5em;
  line-height: 1.4;
  position: relative;
  text-align: center;
}
.section-title .section-title-jp {
  display: block;
}
.section-title .section-title-en {
  display: block;
  position: absolute;
  bottom: -0.5rem; left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2.0rem;
  }
}


/* text */
.text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .text {
    font-size: 1.5rem;
  }
}

/* lead txt */
.section-lead {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.3;
}


/* text list */
.text-list>* {
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .text.pc-center {
    text-align: center;
  }
}

.mgb0 {
  margin-bottom: 0!important;
}


/*----- TABLE -----*/
table.tbl {
  border-collapse: collapse;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

table.tbl th,
table.tbl td {
  font-size: 1.6rem;
}
table.tbl th {
  font-weight: normal;
  letter-spacing: 0;
  width: 10em;
}

table.tbl td {
  padding: 0.5em 1em;
}

@media (max-width: 767px) {

  table.tbl th,
  table.tbl td {
    display: block;
    font-size: 1.5rem;
    padding: 0.5em 0;
    width: 100%;
  }

  table.tbl td {
    padding-top: 0;
  }

}

/*BREADCRUMB
 -------------------------------*/
.breadcrumb {
  width: 100%;
}

.breadcrumb.gold {
  background-color:#4D94B0;
}

.breadcrumb .breadcrumb-inner {
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
  width: 90%;
  max-width: 900px;
}

.breadcrumb ul {
  font-size: 0;
  line-height: 0;
}

.breadcrumb ul li {
  display: inline;
  font-size: 12px;
  line-height: 1.4;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) {
  padding-right: 0.5em;
}

.breadcrumb ul li:not(:first-child)::before {
  content: '\03e';
  display: inline-block;
  padding-right: 0.3em;
  font-size: 1.2em;
  color: #000;
  font-weight: normal;
}

/*----- PAGER -----*/
/*
.pager-area {
  text-align: center;
}

.pager {
  clear: both;
  text-align: center;
}

.pager .page-numbers {
  display: inline-block;
  padding: 0.3em 0.2em;
}

.pager .page-numbers.current {
  color: #0099C8;
  text-decoration: none;
}

.pager .page-numbers:not(:last-child) {
  margin-right: 0.8em;
}

.pager .page-numbers {
  display: inline-block;
  padding: 0px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.pager .page-numbers {
  background-color: #F7F7F7;
  color: #000;
}

.pager .page-numbers.current {
  background-color: #0073A5;
  color: #FFF;
}

.pager .page-numbers.next,
.pager .page-numbers.prev {
  background-color: transparent;
  color: #0073A5;
  border-bottom: solid 1px #0073A5;
  border-radius: 0;
  line-height: 1.8;
  width: auto;
}
*/

/* block contents title */
.bl_contents_title {
  border-bottom: solid 1px #333;
  color: #4D94B0;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.0em;
  padding-bottom: 0.5em;
  text-align: left;
}

/* ENTRY BANNER */
.bnr_contact {
  background-color: #9D1F24;
  color: #FFF !important;
  font-weight: bold;
  font-size: calc(1rem * 1.88);
  display: block;
  line-height: 1;
  outline-offset: -5px;
  outline: 1px solid #FFFFFF !important;
  padding: 1.17em 0.5em;
  position: relative;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .bnr_contact {
    font-size: calc(1rem * 1.25);
  }
}


/*----------------------------------------------------
  TOP PAGE
----------------------------------------------------*/

#main-visual__top {
  background-color: #999;
  height: 100vh;
  min-height: 700px;
  width: 100%;
}

#main-visual__top .main-visual-content {
  position: absolute;
  top: 45%;
  left: 50%;
  line-height: 1.6;
  max-width: 460px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  width: 90%;
  z-index: 2;
}

@media (max-width: 767px) {
  #main-visual__top.main-visual {
    height: 100vh;
  }
}

#main-visual__top .slick-slider .slick-track {
  overflow: hidden;
}

#main-visual__top,
#main-visual__top .slick-slider .slick-slide {
  height: 100vh;
  min-height: 400px;
}

#main-visual__top .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
}

#main-visual__top .slider-sp {
  display: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #main-visual__top .slider {
    display: none;
  }

  #main-visual__top .slider-sp {
    display: block;
  }
}


/*NEWS SECTION ------------------------*/
#news {
  background-color: #F3F5F5;
}

#news .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

#news .section-title {
  margin: 0;
  padding-right: 2em;
  text-align: left;
}

#news .section-title-en {
  left: 0;
  transform: translateX(0);
}

#news .section-head .btn {
  margin: 0;
  padding: 1em;
  width: auto;
}

/* ABOUT US SECTION ------------------------*/
#aboutus .gallary-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#aboutus .gallary-item {
  width: calc(50% - 40px / 2);
}
@media (max-width: 767px) {
  #aboutus .gallary-item {
    width: calc(50% - 3% / 2);
  }
}

.facility-icons {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .facility-icons {
    width: 80%;
  }
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  width: 100%;
}

.feature-item {
  margin: 0 0 30px;
  text-align: center;
  width: 20%;
}
@media (min-width: 768px) {
  .feature-item:nth-child(5n+1):nth-last-child(-n+5),
  .feature-item:nth-child(5n+1):nth-last-child(-n+5) ~ .feature-item {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .feature-item {
    width: 50%;
  }
  .feature-item:nth-child(2n+1):nth-last-child(-n+2),
  .feature-item:nth-child(2n+1):nth-last-child(-n+2) ~ .feature-item {
    margin-bottom: 0;
  }
}

.feature-item__icon {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .feature-item__icon {
    width: 60%;
  }
}

.feature-item__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .feature-item__title {
    font-size: 1.5rem;
  }
}


/* FACILITY SECTION ------------------------*/
#facility .section-title-en {
  bottom: -2rem;
}

.gallary-items__facility {
  margin: auto;
  margin-bottom: 50px;
  max-width: 850px;
  width: 95%;
}

/*SLIDER*/
.gallary-items__facility.js-slider {}
.gallary-items__facility.js-slider .slick-track {
  display: flex;
}
.gallary-items__facility.js-slider .slick-slide {
  margin: 8px;
  height: auto!important;
}
@media (max-width: 767px) {
  .gallary-items__facility.js-slider .slick-slide {
    margin: 5px;
  }
}

.gallary-items__facility.js-slider .slick-slide a {
  position: relative;
  aspect-ratio: 1/1;
  padding-top: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.gallary-items__facility.js-slider .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left:0; top:0;
  height: 100%;
  width: 100%;
}


/* 矢印カスタマイズ */
.gallary-items__facility.js-slider .slick-arrow {
  transition: all  0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.gallary-items__facility.js-slider .slick-arrow:hover{
  cursor: pointer;
  opacity: 0.7;
}
.gallary-items__facility.js-slider .prev-arrow {
  left: -25px;
}
@media (max-width: 767px) {
  .gallary-items__facility.js-slider .prev-arrow {
    left: -15px;
  }
}
.gallary-items__facility.js-slider .next-arrow {
  right: -25px;
}
@media (max-width: 767px) {
  .gallary-items__facility.js-slider .next-arrow {
    right: -15px;
  }
}
.gallary-items__facility.js-slider .prev-arrow:before,
.gallary-items__facility.js-slider .next-arrow:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
  color:#333;
}
@media (max-width: 767px) {
  .gallary-items__facility.js-slider .prev-arrow:before,
  .gallary-items__facility.js-slider .next-arrow:before {
    font-size: 2rem;
  }
}
.gallary-items__facility.js-slider .prev-arrow:before{
  content: "\f053";
}
.gallary-items__facility.js-slider .next-arrow:before{
  content: "\f054";
}

@media (min-width: 768px) {
  .facility-list-wrap {
    display: flex;
    justify-content: space-between;
  }
  .facility-list-wrap >*{
    width: calc(50% - 50px /2);
  }
}

.facility-item {
  border-bottom: solid 1px #333;
  padding: 0 0 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .facility-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.facility-item__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.facility-item__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .facility-item__title,
  .facility-item__text {
    font-size: 1.5rem;
  }
}


.acd-menu-head {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
.acd-menu-head::after {
  align-items: center;
  display: flex;
  color: #4D94B0;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  transition: all 0.3s;
}

.acd-menu-head.active::after {
  transform: rotate(180deg);
}

.acd-menu-body {
  display: none;
}

/* ACCESS SECTION ------------------------*/
#access {
  background: url(../img/top/bg_access.png);
  background-size: cover;
}
@media (max-width: 767px) {
  #access {
    background-image: url(../img/top/bg_access_sp.png);
  }
}

.access-box {
  background-color: #FFF;
  padding: 40px;
}
@media (max-width: 767px) {
  .access-box {
    padding: 10% 5%;
  }
}

.bl_contents_item {
  margin-bottom: 50px;
}

.dl-accessinfo {
  font-size: 1.6rem;
  line-height: 1.4;
  display: flex;
  margin-bottom: 1em;
}
.dl-accessinfo dt {
  
}
.dl-accessinfo dt {
  display: flex;
  position: relative;
  width: 5em;
}
.dl-accessinfo dt::after {
  content: '：';
  position: absolute;
  right: 0;
}

.googlemap-box {
  aspect-ratio: 4/2;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .googlemap-box {
    aspect-ratio: 4/3;
  }
}

.googlemap-box iframe {
  height: 100%;
  width: 100%;
}


/*----------------------------------------------------
  NEWS PAGE
----------------------------------------------------*/
#main-visual__confirm.main-visual,
#main-visual__thanks.main-visual {
  background-image:url(../img/contact/mv.png);
}

@media (max-width: 767px) {
  #main-visual__confirm.main-visual,
  #main-visual__thanks.main-visual {
    background-image:url(../img/contact/mv_sp.png);
  }
}


/*CONTACT SECTION ------------------------*/
#contact {}

#contact .tbl-contact {
  max-width: none;
  margin-bottom: 30px;
}

#contact .tbl-contact th,
#contact .tbl-contact td {
  line-height: 1.8;
  padding: 0.8em 0;
}

#contact .tbl-contact th {
  font-weight: bold;
  width: 15em;
  vertical-align: top;
}
@media (min-width: 768px) {
  #contact .tbl-contact th >p {
    padding-top: 0.5em;  /*input要素の余白があるので、高さを合わせるために指定*/
  }
}

#contact .tbl-contact .remarks_txt {
  font-size: 1.3rem;
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  #contact .tbl-contact td {
    padding-left: 1em;
  }

}

@media (max-width: 767px) {

  #contact .tbl-contact th,
  #contact .tbl-contact td {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  #contact .tbl-contact th {
    padding-bottom: 0;
  }

  #contact .tbl-contact td {
    padding-top: 0.5em;
  }

  #contact .tbl-contact .remarks_txt {
    font-size: 1.2rem;
  }
  #contact .tbl-contact th .remarks_txt {
    display: inline-block;
    font-weight: normal;
  }
}


/*----- STER BAR -----*/
.step-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #2495B2;
  margin-bottom: 50px;
}

.step-bar .step {
  background-color: #2495B2;
  color: #FFF;
  flex: 1;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .step-bar .step {
    font-size: 1.4rem;
  }
}


.mw_wp_form_input .step-bar .step-2,
.step-bar.form_input .step-2 {
  border-right: solid 1px #2495B2;
}

.mw_wp_form_input .step-bar .step-2,
.mw_wp_form_input .step-bar .step-3,
.mw_wp_form_confirm .step-bar .step-3 {
  background-color: #FFF;
  color: #2495B2;
}

/* form box */
.form-box input[type='text'],
.form-box input[type='password'],
.form-box input[type='tel'],
.form-box input[type='email'],
.form-box input[type='number'],
.form-box select,
.form-box textarea {
  background-color: #F5F5F5;
  padding: 0.5em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
}

.form-box .required {
  color: #D42300;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1 !important;
  vertical-align: middle;
}

.form-box a.underline:link {
  color: #4D94B0 !important;
  text-decoration: underline;
}

.form-box input[type='checkbox'],
.form-box input[type='radio'] {
  margin: 0 2px 0 0;
}

.form-box input[type='radio']+label {
  margin-right: 15px;
  margin-left: 5px;
  color: #5C9DB6;
}

.form-box .underline {
  color: #4D94B0;
}

.form-box .label {
  color: #333;
}

.form-box input+.label {
  padding-left: 10px;
}

.form-box input.input-tel {
  ime-mode: disabled;
}

.form-box .input-num {
  width: 70%;
  max-width: 6em;
}

.form-box input.input-date {
  display: inline-block;
  width: auto;
  max-width: 10em;
  margin-left: 5px;
}

.form-box input.input-date {
  width: auto;
}

.form-box input[type="text"].input-date {
  max-width: 10em;
}
@media (max-width: 767px) {
  .form-box input[type="text"].input-date {
    max-width: 12em;
  }
}

.form-box input::placeholder,
.form-box textarea::placeholder{
  color: #A1A1A1;
}

/*宿泊希望日*/
.form-box .flex-box__day .flex-box-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1001px) {
  .form-box .flex-box__day {
    justify-content: space-between;
    display: flex;
  }
  .form-box .flex-box__day .flex-box-item:not(:last-child) {
    padding-right: 2rem;
  }
}
@media (max-width: 1000px) {
  .form-box .flex-box__day .flex-box-item:not(:first-child) {
    margin-top: 1rem;
  }
}

/*宿泊人数*/
.form-box .flex-box__num {
  display: flex;
}
.form-box .flex-box__num .flex-box-item:not(:last-child) {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .form-box .flex-box__num {
    justify-content: space-between;
  }
}

.form-box .mwform-radio-field {
  font-size: 1rem;
}

.form-box .mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 15px;
}

.form-box .agree-box {
  margin-bottom: 50px;
  text-align: center;
}


/*ボタン*/
.form-box .btn-box {
  text-align: center;
}

.form-box .btn,
.form-box .button {
  padding: 1em 2em;
  line-height: 1;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  cursor: pointer;

}

@media (min-width: 768px) {
  .form-box .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-box .btn-box>* {
    width: calc(50% - 10px / 2);
    margin: 0 10px 0 0;
  }

  .form-box #submitback,
  .form-box #submitforword {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .form-box .required {
    font-size: 0.7em;
    padding: 0.5em;
  }

  .form-box .btn,
  .form-box .button {
    -webkit-appearance: none;
    padding: 0.5em 1em;
  }

  .form-box .btn-box>* {
    margin-bottom: 20px;
    width: 100%;
  }

  .form-box #btn-reset,
  .form-box #submitback .btn-back {
    margin-bottom: 20px;
  }

}

.form-box .mw_wp_form .error {
  padding-top: 10px;
  color: #DF0615;
}

/*[入力画面]*/
.form-box .mw_wp_form_input .txt__input {
  display: block;
}

.form-box .mw_wp_form_input .txt__confirm {
  display: none;
}

.form-box .mw_wp_form_input #submitback {
  display: none;
}

/*[確認画面]*/
.form-box .mw_wp_form_confirm .txt__input {
  display: none;
}

.form-box .mw_wp_form_confirm .txt__confirm {
  display: block;
  margin-bottom: 30px;
}

.form-box .mw_wp_form_confirm #btn-reset,
.form-box .mw_wp_form_confirm .btn[type='reset'] {
  display: none;
}

@media (min-width: 768px) {
  .form-box #submitback {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {

  .form-box #submitback,
  .form-box #submitforword {
    width: 100%;
  }

  .form-box #submitback {
    margin-bottom: 10px;
  }
}

/* kiyaku */
#bl_contents_kiyaku {
  padding-bottom: 30px;
}

#bl_contents_kiyaku .bl_contents_item {
  border: solid 1px #333;
  background-color: #FFF;
  margin-bottom: 30px;
  padding: 2rem;
  overflow-y: scroll;
}



/*----------------------------------------------------
  NEWS PAGE
----------------------------------------------------*/

#main-visual__news.main-visual {
  background-image:url(../img/news/mv.png);
}

@media (max-width: 767px) {
  #main-visual__news.main-visual {
    background-image:url(../img/news/mv_sp.png);
  }
}

.archive #news .section-inner,
.single #news .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}

/*POST LIST*/
.post-list-box-wrap {
  background-color: #FFF;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .post-list-box-wrap {
    padding: 15% 5%;
  }
}

.post-list .post {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.7em 0;
  position: relative;
  line-height: 1.6;
  text-align: left;
  border-bottom: dashed 1px #969696;
}

.post-list .post .post-inner {
  display: block;
}

.post-list .post .post__date {
  display: inline-block;
  color: #4D94B0;
  margin-bottom: 0;
  white-space: nowrap;
}

.post-list .post .post__title {
  display: block;
}

@media (min-width: 768px) {
  .post-list .post .post-inner {
    align-items: first baseline;
    display: flex;
  }

  .post-list .post .post__date {
    padding-right: 1em;
    width: 7em;
  }

  .post-list .post .post__title {
    width: calc(100% - 7em);
  }
}

@media (max-width: 767px) {
  .post-list .post {
    font-size: 1.5rem;
  }
}

.post-list .post.arrow {
  padding-right: 2em;
}

/*----- PAGER -----*/
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}

.pager .page-numbers {
  color: #A3A3A3;
  font-size: 2.0rem;
  line-height: 1;
}
.pager .page-numbers:not(:last-child) {
  margin-right: 1.5em;
}
.pager .page-numbers.current {
  color: #4D94B0;
  text-decoration: underline;
}
.pager .page-numbers.prev,
.pager .page-numbers.next {
  color: #4D94B0;
  font-size: 1.4rem;
}
.pager .page-numbers.prev {
  margin-right: 1.5em;
}
.pager .page-numbers.next {
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  .pager .page-numbers {
    font-size: 1.4rem;
  }
}


/*----- ARTICLE -----*/
.article {
  background-color: #FFF;
  padding: 50px;
}
@media (max-width: 767px) {
  .article {
    padding: 15% 5%;
  }
}

.article .article-head {
  border-bottom: solid 1px #4D94B0;
  margin-bottom: 30px;
  position: relative;
}


.article .article__date {
  display: inline-block;
  color:#4D94B0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
  margin-right: 1em;
}

.article .article__title {
  font-size: 2.0rem;
  line-height: 1.4;
  padding-bottom: 0.5em;
}

.article .article__text {
  margin-bottom: 3em;
}

.article .article__text p:not(:first-child) {
  margin-top: 1em;
}


/* img */
.article .aligncenter {
  display: block;
  margin: 0 auto;
}

.article .alignright {
  float: right;
}

.article .alignleft {
  float: left;
}

/* title */
.article h1 {
  font-size: 2em
}

.article h2 {
  font-size: 1.5em
}

.article h3 {
  font-size: 1.17em
}

.article h4 {
  font-size: 1em
}

.article h5 {
  font-size: 0.83em
}

.article h6 {
  font-size: 0.67em
}

@media (max-width: 1024px) {
  .article {
    padding: 15% 5%;
  }
}

@media (max-width: 767px) {
  .article .article__date,
  .article .article__cat {
    font-size: 13px;
  }

  .article .article__title {
    font-size: 18px;
  }
}

.article #gallery-1 .gallery-item:nth-child(odd) {
  padding-right: 10px;
}
.article #gallery-1 .gallery-item:nth-child(even) {
  padding-left: 10px;
}
.article #gallery-1 img {
  border:none;
}



/*PAGING*/
.paging {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.paging>* {
  flex: 1;
}

.paging .paging__prev {
  text-align: left;
}

.paging .paging__list {
  text-align: center;
}

.paging .paging__next {
  text-align: right;
}

@media (min-width: 768px) {
  .paging {
    width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .paging>* {
    font-size: 15px;
  }
}


/*----------------------------------------------------
  PRIVACY POLICY PAGE
----------------------------------------------------*/
#main-visual__privacy-policy.main-visual {
  background-image:url(../img/privacy/mv.png);
}

@media (max-width: 767px) {
  #main-visual__privacy-policy.main-visual {
    background-image:url(../img/privacy/mv_sp.png);
  }
}

/*
.page-title-img__privacy-policy {
  height: 137px;
  width: 639px;
}
*/

#section-privacy-policy .text {
  margin-bottom: 4em;
}

#bl_contents_policy .bl_contents_title {
  border-bottom: solid 2px #4D94B0;
  font-size: 2.0rem;
}

/*----------------------------------------------------
  404 PAGE
----------------------------------------------------*/
#non-page {
  padding: 40px 0;
  text-align: center;
  line-height: 2.2;
}

#non-page h3 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
}

#non-page .link {
  padding: 55px 0 100px;
}

#non-page .link a {
  text-decoration: underline;
}



/* floating bnr */
.fl-bnr-wrap {
  position: fixed;
  bottom: 3%;
  left: 0;
  margin: auto;
  right: 0;
  width: 90%;
  z-index: 3;
}
@media (max-width: 767px) {
  .fl-bnr-wrap {
    bottom: 3%;
  }
}

.fl-bnr.bnr_contact {
  background-color: #2495B2;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  transition: .3s all;
}
.fl-bnr.bnr_contact:hover {
  opacity: .6;
}

.bnr_contact .bnr-txt__main,
.bnr_contact .bnr-txt__sub {
  display: block;
}
.bnr_contact .bnr-txt__main {
  font-size: 3.4rem;
  margin-top: 0.3em;
}
@media (max-width: 767px) {
  .fl-bnr.bnr_contact {
    font-size: 1.2rem;
  }
  .bnr_contact .bnr-txt__main {
    font-size: 2.4rem;
  }
}


.fl-bnr.bnr_contact .ico__contact_normal {
  margin-right: 0.2em;
}



/* contents shift */
@media (min-width: 1151px) {

  .footer-inner,
  .breadcrumb .breadcrumb-inner,
  .section .section-inner {
    width: calc(90% + 280px);
    max-width: calc(900px + 280px);
    margin: auto;
    padding-left: 280px;
  }

  #main-visual__top .main-visual-content {
    width: calc(90% + 280px);
    max-width: calc(460px + 280px);
    left: calc(50% + 280px);
  }

  .main-visual-content-inner {
    left: calc(50% + 140px);
  }

  .section_bnr .bnr_contact {
    margin-right: 0;
  }

  .fl-bnr-wrap {
    width: calc(90% + 280px);
    max-width: calc(900px + 280px);
    right: 0;
  }

  .fl-bnr.bnr_contact {
    margin-right: 0;
  }

}
