@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap");
/*
Theme Name: theme hinanon
Description: オリジナルテーマ
Author: 管理人
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  padding: 0;
}
header .logo {
  position: relative;
}
header .logo a {
  position: absolute;
  top: 10px;
  left: 12px;
  display: block;
  height: 70px;
}
@media screen and (max-width: 559px) {
  header .logo a {
    height: 50px;
  }
}
header .logo a img {
  height: 100%;
}
header nav {
  margin-right: 100px;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav li {
  margin: 0 0.75em;
}
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #c55;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a1c4fd), to(#c2e9fb));
  background-image: linear-gradient(0deg, #a1c4fd 0%, #c2e9fb 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav ul {
  display: none;
}
#g-nav.panelactive ul {
  display: block;
}
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#g-nav ul li {
  text-align: center;
}
#g-nav ul li a {
  color: #000;
  padding: 1em 0;
  display: block;
  font-size: 1.125em;
  letter-spacing: 0.15em;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 5px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.header_padd {
  margin-top: -135px;
  padding-top: 135px;
}
@media only screen and (max-width: 1059px) {
  .header_padd {
    margin-top: -105px;
    padding-top: 105px;
  }
}

footer {
  background: #000;
  color: #fff;
}
footer .copyright {
  font-size: 0.75em;
  text-align: center;
  padding: 5em 1em;
}

body {
  color: #333;
  background: #f7f9f8;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  background-attachment: fixed;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 559px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  color: #09f;
  color: #e641a7;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

.set_width {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1059px) {
  .set_width {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 559px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

.index_header {
  padding: 60px;
}
@media screen and (max-width: 559px) {
  .index_header {
    padding: 60px 0 0;
  }
}

.index_title_box {
  height: calc(100vh - 120px);
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
}
.index_title_box .bg_ins {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_title_box .logoset {
  position: absolute;
  top: -40px;
  left: -35px;
  width: 22%;
  width: 24%;
  padding: 0px;
  background: rgba(255, 255, 255, 0);
}
.index_title_box .logoset img {
  width: 100%;
}
@media screen and (min-width: 1368px) {
  .index_title_box .logoset {
    width: 20%;
    max-width: 300px;
  }
}
@media screen and (max-width: 559px) {
  .index_title_box {
    height: calc(60vh - 0px);
  }
  .index_title_box .logoset {
    top: -55px;
    left: 3%;
    width: 30%;
  }
}

.c_box {
  padding: 0 0 15em;
}
.c_box.about_box {
  padding: 5em 0 15em;
}
@media screen and (max-width: 559px) {
  .c_box {
    padding: 0 0 10em;
  }
  .c_box.about_box {
    padding: 0 0 10em;
    padding-top: calc(3.5em + 30px);
  }
}
.c_box .box_title {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 559px) {
  .c_box .box_title {
    margin-bottom: 2em;
  }
}
.c_box h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  letter-spacing: 0.15em;
  font-size: 58px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .c_box h2 {
    font-size: 36px;
  }
}
.c_box .sub_h2_jan {
  font-family: sans-serif;
  margin-top: 0.75em;
  text-align: center;
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 559px) {
  .c_box .sub_h2_jan {
    margin-top: 0.5em;
  }
}
.link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link_button a {
  margin: 0;
  display: block;
  border: 1px solid black;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  padding: 1.25em 2em;
  text-align: center;
  min-width: 17em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 559px) {
  .link_button a {
    padding: 1em 2em;
  }
}
.link_button a:hover {
  background: #000;
  color: #fff;
}
.link_button a span.sub {
  display: block;
  font-size: 75%;
  margin-top: 0.75em;
  font-family: sans-serif;
  letter-spacing: 0;
}
.link_button.plus_f a {
  width: 20em;
  margin: 0 5px;
  padding: 1.25em 0;
}
@media screen and (max-width: 767px) {
  .link_button.plus_f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link_button.plus_f a {
    font-size: 1.125em;
    margin: 3px 0;
    width: 100%;
  }
}

.about_box p {
  font-size: 1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 649px) {
  .about_box p {
    line-height: 1.75;
    text-align: left;
  }
  .about_box br {
    display: none;
  }
  .about_box p + p {
    margin-top: 0.75em;
  }
}
.about_box ul.studio_img {
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  .about_box ul.studio_img {
    margin: 1.5em auto;
  }
}
.about_box ul.studio_img img {
  width: 100%;
}

.plan_box .index_plan_summary_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan_box .index_plan_summary_wrap .each_one {
  width: calc((100% - 3em) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 559px) {
  .plan_box .index_plan_summary_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan_box .index_plan_summary_wrap .each_one {
    width: 100%;
    display: block;
  }
  .plan_box .index_plan_summary_wrap .each_one:first-child {
    margin-bottom: 7.5em;
  }
}
.plan_box .index_plan_summary_wrap .plan_image_ph img {
  width: 100%;
}
.plan_box .index_plan_summary_wrap h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  font-size: 32px;
}
@media screen and (max-width: 559px) {
  .plan_box .index_plan_summary_wrap h3 {
    margin-top: 1.25rem;
    font-size: 26px;
  }
}
.plan_box .index_plan_summary_wrap p.sub_jan {
  font-family: sans-serif;
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.75em;
  line-height: 1;
  letter-spacing: 0.25em;
}
.plan_box .index_plan_summary_wrap .plan_summary {
  margin: 1.25em 0;
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  .plan_box .index_plan_summary_wrap .plan_summary {
    margin: 1.25em 0;
  }
}
.plan_box .index_plan_summary_wrap .plan_t {
  margin: 0.25em 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.plan_box .index_plan_summary_wrap .plan_t .t {
  font-family: sans-serif;
  background: #777;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-size: 0.8125em;
  padding: 0.25em 0.875em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan_box .index_plan_summary_wrap .plan_t .i {
  font-size: 0.8125em;
  margin-left: auto;
  padding: 0.375em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan_box .index_plan_summary_wrap .plan_t .i span {
  margin-left: 1em;
  line-height: 1.5;
}
.plan_box .index_plan_summary_wrap ul.plan_list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 2em;
}
.plan_box .index_plan_summary_wrap ul.plan_list li {
  font-size: 0.9125em;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.875em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan_box .index_plan_summary_wrap ul.plan_list p {
  line-height: 1.5;
}
.plan_box .index_plan_summary_wrap ul.plan_list .name {
  font-family: sans-serif;
}
.plan_box .index_plan_summary_wrap ul.plan_list .name .sub {
  display: block;
  font-size: 70%;
}
.plan_box .index_plan_summary_wrap ul.plan_list .price {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-left: auto;
}
.plan_box .index_plan_summary_wrap ul.plan_list .price .unit {
  margin-left: 3px;
  font-size: 75%;
}
@media screen and (max-width: 559px) {
  .plan_box .index_plan_summary_wrap ul.plan_list {
    margin-bottom: 1.5em;
  }
}
.plan_box .index_plan_summary_wrap p.link {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan_box .index_plan_summary_wrap p.link a {
  display: block;
  border: 1px solid black;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  text-align: center;
  min-width: 17em;
  font-size: 0.875em;
  letter-spacing: 0.125em;
  padding: 1.25em 2em;
}
@media screen and (max-width: 559px) {
  .plan_box .index_plan_summary_wrap p.link a {
    padding: 1em 2em;
  }
}
.plan_box .index_plan_summary_wrap p.link a:hover {
  background: #000;
  color: #fff;
}

.gallery_box ul {
  padding: 1em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery_box ul li {
  text-align: center;
}
.gallery_box ul p {
  margin-top: 5px;
  font-family: sans-serif;
}
.gallery_box ul a {
  color: #333;
}
.gallery_box ul a:hover {
  opacity: 0.7;
}
.gallery_box ul img {
  width: 80px;
}

.contact_box ul.data_area {
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.contact_box ul.data_area li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1.5;
  padding: 1.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_box ul.data_area li.valign_setting {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_box ul.data_area li > p:first-child {
  width: 12em;
}
@media screen and (max-width: 999px) {
  .contact_box ul.data_area li {
    padding: 1em 0.5em;
  }
  .contact_box ul.data_area li > p:first-child {
    width: 8em;
  }
}
@media screen and (max-width: 559px) {
  .contact_box ul.data_area li {
    padding: 1em 0.5em;
  }
  .contact_box ul.data_area li > p:first-child {
    width: 4em;
    font-weight: bold;
  }
}
.contact_box .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_box .sns a {
  display: block;
  margin: 0 0.5em;
  width: 32px;
}
@media screen and (max-width: 559px) {
  .contact_box .sns a {
    width: 32px;
  }
}
.contact_box .sns a img {
  width: 100%;
}
.contact_box .sns a:first-child {
  margin-left: 0;
}
.contact_box .sns a:hover {
  opacity: 0.5;
}
.contact_box .access_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact_box .access_area .gmap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 1.5em 0 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
}
.contact_box .access_area .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .contact_box .access_area .gmap {
    padding-bottom: 55%;
  }
}
@media screen and (max-width: 559px) {
  .contact_box .access_area .gmap {
    margin: 1em 0;
    padding-bottom: 75%;
  }
}

.schedule_box p.guide {
  text-align: center;
}
.schedule_box .googleCalendar {
  margin: 2em 0 2em;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}
.schedule_box .googleCalendar iframe {
  width: 100%;
  height: 600px;
}
@media all and (max-width: 559px) {
  .schedule_box .googleCalendar iframe {
    height: 400px;
  }
}

.ph_box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 70vh;
  background-image: url(./images/_H9A2746_1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

ul.ph_box_pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
ul.ph_box_pp li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.ph_box_pp img {
  width: 100%;
}

.page_title_box {
  padding: 40px 0 5em;
  margin-bottom: 0em;
  color: #000;
}
@media screen and (max-width: 559px) {
  .page_title_box {
    padding: 30px 0 3.5em;
  }
}
.page_title_box .title_obj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_title_box h1 {
  font-size: 68px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 559px) {
  .page_title_box h1 {
    font-size: 42px;
  }
}
.page_title_box .cap {
  font-size: 0.875em;
  font-family: sans-serif;
  margin-top: 0.5em;
  letter-spacing: 0.125em;
}
.page_title_box .p_n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5em;
}
.page_title_box .p_n li {
  font-size: 0.875em;
}
.page_title_box .p_n a {
  display: block;
  padding: 0.5em;
  margin: 0 0.25em;
  min-width: 15em;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  border: 1px solid #000;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 699px) {
  .page_title_box .p_n a {
    margin: 0 0.25em;
    min-width: 11em;
  }
}
@media screen and (max-width: 559px) {
  .page_title_box .p_n a {
    margin: 0 0.25em;
    min-width: auto;
  }
}

.concept_intro {
  padding: 0 0 10em;
}
@media screen and (max-width: 559px) {
  .concept_intro {
    padding: 0 0 8em;
  }
}
.concept_intro p {
  font-size: 1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .concept_intro p {
    line-height: 1.75;
    text-align: left;
  }
  .concept_intro br {
    display: none;
  }
  .concept_intro p + p {
    margin-top: 0.75em;
  }
}
.concept_intro .each_photos {
  margin: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  .concept_intro .each_photos {
    margin: 1.5em 0;
  }
}
.concept_intro .each_photos li {
  width: 50%;
  padding: 3px;
}
.concept_intro .each_photos img {
  width: 100%;
}

.concept_one {
  padding: 2em 0 10em;
}
@media screen and (max-width: 559px) {
  .concept_one {
    padding: 2em 0 8em;
  }
}
.concept_one h2 {
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.75em;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
}
.concept_one h2 span {
  display: block;
  border-bottom: 1px solid #000;
  padding: 0 1em 0.5em;
}
@media screen and (max-width: 559px) {
  .concept_one h2 {
    margin-bottom: 1.5rem;
  }
  .concept_one h2 span {
    padding: 0 1em 0.5em;
  }
}
.concept_one .one_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.concept_one .one_wrap.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.concept_one .one_wrap .ph {
  width: 40%;
  padding-top: 0.25em;
}
.concept_one .one_wrap .txt {
  width: calc(60% - 2.5em);
}
@media screen and (max-width: 559px) {
  .concept_one .one_wrap {
    display: block;
  }
  .concept_one .one_wrap .ph,
  .concept_one .one_wrap .txt {
    padding-top: 0;
    width: calc(100% - 0em);
    margin: 0 auto 1em;
  }
}
.concept_one .one_wrap img {
  width: 100%;
}
.concept_one .one_wrap p {
  line-height: 2;
}
@media screen and (max-width: 559px) {
  .concept_one .one_wrap p {
    line-height: 1.75;
  }
}
.concept_one .one_wrap p + p {
  margin-top: 0.75em;
}
.concept_one .one_wrap + .one_wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 559px) {
  .concept_one .one_wrap + .one_wrap {
    margin-top: 1.5rem;
  }
}

.plan_one {
  padding: 2em 0 10em;
}
@media screen and (max-width: 559px) {
  .plan_one {
    padding: 1.5em 0 8em;
  }
}
.plan_one h2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 44px;
  line-height: 1;
}
@media screen and (max-width: 559px) {
  .plan_one h2 {
    font-size: 28px;
  }
}
.plan_one p.sub_jan {
  margin-top: 0.75em;
  text-align: center;
  font-size: 0.8125em;
  font-family: sans-serif;
  line-height: 1;
  letter-spacing: 0.125em;
}
.plan_one .plan_summary {
  margin-top: 1.75em;
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  .plan_one .plan_summary {
    margin-top: 1.5em;
  }
}
.plan_one .each_plan_photos {
  margin: 1.5em 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan_one .each_plan_photos li {
  width: 50%;
  padding: 3px;
}
.plan_one .each_plan_photos img {
  width: 100%;
}
.plan_one .detail {
  line-height: 1.75;
  margin: 0 0 3em;
}

.tax_included {
  font-size: 0.8125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tax_included span {
  display: block;
  margin-left: 1em;
}

.plan_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e9eef3;
  background: #e0e9e9;
  border-radius: 0px;
  padding: 0.75em 0.75em;
  margin: 3em 0 0.75em;
  line-height: 1;
  font-size: 1.25em;
  font-family: sans-serif;
}
.plan_title:first-of-type {
  margin-top: 0.75em;
}
@media screen and (max-width: 559px) {
  .plan_title {
    font-size: 1.125em;
  }
}
.plan_title .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan_title .name span.sub {
  font-size: 85%;
}
.plan_title .price {
  margin-left: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.plan_title .price span.unit {
  font-size: 75%;
  margin-left: 3px;
}
@media screen and (max-width: 559px) {
  .plan_title .name {
    display: block;
  }
  .plan_title .name span.sub {
    display: block;
  }
  .plan_title .price {
    white-space: nowrap;
  }
  .plan_title .price span.tax {
    display: block;
    text-align: center;
  }
}

.plan_guide {
  margin: 0 1em;
}
@media screen and (max-width: 559px) {
  .plan_guide {
    margin: 0;
  }
}
.plan_guide .option {
  margin: 1.125em 0;
  margin-left: 0.75em;
  padding-left: 0.75em;
  border-left: 1px solid #000;
}
@media screen and (max-width: 559px) {
  .plan_guide .option {
    margin-left: 0.25em;
  }
}
.plan_guide .option p {
  font-size: 0.9125em;
}
.plan_guide .option .name {
  font-size: 1em;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan_guide .option .name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #999;
  color: #fff;
  font-size: 70%;
  padding: 0.125em 0.5em;
  margin-right: 0.5em;
  border-radius: 3px;
}
.plan_guide .option .min {
  font-size: 0.8125em;
}
.plan_guide .option .pg {
  margin: 0.25rem 0;
}
.plan_guide .option .ph {
  margin: 1.5em auto;
  max-width: 600px;
}
.plan_guide .option .ph img {
  width: 100%;
}
.plan_guide .option + .option {
  margin-top: 1.5rem;
}
.plan_guide .sub {
  font-size: 0.8125em;
  margin: 0.5rem 0;
}