@charset "utf-8";

/*  
  リセット
---------------------------------*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, a,  address, big, em, img, small, strike, strong,b, i,dl, dt, dd, ol, ul, li, form, label,table, caption, tr, th, td ,article, aside,figure, figcaption, footer, header, nav, section ,main, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight: normal;
	vertical-align: baseline;
  box-sizing: border-box;
}
article, aside,figcaption, figure,footer, header,nav,section,main {
	display: block;
}
body {
  font-size:16px;
  color:#300;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  /*min-height: 100vh;*/
  /*min-height: -webkit-fill-available;*//*ios*/
}
h1,h2,h3{
  line-height: 1.4;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-transform:uppercase;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  width: 100%;
}
table th{
  text-align: left;
}
a {
	text-decoration: none;
  color:#612345;
  transition:.5s;
}
a:hover{
  text-decoration: none;
  opacity: .8;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a img{
  vertical-align: bottom;
}


/*  
  共通
---------------------------------*/
html{
  font-size: 10px;/* 1rem = 10pxと定義 */
 /* height: -webkit-fill-available;*//*ios*/
 scroll-behavior: smooth;
}

a:hover img{
  filter: brightness(105%)  contrast(95%);
  opacity: 1;
}


/* ====================================

  基本

======================================*/
/*  
  loading
---------------------------------*/

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#612b35;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img:first-child {
  width: 40%;
  max-width: 250px;
  animation-name: fadeUpAnime;
  animation-duration:1.25s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#loading_logo img:last-child {
  width: 90%;
  max-width: 600px;
  display: block;
  margin:2.5rem auto auto;
  animation-name: fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*  
  ヘッダー
---------------------------------*/

header{
  font-family: 'Noto Serif JP', serif;
  background: rgba(255,255,255,.9);
  width:100%;
  /*height: 70px;*/
  height: 80px;
}


header .header-inner{
  text-align: center;
}
header .reserve{
  background: #612b35;
  color:#fff;
  display: inline-block;
  font-size:1.4rem;
  line-height: 80px;
  position: absolute;
  left: 0;
  padding:0 .85em;
}
header .logo{
  display: inline-block;
}
header .logo img{
  display: block;
  /*margin:10px auto auto;*/
  margin:15px auto auto;
  width: 312px;
  height: 35px;
}
header .logo p{
  font-size:1rem;
  display: flex;
  text-align: center;
  opacity: .7;
  white-space: nowrap;
  max-width: 250px;
  margin:auto;
  padding-left: 1.5em;
}
header .logo span{
  display:block;
}
header .logo span:first-child{
  width:45%;
}
header .logo span:last-child{
  width:55%;
}
header nav{
  position:fixed;
  z-index: -1;
  opacity: 0;
  top:0;
  background:#f2e7e7;
  transition: all 0.3s;
}
header nav.panelactive{
  opacity: 1;
  z-index:2;
  width:100%;
  height: 100vh;
}
header nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 2; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
header nav ul {
  display: none;
  position: absolute;
  z-index: 2;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
header nav.panelactive ul {
  display: block;
}
header nav li{
  list-style: none;
  text-align: center; 
}
header nav li a{
  color: #612b35;
  text-decoration: none;
  padding:.65em 1.5em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
header nav li:last-child a{
  color: #fff;
  background: #612b35;
  border-radius: 5px;
  margin-top: 1em;
  white-space: nowrap;
  font-size:.95em;
}

.openbtn{
  position:fixed;
  z-index: 3;
  /*top:10px;*/
  top:15px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
  background: #fff;
}
  
/*×に変化*/  
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #612b35;
    width: 45%;
  }

.openbtn span:nth-of-type(1) {
  top:15px; 
}

.openbtn span:nth-of-type(2) {
  top:23px;
}

.openbtn span:nth-of-type(3) {
  top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*  
  main
---------------------------------*/
main{
  width: 100%;
}
main p{
  line-height: 1.8;
}

/*  
  hero
---------------------------------*/
#hero{
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#hero figure{
  height: calc(100% - 80px);
  width: 100%;
}
#hero img{
  object-fit: cover;
  height: calc(100vh - 80px - 80px);
  width: 100%;
  font-family: 'object-fit: cover';/*IE*/
}
#hero .hero-text{
  width: 100%;
  height:80px;
  padding:.5rem .5%;
  display: flex;
  flex-direction: column;
}
#hero p{
  line-height: 2;
  font-weight: 600;
}
#hero .fra{
  font-size:1.45rem;
}
#hero .jpn{
  font-size:2rem;
}

/*  
  About
---------------------------------*/
h1{
  font-size:2rem;
  margin-bottom: 1.25em;
}
#about img{
  border-radius: 5px;
}
#about p{
  margin:1em 0 0;
}

/*  
  Menu
---------------------------------*/
#menu h2,
#menu h2 + p{
  color:#fff;
}

#menu .menu-content{
  margin:3rem auto;
}

#menu section{
  background: #fff;
  padding:1.5rem 1.5rem 2rem;
  margin:0 auto 3rem;
  border-radius: 5px;
  max-width: 560px;
  width:90%;
}
/*ローディングの表示崩れ対策*/
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block;
}
/*//ローディングの表示崩れ対策*/
#menu .slick-dots{
  bottom:-30px;
}
#menu .slick-dots li button:before{
  font-size:1.5rem;
  color:#612b35; 
}

#menu .slider-container{
  position: relative
}
#menu .slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  color: #612b35;
  line-height: 36px;
  font-size: 28px;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  width:36px;
  text-align: center;
  opacity: .5;
}
#menu .slider-prev {
  left: -10px;
}
#menu .slider-next {
  right: -10px;
}
#menu .slider-arrow:hover{
  opacity: 1;
}
#menu .slider a{
  border:1px solid  rgba(97,43,53,.5);
  position: relative;
  display: block;
}
#menu .slider span{
  position: absolute;
  color:#fff;
  bottom:0;
  width:100%;
  line-height: 4rem;
  background: rgba(97,43,53,.8);
  text-align: center;
  font-size:1.35rem;
}
#menu .slider span::after{
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00e";
  margin-left: .5em;
  font-size:1.2em;
}

#menu h3{
  font-size:2rem;
  padding:1rem 0;
  font-weight: 600;
  border-bottom: 2px solid #612b35;
  color:#612b35;
  margin-bottom: 1rem;
}
#menu .menu-list{
  border-top: 1px solid #aaa;
  margin:1rem auto;
  padding:.5rem 0;
  width: 100%;
}
#menu .menu-list:last-of-type{
  border-bottom: 1px solid #aaa;
}

#menu .menu-list img{
  width: 33%;
  float:right;
  margin-left:2%;
  border-radius: 5px;
  max-width: 100px;
}
#menu .menu-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2.4rem;
  overflow: hidden;
  margin:.5em 0;
}
#menu .menu{
  font-size: .95em;
}
#menu .menu,
#menu .menu > span{
  font-weight: 500;
}
#menu .menu::before{
  content:"◆";
  color:#c1785f;
  opacity: .8;
}
#menu .time-price{
  margin-left: auto;
  white-space: nowrap;
}
#menu .time{
  margin-left:auto;
  margin-right:.25em;
  font-size: .9em;
}
#menu .price{
  color:#c1785f;
  font-weight: bold;
  margin-left: auto;
}
#menu .tax{
  font-size:.65em;
  font-weight: 300;
  margin-left: 0;
}
#menu .flow{
  margin-left: 1.5rem;
  color:#612b35;
  font-size:13px;
  opacity: .95;
  margin-top: .25em;
  font-weight: 300;
  line-height: 1.4;
  overflow: hidden
}
#menu .more-price{
  margin:1.5rem auto 0;
}

#menu aside{
  text-align: center;
  margin:auto auto 0;
  font-size:14px;
  padding-top: 2rem;
  width: 100%;
}
#menu aside ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start
}
#menu aside li a{
  color:#555;
  line-height: 3rem;
}
#menu aside .corporate a{
  width: 18rem;
  text-decoration: underline;
}
#menu aside .corporate a:after{
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
  margin-left: .25em;
  font-size:.8em;
  display: inline-block;
  color:#612b35;
}

#menu #price a{
  display: inline-block;
}
#menu #price a figure{
  position:relative;
  width:90%;
  max-width: 360px;
  text-align: center;
  display: block;
  margin:auto;
  border:1px solid #fff;
  padding:5px;
}
#menu #price figcaption{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  background:rgba(96,42,52,.7);
  width: 60%;
  min-width: 18rem;
  margin:auto;
  padding:.5em .25em;
  font-weight: 500;
  color:#fff
}
#menu #price figcaption::after{
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00e";
  margin-left: .5em;
  font-size:1.2em;
}
#menu #price a:hover figcaption{
  background:rgba(96,42,52,.9);
}


#sns{
  display: flex;
  width: 90%;
  max-width: 520px;
  justify-content: space-between;
  margin:auto auto 12rem;
  text-align: center;
}
#sns > section{
  width: 30%;
}
#sns h2{
  color: #444;
  /*font-size:2.4rem;*/
  font-size: 1.8rem;
}
#sns a{
  color:#222;
  margin:1rem auto auto;
  font-size: .8em;
  display: inline-block;
}
#sns img{
  width:65px;
  /*max-width: 55%;*/
  margin-bottom:.5rem;
}



/*  
  Profile
---------------------------------*/
#profile .profile-img img{
  border-radius: 5px;
  width: 60%;
  max-width: 240px;
  display: block;
  margin: auto;
}
#profile .profile-name{
  text-align: center;
  border-bottom: 1px solid #612b35;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#profile .profile-name p{
  font-size: .95em
}
#profile .profile-name p,
#profile li{
  margin:.5rem 0;
  line-height: 1.4
}

#diploma{
  display: flex;
  justify-content: space-around;
  margin: 2rem auto auto;
  max-width: 500px;
  gap:2%;
}
#diploma li.yoko{
  width: 38.8%;
}
#diploma li.tate{
  width: 27%
}
#diploma img{
  box-shadow: 0 0 3px #bbb;
  display: block;
}
#history.accordion-area{
  background: #fff;
}
#history .accordion-title{
  background: #612b35;
  color:#fff;
  text-align: center;
  position: relative;
  transition: .5s;
  font-weight: 400;
}
#history .accordion-title::before,
#history .accordion-title::after{
  background: #fff;
}
#history dt:not(:first-child){
  margin-top:1em;
}

#safe li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#safe li:nth-of-type(even) {
  flex-direction: row-reverse
}
#safe figure{
  width: 50%;
}
#safe p{
  padding:.5em .75em;
  width: 50%;
  text-align:justify;
  font-size:1.5rem;
}
#taisaku{
  padding:2rem 2rem .5rem;
}
#taisaku ul{
  display: flex;
  margin-bottom: 2rem;
}
#taisaku li{
  width: 32%;
  max-width:200px;
  font-size:1.2rem;
  color: #612b35;
}
#taisaku img{
  display: block;
  margin: auto;
  max-width: 100px
}
#taisaku h4{
  background: #cbbbb4;
  color:#fff;
  margin-bottom: .5em;
}

/*  
  Access
---------------------------------*/
#access dt > span{
  display: block;
}



/*  
  Contact
---------------------------------*/
#reserve h3{
  position: relative;
  padding: 0 .5em;
}

#reserve h3:before,
#reserve h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(50% - 4em);
  height: 1px;
  background-color: #fff;
}
#reserve h3:before {
  left:0;
}
#reserve h3:after {
  right: 0;
}
#reserve .tel,
#reserve .time{
  letter-spacing: .075em;
  text-indent: .075em;
}
#reserve .tel i{
  margin-right: .25em;
  font-size:.9em;
}
#contact .accordion-area{
  border:1px solid #fff;
  margin-bottom: -1px;
  margin-left:auto;
  margin-right: auto;
}
#contact .accordion-title{
  padding:.75em 1em .75em .5em;
  font-weight: 400;
}
#contact .accordion-title::before,
#contact .accordion-title::after{
  background: #fff;
}

#pagetop {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
}
#pagetop a{
  background: #612b35;
  border:1px solid #fff;
  text-decoration: none;
  color: #fff;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  display: block;
  border-radius: 50%;
}
#pagetop a:hover {
  text-decoration: none;
  background: #fff;
  border:1px solid #612b35;
  color:#612b35;
}




/*  
  共通パーツ
---------------------------------*/
h2,
.ttl01{
  font-size:30px;
  text-align: center;
  margin-bottom: 1.5rem;
  color:#612b35;
  text-transform: uppercase;
}
h2 + p{
  text-align: center;
  opacity: .75;
  margin-top: -1rem;
}
.ttl02{
  font-size:1.8rem;
  color:#612b35;
  margin:.5rem auto 1rem;

}
.ttl03{
  background:linear-gradient(45deg, #9e7c25 0%, #b6963f 45%, #c1a865 70%, #b6963f 85%, #9e7c25 90% 100%);
  color:#fff;
  text-align: center;
  position: relative;
  line-height: 2.6rem;
  width:90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5rem;
  }
.ttl03::before, 
.ttl03::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
	top:0;
}
.ttl03::before {
  border-top: 1.3rem solid transparent;
  border-right: 1.3rem solid #fff;
  border-left: 1.3rem solid  transparent;
  border-bottom:1.3rem solid transparent;
  right:0;
}
.ttl03::after {
  border-top: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  border-left: 1.3rem solid #fff;
  border-bottom:1.3rem solid transparent;
  left:0
}

.ttl04{
  color:#9e7c25;
  line-height: 1.7;
  font-weight:bold;
  margin-bottom: .3rem;
  text-align: center;
  font-size:1.7rem;
}
.ttl04 .nowrap{
  font-weight:inherit;
}


/*画像を出現させるアニメーションCSS*/
.flipLeft{
animation-name: flipLeft;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  perspective-origin: left center;
  opacity: 0;
}
@keyframes flipLeft{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
 	opacity: 0;
  }
  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}






/* ----------------------------------------------------
 ふわっと出現  基本幅
  js/jquery.inview.min.js
  js/script.js
------------------------------------------------------*/

/* 移動しながら出現（上下左右共通）*/
.slide-down,
.slide-left,
.slide-up,
.slide-right{
  opacity: 0;
  transition: opacity .6s,transform .6s;
}
/* 下移動して出現 */
.slide-down{
  transform: translate(0,-40px); 
}
/* 左移動して出現 */
.slide-left{
  transform: translate(40px,0); 
}
/* 上移動して出現 */
.slide-up{
  transform: translate(0,40px); 
}
/* 右移動して出現 */
.slide-right{
  transform: translate(-40px,0); 
}
/* ストップ（上下左右共通） */
.slide-stop{
  opacity: 1.0;
  transform: translate(0,0); 
}
/* フェードインで出現 */
.fadein{
  opacity: 0;
  transition: opacity 2s;
}
.fadein-stop{
  opacity: 1.0;
}
.delay-5{transition-delay:.5s}
.delay1{transition-delay:1s}
.delay1-5{transition-delay: 1.5s}
.delay2{transition-delay: 2s}


/*  
  アコーディオン
---------------------------------*/
.accordion-title {
  position: relative;
  cursor: pointer;
  padding:.75em 1.5em .75em .5em;
  transition: all .5s ease;
  line-height: 1.3;
}

/*アイコンの＋と×*/
.accordion-title::before,
.accordion-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
}
.accordion-title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);    
}
.accordion-title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}
.accordion-title.close::before{
  transform: rotate(45deg);
}
.accordion-title.close::after{
  transform: rotate(-45deg);
}
.accordion-box {
  display: none;/*はじめは非表示*/
  padding: 1.5rem;
}


/*  
  他
---------------------------------*/
/* ボタン */
.btn01{
  background: #612b35;
  border: 1px solid #612b35;
  color:#fff;
  display: block;
  width: 90%;
  max-width: 26rem;
  margin:auto;
  padding:.75em 1em;
  line-height: 1.3;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.btn01:hover{
  background: #fff;
  color: #612b35;
}

.btn02{
  background: #fff;
  border: 1px solid #fff;
  color:#612b35;
  display: block;
  width: 90%;
  max-width: 26rem;
  margin:auto;
  padding:.8em 1em;
  line-height: 1.3;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.btn02:hover{
  background: #612b35;
  color: #fff;
}
.btn03{
  background: #222;
  border: 1px solid #333;
  color:#fff;
  display: block;
  width: 90%;
  max-width: 26rem;
  margin:auto;
  padding:.8em 1em;
  line-height: 1.3;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.btn03:hover{
  background: #fff;
  color: #333;
}
.btn04{
  border: 1px solid #fff;
  display: block;
  width: 90%;
  max-width: 26rem;
  margin:auto;
  padding:.8em 1em;
  line-height: 1.3;
  text-align: center;
  border-radius: 5px;
  position: relative;
  color:#fff;
}
.btn04:hover{
  background: #fff;
  color: #612b35;
}
.btn05{
  /*border: 1px solid #612b35;*/
  display: block;
  width: 90%;
  max-width: 26rem;
  margin:auto;
  padding:.8em 1em;
  line-height: 1.3;
  text-align: center;
  border-radius: 5px;
  position: relative;
/*  color:#612b35;*/
  /*background:rgba(203,187,180,.5);*/ 
  background:rgba(96,42,52,.2);
  font-size:1.4rem;
}
.btn05:hover{
  /*background:rgba(203,187,180,1);*/
  background:rgba(96,42,52,1);
  color:#fff;
}
.btn06{
  border:1px solid #999;
  border-radius: 5px;
  padding:.8em 1em;
  width: 90%;
  max-width: 26rem;
  display: block;
  text-align: center;
  line-height: 1.3;
  margin: auto;
  font-size: 1.4rem;
}
.btn06:hover{
  background: #eee;
}

a[class^="btn0"].more::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
  position: absolute;
  right: .75em;
}
a[class^="btn0"].down::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
  position: absolute;
  right: .75em;
}
/*a[class^="btn0"].pdf::before{
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
  margin-right: .75em;
  font-weight: 900;
}
*/a[class^="btn0"].map::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5";
  margin-right: .75em;
}
a[class^="btn0"].mail::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0e0";
  margin-right: .75em;
}
/*a[class^="btn0"].insta::before{
	font-family: "Font Awesome 5 Brands";
	content: "\f16d";
  margin-right: .75em;
  font-weight: 400;
  font-size:1.2em;
}*/
a[class^="btn0"].youtube::after{
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
	content: "\f167";
  color:#b7302b;
  display: inline-block;
  margin-left: .5em;
  font-size:1.3em;
  line-height: 1.5rem;
  vertical-align: middle
}

/* 文字種 */
.capitalize{text-transform:capitalize}
.upper{text-transform:uppercase}

/* フォント */
.min{font-family: 'Noto Serif JP', serif}
.go{font-family: 'Noto sans JP', serif}
.lux{font-family: 'Luxurious Script', cursive}

.font13{font-size:13px}
.font14{font-size:14px}
.font17{font-size:17px}
.font20{font-size:20px}
.font22{font-size:22px}
.font24{font-size:24px}
.font30{font-size:30px}

.font12rem{font-size:1.2rem}
.font13rem{font-size:1.3rem}
.font18rem{font-size:1.8rem}
.font20rem{font-size:2rem}
.font25rem{font-size:2.5rem}
.font30rem{font-size:3rem}

.fw300{font-weight: 300}
.fw500{font-weight: 500}
.fw600{font-weight: 600}
.fw700{font-weight: 700}

.lh1-2{line-height: 1.2}
.lh1-5{line-height: 1.5}

.nowrap{
  white-space: nowrap;
  font-weight: inherit;
}
.underline{text-decoration: underline}

/* 前景 */
.white{color:#fff}
.wine{color:#612b35}
.gold{color:#9e7c25}
.opacity-8{opacity: .8}

/* 背景 */
.bg-white{background: #fff}
.bg-pink01{background: #cbbbb4}
.bg-pink02{background: #f2e7e7}
.bg-wine02{background: #612b35}

/* 配置 */
.center{text-align: center}
.right{text-align: right}

/* 幅 */
.w60per{width:60%;margin:auto}
.w90per{width:90%;margin:auto}
.w95per{width:95%;margin:auto}
.w100per{width:100%;margin:auto}

.max260{max-width: 260px}
.max320{max-width: 320px}
.max480{max-width: 480px}
.max560{max-width: 560px}
.max760{max-width: 760px}
.max960{max-width: 960px}
.max1360{max-width: 1360px}
.max1920{max-width: 1920px}
.max3840{max-width: 3840px}

/* 余白 */
.mt0{margin-top: 0!important}
.mt1rem{margin-top:1rem}
.mt2rem{margin-top: 2rem!important}
.mt3rem{margin-top:3rem}
.mt5rem{margin-top:5rem}

.ml0{margin-left: 0}
.ml-auto{margin-left: auto}
.mb1rem{margin-bottom: 1rem}
.mb3rem{margin-bottom: 3rem}

.p5{padding: 5px}

.p2rem{padding:2rem}
.p2-5rem{padding:2.5rem}

.pt1rem{padding-top:1rem}
.pt3rem{padding-top:3rem}
.pt4rem{padding-top:4rem}
.pt5rem{padding-top:5rem}


.pb3rem{padding-bottom: 3rem}
.pb4rem{padding-bottom: 4rem}
.pb5rem{padding-bottom: 5rem}
.pb12rem{padding-bottom: 12rem}

.cf::after{
  content:"";
  display: block;
  clear: both;
}

/* 表示・非表示 */
.pc-only{display: none}
.lpc-only{display: none}

/* ページリンク */
.pagelink{
  margin-top:-80px;
  padding-top:80px;
  margin-bottom: 80px;
  padding-bottom: 80px;
}
#about.pagelink{
  margin-top: 2rem;
  padding-top:10px;
}
#contact.pagelink{
  margin-bottom: 0;
  padding-bottom: 14
  0px;
}
#price.pagelink{
  margin-bottom: 0;
  padding-bottom: 30px;
}


/* ====================================

  320px以下：スマホ横  

======================================*/

@media screen and (max-width:360px){
  html{
    font-size: 9.5px;/* 1rem = 9.5pxと定義 */
  }
  header .header-inner{
    text-align: left;
  }
  header .reserve{
    display: none;
  }
  header .logo{
    margin-left: 5%
  }

}

/* ====================================

  520px以上：スマホ横・タブレット 

======================================*/

@media screen and (min-width:520px){
  html{
    font-size: 10.25px;/* 1rem = 10.25pxと定義 */
  }

  header .logo img{
    height: 50px;
    margin:8px auto auto auto;
  }


  /*  
    Profile 520px以上
  ---------------------------------*/
  #safe .safe-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #safe li{
    width: 48.5%;
    max-width: 360px;
    display: block;
  }
  #safe figure{
    width: 100%;
  }
  #safe p{
    width:100%;
    padding: .5em .5em 3rem;
    line-height: 1.65;
  }
  
}

/* ====================================

  768px以上：タブレット

======================================*/

@media screen and (min-width:768px){
  html{
    font-size: 10.5px;/* 1rem = 10.5pxと定義 */
  }
  

  #safe .safe-list li{
    margin-bottom: 1rem
  }
  #taisaku .taisaku-content{
    display: flex;
    justify-content: space-between;
  }
  #taisaku section{
    width: 49%;
  }
  
  /* 表示・非表示 */
  .sp-only{display: none}
  
}

/* ====================================

  1025px以上：小型PC 

======================================*/

@media screen and (min-width:1025px) {
  html{
    font-size: 10.74px;/* 1rem = 10.75pxと定義 */
  }

/*  
  ヘッダー 1025px以上
---------------------------------*/
header{
  position: fixed;
  z-index: 1;
}
header .header-inner{
  display: flex;
  justify-content: space-between;
  padding-left: 2%;
}
header .reserve{
  height: 100%;
}
header .header-inner > .reserve{
  display: none
}
header .logo{
  display: inline-block;
}
header .logo p{
  max-width: inherit;
  padding:0;
}
header .logo span{
  display:block;
}
header .logo span:first-child{
  width:45%;
}
header .logo span:last-child{
  width:55%;
}
header nav{
  position: inherit;
  z-index: 1;
  opacity: 1;
  height:75px;
  background: none;
}
header nav.panelactive #g-nav-list{
  position:inherit;
  height: auto;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
  position: static;
  transform: none;
}
header nav.panelactive ul {
  display: block;
}
header nav li a{
  line-height: 60px;
  font-weight: 600;
}
header nav li:last-child a{
  margin:0 0 0 10px;
  border-radius: 0;
}

.openbtn{
  display: none
}

  /*  
  hero 1025px以上
---------------------------------*/
header{
  top:0
}
.hero-wrap{
  padding-top: 75px;
}
#hero{
  /*height: calc(100vh - 70px);*/
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 80px;
}
#hero img{
  height: calc(100vh - 80px);
}
#hero .hero-text{
  width:25%;
  min-width: 32rem;
  margin:auto;
}
  /*  
    about 1025px以上
  ---------------------------------*/
  #about .about-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #about .about-text{
    /*width:45%;*/
    width: 45%;
  }
  #about figure{
    /*width: 40%;*/
    /*margin-top: 1rem;*/
    width: 45%;
  }
  
  #about p{
    margin:1.5em 0 0;
  }
  #menu .menu-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }


  
  /*  
  profile 1025px以上
  ---------------------------------*/
  #profile .profile-content{
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
  }
  #profile .profile-img img{
    width: 90%;
  }
  #profile .profile-text{
    width: 72%;
  }
  #profile .profile-name{
    width: 100%;
    text-align: justify
  }
  #diploma{
    margin-left: 0
  }



#safe li{
  width:24%;
}



/*  
  footer 1025px以上
---------------------------------*/
#pagetop a{
  width: 5rem;
  line-height: 5rem;
}


/*  
  他 1025px以上
---------------------------------*/

/* ページリンク */
#about.pagelink{
  margin-top: 0;
}
#contact.pagelink{
  margin-bottom: 0;
}

/* telリンク */
a[href^="tel:"] {pointer-events: none}




/* 表示・非表示 */
.pc-none{display: none}
.pc-only{display: block}

}

/* ====================================

  1280px以上：PC 

======================================*/

@media screen and (min-width:1280px) {

  html{
    font-size: 11px;/* 1rem = 11pxと定義 */
  }


  header nav li a{
    padding:10px 2.5rem;
  }
  
  }


 /* ====================================

  1537px以上：PC 

======================================*/

@media screen and (min-width:1537px) {
 
/*  #menu section{
    width:23.75%;
  }*/

  
  #menu section{
    width:24%;
    display: flex;
    flex-direction:column;
    padding:1.75rem 1.75rem 2.25rem;
  }
  
  .lpc-only{display: block}

}

/* ====================================

  印刷

======================================*/
@media print{
  body{
    width: 1360px;
  }
  header{
    position:static;
  }
  main{
    padding-top:0,
  }
  .p-product #gallery,
  .p-home .scrolldown,
  #pagetop{
    display: none;
  }
  .slide-down,
  .slide-left,
  .slide-up,
  .slide-right,
  .fadein{
    opacity: 1;
    transform: none;
  }
}