/*  基本背景カラー　：　#FFFFFF　*/
/*  基本文字色　：　#470031　*/
/*　　グラデーション　linear-gradient　*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* リセット */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}

ul{
	list-style:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

caption,th{
	text-align:left;
}

q:before,q:after{
	content:'';
}

object,embed{
	vertical-align:top;
}

legend{
	display:none;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

img,abbr,acronym,fieldset{
	border:0;
}



/* サイトベース設定 */

body{
    font: 14px/1.9;
/*	font-size:16px; */
/*	line-height:1.9; */
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
	line-height:180%;

	
/* ▼文字色はここを変更 */
	color: #470031;
	
/* ▼背景色はここを変更 */
	background: #FFFFFF;

}

a{
/* ▼文字色はを変更したらここも変更 */
	color: #470031;
	text-decoration: none;
}

a:hover, .active, .visited{
/* ▼文字色はを変更したらここも変更 */
	color: #470031;
	text-decoration: underline;
}


a:active, a:focus,input:active, input:focus{
	outline:0;
}

#container {
 	overflow:hidden;
 
}

/* 改行
------------------------------------------------------------*/
.br-pc{
	display:block;
}
.br-sp{
	display:none;
}


/* ボタン
------------------------------------------------------------*/
.bnt{
	width:12em;
	color:#FFFFFF;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    text-align: center;
	font-size:90%;
	background: linear-gradient(135deg,#b80257,#fc7fb6);
/*    background: #FF71A0; */
    border-radius: 20px;
    -webkit-border-radius: 20px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 20px;/* for Firefox 対応*/
	margin:35px auto;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}

.bnt_img{
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}

.bnt2{
	width:30em;
	color:#FFFFFF;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    text-align: center;
	font-size:90%;
	background: linear-gradient(135deg,#b80257,#fc7fb6);
/*    background: #FF71A0; */
    border-radius: 20px;
    -webkit-border-radius: 20px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 20px;/* for Firefox 対応*/
	margin:35px auto;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}

.bnt2_img{
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}



/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
/* ▼文字色はを変更したらここも変更 */
	color: #470031;
}

#secondimg{
	position: relative;
	overflow: hidden;
	width: 100%;

}

#msecondmg img{
	position: absolute;
	left: 50%;
	max-width: 1280px;
	width: 1280px;

	margin-left: -640px;
}

/* フッター
------------------------------------------------------------*/

#footer{
	width:100%;
	background-color: #fceecc;
	padding:20px 0;
}


#footer_in{
	max-width:960px;
	margin:0 auto;
}

.row_footer {
    display: flex;
}

.col_footer {
    width: 100%;
    margin-left: 20px;
}

.col_footer li{
	list-style-type: none
}

.col_footer li span{
	color: #000095;
	font-weight:bold;
	font-size:1.1em;
	border-bottom:#000095 1px dashed;
}

#footer p.copy{
	margin-top:2em;
	text-align:center;
	font-size:0.7em;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 95%;
	margin: 0 auto 40px;
	font-size: 25px;
	font-weight:bold;
	text-align: center;
	background-size: 1px 1px;
}

/* ▼サブタイトルの設定 */
section h2 span {
	color:#470031;
	background: #fffffff;
	padding: 0 auto;
}

/* ▼コンテンツ幅大 */
.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* ▼コンテンツ幅小 */
.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
}


/* ▼サブタイトル */
h3 {
	min-width: 256px;
	width: auto;
	background: #3399CC;
	font-size: 1.3em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin: 0 auto 40px auto;
	padding: 10px 30px;
	clear: both;
	font-weight: normal;
	display: table;
	text-align: center;
}

h4 {
	width: auto;
	font-size: 1.3em;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #3399CC;
	display: table;
	margin: 0 auto 40px auto;
	text-align: center;
	clear: both;
	font-weight: normal;
}



/* ▼印象的サブタイトル*/
h5 {
	clear: both;
	max-width:1000px;
	font-size: 1.1em;
	padding: 10px 20px;	
	background: url(../img/h5_bg2.png) no-repeat right center, linear-gradient(135deg,#b80257,#fc7fb6);;
	color: #FFFFFF;
	border-radius: 10px 0 0 0;
	margin: 20px auto;
	
}



.u2 {
	border-bottom: double 6px orange;
}


/* テーブルレイアウト（一般的）
------------------------------------------------------------*/

.second_infotable{
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
	margin-bottom:50px;

}

.second_infotable table{
	width:100%;
}

.second_infotable th{
	padding:15px;
	background-color:#E8E5E5;
	width:30%;
	text-align:left;
	font-weight:bold;
	vertical-align:top;
	border:1px solid #CCCCCC;
}

.second_infotable td{
	padding: 15px;
	border:1px solid #CCCCCC;
	text-align:left;
}

	/* 店舗情報*/
	div.shop-info{
		border: 1px solid #dcdcdc;
		padding: 15px;
		clear: right;
		margin-right:4em;
		margin-left:4em;
		}
	.shop-info dt{
		color:rgb(0,162,131);
		clear:left;
		float: left;
		width: 5em;
		font-weight: bold;
		margin: 2em 0 0 0;
		}
	.shop-info dd{
		margin: 0px 0 0 6em;
		}


/* テーブルレイアウト（横長）
------------------------------------------------------------*/

.second_infotable02{
	width:100%;
	margin-bottom:20px;
}

.second_infotable02 th{
	width: 13%;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color:#E8E5E5;
	text-align:center;
}

.second_infotable02 td{
	text-align: center;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.second_infotable02 td:first-child {
	text-align: left;
}

	.shop-item{
		width: 30%;
		float:left;
		margin:1em 1.6% 1em;
		}
		
	.shop-item-p{
		text-align:center;
		}


@media only screen and (max-width: 800px) { 
  .second_infotable02 { 
    display: block; 
    width: 100%; 
    margin: 0 -10px;
  }
  
  .second_infotable02  thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
  }
  .second_infotable02  tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
  }
  .second_infotable02  th{ 
    display: block;
    width:auto;
  }
  .second_infotable02  tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  .second_infotable02  td{ 
    display: block;
  }
  
  	/* 店舗情報*/
	div.shop-info{
		border: 1px solid #dcdcdc;
		padding: 15px;
		clear: right;
		margin-right:1em;
		margin-left:1em;
		}
	.shop-info dt{
		color:rgb(0,162,131);
		clear:left;
		float: left;
		width: 5em;
		font-weight: bold;
		margin: 2em 0 0 0;
		}
	.shop-info dd{
		margin: 0px 0 0 6em;
		}
		
	.shop-item{
		width: 45%;
		float:left;
		margin:1em 2% 1em;
		}
		
	.shop-item-p{
		text-align:center;
		}

}


/* 写真のリスト3カラム
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#gallery-col3{
	padding:0 20px;
}

#gallery-col3 li{
	float: left;
/* ▼カラムの増減はここを変更 */
	width: calc(95%/3);
	line-height: 0;
	padding:5px 5px;
}

#gallery-col3 img{
	width: 100%;
	height: auto;
	margin-bottom:em;
}

#gallery-col3 p{
	margin-top:1em;
	}


/* 写真のリスト2カラム
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#gallery-col2{
	padding:0 20px;
}


#gallery-col2 li{
	float: left;
	
/* ▼カラムの増減はここを変更 */
	width: calc(100%/2);
	line-height: 0;
}

#gallery-col2 img{
	width: 100%;
	height: auto;
}


/* 写真のリスト4カラム
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}


#gallery-col4{
	padding:0 20px;
}


#gallery-col4 li{
	float: left;
	
/* ▼カラムの増減はここを変更 */
	width: calc(100%/4);
	line-height: 0;
}

#gallery-col4 img{
	width: 100%;
	height: auto;
}


/* １カラムレイアウト（画像）
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}



/* 画面全体写真１枚掲載レイアウト
------------------------------------------------------------*/
#secphoto{
	padding:0 20px;
}

#secphoto img{
	width: 100%;
}


/* ぽっぷあっぷ
------------------------------------------------------------*/
/* 全体設定 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
  height: 40vw;
  overflow-y: scroll;
  z-index: 10;
}
/* チェックボックスの初期設定 */
#popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}

/* ポップアップウインドウの設定sp */
.popupsp {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 73vw;
  height: 120vw;
  overflow-y: scroll;
  z-index: 10;
}
/* チェックボックスの初期設定 */
#popup-onsp{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-onsp:checked + .popupsp{
  display: block;
}

/* ポップアップの内容 */
.popup-contentsp{
  margin: 40px auto 40px auto;
  width: 90%;
}


/* 3カラムレイアウト
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 0px 0px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #;
}

/* 2カラムレイアウト
------------------------------------------------------------*/

.col2 img{
	display: block;
	margin: 0 auto 5px;
}

.col2 li{
	line-height: 2.0;
}

.col2 .img{
	padding: 0px 0px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #;
}


/* トップに戻るボタン
------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-size: 77%;
}


#page-top a {
/* ▼背景色を変えたい場合はここを変更 */
    background: linear-gradient(135deg,#b80257,#fc7fb6);
    text-decoration: none;
/* ▼文字色を変えたい場合はここを変更 */
    color: #fff;
/* ▼ボタンサイズを変えたい場合はここを変更 */
    width: 60px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}

#page-top a:hover {
    text-decoration: none;
/* ▼マウスオーバーした時の背景色を変えたい場合はここを変更 */
    background: #bc8f8f;
}



/*丸い背景に文字
------------------------------------------------------------*/

.circle1{
  display: inline-block;
  color:white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: red;
  text-align:center;
  line-height: 2em;
  margin-right:1px;
}
.circle2{
  display: inline-block;
  color:white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: orange;
  text-align:center;
  line-height: 2em;
  margin-right:1px;
}
.circle3{
  display: inline-block;
  color:white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: yellow;
  text-align:center;
  line-height: 2em;
  margin-right:1px;
}
.circle4{
  display: inline-block;
  color:white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: green;
  text-align:center;
  line-height: 2em;
  margin-right:1px;
}
.circle5{
  display: inline-block;
  color:white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: blue;
  text-align:center;
  line-height: 2em;
  margin-right:1px;
}
.circle6{
  display: inline-block;
  color:white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: purple;
  text-align:center;
  line-height: 2em;
  margin-right:1px;
}


/* レスポンシブ 設定
------------------------------------------------------------*/


@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
	
		/* 店舗情報*/
	div.shop-info{
		border: 1px solid #dcdcdc;
		padding: 15px;
		clear: right;
		margin-right:4em;
		margin-left:4em;
		}
	.shop-info dt{
		color:rgb(0,162,131);
		clear:left;
		float: left;
		width: 5em;
		font-weight: bold;
		margin: 2em 0 0 0;
		}
	.shop-info dd{
		margin: 0px 0 0 6em;
		}
	
	
	.shop-item{
		width: 30%;
		float:left;
		margin:1em 1.6% 1em;
		}
		
	.shop-item-p{
		text-align:center;
		}
		
}



@media only screen and (min-width: 800px){
	body{
		font-size:16px;
	}
	
	a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}

	
	/* 3カラム
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 1.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	
	/* 2カラム
	-----------------*/
	.col2{
		text-align: center;
	}

	.col2 li{
		display: inline-block;
		width: 43%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	.shop-item{
		width: 30%;
		float:left;
		margin:1em 1.6% 1em;
		}
		
	.shop-item-p{
		text-align:center;
		}
	

}






@media only screen and (max-width: 640px){

/* ▼コンテンツ幅小 */
	.innerS{
		width: 94%;
		margin: 0 auto;
		padding-bottom: 50px;
}

	.col3 li{
		line-height: 1.7;
	}
	
	.col3 img{
		
		margin: 0 auto;
	}
	
	.col3 .img{
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.col2 li{
		line-height: 1.7;
	}
	
	.col2 img{
		margin: 0 auto;
	}
	
	.col2 .img{
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.bnt2{
			width:15em;
	}
	
	#gallery-col2 li{
		float: none;
		width: 100%;
	}
	
	#gallery-col4 li{
		float: none;
		width: 100%;
	}
	
/* テーブルレイアウト----------------------------*/

	.second_infotable{
		margin:0 0 30px 0;
	}
	
	.second_infotable th{
		width:90%;
		display:block;
		border:none;
	}

	.second_infotable td{
		width:100%;
		display:block;
		border:none;
	}
	
h5 {
	clear: both;
	width:90%;
	font-size: 1.1em;
	margin: 20px;
}
	



/* フッター
------------------------------------------------------------*/
#footer{
	width:100%;
	padding:10px 0;
	margin:a auto;
	text-align:center;
}


.row_footer {
    flex-wrap: wrap;
    margin-left:0;
}

.col_footer-sm-50 {
    width: 50%;
    margin-left: 0;
}


.col_footer-sm-50 li span{
	font-size:0.9em;

}


#footer p.copy{
	text-align:center;
}


	/* 店舗情報*/
	div.shop-info{
		border: 1px solid #dcdcdc;
		padding: 15px;
		clear: right;
		margin-right:1em;
		margin-left:1em;
		}
	.shop-info dt{
		color:rgb(0,162,131);
		clear:left;
		float: left;
		width: 5em;
		font-weight: bold;
		margin: 2em 0 0 0;
		}
	.shop-info dd{
		margin: 0px 0 0 6em;
		}

	.shop-item{
		width: 45%;
		float:left;
		margin:1em 2% 1em;
		}
		
	.shop-item-p{
		text-align:center;
		}


}

@media only screen and (max-width: 799px){
	#headerWrap{
		width: 100%;
		height: px;
		background: #FFFFFF;
		border-bottom: px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px auto auto auto ;
/*		max-height: 45px; */
/*		width: 80%; */
		width: auto !important;  
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

/* ▼スマホ用ボタンの設定-色変更 */
	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

/* ▼スマホ用ボタンの設定-色変更 */
	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #FFFFFF;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}

	.col2 li{
		margin: 50px auto 0 auto;
		display: block;
	}

	section{
		padding-top: 25px;
	}

	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {

		padding: 0 auto 30px;
	}
	
	#gallery-col3 li{
		float: none;
		width: 100%;
		padding-bottom:2px;
	}
	
	/* ▼改行 */
	.br-pc{
		display:none;
		}
	.br-sp{
	display:block;
		}

	
		/* 店舗情報*/
	div.shop-info{
		border: 1px solid #dcdcdc;
		padding: 15px;
		clear: right;
		margin-right:1em;
		margin-left:1em;
		}
	.shop-info dt{
		color:rgb(0,162,131);
		clear:left;
		float: left;
		width: 5em;
		font-weight: bold;
		margin: 2em 0 0 0;
		}
	.shop-info dd{
		margin: 0px 0 0 6em;
		}
		
	.bnt2{
			width:15em;
	}



}