@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;
	backface-visibility: hidden;
	min-height: 0%;
}

*:after, *:before {
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.touch *{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}

::-webkit-input-placeholder {
color:#999999;
opacity:1;
}
::-moz-placeholder {
color:#999999;
opacity:1;
}
:-ms-input-placeholder {
color:#999999;
}

: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;
}

.material-icons{
	font-size: inherit;
}

body{
	font-size: 14px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 500;
  letter-spacing: 0em;
	line-height: 1.71;
	color: #333333;
	min-width: 320px;
}

.font_sans{
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.normal a:hover {
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
a.underline {
	text-decoration: underline;
}
.normal a.underline:hover {
	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"],
input[type="tel"],
input[type="password"],
textarea,
.c-select_box{
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
  height: 36px;
  line-height: 1;
  color: #000;
  width: 100%;
	background-color: #ffffff;
}

.error_color{
	border: 1px solid #e6b8b8 !important;
	background-color: #ffcccc !important;
}

textarea{
  height: 144px;
  padding: 1em 1.28em;
  line-height: 1.4;
}


.c-select_box_wrap{
	position: relative;
}

.c-select_box_wrap select{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}

.c-select_box{
	position: relative;
	padding-right: 25px;
	white-space: nowrap;
}
.select_box_obj{
	position: absolute;
	top: 50%;
	right: 9px;
	font-size: 12px;
	line-height: 1;
	margin: -6px 0 0 0;
}

.c-select_box_text{
	overflow:  hidden;
}

.c-select_box_wrap.no_val .c-select_box_text{
	color: #999999;
}

.font_Barlow{
	font-family: 'Barlow', sans-serif;
  font-weight: 800;
}

select{
  width: 100%;
}

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;
}

@media screen and (max-width:700px) {
	
	


	.touch input,
	.touch textarea, 
	.touch select{
		font-size: 16px;
	}
	
	.normal .c-search_block_input input{
		font-size: 12px;
	}
	
	.touch .c-search_block_input input{
		font-size: 16px;
	}
	
	.c-search_block_input input::placeholder{
		font-size: 12px;
	}
  
}

/* ---------------------------------------- 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;
	padding-bottom: 26px;
}

.swiper-pagination_wrap{
	position: absolute;
	left: 0;
	bottom: 0;
  width: 100%;
	line-height: 0;
	text-align: center;
}

.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: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #DBDBDB;
	opacity: 1;	
  margin: 0 10px 10px 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #E18A20;
}

.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 (min-width: 0px) {

	.swiper-container_wrap.type_slide{
		padding-bottom: 2.6rem;
	}

	.swiper-pagination{
		margin: 0 -1rem -1rem 0;
	}

	.swiper-pagination .swiper-pagination-bullet{
		width: 0.7rem;
		height: 0.7rem;
		margin: 0 1rem 1rem 0;
	}

	.swiper-container_wrap .swiper-button-prev,
	.swiper-container_wrap .swiper-button-next{
		width: 3rem;
		height: 3rem;
		margin-top: -1.5rem;
	}
	
	.swiper-container_wrap .swiper-button-prev:after,
	.swiper-container_wrap .swiper-button-next:after{
		margin: -1rem 0 0 0;
		width: 2rem;
		height: 2rem;
		border-top: 0.2rem solid #707070;
		border-right: 0.2rem solid #707070;
	}

	.swiper-container_wrap .swiper-button-prev::after{
		left: 0.5rem;
	}

	.swiper-container_wrap .swiper-button-next::after {
		right: 0.5rem;
	}

}

@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%;
}

/*
------------------------------------ .swiper-container_wrap.type_news ------------------------------------
*/

.swiper-container_wrap.type_news,
.swiper-container_wrap.type_news .swiper-container{
	height: 30px;
}
