@charset "UTF-8";

.flex{ --margin:40px; }
@media screen and (max-width: 768px){
.flex{ --margin:20px; }
}

/**
* 全体
----------------------------------------------------------------*/
/* フォント */

/* ボディ */
body{
font-size:16px;
line-height:1.7;
color:rgb(60,60,60);
font-family: "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, sans-serif;
}
a {
color: rgb(242,150,0);
}

:root {
--margin: 40px;
}
@media screen and (max-width: 768px) {
:root {
--margin: 20px;
}
}

/**
* プロトタイプ
----------------------------------------------------------------*/
/* reCATPCHA */
.grecaptcha-badge{ visibility:hidden; }

img{
display:block;
margin:0 auto;
max-width:100%;
height: auto;
}
em{
font-style:normal;
color:rgb(87,195,234);
}
em.orange {
color: orange;
text-decoration: underline;
}
p{ text-align:justify; }
p.-small {font-size: 14px;}
@media screen and (max-width: 768px){
p.-small {font-size: 16px;}
}
.j{ text-align:justify !important; }
.c{ text-align:center; }
.spc{ text-align:center !important; }
.r{ text-align:right; }
.l{ text-align:left; }
.gm > iframe{ height:400px; }
.tel{
text-decoration:none;
}
.relative{ position:relative; }
strong.big{ font-size:150%; }
strong.xbig{ font-size:200%; }
@media screen and (max-width: 768px){
.safeimg{ max-width:240px; }
}
@media screen and (max-width: 240px){
.safeimg{ max-width:100%; }
}

/* 1カラム */
.one{
margin:var(--margin);
box-sizing: border-box;
}

/* マウスオーバー */
.hoverable.opacity{
transition:opacity .2s;
display:block;
}
.hoverable.opacity.hover{ opacity:.7; }
.hoverable.bg_navy {
transition: background .2s;
}
.hoverable.bg_navy.hover {
background: rgb(51,77,111);
}


/* マージン */
.tmargin{ padding-top:80px;}
.bmargin{ padding-bottom:80px; }
.tmargin.-none{ padding-top:0;}
.bmargin.-none{ padding-bottom:0; }
.tmargin.-narrow{ padding-top:40px;}
.bmargin.-narrow{ padding-bottom:40px; }
.tmargin.-min{ padding-top:20px;}
.bmargin.-min{ padding-bottom:20px; }

/* レイアウト */
.base{
max-width:1024px;
margin:0 auto;
box-sizing:border-box;
}
.base.-narrow{ max-width:768px; }
.base.-xnarrow{ max-width:512px; }
@media screen and (max-width: 768px){
.base.-has_padding {
padding-left:20px;
padding-right:20px;
}
.base.-smart{ max-width:375px; }
}


.-narrow-margin section {
width: calc(25% - 20px) !important;
margin-left: 10px !important;
margin-right: 10px !important;
}
@media screen and (max-width: 768px){
.-narrow-margin {
padding-left: 0 !important;
padding-right: 0 !important;
justify-content: space-between;
}
.-narrow-margin section {
flex-basis: calc(50% - 10px);
margin-left: 0 !important;
margin-right: 0 !important;
}
}

/* 分岐 */
.sp{ display:none; }
@media screen and (max-width: 768px){
.pc{ display:none; }
.sp{ display:block; }
}

/* 水平線 */
.hr{
display:block;
background:#ccc;
border:0;
margin:10px 0;
}

/* 見出し */
.h2 {
padding: 80px 20px 40px;
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/prototype/h2.png") scroll no-repeat center center;
font-size: 32px;
font-weight: bold;
line-height: 1;
letter-spacing: .1em;
text-align: center;
color: rgb(0,33,75);
}

.h3 {
font-weight: bold;
font-size: 26px;
color: rgb(0,33,75);
line-height: 1.4;
padding-bottom: 10px;
}

.h3_radius {
max-width: 420px;
margin: 40px auto 0;
border-radius: 30px;
line-height: 1.2;
font-size: 24px;
font-weight: bold;
text-align: center;
color: white;
background: rgb(87,195,234);
padding-top: 1px;
padding-bottom: 1px;
}

.h3_radius.-navy {
background: rgb(0,33,75);
}

.h4 {
font-size: 19px;
font-weight: bold;
line-height: 1.2;
color: ;
padding-bottom: 5px;
}
.h4.-circle {
color: rgb(60,60,60);
}
.h4.-circle::before {
content: "";
position: relative;
top: 1px;
display: inline-block;
width: 16px;
height: 16px;
margin-right: 4px;
background: rgb(87,195,234) no-repeat 0 50% / 16px 16px;
border-radius: 50%;
}

.h4_radius {
background: rgb(87,195,234);
color: white;
line-height: 1.2;
max-width: 350px;
margin: 40px auto 0;
text-align: center;
border-radius: 20px;
font-weight: bold;
padding-top: 1px;
padding-bottom: 1px;
}

.h4_radius.-holidy {
max-width: 100px;
}

.h4_radius.-contact {
max-width: 140px;
}

.h4_radius.-radiostim {
max-width: 140px;
}

.h4_radius.-conditioning {
max-width: 240px;
}

.h4_radius.-ems {
max-width: 80px;
}

.h4_radius.-taping {
max-width: 120px;
}

.h4_radius.-traffic {
max-width: 120px;
}

.h5 {
font-size: 18px;
font-weight: bold;
line-height: 1.2;
color: rgb(0,33,75);
padding-top: 10px;
padding-bottom: 5px;
}

.h5.-small {
font-size: 16px;
}
@media screen and (max-width: 768px) {
.h5.-small {
font-size: 18px;
}
}
.h4 > small {
display: block;
font-size: 16px;
line-height: 1.2;
}

.h4 > small > span {
font-size: 24px;
margin-left: -4px;
}

@media screen and (max-width: 768px) {
.h2 {
padding: 80px 20px 55px;
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/prototype/h2.png") scroll no-repeat center center;
line-height: 1.3;
letter-spacing: .1em;
text-align: center;
color: rgb(0,33,75);
font-size: 26px;
}
.h3 {
font-size: 24px;
text-align: justify;
}
.h3.-has-side-margin {
padding: 0 20px;
}
.h3_radius {
font-size: 18px;
}
.h4 {
font-size: 20px;
}
.h4_radius {
font-size: 15px;
}
.h4 > small {
font-size: 16px;
}
.h4 > small > span {
font-size: 20px;
}
.h5 {
font-size: 18px;
}
}

/* テーブル */
.table-wrapper {
max-width: 460px;
margin: auto;
}
table {
width: 100%;
margin-top: 20px;
}
table thead th {
background: rgb(87,195,234);
color:white;
text-align: center;
font-weight: normal;
}
table tbody tr:nth-of-type(odd) {
background: rgb(238,249,252);
}
table tbody tr:nth-of-type(even) {
background: rgb(221,243,250);
}
table tbody th, table tbody td {
padding: 6px 0;
text-align: center;
font-weight: normal;
}
table tbody th {
width: 22%;
}
table tbody td {
width: 26%;
}

/* 本文 */
.summary {
padding: 20px 0;
text-align: center;
font-size: 18px;
font-weight: bold;
}
.summary.-narrow {
max-width: 700px;
margin: auto;
text-align: left;
}
.middle_summary {
padding: 10px 0 20px;
font-size: 20px;
text-align: center;
font-weight: bold;
}
.middle_summary.-water {
color: rgb(87,195,234);
padding-top: 0;
margin-top: -14px;
}
.big_summary {
padding: 20px 0;
font-size: 24px;
font-weight: bold;
color: rgb(0,33,75);
}
@media screen and (max-width: 768px) {
.summary {
text-align: justify;
}
.summary.-no-top-margin {
padding-top: 0;
}
.middle_summary {
font-size: 18px;
text-align: justify;
}
.middle_summary.-has_padding {
padding-left:20px;
padding-right:20px;
}
.big_summary {
font-size: 20px;
text-align:justify;
}
}
.note {
font-size:12px;
text-align: right;
}
/* 背景色 */
.bg_navy {
background: rgb(0,33,75);
}
.bg_water {
background: rgb(238,249,252);
}
.ng_aqua {
background: rgb(87,195,234);
}
.bg_gray {
background: #f5f5f5;
}

/* 画像 */
.full-image img {
width: 100%;
}
/* ボタン */
.buttons {
display: flex;
justify-content: center;
}

.buttons a {
display:block;
width: 288px;
background: rgb(0,33,75);
color: white;
text-align:center;
height: 50px;
line-height: 50px;
border-radius: 6px;
transition: background .2s;
}

.buttons a.hover {
background: rgb(51,77,111);
}

/* ページタイトル */
main > header {
text-align: center;
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/prototype/bg_pagetitle.png");
padding-top: 80px;
padding-bottom: 80px;
}
main > header > h1 {
display: inline-block;
font-size: 24px;
font-weight: bold;
}
@media screen and (max-width: 768px) {
main > header {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/prototype/bg_pagetitle_sp.png");
margin-top: 50px;
}
}

/* 新着情報 */
.topics{
	padding:20px;
	margin:40px 0;
}
.topics > section{
	margin:40px 0;
	padding:40px 0;
}
.topics > section{ border-bottom:1px solid #ccc; }
.topics > section:first-child{ border-top:1px solid #ccc; }
.topics > section > time{ color:rgb(87,195,234); }

/* TOP新着情報 */
.topics_top > ul{ margin:10px 20px 20px; }
.topics_top > ul > li{
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.topics_top > ul > li:first-child{ border-top:1px solid #ccc; }
.topics_top > ul > li > time{
	color:rgb(87,195,234);
	font-size:80%;
	line-height:1.4;
	display:block;
}
.topics_top > ul > li > h3{
	font-weight:bold;
}


/* ページャー */
.pager > ul{ text-align:center; }
.pager > ul > li{ display:inline-block; }
.pager > ul > li > *{
	display:inline-block;
	color:white;
	padding:5px;
	min-width:24px;
}
.pager > ul > li > a{ background:rgb(0,33,75); }
.pager > ul > li > a:hover{ background:rgb(87,195,234); }
.pager > ul > li > span{ background:rgb(204,210,219); }

/* トラブルセクション */
.troubles {
padding: 32px 0 50px;
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/article/common/bg_troubles.png");
}
.troubles h2 {
padding-bottom: 8px;
color: white;
font-size: 28px;
font-weight:bold;
text-align: center;
}
.troubles .panel {
background: rgba(255,255,255,0.2);
color: white;
padding: 16px 0;
text-align:center;
}
.troubles .lead {
text-align: center;
font-size: 24px;
font-weight: bold;
margin-bottom: 8px;
}
.troubles ul {
display: inline-block;
text-align: left;
}
.troubles ul li {
font-size: 24px;
font-weight: bold;
margin-bottom: 8px;
}
.troubles ul li::before {
content: '';
display: inline-block;
width: 36px;
height: 22px;
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/icons/check.png") no-repeat 50% 50% / 100%;
}
.troubles strong {
color: yellow;
font-weight: bold;
}
@media screen and (max-width: 768px) {
.troubles {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/article/common/bg_troubles_sp.png");
}
.troubles h2 {
font-size: 20px;
}
.troubles .panel {
margin-left: 20px;
margin-right: 20px;
}
.troubles .lead {
font-size: 20px;
}
.troubles ul {
text-align: left;
}
.troubles ul li {
font-size: 13px;
}
.troubles strong {
}
.troubles ul li::before {
width: 28px;
height: 18px;
}

}

/* WaterPanel */
.water_panel {
margin: 0 auto;
padding: 20px;
}
.water_panel.-raunded {
border-radius: 40px;
padding: 10px 40px 40px;
}
.water_panel ul li {
font-size: 32px;
}
.water_panel ul li::before {
content: "";
position: relative;
top: 8px;
display:inline-block;
width: 40px;
height: 40px;
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/icons/logomark.png") no-repeat 50% 50% / contain;
}

@media screen and (max-width: 768px) {
.water_panel.-raunded {
padding-left: 20px;
padding-right: 20px;
margin-bottom: 40px;
margin-left: 20px;
margin-right: 20px;
}
.water_panel ul li {
font-size: 24px;
}
.water_panel ul li::before {
content: "";
position: relative;
top: 8px;
display:inline-block;
width: 30px;
height: 30px;
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/icons/logomark.png") no-repeat 50% 50% / contain;
}
}

/* WhitePanel */
.white_panel {
margin: 20px auto 0;
padding: 40px 0;
background: white;
border-radius: 24px;
}

@media screen and (max-width: 768px) {
.white_panel {
padding: 20px 0;
}
}

/* water_circle_list */
.water_circle_list{
border-radius: 10px;
}
.water_circle_list li{
font-size: 18px;
}
.water_circle_list li:before {
content: "";
position: relative;
z-index: 10;
top: 1px;
display: inline-block;
width: 16px;
height: 16px;
margin-right: 4px;
background: rgb(87,195,234);
border-radius: 50%;
}

/* パンくず */
#pan ol {
display: inline-flex;
}
#pan ol li:not(:last-of-type)::after {
content: ">";
font-size: 10px;
margin-right: 4px;
margin-left: 4px;
}
#pan ol li a {
font-size: 12px;
color: black;
}

/* blue-decimal */
.blue-decimal {
counter-reset: item;
}
.blue-decimal li:not(:last-of-type) {
margin-bottom: 24px;
}
.blue-decimal li:before {
counter-increment: item;
content: counter(item);
display: inline-block;
width: 18px;
height: 18px;
font-size: 14px;
line-height:22px;
text-align:center;
border-radius: 50%;
background: rgb(87,195,234);
color: white;
}

/* habitpanel_method_list */
.habitpanel_method_list {
margin-bottom: 20px;
}
.habitpanel_method_list li {
flex-basis: calc(20% - 12px);
margin: 0 6px;
}

@media screen and (max-width: 768px) {
.habitpanel_method_list li {
flex-basis: calc(33.33% - 12px);
margin: 0 6px 12px;
}
}

/* habitpanel_treatment_list */
.habitpanel_treatment_list {
max-width: 600px;
margin: 0 auto;
justify-content: space-around;
}
.habitpanel_treatment_list li {
flex-basis: calc(33.33% - 12px);
}
@media screen and (max-width: 768px) {
.habitpanel_treatment_list {
padding-left:6px;
padding-right:6px;
}
}
/**
* ヘッダー、フッター
----------------------------------------------------------------*/

body > header {
background: rgb(0,33,75);
}

#hcard {
display: flex;
justify-content: space-between;
}

#logo img, #tel img {
max-width: auto;
height: 100px;
}

#logo a, #tel {
display: block;
transition: opacity .2s;
}

#logo a.hover, #tel.hover {
opacity: .7;
}

#reservation {
position: fixed;
top: 0;
right: 0;
background: rgb(87,195,234);
transition: background .2s;
z-index: 1000;
}

#reservation.hover {
background: rgb(3,165,223);
}

@media screen and (max-width: 1324px) {
#reservation {
top: auto;
bottom: 0;
}
}

#menu {
background: rgb(60,60,60);
height: 50px;
line-height: 50px;
}

#gnav > ul {
width: 100%;
display: flex;
justify-content: space-around;
}

#gnav > ul > li {
width: 100%;
}

#gnav > ul > li:last-of-type {
border-right: solid white 1px;
}

#gnav > ul > li > a {
display: block;
text-align: center;
border-left: solid white 1px;
transition: background 0.2s;
color: white;
}

#gnav > ul > li > a.hover {
background: rgb(99,99,99);
}

#gnav > ul > li > ul{
display: none;
}

#gnav > ul > li:hover > ul {
position: relative;
z-index: 100;
display: block;
}

#gnav > ul > li > ul > li a {
display: block;
text-align: center;
transition: background 0.2s;
background: rgb(60,60,60);
color: white;
border-top: 1px solid white;
}

#gnav > ul > li > ul > li a.hover {
background: rgb(138,138,138);
color: white;
}

@media screen and (max-width: 768px) {
#hcard {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: rgb(0,33,75);
}

#logo {
margin-left: auto;
margin-right: auto;
}

#logo img {
height: 50px;
}

#menu {
position: fixed;
top: 50px;
left: 0;
width: 100%;
background: rgba(255, 255, 255, 0.9);
height: calc(100vh - 50px);
}

#gnav {
padding-top: 35px;
}

#gnav > ul {
display: block;
max-width: 280px;
width: 100%;
border-radius: 10px;
background: rgb(0,33,75);
margin-left:auto;
margin-right: auto;
}
#gnav > ul > li > a {
border-left: none;
}

#gnav > ul > li:not(:first-of-type) {
border-top: solid white 1px;
}

#gnav > ul > li:first-of-type > a{
border-radius: 10px 10px 0 0;
}

#gnav > ul > li:last-of-type > a{
border-radius: 0 0 10px 10px;
}

#gnav > ul > li > ul{
display: block;
max-width: 280px;
width: 100%;
background: rgb(51,77,111);
margin-left:auto;
margin-right: auto;
text-align: center;
}

#gnav > ul > li > ul > li:not(:first-of-type){
border-top: 1px solid white;
}

#line {
position: static;
}

#sp_fixed_footer {
position: fixed;
bottom: 0;
left: 0;
display: flex;
width: 100%;
}

#tel {
background: rgb(0,33,75);
transition: background .2s;
}

#tel img {
height: auto;
}

#tel.hover {
background: rgb(25,55,93);
}

#menu {
display: none;
}

body.clicked #menu {
display: block;
}
body.clicked #open {
display: none;
}
#open, #close {
max-width: 50px;
position: fixed;
top: 0;
right: 0;
z-index: 1100;
background: black;
border: none;
transition: background: .2s;
}

#open.hover, #close.hover {
background: rgb(60,60,60);
}
}

#fnav {
background: rgb(229,232,237);
padding-top: 30px;
padding-bottom: 50px;
}
#fnav .base > ul{
display: flex;
justify-content: center;
}
#fnav .base > ul > li:first-of-type {
padding-left:20px;
}
#fnav .base > ul > li {
flex-basis: 200px;
}
#fnav .base > ul > li > a {
display:inline-block;
font-size: 22px;
margin-bottom: 10px;
}
#fnav a {
color: rgb(0,33,75);
}
#fbrand {
display: flex;
justify-content: center;
background: rgb(0,33,75);
}
#cr {
padding-top:15px;
padding-bottom:15px;
font-size: 14px;
text-align:center;
background: black;
color: white;
}

#ftel {
text-align: right;
background: #f5f5f5;
}
#ftel a {
display: inline-block;
transition: opacity .2s;
}
#ftel a.hover {
opacity: .8;
}

#fline {
text-align: left;
background: rgb(78,205,0);
}
#fline a {
display: inline-block;
transition: opacity .2s;
}
#fline a.hover {
opacity: .8;
}
@media screen and (max-width: 768px) {
#cr {
padding-bottom: 20vw;
}
#fbrand {
display:block;
}
#flogo {
margin-bottom: -25px;
}
#tel {
width:50%;
}
#reservation {
width:50%;
}
}

#fnav a {
transition: color .2s;
}
#fnav a.hover {
color: rgb(99,99,99);
}

/**
* スポット
----------------------------------------------------------------*/
#spot_index_mvis {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/article/index/mvis_bg.png") scroll no-repeat center center / cover;
}

#spot_index_leadcopy > .flex > div > .one {
max-width: 512px;
}
#spot_index_leadcopy > .flex:nth-child(2) > div {
display: flex;
justify-content: flex-end;
}
#spot_index_leadcopy > .flex {
justify-content: center;
align-items: center;
}

#spot_index_leadcopy > .flex:nth-child(1) > figure {
display: flex;
justify-content: flex-end;
object-fit: cover;
}
#spot_index_leadcopy > .flex:nth-child(2) > figure {
display: flex;
justify-content: flex-start;
object-fit: cover;
}
@media screen and (max-width: 768px) {
#spot_index_leadcopy > .flex:nth-child(1) > figure {
display: block;
}
#spot_index_leadcopy > .flex:nth-child(2) > figure {
display: block;
}
}
#spot_index_leadcopy > .flex > figure > img {
margin:0;
}
@media screen and (max-width: 1200px) {
#spot_index_leadcopy > .flex > figure > img {
}
}
@media screen and (max-width: 768px) {
#spot_index_leadcopy > .flex > figure > img.pc {
display: none;
}
#spot_index_leadcopy figure {
padding-left:20px;
padding-right:20px;
}
}

@media screen and (max-width: 768px) {
#spot_index_mvis {
background: none;
}
}
#spot_common_strength {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/prototype/bg_entrance.png") no-repeat 50% 0 / cover;
}
#spot_index_strength {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/prototype/bg_entrance.png") no-repeat 50% 0 / cover;
}
#spot_guide_strength {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/prototype/bg_entrance_grad.png") no-repeat 50% 0 / 100% auto;
}
@media screen and (max-width: 768px) {
#spot_common_strength {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/prototype/bg_entrance_sp.png") no-repeat 50% 0 / cover;
}
#spot_index_strength {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/prototype/bg_entrance_sp.png") no-repeat 50% 0 / cover;
}
#spot_guide_strength {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/interface/prototype/bg_entrance_grad_sp.png") no-repeat 50% 0 / 100% auto;
}
}

#spot_guide_flow section {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

#spot_guide_facility .summary {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
#spot_guide_facility .flex {
padding-top: 0 !important;
}

#spot_common_commitment h3 {
margin-bottom: 20px;
}

#spot_common_greetings {
padding: 80px 0;
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/article/common/bg_greetings.png") no-repeat 50% 50% / cover;
max-width: 1600px;
margin: 0 auto;
}
#spot_common_greetings h2 {
padding-left: 40px;
}
#spot_common_greetings p {
padding-left: 40px;
max-width: 58%;
}
@media screen and (max-width: 768px) {
#spot_common_greetings {
padding: 68vw 0 40px;
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/article/common/bg_greetings_sp.png") no-repeat 50% 0% / contain;
}
#spot_common_greetings h2 {
padding-left: 20px;
padding-right: 20px;
}
#spot_common_greetings p {
padding: 0 20px;
max-width: 100%;
}
}

@media screen and (max-width: 768px) {
#spot_sports_must ol {
padding-left: 20px;
padding-right: 20px;
}
}

#spot_traffic_mvis {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/article/traffic/mvis_bg.png") no-repeat 50% 50% / cover;
}
@media screen and (max-width: 768px) {
#spot_traffic_mvis {
background: none;
}
}

#spot_traffic_case .flex figure {
flex-basis: calc(25% - 12px);
margin: 0 6px;
}
@media screen and (max-width: 768px) {
#spot_traffic_case .flex figure {
flex-basis: calc(50% - 16px);
margin: 0 8px 10px;
}
}

#spot_traffic_insurance .h3_radius {
margin-bottom: 20px;
}
#spot_traffic_insurance p {
margin-bottom: 32px;
}
#spot_traffic_insurance ul li {
color: rgb(0,33,75);
font-weight: bold;
}

#spot_life_mvis {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/article/life/mvis_bg.png") no-repeat 50% 50% / cover;
}
@media screen and (max-width: 768px) {
#spot_life_mvis {
background: none;
}
}

#spot_life_introduction {
padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
#spot_life_introduction {
padding: 20px 0;
}
}

#spot_about_chedule figure {
padding-top: 20px;
max-width: 420px;
margin: auto;
}

#spot_about_access address {
display: block;
margin: auto;
color: rgb(60,60,60);
}

#spot_faq {
max-width: 640px;
margin:auto;
padding: 80px 20px;
}
#spot_faq section {
margin-bottom:40px;
}
#spot_faq section h2::before {
content: "Q.";
display: inline-block;
margin-right: 4px;
}


#spot_sports_mvis {
background: url("https://yamadabs.com/wp-content/themes/yamadabs/image/article/sports/mvis_bg.png") no-repeat 50% 50% / cover;
}
@media screen and (max-width: 768px) {
#spot_sports_mvis {
background: none;
}
}