@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE Retina parts end*/



/* INTERFACE */


body{
	box-sizing:border-box;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#333;
	letter-spacing:0.08em;
	line-height:1.8em;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#header_area{
	width:100%;
	height:50px;
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
}

#header_area h1{
	margin:0;
	width:86px;
	height:auto;
	line-height:1em;
	position:absolute;
	top:10px;
	left:65px;
}

#header_area h1 img{
	margin:0;
	width:100%;
}

#header_area nav{
	display:none;
	width:100%;
	height:40px;
	position:absolute;
	top:50px;
}

#header_area ul{
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
	background-color:#fff;
	text-align:center;
	line-height:1em;
}

#header_area ul li{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:50px;
	padding:0;
	letter-spacing:0.1em;
	text-align:center;
	border-top:1px dashed #aaa;
}

#header_area ul li:last-child{
	border-bottom:1px solid #aaa;
}

#header_area ul li a{
	box-sizing:border-box;
	display:block;
	height:50px;
	margin:0 auto;
	padding:16px 0 0 0;
	font-size:13px;
	text-decoration:none;
}

#header_area ul li span{
	box-sizing:border-box;
	display:block;
	height:40px;
	margin:0 auto;
	padding:12px 0 0 0;
	font-size:13px;
	background-color:rgba(255,255,255,0.2);
	text-decoration:none;
}

#header_area ul li a:link{
	color:#333;
}

#header_area ul li a:visited{
	color:#333;
}

#header_area ul li a:hover{
	color:#aaa;
}

#header_area ul li a:active{
	color:#333;
}


/*開閉ボタン*/


#nav_toggle{
	display: block;
	width: 32px;
	height: 40px;
	position: relative;
	top:16px;
	left:16px;
	z-index:100;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span{
	display: block;
	height: 1px;
	background:#333;
	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:10px;
}

#nav_toggle span:nth-child(3){
	top:20px;
}


/*開閉ボタンopen時*/


.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#header_area_contact{
	box-sizing:border-box;
	text-decoration:none;
	width:60px;
	height:50px;
	padding:15px 0 0;
	background-color:#ecd543;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}

#header_area_contact>img{
	display:block;
	width:30px;
	margin:0 auto;
	height:auto;
}

#header_area_contact>span{
	display:none;
	margin:0;
	color:#333;
	font-size:8px;
	letter-spacing:0;
}

#header_area_contact:link{
	color:#333;
}

#header_area_contact:visited{
	color:#333;
}

#header_area_contact:hover{
	background-color:#79b07f;
	color:#333;
}

#header_area_contact:active{
	color:#333;
}

/* footer*/


#footer_area>div{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	background-color:#79b07f;
	text-align:center;
	position:relative;
}

#page-top{
	display:block;
	text-decoration:none;
	width:100px;
	margin:0 auto 20px;
	box-sizing:border-box;
	padding:6px 0;
	font-size:13px;
	color:#333;
	text-align:center;
	letter-spacing:0.1em;
	border-bottom:2px solid #333;
	transition: all .5s;
}

#page-top:hover{
	color:#eee;
	border-bottom:2px solid #eee;
}

#copylight{
	font-size:12px;
	font-family:Verdana;
	color:#333;
	letter-spacing:1px;
}


/* home */


#home_contents_area{
	padding:50px 0 0 0;
}

#home_key{
	width:100%;
	padding:40px 0;
	background-color:#cfefd0;
}

#home_key>img{
	width:100%;
	margin:0;
}

#home_key_bg{
	display:none;
}

/* home_info */


#home_info{
	width:100%;
	padding:70px 0 40px;
	background-color:#ffffff;
}

#home_info_contents{
	width:90%;
	margin:0 auto;
}

#home_info_contents>article{
	width:100%;
}

#home_info_contents>article>h1{
	width:400px;
	margin:0 auto 60px;
	padding:0 0 20px;
	font-size:26px;
	text-align:center;position: relative;
}

#home_info_contents>article>h1:before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -15px;
	width: 60px;
	height: 5px;
	background-color:#ecd543;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#home_info>article>p{
	font-size:15px;
}


/* home_service */


#home_service{
	width:100%;
	padding:70px 0 40px;
	background-color:rgba(245,241,144,0.4);
}

#home_service_contents{
	width:90%;
	margin:0 auto;
}

#home_service_contents>img{
	display:block;
	width:60%;
	margin:0 auto 30px;
}

#home_service_contents>article{
	width:100%;
}

#home_service_contents>article>h1{
	margin:0 0 20px;
	padding:0 0 20px;
	font-size:20px;
	text-align:center;
	line-height:1.8em;
	border-bottom:1px dashed #333;
}

#home_service>article>p{
	font-size:15px;
}

#home_service_contents>article>ul{
	box-sizing:border-box;
	list-style-type:square;
	margin:20px 0;
	padding:10px 20px 6px 34px;
	background-color:#ecd543;
	border-radius:20px;
}

#home_service_contents>article>ul li{
	margin:0 0 6px;
}


/* home_product */


#home_product{
	width:100%;
	margin:0;
	padding:70px 0 0;
}

#home_product>h1{
	width:400px;
	margin:0 auto 60px;
	padding:0 0 20px;
	font-size:26px;
	text-align:center;position: relative;
}

#home_product>h1:before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -15px;
	width: 60px;
	height: 5px;
	background-color:#ecd543;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home_product_image_01{
	box-sizing:border-box;
	width:90%;
	margin:0 auto 40px;
}

.home_product_image_01>img{
	display:block;
	width:90%;
	height:auto;
	margin:0 auto 20px;
}

.home_product_image_01>section{
	width:100%;
}

.home_product_image_01>section>h2{
	width:72%;
	margin:0 auto 30px;
}

.home_product_image_01>section>h2>img{
	display:block;
	width:100%;
	height:auto;
	margin:0;
}

.home_product_image_01>section>p{
	margin:0 0 20px;
	font-size:15px;
	line-height:1.8em;
}

.home_product_image_01>section>ul{
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
}

.home_product_image_01>section>ul li{
	box-sizing:border-box;
	width:260px;
	margin:0 auto 12px;
	padding:4px 0;
	font-size:14px;
	background-color:#ecd543;
	text-align:center;
	line-height:1.8em;
	border-radius:4px;
	letter-spacing:0;
}

.home_product_info{
	width:90%;
	margin:0 auto 10px;
	padding:0 0 24px;
	background-color:#f2f2f2;
}

.home_product_info>img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 20px;
}

.home_product_info>section{
	width:100%;
}

.home_product_info>section>h2{
	margin:0 0 20px;
	font-size:18px;
	text-align:center;
}

.home_product_info>section>h2>span{
	display:block;
	width:50px;
	margin:0 auto 20px;
	padding:0 20px 0 12px;
	font-size:15px;
	font-family: "Playwrite DK Loopet", cursive;
	text-align:center;
	letter-spacing:0;
	border-bottom:2px solid #333;
}

.home_product_info>section>p{
	margin:0;
	padding:0 10px 0 14px;
	font-size:15px;
	line-height:1.8em;
}

#home_product_shop{
	width:100%;
	padding:70px 0 0;
}

#home_product_shop>h1{
	width:400px;
	margin:0 auto 60px;
	padding:0 0 20px;
	font-size:26px;
	text-align:center;position: relative;
}

#home_product_shop>h1:before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -15px;
	width: 60px;
	height: 5px;
	background-color:#ecd543;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#home_product_shop_contents{
	width:90%;
	margin:0 auto;
}

.home_product_shop_detail{
	box-sizing:border-box;
	width:100%;
	margin:0 0 20px;
	text-align:center;
	border:1px solid #ddd;
}

.home_product_shop_detail>img{
	display:block;
	width:100%;
	margin:0 auto 14px;
}

.home_product_shop_detail>h2{
	margin:0 0 10px;
	font-size:18px;
	line-height:1.6em;
}

.home_product_shop_detail>p{
	margin:0 0 10px;
	font-size:14px;
	line-height:1.4em;
}

.home_product_shop_detail>a{
	display:block;
	text-decoration:none;
	width:100%;
	margin:16px auto 0;
	padding:12px 0 14px;
	background-color:#ddd;
	font-size:15px;
	line-height:1em;
	text-align:center;
	transition: all .5s;
}

.home_product_shop_detail>a:link{
	color:#333;
}

.home_product_shop_detail>a:visited{
	color:#333;
}

.home_product_shop_detail>a:hover{
	color:#333;
}

.home_product_shop_detail>a:active{
	color:#333;
}


/* home_LINE_area */


#home_LINE_area{
	width:100%;
	margin:0 auto;
	height:500px;
	padding:40px 0 0;
	background-image:url("../img/tamogiDX_drink_sp.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	position:relative;
}

#home_LINE_area_contents{
	width:100%;
	height:580px;
}

#home_LINE_area_contents>article{
	box-sizing:border-box;
	overflow:hidden;
	width:300px;
	height:100%;
	margin:0 auto;
	padding:40px 0 0 0;
	text-align:center;
}

#home_LINE_area_contents>article>h1{
	margin:0 0 40px;
	padding:0 0 10px;
	font-size:22px;
	position: relative;
}

#home_LINE_area_contents>article>h1:before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -15px;
	width: 60px;
	height: 5px;
	background-color:#ecd543;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#home_LINE_area_contents>article>h1>br{
	display:none;
}

#home_LINE_area_contents>article>p{
	margin:0 0 40px;
	font-size:15px;
	line-height:1.6em;
}

#home_LINE_area_contents>article>a{
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	width:33%;
	margin:0 0.33333% 0 0;
	font-size:13px;
	line-height:1em;
	text-align:center;
	letter-spacing:0;
	transition: all .5s;
	float:left;
}

#home_LINE_area_contents>article>a:nth-of-type{
	margin:0;
	float:right;
}

#home_LINE_area_contents>article>a>img{
	display:block;
	width:50px;
	margin:0 auto 10px;
}

#home_LINE_area_contents>article>a:link{
	color:#333;
}

#home_LINE_area_contents>article>a:visited{
	color:#333;
}

#home_LINE_area_contents>article>a:hover{
	opacity:0.6;
}

#home_LINE_area_contents>article>a:active{
	color:#333;
}


/* home_concept */


#home_concept{
	background-image:url("../img/home_instagram_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
	color:#fff;
}

#home_concept>article{
	padding:60px 0 40px;
	background-color:rgba(0,0,0,0.2);
	text-shadow:0 0 10px #000;
}

#home_concept>article>img{
	display:block;
	width:160px;
	margin:0 auto 40px;
}

#home_concept>article>h1{
	margin:0 0 30px;
	font-size:22px;
	text-align:center;
	line-height:1.8em;
}

#home_concept>article>p{
	margin:0 0 14px;
	padding:0 15px 0 18px;
	line-height:1.8em;
	font-size:15px;
}

#home_concept>article>p br{
	display:none;
}
