@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input[type=text] {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  outline: none;
  border: none;
}

a {
  color: #000;
  text-decoration: none;
}

.preload * {
  transition: none !important;
}

img {
  width: 100%;
  vertical-align: top;
  transition: 0s;
}

/* -------------------------------------------------------
common
------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP_Narrow,"Zen Kaku Gothic New", sans-serif;
  font-size:1.6rem;
}

.eng {
  font-family: 'Outfit', sans-serif;
}

.section___block.type02:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #EFEFEF;
  display: block;
  top: 0;
  bottom: 0;
  right: 177px;
  z-index: -1;
  min-width: 100vw;
}
@media screen and (max-width: 768px) {
  .section___block.type02:after {
    content: "";
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    background: #EFEFEF;
    display: block;
    top: 40px;
    bottom: 0;
    right: 3px;
    z-index: -1;
    min-width: 100vw;
  }
}


.pc01 {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc01 {
    display: block;
  }
}

.pc02 {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc02 {
    display: block;
  }
}

.pc03 {
  display: none;
}
@media screen and (min-width: 481px) {
  .pc03 {
    display: block;
  }
}

.sp01 {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp01 {
    display: none;
  }
}

.sp02 {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp02 {
    display: none;
  }
}

.sp03 {
  display: block;
}
@media screen and (min-width: 481px) {
  .sp03 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.mgb10 {
  margin-bottom: 5px !important;
}
@media screen and (min-width: 1025px) {
  .mgb10 {
    margin-bottom: 10px !important;
  }
}

.mgb15 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 1025px) {
  .mgb15 {
    margin-bottom: 15px !important;
  }
}

.mgb20 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 1025px) {
  .mgb20 {
    margin-bottom: 20px !important;
  }
}

.mgb25 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 1025px) {
  .mgb25 {
    margin-bottom: 25px !important;
  }
}

.mgb30 {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 1025px) {
  .mgb30 {
    margin-bottom: 30px !important;
  }
}

.mgb40 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 1025px) {
  .mgb40 {
    margin-bottom: 40px !important;
  }
}

.mgb50 {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 1025px) {
  .mgb50 {
    margin-bottom: 50px !important;
  }
}

.mgb60 {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 1025px) {
  .mgb60 {
    margin-bottom: 60px !important;
  }
}
.mgb-minus5p {
  margin-bottom: -10px !important;
}
@media screen and (min-width: 1025px) {
  .mgb-minus5p {
    margin-bottom: -5% !important;
  }
}

.pdb5 {
  padding-bottom: 5px;
}
.fz12 {
  font-size: 1.2rem;
}
.fz14 {
  font-size: 1.4rem;
}
.fz17 {
  font-size: 1.7rem;
}
.fz22 {
  font-size: 2.2rem;
}
.fz26 {
  font-size: 2.6rem;
}
.fz32 {
  font-size: 3.2rem;
}
.fz50 {
  font-size: 5.0rem;
}
.secinner {
  padding: 0 5%;
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .secinner {
    padding: 0 15px;
  }
}



.reservaton {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .reservaton {
    width: 100%;
  }
}
.line {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #06c755;
  box-shadow: 3px 3px 3px rgba(110,110,100,.45);
  transition: .4s;
	font-size: 2.2rem;
    letter-spacing: .1em;
    padding: 1px 62px;
    height: 65px;
    border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .line {
    width: 100%;
	          font-size: 4.8vw;
        padding: 1px 10px;
        height: 55px;
	  margin-top: 10px;
  }
}
.line a {
  color: white;
}
.line:hover {
  background: #35e67d;
}
.reservaton__btn{
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  background: #1AA59E;
  border-radius: 28px;
  letter-spacing: .06em;
  box-shadow: 3px 3px 3px rgba(110,110,100,.45);
  transition: .4s;
}
.reservaton__btn:hover {
  background: #6ABEB9;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.color01{
  color:#FF7900;
}



/* -------------------------------------------------------
contents
------------------------------------------------------- */
/* header
-----------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  flex-wrap: wrap;

  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header .button {
	display: flex;
  justify-content: space-between;
  align-items: center;
	width: 72%;
}
@media screen and (min-width: 1025px) {
  .header {
  }
}
.header:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  opacity: 0;
}

.header:after {
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  position: absolute;
  display: block;
  z-index: -1;
  opacity: 0;
  transition: .4s;
}
.header.onScroll:after {
  opacity: .8;
}

.header h1 {
  width: 100%;
  max-width: 130px;
}
@media screen and (min-width: 768px) {
  .header h1 {
    max-width: 185px;
  }
}
.header__inner--Wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 10px 20px;
}
.header .line {
	height: 57px;
	    font-size: 1.8rem;
	padding: 0;
}
@media screen and (max-width: 767px) {
  .header .reservaton {
    width: 50%;
    position: fixed;
    max-width: 100%;
    top: calc(100vh - 57px);
    left: 0;
    right: 0;
    }
  .header .reservaton__btn {
    border-radius: 0;
    box-shadow: none;

  }
}
@media screen and (max-width: 767px) {
  .header .line {
    width: 50%;
    position: fixed;
    max-width: 100%;
    top: calc(100vh - 57px);
    right: 0;
    }
  .header .line {
    border-radius: 0;
    box-shadow: none;
	 margin-top: 0;

  }
}
.secttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .secttl {
    margin-bottom: 80px;
  }
}
.secttl h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 17px;
}
@media screen and (min-width: 1025px) {
  .secttl h2 {
    font-size: 2.4rem;
  }
}
.secttl h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0685E5;
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .secttl h3 {
    font-size: 4.3rem;
  }
}
.secttl__line {
  width: 100px;
  height: 8px;
  background: #5BB9FF;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .secttl__line {
    width: 256px;
  }
}

/* mv
-----------------------------------*/
.mv {
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv {
  background: none;
  height: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
  background: none;
  height: 669px;
  }
}
.mv__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin:  0 auto;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 20px 0px 0;
    width: 90%;

  }
}
@media screen and (max-width: 1260px) {
  .mv__inner {
    padding: 0 17px;
  }
}

.mv__inner .flex,
.mv__inner .flex__inner {
  width: 100%;
}
.mv__inner .flex__inner__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 617px;
}
@media screen and (max-width: 787px) {
  .mv__inner .flex__inner__top {
    max-width: 100%;
    min-width: calc(100vw - 40px);
    margin-left: -3.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv__inner .flex__inner__top {
    max-width: 100%;
    justify-content: flex-start;
    gap: 5px;
  }
}

.flex__inner__top__catch {
  font-weight: bold;
  font-size: 2.0rem;
  letter-spacing: .025em;
  line-height: 2;
  width: 100%;
  padding: 2em 0 .5em;
}
@media screen and (max-width: 768px) {
  .flex__inner__top__catch {
    font-weight: bold;
    font-size: 3.7vw;
    text-align: center;
    padding: .5em 0 1em;
  }
}
.flex__inner__top__keyword {
  font-weight: bold;
  font-size: 2.0rem;
  letter-spacing: .025em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.flex__inner__top__keyword.backgroundNone {
  text-align: right;
  display: block;
  width: 100%;
}
.flex__inner__top__keyword.backgroundNone span {
  background: linear-gradient(90deg,#f8457e 0%, #ff7900 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .flex__inner__top__keyword.backgroundNone {
    width: 100%;
  }
}
@media screen and (min-width: 1260px) {
  .flex__inner__top__keyword.backgroundNone {
    position: relative;
    top: -8px;
    left: -2px;
  }
}

.background01 {
  background: linear-gradient(90deg,#f8457e 0%, #ff7900 100%);
}
.flex__inner__top__keyword.background01 {
  max-width: 198px;
  height: 37px;
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .flex__inner__top__keyword.background01 {
    width: calc((100% - 12px) / 3);
    height: 25px;
  }
  .flex__inner__top__keyword {
    font-weight: bold;
    font-size: 3.2vw;
  }
}

.flex__inner__middle {
  font-weight: bold;
  font-size: 5.0rem;
  padding-left: 62px;
  width: 100%;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flex__inner__middle {
    padding-left: 0;
    font-size: 7.8vw;
    padding-top: 39vw;
  }
}
.flex__inner__middle > * {
  z-index: 1;
  position: relative;
}

.flex__inner__middle:after {
  content: "";
  width: 100vw;
  height: 500px;
  height: 480px;
  background: #EFEFEF;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
  margin-top: 73px;
  margin-top: 54px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .flex__inner__middle {
    max-width: 600px;
  }
}
.flex__inner__middle__text {
  letter-spacing: .05em;
}
.flex__inner__middle__text span {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .flex__inner__middle__text span {
    width: fit-content;
    background: #fff;
    padding: 2px 5px 3px!important;
    margin-bottom: 5px;
    letter-spacing: 0;
    white-space: pre;
  }
}
.flex__inner__middle__text span + span {
  padding-top: 27px;
}
@media screen and (max-width: 768px) {
  .flex__inner__middle__text span + span {
    padding-top: 10px;
  }
}
.flex__inner__middle__point {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1rem 0 2rem;
  max-width: 516px;
}
.flex__inner__middle__point__item {
  width: calc((100% - 12px) / 3);
}
@media screen and (max-width: 768px) {
  .flex__inner__middle__point {
    max-width: 33rem;
    margin: 0 auto;
  }
  span.flex__inner__middle__point__item {
    background: none!important;
    padding: 0!important;
  }
}
.flex__inner__middle__point__item img {
  aspect-ratio: 86 / 91;
}


.mv_image {
  position: absolute;
  z-index: -1;
  top: 4rem;
  right: 0;
  max-width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv_image {
    max-width: 80%;
  }
}
@media screen and (min-width: 1260px) {
  .mv_image {
    right: -20px;
    max-width: 50%;
    overflow: hidden;
    margin-top: -130px;
  }
}
.mv_image img{
  width: 670px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv_image img{
    width: 110%;
  }
}
@media screen and (min-width: 1260px) {
  .mv_image img{
    width: 680px;
  }
}

.flex__inner__bottom {
  margin-top: 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .flex__inner__bottom {
    margin-top: 0;
  }
}
.flex__inner__bottom .reservaton {
  
}
@media screen and (min-width: 1260px) {
  .flex__inner__bottom .reservaton {
  }
}

.flex__inner__bottom .reservaton p{
  color:#1AA59E;
  font-weight: bold;
  font-size: 2.0rem;
  letter-spacing: .05em;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .flex__inner__bottom .reservaton p{
    font-size: 4.5vw;
    line-height: 1;
    padding-bottom: 8px;
  }
}

.flex__inner__bottom .reservaton p .font-large {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .flex__inner__bottom .reservaton p .font-large {
    font-size: 5vw;
  }
}

.flex__inner__bottom .reservaton .reservaton__btn {
  font-size: 2.2rem;
  letter-spacing: .1em;
  height: 65px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .flex__inner__bottom .reservaton .reservaton__btn {
    margin-left: 0px;
    font-size: 4.8vw;
    width: 100%;
    height: 55px;
  }
}
@media screen and (min-width: 1260px) {
  .flex__inner__bottom .reservaton .reservaton__btn {
    margin-top: 3px;
  }
}
.flex__inner__middle__point {
  position: relative;
}
.flex__inner__middle__point:before {
  content: "";
  width: 293px;
  height: 100px;
  display: block;
  position: absolute;
  background: url(../img/mv_text.svg);
  z-index: 0;
  top: -55px;
  left: -55px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .flex__inner__middle__point:before {
    content: "";
    width: 293px;
    height: 100px;
    display: block;
    position: absolute;
    background: url(../img/mv_text.svg);
    z-index: 0;
    top: -16vw;
    left: -55px;
    background-repeat: no-repeat;
    width: 52vw;
    left: -10px;
    height: 30vw;
    background-size: contain;
    }
}
@media screen and (max-width: 768px) {
  .flex__inner__middle:after {
    content: "";
    width: 120vw;
    height: 120vw;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    margin-top: 13vw;
    z-index: -1;
    left: -15%;
    }
}

.inner--wrap {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}


.section___block  {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}

/* .worry
-----------------------------------*/
#worry {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  #worry {
    padding-top: 4rem;
  }
}
.secTitle {
  font-size: 3.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.578;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .secTitle {
    font-size: 6vw;
  }
}
.td__underline{
  border-bottom: 2px solid;
}
.list-of-worry {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 31px auto 55px;
  width: 100%;
  max-width: 842px;
}
@media screen and (max-width: 768px) {
  .list-of-worry  {
    margin-top: 10px;
  }
}
.list-of-worry li {
  width: calc((100% - 15px) / 2 );
  height: 116px;
  background: #F4F4F4;
  box-shadow: 0 0 2px rgba(144,144,144,.75);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  padding: 17px 5px;
  line-height: 1.818;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list-of-worry li {
    width: 100%;
    height: auto;
    font-size: 4.8vw;
    margin-top: 20px;
    padding: 17px 5px;
    line-height: 1.75;
  }
}
.list-of-worry li:before {
  content: "";
  position: absolute;
  width: 47px;
  height: 50px;
  display: block;
  background-image: url(../img/icon_04.svg);
  background-size: cover;
  left: 17px;
  top: -9px;
}
.list-of-worry li span {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
  padding: 0px 2px 0 3px;
}
.list-of-worry li span:after {
  position: absolute;
  content: "";
  background: #323232;
  width: calc(100% - 1px);
  height: calc(100% - 5px);
  left: -4px;
  right: 0;
  top: 3.5px;
  bottom: 0;
  z-index: -1;
  transition: .4s;
  padding: 0 2px;
  margin: 0 4px;
}
.text-of-worry {
  text-align: center;
}

.text-of-worry.line01 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #323232;
  line-height: 1.818;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .text-of-worry.line01 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.text-of-worry.line02 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #323232;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .text-of-worry.line02 {
    font-size: 2.2rem;
  }
}

.text-of-worry.line03 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #323232;
  line-height: 1.818;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .text-of-worry.line03 {
    font-size: 1.6rem;
  }
}

.text-of-worry.line03 .markerline {
  font-size: 3.2rem;
  font-weight: bold;
  color: #323232;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .text-of-worry.line03 .markerline {
    font-size: 2.2rem;
  }
}
.markerline {
  background:linear-gradient(transparent 50%, #FFE9C6 50%);
}

.background__img.type01 {
text-align: center;
position: relative;
color: #fff;
width: 100%;
min-height: 388px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
font-size: 2.2rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
letter-spacing: .05em;
margin: 42px 0;
margin: 48px auto 40px;
}
@media screen and (max-width: 768px) {
  .background__img.type01 {
    margin: 20px 0;
    letter-spacing: 0em;
    padding: 5.5% 5%;
    font-size: 3.6vw;
    min-height: 1px;
  }
}
.background__img.type01:after {
  content: "";
  display: block;
  background-image: url(../img/img_01.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  top:0;
  bottom:0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .background__img.type01:after {
    content: "";
    display: block;
    background-image: url(../img/img_01_sp.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    top:0;
    bottom:0;
    position: absolute;
    z-index: -1;
  }
}
.background__img__type01--text.line01,
.background__img__type01--text.line05 {
  font-weight: 500;
  width: 100%;
}
.background__img__type01--text.type02 {
  font-weight: bold;
  width: 100%;
  border: 2px solid #fff;
  width: 53%;
  padding: 5px;
}
.background__img__type01--text.line02 {
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .background__img__type01--text.type02 {
    width: 100%;
    padding: 5px;
    border: 1px solid #fff;
    margin-top: 15px;
  }
}
.background__img__type01--text.line03,
.background__img__type01--text.line04 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .background__img__type01--text.line03,
  .background__img__type01--text.line04 {
    margin-top: 7px;
  }
}
.background__img__type01--text.line05 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .background__img__type01--text.line05 {
    margin-top: 15px;
  }
}


.section___block--title {
  text-align: center;
  font-weight: bold;
  font-size: 4.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section___block--title {
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .section___block--title {
  letter-spacing: .08em;
  }
}
.section___block--title .font-small {
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: .05em;
  display: block;
  margin-bottom: 15px;
}
.section___block--title .font-small + br {
  display: none;
}
@media screen and (max-width: 768px) {
  .section___block--title .font-small {
    font-size: 2.2rem;
    line-height: 1.4375;
  }
}
.section___block--title .eng {
  font-size: 1.8rem;
  margin-top: 23px;
  margin-top: 13px;
  letter-spacing: 0;
  letter-spacing: 0.01em;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section___block--title .eng {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

/* reason
-----------------------------------*/
#reason {
  margin-top: 100px;
  margin-bottom: 114px;
  padding-top: 52px;
  padding-bottom: 106px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #reason {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
}
.list-of-reason {
  margin: 75px auto 0;
  margin: 63px auto 0;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .list-of-reason {
    margin: 45px auto 0;
  }
}
.list-of-reason__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-of-reason__item + .list-of-reason__item {
  margin-top: 60px;
}
.list-of-reason__item--inner {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .list-of-reason__item--inner {
    width: 100%;
  }
  .list-of-reason__item--inner:nth-of-type(1) {
    order:2;
    max-width: calc(100% - 40px);
    margin: 30px auto 0;
  }
  .list-of-reason__item--inner:nth-of-type(2) {
    order:1;
  }
}
.list-of-reason__item--inner--line01 {
  font-size: 3.2rem;
  color: #C2C2C2;
  width: 100%;
  max-width: 411px;
}
@media screen and (max-width: 768px) {
  .list-of-reason__item--inner--line01 {
    font-size: 2.4rem;
    margin-top: 10px;
  }
}
.list-of-reason__item--inner--line02 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.846;
  width: 100%;
  max-width: 411px;
}
@media screen and (max-width: 768px) {
  .list-of-reason__item--inner--line02 {
    font-size: 2.0rem;
    line-height: 1.65;
    margin-top: 10px;
  }
}
.list-of-reason__item--inner--line03 {
  font-size: 1.8rem;
  line-height: 1.666;
  letter-spacing: .05em;
  margin-top: 32px;
  margin-top: 21px;
  width: 100%;
  max-width: 411px;
}
@media screen and (max-width: 768px) {
  .list-of-reason__item--inner--line03 {
    margin-top: 8px;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: justify;
    line-height: 1.875;
  }
}
.list-of-reason__item--inner .imgWrap {
  position: relative;
  max-width: 401px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-of-reason__item--inner .imgWrap {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.list-of-reason__item--inner .imgWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #707070;
  top: 15px;
  bottom: 0;
  left: 16px;
  right: 0;
  z-index: -1;
  border-image: linear-gradient(to right, #f8457e 0%, #ff7900 100%);
  border-image-slice: 1;
}

.list-of-reason__item--inner img {
  max-width: 401px;
}
@media screen and (max-width: 768px) {
  .list-of-reason__item--inner img {
    max-width: 100%;
  }
}

.list-of-reason__item:nth-of-type(even) .list-of-reason__item--inner:nth-of-type(1){
  order: 2;
}
.list-of-reason__item:nth-of-type(even) .list-of-reason__item--inner:nth-of-type(2){
  order: 1;
}




/* application
-----------------------------------*/
.section___block.application {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 32px 45px 50px;
}
@media screen and (max-width: 768px) {
  .section___block.application {
    padding: 20px 0px;
  }
}
.section___block.application:after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(90deg,#f8457e 0%, #ff7900 100%);
}
.application__line01 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .application__line01 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
.application__line02 {
  color: #F8457E;
  background: #fff;
  margin: 15px auto 0;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 2;
  letter-spacing: .05em;
  width: 100%;
  max-width: 589px;
}
@media screen and (max-width: 768px) {
  .application__line02 {
    font-size: 1.4rem;
    margin-top: 8px;
    letter-spacing: 0;
  }
}
.application__line03 {
  margin-top: 15px;
}
.application__line03 .flex {
  justify-content: center;
  align-items: center;
}
.application__line03 .flex p {
  text-align: left;
  font-weight: bold;
  font-size: 2.0rem;
}
.application__line03 .flex p span {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .application__line03 > .flex > p {
    display: flex;
    font-size: 1.6rem;
  }
  .application__line03 > .flex > p br {
    display: none;
  }
  .application__line03 > .flex > p span {
    width: fit-content!important;
    font-size: 1.6rem;
    line-height: 1.45;
    padding-left: 2px;
  }
}

.application__line03 .flex .flex .circle {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 77px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.0rem;
  margin-left: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .application__line03 .flex .flex .circle {
    font-size: 1.4rem;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }
}
.application__line04 {
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .application__line04 {
    margin-top: 8px;
  }
}
.application__line04 .reservaton__btn {
  margin: 6px auto 0;
  width: 100%;
  max-width: 605px;
}

.application__line05 {
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .application__line05 {
    margin-top: 8px;
  }
}
.application__line05 .line {
  margin: 6px auto 0;
  width: 100%;
  max-width: 605px;
	    border-radius: 28px;
    letter-spacing: .06em;
    box-shadow: 3px 3px 3px rgba(110, 110, 100, .45);
    transition: .4s;
	    height: 57px;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
}

.font-size10 {
  font-size: 50%;
}
.font-size14 {
  font-size: 87.5%;
}
.font-size18 {
  font-size: 112.75%;
}
.font-size20 {
  font-size: 125%;
}
.font-size24 {
  font-size: 150%;
}
.font-size26 {
  font-size: 162.5%;
}
.font-size28 {
  font-size: 175%;
}
.font-size32 {
  font-size: 200.5%;
}
.font-size38 {
  font-size: 220.5%;
}
.font-size40 {
  font-size: 268.75%;
}
.font-size43 {
  font-size: 268.75%;
}
.font-size50 {
  font-size: 312.5%;
}
.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .font-size10 {
    font-size: 50%;
  }
  .font-size14 {
    font-size: 87.5%;
  }
  .font-size18 {
    font-size: 112.75%;
  }
  .font-size20 {
    font-size: 125%;
  }
  .font-size24 {
    font-size: 150%;
  }
  .font-size26 {
    font-size: 165%;
  }
  .font-size28 {
    font-size: 175%;
  }
  .font-size32 {
    font-size: 180%;
  }
  .font-size38 {
    font-size: 190%;
  }
  .font-size40 {
    font-size: 210%;
  }
  .font-size43 {
    font-size: 220%;
  }
  .font-size50 {
    font-size: 230%;
  }
}


/* flow
-----------------------------------*/
.flow {
  padding: 32px 0 30px;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 32px 0 60px;
  }
}
.flow__inner.secinner {
  max-width: 1008px;
}
.flow__inner__cont__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.flow__inner__cont__wrap__img {
  width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .flow__inner__cont__wrap__img {
    width: calc((100% - 77px) / 3);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}


/* menu
-----------------------------------*/
#menu {
  padding-top: 62px;
  padding-top: 71px;
  padding-bottom: 99px;
  padding-bottom: 88px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #menu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#menu:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #FFE9C6;
}
.section___block--menu__line01 {
  font-size: 112.5%;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .section___block--menu__line01 {
    font-size: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .section___block--menu__line01 {
    margin-top: 45px;
  }
}
.list-of-menu {
  margin-top: 42.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 768px) {
  .list-of-menu {
    margin-top: 20px;
  }
}
.menu__heading {
  max-width: 1000px;
    text-align: center;
}
.menu__box {
	background: white;
	padding: 30px;
    border-radius: 25px;
	max-width: 950px;
	margin: 30px auto 0;
	border: #FF7900 solid 3px;
}
@media screen and (max-width: 768px) {
  .menu__heading {
  }
}
.menu__text {
 margin: 0 auto;
	width: fit-content;
	font-size: 112.5%;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .menu__text {
  }
}
.menu__sub {
 max-width: 1000px;
	text-align: center;
	margin: 1.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .menu__sub {
	  text-align: justify;
	  
  }
	.menu__sub .pc {
		  display: none;
	  }
}
.list-of-menu__item {
  width: calc((100% - 32px) / 2);
  background: #fff;
  box-shadow: 3px 3px 3px rgba(110,110,100,.45);
}
@media screen and (max-width: 1024px) {
  .list-of-menu__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .list-of-menu__item {
    width: 100%;
  }
}
.list-of-menu__item:nth-of-type(n+4) {
  margin-top: 19px;
}
.list-of-menu__item:nth-of-type(n+3) {
  margin-top: 19px;
}

@media screen and (max-width: 1024px) {
  .list-of-menu__item:nth-of-type(n+3) {
    margin: 20px 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .list-of-menu__item:nth-of-type(n+2) {
    margin: 20px 0 0 !important;
  }
}
.list-of-menu__item img ~ * {
  padding: 0 28px 0;
}
@media screen and (max-width: 768px) {
  .list-of-menu__item img ~ * {
    padding: 0 20px 0;
  }
}



.list-of-menu__item--inner--line01.jpn.color01 {
  text-align: center;
  font-weight: bold;
  font-size: 140.625%;
  line-height: 1.454;
  margin-top: 13px;
  letter-spacing: .05em;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width: 768px) {
  .list-of-menu__item--inner--line01.jpn.color01 {
    font-size: 120%;
  }
}
.list-of-menu__item--inner--line02 {
  line-height: 1.625;
  margin-top: 15px;
  padding-bottom: 0px!important;
  display: block;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .list-of-menu__item--inner--line02 {
    text-align: justify;
    letter-spacing: 0;
    font-size: 100%;
  }
}
.list-of-menu__item img ~ .list-of-menu__item--inner--line02 {
  padding-bottom: 10px!important;

}

/* trainer
-----------------------------------*/
#trainer {
  padding-top: 86px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #trainer {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.section___block--trainer__line01 {
  font-size: 112.5%;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .section___block--trainer__line01 {
    margin-top: 20px;
    font-size: 100%;
  }
}

.list-of-trainer {
  width: 100%;
  max-width: 726px;
  margin: 0 auto;
}
.list-of-trainer__item {
  padding-top: 70px;
  padding-bottom: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list-of-trainer__item {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.list-of-trainer__item--inner {
  position: relative;
}
.list-of-trainer__item:nth-of-type(even):after{
  content: "";
  width: 100vw;
  height: calc(100% - 210px);
  position: absolute;
  top: 155px;
  bottom: 0;
  left: 40px;
  right: 0;
  display: block;
  background: #EFEFEF;
  z-index: -1;
}
.flex.list-of-trainer__item--inner--line01 {

}
@media screen and (max-width: 768px) {
  .flex.list-of-trainer__item--inner--line01 {
  padding-left: 10%;
  }
}
.flex.list-of-trainer__item--inner--line01 .flex__inner:nth-of-type(1) {
  width: 44%;
  z-index: 0;
}
.flex.list-of-trainer__item--inner--line01 .flex__inner:nth-of-type(2) {
  width: 56%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .flex.list-of-trainer__item--inner--line01 .flex__inner:nth-of-type(2) {
    width: 44%;
  }
}
.list-of-trainer__item--name {
  padding-top:54px;
  padding-left: 84px;
  font-weight: bold;
  text-align: left;
  font-size: 3.2rem;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .list-of-trainer__item--name {
    padding-top:35px;
    padding-left: 20px;
    font-size: 2.2rem;
  }
}
.list-of-trainer__item--name .eng {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 50%;
  color: #787878;
  line-height: 1.875;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .list-of-trainer__item--name .eng {
    font-size: 40%;
    margin-top: 0;
  }
}

.flex.list-of-trainer__item--inner--line01 .flex__inner .background-color03 {
  font-size: 112.5%;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  margin-top: 35px;
  padding: 23px 5px 23px 78px;
  line-height: 1.555;
}
@media screen and (max-width: 768px) {
  .flex.list-of-trainer__item--inner--line01 .flex__inner .background-color03 {
    padding: 15px 5px 15px 20px;
    font-size: 100%;
    width: calc((78vw - 40px) - 10vw);
    margin: 20% 0 0 -75%;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.flex.list-of-trainer__item--inner--line01 .flex__inner .background-color03:after {
  min-width: 460px;
  opacity: .8;
  left: -54px;
}
@media screen and (max-width: 768px) {
  .flex.list-of-trainer__item--inner--line01 .flex__inner .background-color03:after {
    min-width: 100%;
    left: 0;
  }
}
.flex.list-of-trainer__item--inner--line02.list-of-trainer__item--license {
  margin-top: 33px;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flex.list-of-trainer__item--inner--line02.list-of-trainer__item--license {
    margin-top: 20px;
  }
}
.flex.list-of-trainer__item--inner--line02.list-of-trainer__item--license .circle {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background: #323232;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 137.5%;
  letter-spacing: .05em;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .flex.list-of-trainer__item--inner--line02.list-of-trainer__item--license .circle {
    width: 60px;
    height: 60px;
    font-size: 80%;
    margin-left: 20px;
    letter-spacing: 0;
  }
}

.flex.list-of-trainer__item--inner--line02.list-of-trainer__item--license .flex__inner + .flex__inner {
  font-size: 112.5%;
  font-weight: 500;
  margin-left: 31px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 176px);
}
@media screen and (max-width: 768px) {
  .flex.list-of-trainer__item--inner--line02.list-of-trainer__item--license .flex__inner + .flex__inner {
    font-size: 70%;
    margin-left: 10px;
    width: calc(100% - 103px);
  }
}
.list-of-trainer__item--license--item {
  width: 50%;
  line-height: 1.777;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .list-of-trainer__item--license--item {
    width: 100%;
  }

}
.list-of-trainer__item--license--item:before {
  content: "・";
  position: absolute;
  left: 0;
}
.list-of-trainer__item--license--item.w-100p {
  width: 100%;
}
.list-of-trainer__item--inner--line03.comment{
  margin-top: 35px;
  border: 1px solid #323232;
  line-height: 1.875;
  letter-spacing: .05em;
  padding: 22px 42px;
}
@media screen and (max-width: 768px) {
  .list-of-trainer__item--inner--line03.comment {
    margin-top: 20px;
    letter-spacing: 0;
    text-align: justify;
    padding: 10px 20px;
    font-size: 82%;
    width: 90%;
    margin: 20px auto 0;
    }
}

.background-color03{
  position: relative;
}
.background-color03:after{
  content: "";
  position: absolute;
  top: 0;
  right:0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg,#f8457e 0%, #ff7900 100%);
}


/* voice
-----------------------------------*/
#voice {
  position: relative;
  padding-top: 71px;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  #voice {
    padding-bottom: 40px;
  }
}

#voice:after {
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 calc(50% - 50vw);
  background: #EFEFEF;
  z-index: -1;
}
.list-of-voice {
  width:  100%;
  max-width: 873px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .list-of-voice {
    margin: 30px auto 0;
  }
}
.list-of-voice__item + .list-of-voice__item {
  margin-top: 44px;
}
.list-of-voice__item--inner .list-of-voice__item--image {
  width: 100%;
  max-width: 193px;
}
@media screen and (max-width: 768px) {
  .list-of-voice__item--inner .list-of-voice__item--image {
    width: 100%;
    max-width: 42%;
    margin-left: auto;
    margin-right: auto;
  }
}
.list-of-voice__item--image--name {
  color: #fff;
  background: linear-gradient(90deg,#f8457e 0%, #ff7900 100%);
  font-weight: 500;
  width: 100%;
  max-width: 141px;
  padding: 2px 9px;
  position: relative;
  left: -16px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .list-of-voice__item--image--name {
      width: fit-content;
      line-height: 1.2;
      padding: 2px 10px;
      top: -40px;
    }
}
.list-of-voice__item--image--name  .eng{
  font-size: 112.5%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .list-of-voice__item--image--name  .eng{
    font-size: 80%;
  }
}
.list-of-voice__item--inner {
  border-bottom: 1px solid #323232;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
.list-of-voice__item--inner {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.list-of-voice__item--comment {
  width: calc(100% - 194px);
  padding-left: 38px;
}
@media screen and (max-width: 768px) {
  .list-of-voice__item--comment {
    width: 100%;
    padding-left: 0;
  }
}
.list-of-voice__item--comment .color01{
  position: relative;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.666;
  text-align: center;
  z-index: 1;
  width: 100%;
  max-width: 533px;
  margin: 0 auto;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .list-of-voice__item--comment .color01{
    font-size: 115%;
    max-width: 100%;
    width: fit-content;
  }
}
.list-of-voice__item--comment .color01:before,
.list-of-voice__item--comment .color01:after {
  content: "";
  width: 58px;
  height: 54px;
  z-index: -1;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  position: absolute;
  display: block;
  top: 0;
}
@media screen and (max-width: 768px) {
  .list-of-voice__item--comment .color01:before,
  .list-of-voice__item--comment .color01:after {
    width: 35px;
  }
}
.list-of-voice__item--comment .color01:before {
  background-image: url(../img/icon_12.svg);
  left: 0;
}
@media screen and (max-width: 768px) {
  .list-of-voice__item--comment .color01:before{
    left: -20px;
  }
}
.list-of-voice__item--comment .color01:after {
  background-image: url(../img/icon_13.svg);
  right:0;
}
@media screen and (max-width: 768px) {
  .list-of-voice__item--comment .color01:after {
    right:-20px;
  }
}
.list-of-voice__item--comment .color01 + p{
  line-height: 1.875;
  letter-spacing: .05em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .list-of-voice__item--comment .color01 + p{
  letter-spacing: .0;
  margin-top: 15px;
  font-size: 80%;
  text-align: justify;
  }
}


/* price
-----------------------------------*/

#price {
  padding-top: 87px;
  padding-bottom: 103px;
}
@media screen and (max-width: 768px) {
  #price {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.section___block--price__line01 {
  font-size: 112.5%;
  text-align: center;
  margin-top: 35px;
  line-height: 1.444;
}
@media screen and (max-width: 768px) {
  .section___block--price__line01 {
    font-size: 100%;
    margin-top: 20px;
    line-height: 1.5;
  }
}
.list-of-price {
  margin-top: 20px;
  max-width: 899px;
    margin: 65px auto 0;
}
.list-of-price__item {
  margin-top: 35px;
  box-shadow: 0px 0px 7.6px rgba(110,110,100,.45);
}
.list-of-price__item--inner {
  padding-bottom: 1px;
}
.list-of-price__title {
  background: linear-gradient(90deg,#f8457e 0%, #ff7900 100%);
  border-radius: 0 0 60px 0;
  color: #fff;
  font-weight: bold;
  font-size: 200%;
  letter-spacing: .05em;
  padding: 20px 0px 20px 42px;
  width: 100%;
  max-width: 662px;
}
@media screen and (max-width: 768px) {
  .list-of-price__title {
    padding: 10px 0px 10px 20px;
    font-size: 120%;
    max-width: 90%;
    border-radius: 0 0 35px 0;
  }
}
.list-of-price__title .eng {
  font-weight: 400;
  font-size: 43.75%;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .list-of-price__title .eng {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.list-of-price__item--inner--line02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line02 {

  }
}
.list-of-price__item--inner--line02 .circle {
  font-weight: bold;
  border: 2px solid #323232;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line02 .circle {
    border: 1px solid #323232;
    width: 60px;
    height: 60px;
  }
  .list-of-price__item--inner--line02 .circle .font-size26 {
    font-size: 115%;

  }
  .list-of-price__item--inner--line02 .circle .font-size20{
    font-size: 84%;
  }
  .list-of-price__item--inner--line02 .circle .font-size18{
    font-size: 84%;
  }
}
.price__note {
	text-align: center;
	font-size: 120%;
}

.price__note .font-size28  {
	font-weight: bold;
}
.price__note .font-size14  {
	font-weight: bold;
}

.price__small {
	text-align: center;
    color: #FF7900;
    font-weight: bold;
    font-size: 112.75%;
    line-height: 1.8em;
    margin: 16px 0 0;
}
.price__small .black{
	color: #000000;
	font-size: 90%;
}
.list-of-price__item--inner--line02 .circle .font-size26 {
  margin-left: 4px;
}
.list-of-price__item--inner--line02 .circle .font-size18 {
  position: relative;
  top: 2px;
}
.list-of-price__item--inner--line02 .circle .font-size20 {
  position: relative;
  top: 2px;
  margin-left: 4px;
}
.list-of-price__item--inner--line02 .eng.font-size50 {
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line02 .eng.font-size50 {
    margin-left: 12px;
  }
  .list-of-price__item--inner--line02 .font-size28 {
    font-size: 120%;
  }
  .list-of-price__item--inner--line02 .font-size26 {
    font-size: 115%;
  }
  .list-of-price__item--inner--line02  .font-size14 {
    font-size: 60%;
  }
}

.list-of-price__item--inner--line02 .eng.font-size28{
  position: relative;
  top: 6px;
  font-weight: bold;
}
.list-of-price__item--inner--line02 .eng.font-size14{
  position: relative;
  top: 10px;
  font-weight: bold;
}
.list-of-price__item--inner--line03 {
  color: #fff;
  width: 100%;
  max-width: 574px;
  margin: 19px auto;
  align-items: baseline;
  padding: 3px 20px;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line03 {
    width: calc(100% -  60px);
    max-width: 100%;
    margin-top: 15px;
    justify-content: center;
    position: relative;
  }
}
.list-of-price__item--inner--line03 .font-size18{
  font-weight: 500;
}
.list-of-price__item--inner--line03 .font-size10{
  font-weight: 500;
  margin-left: -5px;
}
@media screen and (min-width: 769px) {
  .list-of-price__item--inner--line03 .font-size10{
    margin-left: 0;
  }
}
.list-of-price__item--inner--line03 .font-size18:nth-of-type(1){
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line03 .font-size18{
    font-size: 100%;
  }
  .list-of-price__item--inner--line03 .font-size24 {
    font-size: 120%;
  }
  .price__note .font-size28 {
    font-size: 120%;
  }
  .price__note .font-size14 {
    font-size: 60%;
  }
  .list-of-price__item--inner--line03 .font-size24 + .font-size18{
    font-size: 94%;
  }
  .list-of-price__item--inner--line03 .font-size18:nth-of-type(1){
    margin-right: 15px;
  }
  .list-of-price__item--inner--line03 .font-size10{
    font-size: 60%;
    margin-left: 5px;
  }
}
.list-of-price__item--inner--line03 .arrow {
  position: relative;
  margin-left: 20px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line03 .arrow {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 10px;
    height: 10px;
  }
}
.list-of-price__item--inner--line03 .arrow:after {
  content: "";
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 11px;
  height: 8px;
  display: block;
  transform: rotate(-90deg);
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line03 .arrow:after {
    content: "";
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 8px;
    height: 4px;
    display: block;
    transform: rotate(0deg);
    margin-top: -7px;
  }
}
.list-of-price__item--inner--line04.comment p{
  margin-top: 38px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line04.comment p{
  width: calc(100% - 60px);
  text-align: left;
  margin: 15px auto 0;
  font-size: 100%;
  }
}
.list-of-price__item--inner--line05.ticket {
  margin: 60px auto 39px;
  width: calc(100% - 80px);
  border: 1px solid #323232;
  border-radius: 18px;
  padding: 42px 45px 31px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line05.ticket {
    margin: 40px auto 25px;
    width: calc(100% - 40px);
    padding: 30px 25px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .list-of-price__item--inner--line05.ticket {
    padding: 42px 50px 31px 49px;
  }
}


.list-of-price__item--inner--line05.ticket .ticket__title {
position: absolute;
width: 100%;
left: 0;
right: 0;
top: -33px;
text-align: center;
margin: 0 auto;
font-weight: bold;
font-size: 175%;
width: fit-content;
background: linear-gradient(transparent 40%, #FFE9C6 40%);
padding: 0 12px;
letter-spacing: .05em;
line-height: 1.538;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line05.ticket .ticket__title {
    font-size: 120%;
    top: -18px;
  }
}
.ticket__title02 {
width: 100%;
text-align: center;
margin: 1rem auto .5rem;
font-weight: bold;
font-size: 142%;
width: fit-content;
background: linear-gradient(transparent 40%, #FFE9C6 40%);
padding: 0 12px;
letter-spacing: .05em;
line-height: 1.538;

}
@media screen and (max-width: 768px) {
  .ticket__title02 {
    font-size: 120%;
    top: -18px;
  }
}
.list-of-price__item--inner--line05.ticket .ticket__title:after {
  content: "";
  position: absolute;
  right: -43px;
  width: 49px;
  height: 49px;
  background-image: url(../img/icon_11.svg);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .list-of-price__item--inner--line05.ticket .ticket__title:after {
    right: -28px;
    width: 39px;
    height: 39px;
    background-size: contain;
    }
}
.ticket__flex--inner--title {
  color: #FF7900;
  font-weight: bold;
  font-size: 112.75%;
  text-align: center;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .ticket__flex--inner--title {
    padding-right: 0px;
    font-size: 100%;
  }
}
.ticket__title + .flex {
  width: 100%;
  justify-content: space-between;
}
.ticket__flex--inner {
  width: calc((100% - 70px) / 2);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .ticket__flex--inner {
    width: 100%;
  }
}
.ticket__flex--inner--title .small {
  width: 100%;
  display: block;
  font-size: 77.6055%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ticket__flex--inner--title .small {
    font-size: 60%;
  }
}
.text-align-right {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .text-align-right {
    font-size: 60%;
    margin-top: 5px;
    padding-bottom: 7px;
  }
}
.ticket__flex--inner--list {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .ticket__flex--inner--list {
    margin-top: 15px;
    font-size: 75%;
  }
}
.ticket__flex--inner--list--item--title {
  font-weight: bold;
  display: inline-block;
  width: 124px;
}
@media screen and (max-width: 768px) {
  .ticket__flex--inner--list--item--title {
    width: 90px;
  }
  .ticket__flex--inner:nth-of-type(2) {
    margin-top: 30px;
  }
}

.ticket__flex--inner--list--item:nth-of-type(n+2) {
  margin-top: 9px;
}

.list-of-price__item--inner--line05.ticket .text-align-right {
  margin-top: 12px;
}


/* access
-----------------------------------*/

#access {
  padding-top: 65px;
  padding-bottom: 103px;
}
@media screen and (max-width: 768px) {
  #access {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.list-of-access {
  margin: 4px auto 0;
  width: 100%;
  max-width: 723px;
  position: relative;
}
.list-of-access:after {
  content: "";
  width: 100%;
  height: calc(100% - 307px);
  position: absolute;
  background: #EFEFEF;
  display: block;
  top: 148px;
  bottom: 0;
  right: 47px;
  z-index: -1;
  min-width: 100vw;
}
@media screen and (max-width: 768px) {
  .list-of-access:after {
    display: none;
  }
}

.list-of-access__item {
  margin-top: 40px;
}
.list-of-access__item--inner--line01 {
  font-size: 137.5%;
  font-weight: 500;
  letter-spacing: .05em;
  border: 1px solid #323232;
  display: block;
  align-items: center;
  line-height: 1;
  padding: 7.5px 20px;
}
@media screen and (max-width: 768px) {
  .list-of-access__item--inner--line01 {
    font-size: 1.6rem;
    text-align: center;
  }
}
.list-of-access__item--inner--line02 {
  margin-top: 23px;
}
.list-of-access__item--inner--line02 .mapArea {
  width: 45%;
  max-width: 323px;
  height: 156px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list-of-access__item--inner--line02 .mapArea {
    width: 100%;
    max-width: 100%;
  }
}
.list-of-access__item--inner--line02 .mapArea iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mapText {
  width: 55%;
  padding-left: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mapText {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    font-size: 88%;
    padding-top: 15px;
  }
}
.mapText__line01 {
  position: relative;
  padding-left: 97px;
}
.mapText__line01 .zip {
  position: absolute;
  left: 0;
  top: 0;
}
.mapList {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .mapList {
    margin-top: 10px;
  }
}
.mapList li {
  display: flex;
}
.mapList__title {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .mapList__title {
    width: 96px;
  }
}
.mapList__title:before {
  content: "■";
  font-size: 10px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.mapList__detail {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .mapList__detail {
    width: calc(100% - 100px);
  }
}



.background__color01 {
  position: relative;
}
.background__color01:after{
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #FFE9C6;
}


/* faq
-----------------------------------*/
.faq {
  padding-top: 60px;
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 25px;
  }
}
.faqList {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .faqList {
    margin-top: 30px;
  }
}
.question {
  background: #FF7900;
  color: #fff;
  font-weight: bold;
  font-size: 125%;
  padding: 11.5px 5px 11.5px 84px;
  position: relative;
  cursor: pointer;
  transition: .4s;
}
@media screen and (max-width: 768px) {
  .question {
    font-size: 100%;
    padding: 10.5px 20px 10.5px 35px;
  }
}
.question:hover {
  opacity: .6;
}
.question:before {
  content: "Q";
font-size: 180%;
font-weight: 400;
font-family: 'Outfit', sans-serif;
position: absolute;
left: 31px;
top: 3px;
bottom:0;
margin: auto 0;
}
@media screen and (max-width: 768px) {
  .question:before {
    font-size: 150%;
    left: 10px;
    top: 8px;
  }
}
.question:after {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  background-image: url(../img/icon_14.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
  transition: .4s;
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .question:after {
    content: "";
    width: 15px;
    height: 15px;
    right: 8px;
  }
}
.open .question:after {
  transform: rotate(0deg);
}

.answer {
  padding: 11.5px 5px 11.5px 84px;
  position: relative;
  line-height: 1.75;
  height: 0;
  visibility: hidden;
  transition: .02s;
}
@media screen and (max-width: 768px) {
  .answer {
    padding: 11.5px 5px 11.5px 35px;
  }
}
.open .answer {
  height: auto;
  visibility: visible;
  padding-bottom: 25px;
  transition: .3s;
  text-align: justify;
  font-size: 100%;
}

.answer:before {
  color: #FF7900;
  content: "A";
  font-size: 180%;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  position: absolute;
  left: 31px;
  top: 3px;
  bottom:0;
  margin: auto 0;
  font-size: 225%;
}
@media screen and (max-width: 768px) {
  .answer:before {
    font-size: 150%;
    left: 10px;
    top: 8px;
  }
}



/* applicationFrom
-----------------------------------*/
#applicationFrom {
  padding-top: 72px;
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #applicationFrom {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

#applicationFrom .application__line02 {
  font-size: 112.5%;
  text-align: center;
  margin-top: 35px;
  padding-bottom: 29px;
  line-height: 1.444;
  color: #323232;
  font-weight: 400;
  line-height: 1.666;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  #applicationFrom .application__line02 {
    font-size: 100%;
    margin-top: 20px;
    text-align: left;
    text-align: justify;
  }
}
.storeBlock {
  width: 100%;
  max-width: 678px;
  margin: 13px auto 0;
}
.storeBlockName {
  color: #fff;
  background: #323232;
  border-radius: 15px;
  padding: 3px 24.5px;
  margin-right: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .storeBlockName {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 5px;
  }
}
.storeBlockDetail {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .storeBlockDetail {
    width: 100%;
    display: block;
    margin-top: 6px;
    padding-bottom: 10px;
  }
}
.application__inner--form {
  width: 100%;
  max-width: 678px;
  margin: 59px auto 0;
}
.application__inner--form--input--name {
  font-weight: 500;
  font-size: 125%;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .application__inner--form--input--name {
    font-size: 115%;
  }
}
.application__inner--form--input--name .must {
  color: #fff;
  background: #F8457E;
  font-size: 90%;
  padding: 6px 9.5px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .application__inner--form--input--name .must{
    margin-right: 10px;
  }
}
.ask {
  color: #fff;
  background: #A4A4A4;
  font-size: 90%;
  padding: 6px 9.5px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .application__inner--form--input--name .must,
  .application__inner--form--input--name .ask {
    font-size: 1.3rem;
  }
}
.application__inner--form--input--name .small {
  font-size: .7em;
}

.application__inner--form--input--block--inner  {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nameWrap02 {
  margin-top: 20px;
}
.confirm .application__inner--form--input--block--inner .nameWrap02 {
  margin-top: 0;
  font-size: 86%;
}

.application__inner--form--input--block--inner .nameWrap02,
.nameWrap02b,
.nameWrap02c {
  width: 100%;
  font-weight: 500;
  font-size: 108%;
  letter-spacing: .1em;
}

.application__inner--form--input--block--inner .w-50p {
width: calc((100% - 18px) / 2);
}


button, /*input,*/ select, textarea, input[type="text"], input[type="date"], input[type="button"] ,input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  font-size: 112.75%;
  font-weight: 500;
  border: 1px solid #A3A3A3;
  border-radius: 9.8px;
  width: 100%;
  width: 100%;
  padding: 19.75px 29px;
  margin-top: 12px;
  margin-bottom: 23px;
  letter-spacing: .1em;
  color: #323232;
}
.textboxWrap textarea {
	padding: 19.75px 29px 79px 29px;
}
@media screen and (max-width: 768px) {
  button, /*input,*/ select, textarea, input[type="text"], input[type="date"], input[type="button"] ,input[type="submit"] {
    font-size: 100%;
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
.textboxWrap input[type="text"] {
	padding: 12px 12px 48px 12px;
}
}
input[name="day"] {
  padding: 18.75px 29px;
}
@media screen and (max-width: 768px) {
  input[name="day"],
  input[name="day2"],
  input[name="day3"] {
    /*height: 52px!important;
    padding: 12px!important;*/
    height: auto;
    padding: 10px 12px;
  }
  .Android input[name="day"],
  .Android input[name="day2"],
  .Android input[name="day3"] {
    height: 49px!important;
    padding: 12px!important;
  }
}
@media screen and (max-width: 1024px) {
  input[type="date"]::-webkit-date-and-time-value,
  input[type="date2"]::-webkit-date-and-time-value,
  input[type="date3"]::-webkit-date-and-time-value {
    height: 29px;
  }
}
@media screen and (min-width: 1025px) {
  input[name="day"],
  input[name="day2"],
  input[name="day3"] {
    max-height: 67.5px;
  }
}



.selectWrap {
  width: 100%;
  position: relative;
  background: none;
}
.selectWrap:after {
  content: "";
  position: absolute;
  right: 25px;
  top: -16px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #231815;
  border-top: 1px solid #231815;
  transform: rotate(135deg);
  z-index: -1;
}
.selectWrap .unselected,
::placeholder{
  color:#C2C2C2;
}


.application__inner--form--input--block--inner .checkboxWrap {
  width: 100%;
  padding: 1rem 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.application__inner--form--input--block--inner .radioWrap {
  width: 100%;
  padding: 1rem 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.application__inner--form--input--block--inner .checkboxWrap label,
.application__inner--form--input--block--inner .radioWrap label {
  padding: 0 0 0 2rem;
  font-size: 112.75%;
  font-weight: 500;
  text-align: left;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.application__inner--form--input--block--inner .checkboxWrap label input[type='checkbox'],
.application__inner--form--input--block--inner .radioWrap label input[type='radio'] {
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .application__inner--form--input--name.checkboxWrap .small,
  .application__inner--form--input--name.radioWrap .small {
    padding-left: 7.5rem;
    display: block;
  }
  .application__inner--form--input--block--inner .checkboxWrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .application__inner--form--input--block--inner .radioWrap {
    grid-template-columns: 1fr;
  }
  .application__inner--form--input--block--inner .checkboxWrap label,
  .application__inner--form--input--block--inner .radioWrap label {
    font-size: 100%;
  }
}


.submitBtn input{
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  background: #1AA59E;
  border-radius: 33px;
  letter-spacing: .06em;
  box-shadow: 3px 3px 3px rgba(110,110,100,.45);
  border:none;
  padding: 0;
  margin: 24px auto 30px;
  font-size: 137.5%;
  max-width: 440px;
  transition: .4s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .submitBtn input{
    font-size: 120%;
  }
}
.submitBtn input:hover {
  opacity: .6;
}

.background-color04 {
  background: #FF7900;
}




.footer {
  position: relative;
  padding: 23px 0;
}
.footer:after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(#f8457e 0%, #ff7900 100%);
  opacity: 0.3;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
.footerLogo {
  width: 183px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footerLogo {
    width: 130px;
  }
}
.footerList {
  width: 100%;
  max-width: 1100px;
  margin: 15px auto 0;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .footerList {
    width: 42%;
  }
}
.footerListItem {
  display: flex;
  align-items: center;
  justify-content: center;
	
}
@media screen and (max-width: 768px) {
  .footerListItem {
	  
  }
}

@media screen and (max-width: 768px) {
  .footerListItem .footerListItemName {
    font-size: 80%;
  }
}
.footerListItem .footerListItemName .small {
  font-size: .7em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footerListItem .footerListItemName .small {
    font-size: .8em;
  }
}
.footerListItemSns {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #fff;
	margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .footerListItemSns {
    width: 40px;
    height: 40px;
  }
}
.footerListItem .footerListItemName + .footerListItemSns {
  margin-left: auto;
  margin-right: 4px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footerListItem .footerListItemName + .footerListItemSns {
    margin-left: auto;
    margin-right: 10px;
    display: block;
  }
}
.copyright {
  font-size: 84%;
  font-weight: 500;
  text-align: center;
  color: #F8457E;
  margin-top: 20px;
}
.attention {
  font-size: 87.5%;
  line-height: 1.5714;
}

/* fadein
-----------------------------------*/
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in02 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fade-in03 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.fade-in04 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.fade-in-up {
  transform: translate(0, 70px);
}

.fade-in-down {
  transform: translate(0, -70px);
}

.fade-in-left {
  transform: translate(-100px, 0);
}

.fade-in-right {
  transform: translate(100px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


@media screen and (min-width: 768px) {

  .sp {
    display: none;

  }
}



#form {
}
.header + form{
  max-width: 100vw;
  overflow: hidden;
}

#form {
  padding-top: 85px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #form {
    padding-top: 58px;
  }
}
@media screen and (min-width: 1260px) {
  #form {
    padding-top: 131px;
  }
}


.eroor__detail {
  color: #ff7701;
  font-weight: bold;
  margin-left: 5px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .eroor__detail {
    font-size: .925vw;
    font-size: 1.3rem;
  }
}
.eroor__detail + .eroor__detail {
  display: none;
}
@media screen and (min-width: 1025px) {
  .eroor__detail {
    font-size: 13px;
  }
  .application__bottom .eroor__detail {
    font-size: 1.6rem;
  }
}



.confirm .application__bottom .entry__inner__wrap__txt01{
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin-top: 60px;
}
.confirm .application__bottom .col-2 .mv__inner--form--input--block--inner {
  width: fit-content;
}

.confirm .application__bottom .mv__inner--form--input--name,
.confirm .application__bottom .mv__inner--form--input--block {
  font-size: 1.8rem;
  padding-bottom: 5px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .confirm .mv__inner--form--input--name,
  .confirm .application__bottom .mv__inner--form--input--block {
    font-size: .925vw;
  }
}
@media screen and (min-width: 1025px) {
  .confirm .mv__inner--form--input--name,
  .confirm .application__bottom .mv__inner--form--input--block {
    font-size: 1.8rem;
  }
}

.confirm .background-color03 {
  background: #F7F7F7;
  padding-top: 0;
}
.confirm .mv__inner--form--line02 {
  background: #B7E1F1;
  padding: 60px 10px 80px;
}
.confirm .application__bottom .mv__inner--form--line02:after {
  bottom: 45px;
}
.confirm .application__bottom .mv__inner--form {
  width: 100%;
  max-width: 640px;
  padding: 0;
  margin: 0 auto;
}
.confirm .application__bottom .mv__inner--form input {
  border: none;
  background: none;
  font-size: 1.8rem;
}
.confirm .application__bottom .mv__inner--form input[value="入力内容を送信する"] {
  width: 304.43px;
  height: 60px;
  width: 100%;
  max-width: 305px;
  border-radius: 40px;
  background: linear-gradient(#ff9600 0%, #ff7000 44.1%);
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  margin: 40px auto 0;
  transition: .4s;
  cursor: pointer;
}

.confirm .application__bottom .mv__inner--form input[value="入力内容を送信する"]:hover {
  opacity: .6;
}

.backBtn{
  font-size: 1.8rem;
  display: block;
  margin: 60px auto;
  width: fit-content;
  border: 2px solid #1AA59E;
  padding: 13px 30px;
  border-radius: 4px;
  font-weight: bold;
  transition: .4s;
  background: #fff;
  color: #1AA59E;
}
.backBtn:hover{
  color: #fff;
  background: #1AA59E;
}

.onlySpFixed{
  display: none;
}

/*
@media screen and (min-width: 768px) {
.finish .footer{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
}
*/
@media screen and (max-width: 768px) {
  .application__bottom .mv__inner--form .submitBtn input {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header > .header__inner--Wrap{
    padding: 8px 15px;
  }

  .onlySpFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7f7f7;
    width: 100vw;
    min-width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
  }
  .onlySpFixed .header__inner--Wrap {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between;
      max-width: 100vw;
  }
  .onlySpFixed > .header__inner--Wrap .header__center,
  .onlySpFixed > .header__inner--Wrap .header__right {
    width: 50%;
    padding: 10px 8px;
    text-align: center;
  }
  .onlySpFixed > .header__inner--Wrap .header__right--catch,
  .onlySpFixed > .header__inner--Wrap .ancLink {
    width: 100%;
  }
  .onlySpFixed .header__right {
      flex-wrap: wrap;
  }
  .onlySpFixed .header__right--catch {
    font-size: 4.2vw;
  }
  .onlySpFixed .header__center{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #464646;
  }
  .onlySpFixed .header__center .pc{
    display: none;
  }
  .onlySpFixed .header__center .sp{
    display: block;
    width: 92%;
  }
  .footer {
    padding-bottom: 100px;
  }
}


/*
.flex__inner__middle__text span {
  position: relative;
  overflow: hidden;
  color: rgba(0,0,0,0);
}
.flex__inner__middle__text span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 104%;
  background: #fff;
  transition: .5s;
}
.flex__inner__middle__text span:before {
  animation: borderAnimCover 1s cubic-bezier(.15,.05,.5,.7) .3s both;
}
.flex__inner__middle__text span:nth-of-type(1) {
  animation: color01 .3s cubic-bezier(.15,.05,.5,.7) .85s both;
}
.flex__inner__middle__text span + span:before {
  animation: borderAnimCover 1s cubic-bezier(.15,.05,.5,.7) .4s both;
}
.flex__inner__middle__text span + span {
  animation: color02 .3s cubic-bezier(.15,.05,.5,.7) .9s both;
}
.flex__inner__middle__text span + span + span:before {
  animation: borderAnimCover 1s cubic-bezier(.15,.05,.5,.7) .3s both;
}
.flex__inner__middle__text span + span + span {
  opacity: 1;
  transition: .1s;
  transition-delay: .2s;
  animation: color02 .3s cubic-bezier(.15,.05,.5,.7) 1.55s both;
}
.flex__inner__middle__text span + span + span + span:before {
  animation: borderAnimCover 1s cubic-bezier(.15,.05,.5,.7) .4s both;
}
.flex__inner__middle__text span + span + span + span {
  opacity: 1;
  transition: .1s;
  transition-delay: .2s;
  animation: color01 .3s cubic-bezier(.15,.05,.5,.7) 1.55s both;
}
*/
.mv .fade-in {
  transition-delay: .2s;
}
.mv .fade-in + .fade-in {
  transition-delay: .25s;
}
.mv .fade-in + .fade-in + .fade-in {
  transition-delay: .3s;
}
.mv .fade-in + .fade-in + .fade-in + .fade-in {
  transition-delay: .35s;
}
.mv .fade-in + .fade-in + .fade-in + .fade-in + .fade-in {
  transition-delay: .4s;
}

.fade-in.scroll-in + .flex__inner__middle:after {
  background: #EFEFEF!important;
  transition-delay: 1s;
}
.mv__inner .flex__inner__top {
  transition-delay: .2s;
}
.flex__inner__middle .scroll-in{
  transition-delay: .6s;
}
.flex__inner__middle__point.fade-in.scroll-in {
  transition-delay: .8s;
}
.flex__inner__bottom.scroll-in {
  transition-delay: 1.2s;
  top: 0;
}
.flex__inner__middle__point.fade-in:before {
  opacity: 0;
}
.flex__inner__middle__point.fade-in.scroll-in:before {
  opacity: 1;
  transition-delay: 6s;
  transition: 2s;
}
.flex__inner__middle:after{
  background: rgba(255,255,255,0)!important;
  transition-delay: 5s;
  transition: 1s;
}

@keyframes color01 {
  0% {
    color: rgba(0,0,0,0);
  }

  100% {
    color:#323232;
  }
}

@keyframes color02 {
  0% {
    color: rgba(0,0,0,0);
  }

  100% {
    color: #FF7900;
  }
}

@keyframes borderAnimCover {
  0% {
      width: 0
  }
  25% {
      width: 100%
  }
  50% {
      left: 0
  }
  100% {
      width: 100%;
      left: 101%;
  }
}

@keyframes borderAnimCover2 {
  0% {
      width: 0
  }

  25% {
      width: 100%
  }

  50% {
      left: 0
  }

  100% {
      width: 100%;
      left: 101%
  }
}

@keyframes borderAnimCover3 {
  0% {
      width: 0
  }

  25% {
      width: 100%
  }

  50% {
      left: 0
  }

  100% {
      width: calc(100% + 4px);
      left: 101%
  }
}

@keyframes borderText {
  0% {
      color: transparent
  }

  100% {
      color: #fff
  }
}

@keyframes borderText2 {
  0% {
      color: transparent
  }

  100% {
      color: #242424
  }
}

@keyframes borderText3 {
  0% {
      color: transparent
  }

  100% {
      color: #777
  }
}

@keyframes borderText4 {
  0% {
      color: transparent
  }

  100% {
      color: #fff
  }
}

/*
.preload {
  position: relative;
  height: 100vh;
}
.preload:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 19999;
}
*/


.confirm .application__inner--form--input--block--inner {
  display: flex;
  justify-content: space-between;
  font-size: 115%;
  padding: 5px 0;
  border-bottom: 1px solid;
  margin-bottom: 25px;
}
.confirm .selectWrap:after,
.confirm .ask {
  display: none;
}
.confirm .application__inner--form--input--block--inner .w-50p {
  width: fit-content;
  padding-right: 10px;
}

.confirm .application__inner--form--input--block--inner {
    display: flex;
    justify-content: flex-start;

}


.submitBtn form + form .submit-btn01{
  background-color: #969696;
}


.Android .default,
.iPhone .default,
.iPad .default {
  position: relative;
}
.Android #dayWrap.default .unselected2,
.Android #dayWrap2.default .unselected2,
.Android #dayWrap3.default .unselected2,
.iPhone #dayWrap.default .unselected2,
.iPhone #dayWrap2.default .unselected2,
.iPhone #dayWrap3.default .unselected2,
.iPad #dayWrap.default .unselected2,
.iPad #dayWrap2.default .unselected2,
.iPad #dayWrap3.default .unselected2{
  color: #fff;

}
.Android #dayWrap.default:before,
.Android #dayWrap2.default:before,
.Android #dayWrap3.default:before,
.iPhone #dayWrap.default:before,
.iPhone #dayWrap2.default:before,
.iPhone #dayWrap3.default:before,
.iPad #dayWrap.default:before,
.iPad #dayWrap2.default:before,
.iPad #dayWrap3.default:before {
  margin: auto 0;
  position: absolute;
  content: "年/月/日";
  top: -3px;
  bottom: 0;
  left: 12px;
  background:#fff;
}

input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}


@media screen and (max-width: 480px) {
  .Android #dayWrap.default:before,
  .iPhone #dayWrap.default:before,
  .iPad #dayWrap.default:before {
    margin: auto 0;
    position: absolute;
    content: "年/月/日";
    top: -3px;
    bottom: 0;
    left: 12px;
  }
}

.zenkaku {
  font-family: 'Zen Kaku Gothic New'!important;
}

.list-of-price__item--inner--line02 .jpn.font-size14{
  position: relative;
  top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .list-of-price__item--inner--line02 .jpn.font-size14{
    padding: 0 0px 0 2px;
  }
}
