﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
ナビゲーション
========================*/
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #FFF;
  box-shadow: 0px 4px 6px -3px rgba(0,0,0,0.15);
  z-index: 1;
}
.navinner {
  position: relative;
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}

/*-------------------------
ヘッダーロゴ
--------------------------*/
.nav_logo{
  width: 320px;
  padding: 12px 0 12px 18px;
}
.nav_logo img{
  width: 100%;
  min-width: 200px;
}
@media screen and (max-width: 1240px) {
.nav_logo img{
  min-width: 164px;
  }
}
@media screen and (max-width: 1000px) {
.nav_logo{
  width: 200px;
  }
.nav_logo img{
  min-width: 124px;
  }
}
@media screen and (max-width: 640px) {
.nav_logo{
  width: 124px;
  padding: 6px 0 6px 12px;
  }
.nav_logo img{
  min-width: 124px;
  }
}

/*-------------------------
アンカーリンクメニュー
--------------------------*/
.nav_link {
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0 42px 0 12px;
}
.navmenu {
  margin: 0;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  align-items:center;
}
.navmenu li{
  margin:0 18px 0 0;
}
.navmenu li:last-child{
  margin:0 0 0 0;
}
.navmenu li a{
  font-family: 'Zen Old Mincho', serif;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 0.95em;
  white-space: nowrap;
}
.navmenu li a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 1240px) {
.nav_link {
  padding: 0 18px 0 12px;
  }
.navmenu li{
  margin:0 12px 0 0;
  }
.navmenu li a{
  font-size: 0.85em;
  }
}
@media screen and (max-width: 1000px) {
.nav_link {
  display: none;
  }
}

/*-------------------------
ボタン
--------------------------*/
.nav_btn{
  width:100%;
  max-width: 340px;
  height: 100px;
  margin: 0 0 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  align-items:stretch;
}
.nav_btn a{
  text-decoration: none;
  font-weight: 600;
}

/*電話*/
.navbtn_tel {
  height: 100%;
  display: block;
  background: #F4F4F4;
  color: #B29371;
  text-align: center;
  padding: 12px 24px;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.1em;
}
.navbtn_tel:before {
  display: block;
  font-size: 2.1em;
  margin:0.15em 0 0.15em;
  font-family:"Material Symbols Rounded";
  content: "\e0b0"; /*電話マーク*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}

/*WEB診療予約*/
.navbtn_rsv {
  height: 100%;
  display: block;
  background: #B29371;
  color: #FFF;
  text-align: center;
  padding: 12px 24px;
  line-height: 1;
  white-space: nowrap;
  font-size: 1em;
  letter-spacing: 0.08em;
}
.navbtn_rsv:before {
  display: block;
  font-size: 2.3em;
  margin:0.1em 0 0.2em;
  font-family:"Material Symbols Rounded";
  content: "\f540"; /*カレンダー*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}

@media screen and (max-width: 1240px) {
.nav_btn{
  max-width: 280px;
  height: 84px;
  }
.navbtn_tel {
  padding: 12px 15px;
  font-size: 0.9em;
  }
.navbtn_rsv {
  padding: 12px 15px;
  font-size: 0.85em;
  }
}
@media screen and (max-width: 640px) {
.nav_btn{
  max-width: auto;
  height: 64px;
  }
.navbtn_tel {
  padding: 6px 8px;
  letter-spacing: 0.03em;
  }
.navbtn_tel:before {
  font-size: 2em;
  margin:0.1em 0 0.2em;
  }
.navbtn_rsv {
  padding: 6px 8px;
  font-size: 0.9em;
  }
.navbtn_rsv:before {
  font-size: 2em;
  margin:0.1em 0 0.2em;
  }
}

/*========================
右下メニューボタン (タブレット以下表示)
========================*/
/* ハンバーガーメニュー */
.hbginput {
  display: none;
}
.hbg_bg {
  position: fixed;
  background-color: #FFF;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 3;
}
#hbg:checked ~ .hbg_bg {
  display: block;
}
.hbgbtn {
  display: none;
}
.spmenu_inner {
  display: none;
}
@media screen and (max-width: 1000px) {
.spmenu{
  position: sticky;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 1;
  }
.spmenu_inner{
  display: block;
  right: 0;
  padding:32px;
  position: absolute;
  transform: translateY(-100%);
  transition: 0.4s;
  top: 0;
  width: 100%;
  z-index: 5;
  }
#hbg:checked ~ .spmenu_inner {
  transform: translateX(0%);
  transition: 0.4s;
  }
.hbgbtnwrap {
  background-color: #B39571;
  padding: 5px 15px 8px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.hbgbtnwrap p{
  text-align: center;
  font-size: 0.75em;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 300;
  color: #FFF;
  margin-top: 0.2em;
}
.hbgbtn {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 9px;
  height: 42px;
  justify-content: center;
  width: 42px;
  }
.hbgbtnspan {
  background-color: #FFF;
  display: block;
  height: 1px;
  transition: 0.3s;
  width: 38px;
  }
#hbg:checked ~ .hbgbtnwrap
.hbgbtnspan:nth-of-type(1) {
  transform: translate(8px, -2px) rotate(45deg);
  transform-origin: 0%;
}
#hbg:checked ~ .hbgbtnwrap
.hbgbtnspan:nth-of-type(2) {
  opacity: 0;
  }
#hbg:checked ~ .hbgbtnwrap
.hbgbtnspan:nth-of-type(3) {
  transform: translate(8px, 4px) rotate(-45deg);
  transform-origin: 0%;
  }

/*メニュー中身*/
.spmenu_inner img{
  display: block;
  width: 100%;
  max-width: 240px;
  }
.spmenu_inner h1{
  font-size: 1.05em;
  line-height: 1.5;
  font-weight: 600;
  color: #B39571;
  margin: 12px 0;
  }
.spmenulink a{
  display: block;
  text-decoration: none;
  font-family: 'Zen Old Mincho', serif;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.05em;
  white-space: nowrap;
  line-height: 2.4;
  }

.spmenubtn_tel {
  display: block;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: #B39571;
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 24px;
  }
.spmenubtn_tel:before {
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.6em;
  line-height: 0;
  color: #B39571;
  font-family:"Material Symbols Rounded";
  content: "\e0b0"; /*電話マーク*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
  }

.spmenubtn_rsv {
  display: block;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: #B39571;
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 24px;
  }
.spmenubtn_rsv:before {
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.6em;
  line-height: 0;
  color: #B39571;
  font-family:"Material Symbols Rounded";
  content: "\f540"; /*カレンダー*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
  }

.spmenubtn_insta {
  display: block;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: #B39571;
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 24px;
  }
.spmenubtn_insta:before {
	position: absolute;
  top: 50%;
  left: 0.1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #B39571;
  content:"";
  display:inline-block;
  width:1.3em;
  height:1.3em;
  background:url(../img/icon_insta.png) no-repeat;
  background-size:contain;
  }

.spmenubtn_map {
  display: block;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: #B39571;
  position: relative;
  padding: 0 0 0 2em;
  }
.spmenubtn_map:before {
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.8em;
  line-height: 0;
  color: #B39571;
  font-family:"Material Symbols Rounded";
  content: "\e0c8"; /*マップピン*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
  }

}
@media screen and (max-width: 480px) {
.spmenu_inner img{
  max-width: 200px;
  }
}


/*========================
フッター
========================*/
footer {
  width: 100%;
  margin: 64px auto 0;
  padding: 48px 32px 32px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/footbg.png);
}
.footer {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.footer_info{
  width: 40%;
  margin:0 32px 0 0;
}
.footer_link{
  width: 60%;
}
.footlogo {
  width: 100%;
  max-width: 480px;
  margin-bottom: 24px;
}
footer p{
  font-size: 0.95em;
  margin-bottom: 0.5em;
  padding: 0 0 0 1.2em;
}
.copyright {
  font-size: 0.75em;
  line-height: 1;
  color: #888;
  text-align: right;
}
@media screen and (max-width: 1240px) {
footer {
  padding: 48px 32px 24px;
  }
.footer {
  display: block;
  flex-direction: column;
  }
.footer_info{
  width: 100%;
  margin:0 0 32px 0;
  }
.footer_link{
  width: 100%;
  }
.copyright {
  margin-top: 32px;
  text-align: left;
  }
}
@media screen and (max-width: 767px) {
.footlogo {
  max-width: 320px;
  }
}
@media screen and (max-width: 640px) {
footer {
  margin: 48px auto 0;
  padding: 32px 24px 18px;
  }
}
@media screen and (max-width: 480px) {
.footer_info{
  margin:0 0 24px 0;
  }
.footlogo {
  max-width: 240px;
  }
footer p{
  padding: 0 0 0 0;
  font-size: 0.9em;
  }
.copyright {
  margin-top: 24px;
  }
}

/*-------------------------
リンクボックス
--------------------------*/
.footlink {
  width:100%;
  max-width: 840px;
  height: auto;
  margin: 0 0 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
}
.footlink li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  height: auto;
  margin:0 24px 0 0;
}
.footlink li:last-child{
  margin:0 0 0 0;
}
.footlink li a{
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1240px) {
.footlink {
  margin: 0;
  }
}
@media screen and (max-width: 767px) {
.footlink li{
  margin:0 12px 0 0;
  }
}

.footlinkbox_rsv,
.footlinkbox_tel,
.footlinkbox_insta{
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 24px;
  margin: 0 auto;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}
.footlinkbox_rsv h3,
.footlinkbox_tel h3{
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  white-space: nowrap;
  margin-top: 2em;
}
.footlinkbox_insta h3{
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  white-space: nowrap;
  margin-top: 1.1em;
}
.footlinkbox_rsv h4,
.footlinkbox_tel h4,
.footlinkbox_insta h4{
  line-height: 1;
  font-family: "Cardo", serif;
  font-size: 0.9em;
  font-weight: 300;
  color: #B29271;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.footlinkbox_rsv:before{
  display: block;
  font-size: 2.4em;
  margin-top: 18px;
  line-height: 0;
  color: #B39571;
  font-family:"Material Symbols Rounded";
  content: "\f540"; /*カレンダー*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}
.footlinkbox_tel:before{
  display: block;
  font-size: 2.4em;
  margin-top: 18px;
  line-height: 0;
  color: #B39571;
  font-family:"Material Symbols Rounded";
  content: "\e0b0"; /*電話マーク*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}
.footlinkbox_insta:before{
  display: block;
  line-height: 0;
  margin: 0 auto;
  color: #B39571;
  content:"";
  width:2em;
  height:2em;
  background:url(../img/icon_insta.png) no-repeat;
  background-size:contain;
}
.footlinkbox_rsv:after,
.footlinkbox_tel:after,
.footlinkbox_insta:after{
  content: "";
  top: 3px;
  right: 3px;
  border-bottom: 1em solid transparent;
  border-right: 1em solid #B39571;
  position: absolute;
}
@media screen and (max-width: 640px) {
.footlinkbox_rsv,
.footlinkbox_tel,
.footlinkbox_insta{
  padding: 24px 3px 12px;
  }
.footlinkbox_rsv h3,
.footlinkbox_tel h3,
.footlinkbox_insta h3{
  display: none;
  }
.footlinkbox_rsv h4,
.footlinkbox_tel h4{
  font-size: 0.65em;
  margin-top: 2.4em;
  }
.footlinkbox_insta h4{
  font-size: 0.7em;
  margin-top: 1em;
}
.footlinkbox_rsv:before{
  margin-top: 0.1em;
  }
.footlinkbox_tel:before{
  margin-top:  0.1em;
  }
.footlinkbox_insta:before{
  margin-top: -0.8em;
  }
.footlinkbox_rsv:after,
.footlinkbox_tel:after,
.footlinkbox_insta:after{
  border-bottom: 0.8em solid transparent;
  border-right: 0.8em solid #B39571;
  }
}


/*========================
各コンテンツ
========================*/
/*-------------------------
タイトル枠
--------------------------*/
.title {
  width: 100%;
  margin: 0 auto;
  padding: 124px 18px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.title .engtitle {
  font-family: "Cardo", serif;
  font-size: 3em;
  color: #FFF;
  line-height: 1;
  white-space: nowrap;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.title .jpntitle {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.5em;
  color: #000;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
.title {
  padding: 100px 18px;
  }
.title .engtitle {
  font-size: 2.6em;
  margin-bottom: 12px;
  }
.title .jpntitle {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.3em;
  }
}
@media screen and (max-width: 640px) {
.title {
  padding: 64px 18px;
  }
.title .engtitle {
  font-size: 2.2em;
  }
.title .jpntitle {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.2em;
  }
}

.aboutus {
  background-position: center center;
  background-image: url(../img/aboutus.png);
}
.message {
  background-position: top center;
  background-image: url(../img/message.png);
}
.guide {
  background-position: center center;
  background-image: url(../img/guide.png);
}
.service {
  background-position: center center;
  background-image: url(../img/service.png);
}
.equipment {
  background-position: center center;
  background-image: url(../img/equipment.png);
}

/*-------------------------
２カラム
--------------------------*/
/*左キャッチ＋右本文*/
.main {
  width:100%;
  max-width: 1240px;
  margin: -100px auto 0;
  padding:0 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.main .catch {
  width: 15%;
	writing-mode: vertical-rl;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 2em;
  color: #222;
  text-align: left;
	line-height: 1.5;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 03px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
.main .detail {
  width: 85%;
  margin: 0 0 0 64px;
  padding: 164px 0 0 0;
}
@media screen and (max-width: 1000px) {
.main {
  flex-direction: column;
  margin: 0 auto;
  }
.main .catch {
  width: 100%;
	writing-mode: horizontal-tb;
  margin: 42px 0 32px;
  font-size: 1.5em;
  }
.main .detail {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }
}
@media screen and (max-width: 640px) {
.main {
  padding:0 24px;
  }
.main .catch {
  margin: 32px 0 24px;
  font-size: 1.3em;
  }
}

/*左本文＋右キャッチ*/
.main2 {
  width:100%;
  max-width: 1240px;
  margin: -100px auto 0;
  padding:0 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.main2 .catch {
  width: 15%;
  order: 2;
	writing-mode: vertical-rl;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 2em;
  color: #222;
  text-align: left;
	line-height: 1.5;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 03px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
.main2 .detail {
  width: 85%;
  max-width: 1000px;
  order: 1;
  margin: 0 64px 0 0;
  padding: 164px 0 0 0;
}
@media screen and (max-width: 1000px) {
.main2 {
  flex-direction: column-reverse;
  margin: 0 auto;
  }
.main2 .catch {
  width: 100%;
	writing-mode: horizontal-tb;
  margin: 42px 0 32px;
  font-size: 1.5em;
  }
.main2 .detail {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }
}
@media screen and (max-width: 640px) {
.main2 {
  padding:0 24px;
  }
.main2 .catch {
  margin: 32px 0 24px;
  font-size: 1.3em;
  }
}


/*========================
汎用パーツ
========================*/
/*-------------------------
サブタイトル
--------------------------*/
.subtitle {
  width: 100%;
  padding: 0.2em 0 0.2em 0.8em;
  margin: 0 auto;
  font-family: "Cardo", serif;
  color: #B39571;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.4;
  margin: 32px 0 18px;
  border-left: 5px solid #B39571;
}
.subtitle strong{
  font-family: 'Zen Old Mincho', serif;
  color: #222;
  font-size: 0.7em;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 640px) {
.subtitle {
  font-size: 1.6em;
  border-left: 3px solid #B39571;
  }
}

/*-------------------------
診療日テーブル
--------------------------*/
.hourtable {
  width: 100%;
  max-width: 840px;
  border-collapse: collapse;
}
.hourtable tr:first-child{
  border-top: 1px solid #B39571;
}
.hourtable tr {
  border-bottom: 1px solid #B39571;
}
.hourtable th{
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 12px 5px;
  background: #B39571;
  color: #FFF;
}
.hourtable td{
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 24px 5px;
  color: #B39571;
  width:9%;
}
.hourtable .mini{
  font-size: 1em !important;
  line-height: 0.7;
}
.hourtable .time{
  font-size: 1.3em;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
.hourtable th{
  padding: 8px 5px;
  }
.hourtable td{
  padding: 18px 5px;
  }
}
@media screen and (max-width: 480px) {
.hourtable th{
  font-size: 0.85em;
  padding: 6px 2px;
  }
.hourtable th:last-child{
  padding: 6px 6px 6px 2px;
  }
.hourtable td{
  font-size: 0.9em;
  padding: 12px 2px;
  }
.hourtable .time{
  font-size: 1em;
  letter-spacing: 0.03em;
  }
.hourtable .mini{
  font-size: 0.9em !important;
  }
}

/*-------------------------
写真ギャラリー
--------------------------*/
.gallery2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 8px 18px;
}
.gallery2 li img{
  border: 1px solid #BBB;
}
.gallery2 li h3{
  font-size: 1.05em;
  font-weight: 600;
  margin-top: 0.8em;
  line-height: 1.65;
}
.gallerycaption {
  font-size: 0.9em;
  margin-top: 0.3em;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
.gallery2 {
  flex-direction: column;
  display: block;
  }
.gallery2 li{
  width: 100%;
  max-width:100%;
  padding: 0 0 18px;
  }
}
@media screen and (max-width: 480px) {
.gallery2 li h3{
  font-size: 1em;
  }
.gallerycaption {
  font-size: 0.85em;
  }
}

.gallery3 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding: 0 8px 18px;
}
.gallery3 li img{
  border: 1px solid #BBB;
}
.gallery3 li h3{
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 0.6em;
  line-height: 1.5;
  text-align: center;
}
.gallery3 li h4{
  font-size: 0.85em;
  font-weight: 400;
  margin-top: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.gallerycaption {
  font-size: 0.9em;
  margin-top: 0.3em;
  line-height: 1.65;
}
@media screen and (max-width: 840px) {
.gallery3 li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  }
}
@media screen and (max-width: 480px) {
.gallery3 li h3{
  font-size: 1em;
  }
.gallery3 li h4{
  font-size: 0.8em;
  }
.gallerycaption {
  font-size: 0.85em;
  }
}

/*-------------------------
アイコン付きテキストリンク
--------------------------*/
/*文末矢印付きリンク*/
.arrlink {
  position: relative;
  display: inline-block;
  color: #9E7D53;
  font-weight: 600;
  padding: 0 1.25em 0 0;
  margin: 0 0.25em;
  font-size: 0.95em;
}
.arrlink:after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2em;
  font-family:"Material Symbols Rounded";
  content: "\e037"; /*三角矢印*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}

/*外部リンク*/
.exlink {
  position: relative;
  display: inline-block;
  color: #222;
  font-weight: 500;
  padding: 0 1.25em 0 0;
  margin: 0 0.25em;
}
.exlink:after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1em;
  color: #111;
  font-family:"Material Symbols Rounded";
  content: "\e89e"; /*出口矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 400
}

/*-------------------------
アイコン付き電話リンクテキスト
--------------------------*/
.tel{
  position:relative;
  display: inline-block;
  font-size: 1.3em;
  line-height: 1;
  padding: 0 0 0 1.2em;
  color: #222;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
.tel:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.1em;
  font-family:"Material Symbols Rounded";
	content: "\e0b0"; /*電話*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}

/*-------------------------
ボタン・テキストリンク
--------------------------*/
/*文末矢印アイコン付きボタン*/
.btn {
	display: inline-block;
	color: #FFF;
	background-color: #B39571;
	text-decoration: none;
	padding: 0.8em 2em 0.8em 1.2em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn:after {
	position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.3em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 100
}
.btn:hover{
	background-color: #9E7D54;
	transition: 0.3s;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 32px;
  bottom:32px;
  z-index: 2;
}
.jumpbtn {
  width:4em;
  height:4em;
  cursor:pointer;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  cursor:pointer;
  background:#B39571;
  position: relative;
}
.jumpbtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  font-size: 2.4em;
  color: #FFF;
  font-family:"Material Symbols Rounded";
	content: "\e5d8"; /*上向き矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}
@media(max-width:960px){
#jumptop{
  right: 24px;
  bottom:24px;
  }
.jumpbtn {
  width: 3.2em;
  height: 3.2em;
  }
.jumpbtn:before {
  font-size: 2.1em;
  }
}
@media(max-width:1000px){
.jumpbtn {
  display: none;
  }
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 幅可変横並び*/
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.column li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 画像320px ＋ テキスト*/
.column320 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.column320_img {
  max-width: 320px;
  margin: 0 30px 0 0;
}
.column320_text {
  flex: 1;
}
@media screen and (max-width: 1000px) {
.column320_img {
  max-width: 240px;
  margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column320 {
  flex-direction: column;
  display:block;
  }
.column320_img {
  max-width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  }
}

/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.col2 li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}


/*========================
CMS更新プログラム
========================*/
/*-------------------------
一覧並び
--------------------------*/
article{
  width: 100%;
  padding: 0.8em 0;
  margin: 0 auto;
  border-bottom: 1px solid #AAA;
}
article:last-child {
  border-bottom: none;
}
article .category {
  min-width: 8em;
  display: inline-block;
  background: #FFF;
  color: #B29471;
  border: 1px solid #B29471;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-decoration: none;
  line-height: 1;
  font-size: 0.85em;
  font-weight: 500;
  padding: 0.5em;
  text-align: center;
  white-space: nowrap;
  margin: 0 0.5em 0 0;
}
article .date {
  display: inline-block;
  font-family: 'Zen Old Mincho', serif;
  color: #B29471;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.05em;
  font-weight: 300;
}
article h2{
  padding: 0.6em 0 0;
  font-weight: 600;
  color: #333;
  line-height: 1.8;
}
article h2 a{
  text-decoration: none;
  font-weight: 600;
  color: #333;
  display: block;
}
article h2 a:hover{
  text-decoration: underline;
}

/*-------------------------
ページャー
--------------------------*/
.pager{
	text-align:center;
	padding:0;
	clear:both;
  margin-top: 42px;
}
/*ページャーボタン*/
.pager a{
  background-color: #FFF;
  color: #737373;
  font-size: 1.2em;
  padding: 0.3em 0.6em;
  text-decoration: none;
  line-height: 1;
  font-weight: 500;
  margin:0.1em;
}
.pager a:hover{
  background-color: #EBEBEB;
  color: #737373;
}
/*現在のページのボタン*/
.pager a.current{
  background-color: #EBEBEB;
  color: #737373;
}
/*前のリストを表示(左向き矢印)*/
.pager a.before {
  padding: 0;
}
.pager a.before:hover{
  background-color: #FFF;
}
.pager a.before:after{
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  background-color: #FFF;
  color: #737373;
	font-family: "Material Icons";
  font-size: 1.1em;
  font-family:"Material Symbols Rounded";
	content: "\e5e0"; /*左向き矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
}
/*先のリストを表示(右向き矢印)*/
.pager a.next {
  padding: 0;
}
.pager a.next:hover{
  background-color: #FFF;
}
.pager a.next:after{
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  background-color: #FFF;
  color: #737373;
	font-family: "Material Icons";
  font-size: 1.1em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*右向き矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
}

/*-------------------------
記事一覧＆詳細ページ共通
--------------------------*/
/*２カラム*/
#topicpage {
  width:100%;
  max-width: 1240px;
  margin: 64px auto 0;
  padding:0 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
#topicpage li:first-child{
  flex: 1;
  margin: 0 64px 0 0;
}
#topicpage li:last-child{
  width: 320px;
}
@media screen and (max-width: 1240px) {
#topicpage li:first-child{
  margin: 0 42px 0 0;
  }
#topicpage li:last-child{
  width: 280px;
  }
}
@media screen and (max-width: 960px) {
#topicpage{
  display: block;
  flex-direction: column;
  }
#topicpage li:first-child{
  width: 100%;
  margin: 0 0 48px 0;
  }
#topicpage li:last-child{
  width: 100%;
  }
}
@media screen and (max-width: 640px) {
#topicpage {
  margin: 48px auto 0;
  padding:0 24px;
  }
}

/*ページ内容枠(左カラム)*/
#topicpage h3{
  font-weight: 700;
  color: #222;
  line-height: 1.65;
  font-size: 1.5em;
  margin-bottom: 32px;
}

/*目次コンテンツ枠(右カラム)*/
.categorylists h6,
.recentposts h6{
  display: block;
  font-family: "Cardo", serif;
  color: #B29271;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 8px;
}
.categorylists h5,
.recentposts h5{
  display: block;
  font-family: 'Zen Old Mincho', serif;
  color: #222;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 18px;
}

.categorylists a{
  position: relative;
  display: block;
  width: 100%;
  max-width: 380px;
  font-size: 0.95em;
  border: 1px solid #B39571;
  color: #B29271;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 12px 12px 12px;
  cursor: pointer;
  margin: 0 0 8px;
}
.categorylists a:after {
	position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.3em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 100
}

.recentposts a{
  display: block;
  padding: 0.1em 0 0 1.3em;
  margin: 0 0 0.5em;
	position: relative;
  line-height: 1.7;
  font-size: 0.85em;
  font-weight: 500;
  text-decoration: none;
}
.recentposts a:hover{
  text-decoration: underline;
}
.recentposts a:before{
	position: absolute;
	top: 0.06em;
	left: 0;
  font-size: 1.1em;
  color: #B39571;
  font-family:"Material Symbols Rounded";
	content: "\e061"; /*ドット*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
@media screen and (max-width: 640px) {
.recentposts a{
  font-size: 0.9em;
  }
}

/*-------------------------
記事詳細ページ
--------------------------*/
/* トピック記事タイトル*/
#topicpage h1{
  font-weight: 700;
  color: #222;
  line-height: 1.65;
  font-size: 1.5em;
  margin: 18px 0 24px;
}
@media screen and (max-width: 480px) {
#topicpage h1{
  font-size: 1.25em;
  margin: 12px 0 24px;
  }
}

#topicpage .category {
  min-width: 8em;
  display: inline-block;
  background: #FFF;
  color: #B29471;
  border: 1px solid #B29471;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-decoration: none;
  line-height: 1;
  font-size: 0.85em;
  font-weight: 500;
  padding: 0.5em;
  text-align: center;
  white-space: nowrap;
  margin: 0 0.5em 0 0;
}
#topicpage .date {
  display: inline-block;
  font-family: 'Zen Old Mincho', serif;
  color: #B29471;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.05em;
  font-weight: 300;
}

/* 本文 */
#topicpage p{
  font-size: 1em;
  margin-bottom: 1em;
}
#topicpage img{
  max-width: 100%;
  height: auto;
  margin: 24px 0;
}

/* 前ページへ戻るボタン */
.pagebackbtn {
	display: inline-block;
	color: #FFF;
	background-color: #B39571;
	text-decoration: none;
	padding: 1em 1.6em 1em 2.6em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 1em 0 0;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.pagebackbtn:before {
	position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.3em;
  font-family:"Material Symbols Rounded";
	content: "\e5e0"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 100
}
.pagebackbtn:hover{
	background-color: #9E7D54;
	transition: 0.3s;
}
