@charset 'utf-8';

/* 00 - reset
--------------------------------------------------- */
*, ::before, ::after { background-repeat: no-repeat; box-sizing: inherit; }
::before, ::after { text-decoration: inherit; vertical-align: inherit; }
html { box-sizing: border-box; cursor: default; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
article, aside, footer, header, nav, section { display: block; }
body { margin: 0; }
figcaption, figure, main { display: block; }
hr { box-sizing: content-box; height: 0; overflow: visible; border: 0; border-top: 1px solid #eee; margin-top: 32px; }
nav ol, nav ul { list-style: none; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; -webkit-text-decoration-skip: objects; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: inherit; font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
audio, canvas, iframe, img, svg, video { vertical-align: middle; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg { fill: currentColor; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; }
details, menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
a, area, button, input, label, select, summary, textarea, [tabindex] { -ms-touch-action: manipulation; touch-action: manipulation; }
[hidden] { display: none; }
button, input, optgroup, select, textarea { margin: 0; }
button, input, select, textarea { background-color: transparent; color: inherit; font-size: inherit; line-height: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; resize: vertical; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 100%; font-weight: normal; }
blockquote, figure, p { margin: 0; }
dl, dd, ol, ul { margin: 0; padding: 0; }
ul { list-style: none; }
i { font-style: normal; }

/* 01 - base
--------------------------------------------------- */
@font-face { font-family: 'icons'; src: url("../font/icons.eot?88597751"); src: url("../font/icons.eot?88597751#iefix") format("embedded-opentype"), url("../font/icons.woff?88597751") format("woff"), url("../font/icons.ttf?88597751") format("truetype"), url("../font/icons.svg?88597751#icons") format("svg"); font-weight: normal; font-style: normal; }
html { line-height: 1; background: #fff/* #120e13 */; }
body { font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', sans-serif; font-weight: 500; font-size: 15px; color: #000; background: #fff; font-feature-settings: "palt" 1; letter-spacing: 0.05em; }
@media (-webkit-min-device-pixel-ratio:2) {
  body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
}
@media screen and (max-width:480px) {
  body { font-size: 14px; }
}
::-moz-selection { background: #e8fc66; color: #000; text-shadow: none; }
::selection { background: #e8fc66; color: #000; text-shadow: none; }
a { color: #000; }
a:link, a:visited { color: #000; text-decoration: none; transition: all 0.2s ease-in-out; }
a:hover, a:active { color: #666; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
a:hover img, a:active img { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }

body { 
    animation: fadeIn 0.8s ease-in-out  0s 1 normal;
    -webkit-animation: fadeIn 0.8s ease-in-out 0s 1 normal; }
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 02 - layout
--------------------------------------------------- */
#header, #footer, #visual { width: 100%; min-width: 960px; }
#header { position: fixed; top: 0; z-index: 50; }
.wrap { padding-top: 116px; }
#footer { margin-top: 80px; }
#contents { max-width: 1240px; min-width: 960px; margin: 0 auto; padding: 0 20px; }
#contents .in { width: 800px; margin: 0 auto; }
.sp { display: none!important; }
@media screen and (max-width:480px) {
  #header, #footer, #visual { min-width: 100%; }
  #header { position: relative; }
  .wrap { padding-top: 0; }
  #footer { margin-top: 40px; }
  #contents { max-width: 100%; min-width: 100%; padding: 0 5%; }
  #contents .in { width: 100%; }
  .sp { display:block!important; }
  .head .sp a:link, .head .sp a:visited { color: #fff; margin-top: 12px; }
}
.col { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; }
.col .col-2 { -webkit-flex-basis: 49.95%; -ms-flex-basis: 49.95%; flex-basis: 49.95%; }
.col .col-2-gut24 { -webkit-flex-basis: calc(50% - 12px); -ms-flex-basis: calc(50% - 12px); flex-basis: calc(50% - 12px); margin-bottom: 24px; }
.col .col-2-gut32 { -webkit-flex-basis: calc(50% - 16px); -ms-flex-basis: calc(50% - 16px); flex-basis: calc(50% - 16px); margin-bottom: 32px; }
.col .col-2-gut40 { -webkit-flex-basis: calc(50% - 20px); -ms-flex-basis: calc(50% - 20px); flex-basis: calc(50% - 20px); margin-bottom: 40px; }
.col .col-3 { -webkit-flex-basis: 33.25%; -ms-flex-basis: 33.25%; flex-basis: 33.25%; }
.col .col-4 { -webkit-flex-basis: 25%; -ms-flex-basis: 25%; flex-basis: 25%; }
.content .col { margin: 56px 0; }
@media screen and (max-width:480px) {
  .col { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .col .col-2, .col .col-3,.col .col-4  { -webkit-flex-basis: 100%; -ms-flex-basis: 100%; flex-basis: 100%; }
  .col .col-2-gut24, .col .col-2-gut32, .col .col-2-gut40 { -webkit-flex-basis: 100%; -ms-flex-basis: 100%; flex-basis: 100%; }
  .content .col { margin: 40px 0; }
}


/* 03 - module
--------------------------------------------------- */

/* typo & basic */
.h1, .h2, .h3 { font-family: 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E', serif; font-weight: 700; }
.h1, .h2 { text-transform: uppercase; }
.h1-sub, .h2-sub { font-size: 13px; letter-spacing: 2px; line-height: 1.5; }
.h1 a, .h2 a, .h3 a, .h4 a, .h1 a:link, .h2 a:link, .h3 a:link, .h4 a:link, .h1 a:visited, .h2 a:visited, .h3 a:visited, .h4 a:visited, a .h1, a .h2, a .h3, a .h4, a:link .h1, a:link .h2, a:link .h3, a:link .h4, a:visited .h1, a:visited .h2, a:visited .h3, a:visited .h4 { color: #000; }
a:hover .h1, a:hover .h2, a:hover .h3, a:hover .h4, a:active .h1, a:active .h2, a:active .h3, a:active .h4 { color: #666; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
.h1 { font-size: 32px; letter-spacing: 2px; margin-bottom: 12px; }
.h1-block { text-align: center; border-bottom: 1px solid #d7d7d7; margin: 0 auto 32px; padding: 56px 0 48px; }
.h2 { font-size: 26px; letter-spacing: 1px; line-height: 1; text-align: center; margin: 120px auto 48px; }
.h2-sub { font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', sans-serif; font-weight: 500; display: block; padding-top: 4px; }
.h3 { font-size: 22px; line-height: 1.5; margin: 40px auto; }
.h4 { font-size: 16px; line-height: 1.5; font-weight: bold; margin: 40px auto 0; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.no-top { margin-top:0;  }
.lead { font-family:'FOT-筑紫明朝 Pr6 R', 'TsukuMinPr6-R', "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif; font-size: 18px; text-align: center; letter-spacing: 0.05em; }
.caption, .small { font-size: 13px; }
.caption { margin-bottom: 24px !important; padding: 0 0.5em; }
.bg { background: #E7FB66; padding: 2px; }
@media screen and (max-width:480px) {
  .h1 { font-size: 24px; line-height: 1.25; }
  .h1-block { padding: 40px 0 32px; }
  .h1-sub, .h2-sub { font-size: 12px; }
  .h2 { font-size: 22px; margin: 80px auto 24px; }
  .h3 { font-size: 18px; margin: 24px auto; }
  .h4 { margin: 24px auto 0; }
  .lead { font-size: 14px; }
.caption, .small { font-size: 12px; }
}
.content { line-height: 2; }
.content p { margin: 1em 0; }
.content p:first-child { margin-top: 0; }
.content p:last-child { margin-bottom: 0; }
.content a { color: _cOrangeD; }
.content a:link, .content a:visited { color: _cOrangeD; text-decoration: underline; }
.content a:hover, .content a:active { color: _cOrangeL; }
.content small { font-size: 12px; }
.content ul, .content ol { margin: 1em 0 1em 2em; }
.content ul { list-style: disc; }
.content ol { list-style: decimal; }
.content dl { margin: 1em 0; }
.content dl dt { font-weight: bold; margin-top: 1em; }
.content table { margin: 1em 0 2em; width: 100%; line-height: 1.5; }
.content table caption { font-weight: bold; padding: 8px 16px; }
.content table th, .content table td { padding: 8px; border: 1px solid #e5e5e5; }
.content table th .s, .content table td .s { font-size: 0.6em; }
.content table th { background: #f5f5f5; letter-spacing: 1px; }
.content table thead th { background: #8aaa16; color: #fff; }
.content table ul { list-style:none; margin-left: 0.5em; }
.content table tr.sun td { background: #ffeaef; }
.content table tr.sat td { background: #F5FDFF; } 

.table { width: 100%; overflow-x:auto; -webkit-overflow-scrolling:touch;}
.table::-webkit-scrollbar { height: 5px;}
.table::-webkit-scrollbar-track {border-radius: 5px;background: #eee;}
.table::-webkit-scrollbar-thumb {border-radius: 5px;background: #666;}

@media screen and (max-width:480px) {
  .content p { font-size: 13px; }
  .content p.lead { font-size: 15px; text-align: left; }
  .content p.lead  br { display: none; }
  /*.content table th, .content table td { width: 100%; display: block;  border-top: none;}*/
  .content table caption { font-weight: bold; padding: 8px 0; }
  .content table th .s, .content table td .s { display: block; font-size: 0.6em; }
  .table table td { white-space: nowrap; }
}
.post h2, .post h3, .post h4 { font-weight: bold; line-height: 1.5; margin: 40px 0 24px; }
.post h2 { font-size: 20px; }
.post h3 { font-size: 20px; }
.post h4 { font-size: 18px; }
.post h3 + h4 { margin: 24px 0; }
@media screen and (max-width:480px) {
  .post h3, .post h4 { margin: 32px 0 16px; }
  .post h3 { font-size: 18px; }
  .post h4 { font-size: 16px; }
}

/* spacing */
._mt8 { margin-top: 8px;}
._mt16 { margin-top: 16px;}
._mt24 { margin-top: 24px;}


/* btn */
[class|="btn"] { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; line-height: 1; text-align: center; }
[class|="btn"] a { display: inline-block; color: #fff; font-weight: bold; }
[class|="btn"] a:link, [class|="btn"] a:visited { color: #fff; text-decoration: none; }
.btn-link { font-size: 14px; margin: 0.6em auto 0.6em; }
.btn-link a { background: #120e13; border-radius: 19px; padding: 12px 24px; width: 100%; max-width: 360px; }
.content .btn-link.primary a { font-size: 16px; padding: 14px 24px;}
.content .btn-link a { max-width: max-content;  }
.btn-link.primary a { font-size: 14px; line-height: 1.4; border-radius: 24px; padding: 10px 16px; background: #098F09; box-shadow:1px 2px 0px 0px #076307;
-moz-box-shadow:1px 2px 0px 0px #076307;
-webkit-box-shadow:1px 2px 0px 0px #076307; }
.btn-link.primary.orange a { background: #FF9B0E; box-shadow:1px 2px 0px 0px #CE7900; -moz-box-shadow:1px 2px 0px 0px #CE7900; -webkit-box-shadow:1px 2px 0px 0px #CE7900; }
.btn-link.primary.blue a { background: #00bfff; box-shadow:1px 2px 0px 0px #009ed3; -moz-box-shadow:1px 2px 0px 0px #009ed3; -webkit-box-shadow:1px 2px 0px 0px #009ed3; }

@media screen and (max-width:480px) {
	.content .btn-link.primary a { border-radius: 40px; }
	}

footer .btn-link.primary a { font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', sans-serif; }

.btn-link.secondary a { font-size: 15px; border-radius: 24px; padding: 16px 28px; background: #FF9F00; box-shadow:1px 2px 0px 0px #076307;
-moz-box-shadow:1px 2px 0px 0px #076307;
-webkit-box-shadow:1px 2px 0px 0px #076307; }

.btn-link a::before { content: url("../img/arrow_white.svg"); display: inline-block; vertical-align: top; padding: 0 16px 0 4px; margin-top: -4px; }
.btn-submit { font-size: 16px; }
.btn-submit input { color: #fff; font-weight: bold; background: #120e13; border-radius: 19px; padding: 12px 24px; border: 0; outline: none; }
@media screen and (max-width:1200px) {
  .btn-link a { padding: 12px 20px; }
  .btn-link a::before { padding: 0 12px 0 0; }
}

/* bnr */
.bnr { list-style: none !important; margin: 120px 0 !important; }
@media screen and (max-width:480px) {
  .bnr { margin: 80px 0 !important; }
  .bnr li { margin: 4px 0; }
}

/* box */
.box { background: #f5f5f5; padding: 48px 6.67%; }
.box *:first-child { margin-top: 0 !important; }
.box *:last-child { margin-bottom: 0; }

/* cource */
.course caption { background: #f5f5f5; text-align: left; }
.course td { width: 8.33%; text-align: center; }
@media screen and (max-width:480px) {
  .course caption { background: none; padding-left: 0; }
  .course thead { display: block; float: left; }
  .course tbody { display: block; width: auto; overflow-x: auto; white-space: nowrap; }
  .course tbody tr { display: inline-block; margin: 0 -3px; }
  .course th { display: block; width: auto; }
  .course td { display: block; width: auto; }
}

/* price */
.price { table-layout: fixed; }
.price caption { caption-side: bottom; border: 1px solid #e5e5e5; border-top: 0; }
.price td { background: #f5f5f5; font-size: 18px; font-weight: bold; text-align: center; letter-spacing: 0.9px; }
.price td span, .box p span { font-size: 22px; font-weight: bold; color: #000 }
.price.left td { text-align: left; font-size: 15px; font-weight: normal; color: #666; }
@media screen and (max-width:480px) {
  .price td, .price.left td { font-size: 12px; letter-spacing: 1px; }
}
@media screen and (max-width:320px) {
  .price td { padding: 4px !important; font-size: 15px; }
}

/* business hours */
.bizhrs { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; text-align: center; font-weight: bold; margin-bottom: 24px; }
.bizhrs.col { margin-bottom: 0; }
.bizhrs dt, .bizhrs dd {border: 1px solid #e5e5e5;letter-spacing: 0.8px;line-height: 20px;padding: 16px 0;}
.bizhrs dt { font-size: 16px; margin-top: 0 !important; }
.bizhrs dd { background: #f5f5f5; border-left: 0; }
.bizhrs-time { font-size: 22px; letter-spacing: 1.1px; margin-left: 1em; }
.in-topics .bizhrs { font-size: 0.75rem; }
.in-topics .bizhrs-time  { font-size: 1rem; }

@media screen and (max-width:480px) {
  .bizhrs dt, .bizhrs dd { line-height: 48px; }
  .bizhrs dd { border-top: 0; border-left: 1px solid #e5e5e5; }
  .bizhrs-time { font-size: 20px; }
}
@media screen and (max-width:320px) {
  .bizhrs dt, .bizhrs dd { letter-spacing: 0; }
  .bizhrs-time { margin-left: 0.5em; }
}
.we { color: #f6a623; }

/* pickup */
.pickup { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-align-items: flex-start; align-items: flex-start; margin: 56px 0; }
.pickup-img { -webkit-flex-basis: 55.33%; -ms-flex-basis: 55.33%; flex-basis: 55.33%; background: url("../img/pickup_shadow.png") right bottom no-repeat; background-size: 59.38%; padding: 0 24px 24px 0; }
.pickup-txtbox { -webkit-flex-basis: 40.67%; -ms-flex-basis: 40.67%; flex-basis: 40.67%; }
.pickup-ttl { font-family: 'FOT-筑紫明朝 Pr6 B', 'TsukuMinPr6-B', serif; font-size: 22px; margin-bottom: 24px; padding: 0 0 8px 120px; border-bottom: 1px solid #ccc; letter-spacing: 2px; }
.pickup-ttl::before { content: 'Pick Up'; font-family: 'La Belle Aurore', cursive; font-size: 36px; vertical-align: bottom; width: 160px; display: block; -webkit-transform: rotate(-15deg); -ms-transform: rotate(-15deg); transform: rotate(-15deg); margin: 0 0 -32px -152px; letter-spacing: 0; }
@media screen and (max-width:480px) {
  .pickup { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin: 40px 0; }
  .pickup-img { padding: 0 16px 16px 0; }
  .pickup-ttl { font-size: 18px; padding: 0 0 8px 88px; }
  .pickup-ttl::before { font-size: 18px; width: 80px; margin: 16px 0 0 -88px; }
}

/* girls golf */
.girlsgolf { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-align-items: flex-start; align-items: flex-start; margin: 56px auto; max-width: 960px; background: url("../img/girlsgolf_bg.png") 0 0 repeat; background-size: 20px; border: 1px solid #ffe4e8; }
.girlsgolf-img { -webkit-flex-basis: 45.63%; -ms-flex-basis: 45.63%; flex-basis: 45.63%; margin: 16px 0 32px 4.17%; }
.girlsgolf-img img { box-shadow: 14px 14px 0 0 #f9cece; }
.girlsgolf-img::before { content: 'Girls Golf'; font-family: 'La Belle Aurore', cursive; font-size: 47px; color: #ff8e9c; vertical-align: top; display: inline-block; -webkit-transform: rotate(-15deg); -ms-transform: rotate(-15deg); transform: rotate(-15deg); margin: 0 0 -44px -30px; }
.girlsgolf-txtbox { -webkit-flex-basis: 43.33%; -ms-flex-basis: 43.33%; flex-basis: 43.33%; margin: 38px 3.33% 32px 0; }
.girlsgolf-ttl { background: url("../img/girlsgolf.svg") center center no-repeat; background-size: 86.54%; height: 64px; margin-bottom: 16px; overflow: hidden; }
.girlsgolf-ttl::before { content: ""; display: block; width: 0; height: 100%; }
.girlsgolf-txt { min-height: 222px; background: #fff; border: 4px solid #f9cece; border-radius: 4px; padding: 24px 9.13%; }
.girlsgolf .btn-link { margin-top: -19px; }
.girlsgolf .btn-link a { background: #ff8e9c; }
.girlsgolf .btn-link a::before { display: none; }
@media screen and (max-width:480px) {
  .girlsgolf { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; max-width: 100%; margin: 40px auto; }
  .girlsgolf-img { margin: -8px 5% 16px 5%; }
  .girlsgolf-img img { box-shadow: 10px 10px 0 0 #f9cece; }
  .girlsgolf-img::before { font-size: 24px; margin: 0 0 -64px -20px; }
  .girlsgolf-txtbox { margin: 0 4% 16px; }
  .girlsgolf-ttl { margin-bottom: 8px; }
}

/* information */
.facility-map { background: #fdfff5; position: relative; width: 100%; }
.facility-map img { width: 56.67%; margin: 48px 0 64px 12%; }
.facility-map-listbox { background: #f3f9df; width: 29.5%; position: absolute; top: 140px; right: 12.17%; padding: 2.5%; }
.facility-map-ttl { font-family: 'FOT-筑紫明朝 Pr6 B', 'TsukuMinPr6-B', serif; font-size: 24px; line-height: 1.5; text-transform: uppercase; }
.facility-map-list { list-style: none !important; counter-reset: num; padding: 0; margin: 24px 0 0 0 !important; font-size: 16px; font-weight: bold; }
.facility-map-list li { position: relative; padding-left: 2.5rem; line-height: 1.5; margin-bottom: 16px; }
.facility-map-list li a:link, .facility-map-list li a:visited { text-decoration: none; }
.facility-map-list li:before { counter-increment: num; text-indent: 0; display: inline-block; position: absolute; left: 0; line-height: 24px; width: 24px; height: 24px; border-radius: 50%; text-align: center; font-size: 14px; color: #fff; background: #2ccce0; }
.facility-map-list li:nth-child(-n+9):before { content: ''counter(num); }
.facility-map-list li:nth-child(n+10):before { content: counter(num); }
.facility-map-list li:last-child { margin-bottom: 0; }
@media screen and (max-width:480px) {
  .facility-map img { width: 100%; margin: 32px 0; }
  .facility-map-listbox { width: 100%; position: relative; top: 0; right: 0; padding: 7.5%; margin: 0; }
  .facility-map-ttl { font-size: 18px; }
  .facility-map-list { margin: 16px 0 0 0 !important; font-size: 14px; }
  .facility-map-list li:before { line-height: 22px; width: 22px; height: 22px; font-size: 12px; }
}
.facility-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; margin: 40px auto; padding: 40px 6.67%; background: #fdfff5; }
.facility-box img { box-shadow: 8px 8px 0 0 #e8fb65; }
.facility-box .btn-link { -webkit-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; }
.facility-box .btn-link a { background: #2ccbe0; width: 202px; }
.facility-box .btn-link a::before { display: none; }
.facility-img { -webkit-flex-basis: 48.85%; -ms-flex-basis: 48.85%; flex-basis: 48.85%; -webkit-order: 1; -ms-order: 1; order: 1; }
.facility-txtbox { -webkit-flex-basis: 46.15%; -ms-flex-basis: 46.15%; flex-basis: 46.15%; -webkit-order: 2; -ms-order: 2; order: 2; }
.facility-ttl { font-family: 'FOT-筑紫明朝 Pr6 B', 'TsukuMinPr6-B', serif; font-size: 30px; line-height: 1.5; margin-bottom: 16px; }
.facility-ttl span { font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', sans-serif; color: #fff; font-size: 18px; text-align: center; line-height: 30px; vertical-align: bottom; width: 30px; height: 30px; display: inline-block; background: #2ccbe0; border-radius: 50%; margin: 7px 16px 8px 8px; }
.facility-txt { font-size: 16px; min-height: 272px; background: #fff; border-radius: 4px; border: 1px solid #f4f9e2; padding: 24px 8.33%; }
@media screen and (max-width:480px) {
  .facility-box { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin: 32px auto; padding: 5%; }
  .facility-box .btn-link a { width: auto; }
  .facility-ttl { font-size: 22px; margin: 24px 0 8px; }
  .facility-ttl span { font-size: 16px; line-height: 24px; width: 24px; height: 24px; margin: 4px 16px 5px 0; }
  .facility-txt { font-size: 14px; min-height: auto; }
}

/* beginner */
.beginner-select-box { width: 100%; }
.beginner-select-box__item { display: block; text-decoration: none !important; overflow: hidden; }
.beginner-select-box__image { position: relative; width: 100%; aspect-ratio: 440/267; }
.beginner-select-box__image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.beginner-select-box__content { width: 100%; padding: 8px 12px; background-color: #00945D; color: #fff; line-height: 24px; text-align: center; }
.beginner-select-box__content p { margin: 0 !important; font-weight: 700; }
.beginner-select-box__inner { display: table; position: relative; margin: 0 auto; padding-right: 24px; }
.beginner-select-box__inner::before { content: ""; display: block; position: absolute; transform: translateY(-50%); right: 0; top: 50%; width: 8px; height: 12px; background-image: url(./../img/icon-arrow.svg); background-repeat: no-repeat; background-size: contain; background-position: center; }
.beginner-select-box__lead { font-size: 13px !important; }
.beginner-select-box__title { font-size: 15px !important; }
@media (max-width:480px) {
  .beginner-select-box__item:not(:first-child) { margin-top: 24px; }
}
@media not (max-width:480px) {
  .beginner-select-box { display: flex; flex-wrap: wrap; justify-content: center; }
  .beginner-select-box__item { max-width: 50%; width: 440px; }
  .beginner-select-box__item:not(:first-child) { margin-left: 24px; }
  .beginner-select-box__content { padding: 12px; line-height: 24px; text-align: center; }
  .beginner-select-box__lead { font-size: 14px !important; }
  .beginner-select-box__title { font-size: 18px !important; }
}
.beginner-intro-box { max-width: 640px; width: 100%; margin: 0 auto; line-height: 1.5; font-feature-settings: initial; }
.beginner-intro-box__text p { font-size: 16px; letter-spacing: 0.5px; }
.beginner-intro-box__text p a { font-weight: 700; text-decoration: underline; }
.beginner-intro-box__note { font-size: 13px; letter-spacing: 2px; }
@media (max-width:480px) {
  .beginner-intro-box__text p br { display: none; }
}
.beginner-intro-nav { display: flex; max-width: 769px; width: 100%; margin: 0 auto; }
.beginner-intro-nav__item { width: calc(50% - 0.5px); margin: 0 auto; padding: 12px 16px; background-color: #00945D; color: #fff !important; text-decoration: none !important; }
.beginner-intro-nav__item:not(:first-child) { margin-left: 1px; }
.beginner-intro-nav__item div { position: relative; display: table; margin: 0 auto; padding-right: 20px; font-size: 16px; font-weight: 700; line-height: 1.25; }
.beginner-intro-nav__item div::before { content: ""; display: block; position: absolute; transform: translateY(-50%); right: 0; top: 50%; width: 12px; height: 8px; background-image: url(./../img/icon-arrow-bottom.svg); background-repeat: no-repeat; background-size: contain; background-position: center; }
.beginner-intro-nav__item span { display: inline-block; }
@media not (max-width:480px) {
  .beginner-intro-nav__item { padding: 24px; }
}
.beginner-section-box { max-width: 769px; width: 100%; margin: 0 auto; padding: 24px 16px 32px; border: solid 1px #EAEAEA; border-radius: 8px; font-feature-settings: initial; }
.beginner-section-box__heading { position: relative; padding-left: 56px; font-size: 18px; line-height: 21px; font-weight: 700; letter-spacing: 0.5px; }
.beginner-section-box__heading > span { display: flex; align-items: center; min-height: 40px; }
.beginner-section-box__heading[data-index]::before { content: attr(data-index); display: flex; justify-content: center; align-items: center; position: absolute; top: 2px; left: 0; width: 36px; height: 36px; border-radius: 50%; background-color: #408C29; color: #fff; font-size: 18px; line-height: 2; letter-spacing: 0.5px; }
.beginner-section-box__content { margin-top: 24px; }
.beginner-section-box__content p { font-size: 16px; line-height: 21px; letter-spacing: 0.5px; }
.beginner-section-box__image { margin-top: 24px; border: solid 1px #c7ccce; line-height: 0; }
.beginner-section-box__image img { width: 100%; height: auto; }
@media not (max-width:480px) {
  .beginner-section-box { min-height: 653px; padding: 56px 64px 32px; }
  .beginner-section-box__heading { padding-left: 60px; font-size: 18px; line-height: 21px; }
  .beginner-section-box__heading[data-index]::before { top: 2px; left: 0; width: 40px; height: 40px; font-size: 19.2px; }
}

/* enjoy plan */
.plan { margin: 56px auto; padding: 40px 6.67%; position: relative; }
.plan-img { -webkit-flex-basis: 48.85%; -ms-flex-basis: 48.85%; flex-basis: 48.85%; position: relative; }
.plan-label { font-family: 'La Belle Aurore', cursive; font-size: 47px; display: inline-block; -webkit-transform: rotate(-15deg); -ms-transform: rotate(-15deg); transform: rotate(-15deg); }
.plan-txtbox { -webkit-flex-basis: 46.15%; -ms-flex-basis: 46.15%; flex-basis: 46.15%; }
.plan-txtbox::before, .plan-txtbox::after { content: " "; display: table; }
.plan-txtbox::after { clear: both; }
.plan-time { float: left; margin-right: 32px; font-family: 'La Belle Aurore', cursive; font-size: 40px; line-height: 0.8; display: inline-block; }
.plan-ttl { font-family: 'FOT-筑紫明朝 Pr6 B', 'TsukuMinPr6-B', serif; font-size: 30px; line-height: 1.5; margin-bottom: 24px; letter-spacing: 2px; }
.plan-txt { font-size: 16px; min-height: 272px; background: #fff; border-radius: 4px; padding: 24px 8.33%; }
.plan-link { font-family: 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E', serif; font-size: 14px; font-weight: bold; }
.plan-link a { color: #fff; width: 202px; display: inline-block; line-height: 1; padding: 9px 0; text-align: center; }
.plan-link a:link, .plan-link a:visited { color: #fff; text-decoration: none; }
.plan .col { margin: 40px 0 0; }
.plan-main { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; }
.plan.-left::after { content: ''; width: 0; height: 0; border-top: 23px solid #f3d37d; border-right: 38px solid transparent; border-bottom: 23px solid transparent; border-left: 38px solid transparent; position: absolute; left: 25%; bottom: -40px; }
.plan.-left:last-of-type::after { display: none; }
.plan.-left .plan-img { -webkit-order: 1; -ms-order: 1; order: 1; }
.plan.-left .plan-txtbox { -webkit-order: 2; -ms-order: 2; order: 2; }
.plan.-left .plan-label { position: absolute; top: -48px; left: -8%; }
.plan.-right::after { content: ''; width: 0; height: 0; border-top: 23px solid #f3d37d; border-right: 38px solid transparent; border-bottom: 23px solid transparent; border-left: 38px solid transparent; position: absolute; right: 25%; bottom: -40px; }
.plan.-right:last-of-type::after { display: none; }
.plan.-right .plan-img { -webkit-order: 2; -ms-order: 2; order: 2; }
.plan.-right .plan-txtbox { -webkit-order: 1; -ms-order: 1; order: 1; }
.plan.-right .plan-label { position: absolute; top: -48px; right: -10%; }
.plan.-blue { background: url("../img/plan_blue_bg.png") 0 0 repeat; background-size: 20px; }
.plan.-blue img { box-shadow: 8px 8px 0 0 #59c6d4; }
.plan.-blue .plan-label { color: #59c6d4; }
.plan.-blue .plan-time { box-shadow: 0 -10px 0 0 #59c6d4 inset; }
.plan.-blue .plan-txt { border: 1px solid #e5f0f1; }
.plan.-blue .plan-link a { background: #1eb3c6; border-radius: 24px; }
.plan.-yellow { background: url("../img/plan_yellow_bg.png") 0 0 repeat; background-size: 20px; }
.plan.-yellow img { box-shadow: 8px 8px 0 0 #f9ec4a; }
.plan.-yellow .plan-label { color: #b5a708; }
.plan.-yellow .plan-time { box-shadow: 0 -10px 0 0 #fff361 inset; }
.plan.-yellow .plan-txt { border: 1px solid #fff89c; }
.plan.-yellow .plan-link a { background: #c4b60a; border-radius: 24px; }
.plan.-pink { background: url("../img/plan_pink_bg.png") 0 0 repeat; background-size: 20px; }
.plan.-pink img { box-shadow: 8px 8px 0 0 #ffb6b6; }
.plan.-pink .plan-label { color: #ff8e9c; }
.plan.-pink .plan-time { box-shadow: 0 -10px 0 0 #ffb6b6 inset; }
.plan.-pink .plan-txt { border: 1px solid #ffeded; }
@media screen and (max-width:480px) {
  .plan { margin: 40px auto; padding: 24px 5%; }
  .plan-label { font-size: 32px; }
  .plan-time { margin: 32px 16px 16px 0; font-size: 24px; }
  .plan-ttl { font-size: 22px; margin: 32px 0 16px; }
  .plan-txt { font-size: 14px; min-height: auto; }
  .plan-link a { width: auto; padding: 9px 16px; }
  .plan .col { margin: 20px 0 0; }
  .plan-main { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .plan.-left::after { left: 50%; margin-left: -38px; }
  .plan.-left .plan-label { position: absolute; top: -48px; left: -8%; }
  .plan.-right::after { right: 50%; margin-right: -38px; }
  .plan.-right .plan-img { -webkit-order: 1; -ms-order: 1; order: 1; }
  .plan.-right .plan-txtbox { -webkit-order: 2; -ms-order: 2; order: 2; }
  .plan.-right .plan-label { position: absolute; top: -48px; left: -8%; }
}

/* after golf */
.aftergolf { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; padding: 3.33%; background: url("../img/aftergolf_bg.png") 0 0 repeat; background-size: 20px; }
.aftergolf .aftergolf-img { -webkit-flex-basis: 50%; -ms-flex-basis: 50%; flex-basis: 50%; }
.aftergolf .aftergolf-img img { box-shadow: 8px 8px 0 0 #e8fb66; border-radius: 50%; }
.aftergolf .aftergolf-txtbox { -webkit-flex-basis: 46.15%; -ms-flex-basis: 46.15%; flex-basis: 46.15%; }
.aftergolf .aftergolf-ttl { font-family: 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E'; font-size: 20px; color: #120e13; line-height: 1; }
@media screen and (max-width:480px) {
  .aftergolf { display: block; padding: 5%; }
  .aftergolf .aftergolf-ttl { margin-top: 24px; font-size: 18px; }
}

/* access */
.access-map { margin-bottom: 56px; background: #fff; }
.access-map img { padding: 24px; }
.access-map h3 { font-weight: bold; margin: 32px 40px 16px; }
.access-map ol { margin: 24px 40px; padding:8px 4%; }
.access-map ol li { line-height: 2em; }
.access-map img.left { max-width: 32%; float: left; } 
.access-map p.caption { margin-top: 36px; line-height: 1.7; }
.access-car, .access-train { background: rgba(255, 255, 255, 0.9); }
.access-ttl { font-size: 18px; line-height: 32px; height: 48px; color: #fff; text-align: center; padding: 8px 0; }
.access-ttl::before { display: inline-block; vertical-align: middle; padding-right: 16px; height: 32px; }
.access ul { padding: 24px 6.9%; }
.access h4 { font-family: 'FOT-筑紫明朝 Pr6 B', 'TsukuMinPr6-B', serif; font-size: 18px; line-height: 1.2; }
.access h4 .access-mark { font-family: 'TsukuMinPro-HV', serif; }
.access h4 .access-from { font-size: 16px; }
.access h4 .access-min { font-size: 32px; }
.access p { font-size: 14px; color: #454545; line-height: 1.5; margin: 8px 0 16px; }
.access-car .access-ttl { background: url("../img/access_car_bg.png") 0 0 repeat; background-size: 20px; }
.access-car .access-ttl::before { content: url("../img/access_car.svg"); }
.access-car h4 { color: #3cade5; }
.access-train .access-ttl { background: url("../img/access_train_bg.png") 0 0 repeat; background-size: 20px; }
.access-train .access-ttl::before { content: url("../img/access_train.svg"); margin-top: -4px; }
.access-train h4 { color: #009b66; }
.access-train .btn-link { -webkit-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; }
.access-train .btn-link a { background: #009b66; }
@media screen and (max-width:480px) {
  .access-map { margin-bottom: 40px; }
  .access-ttl { font-size: 16px; line-height: 24px; height: 40px; padding: 8px 0; }
  .access h4 { font-size: 18px; }
  .access h4 .access-min { font-size: 24px; }
}

/* topics list */
.topics-list li { background: #fff; position: relative; }
.topics-list li::before, .topics-list li::after { content: " "; display: table; }
.topics-list li::after { clear: both; }
.topics-list li a { display: block; width: 100%; height: 252px; }
.topics-new { position: absolute; top: 8px; left: -8px; text-transform: uppercase; font-size: 12px; letter-spacing: 0.43px; color: #fff; background: #8aaa16; padding: 6px 12px; z-index: 10; }
.topics-img { float: left; width: 57.82%; height: 252px; background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; }
a:hover .topics-img { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
.topics-txt { float: right; max-height: 204px; overflow: hidden; width: 42.18%; font-size: 13px; line-height: 1.54; padding: 20px 24px 0; }
.topics-ttl { font-family: 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E', serif; font-weight: 700; font-size: 18px; line-height: 1.5; margin-bottom: 8px; }
.topics-link { position: absolute; bottom: 16px; right: 16px; color: #9b9b9b; font-size: 12px; letter-spacing: 0; }
.topics-link::before { content: url("../img/arrow_gray.svg"); display: inline-block; vertical-align: top; padding-right: 8px; margin-top: -2px; }
@media screen and (max-width:480px) {
  .topics-img { width: 50%; }
  .topics-txt { width: 50%; padding: 16px 16px 0; }
  .topics-ttl { font-size: 16px; }
}

/* news - list */
.news-list { margin: 0 auto; width: 428px; }
.news-list li { margin-bottom: 8px; line-height: 1.86; overflow: hidden; }
.news-date { width: 100px; float: left; }
.news-ttl { margin-left: 108px; }
@media screen and (max-width:480px) {
  .news-list { width: 90%; }
  .news-date { width: 90px; }
  .news-ttl { margin-left: 90px; }
}

/* news - back number */
.backno { text-align: center; width: 184px; margin: 0 auto; }

/* topics - page nav */
.wp-pagenavi { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-align-items: baseline; align-items: baseline; margin: 80px auto; text-align: bottom; }
.wp-pagenavi a { color: #747474; }
.wp-pagenavi a.page, .wp-pagenavi span.current { font-size: 13px; line-height: 16px; text-align: center; width: 16px; height: 16px; display: inline-block; margin: 0 8px; }
.wp-pagenavi a.page:first-child, .wp-pagenavi span.current:first-child { margin-left: 0; }
.wp-pagenavi span.current { color: #222; }
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .extend { font-size: 0; }
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before, .wp-pagenavi .extend::before { height: 16px; display: inline-block; padding-top: 4px; }
.wp-pagenavi .previouspostslink { margin-right: 32px; }
.wp-pagenavi .previouspostslink::before { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); content: url("../img/arrow_gray.svg"); }
.wp-pagenavi .nextpostslink { -webkit-order: 2; -ms-order: 2; order: 2; margin-left: 40px; }
.wp-pagenavi .nextpostslink::before { content: url("../img/arrow_gray.svg"); }
.wp-pagenavi .pages { -webkit-order: 1; -ms-order: 1; order: 1; margin-left: 24px; font-size: 26px; color: #747474; }
.wp-pagenavi .pages span { margin: 0 2px; }
.wp-pagenavi .pages::before { content: 'Pages:'; font-size: 13px; margin-right: 0.5em; }
@media screen and (max-width:480px) {
  .wp-pagenavi { margin: 40px auto; }
  .wp-pagenavi a.page, .wp-pagenavi span.current { width: 16px; height: 12px; margin: 0 4px; }
  .wp-pagenavi .previouspostslink { margin-right: 8px; }
  .wp-pagenavi .nextpostslink { margin-left: 8px; }
  .wp-pagenavi .pages { font-size: 16px; }
}

/* contact form */
.form { margin: 48px auto; }
.form span:not([class|="mwform"]) { color: #cf1f25; }
.form dl { width: 640px; margin: 0 auto; }
.form dl::before, .form dl::after { content: " "; display: table; }
.form dl::after { clear: both; }
.form dt { width: 210px; float: left; margin: 8px 0 !important; clear: both; text-align: right; font-weight: normal; }
.form dt span { width: 20px; display: inline-block; text-align: center; }
.form dd { width: 420px; float: right; overflow: hidden; margin: 8px 0 24px !important; }
.form dd input { max-width: 100%; padding: 8px; line-height: 24px; background: #f5f5f5; border-radius: 4px; }
.form dd input:first-of-type { margin-left: 0; }
.form dd .mwform-radio-field { padding: 8px; line-height: 24px; display: inline-block; }
.form dd [type="radio"] { margin-right: 8px; }
.form dd textarea { width: 100%; padding: 8px; height: 140px; background: #f5f5f5; border-radius: 4px; }
.form dd input, .form dd textarea, .form dd select { border: 0; }
.form dd input:focus, .form dd textarea:focus, .form dd select:focus { box-shadow: inset 0 0 2px 0 _cGreenL; }
@media screen and (max-width:480px) {
  .form { margin: 40px 6.4%; }
  .form dl { width: 100%; }
  .form dt { width: 100%; float: none; text-align: left; }
  .form dd { width: 100%; float: none; }
  .form dd input { max-width: 100%; }
  .form dd textarea { width: 100%; }
}

/* sp/pc */
.is-sp { display: none; }
@media screen and (max-width:480px) {
  .is-sp { display: inline-block; }
  .is-pc { display: none; }
}

/* page loader */
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.pace-inactive { display: none; }
.pace .pace-progress { background: #120e13; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; }
.pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #120e13, 0 0 5px #120e13; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); }
.pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #120e13; border-left-color: #120e13; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; }
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.page-loader { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #fff; z-index: 100; }

/* 04 - component
--------------------------------------------------- */

/* header */
.head { background: #fff; }
.head::before, .head::after { content: " "; display: table; }
.head::after { clear: both; }
.head a:link, .head a:visited { color: #111; }
.head-logo { float: left; width: 22.43%; height: 116px; border-bottom: 1px solid #ddd; position: relative; }
.head-logo img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 345px; width: 100%; }
.head-logo:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
.head-nav { float: right; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; width: 77.57%; font-family: 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E', serif; font-size: 17px; font-weight: 400; letter-spacing: 0.05em; }
.head-nav > li { width: 25%; height: 58px; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.head-nav > li a { width: 100%; height: 100%; padding: 14px 12.857142857142856%; display: inline-block; line-height: 1.25; letter-spacing: 1px; }
.head-nav > li a:hover, .head-nav > li a:active { background: #e8fc66; }
.head-nav > li span { display: block; font-size: 12px; color: #7a7a7a; letter-spacing: 0.5px; }
.head-nav > li.head-nav-about a, .head-nav > li.head-nav-park a { letter-spacing: 0.01em;  }
.head-nav > li.head-nav-park a { letter-spacing: -0.05em;  }
@media screen and (max-width:1360px) {
  .head-nav { font-size: 15px; }
  .head-nav > li a { padding: 14px 8.571428571428571%; }
}
@media screen and (max-width:1120px) {
  .head-nav { font-size: 14px; }
  .head-nav > li a { padding: 14px 6.428571428571428%; }
}
.in-about .head-nav-about, .in-golf .head-nav-golf, .in-shortcourse .head-nav-shortcourse, .in-park .head-nav-park, .in-enjoy .head-nav-enjoy, .in-futsal .head-nav-futsal, .in-restaurant .head-nav-restaurant, .in-information .head-nav-information, .in-beginners .head-nav-beginners { background: #e8fc66; }
@media screen and (max-width:480px) {
  .head-logo { float: none; width: 100%; height: 80px; background: #fff; }
  .head-logo img { width: 75%; top: 50%; left: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
  .head-nav { float: none; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 100%; font-size: 14px; margin-top: 40px; border-top: 1px solid #ccc; }
  .head-nav > li { width: 100%; height: auto; border-left: 0; }
  .head-nav > li a { padding: 8px 10% 10px; }
}
@media screen and (max-width:320px) {
  .head-nav { font-size: 13px; }
  .head-nav > li a { padding: 8px 10%; }
}

/* mobile nav */
@media screen and (max-width:480px) {
  .nav-btn { position: fixed; top: 12px; right: 4.8%; z-index: 102; width: 16px; height: 16px; display: block; }
  .nav-icn { position: absolute; top: 50%; left: 50%; width: 24px; height: 2px; background: #120e13; display: block; margin-left: -12px; margin-top: -1px; }
  .nav-icn:before, .nav-icn:after { content: ""; -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); background: #120e13; display: block; }
  .nav-icn:before { position: absolute; top: 0; left: 0; width: 24px; height: 2px; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); }
  .nav-icn:after { position: absolute; top: 0; right: 0; width: 16px; height: 2px; -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px); }
  .nav-icn.is-active { background: transparent; }
  .nav-icn.is-active:before { width: 24px; -webkit-transform: translateY(0) rotate(45deg) scale(1); -ms-transform: translateY(0) rotate(45deg) scale(1); transform: translateY(0) rotate(45deg) scale(1); }
  .nav-icn.is-active:after { width: 24px; -webkit-transform: translateY(0) rotate(-45deg); -ms-transform: translateY(0) rotate(-45deg); transform: translateY(0) rotate(-45deg); }
  .nav-wrap { position: fixed; top: 0; right: -85%; z-index: 101; width: 80%; height: 100%; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }
  .nav-wrap.is-active { right: 0; -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }
  .nav-wrap .btn-link { margin: 0.2em auto;}
  .nav-wrap .btn-link a { max-width: 360px; min-width: 200px; width: 90%; font-size: 12px;}  
  .nav-overlay { cursor: pointer; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; visibility: hidden; }
  .nav-overlay.is-active { -ms-filter: none; filter: none; opacity: 1; visibility: visible; -webkit-transition: opacity 600ms ease, visibility 0ms linear 0ms; transition: opacity 600ms ease, visibility 0ms linear 0ms; }
}

/* footer */
.foot { font-family: 'FOT-筑紫明朝 Pr6 R', 'TsukuMinPr6-R', serif; font-size: 13px; text-align: center; }
.foot-totop img { width: 40px; }
.foot-totop span { display: block; padding-top: 10px; font-size: 14px; }
.foot-nav { font-size: 14px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; margin: 16px auto 24px; padding: 32px 0; }
.foot-nav.bottom { font-size: 12px; border: none; margin: 8px auto 0; }
.foot-nav li { margin: 0 1em; }
.foot-info { line-height: 1.85; }
.foot-info p.logo img { width: 240px; margin-bottom: 24px; }
.foot-info-space { display: inline-block; width: 1em; }
.foot-copy { padding: 40px 0 120px; font-size: 12px; }
.foot-bnr { /* display: flex;  */ position: fixed; right: 14px; bottom: -2px; box-shadow:0 0 6px rgba(0, 0, 0, 0.25); border-radius:4px ;  border: 4px solid #fff; background: #f9f9f9; padding: 5px 4px 8px; z-index: 51; }
.foot-bnr li { margin: 0 0.5em;}
p.s { font-size: 0.8rem; }
p.foot-bnr-annountion { font-size: 0.6rem; line-height: 1.4; }
@media screen and (max-width:480px) {
  .foot-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .foot-nav li { padding: 8px; }
  .foot-nav.top { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; padding: 0; }
  .foot-nav.top li { margin:0; padding: 24px 8px; width: 49.5%; border-bottom:1px solid #eee;  }
  .foot-nav.top li:nth-child(2n) { border-left:1px solid #eee;  }
  .foot-nav.top li:last-child { border:none;  }
  .foot-bnr { position: relative; display: block; border: none; padding: 8px; right: 0px; bottom: 0px; box-shadow:none;}
  .foot-info { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; border-bottom: 1px solid #eee; padding-bottom: 24px; }
  .foot-info-space { width: 0; }
}

/* visual */
.vi { position: relative; }
.vi-img { background-position: center center !important; background-repeat: no-repeat; background-size: cover !important; }
.vi-message { position: absolute; left: 3.33%; bottom: 48px; font-family: serif; font-size: 70px; letter-spacing: 3.28px; color: #fff; text-transform: uppercase; white-space: nowrap; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
.vi-message .strong { font-weight: 700; letter-spacing: 3px; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
@media screen and (max-width:480px) {
  .vi-message { position: absolute; left: 5%; bottom: 24px; font-size: 32px; }
}
@media screen and (max-width:320px) {
  .vi-message { font-size: 28px; }
}

/* 05 - category
--------------------------------------------------- */

/* home */
.in-home #header { position: absolute; top: 505px; }
.in-home .wrap { padding-top: 0; }
.in-home .fixed { position: fixed !important; top: 0 !important; z-index: 50; }
.in-home #contents { max-width: 100%; padding: 116px 0 0; }
.in-home #contents .in { width: auto; max-width: 1240px; min-width: 960px; margin: 0 auto; padding: 0 20px; }
.in-home .h1-block { position: relative; margin: 0 auto 40px; padding: 0 0 16px; border-bottom: 0; }
.in-home .h1 { letter-spacing: 1px; }
.in-home .h1-block::before { content: ''; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 100px; height: 0; border-bottom: 1px solid #045202; }
.in-home [class|="sec"] { padding: 56px 0; }
.in-home .sec-topics { background: url("../img/home_topics.jpg") no-repeat center center; background-size: cover; }
.in-home .topics-list { margin-bottom: 24px; }
.in-home .sec-pickup .bnr { margin: 0 !important; }
.in-home .sec-news { background: #fafafa; }
.in-home .sec-info { padding-bottom: 36px; }
.in-home .sec-info li { font-family: 'FOT-筑紫明朝 Pr6 R', 'TsukuMinPr6-R', serif; font-size: 13px; line-height: 1.5; }
.in-home .sec-info li span { background: #000; display: block; position: relative; margin-bottom: 16px; }
.in-home .sec-info li h3 { font-family: 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E', serif; font-size: 16px; line-height: 48px; color: #fff; text-align: center; width: 280px; background: rgba(0, 0, 0, .15); border: 1px solid #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.in-home .sec-info li img { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); opacity: 0.9; }
.in-home .sec-info li a:hover h3 { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=0); opacity: 0; transition: all 0.2s ease-in-out; }
.in-home .sec-info li a:hover img { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; transition: all 0.2s ease-in-out; }
.in-home .sec-access { background: url("../img/home_access.jpg") no-repeat center center; background-size: cover; }
@media screen and (max-width:480px) {
  .in-home #header { position: relative; top: 0; }
  .in-home .fixed { position: relative !important; }
  .in-home #contents { padding: 0; }
  .in-home #contents .in { max-width: 100%; min-width: 100%; padding: 0 5%; }
  .in-home .sec-info li h3 { font-size: 14px; line-height: 40px; width: 248px; }
}

/* information */
.in-information .h1-block { margin-bottom: 0; }
.in-information .bnr { margin: 80px 0 !important; }

/* news, topics */
.in-news .h1-block, .in-topics .h1-block { margin-bottom: 64px; }
.in-news .h2, .in-topics .h2 { margin-top: 80px; }
.in-news .content, .in-topics .content { border-bottom: 1px solid #d7d7d7; padding-bottom: 80px; }
.in-news .btn-link, .in-topics #contents .btn-link { margin-top: 80px; }
.in-news .foot-bnr .btn-link, .in-topics #contents .foot-bnr .btn-link { margin-top: 0px; }
.in-news.archive .h2 { margin-bottom: 24px; }
.in-news.archive .h3 { font-size: 24px; margin-bottom: 8px; }
.in-news.archive .content { padding: 32px 0 40px; }
.in-topics .h1-sub::before { content: 'TOPICS'; margin-right: 1em; }
.in-news .h1-sub::before { content: 'NEWS'; margin-right: 1em; }
@media screen and (max-width:480px) {
  .in-news .h1-block, .in-topics .h1-block { margin-bottom: 32px; }
  .in-news .h2, .in-topics .h2 { margin-top: 40px; }
  .in-news .content, .in-topics .content { padding-bottom: 40px; }
  .in-news .btn-link, .in-topics .btn-link { margin-top: 40px; }
  .in-news.archive .h3 { font-size: 18px; }
  .in-news.archive .content { padding: 24px 0 40px; }
}


/* ショートコースweb予約とチェックイン当日の流れ */

	ol.scr { max-width: 800px; margin: auto; counter-reset: item;}
	ol.scr h3 { font-weight: bold; font-size: 1.2rem; display:inline-flex; padding-left: 3.2em; }
	ol.scr ul { margin-left: 4.0em;}
	ol.scr > li { position: relative; margin-bottom: 24px; border: 1px solid rgba(221, 221, 221, 1.0); list-style: none; padding: 40px;}
	ol.scr img { width: 400px;  margin:1em auto; text-align: center; display: block;}
	ol.scr ul li { padding: 0; list-style: none;}
	ol.scr ul li b { background: rgba(236, 250, 150, 1.0);}
	ol.scr > li:before  { 
	  counter-increment: item;
	  content: counter(item)'';
	  display: inline-block;
	  font-weight: bold;
	  font-size: 1.4rem;
	  background-color: rgba(64, 140, 41, 1.0);
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  vertical-align: middle;
	  text-align: center;
	  border-radius: 50%; 
	  color: #fff;
	  position: absolute;
	}
@media screen and (max-width: 480px) {
		ol.scr > li { padding: 16px;}
		ol.scr > li:before { left: -10px; top:-10px;}
		ol.scr h3 { padding-left:0.8em; }
		ol.scr ul { margin-left: 1.6em;}
}




/* about */
.in-about .lead.l { font-size: 20px; font-family: 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E', serif; }

@media screen and (max-width:480px) {
.in-about .lead { text-align: left; letter-spacing: 0px; }
.in-about .lead.l { font-size: 15px; font-weight: bold; }
}

/* company */
.in-company .content dl { overflow: hidden; margin: 48px 0; }
.in-company .content dt { width: 110px; float: left; clear: both; font-weight: normal; margin-top: 8px; }
.in-company .content dd { margin-left: 126px; margin-top: 8px; }
@media screen and (max-width:480px) {
  .in-company .content dt { width: 80px; }
  .in-company .content dd { margin-left: 88px; }
}

/* access */
.in-access .content .col, .in-access .content h4 { margin: 0; }
.in-access .content ul { list-style: none; }

/* shortcourse */
img.space { margin: 0 auto;max-width: 55%;display: block; }



/* guide */
.guide-wrapper { margin: 0px auto; padding: 0 6.67%; }
.guide-wrapper ._sp {display: none;}

.guide-wrapper .point-list-wrapper { display: block; text-align: center; margin: 48px 0 0; } 
.guide-wrapper .point-list li { font-family: YuGothic, "Yu Gothic",
 "Hiragino Kaku Gothic Pro", sans-serif; font-weight: 700; list-style: none; background-color: #008c5b; color: #fff; padding: 12px 40px 8px; margin-top: 2px; line-height: 1; } 
.guide-wrapper .point-list-title { font-size: 18px; color: #616161; font-weight: bold; line-height: 1; margin: 0; } 
.guide-wrapper .point-list { display: inline-block; margin: 32px 0 0; padding: 0; } 
.guide-wrapper .point-list li .text-price { font-size: 1.5em; margin: 0 2px 0 0; } 
.guide-wrapper .point-list li .text-price.-large { font-size: 2em; margin: 0 2px 0 1em; } 
@media screen and (max-width:480px) {
  .guide-wrapper .point-list { margin: 16px 0 0; }
  .guide-wrapper .point-list li { font-size: 12px; padding: 12px 16px 8px; width: 100%;  } 
}

.guide-wrapper .annountion { text-align: left; color: #EB001D; background: #FFF7F8; max-width: 880px; margin: 48px auto 80px; padding: 24px 24px; font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', sans-serif; font-size: 16px; line-height: 1.6; }

.guide-box { border-top: solid #D7D7D7 1px; padding: 48px 0; }
.guide-box.guide01 { border-top: none; padding-top: 0; }
.guide-box:not(.full) { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-justify-content: space-between; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-align-items: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.guide-txtbox { -ms-flex-basis: 48.07%; -ms-flex-preferred-size: 48.07%; flex-basis: 48.07%; -ms-order: 1; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.guide-txt { font-size: 16px; background: #fff; border-radius: 4px; padding: 0 0; padding-left: 3.6em; }
.guide-ttl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; font-family: 'FOT-筑紫明朝 Pr6 B', 'TsukuMinPr6-B', serif; font-size: 30px; line-height: 1.5; margin-bottom: 16px; }
.guide-ttl span.num { font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', sans-serif; color: #fff; font-size: 18px; text-align: center; line-height: 30px; vertical-align: bottom; width: 30px; height: 30px; display: inline-block; background: #2ccbe0; border-radius: 50%; margin: 7px 16px 8px 8px; }
.guide-ttl span.title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1;}
.guide-txt a:link,.guide-txt a:visited,.guide-txt a:active { color: #3CADE5; text-decoration: none; }
.guide-img { -ms-flex-basis: 48.07%; -ms-flex-preferred-size: 48.07%; flex-basis: 48.07%; -ms-order: 2; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
.guide-img img { display: block; margin: 0 auto; }
.guide-box.full .guide-img { margin-top: 80px; }
@media screen and (max-width:480px) {
  .guide-wrapper { padding: 0; }
  .guide-wrapper ._pc {display: none;}
  .guide-wrapper ._sp {display: block;}

  .guide-wrapper .annountion { text-align: left; font-size: 14px; margin: 48px 0 64px; padding: 16px 16px; }

  .guide-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; padding: 40px 0; }
  .guide-ttl { font-size: 22px; margin: 0 0 8px; }
  .guide-ttl span.num { font-size: 16px; line-height: 24px; width: 24px; height: 24px; margin: 4px 8px 5px 0; }
  .guide-txt { font-size: 14px; padding: 0; }
  .guide-img, .guide-box.full .guide-img { margin: 24px auto 0; }
}


/* faq */
.faq-list { margin-top: 100px !important; border-top: solid 1px #D7D7D7; font-size: 18px; }
.faq-list__item { position: relative; border-bottom: solid 1px #D7D7D7; pointer-events: all; overflow: hidden; }
.faq-list__item::before, .faq-list__item::after { content: ""; display: block; position: absolute; transform: translate(50%, -50%); top: calc(28px + (0.5em * 1.5)); right: 36px; width: 24px; height: 2px; background-color: #098F09; transition: 0.3s; }
.faq-list__item::after { transform: translate(50%, -50%) rotate(90deg); }
.faq-list__q, .faq-list__a { position: relative; margin: 0 !important; transition: height 0.3s; }
.faq-list__q, .faq-list__a__content { position: relative; margin: 0 !important; padding: 28px 72px; transition: height 0.3s; }
.faq-list__q, .faq-list__a,.faq-list__q *, .faq-list__a * { font-size: 1em; line-height: 1.5; }
.faq-list__q::before, .faq-list__a::before { content: "Q"; display: block; position: absolute; top: 22px; left: 8px; width: 40px; height: 40px; color: #098F09; font-family: 'EB Garamond', 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E', serif; font-weight: 700; font-size: 32px; line-height: 1; text-align: center; }
.faq-list__a::before { content: "A"; top: 0px; border-radius: 50%; background-color: #098F09; color: #fff; font-size: 26px; line-height: 1.4; }
.faq-list__q { font-size: 1em; cursor: pointer; pointer-events: all; }
.faq-list__a__content { padding-top: 6px; }
.faq-list__a__content p { font-size: 16px; line-height: 1.5; margin: 1em 0 0; }
.faq-list__a__content .note { font-size: 14px; line-height: 1.5; margin: 0.5em 0 0; }
.faq-list__item:not(.is-open) .faq-list__a { height: 0 !important; }
.faq-list__item.is-open::before{ transform: translate(50%, -50%) rotate(-90deg); opacity: 0; }
.faq-list__item.is-open::after { transform: translate(50%, -50%) rotate(0deg); }
@media screen and (max-width:480px) {
  .faq-list { margin-top: 48px !important; font-size: 16px; }
  .faq-list__item::before, .faq-list__item::after { top: calc(16px + (0.5em * 1.5)); right: 16px; width: 16px; height: 2px; background-color: #098F09; }
  .faq-list__item::after { transform: translate(50%, -50%) rotate(90deg); }
  .faq-list__q, .faq-list__a__content { padding: 16px 32px 16px 44px; }
  .faq-list__a__content { padding-top: 3px; }
  .faq-list__q::before, .faq-list__a::before { top: 15px; left: 4px; width: 28px; height: 28px; font-size: 24px; }
  .faq-list__a::before { top: 0px; font-size: 22px; line-height: 1.2; }
  .faq-list__a__content p { font-size: 14px; }
  .faq-list__a__content .note { font-size: 13px; }
}

.faq-notes { margin-top: 120px; padding: 44px 48px 44px; background-color: #F5F5F5; }
.faq-notes__heading { margin: 0 !important; font-size: 16px !important; line-height: 1.5; font-weight: 700; letter-spacing: 0.75px; }
.faq-notes__list { margin-top: 24px !important; margin-bottom: 0 !important; }
.faq-notes__list__item { font-size: 15px; line-height: 2; }
@media screen and (max-width:480px) {
  .faq-notes { margin-top: 64px; padding: 32px 24px 32px; }
  .faq-notes__heading { font-size: 16px !important; }
  .faq-notes__list { margin-top: 16px !important; }
  .faq-notes__list__item { font-size: 14px; }
}


/* error404 */
.in-error404 #contents { margin: 160px auto; }
@media screen and (max-width:480px) {
  .in-error404 #contents { margin: 80px auto; }
}

._mb {  margin-bottom: 80px;}
@media screen and (max-width:480px) {
  ._mb {  margin-bottom: 40px;}
}


/* text */
.red {color: #dc3545;}

/* typo */
._center { text-align: center !important; }
._left { text-align: left !important; }
._right { text-align: right !important; }
._small { font-size: 1.2rem !important; }
._large { font-size: 1.6rem !important; }

/* layout */
._m0 { margin: 0 !important; }
._mt0 { margin-top: 0 !important; }
._mb0 { margin-bottom: 0 !important; }
._mt24 { margin-top: 1.2rem !important; }
._mb24 { margin-bottom: 1.2rem !important; }
._mt32 { margin-top: 1.6rem !important; }
._mb32 { margin-bottom: 1.6rem !important; }
._mt40 { margin-top: 2rem !important; }
._mb40 { margin-bottom: 2rem !important; }
._mt64 { margin-top: 3.2rem !important; }
._mb64 { margin-bottom: 3.2rem !important; }
._mt72 { margin-top: 3.6rem !important; }
._mb72 { margin-bottom: 3.6rem !important; }
._mt80 { margin-top: 4rem !important; }
._mb80 { margin-bottom: 4rem !important; }
._mt120 { margin-top: 6rem !important; }
._mb120 { margin-bottom: 6rem !important; }
._p0 { padding: 0 !important; }
._pt0 { padding-top: 0 !important; }
._pb0 { padding-bottom: 0 !important; }
._cf::before, ._cf::after { content: " "; display: table; }
._cf::after { clear: both; }
._pull-rt { float: right !important; }
._pull-lt { float: left !important; }
@media screen and (min-width:768px) {
  ._mt24 { margin-top: 2.4rem !important; }
  ._mb24 { margin-bottom: 2.4rem !important; }
  ._mt32 { margin-top: 3.2rem !important; }
  ._mb32 { margin-bottom: 3.2rem !important; }
  ._mt40 { margin-top: 4rem !important; }
  ._mb40 { margin-bottom: 4rem !important; }
  ._mt64 { margin-top: 6.4rem !important; }
  ._mb64 { margin-bottom: 6.4rem !important; }
  ._mt72 { margin-top: 7.2rem !important; }
  ._mb72 { margin-bottom: 7.2rem !important; }
  ._mt80 { margin-top: 8rem !important; }
  ._mb80 { margin-bottom: 8rem !important; }
  ._mt120 { margin-top: 12rem !important; }
  ._mb120 { margin-bottom: 12rem !important; }
}