@charset "utf-8";

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
/*============================
body style
============================*/
* {
  margin: 0;
  padding: 0;
  font-family: 'YuMincho Medium';
}

h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.wa_plan img {
  width: 100%;
  margin-top: 60px;
}

.l-head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 30px 10px 20px 90px;
  background-color: rgba(255, 255, 255, 0.95);
}

.l-head img {
  margin-top: 15px;
}

.tagline {
  line-height: 1.4;
  color: #999;
  width: 20em;
  font-size: 11px;
  position: absolute;
  left: 260px;
}

#fadeLayer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 9;
}
/*============================
nav style
============================*/
#slide-nav {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #fff; /*メニュー背景色*/
  z-index: 11;
}
#slide-nav ul {
  padding-top: 70px;
}
#slide-nav ul li {
  display: block;
  position: relative;
}
#slide-nav ul li a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px dotted #c0c0c0; /*ドット色*/
  color: #878787; /*ハンバーガーメニュー色*/
  font-family: 'YuMincho Medium';
}
#slide-nav ul li a:hover {
  background: rgba(190, 224, 204, 0.4);
}
#slide-nav ul ul {
  margin: -2px 0 0;
  padding: 0;
}
#slide-nav ul ul {
  display: none;
}
#slide-nav ul ul li {
  background: #00608d;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}
#slide-nav ul ul li a {
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #f5f5f5; /*サイドメニュー深層色*/
}

.slide-menu-button {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  outline: none;
  border: none;
  font-size: 20px;
  color: #d7000f;
  cursor: pointer;
  z-index: 12;
}
.slide-menu-button .menu-icon {
  display: block;
  float: left;
  margin: 10px;
  cursor: pointer;
}
.slide-menu-button .menu-icon span {
  display: block;
  margin-bottom: 4px;
  width: 30px;
  height: 4px;
  background: #e8aaa3;
}
/*hamburger menu style*/
#nav_toggle {
  display: block;
  margin: 10px;
  top: 4px;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #878787; /*トップのハンバーガー色*/
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/*hamburger menu close style*/
#nav_toggle span:nth-child(1) {
  top: 0px;
}
#nav_toggle span:nth-child(2) {
  top: 10px;
}
#nav_toggle span:nth-child(3) {
  top: 20px;
}

/*hamburger menu open style*/
.open #nav_toggle span:nth-child(1) {
  top: 6px;
  background: #e8aaa3;
  -webkit-transform: rotate(145deg);
  -moz-transform: rotate(145deg);
  transform: rotate(145deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 6px;
  background: #ea8883;
  -webkit-transform: rotate(-145deg);
  -moz-transform: rotate(-145deg);
  transform: rotate(-145deg);
}

.balloon5 {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.balloon6 {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.balloon4 {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.balloon5 .faceicon img {
  width: 100%;
  margin-top: 30px;
  height: auto;
  border: solid 3px rgba(249, 207, 209, 0.6);
  border-radius: 50%;
}

.balloon6 .faceicon img {
  width: 100%;
  margin-top: 30px;
  height: auto;
  border: solid 3px rgba(215, 235, 254, 0.6);
  border-radius: 50%;
}
.faceicon {
  float: left;
  margin-left: -90px;
  width: 80px;
}

.faceicon2 {
  float: right;
  margin-right: -60px;
  width: 80px;
}

.faceicon2 img {
  width: 100%;
  margin-top: 20px;
  margin-left: -30px;
  height: auto;
  border: solid 3px rgba(215, 235, 254, 0.6);
  border-radius: 50%;
}

.chatting {
  width: 100%;
}

.chatting2 {
  width: 100%;
  margin-left: -60px;
}

.says {
  display: inline-block;
  position: relative;
  margin: 30px 0 0 20px;
  padding: 17px 13px;
  border-radius: 12px;
  background: rgba(249, 207, 209, 0.3);
}

.says:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid rgba(249, 207, 209, 0.3);
}

.says p {
  margin: 0;
  padding: 0;
}
.says2 {
  display: inline-block;
  position: relative;
  margin: 10px 10px 40px 30px;
  padding: 17px 13px;
  border-radius: 12px;
  background: rgba(215, 235, 254, 0.3);
}

.says2:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid rgba(215, 235, 254, 0.3);
}

.says2 p {
  margin: 0;
  padding: 0;
}

.says3 {
  display: inline-block;
  position: relative;
  margin: 30px 0 0 20px;
  padding: 17px 13px;
  border-radius: 12px;
  background: rgba(215, 235, 254, 0.3);
}

.says3:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid rgba(215, 235, 254, 0.3);
}

.customer_end {
  text-align: center;
  font-size: 15px;
}

ol,
ul {
  list-style: none;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  position: relative; /* アンダーバーの位置を決めるための基準 */
}

html {
  font-size: 90%;
}

body {
  overflow-x: hidden;
  word-wrap: break-word;
  height: auto;
  color: #4a4a4a;
  font-family: 'YuMincho Medium';
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h2 {
  display: block;
  font-size: 1.9em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: center;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: 'YuMincho Medium';
  text-align: center;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

#wrapper {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.arrow::before {
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  position: absolute;
  top: -150px;
  left: 0;
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #fff;
  animation: arrow 2.5s ease 0s infinite normal;
  content: '';
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.arrowWrap {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 22px);
  margin: 0 auto;
}
.cta {
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px 0 30px 0;
}

.cta .btns_wrap {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka',
    'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.cta .btns_wrap li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 0.1%;
}

.cta .btns_wrap .btn_contact a {
  background: #e8aaa3;
  border-radius: 2px;
}

.cta .btns_wrap li a {
  font-size: 1.1rem;
  transition-duration: 0.3s;
}

.cta .btns_wrap a {
  display: block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  transition-duration: 0.3s;
  -webkit-font-smoothing: antialiased;
}

.cta a i img,
.cta span i img {
  width: 100%;
  height: auto;
}

.cta a i,
.cta span i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
  width: 1.4em;
}

.cta .btns_wrap a span,
.btn_reserv a span,
.cta .btns_wrap .btn_reserv_web a span {
  font-size: 0.9em;
  line-height: 1.16;
  display: inline-block;
  vertical-align: middle;
}

.cta span {
  font-weight: bold;
}

.cta .tel_wrap {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka',
    'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  font-size: 2rem;
  text-align: left;
  line-height: 1.4;
  display: inline-block;
  margin-top: 20px;
  font-family: Arial;
}

.cta p.tel_title {
  font-size: 1.4rem;
  text-align: center;
}

.cta .tel_wrap a i,
.cta .tel_wrap span i {
  width: 1em;
  margin-right: 0.2em;
}

.cta p.tel_time {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.cta > p {
  line-height: 1.6;
  padding: 1em 0;
}

.arrowInner p {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  font-size: 1rem;
  text-align: end;
}

.arrow {
  position: relative;
  width: 1px;
  height: 100px;
  margin: 20px auto 0;
  overflow: hidden;
  background-color: #4a4a4a;
}

#news {
  background: #fff;
  padding: 30px 0 10px;
}

#news .container {
  border: solid 1px #ccc;
  padding: 1em 1.5em;
  box-sizing: border-box;
  width: 93%;
}

#news dl + dl {
  margin-top: 16px;
  border-top: dotted 1px #ddd;
  padding-top: 16px;
}

.news2 {
  margin-top: 20px;
}

.container {
  width: 93%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

.container h2 img {
  max-width: 800px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

#news h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  width: 13%;
}

#news .news_inner {
  padding: 4px 4px 4px 6%;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
  border-left: solid 0.5px #ccc;
  width: 81%;
  line-height: 1.7;
}

ul.icon {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 6px;
}

ul.icon li {
  padding: 0 0.45em 0 0.7em;
  display: inline-block;
  line-height: 1.7;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

ul.icon li.pickup {
  font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo',
    'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  border: solid 1px #c97586;
  background: #c97586;
  color: #fff;
  display: inline-block;
}

#news dl a {
  display: block;
  padding-right: 4%;
  background: url(../img/common/arrow_r.png) no-repeat right center;
  background-size: 4px;
  font-size: 1rem;
}

#news dt {
  font-family: 'YuMincho Medium';
  font-size: 1rem;
  color: #999;
}

#news dt ul.icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

#concept {
  padding: 30px 0 30px;
}

#concept ul {
  margin: 30px auto;
  font-size: 0;
  letter-spacing: 0;
}

#concept ul li {
  width: 50%;
  padding: 0 4px 8px 4px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

#concept ul li img {
  width: 100%;
  height: auto;
}

#concept h2 {
  width: 90vw;
  max-width: 690px;
  margin-top: 50px;
  margin: 0 auto;
}

#concept h3 {
  width: 69.6vw;
  max-width: 440px;
  margin-bottom: 30px;
}

#concept .exp {
  width: 90%;
  margin: 0 auto 30px;
}

#concept .exp p {
  margin: 0 auto 30px;
}

.concept3 h2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.concept3 h3 {
  margin-top: 50px;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
/*==================================================
スライダーのためのcss
===================================*/

.slider {
  height: auto;
}

.slider div {
  position: center;
  height: auto;
}

.slider img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: -20px 0 0 0; /*ドットの位置*/
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 5px; /*ドットボタンのサイズ*/
  height: 5px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #bfbfbf; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #a03737; /*ドットボタンの現在地表示の色*/
}

.lead {
  font-size: 15px;
  font-family: 'YuMincho Medium';
  letter-spacing: 2px;
  text-align: center;
  color: rgba(87, 87, 87, 0.7);
  margin-bottom: 50px;
  line-height: 35px;
  margin-left: 20px;
  margin-right: 20px;
}

#location {
  background: #eee;
}

#location ul {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 20px;
}

#location ul li {
  display: inline-block;
  vertical-align: top;
  width: 32.3%;
  margin: 0 0.5% 1vw;
}

#location ul li a {
  display: block;
  background: #000;
  border-radius: 3px;
}

#location ul li figure {
  position: relative;
}

/* ロケーション名 */
#location ul li figcaption {
  font-size: 1.2rem;
  position: absolute;
  top: 14%;
  left: 50%;
  width: 7em;
  margin-left: -3.5em;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 1.4;
  padding: 0.8em 0 0.8em 0.08em;
  letter-spacing: 0.08em;
  border-radius: 4px;
  font-family: 'YuMincho Medium';
}

#campaign img,
#plan img,
#location img,
#insta img {
  width: 100%;
  height: auto;
}

[class^='box-'] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 33.3333333333%;
}

/* リモート相談 */
.online_note {
  margin: 2em auto;
  width: 93%;
  min-height: 9em;
  max-width: 800px;
  box-sizing: border-box;
  border: none;
  padding: 0;
  padding-left: 0;
}

.online_note img {
  display: flex;
  flex-direction: column;
  width: 70px;
  height: 110px;
  margin: 2% 4% 2% 2%;
}

.online_note a {
  display: flex;
  text-decoration: none;
  border: solid 4px #eee;
  padding: 2% 1.5em 2em 1.5em;
}

.online_note b {
  font-size: 1.2em;
  font-weight: bold;
  font-family: sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
  color: #007bbb;
}

.online_note bb {
  font-size: 1.1em;
  font-family: 'YuMincho Medium', 'Sorts Mill Goudy', セリフ;
  color: #878787;
}

.online_note bbb {
  font-size: 1em;
  font-family: 'YuMincho Medium', 'Sorts Mill Goudy', セリフ;
  color: #878787;
}

main .campaign {
  text-align: center;
  margin-top: 100px;
}

main .campaign a {
  width: 93%;
  display: block;
  max-width: 800px;
  margin: 0 auto 20px;
}

main .campaign img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

main h2 {
  font-family: 'YuMincho Medium';
  letter-spacing: 0.1em;
  color: #77736d;
  font-weight: normal;
  font-size: 1.8rem;
  margin-top: 50px;
  padding-bottom: 5px;
  text-align: center;
  line-height: 1.8;
}

main h2 span {
  font-family: 'YuMincho Medium';
  letter-spacing: 0.08em;
  color: #77736d;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}

.p-plan dt {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.p-plan dt span {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.p-plan .price {
  width: 300px;
  margin: 0 30px 20px auto;
  color: #a89343;
  font-size: 2em;
  text-align: right;
  line-height: 1.4;
}

.p-plan .price span {
  display: block;
  width: 100%;
  font-size: 0.6em;
  letter-spacing: 0.03em;
}

.text p {
  margin-top: 40px;
  padding-top: -10px;
  padding-left: 10px;
  margin-bottom: -60px;
  margin-right: 30%;
  max-width: 500px;
  height: auto;
}

.mainAreaContent > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.mainArea > h3.mainAreaTitle {
  font-size: 1.3em;
  margin-bottom: 18px;
  padding-top: 30px;
  line-height: 1.6;
}

.mainArea > div.cond_price_area {
  text-align: center;
  padding: 3em 1em;
  background: url(../images/lp/bg.jpg) repeat center center;
  margin-bottom: 0;
}

.cond_price_inner {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  display: inline-block;
  min-width: 65%;
}

.cond {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.cond2 {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.cond span {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic',
    sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  background: #ced7dc;
  color: #000;
  display: inline-block;
  line-height: 1.4;
  padding: 0.2em 0.8em;
}

.cond + .before_price {
  padding-top: 1em;
  width: 100%;
}

.before_price {
  margin-top: 50px;
  line-height: 1.4;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka',
    'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

.before_price span {
  text-decoration: line-through;
}

.after_price {
  color: #ea465e;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka',
    'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  line-height: 1.2;
  font-size: 1.6em;
  margin-bottom: 0.3em;
}

.off {
  background: #ea465e;
  color: #fff;
  font-weight: bold;
  margin-right: 0.5em;
  font-size: 0.8em;
  padding: 0.1em 0.3em;
}
table {
  border-collapse: collapse;
  width: 100%;
}

.cp_pricetable3 td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cp_pricetable3 th {
  font-weight: normal;
  font-size: 1.1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666;
  background: #eee;
  text-align: center;
  border: 1px solid #ddd;
  top: 0;
}

td.group1 {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

td.group2 {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

td.group3 {
  font-size: 20px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

td.group3 img {
  margin-top: -15px;
  text-align: center;
}

td.group3 span {
  display: none;
}

td.group4 {
  font-size: 20px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

td.group4 img {
  margin-top: -15px;
  text-align: center;
}

td.group4 span {
  display: none;
}

p.note {
  font-size: 13px;
}

.cond_price_area {
  text-align: center;
}

/*----------------------------------------------------------------PC用　*/

@media screen and (min-width: 601px) {
  .u-hidden-pc {
    display: none;
  }

  .u-hidden-pc img {
    display: none;
  }

  #concept,
  #insta {
    padding: 50px 0 70px;
  }

  #concept ul {
    margin-left: 10px;
    margin-right: 10px;
  }

  main section {
    background: none;
  }

  #plan,
  #location {
    padding: 50px 0 70px;
  }

  #location ul li {
    width: 19%;
  }

  #concept ul li {
    width: 25%;
  }

  #plan .cate_box > img {
    margin: 0 auto 10px;
  }

  #plan .cate_box {
    width: 48%;
    max-width: none;
    display: inline-block;
    vertical-align: top;
  }
  .pack_wrap {
    width: 100%;
    max-width: 600px;
    padding: 20px 20px 24px;
    margin: 0 auto 24px auto;
    font-size: 0.9em;
  }

  .mainArea {
    text-align: left;
  }

  .mainArea > p,
  .mainArea > div {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mainArea > h3.mainAreaTitle {
    padding-top: 40px;
  }

  #lp_detail {
    padding: 0 0 30px;
  }

  #lp_detail .container h2 {
    font-size: 32px;
    margin: 0 0 8px;
    font-weight: normal;
  }

  #lp_detail .container p.body_text {
    font-size: 16px;
    color: #666;
    text-align: left;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 2em;
  }
  .before_price {
    font-size: 1.4em;
  }

  .fix_cta td a i img {
    display: none;
  }

  .fix_cta td a span {
    display: none;
  }
}

/*--------------------------------------------------------　スマホ用画面 */
@media screen and (max-width: 600px) {
  .u-hidden-sp {
    display: none;
  }

  .l-head {
    height: 70px;
    padding: 26px 50px 20px 90px;
  }

  .l-head img {
    margin-top: 35px;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  main h2 {
    margin-top: 50px;
    font-size: 18px;
  }

  main h2 span {
    font-size: 13px;
    width: 90%;
  }
  h3 {
    margin-block-start: 0;
    font-size: 1em;
  }

  .lead {
    font-size: 12px;
  }

  footer .outbound ul li a {
    text-align: center;
  }

  /* ロケーション名 */
  #location ul li figcaption {
    font-size: 0.7rem;
    position: absolute;
    top: 14%;
    left: 50%;
    width: 7em;
    margin-left: -3.5em;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 1.2;
    padding: 0.8em 0 0.8em 0.08em;
    letter-spacing: 0.08em;
    border-radius: 2px;
    font-family: 'YuMincho Medium';
  }

  #concept ul {
    margin-left: 5px;
    margin-right: 5px;
  }

  .package_content p {
    color: rgba(147, 130, 85, 0.7);
    font-size: 12px;
  }

  .tagline {
    display: none;
  }

  #concept .exp p {
    margin: 0 auto 30px;
    font-size: 12px;
  }
  .profile_item {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    background: #fff;
  }

  .profile_img img {
    width: 50%;
    border-radius: 50%;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    margin-left: 55px;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .profile_text {
    font-size: 11px;
    line-height: 1.6;
  }
  .balloon6 {
    display: block;
    max-width: 50vw;
  }
  .balloon5 {
    display: block;
    max-width: 50vw;
  }

  .balloon4 {
    display: block;
    max-width: 500px;
    margin-right: 80px;
  }

  .balloon5 .faceicon img {
    width: 100%;
    margin-top: 20px;
    height: auto;
    border-radius: 50%;
  }

  .faceicon2 {
    float: right;
    margin-right: -200px;
    width: 70px;
    height: auto;
  }

  .balloon5 .faceicon2 img {
    width: 100%;
    margin-top: 20px;
    height: auto;
    border: solid 3px rgba(215, 235, 254, 0.6);
    border-radius: 50%;
    overflow: hidden;
  }

  .chatting {
    width: 70vw;
  }

  .chatting2 {
    width: 60vw;
    margin-left: -10px;
  }

  .says2 {
    display: inline-block;
    position: relative;
    margin: 15px 30px 40px -80px;
    padding: 17px 13px;
    border-radius: 12px;
    background: rgba(215, 235, 254, 0.6);
  }
  #customer h2 {
    margin-top: 40px;
  }
  .customer_end {
    text-align: center;
    font-size: 12px;
  }

  .text {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    height: auto;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .lead {
    font-size: 15px;
    font-family: 'YuMincho Medium';
    letter-spacing: 2px;
    text-align: center;
    color: rgba(87, 87, 87, 0.7);
    margin-bottom: 50px;
    line-height: 25px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .news2 {
    margin-left: 0;
    margin-top: 35px;
    letter-spacing: 0.05em;
  }

  .cta .btns_wrap a {
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0.5em 0.5em;
    transition-duration: 0.3s;
    -webkit-font-smoothing: antialiased;
  }

  .cta span {
    padding-top: 0px;
    padding-bottom: 15px;
  }

  .cta a i img,
  .cta span i img {
    width: 100%;
    height: auto;
  }

  .Cbox p {
    margin-top: 10px;
    width: 100%;
    height: auto;
    font-size: 90%;
  }

  .Cbox2 p {
    margin-bottom: 100px;
    width: 100%;
    height: auto;
    font-size: 90%;
  }

  #video {
    margin-top: 20px;
  }
  .p-plan dt {
    margin-top: 30px;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
  }

  .p-plan .price {
    width: 200px;
    margin: 0 20px 20px auto;
    color: #a89343;
    font-size: 1.5em;
    text-align: right;
    line-height: 1.4;
  }

  .p-plan .price span {
    display: block;
    width: 100%;
    font-size: 0.6em;
    letter-spacing: 0.03em;
  }

  .p-plan span {
    display: block;
    width: 100%;
    font-size: 0.7em;
    letter-spacing: 0.03em;
  }
  .tyuui {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text > p {
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: 0.08em;
  }

  .text p {
    margin-top: 40px;
    padding-top: 0;
    padding-left: 10px;
    margin-bottom: 0px;
    max-width: 500px;
    height: auto;
  }

  .tyuui2 p {
    font-size: 13px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pack_wrap p.note {
    margin-right: 20px;
  }

  .mainArea > h3.mainAreaTitle {
    margin-left: 20px;
    margin-right: 20px;
  }

  p.body_text {
    font-size: 13px;
    margin: 40px 5px 10px 5px;
  }
  .cp_pricetable3 thead {
    display: none;
  }

  .cp_pricetable3 td {
    display: block;
    padding-top: 90px;
  }
  td.group3 {
    background: #000;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
  }

  td.group4 {
    background: #eee;
    font-size: 16px;
    margin-top: 30px;
  }

  p.note {
    font-size: 12px;
  }

  .after_price {
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.5em;
  }

  .off {
    font-size: 20px;
  }
  .cp_pricetable3 td {
    padding: 1rem 0.5rem;
    text-align: center;
  }
  .before_price {
    margin-top: 0;
  }
  td.group3 img {
    max-width: 90%;
    margin: -15px auto 0;
  }

  td.group4 img {
    max-width: 90%;
    margin: -15px auto 0;
  }

  .cond + .before_price {
    margin-top: 50px;
    width: 100%;
  }
  .fix_cta td.contact a {
    background: #426e86;
    font-size: 13px;
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 80px;
    transition-duration: 0.5s;
  }

  .fix_cta td.tel a {
    background: #f8f1e5;
    font-size: 13px;
    display: block;
    color: #878787;
    text-align: center;
    width: 100%;
    height: 80px;
    transition-duration: 0.5s;
  }

  .fix_cta td a {
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 80px;
    transition-duration: 0.5s;
  }

  .fix_cta td a div.btn_inner {
    display: table;
    margin: 0 auto;
    height: 70px;
  }

  .fix_cta td a i {
    display: table-cell;
    vertical-align: middle;
    width: 1.6em;
  }

  /*アイコン*/
  .fix_cta td a i img {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }

  .fix_cta td a span {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0.8em;
    line-height: 0.5;
    text-align: left;
    padding-left: 1.5em;
  }
  .fix_cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    display: block;
    font-family: 'Hiragino Kaku Gothic Pro';
    z-index: 9;
  }

  .fix_cta table {
    width: 100%;
  }
  table,
  td,
  th {
    border-collapse: collapse;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }

  tr {
    display: table-row;
    vertical-align: middle;
    border-color: inherit;
  }

  td {
    display: table-cell;
    vertical-align: inherit;
  }
}
/*----------------------------------------　スマホ用画面 ここまで*/

.package_content {
  padding-top: 20px;
  display: block;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: justify;
}

.package_content p {
  color: rgba(147, 130, 85, 0.7);
  margin-top: 10px;
}

.package_content > .container {
  width: 90%;
  max-width: 1000px;
}

.pack_wrap {
  border: solid 1px #c6c3bd;
  padding: 50px 14px 14px 14px;
  margin-bottom: 40px;
}

.pack_wrap h3 {
  color: #77736d;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
}

.pack_wrap ol {
  width: 100%;
  margin: 0 auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka',
    'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  text-align: center;
}

.pack_wrap ol > li {
  background: #f0efe3;
  color: #777362;
  margin-bottom: 6px;
  padding: 12px 13px;
  border-radius: 6px;
  width: 130px;
  height: 106px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

element.style {
  height: 88px;
}

.pack_wrap dl dt {
  width: 80%;
  margin: 0 auto;
}

.pack_wrap dl dt img {
  width: 100%;
  height: auto;
  margin-bottom: 0.4em;
}

.pack_wrap dl dd {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.2;
  text-align: center;
}

.pack_wrap dl ddd {
  width: 100%;
  font-size: 0.7em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 0px;
}

.pack_wrap p.note {
  color: #666;
  text-align: left;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.endimg {
  display: block;
  margin: 0 auto;
}

.endimg img {
  width: 100%;
  height: auto;
  z-index: 888;
}

.topimg {
  display: block;
  margin-top: 70px;
}

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

.tyuui {
  text-align: left;
  max-width: 600px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#plan .container > p {
  text-align: left;
}

#plan .container > p.btn_more {
  text-align: center;
  margin-top: 20px;
}

.btn_more {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.btn_more a {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  padding: 16px 3em 16px 2em;
  border: solid 0.05px #878787;
  line-height: 1.2;
  color: #878787;
  background: #fff;
  transition-duration: 0.5s;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: relative;
}

#plan,
#location {
  padding: 30px 0 50px;
  text-align: center;
  background: #f5f5f5;
}

#plan .container {
  width: 88%;
}

#plan .cate_box > h3 {
  width: 60vw;
  max-width: 190px;
  margin: 0 auto 20px;
}

#plan .cate_box > img {
  width: 98%;
  margin: 0 auto 2.4vw;
}

#plan .cate_box {
  background: #fff;
  padding: 2em 1em;
  max-width: 440px;
  margin: 2px auto;
}

#plan .cate_box ul {
  width: 100%;
}

#plan .cate_box ul {
  font-size: 0;
  letter-spacing: 0;
}

#plan .cate_box ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 1%;
  font-size: 1.2rem;
}

#plan .cate_box ul li a > img {
  width: 100%;
  height: auto;
}

#plan .cate_box ul li .txt_area {
  background: #aeac78;
  padding: 12px 12px 16px 12px;
  box-sizing: border-box;
  text-align: center;
}

#plan .cate_box ul li .txt_area img {
  margin-bottom: 4px;
}

.btn_detail {
  display: inline-block;
  vertical-align: middle;
  padding: 0.7em 2em 0.6em 1.2em;
  border: solid 1px #968452;
  line-height: 1.2;
  color: #655630;
  background: url(../img/common/arrow_r.svg) no-repeat #fff;
  background-position: 90% 50%;
  background-size: 4%;
  font-size: 0.9rem;
  margin-top: 20px;
  transition-duration: 0.5s;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.btn_more a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #878787;
  border-right: 2px solid #878787;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-size: 5px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 8%;
}

#customer {
  text-align: left;
  margin: 0 auto 50px;
}

#insta {
  padding: 20px 0 20px;
  background: #fff;
}

#insta ul {
  font-size: 0;
  letter-spacing: 0;
}

#insta ul li {
  display: inline-block;
  vertical-align: top;
  width: 32.3%;
  margin: 0 0.5% 1vw;
}

/*instaボタン*/
.btn_insta {
  text-align: center;
  width: 15em;
  margin: 30px auto;
  background: #fff;
}

.btn_insta a {
  display: block;
  padding: 0.7em 1.4em 0.7em 1.4em;
  font-family: 'YuMincho Medium';
  color: #77736d;
  background: #fff;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size: 14px;
}

.btn_insta a i {
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: auto;
  margin-right: 0.6em;
  margin-top: -2px;
}

.btn_insta a i img {
  width: 90%;
  height: auto;
}

.text {
  display: flex;
  max-width: 100%;
  height: auto;
  justify-content: space-between;
}

.price {
  width: 100%;
  height: auto;
  text-align: right;
}

.text > p {
  width: 100%;
}

/*プロフィール欄*/

.profile_box {
  background-color: #fff;
  padding: 10px;
  z-index: 999;
}

.profile_item {
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.profile_img img {
  width: 130px;
  height: auto;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
  margin-top: 40px;
  margin-right: 60px;
}

.profile_text {
  line-height: 1.2;
  letter-spacing: 2px;
}

#lp_detail {
  padding: 0 0 30px;
  border-bottom: solid 1px #ddd;
}

#lp_detail .container {
  width: 90%;
  margin: 0 auto;
}

#lp_detail .container h2 {
  font-size: 1.6em;
  text-align: center;
  margin: 0 0 0.6em;
  line-height: 1.6;
}

footer {
  background: #f0efe3;
  margin-bottom: 0px;
}

footer .footer_main {
  padding: 3em 0;
}

footer .footer_main h3 {
  text-align: center;
  width: 100%;
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

footer .outbound {
  width: 100%;
  display: block;
  border-top: double 3px #c6c4be;
  border-bottom: double 3px #c6c4be;
}

footer .outbound ul {
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

footer .outbound ul li {
  margin: 0.1em 0;
  margin-left: 3em;
  font-size: 0.9rem;
  font-family: 'YuMincho Medium', 'Sorts Mill Goudy', セリフ;
  display: inline-block;
  vertical-align: top;
}

/* 会社住所部分 */
footer .outbound ul li a {
  color: #878787;
  text-decoration: none;
  letter-spacing: 0.1em;
}

footer small {
  display: block;
  font-size: 0.7em;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 1em;
  padding-bottom: 6em;
  color: #878787;
}

.Cbox p {
  margin-top: 80px;
  line-height: 2;
}

.Cbox2 p {
  margin-top: 80px;
  line-height: 2;
}

.video {
  position: relative;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.video video {
  width: 100%;
  height: 100%;
}

dl {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

dd {
  display: block;
  font-size: 15px;
  margin-inline-start: 0px;
  font-family: 'YuMincho Medium';
  color: #878787;
}

ddd {
  display: block;
  font-size: 9px;
  letter-spacing: 0.3px;
  margin-inline-start: 0px;
  font-family: 'メイリオ', 'Meiryo';
  color: #878787;
}

.privacy a {
  text-align: left;
  margin-left: 40px;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #878787;
}
.privacy1 {
  text-align: center;
  color: #878787;
  margin-bottom: 150px;
}
