@charset "UTF-8";

html {
  scroll-behavior:smooth;
}
body {
	line-height: 180%;
    overflow-x: hidden;
	font-family:'Noto Sans JP', sans-serif,"Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
	color: #000;
	letter-spacing : 0.05em;
	font-size: 1em;
	line-height: 200%;
	font-feature-settings: "palt";
	background: url("../images/back.png") repeat ;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
   -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
 /* @keyframes fadeIn {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  } */
h1,h2,h3,h4,.item .title,.item .buy .price,.setitem .tit,.setitem .price{
	font-weight: normal;
	font-family:'Noto Sans JP', sans-serif,"Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
	color: #000;
}
ul,li{
	list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}
.text-wide{
	transform: scale(1.05, 1);
}
.br-pc{
	display:inline;
}
.br-sp{
	display:none;
}

@media screen and (max-width:780px) {
.br-pc{
	display:none;
}
.br-sp{
	display:inline;
}
}


#logo img{
	width: 20vw;
}
.nav-h img{
	margin: 10px 0 10px 10px;
}
.nav-h{
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 2;
}
.nav-h .h-ul{
	display: flex;
	margin: 1.8vw;
	right: 10px;
	text-align: right;
}
.nav-h .h-li{
	padding: 1vw;
}
.slider{
	position: relative;
	top:-7vh;
}
/* ================================
  maintop
================================ */


.maintop {
	width: 100%;
}

.maintop img {
  width: 100%;
}

.dotback{
	background-color   : #179b8c;
  background-image   : radial-gradient(#63ada3 18%, transparent 21%),
                       radial-gradient(#63ada3 18%, transparent 21%);
  background-position: 0 0, 5px 5px;
  background-size    : 10px 10px;
}


/* ================================
  banner
================================ */

a:hover img{
  opacity: 0.95;
}

.bn a:hover img{
  transform: translateY(-5px);
  transition-duration: 0.5s;
}


/* ================================
  ハンバーガーボタン
================================ */

.hamburger{
	display: none;
}
nav.globalMenuSp{
	display: none;
}
@media screen and (max-width:780px) {
.slider{
	top:-5vh;
}
.swiper .logo{
	right:18vw;
}
.swiper .logo img{
	width: 57vw;
}

#logo img{
	width: 40vw;
}
nav{
	display: none;	
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #179b8c;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
}

nav.globalMenuSp {
	display : block;
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #eee;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
padding:60px 0;
	font-size: 1.1em;
}

nav.globalMenuSp ul {
  background: #eee;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 0px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
}



/* ================================
  button
================================ */
.btn {
  position: relative;
  width: 320px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 50px auto 30px;
}

.btn a {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	border-radius: 50px;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	font-size: 1em;
	border:#179b8c solid 2px;
	background: #fff;
}
.btn::after {
	position:absolute;
	content:url("../images/btn_yaji.png");
	display: inline-block;
	top: 12px;
    right: 15px;
}
.btn a:hover{
	border:#00AFE5 solid 2px;
}
.btn .mail{
	margin-left:40px;
}

.btn:hover {
}

/* ================================
  お問い合わせ button
================================ */

.contact_bn{
	margin: 35px auto;
	padding: 30px 40px;
	border-radius: 18px;
	border: solid 2px #179b8c;
  background-color   : #ffffff;
  background-image   : radial-gradient(#dceae8 18%, transparent 21%),
                       radial-gradient(#dceae8 18%, transparent 21%);
  background-position: 0 0, 5px 5px;
  background-size    : 10px 10px;
	font-size: 1em;
	display: flex;
	color:#179b8c;
	justify-content: space-between;
}
.contact_bn .label{
	background-color:#179b8c;
	border-radius: 30px;
	color: #fff;
	font-size: 1.1em;
	padding: 0 15px;
	font-weight: bold;
	margin: 3px 0;
}
.contact_bn .tel{
	font-size: 2.2em;
	letter-spacing: .09em;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.contact_bn .tel::before{
	content: url("../images/telicon.png");
	display: inline-block;
	margin-right:10px;
}
.contact_bn .name{
	font-weight: bold;
	font-size: .5em;
	letter-spacing: normal;
	margin:20px 0;
	vertical-align:top;
}
@media screen and (max-width:1080px) {
	.contact_bn{
	display: block;
	text-align: center;
	padding: 10px 20px 5px;
	font-size: .8em;
}
	.contact_bn .tel{
		margin: 12px auto 0px;
		font-size: 1.9em;
		line-height: 100%;
	}
	.contact_bn .label{
		font-size: .95em;
		border-radius: 20px;
	}
}
@media screen and (max-width:780px) {
	.contact_bn{
		border-radius: 8px;
	}
}


/* 
------------------------------------------------------------------------ */
.container{
	width: 1080px;
	margin: 10px auto;
	text-align: left;
}
h2{
	font-size: 2em;
	font-weight: bold;
	color: #179b8c;
	margin: 80px auto 10px;
	letter-spacing : 0.1em;
}
h3{
	font-size: 1.3em;
	font-weight: bold;
	color: #179b8c;
	border-bottom: dotted 1px #179b8c;
	padding-bottom: 10px;
	margin:40px auto 10px;
}
.line{
	padding-bottom: 10px;
	border-bottom: 2px solid #179b8c;
	margin-bottom: 40px;
}
.flex{
	display: flex;
    justify-content: space-between;
}

#about{
	width: 100%;
}
#about .maincon{
	display: grid;
    grid-template-columns: 3fr 5fr;
    grid-template-rows: auto;
    gap: var(--gap);
	margin: 50px auto;
}
#about h2{
	margin-top:0px;
}
#about h4{
	font-weight: bold;
	color: #179b8c;
}
#about p{
	font-weight: bold;
}
#about .maincon .left img{
	width:calc(100% - 20px);
}
#about .maincon .right{
	margin: auto 40px auto 1vw;
}
#about .mainflex{
	margin: auto;
	display: flex;
    justify-content:flex-start;
	align-items: flex-start; 
}

#about .flex{
	margin: auto;
	display: flex;
    justify-content:space-between;
	align-items: flex-start; 
}
#about .flex img{
	margin: 5px;
	width: calc(16% - 1px);
}

@media screen and (max-width:1300px) {
#about .maincon .right{
	margin: auto 0 ;
	font-size: .9em;
}
	#about .mainflex img{
		width: 35%;
	}
}
@media screen and (max-width:1000px) {
	#about .maincon{
	display:block;
	}
	#about .maincon .left{
	margin: auto 0 20px 2vw ;
	}
	#about .maincon .br-pc{
		display: none;
	}
	#about .maincon .br-sp{
		display: block;
	}
	#about .maincon .right{
		margin: auto 3vw;
	}
#about .flex{
		flex-wrap: wrap;
	margin: auto 2vw;
	}
#about .flex img{
	margin: 1px;
	width: calc(32%);
}
}
.ig-g{
	background: #EBEBEB;
	padding: 80px 0 80px;
	margin-bottom: 80px;
}
.ig-g h2{
	margin: 0;
	margin-right: 30px;
}
.ig-txt{
	display: flex;
	margin-bottom: 20px;
}
.igbn{
	display: flex;
	justify-content: space-around;
	width: 1280px;
    margin: auto auto auto -100px;
}
.igbn img{
	width: 98%;
	margin: 20px auto;
}
.ig-midashi{
		text-align: center;
	font-size: 1.1em;
}
.calendar{
	text-align: left;
}
.calendar .yoyaku {
	margin: 80px auto 25px;
}
.calendar .midashi{
	display: flex;
}
.calendar .midashi img{
	margin-left: 20px;
	height: 100%;
}
.calendar .midashi h2{
	margin: 0;
}
.blue{
	color: #179b8c;
}

.bold{
	font-weight: bold;
}
.font-st{
	font-size: 1.3em;
}
.font-min{
	font-size: .8em;
}
.calendar .fish{
	width: 37%;
	line-height: 170%;
}
.yoyaku{
	display: flex;
	justify-content: space-between;
}
.price {
	margin-bottom: 80px;
}

.price .list{
	display: flex;
	margin-top: 40px;
}
.price .list-m{
	width: 100%;
}
.caption{
	margin-top: 10px;
	font-size: .9em;
	line-height: 160%;
}
#boading{
}
#boading dt{
	font-size: 1.5em;
    font-weight: bold;
    color: #179b8c;
    margin: 50px auto 10px;
}
#boading dd{
	line-height: 160%;
}
#boading .attention{
	margin: 35px auto;
	padding: 20px 40px;
	border-radius: 18px;
	border: solid 2px #179b8c;
	font-size: 1em;
}
#boading .round{
  position: relative;
  padding-left: 15px;
}

#boading hr{
	margin-top: 0px;
	margin-bottom: 40px;
	border-top: 1px solid #179b8c;
	
}


@media screen and (max-width:780px) {
#about p{
	letter-spacing: 0em;
}
	#boading dt{
		font-size: 1.1em;
		margin:30px auto 7px;
	}
	#boading .menu {
	border-radius: 8px;
	}
	#boading .menu p{
		font-size: .9em;
		line-height: 150%;
	}
}
#access .map{
	display: flex;
	justify-content: space-between;
}
.access_tit{
	display: flex;
	line-height: 150%;
	margin:60px auto 30px;
}
.access_tit img{
	height: 100%;
	margin:5px 30px 0 0;
}
.gmap{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: 450px;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.obi_01{
	background: url("../images/obi_01.png") no-repeat center;
	width: 100%;
	height: 200px;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	display: flex;
	align-items: center;
	margin-top: 150px;
}
.obi_02{
	background: url("../images/obi_02.png") no-repeat center;
	width: 100%;
	height: 200px;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	display: flex;
	align-items: center;
	margin-top: 150px;
}


/*　　sub
------------------------------------------------------------------------ */
.subtop img{
width: 100%;
	margin-top: -60px;
}
.submiddle img{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
	margin-top: 10vw;
	margin-bottom: 7vw;
	
}
.sub h1{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #179b8c;
    margin: 50px auto 100px;
    letter-spacing: 0.1em;
	position: relative;
}
.sub h1::after{
	content: "";
	position: absolute;
	border-bottom: 2px solid #179b8c;
	width: 100px;
	bottom:-30px;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*　　privacy
------------------------------------------------------------------------ */
#privacy .intro{
	color: #179b8c;	
	font-size: 1.1em;
}
#privacy ol{
	margin: 40px auto;
}
#privacy li{
	list-style: decimal;
	margin-left:20px;
	margin-bottom:10px;
}
#privacy li::marker{
	color: #179b8c;
	font-size: 1.2em;
}


/*　　footer
------------------------------------------------------------------------ */
.footerarea{
	padding: 70px 0 70px;
	z-index: 0;
	color: #fff;
}
.f-banner{
	display: flex;
	justify-content: space-between;
}
.f-banner img{
	width: 97%;
}
.f-banner .txtlink{
	font-size: 1.25em;
	font-weight: bold;
	line-height: 250%;
	text-decoration: underline;
	display:flex;
	justify-content:space-between;
	width: 80%;
	margin: auto;
}
footer{
	padding: 10px 0;
}

footer .f-link{
	display: flex;
	justify-content:space-around;
	margin: 40px auto 0px;
}
footer .f-link .logo{
	width: 90%;
}

footer .follow{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	margin: 20px auto;
}
footer .follow img{
	margin-left: 10px;
}
footer .copy{
	text-align: center;
	font-size: 0.8em;
}
footer .footicon{
	width: 30px;
	margin: 0 10px;
}
footer .followtxt{
	font-size: .8em;
	font-size: .8em;
	margin-bottom:7px;
	margin-right:5px;
}
footer .follow-sp{
	text-align: center;
}
@media screen and (max-width:1080px) {
	.footerarea .bncon{
	width: 100%;
}
.footerarea .bn{
    width: 90%;
    z-index: 100;
}
}
@media screen and (max-width:780px) {
.f-banner{
	display: block;
}
	footer .f-gloup{
		display: block;
		font-size: .9em;
	}
	footer .f-logo{
		margin: auto;
	}
	footer .f-blue{
		padding-bottom: 20px;
	}
	footer .copy{
		letter-spacing: 0;
	}
	footer .f-blue .container{
	margin-right: 20px;
	}
	footer .pagetop{
		top:150px;
	}
	footer .f-link{
	margin: 20px auto 0px;
}
	footer .f-link .logo{
	width: 60%;
}
	footer .f-logog{
	display: none;
}
	.f-link-sp{
		margin: 40px auto;
		width: 50%;
	}
	.f-banner img{
		width: 100%;
	}
	.f-banner .txtlink{
		text-align: center;
	width: 100%;
		font-size: 1em;
		display: block;
}
}





/* レスポンシブ
------------------------------------------------------------------------ */
@media screen and (max-width:1080px) {
.container{
	width: 95%;
}
.nav-h .h-ul {
    font-size: .8em;
}
.ig-txt h2{
	margin-bottom: 20px;
	}
.ig-txt{
	display: block;
	line-height: 150%;
}
.igbn{
	width: 100%;
	margin: auto;
}
.access_tit{
		display: block;
	}
#access .map {
    display: block;
	}
#access .map img{
    width: 100%;
}
.calendar .yoyaku{
	display: block;
	margin:40px auto 20px;
}
.calendar .fish{
	width: 100%;
}
}
@media screen and (max-width:780px) {
.subtop img{
	margin-top: -40px;
}
	.sub h1{
	margin: 30px auto 60px;
	}
	.sub h1::after{
	width: 50px;
	bottom:-15px;
	}
	footer{
	position: relative;
}
.swiper-slide img {
  width: 100%;
}
body{
	font-size: 0.9em;
	}
h2{
	font-size: 1.5em;
	margin: 80px auto 10px;
	}
.container{
	width: 92%;
}
	.igbn{
		display: block;
	}
	.igbn img{
		margin: 10px auto;
	}
.back{
		padding-top: 20px;
	}
.containers{
	width: 90%;
}
.tiser{
	margin: 0px auto 10px;
	font-size: 1.3em;
	}
.calendar .midashi{
		display: block;
	}
.calendar .midashi img{
	margin:10px 0 5px;
	width: 260px;
	}
.price .list{
	display: block;
}
.font-st{
	font-size: 1.1em;
}
#access .map {
    display: block;
}
.access_tit{
		margin:50px auto 30px;
	}
.list-m{
		margin:30px auto;
}
.list-m img{
	width: 260px;
	}
.access_tit img{
	width: 260px;
	}
.ig-g{
	padding: 40px 0 20px;
	margin-bottom:50px;
	}
footer .f-logo{
	margin: auto;
	width: 150px;
}
footer .f-logo img{
	width: 150px;
	margin-bottom: 30px;
}
}

.anchor {
    display: block;
    padding-top: 5px;
    margin-top: -5px;
}


/* 動き
------------------------------------------------------------------------ */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
 	  animation-timing-function : ease-in-out;
 }
  to {
	  opacity: 1;
  transform: translateY(0);
  }
}

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  0% {
   opacity: 0;
   transform: translate(600px,-200px) rotate(5deg);
	  animation-timing-function : ease-in-out;
  }


100% {
    opacity: 1;
  transform: translate(0px,0px) ;
  }
}
