body {
	width: 100%;
	color: #310303;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 150%;
	font-size: 18px;
}

p + p{
	margin-top: 15px;
}
p > img{
	max-width:100%;
}

p.caption {
  font-size: 15px;
  text-align: right;
}

a:link,
a:visited{
	color: blue;
}

.wrap{
	width: 1000px;
	margin: 0 auto;
}

.wrap h1{
	background-color: #bd1d39;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	padding: 25px;
	margin-bottom: 40px;
}

.pankuzu{
	color: #310303;
	font-size: 13px;
	margin-bottom: 40px;
}

.pankuzu a:link,
.pankuzu a:visited{
	color: #bd1d39;
}

.pleace{
	background-color: #c0c0c0;
	color: #040f28;
	font-size: 20px;
	padding: 40px;
	margin-bottom: 50px;
}

.staff{
	font-size: 16px;
	text-align: right;
	margin-top: 0;
}
/* ******************************************************/
/* **************** ページ内リンクの設定 *************** */
/* ******************************************************/
a.anchor_link{
	position: relative;
	display: block;
	border-radius: 10px;
	border: 2px solid #ed9d00;
	color: #310303;
	font-size: 23px;
	text-align: left;
	text-decoration: none;
	padding: 30px 93px 30px 65px;
}

a.anchor_link > span.symbol{
	position: absolute;
  top: 30px;
  left: 30px;
}

a.anchor_link:after{
  position: absolute;
    top: 50%;
    right: 3%;
    display: inline-block;
    content: '';
    width: 48px;
    height: 48px;
    background: url('https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.rakuten.co.jp/tansu/cabinet/q/anchor_icon.jpg') no-repeat;
    background-size: 100%;
    transform: translate(0, -50%);
}

a.anchor_link + a.anchor_link{
	margin-top: 20px;
}

a.anchor_link > .detail{
	font-size: 16px;
}

a.anchor_link:hover{
	border: 2px solid #ed9d00;
	background-color: #bd1d39;
	color: #ffffff;
}
a.anchor_link:hover:after{
  position: absolute;
  top: 50%;
  right: 3%;
	display: inline-block;
	content: '';
	width: 48px;
	height: 48px;
	background: url('https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.rakuten.co.jp/tansu/cabinet/q/anchor_icon_hover.jpg') no-repeat;
	background-size: 100%;
	transform: translate(0, -50%);
}

/* ************************************************** */
/* **************** コンテンツ　基礎設定 *************** */
/* ************************************************** */
.contentWrap h2{
	color: #310303;
	position: relative;
	border-bottom: 2px solid #ed9d00;
	line-height: 150%;
	font-size: 30px;
	font-weight: bold;
	padding: 15px 20px 15px 60px;
	margin-top: 55px;
	margin-bottom: 30px;
}

.contentWrap h2 > span.symbol{
	position: absolute;
  top: -5px;
	left: -10px;
	padding: 20px;
}

.content h3{
	color: #fff;
	border-radius: 10px;
	background-color: #ed9d00;
	font-size: 25px;
	padding: 17px 20px;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
}

.content{
	padding: 0 40px;
}

.content strong{
	font-weight: normal;
	color: #bf0712;
}

ul.normal li {
  margin-bottom: 20px;
}

ul.comment{
	margin: 30px 0 50px;
	padding-left: 30px;
}

ul.comment li{
	line-height: 140%;
	list-style: none;
	font-size: 16px;
	position: relative;
}

ul.comment li span.symbol-s{
  position: absolute;
  top: -10px;
  left: -40px;
  padding: 10px;
}

ul.comment li + li{
	margin-top: 8px;
}

.t-c{
	text-align: center;
}

.m-b40{
	margin-bottom: 40px;
}

span.sub {
    vertical-align: baseline;
    font-size: 14px;
}

/* *******************************************/
/* **************** 枠パーツ *************** */
/* *******************************************/

.frame_red{
  border: 5px solid #bf0712;
  padding: 30px;
  margin: 30px 0;
}

.frame_red > p{
	font-size: 18px;
	color: #bf0712;
  line-height: 150%;
}

.frame{
	border-radius: 10px;
	border: 2px solid #be1e3a;
	padding: 50px 40px;
}

.frame > h4{
	position: relative;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 40px;
}

.frame > h4:after{
	position: absolute;
	content: '';
	background-color: #ed9d00;
	width: 580px;
	height: 2px;
	top: 50px;
	left: 15%;
}

.frame > ul{
	padding-left: 30px;
}

/* *******************************************/
/* **************** マルチカラム *************** */
/* *******************************************/
.boxWrap{
	display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: space-around;
  align-content: space-around;
}

.box-m{
	box-sizing: border-box;
	text-align: left;
}
.box-m p > img{
  max-width: 100%;
  height: auto;
  text-align: center;
}
.box-m + .box-m{
	margin-left: 30px;
}

.width4{
	width: 33.333333%;
}

.width6{
	width: 50%;
}
.width8{
	width: 66.666667%;
}
/* *******************************************/
/* **************** 問い合わせ *************** */
/* *******************************************/

a.btn_box{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 10px 0 0 rgba(165,165,165,1);
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	line-height: 130%;
}

a.btn_box > span{
	font-size: 20px;
}

a.btn_box#faq{
	width: 60%;
	position: relative;
	background-color: #fff;
	border: 2px solid #be1e3a;
	color: #be1e3a;
	text-align: center;
  padding: 30px 110px 30px 65px;
}

a.btn_box#faq:after{
	display: block;
	position: absolute;
	top: 50%;
  right: 5%;
	content: '';
	width: 58px;
	height: 58px;
	background: url('https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.rakuten.co.jp/tansu/cabinet/q/icon_link.jpg') no-repeat;
	background-size: 100%;
	transform:translate(0, -50%);
}

a.btn_box#tel{
	position: relative;
	width: 100%;
	background-color: #df9400;
	color: #fff;
	padding: 30px 60px 30px 100px;
}

a.btn_box#tel:before{
	display: block;
	position: absolute;
  top: 50%;
  left: 5%;
	content: '';
	width: 58px;
	height: 58px;
	background: url('https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.rakuten.co.jp/tansu/cabinet/q/icon_tel.jpg') no-repeat;
	background-size: 100%;
	transform:translate(0, -50%);
}

a.btn_box#mail{
	position: relative;
	width: 100%;
	background-color: #bd1d39;
	color: #fff;
	padding: 30px 40px 30px 90px;
}

a.btn_box#mail:before{
	display: block;
	position: absolute;
  top: 50%;
  left: 5%;
	content: '';
	width: 58px;
	height: 58px;
	background: url('https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.rakuten.co.jp/tansu/cabinet/q/icon_mail.jpg') no-repeat;
	background-size: 100%;
	transform:translate(0, -50%);
}

a.btn_box:link,
a.btn_box:visited{
	margin-bottom: 10px;
}

a.btn_box:hover{
	opacity: 0.7;
}

a.btn_box:active{
	margin-top: 10px;
	box-shadow: none;
	margin-bottom: 0;
}

/* *******************************************/
/* **************** 上へ戻る *************** */
/* *******************************************/

.toTop_btn{
	position: fixed;
	bottom: 30px;
	right: -170px;
}

.toTop_btn img{
	width: 30%;
}

/* ******************************************************/
/* ****************モーダルウィンドウの設定 *************** */
/* ******************************************************/
.modalLink{
	border-bottom: 2px dotted blue;
	color: blue;
	cursor: pointer;
	text-decoration: none;
}

.modalLink:hover{
	opacity: 0.7;
}

.modalWrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.modalWrap > .modalBody{
	opacity: 0;
	position: fixed;
	width: 990px;
	height: 420px;
	z-index: 2;
}


.t-c{
	text-align: center;
}
/* ******************************************/
/* **************** フッター *************** */
/* ******************************************/
footer{
	margin-top: 150px;
}
footer h3{
	font-weight: bold;
}
footer p + h3{
	margin-top: 20px;
}
footer .box-m{
	font-size: 11px;
	line-height: 150%;
	text-align: left;
}
.storeTime{
	text-align: center;
	width: 300px;
	padding: 5px;
	border: 4px double #000;
}




/* *******************************************/
/* **************** margin **************** */
/* *******************************************/
.m-t0{
	margin-top: 0px !important;
}

.m-t10{
	margin-top: 10px !important;
}

.m-t20{
	margin-top: 20px !important;
}

.m-t30{
	margin-top: 30px !important;
}

.m-t40{
	margin-top: 40px !important;
}

.m-t50{
	margin-top: 50px !important;
}

.m-t60{
	margin-top: 60px !important;
}

.m-t70{
	margin-top: 70px !important;
}

.m-t80{
	margin-top: 80px !important;
}

.m-b0{
	margin-bottom: 0px !important;
}

.m-b10{
	margin-bottom: 10px !important;
}

.m-b20{
	margin-bottom: 20px !important;
}

.m-b30{
	margin-bottom: 30px !important;
}

.m-b40{
	margin-bottom: 40px !important;
}

.m-b50{
	margin-bottom: 50px !important;
}

.m-b60{
	margin-bottom: 60px !important;
}

.m-b70{
	margin-bottom: 70px !important;
}

.m-b80{
	margin-bottom: 80px !important;
}

/* *******************************************/
/* **************** padding **************** */
/* *******************************************/
.p-0{
	padding: 0px !important;
}

.p-10{
	padding: 10px !important;
}

.p-20{
	padding: 20px !important;
}

.p-30{
	padding: 30px !important;
}

.p-40{
	padding: 40px !important;
}

.p-50{
	padding: 50px !important;
}

.p-60{
	padding: 60px !important;
}

.p-70{
	padding: 70px !important;
}

.p-80{
	padding: 80px !important;
}