/*
Theme Name: 東京・六本木の高級出張マッサージ｜疲れに寄り添うボディケア×アロマ×リンパ【エリシオンスパ】
Theme URI:
Description:六本木・東京で高級出張マッサージ。心地よい圧のボディケア、香りを丁寧に提案するアロマ、巡りを意識したリンパケア。
経験豊富なスタッフ＋月次ランク審査＋接客研修で、安心して呼べる上質な時間を
Version: 1.1
Author:
Author URI: 六本木・東京で高級出張マッサージ。心地よい圧のボディケア、香りを丁寧に提案するアロマ、巡りを意識したリンパケア。
経験豊富なスタッフ＋月次ランク審査＋接客研修で、安心して呼べる上質な時間を
*/
@charset "utf-8";
/*リセットcss*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-size: 21px;
  line-height: 1.7;
  color: #fff;
 font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav,
ul,
ol,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #fff;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

/* ----------------------------------------------
　animate css
----------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transition: 2s;
}
.fadeIn_up.is-show {
  opacity: 1;
}
/* ----------------------------------------------
　共通
----------------------------------------------*/
@media screen and (min-width: 865px) {
  .sp {
    display: none;
  }
}
html {
    background: linear-gradient(270deg, #07244e, #1c53a1);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * {
    text-shadow: transparent 0 0 0, rgba(0, 0, 0, 0.7) 0 0 0 !important;
  }
}
a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
section {
  width: 100%;
}
.content {
  width: 100%;
}
figure {
  line-height: 0;
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}
video{
  width: 100%;
}
.main_ttl {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 50px;
  position: relative;
}
.main_ttl::after{
  background: #d4aa4c;
  bottom: -10px;
  content: "";
  left: calc(50% - 40px);
  height: 1px;
  position: absolute;
  width: 80px;
}
.ttl_catch{
  font-size: 100px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 100;
  line-height: 1;
}
.ttl_catch span{
  font-size: 100px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.con_txt {
  margin: 0 0 30px;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* ----------------------------------------------
　header
----------------------------------------------*/
header{
  align-items: center;
  box-sizing: border-box;
  padding: 15px 20px;
}
.logo01{
  width: 13%;
}
.top_navi{
  margin: 0 0 0 auto;
  width: 60%;
}
.top_navi li a{
  color: #fff;
  display: block;
  font-size: 1vw;
  padding: 10px 0;
}
.top_navi li a:hover{
  color: #5d99f2;
}
.tel_banner{
	bottom:0;
	right:0;
	position:fixed;
	width:435px;
	z-index:999;
}
/* ----------------------------------------------
　mv
----------------------------------------------*/
.top-mv{
  background: url(img/mv.webp) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 5vw 0 10.5vw 5vw;
}
.mv_ttl{
  color: #d4aa4c;
  font-size: 2.5vw;
  font-family: "Noto Serif JP", serif;
}
.mv_ttl span{
  color: #d4aa4c;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5vw;
}
.mv_ttl_catch{
  font-family: "Source Sans 3", sans-serif;
  font-size: 8vw;
  font-weight: 100;
  line-height: 0.9;
}
.mv_ttl_catch span{
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 0.9;
}
/* ----------------------------------------------
　漫画
----------------------------------------------*/
.manga {
  padding: 100px 0 0;
  text-align: center;
}
.manga_con{
  margin: 0 auto;
  width: 1000px;
}
.manga li {
  margin: 0 auto 50px;
  width: 960px;
}
.manga li.w700 {
  width: 700px;
}
.manga li.w800 {
  width: 800px;
}
.manga li.w888 {
  width: 888px;
}
.manga li.w1000 {
  width: 1000px;
}
/* ----------------------------------------------
　con01_sec
----------------------------------------------*/
.con01_sec{
  background: url(img/con01_bg.webp)no-repeat;
  background-size: cover;
  background-position: right;
  padding: 150px 0 50px;
  position: relative;
  text-align: center;
}
.con01_sec_catch{
  margin: 0 auto 30px;
  width: 60%;
}
/* ----------------------------------------------
　con02_sec
----------------------------------------------*/
.con02_sec{
  background: url(img/con02_bg.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 5vw 0 5vw 10vw;
}
.con02_con .ttl_catch span{
  display: block;
}
.con02_con .main_ttl::after{
  left: 0;
}
/* ----------------------------------------------
　con03_sec
----------------------------------------------*/
.con03_sec{
  background: url(img/con03_bg.webp) no-repeat;
  background-size: 50%;
  box-sizing: border-box;
  padding: 4vw 0;
}
.con03_con{
  background: #07244e;
  box-sizing: border-box;
  margin: 0 0 0 47%;
  padding: 2% 5%;
  text-align: center;
  width: 50%;
}
.con03_con .ttl_catch{
  font-size: 6vw;
}
.con03_con .ttl_catch span{
  font-size: 6vw;
}
.con03_con .main_ttl{
  font-size: 1.5vw;
  margin-bottom: 2vw;
}
.con03_con li{
  align-items: baseline;
}
.con03_con li p{
  font-size: 1.2vw;
}
.con03_con li p span{
  font-size: 3vw;
}
.con03_con_txt{
  font-size: 1.1vw;
  margin: 1vw 0 2vw;
}
.link01 figure{
  margin: 0 auto;
  width: 60%;
}
.link01 figure:hover{
  opacity: 0.8;
}
.con03_con li p.open{
	color: #d4aa4c;
	font-size:3.2vw;
}
.con03_con li p.syokai{
	font-size:2.2vw;
}
/* ----------------------------------------------
　con04_sec
----------------------------------------------*/
.con04_sec{
  box-sizing: border-box;
  padding: 100px 0;
}
.con04_img{
  margin: 0 auto;
  width: 600px;
}
.con04_con{
  margin: -130px auto 0;
  text-align: center;
  width: 1100px;
}
.link02 figure{
  margin: 30px auto 0;
  width: 470px;
}
.link02 figure:hover{
  opacity: 0.8;
}
/* ----------------------------------------------
　con05_sec
----------------------------------------------*/
.con05_sec{
  background: url(img/con05_bg.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 5vw 0 5vw 10vw;
}
.con05_con .ttl_catch span{
  display: block;
}
.con05_con .main_ttl::after{
  left: 0;
}
/* ----------------------------------------------
　con06_sec
----------------------------------------------*/
.con06_sec{
  box-sizing: border-box;
  padding: 100px 0;
}
.con06_img{
  margin: 0 auto;
  width: 750px;
}
.con06_con{
  margin: -130px auto 0;
  text-align: center;
  width: 1100px;
}
/* ----------------------------------------------
　con07_sec
----------------------------------------------*/
.con07_sec{
  box-sizing: border-box;
  padding: 0 0 100px;
  text-align: center;
}
/* ----------------------------------------------
　faq_banner
----------------------------------------------*/
.faq_banner{
  background: #062045;
  padding: 100px 0;
  text-align: center;
}
.link03 figure{
  margin: 30px auto 0;
  width: 470px;
}
.link03 figure:hover{
  opacity: 0.8;
}
/* ----------------------------------------------
　footer
----------------------------------------------*/
footer{
  text-align: center;
}
small {
  color: #fff;
  font-size: 10px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.footer_con{
  margin: 0 auto;
  padding: 100px 0;
  width: 1100px;
}
.logo02{
  width: 200px;
}
.footer_con_top{
  border-bottom: 1px solid #fff;
  padding: 0 0 15px;
}
.footer_navi{
  margin: 0 0 0 auto;
  width: 70%;
}
.footer_navi li a{
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 0;
}
.footer_navi li a:hover{
  color: #5d99f2;
}
/* ----------------------------------------------
  概要ブロック
----------------------------------------------*/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 80px auto 50px;
}
.menu-list dt,
.menu-list dd {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  line-height: 2.3;
  padding: 25px 0 10px;
  text-align: left;
}
.menu-list dt {
  box-sizing: border-box;
  padding-left: 10px;
  width: 30%;
}
.menu-list dd {
  text-align: left;
  width: 70%;
  padding-right: 10px;
  box-sizing: border-box;
}
.menu-list dd span {
  display: block;
  font-size: 11px;
}
.menu-list dd a {
  color: #ee7821;
}
/* ----------------------------------------------
　inner_mv
----------------------------------------------*/
.inner_top_mv{
  box-sizing: border-box;
    background: #0b1e3b;
    padding: 150px 5%;
    text-align: center;
}
.inner_mv_ttl{
  color: #d4aa4c;
  font-size: 2.5vw;
  font-family: "Noto Serif JP", serif;
}
.inner_mv_ttl span{
  color: #d4aa4c;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5vw;
}
.inner_mv_ttl_catch{
  font-family: "Source Sans 3", sans-serif;
  font-size: 5vw;
  font-weight: 100;
  line-height: 0.9;
}
.inner_mv_ttl_catch span{
  font-family: "Source Sans 3", sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 0.9;
}
/* ----------------------------------------------
　service
----------------------------------------------*/
.inner_ttl_catch{
  font-size: 40px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 100;
  line-height: 1;
}
.inner_ttl_catch span{
  font-size: 40px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.service01_sec{
  padding: 100px 0;
  text-align: center;
}
.service01_con{
  margin: 50px auto;
  width: 80%;
}
.service01_con figure{
  margin: 0 auto 5%;
}
.service01_con h3{
  font-size: 30px;
}
.service01_sec_l{
  margin-top: -8%;
  text-align: left;
  width: 38%;
}
.service01_sec_r{
  text-align: left;
  width: 50%;
}
.service02_sec{
  background: url(img/service02_bg.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 10vw 0;
  text-align: center;
}
.service03_sec{
  background: url(img/service03_bg.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 10vw 0;
  text-align: center;
}
.service04_sec{
  background: url(img/service04_bg.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 10vw 0;
  text-align: center;
}
.service05_sec{
  background: url(img/service05_bg.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 10vw 0;
  text-align: center;
}
/* ----------------------------------------------
　price
----------------------------------------------*/
.price01_sec{
  background: url(img/price01_bg.webp) no-repeat;
  background-size: contain;
  padding: 150px 0 100px;
}
.price01_con{
  background: rgba(11, 30, 59, 0.9);
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
  width: 1100px;
  z-index: 999;
}
.price01_con ul{
  margin: 0 0 30px;
}
.price01_con li{
	align-items:baseline;
  margin: 0 auto;
  width: 700px;
}
.price01_con li p{
  font-size: 20px;
}
.price01_con li p span{
  font-size: 55px;
}
.price01_con li p.open{
	color: #d4aa4c;
	font-size:55px;
}
.price01_con li p.syokai{
	font-size:30px;
}
.price02_sec{
  box-sizing: border-box;
  padding: 0 0 100px;
}
.price02_img{
  margin: 0 auto;
  width: 750px;
}
.price02_con{
  margin: -80px auto 0;
  text-align: center;
  width: 1100px;
}
.price03_sec{
  background: url(img/price03_bg.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  margin: 0 0 100px;
  padding: 10vw 0;
  text-align: center;
}
/* ----------------------------------------------
　FAQ
----------------------------------------------*/
.faq01_con,.faq02_con,.faq03_con{
  margin: 0 auto;
  padding: 100px 0 0;
  text-align: center;
  width: 1100px;
}
.faq_bg{
  background: url(img/faq_bg.webp)no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 30vw;
}
.faq01_con h3,.faq02_con h3,.faq03_con h3{
  color: #d4aa4c;
  font-size: 24px;
  font-weight: 600;
  margin: 50px 0 20px;
}
/* ----------------------------------------------
　staff
----------------------------------------------*/
.staff01_sec{
  background: url(img/staff01_bg.webp) no-repeat;
  background-size:contain;
  box-sizing: border-box;
  padding: 200px 0;
  text-align: center;
}
.staff02_sec{
  background: url(img/staff02_bg.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 10vw 0;
  text-align: center;
}
.staff03_sec{
  padding: 100px 0;
  text-align: center;
}
.staff03_bg{
  margin: 0 auto;
  width: 550px;
}
.staff03_con li{
  background: #fff;
  color: #162d68;
  margin: 20px auto;
  padding: 3px 0;
  width: 600px;
}
.staff04_sec{
  padding: 0 0 100px;
  text-align: center;
}
.staff04_con{
  margin: 0 auto;
  width: 1100px;
}
.staff04_con li{
  text-align: left;
  width: 530px;
}
.staff04_con li dt{
  font-size: 18px;
  padding: 2px 0;
  width: 35%;
}
.staff04_con li dd{
  font-size: 18px;
  padding: 2px 0;
  width: 63%;
}
/* ----------------------------------------------
　採用情報
----------------------------------------------*/
.recruit01_con{
  margin: 0 auto;
    padding: 100px 0 0;
    text-align: center;
    width: 1100px;
}
.recruit_bg {
    background: url(img/recruit01_bg.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 30vw;
}
/* ----------------------------------------------
　お問い合わせ
----------------------------------------------*/
.contact_bg{
  background: url(img/contact01_bg.webp)no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 30vw;
}
.line_banner figure{
  margin: 100px auto;
  width: 600px;
}
.line_banner figure:hover{
  opacity: 0.8;
}
.contact01_con{
  margin: 0 auto;
  padding: 0 0 100px;
  text-align: center;
  width: 800px;
}
.contact {
  padding: 100px 0;
}
form{
	text-align:left;
}
.contact01_con .wpforms-container .wpforms-form .wpforms-field-label,.contact01_con div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label{
	color:#fff;
}
.link04{
	display:block;
	margin:50px auto;
	width:800px;
}
/* ----------------------------------------------
　英語ページ
----------------------------------------------*/
.en .con01_sec .content{
	margin:0 auto;
	width:1100px;
}
.en .con03_con li p.open{
	font-size: 2.3vw;
}
.en .con03_con li p{
	font-size: 1vw;
}
.en .con03_con li p span {
    font-size: 2vw;
}
.en .con05_con {
    width: 90%;
}
.en .service02_con,.en .service03_con,.en .service04_con,.en .service05_con,.en .service06_con{
	margin:0 auto;
	width: 90%;
}
.en .price01_con li{
	width:850px;
}
.en .price01_con li p{
	font-size:28px;
}
.en .price01_con li p span {
    font-size: 34px;
}
.en .price01_con li p.open {
    font-size: 41px;
}
.en .price01_con_txt{
	display:block;
	margin:0 auto;
	width:90%;
}
.en .price03_con{
	margin:0 auto;
	width:1100px;
}
.top_navi li a.en_ja {
	background:#fff;
    box-sizing: border-box;
	color:#07244e;
	display: block;
    margin: 0 10px 0 0;
    padding-left: 15px;
    padding-right: 15px;
}
.top_navi li a.en_en {
    box-sizing: border-box;
    border: 1px solid #fff;
	display: block;
    margin: 0 10px 0 0;
    padding-left: 10px;
    padding-right: 10px;
}
/* ----------------------------------------------
　スマホ
----------------------------------------------*/
@media screen and (max-width: 864px) {
  .pc {
    display: none;
  }
  p,
  li {
    font-size: 18px;
  }
  small {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    writing-mode: unset;
    width: 100%;
  }
  .menu-content ul{
    display: block;
    width: 80%;
  }
  .menu-content ul li a{
    font-size: 12px;
    padding: 5px 5px 10px;
  }
  .menu-content ul li a span{
    font-size: 18px;
  }
  .menu-content {
    width: 100%;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
  }
  footer {
    display: block;
    height: auto;
    margin: 0px 0 80px;
    padding: 0;
    position: unset;
  }
  .footer_tel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10000;
  }
  .footer_tel .footer_tel_inner {
	align-items:center;
    position: relative;
    margin: 0px auto;
    line-height:1;
    margin-right: 0px;
  }
  .inquiry_btn {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.5px;
  }
	.content {
    box-sizing: border-box;
    padding: 30px 20px;
  }
	.footer_tel_inner li{
		width: calc(100% / 3);
	}
	.footer_tel_inner li img{
		width:100%;
	}  
  .top-mv .mv_ttl span{
    font-size: 20vw;
  }
  .main_ttl{
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .ttl_catch,.ttl_catch span{
    font-size: 3vw;
  }
  .ttl_catch:after{
    bottom: 0;
  }
  .main_ttl::after{
    left: 0;
  }
  .logo01 {
    width: 35%;
  }
  .top-mv {
    margin-bottom: 0;
  }
  .top-mv{
  background: url(img/sp_mv.webp) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 60vw 0 25vw 5vw;
  }
  .mv_ttl {
    font-size: 5vw;
  }
  .top-mv .mv_ttl span {
    font-size: 3.8vw;
  }
  .mv_ttl_catch,.mv_ttl_catch span{
    font-size: 14vw;
  }
  .con01_sec{
    background: none;
    padding: 0;
    text-align: left;
  }
  .con01_sec .main_ttl::after{
    left: 0;
  }
  .con01_sec_catch{
    margin-bottom: 0;
    width: 100%;
  }
  .con02_sec{
    background: none;
    padding: 0;
  }
  .con02_con .ttl_catch span{
    display: unset;
  }
  .con03_sec{
    background: none;
    padding: 0;
  }
  .con03_con{
    background: none;
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .con03_con .ttl_catch,.con03_con .main_ttl,.con03_con .ttl_catch span {
    font-size: 5vw;
  }
  .con03_con li p {
    font-size: 3.3vw;
  }
  .con03_con li p span{
    font-size: 6vw;
  }
  .con03_con ul{
    margin: 20px 0;
  }
  .con03_con_txt {
    font-size: 3.3vw;
    margin: 20px 0;
  }
  .link01 figure {
    margin: 0;
    width: 75%;
  }
  .con04_con{
    text-align: left;
  }
  .con04_img {
    width: 80%;
  }
  .con04_con{
    margin: 0;
    width: 100%;
  }
  .link02 figure{
    margin: 20px 0 0;
    width: 75%;
  }
  .con05_sec{
    background: none;
    padding: 0;
  }
  .con05_con .ttl_catch span{
    display: unset;
  }
  .con06_img{
    width: 90%;
  }
  .con06_con{
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .con07_sec{
    text-align: left;
  }
  .faq_banner{
    text-align: left;
  }
  .link03 figure{
    margin: 20px 0 0;
    width: 80%;
  }
  .faq_banner .main_ttl::after{
    left: 0;
  }
  .inner_top_mv{
    box-sizing: border-box;
    padding: 50px 20px;
  }
  .inner_mv_ttl_catch,.inner_mv_ttl_catch span{
    font-size: 7vw;
  }
  .inner_mv_ttl{
    font-size: 6vw;
  }
  .inner_mv_ttl span{
    font-size: 3.5vw;
  }
  .contact_bg{
    background: none;
    height: auto;
  }
  .contact01_con{
	  text-align: left;
    width: 100%;
  }
  .line_banner figure{
    margin: 0 auto 30px;
    width: 100%;
  }
  .inner_ttl_catch,.inner_ttl_catch span{
    font-size: 3vw;
  }
  .faq_bg{
    background: none;
    height: auto;
  }
  .faq01_con, .faq02_con, .faq03_con{
    text-align: left;
    width: 100%;
  }
  .faq02_con, .faq03_con{
    padding: 0;
  }
  .faq01_con h3, .faq02_con h3, .faq03_con h3{
    font-size: 4vw;
  }
  .price01_sec,.price03_sec{
    background: none;
    height: auto;
    padding: 0;
  }
  .price01_con{
    text-align: left;
    width: 100%;
  }
  .price01_con li{
    text-align: left;
    width: 100%;
  }
  .price01_con li p{
    font-size: 3vw;
  }
  .price01_con li p span{
    font-size: 6vw;
  }
  .price02_img{
    width: 80%;
  }
  .price02_con{
    margin: 30px 0 0;
    text-align: left;
    width: 100%;
  }
  .price03_sec{
    margin-bottom: 0;
    text-align: left;
  }
  .service01_sec{
    text-align: left;
  }
  .service01_con{
    margin: 0 auto;
    width: 100%;
  }
  .service01_sec_l,.service01_sec_r{
    margin: 0 0 30px;
    width: 100%;
  }
  .service01_con h3 {
    font-size: 5.5vw;
  }
  .service02_sec,.service03_sec,.service04_sec,.service05_sec{
    background: none;
    padding: 0;
    text-align: left;
  }
  .staff01_sec,.staff02_sec{
    background: none;
    padding: 0;
    text-align: left;
  }
  .staff03_sec{
    text-align: left;
  }
  .staff03_bg{
    width: 80%;
  }
  .staff03_con li{
    box-sizing: border-box;
    padding: 5px;
    font-size: 3.7vw;
    width: 100%;
  }
  .staff04_con{
    width: 100%;
  }
  .staff04_con li{
    width: 100%;
  }
	.con03_con li p.syokai {
    font-size: 4vw;
	}
	.con03_con li p.open {
    font-size: 7vw;
	}
	.con03_con li p.syokai {
    font-size: 4vw;
	}
	.con03_con li p.open {
    font-size: 7vw;
	}
	.en .con01_sec .content{
		width:100%;
	}
	.en .con03_con li p {
    font-size: 3vw;
}
	.en .con03_con li p.open {
    font-size: 5vw;
}
	.en .con05_con{
		width:100%;
}
	.en .service02_con, .en .service03_con, .en .service04_con, .en .service05_con, .en .service06_con {
    width:100%;
}
	.en .price01_con li{
		width:100%;
	}
	.en .price01_con li p,.en .price01_con li p span {
    font-size: 4vw;
}
	.en .price01_con li p.open {
    font-size: 5vw;
}
	.en .price01_con_txt{
		width:100%;
	}
	.en .price03_con{
		width:100%;
	}
	.link04{
		width:100%;
	}
	.recruit_bg {
        background: none;
        height: auto;
    }
	.recruit01_con{
		text-align:left;
		width:100%;
	}
	.manga{
		padding-bottom:0;
	}
	.manga_con{
		text-align: left;
		width:100%;
	}
	.manga li,.manga li.w800,.manga li.w888,.manga li.w700,.manga li.w1000{
		margin-bottom:30px;
		width:100%;
	}


  .contact_con{
    width: 100%;
  }
  iframe{
    height: 70vw;
    width: 100%;
  }
  .menu-list {
    margin: 0 auto 30px;
    width: 100%;
  }
  .menu-list dt,
  .menu-list dd {
    font-size: 4vw;
  }
  .fg-item.fg-type-image.fg-loaded {
    width: 45%;
  }
  .fg-default.fg-gutter-10 .fg-item {
    margin-right: 0;
  }
  .fg-default.fg-gutter-10 {
    justify-content: space-between;
  }
  form{
    width: 100%;
  }
  .menu-btn {
    background: #d4aa4c;
    border-radius: 50px;
    position: fixed;
    top: 15px;
    right: 15px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn p{
    color: #fff;
    font-size: 12px;
    margin: 45px 0 0;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 28px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;

  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    left: -2px;
    transform: rotate(45deg);
    width: 32px;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    right: -2px;
    width: 32px;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
  }
  .menu-content ul {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .menu-content ul li {
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 21px;
    box-sizing: border-box;
    color:#fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #062045;
    transition: all 0.5s;/*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
    top: 0;
  }
}
