@charset "utf-8";
/*html{
	background: url(/assets/img/top/top1000.png) no-repeat;
	background-position: top;
}*/

/*--- Font ---*/

@font-face{
  font-family: 'yumincho';
  src:url('/assets/fonts/yumincho.woff')format('woff'),
    url('/assets/fonts/yumincho.eot')format('oldIE'),
    url('/assets/fonts/yumincho.ttf')format('truetype');
}
@font-face{
  font-family: 'DancingScript-Regular';
  src:url('/assets/fonts/DancingScript-Regular.woff')format('woff'),
    url('/assets/fonts/DancingScript-Regular.otf')format('opentype');
}
@font-face{
	font-family: 'GenEiLateM';
 	src:url('/assets/fonts/GenEiLateMin_v2.woff')format('woff'),
  	  url('/assets/fonts/GenEiLateMin_v2.eot')format('oldIE'),
   	 url('/assets/fonts/GenEiLateMin_v2.ttf')format('truetype');
}

/*---Common---*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
html{
	font-size: 10px;
	font-family: yumincho,"メイリオ","ヒラギノ角ゴシック","MS Pゴシック",sans-serif;
	font-weight: 500;
}
body {
	width: 100%;
	margin: 0;
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #000;
	line-height: 2.2rem;
}
h1,h2,h3,h4,h5,h6,
div,p,a,ol,ul,table{
	margin: 0;
	padding: 0;
}

.container{
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.contents{
	padding-top: 30px;
	padding-bottom: 30px;
}
.content_wrap_wide{
	max-width: 940px;
	margin: 0 auto;
}
.content_wrap{
	max-width: 900px;
	margin: 0 auto;
}
.text_wrap{
	max-width: 800px;
	margin: 0 auto;
}
.flex_container,
.flex_container_cancellation_none{
	display: flex;
	margin: 0 auto;
}
.sp_only{
	display: none;
}
.pc_only{
	display: inline-block;
}

div,a,p,li,table{
	font-size: 1.4rem;
}
h1{
	font-size:  rem;
}
h2{
	font-size:  3.6rem;
}
h3{
	font-size:  2.7rem;
}
h4{
	font-size:  2.4rem;
	padding-top: 20px;
}
h5{
	font-size: 2.2rem;
}
.text_big{
	font-size: 4.5rem;
}
.text_middle_2{
	font-size: 2.5rem;
}
.text_middle{
	font-size: 2.0rem;
}
.text_small{
	font-size: 1rem;
}
.text_color_red{
	color: #a40000;
}

.img_right{

}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}

p{
	padding-top: 20px;
}
.main_capture{
	background: url(/assets/img/background/pink_bg.jpg);
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.text_hide{
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	height: 0px;
}
.text_bold{
	font-weight: bold;
}
.img_right{
	flex-direction: row-reverse;
}
/*---header---*/
header{
	height: 60px;
	/*background: url(/assets/img/header/header_bg.png) ;*/
	/*background: linear-gradient(180deg, #a31417, #000);*/
}
header .container{
	height: 100%;
	position: relative;
}
header div.logo{
	position: relative;
   	white-space: nowrap;
    height: 100%;
	width:20%;
	min-width: 200px;
	overflow: hidden;
	vertical-align: middle;
	}
header div.logo img{
	position: absolute;
	top: 50%;
	margin-top: -23px ;
	width:100%;
	height: auto;
}

header a{
	color: #fff;
}
header .social_nav{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: 40px;
}
header .social_nav li{
	margin: 0 5px;
    width: 30px;
    height: 45px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: -1px;
}
header .social_nav li a{
	padding-top: 30px;
    background-size: 25px;
    display: block
}
header nav{
	z-index: 100;
	width: 100%;
	position: absolute;
	bottom: 0;
}
header nav a {
	display: block;
	/*padding: 15px;*/
}
header nav ul{
	display:none;
	/*display: flex;*/
	width:80%;
	margin: 0px 0px 0px auto;
	justify-content: space-around;
}

header nav ul li{
	
} 

header nav ul li img{
	width: auto;
	height: 39.5px;
} 


header ul li.social_fb{
	background: url(/assets/img/icon/icon_fb.svg) no-repeat;
}
header ul li.social_insta{
	background: url(/assets/img/icon/icon_insta.svg) no-repeat;
}
header ul li.social_map{
	background: url(/assets/img/icon/icon_map.svg) no-repeat;
}
header ul li.social_tel{
	background: url(/assets/img/icon/icon_tel.svg) no-repeat;
}


/*---TOPページ---*/
/*--スライダー--*/
.slick-dots{
  display: flex;
  position: absolute;
  bottom: 2%;
  left: 40%;
  color: #999;
  list-style-type: none;
}

/*--ドット--*/
.slick-dots li:after{
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  box-shadow: 0 2px 5px #ccc inset;
  list-style-type: none;
  margin-bottom: 10px;
  margin-right: 15px;
}

.slick-dots li.slick-active:after{
  background-color: #ffcc99;
}

.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.top .slides img{
	vertical-align: bottom;
}

/*--インフォメーション--*/
/*ひし形*/

/*.defaultlist,
.defaultlist li{
  padding: 0px;
  margin: 0px;
}
*/
.defaultlist {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  list-style-type: none;
}
.defaultlist li{
  margin: 10px 0px;
}

.diamond li{
  position: relative;
  padding-left: 20px;
  line-height: 1.5rem;
}

.diamond li:after{
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
  width: 9px;
  height: 9px;
  top: 5px;
  left: 5px;
  transform: rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}
.information h2,
.information div{
	color: #602400;
	text-shadow: 0 0 4px #ffc13d;
}
.information h2{
	font-family: "DancingScript-Regular";
    padding-bottom: 5px;
}
.information div{
	font-size: 1.5rem;
	margin-top: -5px;
	font-family: "GenEiLateM";
}
.information_text{
	font-weight: bold;
	font-family: "GenEiLateM";
}

/*サークル　リンク*/
.category_img .flex_container_cancellation_none{
	justify-content: space-around;
}
.category_img .contents{
	padding-top: 35px;
	padding-bottom: 45px;
}
.category_img .flex_container{
	justify-content: space-around;
}
.category_img img{
	width:100%;
	height: auto;
}


.category_wrap{
	width: 180px;
}
.three_color{
	font-family: "DancingScript-Regular";
	font-size: 1.5rem;
	font-weight: bold;
	color: #090909;
	width: 140px;
	background-color: #aaa;
	margin: 0 auto;
	background: linear-gradient(
		90deg,#01561f 0, #01561f 30px,#fff 30px,#fff 110px, #a40001 110px);
	line-height: 1.3rem;
	padding-top: 5px;
}
.three_color span{
	color: #f40117;
	font-size: 1rem;
	font-family: "DancingScript-Regular";
}
/*technique*/
.technique .contents{
	padding-top: 15px;
    padding-bottom: 35px;
}
.technique h4{
	line-height: 4rem;
	padding-top: 30px;
}
.top .right_img{
	background: url(/assets/img/top/fastidiouspanel.png) no-repeat center right #000;
	color: #fff;
	background-size: contain;
}
.top_menu_link,
.menu_link{
	border: 1px solid #fff;
	text-align: center;
	max-width: 360px;
	width: 100%;
	padding: 0px;
	margin-top: 25px;
	vertical-align: middle;
}
.top .contents_left{
	width: 50%;
	padding-left:11%;
}
.top_menu_link a{
	padding: 15px;
	color: #fff;
	display: block;
}
.menu_link a{
	color: #fff;
	display: block;
}

.technique p{
	font-size: 1.2rem;
	padding-top: 25px;
}
/*--店舗情報--*/
.store_information .flex_container{
	justify-content: space-around;
}
.store_information .contents{
	padding-top: 50px;
}
.store_information .about{
	text-align: right;
}
.store_information img{
	max-width: 296px;
}
.store_information .gibier{
	width: 60px;
}
.store_information .about th{
	font-size: 1.5rem;
	color: #a40000;
}
.store_information .access{
	padding-top: 10px;
}
.about table{
	border: solid 2px #a40000;
	padding: 15px;
}
.about table tr td:first-child{
	text-align: left;
}
/*--footer--*/
footer{
	position: relative;
	background-color: #000;
	color: #fff;
	position: relative;
	text-align: center;
	height: 80px;
	padding-bottom:0;
}

.copyright{
	position: absolute;
	width:100%;
	bottom:0;
}

footer .flex_container{
	justify-content: space-around;
}
footer .calender {
	min-width: 220px;
	background: #fff;
}
footer .calender .mc-date.trigger {
	cursor: text;
}
footer .mc-main .mc_bottomnav .category-key a:hover,
footer .mc-main .mc_bottomnav .category-key a:focus {
	background: initial;
	text-decoration: none;
	cursor: text;
}
footer .text_color_red{
	color: #e60012;
	font-size: 1.7rem;
}
footer .mail_magazine_link{
	text-align: center;
	margin-top: 10px;
}
footer .mail_magazine_link a {
	padding: 10px;
	max-width: 180px;
	width: 100%;
	background-color: #a40000;
	display: inline-block;
}
footer .mail_magazine p{
	font-size: 1.2rem;
}
footer a{
	color: #fff;
	font-size: 1.1rem;
}
.go_top {
	background: url(assets/img/footer/icon_top.png) no-repeat center center;
	background-size: 100%;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 60px;
	max-height: 60px;
	position: fixed;
	bottom: 350px;
	right: 20px;
}
/*ハンバーガーメニュー*/

#nav_toggle{
	display: none;
}


/*----ブレークポイント----*/
@media only screen and (max-width:750px){
	.container{
		max-width: 750px
	}
	
	.sp_only{
		display: inline-block;
	}
	.pc_only{
		display: none;
	}
	.content_inner {
		width: 95%;
		margin: 0 auto;
	}
	.flex_container{
		display:  block;
	}
	.menu_link{
		max-width: 320px;
		width: 100%;
		margin: 10px auto;
	}
	img{
		width: 100%;
	}
	p{
		padding-right: 2vw;
		padding-left: 2vw;
	}


/*header*/

	header{
		height: 30px; 
	}
	header div.logo{
		min-width: 100px;
	}

	header div.logo img{
		position:absolute;
		top:80%;
		width:100%;
		height: auto;
	}
	
	
	header div.logo img{
/*
	margin-left: 2vw;
    width: 80px;
    height: 80px;
    display: block;
    background-size: 90%;
    background-position: center 10px;
    overflow: hidden;
		*/
	}
	.main_capture .defaultlist{
		width: 95%;
	}

/*スライダー*/
	.slick-dots{
		left: 30%;
	}
/*ハンバーガーメニュー*/
	nav{
		display: none;
		position: absolute;
		/*top:72px;*/
		width: 100%;
		background: #01561f;
		left: 0;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #fff;
		padding: 0px;
		height: 45px;
	}
	
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		padding: 0;
		display: block;
		line-height: 45px;
	}
	header nav {
		padding-bottom: 15px;
		bottom: initial;
	}
/*開閉ボタン*/
/*	#nav_toggle{
		display: block;
		width: 30px;
		height: 30px;
		top: 4px;
		z-index: 100;
		position: absolute;
		right: 20px;
		top: 30px
	}*/
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
/*	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}*/
	header nav ul li:nth-child(4) {
	    margin-left: 0px;
	}
	/*修正縮小*/
	header .social_nav li {
	    margin: 0 5px;
	    width: 20px;
	    height: 45px;
	    text-align: center;
	    font-size: 1.2rem;
	    letter-spacing: -1px;
	}
	header .social_nav {
	    margin-top: 10px;
  	  margin-right: 15px;
	}
	header .social_nav li a {
	    padding-top: 20px;
	    background-size: 25px;
	    display: block;
	}
	
	#nav_toggle {
		display: none;
	   /* display: block;*/
	    width: 25px;
	    height: 25px;
	    top: 4px;
	    z-index: 100;
	    position: absolute;
	    right: 20px;
	    top: 5px;
	}
	#nav_toggle span:nth-child(2) {
	    top: 8px;
	}
	#nav_toggle span:nth-child(3) {
	    top: 16px;
	}
/*サークル　リンク*/	
	.category_img .flex_container_cancellation_none{
		flex-wrap: wrap;
		margin: 0 auto;

	}
	.top .right_img{
		background-size: cover;
		background-position: right;
	}
	.top .contents_left{
		width: 95%;
		margin: 0 auto;
		padding:62% 0 0 0;
	}
	.category_wrap {
		padding-top: 20px;
	}

	/*technique*/
	.top .right_img{
	background: url(/assets/img/top/fastidiouspanel_s.png) no-repeat;
	background-size: contain;
	color: #000;
	}
	.technique .menu_link{
		border: solid 1px #000;
	}
	.top .right_img a{
		color: #000;
	}
	.top_menu_link {
		border-color: #000;
	}
	/*店舗情報*/
	.store_information .about,
	.instagram,
	.mail_magazine{
		text-align: center;
	}
	.instagram {
		margin-top: 30px;
	}
	.store_information table{
		width: 95%;
		margin: 0 auto;
	}
	footer .calender, 
	footer .mail_magazine,
	footer .map{
		width: 95%;
		margin: 0 auto;
		padding-top: 20px;
    	padding-bottom: 20px;
    	text-align: center;
	}
	footer .calender {
		background: #000;
	}
	
	footer .calender > div {
		width:220px;
		margin:0px auto;
	}

	footer #my-calendar {
		margin: 0 auto;
		border: 1px solid;
	}
	.mail_magazine_link{
		margin: 0 auto;
	}
	.copyright{
	}
}