@charset "UTF-8";

html {
height: 100%;
width: 100%;
color: #333333;
overflow-x: hidden;
font-size: 16px;
font-family: "zen-kaku-gothic-new", sans-serif;
letter-spacing: 0.12rem;
line-height: 1.6;
scroll-behavior: smooth;
}
@media (max-width: 767px) {
html {
font-size: 15px;
}
}
body {
overflow-x: hidden;
width: 100vw;
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_all.png) repeat;
animation: bugfix infinite 1s;
-webkit-animation: bugfix infinite 1s;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@keyframes bugfix {
from {
padding: 0;
}
to {
padding: 0;
}
}
@-webkit-keyframes bugfix {
from {
padding: 0;
}
to {
padding: 0;
}
}
img {
width: 100%;
max-width: 100%;
height: auto;
vertical-align: top;
}
strong {
font-weight: bold;
}
a {
cursor: pointer;
}
.dp_flex {
display: flex;
}
.dp_block {
display: block;
}
.dp_inlineBlock {
display: inline-block;
}
.fl_wrap {
display: flex;
flex-wrap: wrap;
}
.fl_jtfStart {
display: flex;
justify-content: start;
}
.fl_jtfEnd {
display: flex;
justify-content: end;
}
.fl_jtfCenter {
display: flex;
justify-content: center;
}
.fl_jtfAround {
display: flex;
justify-content: space-around;
}
.fl_jtfBetween {
display: flex;
justify-content: space-between;
}
.fl_alignStart {
align-items: start;
}
.fl_alignEnd {
align-items: end;
}
.fl_alignCenter {
align-items: center;
}
.fl_alignStretch {
align-items: stretch;
}
.fl_col {
flex-direction: column;
}
.fl_rowReverse {
flex-direction: row-reverse;
}
.fl_colReverse {
flex-direction: column-reverse;
}
.fl_flex1 {
flex: 1;
}
.fl_flex2 {
flex: 2;
}
.fl_flex3 {
flex: 3;
}
.fl_flex4 {
flex: 4;
}
.fl_flex5 {
flex: 5;
}
.fl_flex6 {
flex: 6;
}
.fl_flex7 {
flex: 7;
}
.fl_flex8 {
flex: 8;
}
@media (max-width: 767px) {
.md-fl-column {
align-items: center;
}
}
.md-fl-column {
flex-direction: row;
}
@media (max-width: 767px) {
.md-fl-column {
flex-direction: column;
}
}
.md-fl-columnReverse {
flex-direction: row;
}
@media (max-width: 767px) {
.md-fl-columnReverse {
flex-direction: column-reverse;
}
}
@media (max-width: 767px) {
.md-fl-block {
display: block;
}
}
.wd_12-20p {
width: 12%;
}
@media (max-width: 767px) {
.wd_12-20p {
width: 20%;
}
}
.wd_10-30p {
width: 10%;
}
@media (max-width: 767px) {
.wd_10-30p {
width: 30%;
}
}
.wd_10-50p {
width: 10%;
}
@media (max-width: 767px) {
.wd_10-50p {
width: 50%;
}
}
.wd_10-100p {
width: 10%;
}
@media (max-width: 767px) {
.wd_10-100p {
width: 100%;
}
}
.wd_12-50p {
width: 12%;
}
@media (max-width: 767px) {
.wd_12-50p {
width: 50%;
}
}
.wd_15-35p {
width: 15%;
}
@media (max-width: 767px) {
.wd_15-35p {
width: 35%;
}
}
.wd_15-50p {
width: 15%;
}
@media (max-width: 767px) {
.wd_15-50p {
width: 50%;
}
}
.wd_18-35p {
width: 18%;
}
@media (max-width: 767px) {
.wd_18-35p {
width: 35%;
}
}
.wd_18-50p {
width: 18%;
}
@media (max-width: 767px) {
.wd_18-50p {
width: 50%;
}
}
.wd_18-75p {
width: 18%;
}
@media (max-width: 767px) {
.wd_18-75p {
width: 75%;
}
}
.wd_18-100p {
width: 18%;
}
@media (max-width: 767px) {
.wd_18-100p {
width: 100%;
}
}
.wd_20-50p {
width: 20%;
}
@media (max-width: 767px) {
.wd_20-50p {
width: 50%;
}
}
.wd_22-47p {
width: 22%;
}
@media (max-width: 767px) {
.wd_22-47p {
width: 47%;
}
}
.wd_24-47p {
width: 24%;
}
@media (max-width: 767px) {
.wd_24-47p {
width: 47%;
}
}
.wd_22-100p {
width: 22%;
}
@media (max-width: 767px) {
.wd_22-100p {
width: 100%;
}
}
.wd_23-100p {
width: 23%;
}
@media (max-width: 767px) {
.wd_23-100p {
width: 100%;
}
}
.wd_24-100p {
width: 24%;
}
@media (max-width: 767px) {
.wd_24-100p {
width: 100%;
}
}
.wd_28-75p {
width: 28%;
}
@media (max-width: 767px) {
.wd_28-75p {
width: 75%;
}
}
.wd_30-50p {
width: 30%;
}
@media (max-width: 767px) {
.wd_30-50p {
width: 50%;
}
}
.wd_30-75p {
width: 30%;
}
@media (max-width: 767px) {
.wd_30-75p {
width: 75%;
}
}
.wd_30-100p {
width: 30%;
}
@media (max-width: 767px) {
.wd_30-100p {
width: 100%;
}
}
.wd_31-100p {
width: 31%;
}
@media (max-width: 767px) {
.wd_31-100p {
width: 100%;
}
}
.wd_32-75p {
width: 32%;
}
@media (max-width: 767px) {
.wd_32-75p {
width: 75%;
}
}
.wd_36-75p {
width: 36%;
}
@media (max-width: 767px) {
.wd_36-75p {
width: 75%;
}
}
.wd_32-80p {
width: 32%;
}
@media (max-width: 767px) {
.wd_32-80p {
width: 80%;
}
}
.wd_32-100p {
width: 32%;
}
@media (max-width: 767px) {
.wd_32-100p {
width: 100%;
}
}
.wd_40-100p {
width: 40%;
}
@media (max-width: 767px) {
.wd_40-100p {
width: 100%;
}
}
.wd_36-50p {
width: 36%;
}
@media (max-width: 767px) {
.wd_36-50p {
width: 50%;
}
}
.wd_30-47-100p {
width: 30%;
}
@media (max-width: 767px) {
.wd_30-47-100p {
width: 47%;
}
}
@media (max-width: 575px) {
.wd_30-47-100p {
width: 100%;
}
}
.wd_22-47-100p {
width: 22%;
}
@media (max-width: 767px) {
.wd_22-47-100p {
width: 47%;
}
}
@media (max-width: 575px) {
.wd_22-47-100p {
width: 100%;
}
}
.wd_45-100p {
width: 45%;
}
@media (max-width: 767px) {
.wd_45-100p {
width: 100%;
}
}
.wd_47-100p {
width: 47%;
}
@media (max-width: 767px) {
.wd_47-100p {
width: 100%;
}
}
.wd_48-100p {
width: 48%;
}
@media (max-width: 767px) {
.wd_48-100p {
width: 100%;
}
}
.wd_48_5-100p {
width: 48.5%;
}
@media (max-width: 767px) {
.wd_48_5-100p {
width: 100%;
}
}
.wd_50-100p {
width: 50%;
}
@media (max-width: 767px) {
.wd_50-100p {
width: 100%;
}
}
.wd_52-100p {
width: 52%;
}
@media (max-width: 767px) {
.wd_52-100p {
width: 100%;
}
}
.wd_55-100p {
width: 55%;
}
@media (max-width: 767px) {
.wd_55-100p {
width: 100%;
}
}
.wd_60-100p {
width: 60%;
}
@media (max-width: 767px) {
.wd_60-100p {
width: 100%;
}
}
.wd_64-100p {
width: 64%;
}
@media (max-width: 767px) {
.wd_64-100p {
width: 100%;
}
}
.wd_68-100p {
width: 68%;
}
@media (max-width: 767px) {
.wd_68-100p {
width: 100%;
}
}
.wd_72-100p {
width: 72%;
}
@media (max-width: 767px) {
.wd_72-100p {
width: 100%;
}
}
.wd_82-72p {
width: 82%;
}
@media (max-width: 767px) {
.wd_82-72p {
width: 72%;
}
}
.wd_75-100p {
width: 75%;
}
@media (max-width: 767px) {
.wd_75-100p {
width: 100%;
}
}
.wd_77-100p {
width: 77%;
}
@media (max-width: 767px) {
.wd_77-100p {
width: 100%;
}
}
.wd_80-100p {
width: 80%;
}
@media (max-width: 767px) {
.wd_80-100p {
width: 100%;
}
}
.wd_82-100p {
width: 82%;
}
@media (max-width: 767px) {
.wd_82-100p {
width: 100%;
}
}
.wd_84-100p {
width: 84%;
}
@media (max-width: 767px) {
.wd_84-100p {
width: 100%;
}
}
.wd_15p {
width: 15%;
}
.wd_20p {
width: 20%;
}
.wd_24p {
width: 24%;
}
.wd_28p {
width: 28%;
}
.wd_30p {
width: 30%;
}
.wd_32p {
width: 32%;
}
.wd_40p {
width: 40%;
}
.wd_45p {
width: 45%;
}
.wd_50p {
width: 50%;
}
.wd_55p {
width: 55%;
}
.wd_64p {
width: 64%;
}
.wd_72p {
width: 72%;
}
.wd_95p {
width: 95%;
}
.wd_100p {
width: 100%;
}
.wd_100vw {
margin-left: calc((100vw - 100%) / 2 * -1);
margin-right: calc((100vw - 100%) / 2 * -1);
}
.wd_pagewidth {
max-width: 1100px;
margin: 0 auto;
}
@media (max-width: 1100px) {
.wd_pagewidth {
width: 90%;
}
}
.tx_size48px {
font-size: 3rem;
}
.tx_size40px {
font-size: 2.5rem;
}
.tx_size36px {
font-size: 2.25rem;
}
.tx_size32px {
font-size: 2rem;
}
.tx_size28px {
font-size: 1.75rem;
}
.tx_size27px {
font-size: 1.6875rem;
}
.tx_size24px {
font-size: 1.5rem;
}
.tx_size23px {
font-size: 1.4375rem;
}
.tx_size22px {
font-size: 1.375rem;
}
.tx_size21px {
font-size: 1.3125rem;
}
.tx_size20px {
font-size: 1.25rem;
}
.tx_size18px {
font-size: 1.125rem;
}
.tx_size17px {
font-size: 1.0625rem;
}
.tx_size16px {
font-size: 1rem;
}
.tx_size15px {
font-size: 0.9375rem;
}
.tx_size14px {
font-size: 0.875rem;
}
.tx_size13px {
font-size: 0.8125rem;
}
.tx_size12px {
font-size: 0.75rem;
}
.tx_size11px {
font-size: 0.6875rem;
}
.tx_size10px {
font-size: 0.625rem;
}
.tx_size9px {
font-size: 0.5625rem;
}
.tx_size1rem {
font-size: 1rem;
}
.tx_lh1rem {
line-height: 1rem;
}
.tx_lh2rem {
line-height: 2rem;
}
.tx_lh2_5rem {
line-height: 2.5rem;
}
.tx_lh3rem {
line-height: 3rem;
}
.tx_fwRegular {
font-weight: 400;
}
.tx_fwMedium {
font-weight: 500;
}
.tx_fwBold {
font-weight: 700;
}
.tx_ffCatch {
font-family: "kinuta-maruminyoshino-stdn", serif;
}
.tx_bold {
font-weight: bold;
}
.tx_center {
text-align: center;
}
.tx_right {
text-align: right;
}
.tx_right-center {
text-align: right;
}
@media (max-width: 767px) {
.tx_right-center {
text-align: center;
}
}
.tx_left-right {
text-align: left;
}
@media (max-width: 767px) {
.tx_left-right {
text-align: right;
}
}
.tx_center-left {
text-align: center;
}
@media (max-width: 767px) {
.tx_center-left {
text-align: left;
}
}
.tx_left-center {
text-align: cleft;
}
@media (max-width: 767px) {
.tx_left-center {
text-align: center;
}
}
.tx_fc--white {
color: #fff;
}
.tx_fc--green {
color: #137978;
}
.tx_fc--coral {
color: #ca715e;
}
.tx_fc--wine {
color: #e19c9c;
}
.tx_fc--kahki {
color: #e0bb84;
}
.tx_fc--lime {
color: #b6c797;
}
.tx_fc--key {
color: #71281c;
}
.tx_fc--ac {
color: #dfd287;
}
.tx_br::after {
content: "\a";
white-space: pre;
}
.tx_uLine {
text-decoration: underline;
}
.tx_accent {
font-family: "zen-kaku-gothic-new", sans-serif;
}
.tx_link {
color: #71281c;
}
.tx_link:hover, .tx_link:focus {
text-decoration: underline;
}
.tx_emphasis {
position: relative;
padding: 0 6px;
display: inline-block;
z-index: 0;
}
.tx_emphasis::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0.1em;
height: 0.6em;
border-radius: 15px;
z-index: -1;
}
.tx_emphasis--lime::after {
background: #e8ebb7;
}
.tx_emphasis--pink::after {
background: #fadbd3;
}
.tx_vertical {
writing-mode: vertical-rl;
text-orientation: mixed;
line-height: 2;
}
.am_fadein {
animation-name: fadein;
animation-duration: 1.5s;
}
@keyframes fadein {
from {
opacity: 0;
transform: translatey(20px);
}
to {
opacity: 1;
transform: translatey(0);
}
}
.ad_mt5 {
margin-top: 5px;
}
.ad_mt10 {
margin-top: 10px;
}
.ad_mt15 {
margin-top: 15px;
}
.ad_mt20 {
margin-top: 20px;
}
.ad_mt25 {
margin-top: 25px;
}
.ad_mt30 {
margin-top: 30px;
}
.ad_mt35 {
margin-top: 35px;
}
.ad_mt40 {
margin-top: 40px;
}
.ad_mt45 {
margin-top: 45px;
}
.ad_mt50 {
margin-top: 50px;
}
.ad_mt55 {
margin-top: 55px;
}
.ad_mt60 {
margin-top: 60px;
}
.ad_mt65 {
margin-top: 65px;
}
.ad_mt70 {
margin-top: 70px;
}
.ad_mt75 {
margin-top: 75px;
}
.ad_mt80 {
margin-top: 80px;
}
.ad_mt85 {
margin-top: 85px;
}
.ad_mt90 {
margin-top: 90px;
}
.ad_mt95 {
margin-top: 95px;
}
.ad_mt100 {
margin-top: 100px;
}
.ad_mt105 {
margin-top: 105px;
}
.ad_mt110 {
margin-top: 110px;
}
.ad_mt115 {
margin-top: 115px;
}
.ad_mt120 {
margin-top: 120px;
}
.ad_mt125 {
margin-top: 125px;
}
.ad_mt130 {
margin-top: 130px;
}
.ad_mt135 {
margin-top: 135px;
}
.ad_mt140 {
margin-top: 140px;
}
.ad_mt145 {
margin-top: 145px;
}
.ad_mt150 {
margin-top: 150px;
}
.ad_mt155 {
margin-top: 155px;
}
.ad_mt160 {
margin-top: 160px;
}
.ad_mt165 {
margin-top: 165px;
}
.ad_mt170 {
margin-top: 170px;
}
.ad_mt175 {
margin-top: 175px;
}
.ad_mt180 {
margin-top: 180px;
}
.ad_mt185 {
margin-top: 185px;
}
.ad_mt190 {
margin-top: 190px;
}
.ad_mt195 {
margin-top: 195px;
}
.ad_mt200 {
margin-top: 200px;
}
.ad_mt1rem {
margin-top: 1rem;
}
.ad_mt2rem {
margin-top: 2rem;
}
.ad_mt3rem {
margin-top: 3rem;
}
.ad_mt4rem {
margin-top: 4rem;
}
.ad_mt5rem {
margin-top: 5rem;
}
.ad_mb5 {
margin-bottom: 5px;
}
.ad_mb10 {
margin-bottom: 10px;
}
.ad_mb15 {
margin-bottom: 15px;
}
.ad_mb20 {
margin-bottom: 20px;
}
.ad_mb25 {
margin-bottom: 25px;
}
.ad_mb30 {
margin-bottom: 30px;
}
.ad_mb35 {
margin-bottom: 35px;
}
.ad_mb40 {
margin-bottom: 40px;
}
.ad_mb45 {
margin-bottom: 45px;
}
.ad_mb50 {
margin-bottom: 50px;
}
.ad_mb55 {
margin-bottom: 55px;
}
.ad_mb60 {
margin-bottom: 60px;
}
.ad_mb65 {
margin-bottom: 65px;
}
.ad_mb70 {
margin-bottom: 70px;
}
.ad_mb75 {
margin-bottom: 75px;
}
.ad_mb80 {
margin-bottom: 80px;
}
.ad_mb85 {
margin-bottom: 85px;
}
.ad_mb90 {
margin-bottom: 90px;
}
.ad_mb95 {
margin-bottom: 95px;
}
.ad_mb100 {
margin-bottom: 100px;
}
.ad_p5 {
padding: 5px;
}
.ad_p10 {
padding: 10px;
}
.ad_p15 {
padding: 15px;
}
.ad_p20 {
padding: 20px;
}
.ad_p25 {
padding: 25px;
}
.ad_p30 {
padding: 30px;
}
.ad_p35 {
padding: 35px;
}
.ad_p40 {
padding: 40px;
}
.ad_p45 {
padding: 45px;
}
.ad_p50 {
padding: 50px;
}
.ad_pb5 {
padding-bottom: 5px;
}
.ad_pb10 {
padding-bottom: 10px;
}
.ad_pb15 {
padding-bottom: 15px;
}
.ad_pb20 {
padding-bottom: 20px;
}
.ad_pb25 {
padding-bottom: 25px;
}
.ad_pb30 {
padding-bottom: 30px;
}
.ad_pb35 {
padding-bottom: 35px;
}
.ad_pb40 {
padding-bottom: 40px;
}
.ad_pb45 {
padding-bottom: 45px;
}
.ad_pb50 {
padding-bottom: 50px;
}
.ad_ptb5 {
padding-top: 5px;
padding-bottom: 5px;
}
.ad_ptb10 {
padding-top: 10px;
padding-bottom: 10px;
}
.ad_ptb15 {
padding-top: 15px;
padding-bottom: 15px;
}
.ad_ptb20 {
padding-top: 20px;
padding-bottom: 20px;
}
.ad_ptb25 {
padding-top: 25px;
padding-bottom: 25px;
}
.ad_ptb30 {
padding-top: 30px;
padding-bottom: 30px;
}
.ad_ptb35 {
padding-top: 35px;
padding-bottom: 35px;
}
.ad_ptb40 {
padding-top: 40px;
padding-bottom: 40px;
}
.ad_ptb45 {
padding-top: 45px;
padding-bottom: 45px;
}
.ad_ptb50 {
padding-top: 50px;
padding-bottom: 50px;
}
.ad_ptb55 {
padding-top: 55px;
padding-bottom: 55px;
}
.ad_ptb60 {
padding-top: 60px;
padding-bottom: 60px;
}
.ad_ptb65 {
padding-top: 65px;
padding-bottom: 65px;
}
.ad_ptb70 {
padding-top: 70px;
padding-bottom: 70px;
}
.ad_ptb75 {
padding-top: 75px;
padding-bottom: 75px;
}
.ad_ptb80 {
padding-top: 80px;
padding-bottom: 80px;
}
.ad_ptb85 {
padding-top: 85px;
padding-bottom: 85px;
}
.ad_ptb90 {
padding-top: 90px;
padding-bottom: 90px;
}
.ad_ptb95 {
padding-top: 95px;
padding-bottom: 95px;
}
.ad_ptb100 {
padding-top: 100px;
padding-bottom: 100px;
}
.ad_gap5 {
gap: 5px;
}
.ad_gap10 {
gap: 10px;
}
.ad_gap15 {
gap: 15px;
}
.ad_gap20 {
gap: 20px;
}
.ad_gap25 {
gap: 25px;
}
.ad_gap30 {
gap: 30px;
}
.ad_gap35 {
gap: 35px;
}
.ad_gap40 {
gap: 40px;
}
.ad_gap45 {
gap: 45px;
}
.ad_gap50 {
gap: 50px;
}
.ad_gap55 {
gap: 55px;
}
.ad_gap60 {
gap: 60px;
}
.ad_gap65 {
gap: 65px;
}
.ad_gap70 {
gap: 70px;
}
.ad_gap75 {
gap: 75px;
}
.ad_gap80 {
gap: 80px;
}
.ad_gap85 {
gap: 85px;
}
.ad_gap90 {
gap: 90px;
}
.ad_gap95 {
gap: 95px;
}
.ad_gap100 {
gap: 100px;
}
.ad_mt120-75 {
margin-top: 120px;
}
@media (max-width: 767px) {
.ad_mt120-75 {
margin-top: 75px;
}
}
.ad_mtAuto {
margin-top: auto;
}
.ad_mt1rem {
margin-top: 1rem;
}
.ad_mt1_5rem {
margin-top: 1.5rem;
}
.ad_mt0_5rem {
margin-top: 0.5rem;
}
.ad_mt0_3rem {
margin-top: 0.3rem;
}
.ad_mb1rem {
margin-bottom: 1rem;
}
.ad_gap-v25 {
gap: 25px 0;
}
.ad_gap-v30 {
gap: 30px 0;
}
.ad_gap40-20 {
gap: 40px;
}
@media (max-width: 767px) {
.ad_gap40-20 {
gap: 20px;
}
}
.ad_gap-v5rem {
row-gap: 5rem;
}
.ad_gap-v3rem {
row-gap: 3rem;
}
.ad_gap-v2rem {
row-gap: 2rem;
}
.ad_gap_0_5rem {
gap: 0.5rem;
}
.ad_gap_1rem {
gap: 1rem;
}
.ad_gap_2rem {
gap: 2rem;
}
.ad_gap_3rem {
gap: 3rem;
}
.ad_gap_2per {
gap: clamp(8px, 1.6vw, 22px);
}
.ad_gap_3per {
gap: clamp(12px, 2.4vw, 33px);
}
.ad_gap_3_5per {
gap: clamp(14px, 2.8vw, 38px);
}
.ad_gap_4per {
gap: clamp(16px, 3.2vw, 44px);
}
.ad_gap_5per {
gap: clamp(20px, 4vw, 55px);
}
.ad_gap_6per {
gap: clamp(24px, 4.8vw, 66px);
}
@media (max-width: 767px) {
.ad-md_gap30 {
gap: 30px;
}
}
.ad_gap12p_3 {
gap: 4%;
}
.ad_pl150-0 {
padding-left: 150px;
}
@media (max-width: 767px) {
.ad_pl150-0 {
padding: 0;
}
}
.ad_pr150-0 {
padding-right: 150px;
}
@media (max-width: 767px) {
.ad_pr150-0 {
padding: 0;
}
}
.ad_mr0_3rem {
margin-right: 0.3rem;
}
.ad_mr1rem {
margin-right: 1rem;
}
.ad_mr1_5rem {
margin-right: 1.5rem;
}
.ad_ml0_5rem {
margin-left: 0.5rem;
}
.ad_mlr0_5rem {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.ad_mlr1rem {
margin-left: 1rem;
margin-right: 1rem;
}
.ad_ml2rem {
margin-left: 2rem;
}
.ad_pt75px {
padding-top: 75px;
}
.ad_pb75px {
padding-bottom: 75px;
}
.ad_pt30px {
padding-top: 30px;
}
.ad_pb30px {
padding-bottom: 30px;
}
.ad_p40-0 {
padding: 40px;
}
@media (max-width: 767px) {
.ad_p40-0 {
padding: 0 0 15px 0;
}
}
.hp_clearBoth {
clear: both;
}
.hp_blockCenter {
margin-left: auto;
margin-right: auto;
}
.hp_clipCircle {
clip-path: circle();
}
.hp_imgZoom img {
cursor: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/plus_cursor.png), pointer;
}
.hp_imgCircle {
border-radius: 100px;
}
.hp-imgHover:hover img {
opacity: 0.85;
transform: scale(1.05);
}
.hp-imgHover img {
transition: all 0.3s ease-out;
}
.hp_btnHover:hover {
opacity: 0.85;
}
.hp_ratio img {
object-fit: cover;
aspect-ratio: 1.375;
width: 100%;
}
.hp_ratio6-5 img {
object-fit: cover;
aspect-ratio: 6/5;
width: 100%;
}
.hp_ratio3-2c img {
object-fit: cover;
aspect-ratio: 3/2;
width: 100%;
}
@media (max-width: 767px) {
.hp_ratio3-2c img {
aspect-ratio: 3/4;
}
}
.hp_ratio3-2_6-5 img {
object-fit: cover;
aspect-ratio: 3/2;
width: 100%;
}
@media (max-width: 767px) {
.hp_ratio3-2_6-5 img {
aspect-ratio: 6/5;
}
}
.hp_ratio4-3c img {
object-fit: cover;
aspect-ratio: 4/3;
width: 100%;
}
@media (max-width: 767px) {
.hp_ratio4-3c img {
aspect-ratio: 3/4;
}
}
.hp_ratio17-15 img {
object-fit: cover;
aspect-ratio: 43/35;
width: 100%;
}
.hp_ratio43-29 img {
object-fit: cover;
aspect-ratio: 43/29;
width: 100%;
}
.hp_ratio1-1 img {
object-fit: cover;
aspect-ratio: 1/1;
width: 100%;
}
.hp_boxShadow {
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.hp_scroll {
overflow: scroll;
}
.hp_radius12px {
border-radius: 12px;
}
.hp_radius15px {
border-radius: 15px;
}
.hp_radius30px {
border-radius: 30px;
}
.hp_bgOval {
position: relative;
}
.hp_bgOval::before {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_green_head.png);
background-repeat: no-repeat;
background-position: center;
position: absolute;
display: inline-block;
background-size: cover;
top: -108px;
height: 108px;
width: 100%;
}
.hp_bgOval::after {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_green_head.png);
background-repeat: no-repeat;
background-position: center;
rotate: 180deg;
position: absolute;
display: inline-block;
background-size: cover;
bottom: -108px;
height: 108px;
width: 100%;
}
.hp_bgBeige {
position: relative;
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_beige.png) repeat;
}
.hp_bgBeige::before {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_beige_head.png);
background-repeat: no-repeat;
background-position: center;
position: absolute;
display: inline-block;
background-size: cover;
top: -108px;
height: 108px;
width: 100%;
}
.hp_bgBeige::after {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_beige_head.png);
background-repeat: no-repeat;
background-position: center;
rotate: 180deg;
position: absolute;
display: inline-block;
background-size: cover;
bottom: -108px;
height: 108px;
width: 100%;
}
.hp_bgGreen {
position: relative;
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_green.png) repeat;
}
.hp_bgGreen::before {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_green_head.png);
background-repeat: no-repeat;
background-position: center;
position: absolute;
display: inline-block;
background-size: cover;
top: -108px;
height: 108px;
width: 100%;
}
.hp_bgGreen::after {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_green_head.png);
background-repeat: no-repeat;
background-position: center;
rotate: 180deg;
position: absolute;
display: inline-block;
background-size: cover;
bottom: -108px;
height: 108px;
width: 100%;
}
.hp_bgWhite {
background-color: #fff;
}
.hp_bgWhite-opa {
background-color: rgba(255, 255, 255, 0.6666666667);
}
.hp_bgSand {
background-color: #f3efe9;
}
.hp_bgWine {
background-color: #bc6f6a;
}
.hp_bgPurple {
background-color: #b1608b;
}
.hp_bgOrange {
background-color: #f35430;
}
.hp_bgDgreen {
background-color: #236633;
}
.hp_bgOrange {
background-color: #d88a1e;
}
.hp_bgGrey {
background-color: #888785;
}
.hp_bgLightGrey {
background-color: #f2f1ee;
}
.hp_bg_home--stay {
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_home_stay.png) repeat-x;
}
.hp_bg_home--access {
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_home_access.png) repeat-x;
}
.hp_bg_home--workshop {
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_home_workshop.png) repeat-x;
}
.hp_bg_home--instagram {
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_home_instagram.png) repeat-x;
}
.hp_scroll666 {
height: 666px;
overflow: scroll;
}
@media (max-width: 767px) {
.hp_scroll666 {
overflow: visible;
}
}
.hp_uLine--coral {
border-bottom: 3px #de604c solid;
}
@media (max-width: 767px) {
.sp_outline--grey {
outline: 1px #e2e2e2 solid;
}
}
@media (min-width: 768px) {
.lg_none {
display: none;
}
}
@media (max-width: 767px) {
.md_none {
display: none;
}
}
@media (max-width: 767px) {
.md_peNone {
pointer-events: none;
}
}
@media (max-width: 767px) {
.md_center {
margin: 0 auto;
}
}
@media (max-width: 767px) {
.md_txCenter {
text-align: center;
}
}
@media (max-width: 767px) {
.md_imgCircle {
clip-path: circle();
}
}
.roomGallery {
max-width: 1100px;
margin: 24px auto;
}
.roomGallery__main {
position: relative;
border-radius: 12px;
overflow: hidden;
background: #f2f2f2;
}
.roomGallery__main .swiper-slide img {
width: 100%;
height: auto;
aspect-ratio: 16/10;
object-fit: cover;
display: block;
}
.roomGallery__mainPrev, .roomGallery__mainNext {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border-radius: 999px;
background: rgba(0, 0, 0, 0.45);
z-index: 5;
cursor: pointer;
display: grid;
place-items: center;
user-select: none;
}
.roomGallery__mainPrev::before, .roomGallery__mainNext::before {
color: #fff;
font-size: 22px;
line-height: 1;
}
.roomGallery__mainPrev {
left: 12px;
}
.roomGallery__mainPrev::before {
content: "‹";
}
.roomGallery__mainNext {
right: 12px;
}
.roomGallery__mainNext::before {
content: "›";
}
.roomGallery__pagination {
position: absolute;
left: 0;
right: 0;
bottom: 10px;
z-index: 5;
}
.roomGallery__thumbArea {
display: grid;
grid-template-columns: 44px 1fr 44px;
gap: 10px;
align-items: center;
margin-top: 12px;
}
.roomGallery__thumbPrev, .roomGallery__thumbNext {
width: 44px;
height: 44px;
border-radius: 999px;
background: rgba(0, 0, 0, 0.45);
cursor: pointer;
display: grid;
place-items: center;
user-select: none;
}
.roomGallery__thumbPrev::before, .roomGallery__thumbNext::before {
color: #fff;
font-size: 20px;
line-height: 1;
}
.roomGallery__thumbPrev::before {
content: "‹";
}
.roomGallery__thumbNext::before {
content: "›";
}
.roomGallery__thumb .swiper-slide {
position: relative;
border-radius: 10px;
overflow: hidden;
opacity: 0.7;
border: 1px solid rgba(0, 0, 0, 0.08);
transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.roomGallery__thumb .swiper-slide img {
width: 100%;
height: 100%;
aspect-ratio: 4/3;
object-fit: cover;
display: block;
transition: transform 0.22s ease;
}
@media (hover: hover) and (pointer: fine) {
.roomGallery__thumb .swiper-slide:hover {
opacity: 0.95;
transform: translateY(-1px);
border-color: rgba(0, 0, 0, 0.18);
}
.roomGallery__thumb .swiper-slide:hover img {
transform: scale(1.02);
}
}
.roomGallery__thumb .swiper-slide-thumb-active {
opacity: 1;
border-color: rgba(0, 0, 0, 0.55);
}
.roomGallery__thumb .swiper-slide-thumb-active img {
transform: scale(1.01);
}
.roomGallery__moreBadge {
position: absolute;
inset: 0;
display: none;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.4);
color: #fff;
font-weight: 600;
letter-spacing: 0.02em;
font-size: 16px;
}
@media (max-width: 768px) {
.roomGallery__mainPrev, .roomGallery__mainNext {
display: none;
}
.roomGallery__thumbPrev, .roomGallery__thumbNext {
display: none;
}
}
#global-nav {
margin-left: 3rem;
}
.global-list {
text-align: left;
white-space: nowrap;
display: flex;
align-self: stretch;
gap: 1.5vw;
font-size: 0.95rem;
letter-spacing: 0.1rem;
font-family: "kinuta-maruminyoshino-stdn", serif;
line-height: 1.6;
font-weight: 700;
}
.global-list a {
color: #333333;
}
.global-list li {
transition: 0.2s;
position: relative;
}
.global-list li::after {
content: "";
position: absolute;
z-index: -1;
width: 100%;
transform: scaleX(0);
height: 16px;
bottom: -2px;
left: 0;
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_orange.png);
border-radius: 25px;
transform-origin: bottom center;
transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.global-list li:hover::after {
transform: scaleX(1);
transform-origin: bottom center;
}
#overlay-button {
position: absolute;
right: 2em;
top: 2em;
padding: 26px 11px;
z-index: 6;
cursor: pointer;
user-select: none;
}
#overlay-button span {
height: 3px;
width: 32px;
background-color: #aead3d;
border-radius: 25px;
position: relative;
display: block;
transition: all 0.2s ease-in-out;
}
#overlay-button span:before {
top: -10px;
visibility: visible;
height: 3px;
width: 32px;
background-color: #aead3d;
border-radius: 25px;
position: absolute;
content: "";
transition: all 0.2s ease-in-out;
}
#overlay-button span:after {
top: 10px;
height: 3px;
width: 32px;
background-color: #aead3d;
border-radius: 25px;
position: absolute;
content: "";
transition: all 0.2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
background-color: #d9d76f;
}
input[type=checkbox] {
display: none;
}
input[type=checkbox]:checked ~ #overlay {
visibility: visible;
}
input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
transform: rotate(45deg) translate(7px, 7px);
}
input[type=checkbox]:checked ~ #overlay-button span:after {
transform: rotate(-45deg) translate(7px, -7px);
}
#overlay {
height: 100vh;
width: 100vw;
background: rgba(139, 134, 39, 0.9254901961);
z-index: 5;
visibility: hidden;
position: fixed;
}
#overlay ul {
display: flex;
font-family: "zen-kaku-gothic-new", sans-serif;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
height: 100vh;
}
#overlay ul li {
padding: 1rem;
}
#overlay ul li a {
color: #fff;
font-size: 1.125rem;
}
#overlay ul li a:hover {
color: #fff;
}
#overlay ul li a::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
margin-left: 0.5em;
font-size: 0.875rem;
}
#wrap {
max-width: 1100px;
margin: 0 auto;
}
@media (max-width: 1100px) {
#wrap {
width: 90%;
}
}
.breadcrumbs {
margin-bottom: 40px;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
color: #896363;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
.el_tagline {
font-size: clamp(0.75rem, 0.6987rem + 0.2564vw, 0.875rem);
padding-top: 20px;
}
@media (max-width: 1100px) {
.el_tagline {
text-align: center;
}
}
.stayTabs__head {
display: flex;
gap: 16px;
}
.stayTabs__tab {
flex: 1;
padding: 18px 16px;
border: 1px solid #ddd;
background: #f3f3f3;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transition: background 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
}
.stayTabs__tab:hover {
transform: translateY(-2px);
}
.stayTabs__tab { }
.stayTabs__tab[data-tab=omoya][aria-selected=true] {
background: #dfe6b6;
border-color: #c9d19d;
}
.stayTabs__tab { }
.stayTabs__tab[data-tab=koya][aria-selected=true] {
background: #e5d288;
border-color: rgb(219.8551724138, 194.1724137931, 94.1448275862);
}
.stayTabs__sub {
display: block;
font-size: 13px;
opacity: 0.75;
margin-top: 6px;
}
.stayTabs__panel {
margin-top: 32px;
animation: tabFade 0.45s ease;
}
.stayTabs__panel[hidden] {
display: none;
} @keyframes tabFade {
from {
opacity: 0;
transform: translateY(6px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .stayTabs__panel[hidden] {
display: none;
}
.el_googlemap {
width: 100%;
height: 600px;
}
@media (max-width: 1100px) {
.el_googlemap {
height: 400px;
}
}
.el_catchVertical {
writing-mode: vertical-rl;
text-orientation: upright;
display: flex;
align-items: center;
justify-content: center;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
letter-spacing: 0.1em;
}
.el_catchVertical--green {
width: 7.5rem;
height: 25rem;
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_catch_green.png);
}
.el_catchVertical--brown {
width: 7.5rem;
height: 25rem;
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_catch_brown.png);
}
@media (max-width: 767px) {
.el_scenery {
flex-direction: column;
align-items: stretch;
}
.el_scenery .el_catchVertical--brown {
order: -1;
width: 100% !important;
height: 84px !important;
writing-mode: horizontal-tb !important;
text-orientation: mixed !important;
display: flex;
justify-content: center;
align-items: center;
white-space: nowrap;
font-size: clamp(16px, 4.2vw, 20px) !important;
line-height: 1;
letter-spacing: 0.08em;
margin-bottom: 30px; background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_catch_brown_sp.png) !important;
background-repeat: no-repeat;
background-position: center;
background-size: contain; }
}
@media (max-width: 767px) { .el_blog {
flex-direction: column;
align-items: stretch;
} .el_blog .el_catchVertical--green {
order: -1;
width: 100% !important;
height: 88px !important;
writing-mode: horizontal-tb !important;
text-orientation: mixed !important;
display: flex;
justify-content: center;
align-items: center;
white-space: nowrap;
font-size: clamp(18px, 4.5vw, 24px) !important;
line-height: 1;
letter-spacing: 0.08em;
margin-bottom: 30px; background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_catch_green_sp.png) !important;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
}
#logo {
text-align: center;
letter-spacing: 0.4rem;
width: clamp(250px, 32vw, 320px);
}
#logo-small {
width: clamp(125px, 13.6vw, 150px);
}
@media (max-width: 1100px) {
#logo-small {
margin-left: auto;
margin-right: auto;
}
}
.el_logo {
width: clamp(160px, 16vw, 180px);
}
@media (max-width: 1100px) {
.el_logo {
margin: 40px auto 40px auto;
text-align: center;
display: block;
}
}
#hero {
position: relative;
}
.el_mainCatch {
font-family: "zen-kaku-gothic-new", sans-serif;
text-align: center;
font-size: clamp(1.125rem, 0.6635rem + 2.3077vw, 2.25rem);
word-break: keep-all;
font-weight: 700;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
-moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.83);
-webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.83);
-ms-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.83);
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.83);
}
.el_introduction {
color: #fff;
text-align: center;
font-size: clamp(0.875rem, 0.7724rem + 0.5128vw, 1.125rem);
letter-spacing: 0.08rem;
}
.el_lineLR {
border-left: 1px #cccccc solid;
border-right: 1px #cccccc solid;
}
@media (max-width: 767px) {
.el_lineLR {
border: none;
}
}
.el_bgText {
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/img_selfcare.png);
background-repeat: no-repeat;
background-size: 280px;
background-position: top center;
}
.el_bgText--02 {
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/img_retreat.png);
}
.el_navBtn {
width: 48%;
}
@media (max-width: 767px) {
.el_navBtn {
width: 100%;
flex-direction: column;
text-align: center;
}
}
.el_navBtn {
outline: 4px #fff solid;
outline-offset: -4px;
padding: 1rem;
display: flex;
gap: 15px;
justify-content: space-between;
align-items: center;
background-color: #fff;
border-radius: 12px;
overflow: hidden;
}
.el_navBtn:hover, .el_navBtn:focus {
background-color: #e6f9ff;
outline: 4px #71281c solid;
outline-offset: -4px;
transition: 0.3s;
}
.el_navBtn::after {
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 1.5rem;
color: #71281c;
content: "\f105";
}
.el_navBtn_tit {
word-break: keep-all;
color: #71281c;
font-family: "zen-kaku-gothic-new", sans-serif;
font-size: clamp(1.25rem, 0.6742rem + 1.2012vw, 1.5rem);
font-weight: 700;
line-height: 1.6;
}
.el_navBtn_sub {
font-size: 1rem;
}
.el_navBtn_img img {
border-radius: 52% 45% 40% 36%;
max-height: 140px;
width: auto;
margin-left: 20px;
}
@media (max-width: 767px) {
.el_navBtn_img img {
margin: 0;
}
}
.el_navBtn_chevron {
color: #71281c;
}
.el_floBox {
position: absolute;
left: 5%;
bottom: 5%;
background-color: rgba(255, 255, 255, 0.7882352941);
max-width: 450px;
}
@media (max-width: 767px) {
.el_floBox {
display: none;
}
}
.bl_infoArea figure {
margin: 30px auto;
}
.bl_infoArea img {
clip-path: circle();
aspect-ratio: 1/1;
object-fit: cover;
}
.el_homeHeading {
font-family: "kinuta-maruminyoshino-stdn", serif;
font-size: 2.25rem;
letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
.el_homeHeading {
letter-spacing: 0.05rem;
font-size: 2rem;
}
}
.el_homeHeading--stay::before {
content: "";
display: inline-block;
width: 5.625rem;
height: 5.625rem;
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/icon_home_stay.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-right: 1rem;
vertical-align: -0.4em;
}
@media (max-width: 767px) {
.el_homeHeading--stay::before {
display: block;
margin: 0 auto 0.5rem;
vertical-align: baseline;
}
}
.el_homeHeading--access::before {
content: "";
display: inline-block;
width: 5.625rem;
height: 5.625rem;
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/icon_home_access.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-right: 1rem;
vertical-align: -0.5em;
}
@media (max-width: 767px) {
.el_homeHeading--access::before {
display: block;
margin: 0 auto 0.5rem;
vertical-align: baseline;
}
}
.el_homeHeading--workshop::before {
content: "";
display: inline-block;
width: 5rem;
height: 5rem;
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/icon_home_workshop.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-right: 1rem;
vertical-align: -0.4em;
}
@media (max-width: 767px) {
.el_homeHeading--workshop::before {
display: block;
margin: 0 auto 0.5rem;
vertical-align: baseline;
}
}
.el_pageHeading {
font-family: "kinuta-maruminyoshino-stdn", serif;
letter-spacing: 0.4rem;
margin: 0 auto;
padding-bottom: 15px;
color: #71281c;
font-size: 1.75rem;
font-weight: 500;
display: inline-block;
position: relative;
}
.el_pageHeading::after {
content: "";
position: absolute;
left: 0;
bottom: -8px;
width: 100%;
height: 8px;
background-image: repeating-linear-gradient(-45deg, rgba(215, 214, 215, 0) 0, rgb(133.4361702128, 47.2340425532, 33.0638297872) 2px, transparent 0, transparent 50%);
background-size: 6px 6px;
}
.el_postHeading {
font-weight: bold;
font-size: 1.5rem;
}
.el_postHeading::before {
content: "";
vertical-align: -3px;
display: inline-block;
background-color: rgb(153.8723404255, 54.4680851064, 38.1276595745);
width: 6px;
border-radius: 6px;
height: 24px;
margin-right: 1rem;
}
.el_heading {
position: relative;
margin-left: 1rem;
}
.el_heading::before {
position: absolute;
content: "";
display: inline-block;
background-color: rgb(174.3085106383, 61.7021276596, 43.1914893617);
border-radius: 4px;
width: 4px;
height: 30px;
transform: rotate(-15deg);
}
@media (max-width: 767px) {
.el_heading::before {
background: none;
}
}
.el_heading::after {
position: absolute;
content: "";
display: inline-block;
background-color: rgb(174.3085106383, 61.7021276596, 43.1914893617);
border-radius: 4px;
width: 4px;
height: 30px;
transform: rotate(15deg);
}
@media (max-width: 767px) {
.el_heading::after {
background: none;
}
}
.el_heading--sm {
position: relative;
text-align: center;
}
.el_heading--sm::before {
content: "";
margin-left: auto;
margin-right: auto;
margin-bottom: 0.8rem;
display: block;
background-color: rgb(174.3085106383, 61.7021276596, 43.1914893617);
border-radius: 4px;
width: 350px;
height: 3px;
}
.el_heading--sm::after {
content: "";
margin-left: auto;
margin-right: auto;
margin-top: 0.8rem;
display: block;
background-color: rgb(174.3085106383, 61.7021276596, 43.1914893617);
border-radius: 4px;
width: 350px;
height: 3px;
}
.el_infoTit {
color: rgb(212.2631578947, 194.9013157895, 94.7368421053);
font-weight: bold;
}
.el_infoTit::before {
font-size: 1.3125rem;
font-family: "Font Awesome 5 Free";
margin-right: 0.3rem;
content: "\f024";
vertical-align: -2px;
}
.bl_infoArea_btn {
color: #fff;
outline: rgba(255, 255, 255, 0) 3px solid;
outline-offset: -3px;
padding: 0.5rem 0.8rem;
display: inline-block;
background-color: #dfd287;
border-radius: 8px;
transition: 0.2s;
}
.bl_infoArea_btn:link, .bl_infoArea_btnvisited {
color: #fff;
}
.bl_infoArea_btn:hover, .bl_infoArea_btn:focus {
color: #dfd287;
outline: #dfd287 3px solid;
outline-offset: -3px;
background-color: #fff;
}
.el_btnMore {
color: #71281c;
font-family: "kinuta-maruminyoshino-stdn", serif;
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_yellow.png);
display: inline-block;
text-align: center;
border-top: 1px #bcae49 solid;
border-bottom: 1px #bcae49 solid;
font-size: 1.125rem;
font-weight: bold;
padding: 1rem 2rem;
transition: 0.2s;
}
.el_btnMore:hover, .el_btnMore:focus {
color: #a37636;
}
@media (max-width: 767px) {
.el_btnMore {
width: 90%;
}
}
.el_btnMore--coral:hover, .el_btnMore--coral:focus {
color: #71281c;
}
.el_btnMore--home {
border: 1px #c6c6c6 solid;
border-radius: 50px;
display: block;
width: fit-content;
margin: 40px auto 0;
padding: 12px 24px;
transition: 0.3s;
}
.el_btnMore--home:hover {
background: #c39b5e;
color: #fff;
}
.el_btnMore--sm {
transition: 0.2s;
position: relative;
}
.el_btnMore--sm::after {
content: "";
position: absolute;
z-index: 1;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: -10px;
left: 0;
background-color: rgb(174.3085106383, 61.7021276596, 43.1914893617);
transform-origin: bottom center;
transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.el_btnMore--sm:hover::after {
transform: scaleX(1.05);
transform-origin: bottom center;
}
.el_btnRound {
display: block;
border-radius: 100px;
}
.el_navBtn_tx {
color: #5fa03d;
font-family: "zen-kaku-gothic-new", sans-serif;
font-size: 1.3125rem;
font-weight: 700;
outline: 4px #fff solid;
outline-offset: -4px;
background-color: #fff;
padding: 1.5rem;
border-radius: 12px;
display: block;
text-align: center;
width: 35%;
}
@media (max-width: 767px) {
.el_navBtn_tx {
width: 90%;
}
}
.el_navBtn_tx:hover {
background-color: #eefee6;
outline: 4px #5fa03d solid;
outline-offset: -4px;
transition: 0.3s;
}
.bl_article__inner {
display: flex;
justify-content: space-between;
align-items: center;
gap: 50px;
padding: 35px;
}
@media (max-width: 767px) {
.bl_article__inner {
flex-direction: column;
}
}
.bl_article__inner:nth-child(2n) {
background-color: #f7efe4;
flex-direction: row-reverse;
}
@media (max-width: 767px) {
.bl_article__inner:nth-child(2n) {
flex-direction: column;
}
}
.bl_article__inner:nth-child(odd) {
background-color: rgba(255, 255, 255, 0.8);
}
.bl_article img {
border-radius: 14px;
}
.bl_postBox--home img {
object-fit: cover;
aspect-ratio: 1/1;
width: 100%;
border-radius: 51% 49% 50% 50%/60% 52% 48% 40%;
}
.bl_postBox--home__cat {
text-align: left;
color: #c28379;
margin-left: 2rem;
}
.bl_postBox {
background-color: #fff;
border: 1px #e2e2e2 solid;
padding: 1.8rem;
position: relative;
}
.bl_postBox img {
object-fit: cover;
aspect-ratio: 1/1;
width: 100%;
border-radius: 51% 49% 50% 50%/60% 52% 48% 40%;
}
.bl_postBox__cat {
text-align: left;
color: #fff;
background: #c28379;
padding: 0.5rem 0.8rem;
position: absolute;
top: 0px;
left: 4%;
border-radius: 0 0 10px 10px;
}
.bl_postBox__cat--single {
display: inline-block;
text-align: left;
color: #fff;
background: #c28379;
padding: 0.5rem 0.8rem;
top: 0px;
left: 4%;
border-radius: 10px;
}
.bl_postSingle img {
margin-top: 30px;
margin-bottom: 30px;
}
.bl_postSingle__cat {
color: #fff;
background: #c28379;
padding: 0.5rem 0.8rem;
}
.bl_postArea .wrap_article {
display: flex;
flex-wrap: wrap;
gap: 2%;
}
.bl_postArea article {
background-color: #fff;
box-shadow: 0px 2px 8.1px 0.9px rgba(7, 0, 2, 0.07);
border-radius: 16px;
line-height: 1.4;
width: 23.5%;
display: flex;
flex-direction: column;
}
@media (max-width: 767px) {
.bl_postArea article {
width: 100%;
}
}
.bl_postArea article img {
border-radius: 6%;
object-fit: cover;
aspect-ratio: 43/35;
width: 100%;
}
@media (max-width: 767px) {
.bl_postArea article:nth-child(4n+1) {
margin-top: 25px;
}
}
@media (max-width: 767px) {
.bl_postArea article:nth-child(4n+2) {
margin-top: 25px;
}
}
@media (max-width: 767px) {
.bl_postArea article:nth-child(4n+3) {
margin-top: 25px;
}
}
@media (max-width: 767px) {
.bl_postArea article:nth-child(4n+4) {
margin-top: 25px;
}
}
.bl_postArea_btn {
padding: 0.5rem 0.8rem;
display: inline-block;
background: transparent;
border-bottom: rgb(233.7368421053, 225.0986842105, 175.2631578947) 3px solid;
position: relative;
z-index: 1;
transition: 0.3s;
}
.bl_postArea_btn::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
background: rgb(233.7368421053, 225.0986842105, 175.2631578947);
mix-blend-mode: soft-light;
transform-origin: bottom;
transform: scaleY(0);
transition: transform ease 0.3s;
}
.bl_postArea_btn:hover, .bl_postArea_btn:focus {
color: #fff;
}
.bl_postArea_btn:hover::before, .bl_postArea_btn:focus::before {
transform-origin: bottom;
transform: scaleY(1);
}
.bl_postArticle .bl_postArticle_inner {
display: flex;
flex-wrap: wrap;
gap: 2.75%;
}
.bl_postArticle .bl_postArticle_inner p {
word-wrap: break-word;
}
.bl_postArticle article {
margin-top: 30px;
border-radius: 16px;
line-height: 1.4;
width: 31.5%;
display: flex;
flex-direction: column;
background-color: #fff;
box-shadow: 0px 2px 8.1px 0.9px rgba(7, 0, 2, 0.07);
}
@media (max-width: 767px) {
.bl_postArticle article {
width: 100%;
}
}
.bl_postArticle article img {
border-radius: 6%;
object-fit: cover;
aspect-ratio: 43/35;
width: 100%;
}
@media (max-width: 767px) {
.bl_postArticle article:last-child {
margin-bottom: 30px;
}
}
#header {
position: relative;
}
.el_blogCat {
display: inline-block;
min-width: 100px;
text-align: center;
font-size: 0.82rem;
font-family: "zen-kaku-gothic-new", sans-serif;
padding: 0.3rem 0.7rem;
color: #fff;
background-color: #e0c13a;
border-radius: 20px;
}
.el_headerBtn {
color: #fff;
font-family: "zen-kaku-gothic-new", sans-serif;
font-weight: 700;
text-align: center;
}
.el_headerBtn__lime {
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_yellow.png);
padding: 12px 20px;
border-radius: 16px;
}
.el_headerBtn__lemon {
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_lemon.png);
padding: 12px 20px;
border-radius: 16px;
}
.el_headerBtn__orange {
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_orange.png);
padding: 12px 20px;
border-radius: 16px;
}
.el_headerBtn__green {
background-color: #baba4e;
padding: 12px 20px;
border-radius: 16px;
}
.el_headerBtn__green:hover {
background-color: rgb(200.3048780488, 200.3048780488, 114.6951219512);
transition: 0.3s;
}
.el_headerBtn__brown {
background-color: #c5aa71;
padding: 14px 16px 12px 16px;
border-radius: 16px;
}
.el_headerBtn__brown:hover {
background-color: rgb(211.79, 191.675, 149.21);
transition: 0.3s;
}
.el_headerBtn__black {
background-color: #040404;
padding: 14px 16px 12px 16px;
border-radius: 16px;
}
.el_headerBtn__black:hover {
background-color: rgb(211.79, 191.675, 149.21);
transition: 0.3s;
}
.el_postArea img {
margin-top: 2rem;
margin-bottom: 2rem;
}
.el_pageNation {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.el_pageNation {
flex-direction: column;
}
}
.el_pageNation a:hover {
color: #71281c;
text-decoration: underline;
}
.el_pageNation .el_pageNation_prev::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f104";
margin-right: 0.5rem;
}
.el_pageNation .el_pageNation_next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
margin-left: 0.5rem;
}
.el_pageTit {
font-size: 1.5rem;
font-weight: bold;
font-family: "zen-kaku-gothic-new", sans-serif;
background: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/bg_page-title.png) no-repeat;
padding: 25px 0 0 0;
height: 137px;
}
@media (max-width: 767px) {
.el_pageTit {
text-align: center;
background-image: none;
background-color: #f7ebdb;
padding: 25px 0 50px 0;
}
}
.el_pageTit__about {
display: block;
}
.el_pageTit__about::before {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/icon_gnav_about.png);
width: 60px;
height: 60px;
background-size: contain;
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
@media (max-width: 767px) {
.el_pageTit__about::before {
display: block;
margin: 0 auto;
transform: scale(0.9);
}
}
.el_pageTit__therapy {
display: block;
}
.el_pageTit__therapy::before {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/icon_gnav_therapy.png);
width: 60px;
height: 60px;
background-size: contain;
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
@media (max-width: 767px) {
.el_pageTit__therapy::before {
display: block;
margin: 0 auto;
transform: scale(0.9);
}
}
.el_pageTit__blog {
display: block;
}
.el_pageTit__blog::before {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/icon_gnav_blog.png);
width: 60px;
height: 60px;
background-size: contain;
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
@media (max-width: 767px) {
.el_pageTit__blog::before {
display: block;
margin: 0 auto;
transform: scale(0.9);
}
}
.el_pageTit__access {
display: block;
}
.el_pageTit__access::before {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/icon_gnav_access.png);
width: 60px;
height: 60px;
background-size: contain;
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
@media (max-width: 767px) {
.el_pageTit__access::before {
display: block;
margin: 0 auto;
transform: scale(0.9);
}
}
.el_pageTit__contact::before {
content: "";
background-image: url(//sousou.pupu.jp/matsumoto/wp-content/themes/sousou/img/icon_gnav_contact.png);
width: 60px;
height: 60px;
background-size: contain;
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
@media (max-width: 767px) {
.el_pageTit__contact::before {
display: block;
margin: 0 auto;
transform: scale(0.9);
}
}
.bl_contentsList {
display: flex;
align-items: center;
border: solid 3px rgb(244.4736842105, 240.1973684211, 215.5263157895);
border-radius: 16px;
padding: 30px;
margin: 40px 0 0 100px;
position: relative;
justify-content: space-between;
}
@media (max-width: 767px) {
.bl_contentsList {
flex-direction: column;
margin: 135px 0 0 0;
}
}
.bl_contentsList__title {
font-size: 1.375rem;
font-weight: bold;
text-decoration: underline;
text-align: center;
color: #fb5321;
clip-path: circle();
background-color: #f9ccb7;
border-radius: 300px;
position: absolute;
left: -100px;
width: 190px;
height: 190px;
}
@media (max-width: 767px) {
.bl_contentsList__title {
top: -110px;
left: 27%;
}
}
.bl_contentsList img {
margin: 0 0 0 90px;
}
@media (max-width: 767px) {
.bl_contentsList img {
margin: 80px 0 25px 0;
}
}
.bl_contentsList02 {
display: flex;
justify-content: space-between;
}
.el_contentsTit {
font-family: "zen-kaku-gothic-new", sans-serif;
font-size: 1.3125rem;
font-weight: bold;
margin-top: 30px;
padding: 0 0 0.5em 0;
border-bottom: 3px #cdb7bd solid;
}
.el_contentTit--sm {
font-size: 1.125rem;
font-weight: bold;
margin: 40px 0;
padding: 0.4em;
background-color: #d5f3fb;
}
.el_contentTit--xs {
display: inline-block;
font-size: 1.0625rem;
font-weight: bold;
padding: 0.4em 1em;
border-radius: 25px;
background-color: #93bb53;
color: #fff;
text-align: center;
}
.bl_dlBlock {
font-family: "zen-kaku-gothic-new", sans-serif;
font-weight: 500;
display: flex;
justify-content: space-between;
gap: 80px;
}
.bl_dlBlock_dl {
flex: 2;
font-size: 1.25rem;
font-weight: bold;
}
.bl_dlBlock_img {
flex: 1;
}
@media (max-width: 767px) {
.bl_dlBlock {
flex-direction: column-reverse;
gap: 40px;
}
}
.el_wrap_dt {
display: flex;
gap: 1em;
margin-bottom: 1.5em;
}
@media (max-width: 767px) {
.el_wrap_dt {
flex-direction: column;
}
}
.el_wrap_dt dt {
flex: 1;
word-break: keep-all;
}
.el_wrap_dt dd {
flex: 5;
}
.el_imgText {
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 767px) {
.el_imgText {
flex-direction: column;
}
}
.bl_radiusBox {
border-radius: 12px;
padding: 1rem;
}
.bl_radiusBox--violetLine {
border: 3px rgb(228.3684210526, 217.5493421053, 155.1315789474) solid;
}
.bl_dlTable {
line-height: 2.5;
background-color: #fff;
}
@media (max-width: 767px) {
.bl_dlTable {
line-height: 1.8;
}
}
.bl_dlTable dl, .bl_dlTable dt {
clear: both;
float: left;
width: 80px;
padding: 0.3em;
}
.bl_dlTable dt {
color: #19a8e3;
margin-right: 2em;
padding-left: 0.5em;
}
.bl_dlTable dd {
padding: 0.3em;
}
.bl_dlTable dd:nth-of-type(odd) {
background: #ecf8fa;
}
.el_postTit {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1em;
font-size: 1.0625rem;
font-weight: bold;
padding: 0.7em 0.25em;
margin-bottom: 50px;
border-bottom: 3px rgb(244.4736842105, 240.1973684211, 215.5263157895) solid;
border-top: 3px rgb(244.4736842105, 240.1973684211, 215.5263157895) solid;
}
@media (max-width: 767px) {
.el_postTit {
flex-direction: column-reverse;
border: none;
}
}
#aside .tit_aside {
text-align: center;
padding: 0.4rem;
border-radius: 8px;
font-family: "zen-kaku-gothic-new", sans-serif;
font-weight: 500;
color: #fff;
background-color: rgb(222.2340425532, 136.8085106383, 122.7659574468);
}
@media (max-width: 767px) {
#aside .tit_aside {
margin-left: auto;
margin-right: auto;
}
}
#aside ul {
font-size: 0.86rem;
}
#aside li {
padding: 0.2em 1em;
}
@media (max-width: 767px) {
#aside li {
padding: 0 30px;
}
}
#aside li:hover, #aside lifocus {
color: rgb(174.3085106383, 61.7021276596, 43.1914893617);
}
#aside li::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
margin-right: 0.3em;
color: rgb(212.1063829787, 100.2765957447, 81.8936170213);
}
.el_btnPostList {
display: block;
text-align: center;
margin-top: 1.5rem;
padding: 0.3rem 0;
}
.el_btnPostList:hover, .el_btnPostListfocus {
color: #137978;
}
.el_localNavi {
background-color: #daf4ee;
padding: 20px 0;
}
.el_localNavi ul {
display: flex;
justify-content: center;
gap: 25px;
}
@media (max-width: 767px) {
.el_localNavi ul {
flex-direction: column;
gap: 10px;
width: 80%;
}
}
.el_localNavi li {
text-align: center;
padding: 0.7rem 2.5rem;
color: #fff;
background-color: #0e9174;
border-radius: 10px;
}
.el_localNavi li:hover {
color: #0e9174;
background-color: #fff;
box-shadow: 0px 0px 5.94px 0.06px rgba(0, 0, 0, 0.17);
transition: 0.3s;
}
.el_btnDocument {
background-color: #71281c;
padding: 0.4rem 1.2rem;
border-radius: 30px;
color: #fff;
text-align: center;
font-size: 1.125rem;
display: inline-block;
}
.el_btnDocument:hover, .el_btnDocument:focus {
background-color: rgb(153.8723404255, 54.4680851064, 38.1276595745);
transition: 0.3s;
} .tab {
font-family: "zen-kaku-gothic-new", sans-serif;
font-weight: 500;
font-size: 1.125rem;
display: inline-block; border-radius: 10px; padding: 0.7rem 1.5rem; margin: 0.5rem;
color: #fff; background-color: #0e9174; }
@media (max-width: 767px) {
.tab {
width: 100%;
margin: 0.3rem 0;
text-align: center;
}
} .tab:hover {
color: #0e9174; background-color: #fff; cursor: pointer;
box-shadow: 0px 0px 5.94px 0.06px rgba(0, 0, 0, 0.17);
transition: 0.3s;
} input:checked + .tab {
color: #0e9174; background-color: #fff; box-shadow: 0px 0px 5.94px 0.06px rgba(0, 0, 0, 0.17);
} .tabcontent {
display: none; margin-top: 50px;  } #tabcheck1:checked ~ #tabcontent1 {
display: block;
}
#tabcheck2:checked ~ #tabcontent2 {
display: block;
}
#tabcheck3:checked ~ #tabcontent3 {
display: block;
}
#tabcheck4:checked ~ #tabcontent4 {
display: block;
}
#tabcheck5:checked ~ #tabcontent5 {
display: block;
}
#tabcheck6:checked ~ #tabcontent6 {
display: block;
}
#mail-form table {
width: 1100px;
margin: 30px auto 0 auto;
border-collapse: collapse;
}
@media (max-width: 767px) {
#mail-form table {
width: 100%;
}
}
#mail-form table td {
padding: 15px 0;
line-height: 1.8;
border: none;
border-bottom: 1px dashed #d0d0d0;
}
@media (max-width: 767px) {
#mail-form table td {
display: block;
padding: 1rem 0 0 0;
width: 100%;
box-sizing: border-box;
border-bottom: none;
}
}
#mail-form table th {
padding: 15px 0;
line-height: 1.8;
border: none;
border-bottom: 1px dashed #d0d0d0;
font-weight: bold;
text-align: left;
width: 300px;
vertical-align: top;
}
@media (max-width: 767px) {
#mail-form table th {
display: block;
padding: 1rem 0 0 0;
width: 100%;
box-sizing: border-box;
border-bottom: none;
}
}
#mail-form table th span {
color: #ffffff;
padding: 0.2rem 0.5rem;
margin-right: 0.5rem;
border-radius: 4px;
}
#mail-form table th span.required {
background: #f76e46;
font-size: 0.7rem;
}
#mail-form table th span.notrequired {
background: #5f83ad;
}
#mail-form input,
#mail-form textarea {
width: 100%;
border: 1px solid #d0d0d0;
background-color: rgba(255, 255, 255, 0.6392156863);
padding: 0.3rem;
font-family: inherit;
}
#mail-form textarea {
min-height: 100px;
}
#mail-form input[type=submit],
#mail-form input[type=button],
#mail-form input[type=reset] {
background: #84a24c;
border-radius: 8px;
color: #ffffff;
padding: 1rem 2rem;
margin: 40px auto;
display: block;
}
.bl_footerWrap {
font-size: 0.8125rem;
padding: 0 0 40px;
position: relative;
}
.bl_footer {
display: flex;
align-items: flex-start;
gap: 4rem;
}
@media (max-width: 767px) {
.bl_footer {
flex-direction: column;
align-items: center;
gap: 2rem;
}
}
.bl_footer_info {
display: flex;
align-items: flex-start;
gap: 2rem;
}
@media (max-width: 767px) {
.bl_footer_info {
flex-direction: column;
align-items: center;
text-align: center;
gap: 1.5rem;
}
}
.bl_footer_logo {
flex-shrink: 0;
margin-top: 42px;
}
.bl_footer_logo img {
display: block;
}
.bl_footer_add {
line-height: 1.9;
margin-top: 42px;
}
@media (max-width: 767px) {
.bl_footer_add {
margin: 0 auto;
}
}
.bl_footer_right {
margin-left: auto;
}
@media (max-width: 767px) {
.bl_footer_right {
margin-left: 0;
width: 100%;
}
}
.bl_footer_nav {
display: flex;
align-items: flex-start;
gap: 3rem;
}
@media (max-width: 767px) {
.bl_footer_nav {
flex-direction: column;
align-items: center;
gap: 1.5rem;
margin: 0 auto;
}
}
.bl_footer_navList {
display: grid;
grid-template-columns: repeat(2, max-content);
column-gap: 3.5rem;
row-gap: 0.25rem;
list-style: none;
padding: 0;
margin: 0;
}
.bl_footer_navList li {
line-height: 2;
text-align: left;
}
.bl_footer_navList a {
display: inline-flex;
align-items: center;
text-decoration: none;
color: inherit;
}
.bl_footer_navList a:hover {
text-decoration: underline;
}
@media (max-width: 767px) {
.bl_footer_navList {
grid-template-columns: 1fr;
width: fit-content;
margin: 0 auto;
}
}
.bl_footer_reserveBtn {
flex-shrink: 0;
}
@media (max-width: 767px) {
.bl_footer_reserveBtn {
margin-top: 0.5rem;
}
}
.s-nav ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 6rem;
}
.s-nav ul li {
border-bottom: #dfd287 2px solid;
padding-bottom: 0.5rem;
letter-spacing: 0.3rem;
}
.btn_s-page {
text-align: center;
font-size: 14px;
background-color: #e9e3d6;
mix-blend-mode: multiply;
padding: 0.7rem 1rem;
display: inline-block;
}
.btn_s-page:hover {
color: #fff;
background-color: #a49d8e;
outline: rgb(123, 120, 115) 1px solid;
transition: 0.3s;
}
.el_pagetop {
display: inline-block;
font-size: 1rem;
font-weight: 500;
padding-bottom: 0.2rem;
}
.el_pagetop i {
margin-right: 0.5rem;
}
.el_pagetop:hover {
border-bottom: 2px rgb(174.3085106383, 61.7021276596, 43.1914893617) dashed;
transition: 0.3s;
}
@media (max-width: 767px) {
.el_headImage img {
width: 100%;
height: 280px;
object-fit: cover;
}
}
.bl_table3col {
width: 100%;
word-break: break-all;
}
@media (max-width: 767px) {
.bl_table3col {
border: none;
}
}
.bl_table3col td {
vertical-align: middle;
padding: 12px 6px;
margin: 0;
border-top: solid 1px #d1b7b3;
border-bottom: solid 1px #d1b7b3;
}
@media (max-width: 767px) {
.bl_table3col td {
display: block;
padding: 0.7rem;
width: 100%;
line-height: 1.1;
border: none;
}
}
@media (max-width: 767px) {
.bl_table3col tr {
display: block;
}
}
.bl_table3col .td-col_head {
color: #71281c;
width: 20%;
}
@media (max-width: 767px) {
.bl_table3col .td-col_head {
background-color: rgb(237.8442622951, 228.1475409836, 226.6557377049);
width: 100%;
}
}
.bl_cardWrap {
display: flex;
justify-content: center;
gap: 3.5%;
flex-wrap: wrap;
}
@media (max-width: 767px) {
.bl_cardWrap {
flex-direction: column;
}
}
.bl_3card {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 2%;
}
.bl_3card__inner {
align-items: center;
line-height: 1.4;
justify-content: space-between;
font-size: 0.875rem;
width: 32%;
}
@media (max-width: 767px) {
.bl_3card__inner {
width: 100%;
}
}
.bl_3card__inner {
padding: 20px 20px 5px 20px;
display: flex;
background-color: #fff;
box-shadow: 0px 1px 5.04px 0.96px rgba(10, 2, 4, 0.14);
border-radius: 12px;
}
.wp-caption, .alignnone {
max-width: 100%;
}
.pagination {
margin: 40px auto 1rem auto;
text-align: center;
}
.page-of {
display: block;
margin-bottom: 1rem;
}
.current {
color: #fff;
background-color: rgb(194.7446808511, 68.9361702128, 48.2553191489);
clip-path: circle();
padding: 1rem;
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.inactive {
color: rgb(194.7446808511, 68.9361702128, 48.2553191489);
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.tx_hide {
display: none;
}
input[type=checkbox]:checked + div {
display: flex;
}
:root {
--fade-ms: 1600ms;
--catch-w: 180px;
--catch-top-bottom: 120px;
}
.hero {
position: relative;
width: 100%;
height: min(100vh, 980px);
display: grid;
grid-template-columns: 1fr 1fr; overflow: hidden;
background: #eee;
}
.hero__panel {
position: relative;
overflow: hidden;
min-width: 0;
}
.hero__panel--left {
grid-column: 1;
}
.hero__panel--right {
grid-column: 2;
}
.hero__img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transition: opacity var(--fade-ms) ease-in-out;
will-change: opacity;
}
.hero__img.is-active {
opacity: 1;
}
.hero__catch {
position: absolute;
top: var(--catch-top-bottom);
bottom: var(--catch-top-bottom);
left: 50%;
transform: translateX(-50%);
width: var(--catch-w);
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
background: rgba(245, 245, 245, 0.91);
animation: catchBreath 10s ease-in-out infinite;
}
@keyframes catchBreath {
0% {
background: rgba(245, 245, 245, 0.9);
}
50% {
background: rgba(245, 245, 245, 0.94);
}
100% {
background: rgba(245, 245, 245, 0.9);
}
}
.hero__catchText {
margin: 0;
font-size: clamp(22px, 2vw, 36px);
letter-spacing: 0.12em;
line-height: 1.8;
color: #222;
writing-mode: vertical-rl;
} @media (max-width: 820px) {
.hero {
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
height: min(82vh, 680px);
}
.hero__panel--left {
grid-column: auto;
grid-row: 1;
}
.hero__panel--right {
grid-column: auto;
grid-row: 2;
}
.hero__catch {
top: 50%;
bottom: auto;
left: 50%;
transform: translate(-50%, -50%);
width: auto;
height: auto;
padding: 36px 18px 20px 18px;
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(245, 245, 245, 0.85);
animation: catchBreath-sp 10s ease-in-out infinite;
}
@keyframes catchBreath-sp {
0% {
background: rgba(245, 245, 245, 0.83);
}
50% {
background: rgba(245, 245, 245, 0.87);
}
100% {
background: rgba(245, 245, 245, 0.83);
}
}
.hero__catchText {
font-size: clamp(18px, 4vw, 24px);
line-height: 2.1;
}
}
.sp_only {
display: none;
}
@media (max-width: 820px) {
.sp_only {
display: inline;
}
} .goverlay {
background: rgba(42, 38, 34, 0.72) !important;
}
.glightbox-container .gslide,
.glightbox-container .gslide-media,
.glightbox-container .gslide-image,
.glightbox-container .ginner-container {
background: transparent !important;
border-radius: 0 !important;
clip-path: none !important;
overflow: visible !important;
aspect-ratio: auto !important;
mask: none !important;
mask-image: none !important;
-webkit-mask-image: none !important;
}
.glightbox-container .gslide-image img,
.glightbox-container img.zoomable {
display: block;
width: auto !important;
height: auto !important;
max-width: min(92vw, 1200px) !important;
max-height: 85vh !important;
object-fit: contain !important;
aspect-ratio: auto !important;
border-radius: 0 !important;
clip-path: none !important;
mask: none !important;
mask-image: none !important;
-webkit-mask-image: none !important;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
} @media (max-width: 767px) {
.glightbox {
pointer-events: none;
cursor: default;
}
} .glightbox {
position: relative;
display: block;
} .glightbox::after {
content: "\f00e"; font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.8);
color: #fff;
font-size: 28px;
opacity: 0;
transition: 0.25s ease;
pointer-events: none;
} .glightbox::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.25);
opacity: 0;
transition: 0.25s ease;
} @media (hover: hover) {
.glightbox:hover::after {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.glightbox:hover::before {
opacity: 1;
}
}