@charset "utf-8";
/*
Theme Name: Fish
Theme URI: 
Description: Fish様HP用のテーマです。
Author: ikechan0201
Author URI: http://ikechan0201.com/
*/

/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}
body{
	line-height:140%;
	color:#333;
	font-size: 0.8em;
	font-family:メイリオ,Meiryo UI, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(images/common/main_bg.gif) repeat-x 0 0;
}
img{
	border: 0;
}
a{
	color:#0062a5;
	outline:none;
}
a:hover{
	color:#17bbea;
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
#background{
	width:1130px;
	margin:0 auto;
	background-color:#fff;
}

/* Header
----------------------------------------- */
#head{
	width:1130px;
	height:100%;
	overflow:hidden;
}
#head h1 a{
	width:251px;
	height:73px;
	font-size:0;
	line-height:100%;
	float:left;
	display:block;
	margin-top:5px;
}
#head .hd_c {
	width:340px;
	float:left;
	margin-top:25px;
	font-size:10px;
	line-height:130%;
}
#head .hd_r {
	float:left;
	width:537px;
	margin:10px 0 0;
	padding:0;
	list-style:none;
}
#head .hd_r p {
	margin-bottom:7px;
	text-align:right;
}
#head ul li {
	float:right;
	height:32px;
	list-style:none;
}
#head .hd_r li a {
	display:block;
	height:32px;
	width:117px;
	margin-left:2px;
}

/* Navi
----------------------------------------- */
#navi{
	margin-top:4px;
	/* margin-bottom:6px; */
	height:100%;
}
#navi p a {
	height:45px;
	display:block;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#navi p a:hover {
	background-position:0 -45px;
}
#navi .navi01 a{
	background-image:url(images/common/navi001.png);
	width:119px;
}
#navi .navi02 a{
	background-image:url(images/common/navi002.png);
	width:118px;
}
#navi .navi03 a{
	background-image:url(images/common/navi003.png);
	width:119px;
}
#navi .navi04 a{
	background-image:url(images/common/navi004.png);
	width:119px;
}
#navi .navi05 a{
	background-image:url(images/common/navi005.png);
	width:119px;
}
#navi .navi06 a{
	background-image:url(images/common/navi006.png);
	width:118px;
}
#navi .navi07 a{
	background-image:url(images/common/navi007.png);
	width:119px;
}
#navi .navi08 a{
	background-image:url(images/common/navi008.png);
	width:119px;
}
#navi .navi09 a{
	background-image:url(images/common/navi009.png);
	width:179px;
}


/* Alert
----------------------------------------- */
.alert {
	background: #57acc5;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font-size: 13px;
	margin-bottom:6px;
	max-width: 1130px;
	padding: 16px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

@media screen and (min-width:600px){
	.alert:hover {
		background: #17bbea;
		color: #ffffff;
	}
}


/* Modal
----------------------------------------- */
.modal-wrapper {
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	display: none;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	overflow: auto;
	padding: 20rem 0;
	position: fixed;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 9100;
	top: 0;
	left: 0;
}

.modal-wrapper.js-active {
	display: block;
	opacity: 1;
}

.modal-wrapper .container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 648px;
	padding: 0 16px;
	width: 100%;
}

.modal {
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    position: relative;
    padding: 16px;
}

.modal-ttl {
	font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 10px;
    padding: 10px 0px 5px 25px;
    background: url(images/common/heading3.gif) no-repeat;
    border-bottom: 1px dashed #0099CC;
}


.modal-content {
	margin-top: 10px;
	text-align: left;
}

.modal-content p, a {
	font-size: 13px;
	line-height: 1.4;
}

.modal-content p + p {
	margin-top: 2.4rem;
}

.modal-btn-wrapper {
	margin-top: 10px;
	text-align: center;
}

.modal-btn {
	background: #0062a5;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    padding: 0 1rem;
    height: 48px;
	min-width: 120px;
}


@media screen and (min-width:600px){
	.modal-btn:hover {
		background: #0b98bf;
		color: #ffffff;
	}
}

.modal-batsu {
	font-size: 16px;
	position: absolute;
	right: 16px;
	text-decoration: none;
	top: 16px;
	line-height: 1;
	color: #8BE0FA;
}


/* Body
----------------------------------------- */
.topic-path{
	font-size:0.85em;
	margin-bottom:5px;
}
.gotop{
	text-align:right;
	margin:10px 0;
}
#body{
	width:1060px;
	padding:15px 35px 30px;
	overflow: hidden;
}
#body .body_l {
	float:left;
	width:825px;
}
#body .body_r {
	float:right;
	width:220px;
	margin-bottom:20px;
}
.body_r .banner p {
	margin-bottom:5px;
}
.body_r .banner p a img {
	text-decoration:none;
}
.body_r .time p {
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px dotted #666666;
}
/* Footer
----------------------------------------- */
#foot{
	position:relative;
	height:174px;
	border-top:5px solid #3892ac;
	background: #fff url(images/common/ft_bg.jpg) no-repeat center top;
}
#foot .foot_bg {
}
#foot .foot_txt {
	width:950px;
	margin:15px auto;
}
.ft_link {
	font-size:12px;
	padding-bottom:10px;
	border-bottom:1px dotted #0062a5;
	text-align:center;
}
#foot address{
	padding-top:10px;
	font-style:normal;
	color:#0062a5;
}

/* clearfix
----------------------------------------- */
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	overflow: visible;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.banner a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document index > mainimg(トップページ)
--------------------------------------------------------- */
#mainimg {
	padding: 8px 10px;
	border: solid 8px #57acc5;
	background: url(images/top/background.jpg);
}
#mainimg p, ul, li {
	margin: 0;
	padding: 0;
}
#mainimg img {
	border: 0;
	vertical-align: top;
}
#mainimg img:hover ,
#mainimg a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document index > banner
--------------------------------------------------------- */
#banner {
	float: right;
	overflow: hidden;
}
#banner ul{
	float:left;
}

/* ---------------------------------------------------------
	CSS Document index > pickup
--------------------------------------------------------- */
#pickup {
	width:100%;
	background:#F8FCFF;
	padding:20px 0px 10px;
	border-bottom:#ABD2EA solid 6px;
}
#pickup img.title{
	margin:0px 10px 15px;
}
.pickup-inner{
	width: 1040px;
	margin:10px auto;
	overflow:hidden;
}
.pickup-box{
	width:300px;
	height:262px;
	padding:8px 14px;
	margin:0px 8px;
	border:1px solid #cccccc;
	border-radius:7px;
	background:#ffffff;
	float:left;
}
.pickup-box img{
	width:300px;
	height:200px;
	border-radius:7px;
}
.pickup-box p.date{
	color:#333;
	font-size:13px;
	margin:7px 0px 5px;
}
.pickup-box p.title{
	color:#333;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
.pickup-box:hover{
	opacity:0.7;
}

/* ---------------------------------------------------------
	CSS Document index > blog-top
--------------------------------------------------------- */
#blog-top {
	float: none;
	width: 825px;
}
#blog-top dl {
	margin: 0px;
	padding:18px 0px 0px 0px;
}
#blog-top dt {
	float: left;
	width: 225px;
}
#blog-top dt img {
	vertical-align: top;
}
#blog-top dd {
	float: right;
	width: 550px;
	margin-left:10px;
}
#blog-top a {
	color: #333;
}
#blog-top a:hover {
	color: #0B98BF;
}
#blog-top a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
p.top-title{
	font-size:140%;
	line-height:1.5;
	font-weight:bold;
	margin-bottom:10px;
}
p.top-excerpt{
	margin-bottom:10px;	
}
/* ---------------------------------------------------------
	CSS Document index > topics
--------------------------------------------------------- */
#topics {
	float: left;
	width: 220px;
}
#topics a img{
	margin-bottom:10px;
}
#topics a {
	color: #333;
}
#topics a:hover {
	color: #0B98BF;
}
#topics a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
#kank_link {
	border: none;
	margin:0px;
	padding:15px 0px;
}
.kank_link_top {
	border: 0px;
	margin:0px;
	padding:0px
}
.kank_link_bottom {
	border: 0px;
	margin:0px;
	padding:0px
}
.kank_link_mid {
	background: url(images/top/kanko_link_mid.jpg) repeat-y;
	padding: 0px 23px;
	border:0px;
	margin:0px;
}
.kank_link_mid ol {
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px;
}
.kank_link_mid ol li {
	background-image: url(images/top/kanko_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	margin:0px;
	padding:4px 0px 4px 8px;
}
#kank_link p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#event_block {
	background-color: #FFE7CE;
	margin: 0px;
	padding: 0px 12px 12px;
}
#news_block {
	background-color: #DEF1FA;
	margin: 0px;
	padding: 0px 12px 12px;
}
#kanayaevent_block {
	background-color: #EAFFCE;
	margin: 0px;
	padding: 0px 12px 12px;
}
.blog-rightside{
	background-color: #D7E5BD;
	padding:10px;
}

.top-insta{
	margin:20px 0px;
	background: #ECECEC;
	padding:6px 3px;
}
.top-insta .mokuji1{
	width: 100%;
}
.top-insta .mokuji1 img{
	margin:0px auto;
	display:block;
	padding-bottom:3px;
}
.top-insta .shop{
	width: 100%;
	overflow: hidden;
}
.top-insta .shop img{
	width: 270px;
}
.banner-others{
	margin: 0px auto;
	padding:20px 3px;
	background: #ECECEC;
	width: 819px;
}
.banner-others img{
	width:270px;
	padding:3px 0px;	
}

#social-footer{
	overflow:hidden;
	width:1060px;
	margin: 15px 35px 30px;
}
#social-footer .fb{
	float:left;
}
#social-footer .tw{
	float:right;
}

#foot .icon-kana{
	position: fixed;
	bottom:0px;
	right:15px;
}

/* ---------------------
	CSS Document Visual > panel(スライドショー用)
--------------------------------------------------------- */
.galleryview {
	float: left;
	width: 880px;
	height: 489px;
	position: relative;
	background: url(images/common/visual_bg.jpg) no-repeat left bottom;
	margin:0px 5px;
}
.panel {
	width: 880px;
	height: 415px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}
.strip_wrapper {
	position: absolute;
	top: 432px;
	left: 35px;
	width: 950px;
	height: 70px;
	overflow: hidden;
}
ul.filmstrip {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
}
ul.filmstrip li {
	float: left;
	margin-right: 10px;
	position: relative;
	height: 54px;
	cursor: pointer;
	z-index: 10;
}
#pointer {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	top: 429px;
	left: 32px;
	width: 156px;
	height: 60px;
	z-index: 1;
}
.nav-next {
	width: 24px;
	height: 70px;
	background: #fff;
	position: absolute;
	cursor: pointer;
	top: 424px;
	right: -140px;
	z-index: 3000;
}
.nav-prev {
	width: 24px;
	height: 70px;
	background: #fff;
	position: absolute;
	cursor: pointer;
	top: 424px;
	left: 0px;
	z-index: 3000;
}

/* ---------------------------------------------------------
	category.php
--------------------------------------------------------- */
#main-banner{
	padding:0px 90px;
}
#blog-section{
	margin-bottom:10px;
	width: 685px;
}
.blog-list{
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #CCCCCC;
	overflow: hidden;
}
.blog-list img{
	float:left;
	width:180px;
	padding:4px;
	border:1px solid #CCCCCC;
}
.blog-list-r{
	float:right;
	width: 480px;
}
p.blog-title{
	font-weight:bold;
	border-bottom:solid 1px #02A8FE;
	padding:0px 0px 5px 17px;
	background: url(images/blog/arrow.jpg) no-repeat 0 1px;
	margin-bottom:10px;
}
p.blog-title a{
	text-decoration:none;
}
p.blog-list-date{
	margin:0px;
	padding-top:5px;
	text-align:right;
	font-size:11px;
}

/** フォトギャラリーページ **/
ul.blog-list-photo{
	margin-top:20px;
	padding:0px 20px 20px;
	border-bottom:1px dotted #CCCCCC;
	overflow: hidden;
}
ul.blog-list-photo li{
	float:left;
	width:180px;
	height:215px;
	padding:5px;
	border:1px solid #cccccc;
	margin:5px 10px;
}
ul.blog-list-photo li a:hover{
	opacity:0.8;
}
ul.blog-list-photo li p{
	font-size:12px;
	padding:10px 5px;
}



/* ---------------------------------------------------------
	single.php
--------------------------------------------------------- */
.blog-inner{
	margin:20px 0px;
}
.blog-inner h3{
	font-weight:bold;
	border-bottom:solid 1px #02A8FE;
	margin:0px;
	padding:0px 0px 5px 17px;
	background: url(images/blog/arrow.jpg) no-repeat 0 1px;
}
p.blog-date{
	margin:0px;
	padding-top:5px;
	border-bottom:dotted 1px #ccc;
	text-align:right;
	font-size:11px;
}
.blog-content{
	margin:10px 20px;
}
.body_l h2,.blog-content h2{
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	margin-bottom:10px;
	padding:8px;
	background-color:#f2f2f2;
	border-bottom:1px dotted #9e9e9e;
}
.body_l h3,.blog-content h3{
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	margin-bottom:10px;
	padding:10px 0px 5px 25px;
	background:url(images/common/heading3.gif) no-repeat;
	border-bottom:1px dashed #0099CC;
}

@media screen and (min-width:768px){
a#sp_menu img{ 
	display:none;
}
#sidr{
	display:none;
}
.body_smart{
	display:none;
}
}


/* ---------------------------------------------------------
	sns.php
--------------------------------------------------------- */
.wp_social_bookmarking_light {
	display: none;
}

.share {

}

.share ul {
    border-top: 1px dashed #0099CC;
    margin: 0;
    padding: 0;
    list-style: none;
}

.share ul:after {
    display: block;
    clear: both;
    content: '';
}

.share li {
    float: left;
    width: 40px;
    margin: 15px 10px 0 0;
}

.share li a {
    font-size: 14px;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.share li a i {
	font-size: 20px;
}

.share li a:hover {
    opacity: .8;
}

.share li a:visited {
    color: #fff;
}

.tweet a {
    background-color: #55acee;
}

.facebooklink a {
    background-color: #315096;
}

.line a {
    background-color: #00b900;
}

.hatena a {
    background-color: #008fde;
}


/*========= 210912  スマートフォン対応メニュー表示ここから===============*/

#g-nav{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position:fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
top:0;
	left: -120%;
width:100%;
	height: 100vh;/*ナビの高さ*/
background:#999;
	/*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
	right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999; 
	width: 100%;
	height: 100vh;/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
	text-align: center;
}

#g-nav li a{
color: #333;
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.header-nvi {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 20px;
	position: absolute;
	right: 0;
	top: 50px;
}

.logo {
  font-size: 24px;
}

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

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
	background:rgb(255,255,255,0.3);
	/* background:rgb(87, 172, 197,0.5); */
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
/* nav.drawer-content {
	display: none;
} */


.drawer-content {
	display: none;
	width: auto ;
	height: auto;
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 99;
	background:rgb(87, 172, 197,0.9);
	transition: .5s;
}

ul.drawer-list {
	display: flex;
	flex-direction: column;
	
}
li.drawer-item {
	width: 250px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-left: 50px;
}

li.drawer-item p a{
	font-size: 24px;
	line-height: 1.22;
	color: #fff;
	list-style: none;
	text-decoration: none;
	padding-left: 10px;
}





/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  right: 0;/* メニューを画面に入れる */
  height: 1000px; 
 padding-top: 100px;
	display: block;
}

header.header-nvi {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 7000;
}


.drawer{
	display: none;
}


/* 0915営業時間表示消し */
/* .time{
	display: none;
} */

/* .sidr{
	display: none;
} */


@media screen and (max-width:768px){
	.drawer{
		display: block;
	}	 

} 
	
	





