@charset "UTF-8";
/* CSS Document */
/*webfont*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
.wf-notosansjapanese {
  font-family: "Noto Sans Japanese";
}

.wf-mplus1p {
  font-family: "Mplus 1p";
}

.wf-roundedmplus1c {
  font-family: "Rounded Mplus 1c";
}

/*go top*/
@media print {
  body {
    width: 1024px;
  }
}
#page-top {
  font-family: Arial, Helvetica, "sans-serif";
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 1.4rem;
  line-height: 60px;
}
#page-top a {
  background: rgba(23, 31, 74, 0.7);
  text-decoration: none;
  color: #fff;
  width: 60px;
  text-align: center;
  display: block;
  border-radius: 30px;
}
#page-top a:hover {
  text-decoration: none;
  background: rgba(23, 31, 74, 0.5);
}

/*basic*/
html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック', 'Hiragino Sans', YuGothic,' Yu Gothic', メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #383838;
  overflow-x: hidden;
}

.default_mincho {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.default_marugo {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.stuffing {
  font-feature-settings: "palt" 1;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.text_set {
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}

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

a {
  color: #00afec;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.alpha {
  opacity: 1;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.alpha:hover {
  opacity: 0.8;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: -40px;
}

.page_break_before {
  page-break-before: always;
}

.page_break_after {
  page-break-after: always;
}

.tx_center {
  text-align: center;
}

.header header {
  width: 98%;
  max-width: 1020px;
  margin: auto;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header header .logoset {
  width: 345px;
}
.header header .logoset p {
  font-size: 1.2rem;
}
.header header .logoset h1 {
  margin-top: 0.5em;
}
.header header .header_telset {
  width: 290px;
}
.header header .header_telset p {
  font-size: 1.1rem;
}
.header header .header_telset .tel {
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}

.cf_area01 {
  padding-bottom: 45px;
}
@media screen and (max-width: 414px) {
  .cf_area01 {
    padding-bottom: 18px;
  }
}
.cf_area01 h3 {
  font-size: 1.214em;
  color: #4e3229;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 2em;
}
.cf_area01 h3::before {
  position: absolute;
  left: 0;
  top: -6px;
  content: url("../img/common/tel_mark.png");
}
@media screen and (max-width: 414px) {
  .cf_area01 h3 {
    display: none;
  }
}
.cf_area01 .tel {
  width: 228px;
  margin: 25px auto 0;
}
@media screen and (max-width: 414px) {
  .cf_area01 .tel {
    display: none;
  }
}
.cf_area01 .group {
  width: 93.75%;
  max-width: 320px;
  margin: 30px auto 0;
  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;
}
@media screen and (max-width: 414px) {
  .cf_area01 .group {
    margin: 0 auto 0;
  }
}
.cf_area01 .group > li:first-child {
  box-sizing: border-box;
  width: 45.625%;
  background: #4e3229;
  padding: 5px 8px;
  font-size: 1.142em;
  line-height: 1.15;
  color: #fff;
}
.cf_area01 .group .facility_link li {
  font-size: 0.857em;
  line-height: 1.8;
  position: relative;
}
.cf_area01 .group .facility_link li::before {
  position: absolute;
  left: -1.5em;
  top: 2px;
  content: url("../img/common/group_head.png");
}
.cf_area01 .group .facility_link li a {
  color: #4e3229;
}

.cf_area02 {
  background: #e8e8e8;
  box-sizing: border-box;
  padding: 28px 0 14px;
}
@media screen and (max-width: 768px) {
  .cf_area02 {
    display: none;
  }
}
.cf_area02 .footer_logo {
  width: 93.75%;
  max-width: 241px;
  margin: auto;
}
.cf_area02 .zips {
  font-size: 0.9em;
  text-align: center;
  margin-top: 0.75em;
}
.cf_area02 hr {
  border: none;
  height: 1px;
  background: #4e3229;
  padding: 0;
  margin: 1em 0;
}
.cf_area02 .f_navi {
  font-size: 0.9em;
  text-align: center;
}
.cf_area02 .f_navi a {
  color: #383838;
}

.cf_area03 {
  background: #4e3229;
  padding: 8px 0;
  border-top: 3px solid #f3c91d;
}
@media screen and (max-width: 414px) {
  .cf_area03 {
    padding: 12px 0;
  }
}
.cf_area03 p {
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .cf_area03 p {
    display: none;
  }
}
.cf_area03 div {
  display: none;
}
@media screen and (max-width: 414px) {
  .cf_area03 div {
    display: block;
    max-width: 200px;
    margin: auto;
  }
}

.under_construction {
  width: 50%;
  max-width: 214px;
  margin: auto;
  padding-top: 30px;
}
