/* Reset */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
b, strong {
  font-weight: bold;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  line-height: 1.5;
}
html {
  overflow-y: scroll;
}
body, input, select, textarea {
  color: #212121;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 1.5;
}
a {
  color: #212121;
  text-decoration: none;
}
a:hover {
  color: #999;
}
a img:hover {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-weight: 400;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}
.clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
a[href^="tel:"] {pointer-events: none;}

.pc {
  display: block;
}
.sp {
  display: none;
}



/* レイアウト PC
---------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 60px auto 0;
}
.inner {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}



/* ヘッダー PC
---------------------------------------------------------------------------*/
header {
  width: 100%;
  height: 100%;
}
header .inner {
  width: 92%;
  max-width: 1140px;
  margin: 0 auto;
}
#mainvisual {
  position: relative;
  height: 100vh;
}
#mainvisual .slider {
  width: 100%;
  height: auto;
}
.flexslider li {
  line-height: 0;
}
.flexslider li:nth-child(1) {
  background: url(../img/thumbnail_IMG_6742.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.flexslider li:nth-child(2) {
  background: url(../img/thumbnail_IMG_6743.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fs_inner {
  display: table;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
}
.main_visual_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.4.4/overlays/01.png);
  z-index: 9;
}
.heading_block {
  position: absolute;
  top: 10px;
  left: 4%;
  color: #fff;
  text-align: center;
  z-index: 99;
}
.heading_block img {
  width: 320px;
  height: auto;
}
.slogan_block {
  position: absolute;
  bottom: 150px;
  left: 10%;
  width: 80%;
  padding: 0;
  z-index:10;
}
h1.slogan {
  padding: 0;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 38px;
  font-weight: 900;
  height: auto;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: left;
  font-feature-settings: "palt";
}
header .num {
  font-size: 144%;
  font-family: 'Bebas Neue';
  vertical-align: -3px;
}
header .fb {
  font-size: 115%;
}
.h_box {
  display: none;
}
.h_box.n_scroll {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
  width: 100%;
  height: 72px;
  z-index: 100;
}
.openbtn {
  display: none;
}
h1.logo {
  float: left;
  width: 300px;
}
h1.logo img {
  width: auto;
  height: 60px;
  margin-top: 6px;
}
ul.sns {
  display: block;
  float: right;
  margin-top: 16px;
}
ul.sns li {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  line-height: 1.2;
  vertical-align: top;
  text-align: center;
}
ul.sns li img {
  width: auto;
  height: 40px;
}
/*
ul.g_nav {
  display: block;
  float: left;
  margin: 20px 0 0 30px;
  padding: 0;
  text-align: left;
}
ul.g_nav li {
  display: inline-block;
  margin: 0;
  padding: 0 21px;
  font-size: 16px;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: 0.04em;
  vertical-align: top;
  text-align: center;
  border-left: 1px dotted rgba(248,194,194,1);
}
ul.g_nav li:last-child {
  border-right: 1px dotted rgba(248,194,194,1);
}
ul.g_nav li a {
  display: block;
  color: #212121;
}
ul.g_nav li a:hover {
  display: block;
  color: rgba(248,194,194,0.8);
}
ul.g_nav li a span {
  display: block;
  margin: 2px 0 0 0;
  font-size: 11px;
  font-family: 'Noto Serif JP', serif;
}
ul.g_nav li a {
  position: relative;
}
ul.g_nav li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #212121;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
ul.g_nav li.current a::after, ul.g_nav li a:hover::after {
  transform: scale(1, 1);
}
*/



/* フッター PC
---------------------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
footer .inner {
  margin: 0 auto;
  padding: 20px 0;
}
footer .f_info {
  padding: 30px 0;
  font-size: 15px;
  text-align: center;
  line-height: 2.4;
}
footer .f_info .fb {
  font-weight: 400;
  font-size: 150%;
}
footer .copyright {
  width: 100%;
  padding: 30px 0 30px;
  font-size: 13px;
  font-family: 'Nanum Myeongjo', serif;
  text-align: center;
  line-height: 1;
}
footer .copyright br {
  display: none;
}
.f_bnr {
  display: block;
  margin: 90px auto 0;
  text-align: center;
}
.f_bnr li {
  display: inline-block;
  margin: 0 10px;
}
.f_bnr li img {
  width: auto;
  height: 150px
}
.f_bnr li.pc {
  display: inline-block;
}
.f_bnr02 li.sp {
  display: none;
}
.line_bnr {
  position: fixed;
  bottom: 140px;
  right: 0%;
  z-index: 99;
}
.line_bnr  img {
  width: 100px;
  height: auto;
}
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
}
#pagetop img {
  width: 44px;
  height: auto;
}
#pagetop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}



/* コンテンツ PC
---------------------------------------------------------------------------*/
section {
  display: block;
  padding: 30px 0 60px;
  z-index: 0;
}
section.pink_bg {
  background: rgba(248,194,194,0.3);
  padding: 30px 0 60px;
}
section h2.ttl01 {
  color: rgba(248,194,194,1);
  font-size: 44px;
  font-family: 'Nanum Myeongjo', serif;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.33;
  text-align: left;
  font-feature-settings: "palt";
}
section h2.ttl01:first-letter {
  color: rgba(248,194,194,1);
  font-size: 125%;
  letter-spacing: 0em;
}
section h2.ttl01.pls:first-letter {
  color: rgba(248,194,194,1);
  font-size: 125%;
  letter-spacing: 0.1em;
}
section h2.ttl01 span {
  display: block;
  padding: 0 0 0 0.2em;
  color: #212121;
  font-size: 21px;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
}
section h2.ttl01.pls span {
  padding: 0 0 0 0.6em;
}
section h2.ttl02 {
  margin: 24px 0;
  color: rgba(246, 72, 72, 0.5); 
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1.33;
  text-align: center;
  font-feature-settings: "palt";
}
section h2.ttl02:first-letter {
  font-size: 125%;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section h3.ttl01 {
  display: block;
  margin: 30px 0;
  color: #212121;
  font-size: 32px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.04em;
  vertical-align: middle;
  font-feature-settings: "palt";
}
section h3.ttl01b {
  display: block;
  margin: 30px 0 0;
  color: #212121;
  font-size: 32px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.04em;
  text-align: center;
  vertical-align: middle;
  font-feature-settings: "palt";
}
section h3.ttl01b:first-letter {
  font-size: 140%;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
section h3.ttl02 {
  display: block;  
  margin: 10px 0;
  color: rgba(245, 188, 183, 1);
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: 1.33;
  vertical-align: -5px;
}
section h3.ttl02 span {
  display: block;
  padding: 0 0 6px 0;
  width: 10em;
  margin: 0 auto;
  border-bottom: 2px dotted rgba(245, 188, 183, 0.5);
}
section h4.ttl01 {
  margin: 30px 0 10px 0;
  font-size: 24px;
  line-height: 1;
  font-feature-settings: "palt";
}
section h4.ttl01 span {
  margin: 0 15px 0 -10px;
  padding: 0;
  color: rgba(245, 188, 183, 1);
  font-size: 60px;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  vertical-align: -5px;
}
section h4.ttl02 {
  margin: 30px 0 8px 0;
  padding: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.33;
  text-align: left;
  border-bottom: 3px dotted #bbb;
  font-feature-settings: "palt";
}
section h5.ttl01 {
  margin: 0 0 6px 0;
  font-family: 'Noto Sans JP';
  font-size: 110%;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: "palt";
}
section p {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.04em;
}
section p.text {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: left;
}
.wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.wrap:last-child {
  margin-bottom: 20px;
}
/*
.wrap:not(:last-child) {
margin-bottom: 60px;
}
*/

.wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.cont_box {
  width: 57%;
}
.wrap img {
  display: block;
  width: 40%;
  height: auto;
}

.checks {
  margin-top: 20px;
  font-size: 0;
}
.checks li {
  display: inline-block;
  background: url(../img/check.png) no-repeat;
  background-position: 8px 50%;
  background-size: 35px 35px;
  width: 46%;
  margin: 0 2%;
  padding: 16px 0 16px 55px;
  font-size: 21px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  line-height: 1.2;
  border-bottom: 4px dotted #ddd;
}
.checks li:nth-child(1) {
  border-top: 4px dotted #ddd;
}
.checks li:nth-child(2) {
  border-top: 4px dotted #ddd;
}    
.checks li span {
  font-size: 80%;
}
.checks li:nth-of-type(2n){
  transition-delay: 1s;
}
.mvs {
  float: left;
  width: 80%;
  max-width: 320px;
}
.mvs p {
  font-size: 90%;
}
.mvs img {
  width: 100%;
  height: auto;
}
.block2 {
  margin: 40px auto 0;
  font-size: 0;
}
.block2 li {
  display: inline-block;
  width: 48%;
  min-height: 300px;
  margin: 0 2% 30px 0;
  padding: 0;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
}
.block2 li:nth-child(2n) {
  margin: 0 0 30px 2%;
}
.block2 li:nth-of-type(2n){
  transition-delay: .8s;
}
.block2 li img {
  width: 75%;
  height: auto;
  border-radius: 10px;
}
.block2 li h4 {
  margin: 8px 0 0 0;
  font-size: 110%;
  font-weight: 500;
}
span.num01 {
  display: block;
  position: relative;
  background: rgba(246, 72, 72, 0.8);
  width: 36px;
  margin: -24px auto 0;
  padding: 6px 0 3px;
  color: #fff;
  font-size: 27px;
  font-family: 'Bebas Neue';
  font-weight: 400;
  line-height: 1;
  border-radius: 4px;
  z-index: 2;
}
.block2b {
  margin: 20px auto 0;
  font-size: 0;
}
.block2b li {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 48%;
  margin: 0 2% 20px 0;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
  z-index: 10;
}
.block2b li:nth-child(2n) {
  margin: 0 0 20px 2%;
}
.block2b li img {
  width: 100%;
  height: auto;
  margin: 0 auto 6px;
  transform: scale(1);
  transition: all .3s;
}
.block2b li a:hover img {
  transform: scale(0.9);
  transition: all .3s;
}
.block2b li h3.ttl03 {
  text-align: left;
}
.block2b li h3.ttl03 span {
  background: linear-gradient(transparent 50%, rgba(245, 188, 183, 0.5) 50%);
  padding: 3px 6px;
  font-size: 24px;
  text-align: left;
}
.block3 {
  margin: 0 auto;
  font-size: 0;
}
.block3 li {
  display: inline-block;
  width: 32%;
  margin: 0 0 20px 0;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
}
.block3 li:nth-child(3n-1) {
  margin: 0 2%;
}
.block3 li:nth-child(3n) {
  margin: 0;
}
.block3 li img {
  width: 100%;
  height: auto;
  margin: 0 auto 6px;
}
.block3 li img.profile_photo {
  width: 80%;
  max-width: 240px;
  height: auto;
  border-radius: 50%;
}
.price_box {
  width: 100%;
  margin: 20px auto 20px;
}
.price_list {
  margin: 0 auto 1em;
  font-size: 15px;
  line-height: 1.66;
  overflow: auto;
}
.price_list dt {
  clear: both;
  width: 13em;
  float: left;
  padding: 0;
  color: rgba(246, 72, 72, 1);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.price_list dd {
  padding: 12px 8px 8px 13em;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px dotted #bbb;
}
.price_list dt.icon01 {
  background: url(../img/icon01.svg) no-repeat;
  background-position: 0 3px;
  background-size: 40px 40px;
  padding: 12px 0 0 46px;
}
.price_list dt.icon02 {
  background: url(../img/icon02.svg) no-repeat;
  background-position: 1px 6px;
  background-size: 38px 38px;
  padding: 12px 0 0 46px;
}
.price_list dt.icon03 {
  background: url(../img/icon03.svg) no-repeat;
  background-position: 0 6px;
  background-size: 40px 40px;
  padding: 12px 0 0 46px;
}
.price_list dt.icon04 {
  background: url(../img/icon04.svg) no-repeat;
  background-position: 0 3px;
  background-size: 40px 40px;
  padding: 12px 0 0 46px;
}
.price_list dt.icon05 {
  background: url(../img/icon05.svg) no-repeat;
  background-position: 0 3px;
  background-size: 40px 40px;
  padding: 12px 0 0 46px;
}
.price_list dt.icon06 {
  background: url(../img/icon06.svg) no-repeat;
  background-position: 0 3px;
  background-size: 40px 40px;
  padding: 12px 0 0 46px;
}
.price_list dt.icon07 {
  background: url(../img/icon07.svg) no-repeat;
  background-position: 0 3px;
  background-size: 36px 36px;
  padding: 12px 0 0 46px;
}
section .process_box {
  float: left;
  width: 80%;
  margin: 0 0 0 20%;
}
.process {
  padding: 0 0 1em 0;
}
.oaite {
  color: rgb(255, 255, 255);
  font-size: 80%;
  font-weight: normal;
  background: rgba(248,194,194,1);
  margin: 0 8px 0 0;
  padding: 0px 3px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  vertical-align: 2px;
  white-space: nowrap;
}
.more_btn01 {
  display: block;
  position: relative;
  width: 90%;
  margin: 10px auto;
  font-size: 110%;
  font-weight: 500;
  text-align: center;
}
.more_btn01.btn_left {
  display: block;
  margin: 30px 0;
}
.more_btn01 a {
  display: block;
  color: #212121;
  padding: 10px 20px 20px 20px;
}
.more_btn01 a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.more_btn01::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
}
.more_btn01::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
}
.more_btn01 a::before{
  display: block;
  content: '';
  position: absolute;
  bottom: 5%;
  right: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: #212121;
  transition: all .3s;
}
.more_btn01 a::after{
  display: block;
  content: '';
  position: absolute;
  bottom:calc(5% + 4px);
  right: calc(50% - 30px);
  width: 12px;
  height: 1px;
  background: #212121;
  transform: rotate(33deg);
  transition: all .3s;
}
.more_btn01 a:hover::before{
  right: calc(50% - 54px);
}
.more_btn01 a:hover::after{
  right: calc(50% - 54px);
}
.btn_wide {
  width: 80%;
  max-width: 360px;
  height: auto;
}
.tbl01 {
  background: #fff;
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
  font-size: 15px;
  line-height: 1.66;
}
.tbl01 th {
  width: 25%;
  padding: 24px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid rgba(33, 33, 33, 0.33);
  border-bottom: 1px solid rgba(33, 33, 33, 0.33);
}
.tbl01 td {
  width: 75%;
  padding: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


 



/* フォーム PC
---------------------------------------------------------------------------*/
input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, textarea, select {
  background: rgba(33, 33, 33, 0.04);
  margin: 0;
  padding: 10px 0 10px 8px;
  width: 100%;
  font-size: 15px;
  font-family: inherit;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #ddd;
}
input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #999;
  font-weight: normal;
}
.btn-submit input[type="submit"] {
  display: block;
  background: rgba(246, 72, 72, 0.8);
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 60px auto 0;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: rgba(246, 72, 72, 0.33);
  transition: 1s;
}
.btn-submit li {
  display:inline-block;
  width: 48%;
}
.btn-submit li input[type="button"] {
  background: #eee;
  width: 90%;
  height: auto;
  margin: 10px auto 30px;
  padding: 15px 0;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
.req {
  color: rgb(255, 255, 255);
  font-size: 60%;
  font-weight: normal;
  background: rgba(248,194,194,1);
  padding: 1px 4px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  vertical-align: 2px;
  white-space: nowrap;
}



/*　エフェクト
---------------------------------------------------------------------------*/
.box-aos {
  position: relative;
}
.box-aos::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1s;
}





/*　その他 PC
---------------------------------------------------------------------------*/
.page_scroll > a {
  display: block; 
  padding-top: 100px; 
  margin-top: -100px;
}
.box {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
.y_marker {
  background: linear-gradient(transparent 55%, rgba(248,194,194,0.66) 55%);  
  padding: 2px 4px;
}
img.size100 {
  width: 100%;
  height: auto;
}
ul.disc {
  margin: 1em 0;
}
ul.disc li:before {
  display: inline-block;
  content: "●";
  color: rgba(248,194,194,1);
  font-size: 50%;
  vertical-align: 1px;
  margin: 1em 0 1em 1em;
  padding: 0 5px 0 0;
}
/*
ul.disc {
  list-style-type: disc;
  margin: 1.5em 0;
}
ul.disc li {
  list-style-type: disc;
  padding: 4px 0;
}
*/
ul.decimal {
  list-style-type: decimal;
  margin: 0 0 0 1.5em;
}
ul.decimal li {
  list-style-type: decimal;
  padding: 4px 0;
}
.center {
  text-align: center;
}
.fb {
  font-size: 133%;
}
.fs {
  font-size: 80%;
}
.fs02 {
  color: #212121;
  font-size: 60%;
}
.mgt30 {
  margin-top: 30px;
}
.mgt45 {
  margin-top: 45px;
}
.mgt60 {
  margin-top: 60px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb30b {
  margin-bottom: 30px;
}
.mgb45 {
  margin-bottom: 45px;
}
.mgb60 {
  margin-bottom: 60px;
}


@media screen and (max-width: 980px) {

  /* レイアウト TAB
---------------------------------------------------------------------------*/
  #wrapper {
    width: 100%;
    margin: 60px auto 0;
  }
  .inner {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
  }
  
  
  
  /* ヘッダー TAB
---------------------------------------------------------------------------*/
  header {
    width: 100%;
    height: auto;
  }
  header .inner {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
  }
  #mainvisual {
    position: relative;
    height: 66vh;
  }
  #mainvisual .slider {
    width: 100%;
    height: auto;
  }
  .flexslider li {
    line-height: 0;
  }
  .flexslider li:nth-child(1) {
    background: url(../img/thumbnail_IMG_6742.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .flexslider li:nth-child(2) {
    background: url(../img/thumbnail_IMG_6743.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .fs_inner {
    display: table;
    width: 100%;
    height: 66vh;
    margin: 0 auto;
    text-align: center;
  }
  .main_visual_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66vh;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.4.4/overlays/01.png);
    z-index: 9;
  }
  .heading_block {
    position: absolute;
    top: 10px;
    left: 4%;
    color: #fff;
    text-align: center;
    z-index: 99;
  }
  .heading_block img {
    width: 266px;
    height: auto;
  }
  .slogan_block {
    position: static;
    width: 100%;
    padding: 0 8%;
    z-index: 10;
  }
  h1.slogan {
    padding: 20px 0 0 0;
    color: rgba(248,194,194,1);
    font-family: 'Noto Sans JP';
    font-size: 28px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.08em;
    line-height: 1.33;
    text-align: center;
    font-feature-settings: "palt";
  }
  header .num {
    font-size: 144%;
    font-family: 'Bebas Neue';
    vertical-align: -3px;
    line-height: 0.8;
  }
  header .fb {
    font-size: 115%;
  }
  .h_box {
    display: none;
  }
  .h_box.n_scroll {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    height: 62px;
    z-index: 100;
  }
  h1.logo {
    float: left;
    width: 240px;
  }
  h1.logo img {
    width: auto;
    height: 50px;
    margin-top: 6px;
  }
  ul.sns {
    display: block;
    float: right;
    margin-top: 16px;
  }
  ul.sns li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    line-height: 1.2;
    vertical-align: top;
    text-align: center;
  }
  ul.sns li img {
    width: auto;
    height: 36px;
  }
  section {
    display: block;
    padding: 24px 0 48px;
    z-index: 0;
  }
  section.pink_bg {
    background: rgba(248, 194, 194, 0.3);
    padding: 24px 0 48px;
  }
  section h2.ttl01 {
    color: rgba(248, 194, 194, 1);
    font-size: 40px;
    font-family: 'Nanum Myeongjo', serif;
    font-style: italic;
    letter-spacing: 0.08em;
    line-height: 1.33;
    text-align: left;
    font-feature-settings: "palt";
  }
  section h2.ttl01:first-letter {
    color: rgba(248, 194, 194, 1);
    font-size: 125%;
    letter-spacing: 0em;
  }
  section h2.ttl01.pls:first-letter {
    color: rgba(248, 194, 194, 1);
    font-size: 125%;
    letter-spacing: 0.1em;
  }
  section h2.ttl01 span {
    display: block;
    padding: 0 0 0 0.2em;
    color: #212121;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
  }
  section h2.ttl01.pls span {
    padding: 0 0 0 0.6em;
  }
  section h2.ttl02 {
    margin: 24px 0;
    color: rgba(246, 72, 72, 0.5);
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1.33;
    text-align: center;
    font-feature-settings: "palt";
  }
  section h2.ttl02:first-letter {
    font-size: 125%;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section h3.ttl01 {
    display: block;
    margin: 30px 0;
    color: #212121;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.04em;
    vertical-align: middle;
    font-feature-settings: "palt";
  }
  section h3.ttl01b {
    display: block;
    margin: 30px 0 0;
    color: #212121;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.04em;
    text-align: center;
    vertical-align: middle;
    font-feature-settings: "palt";
  }
  section h3.ttl01b:first-letter {
    font-size: 140%;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }
  section h3.ttl02 {
    display: block;
    margin: 10px 0;
    color: rgba(245, 188, 183, 1);
    font-size: 17px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.33;
    vertical-align: -5px;
  }
  section h3.ttl02 span {
    display: block;
    padding: 0 0 6px 0;
    width: 10em;
    margin: 0 auto;
    border-bottom: 2px dotted rgba(245, 188, 183, 0.5);
  }
  section h4.ttl01 {
    margin: 30px 0 10px 0;
    font-size: 21px;
    line-height: 1;
    font-feature-settings: "palt";
  }
  section h4.ttl01 span {
    margin: 0 15px 0 -10px;
    padding: 0;
    color: rgba(245, 188, 183, 1);
    font-size: 54px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    vertical-align: -5px;
  }
  section h4.ttl02 {
    margin: 30px 0 8px 0;
    padding: 0 0 8px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    text-align: left;
    border-bottom: 3px dotted #bbb;
    font-feature-settings: "palt";
  }
  section h5.ttl01 {
    margin: 0 0 6px 0;
    font-size: 110%;
    font-weight: 700;
    line-height: 1.2;
    font-feature-settings: "palt";
  }
  section p {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.04em;
  }
  section p.text {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: left;
  }
  .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .wrap:last-child {
    margin-bottom: 20px;
  }
  /*
.wrap:not(:last-child) {
margin-bottom: 60px;
}
*/
  .wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .cont_box {
    width: 57%;
  }
  .wrap img {
    display: block;
    width: 40%;
    height: auto;
  }
  .checks {
    margin-top: 20px;
    font-size: 0;
  }
  .checks li {
    display: inline-block;
    background: url(../img/check.png) no-repeat;
    background-position: 8px 50%;
    background-size: 35px 35px;
    width: 46%;
    margin: 0 2%;
    padding: 16px 0 16px 55px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    line-height: 1.2;
    border-bottom: 4px dotted #ddd;
    transition-delay: 1s;
  }
  .checks li:nth-child(1) {
    border-top: 4px dotted #ddd;
  }
  .checks li:nth-child(2) {
    border-top: 4px dotted #ddd;
  }
  .checks li span {
    font-size: 80%;
  }
  .checks li:nth-of-type(2n) {
    transition-delay: 1s;
  }
  .block2 {
    margin: 40px auto 0;
    font-size: 0;
  }
  .block2 li {
    display: inline-block;
    width: 48%;
    min-height: 300px;
    margin: 0 2% 30px 0;
    padding: 0;
    font-size: 15px;
    text-align: center;
    vertical-align: top;
  }
  .block2 li:nth-child(2n) {
    margin: 0 0 30px 2%;
  }
  .block2 li:nth-of-type(2n) {
    transition-delay: .8s;
  }
  .block2 li img {
    width: 75%;
    height: auto;
    border-radius: 10px;
  }
  .block2 li h4 {
    margin: 8px 0 0 0;
    font-size: 110%;
    font-weight: 500;
  }
  span.num01 {
    display: block;
    position: relative;
    background: rgba(246, 72, 72, 0.8);
    width: 36px;
    margin: -24px auto 0;
    padding: 6px 0 3px;
    color: #fff;
    font-size: 27px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
    z-index: 2;
  }
  .block2b {
    margin: 20px auto 0;
    font-size: 0;
  }
  .block2b li {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 48%;
    margin: 0 2% 20px 0;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    vertical-align: top;
    z-index: 10;
  }
  .block2b li:nth-child(2n) {
    margin: 0 0 20px 2%;
  }
  .block2b li img {
    width: 100%;
    height: auto;
    margin: 0 auto 6px;
    transform: scale(1);
    transition: all .3s;
  }
  .block2b li a:hover img {
    transform: scale(0.9);
    transition: all .3s;
  }
  .block2b li h3.ttl03 {
    text-align: left;
  }
  .block2b li h3.ttl03 span {
    background: linear-gradient(transparent 50%, rgba(245, 188, 183, 0.5) 50%);
    padding: 3px 6px;
    font-size: 24px;
    text-align: left;
  }
  .block3 {
    margin: 0 auto;
    font-size: 0;
  }
  .block3 li {
    display: inline-block;
    width: 32%;
    margin: 0 0 20px 0;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    vertical-align: top;
  }
  .block3 li:nth-child(3n-1) {
    margin: 0 2%;
  }
  .block3 li:nth-child(3n) {
    margin: 0;
  }
  .block3 li img {
    width: 100%;
    height: auto;
    margin: 0 auto 6px;
  }
  .block3 li img.profile_photo {
    width: 80%;
    max-width: 240px;
    height: auto;
    border-radius: 50%;
  }
  .price_box {
    width: 100%;
    margin: 16px auto 16px;
  }
  .price_list {
    margin: 0 auto 1em;
    font-size: 15px;
    line-height: 1.66;
    overflow: auto;
  }
  .price_list dt {
    clear: both;
    width: 13em;
    float: left;
    padding: 0;
    color: rgba(246, 72, 72, 1);
    font-size: 15px;
    font-weight: 500;
    text-align: left;
  }
  .price_list dd {
    padding: 12px 8px 8px 13em;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px dotted #bbb;
  }
  .price_list dt.icon01 {
    background: url(../img/icon01.svg) no-repeat;
    background-position: 0 4px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon02 {
    background: url(../img/icon02.svg) no-repeat;
    background-position: 1px 6px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon03 {
    background: url(../img/icon03.svg) no-repeat;
    background-position: 0 6px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon04 {
    background: url(../img/icon04.svg) no-repeat;
    background-position: 0 3px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon05 {
    background: url(../img/icon05.svg) no-repeat;
    background-position: 0 3px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon06 {
    background: url(../img/icon06.svg) no-repeat;
    background-position: 0 3px;
     background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon07 {
    background: url(../img/icon07.svg) no-repeat;
    background-position: 0 3px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  section .process_box {
    float: left;
    width: 80%;
    margin: 0 0 0 20%;
  }
  .process {
    padding: 0 0 1em 0;
  }
.page_scroll > a {
  display: block; 
  padding-top: 80px; 
  margin-top: -80px;
}
}


@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  a[href^="tel:"] {pointer-events: auto;}
  
  h1.slogan {
    padding: 20px 0 0 0;
    color: rgba(248,194,194,1);
    font-family: 'Noto Sans JP';
    font-size: 24px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.08em;
    line-height: 1.33;
    text-align: center;
    font-feature-settings: "palt";
  }
  header .num {
    font-size: 144%;
    font-family: 'Bebas Neue';
    vertical-align: -3px;
    line-height: 0.8;
  }
  header .fb {
    font-size: 115%;
  }

  footer .copyright {
    width: 100%;
    padding: 30px 0 30px;
    font-size: 13px;
    font-family: 'Nanum Myeongjo', serif;
    text-align: center;
    line-height: 1;
  }
  .f_bnr {
    display: block;
    margin: 66px auto 0;
    text-align: center;
  }
  .f_bnr li {
    display: inline-block;
    margin: 10px;
  }
  .f_bnr li img {
    width: auto;
    height: 100px
  }
  .f_bnr li.pc {
    display: none;
  }
  .f_bnr02 {
    display: block;
    margin: 20px auto;
    text-align: center;
  }
  .f_bnr02 li.sp {
    display: inline-block;
  }
  .f_bnr02 li img {
    width: auto;
    height: 100px
  }
  #pagetop {
    position: fixed;
    bottom: 40px;
    right: 8px;
    z-index: 100;
  }
  #pagetop img {
    width: 36px;
    height: auto;
  }
  
  section h2.ttl01 {
    color: rgba(248, 194, 194, 1);
    font-size: 36px;
    font-family: 'Nanum Myeongjo', serif;
    font-style: italic;
    letter-spacing: 0.08em;
    line-height: 1.33;
    text-align: left;
    font-feature-settings: "palt";
  }
  section h2.ttl01:first-letter {
    color: rgba(248, 194, 194, 1);
    font-size: 125%;
    letter-spacing: 0em;
  }
  section h2.ttl01.pls:first-letter {
    color: rgba(248, 194, 194, 1);
    font-size: 125%;
    letter-spacing: 0.1em;
  }  
  section h2.ttl01 span {
    display: block;
    padding: 0 0 0 0.2em;
    color: #212121;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
  }
  section h2.ttl01.pls span {
    padding: 0 0 0 0.6em;
  }
  section h2.ttl02 {
    margin: 24px 0;
    color: rgba(246, 72, 72, 0.5);
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.33;
    text-align: center;
    font-feature-settings: "palt";
  }
  section h2.ttl02:first-letter {
    font-size: 125%;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section h3.ttl01 {
    display: block;
    margin: 30px 0;
    color: #212121;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.04em;
    vertical-align: middle;
    font-feature-settings: "palt";
  }
  section h3.ttl01b {
    display: block;
    margin: 30px 0 0;
    color: #212121;
    font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.04em;
    text-align: center;
    vertical-align: middle;
    font-feature-settings: "palt";
  }
  section h3.ttl01b:first-letter {
    font-size: 140%;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }  
  section h3.ttl02 {
    display: block;
    margin: 10px 0;
    color: rgba(245, 188, 183, 1);
    font-size: 17px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.33;
    vertical-align: -5px;
  }
  section h3.ttl02 span {
    display: block;
    padding: 0 0 6px 0;
    width: 10em;
    margin: 0 auto;
    border-bottom: 2px dotted rgba(245, 188, 183, 0.5);
  }
  section h4.ttl01 {
    margin: 30px 0 10px 0;
    font-size: 18px;
    line-height: 1;
    font-feature-settings: "palt";
  }
  section h4.ttl01 span {
    margin: 0 15px 0 -10px;
    padding: 0;
    color: rgba(245, 188, 183, 1);
    font-size: 48px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    vertical-align: -5px;
  }
  section h4.ttl02 {
    margin: 30px 0 8px 0;
    padding: 0 0 8px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    text-align: left;
    border-bottom: 3px dotted #bbb;
    font-feature-settings: "palt";
  }
  section h5.ttl01 {
    margin: 0 0 6px 0;
    font-size: 110%;
    font-weight: 700;
    line-height: 1.2;
    font-feature-settings: "palt";
  }
  section p {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.04em;
  }
  section p.text {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: left;
  }
  
  .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .wrap:last-child {
    margin-bottom: 20px;
  }
/*
.wrap:not(:last-child) {
margin-bottom: 60px;
}
*/
  .wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .cont_box {
    width: 100%;
  }
  .wrap img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
  }
  
  .checks {
    margin-top: 20px;
    font-size: 0;
  }
  .checks li {
    display: block;
    background: url(../img/check.png) no-repeat;
    background-position: 8px 50%;
    background-size: 35px 35px;
    width: 90%;
    margin: 0 auto;
    padding: 16px 0 16px 55px;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    line-height: 1.2;
    border-bottom: 4px dotted #ddd;
    transition-delay: 1s;
  }
  .checks li:nth-child(1) {
    border-top: 4px dotted #ddd;
  }
  .checks li:nth-child(2) {
    border-top: 0px dotted #ddd;
  }
  .checks li span {
    font-size: 80%;
  }
  
  .block2 {
    margin: 40px auto 0;
    font-size: 0;
  }
  .block2 li {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    margin: 0 0 40px 0;
    padding: 0 10%;
    font-size: 15px;
    text-align: center;
    vertical-align: top;
    transition-delay: .8s;
  }
  .block2 li:nth-child(2n) {
    margin: 0 0 40px 0;
  }
  .block2 li:nth-of-type(2n) {
    transition-delay: .8s;
  }
  .block2 li img {
    width: 80%;
    height: auto;
    border-radius: 10px;
  }
  .block2 li h4 {
    margin: 8px 0 0 0;
    font-size: 110%;
    font-weight: 500;
  }
  span.num01 {
    display: block;
    position: relative;
    background: rgba(246, 72, 72, 0.8);
    width: 36px;
    margin: -24px auto 0;
    padding: 6px 0 3px;
    color: #fff;
    font-size: 27px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
    z-index: 2;
  }
  .block2b {
    margin: 20px auto 0;
    font-size: 0;
  }
  .block2b li {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    vertical-align: top;
    z-index: 10;
  }
  .block2b li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .block2b li img {
    width: 100%;
    height: auto;
    margin: 0 auto 6px;
    transform: scale(1);
    transition: all .3s;
  }
  .block2b li a:hover img {
    transform: scale(0.9);
    transition: all .3s;
  }
  .block2b li h3.ttl03 {
    text-align: left;
  }
  .block2b li h3.ttl03 span {
    background: linear-gradient(transparent 50%, rgba(245, 188, 183, 0.5) 50%);
    padding: 3px 6px;
    font-size: 24px;
    text-align: left;
  }
  .block3 {
    margin: 0 auto;
    font-size: 0;
  }
  .block3 li {
    display: inline-block;
    width: 48%;
    margin: 0 2% 20px 0;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    vertical-align: top;
  }
  .block3 li:nth-child(3n-1) {
    margin: 0;
  }
  .block3 li:nth-child(3n) {
    margin: 0;
  }
  .block3 li:nth-child(2n) {
    margin: 0 0 20px 2%;
  }
  .block3 li img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .block3 li img.profile_photo {
    width: 66%;
    max-width: 240px;
    height: auto;
    border-radius: 50%;
  }
  .price_box {
    width: 100%;
    margin: 16px auto 16px;
  }
  .price_list {
    margin: 0 auto 1em;
    font-size: 14px;
    line-height: 1.66;
    overflow: auto;
  }
  .price_list dt {
    clear: both;
    width: 13em;
    float: left;
    padding: 0;
    color: rgba(246, 72, 72, 1);
    font-size: 15px;
    font-weight: 500;
    text-align: left;
  }
  .price_list dd {
    padding: 12px 8px 8px 13em;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px dotted #bbb;
  }
  .price_list dt.icon01 {
    background: url(../img/icon01.svg) no-repeat;
    background-position: 0 4px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon02 {
    background: url(../img/icon02.svg) no-repeat;
    background-position: 1px 6px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon03 {
    background: url(../img/icon03.svg) no-repeat;
    background-position: 0 6px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon04 {
    background: url(../img/icon04.svg) no-repeat;
    background-position: 0 3px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon05 {
    background: url(../img/icon05.svg) no-repeat;
    background-position: 0 3px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon06 {
    background: url(../img/icon06.svg) no-repeat;
    background-position: 0 3px;
     background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  .price_list dt.icon07 {
    background: url(../img/icon07.svg) no-repeat;
    background-position: 0 3px;
    background-size: 35px 35px;
    padding: 10px 0 0 40px;
  }
  section .process_box {
    float: left;
    width: 90%;
    margin: 0 0 0 10%;
  }
  .process {
    padding: 0 0 1em 0;
  }  
  .tbl01 {
    background: #fff;
    width: 100%;
    max-width: initial;
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 1.66;
    border-top: 1px solid #ddd;
  }
  .tbl01 th {
    display: block;
    width: 100%;
    padding: 12px 12px 6px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    border-top: 0px solid rgba(33, 33, 33, 0.33);
    border-bottom: 0px solid rgba(33, 33, 33, 0.33);
  }
  .tbl01 td {
    display: block;
    width: 100%;
    padding: 0 12px 12px;
    text-align: left;
    vertical-align: middle;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .btn-submit input[type="submit"] {
    width: 80%;
    max-width: initial;
    height: auto;
    margin: 60px auto 0;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
  }
}


@media screen and (max-width: 540px) {
  header {
    width: 100%;
    height: auto;
  }
  header .inner {
    width: 96%;
    max-width: initial;
    margin: 0 auto;
  }
  #mainvisual {
    position: relative;
    height: 60vh;
  }
  #mainvisual .slider {
    width: 100%;
    height: auto;
  }
  .flexslider li {
    line-height: 0;
  }
  .flexslider li:nth-child(1) {
    background: url(../img/thumbnail_IMG_6742.jpg) no-repeat;
    background-position: 70% 50%;
    background-size: cover;
  }
  .flexslider li:nth-child(2) {
    background: url(../img/thumbnail_IMG_6743.jpg) no-repeat;
    background-position: 40% 50%;
    background-size: cover;
  }
  .fs_inner {
    display: table;
    width: 100%;
    height: 60vh;
    margin: 0 auto;
    text-align: center;
  }
  .main_visual_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.4.4/overlays/01.png);
    z-index: 9;
  }
  h1.logo {
    float: left;
    width: 200px;
  }
  h1.logo img {
    width: auto;
    height: 42px;
    margin-top: 10px;
  }
  ul.sns {
    display: block;
    float: right;
    margin-top: 15px;
  }
  ul.sns li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    vertical-align: top;
    text-align: center;
  }
  ul.sns li img {
    width: auto;
    height: 30px;
  }

  footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  footer .inner {
    margin: 0 auto;
    padding: 20px 0;
  }
  footer .f_info {
    padding: 30px 0 10px;
    font-size: 14px;
    text-align: center;
    line-height: 2.4;
  }
  footer .f_info .fb {
    font-weight: 400;
    font-size: 130%;
  }  
  footer .copyright {
    width: 100%;
    padding: 30px 0 30px;
    font-size: 13px;
    font-family: 'Nanum Myeongjo', serif;
    text-align: center;
    line-height: 1;
  }
  .f_bnr {
    display: block;
    margin: 66px auto 0;
    text-align: center;
  }
  .f_bnr li {
    display: inline-block;
    margin: 10px;
  }
  .f_bnr li img {
    width: auto;
    height: 90px
  }
  .line_bnr {
    position: fixed;
    bottom: 130px;
    right: 0%;
    z-index: 99;
  }
  .line_bnr  img {
    width: 80px;
    height: auto;
  }
  #pagetop {
    position: fixed;
    bottom: 40px;
    right: 8px;
    z-index: 100;
  }
  #pagetop img {
    width: 36px;
    height: auto;
  }
  
  section h2.ttl01 {
    color: rgba(248, 194, 194, 1);
    font-size: 32px;
    font-family: 'Nanum Myeongjo', serif;
    font-style: italic;
    letter-spacing: 0.04em;
    line-height: 1.33;
    text-align: left;
    font-feature-settings: "palt";
  }
  section h2.ttl01:first-letter {
    color: rgba(248, 194, 194, 1);
    font-size: 125%;
    letter-spacing: 0em;
  }
  section h2.ttl01.pls:first-letter {
    color: rgba(248, 194, 194, 1);
    font-size: 125%;
    letter-spacing: 0.1em;
  }  
  section h2.ttl01 span {
    display: block;
    padding: 0 0 0 0.2em;
    color: #212121;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
  }
  section h2.ttl01.pls span {
    padding: 0 0 0 0.6em;
  }
  section h2.ttl02 {
    margin: 24px 0;
    color: rgba(246, 72, 72, 0.5);
    font-size: 21px;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    font-feature-settings: "palt";
  }
  section h2.ttl02:first-letter {
    font-size: 125%;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section h3.ttl01 {
    display: block;
    margin: 30px 0;
    color: #212121;
    font-size: 21px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.04em;
    vertical-align: middle;
    font-feature-settings: "palt";
  }
  section h3.ttl01b {
    display: block;
    margin: 30px 0 0;
    color: #212121;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.04em;
    text-align: center;
    vertical-align: middle;
    font-feature-settings: "palt";
  }
  section h3.ttl01b:first-letter {
    font-size: 140%;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }  
  section h3.ttl02 {
    display: block;
    margin: 10px 0;
    color: rgba(245, 188, 183, 1);
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.33;
    vertical-align: -5px;
  }
  section h3.ttl02 span {
    display: block;
    padding: 0 0 6px 0;
    width: 10em;
    margin: 0 auto;
    border-bottom: 2px dotted rgba(245, 188, 183, 0.5);
  }
  section h4.ttl01 {
    margin: 30px 0 10px 0;
    font-size: 18px;
    line-height: 1;
    font-feature-settings: "palt";
  }
  section h4.ttl01 span {
    margin: 0 15px 0 -10px;
    padding: 0;
    color: rgba(245, 188, 183, 1);
    font-size: 48px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    vertical-align: -5px;
  }
  section h4.ttl02 {
    margin: 30px 0 8px 0;
    padding: 0 0 8px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    text-align: left;
    border-bottom: 3px dotted #bbb;
    font-feature-settings: "palt";
  }
  section h5.ttl01 {
    margin: 0 0 6px 0;
    font-size: 110%;
    font-weight: 700;
    line-height: 1.2;
    font-feature-settings: "palt";
  }
  section p {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.04em;
  }
  section p.text {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: left;
  }

  .checks {
    margin-top: 20px;
    font-size: 0;
  }
  .checks li {
    display: block;
    background: url(../img/check.png) no-repeat;
    background-position: 8px 50%;
    background-size: 24px 24px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0 12px 40px;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    line-height: 1.2;
    border-bottom: 4px dotted #ddd;
    transition-delay: 1s;
  }
  .checks li:nth-child(1) {
    border-top: 4px dotted #ddd;
  }
  .checks li:nth-child(2) {
    border-top: 0px dotted #ddd;
  }
  .checks li span {
    font-size: 80%;
  }
  .block2 {
    margin: 40px auto 0;
    font-size: 0;
  }
  .block2 li {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    margin: 0 0 20px 0;
    padding: 0 5%;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    transition-delay: .8s;
  }
  .block2 li:nth-child(2n) {
    margin: 0 0 40px 0;
  }
  .block2 li:nth-of-type(2n) {
    transition-delay: .8s;
  }
  .block2 li img {
    width: 80%;
    height: auto;
    border-radius: 10px;
  }
  .block2 li h4 {
    margin: 8px 0 0 0;
    font-size: 100%;
    font-weight: 500;
  }
  span.num01 {
    display: block;
    position: relative;
    background: rgba(246, 72, 72, 0.8);
    width: 36px;
    margin: -24px auto 0;
    padding: 6px 0 3px;
    color: #fff;
    font-size: 27px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
    z-index: 2;
  }
  .block2b {
    margin: 0 auto;
    font-size: 0;
  }
  .block2b li {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    vertical-align: top;
    z-index: 10;
  }
  .block2b li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .block2b li img {
    width: 100%;
    height: auto;
    margin: 0 auto 6px;
    transform: scale(1);
    transition: all .3s;
  }
  .block2b li a:hover img {
    transform: scale(0.9);
    transition: all .3s;
  }
  .block2b li h3.ttl03 {
    text-align: left;
  }
  .block2b li h3.ttl03 span {
    background: linear-gradient(transparent 50%, rgba(245, 188, 183, 0.5) 50%);
    padding: 3px 6px;
    font-size: 24px;
    text-align: left;
  }
  .block3 {
    margin: 0 auto;
    font-size: 0;
  }
  .block3 li {
    display: inline-block;
    width: 48%;
    margin: 0 2% 20px 0;
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
    vertical-align: top;
  }
  .block3 li:nth-child(3n-1) {
    margin: 0;
  }
  .block3 li:nth-child(3n) {
    margin: 0;
  }
  .block3 li:nth-child(2n) {
    margin: 0 0 20px 2%;
  }
  .block3 li img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .block3 li img.profile_photo {
    width: 66%;
    max-width: 240px;
    height: auto;
    border-radius: 50%;
  }
  .oaite {
    display: block;
    width: 5em;
    margin: 0 auto;
  }
  section .process_box {
    float: left;
    width: 86%;
    margin: 0 0 0 4%;
  }
  .process {
    padding: 0 0 1em 0;
  }
  .more_btn01 {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px auto;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
  .more_btn01.btn_left {
    display: block;
    margin: 30px 0;
  }
  .more_btn01 a {
    display: block;
    color: #212121;
    padding: 10px 12px 20px 12px;
  }
  .more_btn01 a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .more_btn01::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 1px solid #212121;
    border-left: 1px solid #212121;
  }
  .more_btn01::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-right: 1px solid #212121;
    border-bottom: 1px solid #212121;
  }
  .more_btn01 a::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 5%;
    right: calc(50% - 30px);
    width: 60px;
    height: 1px;
    background: #212121;
    transition: all .3s;
  }
  .more_btn01 a::after {
    display: block;
    content: '';
    position: absolute;
    bottom: calc(5% + 4px);
    right: calc(50% - 30px);
    width: 12px;
    height: 1px;
    background: #212121;
    transform: rotate(33deg);
    transition: all .3s;
  }
  .more_btn01 a:hover::before {
    right: calc(50% - 54px);
  }
  .more_btn01 a:hover::after {
    right: calc(50% - 54px);
  }
}