@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 0 0;
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  order: 1;
  margin: 0 60px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .column-2n .column-box,
  .column-2n .thumbnail-box,
  .thumbnail-2n .column-box,
  .thumbnail-2n .thumbnail-box {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .column-2n .column-box:last-child,
  .column-2n .thumbnail-box:last-child,
  .thumbnail-2n .column-box:last-child,
  .thumbnail-2n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-3n,
.thumbnail-3n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 60px) / 3 - 60px);
  margin: 60px 60px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .column-3n .column-box,
  .column-3n .thumbnail-box,
  .thumbnail-3n .column-box,
  .thumbnail-3n .thumbnail-box {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .column-3n .column-box:last-child,
  .column-3n .thumbnail-box:last-child,
  .thumbnail-3n .column-box:last-child,
  .thumbnail-3n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-4n,
.thumbnail-4n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 60px) / 4 - 60px);
  margin: 60px 60px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .column-4n .column-box,
  .column-4n .thumbnail-box,
  .thumbnail-4n .column-box,
  .thumbnail-4n .thumbnail-box {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .column-4n .column-box:last-child,
  .column-4n .thumbnail-box:last-child,
  .thumbnail-4n .column-box:last-child,
  .thumbnail-4n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-5n,
.thumbnail-5n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 60px) / 5 - 60px);
  margin: 60px 60px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .column-5n .column-box,
  .column-5n .thumbnail-box,
  .thumbnail-5n .column-box,
  .thumbnail-5n .thumbnail-box {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .column-5n .column-box:last-child,
  .column-5n .thumbnail-box:last-child,
  .thumbnail-5n .column-box:last-child,
  .thumbnail-5n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-6n,
.thumbnail-6n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 60px) / 6 - 60px);
  margin: 60px 60px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .column-6n .column-box,
  .column-6n .thumbnail-box,
  .thumbnail-6n .column-box,
  .thumbnail-6n .thumbnail-box {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .column-6n .column-box:last-child,
  .column-6n .thumbnail-box:last-child,
  .thumbnail-6n .column-box:last-child,
  .thumbnail-6n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[clone-nav] スクロール後グローバルナビ 
******************************************/
.clone-nav {
  position: fixed;
  z-index: 1000;
  top: -10px;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  /* sp */
}
@media screen and (max-width: 769px) {
  .clone-nav {
    z-index: 0;
  }
  .clone-nav .header {
    height: 50px !important;
  }
  .clone-nav .header-right {
    display: none;
  }
  .clone-nav .header-left .logo {
    padding: 0 !important;
  }
}

.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.button, .telBtn {
  display: none;
}

/******************************************
[check] チェックボックス 
******************************************/
.check {
  /* sp */
}
.check li {
  font-size: 1em;
  line-height: 1.4;
  text-indent: -1.5em;
  padding: 0 0 20px 1.5em;
  margin-bottom: 20px;
  border-bottom: 1px dotted #b9b9b9;
}
.check li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.check li:before {
  content: "\e901";
  font-family: "icomoon";
  margin-right: 0.5em;
}
.check.inline {
  display: flex;
  flex-wrap: wrap;
}
.check.inline li {
  width: 46%;
  margin: 2%;
  padding: 0 0 10px 1.5em;
  margin: 0 2% 10px 2%;
}
.check.inline li:last-child {
  border-bottom: 1px dotted #b9b9b9;
}
/******************************************
[topics]
******************************************/
.topics {
  /* sp */
}
.topics-detail {
  border: 1px solid #b9b9b9;
  border-radius: 15px;
  padding: 30px;
  background: #f7f6f4;
}
.topics-detail .topics_title {
  font-size: 1.25rem;
  font-weight: 500;
}
.topics-detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
}
.topics-detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics-detail .topics_body {
  margin-top: 20px;
}
.topics-detail .topics_body a {
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .topics li, .topics-list li {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .topics li a, .topics-list li a {
    font-size: 0.875rem;
    display: block;
  }
  .topics li a span, .topics-list li a span {
    display: inline-block;
    line-height: 1.5;
  }
  .topics-detail {
    padding: 15px;
  }
  .topics-detail .topics_title {
    font-size: 1.125rem;
  }
  .topics-detail .topics_date {
    font-size: 0.875rem;
  }
}

/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0;
  clear: both;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  /* sp */
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #b9b9b9 !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #e4f4db;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
@media screen and (max-width: 769px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
  /* sp */
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
@media screen and (max-width: 769px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
[frame] BOXフレーム
******************************************/
.frame {
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
}
.frame-white {
  border-color: #b9b9b9;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin: 20px 0;
}

/******************************************
ローディング　loading
******************************************/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}
#loading_barWrap:after {
  content: "";
  background: url("../img/loading.png") center no-repeat;
  background-size: contain;
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #e4f4db;
  transition-duration: 1s;
  bottom: -1px;
}

.text {
  text-align: center;
  color: #3b1f13;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

.loadingNone {
  display: none;
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  width: 60px;
  position: fixed;
  right: -5px;
  top: 20%;
  z-index: 9;
  transition: 0.1s;
  /* sp */
}
.sideBnr a {
  font-size: 1.125rem;
  color: #e4f4db;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #4e9525;
  border-radius: 5px;
  padding: 15px 22px 15px 15px;
  display: block;
  line-height: 1;
}
.sideBnr a:hover {
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .sideBnr {
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .sideBnr a {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-width: 0;
    border-radius: 0;
    padding: 10px;
    display: block;
  }
}

/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 10;
  transition: 0.3s;
}

/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
  /* sp */
}
table.basic tr {
  border-bottom: 1px dashed #b9b9b9;
}
table.basic tr > th, table.basic tr td {
  vertical-align: top;
  padding: 20px 0;
}
table.basic tr > th {
  text-align-last: justify;
}
table.basic tr > td {
  padding-left: 50px;
}
table.basic tr:first-child {
  border-top: 1px dashed #b9b9b9;
}
@media screen and (max-width: 769px) {
  table.basic tr > th, table.basic tr td {
    font-size: 0.75rem;
    padding: 15px 0;
  }
  table.basic tr > th {
    width: 80px;
  }
  table.basic tr > td {
    padding-left: 20px;
  }
}

/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3b1f13;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .inner {
    max-width: 600px;
    margin: auto;
    padding: 0 15px;
  }
}

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

a {
  color: black;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 2;
  text-align: justify;
}

hr {
  margin: 0;
  padding: 0;
  border: 0;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.mt1 {
  margin-top: 1px;
}

.mb1 {
  margin-bottom: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mb2 {
  margin-bottom: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mb3 {
  margin-bottom: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mb6 {
  margin-bottom: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mb7 {
  margin-bottom: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mb9 {
  margin-bottom: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt11 {
  margin-top: 11px;
}

.mb11 {
  margin-bottom: 11px;
}

.mt12 {
  margin-top: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.mt13 {
  margin-top: 13px;
}

.mb13 {
  margin-bottom: 13px;
}

.mt14 {
  margin-top: 14px;
}

.mb14 {
  margin-bottom: 14px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt17 {
  margin-top: 17px;
}

.mb17 {
  margin-bottom: 17px;
}

.mt18 {
  margin-top: 18px;
}

.mb18 {
  margin-bottom: 18px;
}

.mt19 {
  margin-top: 19px;
}

.mb19 {
  margin-bottom: 19px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt21 {
  margin-top: 21px;
}

.mb21 {
  margin-bottom: 21px;
}

.mt22 {
  margin-top: 22px;
}

.mb22 {
  margin-bottom: 22px;
}

.mt23 {
  margin-top: 23px;
}

.mb23 {
  margin-bottom: 23px;
}

.mt24 {
  margin-top: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt26 {
  margin-top: 26px;
}

.mb26 {
  margin-bottom: 26px;
}

.mt27 {
  margin-top: 27px;
}

.mb27 {
  margin-bottom: 27px;
}

.mt28 {
  margin-top: 28px;
}

.mb28 {
  margin-bottom: 28px;
}

.mt29 {
  margin-top: 29px;
}

.mb29 {
  margin-bottom: 29px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt31 {
  margin-top: 31px;
}

.mb31 {
  margin-bottom: 31px;
}

.mt32 {
  margin-top: 32px;
}

.mb32 {
  margin-bottom: 32px;
}

.mt33 {
  margin-top: 33px;
}

.mb33 {
  margin-bottom: 33px;
}

.mt34 {
  margin-top: 34px;
}

.mb34 {
  margin-bottom: 34px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mt36 {
  margin-top: 36px;
}

.mb36 {
  margin-bottom: 36px;
}

.mt37 {
  margin-top: 37px;
}

.mb37 {
  margin-bottom: 37px;
}

.mt38 {
  margin-top: 38px;
}

.mb38 {
  margin-bottom: 38px;
}

.mt39 {
  margin-top: 39px;
}

.mb39 {
  margin-bottom: 39px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt41 {
  margin-top: 41px;
}

.mb41 {
  margin-bottom: 41px;
}

.mt42 {
  margin-top: 42px;
}

.mb42 {
  margin-bottom: 42px;
}

.mt43 {
  margin-top: 43px;
}

.mb43 {
  margin-bottom: 43px;
}

.mt44 {
  margin-top: 44px;
}

.mb44 {
  margin-bottom: 44px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mt46 {
  margin-top: 46px;
}

.mb46 {
  margin-bottom: 46px;
}

.mt47 {
  margin-top: 47px;
}

.mb47 {
  margin-bottom: 47px;
}

.mt48 {
  margin-top: 48px;
}

.mb48 {
  margin-bottom: 48px;
}

.mt49 {
  margin-top: 49px;
}

.mb49 {
  margin-bottom: 49px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt51 {
  margin-top: 51px;
}

.mb51 {
  margin-bottom: 51px;
}

.mt52 {
  margin-top: 52px;
}

.mb52 {
  margin-bottom: 52px;
}

.mt53 {
  margin-top: 53px;
}

.mb53 {
  margin-bottom: 53px;
}

.mt54 {
  margin-top: 54px;
}

.mb54 {
  margin-bottom: 54px;
}

.mt55 {
  margin-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.mt56 {
  margin-top: 56px;
}

.mb56 {
  margin-bottom: 56px;
}

.mt57 {
  margin-top: 57px;
}

.mb57 {
  margin-bottom: 57px;
}

.mt58 {
  margin-top: 58px;
}

.mb58 {
  margin-bottom: 58px;
}

.mt59 {
  margin-top: 59px;
}

.mb59 {
  margin-bottom: 59px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt61 {
  margin-top: 61px;
}

.mb61 {
  margin-bottom: 61px;
}

.mt62 {
  margin-top: 62px;
}

.mb62 {
  margin-bottom: 62px;
}

.mt63 {
  margin-top: 63px;
}

.mb63 {
  margin-bottom: 63px;
}

.mt64 {
  margin-top: 64px;
}

.mb64 {
  margin-bottom: 64px;
}

.mt65 {
  margin-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.mt66 {
  margin-top: 66px;
}

.mb66 {
  margin-bottom: 66px;
}

.mt67 {
  margin-top: 67px;
}

.mb67 {
  margin-bottom: 67px;
}

.mt68 {
  margin-top: 68px;
}

.mb68 {
  margin-bottom: 68px;
}

.mt69 {
  margin-top: 69px;
}

.mb69 {
  margin-bottom: 69px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt71 {
  margin-top: 71px;
}

.mb71 {
  margin-bottom: 71px;
}

.mt72 {
  margin-top: 72px;
}

.mb72 {
  margin-bottom: 72px;
}

.mt73 {
  margin-top: 73px;
}

.mb73 {
  margin-bottom: 73px;
}

.mt74 {
  margin-top: 74px;
}

.mb74 {
  margin-bottom: 74px;
}

.mt75 {
  margin-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.mt76 {
  margin-top: 76px;
}

.mb76 {
  margin-bottom: 76px;
}

.mt77 {
  margin-top: 77px;
}

.mb77 {
  margin-bottom: 77px;
}

.mt78 {
  margin-top: 78px;
}

.mb78 {
  margin-bottom: 78px;
}

.mt79 {
  margin-top: 79px;
}

.mb79 {
  margin-bottom: 79px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt81 {
  margin-top: 81px;
}

.mb81 {
  margin-bottom: 81px;
}

.mt82 {
  margin-top: 82px;
}

.mb82 {
  margin-bottom: 82px;
}

.mt83 {
  margin-top: 83px;
}

.mb83 {
  margin-bottom: 83px;
}

.mt84 {
  margin-top: 84px;
}

.mb84 {
  margin-bottom: 84px;
}

.mt85 {
  margin-top: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.mt86 {
  margin-top: 86px;
}

.mb86 {
  margin-bottom: 86px;
}

.mt87 {
  margin-top: 87px;
}

.mb87 {
  margin-bottom: 87px;
}

.mt88 {
  margin-top: 88px;
}

.mb88 {
  margin-bottom: 88px;
}

.mt89 {
  margin-top: 89px;
}

.mb89 {
  margin-bottom: 89px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt91 {
  margin-top: 91px;
}

.mb91 {
  margin-bottom: 91px;
}

.mt92 {
  margin-top: 92px;
}

.mb92 {
  margin-bottom: 92px;
}

.mt93 {
  margin-top: 93px;
}

.mb93 {
  margin-bottom: 93px;
}

.mt94 {
  margin-top: 94px;
}

.mb94 {
  margin-bottom: 94px;
}

.mt95 {
  margin-top: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.mt96 {
  margin-top: 96px;
}

.mb96 {
  margin-bottom: 96px;
}

.mt97 {
  margin-top: 97px;
}

.mb97 {
  margin-bottom: 97px;
}

.mt98 {
  margin-top: 98px;
}

.mb98 {
  margin-bottom: 98px;
}

.mt99 {
  margin-top: 99px;
}

.mb99 {
  margin-bottom: 99px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mincho {
  font-family: "Noto Serif JP";
}

rt {
  transform: translateY(-0.3rem);
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/******************************************
[PC・SP表示非表示]
******************************************/
.pc {
  display: inline-block !important;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .sp {
    display: inline-block !important;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 140%;
  font-weight: bold;
  /* sp */
}
@media screen and (max-width: 769px) {
  .big {
    font-size: 120%;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .t-center-pc {
    text-align: justify;
  }
}

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

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

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 769px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #e4f4db;
}

.color-sub {
  color: #4e9525;
}

.black {
  color: #3b1f13;
}

.white {
  color: #fff;
}

.red {
  color: #cf4747;
}

.orange {
  color: #f29901;
}

.yellow {
  color: #ffdd43;
}

.green {
  color: #008442;
}

.blue {
  color: #195fb5;
}

.brown {
  color: #917e68;
}

.gray {
  color: #b9b9b9;
}

/******************************************
[見出し]
******************************************/
h3 {
  font-size: 1.875rem;
  color: #3b1f13;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
  background: url(../img/h3-bg.png) repeat-x center right;
  background-size: contain;
}
h3 span {
  font-size: 1rem;
  color: #4e9525;
  font-weight: 400;
  margin-left: 10px;
}
h3 img {
  width: auto;
  height: 40px;
  margin: 0 5px -10px 0;
}

/* sp */
@media screen and (max-width: 769px) {
  h3 {
    font-size: 1.5625rem;
    margin-bottom: 20px;
  }
  h3 span {
    font-size: 0.875rem;
  }
  h3 img {
    width: auto;
    height: 25px;
    margin: 0 5px -2px 0;
  }
}
h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  background: url(../img/bg-green.jpg) no-repeat center;
  background-size: cover;
  padding: 5px 20px 7px;
  border-radius: 7px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
h4:before {
  content: "";
  background: url(../img/cat-img1.png) no-repeat center;
  background-size: contain;
  width: 48px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}

h5 {
  font-size: 1.25rem;
  color: #4e9525;
  font-weight: 700;
  margin: 0 0 10px;
  /* sp */
}
@media screen and (max-width: 769px) {
  h5 {
    font-size: 0.9375rem;
  }
}

/******************************************
[header]
******************************************/
header {
  width: 100%;
  z-index: 10;
  /* sp */
}
header .header {
  width: 100%;
  height: 100px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
header .header > div {
  line-height: 1;
}
header .header-left {
  text-align: left;
  font-size: 0;
}
header .header-left .logo img {
  width: auto;
  height: 80px;
}
header .header-right {
  flex-grow: 3;
}
header .header-right-contact > p {
  text-align: right;
  line-height: 1;
  vertical-align: middle;
}
header .header-right-contact .phone span {
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 5px 15px 8px 15px;
  margin-left: 10px;
  border-radius: 100px;
  background: #4e9525;
  display: inline-flex;
  align-items: center;
}
header .header-right-contact .phone span i {
  vertical-align: middle;
  margin-right: 5px;
}
header .header-right-contact .add {
  font-size: 0.875rem;
  margin-top: 10px !important;
}
header .header-right .header-nav {
  display: none;
}
@media screen and (max-width: 769px) {
  header .header {
    height: auto;
    padding: 5px 0;
    display: block;
  }
  header .header-left {
    width: 100%;
    height: auto;
    text-align: center;
  }
  header .header-left .logo {
    padding: 0 60px;
  }
  header .header-left .logo img {
    width: auto;
    height: 50px;
  }
  header .header-right-contact {
    display: none;
  }
}

/******************************************
[footer]
******************************************/
footer {
  padding-top: 60px;
  background: url(../img/bg-green2.jpg) repeat center;
}
footer .footer {
  display: flex;
  margin: auto;
}
footer .footer > div {
  width: 50%;
}
footer .footer-left > p {
  margin-top: 10px;
  line-height: 1;
}
footer .footer-right .schedule th:nth-child(n+2) {
  width: 60px;
}
footer .footer-logo {
  margin-bottom: 20px;
}
footer .footer-logo img {
  width: 300px;
  height: auto;
}
footer .footer-tel {
  margin-top: 10px;
}
footer .footer-tel span {
  font-size: 1.875rem;
  font-weight: 700;
  display: block;
  margin-top: 5px;
  line-height: 1;
}
footer .footer-tel span i {
  font-size: 1.5625rem;
  margin-right: 5px;
}
footer .footer-add {
  line-height: 1.2;
}
footer .footer-bnr .btn {
  display: inline-block;
}
footer .footer-bnr .btn a {
  padding: 15px 20px 15px 30px;
  margin: 0 10px 0 0;
}
footer .footer-bnr .btn:nth-child(1) a {
  background: #917e68;
}
footer .footer-bnr .btn.line a {
  background: #01b901;
}
footer .footer-nav {
  margin: 40px 0 60px;
  display: flex;
  justify-content: center;
}
footer .footer-nav li {
  border-left: 2px dotted #3b1f13;
}
footer .footer-nav li:last-child {
  border-right: 2px dotted #3b1f13;
}
footer .footer-nav li a {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  padding: 0 20px;
  display: block;
}

/* sp */
@media screen and (max-width: 769px) {
  footer {
    padding-top: 30px;
    background-size: 352px 250px;
  }
  footer .footer {
    display: block;
    margin: auto;
  }
  footer .footer > div {
    width: 100%;
  }
  footer .footer-right .schedule {
    margin-top: 20px;
  }
  footer .footer-right .schedule th:nth-child(n+2) {
    width: 35px;
  }
  footer .footer-logo {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer-tel {
    margin-top: 10px;
  }
  footer .footer-bnr {
    display: flex;
  }
  footer .footer-bnr .btn {
    width: 50%;
    padding: 0 5px;
  }
  footer .footer-bnr .btn a {
    font-size: 0.75rem;
    padding: 15px;
    margin: 0;
    width: 100%;
  }
  footer .footer-nav {
    display: none;
  }
}
/* コピーライト */
.copy {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  background: #4e9525;
  color: #fff;
  /* sp */
}
@media screen and (max-width: 769px) {
  .copy {
    font-size: 0.625rem;
    margin-top: 30px;
  }
}

/******************************************
[section]
******************************************/
section {
  margin: auto;
  padding: 80px 0;
  border-bottom: 0.5px solid #dddddd;
  /* sp */
}
@media screen and (max-width: 769px) {
  section {
    padding: 40px 0;
  }
}

/******************************************
[グローバルナビ]
******************************************/
nav {
  line-height: 1;
  padding: 10px 0;
  /* sp */
}
nav > ul {
  width: 1080px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav > ul li {
  width: 16.6666666667%;
  text-align: center;
  border-left: 1px dotted #3b1f13;
  transform: skewX(160deg);
  transition: 0.1s;
  /* ドロップダウン */
}
nav > ul li:last-child {
  border-right: 1px dotted #3b1f13;
}
nav > ul li:nth-child(1) a:before {
  background-image: url(../img/nav-icon1.png);
}
nav > ul li:nth-child(2) a:before {
  background-image: url(../img/nav-icon2.png);
}
nav > ul li:nth-child(3) a:before {
  background-image: url(../img/nav-icon3.png);
}
nav > ul li:nth-child(4) a:before {
  background-image: url(../img/nav-icon4.png);
}
nav > ul li:nth-child(5) a:before {
  background-image: url(../img/nav-icon5.png);
}
nav > ul li:nth-child(6) a:before {
  background-image: url(../img/nav-icon6.png);
  background-size: 35px 35px;
}
nav > ul li.on {
  background: #4e9525;
}
nav > ul li.on a {
  color: #fff;
}
@media screen and (min-width: 770px) {
  nav > ul li.on:hover a {
    color: #3b1f13;
  }
}
nav > ul li a {
  font-size: 1rem;
  color: #3b1f13;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 45px 0 10px;
  transform: skewX(-160deg);
}
nav > ul li a:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  margin: auto;
  transition: 0.1s;
}
@media screen and (min-width: 770px) {
  nav > ul li:hover {
    text-decoration: none;
    background: #fff !important;
  }
  nav > ul li:hover a {
    text-decoration: none;
  }
  nav > ul li:hover a:before {
    bottom: 33px;
  }
}
nav > ul li.dropdown > a {
  z-index: 2;
}
@media screen and (min-width: 770px) {
  nav > ul li.dropdown > a:after {
    color: #b9b9b9;
    font-family: "icomoon";
    content: "\e906";
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: auto;
    z-index: 2;
  }
}
nav > ul li.dropdown .child {
  display: none;
  background: #fff;
  position: absolute;
  top: 40px;
  left: -40px;
  padding: 0;
  z-index: 1;
  min-width: 150px;
}
nav > ul li.dropdown .child li {
  width: auto;
  border-width: 0;
  padding: 10px 8px;
  margin: 0;
  border-bottom: 1px dotted #b9b9b9;
}
@media screen and (min-width: 770px) {
  nav > ul li.dropdown .child li:hover {
    background: #dddddd;
  }
}
nav > ul li.dropdown .child li a {
  width: 100%;
}
nav > ul li.dropdown .child li:first-child {
  margin-top: 20px;
}
nav .spNav-info {
  display: none;
}
@media screen and (max-width: 769px) {
  nav {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #e4f4db;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    will-change: transform;
    border-width: 0;
  }
  nav > ul {
    width: 100%;
    height: auto;
    padding: 0 10px;
    display: block;
    background: #e4f4db;
  }
  nav > ul > li {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #fff;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    margin: 0 !important;
    padding-right: 0;
    transform: inherit;
    /* ドロップダウン */
  }
  nav > ul > li a {
    font-size: 1rem;
    font-weight: 500;
    text-align: justify;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0 15px 40px;
    transform: inherit;
  }
  nav > ul > li a:before {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    background-size: contain !important;
    top: 0;
    bottom: 0;
    left: 5px;
    right: inherit;
    margin: auto;
  }
  nav > ul > li a:hover {
    text-decoration: none;
  }
  nav > ul > li:last-child {
    border-bottom-width: 0;
  }
  nav > ul > li.dropdown .child {
    display: block;
    position: initial;
    padding: 0;
  }
  nav > ul > li.dropdown .child li {
    width: auto;
    border-width: 0;
    padding: 10px 8px;
    margin: 0;
    border-bottom: 1px dashed #e4f4db;
  }
  nav > ul > li.dropdown .child li a {
    font-size: 0.875rem;
    color: #e4f4db;
    padding: 0;
    width: 100%;
  }
  nav > ul > li.dropdown .child li:first-child {
    margin-top: 0;
  }
  nav > ul > li.dropdown .child li:last-child {
    border-bottom-width: 0;
  }
  nav > ul > li.bnr {
    display: none;
  }
  nav .spNav-info {
    padding: 10px;
  }
  nav .spNav-info p {
    margin-top: 10px;
    line-height: 1.2;
  }
  nav .spNav-info p a {
    color: #fff;
  }
  nav .spNav-info-logo {
    width: 90%;
    height: auto;
    display: block;
    margin: 20px auto 10px;
  }
  nav .spNav-info-logo img {
    width: 100%;
  }
  nav .spNav-info-tel {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
  }
  nav .spNav-info .schedule {
    border-radius: 5px;
    margin-top: 10px;
  }
  nav .spNav-info .schedule tr:first-child th:first-child {
    border-radius: 4px 0 0 0;
  }
  nav .spNav-info .schedule tr:first-child th:last-child {
    border-radius: 0 4px 0 0;
  }
  nav .spNav-info .schedule tr:first-child th:nth-child(n+2) {
    width: 30px;
  }
  nav .spNav-info .schedule tr th, nav .spNav-info .schedule tr td {
    color: #917e68;
    font-size: 0.625rem;
    padding: 2px;
  }
  nav .spNav-info .holiday dt, nav .spNav-info .holiday dd {
    font-size: 0.75rem;
  }
  nav .spNav-info .holiday dd {
    color: #fff;
  }
  nav .clone-nav {
    display: none;
  }
  nav .spNav-info {
    display: block;
  }
}

/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 769px) {
  .splogo {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #b9b9b9;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #4e9525;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    bottom: 3px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 5px;
  }
  .button {
    left: 5px;
    outline: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .button:after {
    content: "MENU";
    font-size: 10px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -9px;
  }
  .button .bar:after {
    top: 9px;
  }
  .open nav {
    left: 0;
  }
  .open .button {
    border: 2px solid #fff;
    background: rgba(59, 31, 19, 0.7);
    transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
    bottom: 1px;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.6;
    visibility: visible;
  }
  .telBtn {
    right: 5px;
    padding: 5px 0;
    text-align: center;
  }
  .telBtn:after {
    content: "TEL";
    font-size: 10px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.75rem;
  }
  .telBtn2 {
    top: 65px;
  }
  .telBtn2:after {
    content: "MOBILE";
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  bottom: 60px;
  right: -50px;
}
@media screen and (min-width: 770px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  right: 10px;
}
.pagetop:before {
  content: "";
  width: 50px;
  height: 50px;
  background: #4e9525 url(../img/icon-foot-white.png) center no-repeat;
  border-radius: 200px;
  background-size: 34px 30px;
  position: absolute;
  bottom: 25px;
  right: 0;
  transition: 0.1s;
}
.pagetop a {
  font-size: 1.125rem;
  color: #4e9525;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: right;
  border-width: 0;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0; /*上、下*/
  display: block;
  padding: 50px 0 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .pagetop {
    bottom: 20px;
    right: -30px;
  }
  .pagetop:before {
    width: 30px;
    height: 30px;
    background-size: 17px 15px;
    position: absolute;
    bottom: 20px;
    right: 0;
    transition: 0.1s;
  }
  .pagetop a {
    font-size: 0.875rem;
    width: 30px;
    letter-spacing: 0;
    text-align: center;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  height: 450px;
}

/* sp */
@media screen and (max-width: 769px) {
  .gmap {
    height: 300px;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 15px 15px 0px 0px rgba(78, 149, 37, 0.5);
}

.shadow-2 {
  box-shadow: 10px 10px 0px 0px rgba(78, 149, 37, 0.5);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(78, 149, 37, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 0 !important;
  display: block;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  display: block;
}

/* sp */
@media screen and (max-width: 769px) {
  .note {
    font-size: 0.75rem;
  }
}
/******************************************
コンタクトエリア　.contact
******************************************/
.contact {
  background: url(../img/contact-bg.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.contact .inner {
  display: flex;
}
.contact .inner > div {
  width: 50%;
}
.contact-ttl {
  font-size: 1.25rem;
  color: #e4f4db;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.contact-left {
  height: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.contact-left .schedule tr th.small,
.contact-left .schedule tr td.small {
  font-size: 0.875rem;
}
.contact-right {
  margin-left: 80px;
}
.contact-right.gmap {
  height: 300px;
}
.contact-right.gmap iframe {
  border-radius: 10px;
  overflow: hidden;
}

/* sp */
@media screen and (max-width: 769px) {
  .contact .inner {
    display: block;
  }
  .contact .inner > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .inner > div:last-child {
    margin-bottom: 0;
  }
  .contact-left {
    height: auto;
    padding: 10px;
  }
  .contact-left .schedule tr th.small,
  .contact-left .schedule tr td.small {
    font-size: 0.75rem;
  }
  .contact-right {
    margin-left: 0;
  }
  .contact-right.gmap {
    height: 300px;
  }
  .contact-right.gmap iframe {
    border-radius: 10px;
    overflow: hidden;
  }
}
/******************************************
[topics] トピックス
******************************************/
.topics {
  /* sp */
}
.topics ul li {
  width: 100%;
  border-top: 1px dashed #b9b9b9;
}
.topics ul li:last-child {
  border-bottom: 1px dashed #b9b9b9;
}
.topics ul li a {
  font-size: 0.875rem;
  padding: 10px 0;
  display: block;
}
.topics_thumb {
  width: 100%;
  height: 240px;
  display: block;
  border: 1px solid #e4f4db;
  background: #fff;
  margin-bottom: 5px;
  overflow: hidden;
}
.topics_thumb:before {
  content: "";
  background: url("../img/logo-header.png") center no-repeat;
  background-size: 50%;
  opacity: 0.3;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.topics_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 0;
}
.topics_date {
  color: #fff;
  background: #3b1f13;
  border-radius: 100px;
  padding: 0 15px 3px 15px;
  display: inline-block;
}
.topics_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 769px) {
  .topics ul {
    display: block;
  }
  .topics ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .topics ul li:last-child {
    margin: 0 auto 0;
  }
  .topics ul li a {
    display: block;
    padding: 10px 0;
  }
  .topics_date {
    margin-bottom: 5px;
  }
}

/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  /* sp */
}
.sideBnr:hover {
  right: 0;
}
.sideBnr a:before {
  font-family: "icomoon";
  content: "\e901";
  font-size: 1.5em;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .sideBnr a {
    height: 36px;
  }
  .sideBnr a:before {
    font-size: 1em;
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }
}

/******************************************
[.schedule] スケジュール
******************************************/
.schedule {
  width: 100%;
}
.schedule table {
  width: 100%;
  border: 2px solid #3b1f13;
  border-radius: 15px;
  display: block;
  overflow: hidden;
}
.schedule table tbody {
  width: 100%;
  display: table;
}
.schedule tr {
  overflow: hidden;
}
.schedule tr:last-child th, .schedule tr:last-child td {
  border-bottom-width: 0;
}
.schedule tr th, .schedule tr td {
  border-right: 1px solid #3b1f13;
  border-bottom: 1px solid #3b1f13;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  padding: 12px 5px;
  line-height: 1;
}
.schedule tr th:last-child, .schedule tr td:last-child {
  border-right-width: 0;
}
.schedule tr th {
  font-size: 0.875rem;
  font-weight: 700;
  background: #f2f9ee;
}
.schedule tr th:nth-child(n+2) {
  width: 42px;
}
.schedule tr th:first-child {
  background: #f5ede9;
}
.schedule tr td {
  font-size: 1.25rem;
  color: #e4f4db;
  background: #fff;
}
.schedule tr td.holiday {
  color: #cf4747;
  font-weight: 700;
}
.schedule tr td img {
  width: 20px;
  height: auto;
}

/* sp */
@media screen and (max-width: 769px) {
  .schedule table {
    border-radius: 10px;
  }
  .schedule tr th, .schedule tr td {
    font-size: 0.75rem;
    padding: 10px 0;
  }
  .schedule tr th {
    font-size: 0.75rem;
  }
  .schedule tr th:nth-child(n+2) {
    width: 32px;
  }
  .schedule tr td {
    font-size: 0.75rem;
  }
  .schedule tr td img {
    width: 12px;
    height: 10px;
  }
}
.clone-nav {
  padding: 10px;
  display: flex;
  /* sp */
}
.clone-nav .header {
  height: auto;
  padding: 0 10px 0;
  margin: 0;
}
.clone-nav .header-right .header-right-contact {
  display: none;
}
.clone-nav .header .logo img {
  height: 50px;
}
.clone-nav nav {
  display: flex !important;
  flex-grow: 1;
  padding: 0;
  justify-content: flex-end;
}
.clone-nav nav ul {
  width: auto;
  padding: 0;
  margin: 0;
}
.clone-nav nav ul li {
  width: auto;
  padding: 0 15px;
}
.clone-nav nav ul li a {
  font-size: 1rem;
  padding: 5px 0 5px 25px;
  width: auto;
}
.clone-nav nav ul li a:before {
  width: 20px;
  height: 20px;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: 0;
  background-size: contain !important;
}
@media screen and (max-width: 769px) {
  .clone-nav {
    display: none;
  }
}

.tel {
  font-size: 30px !important;
  line-height: 1;
  display: flex;
  align-items: center;
}
.tel i {
  font-size: 90%;
  margin: 0 5px 0 0;
}

.radius {
  border-radius: 15px;
}

.bg-green {
  background: url("../img/bg-green2.jpg") repeat;
}

.menu2 {
  width: 430px;
  float: right;
  border-radius: 20px;
  margin-top: 40px;
  padding: 10px;
  transition: 0.1s;
}
.menu2:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(59, 31, 19, 0.3);
  text-decoration: none;
  opacity: 0.8;
}
.menu2 a {
  line-height: 1;
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
}
.menu2 a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 10px;
}
.menu2 a:hover {
  text-decoration: none;
}
.menu2.reserve {
  background: #917e68;
  justify-content: center;
}
.menu2.reserve a {
  font-size: 1.5625rem;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.menu2.reserve a:before {
  width: 67px;
  height: 60px;
  background-image: url(../img/icon-reserve.png);
}
.menu2.line {
  background: #01b901;
  margin-top: 30px;
}
.menu2.line a {
  font-size: 1rem;
  flex-wrap: wrap;
  padding: 15px 30px;
}
.menu2.line a span {
  width: 100%;
}
.menu2.line a img {
  margin: 15px 0;
}
.menu2.line a:before {
  width: 85px;
  height: 185px;
  background-image: url(../img/cat-img2.png);
  position: absolute;
  right: -30px;
  top: -25px;
}

/* sp */
@media screen and (max-width: 769px) {
  .menu2 {
    width: 100%;
    float: none;
    border-radius: 15px;
    margin-top: 20px;
  }
  .menu2 a {
    border-radius: 10px;
    border: 2px solid #fff;
  }
  .menu2.reserve a {
    font-size: 1.25rem;
  }
  .menu2.reserve a:before {
    width: 33px;
    height: 30px;
  }
  .menu2.line a {
    font-size: 0.875rem;
    padding: 10px;
  }
  .menu2.line a img {
    width: calc(100% - 50px);
  }
  .menu2.line a:before {
    width: 75px;
    height: 146px;
    right: -40px;
    top: -15px;
  }
}
.btn.external a {
  background: #917e68;
}
.btn.external a:after {
  font-family: "icomoon";
  content: "\e904";
  margin-left: 5px;
}

/* sp */
@media screen and (max-width: 769px) {
  .btn.external a:after {
    margin-left: 3px;
  }
}
.mv {
  /* sp */
}
.mv:before {
  content: "";
  width: 1080px;
  height: 150px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .mv:before {
    content: "";
    width: 80%;
    height: 80px;
    bottom: 4px;
  }
}

.about .mv:before {
  background-image: url("../img/cat-img3.png");
  bottom: 0;
}

.treatment .mv:before {
  height: 80px;
  background-image: url("../img/cat-img4.png");
  bottom: 22px;
}

.access .mv:before {
  background-image: url("../img/cat-img5.png");
  bottom: 21px;
}

.news .mv:before {
  height: 80px;
  background-image: url("../img/cat-img7.png");
  bottom: 26px;
}

/******************************************
[btn]
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.btn a {
  font-size: 1rem;
  color: #fff;
  line-height: 0.6;
  display: inline-block;
  background: #4e9525;
  border-radius: 300px;
  padding: 20px 40px 20px 50px;
  margin: 0 10px;
  transition: 0.1s;
  transition: 0.1s;
}
.btn a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(59, 31, 19, 0.3);
  text-decoration: none;
  opacity: 0.8;
}
.btn a img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.btn a:after {
  font-family: "icomoon";
  content: "\e906";
  margin-left: 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  .btn a {
    font-size: 0.875rem;
    padding: 15px 20px 15px 30px;
  }
}
#index {
  /******************************************
  [mv]
  ******************************************/
  /* sp */
  /******************************************
  [sec1]  お知らせ＆診療時間
  ******************************************/
  /* sp */
  /******************************************
  [sec2]  イントロ
  ******************************************/
  /* sp */
  /******************************************
  [sec3] 
  ******************************************/
  /* sp */
  /******************************************
  [sec4] トップメニュー
  ******************************************/
  /* sp */
  /* sp */
  /* sp */
  /******************************************
  [sec4] バナーエリア
  ******************************************/
}
@media screen and (max-width: 769px) {
  #index .bg-green {
    padding-top: 20px;
  }
}
#index .mv {
  width: 96%;
  height: calc(100vh - 220px);
  overflow: hidden;
  margin: auto;
  z-index: 0;
  border: 5px solid #fff;
  border-radius: 20px;
}
#index .mv-box {
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(../img/mv-bg.jpg) center top no-repeat;
  background-size: cover;
}
#index .mv-img {
  width: 100%;
  height: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 200px;
  background: url(../img/mv-img.png) bottom 3vh right no-repeat;
  background-size: 90vh;
  overflow: visible;
}
#index .mv-ttl {
  font-size: 3.125rem;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 0px 10px #3b1f13;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 150px;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #index .mv {
    height: 300px;
    border-radius: 15px;
  }
  #index .mv-img {
    padding: 0;
    background-position: bottom -50px right -50px;
    background-size: 393px 260px;
    overflow: visible;
  }
  #index .mv-ttl {
    font-size: 1.875rem;
    left: 15px;
    top: 15px;
    bottom: inherit;
  }
}
#index #sec1 {
  background: url(../img/bg-dog.png) left bottom repeat-x;
  background-size: 750px 143px;
}
#index #sec1 .column-3n .column-box {
  margin-right: 25px;
}
#index #sec1 .column-3n .column-box:nth-child(1) {
  width: 30%;
}
#index #sec1 .column-3n .column-box:nth-child(2) {
  width: 40%;
}
#index #sec1 .column-3n .column-box:last-child {
  width: 23%;
  margin-right: 0;
}
#index #sec1 .column-3n .column-box:last-child .topMenu-img {
  height: 150px;
  overflow: hidden;
}
#index #sec1 .column-3n .column-box:last-child .btn a {
  padding: 20px;
  background: #cf4747;
}
#index #sec1 .column-3n .column-box:last-child dl dt {
  font-size: 1.125rem;
  color: #cf4747;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
}
#index #sec1 .column-3n .column-box:last-child dl dd {
  font-size: 0.875rem;
}
#index #sec1 .topics,
#index #sec1 .schedule,
#index #sec1 .yakan {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 1px solid #3b1f13;
  padding: 20px 15px;
}
#index #sec1 .topics:before {
  content: "";
  width: 80px;
  height: 50px;
  background: url(../img/cat-img1.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: -42px;
}
#index #sec1 .schedule .note {
  font-size: 0.75rem;
}
@media screen and (max-width: 769px) {
  #index #sec1 {
    background-size: 375px 72px;
  }
  #index #sec1 .topics,
  #index #sec1 .schedule {
    padding: 20px 15px;
  }
  #index #sec1 .topics:before {
    width: 64px;
    height: 40px;
    top: -32px;
  }
}
#index .intro {
  background: url(../img/index_sec2-bg.jpg) top right no-repeat;
  background-size: cover;
  padding: 200px 0;
}
#index .intro-txt {
  width: 600px;
}
#index .intro-txt img {
  margin-bottom: 20px;
}
#index .intro-txt > p {
  font-size: 1.125rem;
}
@media screen and (max-width: 769px) {
  #index .intro {
    background-position: bottom right;
    padding: 60px 0;
  }
  #index .intro-txt {
    width: 100%;
    margin-left: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 25px 15px;
  }
  #index .intro-txt img {
    margin-bottom: 10px;
  }
  #index .intro-txt > p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
#index #sec3 {
  background: url(../img/bg-green2.jpg) center no-repeat;
  background-size: cover;
}
#index .topMenu {
  display: flex;
}
#index .topMenu li {
  width: 33.333%;
  margin-right: 30px;
}
#index .topMenu li:last-child {
  margin-right: 0;
}
#index .topMenu li dl {
  margin-top: 20px;
  padding: 0 20px;
}
#index .topMenu li dl dt {
  font-size: 1.5625rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px dotted #3b1f13;
}
#index .topMenu li dl dd {
  margin-top: 15px;
  padding-bottom: 70px;
}
#index .topMenu li .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#index .topMenu-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}
#index .topMenu-img img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px #dddddd;
}
@media screen and (max-width: 769px) {
  #index .topMenu {
    display: block;
  }
  #index .topMenu li {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto 30px;
  }
  #index .topMenu li:last-child {
    margin-bottom: 0;
  }
  #index .topMenu li dl {
    margin-top: 10px;
  }
  #index .topMenu li dl dt {
    font-size: 1.125rem;
  }
  #index .topMenu li dl dd {
    margin-top: 10px;
    padding-bottom: 65px;
  }
  #index .topMenu li .btn {
    bottom: 20px;
  }
}
#index #sec4 {
  overflow: hidden;
  background-image: url(../img/index_sec4-bgLT.png), url(../img/index_sec4-bgRT.png), url(../img/index_sec4-bgLB.png), url(../img/index_sec4-bgRB.png);
  background-size: 223px 212px, 168px 184px, 221px 145px, 177px 197px;
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  #index #sec4 {
    background-size: 111px 106px, 84px 92px, 110px 72px, 88px 98px;
  }
}
#index .menu {
  height: 200px;
}
#index .menu a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: 0.1s;
  background-size: contain !important;
}
#index .menu a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(59, 31, 19, 0.3);
  text-decoration: none;
  opacity: 0.8;
}
#index .menu-btn {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  letter-spacing: 5px;
  text-indent: 5px;
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 17px 25px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  display: flex;
  align-items: center;
}
#index .menu-btn:before {
  content: "";
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
#index .menu .toClinic a {
  background: url(../img/index_sec5-menu-bg2.jpg) center no-repeat;
}
#index .menu .toClinic a span:before {
  background-image: url(../img/index_sec5-menu-icon1.png);
  width: 40px;
}
#index .menu .toAccess a {
  background: url(../img/index_sec5-menu-bg1.jpg) center no-repeat;
}
#index .menu .toAccess a span:before {
  background-image: url(../img/index_sec5-menu-icon2.png);
  width: 46px;
}
@media screen and (max-width: 769px) {
  #index .menu {
    height: initial;
  }
  #index .menu > div {
    height: 100px;
  }
  #index .menu a {
    border-radius: 10px;
    background-size: cover !important;
  }
  #index .menu-btn {
    font-size: 1.25rem;
    letter-spacing: 0;
    text-indent: 0;
    border-radius: 10px;
    padding: 10px 25px 12px;
  }
  #index .menu-btn:before {
    height: 20px;
  }
  #index .menu .toClinic a span:before {
    width: 20px;
  }
  #index .menu .toAccess a span:before {
    width: 23px;
  }
}
#index .payment {
  margin-top: 40px;
  float: left;
  width: 600px;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
  background: #f7f6f4;
}
#index .payment-list {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
#index .payment-list-img {
  font-size: 0;
}
#index .payment-list-txt {
  color: #fff;
  display: inline-block;
  line-height: 1;
  background: #3b1f13;
  border-radius: 5px;
  padding: 5px 20px 7px;
  margin: 20px 0;
}
#index .payment-list > li {
  width: 50%;
  text-align: center;
}
#index .payment-list > li:first-child {
  padding-right: 20px;
}
#index .payment-list > li:first-child:after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  border-right: 2px dotted #3b1f13;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
}
#index .payment-list > li:last-child {
  padding-left: 20px;
}
#index .payment-list > li > ol {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #917e68;
  padding: 5px;
}
#index .payment-list > li > ol li {
  text-align: center;
  width: 62.5px;
  margin: 10px;
}
#index .payment-list > li > ol li img {
  width: auto;
  height: 35px;
}
#index .payment-list > li > ol li p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #index .payment {
    margin-top: 20px;
    float: none;
    width: 100%;
    padding: 20px 15px;
    border-radius: 15px;
  }
  #index .payment-list {
    margin-top: 20px;
  }
  #index .payment-list-txt {
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
    padding: 5px 10px 7px;
    margin: 20px 0;
    width: 100%;
  }
  #index .payment-list > li:first-child {
    padding-right: 15px;
  }
  #index .payment-list > li:first-child:after {
    border-right: 1px dotted #3b1f13;
  }
  #index .payment-list > li:last-child {
    padding-left: 15px;
  }
  #index .payment-list > li > ol {
    border-radius: 10px;
  }
  #index .payment-list > li > ol li {
    text-align: center;
    width: 50%;
    margin: 0;
    padding: 10px 5px;
  }
  #index .payment-list > li > ol li img {
    width: auto;
    height: 35px;
  }
  #index .payment-list > li > ol li p {
    font-size: 0.625rem;
  }
  #index .payment-list > li .note {
    font-size: 0.625rem;
  }
}

#second {
  /* sp */
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /* sp */
  /******************************************
  [about.html] 当院について
  ******************************************/
  /* sp */
  /******************************************
  [access.html] アクセスマップ
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [guide.html] 診療案内
  ******************************************/
  /******************************************
  [about.html] よくある質問
  ******************************************/
  /******************************************
  [treatment.html] 診療について
  ******************************************/
  /* sp */
  /* sp */
  /* sp */
  /******************************************
  [list.html] トピックスリスト
  ******************************************/
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /******************************************
  [.frame] フレーム
  ******************************************/
  /******************************************
  [gallery]
  ******************************************/
}
#second section:nth-child(odd) {
  overflow: hidden;
  background-image: url(../img/index_sec4-bgLB.png), url(../img/index_sec4-bgRB.png);
  background-size: 221px 145px, 177px 197px;
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  #second section:nth-child(odd) {
    background-size: 110px 72px, 88px 98px;
  }
}
#second section:nth-child(even) {
  background: url(../img/bg-green2.jpg) center repeat;
}
#second section:nth-child(even) h3 {
  background: url(../img/h3-bg2.png) repeat-x center right;
  background-size: contain;
}
#second .header-nav {
  padding: 20px 0;
}
#second p:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #second p:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
#second .mv {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  height: 330px;
  overflow: hidden;
}
#second .mv-box {
  overflow: hidden;
  background: #4e9525;
  border-radius: 20px;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px;
}
#second .mv-box:after {
  content: "";
  width: 102%;
  height: 310px;
  background: url("../img/mv-bg.jpg") center top no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 0;
  opacity: 0.6;
}
#second .mv-ttl {
  font-size: 2.5rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 1.4;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  #second .mv {
    height: 150px;
    overflow: hidden;
    padding: 20px;
    display: flex;
  }
  #second .mv-box {
    border-radius: 10px;
    padding: 15px;
  }
  #second .mv-box:after {
    height: 115px;
    background-position: center top;
    -ms-filter: blur(0);
    filter: blur(0);
  }
  #second .mv-ttl {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
#second .greeting {
  display: flex;
}
#second .greeting-img {
  font-size: 0;
  width: 350px;
  margin-left: 80px;
  order: 2;
}
#second .greeting-img img {
  width: auto;
  height: 300px;
}
#second .greeting-txt {
  width: 650px;
  order: 1;
}
#second .greeting-name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}
#second .greeting-name span {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 769px) {
  #second .greeting {
    display: block;
  }
  #second .greeting-img {
    width: 100%;
    margin: 0 0 20px;
  }
  #second .greeting-img img {
    height: 200px;
    margin: 0 auto 10px;
    display: block;
  }
  #second .greeting-txt {
    width: 100%;
  }
  #second .greeting-name {
    font-size: 1.25rem;
  }
  #second .greeting-name span {
    font-size: 0.75rem;
  }
}
#second.access table.basic th {
  width: 50px;
}
@media screen and (min-width: 770px) {
  #second.access .gmap {
    height: 420px;
  }
}
#second .timeTable {
  float: left;
  width: 600px;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 769px) {
  #second .timeTable {
    float: none;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
  }
}
#second .menu2.reserve {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  #second .menu2.reserve {
    margin-top: 20px;
  }
}
#second .guide {
  height: 100%;
  border: 2px solid #917e68;
  border-radius: 20px;
  background: #f5ede9;
  padding: 30px;
  /* sp */
}
#second .guide-img {
  margin-bottom: 10px;
}
#second .guide-img img {
  border-radius: 10px;
}
#second .guide h4 {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  #second .guide {
    border-radius: 10px;
    padding: 15px;
  }
  #second .guide-img {
    margin-bottom: 10px;
  }
}
#second .about {
  margin-bottom: 40px;
  /* sp */
}
#second .about tr th {
  width: 70px;
  color: #008442;
}
#second .about tr td.tel {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 0.8;
}
@media screen and (max-width: 769px) {
  #second .about tr th {
    width: 50px;
  }
}
#second .aboutPhoto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* sp */
}
#second .aboutPhoto li {
  width: 32.333%;
  margin: 0 1.5% 2% 0;
}
#second .aboutPhoto li:nth-child(3n) {
  margin-right: 0;
}
#second .aboutPhoto li a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #008442;
  text-align: center;
  display: block;
  border-radius: 20px;
  background: #f5ede9;
  padding: 10px 10px 12px;
}
#second .aboutPhoto li a span {
  font-size: 1rem;
  color: #3b1f13;
  display: block;
}
#second .aboutPhoto li a img {
  width: 100%;
  height: auto;
  border: 4px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  #second .aboutPhoto li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  #second .aboutPhoto li:nth-child(3n) {
    margin-right: 4%;
  }
  #second .aboutPhoto li:nth-child(2n) {
    margin-right: 0;
  }
  #second .aboutPhoto li a {
    font-size: 0.75rem;
    border-radius: 10px;
    padding: 5px 5px 7px;
  }
  #second .aboutPhoto li a span {
    font-size: 0.625rem;
  }
  #second .aboutPhoto li a img {
    border: 2px solid #fff;
    border-radius: 7px;
  }
}
#second .animal-list {
  display: flex;
  flex-wrap: wrap;
}
#second .animal-list li {
  width: 46%;
  font-size: 1.5625rem;
  color: #4e9525;
  padding: 10px 0;
  margin: 0 8% 0 0;
  border-bottom: 1px dashed #b9b9b9;
  display: flex;
  align-content: center;
}
#second .animal-list li:nth-child(2n) {
  margin-right: 0;
}
#second .animal-list li img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  #second .animal-list li {
    font-size: 1.125rem;
  }
  #second .animal-list li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
#second .case li {
  display: flex;
  text-indent: 0;
  padding-left: 0;
}
#second .case li dl dt {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  color: #cf4747;
}
#second .visit {
  display: flex;
  flex-wrap: wrap;
}
#second .visit li {
  font-size: 1.125rem;
  text-indent: 0;
  width: 46%;
  display: inline-block;
  padding: 10px 0;
  margin: 0 8% 0 0;
  border-bottom: 1px dashed #b9b9b9;
  display: flex;
  align-content: center;
}
#second .visit li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #second .visit {
    display: block;
  }
  #second .visit li {
    font-size: 1.125rem;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #second .target {
    display: flex;
  }
  #second .target > div {
    width: 50%;
  }
}
#second .topics {
  /* sp */
}
@media screen and (min-width: 770px) {
  #second .topics ul li a {
    display: flex;
  }
  #second .topics ul li a .topics_title {
    padding-left: 10px;
  }
}
#second .topics.voice li {
  width: 22%;
  margin: 4% 4% 0 0;
}
#second .topics.voice li:nth-child(3n) {
  margin-right: 4%;
}
#second .topics.voice li:nth-child(4n) {
  margin-right: 0;
}
#second .topics.voice li:nth-child(-n+3) {
  margin-top: 4%;
}
#second .topics.voice li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  #second .topics ul {
    display: block;
  }
  #second .topics ul li {
    width: 100%;
  }
  #second .topics_thumb {
    height: 130px;
  }
}
#second .formTable {
  width: 100%;
  /* sp */
}
#second .formTable tr {
  border-bottom: 1px dashed #b9b9b9;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1rem;
  font-weight: 400;
  padding: 20px 0;
}
#second .formTable tr th {
  width: 200px;
  text-align: right;
}
#second .formTable tr th span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #cf4747;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td {
  width: 750px;
  padding-left: 50px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  /* IE */
  /* Edge */
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #b9b9b9;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #b9b9b9;
}
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #b9b9b9;
}
#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}
#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}
#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}
#second .formTable tr td label {
  margin-right: 10px;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
@media screen and (max-width: 769px) {
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
  }
  #second .formTable tr th {
    font-size: 0.75rem;
    font-weight: 700;
    width: 100px;
  }
  #second .formTable tr th span {
    font-size: 0.625rem;
    padding: 5px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding-left: 20px;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    width: 100% !important;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
  /* sp */
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #e4f4db;
}
@media screen and (max-width: 769px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100px;
  }
}
#second .privacy {
  margin: 50px 0;
  /* sp */
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 0 !important;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #e4f4db;
  margin: 20px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 0.875rem;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}
#second .privacy-box-txt ul li {
  font-size: 0.875rem;
  margin: 5px 0;
}
@media screen and (max-width: 769px) {
  #second .privacy {
    margin: 30px 0;
  }
  #second .privacy-box {
    padding: 10px 0 10px 10px;
  }
  #second .privacy-box-txt {
    padding-right: 10px;
  }
  #second .privacy-box-txt p {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 1rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.75rem;
  }
}
#second .frame {
  border-color: #b9b9b9;
  background: #f7f6f4;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0;
  border: 1px dotted #b9b9b9;
  /* sp */
}
#second .frame-white {
  border-color: #b9b9b9;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin: 20px 0;
}
@media screen and (max-width: 769px) {
  #second .frame {
    padding: 15px;
  }
  #second .frame-white {
    padding: 15px;
  }
}
#second .gallery p {
  text-align: left;
  line-height: 1.4;
}
#second .gallery img {
  font-size: 0;
  border: 4px solid #fff;
}
#second .gallery-ttl {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
#second .gallery-ttl:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #4e9525 url(../img/icon-foot-white.png) no-repeat center;
  background-size: 12px 10px;
  margin-right: 5px;
}
#second .gallery-txt {
  text-align: center;
  margin-top: 0 !important;
}
#second .gallery a {
  font-size: 0;
  display: block;
}
#second .gallery a img {
  transition: 0.1s;
}
#second .gallery a img:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(59, 31, 19, 0.3);
  text-decoration: none;
  opacity: 0.8;
}