* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* remember: box-sizing is not supported by IE7 :( */
  outline: none;
vertical-align: baseline;
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
  height: 100%;
  width: 100%;
font-size: 62.5%;
}

.center-wrapper {
    display: grid;
    place-items: center; /* 水平方向と垂直方向を一括で中央揃え */
    height: 100vh;
    background-color: #ffffff; /* 任意の背景色 */
}

body {
font-family: 'Zen Old Mincho',"Libre Caslon Text", serif;
font-optical-sizing: auto;
font-style: normal;
font-size: 15px;
font-size: 1.5rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08em;
  color: #111111;
/*  background-color: f3efe9;*/
  margin: 0;
  height: 0;
}


/* ==========================================================================
   
   改行のスタイル

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

body .pc {
  display: block;
}

body .sp {
  display: none;
}

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


/* ==========================================================================
   
   文字リンク

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

a {
  color: #008cc2;
  text-decoration: none;
}

a:hover {
  color: #008cc2;
}

a:visited {
 color: #555555;
}

a:active {
   color: #333333;
}

.cp_link {
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #333333;
}

.cp_link::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #008cc2;
  transition: .3s;
}

.cp_link:hover::after {
  width: 100%;
	
}


/* ==========================================================================
   
   img style

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

.img_100 {
  width: 100%;
  height: auto;
}


/* 4:3の比率 */

.thumbnail {
  margin: 1.5%;
  background-size: cover;
  background-position: center center;
  padding-top: 75%;
  width: 97%;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .img_100 {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    height: auto;
  }
}


/* ==========================================================================
   
   2ndpage 　

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

.main_img_sub{
width: 100%;
background-color: #F2EDE7;
display: block;
padding-top: 5%;
padding-bottom: 10%;
}

.sub_page_ttl{
font-size: 72px;
  font-size: 7.2rem;
font-family: "Baskervville", serif;
font-weight: bold;
color: #000000;
line-height: 1.5;
letter-spacing: 0.01em;
padding-top: 7%;
padding-bottom: 0%;
font-style: italic;
}

.sub_page_cap{
    font-size: 16px;
  font-size: 1.6rem;
    font-weight: bold;
    color: rgb(181, 144, 51);
    line-height: 2;
    letter-spacing: 0.2em;
    padding-top: 0%;
    padding-bottom: 3%;
}

.sub_page_txt{
    line-height: 2;
    letter-spacing: 0.2em;
     font-size: 18px;
  font-size: 1.8rem;
	width: 100%;
	font-weight: 400;
}



@media screen and (max-width: 768px) {
	
.main_img_sub{
width: 100%;
background-color: #F2EDE7;
display: block;
padding-top: 15%;
padding-bottom: 15%;
}	
	
.sub_page_ttl{
 font-size: 50px;
  font-size: 5.0rem;
font-family: "Baskervville", serif;
font-weight: bold;
color: #000000;
line-height: 1;
letter-spacing: 0.01em;
padding-top: 15%;
padding-bottom: 3%;
font-style: italic;
}	
	
	
.sub_page_txt{
    line-height: 1.8;
    letter-spacing: 0.2em;
    font-size: 15px;
  font-size: 1.5rem;
	width: 100%;
}
	
	
	
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}


/* ==========================================================================
   
   .contents_block

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

#container {
  position: relative;
  z-index: 8;
  padding-top: 0%;
  padding-bottom: 0%;
  width: 100%;
   background-color: f3efe9;
}

#container_2nd {
  position: relative;
  z-index: 8;
  padding-top: 0%;
  padding-bottom: 0%;
  width: 100%;
   background-color: f3efe9;
}

.section_block {
  position: relative;
  z-index: 6;
  padding-top: 0%;
  padding-bottom: 0%;
  width: 100%;
  background-color: f3efe9;
}

.contents_block {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.contents_header {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 5%;
}

.contents_space{
  padding-left: 10%;
  padding-right: 10%;
}
.contents_h_space{
  margin-top: 5%;
  margin-bottom: 5%;
}

.contents_box {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: inline-block;
}

.contents_box_L {
  width: 47%;
  float: left;
  display: block;
  padding-right: 1%;
  padding-bottom: 5%;
}

.contents_box_R {
  width: 47%;
  float: right;
  display: block;
  padding-left: 1%;
  padding-bottom: 5%;
}

.contents3_box_L {
  float: left;
  width: 31.1%;
  margin-right: 3.35%;
  padding-bottom: 5%;
  height: auto;
}

.contents3_box_R {
  float: right;
  width: 31.1%;
  margin-left: 0%;
  padding-bottom: 0%;
  height: auto;
}

/* TOPNEWS BLOCK*/
.contents_m_box_L {
  width: 30%;
  float: left;
  display: block;
  padding-right: 1%;
  padding-bottom: 0%;
}
.contents_m_box_R {
  width: 70%;
  float: right;
  display: block;
  padding-left: 1%;
  padding-bottom: 3%;
}

.gallery_box_L {
  float: left;
  width: 24%;
  margin-right: 3.35%;
  margin-top: 3%;
  padding-bottom: 3%;
  height: auto;
}

.gallery_box_R {
  float: right;
  width: 24%;
  margin-left: 0%;
  margin-top: 3%;
  padding-bottom: 5%;
  height: auto;
}

.gallerys {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0%;
}

.gallerys:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

.gallery {
  width: 24%;
  margin-bottom: 3%;
}

.gallery_img {
  margin-bottom: 10%;
}

.gallery img {
  width: 100%;
}

.txt_center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_block {
    position: relative;
    z-index: 6;
    padding-top: 0%;
    padding-bottom: 0%;
    width: 100%;
  }
  .contents_block {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    width: 100%;
  }
  .contents_space {
    padding-left: 7%;
    padding-right: 7%;
  }
	
.contents_h_space{
  margin-top: 5%;
  margin-bottom: 5%;
}
	
  .contents_header {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
  }
  .contents_box {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
    display: inline-block;
  }
  .contents_box_L {
    width: 100%;
    display: block;
    padding-bottom: 5%;
  }
  .contents_box_R {
    width: 100%;
    padding-left: 1%;
    padding-bottom: 5%;
  }
  .contents3_box_L {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-top: 3%;
    padding-bottom: 5%;
    margin-bottom: 5%;
    height: auto;
    border-bottom: #D9D0C6 1px dotted;
  }
  .contents3_box_R {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-top: 3%;
    padding-bottom: 5%;
    margin-bottom: 5%;
    height: auto;
    border-bottom: #D9D0C6 1px dotted;
  }
  .contents_m_box_L {
    width: 100%;
    display: block;
    padding-bottom: 5%;
  }
  .contents_m_box_R {
    width: 100%;
    display: block;
    padding-bottom: 5%;
  }
  .gallerys {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gallerys:after {
    content: "";
    display: block;
    width: 49%;
    height: 0;
  }
  .gallery {
    width: 49%;
    margin-bottom: 2%;
  }
  .gallery_img {
    margin-bottom: 5%;
  }
}




/* ==========================================================================
   
01.contents_section

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

.baskervville-regular {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.baskervville-regular-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}



.top_contents_cap{
 font-size: 26px;
  font-size: 2.6rem;
font-weight: bold;
color: #008cc2;
line-height: 2;
letter-spacing: 0.1em;
padding-top: 0%;
padding-bottom: 2%;
}

.top_contents_ttl{
 font-size: 67px;
  font-size: 6.7rem;
font-weight: bold;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
color: #000000;
line-height: 1.5;
letter-spacing: 0.2em;
padding-bottom: 5%;
}


@media screen and (max-width:768px){
	
.top_contents_cap{
font-size: 17px;
font-size: 1.7rem;
font-weight: bold;
color: #008cc2;
line-height: 2;
letter-spacing: 0.2em;
padding-top: 0%;
padding-bottom: 3%;
}	
	

.top_contents_ttl{
font-size: 37px;
font-size: 3.7rem;
font-weight: bold;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
color: #000000;
line-height: 1.5;
letter-spacing: 0.2em;
padding-bottom: 5%;
}	
	
}	
	
.bg_workplace{
  color: #ffffff;
  background: url("../img/bg_contents_001.png") center center no-repeat;
  text-align: left;
  padding-top: 7%;
  padding-bottom: 3%;
  background-position: right;
  background-attachment: fixed;
  position: relative;
  z-index: 8;
  display: block;
}

.bg_career{
  color: #ffffff;
  background: url("../img/bg_contents_002.png") center center no-repeat;
  text-align: left;
  padding-top: 7%;
 padding-bottom: 3%;
  background-position: right;
  background-attachment: fixed;
  position: relative;
  z-index: 8;
  display: block;
}

.bg_brand{
  color: #ffffff;
  background: url("../img/bg_contents_003.png") center center no-repeat;
  text-align: left;
  padding-top: 7%;
 padding-bottom: 3%;
  background-position: right;
  background-attachment: fixed;
  position: relative;
  z-index: 8;
  display: block;
}

.bg_social{
  color: #ffffff;
  background: url("../img/bg_contents_004.png") center center no-repeat;
  text-align: left;
  padding-top: 7%;
 padding-bottom: 3%;
  background-position: right;
  background-attachment: fixed;
  position: relative;
  z-index: 8;
  display: block;
}
@media screen and (max-width:768px){

.bg_workplace{
  color: #ffffff;
  background: url("../img/bg_contents_001.png") bottom center no-repeat;
background-size: cover;
  text-align: left;
  padding-top: 10%;
  padding-bottom: 7%;
  background-position: right;
  background-attachment: fixed;
  position: relative;
  z-index: 8;
  display: block;
}	
	
.bg_career{
  color: #ffffff;
  background: url("../img/bg_contents_002.png") center center no-repeat;
background-size: cover;
  text-align: left;
  padding-top: 10%;
  padding-bottom: 7%;
  background-position: right;
  background-attachment: fixed;
  position: relative;
  z-index: 8;
  display: block;
}

.bg_brand{
  color: #ffffff;
  background: url("../img/bg_contents_003.png") center center no-repeat;
background-size: cover;
  text-align: left;
  padding-top: 10%;
  padding-bottom: 7%;
  background-position: right;
  background-attachment: fixed;
  position: relative;
  z-index: 8;
  display: block;
}

.bg_social{
  color: #ffffff;
  background: url("../img/bg_contents_004.png") center center no-repeat;
background-size: cover;
  text-align: left;
  padding-top: 10%;
  padding-bottom: 7%;
  background-position: right;
  background-attachment: fixed;
  position: relative;
  z-index: 8;
  display: block;
}	
	
	
}	
/* ==========================================================================
   
02.contents_OPEN

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


.recruit_contents_cap{
 font-size: 21px;
  font-size: 2.1rem;
font-weight: bold;
color: #008cc2;
line-height: 2;
letter-spacing: 0.1em;
padding-top: 0%;
padding-bottom: 2%;
}

.recruit_contents_ttl{
 font-size: 31px;
  font-size: 3.1rem;
font-weight: bold;
color: #000000;
line-height: 1.8;
letter-spacing: 0.01em;
padding-top: 0%;
padding-bottom: 7%;
}

.recruit_contents_txt{
line-height: 1.8;
letter-spacing: 0.1em;
font-size: 18px;
font-size: 1.8rem;
font-weight: 300;
}



@media screen and (max-width:768px){

	
.recruit_contents_cap{
font-size: 16px;
  font-size: 1.6rem;
font-weight: bold;
color: #008cc2;
line-height: 1.6;
letter-spacing: 0.2em;
padding-top: 0%;
padding-bottom: 5%;
}	
	
.recruit_contents_ttl{
font-size: 24px;
  font-size: 2.4rem;
color: #000000;
line-height: 1.6;
letter-spacing: 0.1em;
padding-top: 0%;
padding-bottom: 7%;
font-weight: 600;
}	

.recruit_contents_txt{
line-height: 1.8;
letter-spacing: 0.2em;
font-size: 16px;
  font-size: 1.6rem;
}
	
	
	
}



.recruit_contents_header{
display: inline-block;
width: 100%;	
margin:0; 
padding:0;
padding-bottom: 5%;
}


.recruit_contents_box_L{
    width: 50%;
    float: left;
	display: block;
}

.recruit_contents_box_R{
    width: 45%;
    float: right;
	display: block;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 3%;
	
}

.recruit_contents2_box_L{
    width: 45%;
    float: left;
	display: block;
	padding-top: 0%;
	padding-right:0%;
	padding-left:0%;
	padding-bottom: 3%;
	
}
.recruit_contents2_box_R{
    width: 50%;
	float: right;
	display: block;
}

@media screen and (max-width:768px){

	
.recruit_contents_header{
display: flex;
flex-direction: column;
padding-bottom: 0%;
width: 100%;
}	

.recruit_contents_box_L{
    width: 100%;
    float: left;
	display: block;
}

.recruit_contents_box_R{
    width: 100%;
    float: right;
	display: block;
	padding-top: 10%;
	padding-bottom: 15%;
	position: relative;
	padding-right: 0%;
	padding-left: 0%;
}	
	
.recruit_contents2_box_L{
    width: 100%;
	padding-top: 10%;
	order: 2;
padding-bottom: 15%;
padding-right: 0%;
	padding-left: 0%;
	position: relative;
z-index: 1;
}
.recruit_contents2_box_R{
    width: 100%;
	order: 1;
}
	
}



/* ==========================================================================
   
STAFF INTERVIEW CARNEVARE PEOPLE

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



.section_block_interview{
z-index: 30;
position: relative;
padding-left: 0%;
padding-right: 0%;
padding-top: 3%;

}

.ban_box_interview{
z-index: 20;
top: 5%;
position: relative;
}


.top_interview_contents_cap{
font-size: 13px;
  font-size: 1.3rem;
font-weight: bold;
color: #008cc2;
line-height: 2;
letter-spacing: 0.08em;
padding-top: 0%;
padding-bottom: 2%;
}

.top_interview_contents_ttl{
font-size: 35px;
  font-size: 3.5rem;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #000000;
line-height: 1.8;
letter-spacing: 0.1em;
padding-bottom: 15%;
}

@media screen and (max-width:768px){

.ban_box_interview{
z-index: 20;
top: 5%;
position: relative;
}	
	
	
.top_interview_contents_ttl{
font-size: 18px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #000000;
line-height: 2;
letter-spacing: 0.08em;
padding-bottom: 7%;
}

}
/* ==========================================================================
   
title style

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

#title_2nd_site_header {
  background-color: #ffffff;
  padding-top: 10%;
  padding-bottom: 25%;
  color: #008cc2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}


.title_2nd{
  font-size: 36px;
  font-size: 3.6rem;
  color: #ffffff;
    font-family: "Times New Roman", Times, "serif";
    letter-spacing: 0.09em;
	line-height: 1.2em;
	padding-bottom: 1%;
}

.title_2nd_caption {
  font-size: 11px;
font-family: "Times New Roman", Times, "serif";
  color: #ffffff;
}

.copy{
  font-size: 25px;
  letter-spacing: 0.63px;
  padding-bottom: 3%;
	color: #008cc2;
}

.copy_description {
  font-size: 12px;
}

.copy_txt {
  padding-bottom: 3%;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.section_ttl_header {
  width: 100%;
  display: block;
  margin-top: 3%;
  margin-bottom: 5%;
  text-align: center;
}
.section_ttl {
font-size: 29px;
line-height: 1.2em;
padding-bottom: 1%;
}
.section_ttl_cap {
color: #008cc2;
font-style: italic;
font-size: 11px;
margin-top: 0%;
margin-bottom: 5%;
}
@media only screen and (max-width: 768px) {
}
.contents_ttl{
  font-size: 23px;
}
.contents_ttl_cap{
color: #008cc2;
font-style: italic;
font-size: 11px;
margin-top: 0%;
margin-bottom: 5%;
}
.contents_txt {
}

.contents_block_border{
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: #cccccc 1px dotted;
}

.contents_ttl2{
  font-weight: bold;
font-size: 18px;
padding-top: 0%;
padding-bottom: 2%;
}

.contents li {
    position: relative;
    list-style: none;
    font-size: 15px;
    width: 100%;
    padding-bottom: 1%;
}




@media only screen and (max-width: 768px) {
  #title_2nd_site_header {
    background-color: #ffffff;
    padding-top: 19%;
    padding-bottom: 25%;
    padding-left: 10%;
    padding-right: 10%;
    color: #008cc2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }




.shopinfo_outline {
  padding-top: 0% !important;
}

.shopinfo_outline dt {
  font-size: 90%;
  font-weight: bold;
  font-style: italic;
  padding-top: 2%;
}

.shopinfo_outline dd {}

 }
/* ==========================================================================
   
装飾

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


/* mk */

.marker_y {
  background: linear-gradient(transparent 0%, #fcfda1 0%);
}

.date {
  font-size: 12px;
  margin: 0 0 8px;
}

.yohaku {
  padding-top: 3%;
  padding-bottom: 3%;
}

.ci_co {
  color: #008cc2;
}

.f-en {
  font-family: "Courier New", Courier, "monospace";
}

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}

.dli-arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}



.pt_5{
padding-top: 5%;
}
.pt_10{
padding-top: 10%;
}
.pb_5{
padding-bottom: 5%;
}
.pb_10{
padding-bottom: 10%;
}
.pb_15{
padding-bottom: 15%;
}


/* ==========================================================================
   
float reset

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

.clearfix {
  zoom: 1;
  /*for IE 5.5-7*/
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0.1px;
  clear: both;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}


/* no ie mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* */

.clr {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}


/* ==========================================================================
   
背景

========================================================================== */
.bg_f7f7f7 {
  background-color: #f7f7f7;
}
/* ==========================================================================
   
ボタンスタイル

========================================================================== */
.btn_pdf{
margin-top: 3%;
margin-bottom: 3%;
padding-top: 13px;
padding-bottom: 13px;
width: 80%;
display: block;
text-align: center;
color: #ffffff;
background-color: #008cc2;
}

.btn_contactfrom{
margin-top: 2%;
margin-bottom: 2%;
padding-top: 13px;
padding-bottom: 13px;
width: 100%;
display: block;
text-align: center;
color: #ffffff;
background-color: #008cc2;
}


.btn_block {
  padding-top: 10%;
  padding-bottom: 5%;
  display: block;
}

.btn_block_c{
  padding-top: 1%;
  padding-bottom: 1%;
padding-left: 10%;
padding-right: 10%;
}


.btnstyleb {
  margin-right: 10px;
  position: relative;
  color: #008cc2;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 90%;
}


/*線の設定*/

.btnstyleb::before, .btnstyleb::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: #008cc2;
  width: 100%;
  height: 2px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}


/*hover時に伸びる線の形状*/

.btnstyleb::after {
  width: 0;
  background: #F2EDE7;
}


/*hover時に100%に伸びる*/

.btnstyleb:hover::after {
  width: 100%;
}

.btnarrow6 {
  position: relative;
  font-size: 110%;
  background: #e60012;
  padding: 5px 100px 5px 60px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color: #fff;
  text-decoration: none;
  border: transparent 2px solid;
  outline: none;
  border-radius: 100px;
}


/*hoverした際のボタンの形状*/

.btnarrow6:hover {
  background: #e60012;
  color: #fff;
  border-color: #008cc2;
}


/*矢印と線の形状*/

.btnarrow6:before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  right: 20px;
  /*線の形状*/
  width: 20px;
  height: 1px;
  background: #fff;
}

.btnarrow6::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 40%;
  right: 12px;
  /*矢印の形状*/
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #fff;
  /*アニメーションの指定*/
  transition: all .2s linear;
}


/*hoverした際の矢印の形状*/

.btnarrow6:hover::before {
  background: #fff;
  right: 25px;
}

.btnarrow6:hover::after {
  border-left-color: #fff;
  right: 20px;
}


/*矢印が右に移動する*/

.btnarrow4 {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 0px;
  color: #333;
  text-decoration: none;
  outline: none;
  margin-top: 5%;
  font-size: 80%;
}


/*矢印と下線の形状*/

.btnarrow4::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 50%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #333;
  /*アニメーションの指定*/
  transition: all .3s;
}

.btnarrow4::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -0px;
  right: 0;
  left: 115%;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}


/*hoverした際の移動*/

.btnarrow4:hover::before {
  left: 50%;
}

.btnarrow4:hover::after {
  right: 25%;
}

.arrow_7 {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  /* display: inline-flex; */
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: "big-caslon-fb", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 11px;
  line-height: 1;
  -webkit-letter-spacing: 0.075em;
  -moz-letter-spacing: 0.075em;
  -ms-letter-spacing: 0.075em;
  letter-spacing: 0.075em;
  color: #666;
}

.arrow_72 {
  position: absolute;
  display: inline-block;
  right: 1px;
  bottom: 0;
  width: 20px;
  height: 4px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: width 0.4s cubic-bezier(.86, .09, .87, .76);
  transition: width 0.4s cubic-bezier(.86, .09, .87, .76);
  position: relative;
}

.arrow_72::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid transparent;
}


/* ==========================================================================
   
お問い合わせ・予約ボタン

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

.btntextchange {
  /*テキストの基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border-bottom: 2px solid #008cc2;
  border-top: 2px solid #008cc2;
  border-left: 2px solid #008cc2;
  min-width: 50px;
  height: 200px;
  padding: 20px;
  text-align: center;
  display: block;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #008cc2;
  outline: none;
  transition: all .2s;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btntextchange:hover {
  background: #008cc2;
  color: #fff;
}

.btntextchange:visited {
  color: #008cc2;
}

.btntextchange:active {
  color: #008cc2;
}

.btntextchange span {
  /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*アニメーションの指定*/
  transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/
  display: block;
  white-space: nowrap;
}


/*差し替わるテキストの設定*/

.btntextchange span:nth-child(2) {
  opacity: 0;
  /*透過0に*/
  color: #fff;
}


/*hoverするとテキストが入れ替わる設定*/

.btntextchange:hover span:nth-child(1) {
  opacity: 0;
  /*透過0に*/
  color: #fff;
}

.btntextchange:hover span:nth-child(2) {
  opacity: 1;
  /*不透明に*/
  color: #fff;
}

@media screen and (max-width: 738px) {
  /*表示するテキストが切り替わる*/
  .btntextchange {
    /*テキストの基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    border-bottom: 2px solid #008cc2;
    border-top: 2px solid #008cc2;
    border-left: 2px solid #008cc2;
    min-width: 30px;
    height: 150px;
    padding: 10px;
    text-align: center;
    display: block;
    writing-mode: vertical-rl;
    font-size: 70%;
    font-weight: bold;
    text-decoration: none;
    color: #008cc2;
    outline: none;
    transition: all .2s;
  }
}





/*== ボタン共通設定 */
.btn_info{font-size: 13px;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    border: 1px solid #008cc2;/* ボーダーの色と太さ */
    padding: 15px 35px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	 background-color: #008cc2;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
}

/*ボタン内spanの形状*/
.btn_info span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#ffffff;
}

.btn_info:hover span{
  color:#fff;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
    /*色や形状*/
  background:#c2a459;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}






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

========================================================================== */
#footer {
background-color: #ffffff;
z-index: 9;
font-family: 'EB Garamond', serif!important;
bottom: 0%;
width: 100%;
text-align: center;
position: relative;
display: block;
}

#footer a {
  color: #fffff;
  text-decoration: none;
}

#footer .footer{
display: block;
padding-bottom: 2%;
}

.footer_info_ttl{
font-size: 150%;
font-weight: bold;
line-height: 1;
letter-spacing: 0.2em;
padding-top: 0%;
padding-bottom: 0%;	
}

.footer_info_copy{
font-size: 600%;
font-family: 'Rozha One';
line-height: 1.5;
letter-spacing: 0.01em;
padding-bottom: 0%;	
}




@media screen and (max-width: 768px) {
#footer{
  padding-top: 20%;
background-color: #ffffff;
z-index: 9;
font-family: 'EB Garamond', serif!important;
bottom: 0%;
width: 100%;
text-align: center;
position: relative;
display: block;	
	
	
}

	
	
	
	
#footer .footer{
display: block;
padding-bottom: 2%;
}
	
.footer_info_ttl{
font-size: 13px;
font-weight: bold;
line-height: 1;
letter-spacing: 0.2em;
padding-top: 0%;
padding-bottom: 0%;	
}	
	
	
.footer_info_copy{
font-size: 60px;
font-family: 'Rozha One';
line-height: 1.5;
letter-spacing: 0.01em;
padding-bottom: 0%;	
}
	
	

}



.info_contents_header{
display: inline-block;
  z-index: 6;
  padding-top: 3%;
  padding-bottom: 5%;
padding-left: 20%;
padding-right: 20%;
  width: 100%;
}

.info_contents_box_L{
    width: 49%;
    float: left;
	display: block;
	padding-right: 1%;
}

.info_contents_box_R{
    width: 49%;
    float: right;
	display: block;
	padding-left: 1%;	
}

.info_contact_sub_ttl{
    font-weight: bold;
    font-size: 16px;
	font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
    padding-bottom: 3%;
	padding-top: 3%;
}


@media screen and (max-width:768px){

	
.info_contents_box{
display: inline-block;
  z-index: 6;
  padding-top: 10%;
  padding-bottom: 10%;
padding-left: 10%;
padding-right: 10%;
  width: 100%;
  background-color: #F2EDE7;
}	
	
.info_contents_box_L{
    width: 100%;
	display: block;
}

.info_contents_box_R{
    width: 100%;
	display: block;	
}

}



/* ==========================================================================
   
footer_btn_style

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

.btnbox {
  margin-top: 5%;
  padding-bottom: 5%;
  display: block;
text-align: center;
}
.btnbox .btn {
  display: inline-block;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  text-align: center;
  padding: 0;
  line-height: 50px;
  position: relative;
  color: #ffffff;
  border: #ffffff 2px solid;
  width: 100%;
  font-weight: bold;
  margin-bottom: 1%;
  margin-right: 1%;
	border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}
.btnbox .btn:after {
  font-family: 'themify';
  content: "\e628";
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 1;
  line-height: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btnbox.btnSmall {
  line-height: 50px;
}

.btnbox .btnSmall:after {
  line-height: 50px;
}

.btnbox .btn:hover {
  color: #008cc2;
  border: #B008cc2 2px solid;
}

.btnbox .btn:hover:after {
  color: #008cc2;
  border: #008cc2;
  right: 10px;
}
@media screen and (max-width: 738px) {
  .btnbox {
    margin-top: 10%;
    padding-bottom: 3%;
    display: block;
	width: 100%!important;
  }
  .btnbox .btn {
    display: inline-block;
    padding: 0;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    line-height: 50px;
    position: relative;
      color: #ffffff;
  border: #ffffff 2px solid;
    font-weight: bold;
    margin-bottom: 1%;
    margin-right: 1%;
    margin-bottom: 5%;
	width: 100%!important;
  }
  .btnbox .btn:after {
    font-family: 'themify';
    content: "\e628";
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 1;
    line-height: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btnbox.btnSmall {
    line-height: 50px;
  }
  .btnbox .btnSmall:after {
    line-height: 50px;
  }
  .btnbox .btn:hover {
    color: #008cc2;
    border: #B008cc2 2px solid;
  }
  .btnbox .btn:hover:after {
    color: #008cc2;
    border: #008cc2;
    right: 10px;
  }
}





.copylight {
padding-top: 1%;
padding-bottom: 1%;
display: inline-block;
}

.copylight p {color: #222222; font-size: 12px;letter-spacing: .1em;
font-family: 'Zen Old Mincho',"Libre Caslon Text", serif;
font-feature-settings: "palt";}


@media screen and (max-width: 768px) {
.copylight {
  width: 100%;
  text-align: center;
  padding-bottom: 10%;
  padding-top: 20%;
}
	
.copylight p {
  font-size: 12px;
  letter-spacing: .1em;
  font-feature-settings: "palt";
font-family: 'Zen Old Mincho',"Libre Caslon Text", serif;
}	
	
}



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

						パンくず

==========================================================*/
#pankuzu {
	width: 100%;
	text-align: left;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url("../img/bg_pankuzu.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.pankuzuarea {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 75%;
}


@media screen and (max-width: 738px) {
	
#pankuzu {
display: none;
}	
	
	
}






/* ==========================================================================
   
   floating banner

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

.floating {
  position: fixed;
  right: 0px;
  top: 45%;
  z-index: 999;
}

.floating a {
  display: block;
  padding: 0px;
  text-decoration: none;
  /*  opacity: 0.6;*/
}

@media screen and (max-width: 738px) {
  .floating {
    position: fixed;
    right: 0px;
    top: 45%;
    z-index: 999;
  }
  .floating a {
    display: block;
    padding: 0px;
    text-decoration: none;
    /*  opacity: 0.6;*/
  }
}


/*========= ページトップのためのCSS ===============*/


/*スクロールリンクの形状*/

.scroll-top {
  /*表示位置*/
  position: fixed;
  z-index: 999;
  /*一番上に表示*/
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*改行禁止*/
  white-space: nowrap;
  /*矢印の動き*/
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}


/*.scroll-viewクラスがついたら出現*/

.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  /*一番上に表示*/
}


/*リンク全体の aタグの形状*/

.scroll-top a {
font-family: "Times New Roman", Times, "serif";
  text-decoration: none;
  color: #008cc2;
  text-transform: uppercase;
  display: block;
  z-index: 999;
  /*一番上に表示*/
}


/*スクロールリンクの形状*/

.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #008cc2;
  z-index: 999;
  /*一番上に表示*/
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #008cc2;
  transform: skewX(-31deg);
  z-index: 999;
  /*一番上に表示*/
}


/*Edge IE11 hack*/

_:-ms-lang(x), .js-scroll a::before {
  right: -11px;
}


/*ページトップリンクの形状*/

.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #008cc2;
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #008cc2;
  transform: skewX(31deg);
}


/*Edge IE11 hack*/

_:-ms-lang(x), .js-pagetop a::before {
  right: 0;
}


/*========= スクロールダウンのためのCSS ===============*/


/*====== 9-1-1 縦線が動いてスクロールを促す =======*/


/*スクロールダウン全体の場所*/

.scrolldown_top {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  z-index: 9;
  /*一番上に表示*/
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
width: 200px;
}


/*Scrollテキストの描写*/

.scrolldown_top span {
  /*描画位置*/
  position: absolute;
  z-index: 999;
  /*一番上に表示*/
  left: -23px;
  top: -25px;
  /*テキストの形状*/
  color: #D9D0C6;
  font-size: 18px;
  letter-spacing: 0.01em;
	
}


/* 線の描写 */

.scrolldown_top::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #D9D0C6;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}


/*高さ・位置・透過が変化して線が上から下に動く*/

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

h1, h2, h3, h4, h5, p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 300;
}

p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0;
  padding: 0;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

dd {
  display: block;
  margin-inline-start: 0px;
}

ul {
    display: block;
    /* list-style-type: disc; */
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
/*==================================================
背景色が伸びて出現
===================================*/


/*全共通*/

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
  display: block;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*中の要素*/

.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*左から右*/

/*
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
*/

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.bgappearTrigger, .bgLRextendTrigger {
  opacity: 0;
}

.fade {
  animation-name: fadeInAnime;
  /*1で解説*/
  animation-fill-mode: forwards;
  /*2で解説*/
  animation-duration: 3s;
  /*3で解説*/
  animation-iteration-count: 1;
  /*4で解説*/
  animation-timing-function: ease;
  /*5で解説*/
  animation-delay: 0.5s;
  /*6で解説*/
  animation-direction: normal;
  /*7で解説*/
}


/*1で解説*/

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scfade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.scfadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}


/*========= ローディング画面のためのCSS ===============*/

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #008cc2;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  opacity: 1;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 738px) {

#splash-logo {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
	
	
}
/*========= 画面遷移のためのCSS ===============*/


/*画面遷移アニメーション*/

.splashbg {
  display: none;
}


/*bodyにappearクラスがついたら出現*/

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  /*background-color: #0d0a16;/*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}


/*画面遷移の後現れるコンテンツ設定*/

#container2 {
  opacity: 0;
  /*はじめは透過0に*/
}


/*bodyにappearクラスがついたら出現*/

body.appear #container2 {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





#footer .gnavi2{
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
/*border-top: 1px solid #ffffff;*/
  padding-top: 5%;
  padding-bottom: 0%;
  margin: 0px auto;
}

#footer .gnavi2 ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.flex {
  display: flex;
  justify-content: left;
}

#footer .gnavi2 li {
  float: left;
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 13.5px;
font-size: 1.35rem;
  letter-spacing: .1em;
  padding-bottom: 1%;
  padding-right: 1%;
}
#footer .gnavi2 li a {
 color: #dddddd;
}

#footer .gnavi2 li a {
 color: #dddddd;
  text-decoration: none;
}

#footer .gnavi2 li a:hover {
  color: #999999;
}

#footer .gnavi2 li a:visited {
  color: #8888888;
}

#footer .gnavi2 li a:active {
  color: #666666;
}




@media screen and (max-width: 768px) {
#footer .gnavi2{
  margin: 0;
  padding: 0;
  text-align: left;
border-top: 1px dotted #dddddd;
  padding-top: 3%;
  padding-bottom: 3%;margin-top: 5%;
overflow: hidden;
text-align: center;
}	
	
  #footer .gnavi2 ul {
    padding-top: 5%;
	padding-bottom: 5%;
    display: block;
  }
  #footer .gnavi2 li {
    position: relative;
    width: 100%;
    list-style: none;
    display: block!important;
    margin-right: 0%;
    letter-spacing: normal;
    padding-bottom: 1%;
	  font-size: 12.5px;
font-size: 1.25rem;
  }
}




.banner_block{
padding-top: 5%;
padding-bottom: 5%;
}