@charset "utf-8";


html {
  color: #000;
  background: #FFF;
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

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

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

q:before,
q:after {
  content: ''
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5em;
  font-size: 14px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}

img {
  line-height: 1;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml10 {
  margin-left: 10px !important;
}

a {
  word-wrap: break-word;
}

.jpFont {
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* header */

header {
  position: relative;
}

.headerInBox {
  /*background-image: url(../images/main_visual.webp);*/
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  height: 690px;
  position: relative;
}

.headerW1100Box {
  background-image: url(../images/main_visual.webp);
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 690px;
  max-width: 1200px;
  padding-left: 100px;
  padding-right: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.headerTopBox {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 1920px;
  position: fixed;
  z-index: 1000;
}

.headerTopInBox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

h1 {
  padding: 15px 20px;
  line-height: 0;
}

h1 img {
  height: 60px;
}

.headerTopInBox {
  display: flex;
}

.headerTopInMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerTopInMenu p {

}

.headerTopTel {

}

.headerTopTel a {
  transition: 0.5s;
  text-decoration: none;
  color: #333333;
  font-size: 32px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 15px;
}

.headerTopTel a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.headerTopTel a:before {
  content: "";
  height: 35px;
  width: 35px;
  display: inline-block;
  background-image: url(../images/tel.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 10px;
}

.headerTopReserve {
  background-color: #DE006D;
  border-radius: 40px;
  margin: 0 10px;
}

.headerTopReserve a {
  transition: 0.5s;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.headerTopReserve a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.headerTopReserve a:before {
  content: "";
  height: 25px;
  width: 25px;
  display: inline-block;
  background-image: url(../images/calendar.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.headerTopMypage {
  background-color: #2CB5A9;
  border-radius: 40px;
  margin: 0 15px 0 10px;
}

.headerTopMypage a {
transition: 0.5s;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  padding: 14px;
  text-decoration: none;
}

.headerTopMypage a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.headerTopMypage a:before {
  content: "";
  height: 25px;
  width: 25px;
  display: inline-block;
  background-image: url(../images/mypage.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

.headerInBox {
  position: relative;
  margin-bottom: 115px;
  background-color: #F0F0F0;
  background-size: auto 100%;
}

.headerInBox:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  margin-left: -80px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 80px 0 80px;
  border-color: #F0F0F0 transparent transparent transparent;
}

.headerInImage {
  position: absolute;
  left: 50px;
  top: 180px;
  text-align: center;
  width: 100%;
  max-width: 700px;
}

.headerInImage img {
  height: 120px;
}

.headerInCheck {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 355px;
  left: 50px;
  width: 100%;
  max-width: 700px;
}

.headerInCheck img {
  height: 230px;
}


/* header お知らせ */
.headerNewsText {
  text-align: center;
  background-color: #fff;
  border-top: 2px solid #DE006D;
  border-bottom: 2px solid #DE006D;
  top: 90px;
  position: relative;
  z-index: 110;
}

.headerNewsText a {
  color: #ff0000;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  transition: 0.5s;
}

.headerNewsText a:hover {
  opacity: 0.5;
}


/* infoquit */
.infoquitBox {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.infoquitTitle {
  font-size: 36px;
  text-align: center;
  line-height: 1.5em;
  color: #DE006D;
}

.infoquitTitleMark {
  background: top center / 1em .5em repeat-x radial-gradient(circle, #DE006D .09em, rgba(0,0,0,0) .09em);
  padding-top: 0.2em;
}

.infoquitBgTitle {
  text-align: center;
  line-height: 1.7em;
  font-size: 24px;
  margin: 35px 0;
}

.infoquitBgTitle span {
  background: #DE006D;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
}

.infoquitCopy {
  text-align: center;
  line-height: 1.7em;
  font-size: 24px;
  margin: 35px 0;
  font-weight: 600;
}

.infoquitImg {
  text-align: center;
  margin: 35px 0;
}

.infoquitImg img {
  max-height: 115px;
}

.infoquitText {
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  margin: 20px 0;
}

.infoquitText span {
  background: linear-gradient(transparent 70%, #FAEC21 20%);
  padding-left: 5px;
  padding-right: 5px;
}

/* topBanner */
.topBanner {
  text-align: center;
  margin: 30px 10px 50px 10px;
}

.topBanner img {
  width: 100%;
  max-width: 940px;
}


/* catchcopy */
.catchcopy {
  text-align: center;
  padding: 30px 10px;
  margin: 160px 0 50px 0;
  line-height: 4em;
}

.catchcopy h2 {
  font-size: 48px;
}

.catchcopy h2 span {
  font-size: 36px;
}


/* explanation */
.explanationBox {
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 0;
}

.explanationBox h2 {
  font-size: 34px;
  text-align: center;
  line-height: 1.5em;
  color: #DE006D;
}

.explanationSubcopy {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}

.explanationSubcopy span {
  background: linear-gradient(transparent 70%, #F9D0D3 20%);
}

.explanationContentsBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.explanationContentsImage {
  order: 2;
  width: 50%;
}

.explanationContentsImage img {
  width: 100%;
}

.explanationContentsLeft {
  order: 1;
  width: 50%;
}

.explanationContentsText {
  text-align: center;
  line-height: 2em;
}

.explanationContentsBt {
  text-align: center;
  margin: 20px 0;
}

.explanationContentsBt span {
  border: 1px solid #000;
  padding: 7px 25px;
  line-height: 2em;
  border-radius: 20px;
  cursor: pointer;
}

/* young */
.youngBox {
  /*background-color: #F7EAED;*/
}

.youngInBox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px 0 50px 0;
}

.youngInBox h2 {
  padding: 50px 0;
  text-align: center;
}

.youngInBox h2 img {
  width: 100%;
  max-width: 940px;
}

.youngTextBox {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
}

.youngTextInBox {
  width: 55%;
}

.youngCopy {
  font-size: 28px;
  text-align: center;
  line-height: 1.7em;
  font-weight: bold;
  color: #DE006D;
  background-image: url(../images/subcopy_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px 0;
}

.youngText {
  text-align: center;
  line-height: 2em;
  margin-top: 30px;
  color: #333;
}

.youngImage {
  width: 45%;
}

.youngImage img {
  width: 100%;
}


/* cause */
.causeBox {
  background-image: url(../images/cause_bg.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;

}

.causeInBox {
  max-width: 940px;
  margin: 0 auto;
  padding: 74px 0 150px 0;
}

.causeTitle1 {
  color: #1B1464;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.causeTitle2 {
  color: #1B1464;
  font-size: 34px;
  text-align: center;
  line-height: 1.5em;
}

.causeTitle2 span {
  background-image: url(../images/cause.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 25px;
  margin: 0 10px;
}

.causeImage {
  margin: 25px 0 0 0;
}

.causeImage img {
  width: 100%;
}

.causeTextBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.causeNayamiImage {
  width: 300px;
  margin-top: -150px;
}

.causeNayamiImage img {
  width: 100%;
}

.causeTextInBox {
  width: 600px;
}

.causeTextTitle {
  color: #1B1464;
  font-size: 34px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 20px;
}

.causeTextTitle span {
  background: linear-gradient(transparent 70%, #fff 20%);
}

.causeText {
  text-align: center;
  color: #333;
  margin: 15px 0;
  line-height: 1.9em;
}


/* md */
.mdBox {

}

.mdInBox {
  max-width: 940px;
  margin: 0 auto;
  padding: 74px 0 150px 0;
}

.mdTitle {
  color: #DE006D;
  font-size: 34px;
  text-align: center;
}

.mdInfoText {
  text-align: center;
  line-height: 1.7em;
  padding: 30px 10px 0 10px;
}

.mdTable {
  width: 100%;
  margin-top: 70px;
}

.mdTable tr {

}

.mdTable th {
  width: 33.3%;
  padding: 15px 20px;
  line-height: 1.5em;
  color: #333333;
  height: 120px;
  border-top: 2px solid #fff;
}

.mdTable td {
  width: 33.3%;
  padding: 15px 20px;
  line-height: 1.5em;
  color: #333333;
  height: 120px;
  border-top: 2px solid #EFC0C2;
}

.mdTableMeritTitle {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  background-image: url(../images/md_merit.png);
  background-position: center;
  background-size: auto 70%;
  background-repeat: no-repeat;
  border-top: 0 !important;
}

.mdTableTaisakiTitle {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  background-color: #EFC0C2;
  border-top: 0 !important;
}

.mdTableDemelitTitle {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  background-image: url(../images/md_demelit.png);
  background-position: center;
  background-size: auto 70%;
  background-repeat: no-repeat;
  border-top: 0 !important;
}

.mdTableMeritText {
  font-size: 14px;
  text-align: right;
  padding-left: 0 !important;
}

.mdTableDemeritText {
  font-size: 14px;
  text-align: left;
  padding-right: 0 !important;
}

.mdTableTaisaku1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #EFC0C2;
  line-height: 1.5em;
  background-image: url(../images/md_01.png);
  background-position: center;
  background-size: auto 70%;
  background-repeat: no-repeat;
}

.mdTableTaisaku1 span {
  font-size: 28px;
}

.mdTableTaisaku2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #EFC0C2;
  color: #333333;
  line-height: 1.5em;
  background-image: url(../images/md_02.png);
  background-position: center;
  background-size: auto 70%;
  background-repeat: no-repeat;
}

.mdTableTaisaku2 span {
  font-size: 28px;
}

.mdTableTaisaku3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #EFC0C2;
  color: #333333;
  line-height: 1.5em;
  background-image: url(../images/md_03.png);
  background-position: center;
  background-size: auto 70%;
  background-repeat: no-repeat;
}

.mdTableTaisaku3 span {
  font-size: 28px;
}

.mdTableTaisaku4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #EFC0C2;
  color: #333333;
  line-height: 1.5em;
  background-image: url(../images/md_04.png);
  background-position: center;
  background-size: auto 70%;
  background-repeat: no-repeat;
}

.mdTableTaisaku4 span {
  font-size: 28px;
}



/* step */
.stepBox {
  background-image: url(../images/step_bg.webp);
  /*background-position: bottom center;
  background-size: cover;*/
  background-repeat: repeat;
}

.stepInBox {
  max-width: 940px;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}

.stepTitle {
  color: #DE006D;
  font-size: 34px;
  text-align: center;
}

.stepList {
  margin: 50px 0 30px 0;
}

.stepListEach {
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  margin-bottom: 30px;
}

.stepListEachImage {
  width: 240px;
  line-height: 0;
}

.stepListEachImage img {
  width: 100%;
}

.stepListEachContent {
  padding: 15px 20px;
  margin: 15px 15px 15px 30px;
  background-repeat: no-repeat;
  width: 655px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-size: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.stepListEachTitle {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 2em;
  width: 100%;
  /*margin-left: 1em;*/
}

.stepListEachText {
  font-size: 14px;
  color: #333333;
  line-height: 1.5em;
}

.stepListEach01 {
  /*background-image: url(../images/step_01.png);*/
}

.stepListEach02 {
  /*background-image: url(../images/step_02.png);*/
}

.stepListEach03 {
  /*background-image: url(../images/step_03.png);*/
}

.stepListEach04 {
  background-image: url(../images/step_04.png);
}

.stepListEach05 {
  background-image: url(../images/step_05.png);
}

.stepNotsolicit {
  text-align: center;
  color: #DE006D;
  font-size: 18px;
  line-height: 2em;
  padding: 10px;
  background: #fff;
  border: 1px solid #DE006D;
  margin-bottom: 50px;
}

.stepNotsolicit span {

}



/* system */
.systemBox {
  max-width: 940px;
  margin: 50px auto;
  padding: 25px 20px 0 50px;
  background-color: #F7EAED;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.systemInBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.systemTitle {
  background-image: url(../images/system_title_bg.png);
  color: #fff;
  font-size: 32px;
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 5px -70px;
  padding: 10px 0 37px 50px;
  line-height: 1em;
}

.systemImage {
  width: 300px;
  line-height: 0;
}

.systemImage img {
  width: 100%;
}

.systemContents {
  margin: 0 0 20px 70px;
  width: 700px;
}

.systemText {
  color: #333333;
  line-height: 2em;
  margin: 5px 0;
}

.systemCheckBox {
  margin: 1em 0;
}

.systemCheck {
  font-weight: bold;
  line-height: 2em;
}

.systemCheck img {
  height: 1em;
  margin-right: 10px;
  margin-bottom: -2px;
}

.systemTextCCBox {
  margin: 0 auto;
  text-align: center;
}

.systemTextCC {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  color: #DE006D;
  line-height: 1.7em;
  position: relative;
  display: inline-block;
  margin: 0 auto 1rem auto;
  padding: 0 20px;
}

.systemTextCC:before {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  width: 2px;
  height: 50%;
  background: #DE006D;
  border-radius: 3px;
  transform: rotate(-45deg);
}

.systemTextCC:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 5px;
  width: 2px;
  height: 50%;
  background: #DE006D;
  border-radius: 3px;
  transform: rotate(45deg);
}

.systemTextCC span {
  font-size: 28px;
}



/* achievementQa */
.achievementQaBox {
  background-color: #F7EAED;
  padding-top: 50px;
}

.achievementInBox {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.achievementInBox2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.achievementTitle {
  color: #DE006D;
  font-size: 34px;
  text-align: center;
  line-height: 2em;
}

.achievementText {
  text-align: center;
  line-height: 1.7em;
  padding: 0 10px;
}

.achievementInBox .achievementList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
  gap: 20px;
}

.achievementInBox2 .achievementList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
  gap: 40px;
}

.achievementInBox .achievementListEach {
  width: 300px;
  transition: 0.5s;
}

.achievementInBox2 .achievementListEach {
  width: calc((100% - 80px) / 3);
  transition: 0.5s;
}

label .achievementListEach:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.achievementListEachImage {
  width: 100%;
}

.achievementListEachImage img {
  width: 100%;
}

.achievementListEachTextBox {
  background-color: #fff;
  width: 280px;
  margin: -20px auto 0 auto;
  position: relative;
  z-index: 50;
  padding: 10px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;

}

.achievementListEachTitle {
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  position: relative;
  margin-bottom: 10px;
}

.achievementListEachTitle:before {
  content: "";
  background-color: #DE006D;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -40px;
}

.achievementListEachText {
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}

.achievementInfoText {
  font-size: 12px;
  text-align: right;
  line-height: 2em;
  padding: 10px 0;
}

.achievementListEachLink {
  text-align: center;
  color: #DE006D;
  font-size: 14px;
  font-weight: 600;
  margin: 1em 0px 0px;
}

.achievementListEachLink img {
  height: 30px;
}

.achievementLinkBt {
  margin: 50px 0 0 0;
  text-align: center;
}

.achievementLinkBt a {
  color: #fff;
  background-color: #DE006D;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 25px;
  transition: 0.5s;
}

.achievementLinkBt a:hover {
  opacity: 0.5;
}


/* news */
.newsInBox {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.newsTitle {
  color: #DE006D;
  font-size: 34px;
  text-align: center;
  line-height: 2em;
}

.newsList {

}

.newsList a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
  font-size: 14px;
  line-height: 2em;
}

.newsList a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.newsListEach {
  display: flex;
  margin: 15px 30px;
}


.newsListEach:after {
  position: absolute;
  content: "＞";
  right: 50px;
  top: 60%;
  color: #DE006D;
  font-weight: bold;
  font-size: 14px;
}

.newsEachDate {
  margin-right: 20px;
}

.newsEachTitle {

}

.newsNew {
  background-color: #DE006D;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  padding: 2px 5px;
}

.newsTitleText {
  text-decoration: underline;
}


/* contract */
.contractBox {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 10px 0;
}

.contractTitle {
  color: #DE006D;
  font-size: 34px;
  text-align: center;
  line-height: 2em;
}

.contractText {
  text-align: center;
  line-height: 1.7em;
  margin: 1em 0;
}


/* qa */
.qaInBox {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 50px 0;
}

.qaTitle {
  color: #DE006D;
  font-size: 34px;
  text-align: center;
  line-height: 2em;
}

.qaEachBox {
  background-color: #fff;
  box-shadow: 2px 2px 5px #555;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 30px 0;
  padding: 20px 50px 20px 30px;
  position: relative;
  cursor: pointer;
}
.qaEachBox:after {
  position: absolute;
  content: "＞";
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  color: #DE006D;
  font-weight: bold;
  font-size: 20px;
  transform: rotate(90deg);
}

.qaEachBox.active:after {
  transform: rotate(-90deg);
}

.qaQuestionBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qaQuestionImage {
  width: 42px;
  line-height: 0;
}

.qaQuestionImage img {
  width: 100%;
}

.qaQuestionText {
  font-weight: bold;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qaAnswerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qaAnswerImage {
  width: 42px;
  line-height: 0;
  display: none;
  padding-top: 20px;
}

.qaAnswerImage img {
  width: 100%;
}

.qaAnswerText {
  font-size: 14px;
  line-height: 2em;
  text-align: left;
  padding: 20px 0 0 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
}


/* price */
.priceBox {
  margin: 50px 0;
}

.priceBox p {
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.priceBox img {
  width: 100%;
}



/* info */
.infoBox {
  background-color: #CCBDAF;
}

.infoInBox {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.infoTitle {
  font-size: 34px;
  text-align: center;
  line-height: 2em;
  padding-top: 50px;
}

.infoTitleH3 {
  font-size: 22px;
  text-align: center;
  line-height: 2em;
  padding-top: 20px;
}

.infoTextBox {
  width: 450px;
  height: 500px;
  position: relative;
}

.infoTextBox table {
  width: 100%;
}

.infoTextBox tr {
  border-bottom: 1px dashed #7C6C63;
}

.infoTextBox tr:first-child th {
  padding-top: 0;
}

.infoTextBox tr:first-child td {
  padding-top: 0;
}

.infoTextBox th {
  padding: 12px 0;
  vertical-align: top;
  width: 70px;
  color: #333333;
}

.infoTextBox td {
  padding: 12px 0 12px 13px;
  vertical-align: top;
  color: #333333;
}

.infoTextBox td a {
  color: #333333;
  text-decoration: none;
}

.infoTextBox td a:hover {
  text-decoration: underline;
}

.infoImage {
  position: absolute;
  bottom: 0;
  line-height: 0;
}

.infoImage img {
  width: 100%;
}

.infoMapBox {
  width: 450px;
  margin-left: 20px;
}

.infoMapBox iframe {
  width: 100%;
}


/* 店舗詳細お知らせ */
.infoNewsBox {
  max-width: 940px;
  width: 100%;
  margin: 30px auto 15px auto;
  padding: 20px 15px 5px 15px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
}

.infoNewsBox h4 {
  color: #DE006D;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.infoNewsBox p {
  font-size: 14px;
  line-height: 1.75em;
  margin: 10px 0;
}


/* footer */
footer {

}

.footerInBox {
  background-image: url(../images/footer_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footerReserveBox {
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 0;
}

.footerReserveTitle {
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 2em;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.footerReserveText {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 2em;
}

.footerReserveList {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.footerReserveListEach {
  width: 450px;
  background-color: #fff;
  box-shadow: 2px 2px 5px #555;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 30px 0;
}

.footerReserveListEach a {
  color: #DE006D;
  text-decoration: none;
  transition: 0.5s;
  padding: 20px 50px 30px 50px;
  display: block;
}

.footerReserveListEach a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.footerReserveListTitle {
  font-size: 24px;
  text-align: center;
  position: relative;
  line-height: 2em;
}

.footerReserveListTitle:before {
  content: "";
  background-color: #DE006D;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 1px;
}

.footerReserveListTitle span {
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 50;
}

.footerReserveList24h {
  text-align: center;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 15px;
}

.footerReserveList24h img {
  margin-right: 20px;
  height: 50px;
  margin-bottom: -10px;
}

.footerReserveListWebNewBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footerReserveList24hNewWeb {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  width: 30%;
}

.footerReserveList24hNewWeb img {
  height: 50px;
}

.footerReserveListWebNewRightBox {
  width: 70%;
}

.footerReserveListWebNewRightText {
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  font-weight: bold;
}

.footerReserveListWebNewRightPrice {
  text-align: center;
  line-height: 1;
}

.footerReserveListWebNewRightPrice img {
  max-height: 45px;
  max-width: 100%;
}

.footerReserveListTime {
  color: #DE006D;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

.footerReserveListTel {
  color: #DE006D;
  font-family: "futura-pt", sans-serif;
  font-size: 45px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.footerReserveListTel img {
  height: 35px;
  margin-right: 10px;
  margin-bottom: -3px;
}

/* copyright */

.copyrightBox {
  background: #000;
}

.copyrightInBox {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 210px;
}

.copyright {
  margin: 15px;
  color: #fff;
  font-size: 12px;
}

.operator {
  margin: 15px;
  color: #fff;
  font-size: 12px;
}


/* newsSingle */
.newsSingleBox {
  max-width: 940px;
  margin: 0 auto;
  padding: 130px 0 70px 0;
}

.newsSingleTitle {
  color: #DE006D;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.7em;
  margin-bottom: 40px;
}

.newsSingleBox p {
  margin-bottom: 1.5em;
  font-size: 14px;
  line-height: 2em;
}


/* floatingBanner */
.floatingBanner {
  position: fixed;
  right: 15px;
  bottom: 15px;
}

.floatingBanner p {
  line-height: 0;
  position: relative;
}

.floatingBanner a {
  transition: 0.5s;
}

.floatingBanner a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.floatingBanner img {
  max-height: 200px;
  line-height: 0;
}

.floatingBannerClose {
  max-height: 30px !important;
  position: absolute;
  right: -5px;
  top: -10px;
  z-index: 100;
  cursor: pointer;
  transition: 0.5s;
}

.floatingBannerClose:hover {
  transition: 0.5s;
  opacity: 0.5;
}

@media all and (max-width: 1024px) {
  /* SP */
  .pconly {
    display: none;
  }


  /* header */

  h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  h1 img {
    height: 40px;
  }

  .headerTopBox {
    /*position: absolute;*/
  }

  .headerTopInMenuSP {
    display: flex;
    justify-content: space-between;
  }

  .headerTopInMenuSP ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .headerTopInMenuSP li {
    border-left: 1px solid #DE006D;
    text-align: center;
    width: 75px;
    margin: 8px 0;
  }

  .headerTopInMenuSP a {
    color: #DE006D;
    text-decoration: none;
    display: block;
    padding: 0 3px;
  }

  .headerTopInMenuSPImage {
    width: 30px;
    display: block;
    margin: 0 auto;
    line-height: 0;
  }

  .headerTopInMenuSPImage img {
    width: 100%;
  }

  .headerTopInMenuSPText {
    text-align: center;
    font-size: 10px;
    letter-spacing: -1px;
    line-height: 1.3em;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .headerInBox {
    background-image: url(../images/main_visual_sp.webp);
    height: 500px;
    margin-bottom: 75px;
  }

  .headerInBox:after {
    bottom: -30px;
    margin-left: -40px;
    border-width: 30px 40px 0 40px;
  }

  .headerW1100Box {
    background: none !important;
    width: auto;
    height: auto;
    max-width: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .headerInImage {
    top: 110px;
    padding: 0 3%;
    left: 0;
    max-width: 430px;
    text-align: right;
    position: relative;
    z-index: 900;
    box-sizing: border-box;
  }

  .headerInImage img {
    height: auto;
    width: auto;
    max-height: 275px;
    max-width: 100%;
  }

  .headerInCheck {
    flex-wrap: wrap;
    top: 220px;
    left: 10px;
    width: 60%;
    max-width: 250px;
  }

  .headerInCheck p {
    width: 45%;
  }

  .headerInCheck img {
    width: 100%;
    height: auto;
  }

  .headerInBusinesshours {
    top: 330px;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    padding: 45px 0;
  }

  .headerInBusinesshoursTitle {
    font-size: 14px;
    padding: 0 0 5px 0;
  }

  .headerInBusinesshoursTime {
    font-size: 28px;
    padding: 3px 0 5px 0;
  }

  .headerInBusinesshoursWeekday {
    font-size: 12px;
    padding-bottom: 3px;
  }

  .headerInBusinesshoursHoliday {
    font-size: 12px;
  }

  .headerInBusinesshoursText {
    font-size: 12px;
    padding-top: 3px;
  }


  /* header お知らせ */
  .headerNewsText {
    top: 70px;
  }

  .headerNewsText a {
    font-size: 14px;
    padding: 5px;
  }


  /* infoquit */
  .infoquitBox {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .infoquitTitle {
    font-size: 26px;
  }

  ::-webkit-full-page-media, _:future, :root .infoquitTitle {
    letter-spacing: -1px;
  }

  .infoquitTitleMark {

  }

  .infoquitBgTitle {
    font-size: 18px;
    padding: 5px;
    background-color: #DE006D;
    margin: 20px 0;
  }

  .infoquitBgTitle span {
    padding: 0;
  }

  .infoquitCopy {
    font-size: 18px;
    margin: 20px 0;
  }

  .infoquitImg {
    margin: 20px 0;
  }

  .infoquitImg img {

  }

  .infoquitText {
    font-size: 14px;
  }

  .infoquitText span {

  }

  .infoquitText span:before {

  }


  /* woman link */
  .topWomanLink {
    margin: 60px 30px 20px 30px;
  }

  .topWomanLink img {
    max-width: 100%;
    height: auto;
  }


  /* catchcopy */
  .catchcopy {
    margin-top: 125px;
    margin-bottom: 10px;
    line-height: 3em;
  }

  .catchcopy h2 {
    font-size: 30px;
  }

  .catchcopy h2 span {
    font-size: 24px;
  }


  /* explanation */
  .explanationBox h2 {
    font-size: 30px;
  }

  .explanationContentsImage {
    order: 1;
    width: 100%;
  }

  .explanationContentsImage img {
    width: 100%;
  }

  .explanationContentsLeft {
    order: 2;
    width: 100%;
  }

  .explanationContentsText {
    margin-top: 20px;
  }

  /* young */
  .youngInBox {
    padding-top: 20px;
  }

  .youngInBox h2 {
    padding: 20px 10px;
  }

  .youngTextInBox {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .youngCopy {
    font-size: 22px;
  }

  .youngText {
    font-size: 14px;
    margin-top: 10px;
  }

  .youngImage {
    width: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .youngImage img {
    max-width: 200px;
  }


  /* cause */
  .causeInBox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .causeTitle1 {
    margin-bottom: 10px;
  }

  .causeTitle2 {
    font-size: 30px;
  }

  .causeTitle2 span {
    padding: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .causeImage {
    padding-left: 10px;
    padding-right: 10px;
  }

  .causeNayamiImage {
    width: 130px;
    margin-left: 40px;
    margin-top: -175px;
  }

  .causeTextInBox {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }

  .causeTextTitle {
    font-size: 22px;
  }

  .causeText {
    font-size: 14px;
  }



  /* md */
  .mdInBox {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mdTitle {
    font-size: 30px;
    line-height: 1.5em;
  }

  .mdTableSp {
    width: 92%;
    margin: 30px auto 0 auto;
    border-bottom: 2px solid #EFC0C2;
  }
  
  .mdTableSp tr {
  
  }
  
  .mdTableSp th {
    padding: 5px;
    line-height: 1.5em;
    color: #333333;
    border-top: 2px solid #fff;
  }
  
  .mdTableSp td {
    padding: 10px 0 10px 10px;
    line-height: 1.5em;
    color: #333333;
    border-top: 2px solid #EFC0C2;
  }

  .mdTableSp tr:first-child td {
    border-top: 0;
  }
  
  .mdTableMeritTitleSp {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background-image: url(../images/md_merit.png);
    background-position: center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1em !important;
    border-top: 2px solid #EFC0C2 !important;
    border-right: 2px solid #EFC0C2;
  }
  
  .mdTableTaisakiTitleSp {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background-color: #EFC0C2;
    border-top: 0 !important;
  }
  
  .mdTableDemelitTitleSp {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background-image: url(../images/md_demelit.png);
    background-position: center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1em !important;
    border-top: 2px solid #EFC0C2 !important;
    border-right: 2px solid #EFC0C2;
  }
  
  .mdTableMeritTextSp {
    font-size: 12px;
    text-align: left;
  }
  
  .mdTableDemeritTextSp {
    font-size: 12px;
    text-align: left;
  }
  
  .mdTableTaisaku1Sp {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #EFC0C2;
    line-height: 1.5em;
    background-image: url(../images/md_01.png);
    background-position: center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    white-space: nowrap;
  }
  
  .mdTableTaisaku1Sp span {
    font-size: 16px;
  }
  
  .mdTableTaisaku2Sp {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #EFC0C2;
    color: #333333;
    line-height: 1.5em;
    background-image: url(../images/md_02.png);
    background-position: center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    white-space: nowrap;
  }
  
  .mdTableTaisaku2Sp span {
    font-size: 16px;
  }
  
  .mdTableTaisaku3Sp {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #EFC0C2;
    color: #333333;
    line-height: 1.5em;
    background-image: url(../images/md_03.png);
    background-position: center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    white-space: nowrap;
  }
  
  .mdTableTaisaku3Sp span {
    font-size: 16px;
  }
  
  .mdTableTaisaku4Sp {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #EFC0C2;
    color: #333333;
    line-height: 1.5em;
    background-image: url(../images/md_04.png);
    background-position: center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    white-space: nowrap;
  }
  
  .mdTableTaisaku4Sp span {
    font-size: 16px;
  }

  /* step */
  .stepInBox {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .stepTitle {
    font-size: 30px;
  }

  .stepList {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .stepListEach {
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    height: 190px;
  }

  .stepListEachImage {
    width: 30%;
  }


  .stepListEachContent {
    margin: 5px;
    padding: 10px 5px 0 5px;
    background-size: 50px;
    width: 70%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .stepListEachTitle {
    font-size: 16px;
    line-height: 1.5em;
    padding-bottom: 5px;
  }

  .stepListEachText {
    font-size: 12px;
  }

  .stepNotsolicit {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    margin-bottom: 30px;
  }


  /* system */
  .systemBox {
    margin: 40px 15px 40px 25px;
    padding: 15px 10px 0 10px;
  }

  .systemTitle {
    font-size: 22px;
    padding: 6px 0 24px 23px;
    margin-left: -24px;
  }

  .systemTextSp {
    color: #333333;
    line-height: 1.7em;
    margin: 5px 0;
    font-size: 14px;
  }

  .systemCheck {
    font-size: 14px;
    line-height: 1.7em;
  }

  .systemText {
    font-size: 14px;
    line-height: 1.7em;
  }

  .systemImage {
    margin-top: 1em;
    width: 100%;
    text-align: center;
  }

  .systemImage img {
    width: 50%;
  }

  .systemContents {
    width: 0%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .systemCheck img {
    margin-right: 5px;
  }

  .systemCheck span {
    padding: 0 19px 0 0;
  }

  .systemTextCC {
    font-size: 14px;
    letter-spacing: 0;
  }
  
  .systemTextCC span {
    font-size: 22px;
  }


  /* price */
  .priceBox {
    margin: 40px 0;
  }

  .priceBox p {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }


  /* achievement */
  .achievementInBox {
    padding-bottom: 30px;
  }

  .achievementTitle {
    font-size: 30px;
  }

  .achievementList {
    padding-top: 20px;
    margin: 0 auto;
    justify-content: center !important;
  }

  .achievementInBox2 .achievementList {
    padding-left: 15px;
    padding-right: 15px;
    gap: 30px;
  }

  .achievementListEach {
    margin-bottom: 30px;
  }

  .achievementListEach:last-child {
    /*margin-bottom: 10px;*/
  }

  .achievementInBox2 .achievementListEach {
    width: 100%;
  }

  .achievementListEachTextBox {
    width: 80%;
  }

  .achievementListEachTitle {
    font-size: 16px;
  }

  .achievementListEachText {
    font-size: 14px;
  }

  .achievementInfoText {
    font-size: 11px;
    margin-right: 10px;
    padding-top: 0;
  }

  .achievementListEachLink img {
    height: 25px;
  }


  /* news */
  .newsInBox {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 15px;
  }

  .newsListEach {
    margin: 10px 20px 10px 10px;
  }

  .newsListEach:after {
    right: 15px;
    top: 63%;
  }

  .newsNew {
    font-size: 12px;
  }

  /* contract */
  .contractBox {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .contractTitle {
    font-size: 26px;
  }


  /* qa */
  .qaInBox {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .qaTitle {
    font-size: 30px;
  }

  .qaEachBox {
    margin: 20px 0;
    padding: 15px 30px 15px 10px;
  }

  .qaEachBox:after {
    right: 10px;
  }

  .qaQuestionText {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.7em;
  }

  .qaAnswerText {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.7em;
  }


  /* info */
  .infoTitle {
    font-size: 30px;
    padding-top: 30px;
  }

  .infoInBox {
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .infoTextBox {
    width: 100%;
    height: auto;
    font-size: 14px;
  }

  .infoTextBox th {
    padding: 10px 0;
  }

  .infoTextBox td {
    padding: 10px 0 10px 10px;
  }

  .infoImage {
    position: relative;
    padding: 30px 0 15px 0;
  }

  .infoMapBox {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .infoMapBox iframe {
    height: 300px;
  }

  

  /* footer reserve */
  .footerInBox {
    background-image: url(../images/footer_bg_sp.webp);
  }
  .footerReserveBox {
    padding: 30px 15px;
  }

  .footerReserveTitle {
    font-size: 26px;
    line-height: 1.5em;
  }

  .footerReserveText {
    font-size: 14px;
    font-weight: bold;
  }

  .footerReserveListEach {
    width: 100%;
    margin: 15px 0;
  }

  .footerReserveListEach a {
    padding: 10px 25px 20px 25px;
  }

  .footerReserveListTitle {
    font-size: 22px;
  }

  .footerReserveList24h {
    font-size: 26px;
    margin-top: 10px;
  }

  .footerReserveList24h img {
    height: 40px;
  }

  .footerReserveList24hNewWeb {
    font-size: 14px;
  }
  
  .footerReserveListWebNewRightText {
    font-size: 14px;
  }
  
  .footerReserveListWebNewRightPrice {
    font-size: 26px;
  }
  
  .footerReserveListWebNewRightPriceBig {
    font-size: 48px;
  }

  .footerReserveListTime {
    margin-top: 5px;
    font-size: 12px;
  }

  .footerReserveListTel {
    font-size: 36px;
  }

  .footerReserveListTel img {
    height: 30px;
  }


  /* copyright */
  .copyrightInBox {
    justify-content: center;
    padding: 10px 0 90px 0;
  }

  .copyright {
    margin: 5px 0;
    font-size: 11px;
    width: 100%;
    text-align: center;
  }

  .operator {
    margin: 5px 0;
    font-size: 11px;
    width: 100%;
    text-align: center;
  }

  /* newsSingle */
  .newsSingleBox {
    padding: 90px 10px 50px 10px;
  }

  .newsSingleTitle {
    font-size: 18px;
  }

  .newsSingleBox p {

  }

  .floatingBanner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .floatingBanner p {
    padding: 10px;
    box-sizing: border-box;;
  }
  
  .floatingBanner img {
    width: 100%;
  }
}

@media all and (min-width: 1025px) {
  /* PC */
  .sponly {
    display: none;
  }
}


/* popup */
.open {
	cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

#pop-up, #pop-up2, #pop-up3, #pop-up4, #pop-up5, #pop-up6, #pop-up7, #pop-up8, #pop-up9, #pop-up10, #pop-up11, #pop-up12, #pop-up13 {
	display: none; /* label でコントロールするので input は非表示に */
}

.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}

#pop-up:checked + .overlay, #pop-up2:checked + .overlay, #pop-up3:checked + .overlay, #pop-up4:checked + .overlay, #pop-up5:checked + .overlay, #pop-up6:checked + .overlay, #pop-up7:checked + .overlay, #pop-up8:checked + .overlay, #pop-up9:checked + .overlay, #pop-up10:checked + .overlay, #pop-up11:checked + .overlay, #pop-up12:checked + .overlay, #pop-up13:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.window {
	width: 90vw;
	max-width: 500px;
	height: 360px;
	background-color: #ffffff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px;
  overflow-y: auto;
  position: relative;
  z-index: 10000;
}
.window2 {
	width: 90vw;
	max-width: 900px;
	height: 75vh;
}

.close {
  cursor: pointer;
  position: absolute;
  z-index: 500;
  top: 10px;
  right: 10px;
}

.close img {
  width: 35px;
}

.pricePopupTitle {
  color: #DE006D;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.pricePopupTitle span {
  font-size: 14px;
  padding-top: 15px;
  display: block;
}

.pricePopupEachTitle {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 2em;
}

.pricePopupEachText {
  font-size: 14px;
  line-height: 1.7em;
}

.pricePopupEachText span {
  margin-left: 10px;
}

.pricePopupInfoText {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5em;
}

.achievementPopupLogo {
  text-align: center;
  display: none;
}

.achievementPopupLogo img {
  height: 35px;
}

.achievementPopupImageList {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.achievementPopupImageList li {
  width: 45%;
  text-align: center;
}

.achievementPopupImageList img {
  width: 100%;
}

.achievementPopupTitle {
  color: #DE006D;
  font-weight: bold;
  font-size: 18px;
  line-height: 2em;
  margin: 0 20px 5px 20px;
}

.achievementPopupText {
  font-size: 14px;
  line-height: 1.8em;
  margin: 1em 20px;
}

.achievementPopupTextRight {
  font-size: 12px;
  line-height: 1.8em;
  margin: 2em 20px 1em;
  text-align: right;
}

.explanationPopupText {
  font-size: 14px;
  line-height: 1.8em;
  margin: 1em 20px;
}

@media all and (max-width: 1024px) {
  /* popup sp */
  .achievementPopupImageList {
    margin: 0 0 30px 0;
  }
  .achievementPopupImageList li {
    width: 100%;
  }
  .achievementPopupTitle {
    margin-left: 0;
    margin-right: 0;
  }
  .achievementPopupText {
    margin-left: 3px;
    margin-right: 3px;
  }

  .achievementPopupTextRight {
    margin-left: 3px;
    margin-right: 3px;
  }

  .window2 {
    padding: 30px 15px 15px 15px;
  }
}