@charset "utf-8";

/* フォント
--------------------------------*/
/* Noto Sans JP */
@font-face {
	font-family: "noto sans jp";
	src: url(../font/Noto_Sans_JP/NotoSansJP-Thin.otf);
	font-weight: 100;
}

@font-face {
	font-family: "noto sans jp";
	src: url(../font/Noto_Sans_JP/NotoSansJP-Light.otf);
	font-weight: 300;
}

@font-face {
	font-family: "noto sans jp";
	src: url(../font/Noto_Sans_JP/NotoSansJP-Regular.otf);
	font-weight: 400;
}

@font-face {
	font-family: "noto sans jp";
	src: url(../font/Noto_Sans_JP/NotoSansJP-Medium.otf);
	font-weight: 500;
}

@font-face {
	font-family: "noto sans jp";
	src: url(../font/Noto_Sans_JP/NotoSansJP-Bold.otf);
	font-weight: 700;
}

@font-face {
	font-family: "noto sans jp";
	src: url(../font/Noto_Sans_JP/NotoSansJP-Black.otf);
	font-weight: 900;
}



/* トップページ
--------------------------------*/
.top_page h2 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
	color: #221815;
}

.top_page h3 {
	text-align: center;
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
	color: #00a0e9;
	padding-bottom: 20px;
}

.top_page h2 span.text {
	display: inline-block;
}

/* メインビジュアル
--------------------------------*/
.top_main_area {
	background: #FFFFFF;
	overflow: hidden;
}


/* キャンペーン
--------------------------------*/

.top_campaign_area {
	background: url(../images/top_campaign_bg.jpg) center repeat;
	position: relative;
	z-index: 0;
	padding: 20px 0 60px 0;
}

.top_campaign_area_bg {
	background: #ffffff;
	padding: 20px 0;
}

.top_campaign_area ul li {
	width: 49%;
	margin-left: 2%;
	float: left;
}

.top_campaign_area ul li:first-child {
	margin-left: 0;
}

.top_campaign_area ul li .campaign_thumb {
	border-bottom: 5px solid #00a0e9;
}

.top_campaign_area ul li .campaign_text {
	margin-top: 20px;
	line-height: 1.3;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

.top_campaign_area ul li .campaign_text p a::before {
	content: " ";
	background: url(../images/top_campaign_arw.gif);
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background-size: contain;
	vertical-align: middle;
}


/* ニュース
--------------------------------*/
.top_newssns_area {
	background: url(../images/top_bg_line.gif) center repeat;
	position: relative;
	z-index: 1;
	padding: 6px 0 0;
}

.top_newssns_area_bg {
	background-color: #FFFFFF;
	padding: 60px 0;
}

img.top_news_tit {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
}

.top_newssns_area h3 {
	text-align: left;
	border-bottom: solid 2px #00a0e9;
	background: #FFFFFF;
	font-family: 'futura';
	font-style: italic;
	letter-spacing: 2px;
	color: #00a0e9;
	margin-bottom: 10px;
}

.top_news_area {
	float: left;
	width: 46%;
	margin-right: 5%;
}

.top_news_area ul {
	width: 100%;
	background: url(../images/top_news_dot.gif) bottom repeat-x;
	padding: 10px 0;
}

.top_news_area ul li.date {
	float: left;
	margin-bottom: 10px;
}

.top_news_area ul li p {
	clear: both;
}

.top_news_area .blog_archive_link {
	text-align: right;
	margin-top: 20px;
}

.top_sns_area {
	float: right;
	width: 49%;
}

.top_sns_area .links_content {
	display: flex;
	flex-direction: column;
	row-gap: 47px;
	width: 100%;
	margin-top: 27px;
}

.top_sns_area .links_content .links_item {
	position: relative;
	width: 100%;
	aspect-ratio: 4.676;
	overflow: hidden;
	background-color: #00A0E9;
	z-index: 0;
}

.top_sns_area .links_content .links_item a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}

.top_sns_area .links_content .links_item img {
	position: relative;
	width: 58%;
	height: auto;
	object-fit: cover;
}

.top_sns_area .links_content .links_item .link_box01 {
	width: 2.5%;
	height: 100%;
	background-color: #7AC8F7;
	transform: skewX(-23deg);
	transform-origin: top;
}

.top_sns_area .links_content .links_item .link_box02 {
	width: 2.5%;
	height: 100%;
	background-color: #3BAEF4;
	transform: skewX(-23deg);
	transform-origin: top;
}

.top_sns_area .links_content .links_item .link_text_wrapper {
	position: relative;
	width: 37%;
	background-color: #00A0E9;
	transform: skewX(-23deg);
	transform-origin: top;
}

.top_sns_area .links_content .links_item .link_text {
	position: absolute;
	top: 50%;
	right: 3px;
	color: #FFFFFF;
	transform: skewX(15deg) translateY(-50%);
	font-family: "noto sans jp";
	font-weight: 300;
	font-size: 1.2em;
}



/* インスタグラム
--------------------------------*/
.instagram_area {
	box-shadow: 0px 9px 3px -3px rgba(203, 203, 203, 0.7);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(203, 203, 203, 0.7);
	-moz-box-shadow: 0px 9px 3px -3px rgba(203, 203, 203, 0.7);
	padding-bottom: 60px;
}

.instagram_area .area_head {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: #FFFFFF;
	color: #00a0e9;
	border-bottom: solid 2px #00a0e9;
	font-family: 'futura';
	font-style: italic;
	margin-bottom: 20px;
}

.instagram_area h3 {
	letter-spacing: 2px;
}

.instagram_area p {
	position: relative;
	font-size: 1em;
	letter-spacing: 0;
	margin-right: 40px;
}

.instagram_area p::after {
	content: "";
	position: absolute;
	width: 24px;
	aspect-ratio: 1;
	top: 0;
	right: -40px;
	background-image: url(../images/instagram_link.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sb_instagram.sbi_col_6 #sbi_images .sbi_item:not(:last-child) {
	padding-right: 5px !important;
}

#sb_instagram.sbi_col_6 #sbi_images .sbi_item:not(:first-child) {
	padding-left: 5px !important;
}


/* メニュー
--------------------------------*/
.top_menu_area {
	position: relative;
	z-index: 2;
	padding: 60px 0;
}

.top_menu_area ul li {
	float: left;
}

.top_menu_area ul li:first-child {
	margin-left: 0;
}

.top_menu_area ul li:nth-child(odd) a .menu_text {
	background: #00a0e9;
}


.top_menu_area ul li:nth-child(even) a .menu_text {
	background: #00b4ed;
}


.top_menu_area .menu_text {
	color: #FFFFFF;
	text-align: center;
	padding: 30px 0;
	line-height: 1.5;
}

.top_menu_area .menu_text span {
	display: block;
	font-size: 12px;
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
}

/* ポイント
--------------------------------*/
.top_point_area {
	background: url(../images/top_bg_line.gif) center repeat;
	position: relative;
	z-index: 3;
	padding: 6px 0 6px;
}

.top_point_area_bg {
	background: url(../images/top_point_bg.gif) repeat;
	padding: 60px 0 30px 0;
}

img.top_point_tit {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 120;
}

.top_point_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top_point_area ul li {
	float: left;
	position: relative;
}

.top_point_area span.point_icon {
	position: absolute;
	max-width: 50%;
	top: 20px;
	left: 0px;
}

.top_point_area .point_thumb img {
	width: 100%;
	border-radius: 50%;
}


/* アクセス
--------------------------------*/

.top_access_area {}

.top_access_area_bg {
	background: #eaf6fd;
}

.top_access_btn {
	background: #00a0e9;
}

.top_access_btn p a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
}

.top_access_btn p a::before {
	content: " ";
	background: url(../images/top_access_icon.png);
	display: inline-block;
	margin: 0 10px 0;
	width: 50px;
	height: 50px;
	background-size: contain;
	vertical-align: middle;
}

.top_access_btn p a:hover {
	background-color: rgba(255, 255, 255, .2);
}

/* マップ */
.top_map_area {
	position: relative;
	margin: 30px 0;
}

.top_map_area iframe {
	vertical-align: bottom;
}

.top_map_area_obi {
	position: absolute;
	width: 98%;
	opacity: 0.8;
	font-size: 12px;
	color: #FFFFFF;
	background-color: rgb(0, 0, 0);
	bottom: 0;
	padding: 1%;
}

.top_map_address_l {
	float: left;
}

.top_map_address_l ul {
	display: table;
}

.top_map_address_l ul li {
	display: table-cell;
}

.top_map_address_r {
	float: right;
	margin-top: 10px;
}

.top_map_area_btn p {
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	padding: 10px 20px;
}

.top_map_area_btn p a {
	color: #000000;
}

.top_map_area_btn p a::before {
	content: " ";
	background: url(../images/top_bus_icon.png) no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	vertical-align: middle;
	padding-left: 10px;
}



@media only screen and (min-width: 768px) {

	/* メニュー
--------------------------------*/
	.top_menu_up ul li {
		width: 33.3333%;
	}

	.top_menu_under ul li {
		width: 25%;
	}


	/* ポイント
--------------------------------*/
	.top_point_area ul li {
		width: 32%;
		margin-left: 2%;
		margin-bottom: 30px;
	}

	.top_point_area ul li:nth-child(1),
	.top_point_area ul li:nth-child(4) {
		margin-left: 0%;
	}



}



@media screen and (min-width: 768px) {
	.only_sp {
		display: none !important;
	}
}



@media only screen and (max-width: 767px) {
	.only_pc {
		display: none !important;
	}


	/* メインビジュアル
--------------------------------*/
	.top_main_area {
		padding-top: 67px;
	}

	/* キャンペーン
--------------------------------*/

	/* ニュース
--------------------------------*/
	.top_news_area {
		padding-bottom: 60px;
	}

	img.top_news_tit {
		width: 50%;
		top: -15px;
	}

	.top_news_area {
		width: 100%;
		float: none;
	}

	.top_sns_area {
		width: 100%;
		margin-left: 0;
		float: none;
		text-align: center;
	}

	.top_sns_area .links_content {
		display: flex;
		flex-direction: column;
		row-gap: 27px;
		width: 100%;
		margin-top: 27px;
	}

	.top_sns_area .links_content .links_item .link_text {
		position: absolute;
		top: 50%;
		right: 3px;
		color: #FFFFFF;
		transform: skewX(15deg) translateY(-50%);
		font-family: "noto sans jp";
		font-weight: 300;
		font-size: 1em;
	}

	/* インスタグラム
--------------------------------*/
	#sb_instagram #sbi_images {
		display: flex;
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.instagram_area #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
		width: 33.32%;
		aspect-ratio: 1;
	}

	#sb_instagram.sbi_col_6 #sbi_images .sbi_item:not(:nth-child(3)):not(:last-child) {
		padding-right: 5px !important;
	}

	#sb_instagram.sbi_col_6 #sbi_images .sbi_item:not(:first-child):not(:nth-child(4)) {
		padding-left: 5px !important;
	}

	#sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(3) {
		padding-right: 0 !important;
	}

	#sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(4) {
		padding-left: 0 !important;
	}

	#sb_instagram .sbi_photo_wrap,
	#sb_instagram .sbi_photo {
		height: 100%;
	}

	.instagram_area div.only_sp {
		width: 106px;
		margin: 20px auto 0;
	}

	.instagram_area p {
		display: inline-block;
		position: relative;
		font-size: 1em;
		letter-spacing: 0;
		margin-right: 40px;
		font-family: 'futura';
		font-style: italic;
	}

	/* メニュー
--------------------------------*/
	.top_menu_up ul li {
		width: 100%;
	}

	.top_menu_under ul li {
		width: 50%;
	}

	/* ポイント
--------------------------------*/
	img.top_point_tit {
		width: 50%;
		top: -15px;
	}
	
	.top_point_area ul {
		justify-content: left;
	}

	.top_point_area ul li {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 30px;
		float: left;
	}

	.top_point_area ul li:nth-child(odd) {
		margin-left: 0%;
	}

	.top_point_area span.point_icon {
		top: 5px;
	}


	/* アクセス
--------------------------------*/

	.top_access_area .contents_inner {
		margin: 0px;
	}

	.top_access_btn {
		font-size: 14px;
	}

	.top_access_btn p a::before {
		width: 30px;
		height: 30px;
	}

	/* マップ */
	.top_map_area {
		margin: 0;
	}

	.top_map_area iframe {
		height: 800px;
	}

	.top_map_area_obi {
		width: 90%;
		padding: 5%;
	}

	.top_map_address_l {
		float: none;
	}

	.top_map_address_l ul li {
		display: block;
	}

	.top_map_address_r {
		float: none;
	}

	.top_map_area_btn p {
		text-align: center;
	}

}




/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides>li:first-child {
	display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	background-size: 60px;
}

.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
	content: '';
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}