/*
  Name: VT-CUSTOM
*/

@charset "UTF-8";

/*===================== SETTING ==================== */

body .site {
    background: url(../img/bg.png) repeat left top;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body .pagewidth {
    max-width: 1200px;
}

#content {
    padding: 0px;
}

table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    /* table-layout: fixed */
}

.main-page-img {
    text-align: center;
}

#body .gallery .gallery-caption {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 5px;
}

body .site {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    line-height: 1.7;
    /* background: #fff; */
}

.site a:hover > img {
    opacity: 0.7;
}

.clearfix {
    clear: both;
}

h1.module-title,
h2.module-title,
h3.module-title,
h4.module-title,
h5.module-title,
h6.module-title {
    margin-top: 0px;
    margin-bottom: 15px;
}

body .module {
    margin-bottom: 0px;
}

body .module h3.module-title {
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body .module-title span {
    display: block;
}

body .site a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
}


/*===================================================================
===============================     HEADER     ======================
===================================================================*/

body #site-logo a,
body #site-logo img {
    width: auto;
}

#header {}

#header .hgroup {
    overflow: hidden;
    position: relative;
}

.lb {
    float: left;
    padding-top: 25px;
}

.rb {
    float: right;
    overflow: hidden;
    text-align: right;
    padding-top: 45px;
}

.take-inline {
    display: inline-block;
}

header#headerwrap {
    position: relative;
}

.head-bg {
    text-align: center;
    margin-top: -100px;
    z-index: -1;
    margin-bottom: 30px;
}


/*===================================================================
===============================     MAIN NAV     ====================
===================================================================*/





/* #main-nav > li:first-child > a {
    background: url(../img/main-nav01.png);
    width: 120px;
}

#main-nav > li:nth-child(2) > a {
    background: url(../img/main-nav02.png);
    width: 120px;
}

#main-nav > li:nth-child(3) > a {
    background: url(../img/main-nav03.png);
    width: 120px;
}

#main-nav > li:nth-child(4) > a {
    background: url(../img/main-nav04.png);
    width: 120px;
}

#main-nav > li:nth-child(5) > a {
    background: url(../img/main-nav05.png);
    width: 120px;
}

#main-nav > li:nth-child(6) > a {
    background: url(../img/main-nav06.png);
    width: 120px;
}

#main-nav > li:nth-child(7) > a {
    background: url(../img/main-nav07.png);
    width: 120px;
} */
#headerwrap #header {
    /*max-width: 1280px;*/
    max-width: 85%;
    margin: 0 auto;
}
.navwrap #main-nav {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 0;
}
#main-nav li {
    float: left;
    width: 120px;
    text-align: center;
    position: relative;
}
#main-nav li a {
    width: inherit;
    height: inherit;
    display: block;
    color: #000;
    text-decoration: none;
    font-family: serif;
    font-weight: bold;
}
#main-nav li a:before {
    content: "";
    position: absolute;
    background-color: #9b8742;
    width: 1px;
    height: 20px;
    display: inline-block;
    right: 0;
    top: 10px;
}
#main-nav li.nav08 a:before {
    content: none;
}
#main-nav li > a:after {
    content: attr(title);
    display: block;
    font-size: 12px;
    font-family: Cambria, serif;
    color: #9b8742;
    padding: 1px 0 0;
}

/*#main-nav>li>a {
    text-indent: -9999px;
    text-align: initial;
    height: 73px;
    padding: 0px;
    background-position: left top;
    background-repeat: no-repeat;
}*/

/* #main-nav>li>a:hover {
    background-position: left bottom;
} */

#main-nav .current_page_item a,
#main-nav .current-menu-item a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

body #pagewrap nav ul li ul.sub-menu li a {
    font-size: 13px;
    color: #000;
    border-bottom: 1px dotted #404240;
    text-decoration: underline;
    padding: 12px 5px;
    background: #f3f8ef;
}

body #pagewrap nav ul li ul.sub-menu li a:hover {
    background: #efefef;
}
#main-nav li ul.sub-menu {
    display: block;
    opacity: 0;
    position: absolute;
    left: -9999999999%;
    z-index: 1;
    transition: all .3s;
    width: 130px;
}
#main-nav li:hover ul.sub-menu {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}
.navwrap #main-nav {
    overflow: unset;
    background: rgba(255, 255, 255, 0.5);
    height: 45px;
    padding: 20px 0;
}
#header .hgroup, .rb,.navwrap #main-nav {
    overflow: unset;
}
body #pagewrap nav ul li ul.sub-menu li a:before {
    display: none;
}
#header .hgroup{
    top: 100px;
}

/*===================================================================
===============================     FOOTER     =====================
===================================================================*/

#footerwrap {
    border-top: 1px solid #a3926b;
    margin-top: 70px;
}

nav#footer-nav {
    padding: 20px 0px 15px 0px;
}

ul#main-footer-nav {
    text-align: center;
}

#footerwrap #footer-nav li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 5px;
}

#footerwrap #footer-nav li a {
    font-size: 12px;
    padding: 0px 14px 0px 18px;
}

#footerwrap .copy {
    background: #44352a;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    text-align: center;
    padding: 20px 0px;
}

#footerwrap .copy span {
    display: inline-block;
}

#footerwrap .copy a {
    display: inline-block;
}

body .rtt {
    right: 20px;
}

body .rtt{display: none;}
a.page_top{position: fixed; right: 20px;bottom: 20px;}

/*===================================================================
===============================     CONTENT     =====================
===================================================================*/

body #layout.pagewidth {
    max-width: 100%;
}

.row_inner_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.module.home-greeting-text {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

.module.home-greeting-img {
    /* margin-bottom: 100px; */
}

.module.home-greeting-title .module-title {
    text-align: center;
    /* font-size: 40px; */
    font-size: 35px;
    font-weight: bold;
    color: #2c231c;
    letter-spacing:  0.08em;
    margin-bottom: 40px;
    /*text-indent: -9999px;
    background: url(../img/home-title01.png) no-repeat center center;*/
    padding-top: 100px;
}
.row_inner_wrapper .home-row_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.home-row01 .col-title {
    float: left;
    width: 7.24138%;
    text-align: center;
}

.home-row01 .col-content {
    float: right;
    width: 90.51725%;
    margin-left: 2.24138%;
}

.module.course-text {
    background: url(../img/course-bg.jpg) no-repeat center bottom;
    background-size: cover;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    font-size: 16px;
    padding: 33px 5px 35px 5px;
}

.module.course-table2 {
    background: #ffffff4d;
    padding: 25px 90px 50px 90px;
    margin-bottom: 40px;
}

.module.course-table2 table{
    /*table-layout: fixed;*/
}

.module.course-table2 tr th,
.module.course-table2 tr td {
    font-size: 16px;
    border-bottom: 1px solid #a7956d;
    padding: 20px 15px 20px 20px;
    vertical-align: top;
}

.module.course-table2 table tr th {
    font-weight: bold;
    font-style: normal;
    width: 120px;
    text-align: left;
}

.row-full .row_inner_wrapper {
    max-width: 100%;
}

.module-line {
    background: #a3926b;
    height: 1px;
}

.module.menu-text {
    margin-bottom: 40px;
}

.module.menu-text .t_cel {
    font-size: 20px;
    text-align: center;
}

.module.menu-text .module-title {
    color: #2c231c;
    font-size: 40px;
    text-indent: -9999px;
    background: url(../img/menu-title.png) no-repeat center center;
}

/* .module.menu-img {
    margin-bottom: 75px;
} */

.contact-banner .row_inner_wrapper {
    background: url(../img/contact-lp-bg.jpg) repeat left bottom;
    padding: 40px 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.contact-banner .col4-2.first.contact-col01 {
    width: 43.57143%;
    padding-top: 10px;
}

.contact-banner .col4-2.last.contact-col02 {
    width: 54.19643%;
    margin-left: 2.23215%;
}

.contact-banner .col3-1.first.contact-col03 {
    color: #fff;
    font-family: hiragino-mincho-pron, sans-serif;
    font-size: 20px;
    width: 416px;
    padding-top: 7px;
}

.contact-banner .col3-2.last.contact-col04 {
    font-family: hiragino-mincho-pron, sans-serif;
    width: 684px;
    margin-left: 20px;
}
/* 20250210 修正 */
.contact-banner .col4-2.last.contact-col02 a {
    color: #fff;
    font-size: 50px;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}
.contact-banner .col4-2.last.contact-col02 a:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 43px;
    background: url(../img/tel-icon.png) center center no-repeat;
    margin: 5px 3px 0px 0px;
}
.header_time {
    line-height: inherit;
    text-align: center;
    background: #ede3d8 url(../../uploads/bg_wood_light.html) left top repeat;
    padding: 0 20px;
}

.header_time li {
    display: inline-block;
    vertical-align: top;
    color: #44352a;
    margin: 0;
}

.header_time li strong {
    font-weight: inherit;
    color: #7a6349;
}
.contact-banner .col3-1.first.contact-col03 p {
    margin: 0;
}
/* .module.course-table2-2 table tr th {
    width: 210px;
} */
/* end 20250210 */
.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.contact-row01 {
    margin-bottom: 20px;
    overflow: hidden;
}

.module.party-text .module-title {
    color: #2c231c;
    font-size: 30px;
    line-height: 1.7;
    margin-bottom: 10px;
    text-indent: -9999px;
}

.module.party-text .module-title span:first-letter {
    font-size: 40px;
    color: #fff;
    background: #44352a;
    border-radius: 100%;
    padding: 10px 13px;
    margin-right: 7px;
}

.module.party-text {
    padding-top: 40px;
    height: 202px;
    margin-bottom: 30px;
}

.module.party-text .t_cel {
    font-size: 16px;
    max-width: 600px;
}

.module.party-text.party-title01 .module-title {
    background: url(../img/party-title01.png) no-repeat left center;
}

.module.party-text.party-title02 .module-title {
    background: url(../img/party-title02.png) no-repeat left center;
}

.module.party-text.party-title03 .module-title {
    background: url(../img/party-title03.png) no-repeat left center;
}

.module.party-title01 {
    background: url(../img/party-bg01.png) no-repeat right bottom;
}

.module.party-title02 {
    background: url(../img/party-bg02.png) no-repeat left bottom;
    padding-left: 447px;
}

.module.party-title03 {
    background: url(../img/party-bg03.png) no-repeat right bottom;
    margin-bottom: 120px;
}

.home-row02 {
    background: rgba(255, 255, 255, 0.3);
    margin: 60px 0px 60px 0px;
    padding-top: 45px;
}
.module-row.home-row01 {
    margin-bottom: 70px;
    padding-top: 120px;
}
.module.commitment-title {
    margin-bottom: 30px;
}

.module.if-title {
    margin-bottom: 15px;
}

.module.if-title.if-title02 {
    margin-bottom: 30px;
}

.home-row02 .col3-2.first {
    width: 69.31035%;
}

.home-row02 .col3-1.last {
    width: 28.18966%;
    margin-left: 2.5%;
}

.module.commitment-figure01 {
    margin-bottom: 45px;
}

.module.wood-txt {
    border: 1px solid #8a674c;
    border-top: 0px;
    margin-bottom: 45px;
}

.module.title-use-img .module-title {
    text-indent: -9999px;
}

.module.wood-txt .module-title {
    text-align: center;
    color: #fff;
    font-size: 25px;
    background: url(../img/contact-lp-bg.jpg) repeat left bottom;
    padding: 17px 0px;
    margin-bottom: 0px;
}

.module.wood-txt.commitment-title01 .module-title span {
    background: url(../img/commitment-title01.png) no-repeat center top;
    height: 24px;
}

.module.wood-txt.commitment-title02 .module-title span {
    background: url(../img/commitment-title02.png) no-repeat center top;
    height: 23px;
}

.module.wood-txt.commitment-title03 .module-title span {
    background: url(../img/commitment-title03.png) no-repeat center top;
    height: 25px;
}

.module.wood-txt .t_cel {
    padding: 15px 20px 14px 20px;
    font-size: 16px;
    background: url(../img/wood-txt-bg.png) repeat left top;
}

.module.commitment-img .image-content p {
    margin: 0px;
}

#body .module.commitment-img .image-content {
    margin-top: 15px;
}

.module.commitment-img {
    margin-bottom: 25px;
}

.module.commitment-img.btm45 {
    margin-bottom: 45px;
}
.module-row02 .col4-2 {
    width: 100%;
}

/*===================================================================
===============================     WIDTH 939px     =================
===================================================================*/

@media screen and (max-width: 939px) {
    /*----------------------
        SETTING
    ----------------------*/
    body .module.course-table2 table,
    body .module.course-table2 tbody,
    body .module.course-table2 tr,
    body .module.course-table2 table tr th,
    body .module.course-table2 table tr td {
        display: block!important;
        width: 100%!important;
        box-sizing: border-box;
        padding: 20px 0px;
        table-layout: inherit;
    }

    body .responsive-nav-wrapper {
        background: #44352a;
    }
    #main-nav li a {
        text-indent: 0px;
        height: auto;
    }
    body .rtt {
    bottom: 0;
    right: 0;
    background: #44352a;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 999;
    }
    body .rtt a:visited,
    body .rtt a:focus,
    body .rtt a:hover {
        color: #000;
    }
    #responsive-nav-wrapper #main-nav>li:first-child {
        border-top: 0px;
    }
    body .module-article.image-left .image-wrap,
    body .module-article.image-right .image-wrap,
    body .module-article.image-h-right .image-wrap,
    body .module-article.image-h-left .image-wrap {
        display: block;
        text-align: center;
    }
    body .module-article.image-right .image-wrap,
    body .module-article.image-left .image-wrap,
    body .module-article.image-h-right .image-wrap,
    body .module-article.image-h-left .image-wrap {
        margin-bottom: 10px;
    }
    body .module-article.image-top .image-content {
        margin: 0px;
    }
    body .site a[href^="tel:"] {
        pointer-events: inherit;
    }
    /*-------------------
      HEADER
    -------------------*/
    div#site-description {
        text-align: center;
    }
    #header {
        border-bottom: 0px;
        width: 100%;
        max-width: 100%;
        padding: 0px 2%;
    }
    #headerwrap #header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .lb,
    .rb {
        float: none;
        text-align: center;
        padding-top: 0px;
    }
    .rb {
        width: 100%;
    }
    #site-logo {
        margin: 30px 0px 10px 0px;
    }
    .head-bg {
        margin-top: 0px;
    }
    #header .hgroup {
        position: initial;
    }
    body #global-nav ul li {
        /*border-bottom: 1px solid #fff;*/
    }
    #global-nav ul li a {
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }





    /*-------------------
    FOOTER
    -------------------*/
    #footer {
        max-width: 100%;
        padding-top: 0px;
    }
    #footerwrap #footer-nav li {
        margin-bottom: 5px;
    }
    #footerwrap {
        margin-bottom: 50px;
    }
    #footerwrap .f-con {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .rtt a span {
        display: block;
        padding: 11px 0px;
        background: #7d4f36;
        color: #fff;
    }
    /*-------------------
      CONTENT
    -------------------*/
    body .pagewidth {
        width: 100%;
    }
    .row_inner_wrapper {
        padding-left: 2%;
        padding-right: 2%;
    }
    .module.home-greeting-title .module-title {
        text-indent: 0px;
        background: none;
        line-height: 1.5;
    }
    .module.course-table2 {
        padding: 25px 10px 50px 10px;
    }
    .contact-banner .col4-2.first.contact-col01,
    .contact-banner .col4-2.first.contact-col02,
    .contact-banner .col4-2.first.contact-col03,
    .contact-banner .col4-2.first.contact-col04,
    .contact-banner .col4-2.last.contact-col01,
    .contact-banner .col4-2.last.contact-col02,
    .contact-banner .col3-1.first.contact-col03,
    .contact-banner .col3-2.last.contact-col04 {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .contact-row01 {
        margin-bottom: 0px;
    }
    .txt-right,
    .txt-left {
        text-align: center;
    }
    .module.party-text .t_cel {
        max-width: 100%;
    }
    .module.party-text {
        height: auto;
        padding-bottom: 210px;
        padding-top: 0px;
    }
    .module.party-title02 {
        padding-left: 0px;
    }
    body .pagewidth {
        width: 100%;
    }



    .navwrap #main-nav {
        background: unset;
        padding: 0;
    }
    #main-nav li {
       float: left;
       width: auto;
       text-align: left;
   }
   #main-nav li a:before {
	content: none;
   }
   #main-nav li > a:after {
	content: none;
   }
    #main-nav li a {
        font-family: auto;
   }
}


/* End 939px */


/*===================================================================
===============================     WIDTH 680px     =================
===================================================================*/

@media screen and (max-width: 680px) {
    #header .hgroup{
        padding-top:10px;
    }
    body #pagewrap h1,
    body #pagewrap h2,
    body #pagewrap h3,
    body #pagewrap h4,
    body #pagewrap h5,
    body #pagewrap h6 {
        line-height: 1.7;
    }
    .module.home-greeting-text {
        margin-bottom: 30px;
    }
    .home-row01 .col-title,
    .home-row01 .col-content {
        float: none;
        width: 100%;
    }
    .home-row01 .col-content {
        text-align: left;
        margin-left: 0px;
    }
    body .module.course-table table tr td {
        display: block!important;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0px;
    }
    .module.course-table tr td:first-child {
        width: 100%;
    }
    .module.party-text.party-title01 .module-title,
    .module.party-text.party-title02 .module-title,
    .module.party-text.party-title03 .module-title {
        background: none;
    }
    .module.party-text .module-title {
        text-indent: 0px;
        font-size: 30px;
    }
    .module.home-greeting-title .module-title{
        font-size: 28px;
    }
    .module.home-greeting-img {
        margin-bottom: 50px;
    }
    .module-row.home-row01 {
        padding-top: 50px;
    }
    body .module.course-table2 tr {
        padding: 0;
    }
    .module.course-table2{
        margin-bottom: 70px;
    }
    .module-line {
        margin-bottom: 70px!important;
    }
    .contact-banner .col4-2.last.contact-col02 a:before {
        background-size: contain;
        width: 25px;
        height: 27px;
    }
    .contact-banner .col4-2.last.contact-col02 a{
        font-size: 35px;
    }
    .module.home-greeting-title .module-title {
        padding-top: 50px;
    }
    .module-row.home-row01 {
        margin-bottom: 0;
    }
    .module.party-title03 {
        margin-bottom: 80px;
    }
}


/* End 680px */
