@charset "UTF-8";

/* ---------------------------------- ページ基本共通設定 ---------------------------------- */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

*:after,
*:before {
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

::-webkit-input-placeholder {
	color: #b8afae;
	opacity: 1;
}

::-moz-placeholder {
	color: #b8afae;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #b8afae;
}

:focus::-webkit-input-placeholder {
	opacity: 1;
	color: transparent;
}

:focus:-moz-placeholder {
	opacity: 1;
	color: transparent;
}

:focus::-moz-placeholder {
	opacity: 1;
	color: transparent;
}

:focus:-ms-placeholder {
	opacity: 1;
	color: transparent;
}

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.42;
	color: #3d1613;
	background-color: #f4f1e9;
	min-width: 320px;
}

.font_sans {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
}

.font_serif {
	font-family: 'Noto Serif JP', serif;
}

a {
	color: inherit;
	text-decoration: none;
}

.normal a:hover {
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

a.underline {
	text-decoration: underline;
}

.normal a.underline:hover {
	text-decoration: none;
}

a.underline .c-flex_text .c-text {
	text-decoration: underline;
}

.normal a.underline:hover .c-flex_text .c-text {
	text-decoration: none;
}

a[href*="tel:"] {
	cursor: default !important;
	text-decoration: none !important;
	opacity: 1 !important;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

input[type="text"],
input[type="email"],
textarea,
.select_box {
	border: 1px solid #dcd6c7;
	padding: 10px;
	line-height: 1;
	color: #000;
	border-radius: 5px;
	width: 100%;
	background-color: #ffffff;
}

.error_color {
	border: 1px solid #e6b8b8 !important;
	background-color: #ffcccc !important;
}

textarea {
	height: 144px;
	padding: 0.7em 0.7em;
	line-height: 1.4;
}


.select {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dcd6c7;
	border-radius: 5px;
}

.select select {
	box-sizing: border-box;
	width: 97%;
	margin: 0;
	padding: 9px 9px 9px 9px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	border-radius: 0;
	background: transparent;
	background-image: none;
	box-shadow: none;
	text-indent: .01px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	color: #3d1613;
	cursor: pointer;
}

.select select::-ms-expand {
	display: none;
}

.select:before {
	content: '';
	position: absolute;
	top: 40%;
	right: .65em;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #61573f;
	border-right: 2px solid #61573f;
	transform: rotate(45deg);
}


input[type="radio"],
input[type="checkbox"] {
	transform: scale(1.8);
	margin-left: 0.5em;
}


button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 100%;
	height: 46px;
	background: #b60008;
	border: 1px solid #b60008;
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

 button.back {
	background: #fff;
	border: 1px solid #b60008;
	color: #b60008;
}



hr {
	border-left: none;
	border-right: none;
	border-top: none;
	height: 0;
	border-bottom: 1px solid #66290a;
	margin: 10px 0;
}

figure {
	line-height: 0;
}

picture {
	line-height: 0;
}


input,
textarea,
select {
	font-size: 14px;
}



/* ---------------------------------------- SWIPER ----------------------------------------  */

.swiper-button-disabled {
	display: none !important;
}

.swiper-wrapper {
	flex-wrap: nowrap !important;
	-webkit-flex-wrap: nowrap !important;
	margin: 0 !important;
}

.swiper-container_wrap {
	position: relative;
	width: 100%;
}

.swiper-container_wrap.type_slide {
	position: relative;
}

.swiper-pagination_wrap {
	position: absolute;
	left: 0;
	bottom: -34px;
	width: 100%;
	line-height: 0;
	text-align: center;
	padding: 11px;
	height: 34px;
}

.swiper-pagination {
	position: relative;
	text-align: left;
	vertical-align: bottom;
	display: inline-block;
	line-height: 0;
	margin: 0 -10px -10px 0;
	z-index: 3;
}

.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #777777;
	opacity: 1;
	margin: 0 10px 10px 0;
	opacity: 0.4;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #b60008;
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet:first-child:last-child {
	display: none;
}


.swiper-container_wrap .swiper_arrow_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-container_wrap .swiper_arrow_wrap_in {
	height: 100%;
	position: relative;
}

.swiper-container_wrap .swiper-button-prev,
.swiper-container_wrap .swiper-button-next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background-image: none !important;
	transition: opacity 0.4s ease 0s;
}

.normal .swiper-container_wrap .swiper-button-prev:hover,
.normal .swiper-container_wrap .swiper-button-next:hover {
	opacity: 0.7;
}

.swiper-container_wrap .swiper-button-prev:after,
.swiper-container_wrap .swiper-button-next:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	margin: -10px 0 0 0;
	width: 20px;
	height: 20px;
	transform-origin: 50% 50%;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
}

.swiper-container_wrap .swiper-button-prev::after {
	left: 5px;
}

.swiper-container_wrap .swiper-button-next::after {
	right: 5px;
}

.swiper-container_wrap .swiper-button-prev:hover:after,
.swiper-container_wrap .swiper-button-next:hover:after {
	opacity: 0.7;
}

.swiper-container_wrap .swiper-button-prev:after {
	transform: rotate(225deg);
}

.swiper-container_wrap .swiper-button-next:after {
	transform: rotate(45deg);
}

.swiper-container_wrap .swiper_arrow_wrap_in {
	position: relative;
	height: 100%;
}

.swiper-container_wrap .swiper-button-prev {
	left: 0;
}

.swiper-container_wrap .swiper-button-next {
	right: 0;
}

.swiper-container_wrap .swiper_arrow_wrap_in {
	position: relative;
	height: 100%;
}


.swiper-container_wrap.arrow_no {
	padding: 0 !important;
}

.swiper-container_wrap.arrow_no .swiper_arrow_wrap {
	display: none !important;
}

@media screen and (max-width: 700px) {

	.swiper-container_wrap .swiper-button-prev,
	.swiper-container_wrap .swiper-button-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

/*
------------------------------------ .swiper-container_wrap.type_fade ------------------------------------
*/

.swiper-container_wrap.type_fade {
	cursor: pointer;
}

.swiper-container_wrap.type_fade.slide_no {
	cursor: default;
}

.swiper-container_wrap.type_fade .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}