/* File: /app/webroot/css/Themes/Default/header-footer.css */
@charset "UTF-8";
/*================================================
 *  ＰＣ向けデザイン
 ================================================*/
/*------------------------------------------------
 *  ヘッダー(ＰＣ)
 ------------------------------------------------*/
.headline {
    padding-bottom: 1.5rem;
    border-top: 2px solid #6fb92b;/* color-m:#6fb92b ヘッダートップのライン色(PC) */ 
    box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
}
.text_site {
    margin-bottom: 1.5rem;
    background: #f8f7f4;
}
.subttl {
    font-size: small;
}
.headline #ttl_site {
    margin: 5px 0 2px;
}
.headline .container {
    justify-content: space-between;
    margin: 0 auto;
}
.headline #ttl_site img {
    width: auto;
}
/*------------------------------------------------
 *  コンテナ(ＰＣ)
 ------------------------------------------------*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
}
.container .row .cell {
    display: table-cell;
}
.container .row .cell-1 {
    width: 10%;
}
.container .row .cell-2 {
    width: 20%;
}
.container .row .cell-3 {
    flex: 0 0 30%;
    max-width: 30%;
}
.container .row .cell-4s {
    width: 35%;
}
.container .row .cell-4 {
    width: 40%;
}
.container .row .cell-5s {
    width: 45%;
}
.container .row .cell-5 {
    flex: 0 0 50%;
    max-width: 50%;
}
.container .row .cell-6 {
    width: 60%;
}
.container .row .cell-7 {
    flex: 0 0 70%;
    max-width: 70%;
}
.container .row .cell-8 {
    width: 80%;
}
.container .row .cell-9 {
    width: 90%;
}
.container .row .cell-10 {
    width: 100%;
}
.container.page-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
}
.contacttop {
    padding-top: 35px;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    color: #fff;
}
.contacttop a {
    display: block;
    padding: 5px 10px 5px 29px;
    color: #fff;
    background: #0079c0;
    border-radius: 4px;
    text-decoration: none;
}
.contacttop a:hover {
    color: #fff;
}
.summary {
    clear: both;
}
.com {
    text-align: right;
}
.com_tell{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.com_time {
    font-size: .8rem;
}
.com_number {
    font-size: 1.6rem;
    letter-spacing: .1em;
    font-weight: bold;
    color: #6fb92b;
}
.com_number:before {
    font-family: "Font Awesome 5 Free";
    content: '\f095';
    font-weight: 900;
    padding-right: 7px;
}
.com_contact {
    display: inline;
}
.com_contact a{
    background: #5a3e1c;/* color-1:#5a3e1c ヘッダーのお問い合わせボタンの背景色(PC) */ 
    border-radius: 30px;
    margin-left: 30px;
    padding: 1rem 2.5rem;
    color: #FFF;
    transition: .5s;
    font-size: .9rem;
    font-weight: bold;
    letter-spacing: .1em;
}
.com_contact a:hover {
	background: #6fb92b;
}
/*------------------------------------------------
 *  ナビ(ＰＣ)
 ------------------------------------------------*/
nav.navbar {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
}
nav.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}
nav.navbar ul {
    width: 98%;
    display: table;
    list-style: none;
    margin: 0 auto;
}
nav.navbar ul li {
    display: table-cell;
    width: 10%;
    text-align: center;
}
nav.navbar ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 1em 0;
    transition: all .8s;
    letter-spacing: .1em;
    font-weight: bold;
}
nav.navbar ul li a:hover {
    color: #6fb92b;
}
.header-logo-menu {
    display: none;
}
.toggle-navbar {
    display: none;
}
/*------------------------------------------------
 *  フッター(ＰＣ)
 ------------------------------------------------*/
footer {
    clear: both;
}
.footerline_contact {
    padding: 50px 0;
    border-top: 2px solid #6fb92b;
    width: 100%;
    background: #f8f7f4;
}
.footerline_contact .text {
    margin: 100px 0 10px 0;
    font-size: 25px;
    font-weight: bold;
}
.footer_about_inner {
    display: inline-block;
    margin: 0 50px 0 0;
}
.footer_about_inner2 {
    margin: 0 50px;
    text-align: center;
}
.footer_about_inner3 {
    margin: 0 0 0 50px;
}
.footer_con {
    text-align: center;
}
.footer_number {
    margin: 5px 0;
    color: #6fb92b;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
}
.tel:before {
    font-family: "Font Awesome 5 Free";
    content: '\f095';
    font-weight: 900;
    padding-right: 10px;
}
.footer_info {
    text-align: center;
    font-size: 13px;
}
.footer_mailform {
    margin: 20px 0 15px;
}
.footer_mailform a {
    display: block;
    background: #5a3e1c;
    padding: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 40px;
}
.footer_mailform a:hover {
    background: #6fb92b;
}
.footer_mailform .fas_mail .fas {
    font-weight: normal !important;
    font-size: 25px;
    vertical-align: middle;
    padding-right: 5px;
}
.footer_lineform a {
    display: block;
    background: #6fb92b;
    padding: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 40px;
}
.footer_lineform a:hover {
    background: #499820;
}
.footer_lineform .fas_line .fab {
    font-weight: normal !important;
    font-size: 30px;
    vertical-align: middle;
    padding-right: 10px;
}
.footer_appli {
    display: block;
    margin: 20px 0 0;
}
.footer_appli a:hover{
    opacity: .7;
}
.footer_appli img {
    width: 100%;
}
.footer_appli_mb {
    display: none;
}
.footer_cancell {
    position: relative;    
}
.footer_cancell p {
    position: absolute;
    top: 50%;
    left: 52%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: rgba(106, 200, 208, .8);
    padding: 15px;
    width: 50%;
    color: white;
    text-decoration: none;
}
.footer_cancell a:hover{
    opacity: .7;
}
.footer_cancell img {
    border: 3px solid #6ac8d0;
    width: 100%;
}
.footerline {
    padding: 60px 0;
    width:100%;
    background: #f8f7f4;
}
.footer_about {
    border-right: 1px solid #d1d1d1;
}
.footerline_contact #ttl_site {
    padding-bottom: 60px;
}
.footer_contact p {
    line-height: 1.3;
}
.footer_contact i {
    color: #5a3e1c;
}
.footer_corp {
    font-weight: bold;
    margin-bottom: 5px;
}
.footer_contact_sub {
    margin-top: 32px;
    font-size: 12px;
}
.footer-navbar {
    float: left;
    width: 280px;
    padding: 0 0 0 60px;
}
.footer-navbarbtn {
    margin: 0 0 12px;
    clear: both;
}
.footer-navbarbtn a {
    margin: 0 0 10px;
    font-weight: bold;
    padding-left: 10px;
    font-size: 95%;
}
.footer-navbarbtn-last {
    margin: 0;
    clear: both;
}
.footer-navbarbtn-last a {
    margin: 0 0 10px;
    font-weight: bold;
    padding-left: 10px;
    font-size: 95%;
}
.angle-right:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    color: #6fb92b;
}
.footer-navbar ul {
    padding: 0 0 1.2em 1.2em;
    float: left;
}
.footer-navbar ul:last-child {
    padding: 0 0 0 1.2em;
    float: left;
}
.footer-navbar li{
    margin: 0 20px 4px 0;
    float: left;
}
.footer-navbar ul li a {
    display: block;
    color: #808080;
    font-size: 80%;
    text-decoration: none;
    width: 100px;
}
.footer-navbar ul li a:hover {
    text-decoration: underline;
}
.copyright {
    clear: both;
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    background: #FFF;
}
.clear {
    clear: both;
}

/*------------------------------------------------
 *  ページトップへの戻り(ＰＣ)
 ------------------------------------------------*/
.totop a {
    position: fixed;
    bottom: 15px;
    right: 30px;
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: #5a3e1c #5a3e1c transparent transparent;
    transform: rotate(-45deg);
}
.totop img {
    background: #f19500;
}
.totop img:hover {
    background: #e78f00;
}
/*------------------------------------------------
 *  クリアフィックス(ＰＣ)
 ------------------------------------------------*/
.cf::after {
    clear: both;
    content: "";
    display: block;
}
/*------------------------------------------------
 *  ウィジェット(ＰＣ)
 ------------------------------------------------*/
.widget {
    margin-bottom: 38px;
}
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*------------------------------------------------
 *  フォーローボタウィジェット(ＰＣ)
 ------------------------------------------------*/
.widget h2 {
    font-size: 20px;
}
/*------------------------------------------------
 *  サブコンテンツ(ＰＣ)
 ------------------------------------------------*/
.submenu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.submenu li a:before {
    content: "\0025a0";
    color: #000;
}
.submenu li a {
    display: block;
    padding: 5px 2px;
    color: #000;
    border-bottom: 1px dotted #ddd;
    text-decoration: none;
}
.submenu li a:hover {
    background: #eee;
}
.bnr {
    overflow: hidden;
}
.bnr ul {
    overflow: hidden;
}
.bnr li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
.bnr li a:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr img {
    width: 100%;
}
/*------------------------------------------------
 *  クラス(ＰＣ)
 ------------------------------------------------*/
.textL {
    text-align: left;
}
.textR {
    text-align: right;
}
.list {
    padding: 0 0 0 0.5em;
}
.list li {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    background: url(../images/check.png) 0 5px no-repeat;
}
.photo {
    overflow: hidden;
    margin: 20px 0;
    padding: 10px;
    border: 5px solid #ddd;
    background: #fff;
}
.imgL {
    float: left;
    margin: 0 0.5em 0.5em 0;
}
.imgR {
    float: right;
    margin: 0 0 0.5em 0.5em;
}
.info dt {
    border-bottom: none;
}
.info dd {
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

/* Media Queries
-------------------------------------------------- */
/*================================================
 *  PC向けデザイン
 ================================================*/
@media (min-width: 1200px){
    nav.navbar ul {
        width: 1140px;
        display: table;
        list-style: none;
        margin: 0 auto;
    }
    .container {
        max-width: 1140px;
    }
}
/*================================================
 *  ノートパソコン向けデザイン
 ================================================*/
@media (max-width: 1200px){
/*------------------------------------------------
 *  ヘッダー(タブレット)
 ------------------------------------------------*/
    nav.navbar ul {
        width: 90%;
    }
    .container {
        padding-right: 100px;
        padding-left: 100px;
    }
    .com_contact a {
        padding: 1rem 1.8rem;
        font-size: .9rem;
    }
    .com_time {
        font-size: .7rem;
    }
    .com_number {
        font-size: 1.4rem;
    }
    .subttl {
        font-size: x-small;
    }
/*------------------------------------------------
 *  フッター(ノートパソコン)
 ------------------------------------------------*/
    .footer-navbar {
        width: 220px;
    }
    .footer-navbarbtn a {
        font-size: 90%;
    }
    .footerline_contact #ttl_site img {
        width: 90%;
    }
    .footer_number {
        font-size: 25px;
    }
    .footer_mailform a {
        padding: 10px;
        font-size: 15px;
    }
    .footer_lineform a {
        padding: 10px;
        font-size: 15px;
    }
    .footer_mailform .fas_mail .fas {
        font-size: 20px;
    }
    .footer_lineform .fas_line .fab {
        font-size: 22px;
    }
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media (max-width: 991px) {
/*------------------------------------------------
 *  ヘッダー(タブレット)
 ------------------------------------------------*/
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .com_contact a {
        background: #5a3e1c; /* color-1:#5a3e1c ヘッダーのお問い合わせの背景色(ﾀﾌﾞﾚｯﾄ) */
        border-radius: 20px;
        margin-left: 5px;
        padding: .8rem 1rem;
        color: #FFF;
        transition: .1s;
        font-size: .8rem;
    }
    header {
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px 10px;
    }
    header h1 {
        margin-bottom: 0;
    }
    .headline #ttl_site {
        margin: 10px 0 0;
    }
    .headline #ttl_site img {
        width: 70%;
    }
    .subttl {
        font-size: x-small;
    }
    .com_time {
        font-size: .7rem;
    }
    .com_number {
        font-size: 1.4rem;
    }
/*------------------------------------------------
 *  ナビ(タブレット)
 ------------------------------------------------*/
    nav.navbar ul li a {
        font-size: 14px;
    }
/*------------------------------------------------
 *  フッター(タブレット)
 ------------------------------------------------*/
    .footerline_contact #ttl_site img {
        width: 90%;
    }
    .footer_contact {
        padding-right: 20px;
        font-size: 90%;
    }
    .footer-navbar {
        width: 180px;
        padding: 0 0 0 30px;
    }
    .footer-navbarbtn a {
        font-size: 90%;
    }
    .footer_about_inner2 {
        margin: 0 20px;
    }
    .footer_about_inner3 {
        margin: 0 0 0 20px;
    }
    .footer_number {
        font-size: 23px;
    }
    .footer_info {
        font-size: 11px;
    }
    .footer_mailform a {
        padding: 13px;
        font-size: 14px;
    }
    .footer_mailform .fas_mail .fas {
        font-size: 20px;
    }
    .footer_lineform a {
        padding: 13px;
        font-size: 14px;
    }
    .footer_lineform .fas_line .fab {
        font-size: 23px;
    }
    .footer_tel {
        margin: 0;
        padding: 0;
        float: none;
    }
    .footer_appli {
        margin: 40px 0 0;
    }
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media (max-width: 767px) {
/*------------------------------------------------
 *  一般(スマートフォン)
 ------------------------------------------------*/
    ol, ul {
        list-style: none;
    }
    a {
        text-decoration: none;
        color: inherit;
    }
/*------------------------------------------------
 *  ヘッダー(スマートフォン)
 ------------------------------------------------*/
    .headline {
        padding-bottom: .6em;
    }
    .text_site {
        margin-bottom: 1.2rem;
    }
    .headline article {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .headline section {
        display: none;
    }
    .headline #ttl_site img {
        width: 110%;
    }
/*------------------------------------------------
 *  コンテナ(スマートフォン)
 ------------------------------------------------*/
    .container .row {
        display: block;
    }
    .container .row .cell {
        display: block;
    }
    .container .row .cell-1 {
        width: 100%;
    }
    .container .row .cell-2 {
        width: 100%;
    }
    .container .row .cell-3 {
        width: 100%;
    }
    .container .row .cell-4s {
        width: 100%;
    }
    .container .row .cell-4 {
        width: 100%;
    }
    .container .row .cell-5s {
        width: 100%;
    }
    .container .row .cell-5 {
        width: 100%;
    }
    .container .row .cell-6 {
        width: 100%;
    }
    .container .row .cell.cell-7 {
        width: 98%;
    }
    .container .row .cell.cell-8 {
        width: 98%;
    }
    .container .row .cell.cell-9 {
        width: 98%;
    }
    .container .row .cell.cell-10 {
        width: 98%;
    }
    .container.page-wrap {
        padding-top: 50px;
    }
/*------------------------------------------------
 *  ナビ(スマートフォン)
 ------------------------------------------------*/
    nav.navbar {
        display: none;
    }
    nav.navbar ul {
        width: 100%;
        display: table;
        list-style: none;
        margin: 0 auto;
    }
    .subttl {
        display: none;
    }
    .headline #ttl_site {
        margin: 0;
    }
    .com {
        display: none;
    }
/*------------------------------------------------
 *  ナビトグル(スマートフォン)
 ------------------------------------------------*/
    .toggle-navbar {
        display: block;
    }
    *, *:before, *:after {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    .nav-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
    }
    .nav-toggle .g-nav {
        position: fixed;
        top: 0;
        right: -100vw;
        width: 200px;
        height: 100%;
        cursor: pointer;
        -webkit-transition: 0.53s transform;
        transition: 0.53s transform;
        -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
        background-color: #6fb92b;/* color-m:#6fb92b ハンバーガーメニューの背景色(ｽﾏｰﾄﾌｫﾝ) */ 
        z-index: 999;
    }
    .nav-toggle .g-nav ul {
        margin: 0;
        padding: 0;
    }
    .nav-toggle .g-nav li {
        list-style: none;
    }
    .nav-toggle .g-nav li a {
        display: block;
        padding: 20px;
        text-decoration: none;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    .nav-toggle #toggle-navbar-button {
        position: absolute;
        display: none;
        opacity: 0;
    }
    .nav-toggle #toggle-navbar-button:checked ~ .g-nav {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }
    .toggle-menu {
        transform: scale(0.8);
        font-size: 8px;
        line-height: 1.6;
    }
    .nav-toggle #toggle-navbar-button ~ label {
        display: block;
        padding: 15px 12px 10px 14px;
        cursor: pointer;
        -webkit-transition: 0.5s transform;
        transition: 0.5s transform;
        -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
        text-align: center;
        color: #fff;
        background: #6fb92b;/* color-m:#6fb92b ハンバーガーメニューのトグルボタンの背景色(ｽﾏｰﾄﾌｫﾝ) */ 
        float: left;
    }
    .nav-toggle #toggle-navbar-button:checked ~ label {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }
    .nav-toggle #toggle-navbar-button ~ label::before {
        font-family: "Font Awesome 5 Free";
        content: '\f0c9';
        font-size: 1.5em;
        font-weight: 900;
    }
    .nav-toggle #toggle-navbar-button:checked ~ label::before {
        content: '\f00d';
    }
    .nav-toggle .fa-envelope {
        font-size: 1.5rem;
    }
    .nav-toggle .toggle-navbar-buttoncon{
        float: left;
    }
    .nav-toggle .toggle-navbar-buttoncon a{
        display: block;
        padding: 11px 6px 3px;
        text-align: center;
        color: #fff;
        border-top: 2px solid #6fb92b;/* color-m:#6fb92b ヘッダーのお問い合わせのボータートップのライン色(ｽﾏｰﾄﾌｫﾝ) */ 
        background: #5a3e1c;/* color-1:#5a3e1c ヘッダーのお問い合わせボタンの背景色(ｽﾏｰﾄﾌｫﾝ) */ 
    }
    .toggle-contact {
        transform: scale(0.8);
        font-size: 8px;
        line-height: 1.5;
        padding-bottom: 8px;
    }
    .cp_contents {
        color: #333333;
        text-align: center;
    }
/*------------------------------------------------
 *  フッター(スマートフォン)
 ------------------------------------------------*/
    .footerline {
        padding: 35px 0;
    }
    .footerline_contact #ttl_site {
        padding-bottom: 30px;
    }
    .footerline_contact #ttl_site img {
        width: 80%;
    }
    .footer_about {
        border-right: 0px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 30px;
    }
    .footer_tel {
        float: none;
    }
    .footer_number {
        padding-bottom: 10px;
        font-size: 25px;
        margin: 0;
    }
    .footer_info {
        font-size: 12px;
    }
    .footer_mail a {
        width: 100%;
        margin: 0;
    }
    .footer-navbar {
        width: 50%;
        padding: 20px 0 0 10px;
    }
    .footer-navbarbtn {
        margin: 15px 0;
    }
    .footer-navbar li {
        margin: 0 0 5px;
    }
    .footer-navbarbtn a {
        font-size: 85%;
    }
    .footer_about_inner {
        margin: 0;
    }
    .footer_about_inner2 {
        margin: 30px 0 0;
    }
    .footer_about_inner3 {
        margin: 0;
    }
    .footerline_contact .text {
        margin: 0;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .footerline_contact {
        padding: 40px 0;
    }
    .footer_mailform {
        margin: 10px 0;
    }
    .footer_mailform a {
        padding: 15px;
        font-size: 16px;
    }
    .footer_lineform a {
        padding: 13px;
        font-size: 16px;
    }
    .footer_appli {
        display: none;
    }
    .footer_appli_mb {
        display: block;
    }
    .footer_appli_mb a:hover{
        opacity: .7;
    }
    .footer_appli_mb img {
        width: 100%;
        margin-top: 30px;
    }
    .footer_contact_sub {
        margin-top: 20px;
    }
}