.btn {
  display: block;
  text-align: center;
  height: 80px;
  width: 300px;
  margin: 0 auto;
  border: 3px solid #EA8F28;
  background-color: white; }
  .btn a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px; }
  .btn.blue {
    border-color: #76CEFB; }

@media screen and (max-width: 1023px) {
  .btn {
    height: 60px;
    width: 280px; }
    .btn a {
      line-height: 60px; } }
.heading {
  font-size: 36px;
  text-align: center;
  line-height: 60px;
  margin: 15px 0 55px 0; }

@media screen and (max-width: 1023px) {
  .heading {
    font-size: 30px;
    margin-bottom: 15px; } }
.content {
  max-width: 1000px;
  width: 80vw;
  margin: 0 auto; }
  .content .heading {
    margin-bottom: 55px; }
    .content .heading .logo {
      height: 70px;
      margin: auto 10px -10px 0; }
  .content .text {
    margin: 55px 0; }

@media screen and (max-width: 1023px) {
  .content {
    width: 90vw; }
    .content .heading {
      margin-bottom: -20px; }
      .content .heading .logo {
        margin: 0; } }
.bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  width: 100%;
  z-index: -10;
  background-size: 2000px;
  background-repeat: no-repeat;
  background-position: 50% 48%; }

.mb {
  display: none; }

@media screen and (max-width: 1023px) {
  .mb {
    display: inline; } }
.footer {
  background-color: #EEA757;
  padding: 55px;
  padding-bottom: 15px; }
  .footer .footer-wrap {
    max-width: 1800px;
    margin: 0 auto;
    color: white; }
    .footer .footer-wrap .footer-top {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .footer .footer-wrap .footer-top .left {
        display: flex;
        flex-direction: row;
        align-items: flex-end; }
        .footer .footer-wrap .footer-top .left .logo {
          height: 90px;
          margin-right: 40px; }
        .footer .footer-wrap .footer-top .left .copy {
          display: inline-block;
          margin-bottom: 10px; }
      .footer .footer-wrap .footer-top .right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100px;
      }
      .footer .footer-wrap .footer-top .right .line-icon {
        display: block;
        height: 40px;
        width: 40px;
        margin: auto 0 0 0;
        background-image: url("../img/line.png");
        background-repeat: no-repeat;
        background-size: contain; }
      .footer .footer-wrap .footer-top .right .fb-icon {
        display: block;
        height: 40px;
        width: 40px;
        margin: auto 0 0 0;
        background-image: url("../img/fb.png");
        background-repeat: no-repeat;
        background-size: contain; }
    .footer .footer-wrap .footer-hr {
      height: 2px;
      background-color: white;
      margin: 15px 0; }
    .footer .footer-wrap .footer-bottom small {
      display: block;
      width: 100%;
      text-align: right; }

@media screen and (max-width: 1023px) {
  .footer {
    padding: 15px; }
    .footer .footer-wrap .footer-top {
      flex-direction: column; }
      .footer .footer-wrap .footer-top .left {
        flex-direction: column;
        align-items: flex-start; }
        .footer .footer-wrap .footer-top .left .logo {
          margin: 0;
          height: auto;
          width: 200px; }
      .footer .footer-wrap .footer-top .right {
        margin: 0 0 0 auto; } }
.global-nav .nav-wrap {
  height: calc(130px - 2 * 15px);
  display: flex;
  flex-direction: row;
  align-items: center; }
  .global-nav .nav-wrap .nav-list {
    width: 180px;
    height: 50px;
    margin: 10px 0;
    border-right: 3px solid #DBDBDB;
    font-size: 20px;
    text-align: center;
    line-height: calc(calc(130px - 2 * 15px) - 10px * 2); }
    .global-nav .nav-wrap .nav-list:last-child {
      border-right: none; }
    .global-nav .nav-wrap .nav-list a {
      display: block;
      height: 100%;
      width: 100%;
      line-height: 50px; }

.mobile-nav {
  display: none; }

@media screen and (max-width: 1023px) {
  .global-nav {
    display: none; }

  .mobile-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-trim: 0 auto; }
    .mobile-nav li {
      margin: 10px 0;
      width: 50%;
      text-align: center;
      border-right: 2px solid #DBDBDB; }
      .mobile-nav li:nth-child(even) {
        border-right: none; } }
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 8px rgba(128, 128, 128, 0.4);
  width: 100%; }
  .header .header-wrap {
    height: 130px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white; }
    .header .header-wrap .header-left {
      display: flex;
      flex-direction: column; }
      .header .header-wrap .header-left .header-copy {
        font-size: 1em; }
      .header .header-wrap .header-left .header-logo {
        height: 100%;
        width: 300px;
        background-image: url("../img/logo-orange.png");
        background-repeat: no-repeat;
        background-size: contain; }

@media screen and (max-width: 426px) {
  .header .header-wrap {
    height: 100px; }
    .header .header-wrap .header-left .header-copy {
      font-size: 0.5em; }
    .header .header-wrap .header-left .header-logo {
      width: 200px; } }
/*-------------------------------------------------------------------------------------
  destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css
  Reset box-model and set borders
-------------------------------------------------------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace, monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit; }

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,
embed,
object,
iframe {
  vertical-align: bottom; }

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

select::-ms-expand {
  display: none; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable] {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

template {
  display: none; }

[hidden] {
  display: none; }

.main-visual {
  position: relative; }
  .main-visual.about {
    background-position: 20% 50%;
    background-image: url("../img/img_1.jpg"); }
  .main-visual .gray-panel {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5); }
  .main-visual .text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 20;
    color: white; }
    .main-visual .text .heading {
      margin-bottom: 100px; }

.mobile-text {
  display: none; }

@media screen and (max-width: 1023px) {
  .main-visual .gray-panel,
  .main-visual .text {
    display: none; }

  .mobile-text {
    padding: 30px 15px;
    display: block;
    max-width: 550px;
    margin: 0 auto; } }
.online {
  background-color: #FCF5E8;
  margin-top: 130px;
  padding: 55px 0; }
  .online .online-wrap {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .online .online-wrap .left p {
      display: inline-block;
      margin-bottom: 55px; }
    .online .online-wrap .right {
      min-width: 400px;
      margin-left: 55px; }
      .online .online-wrap .right .img {
        height: 300px;
        background-image: url("../img/img_3.jpg");
        background-size: cover; }

@media screen and (max-width: 1023px) {
  .online {
    margin-top: 0px; }
  .online .online-wrap {
    flex-direction: column-reverse; }
    .online .online-wrap .right {
      min-width: 0;
      margin-left: 0; }
      .online .online-wrap .right .img {
        width: 300px;
        height: 300px; } }
.profile {
  padding: 55px 0;
  position: relative; }
  .profile .bg {
    background-image: url("../img/green-2.jpg"); }
  .profile .profile-box {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 55px;
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 0 8px rgba(128, 128, 128, 0.4); }
    .profile .profile-box .flex-box {
      display: flex;
      flex-direction: row;
      align-items: flex-start; }
      .profile .profile-box .flex-box .left {
        width: 70%; }
      .profile .profile-box .flex-box .left .heading {
        font-size: 28px;
        line-height: 30px;
        text-align: left; }
      .profile .profile-box .flex-box .left .name-area {
        margin-bottom: 20px; }
      .profile .profile-box .flex-box .left .name {
        display: inline-block;
        font-size: 30px; }
      .profile .profile-box .flex-box .right {
        width: 30%;
        margin-left: 55px; }
        .profile .profile-box .flex-box .right .prof-img-box {
          position: relative;
          padding-top: 30px;
          text-align: center; }
        .profile .profile-box .flex-box .right .prof-img {
          height: 200px;
          width: 200px;
          object-fit: cover;
          border-radius: 1000px;
          }
        .profile .profile-box .flex-box .right .icon {
          background-color: #EA8F28;
          border-radius: 100px;
          height: 30px;
          width: 30px;
          position: absolute;
          top: -15px;
          left: -15px; }
    .profile .profile-box h5 {
      display: block;
      margin-top: 30px; }

@media screen and (max-width: 900px) {
  .profile .profile-box {
    width: 95%;
    padding: 15px; }
    .profile .profile-box .flex-box {
      flex-direction: column-reverse; }
      .profile .profile-box .flex-box .left {
        width: 100%; }
      .profile .profile-box .flex-box .left .heading {
      text-align: center; }
      .profile .profile-box .flex-box .left .name-area {
        text-align: center;
        margin-bottom: 50px; }
      .profile .profile-box .flex-box .left .name {
        font-size: 30px; }
      .profile .profile-box .flex-box .right {
        width: 100%;
        margin-left: 0; }
        .profile .profile-box .flex-box .right .prof-img-box {
          max-width: 350px;
          text-align: center;
          margin: 10px auto; } }
table tr {
  border-top: 1px solid #EA8F28; }
  table tr.td-link:hover {
    color: #EA8F28; }
  table tr:last-child {
    border-bottom: 2px solid #EA8F28; }
table td {
  padding: 3px 13px; }
  table td a {
    display: block; }
    table td a::after {
      display: inline-block;
      margin: 0 0 4px 15px;
      content: '';
      background-image: url("../img/link_arrow.svg");
      background-size: cover;
      background-repeat: no-repeat;
      height: 23px;
      width: 23px;
      vertical-align: middle; }
table .space {
  min-width: 110px;
  padding-right: 20px; }

@media screen and (max-width: 800px) {
  table td {
    padding: 1px; }
    table td a {
      line-height: 25px; }
      table td a::after {
        height: 15px;
        width: 15px;
        margin-left: 5px; } }
.main-visual {
  position: relative; }
  .main-visual.contact {
    background-image: url("../img/img_4.png");
    background-position: 50% 20%; }
  .main-visual .gray-panel {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5); }
  .main-visual .text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 20;
    color: white; }
    .main-visual .text .heading {
      margin-bottom: 100px; }

@media screen and (max-width: 1023px) {
  .main-visual .gray-panel,
  .main-visual .text {
    display: none; } }
.form_area .contact_form {
  width: 60%;
  min-width: 600px;
  margin: 50px auto;
  padding: 10px; }
  .form_area .contact_form .form_part {
    margin-bottom: 10px; }
    .form_area .contact_form .form_part .red {
      margin-left: 1em;
      color: red; }
    .form_area .contact_form .form_part input,
    .form_area .contact_form .form_part textarea {
      display: block;
      width: 100%;
      border: 2px solid gray;
      border-radius: 5px;
      padding: 5px; }
    .form_area .contact_form .form_part textarea {
      resize: vertical; }
  .form_area .contact_form .btn {
    margin-top: 30px; }

@media screen and (max-width: 426px) {
  .form_area .contact_form {
    width: 95%;
    min-width: auto;
    padding: 30px 12px; } }
.contact_comp_text {
  margin: 50px auto;
  padding: 50px;
  width: 60%;
  min-width: 600px;
  text-align: center;
  border: 2px solid gray;
  border-radius: 10px; }
@media screen and (max-width: 800px)
{
	.contact_comp_text
	{
		width: 90%;
		padding: 20px;
		min-width: 0px;
	}
}

:root {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 18px;
  --swiper-pagination-color: #EA8F28;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px; }

@media screen and (max-width: 1023px) {
  :root {
    --swiper-pagination-bullet-size: 9px;
    --swiper-pagination-bullet-width: 9px;
    --swiper-pagination-bullet-height: 9px; } }
html {
  font-size: 18px;
  line-height: 30px;
  font-family: serif;
  font-weight: bold;
  box-sizing: border-box; }

.main-visual {
  margin-top: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px; }
  .main-visual.top {
    background-position: bottom left;
    background-image: url("../img/top.jpg"); }
  .main-visual img {
    object-fit: cover; }

.sp_slide_text {
  display: none; }

.swiper {
  height: 100%;
  position: relative; }
  .swiper .swiper-wrapper .swiper-slide {
    width: 100%; }
    .swiper .swiper-wrapper .swiper-slide .slide_img {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      object-fit: contain; }
    .swiper .swiper-wrapper .swiper-slide .sp_slide_img {
      height: 100%;
      display: none;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

@media screen and (max-width: 1023px) {
  html {
    font-size: 18px;
    line-height: 30px; }

  .main-visual {
    height: 100%;}
}
@media screen and (max-width: 720px) {
  .sp_slide_text {
    height: 100%;
    display: block;
    padding: 10px;
    margin: 0 auto 30px auto;
    width: 100%; }

  .swiper .swiper-slide .white_back {
    display: block; }
  .swiper .swiper-wrapper .swiper-slide .slide_img {
    display: none;
  }
  .swiper .swiper-wrapper .swiper-slide .sp_slide_img {
    height: 100%;
    display: block;
    object-fit: cover;
  } }
@media screen and (max-width: 426px) {
  .main-visual {
    margin-top: 100px;
  }
}
.introduction {
  padding: 55px 0;
  position: relative; }
  .introduction .bg {
    background-image: url("../img/green-1.jpg"); }
  .introduction .content .heading {
    line-height: 80px;
    vertical-align: bottom;
    position: relative; }
    .introduction .content .heading img {
      margin-left: -4em;
      display: inline;
      height: 80px; }
    .introduction .content .heading span {
      height: 55px;
      position: absolute;
      bottom: 0; }

@media screen and (max-width: 1023px) {
  .introduction .content .heading img {
    margin: 0; }
  .introduction .content .heading span {
    position: relative; } }
.price {
  background-color: #FCF5E8;
  padding: 55px 0; }
  .price .heading {
  margin-bottom: 20px;
  font-size: 30px; }
  .price .price-table {
    max-width: 1200px;
    width: 80vw;
    background-color: white;
    border-radius: 10px;
    margin: 0 auto 55px auto;
    padding: 55px;
    box-shadow: 0 0 8px rgba(128, 128, 128, 0.4); }
    .price .price-table .heading-hr {
      background-color: #EA8F28;
      height: 2px;
      width: 80%;
      margin: 0 auto 20px auto; }
    .price .price-table .cat-wrap {
      width: 80%;
      margin: 0 auto;
      padding: 15px 15px; }
      .price .price-table .cat-wrap .cat .cat-li {
        display: inline-block;
        margin: 15px 0;
        width: 100%; }
        .price .price-table .cat-wrap .cat .cat-li::before {
          display: inline-block;
          content: '';
          height: 1em;
          width: 1em;
          margin-bottom: -3px;
          background-image: url("../img/square.png");
          background-size: contain;
          background-repeat: no-repeat; }
        .price .price-table .cat-wrap .cat .cat-li .item {
          display: inline-block; }
      .price .price-table .cat-wrap .sub-cat li {
        display: inline-block;
        width: 100%;
        margin: 10px 0px;
        }

@media screen and (max-width: 1110px) {
  .content-area .content-item {
   width: 95vw;
  }
  .price .price-table {
    width: 95vw;
    padding: 15px 10px; }
    .price .price-table .cat-wrap {
      padding: 0; }
      .price .price-table .cat-wrap .cat .cat-li span {
        margin-left: 23px; }
      .price .price-table .cat-wrap .cat .cat-li .item {
        margin: 0; }
  .price .mb {
    display: block; } }
.reserve {
  padding: 55px 0;
  margin: 0 10px; }
  .reserve .reserve-box {
    border: 8px double #EA8F28;
    max-width: 1200px;
    width: 9square;
    margin: 0 auto;
    padding: 55px 0; }
    .reserve .reserve-box .text {
      text-align: center;
      margin-bottom: 55px; }
    .reserve .reserve-box .tel {
      text-align: center;
      margin-top: 15px; }

.visit {
  padding: 55px 0 180px 0;
  position: relative; }
  .visit .bg {
    background-image: url("../img/green-2.jpg"); }

  .content-box .content-item h3 {
   margin: 10px 0px;
   font-size: 20px;
   font-weight: bold;
   color: #EA8F28; 
  }

  .content-area .content-item {
    max-width: 1200px;
    width: 80vw;
    margin: 20px auto;
  }
  .content-area {
  background-color: #FCF5E8;
  padding: 55px 0; }
  .content-area .content-item h3 {
   margin: 10px 0px;
   font-size: 20px;
   font-weight: bold;
   color: #EA8F28; 
  }
  .content-area .content-item ul {
   list-style: inside;
  }
      .line-icon {
        display: block;
        height: 100px;
        width: 100px;
        margin: 20px auto;
        background-image: url("../img/line.png");
        background-repeat: no-repeat;
        background-size: contain; }

/*# sourceMappingURL=style.css.map */
