@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Scheherazade&display=swap");
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/sNotoSansCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"Yu Gothic", YuGothic, "Helvetica Neue", Arial,'NotoSansCJKjp', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
}

body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

body .uk-container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0px 25px;
}

@media (min-width: 1250px) {
  body .uk-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  body .uk-container {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"Yu Gothic", YuGothic,"Helvetica Neue", Arial, 'NotoSansCJKjp', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333;
  letter-spacing: 2px;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 58%;
}

@media (min-width: 1250px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  text-align: left !important;
  position: relative;
}

@media (max-width: 640px) {
  body {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  transition: all 0.5s ease 0s;
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (min-width: 1250px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}

@media (min-width: 1250px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #4E463C;
}

a:hover {
  transition: all 0.5s ease 0s;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  width: 100%;
  position: relative;
  background: #fffcdb;
  /*ロゴ -----*/
}

header h1 {
  text-align: center;
  padding-top: 30px;
}

header h1 img {
  max-width: 400px;
}

/*--------------------------
 トップページ
----------------------------*/
#top {
  /* ▼ メインビジュアル ----*/
}

#top .mv {
  padding: 50px 0 30px;
  position: relative;
  background: #efefef;
}

#top .mv .img {
  text-align: center;
}

#top .mv .img img {
  max-width: 900px;
}

@media (max-width: 767px) {
  #top .mv .img img {
    max-width: 90%;
  }
}

#top .mv .qr {
  position: fixed;
  right: 50px;
  bottom: 0;
}

#top .mv .qr img {
  max-width: 150px;
}

@media (max-width: 767px) {
  #top .mv .qr {
    display: none;
  }
}

#top .mailform {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#top .mailform h3 {
  font-size: 3.0rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

@media (max-width: 640px) {
  #top .mailform h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

#top .mailform ul.kome {
  margin: 10px 0 50px;
  text-align: left;
  display: inline-block;
}

#top .mailform ul.kome li {
  padding-left: 1.2em;
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 5px;
  position: relative;
  margin-top: 0;
}

#top .mailform ul.kome li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
}

#top .mailform ul.kome li span {
  font-weight: normal;
  color: #333;
  display: block;
  font-size: 1.3rem;
  margin-top: 6px;
}

#top .mailform .req {
  display: inline-block;
  background: #c94946;
  color: #fff;
  font-size: 1.3rem;
  padding: 2px 5px;
  margin-top: 5px;
}

@media (max-width: 640px) {
  #top .mailform .req {
    margin-left: 5px;
    margin-top: 0;
  }
}

#top .mailform .req2 {
  display: inline-block;
  background: #009688;
  color: #fff;
  font-size: 1.3rem;
  padding: 2px 5px;
  margin-top: 5px;
}

@media (max-width: 640px) {
  #top .mailform .req2 {
    margin-left: 5px;
    margin-top: 0;
  }
}

#top .mailform input[type="file"] {
  margin-bottom: 10px;
}

#top .mailform input, #top .mailform textarea {
  width: 100%;
  box-sizing: border-box;
}

#top .mailform input {
  width: 85%;
}

#top .mailform input.mailkakunin {
  margin-top: 10px;
}

@media (max-width: 640px) {
  #top .mailform input {
    width: 100%;
  }
}

#top .mailform input[type="radio"] {
  width: auto;
  display: inline-block;
}

#top .mailform textarea {
  height: auto;
}

#top .mailform dl {
  text-align: left;
  border-bottom: 1px solid #efefef;
  margin-top: 0;
  padding: 30px;
}

@media (max-width: 640px) {
  #top .mailform dl {
    padding: 30px 15px;
  }
}

#top .mailform dl::after {
  content: "";
  display: block;
  clear: both;
}

#top .mailform dl dt {
  vertical-align: top;
  width: 200px;
  float: left;
  display: block;
}

@media (max-width: 640px) {
  #top .mailform dl dt {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

#top .mailform dl dd {
  width: calc(100% - 200px);
  box-sizing: border-box;
  display: block;
  margin-left: 200px;
  padding-left: 0;
}

@media (max-width: 640px) {
  #top .mailform dl dd {
    width: 100%;
    margin-left: 0;
  }
  #top .mailform dl dd .kakunin {
    display: block;
    margin-top: 10px;
  }
}

#top .mailform dl dd.radio label {
  display: inline-block;
  margin-bottom: 15px;
}

#top .mailform dl dd.num input[type="text"] {
  width: 5em;
  margin-right: 10px;
}

#top .mailform ul.cau {
  margin: 10px 0;
}

#top .mailform ul.cau li {
  padding-left: 1.2em;
  font-weight: normal;
  font-size: 1.3rem;
  color: #c94946;
  margin-bottom: 5px;
  position: relative;
  margin-top: 0;
  /* font-weight: 600;*/
}

#top .mailform ul.cau li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
}

#top .mailform ul.cau li span {
  font-weight: normal;
  color: #333;
  display: block;
  font-size: 1.3rem;
  margin-top: 6px;
}

#top .mailform .tenp {
  background: #f5f5ee;
  padding: 20px;
}

#top .mailform .nest {
  padding-left: 0;
}

#top .mailform .nest p.title {
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 30px;
  font-size: 1.6rem;
  color: #4E463C;
}

#top .mailform .nest p.title span {
  font-weight: normal;
  font-size: 1.4rem;
}

#top .mailform .nest .cau {
  margin-top: 0;
  margin-bottom: 10px;
}

#top .mailform .confirmation_btn {
  font-family: inherit;
  padding: 10px 30px;
  font-size: 16px;
  background: none;
  border-radius: 8px;
  border: none;
  background: #009688;
  color: #fff;
  cursor: pointer;
  max-width: 400px;
  margin: 60px auto;
  transition: all 0.5s ease 0s;
}

#top .mailform .confirmation_btn:hover {
  background: #103E3E;
  transition: all 0.5s ease 0s;
}

#top .mailform .btn {
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  padding: 1px 5px;
  cursor: pointer;
  width: auto;
}

@media (max-width: 640px) {
  #top .mailform .btn {
    margin-bottom: 20px;
  }
}

.confirm {
  text-align: center;
  padding: 80px 0;
}

.confirm .uk-container {
  padding-bottom: 60px;
}

.confirm p.confirmation {
  text-align: center;
  line-height: 1.8;
  font-size: 1.6rem;
}

.confirm .submit_content {
  text-align: left;
  max-width: 600px;
  margin: 50px auto;
  font-size: 1.6rem;
}

.confirm .submit_content dl {
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 640px) {
  .confirm .submit_content dl dt {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
  }
}

@media (max-width: 640px) {
  .confirm .submit_content dl dd {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}

/*--------------------------
 footer
----------------------------*/
footer {
  background: #393737;
  padding: 40px 0;
  text-align: center;
}

footer .copy {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
}
