@charset "UTF-8";
/*
Theme Name: minorino
Theme URI: http://2inc.org ( テーマのURL )
Description: みのりの湯テーマ （Habakiri の子テーマです）
Author: Takasan
Author URI: none
Version: 0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/
/*モバイル*/
/*プレフィックス*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 42%;
  }
}

body {
  font-family:  "メイリオ", sans-serif;
  line-height: 1.8;
  font-weight: 500;
}

body:before {
  content: "";
  display: block;
  width: 150vw;
  height: 150vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  transition: .4s all;
}

body.overlay:before {
  z-index: 100;
  opacity: 1;
}

p, ul, ol, dl, table {
  margin-bottom: 2rem;
}

a:hover {
  opacity: .7;
}

a:hover img {
  opacity: .7;
}

.text-serif {
  font-family: serif;
}

.img-size {
  width: 130px;
}

.intro-bgi {
  background-image: url(images/intro-bg.png);
  background-size: cover;
  background-position: 50% 50%;
}

.article h2:before, .article h2:after, .article h3:before, .article h3:after, .article h4:before, .article h4:after, .article h5:before, .article h5:after, .article p:before, .article p:after, .article ul:before, .article ul:after {
  content: '';
  display: table;
}

.article h2, .article h3, .article h4, .article h5 {
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.article h2 {
  color: #A84D83;
  padding: 1.1rem;
  background-image: url(images/h2_bg-2x.png);
  background-size: cover;
  font-size: 3.2rem;
  margin: 0 0 2.5rem;
}

.article h3 {
  font-size: 2.5rem;
  color: #4D4D4D;
  background-image: url(images/h3_mark-2x.png);
  background-repeat: no-repeat;
  background-size: 31px 21px;
  padding: 0 0 7px 43px;
  margin: 4rem 0 2rem;
  border-bottom: 2px solid #d4a1bf;
  background-position: 0px 4px;
}

.article h4 {
  display: inline-block;
  padding: 0.2rem 1em 0;
  font-size: 2.3rem;
  font-weight: bold;
  color: #926420;
  margin: 3rem 0 1.5rem;
  border-top: 1px solid #926420;
  border-bottom: 1px solid #926420;
  min-width: 7em;
  text-align: center;
}

.article h5 {
  font-size: 2.1rem;
  color: #853d68;
  margin: 1.5rem 0;
}

.article h6 {
  font-size: 1.8rem;
  color: #bc6c9b;
  margin: 1.5rem 0;
}

.article p {
  margin-top: 20px;
  font-size: 1.6rem;
  color: #333333;
}

.article .deco-kumo:before, .article .deco-kumo:after {
  right: 0;
}

.article .deco-kumo:after {
  left: 0;
}

.article-img {
  padding: 20px 0 0 0;
  width: 100%;
  height: auto;
}

.wp-block-cover,
.wp-block-cover-image {
  background-color: inherit;
}

.alignfull {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  max-width: 100vw !important;
}

.deco-kumo {
  position: relative;
}

.deco-kumo:before, .deco-kumo:after {
  content: "";
  width: 232px;
  height: 70px;
  background-image: url(images/deco-kumo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 5rem;
  top: 2rem;
  opacity: 0.8;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .deco-kumo:before, .deco-kumo:after {
    width: 100px;
    right: 0;
  }
}

.deco-kumo:after {
  bottom: 2rem;
  left: 5rem;
  top: auto;
  right: auto;
}

@media screen and (max-width: 767px) {
  .deco-kumo:after {
    left: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
  background-color: #ffffff;
  border-top: #dcdddd 3px solid;
  border-right: #dcdddd 1px solid;
  border-collapse: collapse;
  width: 100%;
}

table.wp-block-table.is-style-stripes tr:first-child td:first-child {
  border-top: 0;
}

table.wp-block-table.is-style-stripes td {
  border-color: #e3e3e3;
}

table th, table td {
  padding: 1.5rem;
  text-align: left;
}

table th {
  background: #fcfcfc;
  border-bottom: #e3e3e3 1px solid;
  border-left: #e3e3e3 1px solid;
  font-weight: normal;
}

table td {
  border-bottom: #e3e3e3 1px solid;
  border-left: #e3e3e3 1px solid;
}

table tr:first-child th:first-child {
  border-top: #d4a1bf 4px solid;
}

table tr:first-child td:first-child {
  border-top: #b3b3b3 4px solid;
}

table input, table textarea {
  width: 100%;
}

table .fm_req {
  font-size: .8em;
  color: #d4a1bf;
}

table .fm_require {
  font-size: 0.8em;
  color: maroon;
}

.wpcf7-submit {
  display: block;
  width: 100%;
}

header.header {
  border-top: 1rem solid #b96597;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 999;
}

header.header img {
  width: 100%;
}

header.header div {
  position: static;
}

header.header .container {
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 992px) {
  header.header {
    padding: 5px 0;
    border-top: 0.5rem solid #b96597;
  }
}

header.header .header-logo {
  padding-left: 150px;
}

header.header .header-nav {
  padding-right: 150px;
}

header.header .site-branding__logo {
  width: 190px;
}

@media screen and (max-width: 992px) {
  header.header .site-branding__logo {
    width: 100px;
	margin-top: 5px;
  }
}

header.header #responsive-btn {
  background: #b96597;
  color: #fff;
  border-color: inherit;
  margin-right: 1.5rem;
}

header.header .header__content .site-branding {
  padding: 0;
}

header.header .header__content .header__col {
  vertical-align: bottom;
}

header.header .header__content .header__col img.header_img_tel {
  width: 300px;
  margin: 1rem;
}

header.header .header__content .header__col img.header_img_access {
  width: 220px;
  margin: 1rem;
}

header.header .header_info_container {
  text-align: right;
}

header.header #google_translate_element {
  display: inline-block;
  margin: .3rem;
  vertical-align: bottom;
}

header.header #google_translate_element .goog-te-gadget-simple {
  height: 3.8rem;
  line-height: 3.8rem;
  margin: 1rem;
}

header.header #google_translate_element img {
  vertical-align: top;
  background-repeat: no-repeat;
  height: 3.8rem;
  margin-top: 0.8rem;
  width: 2rem;
}

header.header #google_translate_element span {
  vertical-align: text-bottom;
}

header.header--default .global-nav .menu {
  list-style: none;
  float: inherit;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: inherit;
}

header.header--default .global-nav .menu li {
  position: static;
  border: 1px solid #f4e7ee;
  border-top: 0;
  border-bottom: 0;
  width: 100%;
}

header.header--default .global-nav .menu li + li {
  border-left: 0;
}

header.header--default .global-nav .menu li a {
  font-size: 1.7rem;
  font-weight: bold;
  padding: .5rem;
}

header.header--default .global-nav .menu > li {
  text-align: center;
}

header.header--default .global-nav .menu > li:hover a {
  color: #A84D83;
}

header.header--default .global-nav .menu .sub-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 2rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  min-height: 100%;
  transition: visibility 0.4s ease-in, opacity 0.4s ease-in;
}

header.header--default .global-nav .menu .sub-menu li {
  padding: 1rem;
  border: 0;
  max-width: 20%;
  font-size: 1.3rem;
  font-weight: bold;
}

header.header--default .global-nav .menu .sub-menu li.parent-description {
  font-size: 120%;
  width: 40%;
  min-width: 40%;
  text-align: left;
  font-weight: normal;
}

header.header--default .global-nav .menu .sub-menu li a {
  padding: 0;
  background: transparent;
}

header.header--default .global-nav .menu .sub-menu li a span {
  display: block;
  font-size: 1.3rem;
}

header.header--default .global-nav .menu .sub-menu li a span.sub-menu-title {
  background: #A84D83;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: .5rem;
  padding: 0 0.2rem;
}

/********/
.off-canvas-nav.responsive-nav {
  border: 0;
	z-index: 110;
	background: white;
	transition: .4s all;
}
@media screen and (max-width: 991px) {
	.responsive-nav-contents {
		transition: .4s all;
	}
	body.off-canvas-nav-open:before {
		opacity: 0;
	}
	body:after {
		content: "";
		display: block;
		width: 100vw;
		height: 150vh;
		background: rgba(0, 0, 0, 0.5);
		box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.3);
		position: fixed;
		top: 0;
		left: -100vw;
		right: 0;
		z-index: 120;
		opacity: 1;
		transition: .4s all;
	}
	body.off-canvas-nav-open:after {
		left: -300px;
	}
}
/*******/

.off-canvas-nav.responsive-nav > ul {
  border: 0;
	margin-bottom: 100px;
}

.off-canvas-nav.responsive-nav > ul > li {
  float: static;
  border: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.off-canvas-nav.responsive-nav > ul > li > a {
  background: #f4e7ee;
}

.off-canvas-nav.responsive-nav > ul > li > a:hover {
  color: #000;
  background: #d4a1bf;
  opacity: .8;
}

.off-canvas-nav.responsive-nav > ul > li ul {
  visibility: visible;
  opacity: 1;
  display: block;
  position: static;
  border: 0;
  margin: 0;
  width: 100%;
}

.off-canvas-nav.responsive-nav > ul > li ul li {
  border: 0;
}

.off-canvas-nav.responsive-nav > ul > li ul li a {
  padding: .5rem .5rem .5rem 4rem;
  background: transparent;
}

.off-canvas-nav.responsive-nav > ul > li ul li a:hover {
  color: inherit;
  background: #fcf8fa;
}

.off-canvas-nav.responsive-nav > ul > li ul li.parent-description {
  display: none;
}

.off-canvas-nav.responsive-nav > ul > li ul li img {
  display: none;
}

.off-canvas-nav.responsive-nav > ul > li ul li span {
  display: none;
}

.off-canvas-nav.responsive-nav > ul > li ul li span.sub-menu-title {
  display: block;
}

@media screen and (max-width: 767px) {
  main .habakiri-slider, main
  .habakiri-slider__item {
    height: 50vh;
  }
}

.habakiri-slider .habakiri-slider__item-content,
.habakiri-slider__item .habakiri-slider__item-content {
  text-align: center;
  font-size: 4.6rem;
  font-family: serif;
  font-weight: bold;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 767px) {
  .habakiri-slider .habakiri-slider__item-content,
  .habakiri-slider__item .habakiri-slider__item-content {
    font-size: 2.6rem;
  }
}

footer.footer {
  padding: 60px;
  background: #b96597;
}

@media screen and (max-width: 991px) {
  footer.footer {
    padding: 20px 0;
  }
}

footer.footer .copyright {
  background: inherit;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 2rem 0 0;
}

footer.footer .footer-nav, footer.footer .social-nav {
  padding: 0;
}

footer.footer .footer-nav ul, footer.footer .social-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  footer.footer .footer-nav ul, footer.footer .social-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-evenly;
    margin-bottom: 1rem;
  }
}

footer.footer .footer-nav ul.sub-menu, footer.footer .social-nav ul.sub-menu {
  display: none;
}

footer.footer .footer-nav ul li, footer.footer .social-nav ul li {
  float: inherit;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  footer.footer .footer-nav ul li, footer.footer .social-nav ul li {
    margin: 10px;
  }
}

footer.footer .footer-nav ul li a, footer.footer .social-nav ul li a {
  color: #fff;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: auto;
  vertical-align: text-bottom;
}

footer.footer .footer-nav ul li a:before, footer.footer .social-nav ul li a:before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 2.1rem;
  margin-right: .3em;
  background-image: url(images/h3_mark_white-2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}

footer.footer .social-nav ul {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  footer.footer .social-nav ul {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

footer.footer .social-nav ul li {
  flex-basis: 300px;
  margin: 0;
  text-align: center;
  height: 4rem;
  line-height: 4rem;
}

footer.footer .social-nav ul li a:before {
  content: inherit;
  display: none;
}

footer.footer .social-nav ul li + li {
  border-left: 1px solid #fff;
  padding-right: 1px;
}

#top_scroll {
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
  opacity: .3;
  transition: .5s;
}

#top_scroll:hover {
  background: #fff;
  opacity: 1;
}

#top_scroll #page-top1 {
  display: inline-block;
  position: fixed;
  z-index: 9999;
  bottom: -250px;
  right: 2rem;
  padding: 1rem;
  color: white;
  background: #30504a;
  text-align: center;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: .5s;
}

#top_scroll #page-top1:hover {
  transform: translateY(-10px);
  opacity: 1;
}

#top_scroll i {
  padding-right: .5em;
}

.section-top-intro {
  background-position: 0 100%;
  font-family: serif;
  background-repeat: no-repeat;
}

.section-top-intro h2.h-bg-fude {
  background-image: url(images/intro-midasi-bg-2x.png) !important;
  background-size: 100% 100%;
  background-position: center center;
  display: table;
  margin: 0 auto;
  color: #000;
  font-size: 3.2rem;
  padding: 2rem 3rem;
  font-weight: bold;
  text-shadow: 0px 0px 8px #fff;
}

.section-top-intro .uagb-section__background-image {
  text-shadow: 0px 0px 8px #fff;
}

.menu-top-middle-container {
  background-color: #eee;
  padding: 50px 0;
}
.purple{
	background-color: #CF97B8;
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .menu-top-middle-container {
    padding: 2rem 1rem;
  }
}

.menu-top-middle-container ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.menu-top-middle-container ul li {
  padding: 1.5rem;
  z-index: 50;
}

.menu-top-middle-container ul li:hover {
  padding: 1.2rem 1.5rem 1.8rem;
}

@media screen and (max-width: 767px) {
  .menu-top-middle-container ul li {
    padding: 1rem 2rem;
  }
}

.menu-top-middle-container.deco-kumo:before, .menu-top-middle-container.deco-kumo:after, .menu-top-middle-container.deco-kumo:after {
  background-image: url(images/deco-kumo-white.png);
  opacity: 0.3;
}

.top-news-container {
  padding: 60px 50px;
	background: #FFF;
}

@media screen and (max-width: 767px) {
  .top-news-container {
    padding: 30px 15px;
  }
}

.top-news-container h2 {
  margin: 0 auto 1.7rem;
}

@media screen and (max-width: 767px) {
  body.home .top-news-container h2 {
    font-size: 20px !important;
    margin-bottom: 1rem;
  }
}

.top-news-container .top-news-inner-wrapper {
  padding: 4rem;
  border: 1px solid #666;
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 991px) {
  .top-news-container .top-news-inner-wrapper {
    padding: 1rem;
  }
}

.top-news-container dl {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.top-news-container dl dt {
  display: inline-block;
  width: 9rem;
  background: #aaa;
  text-align: center;
  font-size: 1.2rem;
  height: 2.3rem;
  margin: 1rem 0;
  padding: 0.1rem;
}

.top-news-container dl dt a {
  color: #fff;
}

.top-news-container dl dd {
  display: inline-block;
  padding-left: 1em;
  font-size: 1.4rem;
  width: calc(100% - 9em - 15px);
  margin: 1rem 0;
}

a.fancybox,
a.fancybox img,
.wp-block-image a,
.wp-block-image img,
a.fancybox:hover,
a.fancybox img:hover,
.wp-block-image a:hover,
.wp-block-image img:hover {
	opacity: 1 !important;
}
@media screen and (max-width: 767px) {
	body.home #click_to_call_bar {
		height: 40px;
		line-height: 40px;
	}
}

.entry-icon-new{
    -webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}