@charset "UTF-8";

#main_title_area{
	position: relative;
	height: 500px;
	background: none;
	overflow: hidden;
}
#main_title_area:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: -1;
}
#main_title_area img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	z-index: -2;
}
#main_title_area p{
	margin-bottom: 0.5em;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}
#main_title_area h1{
	letter-spacing: 0.1em;
}

@media screen and (max-width: 840px){
	#main_title_area{
		height: 300px;
	}
	#main_title_area p{
		width: 90%;
		margin: 0 auto;
		font-size: 1.3rem;
	}
}

/*#banner_area*/
#banner_area .caution {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    height: 2.66em;
    margin: 0 auto 40px;
    font-size: 1.5rem;
    color: #CE1223;
    font-weight: normal;
    background: #F0F0F0;
    border-radius: 20px;
}
#banner_area h2{
	margin-bottom: 1em;
	font-size: 3.1rem;
	color: #000;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width: 840px){
	#banner_area{
		background: #F0F0F0
	}
	#banner_area .caution {
		width: 90%;
		height: 3em;
		margin: 0 auto 5%;
	    font-size: 1.2rem;
    	background: #fff;
	}
	#banner_area h2{
		font-size: 2.5rem;
	}
}

/*sec02*/
#sec02{
	position: relative;
	padding: 100px 0;
}
#sec02:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(../img/index/bg02.jpg) repeat center top;
	z-index: -1;
}
#sec02 .tit_slider{
	top: 170px;
}
#sec02 .title_area .en,
#sec02 .title_area h2{
	color: #fff;
}
#sec02 form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 600px;
	height: 52px;
	padding: 0 25px;
	margin: 0 auto 56px;
	background: #fff;
	border-radius: 26px;
}
#sec02 form div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#sec02 input{
	width: 100%;
	font-size: 1.4rem;
}
#sec02 input::placeholder{
	color: #8E8E8E;
}
#sec02 input.submit{
	width: 18px;
	height: 18px;
	background: url(../img/common/icon_submit.svg) no-repeat center center;
	background-size: cover;
	cursor: pointer;
}
#sec02 input.submit:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#sec02 ul.newarrival_slider{
	padding-bottom: 10px;
	overflow: hidden;
}
#sec02 ul.newarrival_slider li{
	max-width: 340px;
	margin: 0 10px;
}
#sec02 ul.newarrival_slider li a{
	position: relative;
	display: block;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.16);
}
#sec02 ul.newarrival_slider li a:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 4px solid transparent;
	border-radius: 5px;
	transition: border-color 0.2s;
	z-index: 2;
}
#sec02 ul.newarrival_slider li a:hover{
	opacity: 1;
}
#sec02 ul.newarrival_slider li a:hover:before {
	border-color: #FED63B;
}
#sec02 ul.newarrival_slider li .shop{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.3em;
	padding: 0 1em;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	background: #FED63B;
	border-radius: 5px 0 5px 0;
}
#sec02 ul.newarrival_slider li .in{
	padding: 0 10px 16px;
}
#sec02 ul.newarrival_slider li .date{
	margin: 1em 0;
	font-size: 1.4rem;
	color: #B9B9B9;
}
#sec02 ul.newarrival_slider li h3{
	font-size: 1.5rem;
	line-height: 1.6;
	text-decoration: underline;
}
#sec02 ul.newarrival_slider li figure{
	height: 214px;
	overflow: hidden;
}
#sec02 ul.newarrival_slider li img{
	height: auto;
}
#sec02 .slick-prev,
#sec02 .slick-next{
	display: block;
	left: 0;
	right: 0;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background: #CE1223;
	border-radius: 50%;
	z-index: 3;
}
#sec02 .slick-list{
	overflow: unset;
}
#sec02 .slick-prev{
	transform: translateX(-545px) translateY(-50%);
}
#sec02 .slick-next{
	transform: translateX(545px) translateY(-50%);
}
#sec02 .slick-prev:hover,
#sec02 .slick-next:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#sec02 .slick-prev:before,
#sec02 .slick-next:before{
	content: "";
  display: inline-block;
  width: 14.5px;
  height: 9.32px;
  opacity: 1;
}
#sec02 .slick-prev:before{
  background: url(../img/common/icon_btn_slide_prev.svg) no-repeat center center;
  background-size: cover;
  transform: rotate(180deg);
}
#sec02 .slick-next:before{
  background: url(../img/common/icon_btn_slide_next.svg) no-repeat center center;
  background-size: cover;
}
#sec02 .btn a{
	width: 400px;
	margin: 60px auto 0;
	color: #fff;
	background: #254D9E;
	border: 2px solid #fff;
}
#sec02 .btn a:hover{
	color: #254D9E;
	background: #fff;
}
#sec02 .btn a:before{
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background-size: cover;
}
#sec02 .btn a:hover:before{
	background: url(../img/common/icon_btn_arrow02.svg) no-repeat center center;
	background-size: cover;
}
#sec02 .tag_box{
	max-width: 1100px;
	padding: 35px 40px 25px;
	margin: 42px auto 0;
	background: #00A8DB;
	border: 2px dashed #01467F;
	border-radius: 15px;
}
#sec02 .tag_box ul{
	display: flex;
	flex-wrap: wrap;
}
#sec02 .tag_box ul li{
	margin-right: 10px;
	margin-bottom: 10px;
}
#sec02 .tag_box ul li a{
	display: flex;
	justify-content: center;
	align-items: center; 
	height: 2em;
	padding: 0 0.8em;
	font-size: 1.4rem;
	color: #01467F;
	background: #fff;
	border-radius: 14px;
}
#sec02 .tag_box ul li a:before{
	content: "#";
	margin-right: 0.5em;
}
#sec02 .tag_box ul li a:hover{
	color: #fff;
	background: #08467F;
	opacity: 1;
}

@media screen and (max-width: 840px){
	#sec02{
		padding: 70px 0 50px;
	}
	#sec02 .deco{
		top: -8vw;
		width: 70%;
	}
	#sec02 .deco2{
		display: none;
	}
	#sec02 .tit_slider{
		top: 60px;
	}
	#sec02 form{
		max-width: none;
		width: 90%;
		height: 52px;
		padding: 0 5%;
		margin: 0 auto 40px;
	}
	#sec02 input{
		font-size: 1.5rem;
	}
	#sec02 ul.newarrival_slider li{
		width: 286pxpx;
	}
	#sec02 ul.newarrival_slider li a{
		box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
	}
	#sec02 ul.newarrival_slider li a:before{
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		border: 2px solid transparent;
	}
	#sec02 ul.newarrival_slider li .date{
		margin: 1em 0 0.5em;
	}
	#sec02 ul.newarrival_slider li h3{
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#sec02 .slick-prev,
	#sec02 .slick-next{
		width: 38px;
		height: 38px;
	}
	#sec02 .slick-prev{
		transform: translateX(-170px) translateY(-50%);
	}
	#sec02 .slick-next{
		transform: translateX(170px) translateY(-50%);
	}
	#sec02 .btn a{
		width: 75%;
		margin: 30px auto 0;
		color: #254D9E;
		background: #fff;
	}
	#sec02 .btn a:before{
		background: url(../img/common/icon_btn_arrow02.svg) no-repeat center center;
		background-size: cover;
	}
	#sec02 .tag_box{
		padding: 20px 5% 12px;
		margin: 30px 5% 0;
	}
	#sec02 .tag_box ul li{
		margin-right: 8px;
		margin-bottom: 8px;
	}
	#sec02 .tag_box ul li a{
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 380px){
	#sec02 .slick-prev{
		transform: translateX(-150px) translateY(-50%);
	}
	#sec02 .slick-next{
		transform: translateX(150px) translateY(-50%);
	}
}

/*.shop_info*/
.shop_info{
	padding: 90px 0 70px;
}
.shop_info .flex{
	position: relative;
	margin: 60px auto 100px;
}
.shop_info figure{
    position: absolute;
    top: 0;
    right: 52%;
    width: 50vw;
    max-width: 800px;
}
.shop_info figure img{
	width: 100%;
}
.shop_info .in{
    width: 50%;
    padding: 0 30px;
    margin-left: 50%;
}
.shop_info .in p{
	font-size: 1.8rem;
	color: #1E3F7B;
	font-weight: bold;
}
.shop_info .in h3{
	margin-bottom: 0.8em;
	font-size: 4rem;
	color: #1E3F7B;
	font-weight: bold;
}
.shop_info .in dl{
	position: relative;
	display: flex;
	padding: 30px 0;
}
.shop_info .in dl:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image : linear-gradient(to right, #b4b4b4 1px, transparent 1px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.shop_info .in h3 + dl:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image : linear-gradient(to right, #b4b4b4 1px, transparent 1px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.shop_info .in dl dt{
	width: 7em;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
}
.shop_info .in dl dd{
	width: calc(100% - 7em);
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.8;
}
.shop_info .in dl dd .btn a{
	width: 185px;
	height: 3.2em;
	margin: 16px 0 0;
	font-size: 1.4rem;
	font-weight: 500;
	box-shadow: none;
}
.shop_info .in dl dd .btn a:before{
	display: none;
}
.shop_info .map{
	width: 100%;
	margin-bottom: 88px;
}
.shop_info .map iframe{
	width: 100% !important;
	height: 400px !important;
}
.shop_info .map .btn a{
	margin: 40px auto 0;
}
.shop_info .greeting{
	position: relative;
}
.shop_info .greeting h2{
	display: flex;
	align-items: center;
	width: 100%;
	height: 3em;
	padding: 0 1.2em;
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	background: #1E3F7B;
	border-radius: 10px 10px 0 0;
}
.shop_info .greeting .manager_img{
	position: absolute;
	top: -60px;
	left: 50px;
	width: 140px;
	height: 140px;
	border: 5px solid #1E3F7B;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
}
.shop_info .greeting .manager_img img{
	width: 100%;
}
.shop_info .greeting .in{
	width: 100%;
	margin-left: 0;
	padding: 1.5em 2em;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.9;
	border: 2px solid #1E3F7B;
	border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 840px){
	.shop_info{
		padding: 10% 0;
	}
	.shop_info .flex{
		display: block;
		margin-bottom: 10%;
	}
	.shop_info figure{
	    position: relative;
	    top: auto;
	    right: auto;
	    width: 100%;
	    max-width: none;
	    margin-bottom: 5%;
	}
	.shop_info .in{
	    width: 100%;
	    padding: 0;
	    margin-left: 0;
	}
	.shop_info .in p{
		font-size: 1.5rem;
		text-align: center
	}
	.shop_info .in h3{
		font-size: 2.4rem;
		text-align: center
	}
	.shop_info .in dl{
		padding: 20px 0;
	}
	.shop_info .in dl dt{
		font-size: 1.5rem;
	}
	.shop_info .in dl dd{
		font-size: 1.5rem;
	}
	.shop_info .in dl dd .btn a{
		width: 100%;
		margin: 1em 0 0;
		font-size: 1.4rem;
	}
	.shop_info .map{
		margin-bottom: 20%;
	}
	.shop_info .map iframe{
		height: 280px !important;
	}
	.shop_info .map .btn a{
		height: 3em;
		margin: 10% auto 0;
	}
	.shop_info .greeting h2{
		padding: 0 1.7em;
		font-size: 1.8rem;
	}
	.shop_info .greeting .manager_img{
		top: -24px;
		left: 22px;
		width: 66px;
		height: 66px;
		border: 2px solid #1E3F7B;
	}
	.shop_info .greeting .in{
		font-size: 1.5rem;
	}
}

/*.btn_area*/
.btn_area{
	padding: 80px 0;
	background-image: url("../img/index/bg05.jpg");
	background-size: 150px 150px;
	animation: bgiLoop 5s linear infinite;
}
.btn_area .box{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	border-radius: 5px;
	overflow: hidden;
}
.btn_area .box h4{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.5em;
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	background: #000;
}
.btn_area .box .in{
	align-items: center;
	padding: 25px 10px;
	background: #fff;
	border: 3px solid #000;
	border-top: none;
}
.btn_area .box .in .left,
.btn_area .box .in .right{
	position: relative;
	width: 50%;
	padding: 12px 5%;
}
.btn_area .box .in .left:after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    margin: auto;
    background-image: -webkit-linear-gradient(top, #1A1A1A, #1A1A1A 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to bottom, #1A1A1A, #1A1A1A 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 1px 4px;
}
.btn_area .box .in .tel{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
.btn_area .box .in .tel img{
	height: 1.2em;
	margin-right: 0.5em;
}
.btn_area .box .in .tel.sp{
	display: none;
}
.btn_area .box .in .small{
	font-size: 1.5rem;
	text-align: center;
}
.btn_area .box .in .flex{
	justify-content: center;
	align-items: center;
}
.btn_area .box .in .txt{
	margin: 0 1em;
	font-size: 2rem;
}
.btn_area .box .in .txt p{
	font-weight: bold;
}
.btn_area .box .in .txt p + p{
	font-size: 1.4rem;
	font-weight: normal;
}
.btn_area .box .in span img{
	max-width: 98px;
}
.btn_area .box .in .right img{
	width: 72px;
}
.btn_area .box .in .btn a{
	width: 100%;
	height: 3.2em;
	margin: 8px 0 0;
	font-size: 2rem;
	color: #fff;
	background: #35C756;
	border: none;
	border-radius: 5px;
	box-shadow: none;
}
.btn_area .box .in .btn a:before{
	display: none;
}
.btn_area .box .in .btn a:hover{
	background: #35C756;
	opacity: 0.5;
}

@media screen and (max-width: 840px){
	.btn_area{
		padding: 10% 0;
	}
	.btn_area .box h4{
		height: 2.5em;
		font-size: 1.6rem;
	}
	.btn_area .box .in{
		display: block;
		padding: 3% 0;
		border: 3px solid #000;
	}
	.btn_area .box .in .left,
	.btn_area .box .in .right{
		width: 100%;
		padding: 2%;
	}
	.btn_area .box .in .left:after{
		width: 90%;
		height: 1px;
		top: auto;
		left: 0;
		background-image : linear-gradient(to right, #1A1A1A, #1A1A1A 1px, transparent 1px, transparent 3px); 
		background-size: 3px 1px;  
		background-position: left bottom;  
		background-repeat: repeat-x; 
	}
	.btn_area .box .in .tel{
		font-size: 2.5rem;
	}
	.btn_area .box .in .tel a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btn_area .box .in .tel.sp{
		display: block;
	}
	.btn_area .box .in .small{
		font-size: 1.4rem;
	}
	.btn_area .box .in .right{
		flex-wrap: wrap;
	}
	.btn_area .box .in .txt{
		margin: 0 0 0 0.5em;
		font-size: 1rem;
	}
	.btn_area .box .in .txt + p.sp{
		width: 100%;
		font-size: 1.4rem;
		text-align: center;
	}
	.btn_area .box .in .right img{
		width: 50px;
	}
	.btn_area .box .in .txt p{
		font-size: 2.2rem;
	}
	.btn_area .box .in .btn a{
		width: 90%;
		height: 3em;
		margin: 3% auto 0;
		font-size: 1.6rem;
	}
}

/*.voice_area*/
.voice_area{
	padding: 90px 0 70px;
	background: #F0F0F0;
}
.voice_area .title_area + p{
	margin-bottom: 1em;
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
}
.voice_area .box{
	width: 49%;
	padding: 30px;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
	border-radius: 10px;
}
.voice_area .box:nth-child(even){
	margin-right: 0;
}
.voice_area .box .flex{
	align-items: center;
}
.voice_area .box .guest_imag{
	width: 115px;
	height: 115px;
	border-radius: 50%;
	overflow: hidden;
}
.voice_area .box .name{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2em;
	padding: 0 1em;
	margin-left: 1.5em;
	font-size: 1.7rem;
	font-weight: bold;
	background: #F7D80B;
	border-radius: 26px;
}
.voice_area .box h3{
	margin: 1em 0;
	font-size: 2.2rem;
	font-weight: bold;
}
.voice_area .box .txt{
	font-size: 1.5rem;
	line-height: 2;
}

@media screen and (max-width: 840px){
	.voice_area{
		padding: 10% 0;
	}
	.voice_area .title_area + p{
		font-size: 1.6rem;
	}	
	.voice_area .box{
		width: 370px;
		padding: 20px 40px 30px;
		margin: 0 5px;
	}
	.voice_area .box:nth-child(even){
		margin: 0 5px;
	}
	.voice_area .box .guest_imag{
		width: 100px;
		height: 100px;
	}
	.voice_area .box .name{
		font-size: 1.4rem;
	}
	.voice_area .box h3{
		font-size: 1.6rem;
	}
	.voice_area .box .txt{
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.voice_area .slick-dots li button:before{
		background: #fff;
	}
	.voice_area .slick-dots li.slick-active button:before,
	.voice_area .slick-dots li:hover button:before{
		background: #08467F;
	}
	.voice_area .slick-dots li{
		margin: 0 5px;
	}
}

/*.qa_con*/
.qa_con{
	padding: 100px 0;
	background: #F0F0F0;
	background: url(../img/index/bg02.jpg) repeat center top;
}
.qa_con .title_area *{
	color: #fff;
}
.qa_con .title_area + p{
	margin-bottom: 1em;
	font-size: 2.5rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.qa_con dl{
	padding: 0 36px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.qa_con dl + dl{
	margin-top: 20px;
}
.qa_con dl dt{
	position: relative;
	padding: 1.8em 70px 1.8em 76px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	cursor: pointer;
}
.qa_con dl dt:before{
	content: "Q";
	position: absolute;
	top: 0.5em;
	left: 0;
	font-size: 4rem;
	color: #1E3F7B;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}
.qa_con dl dt span{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	margin: auto;
	background: #1E3F7B;
	border-radius: 50%;
}
.qa_con dl dt span:before,
.qa_con dl dt span:after{
	position: absolute;
	content: "";
	width: 18px;
	height: 1px;
	background: #fff;
	transition: 0.5s;
}
.qa_con dl dt span:after{
	transform: rotate(90deg);
}
.qa_con dl dt.acc_active span:after{
	transform: rotate(0);
}
.qa_con dl dd{
	display: none;
	position: relative;
	padding: 2em 10px 3.5em 76px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.7;
	border-top: 1px solid #E0E0E0;
}
.qa_con dl dd:before{
	content: "A";
	position: absolute;
	top: 0.3em;
	left: 0;
	font-size: 4rem;
	color: #CE1223;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width: 840px){
	.qa_con{
		padding: 10% 0;
	}
	.qa_con .title_area h2{
		margin-bottom: 0.5em
	}
	.qa_con .title_area + p{
		margin-bottom: 3em;
		font-size: 1.6rem;
	}
	.qa_con dl{
		padding: 0 5%;
		border-radius: 5px;
	}
	.qa_con dl + dl{
		margin-top: 5%;
	}
	.qa_con dl dt{
		padding: 1em 2.5em;
		font-size: 1.4rem;
	}
	.qa_con dl dt:before{
		top: 0.4em;
		font-size: 2.2rem;
	}
	.qa_con dl dt span{
		width: 1.5em;
		height: 1.5em;
	}
	.qa_con dl dt span:before,
	.qa_con dl dt span:after{
		width: 0.8em;
	}
	.qa_con dl dd{
		padding: 1.5em 2.5em 2em;
		font-size: 1.2rem;
	}
	.qa_con dl dd.acc_con{
		display: block;
	}
	.qa_con dl dd:before{
		top: 0.4em;
		font-size: 2.2rem;
	}
}













