@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

#wrapper *,
#wrapper *:before,
#wrapper *:after {
  box-sizing: border-box;
}
#wrapper ol, #wrapper ul {
	list-style: none;
}

#wrapper h1, #wrapper h2, #wrapper p, #wrapper dl, #wrapper dt, #wrapper dd, #wrapper ul, #wrapper li, ol,dl ,dt ,dd ,figure {
  margin: 0;
  padding: 0;

  font-size: 0;
}

/*============================
#layout
margin、paddingなどは親コンテナの幅を基準に％指定
30pxなら30/640*100=4.69%、通常4.69%に設定
画像は左右paddingとmax-widthでコントロール
============================*/

#wrapper {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
}

#wrapper img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
  display: block;
}

#wrapper a {
  transition: all 0.3s ease;
  color: #3967d1;
}

#wrapper a:hover {
  opacity: .8;
}

/* layout */

.container-p {
  padding: calc(90/750*100%) calc(40/750*100%);
}

.section__container {
  padding: 0 calc(40/750*100%);
}

/* 装飾 */
.is-shadow {
  filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
}

.orange {
  color: #ff9216;
}

/*============================
header
============================*/

.header {
  margin: 0 auto;
  height: auto;
}

.header__logo img {
  width: calc(178/750*100%);
  height: auto;
  padding: calc(20/750*100%) 0;
}

/*============================
cta / cta__body
============================*/

/* cta */
.cta {
  background:  url("../img/fv__bg.webp") no-repeat center top;
  background-size: cover;
}

.cta__txt img  {
  padding: calc(30/750*100%) calc(40/750*100%) 0;
}

.cta__btn img {
  width: calc(670/750*100%);
  height: auto;
  padding: calc(30/750*100%) 0 calc(90/750*100%);
}

/* cta__body */

.cta__body {
  background: url(../img/cta__bg-02.webp) center top no-repeat;
  background-size: cover;
}

.cta__body-h2 img {
  padding-bottom: calc(40/750*100%);
}

.cta__body-btn img {
  padding-top: calc(40/750*100%);
}

/* 動き */
.yureru-updown {
	animation: yureru-updown 2s infinite;
}
@keyframes yureru-updown {
	0% {
		transform: translate(0px, 2px);
	}
	5% {
		transform: translate(0px, -2px);
	}
	10% {
		transform: translate(0px, 2px);
	}
	15% {
		transform: translate(0px, -2px);
	}
	20% {
		transform: translate(0px, 2px);
	}
	25% {
		transform: translate(0px, -2px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}

/*============================
intro
============================*/

.intro {
  background-color: #fdf7e3;
}

.intro__txt-03  img {
  padding: calc(60/750*100%) 0 calc(40/750*100%);
}

.intro__img-02 img {
  padding-bottom: calc(90/750*100%);
}

/*============================
about
============================*/

.about__h3 {
  background-image: url(../img/about__bg.jpg);
  background-size: 100%;
}

.about__txt-02 img {
  padding-bottom: calc(40/750*100%);
}

/*============================
price
============================*/

.price {
  background: -moz-linear-gradient(top, #fdf7e3, #ffdacc);
  background: -webkit-linear-gradient(top, #fdf7e3, #ffdacc);
  background: linear-gradient(to bottom, #fdf7e3, #ffdacc);
}

.price h2 img, .price__txt img, .price div {
  padding-bottom: calc(40/750*100%);
}

.price__txt-01 img {
  filter: drop-shadow(5px 5px 0 rgba(255,179,97,0.5));
}

.price__face-item {
  padding-top: calc(60/750*100%);
}


/*============================
experience-flow
============================*/

.experience-flow {
  background-color: #fdf7e3;
}

.experience-flow img {
  padding-bottom: calc(40/750*100%);
}

.experience-flow__h2-txt img {
  width: 55%;
}

/*============================
service-chuuijiko
============================*/

.service-chuuijiko {
  text-align: center;
  padding-bottom: calc(30/750*100%);
}

.service-chuuijiko__item {
  padding: calc(20/750*100%) calc(40/750*100%) calc(60/750*100%)!important;

}

.service-chuuijiko__item li {
  text-align: left;
  font-size: min(calc(20/750*100vw),20px)!important;
  line-height: 1.8;
  color: #333333;
  text-indent: -1em;
  padding-left: 1em!important;
  font-weight: bold;
}

.service-chuuijiko p {
  font-size: min(calc(20/750*100vw),20px)!important;
  line-height: 1.8;
  color: #333333;
  text-indent: -1em;
  padding-left: 1em!important;
  font-weight: bold;
}

/*============================
faq
============================*/

.faq {
  background-color: #fdf7e3;
}

.faq__item li img {
  padding-bottom: calc(30/750*100%);
}

/*============================
chuuijiko
============================*/

.chuuijiko {
  padding: calc(40/750*100%);
}

.chuuijiko h3 {
  font-size: min(calc(35/750*100vw),35px)!important;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.3em;
  line-height: 1.5;
  color: #fff;
  background-color: #fdae36;
  border-radius: 30px
}

.chuuijiko__item {
  padding-top: calc(20/750*100%)!important;
}

.chuuijiko__item li {
  text-align: left;
  font-size: min(calc(18/750*100vw),18px)!important;
  line-height: 1.8;
  color: #333333;
  text-indent: -1em;
  padding-left: 1em!important;
  font-weight: bold;
}



/*============================
access
============================*/

.access {
  background-color: #eefbfd;
  padding: calc(90/750*100%) 0;
}

.access h2 img {
  width: 55%;
  height: auto;
  padding-bottom: calc(40/750*100%);
}

.access p.kibou {
  font-size: min(calc(32/750*100vw),32px)!important;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  color: #102a54;
}

.access p.hours {
  font-size: min(calc(32/750*100vw),32px)!important;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 3.5;
  text-align: center;
  padding: calc(40/750*100%) 0;
  color: #102a54;
}

.access .item {
  margin: 0 auto calc(60/690*100%);
  padding: calc(60/690*100%) calc(40/690*100%);
  background: #fff;
  border-radius: 10px;
}

#wrapper .access .item:last-of-type {
  margin-bottom: 0px;
}

.access h3 {
	font-size: min(calc(38/750*100vw),38px)!important;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
	text-align: center;
	margin: calc(30/690*100%) auto calc(40/690*100%);
  color: #102a54;
}

.map_adress li {
  font-size: min(calc(20/750*100vw),20px)!important;
  line-height: 1.5;
  color: #102a54!important;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
  text-align: center;
}

.map_wrap {
  position: relative;
  margin: 0 auto 0;
  height: min(calc(400/750*100vw),400px);
  border-radius: 10px;
  overflow: hidden;
  padding-top: calc(20/750*100%);
}

.map_wrap iframe{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.map_head{
  width: calc(348/690*100%);
  margin: 0 auto;
  position: absolute;
  top: -25%;
  left:50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.map_adress:nth-of-type(2){
  margin-bottom: 0;
}

.access__btn img {
  padding-top: calc(40/750*100%);
}


/*============================
footer
============================*/

.foot_bg {
  background-color:#baa26d;
  padding:16px 0 0;
  text-align:center;
}
.foot_bg h3{
  padding:16px 0;
}
.foot_bg h3 img{
  width:195px;
  height:auto;
}
.foot_bg p ,
.foot_bg table{
  color:#fff;
  font-size:0.8em;
  margin-right:auto;
  margin-left:auto;
  max-width:1000px;
}
.foot_bg p {
  line-height:1.3;
  padding:16px 0;
  margin: 0;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif
}
.foot_bg p ,
.foot_bg table{
  color:#fff;
  font-size:12.8px;
  margin-right:auto;
  margin-left:auto;
  max-width:1000px;
}
.foot_bg_bot{
  background-color:#AB9461;
  padding:1em 0 1em;
  text-align:center;
}

