@charset "EUC-JP";

@import url('https://fonts.googleapis.com/css?family=Halant&display=swap');


/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{
	height:100%;
}

html{
	font-size:62.5%;
	overflow-y: scroll;
}

body{
	-webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	font-size: 1.6rem;
}

body{
	min-width: 1200px;
}

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

img{
	max-width: 100%;
}

a{
	text-decoration: none;
	color: #333;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
input[type="submit"]{
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

@media screen and (min-width: 769px) {
	input[type="submit"]:hover,
	a:hover{
		opacity: 0.8;
	}

	a[href^="tel:"]{
		pointer-events: none;
	}
}

input, textarea, select {
	vertical-align:middle;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	background-color: #fff;
}
button{
	 background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
}
input,select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
select::-ms-expand{
	 display: none;
}
textarea{
	resize: none;
}
button,input[type="submit"],select{
	cursor:pointer;
}
input[type="radio"]:checked{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


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

.sp{
	display: none;
}

.en{
	font-family: 'Halant', serif;
}

@media screen and (max-width: 768px) {
	body{
		min-width: initial;
		padding-top: 60px;
	}

	.wrap{
		width: 94%;
		max-width: initial;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}
}




/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
header .header_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1240px;
	padding: 17px 0 10px;
	margin: 0 auto;
}

header .logo{
	display: inline-block;
	width: 228px;
}

header .logo img{
	vertical-align: middle;
}

header .logo_txt{
	display: inline-block;
	margin-left: 15px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6;
	vertical-align: middle;
}

.head_box_right{
	width: 650px;
	display: flex;
	justify-content: space-between;
}

header .tel_box p{
	font-weight: bold;
}

header .tel_box p:first-child{
	min-height: 32px;
	padding-left: 46px;
	padding-top: 4px;
	margin-bottom: 5px;
	background: url(../img/common/ico_tel.png) no-repeat top left;
	background-size: 45px;
	font-size: 2.8rem;
}

header .tel_box p:last-child{
	font-size: 1.2rem;
}

header .tel_box a{
	display: inline-block;
}

header .btn_box{
	display: flex;
	align-items: center;
}

header .btn_box.sp{
	display: none;
}

header .btn_box .login_btn{
	width: 185px;
}

header .btn_box .search_btn{
	width: 155px;
	margin-left: 12px;
}

header .btn_box .btn_ye{
	padding-left: 20px;
	background: #A1925D url(../img/common/ico_search01.png) no-repeat 15px center;
	background-size: 19px;
}

header .user_box{
	margin-right: 8px;
	font-size: 1.5rem;
	font-weight: bold;
}

header .user_box .user_name{
	text-decoration: underline;
	color: #a1925d;
}

.gnav{
	background-color: #E0E0E0;
}

.gnav ul{
	display: flex;
}

.gnav li{
	flex: 1;
}

.gnav li a{
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	header{
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background-color: #fff;
	}

	header .header_wrap{
		padding: 0 0 0 3%;
		height: 60px;
	}

	header .logo{
		width: 167px;
	}

	header .btn_box.sp{
		display: block;
	}

	header .btn_box .login_btn{
		width: 80px;
		margin-right: 60px;
	}

	header .btn_box .login_btn .btn_bk{
		padding: 6px 0;
		font-size: 1.0rem;
		line-height: 1.3;
	}

	header .user_box{
		padding-left: 7px;
		padding-right: 7px;
		margin-right: 50px;
		line-height: 1.3;
		font-size: 1.0rem;
	}

	header .gnav{
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow-y: scroll !important;
		transition: all .2s;
		background-color: #a1925d;
	}
	header .gnav.active{
		visibility: visible;
	}

	header .gnav ul{
		display: none;
		padding: 60px 0 10px;
		background-color: #a1925d;
	}

	header .gnav li{
		display: block;
		width: 100%;
	}
	header .gnav li a{
		display: block;
		width: 100%;
		padding: 3vw 2%;
		color: #fff;
		font-size: 1.5rem;
		text-align: left;
	}
	header .gnav li + li{
		margin-left: 0;
	}

	header .gnav .search_btn{
		padding: 0 2%;
	}
	header .gnav .search_btn a{
		padding: 4vw 0 4vw 28px;
		margin-bottom: 2vw;
		background: url(../img/common/ico_search01.png) no-repeat left center;
		background-size: 20px;
		border-bottom: 1px dashed #fff;
	}

	header .nav_btn{
		position: absolute;
		z-index: 2;
		right: 0;
		top: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		display: block;
		background-color: #a1925d;
		border-radius: 0 0 0 8px;
		overflow: hidden;
		cursor: pointer;
	}
	header .nav_btn span{
		position:absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 27px;
		height: 3px;
		background: #fff;
		border-radius: 3px;
	}
	header .nav_btn span:nth-child(1){
		top: 14px;
	}
	header .nav_btn span:nth-child(2){
		top: 24px;
	}
	header .nav_btn span:nth-child(3){
		top: 34px;
	}
	header .nav_btn span{
		transition: all 0.5s ease-out;
	}

	header .nav_btn.active span{
		background: #fff;
	}
	header .nav_btn.active span:nth-child(1){
		top: 24px;
		transform: rotate(45deg);
	}
	header .nav_btn.active span:nth-child(2){
		background-color:rgba(255,255,255,0);
	}
	header .nav_btn.active span:nth-child(3){
		top: 24px;
		transform: rotate(-45deg);
	}
}




/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
footer{
	padding: 15px 0;
	background-color: #333333;
}

footer .wrap{
	max-width: 1190px;
}

.pagetop_btn{
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 0;
	width: 57px;
}
.pagetop_btn img{
	vertical-align: middle;
}

.register_btn{
	position: fixed;
	z-index: 1000;
	bottom: 20%;
	right: 0;
	margin: auto;
	width: 65px;
}
.register_btn img{
	vertical-align: middle;
}

.member_login{
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #fff;
}

.member_login > div{
	display: flex;
}

.member_login > .sp{
	display: none;
}

.member_login > div:first-child{
	flex-shrink: 0;
	border-right: 1px solid #fff;
}

.member_login p{
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
}

.member_login .sp{
	display: none;
}

.member_login p a{
	color: #fff;
}

.member_login .member_btn{
	width: 240px;
	margin: 0 25px 0 10px;
}

.member_login .member_btn .btn_ye{
	padding: 20px 0 19px;
	box-shadow: 3px 2px 3px #2a2a2a;
	font-size: 1.7rem;
}

.member_login form{
	width: 100%;
}

.member_login_box{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.member_login_box{
	padding-left: 17px;
}

.member_login_box .mail_box,
.member_login_box .pass_box{
	height: 100%;
	margin-left: 10px;
}

.member_login_box input[type="email"],
.member_login_box input[type="password"]{
	display: block;
	width: 233px;
	padding: 4px 8px 3px;
	margin-bottom: 6px;
	border: 1px solid #D4D4D4;
	font-size: 1.6rem;
}
.member_login_box input::placeholder{
	color: #878787;
	font-weight: bold;
}

.member_login_box .mail_box label{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
}

.member_login_box input[type="checkbox"]{
	display: none;
}

.member_login_box input[type="checkbox"] + .check{
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	margin: 0;
	background-color: #DD8073;
	vertical-align: top;
}
.member_login_box input[type="checkbox"]:checked + .check{
	background: #DD8073 url(../img/common/ico_check02.png) no-repeat center center;
	background-size: 100%;
}

.member_login_box .pass_box p a{
	font-size: 1.5rem;
}
.member_login_box .pass_box p a::before{
	content: "＞";
	padding-right: 0.2em;
	color: #DD8073;
}

.member_login_box .btn_ye{
	padding: 0;
	width: 170px;
	height: 56px;
	margin-left: 18px;
	box-shadow: 3px 2px 3px #2a2a2a;
	font-size: 1.7rem;
}

.footer_nav{
	max-width: 1000px;
	padding: 35px 0;
	margin: 0 auto 35px;
}

.footer_nav ul{
	display: flex;
	justify-content: space-between;
}

.footer_nav li a{
	color: #fff;
	font-weight: bold;
}

footer .copy{
	max-width: 1240px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.2rem;
}


@media screen and (max-width: 768px) {
	footer{
		padding: 5px 0 75px;
	}

	.pagetop_btn{
		bottom: 75px;
	}

	.fixed_wrap{
		position: fixed;
		z-index: 1000;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 10px 3%;
		background-color: #333;
	}

	.fixed_wrap p:first-child{
		width: 100%;
		margin-right: 2%;
	}

	.fixed_wrap p:last-child{
		width: 130px;
		flex-shrink: 0;
	}

	.fixed_wrap .btn_ye{
		padding: 16px 0;
		border-radius: 50px;
		font-size: 1.5rem;
		white-space: nowrap;
	}
	.fixed_wrap .btn_search{
		display: block;
		width: 100%;
		padding: 16px 0 16px 32px;
		background: #fff url(../img/common/ico_search02.png) no-repeat 10px center;
		background-size: 16px;
		border-radius: 8px;
		color: #a2935d;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1;
		white-space: nowrap;
	}

	.member_login_wrap{
		width: 92%;
	}

	.member_login{
		display: block;
	}

	.member_login > div:first-child{
		flex-wrap: wrap;
		width: 100%;
		border: 0;
	}

	.member_login > div:first-child{
		justify-content: center;
	}

	.member_login p{
		font-size: 2.0rem;
		text-align: center;
	}

	.member_login .sp{
		display: block;
		text-align: center;
	}

	.member_login .member_btn{
		width: 100%;
		margin: 0;
	}

	.member_login .member_btn .btn_ye{
		padding: 16px 0;
		margin-top: 15px;
		border-radius: 30px;
		font-size: 1.8rem;
	}

	footer .tel_box{
		margin: 30px auto 0;
		text-align: center;
	}

	footer .tel_box p{
		display: inline-block;
		font-weight: bold;
	}

	footer .tel_box p:first-child{
		min-height: 39px;
		padding-left: 54px;
		padding-top: 9px;
		margin-bottom: 5px;
		background: url(../img/common/ico_tel.png) no-repeat top left;
		background-size: 55px;
		font-size: 3.2rem;
		white-space: nowrap;
	}

	footer .tel_box p:last-child{
		font-size: 1.3rem;
	}

	.footer_nav{
		padding: 25px 0;
		margin: 0;
	}

	.footer_nav ul{
		display: block;
	}

	.footer_nav li + li{
		margin-top: 25px;
	}

	.footer_nav li a{
		font-size: 1.3rem;
	}

	.footer_nav li a::before{
		content: "\25b6  ";
		color: #a1925d;
	}

	footer .copy{
		width: 94%;
		padding-top: 2px;
		margin: 0 auto;
		font-size: 1.0rem;
	}
}




/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.ye{
	color: #A1925D;
}

/* ボタン */
.btn_bk,
.btn_ye{
	display: block;
	width: 100%;
	padding: 18px 0;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}
.btn_bk{
	background-color: #333333;
}
.btn_ye{
	background-color: #A1925D;
}

@media screen and (max-width: 768px) {
	.btn_bk,
	.btn_ye{
		font-size: 1.8rem;
	}
}

/* 背景 */
.bg_line{
	background: url(../img/index/line_bg.png) repeat center top;
}

/* 下層見出し */
.head_ttl_box{
	height: 15.6vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.head_ttl_box .head_ttl{
	color: #fff;
	text-shadow: 0 0 5px #333;
}

.head_ttl{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.head_ttl span{
	display: block;
	font-size: 7.2rem;
	letter-spacing: 0.08em;
	font-weight: normal;
}


@media screen and (max-width: 768px) {
	.head_ttl_box{
		height: 27.6vw;
	}
	.head_ttl{
		font-size: 1.2rem;
	}
	.head_ttl span{
		font-size: 4.6rem;
	}
}

/* パンくずリスト */
.breadcrumb{
	padding: 12px 0;
}

.breadcrumb ul{
	display: flex;
}

.breadcrumb li{
	font-size: 1.5rem;
}

.breadcrumb li + li::before{
	content: "＞";
	padding: 0 1em;
	font-weight: bold;
}

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

@media screen and (max-width: 768px) {
	.breadcrumb{
		padding: 10px;
	}

	.breadcrumb li{
		font-size: 1.1rem;
	}
}



/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */