@charset "UTF-8";

/******************************************************

    Light     font-weight:100;
    DemiLight font-weight:200;
    Regular   font-weight:300;
    Medium   font-weight:400;

******************************************************/

html {
    font-size: 62.5%;
    /*10px 1em */
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

body {
    color: #666;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.5;
    min-width: 320px;
    /*background: #f5f3ed;
  background:#fffcf1;*/
}

a {
    color: #ca9e1f;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.u-only_pc {
    display: none;
}

.u-only_sp {
    display: block;
}


/******************************************************
   home
******************************************************/

h1.seo {
    display: none;
}

p.seo {
    display: none;
}

#slidemenuCover {
    position: fixed;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#slidemenuCover #slidemenuBtn {
    display: block;
    height: 60px;
    width: 60px;
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
    background: #ca9e1f;
}

#slidemenuCover #slidemenuBtn span {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #fff;
    transition: all 0.5s;
}

#slidemenuCover #slidemenuBtn span:nth-child(1) {
    left: 17.5px;
    top: 19.5px;
}

#slidemenuCover #slidemenuBtn span:nth-child(2) {
    left: 17.5px;
    top: 28.5px;
}

#slidemenuCover #slidemenuBtn span:nth-child(3) {
    left: 17.5px;
    top: 37.5px;
}

.slide-open #slidemenuCover #slidemenuBtn {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    z-index: 10;
    background: #ca9e1f;
}

.slide-open #slidemenuCover #slidemenuBtn span:nth-child(1) {
    left: 20px;
    top: 27px;
    width: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slide-open #slidemenuCover #slidemenuBtn span:nth-child(2) {
    display: none;
}

.slide-open #slidemenuCover #slidemenuBtn span:nth-child(3) {
    left: 20px;
    top: 27px;
    width: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wrap {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-open #wrap {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

header {
    /*background: #fff;*/
}

header .headerContent {
    width: auto;
    overflow: hidden;
    padding: 5px;
    height: 60px;
    /*background: #fff;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header .logo {
    /* height: 30px;
    padding: 10px 0; */
    width: auto;
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    padding-left: 10px;
    font-weight: 600;
}

header .logo img {
    width: auto;
    height: 100%;
}

header .txt,
header .phone,
header .freedial,
header nav {
    display: none;
}

.phone {
    font-size: 2rem !important;
    font-weight: 500;
    line-height: 30px !important;
}

.phone a {
    color: #ca9e1f;
}

.phone:before {
    content: "\e902";
    font-family: "icomoon";
    font-size: 30px;
    padding-right: 5px;
    position: relative;
    top: 5px;
    color: #ca9e1f;
}

.phone.freedial:before {
    content: "\e900";
    font-family: "icomoon";
    font-size: 20px;
    top: 0;
}

#silideBox {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
}

#silideBox .rslides {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

#silideBox .rslides li {
    position: relative;
}

#silideBox .rslides li .-txt {
    position: absolute;
    width: 95%;
    left: 5%;
    bottom: 10%;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0px 0px 9px rgba(35, 26, 20, 1);
    font-weight: 500;
}

section {
    padding: 5px;
}

section .inner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}

section {
    padding: 5px;
}

section .inner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
}

section .inner h2 {
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 32px;
    text-align: center;
    color: #000;
    border-bottom: 2px solid #ca9e1f;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

section .inner .textBox {
    width: 100%;
    overflow: hidden;
}

section .inner .textBox p {
    font-size: 1.4rem;
    line-height: 1.5;
}

section .inner .textBox .left,
section .inner .textBox .right {
    margin-bottom: 16px;
}

section .inner .textBox+.textBox {
    padding-top: 20px;
}

.sectionbk {
    padding: 5px;
    /*background: #fbf8eb;*/
    background: url(../../img/bg.jpg);
}

.sectionbk .inner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    /* background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
}

.sectionbk .inner h2 {
    font-size: 2.2rem;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    /*color: #fff;*/
    color: #333;
}

.sectionbk .inner .textBox {
    width: 100%;
    overflow: hidden;
}

.sectionbk .inner .textBox p {
    font-size: 1.2rem;
    line-height: 1.5;
    /*color: #fff;*/
}

.sectionbk .inner .textBox+.textBox {
    padding-top: 20px;
}

img.greeting {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
}

.guidanceList {
    width: 100%;
    overflow: hidden;
}

.guidanceList li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.guidanceList li dl {
    padding-bottom: 10px;
}

.guidanceList li dt a {
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
    padding: 0.5em 0px;
    text-align: center;
    display: block;
}

.guidanceList li:last-child {
    padding: 0;
}

.guidanceList2 {
    width: 100%;
    overflow: hidden;
}

.guidanceList2 li {
    width: 94%;
    overflow: hidden;
    padding: 10px 10px 20px 10px;
    background: #fff;
    margin: auto;
    margin-bottom: 20px;
}

.guidanceList2 li dl {
    padding-bottom: 16px;
}

.guidanceList2 li dt a {
    font-size: 1.6rem;
    /*color: #fff;*/
    font-weight: bold;
    padding: 0.5em 0px;
    text-align: center;
    display: block;
}

.guidanceList2 li:last-child {
    /*padding: 0;*/
}

a.btn {
    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*background: #f7fff7;
  border: #ca9e1f solid 0.5px;*/
    color: #fff;
    background: #ca9e1f;
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
    margin: 0 auto;
    border-radius: 2px;
}

a.btn:hover {
    background: #ecd784;
}

a.btn:after {
    content: "\e904";
    font-family: "icomoon";
    position: absolute;
    right: 10px;
    font-size: 10px;
}

.newsList {
    width: 100%;
    overflow: hidden;
}

.newsList li {
    padding: 10px 0;
    width: auto;
    overflow: hidden;
    border-top: #d7d7d7 dotted 1px;
    position: relative;
}

.newsList li time {
    display: block;
    color: #ca9e1f;
    margin-bottom: 4px;
}

.newsList li a+time,
.newsList li a+time+p {
    color: #ca9e1f;
}

.newsList li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bannersList {
    width: 100%;
    margin: 0 auto;
}

.bannersList li {
    width: 100%;
    height: 70px;
    float: left;
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
    border: 1px solid #d8d8d8;
    position: relative;
    margin-bottom: 10px;
}

.bannersList li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}

.bannersList li span {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    line-height: 70px;
    color: #ca9e1f;
    padding-left: 10px;
}

.bannersList li img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.bannersList li:last-child {
    margin: 0;
}

.bannersList:after {
    content: "";
    display: block;
    clear: both;
}

footer {
    text-align: center;
    padding: 5px;
    background: #f5f5f5;
}

footer .footerContent {
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
}

footer .footerContent .f-logo {
    margin-bottom: 10px;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3.0rem;
}

footer .footerContent .f-logo img {
    height: 30px;
    width: auto;
}

footer .footerContent address {
    font-size: 1.2rem;
    color: #ca9e1f;
    padding: 10px 0;
}

footer .footerContent .businessHours {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0 auto 50px auto;
    padding: 10px 5px;
}

footer .footerContent .businessHours table {
    width: 100%;
    color: #4f8e21 border-bottom: #e5e5e5 solid 1px;
    line-height: 1;
    border-bottom: #e5e5e5 solid 1px;
}

footer .footerContent .businessHours table th {
    font-weight: 300;
    padding: 10px 0;
    border-top: #e5e5e5 solid 1px;
    background: #ca9e1f;
    color: #FFF;
}

footer .footerContent .businessHours table td {
    /*background: #fff;*/
    padding: 10px 0;
    border-top: #e5e5e5 solid 1px;
    text-align: center;
    vertical-align: middle;
}

footer .footerContent small {
    color: #4f8e21 font-size: 1.1rem;
    padding-bottom: 30px;
    display: block;
}

.googlemap {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.googlemap #map_canvas {
    width: 100%;
    height: 280px;
}

.Copyright {
    line-height: 1;
    font-size: 8px;
    font-weight: 100;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #886b17;
}

.pageTop {
    position: fixed;
    right: 10px;
    bottom: -60px;
    transition: all 0.5s ease;
    backface-visibility: hidden;
}

.pageTop a {
    color: #ca9e1f;
}

.pageTop span {
    font-size: 50px;
}

.pageTop.on {
    bottom: 10px;
}

.facebook iframe {
    width: 100% !important;
}

#overlay {
    display: none;
}

.slide-open #slidemenu {
    overflow: scroll;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
}

#slidemenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    background: #886b17;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#slidemenu #slidemenuClose {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px;
    background: #fff;
    cursor: pointer;
    width: auto;
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    color: #ca9e1f;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#slidemenu #slidemenuClose img {
    width: auto;
    height: 30px;
}

#slidemenu .navList li {
    width: 100%;
    border-bottom: #fff solid 0.5px;
}

#slidemenu .navList li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    text-indent: 20px;
    position: relative;
}

#slidemenu .navList li a:after {
    content: "\e904";
    font-family: "icomoon";
    position: absolute;
    right: 20px;
}

#slidemenu .phoneList {
    width: 100%;
    overflow: hidden;
    border-bottom: #fff solid 0.5px;
}

#slidemenu .phoneList li {
    /*
            float: left;
            width: 50%;
*/
    text-align: center;
    position: relative;
}

#slidemenu .phoneList li a {
    display: block;
    height: 100px;
    color: #fff;
}

#slidemenu .phoneList li a span {
    display: block;
    font-size: 35px;
    padding-top: 25px;
}

#slidemenu .phoneList li a em {
    font-size: 1.4rem;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

#slidemenu .phoneList li:last-child {
    /* border-left: #fff solid 0.5px; */
    box-sizing: border-box;
}


/******************************************************
   subpagesb
******************************************************/

.pagetitle {
    width: 100%;
    height: 125px;
    position: relative;
    overflow: hidden;
    background-color: #fefdfb;
}

.pagetitle img {
    position: absolute;
    right: -10%;
    top: 0;
    height: 100%;
    width: auto;
}

.pagetitle h1 {
    position: absolute;
    left: 10px;
    top: 50px;
    font-size: 20px;
    font-weight: 300;
    color: #ca9e1f;
    z-index: 2;
    text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff;
}

.pagetitle .Breadcrumb {
    display: none;
}

.subnav {
    padding: 0 5px 0;
    display: block;
    text-align: center;
    background: #f8f8f8;
}

.subnav #submenuBtn {
    display: block;
    height: 44px;
    width: 100%;
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
}

.subnav #submenuBtn span {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #ca9e1f;
    transition: all 0.5s;
}

.subnav #submenuBtn span:nth-child(1) {
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    top: 13px;
}

.subnav #submenuBtn span:nth-child(2) {
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    top: 22px;
}

.subnav #submenuBtn span:nth-child(3) {
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    top: 31px;
}

.subnav li {
    border-bottom: #e9e9e9 solid 1px;
    display: none;
}

.subnav li a {
    display: block;
    padding: 10px;
    background: #fff;
    font-weight: 300;
    font-size: 1.4rem;
    color: #ca9e1f;
    text-align: left;
    position: relative;
}

.subnav li a:after {
    content: "\e904";
    font-family: "icomoon";
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

#submenuBtn.active {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    z-index: 10;
}

#submenuBtn.active span:nth-child(1) {
    top: 20px;
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    width: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#submenuBtn.active span:nth-child(2) {
    display: none;
}

#submenuBtn.active span:nth-child(3) {
    top: 20px;
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    width: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subpages .inner h3 {
    font-size: 2.2rem;
    color: #ca9e1f;
    font-weight: 200;
    margin-bottom: 10px;
}

.subpages .inner .textBox+h3 {
    padding-top: 50px;
}

.subpages .inner .textBox strong.circle,
.subpages .inner .textBox .circle {
    font-size: 1.8rem;
    padding: 12px 0;
    display: block;
    font-weight: 500;
}

.subpages .inner .textBox strong.circle::before,
.subpages .inner .textBox .circle::before {
    content: "●";
    opacity: 0.6;
    font-size: .8em;
    padding-right: 5px;
    position: relative;
    top: -1px;
    color: #ca9e1f;
}

.grayBox {
    padding: 10px;
    width: auto;
    overflow: hidden;
    background: #f8f8f8;
    color: #000;
}


/* color: #4f8e21; */


/*# sourceMappingURL=cmn_phone_style.map */

.c-txt_note {
    margin-top: 1em;
    font-size: 12px;
    font-size: 1.2rem;
}

.c-txt_right {
    text-align: right;
}

.c-ttl_base-en {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 8px;
    color: #948869;
    text-align: center;
}

.c-img_full img {
    width: 100%;
    height: auto;
    margin: 16px 0;
}

.imgList li {
    display: block;
}

.imgList li .-img {
    width: 60%;
    margin: auto;
    margin-bottom: 8px;
}

.imgList li .-txt {
    width: 100%;
    padding-left: 0;
}

section .inner .textBox .imgList li .-txt .-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4px;
}

.borderList {
    border-bottom: dashed #ccc 1px;
    padding-bottom: 8px;
}

.borderList li {
    margin-top: 6px;
    padding-top: 6px;
    border-top: dashed #ccc 1px;
}

.baseList li:not(:last-child) {
    margin-bottom: 10px;
}

.flowList li {
    margin-top: 6px;
    padding-top: 6px;
}

.flowList li .-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 8px;
    font-weight: 500;
}

.flowList li .-ttl span {
    line-height: 1;
    font-size: 20px;
    font-size: 2.0rem;
    background-color: #ca9e1f;
    color: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
}

.listFaq dl {
    padding: 10px 0;
    border-top: 1px dashed #ccc;
}

.listFaq dl:last-child {
    border-bottom: 1px dashed #ccc;
}

.listFaq dt {
    padding-left: 20px;
    font-size: 1.5rem;
    margin-bottom: 5px;
    position: relative;
}

.listFaq dd {
    padding-left: 20px;
    position: relative;
}

.listFaq dt::before,
.listFaq dd::before {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}

.listFaq dt::before {
    content: "Q";
    color: #ca9e1f;
}

.listFaq dd::before {
    content: "A";
    color: #aaa;
}

.c-ttl_min,
section .inner .textBox .c-ttl_min {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.grayBox.-merit {
    background-color: #fff3e3;
}

.grayBox.-merit.-demerit {
    background-color: #efeeea;
}

.grayBox.-merit+.grayBox.-merit {
    margin-top: 16px;
}

.map iframe {
    width: 100%;
    height: 320px;
}

.name {
    text-align: right;
    margin-top: 16px;
}

.name p {
    font-weight: 600;
    color: #666;
}

.name p span {
    font-size: 1.2em;
}

.page footer {
    margin-top: 60px;
}

.c-ttl_greeting {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    vertical-align: middle;
    color: #ca9e1f;
}

.mt10 {
    margin-top: 8px;
}

.mt20 {
    margin-top: 10px;
}

.mt24 {
    margin-top: 16px;
}

.mt32 {
    margin-top: 24px;
}