@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Hind:700);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yuji+Syuku&display=swap');
/*.yuji-syuku-regular {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}*/

/* 共通
------------------------------------------------------------*/
.h2ttl_c {
  font-size: 5.0rem;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h2ttl_c {
    font-size: 3.5rem;
  }
}
.h2ttlsub_c {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.read_tx {
  font-size: 1.8rem;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  padding-left: 20px;
  padding-right: 20px;
}

/* main
------------------------------------------------------------*/
.main_area {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .main_area {
    margin-top: 60px;
  }
}
/* location
------------------------------------------------------------*/
.location_area {
 padding-bottom: 5%;
	padding-top: 5%;
}

.location_read {
    font-size: 25px;
    text-align: center;
    line-height: 2.5;
    margin-top: 4%;
    color: #333333;
    margin-bottom: 4%;
    letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .location_read {
    font-size: 18px;
	  letter-spacing: 0.1em;
  }
}


.location_read2 {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5%;
	line-height: 2.5;
	text-align: center;
}
@media (max-width: 767px) {
  .location_read2 {
    font-size: 12px;
	  letter-spacing: 0.1em;
  }
}
.location_ttl_area {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    background-image: linear-gradient(90deg, #c6b198, #ffffff);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
	margin-top: 50px;
}
.location_ttl {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
	letter-spacing: 0.2em;
}
.location_ttl_en {
    font-size: 12px;
    line-height: 1.5;
    color: #333333;
    letter-spacing: 0.2em;
}

.location_tx {
    font-size: 30px;
    line-height: 1.5;
    color: #333333;
    font-feature-settings: "palt";
    margin-top: 5px;
}
@media (max-width: 767px) {
  .location_tx {
    font-size: 18px;   
  }
}
.location_tx .loca_s {
  font-size: 20px;   
}
@media (max-width: 767px) {
  .location_tx .loca_s {     
	  font-size: 12px; 
  }
}
.location_tx .loca_pink {   
  color: #e6657f;
}
@media (max-width: 767px) {
  .location_tx .loca_pink {    
	  line-height: 1.0;
  }
}
.location_tx2 {
  font-size: 18px;  
  line-height: 2.5;
  margin-top: 10px;
  color: #333333;
}
@media (max-width: 767px) {
 .location_tx2 {
  font-size: 12px;  
}
}
.loction_name {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
	margin-bottom: 10px;
  color: #333333;
}
.loction_name span {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #B2B2B2;
    padding-left: 10%;
    padding-right: 10%;
    margin-right: 20px;
}
@media all and (max-width: 767px) {
.loction_name span {
    display: block;
    width: 50vw;
    margin-bottom: 10px;
}
}
.loca_tx {
  font-size: 14px;  
  line-height: 1.5;
  margin-top: 5px;
  color: #333333;
}
.loca_tx span {
  color: #C6B198;
}


  .location_area img {
    margin-top: 10px;
  }
.loca_caution {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5%;
	color: #333333;
	text-align: right;
}


/* map
------------------------------------------------------------*/
.map_area {
  padding-bottom: 0%;
  padding-top: 5%;
  background-image: url(../img/back_be.jpg);
  background-repeat: repeat;
}
.map_ttl_box {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.map_tx {
	font-size: 16px;
	line-height: 2.5;
	color: #333333;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
}
@media (max-width: 767px) {
  .map_tx {
    font-size: 15px;
    line-height: 1.8;
	  margin-top:20px;
  }
}
.googlemap iframe {
    width: 100%;
  }
.map_box {
	margin-top: 8%;
	margin-bottom: 8%;
}

/* コンタクト
---------------------------------*/
.contact_area {
  padding-bottom: 5%;
  padding-top: 6%;
}
.footer_logo {
  text-align: center;
}