@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/

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

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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

form label {
  cursor: pointer;
}

@font-face {
  font-family: "HelveticaLTStd";
  src: url("../font/HelveticaLTStd-Light.otf") format("opentype");
}

@font-face {
  font-family: "HelveticaLTStd-Bold";
  src: url("../font/HelveticaLTStd-Bold.otf") format("opentype");
}

@font-face {
  font-family: "HelveticaLTStd-LightCond";
  src: url("../font/HelveticaLTStd-LightCond.otf") format("opentype");
}

/* -- Text Select Color -- */

::selection {
  background: #7fb4be;
  color: #fff;
}

::-moz-selection {
  background: #7fb4be;
  color: #fff;
}

/* -- Animation keyframes -- */

@-webkit-keyframes opa0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opa0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes opa1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra3 {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra4 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra4 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra5 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra5 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
.js-efpoint {
  opacity: 0;
}

.js-efpoint.effect {
  -webkit-animation: opa1 0.7s ease-in-out 0s 1 forwards,
    tra3 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 forwards;
  animation: opa1 0.7s ease-in-out 0s 1 forwards,
    tra3 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 forwards;
}

.js-efpoint.ef-right.effect {
  -webkit-animation: opa1 0.7s ease-in-out 0s 1 forwards,
    tra4 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 forwards;
  animation: opa1 0.7s ease-in-out 0s 1 forwards,
    tra4 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 forwards;
}

.js-efpoint.ef-left.effect {
  -webkit-animation: opa1 0.7s ease-in-out 0s 1 forwards,
    tra5 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 forwards;
  animation: opa1 0.7s ease-in-out 0s 1 forwards,
    tra5 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 forwards;
}

.ef-lg.effect {
  -webkit-animation: opa1 0.7s ease-in-out 0s 1 forwards,
    tra6 0.7s ease-in-out 0s 1 forwards;
  animation: opa1 0.7s ease-in-out 0s 1 forwards,
    tra6 0.7s ease-in-out 0s 1 forwards;
}

/*------------------------------------------------------------
Text
------------------------------------------------------------*/
.c-txt__red {
  color: #da2323;
}

.c-txt__bold {
  font-weight: bold;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

@media (min-width: 767px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*
.c-breadcrumb ul {
  width: 1023px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0; }
  @media screen and (max-width: 767px) {
    .c-breadcrumb ul {
      width: 100%;
      padding: 10px 25px; } }

.c-breadcrumb li {
  position: relative;
  margin-right: 7px; }
  .c-breadcrumb li::after {
    content: '»';
    font-size: 1.5rem;
    line-height: 1;
    padding-left: 4px;
    color: #3f717a; }
  .c-breadcrumb li:last-of-type {
    padding: 0;
    margin: 0; }
    .c-breadcrumb li:last-of-type::after {
      display: none; }

.c-breadcrumb a,
.c-breadcrumb span {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #3f717a;
  text-decoration: none;
  letter-spacing: 1.5px; }
*/
.c-breadcrumb .c-breadcrumb-inner {
  width: 1023px;
  margin: 0 auto;
  padding: 23px 0;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #3f717a;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb .c-breadcrumb-inner {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 1.2rem;
  }
}

.c-breadcrumb a,
.c-breadcrumb span {
  color: #3f717a;
  text-decoration: none;
}

.c-breadcrumb a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-contact {
  background: #7fb4be;
  padding: 108px 0 81px;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 60px 0 47px;
  }
}
.c-contact .c-title2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-contact .c-title2 {
    margin-bottom: 26px;
  }
}
.c-contact .c-groupBtn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-contact .c-groupBtn {
    margin-top: 37px;
  }
}
.c-contact .c-btn3 {
  width: 385px;
}
@media screen and (max-width: 767px) {
  .c-contact .c-btn3 {
    width: 100%;
  }
}

.c-contact__title {
  text-align: center;
  font-size: 1.6rem;
  color: #7fb4be;
  background: #fff;
  border-radius: 50px;
  letter-spacing: 1px;
  width: 242px;
  padding: 10px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-contact__title {
    width: 100%;
    max-width: 274px;
    padding: 7px 0;
  }
}
.c-contact__phone {
  margin: 25px 0 50px;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3.5px;
  font-family: "HelveticaLTStd";
}
@media screen and (max-width: 767px) {
  .c-contact__phone {
    font-size: 3.6rem;
    margin: 19px 0 40px;
  }
}
.c-contact__phone a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.c-contact__text {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 40px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .c-contact__text {
    margin-bottom: 33px;
  }
}

.c-contact .c-sns__icon {
  text-align: center;
  margin: 60px 0 0;
}

.c-contact .c-sns__icon a:not(:first-child) {
  margin-left: 5px;
}


/*
------------------------------------------------------------*/
.c-footer {
  text-align: center;
  padding: 45px 0 46px;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 42px 0 100px;
  }
  .c-footer img {
    width: 205px;
  }
}
.c-footer p {
  font-size: 1.3rem;
  color: #1e5d69;
  margin-top: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-footer p {
    margin-top: 25px;
  }
}

/* ---- Page Top ---- */

#pagetop {
  visibility: hidden;
  opacity: 0;
  display: none\9;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    z-index 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: -2;
  width: 58px;
  height: 58px;
}

#pagetop.show {
  opacity: 1;
  display: block\9;
  z-index: 10;
  visibility: visible;
}

#pagetop.fxd {
}

#pagetop a {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #1e5d69;
  background: #1e5d69;
  border-radius: 100%;
}

#pagetop a:before {
  display: block;
  border-radius: 1px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-left: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) skew(4deg, 4deg);
  -ms-transform: rotate(-45deg) skew(4deg, 4deg);
  content: "";
}

#pagetop a:hover {
  opacity: 0.7;
}

#pagetop a span {
  display: none;
}

@media screen and (max-width: 767px) {
  #pagetop {
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 10;
    top: auto !important;
    right: 15px !important;
    bottom: 80px !important;
    width: 45px;
    height: 45px;
  }

  #pagetop a {
    border-width: 2px;
  }

  #pagetop a:before {
    width: 12px;
    height: 12px;
    margin-top: -3px;
    margin-left: -6px;
  }

  #pagetop.fxd {
    position: fixed;
    top: auto;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  min-width: 1050px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

/*
------------------------------------------------------------*/
.l-content {
  width: 1023px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-content {
    width: 100%;
    padding: 0 25px;
  }
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  width: 87px;
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    width: 91px;
    margin: 0 auto;
  }
}
.c-btn1__txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  color: #1e5d69;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #1e5d69;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-btn1__txt {
    font-size: 1.4rem;
    padding: 9px 0 8px;
  }
}

/*
------------------------------------------------------------*/
.c-btn2 {
  width: 216px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    width: 231px;
  }
}
.c-btn2__txt {
  display: block;
  border: 1px solid #1e5d69;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  padding: 20px 30px;
  font-size: 1.6rem;
  line-height: 1;
  color: #1e5d69;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-btn2__txt {
    padding: 22px 30px;
  }
}
.c-btn2__txt::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #1e5d69;
  border-right: 1px solid #1e5d69;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-btn2__txt::after {
    right: 24px;
  }
}

.btn-back {
  width: 246px;
}

.btn-back .c-btn2__txt::after {
  left: 28px;
  right: auto;
  transform: rotate(-135deg);
  margin-top: -4px;
}

.btn-back .c-btn2__txt {
  padding-left: 50px;
}

/*
------------------------------------------------------------*/
.c-btn3 {
  width: 315px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn3 {
    width: 100%;
    max-width: 315px;
  }
}
.c-btn3__txt {
  width: 100%;
  display: block;
  background: #1e5d69;
  border: 1px solid #1e5d69;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  padding: 28px 40px;
  cursor: pointer;
}

.mw_wp_form .c-btn3__txt {
  padding: 0;
}
.mw_wp_form .c-btn3 input,
.mw_wp_form .c-btn3 button {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 25px 40px 25px 47px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-btn3__txt {
    padding: 22px 30px;
  }
  .mw_wp_form .c-btn3__txt {
    padding: 0;
  }
  .mw_wp_form .c-btn3 input,
  .mw_wp_form .c-btn3 button {
    padding: 22px 30px;
  }
}

.c-btn3__txt::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-btn3__txt::after {
    width: 8px;
    height: 8px;
    right: 24px;
  }
}
.c-btn3 span,
.c-btn3 input,
.c-btn3 button {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-btn3 span,
  .c-btn3 input,
  .c-btn3 button {
    font-size: 1.6rem;
  }
}

/*
------------------------------------------------------------*/
.c-groupBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-groupBtn {
    display: block;
  }
}
.c-groupBtn .c-btn3 {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-groupBtn .c-btn3 {
    margin: 0 auto 17px;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
  background: #e2f1f4;
  padding: 46px 0 52px;
  position: relative;
  margin: 0 0 33px;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    padding: 23px 0 26px;
    margin: 0 0 18px;
  }
  .c-title1 img {
    width: 205px;
  }
}
.c-title1:after {
  content: "";
  width: 100%;
  height: 43px;
  background-image: url(../img/line-02.png);
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: -33px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-title1:after {
    height: 22px;
    background-size: 750px auto;
    bottom: -18px;
  }
}

/*
------------------------------------------------------------*/
.c-title2 {
  text-align: center;
}
.c-title2__main {
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  letter-spacing: 16.5px;
  padding-left: 12px;
  font-family: "HelveticaLTStd", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-title2__main {
    font-size: 2.4rem;
    letter-spacing: 11px;
  }
}
.c-title2__sub {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 1px;
  margin: 3px 0 0;
}
@media screen and (max-width: 767px) {
  .c-title2__sub {
    margin: 5px 0 0;
  }
}
.c-title2--green .c-title2__main,
.c-title2--green .c-title2__sub {
  color: #7fb4be;
}

/*
------------------------------------------------------------*/
.c-title3__inner {
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .c-title3__inner {
    padding-left: 25px;
  }
}
.c-title3__inner::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #1e5d69;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-title3__inner::before {
    width: 15px;
    top: 10px;
  }
}

.c-title3__main {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #3f717a;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-title3__main {
    font-size: 1.8rem;
  }
}

.c-title3__sub {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: 1.8px;
  margin: 7px 0 0;
}
@media screen and (max-width: 767px) {
  .c-title3__sub {
    font-size: 1.4rem;
    margin: 3px 0 0;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-form__ttl {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #7fb4be;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.2px;
  margin: 0 0 22px;
}
@media screen and (max-width: 767px) {
  .c-form__ttl {
    font-size: 2rem;
  }
}

.c-form .c-text1 {
  margin: 0 0 34px;
}
@media screen and (max-width: 767px) {
  .c-form .c-text1 {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}

.c-form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  color: #000;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-form dl {
    display: block;
    margin-bottom: 15px;
  }
}

.c-form dt {
  width: 175px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 41px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .c-form dt {
    width: 100%;
    padding: 0 0 7px;
  }
}
.c-form dt span {
  color: #d14747;
  margin-left: 3px;
}

.c-form dd {
  width: calc(100% - 175px);
  padding: 29px 0;
}
@media screen and (max-width: 767px) {
  .c-form dd {
    width: 100%;
    padding: 0 0 15px;
  }
}

.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="number"],
.c-form textarea {
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="number"] {
  width: 407px;
  height: 45px;
  padding: 0 15px;
  font-size: 0.85em;
}
.c-form input[type="number"] {
  width: 80px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .c-form input[type="text"],
  .c-form input[type="email"],
  .c-form input[type="number"] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
  }
  .c-form input[type="number"] {
    width: 80px;
    padding-right: 5px;
  }
}
.c-form input[type="text"].is-full {
  width: 100%;
}

.c-form textarea {
  width: 100%;
  height: 220px;
  padding: 15px;
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .c-form textarea {
    height: 150px;
    padding: 10px;
  }
}

.c-form .c-box1 {
  margin: 44px 0 59px;
}
@media screen and (max-width: 767px) {
  .c-form .c-box1 {
    margin: 30px 0;
  }
}

.c-form .c-btn3 {
  margin: 0 auto;
}

.c-form .c-box1 .notes {
  padding: 20px;
  background: #f6f6f6;
}

/* -- List Number -- */

.list-num {
  margin: 20px 0;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  .list-num {
    font-size: 1.3em;
  }
}

.list-num ol {
  padding-left: 1.5em !important;
  font-size: 1em;
}

.list-num ol li {
  margin-bottom: 5px;
  list-style-type: decimal;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 1em;
}

.list-num ol li ul li {
  list-style: none;
}

.list-num ol li ol {
  padding-top: 2px;
}

/* -- Select box -- */

.c-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 20px;
  height: 48px;
  height: auto\9;
  margin-right: 5px;
  padding: 0;
  padding: 0 35px 0 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: url(../img/icn-select.png) no-repeat calc(100% - 12px) center;
  background-color: #fff;
  background-size: 8px 14px;
  font-size: 0.9em;
  color: #000;
}

/* Edge */
@supports (-ms-ime-align: auto) {
  .c-form select {
    background: url(../img/icn-select.png) no-repeat 93% center;
    background-size: 8px 12px;
  }
}

/* IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-form select {
    padding-right: 0;
    background: none;
    border: 1px solid #ccc;
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-form select {
    height: 40px;
  }
}

.c-form .txt-sm {
  display: block;
  padding: 20px 0 0;
  font-size: 0.9em;
}

.c-form input[type="checkbox"],
.c-form input[type="radio"] {
  margin: 18px 5px 18px 0;
  padding: 0;
  font-size: 1.2em;
  vertical-align: 1px;
}

.mwform-radio-field-text {
  padding-right: 10px;
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.92;
  color: #000;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .c-text1 {
    line-height: 1.65;
  }
}
.c-text1 span {
  color: #d14747;
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/

.p-language {
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-language {
    top: 10px;
    left: 15px;
  }
}

.p-language ul {
  display: flex;
}

.p-language li:not(:first-child) {
  margin-left: 10px;
}

.p-language a,
.p-language span {
  display: block;
  width: 132px;
  padding: 5px 0;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  font-size: 1.6rem;
  color: #7fb4be;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-language a,
  .p-language span {
    width: 84px;
    font-size: 1.3rem;
  }
}


.p-language .active span {
  background: #7fb4be;
  color: #fff;
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgSingle {
  text-align: center;
}
.c-imgSingle img {
  max-width: 100%;
  height: auto;
}

/*
------------------------------------------------------------*/
.c-imgtext {
  width: 880px;
  margin: 0 auto;
  padding-right: 47px;
}
@media screen and (max-width: 767px) {
  .c-imgtext {
    width: 100%;
    padding: 0;
  }
}
.c-imgtext__info {
  overflow: hidden;
  margin: 41px 0 0 44px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 69px;
}
.page .c-imgtext__info {
}
@media screen and (max-width: 767px) {
  .c-imgtext__info {
    margin: 15px 0 0 24px;
    padding: 0 0 25px;
  }
}
.c-imgtext__info p {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  letter-spacing: 1.6px;
  margin: 28px 0 28px 3px;
}
@media screen and (max-width: 767px) {
  .c-imgtext__info p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 15px 0;
  }
}
.c-imgtext__info p + p {
  margin: 28px 0 32px 3px;
}
@media screen and (max-width: 767px) {
  .c-imgtext__info p + p {
    margin: 15px 0;
  }
}
.c-imgtext__info p:last-child {
  margin-bottom: 0;
}
.c-imgtext__info a {
  color: #3f717a;
}
.c-imgtext .alignleft {
  max-width: 50%;
  height: auto;
  float: left;
  margin: 7px 37px 20px 6px;
}
@media screen and (max-width: 767px) {
  .c-imgtext .alignleft {
    max-width: 45%;
    margin: 5px 15px 10px 0;
  }
}
.c-imgtext .alignright {
  max-width: 50%;
  height: auto;
  float: right;
  margin: 7px 6px 20px 37px;
}
@media screen and (max-width: 767px) {
  .c-imgtext .alignright {
    max-width: 45%;
    margin: 5px 0 10px 15px;
  }
}
.c-imgtext .aligncenter {
  max-width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 41px auto 45px;
}
@media screen and (max-width: 767px) {
  .c-imgtext .aligncenter {
    margin: 15px auto;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  width: 928px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-list1 {
    width: 100%;
  }
}
.c-list1__item {
  width: 276px;
  border: 2px solid #fff;
  margin: 0 0 0 50px;
  padding: 54px 41px 69px;
}
@media screen and (max-width: 767px) {
  .c-list1__item {
    width: 100%;
    margin: 0 0 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 1px;
    padding: 26px 24px 19px;
  }
}
.c-list1__item:nth-of-type(3n + 1) {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-list1__item:nth-of-type(3n + 1) {
    margin: 0 0 14px;
  }
}
.c-list1__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-list1__img {
    width: 24.73%;
    max-width: 100px;
    display: block;
  }
}
.c-list1__img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-list1__img img {
    width: 100%;
  }
}
.c-list1__info {
  margin: 19px 0 0;
}
@media screen and (max-width: 767px) {
  .c-list1__info {
    width: 69%;
    margin: 0 0 0 6%;
  }
}
.c-list1__ttl {
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #7fb4be;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 0 7px;
}
@media screen and (max-width: 767px) {
  .c-list1__ttl {
    font-size: 1.6rem;
    padding: 10px 5px 5px 0;
    max-width: 90%;
    letter-spacing: 1px;
  }
}
.c-list1__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin: 21px 0 0;
}
@media screen and (max-width: 767px) {
  .c-list1__txt {
    line-height: 1.25;
    text-align: left;
    margin: 15px 0 0 3px;
  }
}

/*
------------------------------------------------------------*/
.c-list2 {
  width: 865px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-list2 {
    width: 100%;
  }
}
.c-list2__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 0 0 7px;
  margin: 0 0 26px;
}
@media screen and (max-width: 767px) {
  .c-list2__item {
    padding: 0 0 9px;
    margin: 0 0 16px;
  }
}
.c-list2__item:last-of-type {
  margin: 0;
}
.c-list2__date {
  width: 102px;
  text-align: center;
  padding: 2px 0 0;
}
@media screen and (max-width: 767px) {
  .c-list2__date {
    width: 100%;
    text-align: left;
  }
}
.c-list2__info {
  width: calc(100% - 146px);
}
@media screen and (max-width: 767px) {
  .c-list2__info {
    width: 100%;
    margin: 5px 0 0;
  }
}
.c-list2__txt1 {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .c-list2__txt1 {
    line-height: 1;
    letter-spacing: 1.6px;
  }
}
.c-list2__txt2 {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #3f717a;
  text-decoration: none;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .c-list2__txt2 {
    line-height: 1.5;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-table1 dl {
    display: block;
    line-height: 1.65;
  }
}

.c-table1 dt {
  width: 244px;
  background: #7fb4be;
  border-right: 2px solid #e2f1f4;
  border-bottom: 2px solid #e2f1f4;
  font-weight: bold;
  color: #fff;
  padding: 25px 0 0 19px;
  letter-spacing: 3.3px;
}
@media screen and (max-width: 767px) {
  .c-table1 dt {
    width: 100%;
    border-right: 1px solid #e2f1f4;
    border-left: 1px solid #e2f1f4;
    font-size: 1.8rem;
    padding: 10px 8px 9px;
    letter-spacing: 1.2px;
  }
}

.c-table1 dd {
  width: calc(100% - 249px);
  background: #fff;
  color: #000;
  padding: 26px 0 22px 39px;
  letter-spacing: 1.6px;
  border-bottom: 1px solid #e2f1f4;
}
@media screen and (max-width: 767px) {
  .c-table1 dd {
    width: 100%;
    font-size: 1.6rem;
    padding: 13px 15px 14px;
  }
}

.c-table1 .pd dt {
  border-top: 1px solid #e2f1f4;
}
@media screen and (max-width: 767px) {
  .c-table1 .pd dt {
    border-top: none;
  }
}

.c-table1 .pd dd {
  padding: 32px 0 37px 39px;
}
@media screen and (max-width: 767px) {
  .c-table1 .pd dd {
    padding: 16px 13px 28px;
  }
}

.c-table1 .title {
  font-weight: bold;
  display: block;
  color: #3f717a;
  margin-top: 28px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .c-table1 .title {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-table1 .text {
    margin-bottom: 26px;
  }
}

.c-table1 .text2 {
  padding-left: 53px;
}
@media screen and (max-width: 767px) {
  .c-table1 .text2 {
    padding-left: 0;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .c-table1 p:last-of-type {
    margin-bottom: 0;
  }
}

/*
------------------------------------------------------------*/
.c-table2 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  color: #000;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1.6px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .c-table2 dl {
    display: block;
    letter-spacing: 1.7px;
    line-height: 1.7;
    padding-bottom: 6px;
  }
}

.c-table2 dt {
  width: 126px;
  padding: 24px 1px 5px;
}
@media screen and (max-width: 767px) {
  .c-table2 dt {
    width: 100%;
    font-weight: bold;
    padding: 14px 0 0;
    line-height: 1.6;
  }
}

.c-table2 dd {
  width: calc(100% - 126px);
  padding: 22px 0 9px;
}
@media screen and (max-width: 767px) {
  .c-table2 dd {
    width: 100%;
    padding: 0;
  }
}

.c-table2 a {
  color: #3f717a;
  display: inline-block;
}
.c-table2 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-table2 a {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-table2 .pd {
    margin-bottom: 9px;
  }
}

.c-table2 .pd dt {
  padding: 27px 1px 7px;
}
@media screen and (max-width: 767px) {
  .c-table2 .pd dt {
    padding: 15px 0 2px;
  }
}

.c-table2 .pd dd {
  padding: 25px 0 12px;
}
@media screen and (max-width: 767px) {
  .c-table2 .pd dd {
    padding: 0;
  }
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
slide
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-slide1 img {
    width: 300px;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mainvisual {
  opacity: 1 !important;
  -webkit-animation: none;
  animation: none;
  position: relative;
}

.c-mainvisual .c-mainvisual__slide {
  opacity: 0;
}

.c-mainvisual.active .c-mainvisual__slide {
  -webkit-animation: opa1 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 forwards;
  animation: opa1 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 forwards;
}

/* ---- Loader ---- */

.c-mainvisual:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin: -25px auto 0;
  border-radius: 50%;
  border-top: 2px solid rgba(127, 180, 190, 0.3);
  border-right: 2px solid rgba(127, 180, 190, 0.3);
  border-bottom: 2px solid rgba(127, 180, 190, 0.3);
  border-left: 2px solid rgba(127, 180, 190, 0.8);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  content: "";
}

@media screen and (max-width: 767px) {
  .c-mainvisual:after {
    width: 30px;
    height: 30px;
  }
}

.c-mainvisual.active:after {
  display: none;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-mainvisual__info {
  text-align: center;
  width: 600px;
  position: absolute;
  top: 31.7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__info {
    top: 23.2%;
    width: 100%;
  }
}
.c-mainvisual__logo {
  opacity: 0;
  margin-bottom: 42px;
}
.c-mainvisual.active .c-mainvisual__logo {
  -webkit-animation: opa1 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s 1 forwards;
  animation: opa1 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s 1 forwards;
}

@media screen and (max-width: 767px) {
  .c-mainvisual__logo {
    margin-bottom: 21px;
  }
  .c-mainvisual__logo img {
    width: 292px;
  }
}
.c-mainvisual__text {
  opacity: 0;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3.8px;
  margin-bottom: 26px;
}
.c-mainvisual.active .c-mainvisual__text {
  -webkit-animation: opa1 1s cubic-bezier(0.22, 0.61, 0.36, 1) 1.5s 1 forwards;
  animation: opa1 1s cubic-bezier(0.22, 0.61, 0.36, 1) 1.5s 1 forwards;
}

@media screen and (max-width: 767px) {
  .c-mainvisual__text {
    font-size: 1.1rem;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
  }
}
.c-mainvisual__icon {
  opacity: 0;
}

.c-mainvisual.active .c-mainvisual__icon {
  -webkit-animation: opa1 1s cubic-bezier(0.22, 0.61, 0.36, 1) 2s 1 forwards;
  animation: opa1 1s cubic-bezier(0.22, 0.61, 0.36, 1) 2s 1 forwards;
}

.c-mainvisual__icon a {
  display: inline-block;
  cursor: pointer;
}

.c-mainvisual__icon a:not(:first-child) {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual__icon img {
    width: 48px;
  }
}
.c-mainvisual__slide {
  position: relative;
}

.c-mainvisual__slide:after {
  content: "";
  width: 100%;
  height: 43px;
  background-image: url(../img/line-01.png);
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: -13px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__slide:after {
    background-image: url(../img/line-01_sp.png);
    height: 22px;
    bottom: -1px;
    background-size: 375px 22px;
  }
}
.c-mainvisual__slide .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__slide .slick-dots {
    bottom: 21px;
  }
}
.c-mainvisual__slide .slick-dots button {
  display: none;
}
.c-mainvisual__slide .slick-dots li {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 50px;
  margin: 0 7px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__slide .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 3px;
  }
}
.c-mainvisual__slide .slick-dots li.slick-active {
  background: #7fb4be;
}
.c-mainvisual__item img {
  width: 100%;
  height: auto;
}

.c-mainvisual__slide .c-mainvisual__item {
  display: none;
}

.c-mainvisual__slide .c-mainvisual__item:first-child {
  display: block;
}

.c-mainvisual__slide.slick-slider .c-mainvisual__item {
  display: block;
}

/*
------------------------------------------------------------*/
.c-reservation {
  width: 171px;
  height: 171px;
  border-radius: 100px;
  overflow: hidden;
  position: fixed;
  top: 53px;
  right: 38px;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .c-reservation {
      width: 100%;
      height: 67px;
      top: auto;
      bottom: 0;
      right: 0;
      border-radius: 0; } }
  .c-reservation a {

    transition: background .3s cubic-bezier(0.22, 0.61, 0.36, 1);
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    height: 100%;
    background: #fcad15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 9px; }
    @media screen and (max-width: 767px) {
      .c-reservation a {
        border-radius: 0;
        padding: 0 20px; }
        .c-reservation a img {
          width: 330px; } }

  .c-reservation a:hover {
    opacity: 1;
    background: #efa310;
  }

/*
------------------------------------------------------------*/
.c-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .c-news {
    padding: 0 0 17px;
  }
}
.c-news__title {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #205f6b;
  font-weight: bold;
  letter-spacing: 1.8px;
  padding: 7px 0 0 2px;
  font-family: "HelveticaLTStd-Bold";
}
@media screen and (max-width: 767px) {
  .c-news__title {
    padding: 0;
    letter-spacing: 1.6px;
  }
}
.c-news__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 2px 20px 0 53px;
}
@media screen and (max-width: 767px) {
  .c-news__info {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin: 0 0 11px;
  }
}
.c-news__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #3f717a;
  text-decoration: none;
  letter-spacing: 1.4px;
}

/*
------------------------------------------------------------*/

.c-info1 {
  padding-top: 60px;
}

.c-info1__ttl {
  font-size: 3rem;
  line-height: 1.85;
  color: #4b9aa9;
  text-align: center;
  font-weight: normal;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .c-info1__ttl {
    font-size: 2.4rem;
    line-height: 1.78;
    letter-spacing: 2.4px;
  }
}

.c-info1__txt {
  font-size: 1.8rem;
  line-height: 2;
  color: #000;
  letter-spacing: 1.9px;
  margin: 38px 0 -2px;
}
@media screen and (max-width: 767px) {
  .c-info1__txt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 1.7px;
    margin: 21px 0 28px;
  }
}

.c-info1 .c-imgSingle {
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .c-info1 .c-imgSingle {
    width: calc(100% + 50px);
    margin: 34px 0 0 -25px;
  }
}
.c-info1 .c-imgSingle img {
  width: 100%;
}

.c-info1__att {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  background: #f5f5f5;
  letter-spacing: 1.9px;
  margin: 38px 0 -2px;
  padding: 25px 30px;
}



/*
------------------------------------------------------------*/
.c-info2 {
  background: #fff;
  width: 100%;
  padding: 29px 0 19px;
  text-align: center;
  border: 1px solid #bfd9df;
}
.c-info2__text {
  font-size: 1.6rem;
  color: #7fb4be;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.c-info2__text2 {
  font-size: 1.4rem;
  color: #1e5d69;
  letter-spacing: 2px;
  line-height: 1.5em;
}
.c-info2__phone {
  font-size: 4rem;
  color: #1e5d69;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1;
  font-family: "HelveticaLTStd";
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .c-info2__phone {
    font-size: 3rem;
  }
}
.c-info2__phone a {
  text-decoration: none;
  color: #1e5d69;
  white-space: nowrap;
}

/*
------------------------------------------------------------*/
.c-flow {
  width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-flow {
    width: 100%;
  }
}
.c-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 0 28px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c-flow__item {
    padding: 0 0 24px;
    margin: 0 0 28px;
  }
}
.c-flow__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 17px 0 17px;
  border-color: #7fb3be transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .c-flow__item::after {
    border-width: 8px 10.75px 0 10.75px;
  }
}
.c-flow__item:last-of-type {
  padding: 0;
  margin: 0;
}
.c-flow__item:last-of-type::after {
  display: none;
}
.c-flow__number {
  width: 64px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-flow__number {
    width: 100%;
  }
}
.c-flow__info {
  width: calc(100% - 100px);
  margin-top: -5px;
  padding: 0 28px 0 0;
}

@media screen and (max-width: 767px) {
  .c-flow__info {
    width: 100%;
    padding: 0;
    margin: 13px 0 0;
  }
}

.c-flow__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #7fb4be;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-flow__title {
    font-size: 1.6rem;
  }
}

.c-flow__txt1 {
  font-size: 5.4rem;
  line-height: 1;
  color: #7fb4be;
  font-family: "HelveticaLTStd-LightCond";
}
@media screen and (max-width: 767px) {
  .c-flow__txt1 {
    font-size: 4.1rem;
  }
}
.c-flow__txt2 {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .c-flow__txt2 {
    line-height: 1.65;
  }
}
.c-flow__txt2 + .c-flow__txt2 {
  margin: 28px 0 8px;
}
@media screen and (max-width: 767px) {
  .c-flow__txt2 + .c-flow__txt2 {
    margin: 25px 0 16px;
  }
}
.c-flow__txt2 a {
  color: #3f717a;
}
.c-flow__txt2 a:hover {
  text-decoration: none;
}

/*
------------------------------------------------------------*/
.c-iframe iframe {
  width: 400px;
  height: 470px;
}
@media screen and (max-width: 767px) {
  .c-iframe iframe {
    width: 275px;
    height: 316px;
  }
}

@media screen and (max-width: 767px) {
  .c-iframe {
    text-align: center;
  }
}

/*
------------------------------------------------------------*/
.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  display: block;
  width: 47px;
  height: 47px;
  border: 1px solid #1e5d69;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 41px;
  color: #1e5d69;
  text-decoration: none;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    font-size: 1.5rem;
    line-height: 25px;
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }
}
.pagination .wp-pagenavi .current,
.pagination .wp-pagenavi a:hover {
  border-color: #1e5d69;
  background: #1e5d69;
  color: #fff;
}
.pagination .wp-pagenavi .next,
.pagination .wp-pagenavi .previous {
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .pagination .wp-pagenavi .next,
  .pagination .wp-pagenavi .previous {
    line-height: 27px;
  }
}

/*
------------------------------------------------------------*/
.c-box1 {
  width: 100%;
  height: 226px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  padding: 27px 30px;
}
@media screen and (max-width: 767px) {
  .c-box1 {
    padding: 15px;
  }
}
.c-box1 p {
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 1.6px;
  line-height: 2;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .c-box1 p {
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
.c-box1 .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-box1 .title {
    margin-bottom: 3px;
  }
}

#scrollbar::-webkit-scrollbar {
  width: 8px;
}

#scrollbar::-webkit-scrollbar-track {
  background: #f2f1f1;
}

#scrollbar::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #a9a8a8;
}

/*------------------------------------------------------------
page contact
------------------------------------------------------------*/
.p-contact {
  padding: 0 0 103px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 0 0 50px;
  }
}
.p-contact__wrap {
  width: 788px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    width: 100%;
  }
}
.p-contact .c-title2 {
  margin: 31px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-contact .c-title2 {
    margin: 20px 0 20px;
  }
}
.p-contact .c-info2 {
  margin: 25px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-contact .c-info2 {
    margin: 20px 0 40px;
  }
}

.mw_wp_form_preview .c-form dt,
.mw_wp_form_preview .c-form dd {
  padding: 29px 0;
}

.mw_wp_form .error {
  display: block !important;
  padding-top: 10px !important;
  color: #d14747 !important;
}

.mw_wp_form_preview .c-form .c-box1 {
  display: none;
}

.mw_wp_form_preview .c-form .c-btn3 {
  margin-top: 60px;
}

.mw_wp_form_complete {
  font-size: 1.6em;
  line-height: 1.8;
}

.mw_wp_form_complete .c-info2__text {
  font-size: 2.2rem;
  text-align: center;
  margin: 80px 0 30px;
}

.mw_wp_form_complete .btn-back {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_complete {
    font-size: 1.4em;
    line-height: 1.65;
  }
  .mw_wp_form_complete .c-info2__text {
    font-size: 1.8rem;
    text-align: center;
    margin: 50px 0 30px;
  }

  .mw_wp_form_complete .btn-back {
    margin-top: 40px;
  }
}

/*------------------------------------------------------------
page top
------------------------------------------------------------*/
.p-top1 {
  padding: 33px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top1 {
    padding: 26px 0 24px;
  }
}
.p-top1 .c-news {
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .p-top1 .c-news {
    margin-bottom: 43px;
  }
}

.p-top2 {
  position: relative;
  background: #7fb4be;
  padding: 106px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top2 {
    padding: 50px 0 0;
  }
}
.p-top2 .c-title2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-top2 .c-title2 {
    margin-bottom: 23px;
  }
}

.p-top2 .c-info1 {
  padding: 0 0 90px;
}

.p-top2 .c-info1__txt {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top2 .c-info1__txt {
    text-align: left;
  }
}

/* .p-top2 .c-list1 li {
  opacity: 0;
}

.p-top2 .c-list1.effect li {
  animation: animeService 1s cubic-bezier(0.22, 0.61, 0.36, 1) 2s 1 forwards;
  transform: translate(0, 40px);
}

@keyframes animeService {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.p-top2 .c-list1.effect li:nth-child(1) {
  animation-delay: 0.3s;
}

.p-top2 .c-list1.effect li:nth-child(2) {
  animation-delay: 0.5s;
}

.p-top2 .c-list1.effect li:nth-child(3) {
  animation-delay: 0.7s;
} */

.p-top3 {
  padding: 105px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top3 {
    padding: 70px 0 0;
  }
}
.p-top3 .c-title2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-top3 .c-title2 {
    margin-bottom: 28px;
  }
}
.p-top3 .c-info1 {
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .p-top3 .c-info1 {
    margin-bottom: 36px;
  }
}
.p-top3 .c-info1__txt {
  margin: 0 0 36px;
}
@media screen and (max-width: 767px) {
  .p-top3 .c-info1__txt {
    margin: 0 0 29px;
  }
}
.p-top3 .c-slide1 {
  margin-top: 60px;
}

.p-top4 {
  background: #e2f1f4;
  padding: 109px 0 84px;
}
@media screen and (max-width: 767px) {
  .p-top4 {
    padding: 59px 0 53px;
  }
}
.p-top4 .c-title2 {
  margin-bottom: 61px;
}
.p-top4 .c-title2__main {
  color: #3f717a;
}
.p-top4 .c-title2__sub {
  color: #3f717a;
}
@media screen and (max-width: 767px) {
  .p-top4 .c-title2 {
    margin-bottom: 15px;
  }
}

.p-top5 {
  padding: 116px 0 79px;
}
@media screen and (max-width: 767px) {
  .p-top5 {
    padding: 42px 0 37px;
  }
}
.p-top5 .c-title2 {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-top5 .c-title2 {
    margin-bottom: 20px;
  }
}

.p-top6 {
  background: #e2f1f4;
  padding: 75px 0 85px;
}
@media screen and (max-width: 767px) {
  .p-top6 {
    padding: 52px 0 43px;
  }
}
.p-top6__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top6__inner {
    display: block;
  }
}
.p-top6__left {
  animation-delay: 0.2s, 0.2s !important;
  width: 518px;
}
@media screen and (max-width: 767px) {
  .p-top6__left {
    width: 100%;
    margin-bottom: 64px;
    animation-delay: 0s, 0s !important;
  }
}
.p-top6__right {
  animation-delay: 0.6s, 0.6s !important;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-top6__right {
    width: 100%;
    animation-delay: 0s, 0s !important;
  }
}
.p-top6__title {
  font-size: 3rem;
  color: #3f717a;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 2px 0 0 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-top6__title {
    font-size: 2.4rem;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-top6__title2 {
  font-size: 3rem;
  color: #3f717a;
  font-weight: normal;
  letter-spacing: 14px;
  font-family: "HelveticaLTStd";
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-top6__title2 {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 17px;
  }
}

.p-top7 {
  padding: 114px 0 101px;
}
@media screen and (max-width: 767px) {
  .p-top7 {
    padding: 55px 0 59px;
  }
}
.p-top7 .c-title2 {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .p-top7 .c-title2 {
    margin-bottom: 20px;
  }
}
.p-top7 .c-list2 {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-top7 .c-list2 {
    margin-bottom: 35px;
  }
}

.c-txt-tel {
  margin-top: 0.5em;
  font-size: 13px;
  line-height: 1.5em;
}

/*------------------------------------------------------------
page info
------------------------------------------------------------*/
.p-info {
  padding: 0 0 115px;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 0 0 50px;
  }
}
.p-info .c-title2 {
  margin: 31px 0 96px;
}
@media screen and (max-width: 767px) {
  .p-info .c-title2 {
    margin: 20px 0 30px;
  }
}
.p-info .c-imgtext {
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .p-info .c-imgtext {
    margin: 0 auto 40px;
  }
}

/*------------------------------------------------------------
Plugin
------------------------------------------------------------*/
.p-contact .monthly-calendar {
  font-size: 1.5em;
  margin-bottom: 50px;
}

.p-contact .monthly-calendar table {
  width: 100%;
  margin-bottom: 14px;
  border-collapse: collapse;
}

.p-contact .monthly-calendar caption {
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  font-size: 1.4em;
  color: #7fb4be;
}

.p-contact .day-box.no-day {
  background: none;
}

.p-contact .monthly-calendar th,
.p-contact .monthly-calendar td {
  border: 1px solid #7fb4be;
}

.p-contact .monthly-calendar th {
  padding: 10px;
  background-color: #7fb4be;
  color: #fff;
}

.p-contact .day-number {
  padding: 10px;
  padding-bottom: 0;
}

.p-contact .calendar-mark {
  padding: 10px;
  color: #555;
}

.p-contact .monthly-prev-next a,
.p-contact .monthly-prev-next span {
  padding: 8px 20px;
  background: #7fb4be;
  border-radius: 20px;
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
}

.p-contact .monthly-prev-next span {
  background: #bbb;
}

.p-contact .monthly-prev-next .monthly-next {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-contact .monthly-calendar td {
    padding: 0;
  }
}


/*------------------------------------------------------------
En
------------------------------------------------------------*/

.p-top6.en .p-top6__left {
  width: 590px;
}

.p-top6.en .c-table2 dt {
  width: 180px;
}

.p-top6.en .c-table2 dd {
  width: calc(100% - 180px);
}

@media screen and (max-width: 767px) {
  .p-top6.en .p-top6__left {
    width: 100%;
  }
    .p-top6.en .c-table2 dt {
    width: 100%;
  }

  .p-top6.en .c-table2 dd {
    width: 100%;
  }
  
}
@media screen and (max-width: 767px) {
  .c-reservation.en a img {
    width: 70%;
  }
}
