@charset "utf-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#scrollUp {
width: 40px;
height: 40px;
}
#scrollUp .scroll-top {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
    @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root { --color-background: #FFF;
--color-font: #333;
--color-primary: #019946;
--color-primary-shade: #006D32;
--color-primary-tint: #1D9300;
--color-secondary: #FF592C;
--color-secondary-tint: #FF7550;
--color-table-border: #333;
--body-font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem); --body-font-family: 'Roboto', 'Noto Sans JP', sans-serif;
--content-max-width: 1240px; --header-background: #FFF;
--header-color-font: #444;
--header-color-primary: #222;
--header-color-primary-shade: #222;
--header-color-primary-tint: #333; --footer-background: #fff;
--footer-color-font: #222;
--footer-color-primary: #222; --font-family01: 'Noto Sans JP', sans-serif;
--font-family02: 'Roboto', 'Noto Sans JP', sans-serif; --px240: min(calc(240px + (1vw - 19.2px) * 10.3560), 240px); --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px); --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px); --px160w: min(calc(160px + (1vw - 19.2px) * 5.1780), 160px); --px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px); --px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); --px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px); --px120: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px); --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px); --px100: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px); --px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px); --px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px); --px80: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px); --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px); --px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px); --px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px); --px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px); --px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px); --px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px); --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px); --px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px); --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px); --px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);  --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem); --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem); --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.5890), 8rem); --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem); --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem); --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem); --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem); --rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem); --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.1650), 4.2rem); --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem); --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem); --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem); --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem); --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem); --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem); --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem); --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem); --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem); --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem); --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem); --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem); --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem); --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem); }  html {
font-size: 62.5%;
overflow-x: hidden;
}
body {
color: var(--color-font);
font-size: var(--body-font-size);
font-weight: 500;
font-family: var(--body-font-family);
background: var(--color-background);
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body.mobile #mainImg,
body.mobile #breadcrumb {
margin-top: 0;
}
body.mobile {
margin-top: 0;
}
#mainImg {
padding-bottom: 0;
}
#mainImg img {
width: 100% !important;
}
.home #content {
padding: 0;
}
#wrapper,
#content,
.post {
overflow: visible !important;
}
body.mobile {
margin-top: 60px;
} #sidebar h2 {
color: var(--color-font);
text-align: center;
} a#scrollUp {
background: var(--color-primary);
}  .bg .inner {
width: auto !important;
}
#header p {
float: none;
padding: 0;
}
#header .bg,
.bg {
background: none;
margin: 0 auto;
}  #header h1,
#header .description,
#header-upper h1,
#header-upper .description {
color: var(--header-color-font);
font-size: var(--rem12)
}
@media print,
screen and (min-width: 1024px) { #header-upper {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background: #F2F2F2;
height: 50px;
padding: 5px min(calc(20px + (1vw - 19.2px) * 1.1161), 20px); }
.header__socialicon ul,
#header-upper .header__catchphrase,
#header-upper .bg,
#header-upper .bg .inner,
#header-upper h1,
#header-upper .description {
height: 100%;
} #header-upper h1,
#header-upper .description {
display: flex;
flex-direction: row;
align-items: center;
} #header-upper .fa-2x,
.fa-2x {
font-size: inherit;
}
#header-upper .socialicon ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 0;
}
#header-upper .socialicon ul li {
display: flex;
justify-content: center;
align-items: center;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#header-upper .socialicon ul li:not(:last-child) {
margin-right: 10px;
}
#header-upper .socialicon ul li::before {
content: none;
}
#header-upper .socialicon ul li a {
padding: 0;
overflow: initial;
line-height: 1;
}
#header-upper .socialicon .fa-facebook-square:before,
#header-upper .socialicon .fa-twitter-square:before,
#header-upper .socialicon .fa-youtube-square:before,
#header-upper .socialicon .fa-instagram:before {
color: var(--header-color-primary);
font-size: 2.5rem;
}
#header-upper .socialicon .SvgLine {
fill: var(--header-color-primary);
width: 21px;
height: 21px;
} #header {
overflow: visible;
color: var(--header-color-font);
background: transparent;
width: 100%;
height: 80px;
margin: auto;
z-index: 9999;
position: absolute;
top: 0;
left: 0;
}
#header .inner,
#header-layout,
#header .logo,
#header .sticky-logo,
#header .logo a,
#header .header__nav-contact,
nav#mainNav,
#mainNav .inner,
nav div.panel,
nav#mainNav ul,
nav#mainNav ul li,
nav#mainNav ul li a,
#header ul.header__contact,
#header ul.header__contact li,
#header a.head_btn {
height: 100%;
float: none;
}
#header .inner {
width: 100%;
max-width: none;
}
#header-layout {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 100%;
max-width: none;
padding: 0;
} #header .logo {
display: block;
line-height: 0;
padding: min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) min(calc(20px + (1vw - 19.2px) * 1.1161), 20px); }
#header .logo a {
display: flex;
flex-direction: row;
align-items: center;
}
#header .logo img {
-o-object-fit: contain;
object-fit: contain;
width: auto;
height: 100%;
max-width: 250px;
max-height: 70px;
} #header .header__nav-contact {
flex-shrink: 0;
}
nav#mainNav {
background: none;
margin: 0;
}
nav#mainNav ul,
#header .header__nav-contact {
display: flex;
flex-direction: row;
align-items: center;
}
nav#mainNav ul li a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: var(--header-color-font);
font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2232), 1.6rem); padding: var(--px20);
}
nav#mainNav ul ul.sub-menu {
width: 250px;
height: auto;
}
nav#mainNav ul li:hover ul.sub-menu {
top: 100%;
left: 50%;
transform: translateX(-50%);
}
nav#mainNav ul li a b,
nav#mainNav ul li a span {
margin-top: 0;
color: #fff;
}
nav#mainNav ul li a span {
color: var(--header-color-font);
}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b { color: #fff;
}
nav#mainNav ul li li a:hover,
nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li.current-menu-item li a:hover,
nav#mainNav ul li.current-menu-item li a:hover,
nav#mainNav ul li.current-menu-ancestor li.current-menu-item a,
nav#mainNav ul li.current-menu-ancestor li a:hover {
color: var(--header-color-font);
background: none;
}
nav#mainNav ul li ul.sub-menu li a:hover {
background: #eee;
}
nav#mainNav ul li:hover ul.sub-menu ul.sub-menu {
right: 0;
left: 50%;
top: 0;
transform: translateX(50%);
} .sticky-header .site-header {
z-index: 9999;
}
.sticky-header #header>.inner {
height: auto;
}
.sticky-header #header-layout {
justify-content: space-between;
height: 80px;
}
.sticky-header nav#mainNav {
background: none;
}
.sticky-header nav#mainNav .inner {
background: #ffffffe8;
}
.sticky-header nav#mainNav ul li a b,
.sticky-header nav#mainNav ul li a span {
margin-top: 0;
color: var(--header-color-font);
}
} @media print,
screen and (max-width: 1240px) {
#header a.headBtn span {
display: none;
}
#header a.headBtn::before {
margin-right: 0;
}
}
@media print,
screen and (max-width: 1023px) {
#header-upper .header__socialicon,
#header .sticky-logo,
#header ul.header__contact {
display: none;
}
#header h1,
#header .description,
#header-upper h1,
#header-upper .description {
display: block;
float: none;
text-align: center;
padding: 20px 0 10px;
}
} @media print,
screen and (min-width: 1024px) {
.sticky-header .site-header {
position: fixed !important;
width: 100%;
z-index: 9999;
top: -125px;
transform: translateY(125px);
transition: all 0.8s ease-in-out;
}
.sticky-header nav#mainNav ul li:hover a {
background: #eee;
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover {
color: #fff;
background: var(--color-primary-shade);
transition: 0.3s all;
}
nav#mainNav .sub-menu li:hover a {
background: #333 !important;
color: #fff;
}
}
@media print,
screen and (max-width: 1023px) {
#header .inner {
width: 100%;
}
#header-layout {
padding: 0;
}
#header .logo {
display: block;
text-align: center;
margin: 20px auto;
padding: 0;
}
nav#mainNav ul li a b,
nav#mainNav ul li a span {
font-weight: 500;
color: #222;
}
} .cv_btn01 a {
background: #333;
color: #fff !important;
}
.cv_btn02 a {
background: #666;
color: #fff !important;
}
.sticky-header nav#mainNav ul li.cv_btn01:hover a,
.sticky-header nav#mainNav ul li.cv_btn02:hover a {
background: var(--color-primary-shade);
}
nav#mainNav .cv_btn01 b,
nav#mainNav .cv_btn02 b {
color: #fff !important;
}
@media print,
screen and (max-width: 1023px) {
nav#mainNav .cv_btn01 a {
background: #333;
}
nav#mainNav .cv_btn02 a {
background: #666;
}
nav#mainNav .cv_btn01 a:hover,
nav#mainNav .cv_btn02 a:hover {
background: var(--color-primary-shade) !important;
}
}  .spmenu #menu {
padding: 0px 1px 2px 0;
}
.spmenu #menu p {
transform: translateX(-50%);
left: 50%;
}
.spmenu #menu span,
.spmenu #menu span:before,
.spmenu #menu span:after {
width: 35px;
background: var(--header-color-primary);
}
.spmenu #menu p {
color: var(--header-color-primary);
}
@media print,
screen and (max-width: 1023px) {
body.mobile {
margin-top: 0;
}
.mobile #header {
background: transparent;
box-shadow: none;
z-index: 9999;
}
.sticky-header.mobile #header {
background: #ffffffc4;
}
body.mobile nav#mainNav.menuOpen {
height: calc(100% - 130px);
}
body.mobile #header .logo,
body.mobile #header .logo .mark {
display: -webkit-box;
display: -ms-flexbox;
display: flex !important;
}
body.mobile #header .logo .spmenu {
display: block !important;
}
body.mobile #header .logo .mark {
justify-content: flex-start;
align-items: center;
padding: 5px 10px;
text-align: left;
}
body.home.mobile #header .logo .mark {
opacity: 0;
}
body.home.mobile.sticky-header #header .logo .mark {
opacity: 1;
}
body.mobile #header .logo img {
width: auto;
height: 100%;
max-width: 250px;
max-height: 50px;
-o-object-fit: contain;
object-fit: contain;
}
nav#mainNav ul li a {
color: var(--header-color-font);
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover {
color: var(--header-color-primary);
}
nav#mainNav ul li a:hover {
background-color: #f1f1f1 !important;
}
}   #footer {
color: var(--footer-color-font);
font-size: var(--rem14);
padding: 0;
background: var(--footer-background);
}
#footer a {
-webkit-transition: .2s;
transition: .2s;
}
#footer .inner {
width: 95%;
max-width: var(--content-max-width);
}
#footer ul {
font-size: 100%;
padding: 0;
}
#footer ul li {
display: block;
padding: 0;
margin: 0;
}
#footer ul li::before {
content: none;
position: static;
top: auto;
left: auto;
width: auto;
height: auto;
background: none;
}
#footer ul li a {
padding: 0;
}
#footer li a,
.footeradd,
.footertel,
#footer li a:hover {
color: var(--footer-color-primary);
}
#footer img {
width: auto;
max-width: 100%;
} #footer .footer__logo:not(:last-child) {
text-align: center;
margin-bottom: 20px;
}
#footer .footer__logo img {
max-width: 320px;
max-height: var(--px160);
-o-object-fit: contain;
object-fit: contain;
}
@media print,
screen and (max-width: 768px) {
#footer .footer__logo img {
max-height: 120px;
}
} #footer .footnav {
float: none;
}
#footer .footnav:not(:last-child) {
margin-bottom: 30px;
}
#footer .footnav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
}
#footer .footnav ul>li {
position: relative;
line-height: 1.4;
padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px); margin-bottom: 10px;
}
#footer .footnav ul>li::before,
#footer .footnav ul>li::after {
content: '';
position: absolute;
width: 1px;
height: 100%;
background: var(--footer-color-font);
top: 0;
}
#footer .footnav ul>li::before {
left: 0;
}
#footer .footnav ul>li::after {
right: -1px;
} #footer .fa-2x,
.fa-2x {
font-size: inherit;
}
#footer .socialicon ul,
.socialicon ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
}
#footer .socialicon ul li,
.socialicon ul li {
text-align: center;
padding: 0 .6em;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#footer .socialicon ul li::before,
.socialicon ul li::before {
content: none;
}
#footer .socialicon ul li a,
.socialicon ul li a {
padding: 0;
overflow: initial;
line-height: 1;
}
#footer .fa-facebook-square:before,
#footer .fa-twitter-square:before,
#footer .fa-youtube-square:before,
#footer .fa-instagram:before {
color: var(--footer-color-primary);
font-size: 3rem;
}
#footer .SvgLine {
fill: var(--footer-color-primary);
width: 28px;
height: 28px;
} #copyright {
color: #fff;
font-size: var(--rem12);
letter-spacing: .1rem;
padding: var(--px30);
margin: 0;
background: #222;
} .footertxtinner {
padding: var(--px80);
}
.footertxtarea {
display: flex;
justify-content: center;
align-items: center;
}
#footer .googlemap {
margin: 0;
}
@media print,
screen and (max-width: 768px) {
.footertxtinner {
padding: var(--px40);
}
} #MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.spmenu_line {
background: linear-gradient(141.66deg, #009946 27.92%, #ADFF00 114.05%);
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.spmenu_yoyaku {
background: linear-gradient(99.09deg, #FF4F28 6.9%, #FFDA57 128.97%);
} body {
margin-bottom: 140px;
}
#floating-menu {
position: fixed;
right: 0;
bottom: 0;
z-index: 100;
width: 100%;
height: 140px;
background: #000000b3;
display: flex;
justify-content: center;
align-items: center;
}
#floating-menu>div {
width: 100%;
}
#floating-menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: var(--px30);
-webkit-box-sizing: border-box;
box-sizing: border-box;
justify-content: center;
gap: 1%;
width: 100%;
margin: 0 auto;
}
.cvbtn {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 500px;
}
.cvbtn a {
width: 100%;
max-width: 500px;
display: flex;
justify-content: center;
align-items: center;
gap: 3%;
padding: 15px var(--px20);
color: #fff;
border-radius: 5px;
font-weight: 700;
font-size: var(--px24);
transition: 0.3s all;
}
.cvbtn a:hover {
opacity: 0.5;
}
.linebtn a {
background: linear-gradient(141.66deg, #009946 27.92%, #ADFF00 114.05%);
}
.lineico {
width: var(--px30);
height: var(--px30);
}
.reservationbtn a {
background: linear-gradient(99.09deg, #FF4F28 6.9%, #FFDA57 128.97%);
}
.spcvbtn a {
background: no-repeat;
}
.spcvbtn img {
width: auto;
height: 70px;
object-fit: contain;
}
@media print,
screen and (max-width: 768px) {
#floating-menu {
height: 100px;
}
#floating-menu ul {
gap: 3%;
padding: var(--px30) var(--px50);
}
body {
margin-bottom: 100px;
}
}  h1.title,
.post h1,
.post h2,
.post2b h2,
.post4b h2,
h2.title,
.post h3,
.post h4 {
line-height: 1.6;
background: none;
}
.post h1 span,
.post h2 span,
.post h3 span,
.post h4 span {
padding: 0;
}
h1.title:first-child,
.post h1:first-child,
#front-sectionPost h1:first-child,
.post h2:first-child,
.post h3:first-child,
.post h3.col-in-h3:first-child,
.post h4:first-child {
margin-top: 0;
} h1.title,
.post h1,
header#h1Header h1.title {
font-size: var(--rem36);
font-family: var(--font-family01);
font-weight: 600;
letter-spacing: .2rem;
text-align: center;
text-shadow: none;
padding: 0;
z-index: 20;
}
h1.title,
.post h1 {
position: relative;
margin: 0 auto var(--px60w);
}
h1.title .sub_ttl,
.post h1 .sub_ttl {
display: block;
font-size: var(--rem16);
} .post h2 {
;
margin: var(--px120) auto var(--px30);
width: 100%;
border: none;
color: #fff;
padding: 10px;
font-family: var(--font-family02);
font-size: var(--rem30);
font-weight: 600;
text-align: left;
letter-spacing: .2rem;
background: #222;
line-height: 1.4;
}
.post h2::before,
.post h2::after {
content: none;
position: relative;
width: auto;
height: auto;
top: auto;
left: auto;
} .post h3 {
font-size: var(--rem24w);
font-family: var(--font-family01);
font-weight: 600;
letter-spacing: .1rem;
padding: 0 1rem 0.5rem;
margin: var(--px50) auto var(--px30);
border-bottom: 3px solid var(--color-font);
}
.post h3::before {
content: none;
position: relative;
width: auto;
height: auto;
top: auto;
left: auto;
} .post h4 {
background: transparent;
text-align: left;
position: relative;
font-family: var(--font-family02);
margin: var(--px30w) auto var(--px20);
padding: 0 0 0 var(--rem16);
border-left: double 6px;
border-bottom: none;
font-size: var(--rem20);
font-weight: 700;
}
.post h4::before {
content: none;
}  .content_inner {
margin: 0 auto;
width: 90%;
}
.content_wrapper {
margin: 0 auto;
width: 100%;
}
.max_w900 {
max-width: 900px;
}
.max_w960 {
max-width: 960px;
}
.max_w1000 {
max-width: 1000px;
}
.max_w1024 {
max-width: 1024px;
}
.max_w1100 {
max-width: 1100px;
}
.max_w1200 {
max-width: 1200px;
}
.max_w1240 {
max-width: 1240px;
}
.max_w1300 {
max-width: 1300px;
}
.max_w1400 {
max-width: 1400px;
}
.max_w1500 {
max-width: 1500px;
}
.max_w1600 {
max-width: 1600px;
}
.max_w1700 {
max-width: 1700px;
}
.max_w1800 {
max-width: 1800px;
} .mt0 {
margin-top: 0 !important;
}
.mt1 {
margin-top: 1rem !important;
}
.mt2 {
margin-top: 2rem !important;
}
.mt3 {
margin-top: 3rem !important;
}
.mt4 {
margin-top: 4rem !important;
}
.mt5 {
margin-top: 5rem !important;
}
.mt6 {
margin-top: 6rem !important;
}
.mt7 {
margin-top: 7rem !important;
}
.mt8 {
margin-top: 8rem !important;
}
.mt9 {
margin-top: 9rem !important;
}
.mt10 {
margin-top: 10rem !important;
}
.mt15 {
margin-top: 15rem !important;
}
.mt16 {
margin-top: 16rem !important;
}
.mb0 {
margin-bottom: 0rem !important;
}
.mb1 {
margin-bottom: 1rem !important;
}
.mb2 {
margin-bottom: 2rem !important;
}
.mb3 {
margin-bottom: 3rem !important;
}
.mb4 {
margin-bottom: 4rem !important;
}
.mb5 {
margin-bottom: 5rem !important;
}
.mb6 {
margin-bottom: 6rem !important;
}
.mb7 {
margin-bottom: 7rem !important;
}
.mb8 {
margin-bottom: 8rem !important;
}
.mb9 {
margin-bottom: 9rem !important;
}
.mb10 {
margin-bottom: 10rem !important;
}
.mb15 {
margin-bottom: 15rem !important;
}
.mb16 {
margin-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
.mt1 {
margin-top: 0.5rem !important;
}
.mt2 {
margin-top: 1rem !important;
}
.mt3 {
margin-top: 1.5rem !important;
}
.mt4 {
margin-top: 2rem !important;
}
.mt5 {
margin-top: 2.5rem !important;
}
.mt6 {
margin-top: 3rem !important;
}
.mt7 {
margin-top: 3.5rem !important;
}
.mt8 {
margin-top: 4rem !important;
}
.mt9 {
margin-top: 4.5rem !important;
}
.mt10 {
margin-top: 5rem !important;
}
.mt15 {
margin-top: 7.5rem !important;
}
.mt16 {
margin-top: 8rem !important;
}
.mb1 {
margin-bottom: 0.5rem !important;
}
.mb2 {
margin-bottom: 1rem !important;
}
.mb3 {
margin-bottom: 1.5rem !important;
}
.mb4 {
margin-bottom: 2rem !important;
}
.mb5 {
margin-bottom: 2.5rem !important;
}
.mb6 {
margin-bottom: 3rem !important;
}
.mb7 {
margin-bottom: 3.5rem !important;
}
.mb8 {
margin-bottom: 4rem !important;
}
.mb9 {
margin-bottom: 4.5rem !important;
}
.mb10 {
margin-bottom: 5rem !important;
}
.mb15 {
margin-bottom: 7.5rem !important;
}
.mb16 {
margin-bottom: 8rem !important;
}
}
.pt0 {
padding-top: 0rem !important;
}
.pt1 {
padding-top: 1rem !important;
}
.pt2 {
padding-top: 2rem !important;
}
.pt3 {
padding-top: 3rem !important;
}
.pt4 {
padding-top: 4rem !important;
}
.pt5 {
padding-top: 5rem !important;
}
.pt6 {
padding-top: 6rem !important;
}
.pt7 {
padding-top: 7rem !important;
}
.pt8 {
padding-top: 8rem !important;
}
.pt9 {
padding-top: 9rem !important;
}
.pt10 {
padding-top: 10rem !important;
}
.pb0 {
padding-bottom: 0rem !important;
}
.pb1 {
padding-bottom: 1rem !important;
}
.pb2 {
padding-bottom: 2rem !important;
}
.pb3 {
padding-bottom: 3rem !important;
}
.pb4 {
padding-bottom: 4rem !important;
}
.pb5 {
padding-bottom: 5rem !important;
}
.pb6 {
padding-bottom: 6rem !important;
}
.pb7 {
padding-bottom: 7rem !important;
}
.pb8 {
padding-bottom: 8rem !important;
}
.pb9 {
padding-bottom: 9rem !important;
}
.pb10 {
padding-bottom: 10rem !important;
}
.pd2 {
padding: 2rem !important;
}
.pd3 {
padding: 3rem !important;
}
.pd4 {
padding: 4rem !important;
}
.pd5 {
padding: 5rem !important;
}
@media screen and (max-width: 768px) {
.pt1 {
padding-top: 0.5rem !important;
}
.pt2 {
padding-top: 1rem !important;
}
.pt3 {
padding-top: 1.5rem !important;
}
.pt4 {
padding-top: 2rem !important;
}
.pt5 {
padding-top: 2.5rem !important;
}
.pt6 {
padding-top: 3rem !important;
}
.pt7 {
padding-top: 3.5rem !important;
}
.pt8 {
padding-top: 4rem !important;
}
.pt9 {
padding-top: 4.5rem !important;
}
.pt10 {
padding-top: 5rem !important;
}
.pb1 {
padding-bottom: 0.5rem !important;
}
.pb2 {
padding-bottom: 1rem !important;
}
.pb3 {
padding-bottom: 1.5rem !important;
}
.pb4 {
padding-bottom: 2rem !important;
}
.pb5 {
padding-bottom: 2.5rem !important;
}
.pb6 {
padding-bottom: 3rem !important;
}
.pb7 {
padding-bottom: 3.5rem !important;
}
.pb8 {
padding-bottom: 4rem !important;
}
.pb9 {
padding-bottom: 4.5rem !important;
}
.pb10 {
padding-bottom: 5rem !important;
}
.pd2 {
padding: 1rem !important;
}
.pd3 {
padding: 1.5rem !important;
}
.pd4 {
padding: 2rem !important;
}
.pd5 {
padding: 2.5rem !important;
}
}
@media screen and (max-width: 414px) {
.mt16 {
margin-top: 5rem !important;
}
.mb16 {
margin-bottom: 5rem !important;
}
}  .spbr,
table.sp_t,
.post img.img_sp {
display: none !important;
}
.pc_none {
display: none !important;
}
@media screen and (max-width: 768px) {
.spbr,
table.sp_t,
.post img.img_sp {
display: block !important;
}
.pcbr,
table.pc_t,
.post img.img_pc {
display: none !important;
}
.pc_none {
display: inherit !important;
}
.sp_none {
display: none !important;
}
}
@media screen and (min-width: 769px) {
.pc_center {
text-align: center !important;
}
.pc_right {
text-align: right !important;
}
.pc_left {
text-align: left !important;
}
} .w10 {
width: 10%;
}
.w20 {
width: 20%;
}
.w30 {
width: 30%;
}
.w40 {
width: 40%;
}
.w50 {
width: 50%;
}
.w60 {
width: 60%;
}
.w70 {
width: 70%;
}
.w80 {
width: 80%;
}
.w90 {
width: 90%;
}
.gap {
gap: 5%;
}
.gap3 {
gap: 3%;
}
.ai_center {
align-items: center;
}
.ai_self_center {
align-self: center;
}
.jc_center {
justify-content: center;
}
.jc_between {
justify-content: space-between;
}
.rev {
flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
.columns,
.flexbox {
display: flex;
}
}
@media screen and (max-width: 768px) {
.w10,
.w20,
.w30,
.w40,
.w50,
.w60,
.w70,
.w80,
.w90 {
width: 100%;
margin-bottom: 20px;
}
.flexbox.rev {
flex-direction: row-reverse;
}
.sp_nowrap {
display: flex;
}
.sp_nowrap .w10 {
width: 10%;
}
.sp_nowrap .w20 {
width: 20%;
}
.sp_nowrap .w30 {
width: 30%;
}
.sp_nowrap .w40 {
width: 40%;
}
.sp_nowrap .w50 {
width: 50%;
}
.sp_nowrap .w60 {
width: 60%;
}
.sp_nowrap .w70 {
width: 70%;
}
.sp_nowrap .w80 {
width: 80%;
}
.sp_nowrap .w90 {
width: 90%;
}
.sp_ai_top {
align-items: flex-start;
}
.sp_no_mb {
margin-bottom: 0 !important;
}
.sp_no_pb {
padding-bottom: 0 !important;
}
} .anchor_link::before {
content: '';
display: block;
padding-top: 80px;
margin-top: -80px;
}
a.link_btn.anchor_btn {
min-width: auto;
padding: 10px 30px;
}
a.link_btn.anchor_btn::after {
content: '\f078';
}
ul.anchor_list {
max-width: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
ul.anchor_list>li {
width: calc((100% - (10px * 4)) / 5);
margin-right: 9px;
}
@media print,
screen and (min-width: 1024px) {
ul.anchor_list>li:nth-child(5n),
ul.anchor_list>li:last-child {
margin-right: 0;
}
ul.anchor_list>li:nth-child(5n+1):nth-last-child(-n+5),
ul.anchor_list>li:nth-child(5n+1):nth-last-child(-n+5)~li {
margin-bottom: 0;
}
}
@media print,
screen and (max-width: 1023px) and (min-width: 769px) {
ul.anchor_list>li {
width: calc((100% - (10px * 2)) / 3);
}
ul.anchor_list>li:nth-child(3n),
ul.anchor_list>li:last-child {
margin-right: 0;
}
ul.anchor_list>li:nth-child(3n+1):nth-last-child(-n+3),
ul.anchor_list>li:nth-child(3n+1):nth-last-child(-n+3)~li {
margin-bottom: 0;
}
}
@media print,
screen and (max-width: 768px) {
ul.anchor_list>li {
width: calc((100% - 9px) / 2);
}
ul.anchor_list>li:nth-child(2n),
ul.anchor_list>li:last-child {
margin-right: 0;
}
ul.anchor_list>li:nth-child(2n+1):nth-last-child(-n+2),
ul.anchor_list>li:nth-child(2n+1):nth-last-child(-n+2)~li {
margin-bottom: 0;
}
}  ul.post>li,
.post2b,
.post4b {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
ul.post>li,
.post2b li,
.post4b li {
border-bottom: none !important;
}
.post2b,
.post4b {
padding: 0;
margin: 0 auto;
}
.post2b li,
.post4b li {
position: relative;
padding: 0 0 45px;
margin: 0 0 20px;
}
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
color: #FFF;
font-size: var(--rem12);
line-height: 1.2;
background: var(--color-primary);
padding: 5px 10px;
border-radius: 0;
}
.post2b li .post2b_contents,
.post4b li .post4b_contents {
margin-bottom: 0;
opacity: .5;
}
.post_link,
.post2b_link,
.post4b_link {
position: absolute;
float: none;
color: var(--color-primary);
font-size: var(--rem12);
margin: 0;
bottom: 10px;
right: 5px;
border-bottom: 1px solid;
}
.post_link a,
.post2b_link a,
.post4b_link a {
color: var(--color-primary);
} .post .post_img,
.post_text70,
.post_img img {
float: none;
}
.post .post_img,
.post_text70,
.post2b li,
.post4b li {
width: 100%;
}
.post_img img,
.post2b img,
.post4b img {
width: 100%;
height: 100%;
object-fit: cover;
}
.post_img img,
.post2b .post2b_img {
text-align: center;
}
.post_img img {
max-height: 250px;
}
.post2b img {
max-height: 280px;
}
.post4b img {
max-height: 200px;
}
@media only screen and (max-width: 640px) {
#content .post_img,
#content .post2b_img,
#content .post4b_img {
padding: 0;
}
#content .post_img img,
#content .post2b_img img,
#content .post4b_img img {
width: 100%;
max-width: none;
padding: 0;
}
} .post_text h2 a,
.post2b h2 a,
.post4b h2 {
font-size: inherit;
}
.post2b h2,
.post4b h2,
h2.title,
.post_text h2 {
text-align: left;
letter-spacing: .1rem;
padding: 0 !important;
margin: 10px auto !important;
border: none;
}
.post2b h2,
.post4b h2,
h2.title,
.post_text h2,
.post h2 a,
.post2b h2 a,
.post4b h2 a,
.postlist .ttls a {
color: var(--color-font);
}
h2.title,
.post_text h2,
.post h2 a {
font-size: var(--rem20w);
}
.post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
font-size: var(--rem18);
}
.post_text h2::before,
.post2b h2::before,
.post4b h2::before,
.post_text h2::after,
.post2b h2::after,
.post4b h2::after {
content: none !important;
}
.clearfix:after {
content: none;
} body:not(.home) .post h2.cat-loop {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
section.widget h2 {
border-bottom: 1px solid;
} .postlist {
margin-bottom: 0;
}
.postlist li {
border-bottom: 1px solid #ddd;
margin: 0 auto;
}
.postlist li:first-child {
border-top: 1px solid #ddd;
}
.postlist .post_text {
display: flex;
flex-direction: row;
align-items: center;
width: 98%;
margin: 0 auto;
padding: 12px 0;
}
.postlist .ttls,
.postlist .date {
display: block;
padding: 0 10px;
margin-bottom: 0;
}
.postlist .ttls {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.postlist .ttls a:hover {
text-decoration: underline;
}
.postlist .time {
display: block;
white-space: nowrap;
margin: 0 10px 0 0;
}
@media print,
screen and (max-width: 640px) {
.postlist .post_text {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.postlist .ttls {
width: 100%;
margin-top: 10px;
}
.postlist .ttls,
.postlist .date {
padding: 0 5px;
}
.postlist .time {
margin: 0 5px 0 0;
}
} @media print,
screen and (min-width: 800px) {
.post4b li {
width: 24%;
}
.post4b li:nth-child(4n+2):last-child {
margin-right: calc((24% * 2) + (((100% - (24% * 4)) / 3) * 2));
}
.post4b li:nth-child(4n+3):last-child {
margin-right: calc((24% * 1) + (((100% - (24% * 4)) / 3) * 1));
}
.post4b li:nth-child(4n+1):nth-last-child(-n+4),
.post4b li:nth-child(4n+1):nth-last-child(-n+4)~li {
margin-bottom: 0;
}
} @media print,
screen and (min-width: 800px) {
.post2b li {
width: 48%;
}
.post2b li:nth-child(2n+1):nth-last-child(-n+2),
.post2b li:nth-child(2n+1):nth-last-child(-n+2)~li {
margin-bottom: 0;
}
} ul.post>li {
margin-bottom: 30px;
}
ul.post>li .post_text70 {
position: relative;
padding-bottom: 30px;
}
@media print,
screen and (min-width: 800px) {
.post .post_img,
.post_text70 {
margin: 0;
}
.post .post_img {
width: 30%;
}
.post_text70 {
width: 65%;
}
}
@media print,
screen and (max-width: 799px) {
.post .post_img {
max-width: 300px;
text-align: center;
margin: 0 auto;
}
} #front_top_content,
#front_bottom_content {
padding: 100px 0;
}
#front-sectionPost {
width: 90%;
max-width: 1240px;
margin: auto;
}
#front_top_content .linkbtn_area,
#front_bottom_content .linkbtn_area {
margin-top: 50px;
}  .dateLabel {
padding-top: 10px;
margin-bottom: 30px;
border-top: 1px solid #ccc;
}
.pagenav {
margin: 70px 0 0;
}
.single-post h1.title {
font-size: var(--rem24w);
font-style: normal;
margin: 0 auto 20px;
text-align: left;
} #cat-post ul.post>li,
#cat-post ul.post2b>li,
#cat-post ul.post4b>li {
margin-bottom: var(--px30w);
}
#cat-post li .post_contents {
margin-top: 1rem;
}
#cat-post .postlist li {
margin-bottom: 0;
}
.dateLabel {
padding-top: 10px;
margin-bottom: var(--px30w);
border-top: 1px solid #ccc;
}
.pagenav {
margin: 70px 0 0;
} .single-post h1.title {
font-size: var(--rem24w);
font-style: normal;
margin: 0 auto 20px;
}  .post {
margin: 0 auto;
padding: 0;
}
#full-wrapper .post {
margin: 0 auto;
}
#wrapper,
.inner {
width: 100%;
max-width: var(--content-max-width);
}
body:not(.home) #wrapper {
width: 90%;
}
#content,
body:not(.home) #content.wide {
padding: var(--px100w) 0 var(--px180);
margin: 0 auto;
}
#content.wide {
width: 100%;
}
body:not(.home) #content.wide {
width: 100%;
}
@media print,
screen and (max-width: 1023px) {
#content,
#content.wide {
width: 90%;
}
} #thumbImg,
header#h1Header {
position: relative;
overflow: hidden;
height: 300px;
z-index: -1;
}
#thumbImg::before,
header#h1Header::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #000;
opacity: .2;
top: 0;
left: 0;
z-index: 1;
}
#thumbImg img,
header#h1Header img {
position: absolute;
width: auto;
height: 100%;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media print,
screen and (min-width: 1921px) {
#thumbImg img,
header#h1Header img {
width: 100%;
height: auto;
}
}
@media print,
screen and (max-width: 1024px) {
#h1Header #thumb img {
height: 100%;
margin: auto;
}
#thumbImg,
header#h1Header {
height: calc(300px + (1vw - 10.24px) * 9.2450); }
} #breadcrumb {
padding: 12px 0;
}
#breadcrumb ul {
width: 98%;
max-width: var(--content-max-width);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
padding: 0;
}
#breadcrumb ul li {
float: none;
}
#breadcrumb ul li:first-child {
margin-left: 0;
}
@media print,
screen and (max-width: 640px) {
#breadcrumb ul {
max-width: 100%;
}
} .page_contents_inner+.page_contents_inner {
margin-top: var(--px150);
}
.fw_contents {
margin-top: var(--px100w);
margin-bottom: var(--px180);
}
.fw_contents .page_contents_inner {
margin-right: calc(((100vw - 100%) / 2) * -1);
margin-left: calc(((100vw - 100%) / 2) * -1);
padding: var(--px120) calc((100vw - 100%) / 2) var(--px150);
margin-top: 0;
}
.fw_contents .page_contents_inner:nth-child(even) {
background: #f5f5f5;
} .wpcf7-form {
padding: 0;
}
span.wpcf7-list-item {
margin: 0 10px 0 0;
}
.wpcf7-form .must,
.wpcf7-form .option {
font-size: 75%;
}
.wpcf7-form .must {
background: var(--color-secondary);
}
.select-default input[type="text"],
.select-default input[type="tel"],
.select-default input[type="email"],
.select-default input[type="date"],
.select-default input[type="url"],
.select-default input[type="number"],
.select-default select,
.select-default textarea {
width: auto !important;
}
@media print,
screen and (min-width: 640px) {
.select3col input[type="text"],
.select3col input[type="tel"],
.select3col input[type="email"],
.select3col input[type="date"],
.select3col input[type="url"],
.select3col input[type="number"],
.select3col select,
.select3col textarea {
width: 25% !important;
}
}
@media print,
screen and (max-width: 640px) {
.select3col input[type="text"],
.select3col input[type="tel"],
.select3col input[type="email"],
.select3col input[type="date"],
.select3col input[type="url"],
.select3col input[type="number"],
.select3col select,
.select3col textarea {
width: 95% !important;
}
}
.submit_btn,
.post .submit_btn {
width: calc(100% - (35px * 2)) !important;
}
.submit_btn .wpcf7-spinner,
.post .submit_btn .wpcf7-spinner {
position: absolute;
margin: 0;
top: 50%;
right: -35px;
transform: translateY(-50%);
} #privacy h2 {
display: block;
color: #fff;
background: #222;
font-size: var(--rem18);
font-weight: 500;
letter-spacing: .2rem;
text-align: left;
padding: min(calc(8px + (1vw - 19.2px) * 0.1942), 8px) min(calc(12px + (1vw - 19.2px) * 0.1294), 12px);
margin: var(--px50) auto 20px;
border: none;
}
#privacy h3 {
color: #333;
background: none;
font-size: var(--rem24);
text-align: left;
padding: 0 0 10px;
margin: var(--px40w) auto var(--px20);
border-width: 0 0 2px;
border-color: var(--color-table-border);
}
#privacy h2::before,
#privacy h2::after,
#privacy h3::before,
#privacy h3::after {
content: none;
}
#privacy h2:first-child {
margin-top: 0;
} .post ul#sitemap_list.sitemap_disp_level_0>li {
margin-bottom: 5px;
padding: var(--rem24) 0 var(--rem24) 5px;
background: none;
border-bottom: solid 1px var(--color-table-border);
}
.post ul#sitemap_list.sitemap_disp_level_0>li a {
font-weight: 600;
font-family: var(--font-family02);
}
.post ul#sitemap_list.sitemap_disp_level_0 li a span.sub_ttl,
.post ul#sitemap_list.sitemap_disp_level_0 li ul.children a {
margin-left: 1rem;
font-size: 80%;
font-weight: 500;
}  .post p {
padding-bottom: 0;
}
.l_space p:not(:last-child) {
margin-bottom: 1.4em;
}
.note,
.inlinenote {
font-size: var(--rem12);
}
.note {
display: block;
}
.primary {
color: var(--color-primary);
}
.primary_shade {
color: var(--color-primary-shade);
}
.primary_tint {
color: var(--color-primary-tint);
}
.attention {
color: var(--color-secondary);
}
.nowrap {
display: inline-block;
}
.em_txt,
.post .em_txt {
font-size: var(--rem14);
font-weight: 500;
}
.mid_txt,
.post .mid_txt {
font-size: var(--rem12);
}
.min_txt,
.post .min_txt {
font-size: 1rem;
}
.message {
line-height: 2.4;
letter-spacing: .1rem;
}
.txt_l,
.post .txt_l {
text-align: left;
}
.txt_r,
.post .txt_r {
text-align: right;
}
.txt_c,
.post .txt_c {
text-align: center;
} span.marker.blue {
background: linear-gradient(transparent 60%, #6cf 60%);
}
span.marker.pink {
background: linear-gradient(transparent 60%, #f6c 60%);
}
span.marker.yellow {
background: linear-gradient(transparent 60%, #ff6 60%);
} .read_txt {
font-size: var(--rem18);
text-align: center;
letter-spacing: .1rem;
line-height: 2.2;
margin: var(--px60) auto var(--px80);
}
.wh_bg {
background: #fff;
padding: var(--px30w);
}
.fw_contents .page_contents_inner:nth-child(even) .color_box {
background: #fff;
}
.read_txt:first-child,
.color_box:first-child {
margin-top: 0;
}
.read_txt:last-child,
.color_box:last-child {
margin-bottom: 0;
}
.read_txt:first-child {
margin-top: 0;
}
.read_txt:last-child {
margin-bottom: 0;
} .linkBtn,
.post .linkBtn,
a.linkBtn {
position: relative;
display: inline-block;
width: 100%;
max-width: 500px;
color: #fff;
line-height: 1.8;
text-align: center;
background: var(--color-primary);
padding: 20px 30px 20px 10px;
margin: 0 auto;
border-radius: 5px;
transition: all .3s;
}
.linkBtn a {
color: #fff;
}
.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
color: #fff;
background: var(--color-primary-tint);
}
.linkBtn input[type="submit"],
.post .linkBtn input[type="submit"] {
background: none;
padding: inherit;
}
.linkBtn::after,
input.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after {
display: block;
content: '';
position: absolute;
top: 50%;
right: 20px;
width: 6px;
height: 6px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
margin-top: -3px;
transition: all .3s;
}
div.wpcf7 .ajax-loader {
display: none;
}
.subimitarea {
text-align: center;
margin-top: var(--px40);
}
.subimitarea .linkBtn {
padding: 0;
}
.post .subimitarea .linkBtn input[type="submit"] {
display: block;
width: 100%;
font-family: var(--body-font-family);
text-align: center;
margin: 0 auto;
padding: 20px 35px 20px 10px;
}
.wpcf7-spinner {
position: absolute;
left: 50%;
right: inherit;
margin: 0;
bottom: -30px;
transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
.linkBtn,
.post .linkBtn {
display: block;
text-align: center;
}
} a.link_btn {
position: relative;
display: inline-block;
color: #FFF;
background: var(--color-primary);
width: 100%;
max-width: 400px;
font-size: var(--rem16);
font-weight: 500;
letter-spacing: .1rem;
line-height: 1.6;
text-align: center;
padding: 14px var(--px40) 12px;
border-radius: 50vw;
-webkit-transition: .3s;
transition: .3s;
}
a.link_btn::after {
content: '\f105';
position: absolute;
font-size: .85em;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
top: 50%;
right: var(--rem16);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
a.link_btn:hover {
text-decoration: none;
background: var(--color-primary-shade);
}
.linkbtn_area {
text-align: center;
margin: var(--px50) auto;
}
a.external::after,
a.mail::after,
a.tel::after {
content: '';
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-left: 10px;
}
a.external::after {
content: '\f35d';
}
a.mail::after {
content: '\f0e0';
}
a.tel::after {
content: '\f3cd';
}
a.link_btn.external::after,
a.link_btn.mail::after,
a.link_btn.tell::after {
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
} a.arw_c_btn,
.arw_c_btn {
position: relative;
display: inline-block;
color: #222;
font-size: var(--rem16);
font-weight: 400;
letter-spacing: .1rem;
padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) 0;
-webkit-transition: .4s;
transition: .4s;
}
a.arw_c_btn.wh_btn,
.arw_c_btn.wh_btn {
color: #fff;
}
a.arw_c_btn .arw,
.arw_c_btn .arw {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
width: var(--px50);
height: var(--px50);
border: 1px solid;
border-radius: 50%;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: .4s;
transition: .4s;
}
a.arw_c_btn .arw::after,
.arw_c_btn .arw::after {
content: '';
position: absolute;
width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
border-style: solid;
border-width: 1px 1px 0 0;
top: 50%;
left: 50%;
-webkit-transform: translate(-70%, -50%) rotate(45deg);
transform: translate(-70%, -50%) rotate(45deg);
-webkit-transition: .4s;
transition: .4s;
}
a.arw_c_btn:hover .arw,
.arw_c_btn:hover .arw {
background: #222;
}
a.arw_c_btn:hover .arw::after,
.arw_c_btn:hover .arw::after {
border-color: #fff;
}
a.arw_c_btn.wh_btn:hover .arw,
.arw_c_btn.wh_btn:hover .arw {
background: #fff;
}
a.arw_c_btn.wh_btn:hover .arw::after,
.arw_c_btn.wh_btn:hover .arw::after {
border-color: #222;
} .post ul {
margin: 0;
}
.post li {
line-height: 2;
margin-bottom: 0;
border-bottom: 0;
}
.post ol,
.post ul.list_disc {
margin: 0 0 0 1.2em;
}
.post ol:first-child {
margin-top: 0;
}
.post ol:last-child,
.post li:last-child {
margin-bottom: 0;
}
.post li ol li.list_decimal {
list-style: decimal;
margin-left: 0;
}
.post ul.list_disc {
list-style: disc;
}
.post ul.list_point>li,
.post ul.list_check>li,
.post ul.caution>li,
.post ul.list_checkbox>li {
position: relative;
list-style: none;
padding-left: 1.2em;
margin-left: 0;
}
.post ul.list_point>li:before,
.post ul.list_check>li:before,
.post ul.caution>li:before,
.post ul.list_checkbox>li:before {
position: absolute;
font-family: 'FontAwesome';
font-weight: 400;
left: 0;
}
.post ul.list_point>li:before,
.post ul li.list_point:before {
content: '\f087';
}
.post ul.list_check>li:before,
.post ul li.list-check:before {
content: '\f00c';
}
.post ul.caution>li::before,
.post ul li.caution::before {
content: '※';
}
.post ul.list_checkbox>li:before,
.post ul li.list_checkbox:before {
content: '\f14a';
} .post li.list_none,
.post ol li.list_none,
.post ul li.list_none {
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.post li.list_none:before,
.post ol li.list_none:before,
.post ul li.list_none:before {
content: none !important
} ul.linkbtn_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 800px;
margin: var(--px60) auto;
}
ul.linkbtn_list>li {
width: 100%;
margin-bottom: var(--px20);
}
ul.linkbtn_list>li a.link_btn {
width: 100%;
}
.linkbtn_area:first-child,
ul.linkbtn_list:first-child {
margin-top: 0;
}
.linkbtn_area:last-child,
ul.linkbtn_list:last-child {
margin-bottom: 0;
}
ul.col2_list,
ul.col3_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
ul.col2_list>li,
ul.col3_list>li {
width: 100%;
}
ul.col2_list:not(.linkbtn_list)>li,
ul.col3_list:not(.linkbtn_list)>li {
margin-bottom: var(--px60);
}
@media print,
screen and (min-width: 641px) {
ul.col2_list>li {
width: 48.5%;
}
ul.col2_list>li:nth-child(2n+1):nth-last-child(-n+2),
ul.col2_list>li:nth-child(2n+1):nth-last-child(-n+2)~li {
margin-bottom: 0;
}
ul.linkbtn_list>li {
width: 48%;
}
ul.linkbtn_list>li:nth-child(2n+1):nth-last-child(-n+2),
ul.linkbtn_list>li:nth-child(2n+1):nth-last-child(-n+2)~li {
margin-bottom: 0;
}
}
@media print,
screen and (min-width: 1024px) {
ul.linkbtn_list.col3_list {
max-width: none;
}
ul.col3_list>li {
width: 31%;
}
ul.col3_list>li:nth-child(3n+2):last-child {
margin-right: calc(32% + (((100% - (32% * 3)) / 2) * 1));
}
ul.col3_list>li:nth-child(3n+1):nth-last-child(-n+3),
ul.col3_list>li:nth-child(3n+1):nth-last-child(-n+3)~li {
margin-bottom: 0;
}
}
@media print,
screen and (max-width: 1023px) and (min-width: 641px) {
ul.col3_list:not(.linkbtn_list)>li {
width: 48%;
}
ul.col3_list:not(.linkbtn_list)>li:nth-child(2n+1):nth-last-child(-n+2),
ul.col3_list:not(.linkbtn_list)>li:nth-child(2n+1):nth-last-child(-n+2)~li {
margin-bottom: 0;
}
} .post table,
.post table th,
.post table td {
border-width: 1px;
border-color: var(--color-table-border);
}
.post table {
margin: var(--px30) auto;
}
.post table th,
.post table td {
padding: var(--rem14) var(--rem16);
}
.post table th {
width: 25%;
color: var(--color-font);
font-weight: 600;
background: #f2f2f2;
}
.post table td {
color: var(--color-font);
background: none;
}
.post table:first-child {
margin-top: 0;
}
.post table:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
.table_scroll {
width: 100%;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
}
.table_scroll table {
table-layout: auto;
width: 800px;
}
.post table.responsive th,
.post table.responsive td {
text-align: left;
}
} .post img {
padding: 0;
border: none;
vertical-align: bottom;
}
.post img.aligncenter {
margin: 0 auto;
}
.aspect_img {
width: 100%;
position: relative;
aspect-ratio: 4 / 3;
overflow: hidden;
line-height: 0;
}
.aspect_img img {
width: 100%;
height: 100%;
object-fit: cover;
} .gallery_area {
margin: var(--px30) auto;
}
.gallery_area:first-child {
margin-top: 0;
}
.gallery_area:last-child {
margin-bottom: 0;
}
.gallery {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
margin: var(--px50) auto !important;
}
.gallery>br {
display: none !important;
}
.gallery>*:last-child {
display: block;
}
.gallery:first-child,
.gallery:nth-child(2) {
margin-top: 0 !important;
}
.gallery:last-child {
margin-bottom: 0 !important;
}
.gallery-item {
float: none !important;
line-height: 0;
margin-top: 0 !important;
margin-bottom: var(--px20);
}
.gallery-caption {
font-size: var(--rem14);
line-height: 1.6;
text-align: center;
margin: .5em auto !important;
padding: 0 !important;
}
.gallery-columns-2 .gallery-item {
width: calc(100% / 2) !important;
}
.gallery-columns-3 .gallery-item {
width: calc(100% / 3) !important;
}
.gallery-columns-4 .gallery-item {
width: calc(100% / 4) !important;
}
.gallery-columns-5 .gallery-item {
width: calc(100% / 5) !important;
}
.gallery-columns-6 .gallery-item {
width: calc(100% / 6) !important;
}
.gallery-columns-1 .gallery-item img,
.gallery-columns-2 .gallery-item img,
.gallery-columns-3 .gallery-item img,
.gallery-columns-4 .gallery-item img,
.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img {
max-width: 95%;
}
@media print,
screen and (min-width: 641px) {
.gallery-columns-3 .gallery-item:nth-of-type(3n+2):last-of-type {
margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+2):last-of-type {
margin-right: calc(((100% / 4) * 2) + (((100% - ((100% / 4) * 4)) / 3) * 2)) !important;
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+3):last-of-type {
margin-right: calc(((100% / 4) * 1) + (((100% - ((100% / 4) * 4)) / 3) * 1)) !important;
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+2):last-of-type {
margin-right: calc(((100% / 5) * 3) + (((100% - ((100% / 5) * 5)) / 4) * 3)) !important;
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+3):last-of-type {
margin-right: calc(((100% / 5) * 2) + (((100% - ((100% / 5) * 5)) / 4) * 2)) !important;
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+4):last-of-type {
margin-right: calc(((100% / 5) * 1) + (((100% - ((100% / 5) * 5)) / 4) * 1)) !important;
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+2):last-of-type {
margin-right: calc(((100% / 6) * 4) + (((100% - ((100% / 6) * 6)) / 5) * 4)) !important;
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+3):last-of-type {
margin-right: calc(((100% / 6) * 3) + (((100% - ((100% / 6) * 6)) / 5) * 3)) !important;
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+4):last-of-type {
margin-right: calc(((100% / 6) * 2) + (((100% - ((100% / 6) * 6)) / 5) * 2)) !important;
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+5):last-of-type {
margin-right: calc(((100% / 6) * 1) + (((100% - ((100% / 6) * 6)) / 4) * 1)) !important;
}
}
@media print,
screen and (max-width: 1023px) and (min-width: 641px) {
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
width: calc(100% / 3) !important;
}
.gallery-columns-5 .gallery-item:nth-of-type(3n+2):last-of-type,
.gallery-columns-6 .gallery-item:nth-of-type(3n+2):last-of-type {
margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
}
}
@media print,
screen and (max-width: 640px) {
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
width: calc(100% / 2) !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
margin-bottom: 10px;
}
.gallery-columns-1 .gallery-item img,
.gallery-columns-2 .gallery-item img,
.gallery-columns-3 .gallery-item img,
.gallery-columns-4 .gallery-item img,
.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img {
max-width: 97%;
}
} .googlemap {
padding-bottom: 45%;
margin: var(--px50) auto;
}
.googlemap:first-child {
margin-top: 0;
}
.googlemap:last-child {
margin-bottom: 0;
}
@media print,
screen and (max-width: 768px) {
.googlemap {
padding-bottom: 80%;
}
} .youtubeArea {
position: relative;
overflow: hidden;
margin: var(--px50) auto;
}
.youtubeArea::before {
content: '';
display: block;
padding-top: 56.25%;
}
.youtubeArea>iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.youtubeArea:first-child {
margin-top: 0;
}
.youtubeArea:last-child {
margin-bottom: 0;
} .qa_list {
cursor: pointer;
}
.qa_list .qa_list_inner dt {
position: relative;
font-weight: normal;
margin: 1rem 0 0 0;
display: flex;
align-items: stretch;
padding: 0rem 1rem 0rem 0rem;
background: #ffffff;
border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
position: relative;
font-weight: normal;
margin: 0;
display: flex;
align-items: stretch;
padding: 0;
background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
color: #ffffff;
background: var(--color-primary);
line-height: 1.0;
padding: 1rem 1rem 1rem 1rem;
font-size: 2.2rem;
border-right: 1px solid #cccccc;
width: 100%;
text-align: center;
max-width: 90px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
background: #f2f2f2;
line-height: 1.0;
padding: 1rem 1rem 1rem 1rem;
font-size: 2.2rem;
font-weight: bold;
width: 100%;
text-align: center;
max-width: 90px;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--body-font-family);
border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
padding: 1.5rem 1.5rem 1.5rem 2rem;
line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
line-height: 1.8;
width: 100%;
}
.qa_list .qa_list_inner dt:after {
content: '';
position: absolute;
top: 46%;
right: 3rem;
width: 12px;
height: 12px;
border-right: 1px solid #494949;
border-bottom: 1px solid #494949;
-webkit-transform: rotate(45deg) translateY(-50%);
transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
top: 43%;
right: 2rem;
-webkit-transform: rotate(-135deg) translateY(-50%);
transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
display: none;
position: relative;
padding: 0;
margin: 0 0 1rem 0;
border: 1px solid #cccccc;
border-top: 0;
}
@media only screen and (max-width: 768px) {
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
padding: 0.5rem 1rem 0.5rem 1rem;
}
.qa_list .qa_list_inner dt {
padding: 0rem 1rem 0rem 0rem;
}
.qa_list .qa_list_inner .a_ico,
.qa_list .qa_list_inner .q_ico {
max-width: 50px;
padding: 1.2rem 1.0rem;
}
.qa_list .qa_list_inner dt:after {
right: 1.5rem;
width: 6px;
height: 6px;
}
.qa_list .qa_list_inner .active:after {
right: 1.0rem;
}
}
@media only screen and (max-width: 559px) {
.qa_list .qa_list_inner dd {
font-size: 1.4rem;
}
.qa_list .qa_list_inner dt {
font-size: 1.4rem;
}
} .front_contents {
position: relative;
padding: 0;
z-index: 10;
}
.wrapper_content {
position: relative;
width: 94%;
max-width: 1240px;
padding: var(--px80) 0;
z-index: 20;
margin: 0 auto;
}
#front_top_content,
#front_bottom_content {
position: relative;
background: #f5f5f5;
padding: 0;
z-index: 10;
}
.roundcrop img {
border-radius: 100vh;
width: 240px;
height: 240px;
object-fit: cover;
}
.borderarea {
padding: var(--px40);
border: solid 2px #222;
} .toptxtarea {
width: 100%;
padding: var(--px80) 3%;
background: #000;
margin: 0 auto;
position: relative;
z-index: 1;
}
.post .toptxtarea h2 {
font-size: var(--px50);
color: #fff;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-weight: 800;
position: relative;
line-height: 1.3;
background: transparent;
padding: 0;
width: auto;
}
.post .toptxtarea h2:after {
content: none;
}
.post .toptxtarea h2 span.subttl {
font-size: var(--rem30);
font-family: var(--font-family02);
background: #fff;
color: #222;
padding: 5px 10px;
line-height: 1.2;
align-self: center;
margin-left: calc(100px + 1%);
margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
.post .toptxtarea h2 {
font-size: var(--rem48);
}
}
.post ul.list_check>li+li {
margin-top: var(--px20);
}
.post ul.list_check>li {
padding-left: calc(var(--px40) + 3%);
font-weight: 700;
line-height: 1.4;
}
.post ul.list_check>li:before,
.post ul li.list-check:before {
content: '';
position: absolute;
width: var(--px40);
height: var(--px40);
left: 0;
top: 50%;
transform: translateY(-50%);
background: url(//succeed-golf.com/wp-content/uploads/ico_roundarrow.png) no-repeat;
background-size: contain;
display: block;
} p.introductiontxt {
background: linear-gradient(89deg, #069c43 0%, #a6fb02 100%);
padding: var(--px20);
font-size: var(--px40);
font-weight: 700;
color: #fff;
text-align: center;
line-height: 1.2;
} .front_contents.specialarea {
background: url(//succeed-golf.com/wp-content/uploads/bgimg.jpg) no-repeat;
background-size: cover;
background-position: bottom;
}
.specialarea .toptxtarea {
background: transparent;
padding-bottom: 0;
}
.specialarea .toptxtarea h2 {
color: var(--color-font);
display: block;
font-size: var(--px50);
text-align: center;
font-weight: 700;
}
.specialarea .toptxtarea b {
color: #FF592C;
}
.specialarea .toptxtarea .bigtxt {
font-size: var(--px80);
line-height: 0;
}
.specialarea .specialcpn .bigtxt {
font-size: var(--px96);
}
.specialcpn {
gap: var(--px20);
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
font-size: var(--px60);
font-weight: 800;
margin-top: var(--px30);
margin-left: -5%; position: relative;
line-height: 1;
}
.specialcpnttl {
border-top: solid 4px #222;
border-bottom: solid 4px #222;
padding: var(--px20) 0px;
font-weight: 700;
font-size: var(--px30);
}
.specialcpn b {
line-height: 0;
margin-bottom: 10px;
}
@media only screen and (max-width: 1400px) {
.specialcpn {
padding: 0;
margin-left: 0;
}
.specialcpnttl {
width: 100%;
text-align: center;
margin-bottom: var(--px30);
}
.period {
line-height: 1.2;
}
} .card03_list>li {
background: #eee;
display: flex;
flex-direction: column;
position: relative;
z-index: 5;
}
.card03_list .txtarea {
display: flex;
flex-direction: column;
align-items: normal;
justify-content: flex-start;
min-height: 450px;
padding: 10px;
color: #222;
} .col5_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: var(--px40);
}
.col5_list {
position: relative;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.col5_list>li {
width: calc(100% / 3 - var(--px40));
}
@media print,
screen and (max-width: 768px) {
.col5_list>li {
width: calc((100% - (var(--px40)* 1)) / 2);
}
} .special_list>li {
background: linear-gradient(141.66deg, #009946 27.92%, #ADFF00 114.05%);
padding: 10px 10px var(--px40);
}
.special_list .txtarea {
color: #fff;
min-height: auto;
height: 100%;
}
.special_list .txtinner {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: normal;
height: 100%;
}
p.specialttl {
background: #111;
color: #fff;
text-align: center;
padding: 4px 10px;
font-size: var(--px30);
line-height: 1.2;
margin-bottom: 0.5rem;
}
.specialbeforearea {
padding: 12px 0 0;
position: relative;
display: flex;
flex-direction: column;
align-items: baseline;
}
.specialbeforearea:after {
content: "";
background: url(//succeed-golf.com/wp-content/uploads/ico_arrow.png) no-repeat;
background-size: contain;
width: 40px;
height: 25px;
object-fit: contain;
margin: var(--px20) auto 0;
display: block;
}
p.beforettl {
font-size: var(--px50);
font-weight: bold;
text-align: center;
line-height: 1.1;
padding-bottom: 8px;
border-bottom: double 7px;
margin-bottom: 10px;
display: inline-block;
position: relative;
left: 50%;
transform: translateX(-50%);
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
p.beforeprice {
font-size: var(--px50);
font-weight: bold;
text-align: center;
line-height: 1.2;
display: inline-block;
white-space: nowrap;
position: relative;
left: 50%;
transform: translateX(-50%);
}
p.beforeprice:before {
content: "";
background: #fff;
height: 4px;
width: 110%;
left: 50%;
top: calc(50% + 4px);
transform: translate(-50%, -50%);
position: absolute;
}
.specialafterarea {
margin-top: auto;
padding-top: var(--px20);
}
.specialafter {
font-size: var(--px120);
font-weight: bold;
text-align: center;
line-height: 1;
letter-spacing: -10px;
transform: skewX(-5deg);
}
.specialbeforearea .smalltxt {
font-size: var(--px30);
}
.specialafter .bigtxt {
font-size: var(--px200);
font-weight: bold;
text-align: center;
line-height: 0.8;
text-shadow: 10px 10px 0px rgba(0, 0, 0, 0.4);
}
.special03 .specialafter,
.special04 .specialafter,
.special05 .specialafter {
text-shadow: 10px 10px 0px rgba(0, 0, 0, 0.4);
letter-spacing: 0.1rem;
font-size: var(--px140);
}
.special05 .specialarea {
font-size: var(--px40);
line-height: 1.2;
text-align: center;
font-weight: 900;
position: relative;
}
.special05 .specialarea>p {
margin: 1rem 0;
letter-spacing: -1px;
}
@media print,
screen and (max-width: 768px) {
p.beforettl {
font-size: var(--px40);
}
.special05 .specialarea {
font-size: var(--px40);
}
.specialafter .bigtxt {
margin-left: 10px;
line-height: 0.6;
text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.specialafter {
font-size: var(--px80);
}
.special_list .txtarea {
padding: 0;
}
.specialbeforearea:after {
width: 25px;
height: 15px;
}
.special03 .specialafter,
.special04 .specialafter,
.special05 .specialafter {
text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
}
.special_list>li {
min-height: 210px;
}
p.beforeprice {
font-size: var(--px40);
}
p.beforeprice:before {
top: 50%;
height: 2px;
}
} .scoreuparea {
background: url(//succeed-golf.com/wp-content/uploads/bgimg.jpg) no-repeat;
background-size: cover;
background-position: bottom;
}
.scoreuparea .toptxtarea {
display: flex;
justify-content: center;
align-items: flex-end;
}
.scoreuparea .toptxtarea .imgarea {
max-width: 100px;
position: absolute;
right: 0;
bottom: 0;
}
.scoreuparea .toptxtarea h2 {
padding-right: calc(100px + 1%);
}
@media only screen and (max-width: 768px) {
.post .toptxtarea h2 span.subttl {
margin-left: 0;
}
.scoreuparea .toptxtarea h2 {
padding-right: 0;
}
.scoreuparea .toptxtarea .imgarea {
max-width: 100px;
position: static;
}
}
.scoreup_prof {
display: flex;
flex-direction: column;
align-items: center;
gap: 1%;
flex-grow: 0;
max-width: 25%;
width: 100%;
}
.scoreup_prof .roundcrop img {
width: var(--px180);
height: var(--px180);
}
.proftxt {
font-size: var(--rem16);
margin-top: 1rem;
font-weight: 700;
}
.scoreup_prof li {
line-height: 1.4;
background: #222;
color: #fff;
margin-top: 0.5rem;
padding: 0.3rem 0.5rem 0.2rem;
}
@media only screen and (max-width: 768px) {
.scoreup_prof {
max-width: none;
}
ul.scorelist {
margin-top: var(--px30);
}
ul.scorelist>li:last-child {
margin-top: var(--px30);
}
} ul.scorelist {
width: 100%;
margin: 20px auto 0;
background: transparent;
}
ul.scorelist>li {
background: #fff;
padding: var(--px20);
border: double 6px;
}
ul.scorelist>.flexbox {
justify-content: center;
}
.beforescorearea {
text-align: center;
position: relative;
padding-right: calc(30px + 3%);
margin-right: 3%;
}
.beforescorearea:before {
content: "";
background: url(//succeed-golf.com/wp-content/uploads/ico_arrow.png) no-repeat;
background-size: contain;
width: 30px;
height: 15px;
object-fit: contain;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%) rotate(-90deg);
}
span.beforettl {
border: solid 2px;
font-size: var(--rem16) !important;
font-weight: 600;
padding: 1px 6px;
line-height: 1;
display: inline-block;
}
span.beforescore {
display: block;
font-size: var(--px60);
font-weight: bold;
line-height: 0.9;
margin-top: 0.5rem;
}
span.afterscore {
font-size: var(--px100);
font-weight: bold;
}
.scorelistarea {
flex-grow: 1;
max-width: 960px;
}
@media only screen and (max-width: 640px) {
span.beforettl {
padding: 4px 6px 2px;
}
} .worryarea .wrapper_content {
padding-bottom: 0;
}
.worryarea .imgarea img {
-webkit-mask-image: linear-gradient(black 85%, transparent);
mask-image: linear-gradient(black 85%, transparent);
max-width: 360px;
}
@media only screen and (max-width: 768px) {
.worryarea .imgarea {
text-align: center;
}
.worryarea .imgarea img {
max-width: 240px;
}
}
.worryarea .txtarea {
position: relative;
}
.worryarea .roundcrop {
position: absolute;
right: 0;
bottom: 0;
}
.worryarea .roundcrop img {
border-radius: 100vh;
width: var(--px200);
height: var(--px200);
object-fit: cover;
}
.pickuparea {
text-align: center;
font-weight: bold;
}
.post .pickupttl {
background: inherit;
position: relative;
padding: 0;
overflow: inherit;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
margin: 0 0 var(--rem16);
padding: 0;
font-size: 4rem;
text-align: center;
line-height: 1.4;
}
.post .pickupttl>span {
position: relative;
display: inline-block;
padding: 0 6rem;
}
.post .pickupttl>span::before,
.post .pickupttl>span::after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 4.4rem;
height: 0.5rem;
background-color: var(--color-font);
}
.post .pickupttl>span::before {
left: 0;
-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.post .pickupttl>span::after {
right: 0;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
@media only screen and (max-width: 768px) {
.post .pickupttl {
font-size: 2rem;
}
.post .pickupttl>span {
padding: 0 4rem;
}
.post .pickupttl>span::before,
.post .pickupttl>span::after {
width: 2.4rem;
height: 0.3rem;
}
}
.pickuparea .marker {
font-size: var(--px50);
line-height: 1.4;
}
.pickuparea>h3 {
border: none;
padding: 0;
background: transparent;
}
@media only screen and (max-width: 640px) {
.pickuparea .marker {
font-size: var(--rem48);
}
} .usefularea {
position: relative;
background: #019946;
}
.usefularea .toptxtarea {
padding: calc(var(--px120) + 5%) 3% var(--px80);
}
.usefularea:before {
content: "";
clip-path: polygon(0 0, 100% 0%, 50% 100%);
width: 100%;
height: 5%;
display: block;
background: #fff;
position: absolute;
z-index: 2;
top: -1px;
}
.usefularea:after {
content: "";
background: url(//succeed-golf.com/wp-content/uploads/usefull_bg.jpg) no-repeat;
background-position: bottom;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20%;
min-height: 200px;
}
.useful_list li {
background: #fff;
position: relative;
padding: var(--px40);
}
.useful_list .ttlico {
position: absolute;
left: -8%;
top: -8%;
}
.useful_list .ttlico img {
width: var(--px100);
height: var(--px100);
object-fit: contain;
}
.useful_list .usefulttl {
text-align: center;
font-size: var(--px24);
font-weight: 800;
border-top: 3px solid;
border-bottom: 3px solid;
line-height: 1.2;
padding: 6px 0 3px;
margin-bottom: var(--px20);
width: 88%;
margin-left: auto;
margin-right: auto;
}
.useful_list .imgarea {
margin-bottom: var(--px20);
}
.useful_list p {
line-height: 1.4;
}
@media only screen and (max-width: 768px) {
.usefularea:before {
max-height: var(--px120);
}
}
@media only screen and (max-width: 640px) {
ul.useful_list.col3_list {
width: 80%;
margin: 0 auto;
}
.useful_list .ttlico img {
width: var(--px160);
height: var(--px160);
}
} .reasonarea {
background: url(//succeed-golf.com/wp-content/uploads/bgimg.jpg) no-repeat;
background-size: cover;
}
.reasonlist .ttlarea {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
text-align: left;
}
.reasonlist .ttlarea .reasonttl {
width: 100%;
border: none;
color: #fff;
padding: 20px 15px 20px 6%;
font-family: var(--font-family02);
font-size: var(--rem30);
font-weight: 600;
text-align: left;
margin: 0 0 0 -10%;
background: #222;
line-height: 1.4;
}
.reasonlist .ttlarea .ttlico {
position: relative;
left: -5%;
flex-shrink: 0;
z-index: 1;
}
.reasonlist .ttlarea .ttlico img {
width: var(--px200);
height: var(--px200);
object-fit: contain;
}
.reasonlist>li:not(:first-child) {
margin-top: var(--px80);
}
.reasonlist>li>.flexbox {
margin-top: var(--px40);
}
.reasonlist>li>.flexbox .txtarea {
align-self: center;
}
.post .reason01ttl {
background: var(--color-primary-shade);
border: none;
color: #fff;
padding: 8px;
}
.reasonlist>li>.flexbox .list_check {
margin-bottom: var(--px20);
font-size: var(--rem18);
font-weight: 600;
}
@media print,
screen and (max-width: 768px) {
.reasonlist .ttlarea {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.reasonlist .ttlarea .reasonttl {
margin: 0;
}
.reasonlist .ttlarea .ttlico {
margin-bottom: -7%;
left: -3%;
}
.reasonlist .ttlarea .ttlico img {
width: var(--px160);
height: var(--px160);
}
.reasonlist>li:not(:first-child) {
margin-top: var(--px40);
}
} p.name {
font-size: var(--rem36);
font-weight: 700;
font-style: italic;
margin: var(--px40) 0 var(--px20);
}
span.namekana {
font-size: var(--rem20);
font-weight: 400;
margin-left: var(--rem20);
}
table.proftable th {
background: transparent;
width: auto;
}
table.proftable,
table.proftable th,
table.proftable td {
border: none;
font-weight: 600;
}
table.proftable th,
table.proftable td {
border-bottom: solid 1px #ccc;
} .planarea {
background: #F1F1F1;
}
ul.planlisit {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 20px;
font-weight: 700;
color: #666666;
}
.planarea .sideimg {
position: absolute;
width: var(--px160);
height: auto;
left: -30%;
bottom: 0;
}
ul.planlisit>li {
background: #fff;
width: calc(100% / 4);
}
ul.planlisit>li .box {
padding: 15px;
display: flex;
flex-direction: column;
align-items: center;
font-size: var(--px24);
}
ul.planlisit>li .box:not(:last-child) {
border-bottom: solid 1px #ddd;
}
@media only screen and (max-width: 768px) {
ul.planlisit {
flex-wrap: wrap;
gap: 60px 20px;
}
ul.planlisit>li {
width: 48%;
}
}
@media only screen and (max-width: 640px) {
ul.planlisit {
gap: 20px;
margin-top: 0 !important;
}
ul.planlisit>li {
width: 94%;
}
ul.planlisit>li .box {
font-size: var(--px40);
padding: 10px;
}
} .price {
font-size: var(--px50);
line-height: 1.2;
}
span.enmark {
font-size: var(--px40);
line-height: 1.4;
}
span.day {
font-size: var(--px24);
line-height: 1.4;
}
span.bigtxt {
font-size: var(--px40);
line-height: 1.4;
}
p.pricettl {
font-size: var(--rem14);
background: #F1F1F1;
width: 100%;
text-align: center;
font-weight: 400;
margin-bottom: 1rem;
}
.planhead {
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
padding: var(--px24) var(--px24) 0;
line-height: 1.2;
font-size: var(--px30);
color: #fff;
}
.planhead>span {
font-size: var(--px20);
margin-top: 3px;
font-weight: 500;
}
.planheadarea:after {
content: "";
clip-path: polygon(0 0, 100% 0%, 50% 100%);
width: 100%;
height: 30px;
display: block;
background: #222;
position: relative;
z-index: 1;
top: -1px;
}
@media only screen and (max-width: 960px) {
.price {
font-size: var(--px40);
}
}
@media only screen and (max-width: 640px) {
.price {
font-size: var(--px80);
}
span.bigtxt {
font-size: var(--px60);
}
.planhead {
font-size: var(--px50);
padding-top: 20px;
}
} #price_mini .planhead,
#price_mini .planheadarea:after {
background: #E8E8E8;
color: #848484;
}
#price_light .planhead,
#price_light .planheadarea:after {
background: #C9DB00;
}
#price_regular {
color: #1D9300;
}
#price_regular .pricettl {
color: #222;
background: #edf9eb;
}
#price_regular .planhead,
#price_regular .planheadarea:after {
background: #1D9300;
} .planlisit.middleinlist #price_light .planhead,
.planlisit.middleinlist #price_light .planheadarea:after {
background: #bbb; }
.planlisit.middleinlist #price_middle .planhead,
.planlisit.middleinlist #price_middle .planheadarea:after {
background: #C9DB00;
}
.planlisit.middleinlist #price_middle .pricettl {
background: #f9fcdd;
}
.planlisit.middleinlist #price_middle .price {
color: #869206;
}
.planlisit.middleinlist #price_middle span.bigtxt {
color: #869206;
} #price_regular {
margin-top: -25px;
position: relative;
background: transparent
}
#price_regular .listinner {
border: solid 5px #1d9300;
background: #fff;
}
#price_regular .pickupttl {
font-size: 18px;
color: #1d9300;
position: absolute;
top: -30px;
left: 50%;
transform: translateX(-50%);
width: 100%;
margin: 0;
line-height: 1;
}
#price_regular .pickupttl>span {
position: relative;
display: inline-block;
padding: 0 35px;
font-weight: 900;
}
#price_regular .pickupttl>span::before,
#price_regular .pickupttl>span::after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 30px;
height: 3px;
background-color: #1d9300;
}
#price_regular .planheadarea:after {
height: 50px;
}
@media only screen and (max-width: 768px) {
#price_regular {
margin-top: 0;
}
#price_regular .planheadarea:after {
height: 30px;
}
}
@media only screen and (max-width: 640px) {
#price_regular {
margin-top: 40px;
}
} #price_premium .planhead,
#price_premium .planheadarea:after {
background: #FF592C;
}
#price_premium {
position: relative;
background: transparent
}
#price_premium .listinner {
background: #fff;
}
#price_premium .price {
color: #FF592C;
}
#price_premium .box {
color: #222;
}
#price_premium .planhead {
padding-top: 5px;
}
#price_premium .planhead img {
width: 25px;
height: 25px;
object-fit: contain;
margin: 0 auto;
}
#price_premium .planheadarea:after {
height: 25px;
}
#price_premium .box .bigtxt {
color: #FF592C;
}
#price_premium .specialbonus .pricettl {
background: #222;
color: #fff;
font-weight: 600;
}
.specialbonus b {
font-size: var(--rem18);
line-height: 1.4;
color: #FF592C;
}
@media only screen and (max-width: 768px) {
#price_premium .planheadarea:after {
height: 25px;
}
#price_premium .planhead img {
width: 20px;
height: 20px;
}
}
@media only screen and (max-width: 640px) {
#price_premium .planheadarea:after {
height: 30px;
}
} .whitearea {
padding: var(--px40);
background: #fff;
}
.whitearea .imgarea {
position: relative;
margin-left: 10%;
}
.sideimg {
position: absolute;
width: 200px;
height: 200px;
left: -15%;
bottom: 0;
}
p.lessonttl {
padding: 0 0 0 var(--rem16);
border-left: double 6px;
margin-bottom: var(--rem24);
font-size: var(--rem20);
font-weight: 700;
}
@media only screen and (max-width: 768px) {
.whitearea .imgarea {
margin-left: 0;
}
.planarea .sideimg {
width: var(--px240);
left: -5%;
}
} #kiyaku>ol {
margin: 0;
}
#kiyaku>ol>li {
list-style: none;
margin-top: 20px;
}
#kiyaku>ol>li>ol {
padding-left: 3rem;
margin: 0;
}
#kiyaku>ol>li>ol li>ol>li {
list-style: none;
border-bottom: dotted 1px;
padding: 3px;
font-size: var(--rem16);
}
#kiyaku>ol>li>ol li>ol {
margin: 20px 0;
}
#kiyaku>ol>li>ol li>ol>li {
list-style-type: none;
counter-increment: cnt;
}
#kiyaku>ol>li>ol li>ol>li::before {
content: "(" counter(cnt) ") ";
}
.topsnsarea {
margin: 5%;
} .special06 .specialarea {
font-size: min(var(--px30), 26px);
display: flex;
flex-flow: column;
flex-grow: 1;
position: relative;
p {
flex-grow: 1;
display: flex;
align-items: center;
}
p.note_5 {
font-size: 55%;
font-weight: 500;
margin: 0;
position: absolute;
bottom: 0;
transform: translateY(150%);
}
}
.front_contents {
&.club-fitting {
.flexbox {
align-items: center;
.imgarea {
display: flex;
flex-flow: column;
align-items: center;
p {
margin-top: 10px;
}
}
}
.reasonlist {
.reasonttl {
margin: 0;
text-align: center;
}
.flexbox {
.w100 {
width: 100%;
ul.txtinner {
display: flex;
flex-wrap: wrap;
li {
width: 50%;
}
}
ul.list_check>li {
margin-top: var(--px20);
}
}
}
li {
.card01_inner {
margin-top: var(--px40);
.specialbeforearea {
.beforettl {
font-size: var(--px40);
white-space: nowrap;
display: flex;
align-items: center;
img {
padding-left: 10px !important;
width: clamp(30px, 1.99vw - -22.53px, 50px);
}
}
}
.txtinner {
>p {
text-align: center;
}
.rs_pdg {
@media only screen and (min-width: 768px) {
padding: 0 clamp(0px, 12.5vw - 112.5px, 60px);
}
@media only screen and (max-width: 768px) {
padding: 0 clamp(0px, 12.75vw - 47.83px, 50px);
}
}
}
}
}
}
}
&.club_coordinator {
background-color: #FF592C;
.wrapper_content {
.flexbox {
align-items: center;
.w50.txtarea {
.txtinner {
display: flex;
flex-flow: column;
row-gap: 20px;
p {
color: #fff;
span {
margin-left: 20px;
}
}
.fs-32 {
font-size: var(--px20);
}
.fs-40 {
font-size: var(--px40);
}
}
}
.w50.imgarea {
display: flex;
justify-content: center;
}
}
}
}
}.image_auth_jp_quiz { display: none;
}
.image_auth_jp_description { display: none;
} .image_auth_jp_quiz.loaded {
display: inline-block;
}
.image_auth_jp_description.loaded {
display: block;
} .image_auth_jp_error_message {
display: none;
padding: 10px;
margin: 5px 0;
background-color: #f8d7da;
border: 1px solid #f5c6cb;
border-radius: 4px;
color: #721c24;
font-size: 14px;
text-align: center;
}
.image_auth_jp_error_message.show {
display: block;
}