@charset "utf-8";

/*
Theme Name: iwashiro_2
Author: abeden co.ltd.
Version: 1.0
*/

/* base */

html {
    padding: 0;
    font-size: 62.5%;
}

body {
    position: relative;
    font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #555;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5em;
    background: #c1e4e9;
    margin: 0;
    z-index: 1;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/common/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    opacity: 0.8;
}

header {
    position: relative;
}

h1 {
    position: relative;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 40px;
}

h1 .sub {
    display: block;
    font-size: 1.4rem;
    color: #68be8d;
    letter-spacing: 1px;
}

h1 a {
    color: #000;
}

h2 {
    position: relative;
    font-size: 3rem;
    color: #68be8d;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1em;
    margin: 20px 0 30px;
    z-index: 5;
}

h2 div {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 8px 12px;
}

h2 div::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: #68be8d;
    z-index: -1;
}

h2.bottom {
    position: relative;
    padding: 0.6em;
    border: 2px solid #68be8d;
    background-color: #68be8d;
    color: #fff;
    margin: 10rem 0 0;
}

h2.bottom::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #68be8d;
    width: 0;
    height: 0;
}

h3 {
    position: relative;
    font-size: 2.5rem;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 0;
}

a {
    color: #68be8d;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #70b6f2;
    transition-duration: 0.2s;
}

a:hover img {
    opacity: 0.8;
    transition-duration: 0.2s;
}

a:focus {
    outline: none;
}

img {
    vertical-align: middle;
}

p {
    text-align: justify;
    margin: 25px 0;
}

ul {
    list-style: none;
}

li {
    margin: 10px 0;
}

ol {
    padding-left: 25px;
}

dt {
    font-weight: bold;
    font-size: 1.8rem;
}

dd {
    margin: 20px 0 50px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 10px;
}

hr {
    border: 0;
    height: 1px;
    background: #555;
    margin: 70px 0;
}

address {
    font-style: normal;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    background: #fff;
    padding: 5px;
    border: solid thin #ccc;
    border-radius: 3px;
}

[type="submit"],
[type="button"] {
    display: inline-block;
    background: #0095d9;
    color: #fff;
    padding: 6px 40px;
    margin: auto;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

[type="submit"]:hover,
[type="button"]:hover {
    background-color: #70b6f2;
}

small {
    font-size: 1.3rem;
}

rt {
    font-size: 1.3rem;
}

footer {
    position: relative;
    background: #acc486;
    color: #fff;
    margin-top: 100px;
}

footer::before {
    content: "";
    position: absolute;
    top: -300px;
    width: 100%;
    height: 370px;
    background: url(img/common/footer_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 1;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* common*/

.g_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.g_container_s {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.al_c {
    align-items: center;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.co_box {
    position: relative;
    min-height: 100px;
    padding: 0 20px 30px;
    flex-basis: 400px;
    flex-grow: 2;
    z-index: 10;
}


.info_box {
    position: relative;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 400px;
    flex-grow: 2;
    z-index: 10;
}

.co_box_s {
    position: relative;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 300px;
    flex-grow: 1;
}

.co_img {
    position: relative;
    min-height: 100px;
    text-align: center;
    padding: 0 20px;
    flex-basis: 400px;
    flex-grow: 1;
}


.co_img_s {
    position: relative;
    min-height: 100px;
    text-align: center;
    padding: 0 20px;
    flex-basis: 250px;
    flex-grow: 1;
}

.co_img_n {
    position: relative;
    min-height: 100px;
    text-align: center;
    padding: 0 20px;
    flex-basis: 250px;
    flex-grow: 1;
}

.co_img img,
.co_img_s img {
    display: inline-block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin-bottom: 20px;
}

.co_img_s img {
    max-width: 400px;
}

.co_side {
    position: relative;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 150px;
    flex-grow: 1;
}

.anomaly_img {
    content: "";
    position: relative;
    min-height: 500px;
    flex-basis: 250px;
    flex-grow: 1;
    z-index: 10;
}

.anomaly_img img {
    display: inline-block;
    position: absolute;
    left: -20px;
    bottom: 50px;
    width: 500px;
    height: 500px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
}

.anomaly_img span {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 30px;
    background: rgba(104, 190, 141, .8);
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
}

.band {
    background: #eee;
    padding: 40px 20px;
    margin: 0;
}

.band_y {
    background: #ffe8d1;
    padding: 40px 20px;
    margin: 0;
}

.band_y h2 {
    color: #dd6f01;
}

.band_p {
    background: #FFEEFF;
    margin: 0;
}

.band_p h2 {
    color: #e78ea0
}

.wrap {
    width: 100%;
    max-width: 1024px;
    padding: 80px 20px;
    margin: 0 auto;
}

.division {
    position: relative;
    padding: 50px 0;
}

.red {
    color: red;
}

.yellow {
    color: #ffd700;
}

.pink {
    color: #e78ea0;
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.blank {
    position: relative;
}

.blank::after {
    content: url(img/common/blank.svg);
    position: relative;
    margin-left: 5px;
}

.cap_1 {
    position: relative;
    background: url(img/zizozakura_01.jpg);
    color: #fff;
    font-size: 3.6rem;
    letter-spacing: 10px;
    text-shadow: 0 0 3px #000;
    padding: 45px 20px 40px;
    margin-bottom: 50px;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
}

.cap_1 span {
    color: #fff;
}

.cap_1::before {
    content: "";
    background: inherit;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}

.marker {
    position: relative;
    z-index: 1;
}

.marker::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #c1d8ac;
    z-index: -1;
}

.logo_s {
    display: inline-block;
    text-align: center;
    margin: 20px 0;
}

.logo_s img {
    display: inline-block;
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.link {
    position: relative;
}

.link::after {
    content: url(img/common/arrow_03.svg);
    position: relative;
    top: 2px;
    margin-left: 7px;
}

.facebook iframe {
    width: 340px;
    height: 420px;
    border: none;
}

.font_m {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.large {
    font-size: 1.8rem;
}

.in_block {
    display: inline-block;
}

.txt_box {
    background: #fff;
    color: #333;
    padding: 20px 40px 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(100, 100, 100, .1);
}

.btn_1 {
    display: inline-block;
    background: #68be8d;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    margin: 20px 10px;
    border-radius: 20px;
}

.btn_1:hover {
    background: #549a73;
    color: #fff;
}

.btn_2 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    font-size: 2rem;
    padding: 0.7em;
    margin: 1.5em;
    font-weight: bold;
    border: 2px solid #68be8d;
    border-radius: 100vh;
    color: #68be8d;
    background-color: #fff;
    transition: 0.5s;
    letter-spacing: normal;
}

.btn_2:hover {
    color: #fff;
    background: #68be8d;
}

.btn_3 {
    display: inline-block;
    background: #68be8d;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 15px 35px;
    margin: 20px 10px;
    border: solid 2px #68be8d;
    border-radius: 30px;
}

.btn_3:hover {
    color: #68be8d;
    background: #fff;
}

a.btn_04 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #e78ea0;
    background: #e78ea0;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
}

a.btn_04:hover {
    color: #e78ea0;
    background: #fff;
}

.list_style {
    list-style: disc;
    padding-left: 20px;
}

.sakura::after {
    content: url(img/common/sakura_03.svg);
    position: absolute;
    top: -45px;
    opacity: 0.6;
    z-index: -1;
}

.more {
    text-align: right;
}

.more a {
    display: inline-block;
    background: #fff;
    letter-spacing: 2px;
    padding: 7px 20px;
    margin: 10px 0;
    border: solid 2px #68be8d;
}

.more a:hover {
    background: #68be8d;
    color: #fff;
}

.table_border th {
    background: #fffaf0;
    border: solid thin #ccc;
}

.table_border td {
    background: #fff;
    border: solid thin #ccc;
}

.variable_img img {
    width: 100%;
    height: auto;
}

.w_500 {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.space {
    margin: 30px 0;
}

/* header */

.header_area {
    position: relative;
}

.header_title {
    position: relative;
    z-index: 100;
}

.title_box {
    z-index: 110;
}

.site_title {
    display: inline-block;
    position: absolute;
    top: 100px;
    left: 10px;
    background: rgba(255, 255, 230, .9);
    font-family: 'CHIKARA', 'Noto Sans JP', sans-serif;
    font-size: 5rem;
    color: #e78ea0;
    text-align: center;
    letter-spacing: 15px;
    /*
    text-shadow: 0 0 1px #666, 1px 0 1px #666, 0 1px 2px #666, -1px 0 1px #666, 0 -1px 1px #666;
    */
    padding: 30px 50px 15px;
    border-radius: 4em 2em 3em 1em/.7em 3em .8em 3em;
    z-index: 120;
}

.site_title span {
    display: block;
    font-size: 1.4rem;
    color: #70b6f2;
    letter-spacing: 2px;
    margin-top: 20px;
}

.logo {
    position: absolute;
    top: 50px;
    left: 5%;
}

.logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.normal_header .logo {
    top: 5px;
    left: 10px;
    width: 110px;
}

.normal_header .logo img {
    width: 70px;
}

.index_sub_title {
    position: absolute;
    top: 5%;
    right: 10%;
    height: 100vh;
    font-size: 11rem;
    color: rgba(255, 255, 255, .7);
    letter-spacing: 30px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.normal_header {
    background: #fffaf0;
}

.normal_header .header_title {
    flex-basis: 100px;
    flex-grow: 1;
    padding: 5px;
}

.normal_header .site_title {
    position: relative;
    top: 0;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 5px 20px 3px;
    margin-top: 7px;
}

.normal_header .site_title span {
    font-size: 1.2rem;
    margin-top: 0;
}

.normal_header .navmenu {
    flex-basis: 500px;
    flex-grow: 2;
}

/* nav */

nav {
    background: #fffaf0;
    z-index: 100;
}

.navmenu ul {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1024px;
    text-align: center;
    margin: auto;
}

.navmenu ul li {
    width: 100%;
    max-width: 250px;
    margin: 0;
}

.navmenu li a {
    display: inline-block;
    width: 100%;
    color: #555;
    padding: 10px;
}

.navmenu li a:hover {
    background: #eaffea;
}

.navmenu span {
    display: block;
    font-size: 1rem;
    color: #68be8d;
    line-height: 0.8em;
}

.navmenu span.nav_icon {
    margin-bottom: 5px;
}

.navmenu span.nav_icon img {
    max-width: 27px;
}

.normal_header .navmenu {
    flex-basis: 400px;
    flex-grow: 1;
}

.home_icon,
.blog_icon,
.camera_icon,
.travel_icon,
.mail_icon {
    position: relative;
}

.home_icon::before {
    content: url(img/common/home.svg);
    width: 22px;
}

.blog_icon::before {
    content: url(img/common/pen.svg);
    width: 21px;
}

.camera_icon::before {
    content: url(img/common/camera_02.svg);
    width: 27px;
}

.travel_icon::before {
    content: url(img/common/travel.svg);
    width: 22px;
}

.mail_icon::before {
    content: url(img/common/mail.svg);
    width: 22px;
}

/* contents */

main {
    position: relative;
    overflow: hidden;
    padding-bottom: 300px;
    z-index: 2;
}

/* fixed-background */

.cd_fixed_bg {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}

.cd_fixed_bg.cd_bg_1 {
    background-image: url(img/zizozakura_01.jpg);
}

.cd_fixed_bg.cd_bg_2 {
    background-image: url(img/tenguduka_01.jpg);
}

.cd_bg_cap {
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgba(104, 190, 141, .8);
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

/* pankuzu */

.pankuzu {
    background: rgba(255, 255, 255, .7);
    padding: 5px 20px;
}

.pankuzu li {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    padding-right: 10px;
    margin-right: 10px;
}

.pankuzu li::after {
    content: "/";
    position: absolute;
    right: -3px;
}

.pankuzu li:last-child::after {
    content: none;
}

/* index */

.swiper-container {
    position: relative;
    max-height: 70vh;
    z-index: 1;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    max-height: 70vh;
    vertical-align: bottom;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.swiper-slide span {
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 50px;
    background: rgba(104, 190, 141, .8);
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.swiper-slide small {
    font-size: 1.2rem;
}

.fade_txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    color: #333;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px 3px;
    z-index: 100;
}

.fade_txt.is-active {
    --opacity: 1;
}

.char {
    display: inline-block;
    opacity: var(--opacity, 0);
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: calc(0.15s * var(--char-index));
    margin: 0 -2px;
}

.visuallyHidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.to_camera {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 100;
}

.to_camera a {
    display: block;
    position: relative;
    text-align: center;
    margin: 10px;
    border-radius: 5px;
}

.to_camera img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
}

.page_down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 49px;
    height: 27px;
    margin: auto;
    opacity: .8;
    z-index: 100;
}

.loop_wrap {
    display: flex;
    position: absolute;
    bottom: 0;
    align-items: center;
    overflow: hidden;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    padding: 10px 0;
    z-index: 600;
}

.loop_area {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
    list-style: none;
    margin: 0;
    padding: 0;
}

.loop_area div {
    width: 870px;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    color: #111;
}

.loop_area a {
    color: #111;
}

.audio_box {
    font-weight: bold;
    text-align: right;
    padding: 7px;
}

.loop_area .btn_1 {
    display: inline;
    font-size: 1.3rem;
    color: #fff;
    padding: 5px 12px 4px;
    margin: 0 0 0 5px;
}

@keyframes loop-slide {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

.inst_banner {
    position: absolute;
    left: 10px;
    bottom: 155px;
    z-index: 700;
}

.inst_banner a {
    display: inline-block;
    margin: 10px;
}

.inst_banner img {
    width: 200px;
    height: auto;
}

.map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.map_address {
    text-align: right;
    margin: 20px 0;
}

.banner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    width: 100%;
    max-width: 1240px;
    min-height: 80px;
    text-align: center;
    padding: 20px 0;
    margin: auto;
}

.ba_box {
    flex-basis: 160px;
    flex-grow: 1;
    text-align: center;
    padding: 10px;
}

.ba_box img {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.info_list {
    background: rgba(255, 255, 255, .7);
    height: 420px;
    overflow: auto;
    padding: 20px;
    border-radius: 10px;
}

.info_list li {
    padding: 20px 0;
    border-bottom: dotted 1px #ccc;
}

.blog {
    text-align: center;
}

.blog a {
    display: inline-block;
    margin-bottom: 20px;
}

.blog_list {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.blog_list:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition-duration: .3s;
    border-radius: 10px;
}

.blog_list:hover img {
    transform: scale(1.1);
}

.list_img {
    flex-basis: 170px;
    flex-grow: 1;
    overflow: hidden;
}

.blog_list img {
    display: inline-block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 10px 0 0 10px;
}

.post_txt {
    text-align: left;
    flex-basis: 170px;
    flex-grow: 1;
    padding: 20px;
}

.post_date {
    display: inline-block;
    background: #d1e8ff;
    font-size: 1.3rem;
    color: #027af2;
    padding: 0 5px;
    margin: 0 0 10px;
    border-radius: 5px;
}

.post_author a {
    display: inline-block;
    background: #68be8d;
    font-size: 1.3rem;
    color: #fff;
    padding: 0 5px;
    margin: 0 10px 10px;
    border-radius: 5px;
}

.post_title {
    line-height: 1em;
    margin: 0 0 10px;
}

.post_title a {
    color: #555;
}

.post_title h3,
.blog_title h3 {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1px;
    color: #555;
    text-align: left;
}

.blog_title {
    min-height: 90px;
    line-height: 1em;
    margin: 0 0 10px;
}

.category {
    position: relative;
    font-size: 1.4rem;
}

.category ul::before {
    content: url(img/common/category.svg);
}

.category li {
    margin: 5px 0;
}

.category span {
    color: #aaa;
    margin-right: 10px;
}

.index_cap {
    position: relative;
    background: #e78ea0;
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    padding: 50px 0;
}

.index_cap::before {
    content: url(img/common/sakura_02.svg);
    position: absolute;
    top: 50px;
    left: 20%;
    opacity: .7
}

.index_cap::after {
    content: url(img/common/sakura_02.svg);
    position: absolute;
    top: 20px;
    right: 20%;
    transform: rotate(-60deg);
    opacity: .7
}

.index_cap span {
    display: block;
    font-size: 1.4rem;
}

.to_contact {
    text-align: center;
    margin: 100px 0 100px;
}

.to_contact a {
    display: inline-block;
    position: relative;
    background: #68be8d;
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 2px;
    padding: 35px 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 100;
}

.to_contact a:hover {
    background: rgba(255, 255, 255, .6);
    color: #68be8d;
    transition-duration: .2s;
    box-shadow: none;
}

/* sponsor */

.page {
    min-height: 600px;
}

.biz_content ul {
    list-style: disc;
    font-size: 2rem;
    text-align: left;
    line-height: 1.4em;
    padding-left: 20px;
    margin-bottom: 20px;
}

.sponsor_cap {
    position: relative;
    background: #e78ea0;
    color: #fff;
    flex-basis: 1000px;
    flex-grow: 1;
    padding: 20px;
    margin: 0 0 40px;
    /*
    border-radius: 4em 2em 3em 1em/.7em 3em .8em 3em;
    */
    z-index: 1;
}

.sponsor_cap::after {
    content: url(img/common/sakura_03.svg);
    position: absolute;
    right: 10%;
    top: 5%;
    opacity: .5;
}

.sponsor_cap h1 {
    margin-bottom: 0;
}

.sponsor_cap_sub {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.catch_copy {
    background: rgba(255, 255, 255, .5);
    font-size: 2rem;
    line-height: 1.4em;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.sponsor_address {
    font-size: 1.8rem;
    line-height: 1.4em;
}

.sponsor_address_pin {
    font-size: 1.8rem;
    line-height: 1.4em;
}


.sponsor_address_pin a {
    display: inline-block;
    position: relative;
    top: 10px;
    margin: 0 10px;
}

.sponsor_name {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.open_hour {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 20px 0;
}

.open_hour div {
    margin: 20px 0;
    position: relative;
    padding-left: 120px;
}

.open_hour .o_cap {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    min-width: 110px;
    background: #68be8d;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.open_hour a {
    font-size: 1.4rem;
}

.sponsor_info {
    height: 300px;
    overflow: auto;
    background: rgba(255, 255, 255, .7);
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.sponsor_info li {
    padding: 15px 0;
    border-bottom: dotted thin #ccc;
}

.sponsor_info .post_date {
    margin-right: 10px;
}

.sponsor_info a {
    display: block;
}

.sponsor_post {
    margin: 15px 0;
}

.sponsor_date,
.sponsor_title {
    display: inline-block;
}

.sponsor_title {
    margin: 0 10px;
}

.contact_box {
    max-width: 500px;
    margin: auto;
}

.wpcf7 textarea,
.wpcf7-text {
    width: 100%;
}

/* tourism */

.arrow_down {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 20px 0;
    border-style: solid;
    border-width: 50px 150px 0 150px;
    border-color: #68be8d transparent transparent transparent;
}

.spot {
    position: relative;
    background: rgba(255, 255, 255, .7);
    padding: 30px 20px;
    margin: 50px 0;
    border-radius: 10px;
}

.spot_s {
    position: relative;
    background: rgba(255, 255, 255, .7);
    padding: 30px 20px 0;
    margin: 50px 0;
    border-radius: 10px;
}

.t_adrress {
    position: relative;
    font-size: 1.4rem;
    padding-left: 35px;
    text-align: left;
}

.t_adrress::before {
    content: url(img/common/pin.svg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 41px;
    margin: auto;
}

.t_adrress a {
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 10px;
}

.t_adrress_2 {
    position: relative;
    font-size: 1.8rem;
    padding-left: 35px;
}

.t_adrress_2::before {
    content: url(img/common/pin.svg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 3rem;
    width: 30px;
    height: 41px;
    margin: auto;
}

.t_adrress_2 a {
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 10px;
}

.item {
    display: inline-block;
    min-width: 100px;
    background: #68be8d;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}

.t_number {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 70px;
    height: 70px;
    background: #e78ea0;
    font-size: 5rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    padding: 19px 5px 5px;
    border-radius: 50%;
    margin-right: 10px;
}

.t_number_g {
    background: #68be8d;
}

/* livecamera */

.livecam {
    text-align: center;
    aspect-ratio: 16 / 9;
    padding: 20px;
    margin: 50px 0;
}

.livecam iframe {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: auto;
}

.camera {
    position: relative;
    text-align: center;
    padding: 20px;
    margin: 0 auto 30px;
}

.camera iframe {
    display: inline-block;
    width: 100%;
    max-width: 1024px;
    height: auto;
    min-height: 563px;
    margin: auto;
    border: none;
}


/* gallery */

.rl-gallery-container {
    margin-bottom: 100px;
}

.rl-gallery-item {
    margin-bottom: 10px;
}

.rl-gallery-item img {
    display: inline-block;
    width: 140px;
    height: 140px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin: 10px;
}

/* single */

.single_contents {
    background: rgba(255, 255, 255, .5);
    padding: 30px 30px 50px;
    border-radius: 10px;
}

.single_contents .post_author {
    text-align: center;
}

.single_contents .post_author a {
    margin-right: 0;
}

.single .post_date {
    display: block;
    position: relative;
    background: none;
    color: #999;
    text-align: right;
    margin-bottom: 5px;
}

.single .post_date::before {
    content: url(img/common/clock.svg);
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.post-categories li {
    display: inline-block;
    margin: 5px 0;
}

.post-categories li a {
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    margin-left: 5px;
}

.post-categories li a::after {
    content: ".";
    margin: 0 2px;
}

.post-categories li:last-child a::after {
    content: none;
}

.single h1 {
    text-align: left;
    letter-spacing: 1px;
}

.single article {
    min-height: 400px;
    padding-top: 30px;
    margin: 20px 0;
    border-top: solid thin #ccc;
}

.single article img {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: auto;
}

.pager {
    margin: 20px 0 50px;
}

.pager .pager_l,
.pager .pager_r {
    position: relative;
    flex-basis: 300px;
    flex-grow: 1;
}

.pager .pager_l {
    padding-left: 20px;
}

.pager .pager_l::before {
    content: "←";
    position: absolute;
    left: 0;
}

.pager .pager_r {
    text-align: right;
    padding-right: 20px;
}

.pager .pager_r::after {
    content: "→";
    position: absolute;
    right: 0;
}

/* archive */

.archive .single_contents {
    margin-bottom: 30px;
}

.archive .single_contents h1 {
    margin-bottom: 0;
}

.archive h3 {
    text-align: left;
    letter-spacing: 1px;
    margin-top: 0;
}

.archive .post_list {
    background: rgba(255, 255, 255, .5);
    padding: 20px 30px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.archive .co_img_s {
    padding-left: 0;
}

.archive .co_box_s {
    text-align: justify;
    padding-right: 0;
}

.archive .post_date {
    display: block;
    position: relative;
    background: none;
    color: #999;
    text-align: right;
}

.archive .post_date::before {
    content: url(img/common/clock.svg);
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.pagination {
    text-align: center;
}

.page-numbers {
    display: inline-block;
    background: #68be8d;
    color: #fff;
    padding: 5px 10px;
    margin: 10px;
    border: solid thin #68be8d;
}

.page-numbers:hover {
    background: #fff;
    color: #68be8d;
}

.current {
    background: #eee;
    color: #999;
    border-color: #ccc;
}

/* contact */

.contact_area {
    max-width: 600px;
    margin: auto;
}

.required {
    display: inline-block;
    background: red;
    font-size: 1.3rem;
    color: #fff;
    padding: 1px 10px;
    margin: 10px;
}

/* link */

.link_list {
    list-style: disc;
    color: #68be8d;
    padding-left: 20px;
}

.link_list li {
    font-size: 2rem;
    margin: 20px 0;
}

/* side */

.widget {
    background: rgba(255, 255, 255, .6);
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.widget h3 {
    font-size: 2rem;
    color: #68be8d;
    line-height: 1.2em;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: solid 2px #68be8d;
}

.widget a {
    position: relative;
    color: #555;
}

.widget a::before {
    content: url(img/common/sakura_05.svg);
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.searchform label {
    display: none;
}

.searchform input {
    width: 100%;
}

.searchform [type="text"] {
    margin-bottom: 7px;
}

.search_list {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid thin #ccc;
}

/* pagetop */

.pagetop {
    z-index: 400;
}

.pagetop a {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 49px;
    height: 27px;
    padding: 0;
    opacity: 0.8;
    z-index: 450;
}

.pagetop a:hover {
    opacity: 0.4;
    bottom: 25px;
    transition-duration: 0.1s;
    animation: none;
}

.pagetop a img {
    width: 49px;
    height: 27px;
}

/* footer */

.footer {
    position: relative;
    color: #fff;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
}

.footer_subtitle {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.footer_title {
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    padding: 40px 0;
}

.footer_title a {
    color: #fff
}

.footer_title img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.footer_banner {
    margin: 20px 0;
}

.footer_banner a {
    display: inline-block;
    margin: 10px;
}

.footer_banner img {
    max-width: 200px;
    height: auto;
}

.f_link {
    text-align: center;
}

.f_link a {
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    color: #fff;
    margin: 5px;
}

.f_link a::before {
    content: "·";
}

.f_link a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 1.3rem;
}

.info_icon {
    position: absolute;
    right: 0;
    padding: 5px;
    bottom: 0;
}

.info_icon_b {
    position: absolute;
    padding: 5px;
    right: 0;
    bottom: 0;
}

.info_icon_c {
    position: absolute;
    padding: 5px;
    right: 0;
    bottom: 0;
}

.info_icon img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.info_icon_b img {
    width: 100%;
    max-width: 100px;
    height: auto;
}

.info_icon_c img {
    width: 100%;
    max-width: 100px;
    height: auto;
}

@media screen and (min-width: 1280px) {

    .swiper-container {
        max-height: 100vh;
    }

    .swiper-slide {
        min-height: 80vh;
        max-height: 100vh;
    }

    /*
    .swiper-slide img {
        position: absolute;
        top: 0;
        left: 0;
    }
*/
    .to_contact {
        margin: 100px 0 250px;
    }

    footer::before {
        top: -400px;
        height: 571px;
    }
}

@media screen and (max-width: 1024px) {
    
    .logo {
        top: 30px;
        left: 30px;
    }

    .logo img {
        max-width: 150px;
    }
    
    .to_camera {
        top: 15px;
        right: 15px;
    }
    
    .to_camera img {
        width: 120px;
        height: 120px;
    }
    
}

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

    .index_header {
        text-align: center;
    }

    .index_header .logo {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        margin: auto;
    }

    .index_header .logo img {
        display: inline-block;
        position: relative;
        left: 0;
        right: 0;
        max-width: 90px;
        margin: auto;
    }

    .normal_header .site_title {
        padding-left: 0;
    }

    .normal_header .logo {
        position: relative;
        margin: 0 0 5px;
    }

    nav.navmenu {
        position: fixed;
        z-index: 200;
        top: 0;
        left: 0;
        background: #fff;
        color: #000;
        text-align: center;
        width: 100%;
        transform: translateX(-100%);
        transition: all 0.6s;
    }

    nav.navmenu ul {
        display: block;
        background: #fff;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    nav.navmenu ul li {
        font-size: 1.1em;
        list-style-type: none;
        padding: 0;
        width: 100%;
        max-width: 100%;
        border-bottom: 1px dotted #333;
    }

    nav.navmenu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.navmenu ul li a {
        display: block;
        color: #000;
        padding: 1em 0;
    }

    nav.navmenu.open {
        transform: translateX(0%);
    }

    .toggle {
        display: block;
        position: absolute;
        right: 13px;
        top: 10px;
        width: 42px;
        height: 42px;
        background: #fff;
        cursor: pointer;
        border: solid thin #333;
        z-index: 3000;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        background: #555;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px;
        border-radius: 2px;
    }

    .toggle span:nth-child(1) {
        top: 10px;
    }

    .toggle span:nth-child(2) {
        top: 19px;
    }

    .toggle span:nth-child(3) {
        top: 28px;
    }

    .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .loop_wrap {
        position: relative;
    }
    
    .fade_txt {
        position: relative;
        font-size: 1.6rem;
    }

    .swiper-slide span {
        bottom: 10px;
        font-size: 1.3rem;
        padding: 3px 8px;
    }
    
    .swiper-slide small {
        font-size: 1.0rem;
    }
    
    .inst_banner {
        position: relative;
        left: auto;
        bottom: auto;
        text-align: center;
        padding-top: 20px;
    }
    
    .to_camera {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin: 20px auto 0;
        z-index: 100;
    }
    
    .to_camera a {
        display: inline-block;
    }

    .to_camera img {
        width: 150px;
        height: 150px;
    }

    .swiper-container {
        max-height: 120vh;
    }

    .cd_fixed_bg {
        background-attachment: scroll;
    }

    .anomaly_img {
        text-align: center;
        min-height: 300px;
    }

    .anomaly_img img {
        position: relative;
        top: 0;
        left: auto;
        bottom: auto;
        width: 420px;
        height: 420px;
        margin: 20px 10px;
    }

}

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

    h2 {
        font-size: 2.6rem;
        letter-spacing: 1px;
    }

    .cd_fixed_bg {
        background-attachment: scroll;
    }

    .to_contact {
        margin: 30px 0 100px;
    }

    .to_contact a {
        font-size: 1.8rem;
        letter-spacing: 0;
    }

    .co_box {
        padding: 0 0 30px;
    }

    .info_box {
        padding: 0 0 10px;
    }

    .co_box.txt_box {
        padding: 20px;
    }

    .cap_1 {
        background-size: cover;
    }

    .info_list {
        height: 300px;
    }

}

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

    h1,
    .cap_1 {
        letter-spacing: 1px;
    }

    h2 {
        letter-spacing: 0;
    }

    h3 {
        font-size: 2rem;
    }

    .normal_header .logo img {
        width: 50px;
    }

    .wrap {
        padding: 40px 20px;
    }

    .co_img {
        padding: 0;
    }

    .post_list {
        margin: 20px 0;
    }

    .txt_box {
        padding: 20px;
    }

    .y_box {
        padding: 20px;
        background: #fffaf0;
        border-radius: 10px;
    }

    .index_cap {
        font-size: 2.4rem;
    }

    .banner {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }

    .to_contact a {
        padding: 20px;
    }

    .sponsor_cap h1 {
        font-size: 2.4rem;
        letter-spacing: 1px;
    }

    .sponsor_cap_sub {
        font-size: 1.6rem;
        letter-spacing: 0;
    }

    .catch_copy {
        font-size: 1.8rem;
        padding: 20px;
    }

    .biz_content ul {
        font-size: 1.6rem;
    }

    .sponsor_name {
        font-size: 2rem;
    }

    .open_hour {
        font-size: 1.6rem;
    }

    .open_hour div {
        text-align: center;
        padding-left: 0;
    }

    .open_hour .o_cap {
        display: block;
        position: relative;
        margin: 30px 0 10px;
    }

    .anomaly_img img {
        position: relative;
        top: 0;
        left: auto;
        bottom: auto;
        width: 320px;
        height: 320px;
        margin: 20px 10px;
    }

    .cd_fixed_bg.cd_bg_1 {
        background-image: url(img/zizozakura_01_s.jpg);
    }

    .cd_fixed_bg.cd_bg_2 {
        background-image: url(img/tenguduka_01_s.jpg);
    }

    .single_contents {
        padding: 30px 20px 50px;
    }

    .single h1 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .info_icon {
        top: 0;
        bottom: 0;
    }

    .info_icon_b {
        top: 0;
        bottom: 10px;
    }

    .info_icon_c {
        top: 0;
        bottom: 10px;
    }

    .info_icon img {
        max-width: 80px;
    }

    .info_icon_b img {
        max-width: 60px;
    }

    .info_icon_c img {
        max-width: 60px;
    }

    .co_box {
        padding: 0;
    }

    .info_box {
        padding: 0;
    }

    .livecam {
        padding: 0;
    }
}

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

    .info_icon_b {
        padding: 0;
        bottom: 0;
        top: 10px;
    }

    .info_icon_c {
        padding: 0;
        bottom: 0;
        top: 25px;
    }
}

@media screen and (max-width: 360px) {
    h2 {
        font-size: 2.4rem;
    }

    .blog_list img {
        border-radius: 10px 10px 0 0;
    }

    .t_adrress {
        font-size: 1.3rem;
    }

    .t_adrress_2 {
        font-size: 1.5rem;
    }


}

@media all and (-ms-high-contrast: none) {
    .banner {
        display: flex;
        flex-wrap: wrap;
    }

    .ba_box {
        flex-basis: 200px;
        flex-grow: 1;
    }
}

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

    .info_icon {
        padding: 0;
        bottom: 60px;
    }


}
