@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 400;color: #636363;}
h2,h3,h4{font-weight: bold;}
img{max-width: 100%; height: auto;}
p{line-height: 1.8;}
a{transition:0.5s;color: #636363;}
a:hover{opacity: 0.7;color: #636363;}
iframe{width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

#header {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 999;
    top: 0;
}
a.logo {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
}
a.logo h1 ,a.logo p{
    margin: 0;
}
a.logo img {
    width: 130px;
}
#google_translate_element {
    position: absolute;
    top: 7px;
    z-index: 9999;
    right: 70px;
}

.goog-te-gadget .goog-te-combo {
    width: 125px;
    padding: 3px;
    margin: 0 0 4px;
}

#g-nav li a::before {
    content: "";
    background-image: url(../img/ico-sakura.png);
    width: 20px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
    transition: 0.5s;
}
#g-nav li a:hover:before {
    transform: rotate(-20deg);
    transition: 0.5s;
}
#g-nav li a {
    color: #474747;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#g-nav li a:hover {
    opacity: 1;
}

@media screen and (max-width:1200px) {
.header-top {
    background: #fff;
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 60px;
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
}

#g-nav.panelactive{
    top: 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 {
    z-index: 999;
    top: 28%;
    left: 50%;
    padding: 90px 0 0 0;
    width: 100%;
    background: #fff;
    margin: 0;
    box-shadow: 0 1px 5px #ddd;
}
#g-nav ul.sub-menu {
    padding: 0;
}
#g-nav li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    position: relative;
}
#g-nav li::after {
    content: "";
    border-bottom: 3px solid #c96b8d;
    border-left: 3px solid #c96b8d;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 38%;
    transform: rotate(-135deg);
    right: 25px;
}
.openbtn {
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #c96b8d;
    width: 50%;
}

.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: 18px;
    transform: translateY(6px) rotate(-45deg);
}

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

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
}
}
#mainvisual {
    position: relative;
}
#mainvisual p.copy {
    position: absolute;
    z-index: 1;
    top: 35%;
    padding: 0 1rem;
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
#mainvisual p.copy img {
    width: 95%;
}

.slider {
    position:relative;
    z-index: 1;
}
.slider,.slider-item img {
    height: 60vh;
}
.slider-item{
    position: relative;
}
.slider-item img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}  
p.alt {
    position: absolute;
    bottom: 5px;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-weight: bold;
    right: 10px;
    font-size: 15px;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 3px solid #999999;
    border-right: 3px solid #999999;
    height: 15px;
    width: 15px;
}

.slick-prev {
    left:-2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: -2.5%;
    transform: rotate(45deg);
}
.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -35px 0 0 0;
    padding: 0;
}
  .slick-dots li {
      display:inline-block;
      margin:0 10px;
  }
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}
.slick-dots .slick-active button{
    background:#c96b8d;
}
.slick-dots > li:first-child:last-child {
    display: none;
}
section {
padding: 3rem 0;
}
h2 {
    color: #c96b8d;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 23px;
}
h2.ttl{
    position: relative;
}
h2.ttl::after {
    content: "";
    background-image: url(../img/deco-ttl.png);
    width: 100%;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -13px;
    background-position: center;
}
ul.cmap-list {
    padding: 0;
    margin: 0 auto;
    width: 85%;
    list-style-type: none;
}

ul.cmap-list li {
    margin: 0 10px;
}

ul.cmap-list li a {
    color: #636363;
    text-decoration: none;
}
ul.cmap-list li a:hover{
    opacity: 1;
}
ul.cmap-list li a figure {
    overflow: hidden;
    margin-bottom: 0.5rem;
}

ul.cmap-list li a figure img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3 / 4;
    transition: 0.5s;
}
ul.cmap-list li a:hover figure img{
    transform: scale(1.2);
    transition: 0.5s;
}

ul.cmap-list li a h3 {
    margin: 0;
    font-size: 16px;
    text-align: center;
}
a.link-btn {
    display: block;
    margin: 2rem auto 0;
    text-align: center;
    width: 300px;
    background: #c96b8d;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 5px;
    border: 3px solid #c96b8d;
}

a.link-btn:hover {
    opacity: 1;
    background: #fff;
    color: #c96b8d;
}
#sakuraspot{
    background-image: url(../img/bn-sakurameisho.png);
    background-size: cover;
}
ul.sakura-list {
    padding: 0;
    margin: 1rem auto 0;
    width: 91%;
}

ul.sakura-list li {
    margin: 0 10px;
}

ul.sakura-list li a {
    text-decoration: none;
    color: #636363;
    font-weight: bold;
}

ul.sakura-list li a .pic {
    position: relative;
    overflow: hidden;
}

ul.sakura-list li a .pic img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4/3;
    transition: 0.5s;
}
p.cate {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
    color: #fff;
    background: #ef9e9e;
    padding: 5px;
    font-size: 16px;
    width: 100px;
    text-align: center;
}

ul.sakura-list li a:hover {
    opacity: 1;
}

ul.sakura-list li a:hover .pic img {
    transition: 0.5s;
    transform: scale(1.2);
}
ul.sakura-list li a h3 {
    font-size: 18px;
    text-align: center;
    margin: 1rem 0 0;
}
p.cate.cate-nagai {
    background: #8fd5e5;
}
p.cate.cate-shirataka {
    background: #a7cc83;
}
a.link-btn.wh {
    background: #fff;
    color: #c96b8d;
}

a.link-btn.wh:hover {
    background: #c96b8d;
    color: #fff;
}
#flowring{
    background-image: url(../img/bg-flowering.png);
    background-size: contain;
}
@media screen and (max-width:760px) {
#flowring h2.ttl {
    font-size: 20px;
}
#flowring h2.ttl::after{
    background-image: url(../img/deco-ttl-long.png);
    height: 70px;
}
}
ul.flowring-list {
    padding: 0;
    margin: 0 0 1rem;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

ul.flowring-list li {
    flex: 1 1 22%;
    text-align: center;
    font-weight: bold;
    color: #000;
}
#flowring .row > div {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}
#flowring .row > div h3 {
    background: #ef9e9e;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    width: 130px;
    border-radius: 50px;
}
#flowring .row > div th {
    background: #f4f4f4;
    text-align: center;
    padding: 10px;
}

#flowring .row > div td {
    padding: 15px;
    text-align: center;
}

#flowring .row > div th,#flowring .row > div td {
    border: 1px solid #cccccc;
}

#flowring .row > div td img {
    width: 80px;
}
.scroll {
    overflow-x: scroll;
    width: 100%;
}
#flowring .row > div th, #flowring .row > div td {
    width: 140px;
}
#flowring .row > div.nagai table {
    min-width: 420px;
}
#flowring .row > div.nanyo table {
    min-width: 555px;
}
#flowring .row > div.shirataka table {
    min-width: 420px;
}
#flowring .row > div.shirataka table {
    min-width: 700px;
}
#flowring .row > div.shirataka table + table {
    margin-top: 1rem;
}
#flowring .row > div.nagai h3 {
    background: #8fd5e5;
}
#flowring .row > div.shirataka h3 {
    background: #a7cc83;
}
#link {
    background-image: url(../img/bg-link.png);
    background-position: bottom;
    background-size: cover;
    position: relative;
}
#link::before {
    content: '';
    background-image: url(../img/link-top.png);
    width: 100%;
    height: 50px;
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -25px;
}
#link .row > a {
    display: block;
    background: #fff;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 1px solid #e2dfd3;
    text-decoration: none;
    color: #636363;
    position: relative;
}
#link .row > a:hover {
    opacity: 1;
}
#link .row > a h2 {
    margin-bottom: 5px;
}
#link .row > a figure{
    overflow: hidden;
    margin-bottom: 0.5rem;
}
#link .row > a figure img {
    transition: 0.5s;
    width: 100%;
}
#link .row > a:hover figure img {
    transform: scale(1.2);
}
#link .row > a::after {
    content: "";
    background-image: url(../img/ico-link.png);
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
#news{
    background-image: url(../img/bg-news.png);
}
#news .container {
    background: #fff;
    padding: 2rem 1rem;
    border-radius: 10px;
    border: 1px solid #d8bfc9;
}
@media screen and (max-width:760px) {
#news .container {
    width: 90%;
}
}
ul.news-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
ul.news-list li a {
    padding: 1rem;
    border-top: 1px solid #cccccc;
    display: block;
    color: #636363;
    text-decoration: none;
}
ul.news-list li a p {
    margin: 0;
    font-weight: bold;
    color: #c96b8d;
}
ul.news-list li a h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
ul.news-list li a:hover {
    opacity: 1;
    color: #c96b8d;
}
#access {
    padding: 4rem 0;
    background-image: url(../img/bg-access.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 11rem;
}
.sp-access img {
    width: 85%;
    margin: 2rem auto 0;
    display: block;
}
.map iframe {
    height: 230px;
    margin-bottom: 10px;
}
.mymap iframe {
    height: 300px;
}
#access h3 {
    background: #cec291;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 250px;
    font-size: 20px;
    border-radius: 50px;
    margin: 2rem 0 1rem;
}
table.access-table {
    width: 100%;
    border-top: 1px solid;
}
table.access-table th,table.access-table td {
    border-bottom: 1px solid #000;
    padding: 10px;
    font-weight: bold;
    color: #000;
}
table.access-table th {
    font-size: 15px;
}
table.access-table td {
    font-size: 18px;
}
#footer {
    padding: 2rem 0 3rem;
    background-image: url(../img/bg-footer.png);
    background-size: contain;
}
#footer ul {
    display: none;
}
#footer img.logo {
    margin: 0 auto 1rem;
    display: block;
    width: 160px;
}
p.copuright {
    text-align: center;
    margin: 0;
    font-weight: bold;
    color: #000;
}
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
.youtube iframe {
    aspect-ratio: 16 / 9;
    height: auto;
}

@media screen and (min-width:760px) {
.slider, .slider-item img {
    height: 45vh;
}
#mainvisual p.copy img {
    width: 60%;
}
ul.flowring-list li {
    flex: 1 1 10%;
}
#access {
    padding-bottom: 22rem;
}
}

@media screen and (min-width:1200px) {
a.logo img {
    width: 200px;
}
a.logo {
    left: 10px;
}
#header {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    background: #fff;
    width: 100%;
    height: 90px;
    padding: 10px;
}
#g-nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#g-nav li a {
    padding: 0 10px;
    font-size: 18px;
}
#g-nav ul.sub-menu li a::before {
    display: none;
}
#g-nav ul.sub-menu li a {
    color: #c96b8d;
    font-size: 16px;
    border: 1px solid #c96b8d;
    border-radius: 60px;
    margin: 0 5px;
    padding: 2px 15px;
}
#g-nav ul.sub-menu li a:hover {
    background: #c96b8d;
    color: #fff;
}
#g-nav ul.sub-menu {
    position: absolute;
    top: 15px;
    right: 170px;
}
#google_translate_element {
    position: unset;
    margin-left: 10px;
    width: 150px;
}
.goog-te-gadget .goog-te-combo {
    width: 146px;
    padding: 10px;
    margin: 8px 0 !important;
    cursor: pointer;
}
.slider, .slider-item img {
    height: 85vh;
}
#mainvisual p.copy {
    font-size: 36px;
    left: 0;
    right: 0;
}
#mainvisual p.copy img {
    width: 50%;
    display: block;
    margin: 0 auto;
}
section {
    padding: 5rem 0;
}
h2.ttl::after {
    height: 60px;
    top: -19px;
}
h2.ttl {
    margin-bottom: 3rem;
}
.slick-prev, .slick-next {
    border-top: 4px solid #999999;
    border-right: 4px solid #999999;
    height: 20px;
    width: 20px;
}
.container {
    max-width: 1100px;
}
p.cate {
    font-size: 22px;
    width: 120px;
}
ul.cmap-list,ul.sakura-list {
    width: 100%;
}
ul.cmap-list .slick-list,ul.sakura-list .slick-list {
  margin: 0 -10px;
}
ul.cmap-list .slick-slide ,ul.sakura-list .slick-slide{
  margin: 0 10px;
}
.mymap iframe {
    height: 600px;
}
ul.flowring-list {
    width: 90%;
    margin: 0 auto 1rem;
}
ul.flowring-list li {
    padding: 0 15px;
}
#flowring .row{
    gap: 21px;
}
#flowring .row > div {
    margin: 0;
    padding: 2rem;
}
#flowring .row > div.col-lg-6 {
    width: 49%;
}
#flowring .row > div.nanyo th, #flowring .row > div.nanyo td {
    width: 160px;
}
#flowring .row > div.nanyo table,#flowring .row > div.nagai table,#flowring .row > div.shirataka table {
    width: 100%;
}

#link::before {
    height: 75px;
    top: -35px;
}
#link {
    padding: 6rem 0;
}
#link .row > a {
    padding: 3rem 2rem 2rem;
    margin: 0;
    width: 48.5%;
}
#link .row > a p {
    margin: 0;
}
#link .row {
    gap: 30px;
}
#news h2 {
    text-align: left;
}
#news .link-btn {
    width: 210px;
    margin-left: 0;
}
ul.news-list li a {
    display: flex;
    align-items: center;
    padding: 1.5rem 2rem;
}
ul.news-list li a h3 {
    width: 85%;
}
ul.news-list li a p {
    width: 110px;
    margin-right: 15px;
}
#news .container{
    padding: 3rem;
}
#news {
    padding: 4rem 0;
}
#access {
    padding: 6rem 0 34rem;
}
table.access-table th, table.access-table td{
    padding: 20px;
}
table.access-table th {
    font-size: 18px;
    padding-left: 50px !important;
    width: 45%;
}
table.access-table td {
    font-size: 24px;
}
#footer{
    background-size: cover;
}
#footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0 40px;
    line-height: 2;
    list-style-type: none;
}
#footer ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#footer ul li a:hover {
    opacity: 1;
    color: #c96b8d;
}
#footer ul.f-nav li a {
    font-size: 18px;
}
#footer img.logo {
    width: 220px;
}
#footer ul.f-sub-nav {
    margin-bottom: 1rem;
}
}

@media screen and (min-width:1400px) {
a.logo img {
    width: 230px;
}
#g-nav li a {
    font-size: 20px;
}
#g-nav li a::before{
    vertical-align: middle;
}
#mainvisual p.copy {
    font-size: 40px;
}
#mainvisual p.copy img {
    width: 42%;
}
.scroll {
    overflow: visible;
}
section {
    padding: 7rem 0;
}
h2{
    font-size: 30px;
}
h2.ttl::after {
    height: 79px;
    top: -25px;
}
.container {
    max-width: 1300px;
}
ul.cmap-list li a h3 {
    font-size: 18px;
}
#sakuraspot{
    position: relative;
}
#sakuraspot .container,#link .container{
    position: relative;
    z-index: 1;
}
#sakuraspot::after {
    content: "";
    background-image: url(../img/deco-sakurameisho.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.flowring-list li {
    padding: 0 25px;
    font-size: 18px;
}
#flowring .row > div h3 {
    padding: 10px;
}
#flowring .row > div th, #flowring .row > div td {
    font-size: 16px;
}
#flowring .row > div.nanyo th, #flowring .row > div.nanyo td {
    width: 190px;
}
#flowring .row,#link .row {
    gap: 38px;
}
#flowring .row > div.col-lg-6 {
    width: 48.5%;
}
#flowring {
    background-size: cover;
    padding-bottom: 9rem;
}
#link::before {
    height: 100px;
    top: -53px;
}
#link {
    padding: 8rem 0;
    position: relative;
}
#link::after {
    content: "";
    background-image: url(../img/deco-link.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
}
#link .row > a {
    padding: 3rem 3rem 2rem;
}
#news .link-btn {
    width: 240px;
}
#news .container {
    padding: 4rem;
}
.map iframe {
    height: 300px;
    margin-bottom: 1rem;
}
#access h3 {
    font-size: 24px;
    padding: 15px 0;
}
table.access-table th {
    font-size: 22px;
}
table.access-table td {
    font-size: 30px;
}
#access {
    padding: 8rem 0 43rem;
}
#footer img.logo {
    width: 250px;
}
#footer ul.f-nav li a {
    font-size: 20px;
}
}

@media screen and (min-width:1600px) {
#g-nav li a {
    font-size: 22px;
}
a.logo img {
    width: 240px;
}
#header {
    padding: 5px;
}
.goog-te-gadget .goog-te-combo {
    margin: 13px 0 !important;  
}
#flowring .row > div th, #flowring .row > div td {
    font-size: 18px;
}
#mainvisual p.copy {
    font-size: 44px;
}
#mainvisual p.copy img {
    width: 37%;
}
.container {
    max-width: 1400px;
}
ul.cmap-list li a h3,ul.sakura-list li a h3 {
    font-size: 20px;
}
a.link-btn {
    font-size: 18px;
}
ul.cmap-list .slick-slide, ul.sakura-list .slick-slide {
    margin: 0 15px;
}
ul.cmap-list .slick-list, ul.sakura-list .slick-list {
    margin: 0 -15px;
}
p.cate {
    font-size: 27px;
    width: 140px;
}
ul.sakura-list {
    margin-top: 30px;
}
#link::before {
    height: 115px;
    top: -60px;
}
#link {
    padding: 10rem 0;
}
#link::after{
    top: 5rem;
}
#access h3:nth-of-type(2) {
    margin-top: 3rem;
}
#access {
    padding: 10rem 0 56rem;
}
#footer {
    padding: 3rem 0 4rem;
}
#footer img.logo {
    width: 280px;
    margin-bottom: 1.5rem;
}
#footer ul.f-nav li a {
    font-size: 22px;
}
h2.ttl + p {
    font-size: 18px;
}
}


/* archive */
#page_header {
    background: #f7ebed;
    padding: 3rem 1rem;
}
h1.page-title {
    margin: 0 auto;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #c96b8d;
    position: relative;
    width: fit-content;
    min-width: 200px;
}
h1.page-title::before, h1.page-title::after {
    content: "";
    background-image: url(../img/deco-ttl-l.png);
    width: 150px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -8px;
    background-position: center;
    left: -40px;
}

h1.page-title::after {
    content: "";
    background-image: url(../img/deco-ttl-r.png);
    left: auto;
    right: -35px;
    top: -4px;
}
.bread {
    margin: 1rem 0;
}
.bread a,.bread span {
    color: #636363;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}
#page-content {
    padding: 3rem 0;
}

h2.sakura-area-title {
    background: #ef9e9e;
    color: #fff;
    padding: 10px 50px;
    width: fit-content;
    border-radius: 70px;
    margin: 0 0 1rem;
}
.sakura-area-nagai h2.sakura-area-title {
    background: #8fd5e5;
}
.sakura-area-shirataka h2.sakura-area-title {
    background: #a7cc83;
}
.sakura-area-block ul.sakura-list {
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.sakura-area-block ul.sakura-list li + li {
    margin-top: 2rem;
}
.sakura-area-nanyo {
    padding-top: 0;
}
.sakura-area-nagai {
    padding: 0;
}
.archive ul.cmap-list li {
    margin-bottom: 2rem;
}
@media screen and (min-width:760px) {
.sakura-area-block ul.sakura-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
}
.sakura-area-block ul.sakura-list li {
    width: 48.5%;
    margin: 0!important;
}
}

@media screen and (min-width:1200px) {
#page_header {
    padding: 6rem 1rem;
}
h1.page-title {
    font-size: 35px;
    min-width: 420px;
}

h1.page-title::before, h1.page-title::after {
    width: 315px;
    height: 80px;
}

h1.page-title::before {
    left: -100px;
    top: -20px;
}

h1.page-title::after {
    right: -100px;
    top: -20px;
}
.archive ul.cmap-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.archive ul.cmap-list li {
    width: 30.8%;
}
}
@media screen and (min-width:1400px) {
#page-content {
    padding: 6rem 0;
}
.sakura-area-block ul.sakura-list li {
    width: 32.2%;
}
.archive ul.cmap-list li {
    width: 31.2%;
}
}

/* single */
ul.spot-slider {
    padding: 0;
    margin: 0 auto 1rem;
    width: 90%;
    list-style-type: none;
}
.post-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 6px;
}
h2.pagetitle {
    color: #636363;
    text-align: left;
    font-size: 22px;
    margin: 0;
    width: 60%;
}
.post-ttl p.cate {
    font-weight: bold;
    left: 0;
    right: auto;
    bottom: -5px;
    position: unset;
}
.pagination {
    justify-content: center;
    margin: 1rem 0 0;
}
.nav-links {
    display: flex;
    gap: 0 3px;
}
.nav-links a,.nav-links span {
    display: block;
    padding: 3px 10px;
    border: 1px solid #636363;
    text-decoration: none;
    font-weight: bold;
}
.nav-links span.page-numbers.current {
    background: #c96b8d;
    color: #fff;
}
.Single-news .slick-dots {
    position: absolute;
    margin: 0;
    bottom: 10px;
    left: 0;
    right: 0;
}

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

ul.spot-slider .slick-next {
    right: -4.5%;
}
ul.spot-slider .slick-prev {
    left: -4.5%;
}    
}
.single .access h3 {
    background: #cec291;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 200px;
    font-size: 20px;
    border-radius: 50px;
    margin: 0 0 1rem;
}
ul.monument-list {
    padding: 0;
    margin: 0 0 1rem;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
ul.monument-list li {
    color: #c96b8d;
    font-weight: bold;
    padding: 5px 24px;
    display: inline-block;
    border: 1px solid #c96b8d;
    /* border-radius: 55px; */
}
.single .access {
    background: #f9f7ef;
    padding: 1rem;
    border-radius: 5px;
    margin: 2rem 0;
}
.entry-pager {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0 0;
}
.back a, .next a {
    color: #c96b8d;
    text-decoration: none;
    border: 1px solid #c96b8d;
    display: block;
    padding: 6px 30px;
    border-radius: 40px;
    font-weight: bold;
}
.back a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #c96b8d;
    border-right: 0;
    display: inline-block;
    margin-right: 3px;
    transition: 0.5s;
    transform: rotate(-60deg);
}

.next a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #c96b8d;
    border-right: 0;
    display: inline-block;
    margin-left: 3px;
    transition: 0.5s;
}
.back a:hover, .next a:hover {
    background: #c96b8d;
    color: #fff;
    opacity: 1;
}
.back a:hover:before,.next a:hover:after{
    border-left: 11px solid #fff;
}
ul.spot-slider img {
    object-fit: cover;
    width: 100%;
    height: 210px;
}
.single-post-contets h2.wp-block-heading {
    text-align: left;
    margin-bottom: 1rem;
}
h2.singlettl {
    margin: 0;
}
.single-post-contets {
    padding: 2rem 1rem;
    border: 4px solid #f2f2f2;
    border-radius: 10px;
}
@media screen and (min-width:760px) {
ul.spot-slider img {
    height: 40vh;
}
.single-post-contets {
    padding: 3rem 4rem;
}
}
@media screen and (min-width:1200px) {
.page-id-63 a.link-btn {
    width: 100%;
}
.single-sakura_spot #page-content .container {
    max-width: 1000px;
}
ul.spot-slider{
    width: 100%;
}
h2.pagetitle {
    font-size: 28px;
    width: 85%;
}
ul.monument-list li {
    font-size: 18px;
}
.single .access .d-lg-flex {
    align-items: center;
    gap: 20px;
}
.single .access {
    padding: 2rem;
}
.post-ttl {
    gap: 15px;
}
.single-sakura_spot .single-news-contets p {
    font-size: 18px;
}
ul.spot-slider img {
    height: 650px;
}
}
@media screen and (min-width:1400px) {
.single-sakura_spot #page-content .container {
    max-width: 1200px;
}
ul.spot-slider img {
    height: 780px;
}
h2.pagetitle {
    font-size: 30px;
    width: 90%;
}

ul.spot-slider .slick-next,ul.spot-slider .slick-prev {
    top: 47%;
}

}

/* page */
section .wp-block-group__inner-container {
    padding: 0 1rem;
}
.card-style > .wp-block-column {
    background: #fff;
    padding: 2rem 1rem;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
h3.wp-block-heading {
    font-size: 20px;
    margin: 2rem 0 1rem;
    background: #fff5f8;
    padding: 10px 20px;
    color:  #c96b8d;
}
h4.wp-block-heading {
    font-size: 18px;
    margin: 2rem 0 1rem;
    padding: 5px 15px 5px;
    border-left: 6px solid #c96b8d;
    color:  #c96b8d;
    border-bottom: 2px solid #c96b8d;
}
.card-style .wp-block-column h3 {
    margin: 0 0 1rem;
    text-align: center;
    background: transparent;
    color: #636363;
}
.card-style .wp-block-column img {
    object-fit: cover;
    width: 270px !important;
    height: 270px !important;
    margin-bottom: 1rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    border-left: none;
    border-right: none;
    border-color: #999;
    padding: 10px;
}
.card-style .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td:nth-of-type(1) {
    width: 30% !important;
}
.opacity-0 {
    opacity: 0;
}
.card-style .wp-block-column img.wp-image-184 {
    object-fit: unset;
    height: auto !important;
    width: auto !important;
}
@media screen and (min-width:760px) {
section .wp-block-group__inner-container {
        max-width: 720px;
        margin: 0 auto;
    }
}
.wp-block-columns {
    flex-wrap: wrap !important;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: auto;
}
@media screen and (min-width:1200px) {
section .wp-block-group__inner-container {
        max-width: 1100px;
    }
.card-style .wp-block-column h3 {
    font-size: 24px;
}
.card-style > .wp-block-column {
    padding: 2rem;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
}
.wp-block-columns {
    flex-wrap: nowrap !important;
}
.fs-lg-4 {
    font-size: 22px;
}
}
@media screen and (min-width:1400px) {
section .wp-block-group__inner-container {
        max-width: 1300px;
    }
h3.wp-block-heading {
    font-size: 25px;
    padding: 15px 30px;
    margin: 3rem 0 1rem;
}

h4.wp-block-heading {
    font-size: 22px;
    margin: 3rem 0 1rem;
}
}

/* plan */
.tour-category-jr_higashinihon {
    padding: 0;
}
h2.tour-category-title {
    text-align: left;
}
.meta p {
    margin: 0;
}
.meta p.date::before {
    content: "";
    background-image: url(../img/ico-date.png);
}
.meta p.place::before {
    content: "";
    background-image: url(../img/ico-map.png);
}
.meta p.date::before,.meta p.place::before {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.meta p.date {
    margin-top: 10px;
}

.post-type-archive-tour ul.sakura-list li a h3 {
    text-align: left;
    margin-top: 10px;
    line-height: 1.6;
}
@media screen and (min-width:760px) {
.post-type-archive-tour .sakura-area-block ul.sakura-list {
    gap: 40px 20px;
}
}
@media screen and (min-width:1200px) {
.post-type-archive-tour ul.sakura-list li a h3 {
    font-size: 20px;
}
}