@charset "utf-8";
/* CSS Document */
/* @group Reset */



a { text-decoration : none}
ul, ol { list-style : none}
img { vertical-align : middle}
.wf-mplus1p { font-family: "M PLUS 1p";}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; font-weight:bold; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; font-weight:bold;  }
/* @end */

/*flotするとdivから出る場合の解除*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}



/* @group Fluid-img */

img { max-width : 100%}
.img_topics{
	width:50%;
	
	text-align:center;
	}
	
.pagewrap{
	padding-top:50px;
	margin-bottom:100px;
	height:auto;	
	}	
/*最小*/
@media screen and (max-width: 839px) {
	
	.img_topics{
	width:80%;
	text-align:center;
	margin-left:-20px;
	}

}


/* @end */


/* @group HTML */

html {
}


/* @end */




body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#D4EAE8;
	color:#333;
	font-size:90%;
	line-height:1.75em;
}
#container{
	width:90%;
	/*padding:20px;*/
	margin:0 auto;
	background-color:#f9f6f1;
	
	
	}
	
	
@media screen and (min-width: 1000px) {
#container{
	width:70%;
	/*padding:20px;*/
	margin:0 auto;
	background-color:#f9f6f1;
	
	
	}	
	
	
	}	

.font_ym{font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", 'Hiragino Mincho Pro', 'MS Mincho','HiraMinProN-W3', serif !important;x}


.2em{
	font-size:2em;
	
	}
	
	
	
h1{
	
font-weight:bold;

	
	}
	
.index_top{/*検索用テキスト*/
	font-size:9px;
	font-weight:lighter;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#999;
	text-align:left;
	margin:0 10px;
	
	
	}
@media screen and (max-width: 1000px) {
		
	
.index_top{/*検索用テキスト*/
	font-size:7px;
	line-height:1.5em;
	font-weight:lighter;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#999;
	text-align:left;
	margin:5px 10px;
	
	
	}	
}
	
.coment p{
   font-size: 120%;
	line-height:1.5em;
	
	}
			

a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}



a{/*リンクされた文字*/
	/*font-size:108%;*/

   /* color:#030;*/
    font-style:normal;
   /* text-decoration:underline;*/

}
a:link {/*未訪問のリンク*/
	/*font-size:108%;*/
	/*line-height:25px;*/
   /* color:#470505;*/
    font-style:normal;
    /*text-decoration:underline;*/
}
a:visited {/*訪問後のリンク*/
	/*font-size:108%;*/
	/*line-height:25px;*/
   /* color:#470505;*/
   /* text-decoration:underline;*/
}
a:hover {/*マウスをのせたとき*/
	/*font-size:108%;*/
	/*line-height:25px;*/
    color:#000;
    font-style:normal;
    /*text-decoration:underline;*/
}	


@media screen and (max-width: 1000px) {
	
	
	
	a{/*リンクされた文字*/
	font-size:108%;

   /* color:#030;*/
    font-style:normal;
   /* text-decoration:underline;*/

}
a:link {/*未訪問のリンク*/
	font-size:108%;
	/*line-height:25px;*/
   /* color:#470505;*/
    font-style:normal;
    /*text-decoration:underline;*/
}
a:visited {/*訪問後のリンク*/
	font-size:108%;
	/*line-height:25px;*/
   /* color:#470505;*/
   /* text-decoration:underline;*/
}
a:hover {/*マウスをのせたとき*/
	font-size:108%;
	/*line-height:25px;*/
    color:#000;
    font-style:normal;
    /*text-decoration:underline;*/
}
}

/* @group Header */

header {
	text-align : center;
	/*padding-top : 1.5em;*/
}

header h1 { margin-bottom : 0.5em;}

header h2{
	margin-top:2em;}

.bk{
	color:#000;
	
	}
	
.white{
	color:#FFF;
	
	}
.yellow{
	color:#FC0;
	
	}	
	
.red{
	color:#CB1C1D;
	
	
	}

.pink{
	color:#f9d6e5;
	
	}
.rp{
	color:#CB1C1D;
	
	}	
	
.bg_w{
	background-color:#FFF;
	padding:10px;
	
	}	



/* @end */


.wrapper{
	width: 90%;
	margin:0 auto;
	}
	
	.content {
	/*background:#E8FFFF;*/
	/*padding:30px;*/
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}



.catch	{
	width:100%;
	/*background-color:#470505;*/
	/*color:#FFF;*/
font-size:2em;
line-height:1.5em;
	
	}


.under{
	background: linear-gradient(transparent 70%, #FC0 70%);
	}

/*ふわっとでてくるsection*/

section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5%;
  box-sizing: border-box;
}
 
section div {
  width: 23%;
  height: 300px;
  margin: 0 0 2.5vw;
  padding: 3%;
  box-sizing: border-box;
  background: #09c;
}



/*ふわっとアニメーション*/
.sa {
  opacity: 0;
  transition: all .5s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}



/*//ふわっと*/



/*ふきだし*/
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em ;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 60%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #1b66fe;
  box-sizing: border-box;
  border-radius: 15px;
  line-height:1.75em;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #1b66fe;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 20px;
}



/*最小 ふきだし*/
@media screen and (max-width: 767px) {
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1em 1.5em 1em -1em ;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #FFF;
  border: solid 2px #1b66fe;
  box-sizing: border-box;
  border-radius: 20px;
  line-height:1.6em;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;

}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #1b66fe;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 20px 0;
}


}

/*//ふきだし*/






.footer{
	width: 100%;
	background:#9ED0D8;
	
	color:#333;
	
}

			.footer p{
				padding:20px;
				text-align:center;

	
	
	}



/*header_ナビゲーションバーの設定*/	
/*PCヘッダーの幅*/
.inner {
	width: 100%;
	margin: 0 auto;
}
/*.inner:after {
	content: "";
	clear: both;
	display: block;
}*/




	
/* header */



/* Fixed スクロール固定*/
#top-head.fixed {
	width:100%;
	margin-top: 0;
	top: 0;
	left:0;
	right:100;
	position: fixed;
	/*padding-top: 40px;*/
	height: 50px;
	padding: 0px 0;
	line-height: 1;
	z-index: 999;
	
	
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 20px;
	color: #333;
	margin-top:-20px;
	display:inline;
}


/*最小*/
@media screen and (max-width: 1000px) {
	#main-visual {
		height: 500px;
		z-index:999;

	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
		z-index:999;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0px;
		background: transparent;
		/*background:rgba(255,255,255,0.7);*/
		height: 56px;
		z-index:999;
	}


	#mobile-head {
	
		width: 100%;
		/*height: 56px;*/
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
	margin-top:10px;
		color: #333;
		font-size: 18px;
	}
/*モバイルフレックス時のずれ対策*/
#top-head.fixed .logo{

	display:inline;

	}
	

	
.catch	{
	width:100%;
	/*background-color:#470505;*/
	/*color:#FFF;*/
font-size:1.5em;
line-height:1em;
	
	}



}

/*///ヘッダーナビ*/
	
	
	
	
	/*PC　フォント*/
@media screen and (min-width:1024px) {
p.topics{
	padding:1em 0em 2em 0em;
	text-align:center;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	line-height:1.75em;
	font-weight:300;

	
	
	}
h1{
	text-align:center;
display: block;
	margin-top:50px;
	margin-bottom:20px;
padding: 0.5em 0;/*上下の余白*/
/*border-top: solid 3px #98c845;/*上線*/
/*border-bottom: solid 3px #98c845;/*下線*/
/*margin-bottom:1em;*/
	font-size:2em;
	/*color:#000;*/
	/*line-height:1.5em;*/
}

		}
		
/*中間ブラウザ　フォント*/		
		
				

			
			.footer p{
				padding:20px;
	
	
	}

			
			
		}

/*中間ブラウザフォントここまで*/

/*最小ブラウザフォント*/
		@media screen and (max-width: 540px) {
			

	
	
	.footer{

max-width:90%;
	margin-top:7em;
			}
			
			.footer p{
	max-width:90%;
	margin:0 auto;
	font-size:70%;
	line-height:1.75em;
	
	
	}	
			




			
				/*回り込み*/

	 .right{
		 display:none;
	}
	
	.left{
	text-align:center;
	margin:0 auto;
	padding-bottom:2em;
	}
	h1{
	text-align:center;

	}
h2{
	text-align:center;
	}	
.clear{
	clear:both;
	}	
		
.item{
	width:32%;

	
	}
	
/*ヘッダー画像の文字サイズ*/	
#title_img{
	font-size:50%;
	top: 50%;
	left: 0%;
	
	}
	


				
		}
/*ここまで最小ブラウザ font	*/

		
/*回り込み*/
.right{
	float:right;
	
	}
.side_right	{
	float:right;	
	
	}	
.left{
	float:left;
	
	}	
.clear{
	clear:both;
	}
	

	
/*画像均一*/

.menu{
	margin-bottom:2em;
	
	}
.item img{
	width:100%;
	height:100%;
	
	}
.item{
		/*width:32%;*/
  display: inline-flex;
justify-content: space-between;	
	}
	
	
/*top_title画像文字*/	
#index_img {/*親div*/
  position: relative;/*相対配置*/

  }	
  
#index_img .top_logo{
	z-index:999;
 position:absolute;

  }	

	
/*タイトル画像文字*/	
#title_img {/*親div*/
  position: relative;/*相対配置*/
  }	
  
#title_img p {
 position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
 top: 50%;
  left: 30%;
  -ms-transform: translate(-50%,-30%);
  -webkit-transform: translate(-50%,-30%);
  transform: translate(-50%,-30%);
  margin:0;
  padding:0;
  font-weight: bold; /*太字に*/
  font-size: 300%;/*サイズ2倍*/
  font-family :"游明朝", Times, serif;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  }

/*#title_img img {
  width: 100%;
  } */
  
  
	
/*topic*/
.topics{
	padding:1em 0em 2em 0em;
	text-align:center;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	line-height:1.75em;
	font-weight:300;

	
	
	}
.topics h1{
	text-align:center;

padding: 1em 0;/*上下の余白*/
/*border-top: solid 3px #98c845;/*上線*/
/*border-bottom: solid 3px #98c845;/*下線*/
/*margin-bottom:1em;*/
	font-size:180%;
	/*line-height:1.5em;*/
}




/*最小topics*/
@media only screen and ( max-width: 767px ) /* 640 */
		{
		
	.topics h1{
	text-align:center;
	font-size:90%;
/*padding: 0.5em 0;/*上下の余白*/
/*border-top: solid 3px #98c845;/*上線*/
/*border-bottom: solid 3px #98c845;/*下線*/
/*margin-bottom:1em;*/
	/*font-size:150%;*/
	
	
}
			
			}


/*画像並べる*/
.flex{
	width:50%;
	margin:0 auto;

	}
.flex dl{

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: center;
	/*margin-top: 20px;*/
	/*border-bottom: 1px solid #d4d4d4;*/

}
.flex dd{
	margin:0px 3px 6px 3px;}
/*.flex dl dt{
	font-size: 16px;
	width: 13em;
}

.flex dl dt span{
	margin-right: 8px;
	vertical-align: middle;
}*/

/*.flex dl dd{
	width: calc(100% - 13em);
	margin-left: 10px;
}*/
/*マップ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin:0 auto;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*/マップ*/

/*りんく*/
#link{
	text-align:center;

	
	}	

/*角丸枠（予約）*/
p .radius	{ border-radius: 30px;
border-color:#FFF;
	
	
	}
	
	
	
/*謎余白対策*/	
.wrap {
	overflow: hidden;
}

*{ margin: 0; padding:0;}







.top_img{
	/*opacity: 0.6;*/
	
	}
.o_f{	width: 100%;
  height: 100%;
  object-fit: cover;	
}
/*中間*/
@media screen and (max-width: 900px) {
.o_f{	width: 100%;
  height: 100%;
  object-fit: cover;	
}

#index_img .top_logo{
	z-index:999;
 position: absolute;/*絶対配置*/
 margin:5em;

  }	

}
/*最小*/
@media screen and (max-width: 427px) {
.o_f{	width: 100%;
  height: 100%;
  object-fit: cover;	
}

#index_img .top_logo{
	z-index:999;
 position: absolute;/*絶対配置*/
 margin:2em;

  }	
}




/*PRICE　値段表*/
.sub{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
	

.table_price{
	width:80%;
	margin:10px auto;
font-size: 1em;
border-collapse:separate;
	background-color:#FFF;
	/*padding:10px;*/
	border: 1px solid #FFF;
	line-height:1.75em;
	text-align:center;

}

.table_price th{
	background-color:#f9d6e5;
	vertical-align:middle;
	padding:5px 10px;
	text-align:center;
	line-height:1.75em;
}
.table_price td{
	border-bottom: 1px solid #ccc;
	padding:5px 10px;
	text-align:center;
	line-height:1em;
	padding:10px;
	}


.table_price p,
.table_price li {border: 1px solid #333;

}
.table_price ul{ padding-bottom:15px;}


	
	
	
@media screen and (max-width: 1000px) {
	.sub{	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


.table_price{ width:100%; }


.table_price td{
	font-size: 0.8em;
	line-height:2em;
}




}
.salon{margin:2em 0 1em 0;}


/*バックグラウンド*/
.bg_al80{
	background-image:url(img/bg_al80.png);


}
/*角丸*/
.maru{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	}
/*テーブル*/

	
	


/*マップ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width:60%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*最小*/
@media screen and (max-width: 767px) {
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width:100%;
}
	

}	


/*/マップ*/



.minbox{
	background-color:#FFF;
	width:60%;
	border:#FFF solid thin;
	/*border-radius:15px;*/
	margin:0 auto;


	
	}
	
p.minbox{
	padding:20px;
	}
	
#access img{
	width:60%;
margin:0 auto;
	}
.minbox p{
	padding:20px;
	line-height:1.75em;


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

.minbox{
	background-color:#FFF;
	width:100%;
	/*最小*/

	
	}
	
#access img{
	width:100%;	
	
}





	}
	
	
	
	
	
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
	text-align:left;
    max-width: 400px;/*最大幅*/
	
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ffba47;
    font-weight: bold;
    background: #fff2cc;
    cursor :pointer;
    /*transition: all 0.5s;*/
}

/*アイコンを表示*/
.accbox label:before {
    content: '+';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffe9a9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
   /* transition: 0.8s;*/
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '-';
}







.coment{
	padding:20px 0;
	text-align:center;
	background-color:#FFF;
	width:100%;
	margin:0 auto;
	margin-top:10px;
	
	

	
	
}
.coment p{
	padding:10px;
	
	
	}


.mf{
	margin-top:100px;
	width:50%;
	margin:100px auto;
	
	
	}
.mf h1,h2{
	text-align:center;
	line-height:2em;
	
	}	
.mf ul{
	float:right;
	
	}
	
	

@media screen and (max-width: 600px) {
	
	
	
	
	.mf{
	margin-top:100px;
	width:90%;
	margin:100px auto;
	
	
	}
.mf h1{
	text-align:center;
	line-height:2em;
	font-size:1.2em;
	
	}	
.mf h2{
	text-align:center;
	line-height:2em;
	font-size:0.9em;
	
	}		
	
.mf ul{
	float:none;
	font-size:0.7em;
	}





	
}


table td {
	background: #eee;
}
table tr:nth-child(even) td {
	background: #fff;
}

.gen{
	background-color:#FFF;
	
	}
	
.bold{
	font-weight:bold;
	color:#C00;
	}	
	
	
	
.price{
	padding-bottom:20px;
	font-size:120%;
	 margin:0 auto;
	 
	}
	
	
	.price ul {
  font-size: 0;
  text-align: center;
}

.price li {
  display: inline-block;
  font-size:14px;
  padding: 0 10px;
  border-left:5px solid #333;
  width:20%;
}
@media screen and (max-width: 1000px) {
	.price li {
  display: inline-block;
  font-size:14px;
  padding: 0px 10px;
  border-left:5px solid #333;
  margin-bottom:2px;
  width:50%;
}
}

@media screen and (max-width: 1000px) {
.box h1{
    font-size: 2em;
	line-height:1.2em;
	display: block;
	margin-top:50px;
	margin-bottom:20px;
	/*color:#000;*/
	
	}






	
	
.coment p{
   font-size: 90%;
	line-height:1.5em;
	
	}
	
}

.inst{
	width:50%;
	margin:0 auto;
	
	
	}

@media screen and (max-width:1000px) {
.inst{
	width:100%;
	
	
	}
}




/*ボタン*/
.btn-square-pop {
	width:85%;
  position: relative;
  display: inline-block;
 /* padding: 0.5em 0.5em;*/
  text-decoration: none;
  color: #FFF;
  font-size:200%;
  line-height:2em;
  background:#CB1C1D;/*背景色*/
  border-bottom: solid 2px #300;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  padding:40px;
  margin-top:20px;
  margin-bottom:20px;

}
.btn-square-pop:link {
	color:#FFF;}
	
.btn-square-pop:active {
	color:#FFF;
  border-bottom: solid 2px #cc6699;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop:hover {
	color:#FFF;}



.re_btn-square-pop {
	width:200px;
  position: relative;
  display: inline-block;
 /* padding: 0.5em 0.5em;*/
  text-decoration: none;
  color: #333;
  font-size:100%;
  line-height:2em;
  background:#FF6;/*背景色*/
  border-bottom: solid 2px #F96;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  padding:20px;
  
  margin-bottom:10px;

}
.re_btn-square-pop:link {
	color:#333;}
	
.re_btn-square-pop:active {
	color:#333;
  border-bottom: solid 2px #cc6699;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.re_btn-square-pop:hover {
	color:#F96;}






/*最小*/
@media screen and (max-width: 1000px) {
	
.btn-square-pop {
	width:60%;
  position: relative;
  display: inline-block;

  text-decoration: none;
  color: #FFF;
  font-size:200%;
  line-height:1.5em;
  background:#CB1C1D;/*背景色*/
  border-bottom: solid 2px #260000;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  padding:40px;
  /*margin:20px;*/

}
}












/*レビュー*/

.re_body{
	background-color:#EEE;
	color:#333;
	padding:20px;}
	
.re_com{
	
	
	}	






	
/*ふわふわ*/	
.fuwafuwa { 
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate; 
}  

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);} 
}

  @keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);} 
}	


/*ぶるぶる*/	
.buruburu {
    -webkit-animation:buruburu 0.1s infinite linear alternate;
    animation:buruburu 0.3s infinite linear alternate;
}

@-webkit-keyframes buruburu {
    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes buruburu {
    0% {transform:translate(0, 0) rotate(-3deg);}
    50% {transform:translate(0, -1px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}




/*ぽわん*/

.pwn{animation: fluffy1 3s ease infinite;
margin-top:0.5em;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

/*ななめ*/
.rot{
  transform: rotate(-4deg);
}




/*画像並べる*/

.flex{
	width:80%;
	margin:0 auto;

	}


.flex dl{
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	/*justify-content: flex-start;*/
	justify-content: center;
	/*margin-top: 20px;*/
	/*border-bottom: 1px solid #d4d4d4;*/

}
.flex dd{
	margin:0px 3px 6px 3px;}
/*.flex dl dt{
	font-size: 16px;
	width: 13em;
}

.flex dl dt span{
	margin-right: 8px;
	vertical-align: middle;
}*/

/*.flex dl dd{
	width: calc(100% - 13em);
	margin-left: 10px;
}*/


/*画像とテキスト*/
.img_text{
	margin:0 auto;
	margin-bottom:20px;
	clear:both;
	background:#FFF;
	/*width:60%;*/
	}

.img_text h2{
	padding:20px 0px 10px 40px;
	text-align:left;
	}
	
	.img_text p{
		padding:20px;
	}


.img_text img{
	float: left;
   width: 30%;
   margin:0px 20px 100px 50px ;	
	
	}

.img_text p{
	text-align:left;
	}
	
	
	@media screen and (max-width: 1000px) {
.img_text{
	clear:both;
	background:#FFF;
	width:90%;


	}
	
.img_text img{
 width: 100%;
 margin:0px 0px 20px;	

	}	
	
.img_text h2{
	padding:40px 0px 40px 20px;
	text-align:center;
	font-size:120%;
	}
		

	.img_text p{
		padding:0px 20px 20px 20px;
	}
		
	}









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



/*ナビゲーションバー*/
#nav_bg{
	width:100%;
	height:3em;
	/*background-color: #a40000;*/
	position:relative;
	/*top:3.7em;*/
	
	}
#nav_wap{
		position:relative;
		top:-3em;
	}

#nav
		{
			width:100%; /* 1000 */
			font-family:"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", 'Hiragino Mincho Pro', 'MS Mincho','HiraMinProN-W3', serif;
			font-size:90%;
			font-weight:bold;
			position:relative;
			margin: 0 auto;
			/*margin-left: -30em; /* 30 480 */
			z-index:999;
			margin-top:0px;
			margin-bottom:20px;
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a/*フォント設定*/
				{
					color:#CB1C1D;
					display: block;
					text-decoration:none;
					font-weight:bold;
				}
				#nav li a:hover
				{
					color: #41210D; !important;
				}
				
				#nav li a:active
				{
					/*background-color: #c00*/ !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				/*border-top-color: #efa585;*/
				content: '';
				vertical-align: middle;
				display:none;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				
				height: 3em; /* 60 */
				/*background-color: #a40000;*/
				list-style:none;
			}
				#nav > ul > li/*タイトルの幅*/
				{
					width: 16%;
					height: 100%;
					float: left;
					
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1.5em; /* 24 */
						line-height: 2.5em; /* 60 (24) */
						text-align: center;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							/*border-right: 1px solid #710000;*/
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							/*background-color: #CCC;*/
						}


				/* second level　下層部分 */

				#nav li ul
				{
					background-color:#FFF;
					font-size: 1.2em; /* 24 */
						line-height: 1.7em; /* 60 (24) */
					display: none;
					/*position: absolute;*/
					top: 100%;
					list-style:none;
					/*margin:auto 0;*/
					/*padding-right:60px;*/
					
					opacity:0.9;
filter:alpha(opacity=90);
-ms-filter: “alpha( opacity=90 )”;
z-index:999;
					
					text-align:center;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							/*left: -1px;*/
						}
						#nav li ul a
						{
							font-size: 100%; /* 20 */
							/*border-top: 1px solid #a40000;*/
							padding: 0.75em; /*15 (20)*/
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								color:#333;
								/*background-color:#CCC;*/
							}

/* Toggle Button 三の時*/
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background:#666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}









/* Toggle Button-offバツの時 */
#nav-toggle-off {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle-off div {
	/*position: relative;*/
}
#nav-toggle-off span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle-off span:nth-child(1) {
	/*position:fixed;*/
	transform: rotate(135deg);
}
#nav-toggle-off span:nth-child(2) {
	position:fixed;
	top:0;
	transform: rotate(45deg);
}
#nav-toggle-off span:nth-child(3) {
	/*top: 22px;*/
}






/* アンダーバー */
#nav ul li:after {
	position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #41210D;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
}
#nav ul li:hover:after {
	background: #41210D;
	transform: scale(1, 1);
}




/*ナビゲーションバーつづき最小*/
@media only screen and (max-width: 1000px) /* 1000 */
		{
			


		
		#nav
			{
				width: 100%;
				position:relative;
				margin: 0;
				z-index:999;
				background-color:#FFF;
			
			}
			
			

			
			

			
			#nav
			{
				
				margin:auto 0;
				text-align:center;
				
				position:fixed;
				top:0;
				left:0;
opacity:0.9;
filter:alpha(opacity=90);
-ms-filter: “alpha( opacity=90)”;
z-index:999;
			}
				#nav > a
				{
					
					position: relative;
					margin:auto 0;
				text-align:center;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						
						
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				/*position: absolute;*/
				margin:auto 0;
				text-align:center;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
					
				}
					#nav > ul > li > a
					{
						height: auto;
						/*text-align: left;*/
						padding: 0 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							/*border-bottom: 1px solid #cc470d;*/
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
				}
		#nav-toggle {
		display: block;
	}		
#nav-toggle-off {
		display: block;
	}
	/* #nav-toggle */
	#nav-toggle-off span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);*/
	
	}
	#nav-toggle-off span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#nav-toggle-off span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);*/
	}
	/* #global-nav  */
	#global-nav-off {
		/* #global-nav top + #mobile-head height */
		/*-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);*/
	}



				
				
		}
		
		/*ナビゲーションバーここまで*/
		
		