@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after, .container-requid:after, .row:after {
  content: "";
  clear: both;
  display: block;
}

/*----------------------------------------
	reset
----------------------------------------*/
:root {
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

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, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333333;
  vertical-align: baseline;
}

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

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
}

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

li {
  list-style: none;
}

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

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

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*Font
----------------------------------------*/
.serif {
  font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* Links
----------------------------------------*/
a {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

.ios a:hover {
  opacity: 1;
}

.tel-link {
  color: #333333;
}

.inline-link {
  text-decoration: underline;
}

/* Body
----------------------------------------*/
body {
  color: #333333;
  font-family: "Noto Sans Japanese", "Open Sans", Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.4em;
  line-height: 1.7;
  overflow-x: hidden;
}

/* Contents
----------------------------------------*/
#contents {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 769px) {
  #contents {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

/* Section
----------------------------------------*/
.section01 {
  padding-top: 20%;
}

.section02 {
  padding-top: 60px;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  .section01 {
    padding-top: 80px;
  }
  .section02 {
    padding-top: 100px;
  }
}

/*----------------------------------------
	header
----------------------------------------*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  padding: 10px 0 10px 15px;
  background: #ffffff;
}

.hdLogo a {
  text-decoration: none;
}

.hdLogo span {
  display: block;
  font-size: 10px;
}

.hdLogo img {
  width: 52%;
  max-width: 230px;
}

.hdMenu {
  position: absolute;
  right: 0;
  top: 0;
}

.hdMenu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hdMenu_btn {
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
}

.hdMenu_btn .ico {
  width: 25px;
  height: 25px;
  margin: 0 auto 5px;
}

.hdMenu_body {
  position: fixed;
  right: 0;
  top: 60px;
  width: 100vw;
  height: calc(100vh - 60px);
  background: #ccc;
}

.hdMenu_item.reserve .hdMenu_btn {
  background: #f4e477;
}

.hdMenu_item.reserve .hdMenu_btn.is-active .ico {
  background: url(../img/ico_close.png);
  background-size: contain;
}

.hdMenu_item.reserve .hdMenu_btn.is-active .ico img {
  visibility: hidden;
}

.hdMenu_item.global .hdMenu_btn {
  background: #7dc6c6;
}

.hdMenu_item.global .ico {
  position: relative;
  margin: 2px auto 2px;
}

.hdMenu_item.global .ico span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.hdMenu_item.global .ico span:nth-child(1) {
  top: 0;
}

.hdMenu_item.global .ico span:nth-child(2) {
  top: 10px;
}

.hdMenu_item.global .ico span:nth-child(3) {
  top: 20px;
}

/*for PC
------------------------------*/
@media only screen and (min-width: 769px) {
  .header {
    height: 90px;
    padding: 20px 0 20px 20px;
  }
  .hdLogo span {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .hdMenu_btn {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
  .hdMenu_btn .ico {
    width: 45px;
    height: 45px;
    margin: 0 auto 5px;
  }
  .hdMenu_item.global .ico {
    width: 34px;
    height: 34px;
    margin: 5px auto 10px;
  }
  .hdMenu_item.global .ico span:nth-child(2) {
    top: 15px;
  }
  .hdMenu_item.global .ico span:nth-child(3) {
    top: 30px;
  }
}

/*btn animation
------------------------------*/
.hdMenu_item.global .ico span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .50s forwards;
          animation: menu-bar01 .50s forwards;
}

.hdMenu_item.global .ico span:nth-of-type(2) {
  -webkit-transition: all .25s .25s;
  transition: all .25s .25s;
  opacity: 1;
}

.hdMenu_item.global .ico span:nth-of-type(3) {
  -webkit-animation: menu-bar03 .50s forwards;
          animation: menu-bar03 .50s forwards;
}

.hdMenu_item.global .is-active .ico span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .50s forwards;
          animation: active-menu-bar01 .50s forwards;
}

.hdMenu_item.global .is-active .ico span:nth-of-type(2) {
  opacity: 0;
}

.hdMenu_item.global .is-active .ico span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .50s forwards;
          animation: active-menu-bar03 .50s forwards;
}

@media only screen and (min-width: 769px) {
  .hdMenu_item.global .ico span:nth-of-type(1) {
    -webkit-animation: menu-bar01_pc .50s forwards;
            animation: menu-bar01_pc .50s forwards;
  }
  .hdMenu_item.global .ico span:nth-of-type(3) {
    -webkit-animation: menu-bar03_pc .50s forwards;
            animation: menu-bar03_pc .50s forwards;
  }
  .hdMenu_item.global .is-active .ico span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01_pc .50s forwards;
            animation: active-menu-bar01_pc .50s forwards;
  }
  .hdMenu_item.global .is-active .ico span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03_pc .50s forwards;
            animation: active-menu-bar03_pc .50s forwards;
  }
}

/*SP向け：× → ハンバーガー*/
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

/*SP向け：ハンバーガー → ×*/
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
}

/*PC向け：× → ハンバーガー*/
@-webkit-keyframes menu-bar01_pc {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01_pc {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar03_pc {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
            transform: translateY(-15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar03_pc {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
            transform: translateY(-15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

/*PC向け：ハンバーガー → ×*/
@-webkit-keyframes active-menu-bar01_pc {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
}
@keyframes active-menu-bar01_pc {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03_pc {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
            transform: translateY(-15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03_pc {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
            transform: translateY(-15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg);
  }
}

/*----------------------------------------
	Header Menu
----------------------------------------*/
.hdMenu {
  position: absolute;
  right: 0;
  top: 0;
}

.hdMenu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hdMenu_btn {
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
}

.hdMenu_btn .ico {
  width: 25px;
  height: 25px;
  margin: 0 auto 5px;
}

.hdMenu_body {
  display: none;
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  background: rgba(0, 0, 0, 0.8);
}

.hdMenu_body .outer01 {
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
}

.hdMenu_body .inner01 {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 20px;
}

.hdMenu .telBox {
  background: #f2f2f2;
}

.hdMenu_list {
  margin-top: 30px;
  margin-bottom: 50px;
}

.hdMenu_list li {
  margin-bottom: 20px;
  font-size: 16px;
}

.hdMenu_list a {
  text-decoration: none;
  display: block;
}

@media only screen and (min-width: 769px) {
  .hdMenu_list {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hdMenu_list li {
    width: 50%;
  }
}

/*予約メニュー*/
.hdMenu_item.reserve .hdMenu_btn {
  background: #f4e477;
}

.hdMenu_item.reserve .hdMenu_body .outer01 {
  background: #f4e477;
}

/*グロナビ*/
.hdMenu_item.global .hdMenu_btn {
  background: #7dc6c6;
}

.hdMenu_item.global .ico {
  position: relative;
  margin: 2px auto 2px;
}

.hdMenu_item.global .ico span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
}

.hdMenu_item.global .ico span:nth-child(1) {
  top: 0;
}

.hdMenu_item.global .ico span:nth-child(2) {
  top: 10px;
}

.hdMenu_item.global .ico span:nth-child(3) {
  top: 20px;
}

.hdMenu_item.global .hdMenu_body .outer01 {
  background: #7dc6c6;
}

/*for PC*/
@media only screen and (min-width: 769px) {
  .hdMenu_btn {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
  .hdMenu_btn .ico {
    width: 45px;
    height: 45px;
    margin: 0 auto 5px;
  }
  .hdMenu_body {
    top: 90px;
    height: calc(100vh - 90px);
  }
  .hdMenu_body .outer01 {
    max-width: 610px;
    top: 90px;
    height: calc(100vh - 90px);
  }
  .hdMenu_body .inner01 {
    padding: 80px 40px;
  }
  .hdMenu_item.global .ico {
    width: 34px;
    height: 34px;
    margin: 5px auto 10px;
  }
  .hdMenu_item.global .ico span:nth-child(2) {
    top: 15px;
  }
  .hdMenu_item.global .ico span:nth-child(3) {
    top: 30px;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
/*footer contact
-----------------------------------------*/
.footerContact {
  padding: 70px 0;
  background: #f2f2f2;
}

.footerLead {
  margin-bottom: 50px;
  font-size: 17px;
}

.footerLead strong {
  font-weight: 600;
}

@media only screen and (min-width: 769px) {
  .footerLead {
    text-align: center;
  }
}

/*footer bottom
-----------------------------------------*/
.footerBottom {
  background: #7dc6c6;
  color: #ffffff;
}

.footerBottom * {
  color: inherit;
}

.footerBottom .container {
  position: relative;
  padding: 90px 20px 10px 20px;
}

/*pagetop
-----------------------------------------*/
.pagetop {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 45px;
  height: 45px;
}

.pagetop a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 0;
  padding-top: 45px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.pagetop a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -30%) rotate(45deg);
      -ms-transform: translate(-50%, -30%) rotate(45deg);
          transform: translate(-50%, -30%) rotate(45deg);
}

/*----------------------------------------
	Normal Container
----------------------------------------*/
.container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-requid {
  width: auto;
}

@media only screen and (min-width: 769px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*----------------------------------------
	Grid
----------------------------------------*/
/*Row
----------------------------------------*/
.row {
  margin-left: -20px;
  margin-right: -20px;
}

.ng .row {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 1060px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .sp-full {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/*Column
----------------------------------------*/
.col {
  padding-left: 20px;
  padding-right: 20px;
}

.ng .col {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 769px) {
  .col,
  .ng .col {
    float: left;
  }
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col1 {
    width: 8.3333%;
  }
  .col2 {
    width: 16.6666%;
  }
  .col3 {
    width: 25%;
  }
  .col4 {
    width: 33.3333%;
  }
  .col5 {
    width: 41.6666%;
  }
  .col6 {
    width: 50%;
  }
  .col7 {
    width: 58.3333%;
  }
  .col8 {
    width: 66.6666%;
  }
  .col9 {
    width: 75%;
  }
  .col10 {
    width: 83.3333%;
  }
  .col11 {
    width: 91.6666%;
  }
  .col12 {
    width: 100%;
  }
  .col-quarter {
    width: 25%;
  }
  .col-third {
    width: 33.3333%;
  }
  .col-half {
    width: 50%;
  }
  .col-push {
    float: right !important;
  }
  .col-pull {
    float: left !important;
  }
}

/*----------------------------------------
	Flex Grid
----------------------------------------*/
.flex-row .flex-col-half:not(:last-child) {
  margin-bottom: 60px;
}

@media only screen and (min-width: 769px) {
  .flex-row {
    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;
  }
  .flex-row .flex-col-half {
    width: 45%;
  }
}

/* Page Title 
-------------------------------------*/
.pageTitle {
  position: relative;
  margin: 0 20px 30px 20px;
  border-bottom: 3px solid #7dc6c6;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
}

.pageTitle::before {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #f4e477;
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pageTitle .ico {
  display: block;
  width: 100px;
  margin: 0 auto 10px;
}

.pageTitle .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*for PC*/
@media only screen and (min-width: 769px) {
  .pageTitle {
    margin: 0 0 50px 0;
    background: #f2f2f2;
  }
  .pageTitle::before {
    width: 400px;
  }
}

/* Heading 
-------------------------------------*/
/*top*/
.heading01 {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em 0;
  border-bottom: 3px solid #7dc6c6;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.heading01::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #f4e477;
  position: absolute;
  left: 0;
  bottom: -3px;
}

/*second*/
.heading02 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 20px;
}

.heading02::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #f4e477;
}

/*h3*/
.heading03 {
  margin-bottom: 15px;
  padding: 20px 0;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  color: #5abbbb;
  font-size: 20px;
}

/*h4*/
.heading04 {
  font-size: 18px;
  margin-bottom: 10px;
}

/*for PC*/
@media only screen and (min-width: 769px) {
  .heading02 {
    text-align: center;
  }
  .heading02::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
  }
  .heading03 {
    margin-bottom: 45px;
  }
}

/* Buttons 
-------------------------------------*/
input.btn,
button.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 620px;
  padding: 1.5em 1em;
  border: 1px solid #7dc6c6;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px 0 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000000;
}

.btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #5abbbb;
  text-decoration: none;
}

.btn-half {
  width: 50%;
  max-width: 250px;
}

/*General Lists
-----------------------------------*/
/* UL */
.indentList01 li {
  margin-left: 1em;
  text-indent: -1em;
}

/* DL line */
.horizonalList01 dt {
  clear: left;
  float: left;
}

.horizonalList01 dd {
  overflow: hidden;
}

/*Menu List
-----------------------------------*/
.menuList {
  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;
}

.menuList li {
  width: 49.2537%;
  margin-bottom: 1.5%;
}

.menuList li a {
  display: block;
  padding: 10px;
  background: #f2f2f2;
  text-align: center;
  text-decoration: none;
}

.menuList li a:hover {
  background: #68d4d4;
  text-decoration: none;
}

.menuList li img {
  width: 66.129%;
  margin-bottom: 3%;
}

.menuList li p {
  line-height: 140%;
}

@media only screen and (min-width: 769px) {
  .menuList {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .menuList li {
    width: 15.0943%;
  }
  .menuList li img {
    margin-bottom: 10px;
  }
}

/* Form Parts
--------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
  font-size: 16px;
}

input[type="submit"],
input[type="clear"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type="file"] {
  display: none;
}

label[for="file"] {
  display: inline-block;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
}

/* !Checkbox / RaditButton
---------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin: 0 6px 0 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 0;
  cursor: pointer;
}

@media screen and (min-width: 1px) {
  input[type="checkbox"],
  input[type="radio"] {
    display: none;
    margin: 0;
  }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    padding: 0 0 0 24px;
  }
  /*checkbox*/
  input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 0;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background: #f5f5f5;
  }
  input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 14px;
    height: 8px;
    margin: -5px 0 0 0;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /*radio*/
  input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 1px solid #c9c9c9;
    border-radius: 30px;
  }
  input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #847869;
    border-radius: 8px;
  }
}

/* !Select
--------------------------------------------*/
.select_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
}

.select_wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 3;
  display: block;
  width: 120%;
  margin: 0 0 0 0;
  padding: 15px 30px 15px 10px;
  border: none;
  background: none;
  color: #303030;
  line-height: 1;
  font-size: 16px;
}

.select_wrap select:focus {
  outline: none;
}

.select_wrap:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #303030 transparent transparent transparent;
  margin-top: -3px;
}

/*for IE10+*/
.select_wrap select::-ms-expand {
  display: none;
}

/*TEL
-----------------------------------*/
.telBox {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background: #f4e477;
  border-radius: 5px;
}

.telBox .tel {
  margin-right: 5px;
  font-size: 14px;
  font-size: 3.733vw;
}

.telBox .telLink {
  font-size: 26px;
  font-size: 6.8vw;
  white-space: nowrap;
}

.telBox .telLink a {
  text-decoration: none;
}

.telBox .label {
  padding: 5px;
  border-radius: 4px;
  background: #ffffff;
  line-height: 1;
  font-size: 14px;
  font-size: 3.733vw;
  white-space: nowrap;
}

@media only screen and (min-width: 769px) {
  .telBox {
    padding: 15px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .telBox .tel {
    font-size: 18px;
  }
  .telBox .telLink {
    margin-right: 15px;
    font-size: 32px;
  }
  .telBox .label {
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
  .telBox .tel {
    font-size: 2vw;
  }
  .telBox .telLink {
    font-size: 4vw;
  }
  .telBox .label {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 374px) {
  .telBox {
    display: block;
    padding: 15px;
    text-align: center;
  }
}

/*診療時間
-----------------------------------*/
.timeTable {
  width: 100%;
  border: 1px solid #bdbdbd;
  font-size: 14px;
}

.timeTable thead th {
  padding: 10px;
  padding: 1.33vw;
  background: #f2f2f2;
  border: 1px solid #bdbdbd;
  text-align: center;
}

.timeTable tbody th, .timeTable tbody td {
  padding: 10px;
  padding: 1.33vw;
  background: #fafafa;
  border: 1px solid #bdbdbd;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .timeTable {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1060px) {
  .timeTable thead th {
    padding: 10px;
  }
  .timeTable tbody th, .timeTable tbody td {
    padding: 10px;
  }
}

/*アコーディオン開閉
-----------------------------------*/
.accordionMore .acrTitle {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #bdbdbd;
  background: #fafafa;
  text-align: center;
  cursor: pointer;
}

.accordionMore .acrTitle::before, .accordionMore .acrTitle::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.accordionMore .acrTitle::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordionMore .acrTitle.is-open::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

/*list disc
-----------------------------------*/
.listDisc {
  padding-left: 20px;
}

.listDisc li {
  list-style-type: disc;
}

/*----------------------------------------
	Utilities
----------------------------------------*/
/*margin*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb1p {
  margin-bottom: 1% !important;
}

.mb2p {
  margin-bottom: 2% !important;
}

.mb3p {
  margin-bottom: 3% !important;
}

.mb4p {
  margin-bottom: 4% !important;
}

.mb5p {
  margin-bottom: 5% !important;
}

.mb6p {
  margin-bottom: 6% !important;
}

.mb7p {
  margin-bottom: 7% !important;
}

.mb8p {
  margin-bottom: 8% !important;
}

.mb9p {
  margin-bottom: 9% !important;
}

.mb10p {
  margin-bottom: 10% !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt10p {
  margin-top: 10% !important;
}

/*padding*/
.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

/*responsive margin*/
.rmb30 {
  margin-bottom: 30px;
}

.rmb60 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 769px) {
  .rmb30 {
    margin-bottom: 50px;
  }
  .rmb60 {
    margin-bottom: 100px;
  }
}

/*image*/
.img-full {
  max-width: none;
  width: 100%;
}

/*float*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

/*align-text*/
.taL {
  text-align: left !important;
}

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

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

/*align-block*/
.blockL {
  float: none;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.blockC {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.blockR {
  float: none;
  margin-left: auto !important;
  margin-right: 0 !important;
}

/*font-size*/
.fz12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fz14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fz16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fz18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fz20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.fz22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fz24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fz26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fzXS {
  font-size: 70%;
}

.fzSS {
  font-size: 85%;
}

.fzS {
  font-size: 92%;
}

.fzM {
  font-size: 100%;
}

.fzL {
  font-size: 114%;
}

.fzLL {
  font-size: 128%;
}

/*font-style*/
.fwB {
  font-weight: bold;
}

.fwN {
  font-weight: normal;
}

/*display*/
.sp {
  display: block;
}

.pc {
  display: none;
}

.tab {
  display: none;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1060px) {
  .tab {
    display: block;
  }
}

.hidden {
  visibility: hidden;
}

/*----------------------------------------
	下層用
----------------------------------------*/
/* Page Title 
-------------------------------------*/
.pageTitle {
  position: relative;
  margin: 0 20px 30px 20px;
  border-bottom: 3px solid #7dc6c6;
  text-align: center;
  font-size: 24px;
}

.pageTitle::before {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #f4e477;
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pageTitle .ico {
  display: block;
  width: 100px;
  margin: 0 auto 10px;
}

.pageTitle .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*for PC*/
@media only screen and (min-width: 769px) {
  .pageTitle {
    margin: 0 0 50px 0;
    background: #f2f2f2;
  }
  .pageTitle::before {
    width: 400px;
  }
}

/* Page Lead 
-------------------------------------*/
.pageLead {
  margin-bottom: 60px;
  font-size: 16px;
}

/*for PC*/
@media only screen and (min-width: 769px) {
  .pageLead {
    margin-bottom: 100px;
    text-align: center;
  }
}

/* lead 
-------------------------------------*/
.lead01 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  .lead01 {
    margin-bottom: 50px;
    text-align: center;
  }
}

/* summary 
-------------------------------------*/
.summary01 .ph {
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  .summary01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .summary01 .ph {
    width: 50%;
    margin-bottom: 0;
  }
  .summary01 .txt {
    width: 50%;
    padding: 40px;
    background: #f2f2f2;
    font-size: 16px;
  }
}

/* jump menu 
-------------------------------------*/
.jumpMenu ul {
  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;
}

.jumpMenu li {
  width: 49.8%;
  margin-bottom: 0.4%;
}

.jumpMenu a {
  display: block;
  padding: 10px;
  background: #f2f2f2;
  text-decoration: none;
  line-height: 150%;
}

@media only screen and (min-width: 769px) {
  .jumpMenu {
    padding: 15px 0;
    background: #f2f2f2;
    font-size: 16px;
  }
  .jumpMenu ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jumpMenu li {
    width: auto;
  }
  .jumpMenu li + li {
    border-left: 1px solid #000000;
  }
  .jumpMenu a {
    padding: 0 1em;
  }
}

@media only screen and (min-width: 1060px) {
  .jumpMenu a {
    padding: 0 2em;
  }
}

/* before / after 
-------------------------------------*/
.beforeAfter01 {
  overflow: hidden;
  position: relative;
}

.beforeAfter01 .col {
  width: 46.1538%;
  padding: 0;
}

.beforeAfter01 .col:nth-child(odd) {
  float: left;
}

.beforeAfter01 .col:nth-child(even) {
  float: right;
}

.beforeAfter01 figcaption {
  margin-top: 10px;
  font-size: 12px;
}

.beforeAfter01::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-left-color: #7dc6c6;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
}

/*Price List
-----------------------------------*/
.priceList01 {
  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 #bdbdbd;
}

.priceList01 dt {
  width: 40%;
  padding: 10px 0;
  border-top: 1px solid #bdbdbd;
}

.priceList01 dd {
  width: 60%;
  padding: 10px 0;
  border-top: 1px solid #bdbdbd;
}

/*Flow
-----------------------------------*/
.flow01 li {
  position: relative;
  padding: 20px;
  background: #f2f2f2;
}

.flow01 li + li {
  margin-top: 40px;
}

.flow01 li + li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-top-color: #7dc6c6;
  position: absolute;
  left: 50%;
  top: -25px;
}

@media only screen and (max-width: 768px) {
  .flow01 .smallImg {
    text-align: center;
  }
}

/*MenuList
-----------------------------------*/
.menuListSecond {
  padding-top: 100px;
}
