@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{
	margin:0;
	padding:0;
	color:#313131;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	background-image:url("../img/interface/bg.jpg");
	background-size:280px;
	letter-spacing:0.04em;
}

#header_area{
	width:100%;
	height:54px;
	background-image:url("../img/interface/bg.jpg");
	background-size:280px;
	position:fixed;
	z-index:999;
	top:0;
	right:0;
	left:0;
}

#header_area>h1{
	box-sizing:border-box;
	width:200px;
	margin:0;
	text-align:center;
	text-shadow:#000 0 0 8px;
	line-height:1em;
	position:absolute;
	top:6px;
	left:70px;
}

#header_area>h1>a{
	text-decoration:none;
	margin:0;
	color:#fff;
	font-size:28px;
	font-weight:normal;
	font-family:'Norican', cursive;
}

#header_icon_area{
	overflow:hidden;
	width:265px;
	height:35px;
	position:absolute;
	top:10px;
	right:20px;
}

#calendar_btn{
	box-sizing:border-box;
	width:35px;
	height:35px;
	margin:0 15px 0 0;
	border-radius:50%;
	float:left;
	transition: all .3s;
}

#calendar_btn>a{
	display:block;
}

#calendar_btn>img{
	display:block;
	height:35px;
	margin:0 auto;
}

#calendar_btn:hover{
	background-color:#fdc2be;
}

#blog_btn{
	box-sizing:border-box;
	width:35px;
	height:35px;
	margin:0 15px 0 0;
	border-radius:50%;
	float:left;
	transition: all .3s;
}

#blog_btn>a{
	display:block;
}

#blog_btn>img{
	display:block;
	height:35px;
	margin:0 auto;
}

#blog_btn:hover{
	background-color:#fdc2be;
}
/*
#shopping_btn{
	box-sizing:border-box;
	width:35px;
	height:35px;
	margin:0 15px 0 0;
	border-radius:50%;
	float:left;
	transition: all .3s;
}

#shopping_btn>a{
	display:block;
}

#shopping_btn>img{
	display:block;
	width:35px;
	margin:0 auto;
}

#shopping_btn:hover{
	background-color:#fdc2be;
}
*/

#insta_btn{
	box-sizing:border-box;
	width:35px;
	height:35px;
	margin:0 15px 0 0;
	border-radius:50%;
	float:left;
	transition: all .3s;
}

#insta_btn>a{
	display:block;
}

#insta_btn>img{
	display:block;
	width:35px;
	margin:0 auto;
}

#insta_btn:hover{
	background-color:#fdc2be;
}

#web_yoyaku_btn{
	box-sizing:border-box;
	height:35px;
	border-radius:50%;
	float:right;
	transition: all .3s;
}

#web_yoyaku_btn>a{
	display:block;
}

#web_yoyaku_btn>img{
	display:block;
	height:35px;
	margin:0 auto;
}

#web_yoyaku_btn:hover{
	color:#fff;
	background-color:#fdc2be;
}

#header_belt_wood{
	width:100%;
	height:30px;
	background-image:url("../img/interface/wood_belt.jpg");
	background-color:#313131;
	background-repaet:repeat-x;
	background-size:auto 30px;
	background-color:#eee;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.2);
	position:absolute;
	top:54px;
}


/* footer */


#footer_area{
	height:160px;
	background-image:url("../img/interface/black_paper_bg.jpg");
	background-size:200px auto;
	position:relative;
}

#footer_area img{
	display:block;
	width:68px;
	margin:0;
	position:absolute;
	top:60px;
	left:30px;
}

#pagetop{
	padding:8px 12px;
	color:#fbfaf5;
	font-size:14px;
	text-align:center;
	border-bottom:2px solid #fbfaf5;
	border-radius:8px;
	position:absolute;
	top:40px;
	right:30px;
	cursor:pointer;
	transition: all .3s;
}

#pagetop:hover{
	opacity:0.6;
}

#footer_area nav{
	margin:0;
	position:absolute;
	left:120px;
	bottom:70px;
}

#footer_area nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:16px;
	overflow:hidden;
}

#footer_area nav ul li{
	box-sizing:border-box;
	margin:0;
	padding:0 20px;
	font-size:13px;
	line-height:1em;
	border-left:1px solid #fbfaf5;
	float:left;
}

#footer_area nav ul li:last-child{
	border-right:1px solid #fbfaf5;
}

#footer_area nav ul li a{
	display:block;
	text-decoration:none;
	transition: all .5s;
}

#footer_area nav a:link{
	color:#fbfaf5;
}

#footer_area nav a:visited{
	color:#fbfaf5;
}

#footer_area nav a:hover{
	color:#fbfaf5;
}

#footer_area nav a:active{
	color:#fbfaf5;
}


#footer_area small{
	color:#777;
	font-size:10px;
	font-family:Verdana;
	position:absolute;
	left:120px;
	bottom:30px;
}

#footer_area small span{
	margin:0 5px;
	font-size:14px;
	font-weight:normal;
	font-family:'Norican', cursive;
}

/* home_contents */


#home_key_area{
	width:100%;
	margin:84px 0 0 0;
	height:600px;
	background-image:url("../img/interface/bg_sky.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}

#home_key_area article{
	width:960px;
	height:340px;
	margin:0 auto;
	position:absolute;
	top:120px;
	left:0;
	right:0;
}

#home_key_area article div{
	width:500px;
}

#home_key_area article div h1{
	margin:0;
	color:#fff;
	font-size:50px;
	font-weight:bold;
	font-family:'Norican', cursive;
	text-align:left;
	text-shadow:#00479d 0 0 12px;
	letter-spacing:0;
	line-height:1.3em;
	position:absolute;
	top:50px;
	left:0;
}

.word_pink{
	color:#fdc2be;
}

#home_key_area div p{
	display:block;
	width:490px;
	margin:0;
	padding:10px 0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-shadow:#00479d 0 0 12px;
	letter-spacing:0.2em;
	line-height:1.6em;
	border-top:2px dashed #fff;
	border-bottom:2px dashed #fff;
	position:absolute;
	bottom:0;
	left:0;
}

#home_key_area div p br{
}

#home_key_area img{
	width:420px;
	height:auto;
	position:absolute;
	top:14px;
	right:0;
}


.belt_wood{
	width:100%;
	height:30px;
	background-image:url("../img/interface/wood_belt.jpg");
	background-repaet:repeat-x;
	background-size:auto 30px;
	background-color:#eee;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.5);
}


/* circle border title */


.circle-border_title{
	width:100%;
	margin:0 0 80px 0;
	text-align:center;
}

.circle-border_title>h1{
	display:inline-block;
	margin:0 auto 20px;
	padding:0 40px;
	font-family:'Norican', cursive;
	font-weight:normal;
	font-size:50px;
	text-align:center;
	letter-spacing:0;
	line-height:0.6em;
	border-bottom:2px solid #313131;
	position:relative;
}

.circle-border_title>h1:before,.circle-border_title>h1:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#313131;
	position:absolute;
	bottom:-5px;
}

.circle-border_title>h1:before{
	left:-4px;
}

.circle-border_title>h1:after{
	right:-4px;
}

.circle-border_title>p{
	line-height:1.8em;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}


/* home news */


#home_news{
	width:85%;
	margin:100px auto 0;
	padding:120px 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#home_news_blog{
	box-sizing:border-box;
	width:80%;
	margin:0 auto;	padding:30px 30px 0;
	background-color:#fff;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	border-radius:4px;
}


/* pkobo_news newsWrap */


.newsWrap ul{
	margin:0 0 30px 0;
	padding:0;
	border-top:1px dashed #ccc;
}

.newsWrap ul li{
	overflow:hidden;
	list-style-type:none;
	font-size:14px;
	margin:0;
	padding:10px 0;
	margin-bottom:3px;
	border-bottom:1px dashed #ccc;
	line-height:1.6em;
}

.newsWrap ul a{
	color:#eb6877;
	text-decoration:none;
}

.newsWrap ul a:hover{
	color:#ec6941;
	text-decoration:none;
}

.newsWrap ul .catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:13px;
	line-height:100%;
	margin:0 10px 0 5px;
}

.newsWrap ul .newMark{
	display:inline-block;
	border:1px solid #eb6877;
	margin:0 10px 0 0;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#eb6877;
	color:#fff;
	border-radius:8px;
}

.newsWrap ul .thumbNailWrap{
	display:block;
	width:100px;
	height:auto;
	margin:5px 20px 5px 0;
	float:left;
}

.newsWrap ul .comment{
	display:block;
	margin:10px 0 0 0;
	padding:3px 0;
	color:#999;
}
.newsWrap ul .up_ymd{
    font-size: 12px;
    font-weight: bold;
    color: #777;
}
.newsWrap ul li .title{
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #00479d!important;
    padding: 10px 0!important;
}

/* Pager style */


.pager{
	text-align:right;
	padding:10px;
	clear:both;
}

/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}


/* news-blog */


#blog_area{
	width:85%;
	margin:164px auto 100px;
	padding:100px 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#blog_contents{
	width:85%;
	margin:0 auto;
}


/* pkobo_news news_detail */


#news_detail_area{
	width:85%;
	margin:164px auto 100px;
	padding:60px 0 0 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#news_detail_contents{
	overflow:hidden;
	box-sizing:border-box;
	width:85%;
	margin:0 auto;
}

#news_detail_contents h1{
	font-size:18px;
	color:#313131;
	margin:10px 0px 10px 0;
	border-bottom:2px solid #ccc;
	padding:5px 10px;
}

#news_detail_contents #up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}

#news_detail_contents .detailUpfile{
	margin:30px 0;
}

#news_detail_contents .detailText{
	margin:30px 0;
	line-height:1.6em;
	font-size:16px;
}

#news_detail_contents .backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:60px;
	padding:60px 0 0 0;
	border-top:2px solid #ccc;
}

#news_detail_contents .backORcloseBtn a{
	display:inline-block;
	margin:0 0 40px 0;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:13px;
}

#news_detail_contents .detailUpfile img{
	max-width:100%;
	height:auto;
}

#news_detail_contents .pNav{
	font-size:13px;	
}



/* home_policy */


#home_policy{
	width:85%;
	margin:100px auto 0;
	padding:120px 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
	box-shadow:0 0 18px #000;
	border-radius:4px;
	position:relative;
}

#home_policy_contents{
	overflow:hidden;
	width:85%;
	margin:0 auto;
}

#home_policy_contents>h1{
	display:block;
	margin:0 0 30px 0;
	font-size:20px;
	text-align:center;
	line-height:2em;
}

#home_policy_contents>h1>span{
	background: linear-gradient(transparent 70%, #fdc2be 70%);
}

#home_policy_contents>article{
	box-sizing:border-box;
	width:49%;
	margin:0 2% 0 0;
	padding:40px;
	background-color:#fefefd;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	float:left;
}

#home_policy_contents>article:last-child{
	margin:0;
	float:right;
}

#home_policy_contents>article>img{
	display:block;
	width:120px;
	margin:0 auto 20px;
}

#home_policy_contents>article div h2{
	width:200px;
	margin:0 auto 40px;
	padding:10px 0;
	background: linear-gradient(135deg,#fdc2be,#fbfaf5);
	font-size:22px;
	font-weight:normal;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
	font-family:'Norican', cursive;
}

#home_policy_contents>article div p{
	margin:0;
	font-size:16px;
	line-height:1.8em;
}

@media only screen and (max-width:1320px){
	#home_policy_contents>article{
	width:49%;
	margin:0 0.5% 0 0;
	padding:40px 20px;
	}
	#home_policy_contents>article>img{
	display:block;
	width:100px;
	}
	#home_policy_contents>article div h2{
	width:150px;
	}
}


/* home_menu */


#home_menu{
	width:85%;
	margin:100px auto 0;
	padding:120px 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#home_menu_contents{
	overflow:hidden;
	width:85%;
	margin:0 auto;
}

#menu_price_off{
	overflow:hidden;
	width:85%;
	margin:0 auto 60px;
}

#menu_price_off>img{
	display:block;
	width:32%;
	margin:0 2% 0 0;
	float:left;
}

#menu_price_off>img:last-child{
	margin:0 0 30px 0;
	float:right;
}

#menu_mailmag{
	overflow:hidden;
	width:85%;
	margin:0 auto 60px;
}

.mailmag-link{
	text-align: center;
}
#home_menu_contents>article{
	box-sizing:border-box;
	width:49%;
	margin:0 2% 20px 0;
	padding:40px;
	background-color:#fefefd;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	border-radius:4px;
	float:left;
}

#home_menu_contents>article:nth-of-type(2n){
	margin:0 0 20px 0;
	float:right;
}

#home_menu_contents>article>img{
	display:block;
	width:120px;
	margin:0 auto 20px;
}

#home_menu_contents>article div h2{
	width:200px;
	margin:0 auto 40px;
	padding:10px 20px;
	background: linear-gradient(135deg,rgba(0,130,226,0.5),#fefefd);
	font-size:22px;
	font-family:'Norican', cursive;
	font-weight:normal;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#home_menu_contents>article div h3{
	margin:0 0 30px 0;
	font-size:18px;
	line-height:1em;
	text-align:center;
}

#home_menu_contents>article div p{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#home_menu_contents>article div a{
	text-decoration:none;
	display:block;
	width:160px;
	margin:40px auto 0;
	padding:8px 0;
	color:#313131;
	font-size:16px;
	text-align:center;
	line-height:1em;
	border-bottom:2px solid #313131;
	transition: all .3s;
}

#home_menu_contents>article div a:link{
	color:#313131;
}

#home_menu_contents>article div a:visited{
	color:#313131;
}

#home_menu_contents>article div a:hover{
	color:#0082e2;
	border-bottom:2px solid #0082e2;
}

#home_menu_contents>article div a:active{
	color:#313131;
}


/* home_family */


#home_family{
	width:85%;
	margin:100px auto 0;
	padding:120px 0 0 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    box-shadow:0 0 18px #000;
	border-radius:4px;
}

#home_family>article{
	overflow:hidden;
	width:70%;
	margin:0 auto 40px;
}

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

#home_family>article>p{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#home_family>article>p>span{
	background: linear-gradient(transparent 70%, #fdc2be 70%);
}

#home_family>article>a{
	display:block;
	width:250px;
	margin:40px 0 0 auto;
	padding:4px 0;
	text-decoration:none;
	background-color:rgba(0,130,226,0.5);
	color:#fbfaf5;
	font-size:16px;
	text-align:center;
	border-radius:4px;
	transition: all .3s;
}

#home_family>article>a:link{
	color:#fbfaf5;
}

#home_family>article>a:visited{
	color:#fbfaf5;
}

#home_family>article>a:hover{
	background-color:#0082e2;
}

#home_family>article>a:active{
	color:#fbfaf5;
}

#home_family_wanted{
	width:100%;
	margin:60px 0 0 0;
	padding:80px 0;
	background-color:rgba(0,0,0,0.05);
	border-radius:0 0 3px 3px;
	position:relative;
}

#home_fostersalon{
	box-sizing:border-box;
	overflow:hidden;
	width:80%;
	margin:0 auto 10px;
	padding:40px;
	background-color:#fefefd;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	border-radius:4px;
}

#home_fostersalon img{
	display:block;
	width:180px;
	margin:0 40px 0 0;
	float:left;
}

#home_fostersalon div h2{
	margin:0 0 30px 0;
	color:#313131;
	font-size:18px;
	line-height:1em;
}

#home_fostersalon div h2 br{
	display:none;
}

#home_fostersalon div p{
	margin:0 0 30px 0;
	font-size:16px;
	line-height:1.8em;
}

#home_fostersalon div a{
	display:block;
	text-decoration:none;
	width:260px;
	margin-left:auto;
	padding:0 0 2px 0;
	color:#313131;
	text-align:center;
	border-bottom:2px solid #313131;
	transition: all .3s;
}

#home_fostersalon div a br{
	display:none;
}

#home_fostersalon div a:link{
	color:#313131;
}

#home_fostersalon div a:visited{
	color:#313131;
}

#home_fostersalon div a:hover{
	color:#0082e2;
	border-bottom:2px solid #0082e2;
}

#home_fostersalon div a:active{
	color:#313131;
}

#home_family_blog{
	box-sizing:border-box;
	width:80%;
	margin:0 auto;	padding:30px 30px 0;
	background-color:#fff;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	border-radius:4px;
}



/* home_shopping */


#home_shopping{
	width:85%;
	margin:84px auto 0;
	padding:120px 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#home_shopping_contents{
	overflow:hidden;
	box-sizing:border-box;
	width:60%;
	margin:0 auto;
}

#home_shopping_contents>p{
	margin:0 0 40px 0;
	font-size:16px;
	line-height:1.8em;
}

#home_shopping_contents>a{
	display:block;
	width:250px;
	margin:40px 0 40px auto;
	padding:4px 0;
	text-decoration:none;
	background-color:rgba(0,130,226,0.5);
	color:#fbfaf5;
	font-size:16px;
	text-align:center;
	border-radius:4px;
	transition: all .3s;
}

#home_shopping_contents>a:link{
	color:#fbfaf5;
}

#home_shopping_contents>a:visited{
	color:#fbfaf5;
}

#home_shopping_contents>a:hover{
	background-color:#0082e2;
}

#home_shopping_contents>a:active{
	color:#fbfaf5;
}

#home_shopping_blog{
	box-sizing:border-box;
	width:80%;
	margin:0 auto;	padding:30px 30px 0;
	background-color:#fff;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	border-radius:4px;
}


/* home_gallery */


#home_gallery{
	width:85%;
	margin:100px auto 0;
	padding:120px 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#home_gallery_contents{
	overflow:hidden;
	box-sizing:border-box;
	width:60%;
	margin:0 auto;
}

#home_gallery_contents>article div p{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#home_gallery_contents>a{
	display:block;
	width:250px;
	margin:40px 0 40px auto;
	padding:4px 0;
	text-decoration:none;
	background-color:rgba(0,130,226,0.5);
	color:#fbfaf5;
	font-size:16px;
	text-align:center;
	border-radius:4px;
	transition: all .3s;
}

#home_gallery_contents>a:link{
	color:#fbfaf5;
}

#home_gallery_contents>a:visited{
	color:#fbfaf5;
}

#home_gallery_contents>a:hover{
	background-color:#0082e2;
}

#home_gallery_contents>a:active{
	background-color:#0082e2;
}

#home_gallery_blog{
	box-sizing:border-box;
	width:80%;
	margin:0 auto;	padding:30px 30px 0;
	background-color:#fff;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	border-radius:4px;
}


/* home_contact */


#home_contact{
	width:85%;
	margin:100px auto;
	padding:120px 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    box-shadow:0 0 18px #000;
	border-radius:4px;
}

#home_contact>p{
	width:85%;
	margin:0 auto 60px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:1.8em;
}

#home_contact #red_word{
	color:red;
}

#home_contact>p a{
	text-decoration:none;
	margin:0 5px;
	line-height:1em;
	border-bottom:2px solid #313131;
	transition: all .3s;
}

#home_contact>p a:link{
	color:#313131;
}

#home_contact>p a:visited{
	color:#313131;
}

#home_contact>p a:hover{
	color:#fdc2be;
	border-bottom:2px solid #fdc2be;
}

#home_contact>p a:active{
	color:#313131;
}

#home_contact_contents{
	overflow:hidden;
	width:85%;
	margin:0 auto;
}

#home_contact_contents>article{
	box-sizing:border-box;
	width:30%;
	margin:0 5% 0 0;
	padding:40px 0 30px;
	border-top:2px dashed #ccc;
	border-bottom:2px dashed #ccc;
	float:left;
}

#home_contact_contents>article:last-child{
	margin:0;
	float:right;
}

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

#home_contact_contents>article>a{
	display:block;
	text-decoration:none;
	margin:0 auto 40px;
	padding:10px 0;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	background-color:rgba(0,0,0,0.1);
	border-radius:20px;
	transition: all .3s;
}

#home_contact_contents>article a:link{
	color:#313131;
}

#home_contact_contents>article a:visited{
	color:#313131;
}

#home_contact_contents>article a:hover{
	background-color:#fdc2be;
	color:#313131;
}

#home_contact_contents>article a:active{
	color:#313131;
}

#home_contact_contents>article .tel-link{
	display:block;
	margin:0 auto 40px;
	padding:10px 0;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	background-color:rgba(0,0,0,0.1);
	border-radius:20px;
	transition: all .3s;
}

#home_contact_contents>article .tel-link img{
	display:inline-block;
	width:60%;
	margin:0 auto;
}

#home_contact_contents>article h2{
	margin:0 auto 20px;
	font-size:18px;
	line-height:1em;
	text-align:center;
}

#home_contact_contents>article p{
	margin:0;
	font-size:16px;
	line-height:1.8em;
}

#home_calendar{
	width:85%;
	margin:100px auto;
	padding:120px 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    box-shadow:0 0 18px #000;
	border-radius:4px;
}

#home_calendar>iframe{
	box-sizing:border-box;
	display:block;
	width:85%;
	height:600px;
	padding:20px;
	margin:0 auto;
	background-color:#fff;
	border-radius:4px;
}


/* gallery */


#gallery_area{
	width:85%;
	margin:200px auto 100px;
	padding:100px 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#gallery_contents{
	overflow:hidden;
	box-sizing:border-box;
	width:85%;
	margin:0 auto;
}


/* shopping */


#shopping_area{
	width:85%;
	margin:164px auto 100px;
	padding:100px 0;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#shopping_contents{
	overflow:hidden;
	box-sizing:border-box;
	width:85%;
	margin:0 auto;
}


/* menu */


#menu_key_area{
	width:100%;
	margin:84px 0 0 0;
	height:600px;
	background-image:url("../img/interface/bg_sky.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top ;
	position:relative;
}

#menu_key_area div{
	width:200px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	top:230px;
	left:0;
	right:0;
}

#menu_key_area div h1{
	margin:0 0 40px 0;
	color:#fff;
	font-size:80px;
	font-weight:normal;
	font-family:'Norican', cursive;
	text-align:center;
	text-shadow:#000 0 0 12px;
	letter-spacing:0;
	line-height:1em;	
}

#menu_key_area div p{
	width:100%;
	margin:20px 0 0 0;
	padding:16px 0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-shadow:#000 0 0 12px;
	letter-spacing:0.2em;
	line-height:1em;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	position:absolute;
	top:80px;
	left:0;
}

#menu_contents{
	width:85%;
	margin:100px auto 0;
}

#menu_trimming{
	box-sizing:border-box;
	width:100%;
	margin:100px 0;
	padding:120px 60px;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    box-shadow:0 0 18px #000;
	border-radius:4px;
}

#menu_trimming>img{
	display:block;
	width:120px;
	margin:0 auto 20px;
}

#menu_trimming div{
	width:85%;
	margin:0 auto 40px;
}

#menu_trimming div h2{
	width:200px;
	margin:0 auto 60px;
	padding:10px 20px;
	background: linear-gradient(135deg,rgba(0,130,226,0.5),#fbfaf5);
	font-size:20px;
	font-family:'Norican', cursive;
	font-weight:normal;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#menu_trimming div h3{
	margin:0 0 40px 0;
	font-size:18px;
	line-height:1em;
	text-align:center;
}

#menu_trimming>div>p{
	width:100%;
	margin:0 auto 40px;
	font-size:16px;
	line-height:1.8em;
}

#menu_trimming>div>p>span{
	color:#ec6941;
}

#menu_trimming ul{
	width:80%;
	margin:0 auto 40px;
	padding:0 0 0 20px;
}

#menu_trimming ul li{
	margin:0 0 10px 0;
	line-height:1.8em;
}

#menu_trimming>ul li>span{
	color:#ec6941;
}

#menu_trimming_shampoo{
	overflow:hidden;
	padding:60px 0 0 0;
}

#menu_trimming_shampoo>div{
	width:50%;
	margin:0 0 40px 0;
	float:left;
}

#menu_trimming_shampoo>div:last-child{
	margin:0 0 0 0;
}

#menu_trimming_shampoo>div h6{
	margin:0 0 20px 0;
	font-size:15px;
	line-height:1.6em;
	text-align:center;
}

#menu_trimming_shampoo>div>p{
	font-size:14px;
	line-height:1.6em;
	letter-spacing:0;
}

#menu_trimming_shampoo>div img{
	display:block;
	width:200px;
	margin:0 auto 20px;
	border-radius:50%;
	border:1px solid #ddd;
}

#menu_trimming section{
	box-sizing:border-box;
	width:85%;
	margin:0 auto 40px;
	padding:60px 0;
	background-color:#fefefd;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	border-radius:4px;
}

#menu_trimming section h4{
	width:180px;
	margin:0 auto 40px;
	padding:10px 20px;
	background-color:rgba(0,0,0,0.1);
	font-size:18px;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#menu_trimming section h5{
	margin:0 auto 30px;
	font-size:16px;
	text-align:center;
	line-height:2.5em;
}

#menu_trimming section h5>span{
	background: linear-gradient(transparent 70%, rgba(0,130,226,0.2) 70%);
}

#menu_trimming section p{
	width:85%;
	margin:0 auto;
	font-size:15px;
	line-height:1.8em;
}

.menu_trimming_movie{
	box-sizing:border-box;
	overflow:hidden;
}

.menu_trimming_movie video{
	box-sizing:border-box;
	width:49%;
	margin:0 2% 0 0;
	padding:24px 6px 20px 5px;
	background-color:#313131;
	float:left;
}

.menu_trimming_movie video:last-child{
	margin:0;
}

#menu_trimming section a{
	text-decoration:none;
	display:block;
	width:100px;
	margin:0 auto;
	padding:8px 0;
	color:#313131;
	font-size:16px;
	font-family:'Norican', cursive;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	border-bottom:2px solid #313131;
	transition: all .3s;
}

#menu_trimming section a:link{
	color:#313131;
}

#menu_trimming section a:visited{
	color:#313131;
}

#menu_trimming section a:hover{
	border-bottom:2px solid rgba(0,130,226,0.5);
	color:rgba(0,130,226,0.5);
}

#menu_trimming section a:active{
	color:#313131;
}

#menu_contents table{
	border-collapse: collapse;
	width:85%;
	margin:0 auto 40px;
	border-bottom:1px solid #aaa;
}

#menu_contents table th{
	border-top:1px solid #aaa;
	padding:20px 0 10px;
	text-align:left;
}

#menu_contents table td{
	overflow:hidden;
	padding:0 0 20px 0;
	font-size:15px;
	line-height:1.6em;
}

#menu_contents table td img{
	display:block;
	width:180px;
	margin:20px 40px 10px 0;
	border-radius:8px;
	float:left;
}

#menu_contents table .table_price{
	text-align:right;
}

#menu_contents table td ul{
	overflow:hidden;
	list-style-type:none;
	padding:0;
}

#menu_contents table td ul li{
	line-height:1.8em;
}

#menu_option{
	overflow:hidden;
	box-sizing:border-box;
	width:100%;
	margin:100px 0;
	padding:120px 60px;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    box-shadow:0 0 18px #000;
	border-radius:4px;
}

#menu_option>img{
	display:block;
	width:120px;
	margin:0 auto 20px;
}

#menu_option div{
	margin:0 0 60px 0;
}

#menu_option div h2{
	width:200px;
	margin:0 auto 60px;
	padding:10px 20px;
	background: linear-gradient(135deg,rgba(0,130,226,0.5),#fbfaf5);
	font-size:20px;
	font-family:'Norican', cursive;
	font-weight:normal;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#menu_option div h3{
	margin:0 0 40px 0;
	font-size:18px;
	line-height:1em;
	text-align:center;
}

#menu_option div p{
	width:85%;
	margin:0 auto 20px;
	font-size:16px;
	line-height:1.8em;
}

#menu_option section{
	box-sizing:border-box;
	width:85%;
	margin:0 auto 40px;
	padding:60px 0;
	background-color:#fefefd;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	border-radius:4px;
}

#menu_option section h4{
	width:240px;
	margin:0 auto 40px;
	padding:10px 20px;
	background-color:rgba(0,0,0,0.1);
	font-size:18px;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#menu_option section>span{
	display:block;
	width:180px;
	margin:0 auto 40px;
	padding:10px 20px;
	font-size:15px;
	line-height:1em;
	text-align:center;
	border-top:1px solid #313131;
	border-bottom:1px solid #313131;
}

#menu_option section p{
	margin:0 auto 40px;
	font-size:15px;
	line-height:1.8em;
}

#menu_option section a{
	text-decoration:none;
	display:block;
	width:100px;
	margin:0 0 0 auto;
	padding:8px 0;
	color:#313131;
	font-size:16px;
	font-family:'Norican', cursive;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	border-bottom:2px solid #313131;
	transition: all .3s;
}

#menu_option section a:link{
	color:#313131;
}

#menu_option section a:visited{
	color:#313131;
}

#menu_option section a:hover{
	border-bottom:2px solid rgba(0,130,226,0.5);
	color:rgba(0,130,226,0.5);
}

#menu_option section a:active{
	color:#313131;
}

#menu_hotel{
	overflow:hidden;
	box-sizing:border-box;
	width:100%;
	margin:100px 0;
	padding:120px 60px 40px;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#menu_hotel>img{
	display:block;
	width:120px;
	margin:0 auto 20px;
}

#menu_hotel div{
	margin:0 0 60px 0;
}

#menu_hotel div h2{
	width:200px;
	margin:0 auto 60px;
	padding:10px 20px;
	background: linear-gradient(135deg,rgba(0,130,226,0.5),#fbfaf5);
	font-size:20px;
	font-family:'Norican', cursive;
	font-weight:normal;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#menu_hotel div h3{
	margin:0 0 40px 0;
	font-size:18px;
	line-height:1em;
	text-align:center;
}

#menu_hotel div p{
	width:85%;
	margin:0 auto 60px;
	font-size:16px;
	line-height:1.8em;
}

#menu_hotel section{
	width:85%;
	margin:0 auto 60px;
	padding:60px 0;
	background-color:#fefefd;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	border-radius:4px;
}

#menu_hotel section h4{
	width:240px;
	margin:0 auto 30px;
	padding:10px 20px;
	background-color:rgba(0,0,0,0.1);
	font-size:18px;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#menu_hotel section>span{
	display:block;
	width:180px;
	margin:0 auto 40px;
	padding:10px 20px;
	font-size:15px;
	line-height:1em;
	text-align:center;
	border-top:1px solid #313131;
	border-bottom:1px solid #313131;
}

#menu_hotel section p{
	margin:0 auto 40px;
	font-size:15px;
	line-height:1.8em;
}

#menu_hotel section>ul{
	width:80%;
	margin:0 auto 40px;
	padding:0 0 0 20px;
}

#menu_hotel section>ul li{
	margin:0 0 10px 0;
	line-height:1.8em;
}

#menu_hotel section>ul li>span{
	color:#ec6941;
}

.menu_hotel_movie{
	box-sizing:border-box;
	overflow:hidden;
	padding:60px 60px 0;
}

.menu_hotel_movie video{
	box-sizing:border-box;
	width:49%;
	margin:0 2% 0 0;
	padding:24px 6px 20px 5px;
	background-color:#313131;
	float:left;
}

.menu_hotel_movie video:last-child{
	margin:0;
	float:right;
}

#menu_hotel section a{
	text-decoration:none;
	display:block;
	width:100px;
	margin:0 0 0 auto;
	padding:8px 0;
	color:#313131;
	font-size:16px;
	font-family:'Norican', cursive;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	border-bottom:2px solid #313131;
	transition: all .3s;
}

#menu_hotel section a:link{
	color:#313131;
}

#menu_hotel section a:visited{
	color:#313131;
}

#menu_hotel section a:hover{
	border-bottom:2px solid rgba(0,130,226,0.5);
	color:rgba(0,130,226,0.5);
}

#menu_hotel section a:active{
	color:#313131;
}

#menu_t-training{
	overflow:hidden;
	box-sizing:border-box;
	width:100%;
	margin:100px 0;
	padding:120px 60px 40px;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#menu_t-training>img{
	display:block;
	width:120px;
	margin:0 auto 20px;
}

#menu_t-training div{
	margin:0 0 60px 0;
}

#menu_t-training div h2{
	width:200px;
	margin:0 auto 60px;
	padding:10px 20px;
	background: linear-gradient(135deg,rgba(0,130,226,0.5),#fbfaf5);
	font-size:20px;
	font-family:'Norican', cursive;
	font-weight:normal;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#menu_t-training div h3{
	margin:0 0 40px 0;
	font-size:18px;
	line-height:1em;
	text-align:center;
}

#menu_t-training div p{
	width:85%;
	margin:0 auto 60px;
	font-size:16px;
	line-height:1.8em;
}

#menu_t-training section{
	width:85%;
	margin:0 auto 60px;
	padding:60px 0 20px;
	background-color:#fefefd;
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:2px solid rgba(0,0,0,0.1);
	border-bottom:2px solid rgba(0,0,0,0.1);
	border-radius:4px;
}

#menu_t-training section h4{
	width:240px;
	margin:0 auto 60px;
	padding:10px 20px;
	background-color:rgba(0,0,0,0.1);
	font-size:18px;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#menu_t-training section ul{
	width:80%;
	margin:0 auto 40px;
	padding:0 0 0 20px;
}

#menu_t-training section li{
	margin:0 0 10px 0;
	line-height:1.8em;
}

.menu_t-training_movie{
	box-sizing:border-box;
	overflow:hidden;
	padding:0 80px;
}

.menu_t-training_movie video{
	box-sizing:border-box;
	width:100%;
	margin:0 2% 0 0;
	padding:24px 6px 20px 5px;
	background-color:#313131;
	float:left;
}

.menu_t-training_movie video:last-child{
	margin:0;
	float:right;
}


/* price */


#price_key_area{
	width:100%;
	margin:84px auto 0;
	height:600px;
	background-image:url("../img/interface/bg_sky.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left bottom;
	position:relative;
}

#price_key_area div{
	width:200px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	top:230px;
	left:0;
	right:0;
}

#price_key_area div h1{
	margin:0 0 40px 0;
	color:#fff;
	font-size:80px;
	font-weight:normal;
	font-family:'Norican', cursive;
	text-align:center;
	text-shadow:#000 0 0 12px;
	letter-spacing:0;
	line-height:1em;
	
}

#price_key_area div p{
	width:100%;
	margin:20px 0 0 0;
	padding:16px 0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-shadow:#000 0 0 12px;
	letter-spacing:0.2em;
	line-height:1em;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	position:absolute;
	top:80px;
	left:0;
}

#price_contents{
	overflow:hidden;
	box-sizing:border-box;
	width:85%;
	margin:100px auto;
	padding:120px 60px;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#price_contents h2{
	width:200px;
	margin:0 auto 60px;
	padding:10px 20px;
	background: linear-gradient(135deg,rgba(0,130,226,0.5),#fbfaf5);
	font-size:20px;
	font-family:'Norican', cursive;
	font-weight:normal;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#price_contents h3{
	margin:0 0 40px 0;
	font-size:18px;
	line-height:1em;
	text-align:center;
}

#price_contents>ul{
	width:80%;
	margin:0 auto 60px;
	padding:0 0 0 20px;
}

#price_contents>ul li{
	margin:0 auto 10px;
	font-size:16px;
	line-height:1.8em;
}

#price_contents>ul li a{
	text-decoration:none;
	width:100px;
	margin:0 0 0 20px;
	color:#313131;
	text-align:center;
	line-height:1em;
	border-bottom:2px solid #313131;
	transition: all .3s;
}

#price_contents>ul li a:link{
	color:#313131;
}

#price_contents>ul li a:visited{
	color:#313131;
}

#price_contents>ul li a:hover{
	color:rgba(0,130,226,0.5);
	border-bottom:2px solid rgba(0,130,226,0.5);
}

#price_contents>ul li a:active{
	color:#313131;
}

#price_contents article{
	box-sizing:border-box;
	width:85%;
	margin:0 auto;
	padding:60px 0 0 0;
}

#price_contents article h4{
	width:240px;
	margin:0 auto 30px;
	padding:10px 20px;
	background: linear-gradient(135deg,rgba(0,130,226,0.5),#fbfaf5);
	font-size:18px;
	line-height:1em;
	letter-spacing:0;
	text-align:center;
	border-radius:20px;
}

#price_contents article>span{
	display:block;
	width:180px;
	margin:0 auto 60px;
	padding:10px 20px;
	font-size:15px;
	line-height:1em;
	text-align:center;
	border-top:1px solid #313131;
	border-bottom:1px solid #313131;
}

#price_contents article p{
	margin:0 auto 40px;
	font-size:15px;
	line-height:1.8em;
}

#price_contents article table{
	border-collapse: collapse;
	width:100%;
	margin:0 auto;
	border-top:1px solid #bfbebb;
	border-left:1px solid #bfbebb;
	border-right:1px solid #bfbebb;
}

#price_contents article table th{
	background-color:#eeede9;
	border-left:1px solid #bfbebb;
	border-bottom:1px solid #bfbebb;
	padding:14px 0;
}

#price_contents article table td{
	padding:14px 0 14px 14px;
	background-color:#fefefd;
	font-size:15px;
	text-align:center;
	line-height:1.8em;
	border-left:1px solid #bfbebb;
	border-bottom:1px solid #bfbebb;
}

#price_contents article a{
	text-decoration:none;
	display:block;
	width:100px;
	margin:0 0 0 auto;
	padding:8px 0;
	color:#313131;
	font-size:16px;
	font-family:'Norican', cursive;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	border-bottom:2px solid #313131;
	transition: all .3s;
}

#price_contents article a:link{
	color:#313131;
}

#price_contents article a:visited{
	color:#313131;
}

#price_contents article a:hover{
	border-bottom:2px solid rgba(0,130,226,0.5);
	color:rgba(0,130,226,0.5);
}

#price_contents article a:active{
	color:#313131;
}


/* shop */


#shop_key_area{
	width:100%;
	margin:84px 0 0 0;
	height:600px;
	background-image:url("../shop/img/shop_key.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top ;
	position:relative;
}

#shop_key_area div{
	width:370px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	top:230px;
	left:0;
	right:0;
}

#shop_key_area div h1{
	margin:0 0 40px 0;
	color:#fff;
	font-size:80px;
	font-weight:normal;
	font-family:'Norican', cursive;
	text-align:center;
	text-shadow:#000 0 0 12px;
	letter-spacing:0;
	line-height:1em;	
}

#shop_key_area div p{
	width:100%;
	margin:20px 0 0 0;
	padding:16px 0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-shadow:#000 0 0 12px;
	letter-spacing:0.2em;
	line-height:1em;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	position:absolute;
	top:80px;
	left:0;
}

.shop_contents{
	box-sizing:border-box;
	width:85%;
	margin:100px auto;
	padding:120px 60px;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    	box-shadow:0 0 18px #000;
	border-radius:4px;
}

#shop_contents>p{
	width:85%;
	margin:0 auto 40px;
	font-size:16px;
	line-height:1.8em;
}

#shop_message_area{
	width:85%;
	margin:0 auto 100px;
	padding:0 0 100px 0;
	border-bottom:2px dashed #ccc;
}

#shop_message_area article{
	overflow:hidden;
}

#shop_message_area video{
	box-sizing:border-box;
	overflow:hidden;
	width:46%;
	margin:0 8% 0 0;
	padding:24px 6px 20px 5px;
	background-color:#313131;
	float:left;
}

#shop_message_area article section{
	width:46%;
	margin:0;
	float:right;
}

#shop_message_area article section h2{
	margin:0 0 20px 0;
	font-size:22px;
	line-height:1.8em;
}

#shop_message_area article section span{
	font-size:16px;
	font-wight:normal;
}

#shop_message_area article section p{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#shop_staff_area{
	width:85%;
	margin:0 auto;
	padding:0 0 20px 0;
	border-bottom:2px dashed #ccc;
}

#shop_staff_area article{
	overflow:hidden;
	margin:0 0 100px 0;
}

#shop_staff_area video{
	box-sizing:border-box;
	overflow:hidden;
	width:46%;
	margin:0 8% 0 0;
	padding:24px 6px 20px 5px;
	background-color:#313131;
	float:left;
}
#shop_concept{
	width:85%;
	margin:0 auto 100px;
	padding:0 0 100px 0;
	border-bottom:2px dashed #ccc;
}

#shop_concept article{
	overflow:hidden;
}
.concept-container{
	padding: 0 2em;
}
#shop_concept article h2{
	margin:0 0 20px 0;
	font-size:22px;
	line-height:1.8em;
	
}

#shop_concept article span{
	font-size:16px;
	font-wight:normal;
}

#shop_concept article  p{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:2em;
}

#shop_staff_area{
	width:85%;
	margin:0 auto;
	padding:0 0 20px 0;
	border-bottom:2px dashed #ccc;
}

#shop_staff_area article{
	overflow:hidden;
	margin:0 0 100px 0;
}

#shop_staff_area video{
	box-sizing:border-box;
	overflow:hidden;
	width:46%;
	margin:0 8% 0 0;
	padding:24px 6px 20px 5px;
	background-color:#313131;
	float:left;
}
#shop_staff_area article section{
	width:46%;
	margin:0;
	float:right;
}

#shop_staff_area article section h2{
	margin:0 0 20px 0;
	font-size:22px;
	line-height:1.8em;
}

#shop_staff_area article section span{
	font-size:16px;
	font-wight:normal;
}

#shop_staff_area article section p{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#shop_info_area{
	width:85%;
	margin:0 auto;
}

#shop_info_area article{
	width:100%;
	text-align:center;
	
}

#shop_info_area article h2{
	margin:0 0 40px 0;
	font-size:24px;
	line-height:1.8em;
}

#shop_info_area article h2 span{
	font-size:16px;
	font-wight:normal;
}

#shop_info_area article>ul{
	list-style-type:none;
	margin:0 0 80px 0;
	padding:0;
	border-top:1px dashed #ccc;
}

#shop_info_area article>ul li{
	padding:15px 0;
	font-size:16px;
	line-height:1.8em;
	border-bottom:1px dashed #ccc;
}

#shop_info_area>iframe{
	width:100%;
	height:600px;
	margin:0;
	border-radius:4px;
}

#shop_license{
	box-sizing:border-box;
	width:100%;
	padding:20px;
	background-color:rgba(0,0,0,0.05);
	text-align:center;
	border-radius:4px;
}

#shop_license ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#shop_license li{
	margin:0 0 10px 0;
	font-size:16px;
	line-height:1.8em;
}


/* action */


#action_key_area{
	width:100%;
	margin:84px 0 0 0;
	height:600px;
	background-image:url("../action/img/action_key.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top ;
	position:relative;
}

#action_key_area div{
	width:370px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	top:230px;
	left:0;
	right:0;
}

#action_key_area div h1{
	margin:0 0 40px 0;
	color:#fff;
	font-size:80px;
	font-weight:normal;
	font-family:'Norican', cursive;
	text-align:center;
	text-shadow:#000 0 0 12px;
	letter-spacing:0;
	line-height:1em;	
}

#action_key_area div p{
	width:100%;
	margin:20px 0 0 0;
	padding:16px 0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-shadow:#000 0 0 12px;
	letter-spacing:0.2em;
	line-height:1em;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	position:absolute;
	top:80px;
	left:0;
}

#action_column{
	box-sizing:border-box;
	width:85%;
	margin:100px auto;
	padding:120px 60px 60px;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    box-shadow:0 0 18px #000;
	border-radius:4px;
}

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

#action_column>article{
	width:85%;
	margin:0 auto 40px;
}

#action_column>article h3{
	margin:0 0 40px 0;
	font-size:16px;
	line-height:1.8em;
}

#action_column>article p{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#action_column>article #name_sign{
	width:200px;
	margin:40px 0 0 auto;
	font-size:20px;
	text-align:right;
}

#action_column>article #name_sign span{
	margin:0;
	font-size:25px;
	font-weight:normal;
	font-family:'Norican', cursive;
}

.hogoken_image_area{
	overflow:hidden;
	padding:40px 0;	
}

.hogoken_image_area img{
	display:block;
	width:32%;
	margin:0 2% 20px 0;
	float:left;
}

.hogoken_image_area img:nth-child(3n){
	margin:0;
	float:right;
}

#action_join{
	box-sizing:border-box;
	width:85%;
	margin:100px auto;
	padding:120px 60px 100px;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    box-shadow:0 0 18px #000;
	border-radius:4px;
}

#action_join article{
	overflow:hidden;
	box-sizing:border-box;
	width:85%;
	margin:0 auto;
	padding:60px 0;
	border-top:2px dashed #ccc;
}

#action_join article:last-child{
	border-bottom:2px dashed #ccc;
}

#action_join img{
	display:block;
	width:180px;
	margin:0 60px 40px 0;
	float:left;
}

#action_join div h2{
	margin:0 0 30px 0;
	color:#313131;
	font-size:18px;
	line-height:1em;
}

#action_join div p{
	margin:0 0 30px 0;
	font-size:16px;
	line-height:1.8em;
}

#action_join div a{
	display:block;
	text-decoration:none;
	width:160px;
	margin-left:auto;
	padding:0 0 2px 0;
	color:#313131;
	text-align:center;
	border-bottom:2px solid #313131;
	transition: all .3s;
}

#action_join div a:link{
	color:#313131;
}

#action_join div a:visited{
	color:#313131;
}

#action_join div a:hover{
	color:#fdc2be;
	border-bottom:2px solid #fdc2be;
}

#action_join div a:active{
	color:#313131;
}


/* privacy */


#privacy_area{
	box-sizing:border-box;
	width:85%;
	margin:200px auto 100px;
	padding:120px 60px 60px;
	background-color:#fbfaf5;
	background-image:url("../img/interface/flower_deco.png");
	background-size:100% auto;
	background-repeat:repeat-y;
    box-shadow:0 0 18px #000;
	border-radius:4px;
}

#privacy_area>article{
	width:85%;
	margin:0 auto 40px;
}

#privacy_area>article>div{
	margin:0 0 60px 0;
}

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

#privacy_area>article>div p{
	margin:0;
	font-size:16px;
	line-height:1.8em;
}

#privacy_area>article section{
	padding:30px 0 10px;
	border-top:1px dashed #ccc;
}

#privacy_area>article section h3{
	margin:0 0 10px 0;
	font-size:16px;
	line-height:1.8em;
}

#privacy_area>article section p{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#privacy_area>article section p a{
	text-decoration:none;
	margin:0 4px;
	padding:1px 0;
	font-size:16px;
	border-bottom:2px solid #313131;
	color:#313131;
	transition: all .3s;
}

#privacy_area article section p a:link{
	color:#313131;
}

#privacy_area article section p a:visited{
	color:#313131;
}

#privacy_area article section p a:hover{
	color:#fdc2be;
	border-bottom:2px solid #fdc2be;
}

#privacy_area article section p a:active{
	color:#313131;
}



