/*
Theme Name:the-beginning-4
*/

/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
}
img {
    vertical-align: bottom;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
html {
    overflow:auto;
}
body {
    font-size:1em;
    background-color: white;
    -webkit-text-size-adjust: none;
    min-width: 980px;
    /* background-image: url("img/bg.png"); */
    /*font-family: "MS PGothic", Arial, "Hiragino Kaku Gothic ProN", "Osaka", sans-serif;*/
    /* font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho'; */
    /* font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; */
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, sans-serif;
    overflow-x: hidden;
    position: relative;
}
img {
    border: none;
}
a {
    color: #000;
    text-decoration: underline;
}
a:link {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: underline;
}
p {
    margin: 0;
    padding: 0;
}
ul {
    text-align: left;
    list-style: none;
    margin-bottom: 20px;
}
ol {
    margin-left: 25px;
}
dt {

}
dd {

}
hr {
    overflow: hidden;
    height: 0;
    border: #bdbdbd dotted 1px;
    margin: 5px 0 15px 0;
}

/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base {
}
#bg {
}
.wrapper {
    padding: 0;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    background-color: #ffffff;
}
/*トップページメイン画面*/
#ibox {
width: 100%;
    height: 500px;
    /*margin-bottom: 60px;*/
    position: relative;
}
#ibox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#ibox-in {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#ibox-in p {
    color: #000000;
    font-size: 2em;
    line-height: 1.7;
    display: inline-block;
}
#ibox-in .ibox-big {
    font-size: 3em;
    background: rgb(255 255 255 / 70%);
    padding: 2px 10px;
}
/*キャッチを画像にする場合*/

#content {
    padding: 0 0;
    width: 1000px;
    margin: 0px auto 0px;
    z-index: 10;
    position: relative;
}
.wrap-inner {
    padding: 0 0;
    width: 1000px;
    margin: 0 auto;
}
#pan {
    font-size: 0.8em;
    width: auto;
    margin: 10px auto 10px;
    text-align: center;
    color: white;
}
#pan a {
    text-decoration: none;
        color: white;
}
.breadcrumbs {
    display: inline-block;
}
.infobox {
    display: block;
    text-align: center;
    margin-bottom:20px;
}
.cat {
    font-size: 0.8rem;
    font-family: 'Arial', 'Helvetica', sans-serif;
    display: inline-block;
}
.cat a {
    text-decoration: none;
    background: black;
    color: white;
    padding: 4px 10px;
    border-radius: 40px;
}
#content #main .cat p {
    margin-bottom:0;
}
.tags a {
     border: 1px solid #c7c7c7;
    padding: 3px 10px;
    font-size: 0.8rem !important;
    margin: 3px;
    border-radius: 2px;
    background-color: white;
    color: black;
    text-decoration:none;
}
.tags a:before {

}

#content #main {
    width: 1000px;
    float: none;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 auto;
    text-align: justify;
}

#content #main .post {
    margin-bottom: 40px;
    background-position: center;
    border: 2px solid #00000075;
}

#content #main.main-sm {
    width: 750px;
    margin: 0;
    order: 2;
}

#content.c-side-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}


/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content #main .singletitle a, #content #main .title a {
    color: #2c3b42;
    text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
--------------------------------------*/
#header .menu li a:hover {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content #main a:hover img {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content #side a:hover img {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}

/* --------------------------------------
ヘッダー定義
--------------------------------------*/
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
    padding: 0 0 0;
}
header {
    padding: 0 0 0 0;
    margin: 0 0 0;
    background-color: white;
}
#header {
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1000;
    height: auto;
    margin: 0px auto;
    position: relative;
    transition: all .3s ease-out;
    width: 1000px;
    padding: 20px 0 0 0;
}
/*ロゴ　スクロール時非表示*/

.header_logo {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.header_logo h1 {
    margin: 0 !important;
    line-height: 0;
}
.header_logo img {
    width: 330px;
}
.header_logo a {
    text-decoration: none;
    line-height: 1;
}
/*ロゴ左寄せ*/
.header_logo.logo_left {
    margin-bottom: 20px;
}
header .info_right {
    margin-bottom: 20px;
}
header .tel-zone {

}
header .mail-zone {

}
header .mail-zone a {
    padding: 28px 0 0;
    display: block;
    background: gray;
    height: 108px;
    width: 120px;
    font-size: 0.9rem;
    color: white;
    text-decoration: none;
}
header .mail-zone img {
    display: block;
    width: 34px;
    margin: 0px auto 12px;
}

.h-sub {
    display: block;
    font-size: 0.9rem;
    position: relative;
    font-weight: normal;
}

#pagetop {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
a#pagetop:hover {
    opacity: 0.6;
}

/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */

#gnav {
    background: #ffffff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-size: auto;
    position: relative;
}
#pc-nav-inner {
    width: 1000px;
    margin: 0 auto;
}

#pc-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    margin: 0;
}
#pc-nav li {
    /*width: 12%;*/
    width:auto;
    padding: 14px 0 14px;
    position: relative;
}
#pc-nav li a {
    /* border-left: 1px solid;*/
    border-color: #d5cec5;
    width: 100%;
    height: 38px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 0.8rem;
}
#pc-nav li:last-child a {
   /* border-right: 1px solid;*/
    border-color: #d5cec5;
}
#pc-nav li a:hover {
opacity:0.6;
}
#pc-nav li a:hover:after {
    /* 下線を引きたい場合
    border-bottom: 2px solid green;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -14px;
    */
}

#sp-nav {
    display:none;
}

#navbutton {
    display: block;
    position: absolute;
    right: 16px;
    top: 17px;
    /* transform: translate(-50%, -50%); */
    height: auto;
    padding: 0;
    transition: all .5s ease;
    text-align: center;
}

#navbutton .lines {
background: white;
    display: inline-block;
    width: 30px;
    height: 2px;
    position: relative;
    transition: .3s;
    margin: 0 9px 0;
}

#navbutton .lines:after, #navbutton .lines:before {
background: white;
    position: absolute;
    display: inline-block;
    height: 2px;
    content: '';
    transition: .3s;
}

#navbutton .lines:before {
    top: 9px;
    right: 0;
    width: 30px;
}

#navbutton .lines:after {
top: -9px;
    right: 0px;
    width: 30px;
}
    
#navbutton span.menu-tx {
    font-size: 10px;
    display: block;
    margin-top: 6px;
    color: white;
}

#navbutton a.xclose {
    display: block;
    position: relative;
    /*padding: 0 0;*/
    margin-top: 0px;
    z-index: 1020;
    cursor: pointer;
}

#navbutton .xclose .lines {
    background: 0 0;
}

#navbutton .xclose .lines:before {
    top: 0px;
    right: 0px;
    transform: rotate3d(0,0,1,45deg);
    transition: .3s;
    width: 30px;
}

#navbutton .xclose .lines:after {
    top: 0px;
    right: 0px;
    transform: rotate3d(0,0,1,-45deg);
    transition: .3s;
}

a#sidr-menu-button {
    display: block;
    position: relative;
    /* height: 80px; */
    /* width: 80px; */
    padding: 2px;
    margin-top: 0px;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease;
    text-decoration: none;
    /* border: 1px solid gray; */
    border-radius: 4px;
    background: #1e5c28;
}
#h-nav {
    display: none;
}
/*ハンバーガメニューcss*/
.ac-nav, .sidr-class-ac-nav {
    width: 100%;
    line-height: 1.2;
padding-top: 10px;
}

.ac-child a, .sidr-class-ac-child a {
    text-decoration: none;
    padding: 14px 20px 14px 40px;
    display: block;
    font-size: 90%;
    position: relative;
}

.ac-child a:last-child, .sidr-class-ac-child a:last-child {
    /*border: none;*/
}

.ac-parent,
.sidr-class-ac-parent,
.ac-alone,
.sidr-class-ac-alone {
    position: relative;
    /* height: 50px; */
    /* border-bottom: 1px solid #fff; */
    /* background-color: #ffffff; */
    color: black;
    text-align: center;
    /* line-height: 50px; */
    cursor: pointer;
    width: 100%;
    float: none;
    clear: none;
    padding: 0;
    text-align: left;
}

.ac-alone a,
.sidr-class-ac-alone a,
.ac-parent,
.sidr-class-ac-parent {
    text-decoration: none;
    padding: 14px 10px 14px 30px;
    display: block;
   
}

.ac-alone a:hover,
.sidr-class-ac-alone a:hover,
.ac-parent:hover,
.sidr-class-ac-parent:hover,
.ac-child a:hover, .sidr-class-ac-child a:hover {
    opacity:0.6;
}

dt.sidr-class-ac-alone.sidr-class-pp-page a {
    font-size: 0.9em;
}

/* 擬似要素で三角形を作成 */
.ac-alone a:before, .sidr-class-ac-alone a:before, .ac-parent:before, .sidr-class-ac-parent:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #1e5c28;
    border-right: 2px solid #1e5c28;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 12px;
    transition: .3s;
}

.ac-parent:after, .sidr-class-ac-parent:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate( 45deg);
    transform: translate(0, -50%) rotate( 135deg);
    position: absolute;
    top: 50%;
    right: 12px;
    transition: .3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after, .sidr-class-ac-parent.open:after {
    transform: rotate(-45deg);
}
.ac-child, .sidr-class-ac-child {
    display: none;
    /* padding: 2rem 1rem; */
    background-color: white;
    text-align: left;
    padding: 0;
        border: none;
}
.ac-child a:before, .sidr-class-ac-child a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    transition: .3s;
}


.sidr-class-nav-res {
    padding: 20px;
    background: white;
}
.sidr-class-nav-res a {
    display: block;
    margin: 0 0 10px;
}
.sidr-class-nav-res a img {
    width: 100%;
    height: auto;
}
p.sidr-class-nav-info {
    color: rgb(152, 152, 152);
    line-height: 1.4;
    display: block;
}
p.sidr-class-nav-info span {
    color: #0076c1;
}


/*--ここまで--*/


/* -------------------------------------
ドロップダウン
-------------------------------------*/  
ul.sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    z-index: 9999;
    width: auto;
    /* background-color: #ffffff; */
    /* opacity: 0.8; */
}
   
ul.sub-menu li {
    float: none;
    position: static;
    background-image: none;
    width: auto;
    border: none;
    width: 100% !important;
    text-align: left;
    padding: 0 !important;
}
ul.sub-menu li:hover {
opacity:0.6;
}
  
ul.sub-menu li a {
    text-indent: 0px;
    font-size: 0.9rem;
    padding: 13px 10px;
    color: #000000;
    display: block !important;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid black !important;
    height: auto !important;
    /* text-align: left !important; */
}

ul.sub-menu li a:hover {
    opacity: 0.8;
    background: unset;
}

ul.sub-menu li:hover:before{
    content:none;
}

ul.sub-sub-menu {
    margin-bottom:0;
}
ul.sub-sub-menu li a {
    font-size: 90%;
    color: #3c3c3c;
    line-height: 1.3;
    padding-left: 30px;
    position: relative;
}

ul.sub-sub-menu li a:before {
    content: "∟";
    position: absolute;
    top: 9px;
    left: 7px;
}


/* --------------------------------------
サイドバー定義
--------------------------------------*/
#content #side {
    position: relative;
    float: right;
    /*width: 260px;*/
    width: 200px;
    font-size: 0.9rem;
}

#content #side ul li {
    position: relative;
}

#content #side a {
    text-decoration: none;
    margin-left: 20px;
    display: block;
    line-height: 1.6;
    padding: 8px 0;
}

#content #side a:before {

}

/* --------------------------------------
フッター定義
--------------------------------------*/
footer {
    margin-top: 60px;
    background: white;
   /* margin-bottom: 86px; */
}
#footer {
    clear: both;
    text-align: center;
    font-size: 0.85rem;
    padding-bottom: 0px;
    border-top: 2px solid #1e5c28;
}
/* フッター文字色定義 */
#footer, #footermenu ul a, #copyright a {
}

.footer_logo a {
    text-decoration: none;
    line-height: 1;
}
.footer_logo img {
    width: 181px;
    height: auto;
}
.footer_info {
    margin-top: 20px;
}
.footer_com {
    height: auto;
    /* padding-bottom: 60px;*/
    padding-top: 60px;
    /* background-color: rgb(245, 245, 233); */
}
.footer_com, .footer_com a:visited, .footer_com a:link {
    /*color: rgb(152, 152, 152);*/
}

.footer_top {
    width: 1000px;
    margin: 0px auto 30px;
}
.footer_left {
    width: 50%;
    text-align:left;
}
.footer_right {
    width: 50%;
}

#footer-nav,#footer-nav2 {
    justify-content: flex-end;
}
#footer-nav a {
    text-decoration: none;
    font-size: 0.85rem;
    position: relative;
    padding: 0;
    font-weight: bold;
}
#footer-nav2 a {
    text-decoration: none;
    font-size: 0.8rem;
}
#footer-nav a:hover,#footer-nav2 a:hover {
    opacity: 0.6;
}
#footer-nav li {
    width: auto;
    padding: 0 0 0 16px;
}
#footer-nav li#f-nav-sub-wrap {
    width: 60%;
}

#footer-nav-sub {
    margin-left: 10px;
}
#footer-nav-sub li {
    width: 100%;
    margin: 0;
}
#footer-nav-sub a {
    font-weight: normal;
    /* color: gray; */
    line-height: 1.4;
    display: block;
    margin: 10px 0;
    padding: 0 0 0 12px;
}
#footer-nav-sub a:before {
    content: "∟";
    color: gray !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #49a56f;
    font-size: 0.9rem;
    margin-right: 6px;
}


.footer_btm {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: black;
    padding: 16px 0;
}
.footer_btm_wrap {
    width: 1000px;
    margin: 0 auto;
}
#footermenu {
    margin: 0px 0px 20px 0;
    text-align: left;/* float: right; */
}
#footermenu ul {
    display: inline;
}
#footermenu ul li {
    display: inline-block;
    font-size: 0.85rem;
    padding: 0 0 0 10px;
    width: auto;
    white-space: nowrap;
}
#footermenu ul li:first-child {
    padding: 0 0 0 0;
}
#footermenu ul a {
    text-decoration: none;
    font-size: 0.8rem;
}
#footermenu ul a:hover {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
#copyright {
    padding: 0;
    font-size: 0.7rem;
    text-align: left;
    color: white;
}
#copyright a {
    text-decoration: none;
    color: white;
}

/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/

#content #main p {
    margin-bottom: 20px;
    padding: 0;
    line-height: 2;
}
#content #main .singleline {
    overflow: hidden;
}
#submain {
    height: auto;
    position: relative;
    text-align: center;
    margin: 0 0 40px;
    padding: 80px 10px 70px;
    /* background: url(img/bg.jpg); */
    background: linear-gradient(160deg, #f5c400 0%, #2a7d32 55%, #1a5c28 100%);
}
#submain img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: -550px;
    opacity: 0.5;
}
#submain .h1wrap {
    width: auto;
    text-align: center;
}
#submain h1 {
    /* color: white; */
    text-align: center;
    padding: 0px 0px 0px;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin-top: 0px;
    letter-spacing: 2px;
    /* font-family: 'Shippori Mincho', serif; */
    width: auto;
    color: #ffd203;
    /* text-shadow: 3px 3px 2px #000000, -3px 3px 2px #000000, 3px -3px 2px #000000, -3px -3px 2px #000000, 3px 0px 2px #000000, 0px 3px 2px #000000, -3px 0px 2px #000000, 0px -3px 2px #000000; */
}
.dotted {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.blog-eyecatch {
    margin: 0 0 0;
}
.blog-eyecatch img {
    width: 100%;
    height: auto;
}
.post_box {
    margin-bottom: 40px !important;
    position: relative;
}
.postslink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
        z-index: 100;
}

.post_box:hover img, .post_box:hover p {
    opacity: 0.8;
}

.news-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news_box {
    width: 23%;
    position: relative;
}
.news_box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.news-wrap:before,.news-wrap:after {
    content: "";
    display: block;
    width: 23%;
    order: 2;
}
.news_box:hover .blog-eyecatch img {
    opacity: 0.6;
}
.exc-wrap {
    font-size: 0.8rem;
}
.entry {

}
.datetx {
    padding-top: 10px;
}
.datetx p {
    font-size: 0.9rem;
    display: block;
    text-align: left;
    margin-bottom: 0px !important;
}
.e-title {
    text-align: left;
    line-height: 1.7;
    font-size: 1rem;
}



.moretext {
    text-align: center;
    margin-top: 20px;
}

.moretext a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid gray;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #ffffff;
    text-decoration: none;
}

.moretext a:hover {
    background-color: gray;
    color: white;
}


/* --------------------------------------
コンテンツ背景
--------------------------------------*/

.bg-brown-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ded3c5 0%,#ded3c5 100%);
}
.bg-white-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ffffff 0%,#ffffff 100%);
    /* background-image: url(img/.png);
    background-size: contain; */
}


/* --------------------------------------
見出し設定
--------------------------------------*/


/* h1共通部分 */

#toph1 {
    text-align:center;
    background-color: green;
    margin-bottom:20px;
}

.home #content h1 {
    clear: both;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 4px;
}


#content #main h1.singletitle, #content #main h1 {
    clear: both;
    color: #2c3b42;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-top: 18px;
}

#content #main h2 {
    clear: both;
    color: #313131;
    font-size: 1.5rem;
    margin: 80px 0 30px 0;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0px 10px 16px;
    text-align: center;
    border-bottom: 2px solid #287931;
}
#content #main h3 {
    clear: both;
    color: #313131;
    font-size: 1.2rem;
    margin: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 30px 0px 20px;
    text-align: center;
}
#content #main h4 {
    clear: both;
    color: #303030;
    font-size: 1.1rem;
    margin: 0 0 0 0;
    padding: 30px 10px 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0;
}


#side h3 {
clear: both;
    color: #7b7b7b;
    border-top: #e0e0e0 solid 1px;
    font-size: 1rem;
    margin: 30px 0 10px 0;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    padding: 12px 0 0;
}
#side h3:first-child {
    margin-top:0px;
}
/*special css*/


/*end special css*/

/* --------------------------------------
デバイスごとの表示
--------------------------------------*/
.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: none;
}


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 5px auto;
}
td {
    padding: 10px;
}
/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
.tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 26%;
    text-align: center;
    font-weight: normal;
}
.tdstyle_none {
    background-color: #F5F3F3;
    border: 1px solid #d2d2d2;
    padding: 8px 10px;
    text-align: center;
}
.tablestyle th {
    padding: 30px 20px;
    border-bottom: 1px solid #416f48;
    background: #1e5c28;
    color: white;
    text-align: left;
}
.tablestyle tr:first-child th {
border-top: 1px solid #416f48;
}
.tablestyle td {
    padding: 30px 20px;
    border: 1px solid #d0d0d0;
    border-left: none;
}
.tablestyle tr:first-child td {
border-top: 1px solid #d0d0d0;
}
.tablestyle ul {
    margin-bottom: 0;
}

/*special css*/
/*end special css*/


/* --------------------------------------
<div class="sq?"></div>での 飾り設定
--------------------------------------*/
.sq1, .sq2, .sq3, .sq4, .sqred {
    display: inline-block;
}
/* 色:グレー */
.sq1 {
    border: 1px solid #ECEBEB;
    background-color: #F3F3F3;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
    border: 5px solid #F3F3F3;
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
/* 色:ピンク */
.sq3 {
    border: 1px solid #FFE8E8;
    background-color: #fff1f4;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
}
/* 囲み:ピンク */
.sq4 {
    border: 5px solid #fff1f4;
    background-color: #fff;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
    ;
}
/* 囲み：赤 */
.sqred {
    padding: 30px 30px 10px;
    background: #ffeaea;
    border-radius: 6px;
}

/*special css*/
/*end special css*/


/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku {
    color: #5a5a5a;
    font-size: 90%;
}
.nini {
    font-size: 0.8rem;
    color: gray;
    margin-left: 10px;
}
.hissu {
    font-size: 0.8rem;
    color: #ef4848;
    margin-left: 10px;
}
.fs70 {
    font-size: 70%;
}
.fs80 {
    font-size: 80%;
}
.fs90 {
    font-size: 90%;
}
.fs110 {
    font-size: 110%;
}
.fs120 {
    font-size: 120%;
}
.fs130 {
    font-size: 130%;
}
.fs160 {
    font-size: 160%;
}
.fs200 {
    font-size: 200%;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.pt10 {
    padding-top: 10px !important;
}

/*テキスト装飾*/
.tk1 {
    font-weight: bold;
    background: linear-gradient(transparent 70%, rgb(255 243 178) 30%);
    padding-bottom: 3px;
}
.tk2 {
    color: #e60000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  padding-bottom: 3px;
}
.tkred {
	color:red;
}
.tky {
	color:#f5c400;
}

.star {
    display: inline-block;
    margin-right: 20px;
    color: #bda357;
}
/*電話番号装飾*/
.telarea {
  border: 1px solid #CECECE;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 2rem;
}
.freedial {
  text-align: left;
}
.uline {
    color: #F00;
    text-decoration: underline;
    font-style: italic;
}

/*special css*/

/*end special css*/



/* --------------------------------------
Q&A
--------------------------------------*/
.q {
    background-color: #F3F3F3;
    color: #ff6000;
    padding: 4px;
    font-weight: bold;
}
.a {
    padding: 7px 4px;
    border-bottom: #CCC 1px dotted;
    margin: 5px 0 20px 1rem;
    text-indent: -1rem;
}
/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
    display: inline;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
--------------------------------------*/
.yt {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.yt iframe,  
.yt object,  
.yt embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}


/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.al {
    text-align: left;
}
/* --------------------------------------
リスト
--------------------------------------*/
ul.ul_1 {
    margin-bottom: 20px;
}
ul.ul_1 li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1.1rem;
    text-indent: -1.1rem;
}
ul.ul_1 li:before {
    content: "・";
    margin-right: 0.1rem;
}

ul.ul_2 {
    margin-bottom: 20px;
}
ul.ul_2 li {
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
    padding-left: 22px;
    margin-bottom: 5px;
}
ul.ul_2 li::before {
    content: "⚫︎";
    font-size: 0.7rem;
    color: #f3bba3;
    position: absolute;
    left: 0px;
    top: 4px;
}

/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/
.flexwrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexeven {
  justify-content: space-evenly;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main div.flexwrap:after,#main div.flex-even:after {
    content: none;
}

.two_box {
    width: 48%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.two_box:first-child {
}
.two_box img {
    max-width: 100%;
    height: auto;
}

.three_box {
    width: 31%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.three_box:first-child {

}
.three_box p {

}
.four_box {
    width: 22%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.four_box:first-child {
    margin-left: 0;
}


/* --------------------------------------
電話番号エリア
--------------------------------------*/
.responsedevise {
    border: 1px solid #c1c1c1;
    padding: 15px 5px 15px;
    text-align: center;
    width: 80%;
    margin: 80px auto 0;
    border-radius: 5px;
    position:relative;
    overflow:hidden;
}

/* --------------------------------------
リンクボタン
--------------------------------------*/
.link-t1 {
    text-align: left;
    background: none;
    /* color: #003461 !important; */
    display: inline-block;
    width: auto;
    padding: 6px 14px 6px 0px;
    margin: 0 0 20px;
    text-decoration: none !important;
    line-height: 1.2;
    position: relative;
}
.link-t1:after {

}
.link-t1:hover {
    opacity:0.6;
}
.btn-b {
    display: inline-block;
}

.btn-b a {
    display: inline-block;
    padding: 16px 50px 16px;
    background: #ffd203;
    color: black;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 100px;
    position: relative;
}
.btn-b a:after {
    content: '';
    position: absolute;
    right: 22px;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    transform: translate(0, -50%) rotate(45deg);
}
.btn-b a:hover {
    opacity: 0.6;
}


.btn-spl {
    display: block;
}
.btn-spl a {
	position:relative;
}
.btn-spl a:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    transform: translate(0, -50%) rotate(45deg);
}
.btn-spl a:hover {
    opacity: 0.6;
}


.btn-bs {
    display: inline-block;
}

.btn-bs a {
    display: inline-block;
    padding: 16px 40px 18px;
    background: black;
    color: white;
    text-decoration: none;
    font-size:90%;
    margin: 0 5px;
}

.btn-bs a:hover {
    opacity: 0.6;
}


/*  special css*/


/*end special css*/

/* ---------------------
H レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
    display: inline;
}
#pc_logo img {
    margin: 0 auto;
}

#content #main p.wp-caption-text {
    margin-top: 2px;
    font-size: 0.9rem;
    text-align: center;
    margin-right: 10px;
    padding: 10px 10px 0;
    line-height: 17px;
}



/* --------------------------------------
フォームボタン
--------------------------------------*/

input.wpcf7-form-control {
    height: auto;
    line-height: 2;
    margin: 0px auto;
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 80%;
}
input.wpcf7-form-control.wpcf7-submit {
    height: auto;
    line-height: 2;
    margin: 60px auto;
    border: none;
    padding: 10px;
    background-color: orange;
    width: 280px;
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
    cursor: pointer;
    display: block;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.6;
}
.wpcf7-form-control .wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 0 0;
}
select.wpcf7-form-control {/*プルダウンメニュー*/
    width: auto;
    height: auto;
}
textarea.wpcf7-form-control {
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 80%;
    line-height: 2;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    /*bodyのフォント指定が効かないため設定*/
}
.s-button {
    text-align:center;
}
.s-button input {
    padding: 10px 40px;
    height: auto;
    margin-top: 50px;
    cursor: pointer;
    width: 200px;
    font-size: 1.2rem;
    background-color: black;
    color: white;
    border: none;
}
.s-button input:hover {
    opacity:0.6;
}
/*MW form*/
table.table-form td, table.table-form th {
    vertical-align: middle;
    padding: 20px 0;
}
table.table-form th {
    font-weight:normal;
}
.table-form input[type="text"], .table-form input[type="email"], .table-form input[type="tel"] {
    height: auto;
    line-height: 2;
    margin: 0px auto;
    border: 0;
    padding: 10px 20px;
    width: 100%;
    background: white;
    border-radius: 4px;
border: 1px solid #d1cdc9;
}
table.table-form textarea {
    line-height: 2;
    margin: 0px auto;
    border: 0;
    padding: 10px 20px;
    width: 100%;
    background: white;
    border-radius: 4px;
    border: 1px solid #d1cdc9;
    display: block;
}
.form-btn input[type="submit"] {
    display: inline-block;
    padding: 14px 100px 16px;
    background: #123188;
    color: white;
    text-decoration: none;
    transition: 0.6s;
    font-size: 1.1rem;
    line-height: 1.4;
    border-radius: 100px;
        border: none;
        cursor: pointer;
}
.form-btn input[type="submit"]:hover {
    opacity: 0.6;
}
.form-btn {
    text-align: center;
}


/* --------------------------------------
ページナビ
--------------------------------------*/

.wp-pagenavi {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#main .wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi a.page, .wp-pagenavi .current, .wp-pagenavi span {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 5px;
    border-radius: 6px;
    color: #333333;
}
#main .wp-pagenavi .current {
    border: none !important;
    background: #1f1f1f;
    color: white;
    width: 60px;
}
#main .wp-pagenavi a, #main .wp-pagenavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    border: 1px solid #dddddd;
    font-weight: bold;
    position: relative;
    font-size: 0.9rem;
    margin: 5px;
    border-radius: 6px;
}
#main .wp-pagenavi span {
    border: none;
    width: auto;
}
#main .wp-pagenavi a.last,#main .wp-pagenavi a.first {
    font-weight: normal;
    font-size: 0.8rem;
}
.wp-pagenavi a:hover {
    opacity: 0.6;
    border: 1px solid #dddddd !important;
}
.wp-pagenavi a.nextpostslink:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #7d7d7d;
    border-right: 2px solid #7d7d7d;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
}
.wp-pagenavi a.previouspostslink:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #7d7d7d;
    border-right: 2px solid #7d7d7d;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}



/*コンテンツ装飾
ここから*/


/* ======================================
ナイスボギー専用スタイル
====================================== */

/* ----- ヘッダー ----- */
#header {
    width: 100%;
    padding: 0;
    background: #fff;
    border-bottom: 3px solid #1e5c28;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
padding: 16px 0px;
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
#header .header_logo {
    flex-shrink: 0;
    margin-bottom: 0;
    text-align: left;
}
#header .header_logo h1 {
    margin: 0 !important;
    line-height: 1;
}
#header .header_logo img {
    width: 220px;
    height: auto;
}
.header-catch {
    flex: 1;
    text-align: right;
    line-height: 1.4;
}

.header-catch-top {
    font-size: 0.9rem;
    margin: 0 !important;
}
.header-catch-sub {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 !important;
}
.header-catch-num {
    color: #1e5c28;
    font-weight: 900;
}

/* ----- SPナビソース非表示 ----- */
#h-nav {
    display: none;
}

/* ----- PCグロナビ ----- */
.gnav {
    background: #1e5c28;
}
#pc-nav-inner {
    width: 1000px;
    margin: 0 auto;
}
#pc-nav {
    display: flex;
    justify-content: space-around;
    margin: 0;
}
#pc-nav li {
    flex: 1;
    padding: 0;
}
#pc-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: bold;
    border-right: 1px solid rgba(255,255,255,0.2);
}
#pc-nav li:first-child a {
    border-left: 1px solid rgba(255,255,255,0.2);
}
#pc-nav li a:hover {
    background: rgba(255,255,255,0.15);
    opacity: 1;
}

/* ----- トップページ ----- */
.top-wrapper {
    padding-top: 0;
}

/* ----- メインビジュアル ----- */
.mv-section {
    background: linear-gradient(160deg, #f5c400 0%, #2a7d32 55%, #1a5c28 100%);
    position: relative;
    overflow: hidden;
    min-height: 380px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.mv-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    height: 500px;
    padding: 20px 0px 20px;
    position: relative;
    background: url(img/main2.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.mv-text {
        width: 440px;
    /* flex: 1; */
    /* padding-bottom: 24px; */
    z-index: 2;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: flex-start; */
    background: rgb(255 255 255 / 90%);
    padding: 23px;
    border-radius: 10px;
    text-align: center;
}
.mv-tag {
    display: inline-block;
    background: #111;
    color: #ffd203;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 1rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.mv-title-wrap {
    text-align: center;
    /* display: inline-block; */
}
.mv-dot {
    color: #f5c400;
    /* font-size: 0.6rem; */
    margin: 0 3px;
}
.mv-white {
    color: white;
}
.mv-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #ffd203;
    /* text-shadow: 3px 3px 0 black, -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black; */
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 2px !important;
    display: inline-block;
    /* color: #ffff1a; */
    /* font-size: 36pt; */
    text-shadow: 3px 3px 2px #000000, -3px 3px 2px #000000, 3px -3px 2px #000000, -3px -3px 2px #000000, 3px 0px 2px #000000, 0px 3px 2px #000000, -3px 0px 2px #000000, 0px -3px 2px #000000;
}
.mv-sub {
    color: #111111;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.mv-lesson-flex {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
}
.mv-lesson-box {
    /* background: rgba(0, 0, 0, 0.72); */
    border-radius: 10px;
    padding: 10px 12px;
    border: 3px solid #111111;
}
.mv-lesson-lead {
    font-size: 0.9rem;
    /* display: flex; */
    /* align-items: center; */
    /* gap: 6px; */
    line-height: 1.4;
    text-align: left;
}
.mv-lesson-icon {
    width: 38px;
    height: auto;
    flex-shrink: 0;
    margin-right: 10px;
}
.mv-lesson-title {
    font-size: 2rem;
    font-weight: 900;
    color: #e53935;
    text-align: center;
    line-height: 1;
    margin-bottom: 8px !important;
    letter-spacing: 4px;
}
.mv-spark {
    color: #f5c400;
    font-size: 0.8em;
}
.mv-lesson-schedule {
    background: #f5c400;
    color: #1a1a1a;
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.mv-cal-icon {
    width: 20px;
    height: auto;
    flex-shrink: 0;
}
.mv-img {
    width: 160px;
    flex-shrink: 0;
    align-self: flex-end;
}
.mv-img img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
}

.mv-inner-r {
    text-align: center;
}
.mv-inner-r img {
    max-width: 1000px;
    width: 100%;
}
.main-sp {
	display:none;
}

/* ----- 特徴アイコン ----- */
.features-section {
    /* background: #fff; */
    padding: 14px 10px;
    border-bottom: 3px solid #1e5c28;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #1e5c28;
}
.features-list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    gap: 10px;
}
.features-list li {
    text-align: center;
    /* flex: 1; */
    line-height: 1.4;
    background: #1e5c28;
    border: 1px solid #ffffff;
    /* border-radius: 10px; */
    padding: 20px 3px;
    width: 20%;
}

.features-list li img {
    width: 90px;
    height: auto;
    margin-bottom: 6px;
}

#content #main .features-list li p {
    line-height: 1.4;
    font-size: 0.8rem;
    font-weight: normal;
    margin: 0;
    color: white;
}
span.fl-big {
    font-size: 1.3em;
    display: block;
    font-weight: bold;
}

/* ----- 料金プラン ----- */
.price-section {
    background: #1e5c28;
    padding: 20px 0 60px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
section.price-section.price-section-kasou {
    background: white;
}
#content #main h2.price-heading {
    text-align: center;
    color: #fff;
    font-weight: 900;
    padding: 0 0 16px !important;
    margin: 0 !important;
    letter-spacing: 1px;
    border: none;
}
#content #main .price-section-kasou h2.price-heading {
    color: black;
}
.price-heading-deco {
    color: #f5c400;
    margin: 0 4px;
}
.price-num-em {
    font-style: normal;
    color: #f5c400;
    font-size: 1.6em;
    font-weight: 900;
}
.price-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: #1e5c28;
    padding: 2px 2px 2px;
    max-width: 840px;
    margin: 0 auto;
}
.price-item {
    display: flex;
    align-items: stretch;
    background: #fff;
}
.price-label {
    width: 200px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 14px 6px;
    line-height: 1.4;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-main {
    flex: 1;
    font-size: 0.8rem;
    padding: 12px 20px;
    border-left: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
}
.price-num-big {
    font-size: 1.7rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1;
}
.price-tax {
    font-size: 0.65rem;
    color: #555;
}
.price-desc {
    width: 34%;
    font-size: 0.8rem;
    background: #f0f4ee;
    padding: 10px 10px;
    line-height: 1.5;
    flex-shrink: 0;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.price-desc ul {
    margin: 6px 0 0 0;
    font-size: 0.7rem;
    line-height: 1;
}
.price-desc ul li {
    display: inline-block;
}
#content #main .price-desc p {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.4;
}
#content #main .price-desc p.hosoku {
    font-weight: normal;
    line-height: 1.1;
    font-size: 0.8em;
    margin-bottom: 6px;
}
#content #main .price-desc p.point-txt {
    font-size: 0.9em;
    display: block;
    width: 100%;
    margin-top: 3px;
}
/* プラン別カラー */
.price-lite    .price-label { background: #2e7d32; }
.price-standard .price-label { background: #1565c0; }
.price-premium .price-label { background: #c62828; }
.price-junior  .price-label { background: #6a1b9a; }
.price-school  .price-label { background: #e65100; }
.price-standard .price-num-big { color: #1565c0; }
.price-premium  .price-num-big { color: #c62828; }
.price-school   .price-num-big { color: #e65100; }

/* ----- 都度払い料金 ----- */
.price-drop-section {
    background: #fff;
    padding: 20px 0 60px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
#content #main h2.price-drop-heading {
    text-align: center;
    color: #000;
    font-weight: 900;
    padding: 0 0 16px !important;
    margin: 0 !important;
    letter-spacing: 1px;
    border: none;
}
.price-drop-heading-deco {
    color: #1e5c28;
    margin: 0 4px;
}
.price-drop-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: #e0e0e0;
    padding: 2px;
    max-width: 840px;
    margin: 0 auto;
}
.price-drop-item {
    display: flex;
    align-items: stretch;
    background: #fff;
}
.price-drop-label {
    width: 200px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: bold;
    text-align: center;
    padding: 14px 6px;
    line-height: 1.4;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.price-drop-main {
    flex: 1;
    font-size: 0.8rem;
    padding: 12px 20px;
    border-left: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
}
.price-drop-num {
    font-size: 1.4rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1;
}
.price-drop-tax {
    font-size: 0.65rem;
    color: #555;
}
.price-drop-desc {
    width: 34%;
    font-size: 0.8rem;
    background: #f0f4ee;
    padding: 10px;
    line-height: 1.5;
    flex-shrink: 0;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#content #main .price-drop-desc p {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.4;
}
#content #main .price-drop-desc p.hosoku {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2;
}
.price-drop-notes {
    max-width: 840px;
    margin: 12px auto 0;
    padding: 0 10px;
    color: #c8e6c9;
    font-size: 0.78rem;
    line-height: 1.8;
}
/* 都度払いカラー：ラベル色を緑に統一 */
.price-drop-label { background: #43a047; }
.price-drop-divider {
    background: #1e5c28;
    justify-content: center;
    padding: 6px 0;
}
.price-drop-divider-txt {
    color: #fff;
    font-size: 0.85rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 !important;
}
.price-drop-free-txt {
    font-size: 1.4rem;
    font-weight: 900;
    color: #2e7d32;
    padding-left: 8px;
}
.price-drop-label-sub {
    font-size: 0.75em;
}

/* ----- 情報行 ----- */
.info-row-section {
    background: #fff;
    padding: 16px 10px;
    border-top: 2px solid #e0e0e0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.info-row-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.info-row-list li {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.4;
    background: white;
    width: 150px;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: bold;
border: 3px solid #1d501f;
}
.info-row-list li img {
    width: 80px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto 4px;
}
#content #main p.info-row-label {
    margin: 0;
    line-height: 1.2;
}
span.irn-big {
    font-size: 1.3em;
}
.info-row-num {
    font-size: 1rem !important;
    font-weight: 900;
    color: #c62828;
    margin: 0 !important;
    line-height: 1.2;
}
.info-row-free {
    color: #1565c0 !important;
}

/* ----- 施設のご案内 ----- */
.facility-section {
    background: #fff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.facility-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #f5c400;
    margin-top: 80px;
}
#content #main h2.facility-heading {
    font-weight: 900;
    color: #1a1a1a;
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
    font-size: 1.6rem;
        border: none;
}
.facility-heading::before {
    content: '★';
    color: #2e7d32;
    font-size: 1rem;
}
#content #main p.facility-sub {
    font-size: 0.9rem;
    color: #333;
    margin: 0 !important;
    flex-shrink: 0;
    line-height: 1.4;
    background: white;
    padding: 10px 20px;
    border-radius: 1000px;
    font-weight: bold;
}
.facility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: #2e7d32;
    padding: 2px;
}
.facility-item {
    background: #fff;
    overflow: hidden;
}
.facility-num-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 10px 12px;
}
.facility-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: bold;
    flex-shrink: 0;
    line-height: 1;
}
#content #main p.facility-label {
    font-size: 1rem;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.3;
}
.facility-img-wrap {
    position: relative;
}
.facility-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
#content #main p.facility-caption {
    font-size: 0.8rem;
    background: rgb(0 0 0 / 57%);
    color: #fff;
    padding: 8px 16px;
    line-height: 1.5;
    margin: 0 !important;
    position: absolute;
    bottom: 0;
}


/* ----- 選ばれる理由 ----- */
.reason-section {
    background: #1e5c28;
    padding: 40px 14px 40px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 80px;
}
.reason-heading {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    padding: 0 0 16px !important;
    margin: 0 !important;
    letter-spacing: 1px;
}
#content #main h2.reason-heading {
    border: none;
    color: white;
}
.reason-deco {
    color: #f5c400;
    margin: 0 4px;
}
.reason-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 16px !important;
    gap: 5px;
}
.reason-list li {
    text-align: center;
    flex: 1;
    color: #fff;
    font-size: 0.6rem;
    line-height: 1.4;
}
.reason-list li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    margin: 0 auto 6px;
    filter: brightness(0) invert(1);
}
.reason-list li p {
    margin: 0 !important;
}
.reason-price-link {
    text-align: center;
    margin: 0 !important;
}
.reason-price-link a {
    color: #f5c400;
    font-size: 0.75rem;
    text-decoration: none;
}
.reason-price-link a:hover {
    opacity: 0.7;
}

ul.strong-list {
    margin-top: 20px;
    text-align: center;
}
ul.strong-list li {
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-block;
    border: 1px solid;
    padding: 10px 20px;
    margin: 0 5px 15px;
    /* line-height: 0; */
    box-sizing: border-box;
}

/* ----- フッター固定バー ----- */
.fixed-footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(img/leaf-l.png) left bottom / 180px no-repeat, url(img/leaf-r.png) right bottom / 180px no-repeat, #fffde7;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    z-index: 9999;
    /* box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.18); */
    border-top: 2px solid #f5c400;
}
.fixed-footer-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.trial-zero {
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
}
.trial-zero-label {
    font-size: 0.7rem;
    display: block;
}
.trial-zero-num {
    font-size: 0.95rem;
    font-weight: 900;
    display: block;
    color: #f5c400;
}
span.tzn-big {
    font-size: 1.3em;
}
.trial-zero-excl {
    font-size: 0.55rem;
    display: block;
}
.fixed-footer-text-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}
.fixed-footer-arrow {
    color: #1e5c28;
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0 !important;
}
.fixed-footer-text {
    font-size: 0.9rem;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0 !important;
}
.fixed-footer-btn {
    display: inline-block;
    background: #e53935;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 40px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}
a.fixed-footer-btn:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translate(0, -50%) rotate(45deg);
}
.fixed-footer-btn:link,
.fixed-footer-btn:visited {
    color: #fff;
}
.fixed-footer-btn:hover {
    opacity: 0.85;
    color: #fff;
}

/* フッター固定バー分の余白 */
body {
    padding-bottom: 80px;
}

/* ----- フッターナビ調整 ----- */


.school-box-wrap {
    display: flex;
    justify-content: space-between;
}
.school-box {
    width: 47%;
}
span.k-name-txt {
    font-size: 1.3em;
    font-weight: bold;
    color: green;
}
span.k-profile-txt {
    font-size: 0.9rem;
    line-height: 1.6;
    display: inline-block;
}

.map-wrap {
   margin-bottom: 30px;
}
.map-wrap iframe {
    width: 100%;
    max-width: 900px;
    height: 400px;
    margin: 0 auto;
    display: block;
}
table.tablestyle.access-table {
    max-width: 900px;
}

.reserve-wrap {
    text-align: center;
}

.btn-b.line-b a {
    background: #1bbb1b;
    color: white;
}
.btn-b.line-b a:after {
    border-color: white;
}

.reserve-rule-wrap {
    text-align: center;
    margin-top: 30px;
}
#content #main .reserve-rule-wrap h3 {
    padding: 0 0 14px 0;
}

#content #main .privacy-policy-wrap h3 {
    text-align: left;
}

#content #main p.shomei {
    font-size: 0.9rem;
    padding: 20px;
    background: #eeeeee;
    display: inline-block;
}

section.top-lead-wrap {
    padding-bottom: 80px;
}
.garmin-ex-wrap {
    margin: 40px 0;
}
.garmin-ex-wrap img {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
    width: 100%;
}

span.f-sub-title-wrap {
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
}
span.f-sub-title {
    color: #1e5c28;
}

p.info-row-txt {
    text-align: center;
    margin-top: 20px;
    font-size: 1rem;
    color: #f4c304;
    font-weight: bold;
}
.price-section-kasou p.info-row-txt {
    color: #c62828;
}

.business-hour-wrap {
    text-align: center;
    margin-top: 60px;
}
.business-hour-inner {
    padding: 20px 20px 10px;
    border: 2px solid #277a31;
    border-radius: 20px;
    display: inline-block;
}
#content #main .business-hour-inner h2 {
    padding: 0;
    color: #1e5c28;
    border: none;
    margin: 0 0 16px 0;
    display: inline-flex;
    align-items: center;
}
#content #main .business-hour-inner h2 img {
    width: 26px;
    margin-right: 8px;
}
.bh-box-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#content #main .bh-box p {
    margin: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.4;
}
span.green-box {
    background: #1e5c28;
    color: white;
    padding: 6px 8px;
    border-radius: 4px;
    margin-right: 10px;
}
span.white-box {
    background: white;
    color: #1e5c28;
    padding: 5px 7px;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid;
}
.bh-box {
    padding: 0px 14px 0 15px;
    border-right: 1px solid gray;
    margin-bottom: 20px;
}
.bh-box:last-child {
    border-right: none;
}


.f-bh-wrap {
    margin-top: 20px;
    text-align: left;
}
.f-bh-wrap .business-hour-inner {
    border: none;
    padding: 0;
    text-align: left;
}
.f-bh-wrap h2 {
    display: inline-flex;
    align-items: center;
    color: #1e5c28;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.f-bh-wrap h2 img {
    width: 16px;
    margin-right: 7px;
}
.f-bh-wrap .bh-box {
    padding: 0 10px 0 0;
    border: none;
    margin-bottom: 10px;
}
.f-bh-wrap .bh-box p {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    line-height: 1.4;
}
.f-bh-wrap .bh-box p .green-box,.f-bh-wrap .bh-box p .white-box {
    margin-right: 6px;
}
.f-bh-wrap .bh-box-wrap {
    justify-content: left;
}

/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
/* 構造 */

body {
    min-width: 320px;
    overflow-x: hidden;
}
body, .home {
}
.wrapper {
    z-index: 10;
    width: 100%;
}
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
}
header .res-wrap {
    display: none;
}
.h-sub {
    font-size: 0.8rem;
}

#submain .h1wrap {
    width: auto;
}
#content #side {/* スマホ用のサイドバー */
    display: block;
    width: 90%;
    margin: 50px auto 0;
    float: none;
    max-width: 700px;
}
#content #side h3 {
    width: 100%;
}

#pc-nav {
    display:none;
}

#sp-nav {
    display:block;
}

#navbutton {

    }
    
#content #main,
#content #main.main-sm {
    margin:0 auto;
    width: 94%;
    float:none;
    order: 0;
}
#content {
padding-top: 0;
    width: auto;
}
#pan {
    width: auto;
    margin-left: 10px;
}
#content .sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

/* ヘッダー */    
#header {
    width: 100%;
}
#header .header_logo {
    display: block;
    position: relative;
    margin-bottom: 0;
}

#pc_button {
    display: none;
}
#mobile_side {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.side_area img {
    display: block;
    margin: 0 auto;
}
#mobile_side .side_area h3 {
    width: 100%;
}
/* テーブル */

.tablestyle {
    border-collapse: collapse;
    width: 100% !important;
    border-top: none;
}
.tablestyle ul {
    text-align: center;     
}   
.tablestyle .tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
.tdstyle2 {
    border-bottom: none;
}
/* 固定ページ */

.alignright, .alignleft, .alignnone {
    float: none;
    display: block;
    margin: 0px auto;
}
.alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only { /* caption分岐の際、余白防止 */
    display: none;
}
/* コンタクトフォーム */

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
.wpcf7-text {
    width: 90%;
}
.k-year .wpcf7-form-control {/*年号のテキスト*/
    width: 5rem;
}
.wpcf7 td {/* フォームの行を縦に並べる */
    display: block;
    width: 100%;
}
.wpcf7 .tdstyle {/* フォームの項目を左寄せ */
    text-align: left;
}

.footer_top {
    width: 94%;
    margin: 0px auto 0px;
}
    
.footer_left {
    width: 100%;
text-align: center;
}
.footer_right {
    width: 100%;
    margin-top: 40px;
}
#footer-nav,#footer-nav2 {
        text-align: center;
        justify-content: center;
    }
#footer-nav li {
        /* width: 20%; */
        padding: 0 8px 0;
    }
#footer-nav li#f-nav-sub-wrap {
    width: 20%;
}
ul#footer-nav-sub li {
    display:none;
}

    
.footer_btm_wrap {
    width: 100%;
    float: none;
}
.footer_com {
}
#logo_footer {
    float: none;
    display: inline-block;
}

#footer .footer_btm {
    width: 100%;
    text-align: center;
}

#footermenu {
    text-align: center;
}
#copyright {
    text-align: center;
}


/*コンテンツ装飾
ここから*/  

.header-inner {
    padding: 16px 86px 16px 16px;
}
.mv-text {
    width: 400px;
    margin: 0 20px;
}
.wrap-inner {
    width: 100%;
    padding: 0 20px;
}
.features-list li img {
    width: 70px;
    height: auto;
    margin-bottom: 6px;
}
.features-section {
    padding: 14px 0;
}

.features-list li {
    padding: 3vw 3px;
    width: 25%;
}
#content #main .features-list li p {
    font-size: 0.6rem;
}
	
.f-bh-wrap {
    text-align: center;
}
.f-bh-wrap .business-hour-inner {
    text-align: center;
}
.f-bh-wrap .bh-box-wrap {
    justify-content: center;
        padding: 0 20px;
}
	
}/*1000end*/

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {

.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: block;
}
.pc_only {/* pc・タブレットにだけ表示させたいものに使用する */
    display: none;
}

#navbutton {
top:9px;
	right:6px;
}
        
#content #main,
#content #main.main-sm {
    width: 94%;
}
#content #main h1.singletitle, #content #main h1 {
    font-size: 2rem;
}
#content #main h2 {

}
#content #main h3 {

}
#submain {
    height: auto;
}

#submain .h1wrap {
    margin: 0;
    text-align: center;
}
#submain h1 {
    font-size:2.8rem;
}
    
.footer_tel {
    padding: 10px 0;
}
.f_telbtn {
    display: block;
}
#logo_footer {
    float: none;
    text-align: center;
    display: inline-block;
}
.footer_com {
}
#footer .footer_btm {
        margin-bottom: 0px;
        margin-top: 20px;
    }
.footer_btm_wrap {
    margin-top: 0px;
    float: none;
    /*padding-top: 25px;*/
    width: auto;
}
.telnum {
    display: none;
}
#footer-nav li {
    width: 40%;
}
    
#logo_footer img {
    margin-top: 40px;
}

.two_box,.three_box,.four_box {
  width: 100%;
  float: none;
  margin: 0 auto;
}
    
a.link, a.link2 {
    width: 90%;
}

.responsedevise {
    width: 100%;

}

#main .wp-pagenavi a, #main .wp-pagenavi span {
    font-size: 0.8rem;
}
#main .wp-pagenavi a.last, #main .wp-pagenavi a.first {
    font-size: 0.6rem;
    line-height: 1.3;
}

/*コンテンツ装飾
ここから*/

.header-inner {
        padding: 15px 67px 14px 6px;
        gap: 0;
    }
#header .header_logo img {
    width: 140px;
}
.header-catch-sub {
font-size: 0.9rem;
	letter-spacing: -1px;
}
.header-catch-top {
font-size: 0.6rem;
        letter-spacing: -1px;
}
#navbutton {
     /*   right: 8px;
        top: 6px;
	*/
}
a#sidr-menu-button {
  /*  padding: 6px; */
    }


.mv-inner {
    align-items: flex-end;
    padding: 15px 0;
    height: 560px;
}
.mv-text {
    padding: 16px;
}
.mv-title {
    font-size: 2.6rem;
}
.mv-tag {
    font-size: 0.9rem;
    margin-bottom: 13px;
}
.mv-sub {
    font-size: 1.3rem;
}
.mv-lesson-box {
    padding: 8px;
}
.mv-lesson-title {
    font-size: 1.8rem;
}
.mv-lesson-icon {
    width: 30px;
}

.main-sp {
	display:block;
}
.main-pc {
	display:none;
}
	
section.features-section .wrap-inner {
    padding: 0 6px;
}
    .features-list {
        /* flex-wrap: wrap; */
        justify-content: center;
        gap: 6px;
    }
    .features-list li {
        flex: unset;
        width: 25%;
        padding: 6px 0 6px;
    }
.features-list li img {
    width: 50px;
}
#content #main .features-list li p {
    font-size: 0.5rem;
}
#content #main .features-list li p.fl-sp0 {
    letter-spacing: -1px;
	}
	span.fl-big {
        font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 2px;
    letter-spacing: 0;
}
.price-item {
    flex-wrap: wrap;
}
.price-label {
    width: 100%;
        font-size: 1.3rem;
}
.price-main {
    width: 50%;
    flex: unset;
        font-size: 1rem;
        padding: 12px 8px;
}
.price-desc {
    width: 50%;
}
span.price-main-in {
    text-align: left;
}
span.price-num-big {
        font-size: 1.8rem;
}
span.price-tax {
    display: block;
    text-align: right;
}

#content #main .price-desc p {
    font-size: 1.1em;
}
#content #main .price-desc p.pd-school {
    font-size: 1em;
}
.price-desc ul {
    font-size: 0.8rem;
}
.price-desc ul li {
    display: inline-block;
    padding-left: 0.8rem;
    text-indent: -0.8rem;
    line-height: 1.2;
}

.facility-section-head {
    flex-wrap: wrap;
    justify-content: center;
}
#content #main h2.facility-heading {
    margin-bottom: 10px;
}
#content #main p.facility-sub {
    padding: 3px 20px;
}
.facility-grid {
    grid-template-columns: 1fr;
}
#content #main p.facility-label {
    font-size: 1.2rem;
}

.footer_logo img {
    width: 220px;
    height: auto;
}
#footer-nav li {
    width: 100%;
    margin: 10px;
}
#footer-nav a {
    font-size: 1rem;
}
#footer-nav2 a {
    font-size: 1rem;
}
.fixed-footer-left {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.fixed-footer {
    flex-wrap: wrap;
}
.trial-zero {
    /* order: 2; */
    margin-right: 8px;
        margin-top: 10px;
    width: 50px;
    height: 50px;
}
.fixed-footer-btn {
    margin-top: -10px;
}
.trial-zero-num {
    font-size: 0.8rem;
}
span.tzn-big {
    font-size: 1.1rem;
}
.fixed-footer {
    flex-wrap: wrap;
    gap: 0px;
        padding: 0px 16px 8px;
}
footer {
  
}
#submain h1 {
    font-size: 2rem;
}
#content #main .price-section-kasou h2.price-heading {
    font-size: 1.3rem;
    text-align: center;
}
.school-box-wrap {
    flex-wrap: wrap;
}
.school-box {
    width: 100%;
}
#content #main h2 {
    margin: 60px 0 30px 0;
    font-size: 1.4rem;
    padding: 0px 10px 12px;
}


.price-drop-label {
    background: #43a047;
    width: 100%;
}
.price-drop-list {
    flex-wrap: wrap;
}
.price-drop-item {
    width: 100%;
    flex-wrap: wrap;
}
.price-drop-main {
    width: 50%;
}
.price-drop-desc {
    width: 50%;
}
span.price-drop-num {
    font-size: 1.3rem;
}
	
	#content #main h2.price-heading {
		letter-spacing:0;
	}
	
.fixed-footer {
    background: url(img/leaf-l.png) left -30px bottom / 160px no-repeat, url(img/leaf-r.png) right -30px bottom / 160px no-repeat, #fffde7;
}
	
.tablestyle th {
    font-size: 1.2rem;
}
	
	
#content #main .top-lead-wrap p {
    line-height: 1.6;
}
section.top-lead-wrap {
    padding-bottom: 40px;
}
.garmin-ex-wrap img {
    padding: 0;
}
	
ul.strong-list li {
    font-size: 1rem;
    line-height: 1.3;
    margin: 0px 0 9px;
    padding: 5px 10px;
}
	
.bh-box-wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.bh-box {
        padding: 0px 0px;
        margin-bottom: 10px;
        /* width: 50%; */
        border: none;
        width: auto;
    }
#content #main .bh-box p {
    font-size: 0.7rem;
}
.bh-box:nth-child(2) {
    border-right: none;
}
.business-hour-inner {
    padding: 20px 4px 0px;
}
span.green-box,span.white-box  {
    margin-right: 8px;
}
	
}/*599end*/

