@charset "UTF-8";


/*-----------------------------------
-------------   リセットCSS  -----------
------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baselifne;
}

/* HTML5 display-role reset for older browsers */

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

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
  color: #333;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

img,
iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 2px;
  overflow-x: hidden;
}

main {
  line-height: 2.0;
}

main h2 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho","游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

main h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Zen Old Mincho","游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

p.fa-text {
  margin-bottom: 3.5em;
}

p.notes {
  font-size: 1.4rem;
}

* {
  box-sizing: border-box;
}

a,
a:hover {
  color: #474747;
  text-decoration: none;
  transition: all ease 0.3s;
  outline: none;
}

[id^="ref_"] {
  scroll-margin-top: 10.3020833333vw; 
}

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

.font-red {
  color: #CD4C4C;
}

.bg-gr-lr {
  background: #006441;
}

.bg-gr-rl {
  background: -moz-linear-gradient(left, #248000, #006441);
  background: -webkit-linear-gradient(left, #248000, #006441);
  background: linear-gradient(to right, #248000, #006441);
}

.fl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

.fl-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fl-ju-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl-bt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fl-sa {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

.fl-wr {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.fl-ju-st {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.fl-st {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.fl-c {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.fl-ju-c {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.arrow {
  position: relative
}

.arrow-right::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  border-top: 2px solid #006987;
  border-right: 2px solid #006987;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
  right: 4%;
  top: 50%;
}

.arrow-up::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  box-sizing: border-box;
  left: 50%;
  top: 0px;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-img {
  display: none;
}

.t-center {
  text-align: center;
}

.t-bold {
  font-weight: bold;
}

.t-green {
  color: #006341;
}

.t-white {
  color: #fff;
}

.t-gray {
  color: #F5F5F5
}

.t-mont {
  font-family: 'Montserrat', sans-serif;
}

.b-shadow {
  box-shadow: 0 0 20px -13px rgba(0, 0, 0, 0.4);
}

.t-note-num {
  font-size: 1.0rem;
  vertical-align: top;
  padding-left: 4px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.slick-track {
  display: flex;
}

.slick-initialized .slick-slide {
  height: auto !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mtp {
  margin-top: 3em;
}


.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 1800px) {
  img {
    height: auto;
  }
}

@media screen and (max-width: 1260px) {
  .wrapper {
    max-width: 100%;
    width: 94%;
  }

  main h2 {
    font-size: 3.8rem;
  }
  
  main h3 {
    font-size: 2.4rem;
  }
} 

@media screen and (max-width: 1100px) {
  main {
    padding-top: 0;
  }

  main h2 {
    font-size: 2.8rem;
  }

  main h3 {
    font-size: 2.2rem;
  }
} 

@media screen and (max-width: 560px) {
  body {
    font-size: 1.5rem;
  }
  
  main h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  
  main h3 {
    border-bottom: 1px solid #333;
  }

  main h3.bg01 {
    border-bottom: none;
  }
} 


@media screen and (max-width: 768px) {
  .fl-md {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }

  .fl-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fl-end-md {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }

  .fl-bt-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fl-wr-md {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .fl-st-md {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }

  .fl-c-md {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .fl-alst-md {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .fl-ju-c-md {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }

  a[href^="tel:"] {
    cursor: default;
    pointer-events: auto;
  }

  .wrapper {
    width: 92%;
  }
}

@media screen and (max-width: 560px) {
  p.fa-text {
    margin-bottom: 2em;
  }
}


/*------header_nav------*/
header {
  height: 134px;
}

#nav_toggle,
.sp_header,
.sp_nav,
.sp_nav_r {
    display: none;
}

#header_nav {
    position: fixed;
    width: 100%;
    z-index: 600;
    transition: all 1s ease;
    background-color: #fff;
    min-height: 90px;
}

#header_nav .logo {
  margin-left: 15px;
}

#header_nav > div {
    margin: 0 auto;
    z-index: 200;
    justify-content: space-between;
    align-items: center;
}

#header_nav ul.pc_nav {
  align-items: center;
}

#header_nav ul.pc_nav > li:last-child {
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  background-image: url(img/reservation-bg.png);
  background-position: center top 2.5em;
  background-repeat: no-repeat;
}

#header_nav ul.pc_nav > li:nth-last-child(2) {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    background-image: url(img/contact-bg.png);
    background-position: center top 2.5em;
    background-repeat: no-repeat;
}

#header_nav ul.pc_nav > li a {
    display: block;
    transition: .5s;
    position: relative;
    color: #333333;
    font-weight: 500;
    text-align: center;
    padding: 10px 15px 10px 15px;
}

#header_nav ul.pc_nav > li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#header_nav ul.pc_nav > li a:hover::after {
    transform: scale(1, 1);
}

#header_nav ul.pc_nav > li.noline a::after {
    display: none;
}


#header_nav ul.pc_nav > li.noline a {
  color: #fff;
  font-weight: 500;
  width: 135px;
  height: 135px;
  padding: 48px 5px 20px 5px;
  display: table;
}

#header_nav ul.pc_nav > li.noline.bg02 {
  color: #333;
}

#header_nav ul.pc_nav > li.noline.bg02 a {
  color: #333;
}


#header_nav ul.pc_nav > li.noline a span {
  display: table-cell;
  vertical-align: middle;
}

#header_nav ul.pc_nav > li.noline.bg01 a:hover {
  color: #fff;
  border-radius: 0;
  background-color:transparent;
  opacity: 0.5;
}

#header_nav ul.pc_nav > li.noline.bg02 a:hover {
  color: #333;
  border-radius: 0;
  background-color:transparent;
  opacity: 0.5;
}

#header_nav ul.pc_nav > li.tel a {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: -5px;
}

#header_nav ul.pc_nav > li.tel a i {
  margin-right: 5px;
}


/*------header_navパターン02------*/
#header_nav02 {
  position: fixed;
  width: 100%;
  z-index: 600;
  transition: all 1s ease;
  background-color: #fff;
  padding: 25px 20px 20px 20px;
  min-height: 90px;
}

#header_nav02 > div {
  margin: 0 auto;
  z-index: 200;
  justify-content: space-between;
  align-items: center;
}

#header_nav02 .sp-contact {
  display: none;
}

#header_nav02 ul.pc_nav > li:last-child {
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

#header_nav02 ul.pc_nav > li:nth-last-child(2) {
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}


#header_nav02 ul.pc_nav > li .dashicons{
  margin-top: -2px;
  margin-right: 5px;
}

#header_nav02 ul.pc_nav > li a {
  display: block;
  transition: .5s;
  position: relative;
  color: #333333;
  font-weight: 600;
  text-align: center;
  padding: 15px;
}

#header_nav02 .under_nav ul > li a:hover {
  color: #919191;
}

#header_nav02 .under_nav ul > li.noline {
  border-radius: 30px;
  margin-left: 10px;
}

#header_nav02 .under_nav ul > li.noline a::after {
  display: none;
}

#header_nav02 .under_nav ul > li.noline a {
  color: #333333;
  font-weight: 500;
  padding: 15px 37px 15px 37px;
}

#header_nav02 .under_nav ul > li.noline.bg01 a {
  color: #fff;
  border-radius: 30px;
}

#header_nav02 .under_nav ul > li.noline.bg01 a:hover {
  color: #333;
}

#header_nav02 .under_nav ul > li.noline.bg02 a {
  color: #333;
  border-radius: 30px;
}

#header_nav02 .under_nav ul > li.noline.bg02 a:hover {
  color: #fff;
}

#header_nav02 .up_nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

#header_nav02 ul.u_nav {
  display: flex;
}

#header_nav02 ul.u_nav li {
  display: flex;
  font-size: 1.4rem;
  margin-left: 20px;
  font-weight: 500;
}

#header_nav02 ul.u_nav li::before {
  content: "●";
  padding-right: 5px;
  margin-top: 4px;
  font-size: 0.8rem;
}

#header_nav02 ul.sns {
  display: flex;
  margin-left: 20px;
}

#header_nav02 ul.sns li {
  margin-left: 7px;
}

#header_nav02 .tel {
  margin-left: 20px;
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 100%;
  margin-top: -10px;
}

#header_nav02 .tel .fa-solid, .fas {
  font-size: 2.4rem;
}
 

/*------sub_menu------*/

.menu > li.menu__multi {
    position: relative;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

li.menu__multi ul.menu__second-level {
  position: absolute;
  top: 30px;
  left: -96px;
  width: 300px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-top: 1em;
  font-size: 1.4rem;
}

#header_nav02 li.menu__multi ul.menu__second-level {
  margin-top: 2em;
}

li.menu__multi:hover ul.menu__second-level {
  top: 20px;
  visibility: visible;
  opacity: 1;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
}

#header_nav ul.pc_nav li.menu__multi ul.menu__second-level li {
border-radius: 10px 10px 0 0;
background-image: url("img/menu__second-level-bg.png");
background-repeat: no-repeat;
background-position: center right 1em;
}

#header_nav ul.pc_nav li.menu__multi ul.menu__second-level li:first-child {
display: block;
position: relative;
border-bottom: 1px solid #fff;
transition: all .2s ease;
background-color: #fff;
}

#header_nav ul.pc_nav li.menu__multi ul.menu__second-level li a {
  display: block;
  position: relative;
  padding: 1.2em 1em;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0;
  border-left: none;
  text-align: left;
}

#header_nav ul.pc_nav li.menu__multi ul.menu__second-level li a:hover {
  background-position: -100% 100%;
  opacity: 1;
}

li.menu__multi ul.menu__second-level li:last-child a {
  border-bottom: none;
}

li.menu__multi ul.menu__second-level li a::after {
  display: none;
}


li.menu__multi ul.menu__second-level li ul.menu__third-level {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  width: 280px;
  background-color: #F6697A;
  transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.second {
  top: 50px;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.third {
  top: 102px;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.fourth {
  top: 153px;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
  visibility: visible;
  opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
  position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1200px) {
  #header_nav ul.pc_nav > li a {
    font-size: 1.4rem;
  }

  #header_nav ul.pc_nav > li a {
    padding: 12px 18px 10px 0;
  }
}

@media screen and (max-width: 1100px) {
    /*------header_nav------*/
  header {
    min-height: 90px;
    height: auto;
  }

  #header_nav h2 {
      margin-left: 10px;
      padding-top: 12px;
      margin-bottom: 0;
      height: 50px;
  }

  #header_nav .log img {
      width: 100%;
  }

  .pc_nav {
      display: none !important;
  }

  #nav_toggle,
  #sp_header {
      display: block !important;
  }

  .sp_nav_r {
      display: block;
  }

  .menu > li.menu__multi a {
      display: none !important;
  }

  #header_nav {
      position: fixed;
      width: 100%;
      z-index: 600;
      transition: all 1s ease;
      padding: 25px 20px 20px 20px;
      min-height: 90px;
  }

  #header_nav > div {
      width: calc(100%);
      top: 0;
      margin: 0;
      padding-left: 0;
  }

  #header_nav02 .sp-contact {
    display:block;
    margin-right: 5.5em;
  }

  header .header_logo a {
      margin-top: 4px;
      margin-left: 10px;
  }

  .fl-btn img {
      width: 100%;
  }

  .sp_nav_r a {
      width: 50%;
      display: block;
      color: #fff;
      text-align: center;
      line-height: 1.4;
  }

  .sp_nav_r a img {
      width: 100%;
      margin-left: 100%;
  }

  .bottombtn {
      text-align: center;
      font-size: 14px;
      opacity: 0;
      transition: all 0.5s;
      position: fixed;
      bottom: 0;
      width: 100%;
  }

  .bottombtn.isActive {
      opacity: 1;
      transition: all 0.5s;
  }

  .bottombtn li {
      width: 50%;
  }

  .bottombtn li img {
      width: 100%;
  }

  /*------ハンバーガーメニュー------*/
  .sp_nav {
      position: fixed;
      width: 100%;
      background-color: #fff;
      z-index: 400;
      padding-bottom: 40px;
      top: 0;
      bottom: 0;
      overflow-y: auto;
  }

  /*--------開閉ボタン--------*/
  #nav_toggle {
      position: fixed;
      display: block;
      top: 20px;
      right: 20px;
      height: 58px;
      padding: 0px 13px 0;
      margin-left: auto;
      z-index: 999;
      text-align: center;
      cursor:pointer;
  }

  #nav_toggle div {
      position: relative;
      width: 50px;
      height: 25px;
  }

  #nav_toggle span {
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
  }

  #nav_toggle .text {
      font-weight: bold;
  }

  #nav_toggle span:nth-child(1) {
      top: 0px;
  }

  #nav_toggle span:nth-child(2) {
      top: 11px;
  }

  #nav_toggle span:nth-child(3) {
      top: 22px;
  }

  /*--------開閉ボタンopen時--------*/

  .open #nav_toggle span:nth-child(1) {
      top: 12px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }

  .open #nav_toggle span:nth-child(3) {
      top: 12px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
  }

  /*--------アコーディオンメニュー--------*/
  .acMenu {
      width: 95%;
      padding: 10px;
      padding-top: 90px;
      padding-bottom: 20px;
      margin: 0 auto;
  }

  .acMenu > li {
      border-bottom: 1px solid #333;
  }

  .acMenu a {
      display: block;
      text-align: left;
      padding: 1em 1.2em;
      border-bottom: 1px solid #fff;
  }

  .acMenu li p.click {
      padding: 1.5em;
  }

  .acMenu li ul {
      margin: 0 auto;
  }

  .menu-ttl {
      text-align: left;
      padding: 1em .5em;
      cursor:pointer;
  }

  .acMenu3 {
      background-color: #DEDEDE;
  }

  .sub-menu-ttl {
      border-bottom: 1px solid #fff;
      text-align: left;
      background-color: #EFEFEF;
  }

  .sub-menu-ttl:last-child {
      border-bottom: none;
  }

  .acMenu dt.click:before {
      content: "\f0da";
      font-size: 17px;
      font-family: fontAwesome;
      margin-right: 6px;
  }

  .acMenu dt.click.open:before {
      content: "\f0d7";
      font-family: fontAwesome;
      margin-right: 6px;
  }

  .sub-menu-ttl.click:before {
      content: "\f0da";
      font-family: fontAwesome;
      margin-right: 6px;
  }

  .sub-menu-ttl.click.openAcd:before {
      content: "\f0d7";
      font-family: fontAwesome;
      margin-right: 6px;
  }

  .sp_contact {
    width: 95%;
    padding: 10px;
    padding-top: 3em;
    padding-bottom: 20px;
    margin: 0 auto;
  }

  ul.sp_contact{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ul.sp_contact li{
    width: 35%;
    text-align: center;
    border-radius: 30px;
    margin: 0 1em;
  }

  ul.sp_contact li a{
    display: block;
    padding: 15px;
    font-weight: 500;
  }

  ul.sp_contact li.bg01 a{
    color: #fff;
  }
  
  .sp_sns {
    width: 95%;
    padding: 10px;
    padding-top: 3em;
    padding-bottom: 20px;
    margin: 0 auto;
  }

  ul.sp_sns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul.sp_sns li {
    margin: 0 5px;
  }

}

@media screen and (max-width: 768px) {
  header .logo {
    width: 40%;
  }

  #header_nav02 .sp-contact {
    margin-right: 3.5em;
  }

  #header_nav02 .sp-contact img {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  header {
    min-height: 85px;
    height: auto;
  }

  header .logo img {
    width: 100%;
  }

  #header_nav02 .sp-contact {
    margin-right: 1.5em;
  }

  #header_nav02 .sp-contact img {
    width: 62%;
    margin-top: 3px;
  }

  #header_nav {
    padding-bottom: 1.5em;
  }

  #header_nav02 {
    padding: 25px 20px 25px 20px;
    min-height: 80px;
  }  

  #nav_toggle {
    top: 15px;
    right: 2%;
    height: 58px;
    padding: 0px 13px 0;
  }

  .sp_contact {
    padding-top: 0;
  }

  ul.sp_contact{
    display: block;
  }

  ul.sp_contact li{
    width: 100%;
    margin: 1em 0 0 0;
  }

}


/*footer*/
footer .footer__con {
  width: 98%;
  margin: 90px auto 2% auto;
  border-radius: 40px;
  padding: 80px 0;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
}

footer .footer__contact .footer__contact__con {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  padding-bottom: 85px;
}

footer .footer__contact .footer__contact__lcon h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 25px;
}

footer .footer__contact .footer__contact__lcon p {
  line-height: 2;
}


footer .footer__contact .footer__contact__rcon {
  margin-top: 15px;
  margin-bottom: 5px;
}

footer .footer__contact .footer__contact__rcon .tel_text {
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 1em;
}

footer .footer__contact .footer__contact__rcon .tel span{
  font-size: 2.4rem;
}

footer .footer__contact .footer__contact__rcon .tel {
  font-size: 3.6rem;
  font-weight: 600;
}

footer .footer__contact .footer__contact__rcon .tel a {
  color: #fff;
}

footer .footer__contact .footer__contact__rcon .btn a {
  display: block;
  background-color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
  margin-left: 1em;
}

footer .footer__contact .footer__contact__rcon .btn a:hover {
  opacity: 1;
  color: #333;
}

footer .footer__contact .footer__contact__rcon .btn span {
  border-right: 1px solid #ccc;
  padding-right: 35px;
  margin-right: 15px;
}

footer .footer__content {
  margin-top: 80px;
}

footer .footer__content .footer__content__l h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

footer .footer__content .footer__content__l address {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

footer .footer__content .footer__content__l ul.sns {
  display: flex;
}

footer .footer__content .footer__content__l ul.sns li {
  margin-right: 6px;
}

footer .footer__content__r nav {
  display: flex;
  justify-content: flex-end;
}

footer .footer__content__r nav li {
  margin-left: 80px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

footer .footer__content__r nav li.sub::before {
  content: "-";
  padding-right: 5px;
}

footer .footer__content__r nav li a {
  color: #fff;
}

footer .footer__content__r nav li a:hover {
  opacity: 0.6;
}

footer .footer__content__bottom {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 60px;
}

footer .footer__content .copyright {
  margin-top: 10px;
  font-size: 1.2rem;
}

.footer__sp {
  display: none;
}

.footer__sp a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
}

.footer__sp a span {
  position: relative;
  display: inline-block;
  top: 1.05em;
}

.footer__sp .footer__sp-left {
  background: #9d9d9d;
  width: 50%;
  height: 60px;
  text-align: center;
}

.footer__sp .footer__sp-right {
  background: #777777;
  width: 50%;
  height: 60px;
  text-align: center;
}

.footer__sp .footer__sp-left a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
}

.footer__sp .footer__sp-right a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
}

.footer__sp .tel span.tno {
  background-image: url(img/tel.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: left center;
  padding-left: 1.2em;
  top: 0;
}

@media screen and (max-width: 1260px) {
  footer .footer__contact .footer__contact__con {
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 85px;
  }

  footer .footer__contact .footer__contact__lcon {
    width: 100%;
    text-align: center;
  }

  footer .footer__contact .footer__contact__rcon {
    text-align: center;
    margin-top: 2em;
  }

  footer .footer__contact .footer__contact__rcon .fl-ju-end {
    justify-content: center;
  }

  footer .footer__content__r nav li {
    margin-left: 3em;
  }

  footer .footer__content__r nav {
    display: none;
  }

  footer .footer__content .fl {
    display: block;
  }

  footer .footer__content {
    text-align: center;
  }

  footer .footer__content .footer__content__l ul {
    justify-content: center;
    margin-bottom: 3em;
  }

  footer .footer__contact .footer__contact__lcon h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  footer .footer__contact .footer__contact__rcon .fl {
    display: block;
  }

  footer .footer__contact .footer__contact__rcon .btn a {
    margin: 1em auto;
  }

  footer .footer__contact .footer__contact__rcon .tel {
    margin-top: 0.2em;
  }

  footer .footer__contact .footer__contact__con {
    padding-bottom: 2.5em;
  }

  footer .footer__content {
    margin-top: 2.5em;
  }
}

@media screen and (max-width: 560px) {
  footer .footer__con {
    width: 92%;
    margin: 3em auto 5.0em auto;
    padding: 3em 0;
  }

  footer .footer__contact .footer__contact__lcon h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  footer .footer__contact .footer__contact__lcon p {
    font-size: 1.3rem;
  }

  .footer__sp {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    z-index: 1000;
  }

  footer .footer__contact .footer__contact__rcon .tel_text {
    margin-right: 0;
  }

  footer .footer__contact .footer__contact__con {
    padding-bottom: 2.0em;
  }

  footer .footer__content .footer__content__l h2 {
    font-size: 2.0rem;
  }
  
  footer .footer__content .footer__content__l address {
    font-size: 1.2rem;
  }
}


/***追従するトップへ戻るボタン***/
#page-top {
  position: fixed;
  height: 50px;
  width: 50px;
  text-align: center;
  display: table;
  right: 10px;
  bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: #fff;
  color: #737373;
  font-weight: 500;
  padding: 10px;
  border: solid 1px #cacaca;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}

#page-top span {
  display: table-cell;
  vertical-align: middle;
}
/***トップへ戻るボタンここまで***/


/*instagram*/
.f-instagram {
  width: 70px;
  height: 179px;
  position: fixed;
  top: 380px;
  right: 0;
  z-index: 1001;
}

@media screen and (max-width: 560px) {
  .f-instagram {
    display: none;
  }
}


/*cookie*/
.cookie_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  background-color: rgba(0, 56, 44, 0.8);
  padding: 0 1.2em;
  box-sizing: border-box;
  visibility: visible;
  transition: .5s;
  z-index: 200;
  color: #fff;
}

.cookie_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  padding: 1em;
}

.cookie_txt {
  width: 80%;
  line-height: 140%;
}

.cookie_txt a {
  text-decoration: underline;
  color: #fff;
}

.cookie_close_btn {
  margin-top: 10px;
}

.cookie_close {
  margin: 0 auto;
}

.cookie_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em 2em;
  text-decoration: none;
  background: #fff;
  color: #006140;
  font-weight: 700;
  border-radius: 60px;
}

#wrapper {
  overflow: hidden;
}

html.overflow {
  overflow: hidden;
}


.cookie_wrap button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    font-size: 2.0rem;
    border: none;
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

.cookie_wrap button {
    overflow: visible;
}

.cookie_wrap button {
    text-transform: none;
}

.cookie_wrap button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cookie_wrap button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
    cursor: default;
}

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

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


@media screen and (max-width: 980px) {
  .cookie_wrap {
    padding-bottom: 6em;
  }
}

@media screen and (max-width: 580px) {
  .cookie_txt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1em;
  }

  .cookie_close {
    width: 80%;
  }
}


/* --- アンカーリンクずれ防止--- */
[id^="ref_"] { 
  scroll-margin-top: 260px; /* PC: ヘッダー＋ナビに合わせる */
}

@media (max-width: 1100px) {
  [id^="ref_"] { 
    scroll-margin-top: 100px; /* タブレット/スマホ時：ナビがstaticになるので少し小さめ */
  }
}

@media (max-width: 560px) {
  [id^="ref_"] { 
    scroll-margin-top: 90px;  /* さらに狭い画面用の微調整 */
  }
}