@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
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, sub, sup, tt, var,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "メイリオ", "Meiryo", "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

p, li, dt, dd, input, textarea, th, td {
  color: #000;
  line-height: 175%;
}

a {
  color: #000;
  text-decoration: none;
}

main {
  font-feature-settings: "palt";
}
main a {
  transition: 0.3s;
}
main a:hover {
  opacity: 0.7;
}

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

header {
  background: #edebe8;
}
header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 875px;
  height: 70px;
}
@media only screen and (max-width: 900px) {
  header .header__inner {
    width: 97.2222222222vw;
  }
}
@media only screen and (max-width: 768px) {
  header .header__inner {
    width: 93.6197916667vw;
    height: 13.0208333333vw;
  }
}
header .header__inner .header__logo {
  width: 147px;
}
@media only screen and (max-width: 768px) {
  header .header__inner .header__logo {
    width: 23.828125vw;
  }
}
header .header__inner .btns {
  display: flex;
}
header .header__inner .btns .header__btn {
  border-radius: 50px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  header .header__inner .btns .header__btn {
    border-radius: 6.5104166667vw;
  }
}
header .header__inner .btns .header__btn:first-child {
  margin-right: 10px;
  width: 130px;
  background: #ee943b;
}
@media only screen and (max-width: 768px) {
  header .header__inner .btns .header__btn:first-child {
    margin-right: 1.953125vw;
    width: 23.4375vw;
  }
}
header .header__inner .btns .header__btn:nth-child(2) {
  width: 196px;
  background: #cc0033;
}
@media only screen and (max-width: 768px) {
  header .header__inner .btns .header__btn:nth-child(2) {
    width: 35.15625vw;
  }
}
header .header__inner .btns .header__btn:hover {
  opacity: 0.8;
}
header .header__inner .btns .header__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  header .header__inner .btns .header__btn a {
    height: 7.1614583333vw;
    font-size: 3.125vw;
  }
}
header .header__inner .btns .header__btn a::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(40deg) skew(-10deg);
  width: 7.5px;
  height: 7.5px;
  border-width: 1.5px 1.5px 0 0;
  border-style: solid;
  border-color: #fff;
}
@media only screen and (max-width: 768px) {
  header .header__inner .btns .header__btn a::after {
    right: 1.953125vw;
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    border-width: 2px 2px 0 0;
  }
}

footer {
  background: #edebe8;
}
footer .footer_block1 {
  position: relative;
  box-sizing: content-box;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
}
@media only screen and (max-width: 768px) {
  footer .footer_block1 {
    padding: 3.90625vw 5.859375vw;
  }
}
footer .footer_block1 p {
  font-size: 14px;
  color: #626d73;
}
@media only screen and (max-width: 768px) {
  footer .footer_block1 p {
    font-size: 3.125vw;
  }
}
footer .footer_block1 .btn_top {
  cursor: pointer;
  margin-left: auto;
  width: 52px;
}
footer .footer_block2 {
  padding: 30px 0;
  background: #fff;
  border-bottom: 1px solid #d9d6d2;
}
@media only screen and (max-width: 768px) {
  footer .footer_block2 {
    padding: 3.90625vw 0;
  }
}
footer .footer_block2 ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  footer .footer_block2 ul {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 3.90625vw;
    width: 80.7291666667vw;
  }
}
footer .footer_block2 ul li {
  margin: 0 12px;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  footer .footer_block2 ul li {
    margin: 0;
    font-size: 3.6458333333vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_block2 ul li:not(:last-child) {
    margin-bottom: 3.2552083333vw;
  }
}
footer .footer_block2 ul li a {
  color: #0f868a;
  text-decoration: underline;
}
footer .footer_block2 .cright {
  font-size: 16px;
  text-align: center;
  color: #626d73;
}
@media only screen and (max-width: 768px) {
  footer .footer_block2 .cright {
    font-size: 3.125vw;
  }
}
footer .footer_block3 {
  padding: 27px 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  footer .footer_block3 {
    padding: 3.2552083333vw 0;
  }
}
footer .footer_block3 .logo {
  margin: 0 auto;
  width: 250px;
}
@media only screen and (max-width: 768px) {
  footer .footer_block3 .logo {
    width: 32.5520833333vw;
  }
}

.contents {
  margin-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .contents {
    margin-bottom: 33.4635416667vw;
  }
}
.contents section {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .contents section {
    margin-bottom: 10.4166666667vw;
  }
}
.contents .wrapper {
  margin: 0 auto;
  width: 900px;
}
@media only screen and (max-width: 1000px) {
  .contents .wrapper {
    width: 90vw;
  }
}
@media only screen and (max-width: 768px) {
  .contents .wrapper {
    width: 88.8020833333vw;
  }
}


/* 20240401 add */
body {background:#edebe8;}
#info {
    width: 600px;
    max-width: 66%;
    background: #fff;
    margin: 10% auto 20%;
    padding: 3%;
    border-radius: 10px;
    text-align: center;
}
#info a {
    display: inline-block;
    text-decoration: underline;
    color: #00b496;
    margin: 20px 0;
    word-break: break-word;
}
.sp_br {
    display: none;
}

@media only screen and (max-width: 820px) {
  #info { 
    width: 500px;
     text-align: left;
  }
  .sp_br {
     display: block;
  }
}
@media only screen and (max-width: 400px) {
   #info {
       max-width: 80%;
   }
}