@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lora:ital@1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:0.5px solid #fff;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 15px;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	letter-spacing: .05em;
  color: #555;
	background-color: #fff;
  /* background-color: #fff;
  background-image: radial-gradient(#f9dae4 20%, transparent 10%);
  background-size: 10px 10px; */
	/* background-image: url("../img/back.png"); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: center; */
	margin: 0;
	padding: 0;
	min-height: 100vh; /* ページ全体に背景が広がるようにする */
}
#content {
	max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
a {
  color: #555;
	text-decoration: none;
}
a:hover{
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: bold;
}
small {
	font-size: smaller;
}
ul,ol,dl {
	margin: 0;
}
ul li {
	list-style: none;
}
li {
	margin-left: 0;
}

h2 {
	text-align: center;
	line-height: 1.2;
  color: #cbc68f;
	margin-bottom: 40px;
}

h2 span {
	/* font-family: 'Lora', serif; */
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  /* font-style: italic; */
	font-size: 70px;
	text-transform: capitalize;
}

@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  body {
    font-size: 14px;
    /* background-size: 8px 8px; */
  }
	#content {
		width: 100%;
		padding-left: 20px;
    padding-right: 20px;
  }

  h2 span {
	  font-size: 50px;
  }
}
@media screen and (max-width:1100px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
}

/* ==================================================
  preloader
====================================================*/
.preloader-area {
	background-color: #cbc68f;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
  }
  .preloader-area .loader-box {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  -moz-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	 }
  .preloader-area .loader {
	  background-image: url(../img/logo_m.png);
	  width: 300px;
	  height: 300px;
	  /* -webkit-animation: loader 1s linear infinite;
	  -moz-animation: loader 1s linear infinite;
	  -o-animation: loader 1s linear infinite;
	  animation: loader 1s linear infinite; */
	 }

/* @media screen and (max-width: 768px) {
	.preloader-area .loader {
	  width: 50%;
	  height: 100px;
	}
} */

  /* @-webkit-keyframes loader {
	0% {
	  -webkit-transform: rloader-boxotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg); }
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg); } }
  @-moz-keyframes loader {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg); }
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg); } }
  @-o-keyframes loader {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg); }
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg); } }
  @keyframes loader {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg); }
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg); } 
  } */


/*================================================
 *  ヘッダー
 ================================================*/
 header{
	position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-sizing: border-box;
  padding: 10px 0;
	background: #cbc68f;
}
header .inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* inner-left */
header .inner-left {
  width: 27%;
  position: relative;
}
/* inner-right */
header .inner-right {
  width: 73%;
}
nav.gnav ul {
  text-align: right;
}
nav.gnav ul li {
  display: inline-block;
  padding: 0 12px;
  text-align: center;
}
nav.gnav ul li span {
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
}
nav.gnav ul li a {
	color: #fff;
}
/* changeNav */
header.changeNav {
	/* background: rgba(203, 198, 143, 0.9); */
	background: #cbc68f;
	transition: .5s;
}

@media screen and (max-width:1100px) {
  header .inner-left {
    width: 70%;
  }
	.inner-left img {
		width: 250px;
	}
	header .inner-left h1 {
    font-size: 24px;
    padding-left: 10px;
  }
  /* ハンバーガーメニュー */
	nav.global-nav {
	    position: fixed;
	    right: -320px;
	    top: 0;
	    width: 270px;
	    height: 100vh;
	    padding-top: 40px;
			background: rgba(203, 198, 143, 0.9);
	    transition: all .2s ease-out;
	    z-index: 200;
	    overflow-y: auto;
	    padding: 70px 30px 40px 40px;
    }
    nav.gnav.global-nav ul li {
	    margin-bottom: 15px;
      border-bottom: 1px dotted rgba(255,255,255,0.5);
      width: 100%;
      padding: 5px 12px;
      font-size: 13px;
    }
    nav.gnav ul li a {
      color: #fff;
    }

	  .hamburger {
	    position: absolute;
	    right: 10px;
      top: 12px;
	    width: 40px;
	    height: 40px;
	    cursor: pointer;
	    z-index: 300;
	  }
	  .global-nav__list {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	  }
	  .global-nav__item a {
	    display: block;
	    padding: 8px 0;
	    border-bottom: 1px solid #fff;
	    line-height: 1.3;
	  }
	  .global-nav__item a:hover {
	    background-color: #eee;
	  }
	  .hamburger__line {
	    position: absolute;
	    left: -5px;
	    width: 30px;
	    height: 1px;
	    background-color: #fff;
	    transition: all .2s ease-out;
	  }
	  .hamburger__line--1 {
	    top: 18px;
	  }
	  .hamburger__line--2 {
	    top: 26px;
	  }
	  .hamburger__line--3 {
	    top: 33px;
	  }
	  .black-bg {
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100vw;
	    height: 100vh;
	    z-index: 100;
	    background-color: #000;
	    opacity: 0;
	    visibility: hidden;
	    transition: all .6s;
	    cursor: pointer;
	  }
	  /* 表示された時用のCSS */
	  .nav-open .global-nav {
	    right: 0;
	  }
	  .nav-open .black-bg {
	    opacity: .8;
	    visibility: visible;
	  }
	  .nav-open .hamburger__line--1 {
	    transform: rotate(45deg);
	    top: 20px;
	  }
	  .nav-open .hamburger__line--2 {
	    width: 0;
	    left: 50%;
	  }
	  .nav-open .hamburger__line--3 {
	    transform: rotate(-45deg);
	    top: 20px;
	  }
}


/* =======================================================
* section
* ======================================================= */
section  {
	padding-bottom: 5rem;
	position: relative;
}
.section {
	padding-top: 5rem;
}
@media screen and (max-width:768px) {
	section {
		padding-bottom: 3rem;
	}
	.section {
		padding-top: 3rem;
  }
}

/* =======================================================
*main
* ======================================================= */
/* .swiper-slide {
	border-radius: 10px;
	border-radius: 50% 20% / 10% 40%;
} */
.swiper-slide.slide01 {
	background-image: url(../img/image01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
/* .swiper-slide.slide02 {
	background-image: url(../img/image02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.swiper-slide.slide03 {
	background-image: url(../img/image04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
} */
.top {
	margin-top: 70px;
}
.top_img {
	width: 100%;
}
.swiper-container {
	margin-top: 80px;
}
/* タイトル */
.swiper_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -50%); */
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	width: 100%;
	color: #fff;
}
.swiper_ttl .en {
	font-family: 'Lora', serif;
	/* font-size: 140px; */
	font-size: 55px;/* 修正siga */
	margin-bottom: 0;
}
.swiper_ttl .ja {
	font-family: 'Noto Serif JP', serif;
	/* font-size: 23px; */
	font-size: 150px;/* 修正siga */
}

/* 追加siga */
/* @media screen and (min-width: 1920px) { */
@media screen and (min-width: 1700px) {
	.swiper_ttl {
		transform: translate(-50%, -80%);
	}
	.swiper_ttl .en {
		font-size: 70px;
	}
	.swiper_ttl .ja {
		font-size: 180px;
	}
}

/* 追加siga */
@media screen and (max-width: 1024px) {
	/* .swiper_ttl {
		transform: translate(-50%, -50%);
	} */
	.swiper_ttl .en {
		/* font-size: 40px; */
		font-size: 35px;
	}
	.swiper_ttl .ja {
		font-size: 90px;
	}
}
@media screen and (max-width: 932px) {
	.top_img {
		height: 450px;
	}
}

/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 767px) {
	.swiper-slide.slide03 {
		background-position: center left 18%;
	}
	.swiper_ttl .en {
		/* font-size: 70px; */
		font-size: 25px;/* 修正siga */
	}
	.swiper_ttl .ja {
		font-size: 50px;/* 追加siga */
	}
}

/* =======================================================
* menu
* ======================================================= */
.fortuneArea li {
	text-align: center;
	width: 30%;
	margin-bottom: 20px;
}
.fortuneArea li img,.grid_item img {
	border-radius: 10px;
	object-fit: cover;
}
.fortuneArea .fu_name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	/* color: #cccccc; */
}
.fortuneArea .fu_name span {
	font-size: 15px;
}
.fortuneArea .f_ttl {
	font-size: 14px;
	margin-bottom: 12px;
	/* color: #cccccc; */
	text-align: left;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
.cate_tab {
	text-align: left;
}
.cate_tab .c_name {
	color: #949494;
	border: 1px solid #949494;
	padding: 4px 10px;
	margin: 0 3px 7px 0;
	border-radius: 20px;
	font-size: 13px;
	display: inline-block;
}
.fortuneArea .f_request {
	font-size: 20px;
	color: #cccccc;
	font-weight: bold;
}
.fortuneArea .f_request span {
	background: linear-gradient(transparent 70%, rgb(159,137,71,0.8) 0%);
}
@media screen and (max-width: 768px) {
  .fortuneArea li {
    width: 100%;
  }
  .fortuneArea .f_request {
    font-size: 22px;
  }
}


/* =======================================================
* design
* ======================================================= */
#design ul li {
	width: 32%;
	margin-bottom: 5px;
}
#design ul li img {
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #design ul li {
	  width: 49%;
  }
}

/* =======================================================
* voice
* ======================================================= */
#voice {
	background-color: #f2e6ff;
	border-radius: 10px;
}
#voice .swiper-container.swiper-voice {
	max-width: 1000px;
	margin: 0 auto;
}
#voice .swiper-slide {
	height:300px;
}
.voice_list {
	max-width: 750px;
	margin: 0 auto;
}
.voice_list__image {
	width: 20%;
}
.voice_list__txt {
	width: 75%;
}

@media screen and (max-width: 768px) {
  #voice {
	  padding-left: 10px;
	  padding-right: 10px;
  }
  #voice .swiper-slide {
	  height: 400px;
  }
  .swiper-button-prev, .swiper-button-next {
	  display: none;
  }
}

/* =======================================================
* salon
* ======================================================= */
#salon iframe {
	width: 100%;
	height: 400px;
}

/* =======================================================
* background
* ======================================================= */
#background {
	background: url(../img/image03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 400px;
	position: relative;
	margin-bottom: 5rem;
}
#background .background-txt {
	max-width: 400px;
	color: #555;
	position: absolute;
	top: 40%;
	left: 3%;
	font-family: 'Lora', serif;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
	#background {
		background-attachment: unset;
		background-position: center right 20%;
	}
	#background .background-txt {
		font-size: 15px;
	}
}


/* =======================================================
* contact
* ======================================================= */
form {
    max-width: 700px;
    margin: 40px auto 50px;
}
label {
  display: block;
  width: 100%;
  margin: 25px 0 8px;
}
input[type="email"], input[type="number"],input[type="text"], input[type="tel"],input[type="date"],input[type="time"],select {
  width: 100%;
  display: block;
  border: 1px solid #cecece;
  outline: none;
  height: 3.5rem;
  line-height: 1.4rem;
  background:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
textarea {
	width: 100%;
  display: block;
  border: 1px solid #cecece;
  outline: none;
  background:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  line-height: 1.7;
  letter-spacing: .05em;
}
sup {
  color:#EC407A;
  font-size: 11px;
  padding-left: 5px;
	vertical-align: middle;
}
button {
  font-size: 14px;
  padding: 10px 70px;
  border-radius: 5px;
  border: 1px solid#cbc68f;
  background-color:#cbc68f;
  color: #fff;
  letter-spacing: .2em;
	cursor: pointer;
}
button:hover {
  background-color: #fff;
  color:#cbc68f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
	form{
		margin: 20px 15px 30px;
	}
}


/* =======================================================
*footer
* ======================================================= */
footer {
	text-align: center;
	background-color: #f1f1f1;
	padding: 20px 0;
}
.footer_sns li {
	display: inline-block;
	margin: 10px;
}
.footer_sns li i {
	font-size: 20px;
}
.copyright{
  font-size: 12px;
	margin-bottom: 0;
	color: #fff;
}

@media screen and (max-width: 768px) {
  footer p img {
	  width: 35%;
  }
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    overflow: visible!important;
}
#pagetop .arrow-up {
	width: 20px;
  height: 20px;
  border: 1px solid;
  border-color:#fff#fff transparent transparent;
  transform: rotate(-45deg);
}
.line_btn {
	width: 130px;
}
.top_news {
	width: 70%;
	/* color: #cccccc; */
	margin: 0 auto;
}
.top_news th,.top_news td {
	border-bottom:  1px solid #ddd;
	padding: 10px 0;
}
/* .top_news td a {
	color: #cccccc;
} */
.btn,
a.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
	font-size: 1rem;
	padding: 1rem 2rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #cbc68f;
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}
a.btn_request {
	font-size: 15px;
	padding: 11px 22px;
	color: #e58b8a;
	background-color: #fff;
}
a.btn_request:hover {
  color: #fff;
	background-color: #e58b8a;
  border-radius: 60% 80% / 100% 80%;
}
a.btn_request.o {
	background-color: #cbc68f;
	color: #fff;
}
a.btn_request.m {
	background-color: #f6a2b2;
	color: #fff;
	border: 1px solid #f6a2b2;
}
a.btn_request.p {
	background-color: #f8a4b4;
	color: #fff;
}
a.btn_line {
	font-size: 16px;
	padding: 11px 22px;
	background-color: #53b635;
	color: #fff;
}
.btn_posi {
	display: flex;
    justify-content: center;
		margin: 2rem 0;
}
.btn_posi.requ {
		margin: 1rem 0;
}
.status {
	padding: 3px 8px;
	border-radius: 5px;
	color: #fff;
}
.status.u {
	color: #f0b9d6;
	border: 1px solid #f0b9d6;
}
.status.t {
	color: #555;
	border: 1px solid #555;
}
.status.tb {
	color: #03A9F4;
	border: 1px solid #03A9F4;
	background-color: #fff;
}
.cate_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}
.cont,.revi {
	font-size: 13px;
}
.revi {
	text-decoration: underline;
	color: #cbc68f;
}
.cont {
	color: #949494;
}
.revi:hover {
	color: #cbc68f;
	text-decoration: underline;
}
.footer {
  padding: 2rem;
  font-size: 15px;
  color: #fff;
  /* background: rgba(203, 198, 143, 0.9); */
	background: #cbc68f;
}
.ft_flex {
  display: flex;
}
.footer__navi {
  flex-wrap: wrap;
	align-items: center;
	justify-content: center;
  margin-bottom: 2rem;
}
.footer__navi li {
  display: inline-block;
}
.footer__navi li a,.copyright a {
  color: #fff;
	font-size: 14px;
}
.footer__navi li:not(:last-child) {
  margin-right: 16px;
}
.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}
.footer__logo p {
	font-size: 40px;
	font-family: 'Lora', serif;
	color: #fff;
	margin-bottom: 0;
}
.page_head {
	position: relative;
	height: 450px;
	display: flex;
  align-items: center;
  padding: 0 5%;
	margin-bottom: 5rem;
	/* border-radius: 25% 8% / 10% 40%; */
	top: 6rem;
}
.page_head.a {
	background: url(../img/image03.jpg) 50% 36% / cover;
}
.page_head.b {
	/* background: url(../img/head/rumieru.jpg) 0% 36% / cover; */
	background: url(../img/head/review.png) 0% 36% / cover;
}
.page_head h2 {
	font-size: 50px;
	margin: 0;
	padding-bottom: 10px;
	color:#555;
	font-family: 'Lora', serif;
	font-size: 70px;
	text-transform: uppercase;
}
.head_title {
	margin: 0 auto;
}
.head_title small {
	font-size: 35px;
}
.page_head span {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
}
.a_block h2 {
	font-size: 17px;
	position:relative;
}
.a_block h2 span {
	font-size: 38px;
	padding-top: 11px;
    display: block;
}
.a_block p {
	/* color: #cccccc; */
	line-height: 2.3;
	padding-top: 2rem;
	text-align: center;
}
.a_block h2::after{
	content: "";
	display: block;
	width: 117px;
	border-bottom: 5px dotted #cbc68f;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
}
.a_block {
	padding-bottom: 4rem;
	padding: 0 20px 4rem;
}
table.price_table {
	margin-top: 2rem !important;
	width: 60%;
	margin: 0 auto;
	border-radius: 10px;
	background: #cbc68f2d;
}
.price_table th {
	/* color: #cbc68f; */
	width: 100px;
	width: 160px;
	vertical-align: middle;
}
.price_table td {
	color: #555;
}
.price_table th,.price_table td {
	padding: 30px;
}
.list_b li {
	margin-bottom: 2rem;
}
.grid_a {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 2つのカラムを等幅に設定 */
	gap: 20px; /* カラム間のスペース */
	width: 100%; /* 全体を画面幅いっぱいにする */
}
.grid_item {
	padding: 20px; /* 内側の余白 */
}
.t_name {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 0;
}
.t_name span {
	font-size: 16px;
}
.t_title {
	font-weight: bold;
	font-size: 17px;
	position: relative;
}
.t_title::after{
	content: "";
	display: block;
	width: 110px;
	border-bottom: 2px double #cbc68f;
	position: absolute;
	left: 0;
}
.time {
	display: inline-block;
	margin-left: 10px;
}
.t_requ {
	margin-top: 2rem;
}
.r_list {
	background-color: #cbc68f2d;
	border-radius: 10px;
	padding: 2rem;
	margin-bottom: 1rem;
	/* border: 1px solid #cbc68f; */
}
.r_top {
	margin-bottom: 10px;
}
.r_star img {
	width: 24px;
}
.r_top .date {
	margin-left: 15px;
}
.old {
	margin-left: 15px;
}
.l_name {
	font-weight: bold;
}
.r_num {
	text-align: right;
}
::placeholder {
	color: #ccc;
}
.post_block {
	padding-bottom: 1rem;
}
.pagination_r {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 8px;
	list-style-type: none;
	padding: 0;
	margin-top: 2rem;
}
.pagination_r a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
	border-radius: 15px;
	background-color: #f2f2f2;
	color:#cbc68f;
}
.pagination_r a:not(:hover) {
	text-decoration: none;
}
.pagination_r .current a {
	background-color: #cbc68f;
	color: #fff;
	pointer-events: none;
}
.v_img img {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
.v_img {
	width: 25%;
}
.v_txt {
	width: 75%;
}
.v_name {
	font-size: 17px;
	font-weight: bold;
}
.v_ttl {
	padding: 20px 0 25px 0;
}
.orient {
	color: #cccccc;
}
.list_fee {
	list-style-type: none;
	padding: 20px;
	margin-top: 5rem;
	border-radius: 10px;
}
.list_fee li {
	display: flex;
	align-items: baseline;
	gap: 0 10px;
	position: relative;
	padding: .3em .3em .3em 1.5em;
	color: #cccccc;
	font-weight: bold;
	font-size: 18px;
}
.list_fee p {
	text-align: left;
	padding-top: 1rem;
	margin-bottom: 25px;
}
.list_fee li::before,
.list_fee li::after {
	position: absolute;
	content: '';
}
.list_fee li::before {
	left: 0;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	background-color: #cbc68f;
}
.list_fee li::after {
	left: .6em;
	top: 13px;
	transform: translateX(-75%) rotate(-45deg);
	width: .3em;
	height: .3em;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.list_cause li::before {
	width: 25px;
	height: 25px;
}
.list_cause li.a::after {
	content: '1';	
}
.list_cause li.b::after {
	content: '2';	
}
.list_cause li.c::after {
	content: '3';	
}
.list_cause li::after {
		left: 7px;
		top: 4px;
		transform: initial;
		border-bottom: 0;
    border-right: 0;
		color: #fff;
}
.list_cause {
	background-color: #fff;
	border-radius: 5px;
}
.list_fee li {
	color: #cbc68f;
	padding: .3em .3em .3em 1.8em;
}
.list_fee.list_cause p {
	color: #555;
	padding-top: 10px;
}
p.atte {
	color: #cbc68f;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding-top: 1rem;
}
:root {
  --flowchart-border: 4px;
  --flowchart-dot-size: 14px;
  --flowchart-dot-color: #efbad6;
}
.f_frame {
	background-color: #fff;
	border-radius: 10px;
	padding: 2em 2em 0em 2em;
	margin-top: 25px;
}
.flowchart {
  list-style: none !important;
  counter-reset: flownum;/* リストアイテムの名称(任意) */
  margin: 0em;
  padding: 0 !important;
}
.flowchart li {
  position: relative;
  padding: 0 0 0 calc(var(--flowchart-dot-size) + 20px);
}
.flowchart-content {
  position: relative;
  padding: 0 0 2em;
}
/* 縦線デザイン */
.flowchart-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(calc(calc(var(--flowchart-dot-size) / 2) + calc(var(--flowchart-border) / 2) + 20px) * -1);
  width: 2px;
  height: 100%;
  background: #efbad6;
}
/* 最終工程の縦線が必要な方ここから削除 */
.flowchart li:last-of-type .flowchart-content::before {
  content: none;
}
/* 最終工程の縦線が必要な方ここまで削除 */
/* 番号部位デザイン */
.flowchart li::before {
  content: "STEP " counter(flownum);
  counter-increment: flownum;
  color: white;/* 番号文字色 */
  color: #efbad6;
  font-weight: 700;
  font-size: 13px;/* STEPフォントサイズ */
  line-height: 1.3;
}
/* ドットデザイン */
.flowchart li::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;/* 通常は 0, STEPの文字とのバランスを見て調整 */
  left: 0;
  width: var(--flowchart-dot-size);
  height: var(--flowchart-dot-size);
  border-radius: 50%;
  border: 2px solid var(--flowchart-dot-color);/* 円の色 */
}
.flowchart li:nth-of-type(odd)::after {
  background: var(--flowchart-dot-color);
}
/* 工程タイトル */
.flowchart-title {
	margin: 15px 0;
	font-weight: bold;
	font-size: 18px;
	color: #4c4d48;
}
/* p要素を利用した場合の調整 */
.flowchart li p {
  margin: 1em 0 !important;
	color: #4c4d48;
	text-align: left;
	padding-top: 0rem;
}
.flowchart li p:last-of-type {
  margin-bottom: 0 !important;
}
.accordion_area .accordion_one .ac_header {
  background-color: #cbc68f2d;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
	margin-top: 1rem;
	border-radius: 10px;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f7f7f7;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f7f7f7;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #06081e;
  width: 15px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #06081e;
  width: 0;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
  background: #fff;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1rem 2rem 1rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 6.5px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1rem ;
  }
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #cac790;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 15px;
	text-align: left;
	color: #4c4d48;
	margin-bottom: 0;
	padding-top: 0rem;
}
@media screen and (max-width: 768px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
		top: 5px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #e78c8b;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 15px;
	padding-top: 0rem;
	color: #4c4d48;
	text-align: left;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
		top: 5px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
.s_section {
	margin-top: 1rem;
}
.s_section h3 {
 font-size: 17px;
 padding-top: 30px;
}
.google {
	color: #0957D0;
	text-decoration: underline;
}
.pri_ol,.pri_ul,.app_ul {
	padding-left: 20px;
	margin-top: 1em;
}
.r_txt {
	text-align: right;
}
.pri_box p {
	margin-top: 0.5em;
}
.pri_title  {
	color: #cac790;
}
.pri_sub {
	color: #cac790;
	margin-top: 1em;
}
.pri_ul li,.app_ul li {
  list-style-type: disc;
}
.app_ul {
	margin-bottom: 1em;
}
.link_pri {
	color: #cac790;
}
table.parti_table {
	width: 70%;
	background: #fff;
}
.parti_table th,.parti_table td {
	padding: 20px 30px;
	border-bottom: 0.5px dotted #cac790;
}
.parti_table th {
	/* color: #cac790; */
	text-align: left;
}
.c_txt {
	text-align: center;
}
.progressbar {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.progressbar li {
	position: relative;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	width: 33.333%;
	color: #ccc;
	font-weight: bold;
	counter-increment: steps;
}
.progressbar.four li {
	width: 20%;
}
.progressbar li:before {
	display: block;
	width: 26px;
	height: 26px;
	margin: 7px auto 20px auto;
	content: '';
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	background-color: #F5F5F5;
	content: counter(steps);
}
.progressbar li:after {
	position: absolute;
	z-index: -1;
	top: 15px;
	left: -50%;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #F5F5F5;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active,
.progressbar li.complete{
	color: #cac790;
}
.progressbar li.active:before,
.progressbar li.complete:before {
	background-color: #cac790;
	color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
	background-color: #cac790;
}
.confim_box {
	padding: 1px 2rem 2rem 2rem;
}
.confim_box label {
	font-weight: bold;
	/* color: #cac790; */
}
a.grayb_btn {
	background-color: #fff;
	border: 1px solid #b4b5b7;
	color: #b4b5b7;
	font-size: 14px;
	padding: 10px 70px;
	border-radius: 5px;
	vertical-align: baseline;
}
a.grayb_btn.p {
	background-color: #e78c8b;
	border: 1px solid #e78c8b;
	color: #fff;
}
a.grayb_btn.h {
	background-color: #fff;
	border: 1px solid #cac790;
	color: #cac790;
}
a.grayb_btn:hover {
  background-color: #b4b5b7;
  color:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.grayb_btn.p:hover {
	background-color: #fff;
  color:#e78c8b;
}
a.grayb_btn.h:hover {
	background-color: #cac790;
  color:#fff;
}
.flow_t {
	margin-top: 5rem;
}
.default p {
	color: initial;
	line-height: initial;
	padding-top: initial;
	text-align: inherit;
}
.mail_link {
	color: #cac790;
}
.form_b {
	margin: 2rem 0 0 0;
}
.search {
  position: relative;
	display: inline-block;
	width: 100%; /* 必要に応じて調整 */
	height: 180px; /* 必要に応じて調整 */
  }
.search p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }
.search img {
  width: 100%;
	height: 100%;
	object-fit: cover;
  }
	.search img:hover {
		border-radius: 50%;
	}
	.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 半透明の黒 */
    z-index: 1; /* 画像の上に配置 */
		border-radius: 10px;
}
.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 2; /* 半透明の黒の上に配置 */
    text-align: center;
}
.cate_title {
	/* color: #ccc; */
	padding-bottom: 8px;
	font-size: 18px;
}
.cate_contents {
	margin-bottom: 20px;
}
.methodArea .text {
	/* color: #aba87a; */
	color: #fff;
	font-size: 14px;
}
.methodArea .search {
	height: 100px;
}
.methodArea .overlay {
	/* background-color: rgba(253, 253, 253, 0.5); */
	background-color: rgba(0, 0, 0, 0.5);
}
.ma_0_all {
	margin: 0;
}
.date_table {
	width: 100%;
}
.d_form {
	background-color: #fff;
	padding: 6px 1rem 1rem 1rem;
  border-radius: 10px;
}
.week_i {
	vertical-align: middle;
}
.week_i i {
	padding: 0 5px;
}
.no_active {
	color: #b4b5b7;
}
.a_active {
	color: #06081e;
}
.a_active {
	color: #cac790;
}
.month {
	font-size: 17px;
	vertical-align: middle;
}
.month i {
	padding: 0 10px;
	color: #cac790;
	cursor: pointer;
	font-size: 24px;
	position: relative;
	top: 2px;
}
.date_table th,.date_table td {
	padding: 7px 10px;
	text-align: center;
	/* border: 1px solid #f3f1ce; */
	font-weight: bold;
} 
.week td {
	border-left: 1px solid #e3e3e4;
	border-right: 1px solid #e3e3e4;
	border-top: 1px solid #e3e3e4;
	border-bottom: none;
}
.date td {
	border-left: 1px solid #e3e3e4;
	border-right: 1px solid #e3e3e4;
	border-bottom: 1px solid #e3e3e4;
	border-top: none;
	padding: 3px 10px 7px 10px;
}
.date_table tbody th,.date_table tbody td {
	border: 1px solid #e3e3e4;
}
.satur {
	color: #4FC3F7;
}
.sun {
	color: #e78c8b;
}
.date_table tbody .fa-circle {
	color: #f8a4b4;
}
.date_table tbody .cross {
	background-color: #e3e3e4;
}
.date_table tbody th {
	background-color: #f0f0f0;
}
.max_a {
	max-width: 400px;
	margin: 0 auto;
}
.label_c {
	font-weight: bold;
	margin-right: 10px;
}
.title_c {
	font-size: 17px;
	padding-bottom: 20px;
	text-align: center;
}
.txt_c,.label_c {
	font-size: 13px;
}
.v_ttl {
	margin-bottom: 0;
}
.appeal {
	text-align: center;
	margin-bottom: 40px;
}
.appeal  img {
	width: 100px;
}
.flash_text {
  color: #cac790;
  text-shadow: 0 0 10px #ddd,0 0 15px #ddd;
  padding: 7px;
  font-size: 29px;
  text-align: center;
  letter-spacing: 0.2em;
	font-family: "Playfair Display SC", serif;
  font-weight: 700;
  font-style: normal;
	line-height: 1.4;
}
.t_flex {
	display: flex;
}
.t_img {
	width: 20%;
	margin-right: 20px;
}
.t_img img {
	border-radius: 5px;
	min-height: 130px;
  object-fit: cover;
}
.date.gray {
	color: #a2a2a2;
	font-size: 14px;
}
.article {
	color: #ccc;
}
.article h3 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	padding-top: 10px;
}
.article p {
	padding-top: 20px;
}
h3.sub_title {
  position: relative;
  text-align: center;
	color: #dad7b1;
	font-size: 17px;
}
h3.sub_title:before {
	position: absolute;
	top: 83%;
	left: 50%;
	width: 72%;
	height: 1px;
	content: '';
	background: #dad7b1;
	transform: translate(-50%, -10px);
}
h3.sub_title span {
  position: relative;
	padding: 0 35px;
  background: #fff;
}
.tel_form .date_table tbody th {
	background: rgba(203, 198, 143, 0.5);
}
.tel_form .date_table .week td {
	border-left: 1px solid #dad7b1;
	border-right: 1px solid #dad7b1;
	border-top: 1px solid #dad7b1;
}
.tel_form .date_table .date td {
	border-left: 1px solid #dad7b1;
	border-right: 1px solid #dad7b1;
	border-bottom: 1px solid #dad7b1;
}
.tel_form .date_table tbody th,.tel_form .date_table tbody td {
	border: 1px solid #dad7b1;
}
.bo_btm {
	border-bottom: 0.5px dotted #cac790;
}


/* フッターブレイクポイント */
@media (min-width: 880px) {
  .md-flex {
    display: flex;
  }
  .md-justify-between {
    justify-content: space-between;
  }
  .copyright {
    text-align: center;
  }
}
@media (min-width: 769px) {
	.fot_top_p {
		margin-top: 3rem;
	}
	.two_btn {
		margin: 0 10px;
	}
	.list_btn a {
		width: 50%;
    padding: 11px 5px;
	}
	.v_img {

		margin-bottom: 0;
	}
	}
@media (max-width: 768px) {
	.top_news th, .top_news td {
		display: block;		
		text-align: left;
	}
	.top_news th {
		border-bottom: 0;
		padding: 10px 0 0 0;
	}
	.page_head {
		margin-bottom: 6rem;
		height: 250px;
	}
	.page_head h2 {
		font-size: 40px;
		padding-bottom: 6px;
	}
	table.price_table { 
		width: 100%;
	}
	table.price_table th,table.price_table td {
		display: block;
		text-align: center;
	}
	table.price_table th {
		padding: 20px;
		width: 100%;
	}
	table.price_table td {
		padding: 0px 20px 20px 20px;
	}
	.a_block h2 span {
		font-size: 25px;
	}
	.a_block h2 {
    font-size: 13px;
	}
	.a_block p {
		padding-top: 0rem;
	}
	.a_block {
		padding: 0 0px 2rem;
}
.list_b li {
	margin-bottom: 1rem;
}
.grid_a {
	display: block;
}
.t_name {
	font-size: 20px;
	margin-bottom: 10px;
}
.time {
	font-size: 12px;
}
.t_title {
	font-size: 15px;
}
.btn_request {
	margin: 0 auto;
  display: block;
}
.post_block {
	padding-bottom: 0;
	margin-bottom: 4rem;
}
.list_fee { 
	margin-top: 3rem;
}
.list_fee li,.pri_title {
	font-size: 15px;
}
.list_fee li::after { 
	top: 12px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.list_cause li::after { 
	border-bottom: 0;
	border-right: 0;
	left: 8px;
	top: 5px;
}
.list_fee li {
	padding: .3em .3em .3em 2em;
}
.flowchart-title {
	font-size: 15px;
	margin: 10px 0;
}
.flowchart li p {
	margin: 10px 0 !important;
}
.s_section {
	margin-top: 4rem;
}
.s_section h3 {
	font-size: 15px;
	padding-top: 10px;
 }
 .paddingTM--20 {
	padding-top: 20px!important;
}
.pri_box {
	padding: 1rem;
}
.parti_table th {
	border-bottom: 0;
}
.parti_table th,.parti_table td {
	text-align: left;
}
.two_btn {
	margin: 10px 0;
}
.confim_box {
	padding: 1px 1rem 2rem 1rem;
}
.flow_t {
	margin-top: 3rem;
}
a.m_block {
	padding: 11px 9px;
	font-size: 13px;	
	/* margin: 0; */
	/* white-space: nowrap; */
	width: 100%;
}
.m_flex {
	flex-direction: column;
}
.v_img img {
	width: 100%;
	height: 220px;
	border-radius: 10px;
	object-position: 0% 20%;
}
.v_img {
	width: 100%;
}
.v_txt {
	width: 100%;
}
.ma_0 {
	margin: 0;
}
.btn_posi {
	flex-direction: column;
}
.marginR--10 {
	margin-right: 0;
}
.m_btn {
	padding: 0;
}
.r_top .date {
	margin-left: 0;
	display: block;
	margin-top: 10px;
}
.r_list {
	padding: 1rem;
}
.confim_box label {
	margin: 0px 0 8px;
}
.cate_title { 
	font-size: 15px;
}
.btn_grid  {
	display: grid;
}
.date_table th,.date_table td {
	padding: 7px 2px;
}
	.date td {
		padding: 1px 2px 7px 2px;
	}
	.date_table {
		font-size: 11px;
	}
	.month {
    font-size: 12px;
	}
	.month i {
		font-size: 17px;
	}
	.week_i span {
		display: none;
	}
	form.d_form {
		padding: 6px 10px 10px 10px;
		margin: 0;
	}
	.flash_text { 
		font-size: 18px;
	}
	.appeal img {
		width: 50px;
	}
	.grid_item {
    padding: 0;
	}
	.list_fee.add li::before {
		top: 8px;
	}
	.list_fee.add li::after {
		top: 14px;
}
form.d_form.c_top {
	margin-top: 20px;
}
.progressbar li {
	font-size: 12px;
}
.progressbar li:before {
	margin: 7px auto 10px auto;
}
.t_flex {
	flex-direction: column;
}
.t_img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
.t_img img {
	width: 100%;
	max-height: 250px;
  min-height: 100px;
}
.article h3 {
	font-size: 16px;
}
}



/* 追加　shigaーーーーーーーーーーーーーーー　*/

/* 予約日時選択 */
/* .tel_form {
	background-color: #ffffe0 ;
} */

.tel_form td {
	background-color: #fff;
}

.tel_txt {
	color: #cbc68f;
}

/* -----------ーーーーーーーーーーーーーーー　*/

