@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

*{
	box-sizing:border-box;
    line-height:150% ;
}
a{
    text-decoration: none;
	color: inherit;
}
body{
	font-size:14px;
	background:#FFFFFF;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrap{
	min-width:320px;
	max-width:600px;
	margin:0 auto;
}

img{
	vertical-align: bottom;
}

input[type=text],
input[type=submit],
input[type=button]{
	-webkit-appearance: none;
	border:1px solid #999999;
	height: 30px;
}

.for-pc{
	display: none !important;
}

.sp-br{
	display: block;
	line-height: 150%;
}
small.wage {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #048643;
		padding-left: 8px;
}

/*共通
--------------------------------------------------------------------------------------------------------------------*/
.t-red{
	color:#FF0004 !important;
}

.under-t-link{
	text-decoration: underline;
}

.btn-box{
	margin:20px 0;
	text-align: center;
}

.bl-btn{
	display: inline-block;
	width:200px;
	border:1px solid #000000;
	font-family:'Noto sans japanese',sans-serif;
	font-weight:600;
	padding:10px;
	padding-right:40px;
	text-align: center;
	position:relative;
}

.bl-btn:after{
	content:" ";
	position:absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	background:url(../img/sp/common/btn-attow-b.png) no-repeat center;
	background-size:cover;
	width: 20px;
	height:20px;
}

.wl-btn{
	display: inline-block;
	width:200px;
	border:1px solid #FFFFFF;
	font-family:'Noto sans japanese',sans-serif;
	font-weight:600;
	color:#FFFFFF;
	padding:10px;
	padding-right:40px;
	text-align: center;
	position:relative;
}

.wl-btn:after{
	content:" ";
	position:absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	background:url(../img/sp/common/btn-attow-w.png) no-repeat center;
	background-size:cover;
	width: 20px;
	height:20px;
}



.rl-btn{
	display: inline-block;
	width:200px;
	border:1px solid #C32519;
	font-family:'Noto sans japanese',sans-serif;
	font-weight:600;
	color:#C32519;
	padding:10px;
	padding-right:40px;
	text-align: center;
	position:relative;
}

.rl-btn:after{
	content:" ";
	position:absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	background:url(../img/sp/common/btn-attow-r.png) no-repeat center;
	background-size:cover;
	width: 20px;
	height:20px;
}

.btn-red{
	background: #da291c;
}

.pagelink{
	position:absolute;
	top:0;
	margin-top:-65px;
}
/*header
--------------------------------------------------------------------------------------------------------------------*/
header{
	min-width:320px;
	max-width:600px;
	margin:0 auto;
	color:#FFFFFF;
	position: relative;
}

header .head-inner{
	padding-right: 200px;
}

header .head-top{
	background:#000000;
	display: block;
	overflow: hidden;
}

header h1{
	padding: 1px;
	font-size:10px;
	line-height: 150%
}

header .head-menu{
	display: block;
	overflow: hidden;
	background-color: rgba(15,15,15,.83);
	padding: 2px;
}

header .head-menu .h-logo{
    height: 46px;
    padding: 1px;
	vertical-align: middle;
}

header .head-menu .h-logo a{
	display: block;
}

header .head-menu .h-logo img{
	height: 44px;
}

header .head-btnlist{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9998;
	display: block;
	overflow: hidden;
}
header .head-btnlist li{
	float: left;
	width: 40px;
	height: 38px;
	padding: 5px;
	margin: 4px 5px;
	border: 1px solid #c32519;
	text-align: center;
	color: #c32519;
	background: #FFFFFF;
}
header .head-btnlist li dl dt img{
	width: 18px;
}
header .head-btnlist li dl dd{
	font-size: 6px;
	padding-top: 2px;
}


#hm-menulist a{
	line-height: 200% !important;
}
#hm-shoplist a{
	line-height: 200% !important;
}

#hm-menulist a img{
	width:15px;
	margin-right:10px;
	vertical-align: middle;
}

#hm-shoplist a img{
	width:15px;
	margin-left:10px;
	vertical-align: middle;
}

/*メイン
--------------------------------------------------------------------------------------------------------------------*/
/*メイン共通
---------------------------------*/
#main{
	display: block;
	overflow: hidden;
	min-width:320px;
	max-width:600px;
	margin:0 auto;
}

.content{
	display: block;
	overflow: hidden;
}

#main .content{
	margin: 20px 0;
}

.gray-box{
	background:#F1F1F1;
}

.index-desc{
	display: block;
	width: 100%;
	background-color: #357FD4;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	font-family:'Noto sans japanese',sans-serif;
	font-size:14px;
	font-weight: 500;
	line-height: 140%;
}
.index-desc .str-area{
	font-size: 16px;
	font-weight: 700;
}
.index-desc img{
	width: 300px;
}


.sub-st{
	text-align: center;
	font-size:16px;
}

h2{
	text-align: center;
	margin:10px 0 30px;
	font-family:'Noto sans japanese',sans-serif;
	font-size:20px;
	font-weight: 500;
	color:#C32519;
}

h2 img{
	width:20px;
	vertical-align: middle;
	margin-right: 10px;
}

h2.blue{
	color:#357FD4;
}

h2.green{
	color:#048643;
}

.twin-box{
	display: block;
	width:100%;
	overflow: hidden;
	margin-bottom:0;
}

.twin-box li{
}

.twin-box li img{
	width:100%;	
}

.logo-box{
	display: block;
	text-align: center;
	margin:30px 0;
}

.logo-box img{
	width:200px;
}

/*メインコンテンツ
---------------------------------*/
/* ページヘッダ */
.con-main-img{
	width: 100%;
	height: 60px;
}
.con-main-img .smi-inner {
    background: url(./../img/index/pc-index-header-bg.png) top center no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 10px 10px 0 10px;
    color: #FFFFFF;
    height: 60px;
}
.con-main-img .smii-title{
	font-family:'Noto sans japanese',sans-serif;
	font-size: 16px;
	font-weight:400;
/*	text-shadow:1px 1px 1px #808080;*/
	padding: 0;
	line-height: 120%;
}

/* パンくずリスト */
.bc-list-box{
	width: 100%;
}
.bc-list-box .bc-list{
	font-size: 14px;
	padding: 10px;
	border: 1px solid #da291c;
	color: #da291c;
}

.bc-list-box .bc-list a{
	text-decoration: underline;
}

/*左カラム*/
.con-left{
	padding: 0 5px;
}
.con-left .btn-box a,
.con-left .btn-box button{
	width: 100%;
	text-align: left;
}


.cl-innerbox{
	margin-bottom: 20px;
}

.cl-innerbox img{
	display: block;
	margin: 6px 0;
}

.cl-innerbox div{
	line-height: 180% !important;
	margin: 6px 0;
}


.cl-title{
	font-family:'Noto sans japanese',sans-serif;
	font-size: 24px;
	font-weight:400;
	margin-bottom: 20px;
}

.cl-eycatch{
	margin: 20px 0;
	display: block;
	text-align: center;
}

.cl-eycatch img{
	max-width: 100%;
}


.cl-desc h1{
	font-size: 18px;
	font-weight: bold;
}

.cl-desc h2{
	width: 100%;
	font-size: 16px;
	font-weight: bolder;
	display: block;
	background-color: #A0A0A0;
	border-bottom: 2px solid #da291c;
	border-left: 2px solid #da291c;
}

.cl-desc h3{
	width: 100%;
	font-size: 16px;
}

.cl-desc .blog-inner-st{
	width: 100%;
	background-color: #da291c;
	border: 2px solid #da291c;
	color: #FFFFFF;
	padding: 8px;
	font-size: 18px;
	font-weight: bolder;
}

.cl-desc #single_content{
	width: 100%;
	padding: 16px;
}
.cl-desc a{
	text-decoration: underline;
	color: #FF8080;
}


.cl-innerbox .prev-btn a{
	display: block;
	border: 1px solid #999999;
	padding: 10px;
	padding-right: 30px;
	color: #999999;
	font-size: 16px;
	position: relative;
}

.cl-innerbox .prev-btn a span{
	display: block;
	font-size: 12px;
	color: #000000;
}

.cl-innerbox .prev-btn a:after{
	content:">";
	position:absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
}

.con-left .rl-btn{
	background: #FFFFFF;
	
}


/* 右からむ */
.con-right{
	margin-top: 20px;
	width: 100%;
}

.con-right .cr-box{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.con-right .cr-box .cr-st{
	display: block;
}

.con-right .cr-box .cr-st span{
	display: inline-block;
	padding: 5px;	
	background: #da291c;
	color: #FFFFFF;
}

.con-right .cr-box .cr-desc{
	display: block;
	overflow: hidden;
	border: 1px solid #da291c;
	border-bottom: none;
}

.con-right .cr-box .cr-desc li{
	border-bottom: 1px solid #da291c;
}

.con-right .cr-box .cr-desc li a{
	display: block;
	padding: 5px;
	line-height: 150%;
}

.cl-desc{
	width: 100%;
	line-height: 140%;
}
.cl-desc img{
	width: 100%;
	max-width: 600px;
}

.yellow-box {
	display: inline-block;
	background: #ffffcc;
	padding: 10px;
	border: 0px solid #99cc00;
	border-radius: 20px;
	width: 100%;
}

/*footer
--------------------------------------------------------------------------------------------------------------------*/
footer{
	background:#000000;
	color:#FFFFFF;
	padding:30px 0;
}
footer .f-copy{
	text-align: center;
}

/*トップに戻るボタン*/
.to-top{
	position:fixed;
	bottom:10px;
	right:10px;
	
	display: inline-block;
	width:40px;
	padding:5px;
}
.to-top img{
	width:100%;
}

