@charset "UTF-8";
@import url(../fonts/Noto/load.css);
#wrapper {
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}

.serif {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
}

a {
  color: #706b62;
}

a::before,
a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.cmn-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cmn-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .cmn-img img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}
a[href^="mailto:"] {
  text-decoration: underline;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #706b62;
  text-align: center;
  line-height: 1.5;
}

.inbox {
  width: 1080px;
  margin: 0 auto;
}

#err-cont {
  padding: 75px 0;
}
#err-cont .txt-blc a {
  text-decoration: underline;
}

.pc-none {
  display: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

.cmn-dl > dl {
  padding: 15px 0;
  border-bottom: 1px dotted #c0b097;
}
.cmn-dl > dl > dt, .cmn-dl > dl > dd {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.cmn-dl > dl > dt {
  padding: 0 10px;
  width: 200px;
}
.cmn-dl > dl > dt span {
  padding-left: 15px;
  border-left: 3px solid #ed8f9c;
}
.cmn-dl > dl > dd {
  padding: 0 20px;
}
.cmn-dl > dl > dd a[href^="mailto:"] {
  text-decoration: underline;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.drawer_menu {
  display: none;
}

/*Flexbox
--------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cont-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cont-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont-btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.item-cnt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.item-base {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

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

.drawer_menu {
  display: none;
}

/*お問い合わせ
--------------------------------------------*/
#contact {
  padding: 70px 0;
}

.contact-form {
  margin-bottom: 20px;
  background: rgba(242, 242, 242, 0.7);
  padding: 20px;
}
.contact-form dl:last-child {
  border-bottom: none;
}
.contact-form dt {
  padding: 15px;
  width: 280px !important;
  vertical-align: top;
  position: relative;
}
.contact-form dt em {
  color: #fff;
  background: #c0b097;
  border-radius: 4px;
  font-weight: bold;
  padding: 3px;
  font-size: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
.contact-form dd {
  padding: 10px 15px;
}
.contact-form dd .txtarea {
  border: 1px solid #ccc;
  width: 640px;
  background: #fff;
  padding: 5px;
  font-size: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form textarea {
  height: 260px;
}
.contact-form .error-text {
  color: #ff0000;
}

.privacy-check {
  margin-top: 15px;
}

.g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.check-btn {
  width: 260px;
  margin: 0 auto;
  margin-top: 20px;
}

.back-btn {
  width: 270px;
  margin: 0 auto;
  margin-right: 40px;
}

.contact-submits-wrap {
  margin-top: 20px;
}

.send-btn {
  width: 240px;
  margin: 0 auto;
}

input[type='button'],
input[type='submit'] {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ed8f9c;
  color: #ed8f9c;
}
input[type='button']:hover,
input[type='submit']:hover {
  background: #ed8f9c;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

input[type='button'][disabled],
input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none;
}

/*プライバシーポリシー
--------------------------------------------*/
.privacy_frame {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  height: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f2f2f2;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
}

#privacy h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #c0b097;
}
#privacy h4 span {
  position: relative;
}
#privacy h4 span:before {
  position: absolute;
  content: '';
  background: url('../img/pp_frame01.png?1579732654');
  width: 18px;
  height: 30px;
  top: 0;
  right: auto;
  bottom: 0;
  left: -40px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
}
#privacy h4 span:after {
  position: absolute;
  content: '';
  background: url('../img/pp_frame02.png?1579732654');
  width: 18px;
  height: 30px;
  top: 0;
  right: -40px;
  bottom: 0;
  left: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
}

#privacy iframe {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  border: none;
}

#privacy {
  padding: 45px 0;
  background: rgba(255, 255, 255, 0.5);
}

.privacy_frame {
  background: #fff;
}

.privacy {
  padding: 15px;
}

.privacy_cont h5 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
  background: url(../img/pp_ttlbox.png);
  padding: 10px 15px;
  color: #fff;
}

.privacy_cont {
  margin-bottom: 25px;
  text-align: left;
  font-size: 14px;
}

.privacy_cont:last-child {
  margin-bottom: 0;
}

.pagetop {
  color: #FFF;
  position: fixed;
  bottom: 8%;
  right: 3%;
  z-index: 999;
}
