* {
	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: 100%;
}
body{
	box-sizing: border-box;
	padding: 0 40px;
}

.wrap{
	width: 100%;
	padding-bottom: 300px;
}

.wrap h1{
	width: 100%;
	color: #fff;
	font-size: 50px;
	padding: 50px;
}

.pankuzu{
	color: #310303;
	font-size: 26px;
	margin-bottom: 80px;
}

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

.staff{
	font-size: 32px;
	margin-top: 30px;
}

a.anchor_link{
	position: relative;
	border-radius: 20px;
	color: #310303;
	font-size: 46px;
  padding: 50px 140px 50px 100px;
}

a.anchor_link > span.symbol{
	position: absolute;
  top: 50px;
  left: 30px;
}
a.anchor_link:hover > span.symbol,
a.anchor_link:hover > span.detail{
	color: #fff;
}
a.anchor_link:after {
  position: absolute;
  top: 50%;
  right: 3%;
  display: inline-block;
  content: '';
  width: 100px;
  height: 100px;
  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: 80%;
  transform: translate(0, -50%);
}

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

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

a.anchor_link:hover:after{
  position: absolute;
  top: 50%;
  right: 3%;
	display: inline-block;
	content: '';
	width: 100px;
	height: 100px;
	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: 80%;
	transform: translate(0, -50%);
}

.contentWrap h2{
	border-bottom: 4px solid #ed9d00;
	font-size: 60px;
	padding: 15px 20px 15px 120px;
	margin-top: 100px;
	margin-bottom: 60px;
}

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

.content p{
	font-size: 40px;
}

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

ul.comment li{
	font-size: 30px;
  line-height: 150%;
}

ul.comment li span.symbol-s {
  position: absolute;
  top: -20px;
  left: -65px;
  padding: 20px;
  box-sizing: border-box;
  width: 100px;
}

.content h3{
	border-radius: 20px;
	font-size: 50px;
	padding: 30px 40px;
}

img{
	width: 100%;
	height: 100%;
}

.frame_red{
	border: 10px solid #bf0712;
    padding: 50px;
    margin: 60px 0;
}

.frame_red > p{
	color: #bf0712;
  font-size: 40px;
}

span.sub {
  font-size: 28px;
}

.frame{
	border-radius: 20px;
	border: 4px solid #be1e3a;
	padding: 60px 50px;
}

.frame > h4{
  font-size: 60px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}


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

ul.normal li {
	font-size: 40px;
  margin-bottom: 50px;
}

.boxWrap{
	display: flex;
  flex-wrap: wrap;
}

.box-m + .box-m{
	margin-top: 40px;
	margin-left: 0;
}

.width4,.width6,.width8{
	width: 100%;
}
a.btn_box{
	border-radius: 20px;
	box-shadow: 0 20px 0 0 rgba(165,165,165,1);
	font-size: 60px;
	line-height: 130%;
}

a.btn_box > span{
	color: #fff;
	font-size: 40px;
}

a.btn_box#faq {
  width: 100%;
  border: 4px solid #be1e3a;
  position: relative;
  text-align: center;
  padding: 60px 160px 60px 50px;
}

a.btn_box#faq:after{
	display: block;
	position: absolute;
	top: 50%;
  right: 5%;
	content: '';
	width: 100px;
	height: 100px;
	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: 100px;
	transform: translate(0, -50%);
}

a.btn_box#tel{
	position: relative;
	width: 100%;
	line-height: 150%;
  padding: 60px 90px 60px 160px;
}

a.btn_box#tel:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  content: '';
  width: 100px;
  height: 100px;
  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: 100px;
  transform: translate(0, -50%);
}

a.btn_box#mail{
	position: relative;
	color: #fff;
	line-height: 150%;
	padding: 60px 60px 60px 160px;
}

a.btn_box#mail:before{
	display: block;
	position: absolute;
  top: 50%;
  left: 5%;
	content: '';
	width: 100px;
	height: 100px;
	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: 100px;
	transform: translate(0, -50%);
}

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

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

a.btn_box:hover{
	opacity: 1;
}

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

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

.toTop_btn img{
	width: 15%;
}

.modalLink:hover,
.modalLink:active{
	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;
	top: 60%;
	left: 20%;
	z-index: 2;
	padding: 0 40px;
	height: auto;
}

.modalWrap > .modalBody > img{
	max-width: 100%;
	height: auto;
}

/* ******************************************/
/* **************** フッター *************** */
/* ******************************************/
footer{
	margin-top: 250px;
}
footer p + h3{
	margin-top: 40px;
}
footer .box-m{
	font-size: 34px;
	line-height: 150%;
	text-align: left;
}
.storeTime{
	text-align: center;
	width: 100%;
	padding: 5px;
	border: 10px double #000;
}
