@charset "UTF-8";
/*
Theme Name: Misaクリニック
*/
/*このCSSはSCSSから出力されたものです*/
/*----------------------------------------
* last update 2022-07
*
* +01 base
* +02 layout
* +03 module/component c-●●
* +04 header
* +05 footer
* +06 page
* +07 underpages
*
----------------------------------------*/
/*----------------------------------------------------
++01 base
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333333;
}
body.menu_open {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

.f_color01 {
  color: #b89e5f;
}

.siteWrapper {
  background-color: #f3f0e8;
}
.siteWrapper_topBg {
  background: url(images/txt_bg.png) no-repeat left top 936px/159px auto;
}
@media screen and (max-width: 768px) {
  .siteWrapper_topBg {
    background: none;
  }
}
.siteWrapper.underPage {
  background-color: #fff;
}

.topBg {
  background: url(images/mv_bg.png) no-repeat center/cover;
  position: relative;
}
.topBg_kirakira {
  position: absolute;
  left: calc(50% - 810px);
  bottom: 0;
}

.main {
  margin-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-bottom: 50px;
  }
}

.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
	.page .mt100 { margin-top: 150px; }
@media screen and (max-width: 768px) {
  .mt80 { margin-top: 30px; }
  .mt100 { margin-top: 50px; }
  .page .mt100 { margin-top: 100px; }
}

.pc_none { display: none; }
@media screen and (max-width: 768px) {
	.sp_none { display: none; }
	.pc_none { display: block; }
}

.txt_center { text-align: center; }
.txt_right { text-align: right; }
.profimg_right { float: right; margin: 55px 0 30px 30px; width: 30%; }
@media screen and (max-width: 768px) {
	.profimg_right { margin: 35px 0 0 10px; width: 45%; }
}
.page main p { font-size: 1.6rem; line-height: 2; }
.single main p, .category main p { margin: 0 auto 10px; width: 80%; font-size: 1.6rem; line-height: 2; }
.single-column main p { margin: 10px auto; width: 95%; }
.single main p img, .category main p img { display: block; margin: 20px auto; width: 70%; }
.single main p a { text-decoration: underline; }
@media screen and (max-width: 768px) {
  .page main p { font-size: 1.4rem; line-height: 1.8; }
  .single main p, .category main p { width: 100%; font-size: 1.4rem; line-height: 1.8; }
  .single main p img, .category main p img { width: 100%; }
}

/*-----animation ------------------------------------*/
.anime._bg_kirakira {
  opacity: 0;
  transition: 0.6s;
  transition-delay: 1s;
}
.anime._bg_kirakira.show {
  opacity: 1;
}

.anime._mv_lady {
  opacity: 0;
  transition: 1s;
  transition-delay: 2s;
}
.anime._mv_lady.show {
  opacity: 1;
}

.anime._fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}
.anime._fadeup.show {
  transform: translateY(0);
  opacity: 1;
}

.anime._delay_pc {
  transition-delay: 2s;
}

/*----------------------------------------------------
++02 layout
----------------------------------------------------*/
.l-section {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding-top: 40px;
  }
}

.l-inner01 {
  width: 1230px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
header .l-inner01 { padding: 0 }
.single-column main .l-inner01, .tax-column-cat main .l-inner01, .post-type-archive-column main .l-inner01{ display: flex; justify-content: space-between; }
.single-column main .main-column, .tax-column-cat main .main-column, .post-type-archive-column main .main-column { width: 900px; }
.single-column main aside, .tax-column-cat main aside, .post-type-archive-column main aside { width: 250px; }
.aside-list { margin-bottom: 20px; }
@media screen and (max-width: 768px) {
	header .l-inner01 { padding: 0 15px; }
	.single-column main .l-inner01, .tax-column-cat main .l-inner01, .post-type-archive-column main .l-inner01{ display: block; }
	.single-column main .main-column, .tax-column-cat main .main-column, .post-type-archive-column main .main-column { width: 100%; }
	.single-column main aside, .tax-column-cat main aside, .post-type-archive-column main aside { margin: 0 auto; width: 90%; }
}
.l-outer {
  width: 1366px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/*----------------------------------------------------
++03 module/component
----------------------------------------------------*/
.c-gnav {
  font-size: 1.8rem;
}
.c-gnav__list {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .c-gnav__list {
    flex-direction: column;
  }
}
.c-gnav__item a {
  color: #b89e5f;
  display: inline-block;
  line-height: 18px;
  padding: 0 12px;
  font-size: 1.5rem;
}
.c-gnav__item:not(:last-child) a {
  border-right: 1px solid #ccbc84;
}
.c-gnav__item:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .c-gnav__item {
    margin-bottom: 15px;
  }
  .c-gnav__item a {
    width: 100%;
	font-weight: 600;
    text-align: center;
  }
  .c-gnav__item a.dis-inline {
	  display: inline;
  }
  .c-gnav__item:not(:last-child) a {
    border-right: none;
  }
  .c-gnav__item:last-child a {
    padding-right: 20px;
  }
  .c-gnav__item_lang {
    margin-bottom: 10px;
  }
  .c-gnav__item_lang a {
	  font-size: 1.3rem;
  }
}

.c-btn {
  display: inline-block;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  color: #fff;
  background-color: #8b1129;
}
.c-btn--header {
  min-width: 200px;
  text-align: center;
  padding: 10px 5px;
}
.c-btn--content {
  min-width: 280px;
  padding: 14px 5px 14px 14px;
  position: relative;
  text-decoration: none !important;
}
.c-btn--content::after {
  content: url(images/arrow_btn.png);
  position: absolute;
  top: calc(50% - 15px);
  right: 14px;
}
.c-btn--footer {
  min-width: 303px;
  max-width: 100%;
  font-size: 2.4rem;
  color: #b89e5f;
  background-color: #fff;
  text-align: center;
  padding: 22px 10px;
}
@media screen and (max-width: 768px) {
	.c-btn--content::after {
  	top: calc(50% - 9px);
	}
  .c-btn--footer {
    font-size: 2rem;
    padding: 10px;
  }
}

.c-bannerList.c-bannerList--banslick{
  display: block;
}
.c-bannerList.c-bannerList--banslick .c-bannerList__item {
  margin: 0 10px;
}

.c-bannerList {
  display: flex;
  justify-content: space-evenly;
}
	.page .c-bannerList { margin-top: 40px; flex-wrap: wrap; }
.c-bannerList__item {
  width: 32%;
  box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.6);
}
	.home .c-bannerList__item, .page-id-57 .c-bannerList__item { width: 32%; }
	.page-id-57 .c-bannerList__item { font-size: 2rem; }
	.page-id-57 .c-bannerList__item img { margin-bottom: 10px; }
	.page .c-bannerList__item { margin-bottom: 30px; box-shadow: none; text-align: center; }
	.page .c-bannerList__item h3 { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #b89e5f; font-size: 1.7rem; }
	.page .c-bannerList__item p { margin: 0 auto 20px; width: 90%; font-size: 1.4rem; }
	.page main.ope_page .c-bannerList__item { width: 40%; }
	#type01 .c-bannerList, #type02 .c-bannerList { justify-content: start; }
	.page-id-71 #type01 .c-bannerList, #type02 .c-bannerList { justify-content: space-evenly; }
	#type02 .l-section { padding-top: 40px; }
	#type02 .c-secttl { font-size: 2.8rem; }
	#type02 .c-bannerList { margin: 10px 0 20px; }
	#type02 .c-bannerList__item { margin: 0 5px 5px; }
	#type02 .c-bannerList__item h3 { margin-bottom: 20px; border-radius: 5px; border: 2px solid #b89e5f; font-size: 1.6rem; }
	#type02 .c-bannerList__item h3 a { display: block; padding: 15px 5px 10px; width: 100%; height: 100%; cursor: pointer; }

	ul.list_half { margin: 2% auto; width: 100%; text-align: center;}
		ul.list_half li { display: inline-block; vertical-align: top; margin: 0 1% 1%; width: 47%; }
		.page-id-1893 ul.list_half li { margin: 0 5% 1%; width: 35%; }
@media screen and (max-width: 768px) {
	.page .c-bannerList { margin: 0 0 40px; }
   .c-bannerList__item {
    width: 100%;
    margin: 0 10px;
   }
/*	.home .c-bannerList__item { width: 100% }*/
	.page-id-57 .c-bannerList__item { margin-bottom: 30px !important; width: 100% !important; font-size: 1.6rem; }
	.page-id-1171 main .c-bannerList__item { width: 45%; }
	.page-id-1171 .c-bannerList__item, .page .c-bannerList__item h3 { font-size: 1.3rem; }
    .page main .c-bannerList__item { margin: 0; width: 47%; }
	body.page-id-1939 .c-bannerList h3,
	body.page-id-71 #type01 .c-bannerList h3 { display: none; }
	#type02 .l-section { padding-top: 20px; }
	#type02 .c-secttl { padding-bottom: 0; font-size: 2.2rem; }
	#type02 .c-bannerList { margin: 10px 0 10px; }
	#type02 main .c-bannerList__item { margin-bottom: 10px; }
	#type02 .c-bannerList__item h3 { margin-bottom: 10px; font-size: 1.3rem; height: 100%; box-sizing: border-box; }
	#type02 .c-bannerList__item h3 a { display: flex; align-items: center; justify-content: center; }

		ul.list_half { margin: 3% auto 5%; width: 100%; }
		ul.list_half li { margin-bottom: 1%; width: 100%; font-size: 1.2rem; }
		.page-id-1893 ul.list_half li { margin: 0 auto 2%; width: 100%; }
}

.c-card01 {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-card01 {
    flex-direction: column;
  }
}
.c-card01--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-card01--reverse {
    flex-direction: column;
  }
}
.c-card01--reverse .c-card01__body {
  position: relative;
  top: 132px;
  left: 36px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .c-card01--reverse .c-card01__body {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-card01--reverse .c-card01__body {
    top: initial;
    left: initial;
  }
}
.c-card01--noReverse .c-card01__body {
  position: relative;
  top: 132px;
  right: 36px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .c-card01--noReverse .c-card01__body {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-card01--noReverse .c-card01__body {
    top: initial;
    right: initial;
  }
}
.c-card01__img {
  width: 862px;
  max-width: calc(100% - 460px);
}
@media screen and (max-width: 768px) {
  .c-card01__img {
    max-width: 100%;
  }
}
.c-card01__body {
  width: 460px;
  min-height: 384px;
  max-width: 100%;
  padding: 60px 40px 40px 45px;
  background-color: #fff;
  box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .c-card01__body {
    padding: 30px;
    min-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .c-card01__body {
    width: 100%;
    min-height: initial;
    padding: 30px;
  }
}
.c-card01__ttl {
  font-size: 3.4rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  color: #b89e5f;
  margin-bottom: 12px;
}
.c-card01__txt {
  line-height: 1.8666666667;
  flex: 1;
	font-size: 1.5rem !important;
}
.c-card01__btn {
  margin-top: 40px;
}

.c-mvUnder {
  padding: 80px 0 70px 0;
  background: url(images/mv_under_bg.jpg) no-repeat center/cover;
}
.c-mvUnder__ttl {
	  margin: 0 auto;
	  width: 85%;
  font-size: 4.6rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  text-align: center;
  line-height: 1.3;
}
.single .c-mvUnder__ttl {
  font-size: 3rem;
}
.c-mvUnder__ttl span {
	margin-top: 1rem;
	  color: #b89e5f;
	  font-size: 1.8rem;
	  display: block;
}
@media screen and (max-width: 768px) {
  .c-mvUnder__ttl {
	  width: 90%;
	  font-size: 3rem;
  }
	.c-mvUnder__ttl span { font-size: 1.4rem; }
	.single .c-mvUnder__ttl {
  		font-size: 2rem;
	}
}
.c-mvUnder__tags {
  text-align: center;
  margin-top: 60px;
}
.c-mvUnder__tags span {
  display: inline-block;
  margin-bottom: .2rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  color: #fff;
  padding: 0 8px;
  background-color: #ccbc84;
}

.c-breadcrumb {
  display: flex;
	flex-wrap: wrap;
}
.c-breadcrumb li {
  font-size: 1.2rem;
}
.c-breadcrumb li:not(:last-child) {
  margin-right: 10px;
}
.c-breadcrumb li:not(:last-child)::after {
  content: "／";
  color: #b89e5f;
}
.c-breadcrumb li a {
  display: inline-block;
  font-size: 1.2rem;
  padding-right: 10px;
}

.c-underMenu {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px solid #ccbc84;
}
.c-underMenu li:nth-child(1) {
	width: auto;
	min-width: 25%;
}
#type0 .c-underMenu li:nth-child(1) { min-width: 50%; }
.page-id-1171 .c-underMenu li:nth-child(1) { min-width: 18% }
.c-underMenu li:not(:nth-child(1)) {
  flex: 1;
}
.c-underMenu li:not(:last-child) {
  border-right: 1px dotted #929292;
}
.c-underMenu li a {
  font-size: 1.8rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 22px 10px;
}
.c-underMenu li a:hover {
  color: #b89e5f;
}
@media screen and (max-width: 768px) {
  .c-underMenu li { width: 50% !important; border-bottom: 1px dotted #929292; }
  .c-underMenu.include-youtube li { width: 50% !important; }
  .c-underMenu li:nth-child(1), .c-underMenu li:nth-child(2){  border-top: 3px solid #ccbc84; }
  .c-underMenu li:nth-child(2){ border-right: none; }
  .c-underMenu li:not(:nth-child(1)) { flex: none; }
/*  .c-underMenu li:nth-child(3), .c-underMenu li:nth-child(4) { flex: 1; }*/
  .c-underMenu li a {
    font-size: 1.4rem;
    padding: 16px 5px;
  }
  .c-underMenu li:not(:last-child) { border-right: none; }
}

.c-secttl {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  text-align: center;
  font-size: 3.4rem;
  color: #b89e5f;
  position: relative;
  padding-bottom: 16px;
}
.c-secttl.c-secttl--underbar::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  background-color: #b89e5f;
}
@media screen and (max-width: 768px) {
  .c-secttl {
    font-size: 2.4rem;
  }
}

.c-secSubttl {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 2.4rem;
  color: #b89e5f;
  position: relative;
  padding-left: 40px;
}
	.gold_link { padding-left: 0; text-align: center; }
	.gold_link a { font-size: 3.4rem; color:#b89e5f; text-decoration: underline; }
	body.page-id-57 .c-secSubttl { font-size: 2.8rem; }
	span.txt_red { margin: 0 auto; display: block; width: 93%; font-size:1.5rem; color: #f00; }

.c-secSubttl.c-secSubttl--style01::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #b89e5f;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-secSubttl {
    font-size: 2rem;
    margin: 0 10px;
    padding-left: 25px;
  }
	.gold_link { padding-left: 0; }
	.gold_link a { font-size: 2.2rem; color:#b89e5f; text-decoration: underline; }
	body.page-id-57 .c-secSubttl { font-size: 1.5rem; }
	span.txt_red { margin: 1rem  auto 0; display: block; width: 90%; font-size:1.3rem; line-height: 1.4; color: #f00; }
  .c-secSubttl.c-secSubttl--style01::before {
    margin-bottom: 10px;
    width: 15px;
    top: 14px;
  }
}

h4 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}

.c-table {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccbc84;
  font-size: 1.7rem;
}
.home .c-table { border: none; }
	.c-table.normal-table { margin-bottom: 30px; }
	.c-table.normal-table.price-table { margin-top: 30px; }
	.c-table.normal-table.single-table { margin: 20px auto; width: 800px; border: none; }
@media screen and (max-width: 768px) {
  .c-table {
    font-size: 1.4rem;
  }
	.c-table.normal-table.single-table { width: 100%; }
}
.c-table tbody tr {
  border-bottom: 1px dashed #ccbc84;
}
.c-table tbody th {
  padding: 30px 60px;
  color: #033333;
  font-weight: bold;
  width: 42%;
  vertical-align: middle;
}
	.c-table.normal-table tbody th { width: 30%; }
	.c-table.normal-table tbody th a { text-decoration: underline; }
	.c-table.news-table tbody th { width: 15%; }
	.c-table.normal-table.price-table tbody th { width: 20%; padding: 15px 15px; }
	.c-table.normal-table.single-table tbody th { width: 40%; padding: 15px 15px; }
	.c-table.normal-table.single-table tbody th, .c-table.normal-table.single-table tbody td { padding: 10px 15px; }
	.c-table.normal-table.single-table tbody th { text-align: right; }
	.c-table.normal-table.single-table tbody td { text-align: right; }

.c-table tbody td {
  padding: 30px;
  vertical-align: middle;
}
.c-table tbody td:nth-child(2) {
  width: 17%;
/*  border-right: 1px solid #ccbc84;*/
}
	.c-table.normal-table td:nth-child(2) { width: auto; }
	.c-table.normal-table td:nth-child(2) span { color: #f00; }
	.c-table.news-table th, .c-table.news-table td { padding: 20px 20px; }
	.c-table.news-table td:nth-child(2) { width: 20%; }
	.c-table tbody td:nth-child(3) { padding: 10px 20px 10px 10px; text-align: right; line-height: 1; }
	.c-table.news-table tbody td:nth-child(3) { text-align: left; line-height: 1.4; }
	.c-table.normal-table.price-table tbody td { padding: 15px 10px; }
	.c-table.normal-table.price-table tbody td:nth-child(2) { width: 43%; }
	.c-table.normal-table.price-table tbody td:nth-child(4) { width: 15%; }
	.c-table.normal-table.price-table tbody td.campaign { color: #f00; font-weight: bold; }

.c-table.news-table td span { width: 100%; text-align: center; }
.c-table.news-table td span a { display: block; padding: 8px 10px; font-size: 1.4rem; color: #fff; }
.cat_news_info a { background: #888; }
.cat_news_ope a { background: #a27d23; }
.cat_news_campaign a { background: #8b1129; }
.cat_news_youtube a { background: #F81501; }
.c-table.news-table td span.new { padding: 3px 5px; border: 1px solid #c61639; font-size: 1.3rem; color: #c61639; }

.c-table.aside-table tbody th, .c-table.aside-table tbody td { display: block; padding: 15px; font-size: 1.4rem; }
.c-table.aside-table tbody th { padding: 15px 10px 5px; width: 20%; }
.c-table.aside-table tbody td { padding: 5px 10px 15px; width: 20%; }

.tax-column-cat .c-table.news-table td span a,
.single-column .c-mvUnder__ttl span a,
.column-list li span a { display: block; margin: 0 auto; padding: 8px 10px; max-width: 200px; font-size: 1.4rem; border: 1px solid #666; color: #666; text-align: center; }
.column-list { display: flex; justify-content: space-between; flex-wrap: wrap; }
.column-list li { margin: 0 3% 5%; padding: 3%; width: 45%; border-radius: 5px; background: #fff; box-shadow: 0 0 15px 5px #efefef; }
.column-list li img { margin: 0 0 20px; width: 100%; }
.column-list li:nth-child(2n) { margin: 0 0 5%; border-right: none; }
.column-list li h3 { margin: 5px 5px 20px; font-size: 1.8rem; }
.column_time { margin-top: 5px; text-align: center; }
aside h2 { margin-bottom: 15px; border-left: 3px solid #a27d23; padding-left: 10px; font-size: 2rem; }
.aside-list li { margin-bottom: 5px; font-size: 1.6rem; }

@media screen and (max-width: 768px) {
  .c-table tbody tr th {
    padding: 10px 5px;
    width: 43%;
  }
  .c-table tbody tr td {
    padding: 10px 5px 10px 10px;
  }
	.c-table.normal-table.price-table tbody th { padding: 10px 5px; font-size: 1.2rem }
	.c-table.normal-table.price-table tbody td { padding: 10px 5px; font-size: 1.2rem }
	.c-table.normal-table.price-table tbody td:nth-child(4) { width: 18%; font-size: 1rem}
	.c-table.normal-table.price-table tbody td.campaign { font-size: 1rem }
	
	.c-table.normal-table.single-table tbody th { width: 40%; font-size: 1.2rem; }
	.c-table.normal-table.single-table tbody th, .c-table.normal-table.single-table tbody td { padding: 10px 10px; }

  .c-table tbody tr td:nth-child(2) {
    width: 23%;
  }
	.c-table.news-table td span a { padding: 3px 5px; font-size: 1.2rem; }
	.c-table.news-table th, .c-table.news-table td { float: left; width: 50% !important; }
	.c-table.news-table tbody td:nth-child(3) { padding: 0 10px 20px; width: 100% !important; font-size: 1.6rem; line-height: 1.8; text-align: left; }
	.c-table.news-table td span.new { padding: 1px 2px; font-size: 1.1rem; }
	
	.column-list { display: block; }
	.column-list li { margin: 0 auto 8%; width: 90%; }
	.column-list li:nth-child(2n) { margin:0 auto 5%; }
	aside h2 { font-size: 1.6rem; }

}

/*----------------------------------------------------
++04 header
----------------------------------------------------*/
.header {
  color: #b89e5f;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 15px 65px 15px 0;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 300px;
}
@media screen and (max-width: 1023px) {
	.header__logo {
 		width: 200px;
	}
  .header__navArea {
    display: none;
  }
  .header__navArea.menu_show {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f0e8;
    z-index: 99;
    padding: 0 15px;
  }
}
.header__contact {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .header__contact {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.header__contact_tel {
  font-size: 3rem;
  line-height: 1;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .header__contact_tel {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.header__contact_tel .tel::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 22px;
  background: url(images/i_tel.png) no-repeat center/contain;
  margin-right: 5px;
}
.header__contact_tel .opening {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2px;
}
.header_icons {
	display: flex;
	justify-content: space-between;
	margin: 3px 30px 0 0;
}
.header_icons li {
	margin-left: 20px;
}
.header__gnav {
  margin-top: 20px;
}
.header__btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__btn {
    position: absolute;
    z-index: 99;
    top: 4px;
    right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-color: transparent;
    padding: 0;
  }
  .header__btn span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #b89e5f;
    position: relative;
  }
  .header__btn span::before, .header__btn span::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #b89e5f;
    transition: all 0.3s;
  }
  .header__btn span::before {
    top: 8px;
  }
  .header__btn span::after {
    top: -8px;
  }
  .header__btn.menuBtn_active {
    background: transparent;
  }
  .header__btn.menuBtn_active span {
    background-color: transparent;
  }
  .header__btn.menuBtn_active span::before, .header__btn.menuBtn_active span::after {
    top: 0;
  }
  .header__btn.menuBtn_active span::before {
    transform: rotate(45deg);
  }
  .header__btn.menuBtn_active span::after {
    transform: rotate(-45deg);
  }
	.header__contact_book { margin-top: 20px; }
}

/*----------------------------------------------------
++05 footer
----------------------------------------------------*/
.footer {
  color: #fff;
  background-color: #ccbc84;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .footer {
		padding: 50px 0 5rem;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__top .flex {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .footer__top .flex {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top .flex {
    flex-direction: column;
    align-items: center;
  }
}
.footer__links {
  margin: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  .footer__links {
    margin: 30px 0;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
}
.footer__copyright {
  font-size: 1.2rem;
  text-align: center;
  background-color: #c2ae6b;
  margin-top: 90px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 45px;
  }
}
.footer_logo {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    margin-bottom: 20px;
  }
}
.footer_adress {
  font-size: 1.3rem;
  margin-left: 30px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .footer_adress {
    margin-left: 0;
    width: 80%;
  }
}
.footer_tel {
  font-size: 3.9rem;
  line-height: 1;
  padding-top: 10px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer_tel {
    font-size: 3rem;
  }
  .footer_tel .tel::before {
    position: relative;
    top: 3px;
  }
}
.footer_tel .openning {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2px;
}
.footer_tel .tel::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 29px;
  background: url(images/i_tel_white.png) no-repeat center/contain;
  margin-right: 5px;
}
.footer_book {
  margin-left: 20px;
	line-height: .9;
}
	.footer_book span { font-size: 1.4rem; }
@media screen and (max-width: 768px) {
  .footer_book {
    margin-left: 0;
    margin-top: 20px;
  }
	.footer_book span { font-size: 1rem; }
}
.footer_Navbox {
  width: 23%;
}
.footer_Navbox:not(:last-child) {
  margin-right: 2.5%;
}
@media screen and (max-width: 768px) {
  .footer_Navbox {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer_Navbox:not(:last-child) {
    margin-right: 0;
  }
}
.footer_navList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_navList li {
  margin: 0 15px 10px;
}
.footer_navList li a {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_navList li a {
    font-size: 1.4rem;
  }
}



.footer_tagList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_tagList li {
  margin: 0 10px 10px;
}
.footer_tagList li a {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_tagList li a {
    font-size: 1.2rem;
  }
}







.footer_Navbox_ttl {
  font-size: 1.6rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer_Navbox_ttl {
    position: relative;
  }
  .footer_Navbox_ttl::after, .footer_Navbox_ttl::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
  }
  .footer_Navbox_ttl::before {
    top: 10px;
    right: 15px;
  }
  .footer_Navbox_ttl::after {
    transform: rotate(90deg);
    top: 10px;
    right: 15px;
  }
  .footer_Navbox_ttl.active::after {
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .footer_Navbox_list {
    display: none;
  }
}
.footer_Navbox_list li {
  margin-bottom: 3px;
}
.footer_Navbox_list li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
}

.foot_fixedMenu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 1200px;
	z-index: 998;
}
.campaign_Menu {
	margin: 0 auto;
	width: 700px;
}
	.foot_fixedMenu ul {
		display: flex;
		justify-content: space-evenly;
	}
	.campaign_Menu ul {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
	.foot_fixedMenu ul li {
		width: 25%;
		text-align: center;
	}
	.campaign_Menu ul li {
		width: 50%;
		text-align: center;
	}
	.foot_fixedMenu ul li:first-child, .campaign_Menu ul li:first-child { border: 1px solid #ccc; }
	.foot_fixedMenu ul li a, .campaign_Menu ul li a {
		display: block;
		padding: 20px 30px;
		font-size: 1.6rem
	}
	.foot_fixedMenu ul li a i, .campaign_Menu ul li a i { margin-right: 5px; }
@media screen and (max-width: 768px) {
	.foot_fixedMenu, .campaign_Menu  { width: 100%; }
	.campaign_Menu ul li { margin-bottom: 10px; width: 45%; }
	.foot_fixedMenu ul li a, .campaign_Menu ul li a { padding: 1.6rem 0; font-size: 1.2rem; }
	.foot_fixedMenu ul li a i, .campaign_Menu ul li a i { display: block; margin-bottom: 5px; font-size: 2rem }
	.foot_fixedMenu ul li a span, .campaign_Menu ul li a span { font-size: 1.1rem; }

}
.c_tel { background: #fff; }
main .c_tel { border: 1px solid #666; }
.c_mail { background: #a27d23; color: #fff; }
.c_mail a {color: #fff; }
.c_yoyaku { background: #8b1129; color: #fff; }
.c_yoyaku a { color: #fff; }
.c_line { background: #00c053; color: #fff; }
.c_line a { color: #fff; }
@media screen and (max-width: 768px) {
	.c_mail { width: 45% !important; }
	.c_yoyaku { width: 45% !important; }
}

/*----------------------------------------------------
++06 page
----------------------------------------------------*/
.mv {
  height: 608px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 600px;
  }
}
.mv_inner {
  height: 100%;
  position: relative;
  z-index: 1;
}
.mv_lady {
  position: absolute;
  top: 0;
  left: 15px;
  width: 438px;
}
@media screen and (max-width: 1023px) {
  .mv_lady {
    width: 300px;
    top: 140px;
    left: calc(50% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .mv_lady {
    top: 200px;
  }
}
.mv_txt {
/*  display: flex;
  justify-content: flex-end;*/
  margin-left: auto;
  width: 60%;
  height: 100%;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  color: #b89e5f;
  font-size: 5rem;
  padding-top: 2%;
}
	.mv_txt h2 {
		font-size: 5rem;
		padding-top: 10%;	
	}
	.mv_txt p {
		padding-top: 5%;
		width: 90%;
		font-size: 2rem;
		color: #888;
		line-height: 1.8;
	}
@media screen and (max-width: 1023px) {
  .mv_txt {
    padding-top: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
	.mv_txt { padding-top: 0; width: 100%; }
	.mv_txt h2 { padding-top: 5%; font-size: 5.2vw; }
	.mv_txt p { width: 100%; font-size: 3.4vw; }
}

.banner {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

  .banner .slick-dots li button::before {
    font-size: 12px;
    color: #b89e5f;
  }
  .banner .slick-dots li.slick-active button::before {
    color: #b89e5f;
  }


.link01 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .link01 {
    padding-bottom: 30px;
  }
}

.doctor {
  padding-top: 48px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  background: url(images/doctor_bg.png) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .doctor {
    padding-top: 24px;
  }
}
.doctor_inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .doctor_inner {
    padding-bottom: 260px;
    padding-bottom: 0;
  }
}
.doctor_inner02 {
  position: relative;
  min-height: 1px;
}
@media screen and (max-width: 768px) {
  .doctor_inner02 {
    padding-bottom: 260px;
  }
}
.doctor_ttl {
  font-size: 3.8rem;
  color: #b89e5f;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .doctor_ttl {
    font-size: 2.6rem;
  }
}
.doctor_txt {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .doctor_txt {
    font-size: 1.5rem;
  }
}
.doctor_name {
  font-size: 3.2rem;
}
.doctor_name span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .doctor_name {
    font-size: 2rem;
  }
  .doctor_name span {
    font-size: 1.5rem;
  }
}
.doctor_img {
  width: 448px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .doctor_img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .doctor_img {
    right: calc(50% - 100px);
  }
}

.link02_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .link02_list {
    flex-direction: column;
  }
}
.link02_item {
  width: 49%;
  outline: 1px solid #b89e5f;
  outline-offset: -6px;
}
@media screen and (max-width: 768px) {
  .link02_item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.link02_item_recruit {
  background: #fff url(images/recruit_img.png) no-repeat right center/auto 100%;
}
.link02_item_column {
  background: #fff url(images/column_img.png) no-repeat right center/auto 100%;
}
.link02_item a {
  display: inline-block;
  padding: 38px 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .link02_item a {
    padding: 20px;
  }
}
.link02_itemttl {
  color: #b89e5f;
  font-size: 3rem;
}
.link02_itemttl span {
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .link02_itemttl {
    font-size: 2rem;
  }
  .link02_itemttl span {
    font-size: 1.5rem;
  }
}

.access_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access_inner {
    flex-direction: column;
  }
}
.access_logo {
  width: 118px;
}
.access_desc {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .access_desc {
    width: 100%;
  }
}
.access_desc table {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.access_desc table tr th,
.access_desc table tr td {
  padding: 12px 0;
}
.access_desc table tr th {
  color: #b89e5f;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .access_desc table {
    font-size: 1.4rem;
  }
  .access_desc table tr th {
    width: 65px;
  }
}
.access_map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .access_map {
    width: 100%;
  }
}
.access_map .link {
  text-align: right;
  margin-top: 5px;
}
.access_map .link a {
  color: #b89e5f;
}

/*----------------------------------------------------
++07 underpages
----------------------------------------------------*/
/*-------メニュー詳細-----------*/
.main_underPage {
  padding-bottom: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt35 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 20px;
  }
}
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mb20 { margin-bottom: 20px; }
@media screen and (max-width: 768px) {
  .mt40 { margin-top: 20px; }
  .mt60 { margin-top: 30px; }
  .mt80 { margin-top: 40px; }
  .mb80 { margin-bottom: 40px; }
}

.breadcrumb {
  padding: 15px 0;
}
	main .breadcrumb { margin-top: 80px; }

.about_btnArea {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_btnArea {
    margin-top: 30px;
  }
}
.about_btnArea .c-btn {
  text-align: left;
}

.target {
  margin: 60px auto 60px;
}
@media screen and (max-width: 768px) {
  .target {
	  margin: 40px auto 60px;
  }
}
.target_box {
  border: 3px solid #b89e5f;
  outline: 1px solid #b89e5f;
  outline-offset: -6px;
  padding: 30px 20px 40px;
}
.target_body {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .target_body {
    flex-direction: column;
  }
}
.target_img {
  width: 231px;
  min-width: 231px;
  margin-right: 70px;
}
	.target_body_img {
	  	width: 300px;
  		min-width: 300px;
  		margin-right: 70px;
	}
	.page-id-57 .target_img { width: 330px; }
.target_body p {
	margin: 0 auto 20px;
	width: 490px;
	font-size: 1.8rem !important;
}
@media screen and (max-width: 768px) {
	.target_img, .target_body_img { margin: 20px auto; }
	.page-id-57 .target_img { width: 100%; }
	.target_body p { width: 90%; font-size: 1.6rem !important; }
}
.target_list {
  width: 460px;
  max-width: 100%;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 2rem;
  border-top: 1px dashed #b89e5f;
}
.target_list li {
  padding: 15px 0 15px 70px;
  position: relative;
  border-bottom: 1px dashed #b89e5f;
}
.target_list li::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(images/icon_check.png) no-repeat center/contain;
  position: absolute;
  left: 30px;
  top: calc(50% - 13px);
}
@media screen and (max-width: 768px) {
  .target_list {
    font-size: 1.6rem;
  }
  .target_list li {
    padding-left: 40px;
  }
  .target_list li::before {
    width: 20px;
    height: 20px;
    left: 10px;
    top: calc(50% - 10px);
  }
}

.listSec {
  margin-top: 120px;
  padding: 100px 0;
  background: url(images/list_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .listSec {
    margin-top: 60px;
    padding: 50px 0;
  }
}
.listSec_box {
  padding: 50px 10%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
	.listSec_box p { font-size: 1.8rem; line-height: 1.8; }
@media screen and (max-width: 768px) {
  .listSec_box {
    padding: 25px 20px;
  }
	.listSec_box p { font-size: 1.5rem; line-height: 1.8; }
}
.listSec_list li {
  margin-bottom: 30px;
}
.listSec_list .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .listSec_list .ttl {
    font-size: 1.6rem;
  }
}
.listSec_list .ttl::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b89e5f;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
.listSec_list .txt {
  padding-left: 20px;
}


.mission_wrap {
	margin: 20px 0;
	padding: 60px 0;
	background: #f6f3ef;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}
.img_right { float: right; margin: 0 0 30px 30px; }
	.mission_item {
		margin: 20px auto 40px;
		padding: 10px 60px 40px;
		width: 1200px;
		background: #fff;
	}
	.mission_item p img { display: block; margin: 0 auto; }
	h2.include_span {
		font-size: 2.6rem;
		text-align: center;
		color: #444;
	}
	h2.include_span span {
		display: block;
		margin-bottom: 10px;
		font-size: 1.8rem;
		color: #b89e5f;
	}
	.mission_wrap p {
		margin-top: 15px;
		font-size: 1.6rem;
	}
@media screen and (max-width: 768px) {
	.mission_wrap { margin: 10px 0 20px; padding: 60px 20px; }
	.mission_item { padding: 10px 30px 40px; width: 100%; }
	.mission_wrap h2 { font-size: 2.4rem; }
	.mission_wrap h2 span { font-size: 1.6rem; }
	.mission_wrap p { font-size: 1.4rem; }
	h2.include_span { font-size: 2.4rem; }
	.img_right { float: none; display: block; margin: 0 auto 30px; width: 70%; }
}

.page main .l-inner01 iframe,
.single main .l-inner01 iframe {
	display: block;
	margin: 20px auto;
}

.seibun_table {
	margin: 20px auto;
}
.seibun_table thead tr {
	background: #f6f0dd;
}
.seibun_table th, .seibun_table td {
	padding: 10px 30px;
}
.seibun_table thead th, .seibun_table thead td {
	border: 1px solid #fff;
}
.seibun_table thead th { width: 30%; }
.seibun_table tbody th, .seibun_table tbody td {
	border: 1px solid #f6f0dd;
}
@media screen and (max-width: 768px) {
	.seibun_table th, .seibun_table td {
		padding: 10px 5px;
		font-size: 1.2rem;
	}
}


blockquote {
	margin: 20px auto;
	padding: 20px 60px;
	width: 80%;
	border-top: 2px solid #f6f2e5;
	border-bottom: 2px solid #f6f2e5;
	background: #fcfcfb;
	font-size: 1.4rem;
	line-height: 1.8;
}
.page main blockquote p { font-size: 1.4rem; }

@media screen and (max-width: 768px) {
	.page main .l-inner01 iframe, .single main .l-inner01 iframe { width: 100%; }
	.youtube__aspect-ratio {
    	width: 100%;
    	aspect-ratio: 16 / 9;
	}
	.youtube__aspect-ratio iframe {
   	 width: 100%;
    	height: 100%;
	}
	blockquote {
		padding: 20px;
		width: 100%;
	}
	.page main blockquote p { font-size: 1.2rem; }
}

.wp-pagenavi {
	margin-bottom: 20px;
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #a27d23;
	border: 1px solid #a27d23 !important;
	background-color: #FFFFFF;
	padding: 8px 15px !important;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin dotted #a27d23;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #a27d23;
    }
.wp-pagenavi span.current{
	color: #fff;
	border: none !important;
	background-color: #a27d23;
    }
@media screen and (max-width: 768px) {
	.wp-pagenavi { margin: 10% auto; }
	.wp-pagenavi a, .wp-pagenavi span { padding: 10px 15px !important; }
}

.instagram-center {
	margin:0 auto;
	max-width: 500px;
}
@media screen and (max-width: 768px) {
	.instagram-center { max-width: 350px; }
}
/*# sourceMappingURL=style.css.map */

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #c3ae7b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #c3ae7b;
    border-right: 3px solid #c3ae7b;
    transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.pagetop { right: 10px; bottom: 80px; }
}



/* モーダルCSS */
#modalArea1, #modalArea2, #modalArea3, #modalArea4 {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.6);
}
.modalWrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 60%;
  max-width: 700px;
  background-color: #fff;
}
.modalContents {
	height: 650px;
}
.modalContents iframe {
	width: 100%;
	height: 100%;
}
.closeModal1, .closeModal2, .closeModal3, .closeModal4 {
  position: absolute;
  top: 0.1rem;
  right: 1.5rem;
  cursor: pointer;
  font-size: 3rem;
}
#ope00 h3 {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
	.modalWrapper {
		top: 45%;
		left: 50%;
		width: 90%;
		max-width: 90%;
	}
	.modalContents {
		min-height: 350px;
		max-height: 550px;
	}
}
