/*　共通　*/

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

body, html{
	width: 100%;
}

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, .topmessage_text br+br{
	display: none;
}
*/
h1{
	max-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;
}

.slicknav_menu {
	display:none;
}

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

.inner{
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin : auto;
}

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

.contents{
	padding-top: 40px;
	padding-bottom: 48px;
	overflow: hidden;
}

.maincontents{
	padding-top: 40px;
}

.actionbutton{
	width: 276px;
	margin: auto;
	font-size: 1.125rem;
	padding-top: .8em;
	padding-bottom: .8em;
	padding-left: 2em;
	padding-right: 2em;
	text-align: center;
	line-height: 1.5em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

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

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

/* ヘッダ */

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

.menuicon{
	position: absolute;
	top: 14px;
	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{
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1rem;
	font-weight: bold;
}

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

.globalnavi a:last-child{
	margin-right: 0;
}

.globallist{
	display: table;
	table-layout: fixed;
}

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

/* フッタ */

.footerarea{
	position:relative;
	width: 100%;
/*	margin-bottom: 40px;	*/
}

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

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

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

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

.credit{
	width: 728px;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	padding: 2em 1.5em;
}

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

.credit_message br{
	display: none;
}

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

.credit_tel a:nth-of-type(n+2){
	margin-left: 1em;
}

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

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

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

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

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

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

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

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

.producedby img{
	vertical-align: middle;
}


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

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

.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;
}

.pagenation{
	visibility: hidden;
}

/* トップページ */

.top_h2{
	padding-bottom: .8em;
	margin-bottom: 1.5em;
	font-size: 1.25rem;
	font-weight: bold;
}

.coverphoto{
	text-align:center;
	background-color: #fff;
	overflow: hidden;
}

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

.topmessage_contact{
	margin-top: 40px;
	text-align: center;
}

.topmessage_contact_message{
	font-weight: bold;
}

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

.topmessage_contact_tel a:nth-of-type(n+2){
	margin-left: 1em;
}

.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;;
}

.topmessage_title{
	font-size: 1.875rem;
	line-height: 1.5em;
	font-weight: bold;
}

.topmessage_link{
	margin-top: 2rem;
}

.topchoka{
	padding-top: 40px;
	padding-bottom: 40px;
}

.topchoka_link{
	margin-top: 30px;
}

.topcontents_box{
	width: 438px;
	font-size: 1rem;
	line-height: 1.5em;
	float: left;
}

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

.topcontents_link{
	margin-top: 1.5em;
}

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

#map{
	width: 438px;
	height: 329px;
}

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

.topbigbanner{
	text-align: center;
}

.topchoka_more{
/*	margin-top: 48px;	*/
}

.topvideo{
	text-align: center;
}

#topnewswrapper{
	display: none;
}

.topnews{
	background-color: #f7f7f7;
	padding: 40px 0;
}

.topnews_contents{
	padding: 40px 85px 44px 85px;
	background-color: #fff;;
}

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

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

.news_box{
	max-width: 50%;
}

.news_box a{
	display: flex;
	align-items: center;
	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;
}

.toplinkgroup{
	overflow: hidden;
}

.toplinkgroup a{
	display: block;
	float: left;
	width: 306px;
	margin-right: 20px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	line-height: 64px;
}

.toplinkgroup a:last-child{
	margin-right: 0;
}


/* 釣果　*/

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

.choka_box_group{
	padding: 40px 85px 44px 85px;
}

.page_choka_box_group{
	padding: 40px 0 44px 0;
}

.choka_box{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.choka_box:last-of-type{
	border-bottom: 0;
}

.choka_box a{
	display: flex;
	width: 100%;
}

.choka_photo{
	width: 75px;
}

.choka_photo_wrap{
	width: 65px;
	height: 65px;
	text-align: center;
	overflow: hidden;
}

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

.choka_title_date{
	width: 130px;
	font-size: .875rem;
	line-height: 1.5rem;
}

.choka_info{
	padding-right: 2em;
}

.choka_info, .choka_info_noimg{
	flex: 1;
}

.choka_title{
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5rem;
}

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

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;
}

.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: 48px;
}

.page_text h1, .page_text h2, .page_text h3, .page_text h4, .page_text h5, .page_text h6{
	display:block;
	width: 100%;
	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, .page_text strong{
	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{
	display: none;
}

.page_table dl{
	width: 100%;
	line-height: 1.5em;
	overflow: hidden;
}

.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;
}

.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;
	background-color: #f5f5f5;
}

.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: 1em;
	padding-left: .5em;
	font-weight: bold;
	line-height: 2em;
}

.access_process_group{
	overflow: hidden;
}

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

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

.access_process_image{
	position: relative;
        width: 464px;
        height: 348px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	background-color: #f7f7f7;
}

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

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

/* 出船予定　*/

.google_calendar_wrap{
	overflow: hidden;
}

.google_calendar{
	position: relative;
	padding-bottom: 100%;
	height: 0;
	margin-bottom: 48px;
}

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

/* ギャラリー */

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

.gallery_box{
	width: 308px;
	margin-right:18px;
	margin-bottom: 44px;
	float: left;
}

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

.gallery_photo{
	position: relative;
	width: 308px;
	height: 231px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	background-color: #f7f7f7;
}

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

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

/* 動画 */

.movie_box_group{
	overflow: hidden;
}

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

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

.movie_iframe{
	width: 438px;
}

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

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

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

.pcbanner{
	margin: auto;
	padding: 48px 0;
	text-align: center;
}

.spbanner{
	margin: auto;
	padding-top: 48px;
}

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

body{
	font-size: .875em;
}

.wrap{
	min-width: 100%;
}

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

.wide{
	width: 100%;
}

.contents{
	padding-top: 32px;
	padding-bottom: 32px;
}

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

.headerarea{
	padding: 0;
}

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

.page_text > h1{
	display: block;
	float: none;
	width: 100%;
	padding: 0;
}

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

.top_h2{
	margin-bottom: 1em;
}

.page_h2{
	width: 90%;
}

.page_h3{
	font-size: 1.25rem;
}

.menuicon{
	visibility: visible;
}

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

.globalnavi a{
	display:block;
	width: 100%;
	line-height: 48px;
	margin: 0;
}

.globallist{
	width: 100%;
}

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

footer{
	margin-top: 28px;
}

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

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

.footer_tsurisoku_menu{
	text-align: center;
}

.pagenation_back{
	width: 100%;
	max-width: 300px;
}

.topmessage_title{
	font-size: 1.25rem;
}

.topmessage_text{
	font-size: 1rem;
	padding-top: 0px;
}

.topmessage_contact{
	margin-top: 40px;
	text-align: center;
}

.topmessage_contact_message{
	margin-bottom: 1em;
}

.topmessage_contact_tel{
	font-size: 1.5rem;
	line-height: 0.7;
}

.topmessage_contact_tel a{
	display: block;
	clear: both;
}

.topcontents_box{
	width: 100%;
	margin: 3em auto 0 auto;
	float: none;
}

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

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

.maincontents{
	padding-top: 20px;
}

.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;
}

.price_text img{
	margin: 4px auto;
}

.choka_archive_h3{
	margin-bottom: 2em;
}

.choka_box_group{
	width: 100%;
}

.page_choka_box_group{
	width: 100%;
	padding-top: 0;
}

.choka_box_group{
	box-sizing: border-box;
	padding: 20px;
}

.choka_box{
	width: 100%;
	margin-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.choka_box a{
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 60px;
}

.choka_title_date{
	display: block;
	font-size: .75rem;
	line-height: 1em;
	margin-bottom: .5em;
	color: #0075a9;
}

.choka_info{
	display: block;
	box-sizing:border-box;
	width: 80%;
	padding-right: 10px;
}

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


.choka_title{
	padding-bottom: .5em;
	margin-bottom: none;
}

.choka_photo{
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
}

.choka_photo_wrap{
	display: block;
	width: 60px;
	height: 60px;
	float: right;
}

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

.choka_text{
	height: 6em;
	padding-top: 0;
}

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

#map{
	width: 100%;
}

.topchoka_more{
	margin-top: 0px;
}

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

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

.topnews_contents{
	padding: 20px;
}

.topnews_h2{
	font-size: 1.125rem;
}

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

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

.news_box{
	max-width: 100%;
}

.news_thumb{
	width: 35%;
}

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

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


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

.toplinkgroup a{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.toplinkgroup a:last-child{
	margin-bottom: 0;
}

.toplinkgroup a{
	font-size: 1rem;
	line-height: 48px;
}

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

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

.contact_tel{
	margin-top: 12px;
	font-size: 1.5rem;
	line-height: 1.25em;
}

.contact_tel ul{
	display: block;
}

.contact_telbig, .contact_telsmall{
	display: block;
	width: 100%;
}

.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%;
}

#l_map{
	height: 300px;
}

.gallery_box_group{
	margin-bottom: 0;
}

.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 { 
	padding-bottom: 100%;
	margin-bottom: 24px;
}

.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%;
}

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

.credit{
	box-sizing: border-box;
	width: 90%;
	margin: auto;
	padding: 20px;
}

.credit_message{
	font-size: 1rem;
	line-height: 1.25;
}

.credit_message br{
	display: initial;
}


.credit_tel{
	font-size : 1.5rem;
	line-height: 0.8;
}

.credit_tel a{
	display: block;
	margin: 0;
}

.credit_tel a:nth-of-type(n+2) {
	margin: 0.5em 0 0 0;
}

.pcbanner{
	display: none;
}

.spbanner{
	text-align: center;
}

}