@charset "UTF-8";
/*!
* Start Bootstrap - Grayscale v7.0.4 (https://startbootstrap.com/theme/grayscale)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-grayscale/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* ===============================
	全体
 =============================== */
html {
  scroll-padding-top: calc(4.5rem - 1px);
}
body {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.8em;
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
}
.article p {
  margin-bottom: 0;
}
p {
  padding: 0;
  margin: 0;
}
img {
  vertical-align: bottom;
}
img {
  width: 100%;
  height: auto;
}
.w90{
width: 90%;
margin: auto;
}
.spo {
  display: none;
}
.pco {
  display: block;
}
.sp76 {
  display: none;
}
.pc76 {
  display: block;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}
@media screen and (max-width:1200px) {
.w90{
width: 100%;
}
}
@media screen and (max-width: 992px) {
  .spo {
    display: block;
  }
  .pco {
    display: none;
  }
}

@media only screen and (max-width:768px) {
  .sp76 {
    display: block;
  }
  .pc76 {
    display: none;
  }
}

/* ===============================
	nav
 =============================== */
header{
padding-top:15px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #222;
}
.navbar {
  padding-left: 0rem;
  padding-right:0rem;
}
.navbar-brand img {
  width: 300px;
  height: auto;
}
.catch{
font-weight: 600;
margin-bottom: 5px;
}
.navbar-toggler img {
    margin-top: 100px;
    width: 110px;
    height: auto;
}
.navbar-toggler {
  border:0;
  border-radius: 0;
outline: none;
  /* transition: box-shadow .15s ease-in-out; */
}

.navbar-light .navbar-toggler {
  color: #fff;
  border: none;
}
.navbar-toggler {
  border: 0;
  border-radius: 0;
outline: 0px!important;
  /* transition: box-shadow .15s ease-in-out; */
}
.navbar-toggler,.navbar-toggler:hover,.navbar-toggler:focus{
outline: 0px!important;
}
.navbar-nav {
  text-align: end;
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,1.0);
font-weight:600;
border-bottom: solid 1px;
}
.navbar-toggler {
    padding: 0.25rem 0rem;
}
.fixed-top{
    position: absolute;
}
@media only screen and (min-width:992px) {
.navbar-nav {
flex-direction: row;
width:100%;
text-align:right!important;
justify-content: flex-end!important;
padding-top:-40px;
}
li.nav-item{
display: inline;
padding-left:1.0rem;
padding-right:1.5rem;
width:auto;
}
.nav-item::before {
content: "/";
float:right;
margin-left: 0.5rem;
margin-right: -1.5rem;
margin-top: 10px;
}
.nocon{
padding-right:0rem!important;
}
.nocon::before{
content:none!important;
margin-right: 0rem;		
}
.navbar-light .navbar-nav .nav-link {
border-bottom:0px;
}
}
@media only screen and (max-width:991px) {
.catch {
display: none;
}
.pc991{
display: none;
}
}
@media only screen and (max-width:567px) {
.navbar-brand img {
  width: 200px;
  height: auto;
}
.navbar-toggler img {
    margin-top: 0px;
}
.relax{
padding-right: 30px
}
}
@media only screen and (max-width:450px) {
.navbar-toggler img {
    width: 80px;
    height: auto;
}}
@media only screen and (max-width:400px) {
.navbar-brand img {
    width: 200px;
    height: auto;
}}


/* ===============================
	スライド
 =============================== */
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: url("../img/top-slide.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.masthead h1, .masthead .h1 {}
@media (min-width: 768px) {
  .masthead h1, .masthead .h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1, .masthead .h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
}

@media (max-width: 991px) {
.slidectt{
position: fixed;
bottom: 0;
right: 0;
z-index: 9999;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
padding-right: 30px;
padding-left: 30px;
}
.masthead {
  padding: 25rem 0;
}
}

@media (max-width: 567px) {
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
padding-right: 20px;
padding-left: 20px;
}
.masthead {
  padding: 16rem 0;
}
.slidectt{
margin-left: 30px;
}
}
.text-uppercase img{
	max-width: 850px;
}
.slidectt img{
	max-width: 400px;
}
.masthead .container-fluid{
    padding-right:0;
}

.masthead .valign {
position: absolute;
	bottom: 4%;

}

/* ===============================
	title
 =============================== */
h2.titSmpl03,
h2.titSmpl04{
  display: flex;
  align-items: center;
  font-family: 'EB Garamond', serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: normal;
  margin-right: 1rem;
  margin-bottom: 5%;
}
h2.titSmpl03 {
  justify-content: right;
  text-align: right;
margin-bottom: 3%;
}
h2.titSmpl04 {
  justify-content: left;
  text-align: left;
margin-bottom: 3%;
}
h2.titSmpl03 span,
h2.titSmpl04 span{
  font-size: 1rem;
  margin-left: 1rem;
  padding-top: 1.2rem;
}
.titSmpl03:before,
.titSmpl04:before{
  background: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  min-width: 50px;
  width: 30%;
}
.titSmpl04:before{
  max-width: 30%;
}
.titSmpl03:before,
.titSmpl04:before{
  margin-right: 20px;
}

#concept h3,
#profile h3,
#service h3{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.6em;
}
@media (max-width: 1400px) {
#concept h3,
#profile h3,
#service h3{
font-size: 1.7rem;
}
.titSmpl03:before,
.titSmpl04:before{
  width: 0%;
}
  }
@media (max-width: 992px) {
#concept h3,
#profile h3,
#service h3{
font-size: 1.5rem;
line-height: 1.8em;
margin-top: 2rem;
}
  }

@media (max-width: 576px) {
.titSmpl03:before,
.titSmpl04:before{
  width: 10%;
}
h2.titSmpl04{
  display: inline-block;
  align-items: center;
  justify-content: right;
  text-align: right;
line-height: 0.8em;
}
h2.titSmpl04 span{
padding-top: 0rem;
margin-top: -15px;
display: inline-block;
}
.card-body {
    padding: 0rem;
}
}

/* ===============================
	concept
 =============================== */

#concept {
  padding-top: 5%;
  padding-bottom: 5%;
}
.cctleft {
  margin-top: 1rem;
  padding-left: 10%;
}
.cctimgmrt {
  margin-top: 5%;
}
.cttmrl {
  margin-left: 5%;
}
.cctimgmrt img{
max-width: 380px;
}

@media (max-width: 992px) {
.cttmrl {
  margin-left: 0;
}
	.cctleft {
  padding-left: 0;
}
	.cctimgmrt {
  margin-top: 2rem;
}
  }

/* ===============================
	profile
 =============================== */

#profile {
  padding-top: 5%;
  padding-bottom: 5%;
}

.profname{
	  font-size:1.8rem;
  font-weight: bold;
  padding-bottom:1rem;
	  padding-top:2rem;
	
}

.profname small{
	  font-family: 'EB Garamond', serif;
	padding-left: 1rem;
	letter-spacing: 2px;
}

#profile h4 {
  position: relative;
  padding-left: 4em;
	  color: #42210b;
	font-size: 20px;
margin-top: 1rem;
}

#profile h4 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  color: #fff;
  background: #42210b;
}

#profile h4 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #42210b;
}
.profimg{
width: 100%;
height: 600px;
object-fit: cover;	
}
@media (max-width: 992px) {
.profname{
	  font-size:1.5rem;
	  padding-top: 1rem;
	
}
	#profile ul {
padding-left: 4rem;
}
.profimg {
    height: auto;
}
  }
/* ===============================
	service
 =============================== */
#service {
  padding-top: 5%;
  padding-bottom: 5%;
}

.serimgmrt{
	margin-top: 3rem;
}

#service .card,
#online .card {
padding: 2rem 1rem 1rem;
    border: none;
    border-radius: 0rem;
	 position: relative;
}
#service .card .tetetxt,
#service .card .tetetxt2 {
  position: absolute;/*絶対配置*/
  color: #000;/*文字は白に*/
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  }
#service .card .tetetxt {
  top: 0;
  left:  10%;
  }
#service .card .tetetxt2 {
  top: 0;
  right:  10%;
  }

#service .card-price,
#online .card-price{
	border-bottom: 1px solid #42210b;
	text-align: right;
	margin-top: 2rem;
	color: #42210b;
	  font-family: 'EB Garamond', serif;
	font-size: 1.2rem;
}
@media (min-width: 992px) {
.sp991{
display: none;
}
}
@media (max-width: 992px) {
	#service .cctimgmrt img {
max-width: 500px;
}
		#service .cctimgmrt {
text-align: center;
}

  }
/* ===============================
	online
 =============================== */
#online {
  padding-top: 5%;
  padding-bottom: 5%;
}

#online .card-body {
max-width: 450px!important;
justify-content: right;
}
@media (max-width: 992px) {
#online {
background-position: left;
}
}
@media (max-width: 567px) {
.pc567 {
display: none;
}
}

/* ===============================
	facility
 =============================== */
#facility {
  padding-top: 5%;
  padding-bottom: 5%;
	
}

#facility .fac01{
width: calc( 40% - 10px );
display: flex;
flex-wrap: wrap;
margin: 0 5px;
}
#facility .fac02{
width: calc( 30% - 10px );
display: flex;
flex-wrap: wrap;
margin: 0 5px;
}
/* ===============================
	insta
 =============================== */
#insta {
  padding-top: 5%;
  padding-bottom: 5%;
	
}
#insta .col-md-3,#insta .col-6{
padding-right: 5px;
padding-left: 5px
}
#insta img{
margin-bottom: 10px;
}

/* ===============================
	footer
 =============================== */

footer{
	background-color: #1e3046;
	  padding-top: 5%;
  padding-bottom: 5%;
	color: #fff;
}
footer .copy{
font-size: 0.9rem;
	margin-top:2rem;
}
footer nav li{
	list-style: none;
}
footer nav ul{
padding-left: 0;
}
footer nav li a {
  color: #fff;
}
footer nav li a:hover {
  color: #fff;
}
footer nav {
  margin-top: 5%;
}
  .nav__wrapper {
    display: flex;
  }
  .nav__item:not(:last-child) {
    margin-right: 1.2rem;
  }


  li.nav__item:not(:first-child)::before {
    content: "/　";
    color: #fff;
  }

.gmap{
	margin-top: 0;
}
@media (max-width: 992px) {
.gmap{
	margin-top: 1rem;
}
}
@media (max-width: 767px) {
footer .nav{
display: none;
}
}
@media (max-width: 567px) {
footer img{
margin-top: 10px;
}
}
/* ===============================
	service
 =============================== */
.service-head {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: url("../img/service-headimg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
h2.titSmpl05{
  display: flex;
  align-items: center;
  font-family: 'EB Garamond', serif;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: normal;
  margin-right: 1rem;
  margin-bottom: 0;
	margin-top: 5%;
    font-weight: 600;
}
h2.titSmpl05 {
  justify-content: right;
  text-align: right;
}
h2.titSmpl05 span{
  font-size: 1rem;
  margin-left: 1rem;
  padding-top: 1.2rem;
}
.titSmpl05:before{
  background: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
}
.titSmpl05:before{
  margin-right: 20px;
}

#service .price{
	text-align: right;
	  margin-bottom: 5%;
margin-top: 10px;
}
.tbltit{
	width: 9rem;
	padding-right: 0;
}
.serviceimg{
	max-width: 360px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.bnr-contact{
position: fixed;
right: 0;
bottom: 0;
width: 400px;
height: auto;
z-index: 9999;
}
#service .mt5{
	  margin-top: 5%;
}

@media (max-width: 992px) {
h2.titSmpl05 {
    font-size: 1.4rem;
}
}
@media (max-width: 576px) {
#service td{
width: 100%;
display: block;
}
  }
.nr-btn{
max-width: 380px;
}