@charset "utf-8";
*{
	box-sizing: border-box;
}
body,ul,li,p,form,h1,h2,h3,h4,h5,figure{
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #222;
	list-style: none
}
html{ font-size: 10px;}
body{
  font-size: 1.6rem;

}
img{vertical-align: bottom}



/* Structure ------------------------------------------------*/
main{
	width: 100%;
	padding: 60px 6% 3% 6%;
}
.container{
	width: 100%;
}
@media screen and (min-width: 769px){
main{
	width: 100%;
	padding: 140px 6% 3% 6%;
}

.container{
	width: 1000px;
	margin: 0 auto
}
}
/* Header ------------------------------------------------*/
header{
	background: #FFF;
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 10;
}
header h1{
	width: 100%;
	height: 36px;
	padding: 0 0 0 10px;
	margin: 14px 0 0 10px;
	background-image: url("../img/common/logo_sp.png");
	background-size: auto 100%;
	background-position:center middle;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#site_description{
	display: none;
}
#menu{
	display: block;
	position: absolute;
	right: 0;
	top:0;
	width: 60px;
	height: 60px;
	background-image: url("../img/common/btn_menu.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#hdr_rsv_btn{
	display: none
}
@media screen and (min-width: 769px){
header{
	height: 115px;
	background: rgba(255,255,255,0.34);
	border-bottom:1px solid #4F000F
}
header h1{
	width: 625px;
	height: 56px;
	margin: 15px 0 0 20px;
	background-image: url("../img/common/logo_pc.png");
}
header h1 a{
    display: block;
    height: 56px
}
#site_description{
	display: block;
	font-size: 1.2rem;
	padding-left: 20px;
	padding-top: 10px
}
#hdr_rsv_btn{
	color: #FFF;
	background: #4F000F;
	border-radius: 5px;
	display: block;
	width: 185px;
	height: 42px;
	text-align: center;
	font-size: 1.5rem;
	text-decoration: none;
	position: absolute;
	top:34px;
	right: 100px;
	font-size: 1.5rem;
	padding-top: 11px
	
}
#menu{
	display: block;
	position: absolute;
	right:27px;
	top:37px;
	width: 53px;
	height: 34px;
	background-image: url("../img/common/btn_menu_pc.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.hdr_white{
	background: rgba(255,255,255,0.9);
}
}


/* MV ------------------------------------------------*/
.mv{
	text-align: center;
	padding-top: 60px;
	background: #EFD6D1
}
@media screen and (min-width: 769px){
.mv{
	padding-top:0px
}
.mv a{
	display: block;
}
.mv a img{
	width: auto;
	height: 550px;
}
}
/* Home ------------------------------------------------*/
#home main{
	padding: 0px 6% 3% 6%;
}
.home_box{
	background: #FFFCEC;
	margin-bottom: 30px;
	padding-bottom: 10px
}

.emergency{
	color:#B20000;
	font-weight: bold;
	font-size: 1.2rem;
	background: #FFF;
	padding: 13px;

	line-height: 150%;
	background: #eee
}

.emergency a{
	color:#B20000;
}
/* Utility ------------------------------------------------*/

.sp{ display: block;}
.pc{ display:none;}

.mb0{ margin-bottom: 0}
.mb10{ margin-bottom: 10px }
.mb20{ margin-bottom: 20px }
.mb30{ margin-bottom: 30px }

.w100{ margin: 0 -6% 0 -6%; }
.pt90{ padding-top: 90px}

@media screen and (min-width: 769px){
.sp{ display: none;}
.pc{ display:block;}
}
/* SNS ------------------------------------------------*/
#sns_box{
	background:#333;
	margin:0 auto 0 auto;
	padding:12px;
	text-align: center;
	width: 100%
}
#sns_box h1{
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 3vw
}
.social_media{
	background: #FFF;
	padding: 5%;
	margin-bottom: 4%
}
.social_media ul{
	display: flex;
	margin-bottom: 4%;
	padding: 0 5%
}
.social_media li{
	text-align: center;
	width: 25%;
	padding: 0 3%
}
.social_media li img{
	width: 80%;
	height: auto
}
#sns_box p{
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	color: darkred
}
#sns_logo{
	border-bottom: 1px solid #ccc;
	margin-bottom: 5%;
	padding: 1% 2% 2% 2%
}
@media screen and (min-width: 769px){
#sns_box{
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#sns_box h1{
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 1.2rem
}
.social_media{
	background: #FFF;
	padding: 5px;
	margin-bottom: 0;
	float: left;
	width: 49%;
	overflow: hidden
}
.social_media:last-child{
	float: right
}
.social_media:last-child img{
	width: 250px;
	height: auto
}
.social_media ul{
	display: flex;
	margin-bottom: 5px;
	padding: 0 5%
}
.social_media li{
	text-align: center;
	width: 25%;
	padding: 0 3%
}
.social_media li img{
	width: 85%;
	height: auto
}

#sns_box p{
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
	color: darkred
}
#sns_logo{
	border-bottom: none;
	margin-bottom: 0%;
	padding: 20px 0 0 0;
	width: 40%;
	float: left;
	text-align: right
}
#sns_logo img{
	width: 90%;
	height: auto
}
#sns_logo_cnt{
	float: right;
	width: 55%;
}
}

/* Footer ------------------------------------------------*/
footer{
	text-align: center;
	padding:0 5% 0 5%;
}
.footer-pagetop{
	text-align: right;
}
.footer-pagetop img{
	width:40px;
	height:40px;;
}
footer p{
  font-size: 12px;
  color: #666;
  margin-bottom: 20%
}
footer ul{
	margin-bottom: 20px;
}
footer li{
	border-bottom: 1px solid #ccc;
	background-image: url("../img/common/icn_arrow1.png");
	background-repeat: no-repeat;
	background-position: right 3% center;
	background-size: 2.5% auto
}
footer li a{
  font-size: 1.3rem;
  color: #333;
  text-decoration: none;
  display:block;
  padding: 10px;
  font-weight: bold
}
/* フッター住所 */
#footer_address{
	background: #eee;
	font-size: 1.5rem;
	line-height: 140%;
	padding: 20px 0;
}
#footer_address .container{
	overflow: hidden
}
#footer_logo{
	width: 20%;
	padding-bottom: 20px;
	margin: 0 auto;

}
#footer_logo img{
	width: 100%;
	height: auto
}
#footer_address p{
	text-align: center;
	font-size: 1.3rem;
	color: #333;
	font-weight: normal;

}
#footer_address strong{
	display: block;
	margin-bottom: 10px;
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;

	text-decoration: underline
}
#footer_address p a{
	text-decoration: none;
	color:#333;
	font-weight: normal;
	font-size: 17px;
}
@media screen and (min-width: 769px){
footer{
	text-align: center;
	padding:0;
	background: #eee;
	overflow: hidden
}

#rsv_area{
	display: none
}
footer ul{
	margin-bottom: 10px;
	border: none;
	float: left;
	width: 50%;
	text-align: left;
}
footer li{
	border: none;

	background: none;
	display: inline-block;
	padding: 0!important;
	margin: 0!important;
	line-height: 1;
}
footer li a{

  line-height: 1;
  color: #333;
  text-decoration: none;
  display:inline-block;
  padding:0 10px !important;
  font-weight: bold;
	border-right: 1px solid #ccc;
}
footer p{

	color: #666;
	margin-bottom: 5%;
	text-align: right;
	float: right;
	width: 50%;
}
#footer_logo{
	width: 20%;
	padding-bottom: 20px;
	margin: 0 auto;

}
#footer_logo img{
	width: 100%;
	height: auto
}
#footer_address br{
	display: none
}
}



.g-1,.g-2,.b-2{
	overflow: hidden;
	width: 100%;
	margin: 0 0 8% 0;
}
.g-1 .col{
	margin-bottom: 2%
}
.g-2 .col{
	float: left;
	width: 48.5%;
	margin-bottom: 2%
}

.g-2 .col:nth-child(2),
.g-2 .col:nth-child(4),
.g-2 .col:nth-child(6){
	float: right;
}

.b-2 .col{
	float: left;
	width: 28.5%;
	margin-bottom: 2%
}
.b-2 .col:last-child{
	float: right;
	width: 68.5%;

}

.item_list li{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.item_list li:last-child{
	border: none
}
.item_list li a{
	overflow: hidden;
	display: block;
	color: #000;
	padding-right: 10%;
	background-image: url("../img/common/icn_arrow1.png");
	background-repeat: no-repeat;
	background-position: right 3% center;
	background-size: 5% auto
}

.item_list figure{
	width: 35%;
	float: left;
	display: block;
}

.item_list .item_txt{
	width: 62%;
	float: right;
}
.item_list .item_txt p{
	margin-bottom: 5px;
	color:#777;
	font-size: 1.2rem;
	line-height: 140%
}
.item_list h3{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px
}
.item_price{
	font-size: 1.4rem;
	font-weight: bold
}
.item_price span{
	font-size: 1rem
}


.item_list2 li{
	border-bottom: 1px solid #ccc;
	padding: 4% 0;
	overflow: hidden
}
.item_list2 li:last-child{
	border: none
}
.item_list2 li a{
	overflow: hidden;
	display: block;
	color: #000;
}

.item_list2 figure{
	width: 35%;
	float: left;
	display: block;
}

.item_list2 .item_txt{
	width: 62%;
	float: right;
	font-size: 1.2rem;
}
.item_list2 .item_txt h3{
	font-size: 1.4rem;
}
.item_list2 .item_txt p{
padding-top: 2%

}



.cat1{
	display: inline-block;
	color: #FFF;
	background: #323291;
	font-size: 1.1rem;
	padding: 0.5% 3%;
	border-radius: 3px;
	margin-bottom: 1%
}
.cat2{
	display: inline-block;
	color: #FFF;
	background: #E26C00;
	font-size: 1.1rem;
	padding: 0.5% 3%;
	border-radius: 3px;
	margin-bottom: 1%
}
.center{ text-align: center}


/* NAV */
nav{
	background: #FFF;
	width: 100%;
	height: 2000px;
	position: fixed;
	top: 60px;
	left: 0;
	overflow-y: auto;
	overflow-x: none;
	display: none;
	z-index: 100;
}
nav ul{
	border-top: 1px solid #ccc;

}
nav li{
	border-bottom: 1px solid #eee;
	background-image: url("../img/common/icn_arrow1.png");
	background-repeat: no-repeat;
	background-position: right 4% center;
	background-size: 3.5% auto
}
nav li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3% 5%;
	font-size: 1em;
}
/* 文字 */
.small{
	font-size: 0.8em;
	line-height: 150%;
}
.x-small{
	font-size: 0.6em;
	line-height: 150%;
}
.h1{
	margin-bottom: 5%;
	padding: 0 0 2% 0;
	font-size: 1.7rem;
	text-align: center;
	border-bottom: 1px solid #000
}
.h2{
	margin-bottom: 2%;
	padding: 0 0 0 0;
	font-size: 1em;
}
.h3{
	margin-bottom: 5px;
	padding: 1px 0 1px 23px;
	font-size: 1em;
    font-weight: bold;
	background-image:url("../img/common/icn_circle.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px auto
}
.h4{
	margin-bottom: 5%;
	font-size: 1.1em;
}
.h5{
	margin-bottom: 2%;
	font-size: 1em;
}
.white{
	color: #FFF
}
/* ボタン */
.btn_typ1{
	display:inline-block;
	text-decoration: none;
	text-align: center;
	width: 100%;
	color: #333;
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 2%;

	font-size: 1.4rem;
}
.btn_typ3{
	display:inline-block;
	text-decoration: none;
	text-align: center;
	width: 100%;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5%;
	box-shadow: 2px 2px 2px #ccc;
	font-size: 0.8em;
}
.btn_typ3.active{
	background: #EFD9D5;
	box-shadow: none;
	border: 1px solid #EFD9D5;
}

/* リスト */
.list-group1 h3{
	text-align: center;
	font-size:1em;
	padding:4% 0;
}
.list-group1{
	border-radius: 5px;
	margin-bottom: 10%;
	padding:3% 6%;
}
.list-group1 li{
	border-bottom: 1px dashed #ccc;
	padding: 3% 0;
	padding-left:2em;
	text-indent:-2em;
	font-size: 0.9em
}
.list-group1 li:last-child{
	border: none;
}

.bg-gray{
	background: #eee;
}
.bg-blue{
	background:#EEF7FF;
}
.bg-pink{
	background:#FFF0F0;
}
.bg-orange{
	background:#FFECCC;
}
hr{
  height: 1px;
  border: none;
  border-top: 1px #ccc solid;
  margin-bottom: 10%
}
.bg-light-gray{
	background: #F7F7F7 !important;
}

.list-1{
	margin-bottom: 20px;
	overflow: hidden
}
.list-1 li{
	margin-bottom: 10px;
	overflow: hidden;
}
.list-1 figure{
	width: 50%;
	display: table-cell;
}
.list-1 p{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 8% 0 4%;
	background: #EDDFD2;
	font-weight: bold;
	background-image: url("../img/common/icn_arrow1.png");
	background-repeat: no-repeat;
	background-position: right 4% center;
	background-size: 8% auto
}
.list-1 a{
	text-decoration: none;
	display: table;
	width: 100%
}
@media screen and (min-width: 769px){
.list-1 li{
	width: 33%;
	float: left
}
}
.list-2 li{
	background: #EFF3F7;
	border-radius: 4px;
	padding: 5%;
	margin-bottom: 3%;
}
.news_list{
	margin-bottom: 0%
	
}
.news_list a{
	display: block;
	text-decoration: none;
	overflow: hidden;
	color: #000;
	padding: 8px 0;
	margin-bottom: 5px;
	line-height: 130%;
	border-bottom: 1px solid #ccc;

}
.news_date{
	display:block;
	font-size: 1.2rem;
	font-weight: bold
}
.news_title{
	display: inline-block;

	font-size: 1.4rem;
	letter-spacing: 1px;
}

#rsv_area{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color:#4F000F;
	box-shadow: 0px -3px 4px rgba(0,0,0,0.3);
	z-index: 1000

}
#rsv_area a{
	display: block;
	text-decoration: none;
	color: #FFF;

	padding: 1% 0;
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: bold;
}
#rsv_area a img{
	width: 7%;
	height: auto;
	vertical-align: middle;
	margin-right: 4px
}
#overlay{
	background:rgba(0,0,0,0.6);
	position: fixed;
	width: 100%;
	height: 2000px;
	z-index: 101;
	top:0;
	left: 0;
	display: none
}
.modal{
	background: #FFF;
	width: 90%;
	position: fixed;
	top:5%;
	z-index: 200;
	border-radius: 8px;
	display: none;

}
.modal .inner{
	padding: 3% 6% 4% 6%
}
@media screen and (min-width: 769px){
    
    .modal{
        width:500px;
    }
}
.icn{
	width: 12%;
	height: auto;
	margin-right: 5%;
	vertical-align: middle
}


.cosme_list{
	margin-bottom: 10%;
	overflow: hidden
}
.cosme_list li{

	position: relative;
	clear: both
}
.cosme_list .cimg{
	float: left;
	width: 50%;
	margin-right: 3%
}
.swiper-container {
  width: 100%;
  height: auto;
  padding-bottom: 10%;
}
.swiper-container p{
	font-size:1.2rem;
	padding-top: 1%;
}

table.ta1{
	margin-bottom: 10%
	
}
table.ta1 td,
table.ta1 th{
	padding: 1%;
	font-size: 1.3rem;
	border-bottom: 1px solid #ccc;
}
table.ta1 th{
	background: #eee;
	padding: 1% 14px
}

.row{
	overflow: hidden;
}
.grid-50-100{

}
.grid-50-100 .col{
	width: 100%;
}
.pd20{
	padding:15px;
}
@media screen and (min-width: 769px){
.grid-50-100{
	overflow: hidden
}
.grid-50-100 .col{
	width: 48%;
	float: left
}
.grid-50-100 .col:last-child{
	float: right
}
}

/* タブレット縦以上　769以上 */
@media screen and (min-width: 769px){

html{
    font-size: 10px;
}
body{
  font-size: 1.6rem;
}

}