@charset "UTF-8";
/* CSS Document */
  
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 1.8;
	font-family: 'Noto Sans JP',  'KozGoPro-Light', '小塚ゴシック Pro L', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'YuGothic', "メイリオ", 'Meiryo', sans-serif;
	font-weight: 300;
	position: relative;
	counter-reset: number 0;
	overflow:scroll;
	-webkit-font-smoothing: antialiased;
	animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	
	}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
		 
/*共通　文字
--------------------------------------*/
p {margin:0px;padding:0px;letter-spacing: 0.1em;}
h1 {margin:0px;padding:0px;font-weight:normal;}
h2 {margin:0px;padding:0px;font-weight:normal;}
h3 {margin:0px;padding:0px;font-weight:normal;}
h4 {margin:0px;padding:0px;font-weight:normal;}
div {margin:0px;padding:0px;}


.h14{
	font-size: 14px;
	line-height: 1.7;
	}
.h18{
	font-size: 18px;
	line-height: 1.7;
	}	
.h20{
	font-size: 20px;
	line-height: 1.7;
	}
.h22{
	font-size: 22px;
	line-height: 1.8;
	}
.h24{
	font-size: 24px;
	line-height: 1.8;
	}
.h28{
	font-size: 28px;
	line-height: 2;
	}
.h30{
	font-size: 30px;
	line-height: 2;
	}

/*リンク色
--------------------------------------*/
a {color: #333333; font-weight: normal; text-decoration: none;}
a:link {color: #333333; font-weight: normal; text-decoration: none;}
a:visited {color: #333333; font-weight: normal; text-decoration: none;}
a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;}
a:active {color: #333333; font-weight: normal; text-decoration: none;}

a.link_red:link { color: #e09396;}
a.link_red:visited{ color: #e09396;}
a.link_red:hover{ color: #e09396;}
a.link_red:active{ color: #e09396;}

a.imgov:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	cursor : pointer;
}

ul{
margin: 0px; /* 上下の余白削除 */
padding: 0px; /* 左の余白（箇条書きの「・」）削除 */
}

/*スタートロゴ
--------------------------------------*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 520px;
}
/*パンくず
--------------------------------------*/
.breadcrumbs {
    width: 100%;
	height:30px;
	padding: 5px 0px 0px 27px;
	overflow: hidden;
	font-size:12px;
	text-align:left;
	clear:both;
	color: #999999;
	}

.breadcrumbs a{
	color: #999999;
	}

/*共通　大枠
--------------------------------------*/
.container{
    width: 100%;
	margin: 0px;
	padding : 0px;
	overflow: hidden;
	clear:both;
	}
.contents{
    width: 100%;
	margin-top: 120px;
	padding : 0px;
	overflow: hidden;
	clear:both;
	}

.contents_inner{
	width: 800px;
	margin: 60px auto 0px auto;
	overflow: hidden;
	}

/*共通　タイトル テキスト
--------------------------------------*/
.subtitle{
    width: 100%;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	}
.subtitle2{
    width: 100%;
	margin-top: 50px;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	}
.text{
    width: 100%;
	margin: 40px 0px 0px 0px;
	overflow: hidden;
	}


/*ヘッダー
--------------------------------------*/
.head{
    width: 100%;
	margin: 0px;
	padding : 0px;
	clear:both;
	position:fixed;
	z-index: 8999;
	}
.logo{
    width: 50%;
	margin: 15px 0px 0px 20px;
	float: left;
	}
.head .logo a{
    width: 180px;
	}
.logo img{
    width: 185px;
	}

.menu{
    width: 310px;
	float: right;
}

.menu ul{
    width: 100%;
	list-style-type: none!important;
	}
.menu ul li{
	list-style-type: none!important;
	}
.menu ul li a{
    width: 84px;
	height:  84px;
	margin: -10px 7px 0px 7px;
	padding-top:  35px;
	background-color: #000000;
	filter: alpha(opacity=35);
	-moz-opacity:0.35;
	opacity:0.35;
	border-radius: 42px;
	color: #ffffff;
	font-size:13px;
	line-height: 1.4;
	text-align: center;
	float: left;
	overflow: hidden;
	}

.menu ul li a:hover{
	background-color: #000000;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	opacity:0.2;
	}

/*フッター
--------------------------------------*/
.foot{
    width: 100%;
	margin-top: 120px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 12px;
	}

/*トップページ
--------------------------------------*/	
.lineup{
	width: 100%;
	margin: 20px 0px 0px 0px;
	}
.lineup ul {
	width: 100%;
	justify-content: center; 
	display: flex;
    flex-wrap: wrap;
  justify-content: center;
	}

.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.lineup ul li{
	width: 217px;
	height: 217px;
	margin: 8px 8px 8px 8px;
	list-style-type: none!important;
	
	}
.lineup ul li img{
	width: 215px;
	height: 215px;
	display: block;
	}

/*about us
--------------------------------------*/
.cup_size{
	width: 100%;
	margin: 40px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	}
.cup_size img{
	width: 300px;
	text-align: center;
	overflow: hidden;
	}

/*個別ページ
--------------------------------------*/
.page{ width: 100%;}

.page .photo{
	width: 510px;
	height: 510px;
	margin: 120px auto 0px auto;
	}

.page .name{
	width: 100%;
	margin-top:50px;
	text-align: center;
	}
.page .name h1{
	font-size: 16px;
	}
.page .name p{
	font-size: 16px;
	}
.page .name .sponsore{
	width: 152px;
	font-size: 12px;
	margin: 10px auto 0px auto;
	padding:  5px 7px 5px 7px;
	background-color: #e09396;
	color: #ffffff;
	}
.page .detail_wrap{
	width: 100%;
	margin-top:60px;
	padding: 45px 0px 45px 0px;
	background-color: #f7f7f7;
	}

.page .detail_wrap .detail{
	width: 880px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	display:flex;
	}
.page .detail_wrap .detail .left{
	width: 180px;
	line-height: 1.6;
	font-size: 15px;
	text-align: left;
	border-right: solid 1px #e0e0e0;
	overflow: hidden;
	display: flexbox;
	}

.page .detail_wrap .detail .right{
	width: 700px;
	padding: 0px 0px 0px 75px;
	line-height: 1.6;
	font-size: 15px;
	text-align: left;
	overflow: hidden;
	display: flexbox;
	}

.page .itemlist{
	width: 260px;
	height: 60px;
	margin: 65px auto 0px auto;
	border: solid 1px #e6e6e6;
	background:url(../images/arrows_back.svg) no-repeat;
	background-size:10px auto;
	background-position: left 20px top 50%;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	display: block;
	}

/*slick
--------------------------------------*/	
.slick_container {
    width: 1120px; /* 任意の値 */
    margin:80px auto 0px auto;
    position:relative;
	clear:both;
}

 .slick-prev, .slick-next {
	width:30px; 
    height:80px!important;
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{
	width:15px;
	margin-top: 0px;
	}
.slick-prev img{
	width:15px;
	}
.slick-next{
	width:15px;
	margin-top: 0px;
	}
.slick-next img{
	width:15px;
	}

.slick-arrow{
	z-index:10;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	cursor : pointer;}


.slick-slide a{
    outline: none!important;
}


.banner_box{
	margin: 0px 5px 0px 5px;
	list-style:none;
	text-align:center;
	}
.banner_box img{
	width: 212px;
	height:  212px;
	}
/*カテゴリーページ
--------------------------------------*/
.category_name{
	width: 100%;
	margin: 30px auto 0px auto;
	text-align: center;
	font-size: 22px;
	overflow: hidden;
	}
.category_name_s{
	width: 100%;
	margin: 30px auto 0px auto;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
	clear: both;
	}
/*tag
--------------------------------------*/
.tag{
	width: 1110px;
	margin: 80px auto 0px auto;
	overflow: hidden;
	}

.tag ul{
	width:100%;
	list-style-type: none!important;
	overflow: hidden;
	}
.tag ul li {
	list-style-type: none!important;
	margin: 10px 8px 10px 0px;
	background-color: #f7f7f7;
	float: left;
	}
.tag ul li a{
	padding: 12px 16px 12px 16px;
	background-color: #f7f7f7;
	font-size: 15px;
	}




/* ページトップ
---------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 50;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 20px;
	background-color: #efefef;
	border-radius: 3px 3px 0px 0px;
	text-align: center;
	color: #d2d2d2;
	font-size: 18px;
	text-decoration: none;
	line-height: 16px;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

/*ライン
--------------------------------------*/
.hr_dot_gray{
	width: 100%;
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #e1e1e1;
	margin: 30px 0px 30px 0px;
	clear:both;
	}
.hr_dot_gray2{
	width: 100%;
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #e1e1e1;
	margin: 0px 0px 0px 0px;
	clear:both;
	}
.hr_gray{
	width: 100%;
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style:solid;
	border-color: #cccccc;
	margin: 50px 0px 50px 0px;
	clear:both;
	}

/*お問い合わせ
--------------------------------------*/
.form{
    width: 1180px;
	margin: 40px auto 60px auto;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
	}

.form .thanks{
	width:100%;
	font-size:82px;
	color: #c0e1f0;
	text-align: center;
	overflow: hidden;
	}
.form .notes1{
    width: 100%;
	margin: 0px 0px 0px 0px;	
	text-align: center;
}
.form .notes2{
    width: 100%;
	margin: 40px 0px 0px 0px;	
	text-align: center;
}

.form .notes3{
    width: 100%;
	margin: 20px 0px 0px 0px;	
	text-align: left;
}
/*フォーム
--------------------------------------*/	
.form_item{
	margin-top:5px;
	padding-left: 25px;
	font-weight:normal;
	background:url(../images/circle.svg) no-repeat;
    background-size:14px;
    background-position: left 5px top 7px;
	}
.form_notes{
	width: 100%;
	margin: 0px auto 0px auto;
	padding-top:40px;
	clear:both;
	}

.form_tab{
	width:100%;
	margin-top: 40px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px solid #d8d8d8;
	clear:both;
}

.form_tab th{
	width: 250px;
	vertical-align:top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	padding: 15px 0px 15px 0px;
	border-top: dashed 1px #e1e1e1;
	overflow:hidden;
}
 
.form_tab td{
    width : -webkit-calc(100% - 250px) ;
	width : calc(100% - 250px);
	padding: 18px 0px 15px 0px;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-top: dashed 1px #e1e1e1;
	overflow:hidden;
}
.form_line_top{
	border-top: solid 1px #b8d7e8 !important;
}
.form_line_dot{
	border-top: dotted 1px #b3b3b3 !important;
}

.form_line_l{
	border-bottom: solid 1px #b8d7e8 !important;
}
.form_line_r{
	border-bottom: solid 1px #b8d7e8 !important;
}

input[type="text"]:focus {
  outline: 0;
}
input[type="textarea"]:focus {
  outline: 0;
}
input.form_300{width:300px;}
input.form_150{width:150px;}
input.form_30{width:30px;}
input.form_70p{width:70%;}
input.form_100p{width:92%;}

.form_basic{
	margin-top: 0px;
	padding:8px;
	border:0;
	border:solid 2px #e6e6e6;
	font-size:16px;
	color: #4d4d4d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	-webkit-appearance: none;
	}
	
select{
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 1em;
    background:#f5f5f5 url(../images/form_arrows.gif) no-repeat;
    background-size:20px 20px;
    background-position: right 6px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: middle;
    border:1px solid #e6e6e6;
    margin-bottom:5px;
	overflow:visible;
	padding:0px 3px 0px 0px;
	outline: 0;
}

select.w55{width:55px;}	
select.w250{width:250px;}	
select.w280{width:280px;}	


@-moz-document url-prefix() {
/* for firefox */
    select{
        background:none;
        background-color: #FFF;
    }
	select.w55{width:70px;}	 
	}
textarea {
	width: 92%;
	height: 8em;
}

.textarea_rows{
	height: 15em;
	}

.submit_bx{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align:center;
	}

.submit1{
	width: 230px;
	margin: 0px 10px 0px 10px;
	padding: 16px 0px 16px 0px;
	border:0;
	color: #ffffff;
	font-size:18px;
	clear:both;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	display: -moz-inline-box;  
	display: inline-block;  
	}

.submit_bx1{
	width: 230px;
	margin: 30px auto 0px auto;
	}
.submit_bx_l{
	width: 48%;
	margin-top: 30px;
	text-align:right;
	float:left;
	}
.submit_bx_r{
	width: 48%;
	margin-top: 30px;
	text-align:left;
	float:right;
	}
.mw_wp_form .error {
    color: #ff7b45;
}

/*===================================
余白
===================================*/

/*margin-top
--------------------------------------*/
.mg0 {margin-top: 0px;}
.mg5 {margin-top: 5px;}
.mg10 {margin-top: 10px;}
.mg15 {margin-top: 15px;}
.mg20 {margin-top: 20px;}
.mg25 {margin-top: 25px;}
.mg30 {margin-top: 30px;}
.mg35 {margin-top: 35px;}
.mg40 {margin-top: 40px;}
.mg45 {margin-top: 45px;}
.mg50 {margin-top: 50px;}
.mg55 {margin-top: 55px;}
.mg60 {margin-top: 60px;}
.mg65 {margin-top: 65px;}
.mg75 {margin-top: 75px;}
.mg80 {margin-top: 80px;}

/*margin-bottom
--------------------------------------*/
.mg_bt5 {margin-bottom: 5px;}
.mg_bt10 {margin-bottom: 10px;}
.mg_bt15 {margin-bottom: 15px;}
.mg_bt20 {margin-bottom: 20px;}
.mg_bt25 {margin-bottom: 25px;}
.mg_bt30 {margin-bottom: 30px;}
.mg_bt35 {margin-bottom: 35px;}
.mg_bt40 {margin-bottom: 40px;}
.mg_bt45 {margin-bottom: 45px;}
.mg_bt50 {margin-bottom: 50px;}
.mg_bt55 {margin-bottom: 55px;}
.mg_bt60 {margin-bottom: 60px;}
.mg_bt65 {margin-bottom: 65px;}
.mg_bt75 {margin-bottom: 75px;}
.mg_bt80 {margin-bottom: 80px;}

/*padding-top
--------------------------------------*/
.pd5 {padding-top: 5px;}
.pd10 {padding-top: 10px;}
.pd15 {padding-top: 15px;}
.pd20 {padding-top: 20px;}
.pd25 {padding-top: 25px;}
.pd30 {padding-top: 30px;}
.pd35 {padding-top: 35px;}
.pd40 {padding-top: 40px;}
.pd45 {padding-top: 45px;}
.pd50 {padding-top: 50px;}
.pd55 {padding-top: 55px;}
.pd60 {padding-top: 60px;}
.pd65 {padding-top: 65px;}
.pd75 {padding-top: 75px;}
.pd80 {padding-top: 80px;}

/*padding-bottom
--------------------------------------*/
.pd_bt5 {padding-bottom: 5px;}
.pd_bt10 {padding-bottom: 10px;}
.pd_bt15 {padding-bottom: 15px;}
.pd_bt20 {padding-bottom: 20px;}
.pd_bt25 {padding-bottom: 25px;}
.pd_bt30 {padding-bottom: 30px;}
.pd_bt35 {padding-bottom: 35px;}
.pd_bt40 {padding-bottom: 40px;}
.pd_bt45 {padding-bottom: 45px;}
.pd_bt50 {padding-bottom: 50px;}
.pd_bt55 {padding-bottom: 55px;}
.pd_bt60 {padding-bottom: 60px;}
.pd_bt65 {padding-bottom: 65px;}
.pd_bt75 {padding-bottom: 75px;}
.pd_bt80 {padding-bottom: 80px;}


/*=====================================================
PC 画面の横幅が1025px以上
=====================================================*/

@media screen and (min-width: 1025px){
body {
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	}
	
/*表示
--------------------------------------*/
.pc_none {display:none;}
.pc_yes {display:block;}

/*改行
--------------------------------------*/
.pc_br_none br {display: none;}
.pc_br_yes br {display: block;}

/*共通　大枠
--------------------------------------*/
.container{min-width:1180px;}
	
/*PC 終わり
=======================================*/
}


/*=====================================================
タブレット　画面の横幅が1024pxまで
=====================================================*/
@media screen and (max-width:1024px){
	
body {overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;}
	
/*表示
--------------------------------------*/
.tab_none {display:none;}
.tab_yes {display: block;}

/*改行
--------------------------------------*/
.tab_br_none br {display: none;}
.tab_br_yes br {display: block;}


/*パンくず
--------------------------------------*/
.breadcrumbs {
    width: 100%;
	height:30px;
	padding: 5px 0px 10px 28px;
	overflow: hidden;
	font-size:12px;
	text-align:left;
	clear:both;
	color: #999999;
	}

.breadcrumbs a{
	color: #999999;
	}
	
/*共通　大枠
--------------------------------------*/
.container{
    width: 100%;
	margin: 0px;
	padding : 0px;
	overflow: hidden;
	clear:both;
	}
.contents{
    width: 100%;
	margin-top: 95px;
	padding : 0px;
	overflow: hidden;
	clear:both;
	display:inline-block;
	}
.contents_inner{
    width: 80%;
	margin: 80px auto 0px auto;
	overflow: hidden;
	clear:both;
	}
	

/*共通　タイトル テキスト
--------------------------------------*/
.subtitle{
    width: 100%;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	}
.subtitle2{
    width: 100%;
	margin-top: 50px;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	}
.text{
    width: 100%;
	margin: 40px 0px 0px 0px;
	overflow: hidden;
	}
	
/*ヘッダー
--------------------------------------*/
.head{
    width: 100%;
	min-width:100%;
	height: 280px;
	margin: 0px;
	padding : 0px;
	overflow: hidden;
	clear:both;
	position:fixed;
	}
.head .logo{
    width: 50%;
	height: 80px;
	margin: 15px 0px 0px 20px;
	float: left;
	}
.head .logo img{
    width: 180px;
	}
	

/*グローバルメニュー
--------------------------------------*/
.menu_wrap{
    width: 100%;
	top:0;
	margin:0px 0px 0px 0px;
	float: none;
	clear: both;
	position:relative;
	}
	

nav.menu			{ width:25px; height:30px; top:38px; right:20px; cursor:pointer; overflow:hidden; z-index:9999;position:absolute;}
nav .menu1			{ width:25px; height:2px; background-color: #000; top:0px; position:absolute; } 
nav .menu2			{ width:25px; height:2px; background-color: #000; top:8px; position:absolute; } 
nav .menu3			{ width:25px; height:2px; background-color: #000; top:16px; position:absolute; }

nav .menu1,nav .menu2,nav .menu3
					{ transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* Firefox */
					 -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ }
					 
					 
nav .menuclick1		{ top:8px; -o-transform: rotate(405deg); -moz-transform: rotate(405deg); -webkit-transform: rotate(405deg);
				 	-ms-transform: rotate(405deg); transform: rotate(405deg); }
nav .menuclick2		{ background-color:rgba(255,255,255,0);  }
nav .menuclick3		{ top:8px; -o-transform: rotate(-405deg); -moz-transform: rotate(-405deg);
					-webkit-transform: rotate(-405deg); -ms-transform: rotate(-405deg); transform: rotate(-405deg); }
					
#menu{
	width: 100%;
	padding: 30px 0px 30px 0px;
	display:none;
	position:absolute;
	list-style-type: none;
	z-index: 9999;
	background-color:#4d4d4d;
	}
.menu_sp{
	width: 100%;
	margin:0px auto 0px auto!important;
	padding:0px 40px 0px 40px!important;
	color:#ffffff!important;
	font-size: 15px;
	line-height: 2.5;
	}
.menu_sp a{
	width: 100%;
	padding:40px 0px 40px 0px!important;
	color:#ffffff!important;
	}
	
.test{
	width: 100%;
	overflow: hidden;
	clear: both;
	}
/*フッター
--------------------------------------*/
.foot{
    width: 100%;
	margin-top: 120px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 12px;
	}
	
/*about us
--------------------------------------*/
.cup_size{
	width: 100%;
	margin: 40px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	}
.cup_size img{
	width: 300px;
	text-align: center;
	overflow: hidden;
	}
/*個別ページ
--------------------------------------*/
.page{ width: 100%;}

.page .photo{
	width: 510px;
	height: 510px;
	margin: 120px auto 0px auto;
	}

.page .name{
	width: 100%;
	margin-top:50px;
	text-align: center;
	}

.page .name h1{
	font-size: 16px;
	}	
.page .name p{
	font-size: 16px;
	}
.page .detail_wrap{
	width: 100%;
	margin-top:60px;
	padding: 45px 0px 45px 0px;
	background-color: #f7f7f7;
	}

.page .detail_wrap .detail{
	width: 100%;
	margin: 0px auto 0px auto;
	overflow: hidden;
	display:block;
	}
.page .detail_wrap .detail .left{
	width: 80%;
	margin: 0px auto 0px auto;
	line-height: 1.6;
	font-size: 15px;
	text-align: left;
	border-right: solid 0px #e0e0e0;
	overflow: hidden;
	display: flexbox;
	}

.page .detail_wrap .detail .right{
	width: 80%;
	margin: 40px auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height: 1.6;
	font-size: 15px;
	text-align: left;
	overflow: hidden;
	display: flexbox;
	}

.page .itemlist{
	width: 260px;
	height: 60px;
	margin: 65px auto 0px auto;
	border: solid 1px #e6e6e6;
	background:url(../images/arrows_back.svg) no-repeat;
	background-size:10px auto;
	background-position: left 20px top 50%;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	display: block;
	}
	
/*slick
--------------------------------------*/	
.slick_container {
    width: 636px; /* 任意の値 */
    margin:80px auto 0px auto;
    position:relative;
	clear:both;
}

 .slick-prev, .slick-next {
	width:30px; 
    height:30px;
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{
	width:15px;
	}
.slick-prev img{
	width:15px;
	line-height:50%;
	}
.slick-next{
	width:15px;
	}
.slick-next img{
	width:15px;
	line-height:50%;
	}

.slick-arrow{
	z-index:10;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	cursor : pointer;}


.slick-slide a{
    outline: none!important;
}


.banner_box{
	margin: 0px 5px 0px 5px;
	list-style:none;
	text-align:center;
	}
.banner_box img{
	width: 200px;
	height:  200px;
	}
	
/*tag
--------------------------------------*/
.tag{
	width:80%;
	margin: 80px auto 0px auto;
	overflow: hidden;
	}

.tag ul{
	width:100%;
	list-style-type: none!important;
	overflow: hidden;
	}
.tag ul li {
	list-style-type: none!important;
	margin: 10px 8px 10px 0px;
	background-color: #f7f7f7;
	float: left;
	}
.tag ul li a{
	padding: 12px 16px 12px 16px;
	background-color: #f7f7f7;
	font-size: 15px;
	}
/*お問い合わせ
--------------------------------------*/
.form{
	width:100%;
	margin: 40px auto 60px auto;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
	}

.form .thanks{
	width:100%;
	font-size:66px;
	color: #c0e1f0;
	text-align: center;
	overflow: hidden;
	}
	
.form .notes1{
    width: 100%;
	margin: 0px 0px 0px 0px;	
	text-align: left;
}
.form .notes2{
    width: 100%;
	margin: 40px 0px 0px 0px;	
	text-align: left;
}
	
	

/*フォーム
--------------------------------------*/	

.form_item{
	margin-top:5px;
	padding-left: 25px;
	font-weight:normal;
	background:url(../images/circle.svg) no-repeat;
    background-size:14px;
    background-position: left 5px top 7px;
	}
.form_notes{
	width:100%;
	margin: 0px auto 0px auto;
	padding-top:20px;
	clear:both;
	}

.form_tab{
	width:100%;
	margin-top: 40px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px solid #d8d8d8;
	clear:both;
}

.form_tab th{
	width:100%;
	padding: 10px 0px 0px 0px;
	display:block;
	margin: 0 auto;
	border:none;
	text-align: left;
	border-top: dashed 1px #e1e1e1;
	overflow:hidden;
}
 
.form_tab td{
	width:100%;
	padding: 5px 0px 15px 0px;
	display: list-item;
	list-style:none;
	border-top: none !important;
	border-top: dashed 1px #e1e1e1;
	overflow:hidden;	
}

.form_line_top{
	border-top: solid 1px #b8d7e8 !important;
}
.form_line_dot{
	border-top: dotted 1px #b3b3b3 !important;
}

.form_line_l{
	border-bottom: solid 1px #b8d7e8 !important;
}
.form_line_r{
	border-bottom: solid 1px #b8d7e8 !important;
}

input[type="text"]:focus {
  outline: 0;
}
input[type="textarea"]:focus {
  outline: 0;
}
input.form_300{width:300px;}
input.form_150{width:150px;}
input.form_30{width:30px;}
input.form_70p{width:92%;}
input.form_100p{width:92%;}

.form_basic{
	margin-top: 0px;
	padding:8px;
	border:0;
	border:solid 2px #e6e6e6;
	font-size:16px;
	color: #4d4d4d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	-webkit-appearance: none;
	}
	
select{
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 1em;
    background:#f5f5f5 url(../images/form_arrows.gif) no-repeat;
    background-size:20px 20px;
    background-position: right 6px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: middle;
    border:1px solid #e6e6e6;
    margin-bottom:5px;
	overflow:visible;
	padding:0px 3px 0px 0px;
	outline: 0;
}

select.w55{width:55px;}	
select.w200{width:200px;}	
select.w280{width:280px;}	

@-moz-document url-prefix() {
/* for firefox */
    select{
        background:none;
        background-color: #FFF;
    }
	select.w55{width:70px;}	 
	}
textarea {
	width: 92%;
	height: 8em;
}

.textarea_rows{
	height: 15em;
	}


/*タブレット終わり
=======================================*/
}


/*=====================================================
スマホ　画面の横幅が640pxまで
=====================================================*/
@media screen and (max-width: 640px){
body {
	line-height: 1.7;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	}
	
/*表示
--------------------------------------*/
.sp_none {display:none;}
.sp_yes {display:block;}

/*改行
--------------------------------------*/
.sp_br_none br {display: none;}
.sp_br_yes br {display: block;}

/*リンクハイライトカラー
--------------------------------------*/
a {-webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover {-webkit-tap-highlight-color:rgba(0,0,0,0);}

/*パンくず
--------------------------------------*/
.breadcrumbs {
	width: 100%;
	height: auto!important;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 5px 20px;
	overflow: hidden;
	font-size:14px;
	text-align:left;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	}
	
/*スタートロゴ
--------------------------------------*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 80%;
}
/*共通　大枠
--------------------------------------*/	
.container{
    width: 100%;
	margin: 0px;
	padding : 0px;
	overflow: hidden;
	clear:both;
	}
.contents{
    width: 100%;
	margin-top: 70px;
	padding : 0px;
	overflow: hidden;
	clear:both;
	}
	
.contents_inner{
    width: 80%;
	margin: 40px auto 0px auto;
	overflow: hidden;
	}

/*共通　タイトル テキスト
--------------------------------------*/
.subtitle{
    width: 100%;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	}
.subtitle2{
    width: 100%;
	margin-top: 40px;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	}
.text{
    width: 100%;
	margin: 40px 0px 0px 0px;
	overflow: hidden;
	}	
/*ヘッダー
--------------------------------------*/
.head{
    width: 100%;
	min-width:100%;
	height: 250px;
	margin: 0px;
	padding : 0px;
	overflow: hidden;
	clear:both;
	position:fixed;
	}
.head .logo{
    width: 50%;
	height: 60px;
	margin: 10px 0px 0px 10px;
	float: left;
	}
.head .logo img{
    width: 150px;
	}
	

/*グローバルメニュー
--------------------------------------*/
.menu_wrap{
    width: 100%;
	top:0;
	margin:0px 0px 0px 0px;
	float: none;
	clear: both;
	position:relative;
	}
	

nav.menu			{ width:25px; height:30px; top:27px; right:20px; cursor:pointer; overflow:hidden; z-index:9999;position:absolute;}
nav .menu1			{ width:25px; height:2px; background-color: #000; top:0px; position:absolute; } 
nav .menu2			{ width:25px; height:2px; background-color: #000; top:8px; position:absolute; } 
nav .menu3			{ width:25px; height:2px; background-color: #000; top:16px; position:absolute; }

nav .menu1,nav .menu2,nav .menu3
					{ transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* Firefox */
					 -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ }
					 
					 
nav .menuclick1		{ top:8px; -o-transform: rotate(405deg); -moz-transform: rotate(405deg); -webkit-transform: rotate(405deg);
				 	-ms-transform: rotate(405deg); transform: rotate(405deg); }
nav .menuclick2		{ background-color:rgba(255,255,255,0);  }
nav .menuclick3		{ top:8px; -o-transform: rotate(-405deg); -moz-transform: rotate(-405deg);
					-webkit-transform: rotate(-405deg); -ms-transform: rotate(-405deg); transform: rotate(-405deg); }
					
#menu{
	width: 100%;
	padding: 20px 0px 20px 0px;
	display:none;
	position:absolute;
	list-style-type: none;
	z-index: 9999;
	background-color:#4d4d4d;
	}
.menu_sp{
	width: 100%;
	margin:0px auto 0px auto!important;
	padding:0px 20px 0px 30px!important;
	color:#ffffff!important;
	font-size: 15px;
	line-height: 2.2;
	}
.menu_sp a{
	width: 100%;
	color:#ffffff!important;
	}
	
.test{
	width: 100%;
	overflow: hidden;
	clear: both;
	}
/*フッター
--------------------------------------*/
.foot{
    width: 100%;
	margin-top: 70px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 12px;
	}

/*トップページ
--------------------------------------*/	
.lineup{
	width: 100%;
	margin: 20px 0px 0px 0px;
	}
.lineup ul {
	width: 100%;
	justify-content: center; 
	display: flex;
    flex-wrap: wrap;
	}

.lineup ul li{
	width: 80%;
	height: auto;
	margin: 8px auto 8px auto;
	list-style-type: none!important;
	border: solid 1px #e0e0e0;
	
	}
.lineup ul li img{
	width: 100%;
	height: auto;
	display: block;
	}
	
/*about us
--------------------------------------*/
.cup_size{
	width: 100%;
	margin: 30px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	}
.cup_size img{
	width: 90%;
	text-align: center;
	overflow: hidden;
	}	
/*個別ページ
--------------------------------------*/
.page{ width: 100%;}

.page .photo{
	width: 90%;
	height: auto;
	margin: 100px auto 0px auto;
	}

.page .name{
	width: 100%;
	margin-top:30px;
	text-align: center;
	}
.page .name h1{
	font-size: 16px;
	}
.page .name p{
	font-size: 16px;
	}
.page .detail_wrap{
	width: 100%;
	margin-top:60px;
	padding: 45px 0px 45px 0px;
	background-color: #f7f7f7;
	}

.page .detail_wrap .detail{
	width: 100%;
	margin: 0px auto 0px auto;
	overflow: hidden;
	display:block;
	}
.page .detail_wrap .detail .left{
	width: 85%;
	margin: 0px auto 0px auto;
	line-height: 1.6;
	font-size: 15px;
	text-align: left;
	border-right: solid 0px #e0e0e0;
	overflow: hidden;
	display: flexbox;
	}

.page .detail_wrap .detail .right{
	width: 85%;
	margin: 40px auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height: 1.6;
	font-size: 15px;
	text-align: left;
	overflow: hidden;
	display: flexbox;
	}

.page .itemlist{
	width: 260px;
	height: 60px;
	margin: 60px auto 0px auto;
	border: solid 1px #e6e6e6;
	background:url(../images/arrows_back.svg) no-repeat;
	background-size:10px auto;
	background-position: left 20px top 50%;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	display: block;
	}
	

/*slick
--------------------------------------*/	
.slick_container {
    width: 80%; /* 任意の値 */
    margin:60px auto 0px auto;
    position:relative;
	clear:both;
}

 .slick-prev, .slick-next {
	width:12px; 
    height:100px;
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{
	width:12px;
	}
.slick-prev img{
	width:12px;
	margin-top: 10px;
	margin-left: 9px;
	}
.slick-next{
	width:12px;
	}
.slick-next img{
	width:12px;
	margin-top: 10px;
	}

.slick-arrow{
	z-index:10;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	cursor : pointer;}


.slick-slide a{
    outline: none!important;
}


.banner_box{
	width: 50%;
	height:  auto;
	margin: 0px 5px 0px 5px;
	list-style:none;
	text-align:center;
	}
.banner_box img{
	width: 100%;
	height:  auto;
	}
	
/*tag
--------------------------------------*/
.tag{
	width:85%;
	margin: 60px auto 0px auto;
	overflow: hidden;
	}

.tag ul{
	width:100%;
	list-style-type: none!important;
	overflow: hidden;
	}
.tag ul li {
	list-style-type: none!important;
	margin: 10px 8px 10px 0px;
	background-color: #f7f7f7;
	float: left;
	}
.tag ul li a{
	padding: 10px 10px 10px 10px;
	background-color: #f7f7f7;
	font-size: 14px;
	}	
/* ページトップ
---------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 10px;
	z-index: 50;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 20px;
	background-color: #efefef;
	border-radius: 3px 3px 0px 0px;
	text-align: center;
	color: #d2d2d2;
	font-size: 18px;
	text-decoration: none;
	line-height: 16px;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
	

/*お問い合わせ
--------------------------------------*/
.form{
	width:100%;
	margin: 20px auto 30px auto;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
	}

.form .thanks{
	width:100%;
	font-size:36px;
	color: #c0e1f0;
	text-align: center;
	overflow: hidden;
	}
.form .notes1{
    width: 100%;
	margin: 10px 0px 0px 0px;	
	text-align: left;
}	
.form .notes2{
    width: 100%;
	margin: 20px 0px 0px 0px;	
	text-align: left;
}	

/*フォーム
--------------------------------------*/	

.form_item{
	margin-top:5px;
	padding-left: 25px;
	font-weight:normal;
	background:url(../images/circle.svg) no-repeat;
    background-size:14px;
    background-position: left 5px top 7px;
	}
.form_notes{
	width:100%;
	margin: 0px auto 0px auto;
	padding-top:20px;
	clear:both;
	}

.form_tab{
	width:100%;
	margin-top: 30px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px solid #d8d8d8;
	clear:both;
}

.form_tab th{
	width:100%;
	padding: 10px 0px 0px 0px;
	display:block;
	margin: 0 auto;
	border:none;
	text-align: left;
	border-top: dashed 1px #e1e1e1;
	overflow:hidden;
}
 
.form_tab td{
	width:100%;
	padding: 5px 0px 15px 0px;
	display: list-item;
	list-style:none;
	border-top: none !important;
	border-top: dashed 1px #e1e1e1;
	overflow:hidden;
}


.form_line_top{
	border-top: solid 1px #b8d7e8 !important;
}
.form_line_dot{
	border-top: dotted 1px #b3b3b3 !important;
}

.form_line_l{
	border-bottom: solid 1px #b8d7e8 !important;
}
.form_line_r{
	border-bottom: solid 1px #b8d7e8 !important;
}

input[type="text"]:focus {
  outline: 0;
}
input[type="button"],input[type="submit"] {
    border-radius: 4;
	 -webkit-appearance: none;
  }

input.form_300{width:300px;}
input.form_150{width:150px;}
input.form_30{width:30px;}
input.form_70p{width:96%;}
input.form_100p{width:96%;}

.form_basic{
	margin-top: 0px;
	padding:8px;
	border:0;
	border:solid 2px #e6e6e6;
	font-size:16px;
	color: #4d4d4d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	-webkit-appearance: none;
	}
	
select{
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 1em;
    background:#f5f5f5 url(../images/form_arrows.gif) no-repeat;
    background-size:20px 20px;
    background-position: right 6px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    vertical-align: middle;
    border:1px solid #e6e6e6;
    margin-bottom:5px;
	overflow:visible;
	padding:0px 3px 0px 0px;
	outline: 0;
}

select.w55{width:55px;}	
select.w200{width:200px;}	
select.w280{width:280px;}	

@-moz-document url-prefix() {
/* for firefox */
    select{
        background:none;
        background-color: #FFF;
    }
	select.w55{width:70px;}	 
	}
textarea {
	width: 80%;
	height: 8em;
}

.textarea_rows{
	height: 15em;
	}

.submit_bx{
	width: 100%;
	margin: 30px 0px 10px 0px;
	text-align:center;
	}
.submit1{
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border:0;
	color: #ffffff;
	font-size:18px;
	clear:both;
	cursor:pointer;
	}

.submit_bx1{
	width: 140px;
	margin: 20px auto 20px auto;
	}

.submit_bx_l{
	width: 50%;
	margin: 20px 0px 0px 0px;
	text-align:center;
	float:none;
	}
.submit_bx_r{
	width: 50%;
	margin: 15px 0px 0px 0px;
	text-align:center;
	float:none;
	}

.form_tab textarea{
	width: 90%;
	}

/*スマホ 終わり
=======================================*/
}



/*=====================================================
共通デザイン
=====================================================*/

/*背景色
--------------------------------------*/
.bg_red{background-color: #e09396;}
.bg_gray{background-color: #666666;}

/*配置
--------------------------------------*/
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.middle{vertical-align: middle;}
.fix{position: fixed;}

.relative {position: relative;}
.absolute {position: absolute;}
.clear{clear:both}
.fl_left{float: left;}
.fl_right{float: right;}

