@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;}
img{max-width: 100%; height: auto;}
p{line-height: 1.8;}
a{transition:0.5s;}
a:hover{opacity: 0.9;}
iframe{width: 100%;}

#header {
    height: 70px;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.logo{
    margin: 0;
}
.logo img {
    width: 170px;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}

nav ul li{
	position: relative;
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 8px 50px;
    transition: all .3s;
    font-weight: bold;
    font-size: 17px;
}
nav ul li a:hover{
    opacity: 1;
    color: #000;
}
nav ul.bottom-menu li a:hover{
    color: #fff;
    opacity: 1;
    background: #000;

}

@media screen and (max-width:1200px){
#header .logo {
    position: relative;
    /* z-index: 9999; */
}

#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
    right: 0;
    margin: 0 auto;
}
nav li.has-child ul {
    padding: 0 0 0 60px !important;
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul.top-menu{
    padding: 70px 0 0;
}
#g-nav ul {
    padding: 0;
    margin: 0;
}
nav{
    padding: 0;
}

nav ul{
    display: block;
}

nav li.has-child ul,
nav li.has-child ul ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;
	opacity:1;
	/* display: none; */
	/* transition:none; */
    display: block;
}
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #000;
  	width: 45%;
  }

.openbtn.active::before {
    transition: 0.4s;
    opacity: 1;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
}
}
ul.bottom-menu li a {
    background: #8dc67d;
    display: block;
    width: 270px;
    margin: .5rem auto;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
ul.bottom-menu li:nth-of-type(2) a {
    background: #fa982c;
}

ul.bottom-menu li:nth-of-type(3) a {
    background: #e0ca00;
}

ul.bottom-menu li:nth-of-type(4) a {
    background: #ac9ce5;
}
section {
    padding: 6rem 0;
}
h2.ttl {
    font-weight: bold;
    font-size: 21px;
    position: relative;
    margin-bottom: 1rem;
}
h2.ttl::after {
    content: "";
    background-image: url(../img/line-news.png);
    width: 100%;
    height: 7px;
    display: block;
    margin: 5px 0 0;
}
ul.spot-list {
    padding: 0;
    margin: 0;
}
ul.spot-list li {
    list-style-type: none;
}
ul.spot-list li a {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/spot1.png);
    margin-bottom: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 54%;
}
ul.spot-list li:nth-of-type(2) a{
    background-image: url(../img/spot2.png);
}
ul.spot-list li:nth-of-type(3) a {
    background-image: url(../img/spot3.png);
    background-position: 0 68%;
}
ul.spot-list li:nth-of-type(4) a{
    background-image: url(../img/spot4.png);
}
ul.spot-list li:nth-of-type(5) a{
    background-image: url(../img/spot5.png);
}
ul.spot-list li:nth-of-type(6) a{
    background-image: url(../img/spot6.png);
}
ul.spot-list li:nth-of-type(7) a{
    background-image: url(../img/spot7.png);
}
ul.spot-list li:nth-of-type(8) a {
    background-image: url(../img/spot8.png);
    background-position: 0 15%;
}
#footer {
    background-image: url(../img/bg-footer.jpg);
    padding: 2rem 0 6rem;
    border-top: 5px solid #000;
    position: relative;
    background-size: cover;
}
ul.f-navi {
    padding: 0;
    margin: 0 0 2rem;
}
ul.f-navi li {
    list-style-type: none;
}
ul.f-navi li a {
    display: block;
    background: #fff;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    border-radius: 70px;
    margin: 0 auto 10px;
    width: 240px;
}
ul.f-navi li a:hover {
    opacity: 1;
    background: #99CE97;
    color: #fff;
}
p.logo {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 1rem;
}
p.logo small {
    font-size: 18px;
    display: block;
}
ul.sns-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0;
}

ul.sns-list li {
    list-style-type: none;
}
#page-top a {
    display: block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 30px 30px 0 0;
}
#page-top {
    margin: 0;
    position: absolute;
    top: -50px;
    right: 0;
}

@media screen and (min-width:1200px) {
#header {
    height: auto;
    align-items: center;
}
.logo img {
    width: 300px;
}
ul.bottom-menu {
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    gap: 3px;
}
ul.bottom-menu li a{
    width: 180px;
    padding: 7px 0;
}
ul.top-menu {
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}
ul.top-menu li a {
    padding: 5px 30px;
    font-size: 16px;
}
section {
    padding: 10rem 0;
}
h2.ttl {
    font-size: 30px;
}
h2.ttl::after {
    background-size: cover;
}
ul.spot-list {
    gap: 10px;
}

ul.spot-list li {
    padding: 0;
}
ul.spot-list li a {
    margin: 0;
    font-size: 30px;
    height: 270px;
}
.col-xl-3 {
    width: 24.3%;
}
#footer {
    padding: 4rem 0 8rem;
}
ul.f-navi {
    display: flex;
    gap: 6px;
    padding-top: 4rem;
}
ul.sns-list {
    justify-content: flex-start;
}
.container{
    max-width: 1200px;
}
p.logo {
    font-size: 38px;
}
p.logo small {
    font-size: 20px;
}
}

/* いいでの観光スポット */
.bread {
    margin-bottom: 1rem;
    /* background: #b7e0a6; */
}
.bread a,.bread span {
    color: #000;
}
h3 {
    background: #e0ca00;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem;
    background: #ffffe1;
    border: 3px solid #e0ca00;
}
ul.cate-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
ul.cate-list li {
    list-style-type: none;
    width: 48%;
}
ul.cate-list li a {
    display: block;
    color: #000;
    text-decoration: none;
}
ul.cate-list li a figure {
    overflow: hidden;
    margin-bottom: 10px;
}
ul.cate-list li a figure img {
    object-fit: cover;
    width: 100%;
    height: 170px;
    transition: 0.5s;
}
ul.cate-list li a h4 {
    font-weight: bold;
    font-size: 16px;
}
ul.cate-list li a:hover{
    opacity: 1;
}
ul.cate-list li a:hover figure img {
    transform: scale(1.2);
    transition: 0.5s;
}

@media screen and (min-width:760px) {
ul.cate-list {
    gap: 27px;
}
ul.cate-list li {
    width: 48%;
}
ul.cate-list li a figure img {
    height: 300px;
}
ul.cate-list li a h4 {
    font-size: 18px;
}
}
@media screen and (min-width:1200px) {
h3 {
    font-size: 26px;
}
ul.cate-list li {
    width: 31.8%;
}
ul.cate-list li a figure img {
    height: 360px;
}
}

/* スポット詳細 */
#kankodb #copy {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2rem;
}
#gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: -1px;
    list-style: none;
    margin-bottom: 2rem;
    padding: 0;
}
#gallery-list li{
	width: 50%;
	padding: 1px;
	}
#gallery-list li:nth-child(n+5){
	width: 33.33%;
	}
#gallery-list li:first-child:last-child{
	width: 100%;
}
#gallery-list li img {
    /* object-fit: cover;
    width: 100%;
    height: 120px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: inherit;
    object-position: inherit;
    transition: opacity 0.2s ease-out;
}

#gallery-list li a {
    display: block;
    /* height: 120px; */
	position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 66.66% 0 0 0;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
#kankodb #info {
    margin-bottom: 2rem;
}
#kankodb #info p+p{
	margin-top: 1rem;
}
#info-table {
    width: 100%;
}
#info-table dt {
    background: #fffcf5;
    font-weight: bold;
    padding: 15px 10px;
    margin-top: 1rem;
}
#info-table dt:first-child{
	margin-top: 0;
}
#info-table dd {
    padding: 15px 10px;
}
#kankodb #info-table a {
    color: #0f9292;
    text-decoration: underline;
}
#kankodb #map{
	margin-top: 2rem;
}
#kankodb #frame_wrap {
    padding-top: 100%;
}
#info-table dd{
    margin: 0;
}
#backpage a {
    display: block;
    margin: 2rem auto 0;
    width: 300px;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 1.5rem 0;
    border-radius: 60px;
    text-decoration: none;
}
#backpage a:hover{
    opacity: 1;
    background: #99CE97;
    color: #fff;
}
@media screen and (min-width:760px) {
    #info-table {
        display: flex;
        flex-wrap: wrap;
        align-items: normal;
		border-bottom: 1px solid;
    }
    #info-table dt {
        width: 25%;
        background: transparent;
        margin: 0;
        padding-left: 2rem;
    }
	#info-table dd {
		width: 75%;
	}
	#kankodb.detail h3 {
		font-size: 30px;
	}
	#kankodb.detail h3 small {
		font-size: 18px;
	}
	#kankodb #copy {
		font-size: 35px;
	}
	#info-table dt,#info-table dd{
		border-top: 1px solid;
	}
	#info-table dt:nth-of-type(even),
	#info-table dt:nth-of-type(even) + dd {
		background-color: #fffdf5;
	}
	#kankodb #frame_wrap {
		padding-top: 50%;
		max-width: 100%;
	}
	#kankodb #map {
		margin-top: 3rem;
	}
	#pagenavi {
		margin-top: 4rem;
	}
}
@media screen and (min-width:1200px) {
	#kankodb #info {
		margin-bottom: 4rem;
		font-size: 18px;
	}
	#info-table {
		font-size: 18px;
	}
}