/*==================================================================*/
/* レスポンシブルスタイル*/
/*==================================================================*/
/*---------- 幅768pxまでの指定 ----------*/

@media screen and (max-width:768px) {
.pc{
	display:none !important;
}
body{
	font-size:16px;
	line-height:1.8;
}
.l{
	float:none;
}
.r{
	float:none;
}
#page-top{
	width:36px;
	position:fixed;
	bottom:26px;
	right:18px;
	z-index:10001;
}
.wrap{
	width:100%;
	margin:0 auto;
	padding:0 0;
}
.slick-track{
	margin-bottom:0 !important;
}
.box-to-sample{
	width:100%;
	padding:10px;
	text-align:center;
	margin:0 auto;
}
.box-to-sample a{
	display:block;
}
/* 共通パーツ
---------------------------------------------- */
.fc-kogecya{
	color:#352300;
}
.fc-kin{
	color:#ad7e20;
}
.kousai{
	-webkit-box-shadow: 0 0 6px 0 #333; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 6px 0 #333; /* Firefox用 */
	box-shadow: 0 0 6px 0 #333; /* CSS3 */
}
.kousai-s{
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
}
.bounce{
	animation: key1 .3s ease infinite alternate;
}
/* ヘッダースタイル
---------------------------------------------- */
header {
	width:100%;
	height:60px;
	background:#ffcd00;
	padding:0;
	position:fixed;
	top:0;
	z-index:10002;
	filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.3));
}
header .h-logo{
	float:left;
	width:220px;
}

.hamburger-nav-toggle-btn {
	display:block;
	float:right;
	width:40px;
	text-align:center;
	line-height:40px;
	background:#352300;
	color:#ad7e20;
	border:none;
	margin:10px 10px 0 0;
	font-size:15px;
	padding:0 0;
}
.hamburger-nav-toggle-btn.close::before, .hamburger-nav-toggle-btn.open::before {
	font-family: 'FontAwesome';
}
.hamburger-nav-toggle-btn.open::before {
	content: '\f00d';
}
.hamburger-nav-toggle-btn.close::before {
	content: '\f0c9';
}
.hamburger-nav-list {
	width:100%;
	display: none;
	list-style: none;
	margin: 0 auto;
	padding:20px 20px 40px;
	background:#3e7e50;
}
.hamburger-nav-list ul{
	width:100%;
	margin: 0 auto;
	max-height:480px;
	padding: 10px 20px 20px;
	background: #fafaf4;
	border:1px solid #ad7e20;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
	overflow-y: scroll;
}
.hamburger-nav-list li {
	border-bottom: 1px dotted #ad7e20;
	padding: 10px 0;
}
.hamburger-nav-list li:last-child {
	border-bottom: 0;
	padding: 10px 0;
}
.hamburger-nav-list li a {
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	color:#352300;
	margin:0 24px 0 0;
	text-align:left;
	padding:0 0 0 10px;
	background:url("../img/arrow-gold.png") no-repeat center left;
	background-size:6px;
}
.hamburger-nav-list li a.sub {
	display:inline-block;
	font-size:10px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	padding:5px 8px;
	margin:0 10px 8px 0;
	background:#ad7e20;
	line-height:1.1;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}
.hamburger-nav-list-renew {
	width:100%;
	display: none;
	list-style: none;
	margin: 0 auto;
	padding:15px 15px 15px;
	background:#3e7e50;
}
.hamburger-nav-list-renew ul{
	width:100%;
}
.hamburger-nav-list-renew li {
	border-bottom: 1px dotted #ad7e20;
	padding: 0;
}
.hamburger-nav-list-renew li:last-child {
	border-bottom: 0;
	padding: 0;
}
.hamburger-nav-list-renew li a {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#352300;
	margin:0 0 0 0;
	text-align:left;
	padding:0 0 0 10px;
	background:url("../img/arrow-gold.png") no-repeat center left;
	background-size:6px;
}
.hamburger-nav-list-renew li a.sub {
	display:block;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:5px 8px;
	line-height:1.2;
	background:url("../img/arrow-gold.png") no-repeat left;
	background-size:4px;
}

.hamburger-nav-list-renew .box-list{
	width:100%;
	margin:0 auto;
	padding:10px 15px;
	max-height:320px;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	background: #fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}

.hamburger-nav-list-renew .menu-btn-area{
	width:100%;
	max-width:560px;
	margin:0 auto;
	padding:15px 8px 0;
	font-size:0;
	text-align: center;
}
.hamburger-nav-list-renew .menu-btn-area a{
	margin:0 4px 10px;
	font-weight:bold;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5); /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5); /* Firefox用 */
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.5); /* CSS3 */
}
.hamburger-nav-list-renew .menu-btn-area a.btn-sample {
	display: inline-block;
	width: 47%;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	background:#eb6877;
	color:#fff;
	font-size:14px;
	border-radius: 32px;		/* CSS3草案 */
	-webkit-border-radius: 32px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 32px;	/* Firefox用 */
}
.hamburger-nav-list-renew .menu-btn-area a.btn-contact {
	display: inline-block;
	width: 47%;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	background:#eb6877;
	color:#fff;
	font-size:14px;
	border-radius: 32px;		/* CSS3草案 */
	-webkit-border-radius: 32px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 32px;	/* Firefox用 */
}
.hamburger-nav-list-renew .menu-btn-area a.btn-online {
	display: inline-block;
	width: 98%;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	background:#eb6877;
	color:#fff;
	font-size:14px;
	border-radius: 36px;		/* CSS3草案 */
	-webkit-border-radius: 36px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 36px;	/* Firefox用 */
}
.menu__second-level{
	background:url("../img/bg-nav-txt.gif") repeat-x bottom center;
}
.menu__second-level a{
	font-size:15px;
	color:#fff;
	padding:8px 8px;
	font-weight:normal;
	line-height:1.4;
	display:block;
	text-align:left;
	text-decoration:none;
}
.menu__second-level a:hover{
	text-decoration:none;
}
.menu__single{
	padding:10px 0 0;
	background:url("../img/bg-nav-txt.gif") repeat-x bottom center;
}
.menu__single a{
	display:inline-block;
	padding:0 0 10px 24px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	background:url("../img/arrow-01.png") no-repeat top 3px left 0;
}
.menu__single a:hover{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background:url("../img/arrow-01.png") no-repeat top 3px left 0;
}
.menu__second-level ul li{
	padding:0 10px 10px 10px;
	display:inline-block;
	line-height:1.4;
	vertical-align:top;
}
.menu__second-level .w-full{
	width:100%;
	padding:0 0 14px;
}
.menu__second-level ul{
	padding:12px 0 0 0;
	border-top: 1px dotted #ad7e20;
}
.menu__second-level ul li{
	border:0;
}
.menu__second-level ul li.w-full a{
	padding:0 0 0 24px;
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	background:url("../img/arrow-01.png") no-repeat top 3px left 0;
}
.menu__second-level ul li.w-full a:hover{
	font-weight:bold;
	display:inline-block;
	font-size:14px;
	background:url("../img/arrow-01.png") no-repeat top 3px left 0;
}
.menu__second-level ul li a{
	padding:0 0 0 12px;
	display:inline-block;
	font-weight:normal;
	font-size:14px;
	line-height:1.2;
	background:url("../img/arrow-gold.png") no-repeat left;
	background-size:4px;
}
.menu__second-level ul li a:hover{
	display:inline-block;
	font-weight:normal;
	font-size:14px;
	line-height:1.2;
	background:url("../img/arrow-gold.png") no-repeat left;
	background-size:4px;
}
#mdropmenu{
	font-size:14px;
	width:100%;
	list-style-type: none;
	border:0;
	border-top:0;
}
#mdropmenu table td{
	border:0;
}
 #mdropmenu a {
	text-decoration: none;
}
#mdropmenu i{
	font-size:20px;
	color:#eb6877;
}
#mdropmenu li{
	border-top:0;
}
#mdropmenu li ul.in-ul{
	display:none;
	list-style-type: none;
}
#mdropmenu table{
	width:100%;
	min-height:30px;
	margin:0;
	padding:0;
	border:0;
}
.mlist-left{
	width:90%;
	padding:0 0;
	vertical-align:middle;
	background:#222;
	background:url("../img/bg-nav-txt.gif") repeat-x bottom center;
}
.mlist-right{
	width:10%;
	padding:10px;
	vertical-align: middle;
	text-align: center;
	background:#222;
	background:url("../img/bg-nav-txt.gif") repeat-x bottom center;
}
.mlist-full{
	width: 100%;
	padding: 10px 0;
	vertical-align: middle;
	background:#222;
	background:url("../img/bg-nav-txt.gif") repeat-x bottom center;
}
.mlist-full a,
	.mlist-left a{
	padding:0 0 0 24px;
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	background:url("../img/arrow-01.png") no-repeat top 3px left 0;
}
.mlist-50{
	width: 50%;
	padding: 10px;
	vertical-align: middle;
	border:0;
	background-color:#f7f7f7;
}
.mleft-second a{
	padding:0 0 0 12px;
	display:inline-block;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
}
.mleft-second li.page_item{
	padding:0 12px 10px 12px;
	display:inline-block;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
	vertical-align:top;
}
.mleft-second li.w-full a{
	width:100%;
	padding:10px 0 10px 15px;
	display:block;
	font-weight:normal;
	font-size:14px;
}
.mleft-third , .mright-third{
	background-color: #000;
}
.mleft-second{
	padding:0 15px;
}
/* フッタースタイル
---------------------------------------------- */
.kote-f-ban-area{
	width:100%;
	position:fixed;
	bottom:0;
	padding:6px 70px 0 0;
	z-index:10000;
}
footer{
	width:100%;
	min-width:100%;
}
footer .sitemap-area{
	width:100%;
	background:#ffcd00;
	padding:30px 20px;
}
footer .sitemap-area .ttl{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 20px;
	border-bottom:1px solid #ad7e20;
}
footer .sitemap-area .sitemap{
	width:100%;
	margin:0 auto 20px;
}
footer .sitemap-area .sitemap .box{
	width:100%;
	display:block;
	padding:10px 0;
	text-align:left;
}
footer .sitemap-area .sitemap .box-02{
	width:100%;
	display:block;
	padding:10px 0;
	text-align:left;
}
footer .sitemap-area .sitemap .box-02 .box-ttl{
	width:100%;
	margin-bottom:10px;
	padding:6px 6px;
	text-align:center;
	background:#352300;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
footer .sitemap-area .sitemap .box a{
	display:block;
	padding:0 0 0 10px;
	font-size:14px;
	line-height:2.4;
	border-bottom:1px dotted #ad7e20;
	background:url("../img/arrow-gold.png") no-repeat left center;
	background-size:4px;
	text-decoration:underline;
}
footer .sitemap-area .sitemap .box a:hover{
	text-decoration:none;
}
footer .sitemap-area .sitemap .box-02 a{
	display:block;
	padding:0 0 0 10px;
	font-size:16px;
	line-height:2.4;
	border-bottom:1px dotted #ad7e20;
	background:url("../img/arrow-gold.png") no-repeat left center;
	background-size:4px;
	text-decoration:underline;
}
footer .sitemap-area .sitemap .box-02 a:hover{
	text-decoration:none;
}
footer .foot-sns-area{
	width:100%;
	background:#fafaf4;
}
footer .foot-sns-area .ttl{
	width:100%;
	text-align:center;
	color:#ad7e20;
	font-size:15px;
	font-weight:bold;
	padding:0 5px 4px;
	margin:0 auto 15px;
	border-bottom:1px solid #ad7e20;
}
footer .foot-sns-area a{
	display:block;
	width:100%;
	font-weight:bold;
	padding:8px;
	border-bottom:1px dotted #ad7e20;
}
footer .f-ban-area{
	width:100%;
	margin:0 auto 15px;
	text-align:center;
}
footer .cash-ban-area{
	width:100%;
	margin:0 auto 10px;
	text-align:center;
}
footer .txt{
	width:100%;
	margin:0 auto;
	text-align:left;
	font-size:12px;
}
footer .ban-area a img{
	width:31%;
	display:inline-block;
	vertical-align:top;
	margin:0 ;
}
footer .foot-sns-area .foot-sns-wrap{
	width:100%;
	margin:0 auto;
	padding:30px 20px 40px;
}
footer .foot-sns-area .foot-sns-wrap .sns-link{
	width:100%;
}
footer .foot-sns-area .foot-sns-wrap .sns-link a{
	font-size:14px;
	display:inline-block;
	margin-right:15px;
	text-decoration:underline;
}
footer .foot-logo-area{
	width:100%;
	padding:30px 10px;
	background:#fff;
}
footer .foot-logo-area .foot-logo{
	max-width:220px;
	margin:0 auto;
}
footer .copy-area{
	width:100%;
	background:#352300;
	padding:30px 10px 110px;
}
footer .copy-area .copy{
	font-size:11px;
	text-align:center;
	color:#ad7e20;
}
footer .foot-cta-area{
	width:100%;
	margin:0 auto;
	padding:20px 0;
}
footer .foot-cta-area .base{
	width:100%;
	margin:0 auto;
	padding:20px;
	background:#fff;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
}

footer .foot-cta-area .ttl-f-cta{
	padding:0 0 10px;
	font-size:15px;
	font-weight:bold;
	color:#ad7e20;
	text-align:center;
}
.to-shop-info{
	width:100%;
	margin:0 auto;
	text-align:center;
}
footer .foot-cta-area .base .box{
	display:block;
	width:100%;
	margin:0 auto;
	padding:12px 0;
	border-bottom:1px dotted #666;
}
footer .foot-cta-area .base .box .ttl-shop{
	display:block;
	width:100%;
	margin:0 auto 10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#ad7e20;
	font-size:13px;
	line-height:26px;
}
footer .foot-cta-area .base .box .photo{
	display:block;
	width:30%;
	margin:0;
	float:left;
}
footer .foot-cta-area .base .box .info-box{
	display:block;
	width:66%;
	margin:0;
	float:right;
}
footer .foot-cta-area .base .box .txt-num{
	width:100%;
	margin:0;
	font-size:14px;
	line-height:1.4;
	text-align:left;
}
footer .foot-cta-area .base .box .txt-jyusyo{
	width:100%;
	margin:0;
	font-size:14px;
	line-height:1.4;
	text-align:left;
}

footer .foot-cta-area .base .btn-area{
	width:100%;
	margin:0 auto;
	padding:0 0 20px;
}
footer .foot-cta-area .base .btn-area a{
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:16px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	margin:0 0 2px 0;
	border-radius: 24px;		/* CSS3草案 */
	-webkit-border-radius: 24px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 24px;	/* Firefox用 */
}
footer .foot-cta-area .base .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}
/* container
---------------------------------------------- */
#container{
	width:100%;
	min-width:100% !important;
	min-height:380px;
	padding:60px 0 0;
	margin:0 auto;
}
#container .kijiichiran{
	padding:25px 0;
}
#container .kiji-con{
	width:100%;
	padding:0 15px 25px;
}
#container .side{
	width:100%;
	padding:0 15px 25px;
}
.pankuzu-area{
	width:100%;
	background:#fafaf4;
	padding:10px;
}
.pankuzu-area .wrap{
	font-size:11px;
	text-align:left;
}
.pankuzu-area .wrap a{
	text-decoration:underline;
}
.pankuzu-area .wrap a:hover{
	text-decoration:none;
}
.page-body{
	padding:0 0 50px;
}
.page-ttl-area{
	width:90%;
	margin:0 auto 20px;
	padding:30px 5px 5px;
	border-bottom:1px solid #ad7e20;
}
.page-ttl-area-long{
	width:90%;
	margin:0 auto 20px;
	padding:30px 5px 5px;
	border-bottom:1px solid #ad7e20;
}
.page-ttl-area h2,
.page-ttl-area-long h2{
	text-align:center;
	font-size:18px;
}
.page-main-area{
	width:100%;
	margin: 0 auto;
}
.page-main-area .page-main-v{
	position:relative;
	width:100%;
	margin: 0 auto 22px;
}
.page-main-area .page-main-catch{
	width:100%;
	margin: 0 auto 20px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding:0 20px;
}
.page-main-area .page-main-read{
	padding:0 20px 30px;
}
.page-contents{
	padding:0 20px;
}
/* index
---------------------------------------------- */
.main-area{
	width:100%;
}
.main-v-area{
	width:100%;
	background: #fafaf4;
	padding:15px 25px;
}
.ani-main-v-area{
	width:100%;
	max-width:580px;
	padding:15px;
	margin:0 auto ;
	position:relative;
}
.ani-main-v-area .img-001{
	width:100%;
	max-width:580px;
	position:relative;
	z-index:100;
}
.ani-main-v-area .img-002{
	width:100%;
	max-width:580px;
	position:absolute;
	top:0;
	left:0;
	z-index:101;
}
.ani-main-v-area .img-003{
	width:100%;
	max-width:580px;
	position:absolute;
	top:0;
	left:0;
	z-index:102;
}
.ani-main-v-area .img-004{
	width:100%;
	max-width:580px;
	position:absolute;
	top:0;
	left:0;
	z-index:103;
}
.main-read-area .read{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:10px 15px 25px;
}
.main-read-area .txt{
	font-weight:bold;
	font-size:13px;
	line-height:1.6;
	padding:0 15px 15px;
}
.top-slide-wrap{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.top-slide-area{
	width:100%;
	padding:15px 0 10px;
	background:#3e7e50;
	text-align:center;
}
.top-slide-area .fukidashi-picup{
	width:52px;
	margin:0 auto;
	text-align:center;
}

.top-slide-area .slick-prev,
.top-slide-area .slick-prev:before,
.top-slide-area .slick-prev:hover,
.top-slide-area .slick-prev:hover:before,
.top-slide-area .slick-prev:focus,
.top-slide-area .slick-prev:focus:before{
	left:0;
	display:block;
	position: absolute;
	top: 50%;
	background:url(../img/slick-prv.png) no-repeat center center;
	background-size:100%;
	width:48px;
	height:48px;
	z-index:9999;
}
.top-slide-area .slick-next,
.top-slide-area .slick-next:before,
.top-slide-area .slick-next:hover,
.top-slide-area .slick-next:hover:before,
.top-slide-area .slick-next:focus,
.top-slide-area .slick-next:focus:before{
	right:0;
	display:block;
	position: absolute;
	top: 50%;
	background:url(../img/slick-nex.png) no-repeat center center;
	background-size:100%;
	width:48px;
	height:48px;
	z-index:9999;
}
.shincyaku-area{
	width:100%;
	background:#fafaf4;
	padding:30px 20px 0;
}
.shincyaku-area .wrap{
	width:100%;
	margin:0 auto;
	padding:0px 0px;
}
.shincyaku-area .base{
	width:100%;
	background:#fff;
	padding:15px;
	margin:0 auto 15px;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}
.shincyaku-area .base h2{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 15px;
	border-bottom:1px solid #ad7e20;
}
.shincyaku-area .base ul{
	margin:0 auto 20px;
}
.shincyaku-area .base ul li{
	padding:8px 0;
	border-bottom:1px dotted #ccc;
}
.shincyaku-area .base ul li .cate{
	padding:3px 8px;
	display:inline-block;
	background:#ad7e20;
	color:#fff;
	font-size:11px;
	margin-bottom:6px;
}
.shincyaku-area .base ul li .date{
	padding:3px 8px;
	display:inline-block;
	background:#fff;
	color:#666;
	font-size:11px;
	margin-bottom:6px;
}
.shincyaku-area .base ul li a{
	display:block;
	text-decoration:underline;
}
.shincyaku-area .base ul li a:hover{
	text-decoration:none;
}
.shincyaku-area .base .btn-area{
	width:100%;
	max-width:320px;
	margin:0 auto;
}
.shincyaku-area .base .btn-area a{
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:14px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	margin:0 0 2px 0;
	border-radius: 24px;		/* CSS3草案 */
	-webkit-border-radius: 24px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 24px;	/* Firefox用 */
}
.shincyaku-area .base .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}

.shincyaku-area .top-moyou-box{
	padding:0 0 25px;
	width:100%;
	max-width:420px;
	margin:0 auto;
}
.shincyaku-area .top-moyou-box iframe{
	width:100% !important;
	max-width:100% !important;
	min-width:100% !important;
}
.shincyaku-area .tenjikai-moyou{
	width:100%;
}
.shincyaku-area .tenjikai-moyou h2{
	padding:12px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:20px;
	text-align:center;
}
.shincyaku-area .slick-dots{
	bottom: 0;
}
.top-link-area{
	width:100%;
	background:#fafaf4;
	padding:20px;
}
.top-link-area .box-list{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.top-link-area .box-list .box{
	display:block;
	vertical-align:top;
	width:100%;
	margin:0 auto 20px;
	background:#fff;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.top-link-area .box-list .box .box-in{
	padding:20px;
}
.top-link-area .box-list .box .box-in .ttl{
	font-size:16px;
	font-weight:bold;
	display:block;
	padding-bottom:15px;
}
.top-link-area .box-list .box .box-in .txt{
	text-align:left;
	padding-bottom:15px;
}
.top-link-area .box-list .box .btn-area{
	width:100%;
	max-width:320px;
	margin:0 auto;
}
.top-link-area .box-list .box .btn-area a{
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:14px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	margin:0 0 2px 0;
	border-radius: 24px;		/* CSS3草案 */
	-webkit-border-radius: 24px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 24px;	/* Firefox用 */
}
.top-link-area .box-list .box .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}
.top-link-area-02{
	width:100%;
	background:#fafaf4;
	padding:0;
}
.top-link-area-02 .box-list{
	width:100%;
	margin:0 auto;

}
.top-link-area-02 .box-list .box{
	display:block;
	width:100%;
	padding:0 10px 30px;
}
.top-link-area-02 .box-list .photo{
	display:block;
	float:left;
	width:72px;
	height:72px;
	overflow:hidden;
	border:1px solid #fff;
}
.top-link-area-02 .box-list .photo img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.top-link-area-02 .box-list .box .box-in{
	float: right;
	width: 100%;
	margin-right: -92px;
	padding-right: 92px;
}
.top-link-area-02 .box-list .box .box-in .ttl-link{
	font-size:16px;
	font-weight:bold;
	display:block;
	text-decoration:underline;
	padding-bottom:6px;
}
.top-link-area-02 .box-list .box .box-in .txt{
	text-align:left;
	font-size:14px;
}

.top-schoolbag{
	width:100%;
	background:#fafaf4;
	padding:0;
}
.randoseru .top-schoolbag{
	width:100%;
	background:#fff;
	padding:0;
}
.top-schoolbag .wrap{
	width:100%;
	margin:0 auto;
	padding:0;
}
.top-schoolbag h2{
	width:100%;
	background:#eb6877;
	padding:12px;
	font-size:16px;
	color:#fff;
	text-align:center;
	margin:0 auto 25px;
}
.top-schoolbag .top-schoolbag-list{
	width:100%;
	padding:0 15px;
	font-size:0;
	text-align:left;
}
.top-schoolbag .top-schoolbag-list .box{
	width:100%;
	display:block;
	padding:0 10px 40px;
}
.top-schoolbag .top-schoolbag-list .box .photo{
	padding:0 0 16px;
}
.top-schoolbag .top-schoolbag-list .box .photo a{
	display:block;
}
.top-schoolbag .top-schoolbag-list .box .ttl-link{
	padding:0 0 10px;
	display:block;
	font-size:16px;
	font-weight:bold;
}
.top-schoolbag .top-schoolbag-list .box .lp-txt{
	font-size:14px;
}

.top-schoolbag .top-schoolbag-list .box-02{
	width:33.33%;
	display:inline-block;
	vertical-align:top;
	padding:0 3px 20px;
}
.top-schoolbag .top-schoolbag-list .box-02 .photo{
	padding:0 0 5px;
	display:block;
}
.top-schoolbag .top-schoolbag-list .box-02 .ttl-link{
	padding:0 0 5px;
	display:block;
	font-size:11px;
}
.top-schoolbag .top-schoolbag-list .box-02 .txt{
	display:none;
}

.top-schoolbag .top-schoolbag-main{
	width:100%;
	margin:0 auto;
	padding:0 15px 30px;
}
.free-area{
	width:100%;
	background:#3e7e50;
	padding:30px 20px 50px;
}
.free-area .base{
	width:100%;
	margin:0 auto;
	background:#fff;
	padding:20px 20px 15px;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
	-webkit-box-shadow: 0 0 4px 0 #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 4px 0 #ccc; /* Firefox用 */
	box-shadow: 0 0 4px 0 #ccc; /* CSS3 */
}
.free-area .base .ttl{
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:0 5px 5px;
	margin:0 auto 25px;
	border-bottom:1px solid #ad7e20;
}
.free-area .base .base-in{
	width:100%;
	padding:0 0 0;
}

.instagram-area{
	padding:0;
	background:#fafaf4;
}
.instagram-area .ttl{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:24px 16px;
	background:#000;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.instagram-area .ttl i{
	color:#ff0000;
	font-size:18px;
	margin-right:6px;
	vertical-align:baseline;
}
.instagram-area .ig-list{
	padding:12px 0 48px;
	width:100%;
}
.instagram-area #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .instagram-area .sb_instagram_header.sbi_medium .sbi_header_text h3{
	margin-right:0 !important;
}

/* about
---------------------------------------------- */
.about .page-ttl-area{
  background-image:
    url("../img/about/bg-001.png"),
    url("../img/about/bg-002.png");

  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;

  background-position:
    bottom left, /* 最前面の背景レイヤーに対応 */
	bottom right;

  background-size:
    54px, /* 最前面の背景レイヤーに対応 */
48px;
}
.about .yurai{
	margin:0 auto 30px;
}
.about .yurai h3{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 30px;
	border-bottom:1px solid #ad7e20;
}
.about .yurai .box{
	margin:0 auto 40px;
}
.about .yurai .box .photo{
	width:100%;
	max-width:480px;
	margin:0 auto 30px;
}
.about .yurai .box .txt-area{
	width:100%:
}
.about .yurai .box .txt-area h4{
	padding-bottom:10px;
}

.about .jigyou{
	margin:0 auto 30px;
}
.about .jigyou h3{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 30px;
	border-bottom:1px solid #ad7e20;
}
.about .jigyou .box{
	margin:0 auto 40px;
}
.about .jigyou .box h4{
	width:100%;
	margin:0 auto 30px;
	padding:10px 10px;
	color:#fff;
	background:#eb6877;
	font-size:16px;
	text-align:center;
}
.about .jigyou .box .photo{
	width:100%;
	max-width:480px;
	margin:0 auto 30px;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.about .jigyou .box .txt-area{
	width:100%:
}
.about .jigyou .box .txt-area .catch{
	padding:0 0 10px;
	color:#eb6877;
	font-weight:bold;
	font-size:16px;
}
.about .jigyou .box .txt-area .txt{
	padding:0 0 30px;
}
.about .jigyou .box .txt-area .btn-area{
	width:100%;
	max-width:320px;
	margin:0 auto;
}
.about .jigyou .box .txt-area .btn-area a{
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:14px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	margin:0 0 2px 0;
	border-radius: 24px;		/* CSS3草案 */
	-webkit-border-radius: 24px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 24px;	/* Firefox用 */
}
.about .jigyou .box .txt-area .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}

.about .jigyou .box .catch-02{
	padding:0 0 10px;
	color:#eb6877;
	font-weight:bold;
	font-size:16px;
}
.about .jigyou .box .read{
	padding:0 0 20px;
}
.about .jigyou .box .txt-area h5{
	padding:0 0 10px;
	font-size:16px;
}
.about .jigyou .box .txt-area h5 span{
	color:#eb6877;
}
/* randoseru
---------------------------------------------- */
.randoseru .page-ttl-area-long{
  background-image:
    url("../img/randoseru/bg-001.png"),
    url("../img/randoseru/bg-002.png");

  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;

  background-position:
    bottom left, /* 最前面の背景レイヤーに対応 */
	bottom right;

  background-size:
    56px, /* 最前面の背景レイヤーに対応 */
	56px;
}
.randoseru .riyuu{
	width:100%;
	margin:0 auto 30px;
	padding:15px;
	text-align:center;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.randoseru .riyuu h3{
	font-size:16px;
	padding-bottom:20px;
}
.randoseru .line-up{
	width:100%;
	margin:0 auto 30px;
	padding:0;
}
.randoseru .line-up h3{
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:1.4;
	padding:0 5px 5px;
	margin:0 auto 20px;
	border-bottom:1px solid #ad7e20;
}
.randoseru .line-up .box{
	width:100%;
	margin:0 auto 30px;
	padding:0;
}
.randoseru .line-up .box .photo{
	width:100%;
	margin:0 auto 20px;
	padding:0;
}
.randoseru .line-up .box .txt{
	width:100%;
	margin:0 auto 25px;
	padding:0;
}
.randoseru .line-up .box .link-txt{
	width:100%;
	display:block;
	text-align:left;
	font-weight:bold;
	padding:0 0 15px;
	font-size:14px;
	text-decoration:underline;
}
.randoseru .line-up .box h4{
	font-size:20px;
	padding-bottom:15px;
}
.randoseru .line-up .box h4 span{
	color:#eb6877;
	font-size:14px;
	padding-bottom:5px;
}
.randoseru .line-up .box .btn-area{
	width:100%;
	max-width:320px;
	margin:0 auto;
}
.randoseru .line-up .box .btn-area a{
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:14px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	margin:0 0 2px 0;
	border-radius: 24px;		/* CSS3草案 */
	-webkit-border-radius: 24px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 24px;	/* Firefox用 */
}
.randoseru .line-up .box .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}

.randoseru .line-up .box-02{
	width:100%;
	margin:0 auto 30px;
	padding:0;
}
.randoseru .line-up .box-02 .photo{
	max-width:480px;
	width:100%;
	margin:0 auto 20px;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.randoseru .line-up .box-02 .txt-area{
	width:100%;
}
.randoseru .line-up .box-02 .txt-area .txt{
	padding:0 0 20px;
}
.randoseru .line-up .box-02 h4{
	font-size:18px;
	padding:0 0 10px;
}
.randoseru .line-up .box-02 .btn-area{
	width:100%;
	max-width:320px;
	margin:0 auto;
}
.randoseru .line-up .box-02 .btn-area a{
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:14px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	margin:0 0 2px 0;
	border-radius: 24px;		/* CSS3草案 */
	-webkit-border-radius: 24px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 24px;	/* Firefox用 */
}
.randoseru .line-up .box-02 .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}

.randoseru .maker{
	width:100%;
	margin:0 auto 0;
	padding:0;
}
.randoseru .maker h3{
	width:100%;
	margin:0 auto 15px;
	padding:6px 10px;
	text-align:center;
	color:#fff;
	background:#eb6877;
	font-size:16px;
}
.randoseru .maker .box{
	width:100%;
	margin:0 auto 30px;
}
.randoseru .maker .txt-area{
	width:100%;
}
.randoseru .maker .txt-area .txt{
	padding:0 0 10px;
}
.randoseru .maker .photo{
	max-width:160px;
	width:100%;
	margin:0 auto 20px;
}
.randoseru .maker .txt-area h4{
	padding:0 0 10px;
	font-size:16px;
}
.randoseru .maker .txt-area h4 span{
	color:#eb6877;
}

.randoseru .hosoku{
	width:100%;
	margin:0 auto 30px;
	padding:15px;
	background:#fafaf4;
}
.randoseru .hosoku .txt{
	font-weight:bold;
}
.randoseru .hosoku .txt span{
	color:#eb6877;
}

/* seifuku
---------------------------------------------- */
.seifuku .page-ttl-area-long{
  background-image:
    url("../img/seifuku/bg-001.png"),
    url("../img/seifuku/bg-002.png");

  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;

  background-position:
    bottom left, /* 最前面の背景レイヤーに対応 */
	bottom right;

  background-size:
    40px, /* 最前面の背景レイヤーに対応 */
	40px;
}

.seifuku .tokucyou{
	width:100%;
	margin:0 auto 30px;
	padding:30px 25px;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.seifuku .tokucyou h3{
	font-size:15px;
	padding-bottom:30px;
}
.seifuku .tokucyou .img{
	max-width:357px;
	padding:10px 15px;
	margin:0 auto 30px;
}
.seifuku .tokucyou .cyusyaku{
	font-size:14px;
}

.seifuku .system{
	width:100%;
	margin:0 auto 30px;
	padding:20px;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.seifuku .system h3{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 30px;
	border-bottom:1px solid #ad7e20;
}
.seifuku .system .box{
	width:100%;
	padding:0;
	margin:0 auto 30px;
}
.seifuku .system .box .photo{
	max-width:234px;
	width:100%;
	margin:0 auto 15px;
}
.seifuku .system .box .txt-area{
	width:100%;
	margin:0 auto 15px;
}
.seifuku .system .box .txt-area h4{
	text-align:center;
	padding:10px;
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
}
.seifuku .system .box .txt-area h4#bg-01{
	background:#80c269;
}
.seifuku .system .box .txt-area h4#bg-02{
	background:#aa89bd;
}
.seifuku .system .box .txt-area h4#bg-03{
	background:#ddb438;
}
.seifuku .system .box .txt-area h4#bg-04{
	background:#e7865d;
}
.seifuku .system .box .txt-area h5{
	font-size:16px;
	margin-bottom:10px;
	text-align:center;
}

.seifuku .service{
	width:100%;
	margin:0 auto 30px;
	padding:20px;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.seifuku .service h3{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 30px;
	border-bottom:1px solid #ad7e20;
}
.seifuku .service .box-list{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.seifuku .service .box{
	width:100%;
	margin:0 auto 30px;
}
.seifuku .service .box .photo{
	max-width:234px;
	width:100%;
	margin:0 auto 20px;
}
.seifuku .service .box h4{
	padding:10px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:15px;
}
.seifuku .service .box h5{
	margin-bottom:10px;
}
.seifuku .service .box .txt{
	text-align:left;
	font-size:14px;
}

.seifuku .line-up{
	width:100%;
	margin:0 auto 30px;
	padding:20px;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.seifuku .line-up h3{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 20px;
	border-bottom:1px solid #ad7e20;
}
.seifuku .line-up .cyusyaku{
	font-size:12px;
	text-align:center;
	margin:0 auto 30px;
}
.seifuku .line-up .box-list{
	width:100%;
	margin:0 auto 30px;
	text-align:center;
}
.seifuku .line-up .box-list .box{
	display:inline-block;
	width:100%;
	margin:0 auto 30px;
	vertical-align:top;
}
.seifuku .line-up .box-list .box .photo{
	margin:0 auto 15px;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.seifuku .line-up .box-list .box h4{
	margin:0 auto 5px;
}
.seifuku .line-up .box-list .box h5{
	width:110px;
	line-height:28px;
	font-size:13px;
	color:#fff;
	text-align:center;
	margin:0 auto 8px;
	background:#eb6877;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.seifuku .line-up .box-list .box .kakaku{
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:1.3;
	text-align:center;
}
.seifuku .line-up .box-list .box .kakaku .txt-kakaku{
	font-size:20px;
	font-weight:bold;
	color:#eb6877;
}

.seifuku .line-up .btn-area{
	width:100%;
	margin:0 auto 60px;
	text-align:center;
}
.seifuku .line-up .btn-area a{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.seifuku .line-up .btn-area a{
	width:100%;
	line-height:1.4;
	padding:12px 5px;
	font-size:16px;
	font-weight:bold;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	margin:0 0 2px 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.seifuku .line-up .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}

.seifuku .line-up .base{
	width:100%;
	background:#fff;
	margin:0 auto 30px;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.seifuku .line-up .base h4{
	padding:10px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	text-align:center;
}
.seifuku .line-up .base .base-in{
	width:100%;
	padding:15px;
}
.seifuku .line-up .base .base-in .txt{
	width:100%;
	padding:0 0 20px;
	font-size:14px;
}


.seifuku .line-up .base .base-in .jyunbi-box-list{
	width:100%;
}
.seifuku .line-up .base .base-in .jyunbi-box-list h5{
	font-size:16px;
	margin:0 auto 10px;
	text-align:center;
}
.seifuku .line-up .base .base-in .jyunbi-box-list .jyunbi-box{
	width:100%;
	margin:0 auto 10px;
}
.seifuku .line-up .base .base-in .jyunbi-box-list .jyunbi-box h6 span{
	color:#eb6877;
}

.seifuku .line-up .base .base-in .pre-box-list{
	width:100%;
}
.seifuku .line-up .base .base-in .pre-box-list h5{
	font-size:16px;
	margin:0 auto 10px;
	text-align:center;
}
.seifuku .line-up .base .base-in .pre-box-list .pre-box{
	width:100%;
	margin:0 auto 10px;
}
.seifuku .line-up .base .base-in .pre-box-list .pre-box h6 span{
	color:#eb6877;
}

.seifuku .line-up .ori-item-area{
	padding:0 0 40px;
}
.seifuku .line-up .ori-item-area .read-txt{
	padding:0 0 15px;
}

.seifuku .line-up .ori-item-area .spec-list li{
	width:100%;
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #F6A38B;
}
.seifuku .line-up .ori-item-area .spec-list li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* guide
---------------------------------------------- */
.guide .guide-link-area{
	padding:0 0 25px;
	font-size:14px;
}
.guide .base{
	width:100%;
	margin:0 auto 30px;
	padding:20px;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.guide .base-in h3{
	width:100%;
	text-align:center;
	font-size:15px;
	padding:0 5px 5px;
	margin:0 auto 20px;
	border-bottom:1px solid #ad7e20;
}
.guide .txt-read{
	padding:0 0 30px;
}
.guide .base .box{
	width:100%;
	padding:0 0 30px;
}
.guide .base .box h4{
	padding:10px;
	font-size:14px;
	color:#fff;
	background:#eb6877;
	margin-bottom:15px;
}
.guide .base .box .txt{
	padding:0 0 20px;
	font-size:14px;
}

/* tenpo
---------------------------------------------- */
.tenpo .mission{
	width:100%;
	margin:0 auto;
}
.tenpo .mission .img-cyousen{
	width:100%;
	max-width:480px;
	margin:0 auto 30px;
	text-align:center;
}
.tenpo .mission .base{
	width:100%;
	margin:0 auto 30px;
	padding:20px;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.tenpo .mission .base .txt-zehi{
	font-size:20px;
	font-weight:bold;
	margin:0 auto 20px;
}
.tenpo .mission .base .txt-read{
	margin:0 auto 20px;
}
.tenpo .mission .base .img-image{
	margin:0 auto 20px;
	text-align:center;
	width:142px;
}
.tenpo .mission .base .box{
	position:relative;
	width:100%;
	margin:0 auto 30px;
	padding:20px 20px 60px;
	background:#fff;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.tenpo .mission .base .box #bg-oowada{
	width:70px;
	position:absolute;
	right:10px;
	bottom:10px;
}
.tenpo .mission .base .box #bg-takefu{
	width:70px;
	position:absolute;
	right:10px;
	bottom:10px;
}
.tenpo .mission .base .box #bg-yashiro{
	width:70px;
	position:absolute;
	right:10px;
	bottom:10px;
}
#yousei-01{
	width:32px;
	position:absolute;
	right:82px;
	bottom:20px;
}
#yousei-02{
	display:block;
	width:40px;
	position:absolute;
	right:20px;
	bottom:15px;
}
#yousei-03{
	width:50px;
	position:absolute;
	left:-10px;
	bottom:30px;
}
.tenpo .mission .base .box h3{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 20px;
	border-bottom:1px solid #ad7e20;
}
.tenpo .mission .base .box h4{
	font-size:20px;
	padding:10px 0;
	margin:0 auto 20px;
	color:#eb6877;
}
.tenpo .mission .base .box .box-in .photo{
	width:100%;
	max-width:500px;
	margin:0 auto 20px;
}
.tenpo .mission .base .box .box-in .info-box{
	width:100%;
	max-width:500px;
	margin:0 auto 20px;
}
.tenpo .mission .base .box .box-in .info-box table{
	width:100%;
	border:1px solid #ccc;
	font-weight:normal;
	font-size:14px;
}
.tenpo .mission .base .box .box-in .info-box table th{
	width:30%;
	padding:10px;
	text-align:left;
	color:#fff;
	background:#eb6877;
	border:1px solid #ccc;
}
.tenpo .mission .base .box .box-in .info-box table td{
	width:70%;
	padding:10px;
	text-align:left;
	border:1px solid #ccc;
}

.tenpo .mission .base .box .btn-area{
	width:100%;
	margin:0 auto;
	padding:10px 0;
}
.tenpo .mission .base .box .btn-area a{
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:15px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	margin:0 0 2px 0;
	border-radius: 24px;		/* CSS3草案 */
	-webkit-border-radius: 24px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 24px;	/* Firefox用 */
}
.tenpo .mission .base .box .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}

/* tenpo-con
---------------------------------------------- */
.tenpo-con .movie-area{
	margin:0 auto 40px;
}
.tenpo-con .base{
	width:100%;
	margin:0 auto;
	padding:20px;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.tenpo-con .base h3{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 15px;
	border-bottom:1px solid #ad7e20;
}
.tenpo-con .movie-area .movie-in{
	width:100%;
	margin:0 auto 5px;
}
.tenpo-con .movie-area .img{
	width:100%;
	max-width:375px;
	margin:0 auto 25px;
}
.tenpo-con .movie-area .txt{
	padding:10px 0 20px;
}
.tenpo-con .point-area{
	margin:0 auto 30px;
}
.tenpo-con .point-area .box{
	border-bottom:2px dotted #ccc;
	margin:0 auto 30px;
}
.tenpo-con .point-area h3{
	padding:10px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:20px;
	text-align:center;
}
.tenpo-con .point-area .box h4{
	font-size:16px;
	color:#eb6877;
	margin-bottom:10px;
}
.tenpo-con .point-area .box .txt-area{
	width:100%;
	margin-bottom:20px;
}
.tenpo-con .point-area .box .photo{
	width:100%;
	margin-bottom:20px;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}

.tenpo-con .g-photo-area{
	margin:0 auto;
}
.tenpo-con .g-photo-area h3{
	padding:10px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:20px;
	text-align:center;
}
.tenpo-con .g-photo-area .wp-con{
	margin:0 auto;
}
.tenpo-con .g-photo-area .cyusyaku{
	font-size:14px;
	text-align:center;
	margin:0 auto 20px;
}
.tenpo-con .g-photo-area .wp-con .entry-content{
	padding:0 0 0;
}
.tenpo-con .map-area{
	margin:0 auto 30px;
}
.tenpo-con .map-area h3{
	padding:10px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:20px;
	text-align:center;
}

.tenpo-con .map-area .map-wrap{
	width:100%;
	margin:0 auto 30px;
}
.tenpo-con .map-area .map-info{
	width:100%;
	margin:0 auto 30px;
}
.tenpo-con .map-area .map-info table{
	width:100%;
	border:1px solid #ccc;
	font-weight:normal;
	font-size:14px;
}
.tenpo-con .map-area .map-info table th{
	width:30%;
	padding:15px 10px;
	text-align:left;
	color:#fff;
	background:#eb6877;
	border:1px solid #ccc;
}
.tenpo-con .map-area .map-info table td{
	width:70%;
	padding:15px 10px;
	text-align:left;
	border:1px solid #ccc;
}

/* qa
---------------------------------------------- */
.qa .qa-randoseru{
	margin:0 auto 40px;
}
.qa .base{
	width:100%;
	margin:0 auto;
	padding:20px;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.qa .base h3{
	padding:0 0 15px;
	font-size:16px;
	color:#ad7e20;
	text-align:center;
}
.qa .base .box{
	width:100%;
	margin:0 auto 30px;
	padding:15px;
	background:#fff;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
	-webkit-box-shadow: 0 0 4px 0 #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 4px 0 #ccc; /* Firefox用 */
	box-shadow: 0 0 4px 0 #ccc; /* CSS3 */
}
.qa .base .box dt{
	width:100%;
	padding-bottom:12px;
	margin-bottom:15px;
	border-bottom:2px dotted #ccc;
	font-size:16px;
	font-weight:bold;
	color:#4ebbc7;
}
.qa .base .box dd{
	width:100%;
	font-size:14px;
}
.qa .base .box .ttl-a{
	font-weight:bold;
	color:#f47591;
}

/* mama
---------------------------------------------- */
.mama .page-ttl-area{
  background-image:
    url("../img/mama/bg-001.png"),
    url("../img/mama/bg-002.png");

  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;

  background-position:
    bottom left, /* 最前面の背景レイヤーに対応 */
	bottom right;

  background-size:
    48px, /* 最前面の背景レイヤーに対応 */
	48px;
}

.mama .kouza{
	width:100%;
	margin:0 auto 50px;
	padding:20px;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.mama .kouza h3{
	font-size:16px;
	padding-bottom:20px;
}
.mama .kouza h4{
	font-size:15px;
	padding-bottom:5px;
}
.mama .kouza h4 span{
	color:#eb6877;
}
.mama .kouza .txt{
	padding-bottom:20px;
}
.mama .kouza .txt:last-child{
	padding-bottom:0px;
}
.mama .kouza-list{
	width:100%;
	margin:0 auto;
}
.mama .kouza-list h3{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 20px;
	border-bottom:1px solid #ad7e20;
}
.mama .kouza-list .box{
	width:100%;
	padding:0 0 30px;
	margin:0 auto 30px;
	border-bottom:2px dotted #ccc;
}
.mama .kouza-list .box h4{
	padding:10px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:20px;
	text-align:center;
}
.mama .kouza-list .box .txt-area{
	width:100%;
	margin:0 auto 20px;
}
.mama .kouza-list .box .photo{
	width:100%;
	margin:0 auto;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}

/* action
---------------------------------------------- */
.action .page-ttl-area-long{
  background-image:
    url("../img/action/bg-001.png"),
    url("../img/action/bg-002.png");

  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;

  background-position:
    bottom left, /* 最前面の背景レイヤーに対応 */
	bottom right;

  background-size:
    48px, /* 最前面の背景レイヤーに対応 */
	48px;

}

.action .action-list{
	width:100%;
	margin:0 auto;
}
.action .action-list h3{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 20px;
	border-bottom:1px solid #ad7e20;
}
.action .action-list .box{
	width:100%;
	padding:0 0 30px;
	margin:0 auto 30px;
	border-bottom:2px dotted #ccc;
}
.action .action-list .box h4{
	padding:10px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:20px;
	text-align:center;
}
.action .action-list .box .txt-area{
	width:100%;
	margin:0 auto 20px;
}
.action .action-list .box .photo{
	width:100%;
	margin:0 auto;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}

.action .action-list .box-1cm{
	width:100%;
	margin:0 auto 30px;
}
.action .action-list .box-1cm h4{
	padding:10px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:20px;
	text-align:center;
}
.action .action-list .box-1cm .txt-area{
	width:100%;
	margin:0 auto 20px;
}
.action .action-list .box-1cm .ban{
	width:100%;
	margin:0 auto;
	display:block;
}

/* concept
---------------------------------------------- */
.concept .page-ttl-area-long{
  background-image:
    url("../img/concept/bg-001.png"),
    url("../img/concept/bg-002.png");

  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;

  background-position:
    bottom left, /* 最前面の背景レイヤーに対応 */
	bottom right;

  background-size:
    48px, /* 最前面の背景レイヤーに対応 */
	48px;
}
.concept .message{
	width:100%;
	margin:0 auto 60px;
	padding:20px;
	background:#fafaf4;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
}
.concept .message h3{
	padding:0 0 15px;
	font-size:16px;
	color:#ad7e20;
	text-align:center;
}
.concept .message .txt{
	padding-bottom:30px;
}

.concept .statement h3{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 5px 5px;
	margin:0 auto 30px;
	border-bottom:1px solid #ad7e20;
}
.concept .statement h4{
	padding:10px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:20px;
	text-align:center;
}
.concept .statement h5{
	padding:10px 0;
	font-size:18px;
	color:#eb6877;
}
.concept .statement .box{
	width:100%;
	margin:0 auto 40px;
}
.concept .statement .box .txt-area .txt{
	width:100%;
	margin:0 auto 30px;
}
.concept .statement .box .txt-area .img{
	width:100%;
	max-width:500px;
	margin:0 auto;
	text-align:center;
}

/* category
---------------------------------------------- */
.link-cate-area{
	font-size:12px;
	padding:0 16px 24px;
}
.link-cate-area a{
	text-decoration:underline;
}
.link-cate-area a:hover{
	text-decoration:none;
}
.kiji-con .sub-info .cate{
	display:inline-block;
	font-size:12px;
	color:#fff;
	background:#ad7e20;
	padding:8px 10px;
	margin-bottom:6px;
	line-height:1;
}
.kiji-con .sub-info .date{
	padding:3px 8px;
	display:inline-block;
	background:#fff;
	color:#666;
	font-size:11px;
	margin-bottom:6px;
}

.kiji-con .cate-ttl-area{
	width:100%;
	text-align:center;
	padding:20px 10px;
	background:#fafaf4;
	color:#ad7e20;
	margin:0 auto 20px;
}
.kiji-list ul li{
	padding:0 0 15px;
	border-bottom:1px dotted #666;
	margin-bottom:15px;
}
.kiji-list ul li .thum{
	display:block;
	float:left;
	width:25%;
	height:auto;
	overflow:hidden;
	border:0;
	text-decoration:none;
	background:#fff;
}
.kiji-list ul li .thum .no-image{
	width:100%;
	text-align:center;
	line-height:60px;
	font-size:12px;
	color:#ddd;
	font-weight:bold;
	text-decoration:none;
}
.kiji-list ul li .con{
	float:right;
	width:70%;
}
.kiji-list ul li .con .cate{
	display:inline-block;
	font-size:12px;
	color:#fff;
	background:#ad7e20;
	padding:8px 10px;
	margin-bottom:6px;
	line-height:1;
}
.kiji-list ul li .con .date{
	padding:3px 8px;
	display:inline-block;
	background:#fff;
	color:#666;
	font-size:11px;
	margin-bottom:6px;
}
.kiji-list ul li .con .title{
	display:block;
	font-size:16px;
	line-height:1.4;
	margin-bottom:10px;
	font-weight:bold;
}
.kiji-list ul li .con .bassui{
	font-size:14px;
}

/* wp css
---------------------------------------------- */
.widget-area .widget {
	margin:0 0 25px !important;
}
.widget-area{
	margin:0 !important;
}
.side .widget-title{
	width:100%;
	padding:10px;
	background:#352300;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:1.1em;
	letter-spacing:0;
	margin-bottom:0px;
}
.side .widget-area .widget h3{
	margin-bottom:0px;
}
.side .widget-area .widget a {
	color:#000;
	overflow:hidden;
	outline:none;
	transition: all .3s;
	text-decoration: none;
}
.side .widget-area .widget a:hover {
	color:#ffa200;
	text-decoration: none;
	cursor: pointer;
}
.side .widget-area .widget ul li{
	padding:14px 0;
	font-size:14px;
	line-height:1.4;
	border-bottom:1px dotted #666;
}

/* 記事詳細
---------------------------------------------- */
.entry-title{
	width:100%;
	margin:0 auto 24px;
	border-bottom:2px solid #ad7e20;
	padding:0 0 8px;
	font-size:21px;
	line-height:1.5;
}
.entry-content {
	padding:0 0 15px;
}
.entry-content a{
	color:#0033CC;
	text-decoration:underline;
}
.entry-content a:hover{
	color:#ffa200;
	text-decoration:none;
}
.entry-content h1{
	padding:5px 8px;
	font-size:18px;
	color:#fff;
	background:#eb6877;
	margin-bottom:20px;
}
.entry-content h2{
	padding:12px;
	font-size:17px;
	color:#fff;
	background:#352300;
	margin-bottom:24px;
}
.entry-content p:last-child{
	margin-bottom:0;
}
.nav-single{
	padding:20px 0;
}
.kiji-con .btn-area{
	width:90%;
	padding:15px 0;
	margin:0 auto;
}
.kiji-con .btn-area a {
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:14px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	margin:0 0 2px 0;
	border-radius: 40px;		/* CSS3草案 */
	-webkit-border-radius: 40px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 40px;	/* Firefox用 */
	cursor:pointer;
}
.kiji-con .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}

/** FORM周り 
※iOSでinputのフォーカス時に画面が
ズームするのを防ぐためフォントサイズは16px以上
===================================*/
.sattoucyu{
	width:100%;
	margin:0 auto 25px;
	padding:15px 25px;
	border:2px solid #DE2512;
}
.sattoucyu .txt{
	margin:0 auto ;
	font-weight:bold;
}
.contact-area{
	width:100%;
	margin:0 auto;
	padding:0;
}
.contact-area .btn-area{
	width:90%;
	padding:15px 0;
	margin:0 auto;
}
.contact-area dl{
	width:100%;
	border-bottom:1px dotted #666;
	margin:0 0 12px;
}
.contact-area dt{
	font-weight:bold;
	color:#352300;
	border-left:5px solid #ad7e20;
	font-size:16px;
	padding:4px 0 4px 12px;
}
.contact-area dd{
	width:100%;
	padding:12px 0 24px;
}
select,input[type="text"],
textarea {
	outline: none;
	border: 1px solid #999;
	-webkit-transition: all .3s;
	transition: all .3s;
	width:100%;
	padding:12px;
	background:#fff;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	font-size:16px;
}
.yubin{
	width:28% !important;
	margin-bottom:8px;
}
.todoufuken{
	width:48% !important;
	margin-bottom:8px;
}
input[type="submit"]{
	-webkit-appearance: none;
}
input[type="submit"] {
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:14px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	margin:0 0 2px 0;
	border-radius: 40px;		/* CSS3草案 */
	-webkit-border-radius: 40px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 40px;	/* Firefox用 */
	cursor:pointer;
}
input[type="submit"]:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}
input[type="submit"]::before,
input[type="submit"]::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
input[type="submit"],
input[type="submit"]::before,
input[type="submit"]::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.kanryou-area{
	width:100%;
	margin:0 auto;
	padding:20px;
	background:#fafaf4;
	border-radius:5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}
.kanryou-area .ttl-kanryou{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#ad7e20;
	padding:0 0 0;
}
.kanryou-area .txt{
	padding:0 0 0;
}
.kanryou-area .btn-area{
	width:90%;
	padding:15px 0;
	margin:0 auto;
}
.kanryou-area .btn-area a {
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:14px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin:0 0 2px 0;
	border-radius: 40px;		/* CSS3草案 */
	-webkit-border-radius: 40px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 40px;	/* Firefox用 */
	cursor:pointer;
}
.kanryou-area .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}
/* takuhai
---------------------------------------------- */
.takuhai .takuhai-area{
	width:100%;
	margin:0 auto;
	padding:0 0 0;
}
.takuhai .mw_wp_form .vertical-item{
	padding:0 0 8px;
	font-size:14px;
}
.takuhai .mw_wp_form .vertical-item label{
	font-weight:normal;
}
.takuhai .takuhai-ttl-01{
	padding:12px 8px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:16px;
	text-align:center;
}
.takuhai .takuhai-area .takuhai-main {
	width:100%;
	margin:0 auto;
	padding:10px 0 30px;
}
.takuhai .takuhai-area .takuhai-main .txt-catch{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:0 0 30px;
	font-size:20px;
	font-weight:bold;
	color:#eb6877;
}
.takuhai .onegai-box {
	width:100%;
	margin:0 auto;
	padding:0 0 48px;
}
.takuhai .onegai-box .onegai-txt{
	font-size:13px;
	line-height:2;
}
.takuhai .takuhai-model{
	width:100%;
	margin:0 auto;
	padding:0 0 40px;
}
.takuhai .takuhai-model .model-list .box{
	width:49%;
	display:inline-block;
	vertical-align:top;
	padding:0 12px 36px;
	font-size:12px;
}
.takuhai .takuhai-model .model-list .box p{
	margin:0;
	line-height:1.3;
	padding:0 0 6px;
}
.takuhai .takuhai-model .model-list .box .txt-otodoke{
	font-size:12px;
}

.takuhai .btn-area{
	width:100%;
	padding:15px;
	margin:0 auto;
}
.takuhai .btn-area a {
	width:100%;
	line-height:48px;
	padding:0 5px;
	font-size:15px;
	display:block;
	background:#352300 url("../img/arrow-02.png") no-repeat center right;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin:0 0 2px 0;
	border-radius: 40px;		/* CSS3草案 */
	-webkit-border-radius: 40px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 40px;	/* Firefox用 */
	cursor:pointer;
}
.takuhai .btn-area a:hover{
	background:#ad7e20 url("../img/arrow-02.png") no-repeat center right;
}
/* hosyou
---------------------------------------------- */

.hosyou h3{
	padding: 7px;
	font-size: 16px;
	color: #fff;
	background: #eb6877;
	margin-bottom: 16px;
	text-align: center;
}
.hosyou p{
	font-size: 14px;
}
/* syuccyou
---------------------------------------------- */
.syuccyou{
	width:100%;
	margin:0 auto;
	padding:0 0 50px;
}
.syuccyou .yoteihyou{
	padding:0 0 20px;
}
.syuccyou .yoteihyou h2{
	padding:6px 8px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:15px;
	text-align:center;
}
.syuccyou .yoteihyou table{
	width:100%;
	border:1px solid #ccc;
	font-weight:normal;
	font-size:14px;
}
.syuccyou .yoteihyou table th{
	width:30%;
	padding:15px;
	text-align:left;
	background:#ededdc;
	border:1px solid #ccc;
	vertical-align:top;
}
.syuccyou .yoteihyou table td{
	width:70%;
	padding:15px;
	text-align:left;
	border:1px solid #ccc;
	vertical-align:top;
}

.syuccyou .rireki{
	padding:0 0 40px;
}
.syuccyou .rireki h2{
	padding:6px 8px;
	font-size:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:15px;
	text-align:center;
}
.syuccyou .rireki .rireki-box{
	padding:0 0 20px;
	margin-bottom:20px;
	border-bottom:2px dotted #eb6877;
}
.syuccyou .rireki .rireki-box .rireki-gazou{
	width:72%;
	margin:0 auto;
	padding:0 0 15px;
	text-align:center;
}
.syuccyou .rireki .rireki-box .rireki-txt{
	width:100%;
}
.syuccyou .tenjikai-moyou{
	padding:0 0 40px;
}
.syuccyou .tenjikai-moyou h2{
	padding:10px 15px;
	font-size:20px;
	color:#fff;
	background:#eb6877;
	margin-bottom:25px;
	text-align:center;
}
.syuccyou .tenjikai-moyou .tenjikai-moyou-txt{
	padding:0 0 20px;
	text-align:center;
}
.syuccyou .tenjikai-moyou .link-to-insta{
	padding:0 0 10px;
}
.syuccyou .tenjikai-moyou .link-to-insta .link-to-insta-txt{
	padding:0 0 10px;
	text-align:center;
	font-weight:bold;
	color:#eb6877;
}
.syuccyou .tenjikai-moyou .moyou-box iframe{
	width:96% !important;
	max-width:96% !important;
	min-width:96% !important;
}
.syuccyou .tenjikai-moyou .slick-dots{
	bottom: 0;
}
.syuccyou .tenjikai-moyou .moyou-box{
	padding:0 0 30px;
}
.syuccyou .tenjikai-moyou .link-to-insta-btn-area{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:0 0 20px;
}
.syuccyou .tenjikai-moyou .link-to-insta-btn-area .btn-box{
	width:48%;
	margin:0 1%;
	vertical-align:top;
	display:inline-block;
	text-align:center;
}
.syuccyou .tenjikai-moyou .link-to-insta-btn-area .btn-box a{
	width:100%;
	padding:10px 6px;
	display:block;
	border:2px dotted #eb6877;
	font-weight:bold;
	font-size:14px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.syuccyou .tenjikai-moyou .link-to-insta-btn-area .btn-box .ttl{
	font-size:14px;
	text-align:center;
	padding:10px 0 0;
}


/* 予約システム
---------------------------------------------- */
#container .day-calendar table{
	width:100%;
}
#container .day-calendar h3{
	font-size: 13px;
	margin: 16px 0;
}

#container .day-calendar th,
#container .day-calendar td{
line-height: 1.5;
font-size: 14px;
	padding:12px;
	background:#fff;
}
#container .day-calendar .calendar-mark {
  color: #888;
  font-size: 14px;
}
#container .content-form button{
padding: 12px 32px;
	background:#352300;
	font-size:16px;
	color:#fff;
	border-radius: 100vh;
}

/* tokusetsu-page
---------------------------------------------- */
.tokusetsu-page .page-contents{

}
.tokusetsu-page .page-contents h2{
	padding: 10px 16px;
	font-size: 18px;
	color: #fff;
	background: #eb6877;
	margin-bottom: 30px;
}
.tokusetsu-page .page-contents h3{
	font-size: 18px;
	color:#eb6877;
	margin-bottom:16px;
}
/* 固定ページ幅720px
---------------------------------------------- */

.w-720 .page-contents h3{
	padding:16px;
	color:#fff;
	background:#eb6877;
	margin-bottom:24px;
}
.w-720 .page-contents .entry-content table{
	width:100%;
}
.w-720 .page-contents .entry-content table th{
	width:35%;
	border:1px solid #ad7e20;
	background:#fafaf4;
	padding:12px;
}
.w-720 .page-contents .entry-content table td{
	width:65%;
	border:1px solid #ad7e20;
	padding:12px;
}

}