@charset "UTF-8";
/*---font------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Overpass:100,100i,200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}


/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.08em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 400;
  background-size: 103.3%;
  letter-spacing: 0.1em;
}

a {
  color: #383940;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

a:hover {
  opacity: 0.7;
  color: #383940;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/* inner  */

.scInr {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.scInrS {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.scInrSS {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.scInrW {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}


/* font selected  */

.en {
  font-family: 'Overpass', sans-serif;
}

/* color */

.col_b {
  color: #16b7f5 !important;
}

.col_g {
  color: #f0bc4b !important;
}

/* background */

.bg_01 {
  background-color: #fcfaf6 !important;
}

.bg_b {
  background-color: #16b7f5 !important;
}

.bg_g {
  background-color: #f0bc4b !important;
}

.bg_lp {
  background-color: #fffbfb !important;
}

.bg_lb {
  background-color: #f4fcff !important;
}

.bg_lg {
  background-color: #fffcf2 !important;
}



/* line */

.line_b {
  border: 1px solid #16b7f5 !important;
}

.line_g {
  border: 1px solid #f0bc4b !important;
}


/* 全ページ共通パーツ */

/* all */

section {
  padding: 80px 0;
  margin: 0 auto;
}

#section01 .form_contact {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2%;
}


@media screen and (max-width: 800px) {
  #section01 .form_contact {
    font-size: 15px;
    margin-bottom: 3%;
  }
}


/* btn */

.btn {
  display: inline-block;
}

.btn a {
  background: #2f8aed;
  color: #fff;
  font-size: 20px;
  padding: 12px 12px 12px 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 1px solid #2f8aed;
}

.btn a:hover {
  background: #fff;
  color: #2f8aed;
  opacity: 1;
  border: 1px solid #2f8aed;
}

.btn.white a {
  background: #fff;
  color: #2f8aed;
  font-size: 20px;
  padding: 12px 12px 12px 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.btn.white a:hover {
  background: #2f8aed;
  color: #fff;
  opacity: 1;
}

.btnWrap {
  text-align: center;
}

.btn span {
  display: inline-block;
  margin-left: 30px;
  width: 40px;
}

/* btn-contact */
.btn_contact {
  width: 65%;
  margin: 20px 0 0 0;
  display: inline-block;

}

@media screen and (max-width: 800px) { 
  .btn_contact {
    width: 72%;
    margin: 0 auto;
    display: block;
  }
}

.btn-contact a {
  background: #2f8aed;
  color: #fff;
  font-size: 20px;
  padding: 12px 12px 12px 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 1px solid #2f8aed;
}

/* 下三角矢印 ▼ */

.arrow01 {
  position: relative;
  padding-left: 22px;
}

.arrow01::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -9px;
  margin-left: 10px;
}

.arrow01::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 6px;
  margin-top: -1.6px;
  margin-left: 10px;
}


/* slider  */

.slick-prev:before,
.slick-next:before {
  font-family: none !important;
  font-size: none !important;
  line-height: 1 !important;
  opacity: .75 !important;
  color: none !important;
  -webkit-font-smoothing: none !important;
  -moz-osx-font-smoothing: none !important;
}

.slick-prev:before {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(/home/pc/common/cmn_js/slick/slick-prev.png)no-repeat;
  background-size: contain;
}

.slick-next:before {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(/home/pc/common/cmn_js/slick/slick-next.png)no-repeat;
  background-size: contain;
}


/* slider */

.slick-slide {
  padding: 0 25px !important;
}

.slick-prev {
  left: calc((100vw - 684px) / 2) !important;
  /*left: 15px;*/
  z-index: 100 !important;
}

.slick-next {
  right: calc((100vw - 684px) / 2) !important;
  /*right: 15px;*/
  z-index: 99 !important;
  opacity: 1 !important;
}

.slick-next:before {
  content: '' !important;
  opacity: 1 !important;
}

.slick-prev:before {
  content: '' !important;
  opacity: 1 !important;
}

.slick-dots {
  bottom: -45px !important;
}

.slider .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.slider .wrap .txtBox {
  margin: 5px 0 15px;
  width: 100%;
}

.slider .wrap .txtBox .title {
  color: #165686;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1;
  margin: 0 0 5px 0;
}

.slider .wrap .txtBox .title span {
  color: #165686;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1;
  margin: 0 0 0 5px;
}

.slider .wrap .txtBox .txt {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1;
}

.slider .wrap .btn a {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 8px 14px;
  line-height: 1;
  margin: 0;
}

/* mv_sub */

.mv_sub {
  /*  background: linear-gradient(#2f8aed, #ef787e);*/
  background: url(/menuandprice/images/mv.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 200px;
  position: relative;
}

.mv_sub h2 {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 130%;
  text-align: right;
  color: #2f8aed;
  display: block;
  width: 100%;
}

/* お問い合わせ */

body.page_contact .contact_cont {
  margin: 70px 0;
  padding: 0 15px;
}

body.page_contact #naiyou {
  font-family: inherit;
}

body.page_contact .txt_thanks + .txt_thanks {
  margin-top: 1em;
}

body.page_contact .qs_wrap__btn button {
  cursor: pointer;
}

body.page_contact .qs_wrap__btn .back {
  background-color: #999;
}

@media screen and (max-width: 800px) {

  .mv_sub {
    /* background: linear-gradient(#2f8aed, #ef787e); */
    background: url(/menuandprice/images/mv.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding-top: 150px;
    position: relative;
  }

  .mv_sub h2 {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 130%;
  text-align: center;
  color: #2f8aed;
  display: block;
  width: 100%;
	  text-shadow:1px 1px 1px white,-1px 1px 0px white,1px -1px 0px white,-1px -1px 0px white;
  }

  /* お問い合わせ */
  body.page_contact .contact_cont {
    margin: 30px 0;
  }

}


/* plan */

#plan h2 {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: left;
}

#plan h2::before {
  content: '';
  width: 35px;
  height: 1px;
  margin: 0 auto 15px;
  background-color: #e4e4e4;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  margin-right: 5px;
}

#plan .list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#plan .list ul li {
  position: relative;
  width: 30%;
  margin: 0 30px 60px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 #f3f3f3;
  -moz-box-shadow: 0 0 15px 0 #f3f3f3;
  box-shadow: 0 0 15px 0 #f3f3f3;
  padding: 35px 0;
}

#plan .list ul li:hover {
  position: relative;
  /*  background-color: rgba(0, 0, 0, 0.3);*/
  background-color: #fffbfb;
}

#plan .list ul li h3.title {
  color: #2f8aed;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#plan .list ul li h3.title::before {
  content: '';
  background: linear-gradient(#2f8aed, #ef757b);
  width: 8px;
  height: 25px;
  display: inline-block;
  margin-right: 8px;
}

#plan .list ul li .box {
  padding: 20px 25px;
}

#plan .list ul li .btnImg {
  position: absolute;
  bottom: -30px;
  right: 15px;
  width: 55px;
  display: inline-block;
}

#plan .list ul li .btnImg img {
  width: 100%;
}

#plan .list ul li .btnImg a:hover {
  opacity: 1;
}

#plan .list ul li .txt {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}


/* mainPlan */


section#mainPlan {
  padding: 0;
}

section#mainPlan .contents ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

section#mainPlan .contents ul li {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 17%;
  margin: 0;
  padding: 17% 0 0 0;
  text-shadow: 0px 0px 5px #16b7f5;
  border-right: 2px solid #fff;
  background-color:#e7f8fe;
}

section#mainPlan .contents ul li:last-child {
  border-right: none;
}

section#mainPlan .contents ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(20, 127,168, 0.4);
  width: 100%;
  height: 100%;
}

section#mainPlan .contents ul li:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(22, 183, 245, 0.4);
  width: 100%;
  height: 100%;
}

section#mainPlan .contents ul li:nth-child(1) {
  background: url(../../images/service_01.png) center center no-repeat;
  background-size: contain;
  background-color: #e7f8fe;
}

section#mainPlan .contents ul li:nth-child(2) {
  background: url(../../images/service_02.png) center center no-repeat;
  background-size: contain;
  background-color: #e7f8fe;
}

section#mainPlan .contents ul li:nth-child(3) {
  background: url(../../images/service_03.png) center center no-repeat;
  background-size: contain;
  background-color: #e7f8fe;
}

section#mainPlan .contents ul li:nth-child(4) {
  background: url(../../images/service_04.png) center center no-repeat;
  background-size: contain;
  background-color:#e7f8fe;
}

section#mainPlan .contents ul li:nth-child(5) {
  background: url(../../images/service_05.png) center center no-repeat;
  background-size: contain;
  background-color: #e7f8fe;
}

section#mainPlan .contents ul li:nth-child(6) {
  background: url(../../images/service_06.png) center center no-repeat;
  background-size: contain;
  background-color: #e7f8fe;
}

section#mainPlan .contents ul li span.title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
}


/* table */


.tableBox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tableBox table {
  table-layout: fixed;
}

.tableBox th,
.tableBox td {
  vertical-align: middle;
}

.tableBox:last-child {
  margin-bottom: 0;
}

.tableBox table tr {
  border: 1px solid #cbd6df;
}

.tableBox table th {
  color: #2f8aed;
  background: #fff1f2;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-right: 1px solid #cbd6df;
}

.tableBox table td {
  background: #fff;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.15em;
  border-right: 1px solid #cbd6df;
}

.tableBoxFree table {
  table-layout: auto;
}




/* all */

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_left {
  text-align: left !important;
}

section {
  padding: 50px 0;
}

.circleNmb {
  font-size: 18px;
  letter-spacing: 0;
  color: #fff;
  background-color: #2f8aed;
  font-weight: 600;
  text-align: center;
  border-radius: 40px;
  vertical-align: middle;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}


/* btn */

.btn {
  display: inline-block;
}

.btn a {
  background: #2f8aed;
  color: #fff;
  font-size: 20px;
  padding: 12px 12px 12px 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 1px solid #2f8aed;
}

.btn a:hover {
  background: #fff;
  color: #2f8aed;
  opacity: 1;
  border: 1px solid #2f8aed;
}

.btn.white a {
  background: #fff;
  color: #2f8aed;
  font-size: 20px;
  padding: 12px 12px 12px 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.btn.white a:hover {
  background: #2f8aed;
  color: #fff;
  opacity: 1;
}

.btnWrap {
  text-align: center;
}

.btnWrap .btn_contact {
  width: 40.5%;
}

.btn span {
  display: inline-block;
  margin-left: 30px;
  width: 40px;
}

.btn.center {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .btn.white a {
    font-size: 16px;
    padding: 10px 12px 10px 20px;
  }

  .btnWrap .btn_contact {
    width: 83.5%;
  }
}

/* contact */

section#contact {
  padding: 50px 0 40px;
  background: #fff1f2;
}

.wrap {
  text-align: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 30px;
}

.wrap p.title {
  color: #2f8aed;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}

.wrap .contents {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap .contents .telBox {
  margin: 0 20px 0 0;
}

.wrap .contents .btn_contact {
  width: 28%;
  margin: 0;
}

.wrap .contents .telBox a {
  font-size: 44px;
  font-weight: 800;
}

.wrap .contents .telBox p.info {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}


/* title */

section h2 {
  font-weight: 200;
  font-style: italic;
  color: #5c5b5b;
  font-size: 46px;
  margin-bottom: 35px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

section h2::before {
  content: '';
  width: 1px;
  height: 35px;
  margin: 0 auto 15px;
  background-color: #e4e4e4;
  display: block;
  text-align: center;
}

section h2.titleSub {
  font-weight: 200;
  font-style: italic;
  color: #5c5b5b;
  font-size: 36px;
  margin-bottom: 35px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

section h2 span {
  display: block;
  font-weight: bold;
  font-style: normal;
  color: #2f8aed;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 15px;
  text-align: center;
}

section h4.text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 2.2;
  margin-bottom: 50px;
}

/* ancBox */

.ancBox ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.ancBox ul li {
  min-width: 23%;
  margin-right: 15px;
}

.ancBox ul li .ancBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  background: #fff;
  border: 1px solid #2f8aed;
  border-radius: 50px;
  text-align: center;
  color: #2f8aed;
}

.ancBox ul li a:hover .ancBox {
  background: #2f8aed;
  color: #fff;
}

.ancBox ul li .txtBox .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.ancBox span.arrowImg {
  width: 18px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
}

.ancBox span.arrowImg img {
  width: 100%;
}


/* color */

.col_r {
  color: #2f8aed !important;
}

.col_w {
  color: #fff !important;
}

.marker01 {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
}


@media screen and (max-width: 800px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}

@media screen and (min-width: 799px) {
  .pc_only {
    display: block !important;
  }

  .sp_only {
    display: none !important;
  }
}



/* animate */

.effect_bg,
.fade_in,
.fade_logo,
.fade_up {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-slow {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-block-one {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeLogo {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeLogo {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeLogo {
  -webkit-animation-name: fadeLogo;
  animation-name: fadeLogo;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fade01 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade01 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fade01 {
  -webkit-animation-name: fade01;
  animation-name: fade01;
}

/* layout
---------------------------------------------------------------------------------------*/
main {
  display: block;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #f1f1f1), color-stop(0.5, transparent), to(transparent));
  -webkit-background-size: 200px;
  background-position: center;
}

@media screen and (max-width: 800px) {
  main {
    width: 100%;
    font-size: 1.4rem;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #f1f1f1), color-stop(0.5, transparent), to(transparent));
    -webkit-background-size: 160px;
    background-position: center;
  }
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 800px) {
  .container {
    width: 100%;
  }
}

.container_min {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .container_min {
    width: 100%;
  }
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}


/* header */

/* pc */

.mdSpan {
  position: relative;
}

.mdSpan i {
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  margin-top: -190px;
  padding-top: 190px;
}


@media screen and (max-width: 800px) {

  /* sp */

  .mdSpan {
    position: relative;
  }

  .mdSpan i {
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
    margin-top: -52px;
    padding-top: 52px;
  }

}

/* PC */

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
}

.nav_top {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  padding: 5px 20px;
}

.nav_top h1 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
}

.hdInr {
  padding: 0 80px;
  background-color: #fff;
}

.top_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}

.top_wrap .hdLogo {
  width: 400px;
}

.top_wrap .hdLogo img {
  width: 100%;
}

.right_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.right_wrap .logo {
  width: 170px;
  padding-right: 20px;
  border-right: 1px solid #eeeeee;
  margin-right: 20px;
}

.right_wrap .logo img {
  width: 100%;
}

.telBox span.icon {
  width: 26px;
  display: inline-block;
  margin-right: 10px;
  line-height: 0;
}

.telBox span.icon img {
  width: 100%;
}

.telBox a {
  font-family: 'Overpass', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #2f8aed;
  display: flex;
  align-items: center;
  line-height: 1;
}

.telBox p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 5px;
}

.bottom_wrap {
  padding: 20px 0;
}

.bottom_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom_wrap ul a {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.bottom_wrap ul a:last-child {
  margin-right: 0;
}

.bottom_wrap ul a:hover {
  color: #2f8aed;
  opacity: 1;
}

.menu_wrap {
  background: #fffafa;
  padding: 20px 80px;
}

.menu_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_wrap ul a {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1;
}

.menu_wrap ul a:last-child {
  margin-right: 0;
}

.menu_wrap ul a:hover {
  color: #2f8aed;
  opacity: 1;
}

.menu_wrap ul li span.icon img {
  width: 100%;
}

.menu_wrap ul li span.icon {
  width: 18px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
}

/* scrollした時のheader */

header.pc_only.is-animation .hdInr {
  padding: 0 150px;
}

header.pc_only.is-animation .nav_top h1 {
  font-size: 10px;
  padding: 2px 20px;
}

header.pc_only.is-animation .top_wrap {
  padding: 10px 0;
}

header.pc_only.is-animation .top_wrap .hdLogo {
  width: 250px;
}

header.pc_only.is-animation .right_wrap .logo {
  width: 130px;
}

header.pc_only.is-animation .right_wrap .telBox a {
  font-size: 22px;
}

header.pc_only.is-animation .right_wrap .telBox p {
  font-size: 10px;
  margin-top: 2px;
}

header.pc_only.is-animation .bottom_wrap {
  padding: 8px 0;
}

header.pc_only.is-animation .bottom_wrap ul a {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 600;
}

header.pc_only.is-animation .menu_wrap {
  padding: 12px 150px;
}

header.pc_only.is-animation .menu_wrap a {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 600;
}

header.pc_only.is-animation .menu_wrap ul li span.icon {
  width: 14px;
}




@media screen and (max-width: 799px) {
  header.pc_only {
    display: none !important;
  }

  header.sp_only {
    display: block !important;
  }
}

@media screen and (min-width: 800px) {
  header.pc_only {
    display: block !important;
  }

  header.sp_only {
    display: none !important;
  }
}





@media screen and (max-width: 800px) {

  header.header {
    height: 52px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 104;
    font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
    z-index: 9999999;
  }

  .g_nav {
    height: 100%;
    position: relative;
    z-index: 999;
  }

  .g_nav > ul {
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .g_nav ul li img {
    width: 40%;
    display: block;
  }

  .g_nav > ul > li:nth-child(1) img {
    width: 55%;
    display: inline-block;
  }

  .g_nav > ul > li:nth-child(8) img {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .g_nav > ul > li:nth-child(9) img {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .g_nav > ul {
    padding: 70px 0;
  }


  .g_nav > ul {
    padding: 100px 0;
  }

  .g_nav > ul > li:nth-child(1) img {
    width: 70%;
    display: block;
  }

  .g_nav > ul > li.entry02 img {
    width: 70%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .g_nav > ul > li.entry03 img {
    width: 70%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .drawer-nav {
    margin-top: 52px !important;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 0 !important;
  }

  .g_nav > ul > li {
    font-size: 12px;
    padding: 20px 10px;
    margin: 7px 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
  }

  .g_nav > ul > li:nth-child(odd) {
    border-right: none;
  }

  .g_nav > ul > li.menu_bottom {
    margin-bottom: 50px;
  }

  .g_nav > ul > li {
    width: 100%;
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .drawer-hamburger {
    top: 0.5% !important;
  }

  g_nav > ul a:hover {
    color: #a46d30 !important;
  }

  .g_nav > ul a span {
    opacity: 0.8;
    font-size: 0.8rem;
    display: inline;
  }

}

@media screen and (max-width: 767px) {
  .g_nav > ul a {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .g_nav > ul a span {
    font-size: .6rem;
  }
}


/* パンくず */

.cp_breadcrumb *,
.cp_breadcrumb *:after,
.cp_breadcrumb *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Overpass', sans-serif;
}

.cp_breadcrumb {
  padding: 0.5em 2em;
  background-color: #f7f7f7;
  color: #505050;
}

.cp_breadcrumb a {
  text-decoration: underline;
  color: #505050;
}

.cp_breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.cp_breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
  color: #505050;
  font-size: 12px;
}

.cp_breadcrumb li::before {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp_breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #505050;
}

.cp_breadcrumb li:last-child::before {
  content: normal;
}

@media screen and (max-width: 800px) {

  .cp_breadcrumb {
    padding: 0.5em;
  }

}


/*---------------------------------------------------
mainV
---------------------------------------------------*/

#maincontants {
  padding-top: 50px;
}

/* topcontrol */

#topcontrol {
  z-index: 900;
}

#topcontrol a {
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE8 */
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE7 */
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE6 */
  display: block;
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}



/* pager
-------------------*/
.pager {
  padding-top: 20px;
  text-align: center;
}

.pager a {
  color: #505050;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 10px 12px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}

.pager a:hover,
.pager a.current {
  background-color: #3ac5ce;
  border: 1px solid #3ac5ce;
  color: #FFF;
}

.pager a::after {
  content: attr(data-text);
}

.pager a:last-child::after {
  display: none;
}

.pager a:first-child::after {
  content: attr(data-text);
  color: #6f6f6f;
  border: 1px solid #6f6f6f;
  padding: 10px 12px;
}


.pager a:last-child::before {
  content: attr(data-text);
  color: #6f6f6f;
  border: 1px solid #6f6f6f;
  padding: 10px 12px;
}


@media screen and (max-width: 800px) {

  /* pager */

  .pager a::before,
  .pager a::after {
    display: none;
  }

}

/* footer */

.footer {
  text-align: center;
  background-color: #f9f9f9;
  padding: 50px 30px;
}

.footer .mapBox {
  width: 100%;
  display: inline-block;
}

.footer iframe {
  width: 100%;
  height: 400px;
}

.footer .contents {
  display: flex;
  justify-content: center;
  text-align: left;
}

.footer .contents.top .infoBox {
  margin-left: 60px;
}

.footer .contents.top .infoBox .txt {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.footer .logo {
  width: 300px;
  margin-bottom: 20px;
  display: inline-block;
}

.footer .logo img {
  width: 100%;
}

.footer .tel a .icon {
  width: 25px;
  margin-right: 10px;
}

.footer .tel a {
  color: #2f8aed;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer .hours {
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.footer .access {
  font-size: 12px;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.footer .link a {
  color: #000;
  font-size: 16px;
}

.footer .contents.bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.footer .contents.bottom .menuList .main {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}


.footer .contents.bottom .subMenu {
  display: flex;
  justify-content: flex-start;
}

.footer .contents.bottom .sub {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 2;
}

.footer .contents.bottom .sub:nth-child(odd) {
  margin-right: 40px;
}

.footer .contents.bottom .subMenuChild {
  margin-bottom: 3px;
  letter-spacing: 0.08em;
}

.footer .contents.bottom .subMenuChild li {
  position: relative;
  padding-left: 1em;
  line-height: 1.7;
}

.footer .contents.bottom .subMenuChild li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0.25em;
}

.copyright {
  font-family: Verdana, “Droid Sans”;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 15px 0;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  .copyright {
    margin-bottom: 80px;
  }
}


/* map */

section.map {
  padding: 0 !important;
  width: 100%;
  line-height: 0;
}

section.map iframe {
  width: 100%;
  height: 25vh;
}




@media screen and (max-width: 1300px) {

  #maincontants {
    padding-top: 40px;
  }

  .top_wrap {
    padding: 10px 0;
  }

  .top_wrap .hdLogo {
    width: 340px;
  }

  .right_wrap .logo {
    width: 130px;
  }

  .telBox a {
    font-size: 26px;
  }

  .telBox span.icon {
    width: 20px;
    margin-right: 2px;
  }

  .telBox p {
    font-size: 10px;
  }

  .bottom_wrap {
    padding: 10px 0;
  }

  .bottom_wrap ul a {
    font-size: 14px;
  }

  .menu_wrap {
    padding: 10px 80px;
  }

  .menu_wrap ul a {
    font-size: 14px;
  }

  .menu_wrap ul li span.icon {
    width: 16px;
  }

  header.pc_only.is-animation .hdInr {
    padding: 0 50px;
  }

  header.pc_only.is-animation .menu_wrap {
    padding: 12px 50px;
  }

  .btn a {
    padding: 10px 10px 10px 34px;
    font-size: 18px;
  }

}

@media screen and (max-width: 1200px) {

  #maincontants {
    padding-top: 50px;
  }

  /* all */

  .scInr {
    padding: 0 50px;
  }

  section h2 {
    font-size: 38px;
    margin-bottom: 25px;
  }

  section h2 span {
    font-size: 16px;
    margin-bottom: 30px;
  }

  section h4.text {
    font-size: 14px;
  }

  /*plan*/

  #plan .list ul li h3.title {
    color: #2f8aed;
    font-size: 20px;
  }

  #plan .list ul li .btnImg {
    width: 45px;
  }

  section .list ul li h3.title {
    font-size: 20px;
  }

  /*footer*/

  .footer .scInr {
    padding: 0;
  }

  .footer .mapBox {
    width: 60%;
  }

  .footer .contents.top .infoBox {
    margin-left: 40px;
  }

  .footer .contents.top .infoBox .txt {
    font-size: 16px;
  }

  .footer .logo {
    width: 200px;
  }

  .footer .tel a .icon {
    width: 22px;
    line-height: 0;
    margin-right: 5px;
  }

  .footer .tel a {
    font-size: 28px;
  }

  .footer .link a {
    font-size: 14px;
  }

  .footer .contents.bottom .menuList .main {
    font-size: 14px;
  }

  .footer .contents.bottom .sub {
    font-size: 12px;
  }

  .footer .contents.bottom {
    padding: 0 50px;
  }

}



@media screen and (max-width: 1040px) {

  .left_wrap {
    flex-wrap: wrap;
    width: 100%;
  }

  .hdInr .hdLogo a {
    width: 230px;
  }

  .hdInr .btn_wrap .btn a {
    padding: 8px 20px;
  }

  .hdInr .btn_wrap .btn a p {
    font-size: 14px;
  }

  .hdInr .btn_wrap .btn.reservation a p span.icon {
    width: 16px;
  }

  .hdInr .btn_wrap .btn.contact a {
    padding: 9px 20px;
  }

  .hdInr .btn_wrap {
    margin: 10px 0 0 0;
  }

  .hdInr .contactBox .tel_wrap p {
    font-size: 14px;
  }

  .hdInr .contactBox .tel_wrap .tel_box p.icon {
    width: 20px;
  }

  .hdInr .contactBox .tel_wrap .tel_box .tel {
    font-size: 30px;
  }

  .right_wrap {
    width: 100%;
  }

  nav#gNav ul a {
    font-size: 14px;
    padding: 10px 0 15px;
  }

  .nav_top h1 {
    font-size: 10px;
  }

  .nav_top ul a {
    font-size: 10px;
    letter-spacing: 0.01em;
  }

}


@media screen and (max-width: 900px) {

  .hdInr {
    padding: 0 50px;
  }

  .menu_wrap {
    padding: 10px 50px;
  }
}



@media screen and (max-width: 800px) {

  /* header */

  #maincontants {
    padding-top: 52px !important;
  }

  header.header .sp_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 52px;
  }

  .sp_header .logo {
    width: 250px !important;
    padding: 0 0 0 15px;
  }

  .sp_header .logo img {
    width: 100%;
  }


  /* title */

  .scInr,
  .scInrS,
  .scInrSS {
    padding: 0 10px;
  }

  section {
    padding: 30px 0 !important;
  }

  section h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  section h2 span {
    font-size: 16px;
    margin: 10px 0;
    margin-bottom: 10px;
  }

  section h2.titleSub {
    font-size: 26px;
  }

  /* ancBox */

  .ancBox ul {
    flex-wrap: wrap;
  }

  .ancBox ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ancBox ul li:last-child {
    margin-bottom: 0;
  }

  /* plan */

  #plan h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #plan .list ul li {
    width: 100%;
    margin: 0 0 40px 0;
  }

  #plan .list ul li .box {
    padding: 10px 15px;
  }

  section#mainPlan .contents ul {
    flex-wrap: wrap;
  }

  section#mainPlan .contents ul li {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 50%;
    margin: 0;
    padding: 50% 0 0 0;
    text-shadow: 0px 0px 5px #005f84;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  /* #contact */

  section#contact .wrap {
    padding: 20px;
  }

  .wrap p.title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .wrap .contents {
    flex-wrap: wrap;
  }

  .wrap .contents .telBox {
    margin: 0;
  }

  .wrap .contents .telBox a {
    font-size: 30px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .wrap .contents .telBox p.info {
    font-size: 14px;
    margin-bottom: 10px;
  }

  
  .wrap .contents .btn_contact {
    width: 69%;
  }
  
  /* support */

  .support ul {
    flex-wrap: wrap;
  }

  .support ul li {
    width: 46% !important;
    margin-bottom: 20px;
  }

  /* footer */

  .footer .contents {
    flex-wrap: wrap;
  }

  .footer .mapBox {
    width: 100% !important;
  }

  .footer iframe {
    width: 100% !important;
    height: 200px !important;
  }

  .footer .contents.top .infoBox {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .footer .contents.top .infoBox .txt {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  .footer .contents.bottom .sub:nth-child(odd) {
    margin-right: 15px;
  }

  .footer .logo {
    width: 150px !important;
    margin-bottom: 10px !important;
  }

  .footer .tel a {
    font-size: 30px !important;
  }

  .footer .tel a .icon {
    width: 20px !important;
  }

  .footer .contents.bottom {
    padding: 0 !important;
  }

  .footer .access {
    margin-bottom: 20px !important;
  }

  .footer .link a {
    font-size: 14px !important;
  }

  .footer .contents.bottom {
    margin-top: 15px !important;
  }

  .footer .menuList {
    margin-top: 15px !important;
  }

  .btn a {
    padding: 10px 10px 10px 20px;
    font-size: 18px;
  }

  .btn span {
    margin-left: 20px;
  }
}

/* 追従CTA */
.fixBTN {
  display: none;
} 

@media screen and (max-width: 800px) { 
  .fixBTN {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    z-index: 1;
  }
  .fixBTN a {
    padding: 0 0.4em;
  }
}