@charset "utf-8";
/* CSS Document */
/*@media screen and (min-width: 769px) {}*/
/*==================================================
　共通項目
===================================*/
body {
  min-width: 350px;
  max-width: 1920px;
  margin: 0 auto;
  color: #707070;
  font-family: kiwi-maru, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #FEFFFD;
}
#wrap {
  margin: 0 20px;
}
.footer_wrap {
  margin: 0 20px;
  padding-top: 30px;
}
/*英数字はM Plus Rounded 2c_400*/
.alphanumeric {
  font-family: "m-plus-rounded-2c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
h3 {
  font-size: 20px; /**/
}
p {
  font-size: 16px;
}
div.h2_set img.tree_line3 {
  width: auto;
  height: 25px;
  display: block;
  margin: 0 auto;
}
div.h2_set {
  margin-bottom: 30px;
}
@media screen and (min-width:769px) {
  #wrap {
    margin: 0 50px;
  }
  div.footer_wrap {
    width: 66.31%;
    margin: 0 auto;
    padding-top: 100px;
  }
  h2 {
    font-size: 40px;
	 font-weight: 400;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 32px;
	  font-weight: 400;
  }
  p {
    font-size: 24px;
  }
  div.h2_set img.tree_line3 {
    height: 41.65px;
  }
  div.h2_set {
    margin-bottom: 50px;
  }
  /*スマホの時だけbrとか消す用*/
  .sp_only {
    display: none;
  }
}
.y_green {
  color: #B1BF41;
}
.cp_link {
  display: inline-block;
  padding: 0.1em 0.3em;
  position: relative;
  transition: .3s;
}
.cp_link::after {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background-color: #6B8C49;
  content: '';
  transition: .3s;
  transform: translateX(-50%);
}
.cp_link:hover::after {
  width: 100%;
}
.sub_menu .cp_link::after {
  bottom: 10px;
  background-color: #B1BF41;
}
.sub_menu .cp_link:hover::after {
  width: 70%;
}
/*固定パーツ*/
#page_top {
  z-index: 1;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 90px;
  opacity: 0.8;
  border-radius: 50%;
  background: #009688;
}
#page_top a {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
/*tel*/
#sp_tel {
  z-index: 9999;
  width: 50%;
  height: 60px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #B1BF41;
  border-radius: 5px;
}
#sp_tel a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#sp_tel a::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f095';
  font-size: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 20px;
  text-align: center;
}
#sp_tel a::after {
  content: '043-111-2222';
  font-size: 18px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 0;
  left: 40px;
  text-align: center;
}
/*sp_web_yoyaku*/
#sp_web_yoyaku {
  z-index: 9999;
  width: 50%;
  height: 60px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #82C0D9;
  border-radius: 5px;
}
#sp_web_yoyaku a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-decoration: none;
}
#sp_web_yoyaku a::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\e163';
  font-size: 25px;
  color: #fff;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 20px;
  text-align: center;
}
#sp_web_yoyaku a::after {
  content: 'WEB予約';
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.16em;
  margin: auto;
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 0;
  left: 30px;
}
#pc_tel, #pc_web_yoyaku {
  display: none;
}
@media screen and (min-width:769px) {
  header {
    position: fixed;
  }
  #sp_tel, #sp_web_yoyaku {
    display: none;
  }
  #page_top {
    z-index: 1;
    width: 90px;
    height: 90px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    /*background: #ef3f98;*/
    border-radius: 50%;
    background: #009688;
    opacity: 0.6;
  }
  #page_top a {
    width: 90px;
    height: 90px;
    display: block;
    position: relative;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f0d8';
    font-size: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  #page_top a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  /*tel*/
  #pc_tel {
    z-index: 10;
    width: 100px;
    height: 180px;
    display: block;
    position: fixed;
    top: 120px;
    right: 0;
    border-radius: 10px 0 0 10px;
    background: #B1BF41;
  }
  #pc_tel  div{
    position: relative;
    display: block;
    width: 90px;
    height: 160px;
    text-decoration: none;
  }
  #pc_tel div::before {
    /*font-family: 'Font Awesome 5 Free';*/
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f095';
    /*transform: scale(-1, 1);*/
    font-size: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: -80px;
    bottom: 0;
    right: 0;
    left: 0px;
    text-align: center;
  }
  #pc_tel div::after {
    content: '043-111-2222';
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 75px;
    bottom: 0;
    right: 0;
    left: 10px;
    text-align: center;
  }
  /*pc_web_yoyaku*/
  #pc_web_yoyaku {
    z-index: 10;
    width: 100px;
    height: 150px;
    display: block;
    position: fixed;
    top: 310px;
    right: 0;
    border-radius: 10px 0 0 10px;
    background: #82C0D9;
  }
  #pc_web_yoyaku a {
    width: 90px;
    height: 160px;
    display: block;
    position: relative;
    text-decoration: none;
  }
  #pc_web_yoyaku a::before {
    /*font-family: 'Font Awesome 5 Free';*/
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\e163';
    transform: scale(-1, 1);
    font-size: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: -80px;
    bottom: 0;
    right: 0;
    left: 15px;
    text-align: center;
  }
  #pc_web_yoyaku a::after {
    content: 'WEB 予約';
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    position: absolute;
    top: 75px;
    bottom: 0;
    right: 0;
    left: 10px;
    margin: auto;
    text-align: center;
  }
}
/*header~~~~~~~~~~~~~~~~~~~~~~~~~~*/
header {
  z-index: 999;
  width: 100%;
  height: 80px;
  min-width: 350px; /*390-20*2*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F7FAF5;
}
header a, footer a {
  color: #6B8C49;
}
header h1 img {
  width: 180px;
  height: auto;
  margin-left: 20px;
}
header ul.pc_menu {
  display: none;
}
header .openbtn4 {
  margin-right: 20px;
}
.openbtn4 {
  z-index: 9999;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  z-index: 999;
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  /*ナビのスタート位置と形状*/
  top: 80px;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  /*background:#999;*/
  background: #F7FAF5;
  /*動き*/
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
  top: 80px;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  z-index: 999;
  position: fixed;
  width: 100%;
  /*height: 100vh;*/ /*表示する高さ*/
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
}
#g-nav li a, #g-nav ul.sub_menu li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/*ハンバーガー内のアコーディオン*/
.accordion-003 {
  max-width: 768px;
  border-bottom: 2px solid #688c49;
}
.accordion-003 summary {
  height: 68px;
  padding: 0 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #688c49;
  font-weight: 600;
  cursor: pointer;
}
.accordion-003 summary::-webkit-details-marker {
  display: none;
}
.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #688c49;
  border-right: 3px solid #688c49;
  content: '';
  transition: transform .3s;
}
.accordion-003 summary.no_a::after {
  opacity: 0;
}
.accordion-003[open] summary::after {
  transform: rotate(225deg);
}
.accordion-003[open] summary.no_a::after {
  opacity: 0;
}
.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em 3em;
  color: #688c49;
  transition: transform .5s, opacity .5s;
}
.accordion-003[open] p {
  transform: none;
  opacity: 1;
}
.accordion-003 summary a {
  /*padding: 2em 3em;*/
  line-height: 68px;
  display: inline-block;
  width: 100%;
  color: #688c49;
}
/*.accordion-003  summary.touin{
	height:68px;
}*/
/*pc_header*/
@media screen and (min-width:769px) {
  header {
    width: 100%;
    height: 100px;
  }
  header h1 {
    width: 26.66%;
    margin-left: 10.57%;
  }
  header h1 img {
    width: 85%;
    height: auto;
  }
  header ul.pc_menu {
    width: 39.01%;
    display: flex;
    margin-right: 10.57%;
    color: #6B8C49;
    list-style-type: none;
    justify-content: space-around;
  }
  header ul.pc_menu li {
    font-size: 24px;
  }
  header div.sp_menu, #g-nav {
    display: none;
  }
  /*=================*/
  /*アコーディオン*/
  /* Global Menu */
  /*header {*/
  header ul {
    position: relative;
  }
  header ul.pc_menu > li {
    display: inline-block;
  }
  header ul.sub_menu > li > a {
    padding: 20px 30px;
    display: block;
    text-transform: uppercase;
  }
  header ul.pc_menu > li:hover > a {
    background-color: #F7FAF5;
  }
  /* Submenu */
  header ul.pc_menu li ul {
    position: absolute;
  }
  header ul.pc_menu li ul li {
    display: block;
  }
  header ul.pc_menu li ul > li:first-child {
    padding-top: 15px;
  }
  header ul.pc_menu li ul, header ul.pc_menu li ul li:last-child, header ul.pc_menu li ul li:last-child a {
    border-radius: 0 0 5px 5px;
  }
  header ul.pc_menu li ul li a {
    background-color: #F7FAF5;
    color: #B1BF41;
    font-size: 0.9em;
  }
  header ul.pc_menu li ul li a:hover {
    /*background-color: #ddd;*/
    /*background-color: #F7FAF5;*/
  }
  /*~~~~~~*/
  header ul.pc_menu li ul {
    display: none;
  }
  header ul.pc_menu li:hover ul {
    display: block;
  }
  /*=================*/
} /*@media screen and (min-width:769px)*/
/*table==================================*/
div.open_hours {
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
}
div.open_hours table {
  width: 100%;
  border-collapse: collapse;
}
div.open_hours table th, div.open_hours table td {
  height: 2em;
  text-align: center;
  border-bottom: 1px solid #707070;
}
div.open_hours table th {
  width: 35%;
  padding-right: 10px;
  font-size: 0.8em;
}
div.open_hours table td.table_info {
  font-size: 0.9em;
}
div.open_hours table tr.table_last_row td {
  border-bottom: none;
}
@media screen and (min-width:769px) {
  div.open_hours table th, div.open_hours table td {
    font-size: 18px;
  }
  div.open_hours table td.table_info {
    font-size: 16px;
  }
}
/*====================================*/
/*index以外のトップ画像*/
main div.top_pic img.pc_top_img {
  display: none;
}
main div.top_pic {
  position: relative;
}
main div.top_pic img.sp_top_img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 80px;
  margin-bottom: 50px;
}
main div.top_pic .top_txt {
  width: 270px;
  padding: 20px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  font-size: 24px;
}
main img.pc_doctor_pic {
  display: none;
}
/*みどりのまるを背景にしてみた*/
/* Positioning */
.midasi_circle_set {
  /*padding: 50px;*/
  position: relative;
  /* background: #ffd;*/
}
.midasi_circle_set p, div.midasi_circle_set div {
  position: absolute;
}
.midasi_circle_set p {
  z-index: 1;
  position: absolute;
  font-size: 24px;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.midasi_circle_set div {
  opacity: 0.8;
  width: 200px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}
.midasi_circle_set div.circle-2 {
  transform: translate(-45%, -45%);
}
.circle-1 {
  background: #B1BF41;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.circle-2 {
  background: #82C0D9;
  border-radius: 80% 30% 50% 50%/50%;
}
@media screen and (min-width:769px) {
  main div.top_pic img.sp_top_img {
    display: none;
  }
  main div.top_pic img.pc_top_img {
    width: 94.79%;
    max-width: 1820px;
    height: 50vh;
    min-height: 200px;
    object-fit: cover;
    display: block;
    margin: 130px auto 100px;
    border-radius: 50px;
    overflow: hidden;
  }
  .midasi_circle_set div {
    width: 400px;
    height: 120px;
  }
  .midasi_circle_set p {
    font-size: 40px;
  }
}
/*footer==================================*/
footer {
  background-color: #F7FAF5;
}
footer div.footer_logo img {
  width: 231px;
  height: auto;
}
footer div.fotter_contact {
  display: none;
}
footer iframe.map {
  width: 100%;
  height: 200px;
}
footer div.footer_logo {
  text-align: center;
  margin-bottom: 30px;
}
footer div.pc_footer_info {
  display: none;
}
footer div.footer_address {
  margin-bottom: 20px;
}
footer div.footer_address p {
  line-height: 1.5em;
}
footer div.footer_shinryo {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
footer div.footer_shinryo p {
  display: inline-block;
  margin-right: 5px;
  padding: 10px 20px;
  color: #fff;
  background-color: #B1BF41;
  border-radius: 18px;
}
footer ul.pc_menu {
  display: none;
}
footer small.copy {
  display: block;
  padding: 30px;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width:769px) {
  footer div.footer_wrap {
    width: 66.31%;
  }
  footer iframe.map {
    height: 350px;
    /*margin-bottom: 100px;*/
  }
  footer div.footer_logo img {
    width: 400px;
    height: auto;
  }
  footer div.sp_footer_info {
    display: none;
  }
  footer div.pc_footer_info {
    display: block;
  }
  footer div.footer_table td {
    line-height: 3em;
  }
  footer div.footer_shinryo {
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  footer div.footer_shinryo p {
    margin-right: 10px;
    border-radius: 22px;
  }
  footer div.fotter_contact {
    display: flex;
    justify-content: space-between;
  }
  footer div.fotter_contact img {
    width: 49%;
    height: auto;
  }
  footer div.fotter_contact img.tel_banner {
    margin-bottom: 0;
    margin-right: 5px;
  }
  footer div.fotter_contact img.web_banner {
    width: 100%;
    height: auto;
  }
  footer div.pc_2 {
    display: flex;
    justify-content: space-between;
  }
  footer div.pc_left, footer div.pc_right {
    width: 48%;
  }
  footer ul.pc_menu {
    width: 39.01%;
    display: flex;
    margin: 0 auto;
    color: #6B8C49;
    list-style-type: none;
    justify-content: space-around;
  }
  footer div.footer_wrap {
    margin-bottom: 50px;
  }
  footer ul.pc_menu li {
    font-size: 20px;
  }
  /*=================*/
  /*アコーディオン*/
  /* Global Menu */
  footer {
    position: relative;
  }
  footer ul > li {
    display: inline-block;
  }
  footer ul.sub_menu > li > a {
    padding: 20px 30px;
    display: block;
    text-transform: uppercase;
  }
  /*ul > li > span{
    margin-left: 1.2em;
}*/
  footer ul > li:hover > a {
    background-color: #F7FAF5;
  }
  /* Submenu */
  footer ul li ul {
    position: absolute;
  }
  footer ul li ul li {
    display: block;
  }
  footer ul li ul > li:last-child {
    padding-bottom: 15px
  }
  footer ul li ul, footer ul li ul li:first-child, footer ul li ul li:first-child a {
    border-radius: 5px 5px 0 0;
  }
  footer ul li ul li a {
    background-color: #F7FAF5;
    color: #B1BF41;
    font-size: 0.9em;
  }
  footer ul li ul li a:hover {}
  /*上に開く*/
  /*~~~~~~*/
  footer ul li ul {
    display: none;
  }
  footer ul li:hover ul {
    display: block;
    position: absolute;
    bottom: 90px;
  }
  /*=================*/
}
/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4 {
  width: 50px;
  height: 50px;
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  border-radius: 5px;
  cursor: pointer;
}
/*ボタン内側*/
.openbtn4 span {
  width: 45%;
  height: 2px;
  display: inline-block;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  border-radius: 5px;
  background: #6B8C49;
}
.openbtn4 span:nth-of-type(1) {
  top: 13px;
}
.openbtn4 span:nth-of-type(2) {
  top: 19px;
}
.openbtn4 span:nth-of-type(3) {
  top: 25px;
}
.openbtn4 span:nth-of-type(3)::after {
  content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: -2px;
  /*color: #fff;*/
  color: #6B8C49;
  font-size: 0.6rem;
  text-transform: uppercase;
}
/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn4.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn4.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.openbtn4.active span:nth-of-type(3)::after {
  content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 4px;
}
/*========= レイアウトのためのCSS ===============*/
/*body{
  background:#f3f3f3;
    padding:20px;
}*/
a {
  color: #333;
  text-decoration: none;
}
/*.lead{
  margin:20px 0 0 0;
}*/
.btn-block {
  width: 200px;
  padding: 30px;
}
/*==================================================
　HOME
===================================*/
/*top_pic~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#home_page div.index_top_pic img.index_pc_top_img {
  display: none;
}
#home_page div.index_top_pic {
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 30px;
  position: relative;
}
#home_page div.index_top_pic img {
  width: 100%;
  height: 65vh;
  min-height: 300px;
  object-fit: cover; /*画像の縦横比を維持したままボックスを埋める*/
  border-radius: 20px;
}
#home_page div.index_top_pic .top_txt {
  width: 270px;
  /*height: 4em;*/
  padding: 20px 10px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.90);
  text-align: center;
  vertical-align: middle;
  line-height: 1.5em;
  /*border-radius: 10px;*/
  border-radius: 50% 50% 20px 20px;
  font-size: 24px;
}
@media screen and (min-width:769px) {
  #home_page div.index_top_pic img.index_sp_top_img {
    display: none;
  }
  #home_page div.index_top_pic img.index_pc_top_img {
    display: block;
  }
  #home_page div.index_top_pic {
    width: 100%;
    height: auto;
    margin-top: 130px;
    margin-bottom: 100px;
    /*position:relative;*/
  }
  #home_page div.index_top_pic img {
    width: 100%;
    height: 62vh; /*62.40*/
    object-fit: cover; /*画像の縦横比を維持したままボックスを埋める*/
    border-radius: 50px;
  }
  #home_page div.index_top_pic .top_txt {
    width: 540px;
    /*height: 4em;*/
    padding: 20px 10px;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.90);
    text-align: center;
    vertical-align: middle;
    line-height: 1.5em;
    border-radius: 50% 50% 20px 20px;
    font-size: 40px;
  }
} /*@media screen and (min-width:769px) {*/
/*ボタン~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#home_page .btn_waku {
  margin-bottom: 50px;
  text-align: center;
}
#home_page .btn_border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 2rem;
  /* font-family: "Poppins", sans-serif;*/
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border-color: #6B8C49;
  color: #6B8C49;
  backface-visibility: hidden;
  border: 0.3rem solid transparent;
  border-radius: 3rem;
  /*text-align: center;*/
}
#home_page .btn_border {
  border-color: #6B8C49;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}
#home_page .btn_border:hover {
  transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
}
@media screen and (min-width:769px) {
  #home_page .btn_waku {
    margin-bottom: 100px;
  }
  #home_page .btn_border {
    font-size: 22px;
  }
}
/*banner~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#home_page div.banner {
  margin-bottom: 50px;
}
#home_page div.banner img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media screen and (min-width:769px) {
  #home_page div.pc_2 {
    width: 66.31%;
    display: flex;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    justify-content: space-between;
  }
  #home_page div.pc_2 div.open_hours, #home_page div.pc_2 div.banner {
    width: 48%;
    height: auto;
  }
  #home_page div.pc_2 div.open_hours {
    margin-bottom: 0px;
  }
}
#home_page div#info {
  margin-bottom: 50px;
}
#home_page div#info h2 {
  /*margin-bottom: 30px;*/
}
#home_page div#info div.info_box {
  /*  width: 100%;
  height: 150px;
  border-radius: 10px;
  background-color: darkkhaki;*/
}
@media screen and (min-width:769px) {
  /*  #home_page div#info {
    width: 66.31%;
    margin: 0 auto;
  }
  #home_page div#info div.info_box {
    height: 400px;
  }*/
  #home_page div#info {
    margin-bottom: 100px;
  }
}
/*お知らせコーナー*/
.info {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /*  max-width: 600px;*/
  height: 13em;
  margin: 0 auto 30px;
  overflow-y: scroll;
  background-image: url("img/info_bg_05.png");
  background-size: cover;
}
.info dd, .info dt {
  line-height: 3em;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: .5em;
  padding-left: .5em
}
.info dt {
  font-style: normal;
  font-weight: initial
}
.info dt:first-of-type {
  padding-top: .5em;
  border-top: 1px dotted #343a40
}
.info dt time {
  margin-right: .5em
}
.info dt span {
  box-sizing: border-box;
  display: inline-block;
  width: 7em;
  margin-right: .5em;
  padding: 0 .5em;
  background-color: #009688;
  /*background-color: #6B8C49;*/
  color: #fff;
  border-radius: 3px;
  font-size: .8em;
  line-height: 1.75;
  text-align: center
}
.info dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #343a40
}
.info dt time {
  font-size: 0.9em;
}
.info dd:nth-of-type(-n+3) {
  position: relative
}
@media (min-width:768px) {
  .info {
    width: 50%;
    height: 350px;
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .info dt {
    width: 12.5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #343a40
  }
  .info dd {
    width: calc(100% - 12.5em)
  }
  .info dd:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #343a40
  }
}
/*div#message~~~~~~~~~~~~~~~~~~~~~~~~~*/
#home_page div#message {
  text-align: center;
  margin-bottom: 50px;
}
#home_page div#message p.message_top {
  margin-bottom: 30px;
  color: #6B8C49;
  font-size: 24px;
  line-height: 1.5em;
}
#home_page div#message span.font_16px {
  font-size: 16px;
}
#home_page div#message p.message_txt {
  margin-bottom: 30px;
  line-height: 2em;
}
#home_page div#message div.msg_pic img.pc_pic {
  display: none;
}
#home_page div#message div.msg_pic img {
  width: 100%;
  height: auto;
  /*border-radius: 10px;*/
  border-radius: 40% 40% 20px 20px / 70% 70% 20px 20px;
}
#home_page div#message div.msg_pic img {
  margin-bottom: 30px;
}
@media screen and (min-width:769px) {
  #home_page div#message {
    width: 66.31%;
    margin: 0 auto 200px;
  }
  #home_page div#message p.message_top, #home_page div#message span.font_16px {
    font-size: 40px;
  }
  #home_page div#message p.message_top {
    margin-bottom: 50px;
  }
  #home_page div#message p.message_txt {
    margin-bottom: 50px;
  }
  #home_page div#message div.msg_pic img.sp_pic {
    display: none;
  }
  #home_page div#message div.msg_pic img.pc_pic {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
  }
  #home_page div#message div.msg_pic img {
    margin-bottom: 50px;
  }
}
/*div#shinryo_annai ~~~~~~~~~~~~~~~~~~~~~~~~~*/
#home_page div#shinryo_annai {
  text-align: center;
  margin-bottom: 100px;
}
#home_page div#shinryo_annai p.annai_top {
  margin-bottom: 50px;
  white-space: nowrap;
}
#home_page div#shinryo_annai div.shinryo_naiyou {
  margin-bottom: 30px;
}
#home_page div#shinryo_annai div.shinryo_naiyou h3 {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 0;
  border-radius: 20px;
  color: #fff;
  /*text-align: center;*/
  background-color: #B1BF41;
}
#home_page div#shinryo_annai div.shinryo_naiyou p {
  line-height: 1.5em;
}
@media screen and (max-width:1344px) and (min-width:769px) {
  /*@media screen and (min-width:769px){*/
  #home_page div#shinryo_annai {
	  width: 80%;
    
    margin: 0 auto 200px;
  }
  #home_page div#shinryo_annai div.shinryo_naiyou h3 {
    width: 100%;
    border-radius: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/*細すぎると可愛くないので・・*/
@media screen and (min-width:1345px) {
  #home_page div#shinryo_annai {
    width: 66.31%;
    margin: 0 auto 200px;
  }
  #home_page div#shinryo_annai div.pc_3 {
    display: flex;
    justify-content: space-between;
  }
  #home_page div#shinryo_annai div.shinryo_naiyou {
    width: 28%;
    margin-bottom: 50px;
    padding: 30px 20px;
    border: solid 1px #aaa;
    border-radius: 30px;
  }
  #home_page div#shinryo_annai div.shinryo_naiyou h3 {
    width: 80%;
    margin-bottom: 30px;
    border-radius: 26px;
  }
  #home_page div#shinryo_annai div.shinryo_naiyou p {
    /*margin-bottom: 30px;*/
  }
}
/*==================================================
　お知らせページ_#info_page
===================================*/
#info_page .info_box {
  background-color: rgba(177, 191, 65, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 30px;
}
#info_page .hiduke {
  margin-bottom: 10px;
}
#info_page .info_midashi {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: start;
  border-bottom: 1px #707070 solid;
}
#info_page .info_content {
  padding: 0 10px;
}
#info_page .info_content p {
  line-height: 2em;
}
#info_page #info_new {
  background-color: rgba(177, 191, 65, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 30px;
}
#info_page #info_new h3 {
  margin-bottom: 30px;
}
#info_page .new_midashi {
  width: 100%;
  padding: 30px 0;
  background: pink;
}
#info_page .pc_pagenation {
  display: none;
}
#info_page .pagination-001 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
}
#info_page .pagination-001 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid #b1bf41;
  border-radius: 25px;
  color: #b1bf41;
}
#info_page .pagination-001 a:not(:hover) {
  text-decoration: none;
}
#info_page .pagination-001 .current a {
  background-color: #b1bf41;
  color: #fff;
  pointer-events: none;
}
#info_page dl {
  background-image: none;
  height: 100%;
  /*上下方向にはみ出した要素ををスクロールさせる*/
  overflow-y: hidden;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
#info_page dl::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width:769px) {
  #info_page .info_box, #info_page #info_new {
    width: 66.31%;
    margin: 0 auto 50px;
  }
  #info_page #info_new {
    margin: 0 auto 100px;
  }
  #info_page #info_new dl {
    width: 100%;
    /*padding: 0 30px;*/
  }
  #info_page .info {
    margin-bottom: 0;
  }
  #info_page .info_box, #info_page #info_new {
    border-radius: 20px;
    padding: 50px 30px;
  }
  #info_page .hiduke {
    margin-bottom: 30px;
  }
  #info_page .info_midashi {
    /*display: inline-block;*/
    /*margin-bottom: 30px; 
		  padding-bottom: 10px;*/
    /*text-align: start;*/
    /*border-bottom: 1px #707070 solid;*/
  }
  #info_page .info_content {
    padding: 0 30px;
  }
  #info_page .info_content p {
    line-height: 2em;
  }
  #info_page .pagination-001 {
    margin-bottom: 50px;
  }
}
/*==================================================
　医院案内ページ_#iin_annai_page
===================================*/


#iin_annai_page div.koumoku {
  margin-bottom: 100px;
  text-align: center;
}
#iin_annai_page div.iin_annai_nav {
  margin-bottom: 30px;
  text-align: center;
}
#iin_annai_page div.iin_annai_nav p {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 0;
  border-radius: 20px;
  color: #fff;
  /*text-align: center;*/
  background-color: #B1BF41;
}
/*#rinen~~~~~~~~~~~~~~~~~~~~~~~~~*/
#iin_annai_page div#rinen {
  /*  text-align: center;
  margin-bottom: 50px;*/
}
#iin_annai_page div#rinen p.message_top {
  margin-bottom: 30px;
  color: #6B8C49;
  font-size: 24px;
  line-height: 1.5em;
}
#iin_annai_page div#rinen span.font_16px {
  font-size: 16px;
}
#iin_annai_page div#rinen p.message_txt {
  /* margin-bottom: 30px;*/
  line-height: 2em;
}
/*iin_gaiyou~~~~~~~~~~~~~~~~~~~~~~*/
#iin_annai_page div#iin_gaiyou table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 10px; /*表を角丸にする*/
}
#iin_annai_page div#iin_gaiyou table th, #iin_annai_page div#iin_gaiyou table td {
  padding: 10px 0;
  text-align: center;
  line-height: 2em;
}
#iin_annai_page div#iin_gaiyou table tr:nth-child(odd) {
	background-color: rgba(177,191,65,0.4);
}
#iin_annai_page div#iin_gaiyou table tr:nth-child(even) {
  background-color: rgba(177,191,65,0.2);
}
/*表を角丸にする*/
#iin_annai_page div#iin_gaiyou table tr:first-child th {
  border-radius: 10px 0 0 0;
}
#iin_annai_page div#iin_gaiyou table tr:first-child td {
  border-radius: 0 10px 0 0;
}
#iin_annai_page div#iin_gaiyou table tr:last-child th {
  border-radius: 0 0 0 10px;
}
#iin_annai_page div#iin_gaiyou table tr:last-child td {
  border-radius: 0 0 10px 0;
}
#iin_annai_page div#iin_gaiyou img.sp_img {
  width: 100%;
  height: auto;
}
#iin_annai_page div#iin_gaiyou img.sp_img {
  border-radius: 30px 210px 30px 150px;
}
#iin_annai_page div#iin_gaiyou div.gaiyou_img {
  margin-bottom: 30px;
}
#iin_annai_page div#iin_gaiyou img.pc_img {
  display: none;
}
/*shinryou_zikan */
/*
#iin_annai_page div#shinryou_zikan .banner img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
#iin_annai_page div#shinryou_zikan .banner img:first-child{
	margin-bottom: 10px;
}
*/
/*access~~~~~~~~~~~~~~~~~~~*/
#iin_annai_page .access_map {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}
#iin_annai_page a.map_button p {
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 18px;
  background-color: #B1BF41;
}
#iin_annai_page a.map_button {
  margin-bottom: 100px;
  display: block;
  text-align: center;
}
#iin_annai_page div.address {
  text-align: center;
  margin-bottom: 30px;
}
#iin_annai_page div.access_txt p {
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  /*background-color: #F7FAF5;*/
	background-color: rgba(177,191,65,0.2);
}
/*siharai_houhou~~~~~~~~~~~~~~~~~~*/
#iin_annai_page div#siharai_houhou {
  text-align: center;
}
#iin_annai_page div#siharai_houhou div.houhou {
  margin-bottom: 50px;
}
#iin_annai_page div#siharai_houhou div.houhou:last-child {
  margin-bottom: 0;
}
#iin_annai_page div#siharai_houhou p.houhou_txt {
  margin-bottom: 30px;
}
#iin_annai_page div#siharai_houhou div.houhou h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
#iin_annai_page div#siharai_houhou div.houhou p {
  margin-bottom: 20px;
}
#iin_annai_page div#siharai_houhou div.credit_card div.shiharai_img img {
  width: 100%;
  height: auto;
}
#iin_annai_page div#siharai_houhou div.qr_pay div.shiharai_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#iin_annai_page div#siharai_houhou div.qr_pay img {
  width: 24%;
  height: auto;
}
#iin_annai_page div#siharai_houhou div.ic div.shiharai_img img {
  width: 75%;
  height: auto;
}
#iin_annai_page div#siharai_houhou div.sonota div.shiharai_img {
  margin: 0 auto;
  width: 85%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#iin_annai_page div#siharai_houhou div.sonota img {
  width: 23%;
  height: auto;
}
@media screen and (min-width:769px) {
  #iin_annai_page div.iin_annai_nav {
    width: 66.31%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 100px;
  }
  #iin_annai_page div.iin_annai_nav a {
    width: 49%;
    margin-bottom: 0px;
    padding: 10px 0;
  }
	  #iin_annai_page div.iin_annai_nav a p {
    font-size: 32px;
		  border-radius: 26px;

  }
  #iin_annai_page div.koumoku {
    width: 66.31%;
    margin: 0 auto 200px;
  }
  /*#rinen~~~~~~~~~~~~~~~~~~~~~~~~~*/
  #iin_annai_page div#rinen {
    /*  text-align: center;
  margin-bottom: 50px;*/
  }
  #iin_annai_page div#rinen p.message_top {
    margin-bottom: 50px;
    font-size: 40px;
  }
  /*iin_gaiyou~~~~~~~~~~~~~~~~~~~~~~*/
  #iin_annai_page div#iin_gaiyou table {
    width: 75%;
    margin: 0 auto;
    font-size: 24px;
  }
  #iin_annai_page div#iin_gaiyou table th, #iin_annai_page div#iin_gaiyou table td {
    padding: 10px 0;
    text-align: center;
    line-height: 2.5em;
  }
  #iin_annai_page div#iin_gaiyou img.sp_img {
    display: none;
  }
  #iin_annai_page div#iin_gaiyou img.pc_img {
    margin-bottom: 50px;
    display: block;
    border-radius: 50px 315px 50px 215px;
  }
  /*shinryou_zikan~~~~~~~~~~*/
  #iin_annai_page div#shinryou_zikan table {
    width: 75%;
    margin: 0 auto;
  }
  #iin_annai_page div#shinryou_zikan table th, #iin_annai_page div#shinryou_zikan table td {
    line-height: 3em;
    font-size: 24px;
  }
  
  /*access~~~~~~~~~~~~~~~~~*/
  #iin_annai_page div#access {
    padding-top: 200px; /*代替案*/
  }
  #iin_annai_page .access_map {
    width: 800px;
    height: 600px;
    margin-bottom: 50px;
    text-align: center;
  }
  #iin_annai_page div.map_box {
    text-align: center;
  }
  #iin_annai_page a.map_button p {
    padding: 20px 30px;
    border-radius: 32px;
  }
  #iin_annai_page a.map_button {
    margin-bottom: 200px;
  }
  #iin_annai_page div.address {
    margin-bottom: 50px;
  }
  #iin_annai_page div.access_txt p {
    display: inline-block;
    text-align: center;
    margin: 0 auto 50px;
  }
  #iin_annai_page div.access_txt {
    text-align: center;
  }
  /*siharai_houhou~~~~~~~~~~~~~~~~~~*/
  #iin_annai_page div#siharai_houhou div.houhou {
    margin-bottom: 100px;
  }
  #iin_annai_page div#siharai_houhou div.houhou:last-child {
    margin-bottom: 0;
  }
  #iin_annai_page div#siharai_houhou p.houhou_txt {
    margin-bottom: 50px;
  }
  #iin_annai_page div#siharai_houhou div.houhou h3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #707070;*/
  }
  #iin_annai_page div#siharai_houhou div.houhou p {
    margin-bottom: 50px;
  }
  #iin_annai_page div#siharai_houhou div.credit_card div.shiharai_img img {
    width: 60%;
    /*height: auto;*/
  }
  #iin_annai_page div#siharai_houhou div.qr_pay div.shiharai_img {
    width: 60%;
    margin: auto;
    /*	display: flex;
	justify-content: center;
	align-items: center;*/
  }
  #iin_annai_page div#siharai_houhou div.qr_pay img {
    width: 24%;
    height: auto;
  }
  #iin_annai_page div#siharai_houhou div.ic div.shiharai_img img {
    width: 50%;
    height: auto;
  }
  #iin_annai_page div#siharai_houhou div.sonota div.shiharai_img {
    margin: 0 auto;
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #iin_annai_page div#siharai_houhou div.sonota img {
    width: 23%;
    height: auto;
  }
  #iin_annai_page div#siharai_houhou div.shiharai_img {
    min-width: 600px;
    text-align: center;
  }
} /*PC*/
/*==================================================
　医師紹介ページ_#doctor_page
===================================*/

#doctor_page img.pc_doctor_pic {
  display: none;
}
#doctor_page div#aisatsu {
  width: 100%;
  margin-bottom: 50px;
}
#doctor_page div#aisatsu img.doctor_pic {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 20px;
}
#doctor_page div#aisatsu p {
  line-height: 1.5em;
}
#doctor_page div#aisatsu p.aisatsu_txt {
  margin-bottom: 20px;
}
#doctor_page div#keireki, #doctor_page div#shikaku_gakkai {
  padding: 30px 10px;
  background-color: #F7FAF5;
  border-radius: 20px;
}
#doctor_page div#keireki th, #doctor_page div#shikaku_gakkai li {
  line-height: 2em;
  list-style: none;
}
#doctor_page div#keireki th {
  width: 20%;
}
#doctor_page div#keireki {
  margin-bottom: 50px;
}
#doctor_page div#shikaku_gakkai {
  margin-bottom: 100px; /**/
}
/*====================================*/
@media screen and (min-width:769px) {
	#doctor_page div#aisatsu  div.h2_set{
		margin-bottom: 100px;
	}
 #doctor_page img.pc_doctor_pic {
    display: block;
    margin-right: 50px;
    border-radius: 40% 40% 20px 20px / 70% 70% 20px 20px;
    /*border-radius: 30px;*/
  }
 #doctor_page img.doctor_pic {
    display: none;
  }
#doctor_page div#aisatsu div.pc_2 {
    width: 66.31%;
    margin: 0 auto 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #doctor_page div#aisatsu p {
    font-size: 20px;
  }
  #doctor_page div.doctor_info_pc_2 {
    width: 66.31%;
    margin: 0 auto 200px;
    display: flex;
    justify-content: space-between;
  }
  #doctor_page div#keireki, main#doctor_page div#shikaku_gakkai {
    width: 42%;
    margin-bottom: 0px;
    padding: 50px 30px;
    font-size: 20px;
  }
  #doctor_page div#shikaku_gakkai ul {
    margin: 0 auto;
    text-align: center;
  }
 #doctor_page div#shikaku_gakkai li {
    line-height: 3em;
  }
 #doctor_page div#keireki table {
    margin: 0 auto;
  }
} /*@media screen and (min-width:769px) {*/
/**********************************************************************************/
/*==================================================
　診療案内ページ_#shinryo_annai_page
===================================*/

#shinryo_annai_page div.shinryo_ka {
  margin-bottom: 30px;
  text-align: center;
}
#shinryo_annai_page div.shinryo_ka p {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 0;
  border-radius: 20px;
  color: #fff;
  /*text-align: center;*/
  background-color: #B1BF41;
}
#shinryo_annai_page div.kamoku p {
  margin-bottom: 30px;
}
#shinryo_annai_page div.kamoku {
  margin-bottom: 50px;
}
#shinryo_annai_page div.kamoku p, #shinryo_annai_page div.symptom li {
  line-height: 1.5em;
}
#shinryo_annai_page div.symptom ul {
  padding: 20px;
}
#shinryo_annai_page div.symptom li {
  list-style-position: inside;
}
#shinryo_annai_page div.symptom {
  /*background-color: #F7FAF5;*/
  background-color: rgba(177, 191, 65, 0.2);
  border-radius: 20px;
}
@media screen and (max-width:1344px) and (min-width:769px) {
	  #shinryo_annai_page div#shinryo_ka_annai {
    width: 85%;
    margin:0 auto 200px;
  }
}
@media screen and (min-width:1345px)  {
	  #shinryo_annai_page div#shinryo_ka_annai {
    width: 66.31%;
    margin: 0 auto 200px;
  }
}

@media screen and (min-width:769px) {

  #shinryo_annai_page div.shinryo_ka {
    display: flex;
    justify-content: space-between;
  }
	  #shinryo_annai_page div.shinryo_ka a {
    width: 32%;
  }
  #shinryo_annai_page div.shinryo_ka p {
	  margin-top: 50px;
    width: 100%;
    padding: 20px 0;
    font-size: 32px;
    border-radius: 36px;
  }
  #shinryo_annai_page div.kamoku {
    width: 66.31%;
    margin: 0 auto 200px;
  }
  #shinryo_annai_page div.symptom ul {
    padding: 40px 60px;
  }
  #shinryo_annai_page div.kamoku li {
    font-size: 24px;
    line-height: 2em;
  }
}
/*==================================================
　アクセスページ_#access_page
===================================*/
#access_page .access_map {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}
#access_page a.map_button p {
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 18px;
  background-color: #B1BF41;
}
#access_page a.map_button {
  margin-bottom: 100px;
  display: block;
  text-align: center;
}
#access_page div.address {
  text-align: center;
  margin-bottom: 30px;
}
#access_page div.access_txt p {
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  /*background-color: #F7FAF5;*/
	background-color: rgba(177,191,65,0.2);
}
@media screen and (min-width:769px) {
  #access_page .access_map {
    width: 800px;
    height: 600px;
    margin-bottom: 50px;
  }
  #access_page div.map_box {
    text-align: center;
  }
  #access_page a.map_button p {
    padding: 20px 30px;
    border-radius: 32px;
  }
  #access_page a.map_button {
    margin-bottom: 200px;
  }
  #access_page div.address {
    margin-bottom: 50px;
  }
  #access_page div.access_txt p {
    display: inline-block;
    text-align: center;
    margin: 0 auto 50px;
  }
  #access_page div.access_txt {
    text-align: center;
  }
}
/*==================================================
　WEB予約ページ_#web_reserve_page
===================================*/
#web_reserve_page .btn {
  margin-bottom: 10px;
}
#web_reserve_page h2 {
  margin-top: 90px;
  margin-bottom: 10px;
}
@media screen and (min-width:769px) {
  #web_reserve_page .btn {
    margin-bottom: 30px;
  }
  #web_reserve_page h2 {
    margin-top: 130px;
    margin-bottom: 30px;
  }
  #web_reserve_page p.title {
    font-size: 20px;
  }
}
/*====================================================================*/
/*@media screen and (min-width:769px) {}
@media screen and (max-width:768px) and (min-width:391px) {}
@media screen and (max-width:390px) {}*/
@media screen and (max-width:390px) {}