@charset "utf-8";



/*/////////////////////////////////////////
スタイルリセット
/////////////////////////////////////////*/

html, body, div, span, applet, object, iframe, input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {border: 0 none; font-size: 100%; /*font-weight: normal;*/ margin: 0; padding: 0; vertical-align: baseline;}
ol, ul {list-style: none outside none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {display: block;}
audio, canvas, video {display: inline-block;}
/*transformを使うと Chromeで部分的に antialiasedが効かない*/
html {-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;/* height: 100vh; */position: relative;}
*, :before, :after {box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img {border: none; -ms-interpolation-mode: bicubic; outline: none; vertical-align: bottom;}
button, input, textarea, select {background: none; border: none; border-radius: 0; outline: none;}
button {cursor: pointer; -webkit-appearance: none;}
input {-webkit-appearance: none;}
input::-moz-focus-inner, button::-moz-focus-inner {border: none; outline: none;}
textarea {-webkit-appearance: none;}
a, a.hover {text-decoration: none;}
a:focus {outline: none;}
br{line-height: 1;}
h1,h2,h3,h4,h5,h6 {font-weight: inherit;}

/* IE11 コンテンツ領域とスクロールバーの重なりを回避 */
@-ms-viewport {width: auto !important;}
html {-ms-overflow-style: scrollbar !important;}



/*/////////////////////////////////////////

/////////////////////////////////////////*/



@font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon.eot?450a1z32');
  src:  url('./fonts/icomoon.eot?450a1z32#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?450a1z32') format('truetype'),
    url('./fonts/icomoon.woff?450a1z32') format('woff'),
    url('./fonts/icomoon.svg?450a1z32#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/**
 * .icon-im
 */

.icon-im-facebook-1:before {
  content: "\e901";
}

.icon-im-instagram-1:before {
  content: "\e902";
}

.icon-im-twitter-1:before {
  content: "\e903";
}

.icon-im-line-1:before {
  content: "\e904";
}

.icon-im-copy-1:before {
  content: "\e905";
}



/*/////////////////////////////////////////
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
font-family: 'Nunito', sans-serif;
/////////////////////////////////////////*/



html,
body {
  background: #fff6e9;
}

body {
  color: #000;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 14px;
  line-height: 164%;
  -webkit-text-size-adjust: 100%;
  /* opacity: 1; */
  /* transition: opacity .5s .5s; */
  /* min-width: 1080px; */
}

body {
  /* align-items: center; */
  /* display: table; */
  /* height: 100vh; */
  /* min-height: 100%; */
  /* justify-content: center; */
  /* padding: 130px 0 0; */
  /* position: relative; */
  width: 100%;
}

body.portable {
  min-width: auto;
}

body.loading {
  /* opacity: 0; */
}

@media (max-width: 750px) {

  body {
    /* height: 100%; */
  }
}

a {
  color: #000;
  transition: opacity .5s;
}

@media (min-width: 751px) {

  a:hover {
    opacity: .5;
  }
}



/**
 * .wrap--01
 * /
 */

.wrap--01 {
  margin-left: 50px;
  margin-right: 50px;
}

@media (max-width: 750px) {

  .wrap--01 {
    margin-left: 30px;
    margin-right: 30px;
  }
}



/**
 * .wrap--w800
 * /
 */

.wrap--w800 {
  margin: 0 auto; 
  width: 100%;
  max-width: 800px;
}



/**
 * .wrap--w1050
 * /
 */

.wrap--w1050 {
  margin: 0 auto; 
  width: 100%;
  max-width: 1050px;
}



/**
 * .mv--01
 * /
 */

.mv--01 {
  /* display: table-cell; */
  /* height: 100%; */
  /* vertical-align: middle; */
}

.mv--01 .mv-pcImage {
  display: block;
}

.mv--01 .mv-spImage {
  display: none;
}

.mv--01 .mv-contents {
}

.mv--01 .mv-contents .mv-item {
}

.mv--01 .mv-contents .mv-item .mv-image {
  padding: 30px 0;
}

.mv--01 .mv-contents .mv-item .mv-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.mv--01 .mv-contents .mv-item .mv-text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 100%;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
}

.mv--01 .mv-contents .mv-item .mv-text > *:nth-child(2) {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mv--01 .mv-contents .mv-item .mv-text .icon-im-copy-1 {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-right: 2px;
  margin-top: .5px;
  vertical-align: top;
}

.mv--01 .mv-contents .mv-item .mv-text img {
  display: block;
  margin: 0 auto 45px;
  width: 100%;
  max-width: 44px;
}

@media (max-width: 750px) {

  .mv--01 .mv-pcImage {
    display: none;
  }

  .mv--01 .mv-spImage {
    display: block;
  }

  .mv--01 .mv-contents .mv-item .mv-image {
    padding: 50px 0 15px;
  }

  .mv--01 .mv-contents .mv-item .mv-image img {
    max-width: 500px;
  }

  .mv--01 .mv-contents .mv-item .mv-text {
    font-size: 9px;
    letter-spacing: .05rem;
    margin-left: -30px;
    padding: 0;
    width: calc(100% + 60px);
  }

  .mv--01 .mv-contents .mv-item .mv-text .icon-im-copy-1 {
    display: inline-block;
    font-size: 8px;
    font-weight: normal;
    margin-right: 1px;
    vertical-align: top;
  }

  .mv--01 .mv-contents .mv-item .mv-text img {
    margin-bottom: 40px;
    max-width: 24px;
  }
}



/**
 * .boxx--01
 * /
 */

.boxx--01 {
}

.boxx--01 .boxx-pcImage {
  display: block;
}

.boxx--01 .boxx-spImage {
  display: none;
}

.boxx--01 .boxx-image img {
  display: block;
  height: auto;
  width: 100%;
}

.boxx--01 .boxx-contents .boxx-image {
  border: 1px solid #e1dcd4;
  margin-top: 60px;
}

.boxx--01 .boxx-contents .boxx-image + .boxx-image {
  margin-top: 40px;
}

.boxx--01 .boxx-contents .boxx-text {
}

.boxx--01 .boxx-contents .boxx-title {
  border-top: 1px solid #808080;
  line-height: 133%;
  letter-spacing: .05rem;
  margin-bottom: 40px;
  padding-top: 60px;
  text-align: center;
}

.boxx--01 .boxx-contents .boxx-title > *:nth-child(1) {
  font-size: 18px;
}

.boxx--01 .boxx-contents .boxx-title > *:nth-child(2) {
  font-size: 30px;
  line-height: 133%;
  margin-top: 10px;
}

.boxx--01 .boxx-contents .boxx-title > *:nth-child(3) {
  font-size: 20px;
  margin-top: 14px;
}

.boxx--01 .boxx-contents .boxx-sentence {
  font-size: 16px;
  letter-spacing: .05rem;
  line-height: 187.5%;
  text-align: justify;
}

@media (max-width: 750px) {

  .boxx--01 .boxx-contents .boxx-title {
    margin-bottom: 22px;
    padding-top: 40px;
  }

  .boxx--01 .boxx-contents .boxx-title > *:nth-child(1) {
    font-size: 13px;
  }

  .boxx--01 .boxx-contents .boxx-title > *:nth-child(2) {
    font-size: 20px;
    margin-top: 2px;
  }

  .boxx--01 .boxx-contents .boxx-title > *:nth-child(3) {
    font-size: 13px;
    margin-top: 7px;
  }

  .boxx--01 .boxx-contents .boxx-sentence {
    font-size: 16px;
    line-height: 161%;
  }

  .boxx--01 .boxx-contents .boxx-image {
    margin-top: 22px;
  }

  .boxx--01 .boxx-contents .boxx-image + .boxx-image {
    margin-top: 20px;
  }
}



/**
 * .boxx--02
 * /
 */

.boxx--02 {margin: 60px auto 0;}

.boxx--02 .boxx-pcImage {
  display: block;
}

.boxx--02 .boxx-spImage {
  display: none;
}

.boxx--02 .boxx-image img {
  display: block;
  height: auto;
  width: 100%;
}

.boxx--02 .boxx-contents .boxx-image {
  border: 1px solid #e1dcd4;
  margin-top: 60px;
}

.boxx--02 .boxx-contents .boxx-image + .boxx-image {
  margin-top: 40px;
}

.boxx--02 .boxx-contents .boxx-text {
}

.boxx--02 .boxx-contents .boxx-title {
  border-bottom: 1px solid #808080;
  font-size: 20px;
  line-height: 133%;
  letter-spacing: .05rem;
  padding-bottom: 20px;
  /* text-align: center; */
}

.boxx--02 .boxx-contents .boxx-title > *:nth-child(1) {
  font-size: 18px;
}

.boxx--02 .boxx-contents .boxx-title > *:nth-child(2) {
  font-size: 30px;
}

.boxx--02 .boxx-contents .boxx-title > *:nth-child(3) {
  font-size: 20px;
}

.boxx--02 .boxx-contents .boxx-sentence {
  border-bottom: 1px solid #808080;
  display: table;
  font-size: 16px;
  letter-spacing: .05rem;
  margin-top: 25px;
  padding-bottom: 20px;
  width: 100%;
}

.boxx--02 .boxx-contents .boxx-sentence > * {
  display: table-row;
}

.boxx--02 .boxx-contents .boxx-sentence > * > * {
  display: table-cell;
  line-height: 180%;
}

.boxx--02 .boxx-contents .boxx-sentence > * > *:nth-child(1) {
  padding: 5px 5px 5px 0;
  width: 60px;
}

.boxx--02 .boxx-contents .boxx-sentence > * > *:nth-child(2) {
  padding: 5px 0 5px 5px;
}

@media (max-width: 750px) {

  .boxx--02 {
    margin-top: 36px;
  }

  .boxx--02 .boxx-contents .boxx-title {
    font-size: 13px;
    padding-bottom: 12px;
  }

  .boxx--02 .boxx-contents .boxx-sentence {
    font-size: 16px;
    margin-top: 12px;
    padding-bottom: 12px;
  }

  .boxx--02 .boxx-contents .boxx-sentence > * > * {
    line-height: 161%;
  }

  .boxx--02 .boxx-contents .boxx-sentence > * > *:nth-child(1) {
    width: 62px;
  }

  .boxx--02 .boxx-contents .boxx-sentence > * > *:nth-child(2) {
    padding: 0;
  }
}



/**
 * .copy--01
 * /
 */

.copy--01 {
  padding-bottom: 30px;
  padding-top: 55px;
  text-align: center;
}

.icon-im-copy-1 {
  margin: 0 3px 0 0;
  font-size: 11px;
}

@media (max-width: 750px) {

  .copy--01 {
    font-size: 11px;
    padding-bottom: 20px;
    padding-top: 25px;
  }

  .icon-im-copy-1 {
    margin: 0 3px 0 0;
    font-size: 10px;
  }
}



.underline {
  text-decoration: underline;
}

.tel a {
  color: #000 !important;
}