@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:60px;
	background-color:#fff;
	border-bottom:1px solid #eee;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
}

#header_area h1{
	margin:0;
	width:90px;
	height:auto;
	line-height:1em;
	position:absolute;
	top:14px;
	left:80px;
}

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

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

#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 #ccc;
}

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

#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: 20px;
	left:24px;
	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;
	display: flex;
	align-items: center;
	justify-content: center;
	width:150px;
	height:36px;
	padding:0;
	text-decoration: none;
	text-align: center;
	border:1px solid #333;
	border-radius:20px;
	position: absolute;
	top:12px;
	right:24px;
}

#header_area_contact > img {
	width:18px;
	height: auto;
	margin-right:16px;
}

#header_area_contact > span {
	margin: 0;
	font-size:14px;
}

#header_area_contact a {
	text-decoration: none;
	color:#333;
}

#header_area_contact:link{
	color:#333;
}

#header_area_contact:visited{
	color:#333;
}

#header_area_contact:hover{
	background-color:#333;
	color:#fff;
}

#header_area_contact:active{
	color:#333;
}


/* footer*/


#footer_area{
	background-color:#333;
}

#footer_area>div{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	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:#fff;
	text-align:center;
	letter-spacing:0.1em;
	border-bottom:2px solid #fff;
	transition: all .5s;
}

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

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


/* common */


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

.home_contents_title{
	width:100%;
	margin:0 auto 90px;
	padding:0 0 30px;
	font-size:24px;
	text-align:center;
	position: relative;
}

.home_contents_title:before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -15px;
	width: 80px;
	height: 5px;
	background: linear-gradient(to right,#e4007f 20%,#00bfff 40%,#ffdf00 80%);
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


/* home_key */


#home_key{
	width:100%;
	height:480px;
	background-color:#333;
	background-image:url("../img/home_key_bg.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
	position:relative;
}

#home_key>div{
	width:520px;
	height:140px;
	text-align:center;
	position:absolute;
	top:200px;
	left:20px;
}

#home_key>div>h1{
	margin:0 0 20px;
	color:#fff;
	font-size:58px;
	 font-family: "Roboto Condensed", sans-serif;
	font-weight:500;
	line-height:1em;
	letter-spacing:0.06em;
}

#home_key>div>h2{
	margin:0;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.6em;
}


/* home_service */


#home_service{
	width:100%;
	padding:80px 0 0;
}

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

#home_service_contents>img{
	width:80%;
	margin:0 auto 60px;
}

#home_service_contents>article{
	width:100%;
}

#home_service_contents>article>h1{
	margin:0 auto 60px;
}

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

#home_service_contents>article>p{
	margin:0 0 30px;
	font-size:15px;
}


/* home_product */


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

#home_product>h2{
	margin:0 0 60px;
	font-size:20px;
	text-align: center;
	line-height: 1.8em;
}

#home_product_contents{
	display: flex;
	flex-wrap: wrap;
	width:90%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	gap: 20px; /* コンテンツ間のスペース */
}

.home_product_detail{
	box-sizing: border-box;
	width:48%;
	margin: 0 0 20px;
	padding: 0 0 30px;
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	border-radius:20px;
	transition: transform 0.5s ease, background-color 0.5s ease;
}

.home_product_detail:hover{
	transform: scale(1.05); /* ホバー時に少し拡大 */
}

.home_product_detail:nth-of-type(3n+1):hover {
	background-color: #e4007f;
}

.home_product_detail:nth-of-type(3n+2):hover {
	background-color: #ffdf00;
}

.home_product_detail:nth-of-type(3n+3):hover {
	background-color: #00bfff;
}

.home_product_detail>img{
	width: 100%;
	object-fit: cover; /* 画像の切り抜きに対応 */
	margin: 0 auto 30px;
	background-color:#f2f2f2;
	border-radius:18px 18px 0 0;
}

.home_product_detail>h2{
	margin: 0 0 24px;
	font-size: 18px;
	text-align: center;
	line-height: 1.4em;
}

.home_product_detail>p{
	margin: 0;
	padding: 0 14px 0 20px;
	font-size: 14px;
	line-height: 1.8em;
}

.home_product_detail:link,
.home_product_detail:visited{
	color: #333;
	text-decoration: none; /* 下線を削除 */
}

.home_product_detail:active {
	color: #333;
}


/* home_contact */


#home_contact{
	width:100%;
	background-image:url("../img/interface/grid-pattern_bg.png");
	background-position:top right;
	background-size:150px;
}

#home_contact_contents{
	width:100%;
	padding:70px 0;
	background-image:url("../img/home_contact_bg.png");
	background-repeat:no-repeat;
	background-size:50% auto;
	background-position:top left;
}

#home_contact_contents>h1{
	margin:0 0 60px;
	font-size:30px;
	text-align:center;
	text-shadow: 1px 1px 0 #eee, -1px -1px 0 #eee, 1px -1px 0 #eee, -1px 1px 0 #eee, 2px 2px 0 #eee, -2px -2px 0 #eee, 2px -2px 0 #eee, -2px 2px 0 #eee, 0 2px 0 #eee, 0 -2px 0 #eee, 2px 0 0 #eee, -2px 0 0 #eee;
}

#home_contact_contents>h1>span{
	display:block;
	margin:0 0 6px;
	font-size:18px;
}

#home_contact_contents>div{
	overflow:hidden;
	width:90%;
	margin:0 auto;
}

#home_contact_contents>div>address{
	box-sizing: border-box;
	width:54%;
	margin:0 2% 0 0;
	height:70px;
	padding:18px 0 0;
	background-color:#fff;
	border:3px solid #333;
	border-radius:50px;
	float:left;
	transition: all .5s;
}

#home_contact_contents>div>address>span img{
	width:80%;
	margin:0 auto;
}

#home_contact_contents>div>address:hover {
	background-color:#ffdf00;
}

#home_contact_contents>div>a{
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	width:44%;
	height:70px;
	margin:0;
	background-color:#333;
	color:#fff;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	border-radius:50px;
	border:3px solid #333;
	float:right;
}

#home_contact_contents>div>a>span{
	margin:0 0 0 6px;
	font-size:14px;
}

#home_contact_contents>div>a>img{
	width:26px;
	margin:0 14px 0 0;
	height:auto;
}

#home_contact_contents>div>a:hover{
	background-color:#333;
	color:#ffdf00;
}

#home_contact_contents>div>a:active{
	background-color:#333;
	color:#fff;
}


/* home_order-guide */


#home_order-guide{
	width:100%;
	padding:90px 0 60px;
}

#home_order-guide_contents{
	width:90%;
	margin:0 auto;
}

.home_order-guide_detail{
	display: flex;
	flex-wrap: wrap;
	margin:0 0 40px;
}

.home_order-guide_detail>div{
	overflow:hidden;
	box-sizing: border-box;
	width:22%;
	margin:0 5% 0 0;
	padding:20px 0;
	background-color:#333;
	clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

.home_order-guide_detail>div>img{
	width:56%;
	height:auto;
	margin:0 auto 26px;
}

.home_order-guide_detail>section{
	width:73%;
}

.home_order-guide_detail>section>h2{
	margin:0 0 20px;
	padding:0 0 20px;
	font-size:20px;
	line-height:1em;
	border-bottom:1px dashed #333;
}

.home_order-guide_detail>section>h2>span{
	margin:0 20px 0 0;
	font-size:46px;
	line-height:1em;
}

.home_order-guide_detail>section>p{
	margin: 0;
	font-size: 15px;
	line-height: 1.6em;
}


/* home_CAFE */


#home_CAFE_info{
	width:100%;
	height:430px;
	margin:0;
	background-image:url("../img/home_CAFE_info_bg.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	background-size:cover;
	position:relative;
}

#home_CAFE_info_contents{
	width:54%;
	height:100%;
	background: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
	position:absolute;
	top:0;
	left:0;
}

#home_CAFE_info_contents>article{
	box-sizing:border-box;
	overflow:hidden;
	width:360px;
	height:100%;
	margin:0 auto;
	padding:60px 0 0 0;
	text-align:center;
	text-shadow:0 0 16px rgba(0,0,0,0.3);
}

#home_CAFE_info_contents>article>h1{
	margin:0 0 10px;
	color:#fff;
	font-size:90px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight:500;
	text-align:center;
	line-height:1em;
}

#home_CAFE_info_contents>article>h1>span{
	display:block;
	width:100%;
	margin:0 0 10px;
	color:#fff;
	font-size:20px;
	line-height:1em;
}

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

#home_CAFE_info_contents>article>p{
	margin:0 0 40px;
	padding:10px 0;
	color:#fff;
	font-size:15px;
	line-height:1.6em;
	letter-spacing:0.15em;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#home_CAFE_info_contents>article>a{
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	width:50%;
	font-size:12px;
	line-height:1em;
	text-align:center;
	letter-spacing:0.02;
	transition: all .5s;
	float:left;
}

#home_CAFE_info_contents>article>a:nth-of-type(2n){
	float:right;
}

#home_CAFE_info_contents>article>a>img{
	width:60px;
	margin:0 auto 10px;
}

#home_CAFE_info_contents>article>a:link{
	color:#fff;
}

#home_CAFE_info_contents>article>a:visited{
	color:#fff;
}

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

#home_CAFE_info_contents>article>a:active{
	color:#fff;
}


/* home_message */


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

#home_message>article{
	width:90%;
	margin:0 auto;
	padding:80px 0;
	text-shadow:0 0 10px #000;
}

#home_message>article>img{
	width:200px;
	margin:0 auto 40px;
}

#home_message>article>h1{
	margin:0 0 60px;
	font-size:24px;
	letter-spacing:0.2em;
	text-align:center;
}

#home_message>article>p{
	margin:0 0 20px;
	font-size:15px;
}

#home_message>article>span{
	display:block;
	margin:60px auto 0;
	padding:0;
	font-size:16px;
	text-align:right;
}


/* home_access */


#home_access{
	padding:80px 0 50px;
}

#home_access>h1{
	width:400px;
	margin:0 auto 40px;
	padding:0 0 30px;
	font-size:26px;
	text-align:center;
	position: relative;
}

#home_access>article{
	width:90%;
	margin:0 auto;
}

#home_access>article iframe{
	width:100%;
	height:400px;
	margin:0 0 20px;
}

#home_access>article>section{
	overflow:hidden;
	width:90%;
	margin:0 auto;
}

#home_access>article>section>div{
	width:40%;
	margin:0;
	float:left;
}

#home_access>article>section>div:last-child{
	width:60%;
	margin:0;
	float:right;
}

#home_access>article>section>div img{
	width:28px;
	margin:0 auto 14px;
}

#home_access>article>section>div>p{
	font-size:15px;
	text-align:center;
	line-height:1.6em;
}
