@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	background-color: #D90000;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	width: 100%;
}
#page-wrap {
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}
.wrap_img{
	margin-left: auto;
	margin-right: auto;
}
.wrap_img img{
	max-width: 100%;
}
.loading{
	z-index: 1100;
}
img.lazyload{
	visibility: hidden;
}
hr{
	border-color: #FFFFFF;
}
@media screen and (max-width:359px){
}
@media screen and (min-width:940px) and (max-width:1039px){
	.wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:1040px){
	.wrap{
		padding-left: -webkit-calc((100% - 1000px) / 2);
		padding-left: calc((100% - 1000px) / 2);
		padding-right: -webkit-calc((100% - 1000px) / 2);
		padding-right: calc((100% - 1000px) / 2);
		min-width: 1000px;
	}
}
@media screen and (min-width:940px) and (max-width:1399px){
	.wrap_wide{
	}
}
@media screen and (min-width:1400px){
	.wrap_wide{
		padding-left: -webkit-calc((100% - 1400px) / 2);
		padding-left: calc((100% - 1400px) / 2);
		padding-right: -webkit-calc((100% - 1400px) / 2);
		padding-right: calc((100% - 1400px) / 2);
		min-width: 1400px;
	}
}



/**************************************************50
 * common
 **************************************************/
/* -- color -- */
.red{
	color: #D90000;
}

/* -- link -- */
a{
	color: #FFFFFF;
}

[class^="link_to"],
[class^="btn_"]{
	background-color: #FFFFFF;
	border-radius: 20px;
	color: #D90000;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-decoration: none;
}
[class^="link_to"]{
}
[class^="btn_"]{
	font-size: 125%;
	margin: 0 1em;
	width: 240px;
}
[class^="link_to"]:after{
	border-radius: 50%;
	content: "\F35F";
	font-size: 150%;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0.2em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before,
[class^="btn_"]:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	left: 0.2em;
}
[class^="btn_"]:after{
	right: 0.2em;
}
.btn_confirm:after{
	content: "\F35F";
}
.btn_back{
	background-color: #FFFF2A !important;
	color: #D90000 !important;
}
.btn_back:before{
	content: "\F35E";
}
.btn_delete{
	background-color: #D8D8D8 !important;
	color: #000000 !important;
}
.btn_delete:after{
/*	content: "\F5E8"; */
}
.btn_submit{
	background-color: #000000;
	color: #FFFFFF;
}
.btn_submit:after{
	content: "\F35F";
}
@media screen  and (max-width:319px){
	.link_to{
		font-size: 75%;
		width: 200px;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	.link_to{
		font-size: 87.5%;
		width: 260px;
	}
}
@media screen and (min-width:360px) and (max-width:767px){
	.link_to{
		width: 300px;
	}
}
@media screen and (max-width:767px){
	[class^="link_to"],
	[class^="btn_"]{
		font-size: 150%;
		height: 80px;
		line-height: 80px;
	}
}
@media screen and (min-width:768px){
	[class^="link_to"],
	[class^="btn_"]{
		font-size: 200%;
		height: 120px;
		line-height: 120px;
		width: 420px;
	}
}
@media screen and (min-width:940px){
	[class^="link_to"],
	[class^="btn_"]{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	[class^="link_to"]:hover,
	[class^="btn_"]:hover{
		opacity: 0.7;
	}
}

/** -- pager -- **/
#pager{
}
.pager_num{
	text-align: center;
}
.pager_link{
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-color: #000000;
	border-radius: 5px;
	color: #000000;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #000000;
	color: #FFFFFF;
}
.pager_link > a.mdi:before{
	font-size: 150% !important;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pager_link > span{
	background-color: #000000;
	border-color: #000000;
	border-radius: 5px;
	color: #FFFFFF;
}
.pager_link > * + *{
	margin-left: 20px;
}
.pager_num + .pager_link,
.pager_link + .pager_num{
	margin-top: 10px;
}
.pager_btn{
	text-align: center;
}
.pager_btn a{
	text-decoration: none;
}
.pager_btn .pager_page{
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	width: 6em;
}
.pager_btn .pager_prev,
.pager_btn .pager_next,
.pager_btn > span{
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 100px;
}
.pager_btn .pager_prev,
.pager_btn .pager_next{
	background-color: #000000;
	border-radius: 100px;
	color: #FFFFFF;
	height: 32px;
	line-height: 28px;
}
.pager_btn .pager_prev:before,
.pager_btn .pager_next:before{
	color: #FFFFFF;
	font-size: 150%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pager_btn .pager_prev:before{
	left: 0;
}
.pager_btn .pager_next:before{
	right: 0;
}
.pager_btn .pager_prev:after,
.pager_btn .pager_next:after,
.pager_btn > span:after{
	content: " ";
}

@media screen and (max-width:767px){
	#pager{
		padding: 1.5625% 0;
	}
	.sp_hide{
		display: none !important;
	}
}
@media screen and (min-width:768px){
	#pager{
		padding: 20px 0;
	}
	.sp_show{
		display: none !important;
	}
}
@media screen and (max-width:939px){
	.pc_show{
		display: none !important;
	}
	.pc_hide .pager_num{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:940px){
	.pc_hide{
		display: none !important;
	}
}

.link_prev_next{
	text-align: center;
}
.link_prev_next:after{
	clear: both;
	content: "";
	display: block;
}
.link_prev_next .dummy_prev,
.link_prev_next .dummy_next,
.link_prev_next .link_next,
.link_prev_next .link_prev{
	display: inline-block;
	height: 32px;
	width: 10em;
}
.link_prev_next .link_prev,
.link_prev_next .dummy_prev{
	float: left;
}
.link_prev_next .link_next,
.link_prev_next .dummy_next{
	float: right;
}
.link_prev_next .link_next,
.link_prev_next .link_prev{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 100px;
	position: relative;
	text-decoration: none;
	line-height: 32px;
}
.link_prev_next .link_next:after,
.link_prev_next .link_prev:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
}
.link_prev_next .link_next:after{
	color: #D90000;
	content: "\F142";
}
.link_prev_next .link_prev:after{
	color: #D90000;
	content: "\F141";
}
.link_prev_next .link_upper{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
}
@media screen and (max-width:767px){
	.link_prev_next{
		padding: 3.125% 3.125% 0;
	}
	.link_prev_next .link_upper{
		width: 140px;
	}
	.link_prev_next .dummy_next,
	.link_prev_next .dummy_prev,
	.link_prev_next .link_next,
	.link_prev_next .link_prev{
		width: -webkit-calc((100% - 140px) / 2);
		width: calc((100% - 140px) / 2);
	}
	.link_prev_next .link_next:after,
	.link_prev_next .link_prev:after{
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.link_prev_next .link_next:after{
		right: 0;
	}
	.link_prev_next .link_prev:after{
		left: 0;
	}
}
@media screen and (min-width:768px){
	.link_prev_next{
		padding: 20px -webkit-calc((100% - 280px - (10em * 2)) / 2);
		padding: 20px calc((100% - 280px - (10em * 2)) / 2);
	}
	.link_prev_next .link_prev:after{
		left: 0;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.link_prev_next .link_next:after{
		right: 0;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.link_prev_next{
		padding: 0 20px;
	}
	.link_prev_next .link_upper{
		margin: 0 10px;
	}
}
@media screen and (min-width:940px){
	.link_prev_next .link_next,
	.link_prev_next .link_prev{
		cursor: pointer;
	}
}

/* - form - */
label.select_box{
	display: inline-block;
	position: relative;
}
label.select_box:after{
	content: "\F35D";
	font-size: 160%;
	height: 30px;
	line-height: 30px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 2px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
select{
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	height: 32px;
	line-height: 30px;
	padding: 0 2.1em 0 0.5em;
}
select::-ms-expand{
	display: none;
}
input[type="text"],
input[type="password"]{
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	height: 32px;
	line-height: 30px;
	padding: 0 1em;
	transition: all 0.2s ease-out 0s;
	vertical-align: baseline;
	width: 100%;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.7);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #424242;
}
textarea{
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	min-height: 12em;
	margin: 0;
	padding: 0.5em 1em;
	resize: vertical;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

/** -- checkbox -- **/
input[type="checkbox"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="checkbox"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label{
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="checkbox"] + label:before{
	content: "\F131";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="checkbox"] + label:after{
	content: "\F132";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
.input_check[class*="error_"]{
	background-color: #FFEBEE;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="checkbox"] + label:after{
		font-size: 40% !important;
	}
}
input[type="checkbox"]:checked + label:before{
	color: transparent !important;
}
input[type="checkbox"]:checked + label:after{
	color: #D90000;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="checkbox"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="checkbox"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"]:disabled + label:hover,
input[type="checkbox"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
/*
:-ms-input-placeholder{
	color: #616161;
}
:-webkit-input-placeholder{
	color: #616161;
}
:placeholder-shown{
	color: #616161;
}
*/

/** -- radio -- **/
input[type="radio"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="radio"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="radio"] + label:before,
input[type="radio"] + label:after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="radio"] + label:before{
	content: "\F43D";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="radio"] + label:after{
	content: "\F43E";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="radio"]:checked + label:after{
		font-size: 40% !important;
	}
}
input[type="radio"]:checked + label:before{
	color: transparent !important;
}
input[type="radio"]:checked + label:after{
	color: #D90000;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="radio"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="radio"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="radio"]:disabled + label:hover,
input[type="radio"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
.input_radio[class*="error_"]{
	background-color: #FFEBEE;
}


.slick-prev,
.slick-next{
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	text-align: center;
	width: 46px;
}
.slick-prev{
	left: -60px;
}
.slick-next{
	right: -60px;
}
.slick-prev:before,
.slick-next:before{
	font-size: 150px;
	font-family: "Material Design Icons";
	color: #5C5C5C;
}
.slick-prev:before{
	content: "\F141";
	position: relative;
	right: 50px;
}
.slick-next:before{
	content: "\F142";
	position: relative;
	left: -54px;
}


/**************************************************50
 * header
 **************************************************/
header{
	text-align: center;
}
#header_wrap{
	background-color: #FFFFFF;
	color: #D90000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header_wrap:after{
	clear: both;
	content: "";
	display: block;
}
#header_wrap h1{
	float: left;
}
header nav > a{
	color: #D90000;
	text-decoration: none;
}
#menu_close{
	display: none;
}
@media screen and (max-width:319px){
	#header_wrap h1{
	}
	#header_wrap h1 img{
		margin-top: 12px;
		height: 34px;
	}
	header nav > .pc_hide figure{
		margin-top: 3.125%;
	}
	header nav > .pc_hide figure > div img{
		width: 80px;
	}
}
@media screen and (min-width:320px) and (max-width:939px){
	#header_wrap h1{
	}
	#header_wrap h1 img{
		margin-top: 5px;
		height: 48px;
	}
	header nav > .pc_hide figure{
		margin: 3.125% auto 0;
		width: 280px;
	}
	header nav > .pc_hide figure:after{
		clear: both;
		content: "";
		display: block;
	}
	header nav > .pc_hide figure > div{
		width: 70px;
	}
	header nav > .pc_hide figure > div img{
		width: 100%;
	}
	header nav > .pc_hide figure > div{
		float: left;
	}
	header nav > .pc_hide figure figcaption{
		float: right;
	}
}
@media screen and (max-width:767px){
	header{
	}
	#header_wrap h1{
		margin-left: 3.125%;
	}
	header nav{
		padding-top: 3.125%;
		padding-bottom: 3.125%;
		width: 100%;
	}
	header nav > a{
		padding: 3.125% 6.25%;
		width: 93.75%;
	}
	header nav > a + a{
		margin-top: 3.125%;
	}
	header nav > a:before{
		height: 24px;
		left: 3.333333333333333%;
		width: 24px;
	}
	header nav #navi_logo img{
		width: 56.25%;
	}
	header nav > .pc_hide > p + p{
		margin-top: 1.5625%;
	}
	header nav > .pc_hide > b{
		padding: 1.5625% 6.25%;
		margin-top: 3.125%;
		margin-bottom: 1.5625%;
	}
}
@media screen and (min-width:768px){
	#header_wrap h1{
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#header_wrap h1{
		margin-left: 20px;
	}
	header nav{
		padding: 20px;
		width: 340px;
	}
	header nav > a{
		font-size: 150%;
		padding: 10px 20px;
	}
	header nav > a:before{
		height: 32px;
		left: 20px;
		width: 32px;
	}
	header nav > .pc_hide > p + p{
		margin-top: 5px;
	}
	header nav > .pc_hide > b{
		padding: 5px 20px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width:939px){
	header{
		padding-top: 60px;
	}
	#header_wrap{
		border-top: 2px solid #D90000;
		height: 60px;
	}
	header nav{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #D90000;
		color: #FFFFFF;
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 60px;
		right: -100%;
		transition: right 0.2s ease-out 0s;
		z-index: 1000;
	}
	header nav.active{
		right: 0;
	}
	header nav > a{
		background-color: #FFFFFF;
		display: block;
		margin-left:auto;
		margin-right:auto;
		position: relative;
	}
	header nav > a:first-child{
		background-color: #D90000;
		border: 2px solid #FFFFFF;
		color: #FFFFFF;
	}
	header nav > a:not(:first-child){
		border-radius: 10px;
	}
	header nav > a.active{
		background-color: #FFFF2A;
		color: #D90000;
	}
	header nav > a + a{
		margin-top: 10px;
	}
	header nav > a:before{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: inline-block;
		line-height: 1;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header nav > a:first-child:before{
		background-image: url("https://haruchan-hiroshima.com/images/user//icon/spatula_w.png");
	}
	header nav > a[href$="#menu"]:before{
		background-image: url("https://haruchan-hiroshima.com/images/user//icon/spatula.png");
	}
	header nav > a[href$="#access"]:before{
		background-image: url("https://haruchan-hiroshima.com/images/user//icon/marker.png");
	}
	header nav > a[href$="order/index"]:before{
		background-image: url("https://haruchan-hiroshima.com/images/user//icon/mail.png");
	}
	header nav > a[href$="news/index"]:before{
		background-image: url("https://haruchan-hiroshima.com/images/user//icon/balloon.png");
	}
	header nav > a:after{
		content: "\F35F";
		font-size: 150%;
		position: absolute;
		top: 50%;
		right: 0;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header nav > .pc_hide figure{
	}
	header nav > .pc_hide figure figcaption{
		line-height: 1.2;
	}
	header nav > .pc_hide figure figcaption b{
		font-size: 175%;
	}
	header nav > .pc_hide figure figcaption span{
		font-size: 137.5%;
		margin-left: 0.2em;
	}
	header nav > .pc_hide > b{
		background-color: #000000;
		color: #D90000;
		display: inline-block;
	}
	#menu_open,
	#menu_close,
	#header_wrap a[href^="tel:"]{
		float: right;
		height: 58px;
		line-height: 54px;
		width: 58px
	}
	#menu_open{
		font-size: 350%;
	}
	#menu_close{
		font-size: 350%;
	}
	#header_wrap a[href^="tel:"]{
		font-size: 300%;
		color: #D90000;
	}
}
@media screen and (min-width:940px){
	header{
		padding-top: 120px;
	}
	#header_wrap{
		border-top: 5px solid #D90000;
		height: 120px;
	}
	#header_wrap h1{
		margin-top: 5px;
	}
	#header_wrap h1 img{
		width: 340px;
	}
	header nav{
		float: right;
		margin-top: 35px;
		width: -webkit-calc(100% - 340px - 20px);
		width: calc(100% - 340px - 20px);
	}
	header nav > a{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		border-left: 1px solid #D90000;
		display: inline-block;
		font-size: 137.5%;
		font-weight: bold;
		height: 80px;
		line-height: 1;
		padding-top: 20px;
		transition: background-color 0.2s ease-out 0s;
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
	header nav > a:last-child{
		border-right: 1px solid #D90000;
	}
	header nav > a:hover{
		background-color: #FFFF2A;
	}
	header nav > a.active{
		background-color: #FFFF2A;
	}
	header nav > a:after{
		content: "\F35D";
		display: block;
		font-size: 150%;
		font-weight: normal;
	}
	#menu_open{
		display: none !important;
	}
	#menu_close{
		display: none !important;
	}
	#header_wrap a[href^="tel:"]{
		display: none !important;
	}
}
@media screen and (min-width:940px) and (max-width:1199px){
}
@media screen and (min-width:1200px){
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	text-align: center;
}
#contents{
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:768px){
	#contents{
		background: url("https://haruchan-hiroshima.com/images/user/back.jpg") center top no-repeat;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#middle_block{
		min-height: -webkit-calc(100vh - 60px - 130px);
		min-height: calc(100vh - 60px - 130px);
	}
}
@media screen and (min-width:940px){
	#middle_block{
		min-height: -webkit-calc(100vh - 120px - 130px);
		min-height: calc(100vh - 120px - 130px);
	}
}

/* -- breadcrumbs -- */
.breadcrumbs{
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.breadcrumbs a{
	color: #FFFFFF;
}
.breadcrumbs > *{
	display: inline-block;
	position: relative;
}
.breadcrumbs > *:not(:first-child){
	margin-left: 2em;
}
.breadcrumbs > *:not(:first-child):before{
	color: #FFFFFF;
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}
@media screen and (max-width:767px){
	.breadcrumbs{
		margin-bottom: 3.125%;
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}
@media screen and (min-width:768px){
	.breadcrumbs{
		margin-bottom: 30px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.breadcrumbs{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* -- list -- */
.list_note{
}
.list_note > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_note > li:before{
	content: "※";
	text-indent: 0;
}
.list_dot{
}
.list_dot > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_dot > li:before{
	content: "\F44A";
	text-indent: 0;
}

/* -- title -- */
#title_page,
.title_section{
	background-color: #000000;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.title_section .mdi:first-child{
	margin-right: 1em;
}
.title_section .mdi:last-child{
	margin-left: 1em;
}
@media screen and (max-width:767px){
	#title_page,
	.title_section{
		font-size: 125%;
		margin-bottom: 3.125%;
		padding: 1.5625% 3.125%;
		width: 93.75%;
	}
	.title_section{
		font-size: 125%;
		margin-bottom: 3.125%;
	}
	.title_img img{
		width: 50%;
		max-width: 380px;
	}
}
@media screen and (min-width:768px){
	#title_page,
	.title_section{
		font-size: 175%;
		margin-bottom: 30px;
		width: calc(100% - -webkit-(20px * 2));
		width: calc(100% - (20px * 2));
		max-width: 750px;
	}
	.title_section{
		font-size: 150%;
		margin-bottom: 20px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#title_page,
	.title_section{
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (min-width:940px){
	#title_page,
	.title_section{
		height: 80px;
		line-height: 80px;
	}
}

/* -- text -- */
@media screen and (max-width:767px){
	.box_text{
		padding: 0 3.125%;
		text-align: left;
	}
}


/**************************************************50
 * slider
 **************************************************/
#slider{
	position: relative;
	overflow: visible;
}
#slider_pc,
#slider_pc img,
#slider_sp,
#slider_sp img{
	z-index: 1;
	width: 100%
}
#slider_pc:not(.slick-slider) > li:not(.slick-slide),
#slider_sp:not(.slick-slider) > li:not(.slick-slide){
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#slider_pc:not(.slick-slider) > li:not(.slick-slide){
	max-width: 1400px;
}
#slider_pc:not(.slick-slider) > li:not(.slick-slide):first-child,
#slider_sp:not(.slick-slider) > li:not(.slick-slide):first-child{
	z-index: 1;
}
#slider #slider_desc{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}
@media screen and (max-width:767px){
	#slider{
		margin-bottom: 3.125%;
	}
	#slider:after{
		bottom: 20px;
	}
	#slider_pc{
		display: none;
	}
	#slider_sp:not(.slick-slider):before{
		content: "";
		display: block;
		padding-top: 112.5%;
	}
	#slider_sp{
	}
	#slider_sp .slick-dots{
		bottom: 0;
	}
	#slider_sp .slick-slide{
		position: relative;
	}
	#slider_sp .slick-slide:after{
		content: "";
		display: block;
		padding-bottom: 112.5%;
	}
	#slider_sp .slick-slide img{
		position: absolute;
		top: 0;
		left: 0;
	}
	#slider #slider_desc{
		width: 93.75%;
		max-width: 660px;
	}
}
@media screen and (min-width:768px){
	#slider{
	}
	#slider + #contents{
		padding-top: 50px;
	}
	#slider:after{
		bottom: 0;
	}
	#slider_sp{
		display: none;
	}
	#slider_pc{
		margin-left: auto;
		margin-right: auto;
		max-width: 1400px;
	}
	#slider_pc .slick-slide{
		position: relative;
	}
	#slider_pc .slick-slide:after{
		content: "";
		display: block;
		padding-bottom: 45.714285714286%;
	}
	#slider_pc .slick-slide img{
		position: absolute;
		top: 0;
		left: 0;
	}
	#slider_pc .slick-dots{
		bottom: 0;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#slider #slider_desc{
		width: 400px;
	}
}
@media screen and (min-width:940px) and (max-width:1039px){
	#slider #slider_desc{
		width: 540px;
	}
}
@media screen and (max-width:1399px){
	#slider_pc:not(.slick-slider):before{
		content: "";
		display: block;
		padding-top: 45.714285714286%;
	}
}
@media screen and (min-width:1400px){
	#slider_pc:not(.slick-slider):before{
		content: "";
		display: block;
		padding-top: 640px;
	}
}


/**************************************************50
 * point
 **************************************************/
.point{
	background-color: #FFEE00;
	border-radius: 10px;
	color: #D90000;
	margin-left: auto;
	margin-right: auto;
}
.point strong{
}
.point strong:before{
	content: "";
	display: inline-block;
	background: url("https://haruchan-hiroshima.com/images/user/icon/point.png") center center no-repeat;
	background-size: contain;
	height: 1.4em;
	lin-height: 1;
	vertical-align: middle;
	width: 1.4em;
}
@media screen and (max-width:319px){
	.point p{
		font-size: 75%;
	}
	.point strong{
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	.point p{
		font-size: 87.5%;
	}
	.point strong{
		font-size: 125%;
	}
}
@media screen and (min-width:360px) and (max-width:767px){
	.point p{
	}
	.point strong{
		font-size: 137.5%;
	}
}
@media screen and (max-width:767px){
	.point{
		padding: 1.5625%;
	}
	.point p{
	}
	.point strong{
	}
}
@media screen and (min-width:768px){
	.point{
		padding: 10px 20px;
	}
	.point p{
		font-size: 125%;
	}
	.point strong{
		font-size: 175%;
	}
}


/**************************************************50
 * footer
 **************************************************/
footer{
	text-align: center;
}
footer a{
	color: #FFFFFF;
}
#footer_wrap{
	margin-left: auto;
	margin-right: auto;
}
#footer_logo img{
	max-width: 260px
}
#copyright{
	font-size: 75%;
}
#copyright a{
	text-decoration: none;
}
#btn_totop{
	cursor: pointer;
	position: fixed;
	z-index: 999;
}
@media screen and (max-width:319px){
	#footer_logo img{
		width: 62.5%
	}
}
@media screen and (max-width:767px){
	#footer_wrap{
	}
	#copyright{
		padding: 1.5625% 3.125%;
	}
	#btn_totop{
		margin-bottom: 1.5625%;
		margin-right: 1.5625%;
		right: 0;
		bottom: 0;
		width: 50px;
	}
}
@media screen and (min-width:768px){
	#footer_wrap{
	}
	#btn_totop{
		bottom: 20px;
		width: 90px;
	}
	#copyright{
		line-height: 20px;
		padding: 10px;
	}
}
@media screen and (min-width:768px) and (max-width:1039px){
	#btn_totop{
		right: 20px;
	}
}
@media screen and (min-width:940px){
	#btn_totop{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	#btn_totop:hover{
		opacity: 0.7;
	}
}
@media screen and (min-width:1040px){
	#btn_totop{
		left: -webkit-calc(50% + 520px);
		left: calc(50% + 520px);
	}
}


