@charset "Shift_JIS";

/* color: #22B0CE; 透けた青（背景の色）*/

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	color: #555;
	background-color: #F2F6F7;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word; 	/* 行幅に収まらない長い単語を折り返す。 */
	height: 100vh;
	line-height: 2.2;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

/* a:hover img { filter: brightness(120%);} 明るさ調整 */

li {
	list-style-type: none;
}

a {
	color: #0099CC;	/* blue */
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	color: #00CCCC;	/* skyblue */
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.size7 { font-size:7pt;}
.size8 { font-size:8pt;}
.size9 { font-size:9pt;}
.size10 { font-size:10pt;}
.size11 { font-size:11pt;}
.size12 { font-size:12pt;}
.size14 { font-size:14pt;}
.size16 { font-size:16pt;}
.size18 { font-size:18pt;}
.size20 { font-size:20pt;}

.adjustment-10 { margin-top: -10px;}
.adjustment-50 { margin-top: -50px;}
.adjustment-100 { margin-top: -100px;}
.adjustment-150 { margin-top: -150px;}
.adjustment800 { margin-top: 800px;}

.adjustment10 { margin-top: 10px;}
.adjustment50 { margin-top: 50px;}	/* スペース調整50pxの空ける */
.adjustment100 { margin-top: 100px;}
.adjustment150 { margin-top: 150px;}
.adjustment50 { margin-top: 50px;}

.mincho {font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;}

.back-blue:hover {
	background-color: rgba(230, 244, 255, 0.5) ;
	box-shadow: rgba(0, 128, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}
.back-pink:hover {
	background-color: rgba(255, 245, 253, 0.5) ;
	box-shadow: rgba(0, 128, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}
.back-green:hover {
	background-color: rgba(239, 255, 239, 0.5) ;
	box-shadow: rgba(0, 128, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}
.back-gold:hover {
	background-color: rgba(255, 251, 215, 0.5) ;
	box-shadow: rgba(0, 128, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}
.back-violet:hover {
	background-color: rgba(236, 229, 255, 0.5) ;
	box-shadow: rgba(0, 128, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}
.back-gray:hover {
	background-color: rgba(192, 192, 192, 0.1) ;
	box-shadow: rgba(0, 128, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}


/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {	/* ヘッダー要素（headerタグなど）を画面に固定表示 */
	/*background-color: #8cff9a;*/
	background-color: rgba(0,176,195,0.5);
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #fff;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


header h1 a img {
	display: block;
	position: absolute;
}

/*----------------- グローバルナビ @ ----------------*/

#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

#g_navi {
	position: absolute;
	right: 10px;
	top: 20px;
	width: auto;
	margin-left: 200px;
	display: block;		/* !important; */
	z-index: 1000;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	padding: 10px;
	line-height: 30px;
	display: block;
	color: #555;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 1px;
	font-size: 14px;
	/*font-weight: bold;*/
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(34,176,206,0.5);/*(17,187,221,0.3);*/
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: rgba(17,187,221,0.9);
	top:0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	background-color: rgba(255,255,255,0.3);
	color: #DA81EA;
}



#g_navi.txt_w li a {
	color: #FFF;
}

header.fixed #g_navi.txt_w li a {
	color: #111;
}

#g_navi li.contact a {
	background-color: #1BD;
	color: #FFF !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#g_navi li.contact a:hover {
	background-color: #FFF;
	color: #1BD !important;
}
#g_navi li.contact a::before {
	display: none;
}


.my_mail p{
	text-decoration: line-through;
	cursor: no-drop;
	color: #555;
}




/*--------- /グローバルナビ @ ---------*/


.pankuzu {
	background-color: #15394A;
	font-size: 14px;
	line-height: 30px;
	color: #EEE;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #DDD;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #FFF;
}

.pankuzu li i {
	padding-right: 5px;
}


/* まだ見たことのない大物 */
.top_mess {
	position: absolute;
	top: 250px;
	left: 10%;
	line-height: 0.8;
	font-style: italic;
	color: #fff;
}
.top_mess .mes1 {
	font-size: clamp(20px, 3vw, 100px);	/* 文字を拡大・縮小 */
	font-weight: bold;
}
.top_mess .mes2 {
	font-size: clamp(10px, 3vw, 30px);	/* 文字を拡大・縮小 */
	margin-left: 10px;
	font-family: 'palatino Linotype', cursive ; /* 筆記体フォント cursive */	/* segoe print     palatino Linotype   Ink Free */
	/*font-weight: normal;*/
}

/*---------------------- 検索窓口 --------------------*/
#index_top {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#index_top #top_catch {
	position: absolute;
	top: 40%;/*50%;*/
	right: 10%;/*left: 50%;*/
	margin-top: -250px;
	margin-left: -280px;
	z-index: 10;
	width: 380px;
	height: 200px;
	color: #FFF;
	background-color: #1BD;
	background-color: rgba(34,176,206,0.5);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size:12pt;
}

#index_top #top_catch h2 {
	width:80%;
	font-size: 18pt;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	line-height: 1.5;
	margin: -8px 0 5px;
	text-align:center;
	border-bottom: 4px solid #2E749A;
}

#top_catch table {
	border-collapse: separate; /* collapse はセル間の隙間をなくす */
	border-spacing: 2px;
	line-height: 1;
}

#top_catch table td {
	width: 85px;
	height: 1px;
	padding: 0;
}

#top_catch table .key1,  
#top_catch table .key2, 
#top_catch table .key3 {
	display: block;
	padding: 1px 10px 0;
	border: 1px solid silver;
	border-radius: 5px;
}

#top_catch table .key4 {
	display: block;
	font-size: 14pt;
	padding: 0 10px 2px;
	border: 1px solid silver;
	border-radius: 5px;
}
#top_catch table .key5 {
	display: block;
	font-size:14pt;
	padding: 3px 40px 5px;
	border-radius: 15px;
	margin-top: 4px;
	cursor: pointer;
	background: linear-gradient(to top,#bbb,#fff);	/* グラデーションの向き（下から） */
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	border: 1px outset silver;
	border: 1px solid #ddd;			/* border が1px 下に動くのを予防 transparent */
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
#top_catch table .key5:hover {position: relative
	background: linear-gradient(to top,#777,#fff);/* グラデーションの向き（下から） */
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	transform: translateY(1px);
	box-shadow: 0 1px 0 #ddd;			/* 影を薄く/小さくして沈んだ感覚を出す #0056b3 */
	border: 1px inset #ddd;
	color: darkred;
}
/*----------- 検索窓口 end -------------*/


/*------------- 登録サイト一覧表 ------------*/

#index_top .category {
	position: absolute;
	top: 350px;
	left: 10%;	
	z-index: 10;
	width: 50%;
	min-width: 380px;
	height: auto;
	padding: 15px 10px 10px;
	font-size:12pt;
	color: #FFF;
	text-align:center;
	background-color: #1BD;
	background-color: rgba(34,176,206,0.5);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#index_top .category h2 {
	width:80%;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	line-height: 1.1;
	margin: -10px 0 0;
	border-bottom: 4px solid #2E749A;
	font-size: clamp(20px, 2vw, 35px);
}

#index_top .category h2 span {
	font-size: clamp(12px, 1vw, 18px);
}

#index_top .category .touroku {
	width: 100%;
	text-align: right;
	margin: 5px 0 0;
	line-height:1.2;
	font-size: 13px;
}
#index_top .category .touroku a {
	color: yellow;
}
#index_top .category .touroku a:hover {
	color: red;
}

/* -------------- TOP Table-------------- */
.category table {
	border-collapse: separate; 	/* collapse はセル間の隙間をなくす/separateはノーマル */
	border-spacing: 3px 10px;		/* 横 0px, 縦 10px の間隔 */
	line-height: 1;
	width: 100%;
	min-width: 370px;
	padding: 5px;
	border-color: transparent;
	font-size: clamp(14px, 2vw, 30px);
	font-weight: bold;
}

.category table td {
	width: 17%;
	height: auto;
	margin: 5px 0;
	padding: 5px 0 3px;
	white-space: nowrap;		/* 改行させない */
	border-radius: 10px;
	border-color: #fff;
}
.category table td span {
	font-size: clamp(10px, 2vw, 16px);
}

.category table .vacant {
	/*background-color: rgba(255,255,255,0.3);*/
	color: #555;
	text-decoration: line-through;
	cursor: no-drop;
}

.category table a {
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
.category table a:hover {
	color: cyan;
}
/*---------- /登録サイト一覧表 -----------*/


/*--------------- メインコンテンツ content ----------------*/
.content {
	width: 100%;
	/*background-color: #F2F6F7;*/
	color: #111;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.cont_wrap_trans {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F6F7;
}

#sub_top {
	background-color: #555;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	height: 340px;
	line-height: 30px;
	padding-top: 180px;
	width: 100%;
	background-size: 100%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 34px;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}


/*-------------------------- main routine---------------------------*/
.content h2 {
	font-size: 28px;
	line-height: 2.2;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #15394A;
	font-weight: normal;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	clear: both;
}

/*------- お知らせ・新着情報 sub -------*/
.content h2 i {
	padding: 10px;
	color: #71F0BD;
}

.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 24px;
	color: #42CBE3;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.content h2 span.small {
	font-size: 18px;
	font-weight: normal;
	color: #555;
}
/*---- /お知らせ・新着情報 ----*/

.content h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	font-weight: normal;
	color: #2E94AD;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
	letter-spacing: 0.05em;
}

.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #82CCD5;
	content: '';
}

.content h3 span {
	font-size: 15px;
	color: #555;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	color: #597E84;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADC4C7;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

/*------- お知らせ・新着情報 main -------*/
.cont_wrap_trans {
	margin: 50px auto;
	background-color: rgba(255,255,255,0.5);
}
.cont_wrap_trans:hover {
	background-color: rgba(255,255,255,0.9);
}

.cont_wrap_trans h2 {
	line-height: 1.1;
	color: #333;
}
.cont_wrap_trans h2 p {
	text-align: left;
	font-size: 12px;
	margin: 10px 0 -35px 0;
}


.content .ul_news {
	margin-top: -20px;
}

.content .ul_news li {
	font-size: 16px;
}

.content .ul_news li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFE799;
	color: ;
	margin-right: 5px;
}
.content .ul_news li span.i_con.cl2 {
	background-color: #F9E7F7;
	color: ;
}
.content .ul_news li span.i_con.cl3 {
	background-color: #98d0e0;
	color: ;
}

.content .ul_news li a {
	display: block;
	line-height: 30px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
	color: #333;
}

.content .ul_news li a:hover {
	color: ;
	background-color: #e7ffff;
}

/*
コンテンツ大ボタン
-----------------------------------*/
.btn_cnt a {
	font-size: 16px;
	color: #FFBF00;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 240px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	font-weight: bold;
	border: 1px solid #FFBF00;
}

.btn_cnt.cl_2 a,
.box_cont .btn_cnt a {
	color: #000;
	background-color: #FFBF00;
}

.btn_cnt a i {
	padding-right: 10px;
}
.btn_cnt a:hover {
	color: #000000;
	background-color: #FFBF00;cursor: no-drop;
}

.btn_cnt.cl_2 a:hover,
.box_cont .btn_cnt a:hover {
	color: #FFBF00;
	background-color: #FFF;
}

.btn_cnt.rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}
/*------- /お知らせ・新着情報 -------*/

/* ----------------------- グローバルナビ 2 --------------------*/

#g_navi2 .nav_fixed {
	position: fixed;
	top: 0px;
	clear: both;
}

#g_navi2 {
	width: 100%;
	font-size: 12pt;
	margin-top: 0px;
	background-color: #1BD;
	background-color: rgba(34,176,206,0.5);
}

#g_navi2 ul.navi_base {
	display: flex;			/* 親コンテナ: flexで横並び */
	justify-content: center;	/* flex-start;左揃え、center;センター揃え */
	flex-wrap: wrap;		/* 親要素の幅を超えた際、自動的に改行 */
	gap: 20px;
	font-size:12pt;
	padding: 10px;
}

#g_navi2 ul li{
	display: block;
}

#g_navi2 ul li a.ac_menu {
	cursor: pointer;
}

#g_navi2 li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	top: 0px;
	/*background-color: rgba(0,0,0,0.3);*/
	padding: 17px 20px;
}

#g_navi2 li a:hover,
#g_navi2 ul li:hover > a {
	background-color: rgba(255,255,255,0.3);
	color: #DA81EA;
}

/* --------------------- 釣りガイド --------------------*/

.auxiliary {				/* 背景（白青）を30px増やす */
	width: 100%;
	height: 30px;
	background-color: #F2F6F7;/* rgba(255,255,255,0.3);*/
}
.h2_title {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: skyblue;
	background-color: white;/* rgba(255,255,255,0.3);*/
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	text-align:center;
	font-weight: bold;
	font-size:24px;
	margin: 0px 0 0px;
	color: #777;
}

.guide {
	width: 1200px;
	position:relative;
	display: flex;
	flex-direction: row;		/* row左→右/row-reverse右→左/column上→下/column-reverse下→上*/
	justify-content: center;	/* flex-start左揃え/flex-end右揃え/center中央揃え/space-around均等な間隔*/
	align-items: flex-start;	/* stretch初期値/flex-start上揃え/flex-end下揃え/center中央揃え/baselineベースライン揃え */
	/*flex-wrap: wrap;		 間隔が無くなったら折り返す */
	gap: 10%;
	background-color: #fff;	/* baseの背景色 #F2F6F7 */
	margin-top: 50px;
}

.guide1 {
	width:50%;
	margin: 50px 0 0;
}

.guide-bace {
	width: 370px;
	height: 530px;
	min-width: 370px; 		/* 画面が縮んでも300pxを維持 */
	padding: 20px;
	border: 5px ridge skyblue;
	border-radius: 20px;
	margin: 0 auto;
}

.guide1 .mincho {
	margin: 0 0 30px; 
	font-size:19pt;
	text-align:center;
	line-height: 130%;
}

.guide1 ul .list1 {
	line-height: 100%;
}

.guide1 .guide-mes{
	font-size:11pt; 
	margin: 20px 0 0 60px;
	line-height: 120%;
}

.guide1 .guide-mes .b2{
	color: #A15600;
	margin-left:19px;
}

.guide1 ul .list2 {
	font-size:13pt; 
	margin: -50px 0 -50px 30px;
	line-height:150%;
}


.guide2 {
	width:50%;
	margin: 50px 0 0;
}

.guide2 iframe {
	max-width: none;		/* 親要素による縮小を禁止 */
	/*height: 680px;*/
	overflow: hidden; 		/* はみ出た分を隠す */
	transform-origin: top left; 	/* 左上基準 */
	transform: scale(0.8);		/* 縮小率を設定（例：50%に縮小）*/
	margin-bottom: -100px;
}


/*----- 釣りガイド end -----*/



.content {
	clear: both;
}
/*------------------ コンテンツ リストのTITLE -----------------*/
.loop_wrap_base {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F3F3F3;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size:10pt;
	margin-top: 50px;
}
/*
.loop_wrap_base h2 {
	font-weight: bold;
	color: #111;
	text-align: center;
	line-height: 100%;
	font-size: 30px;
}
.loop_wrap_base h2 span {
	font-weight: normal;
	letter-spacing: -0.1em;
	font-size: 20px;
	color: #777;
}
*/
/* ----------------------- グローバルナビ 3 --------------------*/
#g_navi3 {
	display: block;
	width:100%;
}

#g_navi3 .navi_base{
	display: flex;			/* 親コンテナ: flexで横並び */
	justify-content: center;	/* flex-start;左揃え、center;センター揃え */
	flex-wrap: wrap;		/* 親要素の幅を超えた際、自動的に改行 */
	/*gap: 20px;*/
	font-size:12pt;
	padding: 10px;
	background-color: #1BD;
	background-color: rgba(34,176,206,0.5);
}

#g_navi3 .navi_base a {
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	padding: 17px 20px;
	/*background-color: rgba(66,0,0,0.3);*/
}

#g_navi3 li a:hover,
#g_navi3 ul li:hover > a {
	background-color: rgba(255,255,255,0.3);
	color: #DA81EA;
}


/*********************** 無限ループ *************************/

.loop_wrap {
	display: flex;
	width: 220%;
	height: auto;
	clear: both;
	margin: 10px 0 50px;

}

.loop_wrap ul {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.loop_wrap ul li {
	width: 25%;
}

.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;	/* 1.6; */
	font-size: 14pt;
	position: relative;
}

.loop_wrap .category {
	text-align: center;
	margin-bottom: 0px;
}
.loop_wrap ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.loop_wrap ul li:hover {
	filter: brightness(120%);		/* (120%);は明るさの度合 */
	transform: scale(1.2);			/* (1.2);は拡大率 */
	transition: transform 0.9s;		/* 0.9s;は拡大の速さ（） */
	z-index: 1000;
}

.loop_wrap ul li a span {
	display: inline-block;
	background-color: #FFFFFF;
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	letter-spacing: 1px;
	z-index: 10;
}

.loop_wrap ul li a span.cl_2 {
	background-color: #333;
	color: #FFF;
}

.loop_wrap ul li a span.cl_3 {
	background-color: #FFBF00;
	color: #000;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 30s -15s linear infinite;	/* 50s -25s */
}

.loop_wrap ul:last-child {
  animation: loop2 30s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}


/*------------------ 無限ループの画像欄 -----------------*/
.container {
    display: flex;		/* 親コンテナ: flexで横並び */
    justify-content: center;	/* display: flex;とセットで使う/flex-start:左寄せ/flex-end:右寄せ */
    /*padding: 50px;*/
    margin-top: 30px;
	color:#777;
  }

.subject {
    width: 350px;
    height: auto;
    overflow: visible; 		/* 拡大しても隠れないようにする */
    transition: all 0.3s ease; 	/* マウスオーバー時のアニメーション */
    position: relative; 	/* z-indexを効かせるため */
    z-index: 0;
    transition: all 0.3s ease;	/* onmouseのとき、ふわっと現れ、々戻る */
	text-align: center;
	font-size: 14pt;
	cursor: pointer;
  }

.subject img {
    width: 100%;
    height: auto;
    object-fit: cover; 		/* 画像をきれいに収める */
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }

.subject:hover {
    transform: scale(1.2); 	/* 1.2倍に拡大 */
    z-index: 10;
  }

/*-------- 無限ループ END ---------*/

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.img_center span {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 10px;
	left: 0;
	top: 0;
}

.img_center div {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 50px;
	right: 0;
	bottom: 0;
}


.img_left {
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	max-width: 50%;
}
.img_right {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 50px;
	padding-bottom: 20px;
	max-width: 50%;
}

.img_left img,
.img_right img,
.img_center img {
	width: 100%;
}

.content .img_left p,
.content .img_right p {
	font-size: 14px;
	margin: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #455E65;
}

.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

.content .cont_wrap .txt_box {
	background-color: #E6EDEE;
	padding: 20px;
	margin: 20px;
}
.content .cont_wrap .txt_box h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6CACD;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: #333;
}
.content .cont_wrap .txt_box h3::after {
	display: none;
}

a.ap {
	padding-top: 50px;
	margin-top: -50px;
}


/*--------------------- 背景入り帯 .obi_001 ----------------------*/
.obi_001 {
	background-image: url(../img/iso-turi1920.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5%;	/* 15% */
	padding-right: 20px;
	padding-bottom: 5%;	/* 15% */
	padding-left: 20px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 50px;
}

.content .obi_001 h2 {
	color: #FFF;
	border-bottom: none;
	padding-bottom: 0px;
}
.obi_001 p {
	line-height: 2.4;
}

/*------- 背景入り帯 .obi_001 end -------*/



/*-------------------- 釣りの豆知識 --------------------*/
.pick_up {
	width: 100%;
	margin-top: 50px;
}


.pick_up ul {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pick_up ul li {
	width: 32%;
	position: relative;
	background-color: lightblue;
	padding: 10px;
}

.pick_up ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	z-index: 0;
}
.pick_up ul li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(92,189,202,0.2);
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.pick_up ul li a:hover::before {
	background-color: rgba(255,255,255,0.5);/*(54,190,173,0.9);*/
}

.pick_up ul a div {
	color: #FFF;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: -20px;
	margin-left: -40%;
	position: absolute;
	left: 50%;
	top: 47%;
	font-weight: bold;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
	font-size: clamp(12px, 2vw, 24px);
}

.pick_up ul a div span {
	letter-spacing: 2px;
	font-size: clamp(20px, 2vw, 50px);
}


/*---------------- アンケート / ランキング ----------------*/
.content .box_att {
	margin: 30px auto 50px;
}

.ranking_box {
	display: flex;		/* 親コンテナ: flexで横並び */
	justify-content: center;	/* 横位置の指定、display: flex;とセットで使う/flex-start:左寄せ/flex-end:右寄せ */
	flex-wrap: wrap;		/* 折り返す設定 */
	gap: 30px;			/* 写真間の間隔 */
	margin: 50px auto;
}

.jfs_ranking {
	width: 365px;
	overflow: visible; 		/* 拡大しても隠れないようにする */
	transition: all 0.3s ease;	/* マウスオーバー時のアニメーション */
	position: relative; 	/* z-indexを効かせるため */
	z-index: 0; 		/* 通常時 */
}
.jfs_ranking:hover {	/* マウスオーバー時: 拡大して最前列に */
	transform: scale(1.03); 	/* 1.2倍に拡大 */
	z-index: 10; 		/* 他の画像より上に表示 */
	/*box-shadow: 0 10px 20px rgba(0,0,0,0.4);*/ /* 影を強調 */
}

.jfs_ranking h2 {
	height: 82px;
	margin: -20px auto 10px;
	font-size: 26px;
	color: #555;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-bottom: 3px solid skyblue;
	width: 85%;
}

.ankeeto {
	width: 362px;
	border:1px solid silver; 
	border-radius: 10px;

  	background: linear-gradient(to top,#CAECEA,#E7ECEC);	/* グラデーションの向き（下から） */
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
	color: #555;
	line-height: 1.2;
}

/*--------- アクセス/人気ランキング --------*/
.ranking-all {
	width: 362px;
	border: 1px solid silver; 
	border-radius: 10px;
  	background: linear-gradient(to bottom,#f5f5f5,#ccc);	/* グラデーションの向き（下から） */
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	padding:0 0 0 10px;
	text-align: left;
	color: #555;
	line-height: 1.2;padding-left: 10px;
}

.ranking-all .ruikei {
	text-align: right;
	margin-right: 17px;
}

.ranking-all p {
	font-size: 14px;
	margin: 3px 0 20px 40px;
}

.ranking-all a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
.ranking-all a:hover {
	color: fuchsia;/*#0099CC;*/
}

/*
フッター
-------------------------------------------*/

footer {
	background-color: #DCE7E9;
	color: #0099CC;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #D2E1E3;
	margin-bottom: -50px;
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .box_in {
	margin: 0 auto;
	width: 1100px;
}

footer .cont_wrap .s_map1 {
        float: left;
        width: 450px;
	margin-top: 10px;
}

footer .s_map1 .multi-column-list {
	-webkit-column-count: 2;	/* 2列にする */	/* Safari/Chrome */
	-moz-column-count: 2;    			/* Firefox */
	column-count: 2;         			/* 標準 */
	column-gap: 0px;		/* 列の間隔を調整 */
}
.s_map1 ul li {
	position: relative;
}


footer .cont_wrap .s_map2 {
        float: left;
        width: 300px;
        padding:10px 10px 10px 20px;
}

footer .cont_wrap .li_title {
	padding-bottom: 0px; height: 30px;
	margin-bottom: 5px;
	border-bottom:1px solid #49697A;
	font-size: 14px;
        font-weight:bold;
	letter-spacing: 1px;
}

footer .cont_wrap ul li a {
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	display: block;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	padding-left: 30px;
	font-size: 13px;
	line-height: 22px;
	position: relative;
        white-space: nowrap;
	color: #555;
}

footer .cont_wrap ul li a:hover {
	transform: scale(1.05);			/* (1.2);は拡大率 */
	transition: transform 0.5s;		/* 0.9s;は拡大の速さ（） */
	color: #0099CC;
	font-weight: bold;
}

footer .cont_wrap ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .cont_wrap ul li ul {
	width: 100% !important;
}



address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	padding: 20px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: -55px;
}
/*-------------- /footer content --------------*/

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	color: #55838A;
	letter-spacing: 1px;
	background-color: #D2E1E3;
	padding: 0 0 30px;
	line-height: 22px;	magin-bottom: 50px;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #55838A;
}

/*--------- トップページ End ---------*/

/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}

.small {
	font-size: smaller;
	color: #666;
}
.chui {
	color: #F03600;
}

.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


/*
コンテンツボックス
-------------------------------------------*/

.box_cont {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.box_cont .box_c_in {
	width: 48%;
	min-height: 200px;
	padding: 10px;
	border: 1px solid #CFDEE0;
	margin-bottom: 30px;
}

.box_cont .box_c_in:hover {
	background-color: #FFF;
	border-top-color: #1BD;
	border-right-color: #1BD;
	border-bottom-color: #1BD;
	border-left-color: #1BD;
}

.box_cont .box_c_in img {
	max-width: 100%;
	padding: 20px;
}

.content .box_cont .box_c_in h2 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 10px;
}




/************************ min-width:960px（min は以上の場合） ***********************/

@media screen and (min-width:960px){
body {
	font-size: 16px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	height: 90px;
}

header h1 a img {
	top: 23px;
	left: 10px;
	height: 44px;
}

.menu_btn,
.btn_close {
	display: none;
}


/*
ヘッダー
-------------------------------------------*/

#index_top {
	min-height: 850px;
}

#sub_top.sample {
	background-image: url(../img/sub_top_sample.jpg);
}
#sub_top.faq {
	background-image: url(../img/sub_top_faq.jpg);
}
#sub_top.contact {
	background-image: url(../img/sub_top_contact.jpg);
}
#sub_top.news {
	background-image: url(../img/sub_top_news.jpg);
}
#sub_top.concept {
	background-image: url(../img/sub_top_concept.jpg);
}
#sub_top.works {
	background-image: url(../img/sub_top_works.jpg);
}
#sub_top.about {
	background-image: url(../img/sub_top_about.jpg);
}

.no_pc {
	display: none !important;
}
}
/*-- /960px END --*/



/********************** min-width:1200px **********************/

@media screen and (min-width:1200px){

header h1 a img {
	left: 50%;
	margin-left: -590px;
}

header #g_navi {
	right: 50%;
	margin-right: -590px;
}

}
/*-- /1200px END --*/



/********************** max-width:960px **********************/

@media screen and (max-width:960px){

body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}


/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #1BD;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #7BC;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}



/*---------------- グローバルナビ g_navi -----------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #F2F6F7;
	background-color: rgba(242,246,247,0.85);
	display: none;			/* 完全に非表示 */
	padding-left: 10%;
}
#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
}


#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: 22px;
	font-size: 14px;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}
#g_navi ul li a:hover {
	color: #1BD;
}

#g_navi ul li.contact a {
	text-align: center;
	background-color: #1BD;
	color: #FFF;
	width: 90%;
}

#g_navi ul li.contact a:hover {
	background-color: #fff;
	color: #1BD;
}

/*---------------- 登録サイト一覧表 ----------------*/






/*-------------------- クリッカブルマップ ----------------------*/
.guide {
	display: flex;
	flex-direction: column;		/* row左→右/row-reverse右→左/column上→下/column-reverse下→上*/
	justify-content: flex-start;	/* flex-start左揃え/flex-end右揃え/center中央揃え/space-around均等な間隔*/
	flex-wrap: wrap;		/* 折り返す設定 */
}

.guide2 iframe {
	max-width: none;		/* 親要素による縮小を禁止 */
	transform-origin: top left; 	/* 左上基準 */
	transform: scale(0.7);		/* 縮小率を設定（例：50%に縮小）*/
	margin-left: 100px;
	margin-bottom: -150px;
}

.loop_wrap ul li a span {
	display:none;
}

/*----------------------- ヘッダー --------------------*/

header {
	height: 52px;
}

header h1 a img {
	top: 10px;
	left: 10px;
	height: 36px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}


#sub_top.sample {
	background-image: url(../img/sub_top_sample_sp.jpg);
}
#sub_top.faq {
	background-image: url(../img/sub_top_faq_sp.jpg);
}
#sub_top.contact {
	background-image: url(../img/sub_top_contact_sp.jpg);
}
#sub_top.news {
	background-image: url(../img/sub_top_news_sp.jpg);
}
#sub_top.concept {
	background-image: url(../img/sub_top_concept_sp.jpg);
}
#sub_top.works {
	background-image: url(../img/sub_top_works_sp.jpg);
}
#sub_top.about {
	background-image: url(../img/sub_top_about_sp.jpg);
}


/*
フッター
-------------------------------------------*/
footer {
	border-bottom-width: 60px;
}

footer .cont_wrap .f_box {
	width: 50%;
	text-align: center;
}
footer .cont_wrap .f_box.lg {
	width: 100%;
}

.no_sp {
	display: none;
}

}
/*--------------- /〜960px ---------------*/



/*--------------- SNSボタン --------------*/

.h_sns {
	padding: 5px;
	position: fixed;
	top: 130px;
	right: 0px;
	background-color: #1BD;
	background-color: rgba(34,176,206,0.3);

	/*background-color: rgba(17,187,221,0.3);*/
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
}
.h_sns li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.h_sns li a:hover {
	background-color: #FFF;
	color: #1BD;
}




/********************* max-width:640px（max は以下の場合） ********************/

@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	padding-right: 60px;
}

.h_sns li {
	width: 25%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*------------------- 検索窓口 --------------------*/

#index_top #top_catch h2 {
	font-size: 20px;
}

#index_top #top_catch p {
	font-size: 12px;
}


/*---------------- 登録サイト一覧表 ----------------*/

#sub_top {
	height: 180px;
	padding-top: 100px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width: 100%;
}

.pick_up ul li {
	width: 100%;
}

.obi_001 {
	background-image: url(../img/obi_001_sp.jpg);
	padding-left: 10px;
	padding-right: 10px;
}

.obi_001 p {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}

.loop_wrap {
  width: 400%;
}

.box_cont {
	padding-right: 10px;
	padding-left: 10px;
}

.box_cont .box_c_in {
	width: 100%;
	padding: 5px;
}

.content .cont_wrap .txt_box {
	margin-left: 0px;
	margin-right: 0px;
}
/*----------- 釣りの豆知識 ------------*/
.pick_up ul {
    gap: 20px;
}

}
/********* 640px END ********/




/************************* (max-width:460px ************************/

@media screen and (max-width:460px){

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}


/*------------------- 検索窓口 -------------------*/

#index_top {
	width: 100%;
	margin: 0 0 60px;
	/*border: 1px solid red;*/
}

#index_top #top_catch {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 380px;
	min-width: 380px;
	margin: 20px auto;
}

#index_top #top_catch h2 {
	font-size: 20px;
}


/*--------------- 登録サイト一覧表 ---------------*/

#index_top .category {
	width: 380px;
	min-width: 380px;
	text-align: center;
	margin: -40px 0 0 -40px;
}

#index_top .category h2 {
	font-size: 20pt;
}




#sub_top {
	font-size: 24px;
}

.content h2 {
	font-size: 24px;
}

.content .obi_001 h2 {
	font-size: 22px;
}

#g_navi2 {
	width: 100%;
	line-height:1.2;
	font-size: 12pt;
	position: absolute;
	margin-top: -150px;
	left: 0px;
	background-color: #1BD;
	background-color: rgba(34,176,206,0.3);
}

/*-------------------- クリッカブルマップ ----------------------*/
.guide {
	margin: 0 auto;
	width: 100%;
}

.guide1 {
	margin: 50px auto;
	width: 100%;
	max-width: none;		/* 親要素による縮小を禁止 */
}




.guide2 {
	margin: 50px auto;
	height: 400px;
}

.guide2 iframe {
	max-width: none;		/* 親要素による縮小を禁止 */
	transform-origin: top left; 	/* 左上基準 */
	transform: scale(0.6);		/* 縮小率を設定（例：50%に縮小）*/
	margin-left: -30%;
}

.loop_wrap ul li a {
	font-size: 11pt;
}
.loop_wrap ul li a span {
	display:none;
}
/*--------- お知らせ・新着情報---------*/
.cont_wrap_trans {
	background-color: rgba(255,255,255,0.7);	/*(34,176,206,0.5);*/
}
.content .ul_news li a {
	color: #000;
}
}
/************** 460px END **************/


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}



/*
FAQ
-------------------------------------------*/
dl.faq {
	display: block;
	margin: auto;
	width: 90%;
}

dl.faq dt {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	color: #FFF;
	background-color: #278498;
	display: block;
	position: relative;
	width: 80%;
	margin-left: 20%;
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

dl.faq dt::before{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 24px;
	content: "Q.";
	position: absolute;
	left: 20px;
	top: 13px;
}
dl.faq dt::after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(39, 132, 152, 0);
    border-top-width:16px;
    border-bottom-width:16px;
    border-left-width:8px;
    border-right-width:8px;
    border-bottom-color:#278498;
    bottom:100%;
    right:30px;
}
dl.faq dd {
	font-size: 16px;
	background-color: #FFF;
	display: block;
	position: relative;
	width: 80%;
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
dl.faq dd::after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255,255,255,0.0);
	border-top-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 8px;
	border-right-width: 8px;
	border-bottom-color: #FFFFFF;
	bottom: 100%;
	left: 30px;
}

dl.faq dd::before{
	font-size: 24px;
	content: "A.";
	position: absolute;
	left: 20px;
	top: 13px;
}


/*
事例一覧＆ギャラリー
-------------------------------------------*/

.works_list li {
	display: block;
	float: left;
	width: 25%;
	padding: 20px;
}

.works_list li a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	border: 1px solid #F2F6F7;
	position: relative;
}

.works_list li a:hover {
	background-color: #FFF;
	border: 1px solid #DDE7EA;
}

.works_list li a span {
	display: block;
	color: #FFF;
	font-size: 12px;
	background-color: #36BEAD;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.works_list li a span.cl_2 {
	background-color: #333333;
}

.works_list li a span.cl_3 {
	background-color: #FF9900;
}

.works_list li a img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.works_list li a p {
	color: #111;
	text-align: center;
	margin: 0px;
}

.g_list li {
	display: block;
	float: left;
	width: 20%;
	padding: 20px;
}

.g_list li a {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.g_list li a img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.g_list li a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/*---------------- お知らせ・新着情報 ---------------*/

.content .cont_wrap .box_left {
	width: 50%;
	float: left;
	padding: 10px;
}

.content .cont_wrap .box_right {
	width: 50%;
	float: right;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/********************* max-width:960px *********************/

@media screen and (max-width:960px) {

/*---------------- お知らせ・新着情報 ----------------*/
.content .cont_wrap .box_left {
	width: 100%;
	float: none;
}

.content .cont_wrap .box_right {
	width: 100%;
	float: none;
	overflow: hidden;
}
/*----------- /お知らせ・新着情報 ---------*/


.works_list li {
	width: 33.33%;
}

.g_list li {
	width: 33.33%;
}
}


/*
ページャー
-------------------------------------------*/

.pager {
	padding-top: 50px;
	padding-bottom: 50px;
	clear: both;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	position: relative;
}


.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #FFF;
	text-decoration: none;
	background-color: #333333;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #000;
	background-color: #F9F9F9;
}

@media only screen and (max-width: 767px){
.pager {
	padding-top: 20px;
	padding-bottom: 20px;
}
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }
  
  .works_list li {
	width: 50%;
	padding: 10px;
}

.g_list li {
	width: 50%;
}

.img_center span {
	font-size: 14px;
	padding: 5px;
}

.img_center div {
	font-size: 12px;
	padding: 20px;
}

dl.faq {
	width: 96%;
}

dl.faq dt {
	font-size: 18px;
	width: 90%;
	margin-left: 10%;
}

dl.faq dd {
	width: 90%;
}

}
