@charset "UTF-8";
/* CSS Document */
/* 仮index */
.og {
	text-align: center;
	padding-top: 10vh;
}
@media screen and (max-width: 767px) {
	/* 仮index */
	.og {
		padding-top: 25vh;
	}
	.og img {
		width: 100%;
	}
}

/* 共通 */
.btn a {
	display: inline-block;
	font-size: 13px;
	text-align: left;
	width: 150px;
	border: 1px solid #8bb4ff;
	color: #fff;
	padding: 8px 15px;
	border-radius: 50px;
	background-color: #8bb4ff;
	position: relative;
}
.btn a:before {
	content: "";
	position: absolute;
	top: 13px;
	right: 15px;
	width: 26px;
	height: 9px;
	background-image: url(../img/top/arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.btn a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* mainArea */
.mainArea {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.swiper-container {
	width: 100%;
}
.swiper-slide {
	min-height: 95vh;
	height: 750px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slide01 {
	background-image: url("../img/top/main01.jpg");
}
.slide02 {
	background-image: url("../img/top/main02.jpg");
}
.slide03 {
	background-image: url("../img/top/main03.jpg");
}
.slide04 {
	background-image: url("../img/top/main04.jpg");
}
.slide05 {
	background-image: url("../img/top/main05.jpg");
}
.slide06 {
	background-image: url("../img/top/main06.jpg");
}

.mainArea .mainBox01,
.mainArea .mainBox02 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	width: 100%;
	min-height: 95vh;
	height: 750px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mainArea .mainBox01 .desc01 {
	width: 375px;
}
.mainArea .mainBox02 .desc02 {
	width: 60px;
}

/* content01 */
.content01 .inner {
	padding: 0 20px;
	margin-top: -50px;
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.content01 .inner .newsArea .news{
	display: flex;
	flex-direction: column;
}
.content01 .inner .newsArea {
	width: 48%;
	margin-right: 2%;
	text-align: center;
}
.content01 .inner .newsArea div{
	height:100%;

}
.content01 .inner .shopArea {
	width: 48%;
	margin-left: 2%;
	text-align: center;
	position: relative;
}
.content01 .inner .newsArea .news_bg, 
.content01 .inner .shopArea .shop_bg {
	min-height: 540px;
	background-color: #fff;
	padding: 45px 25px;
	border-radius: 20px;
	border: 2px solid #8bb4ff;
}
.content01 .inner .newsArea .news_bg {
	padding: 50px 25px 45px;
}
.content01 .inner .shopArea .shop_bg {
	padding: 60px 25px 45px;
}

/* newsArea */
.content01 .inner .newsArea .news_bg .news h1 {
	font-size: 22px;
	text-align: center;
	font-family: ten-mincho-text,serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}
.content01 .inner .newsArea .news_bg .news ul {
	padding: 25px 5px;
}


.content01 .inner .newsArea .news_bg .news ul li{
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #8bb4ff;
	padding: 12px 0;
}
.content01 .inner .newsArea .news_bg .news ul li .data {
	font-size: 13px;
}
.content01 .inner .newsArea .news_bg .news ul li .labels a {
	width: 80px;
	display: inline-block;
	text-align: center;
	margin: 0 14px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	padding: 5px 1em;

}
.content01 .inner .newsArea .news_bg .news ul li .labels a:hover {
	background-color: #fff;
}
.content01 .inner .newsArea .news_bg .news ul li .news a {
	background-color: #8ed1e5;
	border: 1px solid #8ed1e5;
}
.content01 .inner .newsArea .news_bg .news ul li .event a {
	background-color: #a2aad5;
	border: 1px solid #a2aad5;
}
.content01 .inner .newsArea .news_bg .news ul li .news a:hover {
	color: #8ed1e5;
}
.content01 .inner .newsArea .news_bg .news ul li .event a:hover {
	color: #a2aad5;
}
.content01 .inner .newsArea .news_bg .news ul li .txt a {
	font-size: 13px;
	color: #000;
}
.content01 .inner .newsArea .news_bg .news ul li .txt a:hover {
	color: #8bb4ff;
}








.content01 .inner .newsArea .news_bg .news .btn {
	margin-top: auto;
}

/* shopArea */
.content01 .inner .shopArea .shop_bg .s_top .s_top_bg {
	background-image: url("../img/top/bo_shop_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 180px;
}
.content01 .inner .shopArea .shop_bg .s_top .h1Area {
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	background-color: #f4f8ff;
	border: 1px solid #91baff;
	padding: 40px 20px;
}
.content01 .inner .shopArea .shop_bg .s_top .h1Area p {
	font-size: 16px;
	font-family: ten-mincho-text,serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	padding-bottom: 25px;
}
.content01 .inner .shopArea .shop_bg .s_top .h1Area h1 {
	width: 178px;
	margin: 0 auto;
}
.content01 .inner .shopArea .shop_bg .s_bottom {
	padding-top: 40px;
	text-align: left;
	max-width: 380px;
	margin: 0 auto;
}
.content01 .inner .shopArea .shop_bg .s_bottom .s_txt {
	font-size: 18px;
	line-height: 1;
	padding-bottom: 15px;
}
.content01 .inner .shopArea .shop_bg .s_bottom .l_txt {
	font-size: 22px;
	line-height: 1;
	font-weight: 900;
}
.content01 .inner .shopArea .shop_bg .s_bottom .check-btns {
	padding-top: 29px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.content01 .inner .shopArea.en .shop_bg .s_bottom .check-btns {
	display: block;
	padding-top: 12px;
}
.content01 .inner .shopArea .shop_bg .s_bottom .check-btns li {
	width: 50%;
	font-size: 17px;
	color: #4e4e4e;
}
.content01 .inner .shopArea.en .shop_bg .s_bottom .check-btns li {
	width: 100%;
	padding-bottom: 10px;
	font-size: 14px;
}
.content01 .inner .shopArea .shop_bg .s_bottom .btn {
	text-align: center;
	padding-top: 24px;
}
.content01 .inner .shopArea .shop_bg .s_bottom p.caution{
	font-size: 12px;
	margin-top: 14px;
}
.content01 .inner .shopArea.en .shop_bg .s_bottom p.caution{
	font-size: 11px;
}
label ~ label {
	margin-left: 15px;
}

input[type=checkbox] {
	margin-right: 8px;
}

/* ベースのチェックボックス */
.check-btns input[type=checkbox] {
	display: none;
}

.check-btns label {
	position: relative;
	padding-left: 30px;
}

.check-btns input[type=checkbox]  + label::before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #ddd;
	left: 0;
	top: 0;
}

.check-btns input[type=checkbox]  + label::after {
	position: absolute;
	content: '';
	display: block;
	width: 10px;
	height: 14px;
	transform: rotate(45deg);
	border-right: 3px solid #8bb4ff;
	border-bottom: 3px solid #8bb4ff;
	left: 4px;
	top: 0;
	opacity: 0;
	transition: .3s;
}

.check-btns input[type=checkbox]:checked + label::after {
	opacity: 1;
}
.content01 .inner .shopArea .shop_bg .s_bottom .check_btn{
	text-align: center;
	padding-top: 24px;
}
.content01 .inner .shopArea .shop_bg .s_bottom .check_btn button  {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	width: 150px;
	border: 1px solid #8BB501;
	color: #fff;
	padding: 8px 15px;
	border-radius: 50px;
	background-color: #8bb4ff;
	position: relative;
	border:none;
	transition: all 0.3s;
	height: 38px;
}
.content01 .inner .shopArea .shop_bg .s_bottom .check_btn button:before {
	content: "";
	position: absolute;
	top: 13px;
	right: 15px;
	width: 26px;
	height: 9px;
	background-image: url(../img/top/arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.content01 .inner .shopArea .shop_bg .s_bottom .check_btn button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}

/*banshuoriArea*/
.banshuoriArea {
	margin-top: 50px;
	min-height: 350px;
	background-image: url("../img/top/map_bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banshuoriArea .map {
	min-height: 350px;
	max-width: 1280px;
	margin: 0 auto;
	background-image: url("../img/top/map.svg");
	background-position: center center;
	background-repeat: no-repeat;
}
.banshuoriArea .map .inner {
	min-height: 350px;
	padding: 0 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.banshuoriArea .map .inner .txtArea p {
	line-height: 2;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
/*英語ページ*/
.en p{
	word-break: normal;
}



@media screen and (max-width: 1000px) {
/* content01 */
.content01 .inner {
	margin-top: -30px;
	display: block;
	padding: 0 120px;
}
.content01 .inner .newsArea {
	width: 100%;
	margin-right: 0;
}
.content01 .inner .shopArea {
	width: 100%;
	margin-left: 0;
}
.content01 .inner .newsArea .news_bg, 
.content01 .inner .shopArea .shop_bg {
	min-height: inherit;
}
/* newsArea */
.content01 .inner .newsArea {
	padding-bottom: 35px;
}

/* banshuoriArea */
.banshuoriArea .map {
	max-width: 100%;
	width: 100%;
	background-position: left calc(100% - 45%) center;
	background-size: cover;
}
.banshuoriArea .map .inner .txtArea p {
	font-size: 13px;
}
}

@media screen and (max-width: 767px) {
	.swiper-slide {
		min-height: 700px;
	}
	.mainArea .mainBox01,
	.mainArea .mainBox02 {
		min-height: 700px;
	}

/* content01 */
.content01 .inner {
	padding: 0 5vw;
}
.content01 .inner .newsArea .news_bg, 
.content01 .inner .shopArea .shop_bg {
	padding: 35px 20px;
}
.content01 .inner .shopArea .shop_bg {
	padding: 45px 20px 35px;
}

/* newsArea */
.content01 .inner .newsArea .news_bg .news h1 {
	font-size: 20px;
}
.content01 .inner .newsArea .news_bg .news ul {
	padding: 18px 5px 25px;
}


.content01 .inner .newsArea .news_bg .news ul li{
	display: block;
	text-align: left;
	margin-bottom: 0;
}
.content01 .inner .newsArea .news_bg .news ul li .labels a{
	margin: 4px 0;
}
/* shopArea */
.content01 .inner .shopArea .shop_bg .s_top .s_top_bg {
	height: 180px;
}
.content01 .inner .shopArea .shop_bg .s_top .h1Area {
	padding: 40px 15px;
	top: 136px;
}
.content01 .inner .shopArea .shop_bg .s_top .h1Area p {
	font-size: 12px;
}
.content01 .inner .shopArea .shop_bg .s_top .h1Area h1 {
	width: 160px;
}
.content01 .inner .shopArea .shop_bg .s_bottom {
	padding-top: 50px;
}
.content01 .inner .shopArea .shop_bg .s_bottom .s_txt {
	font-size: 16px;
	padding-bottom: 15px;
}
.content01 .inner .shopArea.en .shop_bg .s_bottom .s_txt {
	font-size: 14px;
}
.content01 .inner .shopArea .shop_bg .s_bottom .l_txt {
	font-size: 17px;
}
.content01 .inner .shopArea .shop_bg .s_bottom .radio-btns li {
	font-size: 15px;
}

/* banshuoriArea */
.banshuoriArea {
	min-height: inherit;
	background-image: none;
}
.banshuoriArea .map {
	min-height: inherit;
	background-image: none;
	background-color: #f4f8ff;
}
.banshuoriArea .map .inner {
	min-height: inherit;
	padding: 35px 5vw;
	display: block;
}
.banshuoriArea .map .inner .txtArea {
	padding: 20px;
	margin-bottom: 15px;
}
.banshuoriArea .map .inner .txtArea p {
	font-size: 14px;
	line-height: 1.6;
}
}

@media screen and (max-width: 500px) {
	.content01 .inner .shopArea .shop_bg .s_bottom .check-btns li {
		font-size: 14px;
		padding-bottom: 10px;
	}
}



@media screen and (max-width: 400px) {
/* mainArea */
.swiper-slide {
	min-height: 600px;
}
.mainArea .mainBox01,
.mainArea .mainBox02 {
	min-height: 600px;
}
.mainArea .mainBox02 .desc02 {
	width: 45px;
}
.mainArea .mainBox01 .desc01 {
	width: 270px;
}

/* newsArea */
.content01 .inner .newsArea .news_bg {
	padding: 30px 15px;
}
.content01 .inner .newsArea .news_bg .news01 {
	padding-bottom: 30px;
}
.content01 .inner .newsArea .news_bg .news .btn {
	padding-top: 5px;
}

/* shopArea */
.content01 .inner .shopArea .shop_bg {
	padding: 40px 15px 30px;
}
.content01 .inner .shopArea .shop_bg .s_bottom {
	max-width: 100%;
	width: 100%;
	padding-top: 40px;
}
.content01 .inner .shopArea .shop_bg .s_bottom .check-btns {
	padding-top: 25px;
}
.content01 .inner .shopArea .shop_bg .s_bottom .check-btns li {
	font-size: 12px;
}
.check-btns label {
	padding-left: 20px;
}
.check-btns input[type=checkbox] + label::before {
	width: 15px;
	height: 15px;
	top: 2px;
}
.check-btns input[type=checkbox] + label::after {
	width: 7px;
	height: 12px;
}




.radio-btns label {
	padding-left: 20px;
}
.radio-btns input[type=radio] + label::before {
	width: 13px;
	height: 13px;
	top: 3px;
}
.radio-btns input[type=radio] + label::after {
	width: 7px;
	height: 7px;
	left: 4px;
	top: 7px;
}

/* banshuoriArea */
.banshuoriArea .map .inner .txtArea {
	padding: 20px 15px;
}
}

@media screen and (max-width: 340px) {
/* mainArea */
.mainArea .mainBox02 .desc02 {
	width: 38px;
}
.mainArea .mainBox01 .desc01 {
	width: 230px;
}
}

@media screen and (max-width: 897px) and (orientation: landscape) {
	.swiper-slide {
		min-height: 750px;
	}
	.mainArea .mainBox01,
	.mainArea .mainBox02 {
		min-height: 750px;
	}
}


