@charset "UTF-8";
/* font family */
/* ボタン */
/* ----------------------------------------
 	reset
 ---------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img,
dl, dt, dd, ol, ul, li,
strong, sub, sup, i, small, address, time,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, aside,
figure, figcaption, canvas, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

html {
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
}

ul, ol, li {
  list-style: none;
}

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

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

a {
  color: #242424;
  text-decoration: none;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a:hover {
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .8;
}

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

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

body {
  width: 100%;
  color: #242424;
  font-size: 14px;
  line-height: 22px;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

/* font family */
/* ボタン */
/* ----------------------------------------
 	Header
 ---------------------------------------- */
/* ヘッダ
------------------------------ */
#wrapper:before {
  position: relative;
  z-index: 0;
  content: '';
  display: block;
}

#global-header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 999px) {
  #wrapper #menu-bg {
    position: relative;
    z-index: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease;
    -moz-transition: 0.2s opacity ease;
    -ms-transition: 0.2s opacity ease;
    -o-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
  }
  #wrapper.menu-open #menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.6;
  }
}

@media (min-width: 1000px) {
  .header_space {
    height: 110px;
  }
}
@media (max-width: 999px) {
  .header_space {
    height: 85px;
  }
}

.header-bar {
  display: none;
}
.header-bar img {
  height: auto;
}
@media (max-width: 999px) {
  .header-bar {
    position: relative;
    height: 55px;
    display: block;
  }
  .header-bar .container {
    height: 100%;
  }
  .header-bar .site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header-bar .header-menu-btn {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 28px;
    width: 38px;
    height: 32px;
    cursor: pointer;
  }
  .header-bar .header-menu-btn:before,
  .header-bar .header-menu-btn span, .header-bar .header-menu-btn:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #3a7444;
    border-radius: 1px;
  }
  .header-bar .header-menu-btn:before {
    top: 0;
  }
  .header-bar .header-menu-btn span {
    top: 14px;
  }
  .header-bar .header-menu-btn:after {
    bottom: 0;
  }
}

/* ナビ ------------- */
@media (min-width: 1000px) {
  #header-menu {
    height: auto !important;
  }
}
@media (max-width: 999px) {
  #header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s height ease;
    -moz-transition: 0.2s height ease;
    -ms-transition: 0.2s height ease;
    -o-transition: 0.2s height ease;
    transition: 0.2s height ease;
  }
  .menu-open #header-menu {
    height: auto;
  }
}

.header-sub ul {
  display: table;
}
.header-sub li {
  display: table-cell;
  vertical-align: middle;
}
.header-sub li:first-child {
  padding-right: 1px;
}
.header-sub a {
  display: block;
  background: #62a36e;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.pc .header-sub a {
  -webkit-transition: 0.2s background-color ease;
  -moz-transition: 0.2s background-color ease;
  -ms-transition: 0.2s background-color ease;
  -o-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
}
.pc .header-sub a:hover {
  background-color: #86619b;
}
.header-sub a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 19px;
  background: no-repeat center center;
  background-size: contain;
  margin-left: 5px;
}
.header-sub .nav-request a:after {
  vertical-align: -3px;
  background-image: url('../img/common/ico_form.svg');
}
.header-sub .nav-contact a:after {
  vertical-align: -5px;
  background-image: url('../img/common/ico_comment.svg');
}
@media (max-width: 999px) {
  .header-sub .container {
    padding: 0;
  }
  .header-sub ul {
    width: 100%;
  }
  .header-sub li {
    width: 50%;
    height: 53px;
  }
  .header-sub a {
    line-height: 53px;
  }
}
@media (min-width: 769px) {
  .header-sub .form-nav {
    position: absolute;
    right: 10px;
    bottom: 100%;
  }
  .header-sub li {
    width: 170px;
    height: 68px;
  }
  .header-sub a {
    line-height: 68px;
  }
}

.header-main a {
  position: relative;
  display: block;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
}
.header-main a:hover {
  opacity: 1;
}
.header-main .container {
  max-width: 1620px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-main .online_reserve_btn {
  margin-left: 20px;
}

@media (min-width: 1000px) {
  .header-main .child,
  .header-main .sub-nav {
    display: none;
  }
  .header-main .main-nav {
    font-size: 0;
    display: table-row;
  }
  .header-main .main-nav:after {
    content: '';
    display: block;
    clear: both;
  }
  .header-main li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px dashed #a0cba0;
    padding: 0 14px;
  }
  .header-main li:last-child {
    border-right: 1px dashed #a0cba0;
  }
  .header-main li a {
    padding: 9px 12px;
    color: #242424;
    font-size: 15px;
    line-height: 48px;
  }
  .pc .header-main li a:hover {
    background-color: #e5f4e5;
    border-radius: 6px;
  }
  .header-main li.item1 a {
    padding: 10px 18px 11px;
  }
  .header-main li.item2 a {
    padding: 10px 8px 11px;
  }
  .header-main li.item3 a {
    padding: 10px 16px 11px;
  }
  .header-main li.item4 a {
    padding: 0 35px;
  }
  .pc .header-main li.item4 a:hover {
    background-color: transparent;
  }
  .header-main li.item7 a {
    padding: 9px 5px;
  }
}
@media (max-width: 999px) {
  .header-main {
    background-color: #fff;
  }
  .header-main .container {
    padding: 0 0 2rem;
    display: block;
  }
  .header-main ul {
    padding: 5px 20px 10px;
  }
  .header-main ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .header-main li {
    width: 50%;
    float: left;
    margin-bottom: 7px;
  }
  .header-main li a {
    /*border-top: 1px dashed #a0cba0;*/
    background-image: linear-gradient(to right, #a0cba0 50%, rgba(255, 255, 255, 0) 0%);
    background-position: left top;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    margin-top: -5px;
  }
  .header-main li.item4 {
    display: none !important;
  }
  .header-main li.item6, .header-main li.item7 {
    padding-bottom: 10px;
  }
  .header-main li.item6 a, .header-main li.item7 a {
    background-image: linear-gradient(to right, #a0cba0 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #a0cba0 50%, rgba(255, 255, 255, 0) 0%);
    background-position: left top, left bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    padding-bottom: 17px;
  }
  .header-main li.item1, .header-main li.item3, .header-main li.item6 {
    /*border-right: 1px dashed #a0cba0;*/
    background-image: linear-gradient(#a0cba0 40%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 8px;
    background-repeat: repeat-y;
  }
  .header-main a {
    padding: 17px 0 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .header-main .online_reserve_btn {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

/* font family */
/* ボタン */
/* ----------------------------------------
 	layout
 ---------------------------------------- */
/* レイアウト
------------------------------ */
.container {
  position: relative;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}

/* コンテンツ
------------------------------ */
.main {
  min-height: 300px;
}

.main_visual img {
  display: block;
  width: 100%;
  height: auto;
}
.main_visual .slick-slide {
  position: relative;
}
.main_visual .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
}
.main_visual .container p {
  font-size: 36px;
  line-height: 1.5;
}
.main_visual .container img {
  width: auto;
  display: inline-block;
}
.main_visual .slide2 .container {
  text-align: right;
  padding-top: 28px;
  padding-right: 82px;
}
.main_visual .slide2 .container p {
  text-align: left;
  display: inline-block;
  margin-right: 145px;
  margin-top: 100px;
}

.icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.icon-02 {
  width: 32px;
  height: 32px;
  background-image: url(../img/common/icon2.png);
}

.icon-03 {
  width: 33px;
  height: 35px;
  background-image: url(../img/common/icon3.png);
}

.icon-05 {
  width: 34px;
  height: 41px;
  background-image: url(../img/common/icon5.png);
}

.icon-06 {
  width: 37px;
  height: 37px;
  background-image: url(../img/common/icon6.png);
}

.icon-07 {
  width: 45px;
  height: 45px;
  background-image: url(../img/common/icon7.png);
  top: 9px;
  margin-right: 10px;
}

.section {
  padding: 53px 0;
}
.section .inner-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: Wrap;
  -moz-flex-wrap: Wrap;
  -ms-flex-wrap: Wrap;
  flex-wrap: Wrap;
}
.section .heading-01 {
  text-align: center;
  line-height: 1;
  margin-bottom: 38px;
}
.section .heading-03 {
  text-align: center;
}
@media (min-width: 769px) {
  .section .left-section {
    width: 39%;
  }
  .section .right-section {
    width: 54.5%;
  }
}
@media (max-width: 768px) {
  .section .left-section, .section .right-section {
    width: 100%;
  }
}
.section .phone {
  font-size: 44px;
  color: #ff7e00;
  /*// &:before {
  // 	content: "";
  // 	width: 37px;
  // 	height: 37px;
  // 	background-image: url(../img/common/phone-icon.png);
  // 	background-repeat: no-repeat;
  // 	display: inline-block;
  // 	margin-right: 15px;
  // 	position: relative;
  // 	top: 1px;
  // }*/
}

/* 20200412 add */
/* .corona-section{
  width: 100%;
  margin: 0 auto;
  padding: 53px 0 47px;
  background-color: #fff;
}
.corona-section p{
  line-height: 1.8;
}
.corona-title{
  width: 100%;
  text-align: center;
  font-size: 4.5vw;
  margin-bottom: 4.5vw;
  font-weight: bold;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #116f23;
}
.corona-box{
  width: 100%;
  margin: 0 auto;
  border: 3px solid #62a36e;
  border-radius: 6px;
  padding: 3.5vw;
  font-size: 3.8vw;
}
.corona-list{
  margin: 3.5vw 0;
  padding-left: 4.0vw;
	list-style: disc;
	list-style-position: outside;  
}
.corona-list > li{
  line-height: 2.0;
	list-style: disc;
}
.corona-subtitle{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 4.2vw;
  margin: 0 0 3.5vw;
  color: #116f23;
}
.corona-type{
  font-weight: bold;
  border-bottom: 1px solid #116f23;
  padding-bottom: 2px;
  margin: 4.0vw 0 3.5vw;
  color: #116f23;
}  
@media (min-width: 500px) {
  .corona-title{
    font-size: 20px;
    margin-bottom: 24px;
  }
  .corona-box{
    padding: 36px;
    font-size: 14px;
  }
  .corona-list{
    margin: 22px 0 18px;
    padding-left: 22px;
  }
  .corona-subtitle{
    margin: 0 0 18px;
    font-size: 16px;
  }
  .corona-type{
    margin: 22px 0 18px;
    font-size: 16px;
  } 
}
@media (min-width: 769px) {
  .corona-title{
    font-size: 24px;
  }
  .corona-box{
    font-size: 16px;
  }
  .corona-subtitle,
  .corona-type{
    font-size: 20px;
  }   
} */

/* 20231113 add */
.top-reservation-section{
  width: 100%;
  margin: 0 auto;
  padding: 53px 0 47px;
  background-color: #fff;
}
.top-reservation-section p{
  line-height: 1.8;
}
.top-reservation-section a{
  color: #116f23;
  text-decoration: underline;
}
.top-reservation-title{
  width: 100%;
  text-align: center;
  font-size: 4.6vw;
  margin-bottom: 4vw;
  font-weight: bold;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #116f23;
}
.top-reservation-box{
  width: 100%;
  margin: 0 auto;
  border: 3px solid #62a36e;
  border-radius: 6px;
  padding: 5vw 3.5vw;
  font-size: 3.8vw;
}
.top-reservation-subtitle{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 4.2vw;
  margin: 0 0 3vw;
  color: #116f23;
}
.top-reservation-type{
  font-size: 4.0vw;
  font-weight: bold;
  border-bottom: 1px solid #116f23;
  padding-bottom: 2px;
  margin: 4.0vw 0 3.5vw;
  color: #116f23;
}  
.top-reservation-limittime{
  color: #116f23;
}
@media (min-width: 500px) {
  .top-reservation-section{
    padding: 53px 0 47px;
  }  
  .top-reservation-title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .top-reservation-box{
    padding: 36px;
    font-size: 14px;
  }
  .top-reservation-subtitle{
    margin: 0 0 18px;
    font-size: 18px;
  }
  .top-reservation-type{
    margin: 22px 0 18px;
    font-size: 16px;
  } 
}
@media (min-width: 769px) {
  .top-reservation-title{
    font-size: 24px;
  }
  .top-reservation-box{
    font-size: 16px;
  }
  .top-reservation-subtitle{
    font-size: 20px;
  }   
  .top-reservation-type{
    font-size: 18px;
  }     
}


.intro-section {
  padding: 53px 0 47px;
  background-color: #ebf4ea;
}
@media (min-width: 769px) {
  .intro-section .img-02 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.intro-section p {
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.intro-section .left-section {
  position: relative;
  padding-bottom: 79px;
}
.intro-section .left-section img {
  border-radius: 6px;
}
.intro-section .right-section {
  padding-top: 60px;
}

.time-section {
  padding: 46px 0 0;
}
.time-section .inner-section {
  padding-bottom: 50px;
}
.time-section .inner-section .btn {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .time-section .inner-section .left-section {
    width: 49%;
  }
  .time-section .inner-section .right-section {
    width: 49%;
  }
}
.time-section .inner-section .right-section img {
  border-radius: 6px;
}
.time-section .inner-section .right-section .google-maps {
  height: 569px;
  width: 100%;
}
.time-section .inner-section .right-section .google-maps #map-container {
  height: 100%;
  width: 100%;
}

/* 20231122 add */
.time-section .inner-section .right-section .googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
@media (min-width: 769px) {
  .time-section .inner-section .right-section .googlemap {
    height: calc(100% - 70px);
  }
}
 
/* 20231122 add */
.time-section .inner-section .right-section .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.time-section .inner-section .right-section .btn-img {
  margin-bottom: 0;
}
.time-section .inner-section .right-section .accordion-control.active {
  background-color: #fff;
  color: #ff7e00;
}
.time-section .inner-section .right-section .accordion-control.active:before {
  background-image: url("../img/common/cross-s.png");
  border: 0;
  width: 10px;
  height: 10px;
}

.time-section .inner-section .left-section .line{
  margin: 25px 0 20px;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  margin-bottom: 5px;
}
.table tr:first-child th:first-child {
  border-top-left-radius: 6px;
  border-left: 2px solid #75b280;
}
.table tr:first-child th:last-child {
  border-top-right-radius: 6px;
  border-right: 2px solid #75b280;
}
.table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.table tr:last-child td {
  border-bottom: 2px solid #75b280;
}
.table th {
  color: #fff;
  font-size: 16px;
  background-color: #62a36e;
  border-right: 1px solid #75b280;
  border-bottom: 1px solid #75b280;
  border-top: 2px solid #75b280;
  padding: 6px 5px;
  font-weight: normal;
}
.table tr td:first-child {
  background-color: #fffceb;
  padding: 12px 10px;
  border-left: 2px solid #75b280;
}
.table tr td:last-child {
  border-right: 2px solid #75b280;
  color: #d92912;
}
.table tr td:nth-last-child(2) {
  color: #d92912;
}
.table tr td {
  border-right: 1px solid #75b280;
  border-bottom: 1px solid #75b280;
  padding: 12px 15px;
}

.note {
  font-size: 13px;
  color: #3e3d3d;
}

.notice-table {
  background-color: #fffceb;
  border: 2px solid #75b280;
  width: 100%;
  border-radius: 6px;
  padding: 16px 15px 10px 15px;
}
.notice-table tr td:first-child {
  min-width: 77px;
  color: #116f23;
  font-weight: 500;
}
.notice-table tr p {
  margin-bottom: 11px;
}
.notice-table tr p:first-child {
  color: #116f23;
  font-weight: 500;
  margin-bottom: 4px;
}

.btn {
  font-size: 18px;
  border: 2px solid #ff7e00;
  color: #ff7e00;
  border-radius: 30px;
  display: block;
  margin: 24px auto;
  padding: 13px 20px 11px;
  line-height: 1;
  width: 415px;
  text-align: center;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-weight: 500;
  position: relative;
}
.btn:before {
  content: "";
  display: inline-block;
  border: 5px solid #ff7e00;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: 0;
  position: absolute;
  left: 46px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-orange {
  background-color: #ff7e00;
  color: #fff;
}
.btn-orange:before {
  border-top-color: #fff;
  border-bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.btn-img {
  margin: 23px 0;
  display: block;
  text-align: center;
}
.btn-img .btn-active {
  display: none;
}
.btn-img.active img:not(.btn-active) {
  display: none;
}
.btn-img.active .btn-active {
  display: inline-block;
}
@media (min-width: 769px) {
  .btn-img {
    height: 46px;
    overflow: hidden;
    position: relative;
  }
  .btn-img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s linear;
  }
  .btn-img:hover img {
    bottom: 0;
    top: auto;
  }
}

.accordion-content .ui-accordion-content {
  background-color: #6fae7a;
}
.accordion-content .ui-accordion-content .container {
  position: relative;
  padding: 50px 10px 14px;
}
.accordion-content .ui-accordion-content .container:before {
  content: "";
  position: absolute;
  top: -25px;
  right: 23.5%;
  background-image: url(../img/common/arrow-icon.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 27px;
  background-size: contain;
}
.accordion-content .item-list .item {
  margin-bottom: 17px;
}
.accordion-content .item-list .item .img {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.accordion-content .item-list .item .img span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #fff;
  background-color: #ff7e00;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
}
.accordion-content .item-list .item p {
  color: #fff;
}

.contact-section {
  background-color: #ebf4ea;
}
.contact-section .inner-section {
  background-color: #fff;
  border-radius: 6px;
  padding: 25px 64px 25px 25px;
}
.contact-section .inner-section .img {
  align-self: center;
  width: 39%;
}
.contact-section .inner-section .img img {
  border-radius: 6px;
}
.contact-section .inner-section .contact-info {
  text-align: center;
  padding-top: 3px;
}
@media (min-width: 769px) {
  .contact-section .inner-section .contact-info {
    width: 58%;
  }
}
.contact-section .inner-section .contact-info h2 {
  color: #fff;
  font-size: 22px;
  border-radius: 6px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: normal;
}
.contact-section .inner-section .contact-info > img {
  margin-bottom: 9px;
}
.contact-section .inner-section .contact-info .address {
  margin-bottom: 20px;
  font-weight: 500;
}

.guide-section {
  padding-top: 46px;
}
.guide-section .heading-01 {
  margin-bottom: 48px;
}
.guide-section .guide-list {
  margin-bottom: 2px;
}
.guide-section .guide-list .guide-btn {
  display: block;
  font-size: 24px;
  color: #fff;
  background-color: #3a7444;
  text-align: center;
  border-radius: 6px;
  padding: 35px 0;
  line-height: 1;
  border: 0;
  outline: none;
  width: 100%;
}
@media (min-width: 769px) {
  .guide-section .guide-list .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  @-moz-document url-prefix() {
    .guide-section .guide-list .item {
      margin-bottom: 10px;
    }
  }
}
.guide-section .container > p {
  text-align: right;
}

.guide-section .whitning {
  margin-bottom: 7px;
}
.guide-section .whitning .whitning-banner{
  border-radius: 6px;
}
@media (min-width: 769px) {
  .guide-section .whitning {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  @-moz-document url-prefix() {
    .guide-section .whitning {
      margin-bottom: 10px;
    }
  }
}

.direction-section {
  background-color: #fdfae6;
  padding-top: 38px;
}
.direction-section .heading-01 {
  margin-bottom: 40px;
}
.direction-section .left-section img {
  border-radius: 6px;
}
.direction-section .right-section {
  padding-top: 22px;
}
.direction-section p {
  line-height: 30px;
  font-weight: 500;
}
.direction-section .career-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 24px;
  margin-top: 33px;
  font-weight: 500;
}
.direction-section .career-box .box-inner {
  display: inline-block;
}
.direction-section .career-box p {
  line-height: 34px;
  background-image: linear-gradient(to right, #a0cba0 30%, rgba(255, 255, 255, 0) 0%);
  background-position: left bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  padding-left: 5px;
}
.direction-section .career-box p:last-child {
  background-image: none;
}
.direction-section .career-box .career-link {
  background-color: #62a36e;
  color: #fff;
  text-align: center;
  width: 102px;
  display: block;
  padding: 4px;
  border-radius: 3px;
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.reservation-section {
  padding-top: 46px;
  padding-bottom: 0;
}
.reservation-section .heading-01 {
  margin-bottom: 47px;
}
@media (min-width: 769px) {
  .reservation-section .left-section {
    width: 42%;
    padding-top: 40px;
  }
  .reservation-section .right-section {
    width: 54%;
  }
}
.reservation-section p {
  line-height: 30px;
  font-weight: 500;
}
.reservation-section .recept-table {
  background-color: #fffceb;
  border: 2px solid #75b280;
  width: 100%;
  border-radius: 6px;
  border-spacing: 0;
}
.reservation-section .recept-table th {
  background-color: #62a36e;
  color: #fff;
  font-size: 28px;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  padding: 8px 0 12px;
}
.reservation-section .recept-table td {
  font-size: 16px;
  text-align: center;
  padding: 4px 0 12px;
}
.reservation-section .recept-table td p {
  margin-bottom: 14px;
  line-height: 32px;
}

.visit-section {
  padding-top: 43px;
  padding-bottom: 0;
}
.visit-section .heading-01 {
  margin-bottom: 34px;
}
.visit-section .inner-content {
  text-align: center;
}
.visit-section .inner-content p {
  margin-bottom: 24px;
  font-weight: 500;
}
.visit-section .inner-content .btn-img, .visit-section .inner-content .btn {
  margin-bottom: 30px;
}
.visit-section .inner-content .cards {
  background-color: #f7f7f7;
  padding: 30px 0;
  border-radius: 6px;
}

.qa-section {
  padding-top: 42px;
  padding-bottom: 75px;
}
.qa-section .qa {
  background-color: #62a36e;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 15px 24px 24px;
  position: relative;
  overflow: hidden;
}
.qa-section .qa:before {
  content: "";
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3a7444;
  border-bottom-right-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 12px 15px;
  background-image: url("../img/common/q.png");
  background-repeat: no-repeat;
  background-position: 15px 12px;
}
.qa-section .qa .question {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-left: 45px;
  margin-bottom: 17px;
  min-height: 48px;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.qa-section .qa .anwser {
  background-color: #fff;
  padding: 21px 30px 23px 60px;
  position: relative;
}
.qa-section .qa .anwser:before {
  content: "";
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-size: 24px;
  color: #3a7444;
  position: absolute;
  top: 23px;
  left: 31px;
  background-image: url("../img/common/a.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
}

/* font family */
/* ボタン */
/* ----------------------------------------
 	parts
 ---------------------------------------- */
@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
#svgicons {
  display: none;
}

.ico-svg {
  width: 1em;
  height: 1em;
}

/* 共通クラス
------------------------------ */
.pc .hover-op {
  -webkit-transition: 0.2s opacity ease;
  -moz-transition: 0.2s opacity ease;
  -ms-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.pc .hover-op:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

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

.hidden {
  display: none;
}

/* 見出し
------------------------------ */
.heading-01 {
  color: #242424;
  font-size: 32px;
  line-height: 42px;
  font-weight: normal;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heading-02 {
  color: #116f23;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 28px;
  font-weight: normal;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heading-03 {
  color: #116f23;
  font-size: 24px;
  line-height: 34px;
  margin: 10px 0 22px;
  font-weight: normal;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin: 0 -0.75%;
}
.flex .item {
  margin: 0 0.75% 1.5%;
}
@media (min-width: 769px) {
  .flex .col-4 {
    width: 23.5%;
  }
}
@media (max-width: 768px) {
  .flex .col-4 {
    width: 100%;
  }
}

/* 共通パーツ
------------------------------ */
/* ボタン */
.btn-link {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  min-width: 426px;
  background: #fff;
  border: 3px solid #62a36e;
  border-radius: 6px;
  text-align: center;
  color: #62a36e;
  font-size: 26px;
  line-height: 58px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #62a36e;
}
.pc .btn-link:hover {
  background-color: #62a36e;
  color: #fff;
}
.pc .btn-link:hover:after {
  border-left-color: #fff;
}
@media (max-width: 768px) {
  .btn-link {
    display: block;
    width: 85%;
    min-width: 0;
    margin: 0 auto;
    font-size: 18px;
    line-height: 44px;
    border-radius: 4px;
  }
}

/* font family */
/* ボタン */
/* ----------------------------------------
 	Footer
 ---------------------------------------- */
.footer {
  background-color: #ebf4ea;
  padding-bottom: 30px;
}
.footer .contact-section {
  padding-bottom: 43px;
}
@media (min-width: 769px) {
  .footer .contact-section .inner-section .contact-info h2 {
    margin-bottom: 9px;
  }
  .footer .contact-section .inner-section .contact-info > img {
    margin-bottom: 5px;
  }
  .footer .contact-section .inner-section .contact-info .address {
    margin-bottom: 10px;
  }
  .footer .contact-section .inner-section .contact-info .btn-img {
    margin: 12px auto 0;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
}
.footer .pagetotop {
  position: absolute;
  top: -80px;
  right: -90px;
  height: 58px;
  width: 58px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .footer .pagetotop {
    right: 10px;
  }
}
.footer .pagetotop img {
  position: absolute;
  top: 0;
  transition: all 0.2s linear;
}
@media (min-width: 769px) {
  .footer .pagetotop:hover {
    opacity: 1;
  }
  .footer .pagetotop:hover img {
    bottom: 0;
    top: auto;
  }
}

/*# sourceMappingURL=common.css.map */
