.cp_ipselect {
	position: relative;
	background-color: #fff;
	border: 2px solid #339bcf;
	color: #fff;
	;
	overflow: hidden;
	font-size: 15px;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
 display: none;
}
.cp_ipselect.cp_sl04 {
	position: relative;
}
.cp_ipselect.cp_sl04::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #339bcf;
	pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
	padding: 5px 38px 5px 10px;
	color: #339bcf;
}
/* フェードイン */

.sa {
	opacity: 0;
	transition: all .6s ease;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa--up {
	transform: translate(0, 100px);
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
	color: #666666;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
}
body {
	font-size: 1.6rem;/* 16px */
	line-height : 1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: relative;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-width:540px;
}
fieldset, img {
	border: 0
}
ol, ul {
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/*link*/

a {
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #3593c3;
	text-decoration: none;
}
a.white {
	color: #858585;
	text-decoration: none;
}
a.white:link {
	color: #858585;
	text-decoration: none;
}
a.white:visited {
	color: #858585;
	text-decoration: none;
}
a.white:hover {
	color: #fff;
	text-decoration: none;
}
a.white2 {
	color: #fff;
	text-decoration: none;
}
a.white2:link {
	color: #fff;
	text-decoration: none;
}
a.white2:visited {
	color: #fff;
	text-decoration: none;
}
a.white2:hover {
	color:#e5c400;
	text-decoration: none;
}
a.blue {
	color: #3491c2;
	text-decoration: none;
}
a.blue:link {
	color: #3491c2;
	text-decoration: none;
}
a.blue:visited {
	color: #3491c2;
	text-decoration: none;
}
a.blue:hover {
	color: #e5c400;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	padding-top: 0px;
	transition: .3s;
}
img {
	border-style: none;
	z-index: 0;
	vertical-align: bottom;
}
/*font*/

.f12 {
	font-size: 1.2rem;/* 12px */
	line-height : 1.6;
}
.f17 {
	font-size: 1.7rem;/* 12px */
	line-height : 1.6;
}
.f25 {
	font-size: 2.5rem;/* 12px */
	line-height : 1.6;
}
.f30 {
	font-size: 3.0rem;/* 30px */
	line-height : 1.3;
}
.f40 {
	font-size: 4.0rem;/* 40px */
	line-height : 1.2;
}
/*txt*/
.bb {
	font-weight: bold;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.br-sp {
	display: none;
}
.br-pc {
	display: block;
}
.sp_left {
	text-align: left;
}
/*padding*/
.pdg10t {
	padding-top: 10px;
}
.pdg20b {
	padding-bottom: 20px;
}
.pdg10b {
	padding-bottom: 10px;
}
/*color*/

.white {
	color: #fff;
}
.black {
	color: #000;
}
.blue {
	color: #055a92;
}
.blue2 {
	color: #3491c2;
}
.pink {
	color: #e17ba3;
}
.green {
	color: #62ac1e
}
.brown01{
	color: #604D3F;
}
.brown02{
	color: #A08977;
}
/****/
.fc02_wrap {
	width: 100%;
	background-color: #F4F0E5;
	padding-bottom: 30px;
}
.fc02 {
}
.fc02_in {
}
.fc_reason {
	width: 560px;
	overflow: hidden;
	position: relative;
	zoom: 1;
	margin-right: 0px;
	margin-left: 0px;
}
.fc_reason img {
	width: 560px;
	height: auto;
}
/*btn*/


.btn {
	display: inline-block;
	padding: 10px 30px;/*文字と線の間の余白*/
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #339bcf;
	border: 1px solid #339bcf;
	color: #fff;
	;
	overflow: hidden;
	margin-top: 10px;
}
.btn::before, .btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	color: #339bcf;
}
.btn::after {
	top: -100%;
	width: 100%;
	height: 100%;
	left: 0px;
}
.btn:hover::after {
	top: 0;
	background-color: #fff;
}
.btn2 {
	display: inline-block;
	padding: 10px 30px;/*文字と線の間の余白*/
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #b3a137;
	border: 1px solid #b3a137;
	color: #fff;
	;
	overflow: hidden;
	margin-top: 10px;
}
.btn2::before, .btn2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn2:hover {
	color: #b3a137;
}
.btn2::after {
	top: -100%;
	width: 100%;
	height: 100%;
	left: 0px;
}
.btn2:hover::after {
	top: 0;
	background-color: #fff;
}
.hbtn01 {
	display: inline-block;
	padding: 5px 20px;/*文字と線の間の余白*/
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #1d5597;
	border: 1px solid #1d5597;
	color: #fff;
	;
	overflow: hidden;
	font-size: 1.0rem;/* 13px */
	margin-right: 1px;
	float: left;
	margin-right: 3px;
}
.hbtn01::before, .hbtn01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.hbtn01:hover {
	color: #1d5597;
}
.hbtn01::after {
	top: -100%;
	width: 100%;
	height: 100%;
	left: 0px;
}
.hbtn01:hover::after {
	top: 0;
	background-color: #fff;
}
.hbtn02 {
	display: inline-block;
	padding: 5px 10px;/*文字と線の間の余白*/
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #339bcf;
	border: 1px solid #339bcf;
	color: #fff;
	;
	overflow: hidden;
	font-size: 1.5rem;/* 11px */
}
.hbtn02::before, .hbtn02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.hbtn02:hover {
	color: #339bcf;
}
.hbtn02::after {
	top: -100%;
	width: 100%;
	height: 100%;
	left: 0px;
}
.hbtn02:hover::after {
	top: 0;
	background-color: #fff;
}
.fbtn01 {
	display: inline-block;
	padding: 5px 10px;/*文字と線の間の余白*/
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,255,0);
	border: 1px solid #000;
	color: #000;
	;
	overflow: hidden;
	font-size: 1.5rem;/* 13px */
	margin-right: 1px;
}
.fbtn01::before, .fbtn01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.fbtn01:hover {
	color: #fff;
}
.fbtn01::after {
	top: -100%;
	width: 100%;
	height: 100%;
	left: 0px;
}
.fbtn01:hover::after {
	top: 0;
	background-color: #000;
}
.fbtn2 {
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 30px;/*文字と線の間の余白*/
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #339bcf;
	border: 1px solid #339bcf;
	color: #fff;
	;
	overflow: hidden;
	margin-top: 10px;
}
.fbtn2::before, .fbtn2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.fbtn2:hover {
	color: #339bcf;
}
.fbtn2::after {
	top: -100%;
	width: 100%;
	height: 100%;
	left: 0px;
}
.fbtn2:hover::after {
	top: 0;
	background-color: #fff;
}
.sp_btn {
	width: 100%;
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sp_btn_in {
	float: left;
}
#sp_header00 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#sp_header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-color: #ededed;
	font-size: 1.5rem;/* 11px */
	line-height : 1.5;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.sp_menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-top: 2px solid #fff;
}
.sp_menu__item {
	display: inline-block;
	float: left;
	width: 20%;
}
/* mainv */
a.gnavi {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
a.gnavi:hover {
	color: #055a92;
}
a.gnavi::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #055a92;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
a.gnavi:hover::after {
	transform: scale(1, 1);
}
.pan-bg {
	padding: 0.5em 0;
}
.pan-bg .pan-bg-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.scroll-bg {
	padding: 2em 0;
}
.scroll-bg .scroll-bg-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.scroll-bg2 {
	padding: 1em 0;
}
.scroll-bg2 .scroll-bg-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.scroll-bg3 {
	padding: 0.5em 0;
}
.scroll-bg3 .scroll-bg-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.sitemap-bg {
	padding: 0;
}
.sitemap-bg .scroll-bg-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.scroll-bg .scroll-bg-content p {
}
.panbg-color00 {
	background-color: #fff;
	border-top: 10px solid #f4f0e5
}
.bg-color00 {
	background-color: #fff;
}
.bg-color01 {
	background-color: #f4f0e5;
}
.bg-color02 {
	background-color: #f9f7f1;
}
.bg-color03 {
	background-color: #dacf97;
}
.bg-color04 {
	background-color: #c5dce4;
}
.bg-color05 {
	background-color: #e3ecf5;
}
.bg-color06 {
	background-color: #cfdfef;
}
.bg-color07 {
	background-color: #1f58a0;
}
.bg-color08 {
	background-color: #339ACE;
}
.search-bg {
	padding: 0em 0;
}
.search-bg .search-bg-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.search_bg-color00 {
	background-color: #003e6b;
}
.abs_comp_list {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.abs_comp_list li {
	width: 100%;
	overflow: hidden;
	position: relative;
	zoom: 1;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #ccc;
}
.abs_comp_list li dt {
	float: left;
	width: 30%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #009e3b;
}
.abs_comp_list li dd {
	float: left;
	text-align: left;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#map_canvas {
	width: 100%;
	height: 500px;
	margin-top: 30px;
}
.title_txt {
	font-weight: bold;
	font-size: 2.5rem;/* 18px */
	line-height : 1.5;
}
.area_contents {
}
.area_title {
	float: left;
	width: 40%;
}
.area_contents_in {
	float: left;
	width: 60%;
}
.event_news {
	margin-top: 20px;
	margin-bottom: 20px;
}
.event_news_img {
}
.event_news_txt {
	margin-bottom: 20px;
}
.event_news_wrap {
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.event_news_contents ul {
}
.event_news_contents li {
	border-top: 2px solid #3491c2;
	padding: 15px 5px;
	text-align: left;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.event_news_day {
	font-size: 1.3rem;/* 13px */
	line-height : 2.0;
	margin-right: 25px;
	float: left;
}
.event_news_title {
	float: left;
}
.event3 {
	margin-top: 20px;
}
.event3_img {
}
.area {
	margin-top: 20px;
}
.area_img {
}
.area_txt {
	padding-left: 20px;
	padding-right: 20px;
}
.spot {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.spot_title {
	width: 40%;
	padding-right: 10px;
}
.spot_contents {
	width: 60%;
	text-align: left;
}
.spot_list {
}
.spot_list_in {
}
.spot_search ul {
	width: 100%;
}
.spot_search li {
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.channel {
	position: relative;
}
.channel p {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 55%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*以下装飾*/
	margin: 0;/*余計な隙間を除く*/
	color: white;/*文字色*/
	width: 90%;
}
.channel a {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 80%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*以下装飾*/
	margin: 0;/*余計な隙間を除く*/
	padding: 5px 15px 5px 15px;/*文字と線の間の余白*/
	color: white;/*文字色*/
	text-decoration: none;/*下線を表示させない*/
	background: #268fa2;
	width: 70%;
}
.channel a:hover {/*カーソルを当てたとき*/
	background: #fff;
	color: #268fa2;
}
.channel img {
	width: 100%;
}
.channel_wrap {
}
.channel_wrap_img {
}
.photogallary {
}
.photogallary_img {
}
.photogallary_txt {
	margin-top: 10px;
}
.bn_wrap {
}
.bn_wrap_in {
}
.bn_contents {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.bn_contents_in {
	width: 50%;
	padding: 5px;
	text-align: left;
}
.bn_contents_title {
	font-size: 2.0rem;/* 18px */
	line-height : 1.8;
	font-weight: bold;
	text-align: left;
}
.bn ul {
	width: 100%;
}
.bn li {
	width: 100%;
	padding-bottom: 10px;
}
.bn_contents_txt {
	display: inline-block;
	color: #fff;
	background-color: #2c83a7;
	padding: 5px;
	font-size: 1.2rem;/* 18px */
	line-height : 1.2;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.title-border {
	display: flex;
	align-items: center;
	font-size: 2.5rem;/* 18px */
	margin-bottom: 10px;
	margin-top: 10px;
}
.title-border:after {
	border-top: 1px solid #0c68aa;
	content: "";
	flex-grow: 1;
}
.title-border:after {
	margin-left: 2rem;
}
.link {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -1% 0px;
	padding: 0;
}
.link li {
	flex: 0 1 98%;
	margin: 0 1% 10px;
	padding: 0;
}
.link a {
	text-decoration: none;
}
.link5-2 li {
	flex: 0 1 45.1%;
}
.link2 {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -1% 0px;
	padding: 0;
}
.link2 li {
	flex: 0 1 98%;
	margin: 0 1% 10px;
	padding: 0;
}
.link2 a {
	text-decoration: none;
}
.link7-3 li {
	flex: 0 1 31.1%;
}
.footer {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 10px;
}
.footer_logo {
	width: 20%;
	text-align: left;
}
.footer_txt {
	width: 80%;
	text-align: left;
	padding-left: 10px;
	line-height : 1.5;
	font-size: 1.2rem;/* 12px */
}
.f_btn {
	padding-top: 10px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
/*全体*/
.hidden_box {
	margin: 1.5em 0 0px;
	padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
	padding: 15px;
	background: #efefef;
	border-radius: 5px;
	cursor : pointer;
	transition: .5s;
}
/*アイコンを表示*/
.hidden_box label:before {
	display: inline-block;
	content: '\f078';
	font-family: 'FontAwesome';
	padding-right: 5px;
	transition: 0.2s;
}
/*ボタンホバー時*/
.hidden_box label:hover {
	background: #055a92;
	color: #fff;
}
/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
	content: '\f00d';
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #668ad8;
}
/*チェックは見えなくする*/
.hidden_box input {
	display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
	padding: 20px 0 10px;
	height: auto;
	opacity: 1;
}
.play {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px -1% 30px;
	padding: 0;
}
.play li {
	flex: 0 1 98%;
	margin: 0 1% 10px;
	padding: 0;
}
.play a {
	text-decoration: none;
}
.play2-1 li {
	flex: 0 1 90%;
	margin-left: auto;
	margin-right: auto;
}
.spot_page {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.spot_page_title {
	width: 50%;
	padding-right: 10px;
}
.spot_page_contents {
	width: 50%;
	text-align: left;
}
.article {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px -1% 10px;
	padding: 0;
}
.article li {
	flex: 0 1 98%;
	margin: 0 1% 20px;
	padding: 0;
}
.article a {
	text-decoration: none;
}
.article4-2 li {
	flex: 0 1 48%;
	text-align: left;
}
.article_title {
	font-weight: bold;
	font-size: 2.0rem;/* 20px */
	line-height : 1.3;
	padding-top: 10px;
	padding-bottom: 5px;
}
.article_title2 {
	font-weight: bold;
	font-size: 2.0rem;/* 20px */
	line-height : 1.5;
	padding-top: 10px;
	padding-bottom: 5px;
}
.article_in h3 {
	font-weight: bold;
	font-size: 2.0rem;/* 20px */
	line-height : 1.5;
	padding-top: 10px;
	padding-bottom: 5px;
}
.article_tag {
	color: #3593c3;
	line-height : 1.3;
	padding-bottom: 5px;
	font-size: 1.6rem;/* 16px */
}
.article_tag a {
	color: #3593c3;
}
.article_day {
	color: #595757;
	font-size: 1.5rem;/* 15px */
}
.article_in {
	background-color: #fff;
	padding: 1em;
}
.f_contents {
}
.f_contents_in1 {
	padding: 5px;
	text-align: left;
}
.f_contents_in2 {
	padding: 5px;
	text-align: left;
}
.f_contents_in3 {
	padding: 0px 5px 5px 5px;
	text-align: left;
}
.f_contents_in4 {
	padding: 5px;
	text-align: left;
}
.f_contents_ina {
	padding: 5px;
	text-align: left;
}
.f_contents_inb {
	padding: 5px;
	text-align: left;
}
.f_contents_inc {
	padding: 0px 5px 5px 5px;
	text-align: left;
}
.f_contents_ind {
	padding: 5px;
	text-align: left;
}
.f_contents_ine {
	padding: 5px;
	text-align: left;
}
.f_contents_inf {
	padding: 5px;
	text-align: left;
}
.sitemap ul {
	padding: 0.5em;
	list-style-type: none;
}
.sitemap li {
	position: relative;
	padding: 0em 0.3em 0.3em 1.3em;
	line-height : 1.5;
}
ul.sitemap li:before {
	position: absolute;
	content: '';
	top: 0.5em;
	left: 0.2em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #3F51B5;
}
.gennes_txt {
	font-size: 1.9rem;/* 12px */
	line-height : 1.5;
	text-align: left;
	padding-bottom: 20px;
	color: #3491c2;
}
.gennes_member {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -1% 0px;
	padding: 0;
	padding-bottom: 20px;
	padding-top: 10px;
}
.gennes_member li {
	flex: 0 1 98%;
	margin: 0 1% 10px;
	padding: 0;
}
.gennes_member a {
	text-decoration: none;
}
.gennes_member3-2 li {
	flex: 0 1 96%;
}
.member {
}
.member_img {
	width: 50%;
	float: left;
}
.member_txt {
	width: 50%;
	float: left;
	background-color: #f4f2ec;
}
.member_txt_in {
	text-align: left;
	padding: 10px;
}
.member__1 {
	padding-top: 110px;
	font-family: -apple-system, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
	font-weight: bold;
	font-size: 1.4rem;/* 16px */
}
.member__2 {
	padding-top: 90px;
	font-family: -apple-system, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
	font-weight: bold;
	font-size: 1.4rem;/* 16px */
}
.member__3 {
	padding-top: 60px;
	font-family: -apple-system, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
	font-weight: bold;
	font-size: 1.4rem;/* 16px */
}
.member__4 {
	padding-top: 60px;
	font-family: -apple-system, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
	font-weight: bold;
	font-size: 1.4rem;/* 16px */
}
.blog_body {
	font-size: 1.8rem;
}
.blog_body img {
	width: 100%;
	height: auto;
}
.blog_body iframe {
	width: 454px;
	height: 302px;
}
.coupon2020ss{
	background-color: #fff;
	box-shadow: 2px 2px 4px gray;
	padding: 1em 0em;
	margin-bottom: 30px;
}
.coupon2020ss_title{
	font-weight: bold;
	color: #0E7CBE;
	font-size: 2.2rem;
	padding: 0px 20px;
}
.coupon2020ss_title2{
	font-weight: bold;
	color: #0E7CBE;
	padding: 0px 20px 20px;
}
.coupon2020ss_in{
	padding: 3em 2em 1em;
}

.coupon2020ss_price{
	background-color: #0E7CBE;
	padding: 3em 0em 1em;
	position: relative;
	color: #fff;
	margin-bottom: 20px;
}
.coupon2020ss_price_ap{
	position: absolute;
	top:0px;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.coupon2020ss_price_ap img{
	width: 60%;
	height: auto;
}
.coupon2020ss_btxt{
	font-size: 2.5rem;
}
.coupon2020ss_priceb{
color: #604D3F;	
	font-size: 1.8rem;
}


.coupon_table {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin:10px auto 10px;
	color: #604D3F;
	line-height: 1.3;
}
.coupon_table_l {
	width: 25%;
	padding: 5px;
	text-align: center;
	border: 1px solid #604D3F;
	 box-sizing: border-box;
}
.coupon_table_r {
	width: 75%;
	padding: 0 0 0 10px;
	text-align: left;
}
.coupon2020ss_list{
}
.coupon2020ss_list li{
	background-color: #0E7CBE;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 1em 0em;
	line-height: 1.2;
	font-size: 2.5rem;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
body {
	min-width: 1200px;
	font-size: 1.8rem;/* 18px */
	line-height : 1.8;
}
.br-sp {
	display: block;
}
.br-pc {
	display: none;
}
.sp_left {
	text-align: center;
}
.pdg20b {
	padding-bottom: 30px;
}
.coupon_pc{
	width: 800px;
	margin: auto;
	}
	
.fc02_wrap {
	height: 660px;
	width: 100%;
	background-color: #F4F0E5;
	padding-bottom: 30px;
}
.fc02 {
}
.fc02_in {
}
.fc_reason {
	width: 1200px;
	overflow: hidden;
	position: relative;
	zoom: 1;
	margin-right: 0px;
	margin-left: 0px;
}
.fc_reason img {
	width: 1200px;
	height: 660px;
}
.btn2 {
	margin-top: 30px;
}
.abs_comp_list {
	width: 50%;
	margin-top: 50px;
	font-size: 1.8rem;/* 18px */
	line-height : 1.8;
}
.abs_comp_list li dt {
	width: 20%;
}
.abs_comp_list li dd {
	width: 80%;
}
#map_canvas {
	margin-top: 50px;
	height: 500px;
}
#header00 {
	height: 90px;
	padding-top: 7px;
}
#header00in {
	max-width: 1200px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}
.header00_ap {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 600px;
	text-align: right;
}
.hbtn01 {
	font-size: 15px;
}
.hbtn02 {
	font-size: 15px;
}
#pc_header {
	height: 100px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ededed;
}
#header_in {
	max-width: 1200px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}
.gnavi02 {
	position: absolute;
	width: 400px;
	height: 80px;
	top: 20px;
	left: 0px;
	z-index: 99;
	font-size: 15px;
}
.gnavi01 {
	position: absolute;
	width: 711px;
	height: 100px;
	top: 0px;
	right: 0px;
	z-index: 99;
}
.menu {
	width: 711px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
.menu__item {
	display: inline-block;
	padding-left: 1px;
	padding-right: 1px;
	float: left;
	height: 100px;
	border-left: 1px solid #fff;
}
.menu__item00 {
	display: inline-block;
	padding-left: 1px;
	padding-right: 1px;
	float: left;
	height: 100px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.menu2 {
	width: 400px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.menu__item2 {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	height: 20px;
	border-left: 1px solid #221714;
	line-height: 20px;
}
.menu__item3 {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	height: 20px;
	border-left: 1px solid #221714;
	border-right: 1px solid #221714;
	line-height: 20px;
}
#mainv {
	height: 660px;
	background: url('mainv.jpg');
	background-size: 1920px 660px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#mainv2 {
	height: 541px;
	background: url('modelcourse_bg.jpg');
	background-size: 1920px 541px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.mainv2_ap {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 450px;
	height: 400px;
}
#mainv3 {
	height: 538px;
	background: url('hamanagennes.jpg');
	background-size: 1920px 538px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.mainv3_ap {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 100%;
	height: 500px;
}
.pan-bg {
	padding: 0.5em 0;
}
.panbg-color00 {
	border-top: 30px solid #f4f0e5
}
.scroll-bg {
	padding-top: 3em;
	padding-right: 0;
	padding-bottom: 4em;
	padding-left: 0;
}
.scroll-bg2 {
	padding: 1em 0;
}
.search-bg {
	padding: 0em 0;
}
.title_txt {
	font-size: 3.5rem;/* 35px */
}
.event_news {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-top: 50px;
	margin-bottom: 50px;
}
.event_news_img {
	width: 40%;
}
.event_news_txt {
	width: 57%;
}
.event_news.reverse {
	flex-direction: row-reverse;
}
.event3 {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-top: 50px;
}
.event3_img {
	width: 50%;
}
.area {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 50px;
}
.area_img {
	width: 50%;
}
.area_txt {
	width: 50%;
}
.spot {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.spot_title {
	width: 30%;
	padding-right: 10px;
}
.spot_contents {
	width: 70%;
	text-align: left;
}
.spot_list {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-top: 50px;
}
.spot_list_in {
	width: 50%;
	padding-left: 10px;
}
.spot_search ul {
	margin-left: 10px;
}
.spot_search li {
	padding-top: 20px;
	padding-bottom: 20px;
}
.channel_wrap {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.channel_wrap_img {
	width: 50%;
}
.channel p {
	top: 60%;
}
.photogallary {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.photogallary_img {
	width: 65%;
}
.photogallary_txt {
	width: 33%;
	margin-top: 0px;
}
.bn_wrap {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.bn_wrap_in {
	width: 50%;
}
.link5-2 li {
	flex: 0 1 17.3%;
}
.link7-3 li {
	flex: 0 1 12.3%;
}
.footer_logo {
	width: 8%;
}
.footer_txt {
	width: 93%;
	padding-left: 30px;
	font-size: 1.8rem;/* 18px */
}
.fbtn01 {
	font-size: 1.6rem;/* 13px */
}
.f_btn {
	padding-top: 20px;
	text-align: left;
}
.hidden_box {
	margin: 0px;
	text-align: right;
}
#play_mainv {
	height: 497px;
	background: url('play_mainv.jpg');
	background-size: 1920px 497px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.play {
	margin: 30px -1% 70px;
	justify-content: center;
}
.play li {
	flex: 0 1 98%;
	margin: 0 1% 10px;
	padding: 0;
}
.play2-1 li {
	flex: 0 1 45%;
}
#eat_mainv {
	height: 498px;
	background: url('eat_mainv.jpg');
	background-size: 1920px 498px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#see_mainv {
	height: 497px;
	background: url('see_mainv.jpg');
	background-size: 1920px 497px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#cate_mainv {
	height: 500px;
	background: url('cate_mainv.jpg');
	background-size: 1920px 500px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#gennes_mainv {
	height: 494px;
	background: url('gennes_mainv.jpg');
	background-size: 1920px 494px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.article_in {
	padding: 2em;
}
.article_title2 {
	font-weight: bold;
	font-size: 3.5rem;/* 35px */
	line-height : 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.article_in h3 {
	font-weight: bold;
	font-size: 3.5rem;/* 35px */
	line-height : 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.article4-2 li {
	flex: 0 1 23%;
}
.f_contents {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-top: 20px;
}
.f_contents_in1 {
	width: 20%;
}
.f_contents_in2 {
	width: 30%;
	padding-left: 20px;
	border-left: 1px solid #fefefe;
	box-sizing: border-box;
}
.f_contents_in3 {
	padding: 5px;
	width: 37%;
	border-right: 1px solid #fefefe;
	box-sizing: border-box;
}
.f_contents_in4 {
	width: 13%;
	padding-left: 20px;
}
.f_contents_ina {
	width: 12%;
}
.f_contents_inb {
	width: 12%;
}
.f_contents_inc {
	padding: 5px;
	width: 15%;
}
.f_contents_ind {
	width: 12%;
}
.f_contents_ine {
	width: 12%;
}
.f_contents_inf {
	width: 20%;
	padding-left: 50px;
}
.sitemap li {
	font-size: 1.6rem;/* 16px */
}
.gennes_member {
	margin-top: 20px;
	padding-bottom: 80px;
}
.gennes_txt {
	font-size: 2.5rem;/* 12px */
	line-height : 2.0;
	padding-bottom: 30px;
	color: #3491c2;
	text-align: center;
}
.gennes_member3-2 li {
	flex: 0 1 31.3%;
}
.member_txt_in {
	padding: 20px;
}
.member__1 {
	padding-top: 140px;
	font-size: 1.6rem;/* 16px */
}
.member__2 {
	padding-top: 105px;
	font-size: 1.6rem;/* 16px */
}
.member__3 {
	padding-top: 65px;
	font-size: 1.6rem;/* 16px */
}
.member__4 {
	padding-top: 43px;
	font-size: 1.6rem;/* 16px */
}
.cp_ipselect.cp_sl04 select {
	padding: 11px 38px 11px 10px;
}
.youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
}
a.link_page,a.link_next,a.link_before{
	font-weight: bold;
	color: #3593c3 !important;
	text-decoration: underline;
}