@charset "UTF-8";
img {
    max-width: 100%;
}

*,
*.* {
    box-sizing: border-box;
}

body {
    font-family: "Noto Serif JP", serif;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #a04300;
    border-radius: 0.5rem;
}

a {
    font-family: "Noto Serif JP", serif;
}

a:hover {
    opacity: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
}

.wrap {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.flexphoto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.flexphoto a.thumb {
    width: 48%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.flexphoto a.readm {
    display: none;
}

.flexphoto .space {
    width: 48%;
}

.flexphoto a .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    background: rgb(240 113 0 / 60%);
    font-weight: bold;
    font-size: 20px;
}

.flexphoto a img {
    width: 120%;
    height: 120%;
    display: block;
    object-fit: cover;
    object-position: 50% -40px;
}

.flexphoto .readmore {
    width: 100%;
    text-align: center;
}

h2:first-letter {
    font-size: 150%;
}

.h2_2w,
.h2_3w,
.h2_7w,
.h2_7ws {
    padding: 1.65rem 2rem;
    color: #e5004f;
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(45deg, #f9dbdc45 25%, transparent 25%, transparent 75%, #f9dbdc0d 75%, #f9dbdc), linear-gradient(45deg, #f9dbdc87 25%, transparent 25%, transparent 75%, #f9dbdc8c 75%, #f9dbdca3);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}

.h2_3m,
.h2_5m {
    padding: 1.65rem 2rem;
    color: #000d6b;
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(45deg, #dbe6f945 25%, transparent 25%, transparent 75%, #dfdbf90d 75%, #dbf1f9), linear-gradient(45deg, #dbf3f987 25%, transparent 25%, transparent 75%, #dbe9f98c 75%, #dbe9f9a3);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}

.h2_h50,
.h2_h55,
.h2_h60,
.h2_h65 {
    padding: 1.65rem 2rem;
    color: #000d6b;
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(45deg, #dbe6f945 25%, transparent 25%, transparent 75%, #dfdbf90d 75%, #dbf1f9), linear-gradient(45deg, #dbf3f987 25%, transparent 25%, transparent 75%, #dbe9f98c 75%, #dbe9f9a3);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}

.h2_h50:first-letter,
.h2_h55:first-letter,
.h2_h60:first-letter,
.h2_h65:first-letter {
    font-size: 100%;
}

a.btn-border {
    border: 2px solid #9f2a00;
    border-radius: 0;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

a.btn-border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-radius: 0 50% 50% 0;
    background: #9f2a00;
}

a.btn-border:hover:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    line-height: 30px;
    width: 30px;
    height: 30px;
    content: "\f061";
    -webkit-transform: translateX(550%) translateY(0.5rem);
    transform: translateX(550%) translateY(0.5rem);
    color: #fff;
    border-radius: 50%;
}

@-webkit-keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

.mt {
    margin-top: 40px;
}

.pt {
    padding-top: 40px;
}

.mb {
    margin-bottom: 40px;
}

.mbm {
    margin-bottom: 20px;
}

.pb {
    padding-bottom: 40px;
}

.cen {
    text-align: center;
}

.right {
    text-align: right;
}

.fonts {
    font-size: 90%;
    font-weight: normal;
}

.fontb {
    font-size: 120%;
    font-weight: bold;
}

.innerbox {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    max-width: 600px;
    background: #ffffff;
}

.err {
    color: #f97c78;
}

.flexb {
    display: flex;
    justify-content: space-between;
}

.flexs {
    display: flex;
    justify-content: flex-start;
}

.flexb .w50 {
    width: 50%;
    display: block;
}


/*alert*/

.swal2-popup {
    font-size: 14px !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #58a6db;
    color: #fff;
    font-size: 2em;
    line-height: 2em;
    padding: 0 44px;
}

.confirm {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 99;
    bottom: 0;
    padding: 20px;
    background: rgb(240 0 0 / 9%);
}

a.btn--orange {
    color: #fff;
    background-color: #eb6100;
}

a.btn--orange:hover {
    color: #fff;
    background: #f56500;
}

a.btn-c {
    font-size: 2rem;
    position: relative;
    padding: 1.5rem 3rem 1.5rem 2rem;
}

a.btn-c i.fa {
    margin-right: 1rem;
}

a.btn-c:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - .8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}

@media screen and (max-width: 767px) {
    body {
        min-width: initial;
    }
    .flexphoto {
        padding: 2%;
    }
}
