@charset "utf-8";

/*---------------------------------------------

indexスタイル

-----------------------------------------------*/

/* ▼お知らせ部分共通 */
.n_bold {font-weight: bold;}

.n_red {
	color: #f00;
	font-weight: bold;
}

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

/* ▼スライド部分PC */
#slide {
	background: #fff url("../img/slide/01.jpg") no-repeat;
	background-size: cover;
	height: 630px;
}
	
.main_txt {
	padding-top: 420px;
	text-align: center;
}

/* ▼お知らせ部分PC */
#news {
	padding: 80px 0 85px 0;
	background: #fff;
}

#news h2 {
	text-align: center;
	margin-bottom: 35px;
}

#news ul {
	width: 100%;
	border-top: solid 1px #918b8a;
	border-bottom: solid 1px #918b8a;
	padding: 30px 0;
}

#news ul li {
	text-align: center;
	font-size: 22px; font-size: 2.2rem;
	line-height: 200%;
}

/* ▼お客様の釣果部分PC */
#fishing {
	padding: 75px 0 50px 0;
	background: #ecf5fb;
}

#fishing h2 {
	text-align: center;
	margin-bottom: 60px;
}

#fishing_item a {
	color: #000;
	text-decoration: none;
	width: 600px;
	display: block;
	background: #fff url("../img/arrow.gif") no-repeat;
	background-position: right 15px center;
	margin: 0 auto 20px auto;
}

#fishing_item a:last-child {margin-bottom: 60px;}

.fishing_photo {
	display: table-cell;
	width: 270px;
	height: 270px;
	text-align: center;
	vertical-align: middle;
	background: #ddd;
}

.fishing_date {
	font-size: 20px; font-size: 2.0rem;
	line-height: 150%;
	padding: 30px 25px 15px 25px;
}

.fishing_txt {
	font-size: 20px; font-size: 2.0rem;
	line-height: 150%;
	padding: 0 25px 30px 25px;
}

#more_btn a {
	width: 400px;
	display: block;
	margin: 0 auto 40px auto;
}

#news_copyright {
	width: 200px;
	margin: 0 auto;
	padding-top: 30px;
}

/* ▼金比羅丸の性能部分PC */
#performance {
	padding: 100px 0 140px 0;
	background: #fff;
}

#performance h2 {
	text-align: center;
	margin-bottom: 80px;
}

.performance_img {
	text-align: center;
	margin-bottom: 70px;
}

#performance dl {
	width: 100%;
	border-top: solid 1px #918b8a;
	display: flex;
	flex-wrap: wrap;
}

#performance dt, #performance dd {
	font-size: 20px; font-size: 2.0rem;
	line-height: 150%;
	padding: 20px 0;
	border-bottom: solid 1px #918b8a;
}

#performance dt {
	width: 300px;
	padding-left: 160px;
	box-sizing: border-box;
}

#performance dd {width: 600px;}

/* ▼サービス・料金のご案内部分PC */
#service {
	padding: 110px 0 50px 0;
	background: #ecf5fb;
}

#service h2 {
	text-align: center;
	margin-bottom: 80px;
}

.price {
	text-align: center;
	font-size: 32px; font-size: 3.2rem;
	font-weight:bold;
	margin-bottom: 25px;
}

.price2 {
	text-align: center;
	font-size: 24px; font-size: 2.4rem;
	color: #f00;
	line-height: 1.6;
	font-weight:bold;
	margin-bottom: 55px;
}

#service dl {
	width: 100%;
	border-top: solid 1px #918b8a;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

#service dt, #service dd {
	font-size: 20px; font-size: 2.0rem;
	line-height: 150%;
	padding: 20px 0;
	border-bottom: solid 1px #918b8a;
}

#service dt {
	width: 300px;
	padding-left: 160px;
	box-sizing: border-box;
}

#service dd {width: 600px;}

/* ▼定休日の予定表部分PC */
#schedule {
	padding: 50px 0;
	background: #fff;
}

#schedule h2 {
	text-align: center;
	margin-bottom: 40px;
}

#schedule table {
	width: 900px;
	box-sizing: border-box;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

#schedule table caption {
	text-align: center;
	font-size: 30px; font-size: 3.0rem;
	padding-bottom: 40px;
	font-weight: bold;
}

#schedule table caption:before {content: "【";}

#schedule table caption:after {content: "】";}

#schedule table th, #schedule table td {
	width: calc(900px / 10);
	font-size: 18px; font-size: 1.8rem;
	text-align: center;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 15px 0;
}

#schedule table th {
	color: #fff;
	background: #abd0ed;
	font-weight: bold;
}

#schedule table td {
	color: #000;
	background: #fff;
	font-weight: bold;
}

#schedule table tr:nth-of-type(odd) td {background: #fffdf1;}

/* ▼準備するもの・注意事項部分PC */
#notes {
	padding: 100px 0  50px 0;
	background: #ecf5fb;
}

#notes h2 {
	text-align: center;
	margin-bottom: 40px;
}

#jyunbi {
	border-top: solid 1px #918b8a;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 80px 0;
}

#jyunbi li {
	width: 50%;
	min-height: 93px;
	position: relative;
	margin-bottom: 20px;
}

.notes_icon {
	position: absolute;
	top: 0;
	left: 0;
}

#jyunbi li h3 {
	padding-top: 15px;
	margin-left: 120px;
	color: #006cb7;
	font-weight: bold;
	font-size: 26px; font-size: 2.6rem;
}

#jyunbi li p {
	padding-top: 8px;
	margin-left: 120px;
	font-size: 16px; font-size: 1.6rem;
	line-height: 150%;
	width: 310px;
}

#cyuui {
	border-top: solid 1px #918b8a;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 80px 0;
}

#cyuui li {
	width: 100%;
	min-height: 93px;
	position: relative;
	margin-bottom: 20px;
}

.notes_icon2 {
	position: absolute;
	top: 0;
	left: 105px;
}

#cyuui li h3 {
	padding-top: 15px;
	margin-left: 225px;
	color: #e8544f;
	font-weight: bold;
	font-size: 26px; font-size: 2.6rem;
}

#cyuui li p {
	padding-top: 8px;
	margin-left: 225px;
	font-size: 16px; font-size: 1.6rem;
	line-height: 150%;
}

/* ▼アクセス部分PC */
#access {
	padding: 100px 0;
	background: #fff;
}

#access h2 {
	text-align: center;
	margin-bottom: 25px;
}

#access h3 {
	text-align: left;
	padding-bottom: 25px;
	border-bottom: solid 1px #918b8a;
}

#access h3:nth-of-type(1) {border-bottom: none;}

#access h3:nth-of-type(3) {margin: 60px 0 30px 0;}

.access_map {
	height: 610px;
	position: relative;
}

.access_map img {
	position: absolute;
	top: 0;
	left: 0;
}

.access_txt {
	font-size: 20px; font-size: 2.0rem;
	line-height: 150%;
	margin-bottom: 100px;
}

.ictxt {
	font-size: 23px; font-size: 2.3rem;
	padding: 40px 0 30px 0;
}

.ictxt em {
	font-size: 30px; font-size: 3.0rem;
	font-weight: normal;
	font-style: normal;
}

.map_area {
	width: 900px;
	margin: 0 auto;
	border-bottom: solid 1px #918b8a;
	text-align: center;
	padding-bottom: 45px;
}

.access_txt2 {
	font-size: 18px; font-size: 1.8rem;
	line-height: 150%;
	margin-bottom: 30px;
}

.eki {
	width: 900px;
	text-align: center;
	border-bottom: solid 1px #918b8a;
	padding-bottom: 30px;
}

/* ▼404部分PC */
#not {
	padding: 150px 0 250px 0;
	background: #fff;
}

#not h2 {
	font-size: 36px; font-size: 3.6rem;
	text-align: center;
	line-height: 150%;
	margin-bottom: 30px;
}

#not p {
	font-size: 18px; font-size: 1.8rem;
	text-align: center;
	line-height: 150%;
}

#not p a {color: #000;}

}

@media print, screen and (max-width: 767px) {

/* ▼スライド部分SP */
#slide {
	background: #fff url("../img/slide/01.jpg") no-repeat;
	background-size: contain;
}
	
.main_txt {
	padding: 30% 0 7% 0;
	text-align: center;
}

.main_txt img {width: 90%;}

/* ▼お知らせ部分SP */
#news {
	padding: 10% 0;
	background: #fff;
}

#news h2 {
	text-align: center;
	margin-bottom: 5%;
}

#news h2 img {width: 100%;}


#news ul {
	width: 100%;
	border-top: solid 1px #918b8a;
	border-bottom: solid 1px #918b8a;
	padding: 3% 0;
}

#news ul li {
	text-align: left;
	font-size: 4vw;
	line-height: 200%;
}

/* ▼お客様の釣果部分SP */
#fishing {
	padding: 10% 0;
	background: #ecf5fb;
}

#fishing h2 {
	text-align: center;
	margin-bottom: 5%;
}

#fishing h2 img {width: 100%;}

#fishing_item {
	display: flex;
	flex-wrap: wrap;
}

#fishing_item a {
	width: 90%;
	color: #000;
	text-decoration: none;
	background: #fff url("../img/arrow.gif") no-repeat;
	background-position: right 3% center;
	margin: 0 0 5% 5%;
}

.fishing_photo {
	width: 100%;
	min-height: 100px;
	text-align: center;
	vertical-align: middle;
	background: #ddd;
}

.fishing_photo img {
	width: 100%;
	max-height: 270px;
}

.fishing_date {
	font-size: 4vw;
	line-height: 130%;
	padding: 6% 3% 2% 3%;
}

.fishing_txt {
	font-size: 4vw;
	line-height: 130%;
	padding: 0 3% 6% 3%;
}

#more_btn a {
	width: 70%;
	display: block;
	margin: 0 auto 10% auto;
}

#more_btn a img {width: 100%;}

#news_copyright {margin: 0 auto;}

/* ▼金比羅丸の性能部分SP */
#performance {
	padding: 10% 0;
	background: #fff;
}

#performance h2 {
	text-align: center;
	margin-bottom: 6%;
}

#performance h2 img {width: 100%;}

.performance_img {
	text-align: center;
	margin-bottom: 6%;
}

.performance_img img {width: 80%;}

#performance dl {
	width: 100%;
	border-top: solid 1px #918b8a;
	display: flex;
	flex-wrap: wrap;
}

#performance dt, #performance dd {
	font-size: 3.6vw;
	line-height: 150%;
	padding: 3% 0;
	border-bottom: solid 1px #918b8a;
}

#performance dt {
	width: 25%;
	box-sizing: border-box;
}

#performance dd {width: 75%;}

/* ▼サービス・料金のご案内部分SP */
#service {
	padding: 10% 0;
	background: #ecf5fb;
}

#service h2 {
	text-align: center;
	margin-bottom: 6%;
}

#service h2 img {width: 100%;}

.price {
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 3%;
}

.price2 {
	text-align: center;
	font-size: 4vw;
	color: #f00;
	line-height: 1.6;
	font-weight:bold;
	margin-bottom: 6%;
}

#service dl {
	width: 100%;
	border-top: solid 1px #918b8a;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6%;
}

#service dt, #service dd {
	font-size: 3.6vw;
	line-height: 150%;
	padding: 3% 0;
	border-bottom: solid 1px #918b8a;
}

#service dt {
	width: 25%;
	box-sizing: border-box;
}

#service dd {width: 75%;}

/* ▼定休日の予定表部分SP */
#schedule {
	padding: 10% 0;
	background: #fff;
}

#schedule h2 {
	text-align: center;
	margin-bottom: 5%;
}

#schedule h2 img {width: 100%;}

#schedule table {
	width: 100%;
	box-sizing: border-box;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

#schedule table caption {
	text-align: center;
	font-size: 5vw;
	line-height: 150%;
	padding-bottom: 5%;
	font-weight: bold;
}

#schedule table th, #schedule table td {
	width: calc(900px / 10);
	font-size: 3vw;
	line-height: 150%;
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 15px 0;
}

#schedule table th {
	color: #fff;
	background: #abd0ed;
	font-weight: bold;
}

#schedule table td {
	color: #000;
	background: #fff;
	font-weight: bold;
}

#schedule table tr:nth-of-type(odd) td {background: #fffdf1;}

/* ▼準備するもの・注意事項部分SP */
#notes {
	padding: 10% 0;
	background: #ecf5fb;
}

#notes h2 {
	text-align: center;
	padding-bottom: 3%;
}

#notes h2 img {width: 100%;}

#jyunbi {
	border-top: solid 1px #918b8a;
	padding: 4% 0 8% 0;
}

#jyunbi li {
	width: 100%;
	position: relative;
	margin-bottom: 5%;
}

.notes_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
}

.notes_icon img {width: 100%;}

#jyunbi li h3 {
	padding: 2% 0;
	margin-left: 24%;
	color: #006cb7;
	font-weight: bold;
	font-size: 5vw;
}

#jyunbi li p {
	margin-left: 24%;
	font-size: 4vw;
	line-height: 150%;
}

#cyuui {
	border-top: solid 1px #918b8a;
	padding: 4% 0 0 0;
}

#cyuui li {
	width: 100%;
	position: relative;
	margin-bottom: 5%;
}

.notes_icon2 {
	position: absolute;
	top: 0;
	left: 24%;
	width: 20%;
}

.notes_icon2 img {width: 100%;}

#cyuui li h3 {
	padding: 23% 0 2% 0;
	color: #e8544f;
	font-weight: bold;
	font-size: 5vw;
	line-height: 150%;
}

#cyuui li p {
	font-size: 4vw;
	line-height: 150%;
}

/* ▼アクセス部分SP */
#access {
	padding: 10% 0;
	background: #fff;
}

#access h2 {
	text-align: center;
	margin-bottom: 0;
}

#access h2 img {width: 100%;}

#access h3 {
	text-align: left;
	padding-bottom: 3%;
	border-bottom: solid 1px #918b8a;
}

#access h3:nth-of-type(1) {border-bottom: none;}

#access h3:nth-of-type(3) {margin: 6% 0 3% 0;}

#access h3 img {width: 50%;}

.access_map {
	width: 100%;
	margin-bottom: 2%;
}

.access_map img {width: 100%;}

.access_txt {
	font-size: 4vw;
	line-height: 150%;
	margin-bottom: 10%;
}

.ictxt {
	font-size: 3.6vw;
	padding: 5% 0 3% 0;
}

.ictxt em {
	font-size: 4.6vw;
	font-weight: normal;
	font-style: normal;
}

.map_area {
	border-bottom: solid 1px #918b8a;
	text-align: center;
	padding-bottom: 5%;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access_txt2 {
	font-size: 4vw;
	line-height: 150%;
	margin-bottom: 3%;
}

.eki {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #918b8a;
	padding-bottom: 30px;
}

.eki img {width: 100%;}

/* ▼404部分SP */
#not {
	padding: 10% 0 20% 0;
	background: #fff;
}

#not h2 {
	font-size: 5vw;
	text-align: center;
	line-height: 150%;
	margin-bottom: 5%;
}

#not p {
	font-size: 4vw;
	text-align: center;
	line-height: 150%;
}

#not p a {color: #000;}

}
