/*　共通　*/

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#div-gpt-ad-1517818157382-0{
	z-index: 1000;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 4px 0;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}

#div-gpt-ad-1517818117302-0{
	width: 728px;
}

article, aside, footer, header, hgroup, nav, section {
	display: block;
}

a{
	text-decoration: none;
}

a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


.loadingcontents{
	position: relative;
	top: 0;
	left: 0;
	height: 14em;
}

.loadingcontents::before{
	z-index: 9991;
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 20em;
	max-width: 100%;
	height: 3.5em;
	border-top: 1.5em solid rgba(255,255,255,0);
	border-bottom: 1.5em solid rgba(255,255,255,0);
	mix-blend-mode: multiply;
	transition: opacity .25s, visibility .25s;
	animation: animation_fade_toggle_before .5s infinite;
	animation-direction: alternate;
}

.loadingcontents::after{
	z-index: 9990;
	content: "";
	background-color: rgba(255,255,255,0);
	position: absolute;
	display: block;
	top: 4em;
	left: 0;
	width: 40em;
	max-width: 100%;
	height: 8em;
	margin-bottom: 1em;
	mix-blend-mode: multiply;
	transition: opacity .25s, visibility .25s;
	animation: animation_fade_toggle_after .5s infinite;
	animation-direction: alternate;
}

@keyframes animation_fade_toggle_before {
	0% {
		border-top: 1.5em solid rgba(255,255,255,0);
		border-bottom: 1.5em solid rgba(255,255,255,0);
	}
	100% {
		border-top: 1.5em solid #eceff7;
		border-bottom: 1.5em solid #eceff7;
	}
}

@keyframes animation_fade_toggle_after {
	0% {
		background-color: rgba(255,255,255,0);
	}
	100% {
		background-color: #eceff7;
	}
}
/*
.topmessage_text p+br{
	display: none;
}
*/
h1{
	width: 50%;
	float: left;
}

h1 img{
	max-height: 48px;
	width: auto;
}

img{
	vertical-align: bottom;
}


select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	border: 0;
	border-radius: 0;
	background: none transparent;
}

select::-ms-expand{
	display: none;
}

select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	height: 32px;
	padding: 1px 8px;
	border: 1px solid #dedede;
	background-color: #fff;
}

input[type="submit"], input[type="button"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
}

.wrap{
	width: 100%;
	min-width: 960px;
}

.inner{
	width: 1000px;
	margin : auto;
}

.inner:after {
	display: block;
	clear: both;
	content: "";
}

.contents_wrap{
	margin-top: 32px;
	overflow: hidden;
}

.maincontents{
	padding-top: 40px;
}

.actionbutton{
	width: 307px;
	margin: auto;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.actionbutton > a{
	display: block;
	padding-top: .8em;
	padding-bottom: .8em;
}

.page_h2{
	width: 1000px;
	margin: 0 auto;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 72px;
}

.page_h3{
	font-size: 1.5rem;
	margin-bottom: 1em;
}

/* ヘッダ */

.headerarea{
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 24px;
}

.headertel{
	float: right;
	font-weight: bold;
	font-size: .875rem;
}

.headertelset{
	margin-top: .5rem;
}

.headertelbig{
	font-size: 1.5rem;
}

.headertelsmall{
	margin-left: 1em;
	font-size: 1.25rem;
}

.headertel1{
	display: inline-block;
	float: left;
}

.headertel1:before{
	font-family: fontawesome;
	content: '\f095';
	margin-right: .2em;
}

.headertel2{
	display: inline-block;
	float: left;
}

.headertel2:before{
	font-family: fontawesome;
	font-size: 1.2em;
	content: '\f10b';
	margin-right: .2em;
}

.menuicon{
	position: absolute;
	top: 16px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-image: url(../images/ic_menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
	cursor: pointer;
}

.menuicon{
	visibility: hidden;
}

/* グローバルナビ */

.globalnavi{
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1rem;
	font-weight: bold;
}

.globalnavi a{
	display: block;
	line-height: 2.4em;
}

.globallist{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.globallist li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

/* フッタ */

.footerarea{
	position:relative;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 48px;
	font-size: .75rem;
}

.footer_menu{
	margin-top: 2em;
	font-size: .75rem;
	text-align: center;
	line-height: 2em;
}

.footer_menu a{
	padding-top: .5em;
	padding-bottom: .5em;
}

.footer_menu_item{
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
}

.footer_menu a:first-child > .footer_menu_item{
	border-left: none;
}

.footer_tsurisoku_menu{
	font-size: .75rem;
	text-align: center;
	background-color: #bfd243;
	overflow: hidden;
}

.footer_tsurisoku_menu a{
	display: block;
	line-height: 32px;
	color: #fff;
}

.footer_tsurisoku_menu a:hover{
	color: #fff;
}

.footer_tsurisoku_menu a span:before{
	font-family: fontawesome;
	content: '\f0a9';
	margin-right: .2em;
	color: fff;
}

.credit{
	text-align: center;
	padding: 20px 30px;
	margin-bottom: 40px;
}

.credit_name{
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1em;
}

.credit_name_kana{
	font-size: .75rem;
	margin-top: .5em;
}

.credit_address{
	font-size: .875rem;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.credit_tel1{
	display: block;
	font-weight: bold;
}

.credit_tel2{
	display: block;
	font-weight: bold;
}

.credit_tel1:before{
	font-family: fontawesome;
	content: '\f095';
	margin-right: .2em;
}

.credit_tel2:before{
	font-family: fontawesome;
	content: '\f10b';
	margin-right: .2em;
}

.credittelbig{
	padding-top: 1rem;
	padding-bottom: .5rem;
	font-size: 1.5rem;
	border-top: 1px solid #dcdcdc;
}

.credittelsmall{
	font-size: 1.2rem;
	border-top: 0;
}

.copyright{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
}

.copytext{
	font-size: .75rem;
}

.producedby{
	margin-top: 1rem;
	font-size: .625rem;
}

.producedby img{
	vertical-align: middle;
}

.hit-counter-max{
	margin-top: 40px;
}

/* 問合せ先 */

.contact_box{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
}

.contact_box_table{
	display: table;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 10px 0;
}

.contact_text_l{
	display: table-cell;
	vertical-align: middle;
	height: 96px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: right;
}

.contact_text_s{
	display: table-cell;
	vertical-align: middle;
	height: 96px;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

.contact_telbig{
	font-size: 2rem;
	font-weight: bold;
}

.contact_telsmall{
	font-size: 1.5rem;
	font-weight: bold;
}

.contact_tel1{
	display: table-cell;
	vertical-align: middle;
	height: 96px;
	text-align: center;
}

.contact_tel2{
	display: table-cell;
	vertical-align: middle;
	height: 96px;
	text-align: center;
}

.contact_tel1:before{
	font-family: fontawesome;
	content: '\f095';
	margin-right: .2em;
}

.contact_tel2:before{
	font-family: fontawesome;
	content: '\f10b';
	margin-right: .2em;
}

/* ページネーション */

.pagenation{
	margin-bottom: 64px;
	text-align: center;
	font-size: .75rem;
}

.pagenation_back{
	width: 300px;
	margin: 0 auto 64px auto;
	text-align: center;
	line-height: 48px;
	font-size: .875rem;
}

.pagenation_back a{
	display: block;
}


.page-numbers{
	padding-left: 1em;
	padding-right: 1em;
}

.prev{
	padding-right: 3em;
}

.next{
	padding-left: 3em;
}

.post-link-navi{
	margin-top: 56px;
	margin-bottom: 56px;
}

/* トップページ */

#map{
	width: 244px;
	height: 290px;
}

#map iframe{
	width: 100%;
	height: inherit;
}

.topmaincontents{
	width: 666px;
	float: left;
}

.topsidecontents{
	width: 308px;
	float: right;
}

.top_h2{
	padding-left: 20px;
	font-size: 1.25rem;
	line-height: 3rem;
	font-weight: bold;
}

.topbigbanner{
	margin-bottom: 32px;
}

.topbigbanner img{
	width: 100%;
	height: auto;
}

.topmiddlebanner{
	margin-bottom: 32px;
}

.toppricegroup{
	margin-bottom: 22px;
}

.toppricegroup img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.rss-widget-icon{
	display: none;
}

.top_h2_blogfeed{
	padding-left: 20px;
	font-size: 1.125rem;
	line-height: 2.5rem;
	font-weight: bold;
}

.topblogfeed{
	margin-bottom: 32px;
}

.topblogfeed li{
	padding: 8px 20px;
	font-size: .875rem;
	line-height: 1.2em;
}

.topblogfeed li:last-child{
	border-bottom: none;
}

.topmessage_text{
	line-height: normal;
	padding-top: 1em;
}

.topmessage_text h1{
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
  -webkit-margin-before: .67em;
  -webkit-margin-after: .67em;
}

.topmessage_text h2{
	font-size: 1.5em;
	font-weight: bold;
	min-height: 1em;
	margin: .83em 0;
  -webkit-margin-before: .83em;
  -webkit-margin-after: .83em;
}

.topmessage_text h3{
	font-size: 1.17em;
	font-weight: bold;
	min-height: 1em;
	margin: 1em 0;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
}

.topmessage_text h4{
	font-weight: bold;
	min-height: 1em;
	margin: 1.33em 0;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
}


.topmessage_text h5{
	font-size: .83em;
	font-weight: bold;
	min-height: 1em;
	margin: 1.67em 0;
  -webkit-margin-before: 1.67em;
  -webkit-margin-after: 1.67em;
}

.topmessage_text h6{
	font-size: .67em;
	font-weight: bold;
	min-height: 1em;
	margin: 2.33em 0;
  -webkit-margin-before: 2.33em;
  -webkit-margin-after: 2.33em;
}

.topmessage_text b, .topmessage_text strong{
	font-weight: bold;
}

.topmessage_text p{
	margin-bottom: 1em;;
}

.coverphoto{
	text-align:center;
	overflow: hidden;
}

.coverphoto img{
	width: 100%;
	height: auto;
	margin: auto;
}

.topinfo{
}

.topcontents_box{
	margin-bottom: 32px;
	border-top: none;
	font-size: 1rem;
	line-height: 1.5em;
	text-align: left;
}

.topcontents_inner{
	padding: 30px;
}

.topcontents_link{
	margin-top: 1.5em;
}

.topgoogle_calendar_wrap{
	overflow: hidden;
}

.topchoka_more{
	margin-top: 2rem;
	padding: 1rem;
}

.topaccessinfo{
	margin-top: 1em;
	font-size: .875rem;
}

.topvideo{
	text-align: center;
}

#topnewswrapper{
	display: none;
}

.topnews_h2 span{
	padding-left: 1em;
	font-size: 0.75rem;
}

.topnews_group{
	display: flex;
	justify-content: space-between;
	gap: 0 40px;
	margin-bottom: 20px;
}

.news_box{
	flex: 1;
}

.news_box a{
	display: flex;
	gap: 0 10px;
	color: #000;
}

.news_thumb{
	width: 45%;
}

.news_thumb img{
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center center;
}

.news_title{
	flex: 1;
	line-height: 1.6;
}

.topnews_link span{
	font-size: 0.75rem;
}

.news_date{
	font-size: 0.6875rem;
	margin-top: 0.5em;
	color: #999;
}

.topparts{
	margin-bottom: 32px;
}

.topparts img{
	max-width: 100%;
	height: auto;
}

.toptwitter{
	border: 1px solid #e9eaed;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100% !important;
}


/* 釣果　*/

.choka_archive_h3{
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;
}

.choka_box_group{
	overflow: hidden;
	padding-top: 2px;
}

.choka_box{
	position: relative;
	width: 308px;
	margin-right: 38px;
	margin-bottom: 72px;
	padding-bottom: 20px;
	float: left;
	overflow: hidden;
}

.choka_box:nth-child(3n) {
	margin-right: 0;
}

.choka_new{
	position: absolute;
	top: -2px;
	left: 4px;
	z-index: 100;
	width: 42px;
	height: 54px;
}

.choka_photo{
	display: flex;
	justify-content: center;
	width: 308px;
	height: 231px;
	text-align: center;
	overflow: hidden;
}

.choka_photo img{
	height: 100%;
	width: auto;
}

.top_choka_box{
	position: relative;
	width: 293px;
	margin-right: 16px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
	overflow: hidden;
}

.top_choka_box:nth-child(2n){
	margin-right:0;
}

.top_choka_photo{
	display: flex;
	justify-content: center;
	width: 293px;
	height: 219px;
	text-align: center;
	overflow: hidden;
}

.top_choka_photo img{
	height: 100%;
	width: auto;
}

.choka_text{
	height: 3em;
	overflow: hidden;
	font-size: .875rem;
	line-height: 1.5em;
}

.choka_title{
	height: 1.125rem;
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	overflow: hidden;
}

.choka_title_date{
	font-size: .6875rem;
	padding-bottom: 1em;
	color: #737373;
}


input[type="button"].chokaarchive_button{
	height: 36px;
	width: 80px;
	margin-left: 10px;
	font-size: 1rem;
	display: inline-block;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
	color: #fff;
	border: 0;
	background-color: #444;
}

.ymform{
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}

.ymform_index{
	display: inline-block;
	padding-right: .5em;
}

.ymform_second{
	display: inline-block;
	padding-left: 1em;
}

.catSelectWrapper{
	display: flex;
	align-items: center;
}

.chokaarchive_noresult{
	padding-top: 48px;
	padding-bottom: 48px;
}

/* ページ */

.page_text{
	line-height: 1.5em;
	margin-bottom: 64px;
}

.page_text h1, .page_text h2, .page_text h3, .page_text h4, .page_text h5, .page_text h6{
	display:block;
	line-height: 1.2em;
	margin-bottom: 1em;
	clear: both;
}

.page_text h1{
	font-size: 2em;
	font-weight: bold;
}

.page_text h2{
	font-size: 1.5em;
	font-weight: bold;
}

.page_text h3{
	font-size: 1.17em;
	font-weight: bold;
}

.page_text h5{
	font-size: .83em;
	font-weight: bold;
}

.page_text h6{
	font-size: .67em;
	font-weight: bold;
}

.page_text b{
	font-weight: bold;
}

.page_text p{
	margin-bottom: 1em;
}

.page_text > img{
	margin: 48px auto;
}

.page_note{
	font-size: .75rem;
	color:#737373;
}

.page_image{
	margin: 48px auto;
}

.page_image img{
	width: 100%
}

.page_textandimage{
	display: table;
	width: 100%;
	margin-bottom: 48px;
}

.page_textandimage_text{
	display: table-cell;
	line-height: 1.5em;
	vertical-align: top;
}

.page_textandimage_image{
	display: table-cell;
	text-align: right;
	vertical-align: top;
}

.page_textandimage_image img{
	margin-left: 24px;
}

.page_headline{
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1em;
}

.page_table{
	margin: 48px 0;
}

.page_table:empty{
	margin: 0;
}

.page_table dl{
	width: 100%;
	line-height: 1.5em;
	overflow: hidden;
	border-top: none;
	background: #f5f5f5;
}

.page_table dt{
	width: 25%;
	float: left;
	padding: 1em 0;
	font-weight: bold;
	text-align: center;
}

.page_table dd{
	margin-left: 25%;
	padding: 1em 2em;
	background: #fff;
}

.page_table dd:after{
	clear:both;
}

.page_twocolumn_group{
	overflow: hidden;
}

.page_twocolumn_box{
	width: 484px;
	margin-right: 32px;
	margin-bottom: 48px;
	float: left;
}

.page_twocolumn_box:nth-child(2n){
	margin-right: 0;
}


.page_twocolumn_image{
	position: relative;
	width: 484px;
	height: 363px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	background-color: #f5f5f5;
}

.page_twocolumn_image img{
	position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
	height: auto;
	width: auto;
        max-width: 484px;
        max-height: 363px;
}

.page_twocolumn_text{
	line-height: 1.5em;
	text-align: center;
}

.page_threecolumn_group{
	overflow: hidden;
}

.page_threecolumn_box{
	width: 321px;
	margin-right: 18px;
	margin-bottom: 32px;
	float: left;
}

.page_threecolumn_box:nth-child(3n){
	margin-right: 0;
}


.page_threecolumn_image{
	position: relative;
	width: 321px;
	height: 240px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	background-color: #f5f5f5;
}

.page_threecolumn_image img{
	position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
	height: auto;
	width: auto;
        max-width: 321px;
        max-height: 240px;
}

.page_threecolumn_text{
	line-height: 1.5em;
	text-align: center;
}

.openclose_title {
	padding: .8em 1em;
	margin-bottom: 1em;
	font-size: 1.25rem;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.openclose_title_text {
	display: flex;
}

.openclose_title_text:before {
	display: block;
	width: 1em;
	font-family: fontawesome;
	content: '\f054';
	margin-right: .5em;
}

.openclose_open:before {
	display: block;
	width: 1em;
	font-family: fontawesome;
	content: '\f078';
	margin-right: .5em;
}

.price_text img{
	width: 100%;
	height: auto;
	margin: 12px auto;
}


/* 釣果詳細 */

.choka_page_date{
	font-size: .75rem;
	margin-bottom: 1.5em;
}

.choka_page_photo_group{
	display: flex;
	width: 100%;
	margin: 0 auto 64px auto;
	gap: 32px 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.choka_page_photo{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.choka_page_photo_group:has(> :nth-child(2):last-child) .choka_page_photo{
	width: calc((100% - 10px)/2);
}

.choka_page_photo_group:has(> :nth-child(3)) .choka_page_photo{
	width: calc((100% - 20px)/3);
}

.choka_page_photo img{
	max-width: 100%;
	max-height: 400px;
	width: auto;
	height: auto;
}

/* アクセス　*/

#l_map{
	width: 100%;
	height: 540px;
	margin-bottom: 48px;
}

#l_map iframe{
	width: 100%;
	height: inherit;
}

.access_address{
	font-size: 1rem;
	margin-bottom: 2em;
}

.access_h3{
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 2em;
}

.access_process_group{
	overflow: hidden;
}

.access_process_box{
	width: 484px;
	margin-right: 32px;
	margin-bottom: 48px;
	float: left;
}

.access_process_box:nth-child(2n){
	margin-right: 0;
}

.access_process_image{
	position: relative;
	width: 484px;
	height: 363px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	background-color: #f5f5f5;
}

.access_process_image img{
	position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
	height: auto;
	width: auto;
        max-width: 484px;
        max-height: 363px;
}

.access_process_text{
	line-height: 1.5em;
	text-align: center;
}

/* 出船予定　*/

.google_calendar_wrap{
	overflow: hidden;
	padding-bottom: 48px;
}

.google_calendar_embed{
	position: relative;
	padding-bottom: 100%;
	height: 0;
}

.google_calendar_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.google_calendar_link{
	font-size: .875rem;
	margin-top: 1em;
	line-height: 1.6;
}

/* ギャラリー */

.gallery_box_group{
	overflow: hidden;
	margin-bottom: 20px;
}

.gallery_box{
	width: 321px;
	margin-right:18px;
	margin-bottom: 32px;
	float: left;
}

.gallery_box:nth-child(3n){
	margin-right:0;
}

.gallery_photo{
	position: relative;
	width: 321px;
	height: 240px;
	margin-bottom: 14px;
	text-align: center;
	overflow: hidden;
}

.gallery_photo img{
	position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
	height: auto;
	width: auto;
        max-width: 321px;
        max-height: 240px;
}

.gallery_caption{
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 12px;
}

/* 動画 */

.movie_box_group{
	overflow: hidden;
}

.movie_box{
	width: 458px;
	margin-right: 84px;
	margin-bottom: 64px;
	float: left;
}

.movie_box:nth-child(2n){
	margin-right:0;
}

.movie_iframe{
	width: 458px;
}

.movie_title{
	font-size: 1.125rem;
	font-weight: bold;
	padding-top: 1em;
}

.movie_date{
	font-size: .6875rem;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #737373;
}

.movie_text{
	font-size: .875rem;
	padding-bottom: 1.5em;
	line-height: 1.5em;
}

.pcbanner{
	margin-bottom: 48px;
	text-align: center;
}

.pcbanner > div, .spbanner > div{
	margin-left: 16px;
	margin-right: 16px;
}

.spbanner{
	margin: auto;
	padding-bottom: 48px;
	overflow: hidden;
}

.spbanner > div{
	float:left;
}

.spbanner > div img{
	margin: auto;
}

@media screen and (max-width: 640px) {

.wrap{
	min-width: 100%;
}

.inner{
	width: 90%;
	padding: 0;
}

.wide{
	width: 100%;
}

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

.topsidecontents{
	width: 100%;
	float: none;
	text-align: center;
}

.actionbutton{
	box-sizing: border-box;
	width: 100%;
}

h1{
	display: block;
	float: none;
	width: 100%;
	padding: 0 10px 16px 10px;
}

h1 img{
	max-width: 70%;
	max-height: 40px;
}

.page_h2{
	width: 90%;
}

.page_h3{
	font-size: 1.25rem;
}

.menuicon{
	visibility: visible;
}

.slicknav_menu {
	display:block;
}

.slicknav_nav ul{
	margin: none !important;
}

.globalnavi{
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
	border-bottom: 0;
}

.globalnavi a{
	line-height: 48px;
}

.globallist{
	display:block;
	width: 100%;
}

.globallist li{
	display:block;
	vertical-align:middle;
	text-align:center;
}

.headertel{
	clear: both;
	float: none;
	padding-top: 16px;
	text-align: center;
}

.headertelset{
	display: block;
	table-layout: fixed;
	width: 100%;
}

.headertelset li{
	display: block;
	text-align: center;
}

.headertel1, .headertel2{
	font-size: 1.5rem;
	float: none;
	margin: 0;
}

.headertel1{
	line-height: 1.5em;
}

.headertel1:before, .headertel2:before{
	font-size: inherit;
}

.footerarea{
	padding-top: 0;
	padding-bottom: 0;
}

.footerarea .contents{
	padding-bottom: 20px;
}

.footer_menu{
	margin-top: 0;
}

.maincontents{
	padding-top: 20px;
}

.contact_box{
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

.contact_box_table, .contact_text_l, .contact_text_s, .contact_tel1, .contact_tel2{
	display: block;
	width: 100%;
	height: auto;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	float: none;
}

.contact_tel1{
	font-size: 1.875em;
}


.topcontents_box{
	width: 100%;
	box-sizing: border-box;
	float: none;
}

.topcontents_box:last-child{
	float: none;
}

.topcontents_box:first-child{
	margin-top: 0;
}

.topcontents_inner{
	padding: 15px;
}

.topmiddlebanner img{
	width: 100%;
	height: auto;
}

.topeventcamp img{
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.topparts{
	margin: 32px auto;
}

.choka_box{
	width: 100%;
	margin-right: 0;
}

.top_choka_box{
	width: 100%;
	margin-right: 0;
	float: none;
}

.choka_photo{
	position: relative;
	width: 100%;
	height: auto;
}

.choka_photo:before{
	content:"";
	display: block;
	padding-top:75%;
	overflow: hidden;
}

.choka_photo img{
	position: absolute;
	height: 100%;
	width: auto;
}

.coverphoto img{
	height: auto;
	width: 100%;
	margin: auto;
}

.topvideo{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.topvideo iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.topnews_h2{
	font-size: 1.125rem;
}

.topnews_h2 span{
	display: block;
	line-height: 1;
	padding-left: 0;
	padding-bottom: 1em;
	margin-top: -1em;
}

.topnews_group{
	flex-direction: column;
	gap: 20px 0;
}

.news_thumb{
	width: 35%;
}

.news_title{
	font-size: 0.875rem;
	line-height: 1.4;
}

.topnews_link span{
	font-size: 0.625rem;
}


#map{
	width: 100%;
	margin: auto;
}

.page_text{
	margin-bottom: 24px;
}

.page_text img{
	margin: 24px auto;
	width: 100%;
	height: auto;
}

.page_textandimage{
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

.page_textandimage_text{
	display: block;
	line-height: 1.5em;
}

.page_textandimage_image{
	display: block;
}

.page_textandimage_image img{
	margin-left: 0;
	width: 100%;
	height: auto;
}

.page_table{
	margin: 24px 0;
}

.page_table dt{
	width: 100%;
	float: none;
}

.page_table dd{
	margin: 0;
}

.page_twocolumn_group{
	margin-bottom: 0;
}

.page_twocolumn_box{
	width: 100%;
	margin-right: 0;
	margin-bottom: 24px;
	float: none;
}

.page_twocolumn_image{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.page_twocolumn_image img{
	position: relative;
        margin: auto;
	width: auto;
        height: auto;
        max-width: 100%;
}

.page_threecolumn_group{
	margin-bottom: 0;
}

.page_threecolumn_box{
	width: 100%;
	margin-right: 0;
	margin-bottom: 24px;
	float: none;
}

.page_threecolumn_image{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.page_threecolumn_image img{
	position: relative;
        margin: auto;
	width: auto;
        height: auto;
        max-width: 100%;
}

.price_text img{
	margin: 4px auto;
}

#l_map{
	height: 300px;
}

.ymform{
	display: block;
}

.ymform_second{
	display: block;
	padding-left: 0;
	margin-top: 10px;
}

.catSelectWrapper {
	margin: 10px 0;
}

.choka_page_photo{
	width: 100%;
}

.choka_page_photo_group:has(> :nth-child(2):last-child) .choka_page_photo{
	width: 100%;
}

.choka_page_photo_group:has(> :nth-child(3)) .choka_page_photo{
	width: 100%;
}

.access_process_group{
	margin-bottom: 0;
}

.access_process_box{
	width: 100%;
	margin-right: 0;
	margin-bottom: 24px;
	float: none;
}

.access_process_image{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.access_process_image img{
	position: relative;
	width: 100%;
        margin: auto;
        height: auto;
        max-width: none;
        max-height: none;
}

.google_calendar_embed { 
	padding-bottom: 100%;
	margin-bottom: 24px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.movie_box{
	width: 100%;
	float: none;
	margin-bottom: 40px;
}

.movie_iframe{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie_iframe iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

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

.gallery_photo{
	width: 100%;
	height: auto;
}

.gallery_photo img{
	position: relative;
        margin: auto;
        height: auto;
        max-width: 100%;
				max-height: 280px;
}

.pagenation{
	margin-top: 16px;
	margin-bottom: 40px;
}

.pagenation{
	margin-top: 16px;
	margin-bottom: 40px;
}

.pcbanner{
	display: none;
}

.spbanner{
	text-align: center;
}

.hit-counter-max{
	margin-top: 20px;
	margin-bottom: 20px;
}

}