@charset "utf-8";
/* CSS Document */

/* fukagawa-hp.or.jp
-----------------------------------------------------*/

/* ==============================================
    title
============================================== */
#title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 460px;
    margin-bottom: 1.5em;
    background: no-repeat center center / 100% auto;
}
#title::before,
#title::after {
    position: absolute;
    content: "";
    display: block;
}
#title::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2c2d;
    opacity: 0.4;
}
#title::after {
    bottom: -1px;
    right: 50%;
    margin-right: 220px;
    width: 1300px;
    height: 86px;
    background: url("image/title.png") no-repeat right bottom / auto 100%;
}
#title h1 {
    position: relative;
    margin-top: 1.1em;
    padding-top: 2.6em;
    font-size: 48px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    letter-spacing: 0.05em;
    background: no-repeat center top;
    background-size: 100px 100px;
}
@media screen and (max-width: 1600px) {
    #title {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 1300px) {
    #title {
        height: clamp(16.875rem, 12.061rem + 20.54vw, 28.75rem);
    }
    #title::after {
        margin-right: clamp(1.563rem, -3.378rem + 21.08vw, 13.75rem);
        height: clamp(2.25rem, 0.983rem + 5.41vw, 5.375rem);
    }
    #title h1 {
        margin-top: 1.2em;
        padding-top: 3em;
        font-size: clamp(1.375rem, 0.919rem + 1.95vw, 2.5rem);
        background-size: clamp(3.75rem, 2.736rem + 4.32vw, 6.25rem) auto;
    }
}
@media screen and (max-width: 640px) {
    #title {
        background-size: 100% auto;
    }
}
@media screen and (max-width: 375px) {
    #title {
        background-size: auto 100%;
    }
}

/* ==============================================
    breadcrumb
============================================== */
#breadcrumb {
    margin-bottom: 3em;
    text-align: left; 
}
#breadcrumb li {
	list-style: none;
	display: inline-block;
    margin-right: 0.6em;
	font-size: 0.875em;
}
#breadcrumb li:first-of-type a {
    padding-left: 2em;
    background: url("image/breadcrumb_home.svg") no-repeat left center / 1.125em auto;
}
#breadcrumb li a {
	color: currentColor;
}
#breadcrumb li a::after {
    content: "";
	display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-left: 1.6em;
    background: url("image/arrow.svg") no-repeat left center / auto 0.875em;
}
@media screen and (max-width: 640px) {
    #breadcrumb li {
        margin-right: 0;
    }
    #breadcrumb li a::after {
        margin-left: 1em;
    }
}

/* ==============================================
    main
============================================== */
main section + section {
    margin-top: 100px;
}
@media screen and (max-width: 1280px) {
    main section + section {
        margin-top: clamp(3.75rem, 0.733rem + 6.9vw, 6.25rem);
    }
}
main * + h2,
main * + h3,
main * + h4 {
    margin-top: 2em;
}
main h2 + h3,
main h3 + h4,
main h4 + h5,
.noMargin {
    margin-top: 1.125em;
}
main * + p,
main * + ul,
main * + ol,
main * + dl {
    margin-top: 1.5em;
}
main h2 + p,
main h3 + p,
main h4 + p,
main h2 + ul,
main h3 + ul,
main h4 + ul,
main dl + dl {
    margin-top: 0;
}
@media screen and (max-width: 700px) {
    main * + h2,
    main * + h3,
    main * + h4 {
        margin-top: 1.5em;
    }
    main h2 + h3,
    main h3 + h4,
    main h4 + h5,
    .noMargin {
        margin-top: 1em;
    }
    main * + p,
    main * + ul,
    main * + ol,
    main * + dl {
        margin-top: 1.2em;
    }
}

main h2,
main h3,
main h4 {
    position: relative;
    margin-bottom: 1em;
    font-weight: 700;
}
main h2 {
    padding-bottom: 0.9em;
    font-size: 36px;
}
main h3 {
    padding-bottom: 0.5em;
    font-size: 30px;
}
main h4 {
    padding-top: 1em;
    font-size: 26px;
}
main h2::after,
main h3::after,
main h4::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
main h2::after,
main h3::after {
    bottom: 0;
}
main h2::after {
    width: 74px;
    height: 6px;
    height: 0.1666em;
    background: linear-gradient(to right, #c261ff 0%, #ff6161 24.75%, #80d4ff 52.02%, #88ec98 75.76%, #f9c63d 100%);
}
main h3::after {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #c261ff 0%, #ff6161 22.59%, #80d4ff 58.16%, #88ec98 76.99%, #f9c63d 100%);
}
main h4::after {
    top: 0;
    width: 51px;
    height: 5px;
    background: #d9d9d9;
}
.catch {
    display: block;
    margin-bottom: 1.2em;
	font-family: "Noto Serif JP", serif;
    font-weight: 300;
    line-height: 1.375;
    color: #20a7ac;
}
@media screen and (max-width: 1300px) {
    main h2 {
        font-size: clamp(1.375rem, 1.02rem + 1.51vw, 2.25rem);
    }
    main h3 {
        font-size: clamp(1.25rem, 0.997rem + 1.08vw, 1.875rem);
    }
    main h4 {
        font-size: clamp(1.25rem, 1.098rem + 0.65vw, 1.625rem);
    }
}
@media screen and (max-width: 800px) {
    main h2,
    main h3,
    main h4 {
        margin-bottom: 1.2em;
    }
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}


ol.listNum li {
	counter-increment: cnt;
    padding-left: 3.4em;
}
ol.listNum li:before {
	content: counter(cnt) ".";
	width: 1.2em;
	top: 0;
    left: 1.2em;
	text-align: right;
}

dl.listColumn {
    display: grid;
    grid-template-columns: var(--dt-width) auto;
    grid-gap: 1em 0;
}
dl.listColumn dt {
    color: #57c0c4;
}

dl.lineList {
    display: grid;
    grid-template-columns: auto 1fr;
}
dl.lineList dt,
dl.lineList dd {
    padding: 1.5em;
    border-top: 1px solid #90cfd1;
}
dl.lineList dt {
    white-space: nowrap;
}
@media screen and (max-width: 500px) {
    dl.lineList dt,
    dl.lineList dd {
        padding: 1.2em 0.4em 1.2em 0.6em;
    }
}

.btn_large {
    text-align: center;
}
.btn_large a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 2em;
    width: 100%;
    max-width: 528px;
    height: 4.45em;
    border: 1px solid #57c0c4;
    border-radius: 50px;
    font-size: 22px;
    color: #20a7ac;
    text-decoration: none;
}
.btn_large a::before {
    position: absolute;
    top: 50%;
    left: 1em;    
    content: "";
    display: block;
    transform: translateY(-50%);
    width: 2.45em;
    height: 2.45em;
}
.btn_large a::before {
    background: url("image/arrow_w.svg") #57c0c4 no-repeat center center / 1.125em auto;
    background-color: ;
    border-radius: 50%;
}
@media (hover: hover) {
    .btn_large a:hover {
        background: #57c0c4;
        color: #fff;
    }
    .btn_large a:hover::before {
        background-image: url("image/arrow_g.svg");
        background-color: #fff;
    }
}
@media screen and (max-width: 1000px) {
    .btn_large a {
        font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
    }
}
@media screen and (max-width: 500px) {
    .btn_large a {
        height: 3.7em;
    }
    .btn_large a::before {
        width: 2.15em;
        height: 2.15em;
    }
}

/* ==============================================
    intro
============================================== */
#intro {
    --dt-width: 4em;
}
#intro div {
    position: relative;
    width: 500px;
    min-height: 570px;
    margin-top: 3.5em;
}
#intro div .catch {
    font-size: 44px;
}
#intro dl.listColumn {
    margin-top: 4em;
}
#intro div em {
    color: #e93e3e;
    font-style: normal;
}
#intro div > span,
#intro div p.photo {
    position: absolute;
    left: calc(100% + 100px);
    top: 0;
}
@media screen and (max-width: 1400px) {
    #intro div > span,
    #intro div p.photo {
        left: calc(100% + clamp(3.125rem, -37.5rem + 50vw, 6.25rem));
    }
}
@media screen and (max-width: 1300px) {
    #intro div {
        width: clamp(28.125rem, -9.375rem + 50vw, 31.25rem);
    }
}
@media screen and (max-width: 1200px) {
    #intro div {
        width: calc(100% - 660px);
    }
    #intro div .catch {
        margin-bottom: 0.8em;
        font-size: clamp(1.875rem, -2.5rem + 7vw, 2.75rem);
    }
    #intro dl.listColumn {
        margin-top: 2em;
        grid-gap: 0.5em 0;
    }
    #intro > span {
        left: calc(100% + 40px);
    }
    #intro > span img {
        width: 730px;
    }
}
@media screen and (max-width: 1100px) {
    #intro div {
        width: calc(100% - 600px);
    }
    #intro div .catch {
        white-space: nowrap;
        overflow: visible;
    }
    #intro div > span {
        top: 5em;
    }
    #intro div > span img {
        width: 630px;
    }
}
@media screen and (max-width: 900px) {
    #intro div {
        width: 100%;
        margin-top: 1em;
        min-height: auto;
    }
    #intro div .catch {
        white-space: normal;
    }
    #intro div > span {
        position: static;
        display: block;
        margin-top: 2em;
        margin-left: -20px;
        margin-right: -20px;
        text-align: center;
        overflow: hidden;
    }
    #intro div > span img {
        width: 100%;
        max-width: 845px;
    }
}

/* ==============================================
    itemList
============================================== */
.itemList {
    padding: 50px;
    border-radius: 30px;
    background: #f5f5f5;
}
p +.itemList {
    margin-top: 1em;
}
.itemList ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}
.itemList ul + ul {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d9d9d9;
}
.itemList li {
    min-height: 210px;
    padding: 25px 10px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    line-height: 1.25;
    font-weight: 700;
}
.itemList li img {
    width: 130px;
    margin-bottom: 10px;
}
.itemList li span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}
.itemList li a {
    display: block;
    margin-top: 5px;
}
@media screen and (max-width: 1380px) {
    .itemList {
        padding: clamp(2.5rem, -5rem + 10vw, 3.125rem) clamp(1.563rem, -17.188rem + 25vw, 3.125rem);
    }
    .itemList ul {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        grid-gap: clamp(0.938rem, -2.813rem + 5vw, 1.25rem);
    }
}
@media screen and (max-width: 500px) {
    .itemList {
        padding: 35px 18px;
    }
    .itemList ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .itemList li {
        min-height: 170px;
        padding: 20px 10px;
    }
    .itemList li img {
        width: 70%;
        max-width: 130px;
    }
}

/* ==============================================
    faq
============================================== */
#faq dl {
    padding: 26px 32px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #d9d9d9;
}
#faq dl + dl {
    margin-top: 1em;
}
#faq dt {
    position: relative;
}
#faq dt:before,
#faq dt:after {
    position: absolute;
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: #20a7ac;
    top: 50%;
    right: 0;
    transition: .4s;
}
#faq dt:after {
    transform: rotate(90deg);
}
#faq .active dt:after {
    transform: rotate(0);
}
#faq dt,
#faq dd {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    grid-gap: 0 20px;
    padding-right: 65px;
}
#faq dt span,
#faq dd span {
    display: flex;
    align-items: center;
    min-height: 57px;
}
#faq dt {
    font-size: 20px;
    font-weight: 700;
}
#faq dd {
    margin-top: 28px;
    display: none;
}
@media screen and (max-width: 1000px) {
    #faq dl {
        padding: clamp(1rem, 0.625rem + 1.6vw, 1.625rem) clamp(1rem, 0.4rem + 2.56vw, 2rem);
        border-radius: clamp(1.875rem, 1.125rem + 3.2vw, 3.125rem);
    }
    #faq dt,
    #faq dd {
        line-height: 1.5;
        grid-gap: 0 clamp(0.625rem, 0.25rem + 1.6vw, 1.25rem);
        padding-right: clamp(1.5rem, -0.038rem + 6.56vw, 4.063rem);
    }
    #faq dt {
        font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
    }
    #faq dt:before,
    #faq dt:after {
        width: clamp(1.25rem, 0.65rem + 2.56vw, 2.25rem);
        height: 3px;
    }
    #faq dd {
        margin-top: clamp(0.875rem, 0.35rem + 2.24vw, 1.75rem);
    }
    #faq dt img,
    #faq dd img {
        width: clamp(2.5rem, 1.863rem + 2.72vw, 3.563rem);
    }
    #faq dt span,
    #faq dd span {
        min-height: clamp(2.5rem, 1.863rem + 2.72vw, 3.563rem);
    }
}

/* ==============================================
    access
============================================== */
#access .inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

#map iframe {
    width: 100%;
    height: 440px;
}
@media screen and (max-width: 900px) {
    #map iframe {
        height: clamp(20rem, 10.625rem + 30vw, 27.5rem);
    }
}
#info {
    margin-top: 1.5em;
    border-top: 1px solid #d9d9d9;
}
#info dl {
    margin-top: 25px;
}
#info dt {
    margin-bottom: 0.5em;
    color: #3ea1a4;
    font-size: 22px;
}
#info dt img {
    vertical-align: middle;
    margin-right: 0.7em;
}
#info dd {
    line-height: 1.875;
}
@media screen and (min-width: 801px) {
    #info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 800px) {
    #info dt {
        font-size: clamp(1rem, 0.375rem + 2vw, 1.375rem);
    }
    #info dt img {
        width: auto;
        height: clamp(1.5rem, 0.875rem + 2vw, 1.875rem);
    }
}
@media screen and (min-width: 500px) {
    #info dd {
        line-height: 1.7;
    }
}

/* ==============================================
    information
============================================== */
.entry a {
    position: relative;
    display: block;
    width: 315px;
    padding-bottom: 4em;
    color: #2a2c2d;
    text-decoration: none;
}
.entry a::after {
    position: absolute;
    right: 13px;
    bottom: 15px;
    content: "";
    width: 18px;
    height: 18px;
    background: url("image/arrow_g.svg") no-repeat right center;
    visibility: hidden;
    transition: .1s;
}
/*.entry a img {*/
.entry img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 315 / 290;
    transition: .4s;
}
.entry .entry_photo {
    overflow: hidden;
}

.entry_date,
.title {
    margin-left: 1em;
    margin-right: 1em;
}
.entry_date {
    margin-top: 0.8em;
}
.title {
    margin-top: 0.6em;
}

.entry_date [class^="cat"] {
    display: inline-block;
    vertical-align: middle;
    width: 9em;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
}
.entry_date .cat01 { background: #d9eec1; }
.entry_date .cat02 { background: #ff6464; color: #fff; }
.entry_date .cat03 { background: #ecd1ec; }
.entry_date .cat04 { background: #63c7cb; }
.entry_date .cat05 { background: #eb9797; }
.entry_date .cat06 { background: #8fdcd2; }
.entry_date .cat07 { background: #b6dbe9; }
.entry_date .cat08 { background: #f9caa0; }
.entry_date .cat09 { background: #bedeab; }

.entry_date .date {
    margin-left: 1em;
}
@media screen and (max-width: 840px) {
    .entry_date,
    .title {
        margin-left: 0.1em;
        margin-right: 0.1em;
    }
    .entry_date [class^="cat"] {
        width: 7em;
    }
    .entry_date .date {
        margin-left: 0.4em;
    }
}
@media screen and (max-width: 700px) {
    .entry_date {
        font-size: 13px;
    }
    .entry_date [class^="cat"] {
        font-size: 12px;
    }
    .title {
        font-size: 14px;
    }
}

@media (hover: hover) {
    .entry a:hover {
        box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.16);
    }
    .entry a:hover::after {
        visibility: visible;
    }
    .entry a:hover img {
        transform: scale(1.05,1.05);
    }
}

/* ==============================================
    pagination
============================================== */
.pagination {
    grid-column: 1/3;
}
.pagination,
.pagination .direct,
.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pagination a {
    width: 2.2em;
    height: 2.2em;
    margin: 0 5px;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: currentColor;
    text-decoration: none;
}
.pagination .prev {
    margin-right: 0.5em;
}
.pagination .next {
    margin-left: 0.5em;
}
.pagination .prev a,
.pagination .next a {
    background: #57c0c4;
    border-color: #57c0c4;
}
.pagination .prev a::before,
.pagination .next a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("image/arrow_w.svg") no-repeat center center;
    background-size: 1em auto;
}
.pagination .prev a::before {
    transform: scale(-1, 1);
}

.pagination .direct a.now {
    background: #57c0c4;
    color: #fff;
}

@media (hover: hover) {
    .pagination .direct a:hover {
        background: #57c0c4;
        color: #fff;
    }
    .pagination .prev a:hover,
    .pagination .next a:hover {
        opacity: 0.7;
    }
}
