/*
Theme Name: habakiri-child
Theme URI: http://2inc.org ( テーマのURL )
Description: Habakiri の子テーマです ( テーマの説明 )
Author: Takashi Kitajima ( 作者名 )
Author URI: http://2inc.org ( 作者のURL )
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

#container {
    box-shadow: none;
    margin: 0 auto;
    overflow: hidden;
}
#contents {
    overflow: hidden;
}
#contents .page-header {
    background-position: center center;
    background-size: cover;
    background-color: #65978a;
    border-bottom: solid 1px #65978a;
    color: #fff;
    margin: 0;
    padding: 15px 0;
}
.page-header__title {
    font-size: 24px;
    margin: 0;
}
h1.entry__title {
    font-size: 22px;
}
.sub-page-contents {
    padding: 10px 20px 0;
}
@media screen and (min-width:960px) {
    .sub-page-contents {
        padding: 0 120px;
    }
}
.breadcrumbs {
    margin-top: 10px;
    margin-bottom: 10px;
}
.SNS_box {
    margin-bottom: 60px;
}
@media screen and (min-width:960px) {
    #container {
        /*width: 1170px;*/
    }
    .menu > li {
        width: 16%;
    }
    .global-nav .menu > li a {
        position: relative;
        text-decoration: none;
    }
    .global-nav .menu > li a::after {
        position: absolute;
        bottom: 2px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #65978a;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
    }
    .global-nav .menu > li a:hover::after {
        transform: scale(1, 1);
    }

	.breadcrumbs {
        margin-bottom: 30px;
    }
 }
@media (max-width: 768px){
.page-header__title {
    font-size: 18px;
}
.site-branding__logo {
    padding: 0 20px;
    width: 200px;
}
}

/*====================*
 *        nav         *
 *====================*/

@media screen and (min-width:960px) {
.header--2row .responsive-nav, .header--center .responsive-nav {
    margin-top: 35px;
    margin-bottom: 0;
}
.responsive-nav li:hover > ul {
    visibility: visible;
    opacity: 1;
    border: 1px solid #fdfdfd;
    box-shadow: 1px 1px 1px 1px rgb(206 206 206 / 90%);
}

.responsive-nav > ul > li > ul, .responsive-nav > * > ul > li > ul {
    position: absolute;
    top: 47px;
    left: 0;
}
.responsive-nav .sub-menu a:hover {
    background-color: #ffffff;
}
.responsive-nav li ul {
    width: 100%;
}
.responsive-nav ul li ul li ul {
    left: 242px;
}
.site-branding {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 0;
    width: 18%;
}
}
/*---- お問い合わせ ----*/
/* SP TEL */
/*
.header__col .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header__col .row div.col-md-4 {
    padding-right: 0;
}
ul.topnav2 {
	display: none;
}
.tel_sp{
	display: inline-block;
    font-size: 34px;
    margin: 10px 0;
    padding: 0;
}
.tel_sp a{
    color: #ff9b43;
}
.site-branding__logo {
    font-size: 24px;
    line-height: 1;
    margin: 0;
}
.site-branding {
    padding: 25px 0 0;
    width: 90%;
}
.fa-fw {
    width: 1.5em;
}
#responsive-btn {
    margin: auto 20%;
}
@media screen and (min-width:480px) {  
    .header__col .row {
        width: 110%;
    }
    .site-branding {
        padding: 28px 0 0;
        width: 60%;
    }
    ul.topnav2{
        margin: 20px 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }
    ul.topnav2 li {
        margin: 0;
        padding: 0;
        color: #fff;
        background: #ff9b43;
        font-size: 15px;
        line-height: 40px;
        vertical-align: middle;
        text-align: left;
        border: 1px solid #ff9b43;
        border-radius: 5px;
        width: 49%;
        text-align: center;
    }
    ul.topnav2 li a {
        color: #fff;
        display: block;
        text-decoration: none;
        padding: 2px;
    }
    ul.topnav2 li a:hover {
        color: #ff9b43;
        background: #fff;
        border-radius: 5px;
        border-color: #ff9b43;
    }
    ul.topnav2 .tnav2 {
        border: 0;
        background: none;
        color: #ff9b43;
        margin: 0;
    }
    ul.topnav2 .tnav2 a,
    ul.topnav2 .tnav2 a:hover {
        color: #ff9b43;
        background: #fff;
    }
    .tel_sp{
        display:none;
    }
    #responsive-btn {
        margin: auto;
    }
}
@media screen and (min-width:960px) {
    .header__content .header__col {
        display: block;
    }
    .header__col .row {
        margin: 0 auto;
        width: 100%;
    }
    ul.topnav2{
        margin: 20px 0 0 0;
    }
    ul.topnav2 li {
        font-size: 16px;
    }
    ul.topnav2 li a {
        padding: 2px 8px;
    }
    .fa-fw {
        margin: 0 5px 0 0;
    }
    .site-branding {
        margin: 0;
        padding: 25px 0 0;
        width: 30%;
    }
}*/
/*----*/

ul {
    list-style-type: none;
    padding: 0;
}
.container-fluid, .container,
.row {
    margin: 0 auto;
    padding: 0;
}
.menu-isoi-container {
    margin-top: 40px;
}
/*---- FV slider ----*/
.habakiri-slider__transparent-layer {
    height: 100%;
}
.habakiri-slider__item {
    background-size: cover;
    background-position: 50% 50%;
    display: none;
    position: relative;
}
.habakiri-slider__item:first-child {
      display: block;
}
.habakiri-slider__item-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.habakiri-slider__item-content {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    trans: translateY(-50%);
}
.habakiri-slider__item-content a {
    color: #fff;
}
.habakiri-slider__image {
    visibility: hidden;
    width: 100%;
}
.habakiri-slider__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    color: #fff;
    cursor: pointer;
    text-decoration: none; }
.habakiri-slider__arrow--prev {
    left: 10px;
    trans: rotate(-90deg);
}
.habakiri-slider__arrow--next {
    right: 10px;
    trans: rotate(90deg);
}
.habakiri-slider__arrow:before {
    font-size: 32px;
}

/*--- リセット---*/
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
}
  .widget_recent_entries ul li,
  .widget_recent_comments ul li,
  .widget_archive ul li,
  .widget_categories ul li,
  .widget_meta ul li,
  .widget_pages ul li,
  .widget_nav_menu ul li {
    padding: 4px 0;
    border: none;
    width: 100%;
}
    .widget_recent_entries ul li li,
    .widget_recent_comments ul li li,
    .widget_archive ul li li,
    .widget_categories ul li li,
    .widget_meta ul li li,
    .widget_pages ul li li,
    .widget_nav_menu ul li li {
      padding-left: 1.5em;
}
    .widget_recent_entries ul li li li,
    .widget_recent_comments ul li li li,
    .widget_archive ul li li li,
    .widget_categories ul li li li,
    .widget_meta ul li li li,
    .widget_pages ul li li li,
    .widget_nav_menu ul li li li {
      padding-left: 3em;
}
    .widget_recent_entries ul li li li li,
    .widget_recent_comments ul li li li li,
    .widget_archive ul li li li li,
    .widget_categories ul li li li li,
    .widget_meta ul li li li li,
    .widget_pages ul li li li li,
    .widget_nav_menu ul li li li li {
      padding-left: 4.5em;
}
    .widget_recent_entries ul li li li li li,
    .widget_recent_comments ul li li li li li,
    .widget_archive ul li li li li li,
    .widget_categories ul li li li li li,
    .widget_meta ul li li li li li,
    .widget_pages ul li li li li li,
    .widget_nav_menu ul li li li li li {
      padding-left: 6em;
}
    .widget_recent_entries ul li li li li li li,
    .widget_recent_comments ul li li li li li li,
    .widget_archive ul li li li li li li,
    .widget_categories ul li li li li li li,
    .widget_meta ul li li li li li li,
    .widget_pages ul li li li li li li,
    .widget_nav_menu ul li li li li li li {
      padding-left: 7.5em;
}
    .widget_recent_entries ul li ul,
    .widget_recent_comments ul li ul,
    .widget_archive ul li ul,
    .widget_categories ul li ul,
    .widget_meta ul li ul,
    .widget_pages ul li ul,
    .widget_nav_menu ul li ul {
      margin-top: 4px;
      margin-bottom: -4px;
}
      .widget_recent_entries ul li ul ul,
      .widget_recent_comments ul li ul ul,
      .widget_archive ul li ul ul,
      .widget_categories ul li ul ul,
      .widget_meta ul li ul ul,
      .widget_pages ul li ul ul,
      .widget_nav_menu ul li ul ul {
        margin-left: -1.5em;
}
      .widget_recent_entries ul li ul ul ul,
      .widget_recent_comments ul li ul ul ul,
      .widget_archive ul li ul ul ul,
      .widget_categories ul li ul ul ul,
      .widget_meta ul li ul ul ul,
      .widget_pages ul li ul ul ul,
      .widget_nav_menu ul li ul ul ul {
        margin-left: -3em;
}
      .widget_recent_entries ul li ul ul ul ul,
      .widget_recent_comments ul li ul ul ul ul,
      .widget_archive ul li ul ul ul ul,
      .widget_categories ul li ul ul ul ul,
      .widget_meta ul li ul ul ul ul,
      .widget_pages ul li ul ul ul ul,
      .widget_nav_menu ul li ul ul ul ul {
        margin-left: -4.5em;
}
      .widget_recent_entries ul li ul ul ul ul ul,
      .widget_recent_comments ul li ul ul ul ul ul,
      .widget_archive ul li ul ul ul ul ul,
      .widget_categories ul li ul ul ul ul ul,
      .widget_meta ul li ul ul ul ul ul,
      .widget_pages ul li ul ul ul ul ul,
      .widget_nav_menu ul li ul ul ul ul ul {
        margin-left: -6em;
}


/*--------------
    フッター
--------------*/
.footer-address {
    margin-top: 10px;
}
.footer-widget-area {
    background-color: #f9f9f9;
}
.copyright {
    background-color: #363636;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
div#nav_menu-3 {
    padding: 0 15px;
}
.rogo-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.footer-address br {
	display: block !important;
}
.widget_nav_menu ul li.contact-btn a {
    color: #65978a;
    border: solid 1px #65978a;
    border-radius: 5px;
    display: inline-block;
    line-height: 3.5;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .1s;
    width: 100%;
}
.widget_nav_menu ul li.contact-btn a:hover {
    background-color: #65978a;
    border: solid 1px #65978a;
    color: #fff !important;
    text-decoration: none;
}
/*------
  news
------*/
#news-area {
    text-align: justify;
    text-justify: inter-ideograph;
}
#news-area .top-area {
    border-bottom: solid 1px #112631;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#news-area .text {
    text-align: center;
    font-size: 1.8rem;
}
#news-area .item-area {
    text-align: center;
}
#news-area .item-area  dl{
    margin-bottom: 40px;
}
#news-area .cta-btn a {
    background: #ff9b43;
    border: 1px solid #ff9b43;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
    display: block;
}
#news-area .cta-btn a:hover {
    background: #fff;
    border-color: #ff9b43;
    border-radius: 5px;
    color: #ff9b43;
    text-decoration: none;
}
#news-area .cta-btn a:hover:before {
    border-left: solid 7px #ff9b43;
    transition: all ease-in .3s;
}
#news-area .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
#news-area .youtube iframe {
    width: 100%;
    height: 100%;
}
#news-area .img-area ul {
    display: flex;
    flex-wrap: wrap;
}
#news-area .img-area li {
    width: calc(100%/2);
}
@media screen and (min-width:480px) {
    #news-area .top-area dl{
        display: flex;
        font-size: 16px;
        margin: 0 20px 30px;
    }
    #news-area .top-area dt {
        width: 30%;
    }
    #news-area .top-area dd {
        padding: 10px 20px;
        width: 70%;
    }
    #news-area .item-area, #news-area .media-area {
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
        margin: 0 auto 30px;
        width: 90%;
    }
    #news-area .item-area {
        justify-content: center;
    }
    #news-area .item-area dl{
        padding: 10px;
        width: calc(100% / 3);
    }
    #news-area .media-area dl{
        padding: 10px;
        width: calc(100% / 6);
    }
    #news-area .cta-btn.media-btn a {
        width: 60%;
    }
    #news-area dl.flex-direction {
        flex-direction: row-reverse;
    }
    #news-area .img-area li {
        width: calc(100%/4);
    }
}
@media screen and (min-width:960px) {
    #news-area .top-area, #news-area .item-area {
        width: 100%;
    }
    #news-area .item-area dl {
        width: calc(100%/4);
    }
}

/*--------------
  お問い合わせ
--------------*/
.contact_box table {
    width: 100%;
    text-align: left
}

.contact_box table tr {
    background-color: #f1f1f1;
    border: 1px solid #dcdcdc
}

.contact_box table th {
    font-weight: 700
}

.contact_box table th,.contact_box table td {
    display: block;
    text-align: left;
    padding: 10px;
    width: 100%
}

.contact_box table td {
    background-color: #fff
}

input[type=text],input[type=email] {
    width: 100%
}

.contact_box table textarea {
    width: 100%
}

.wpcf7-submit {
    position: relative;
    display: block;
    margin: 30px auto 0;
    width: 80%;
    line-height: 50px;
    background: #65978a;
    border-radius: 5px;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    border: 2px solid #65978a;
}

input.wpcf7-submit:hover {
    color: #65978a;
    background: #fff;
    border: 2px solid #65978a;
}

.haveto {
    font-size: 6px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}

.any {
    font-size: 6px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}

@media (min-width: 768px) {
    .contact_box {
        width:100%;
        padding: 0;
        margin: 30px auto 50px
    }

    .contact_box table {
        width: 100%;
        margin: 16px auto 0;
        border: #ddd 1px solid
    }

    .contact_box table th {
        display: inline-block;
        width: 35%;
        padding: 10px
    }

    .contact_box table td {
        background-color: #fff;
        display: inline-block;
        width: 65%;
        padding: 10px
    }

    .wpcf7-submit {
        margin: 52px auto 0;
        width: 450px;
        height: 60px
    }
}

@media screen and (min-width: 992px) {
    input[type=text],input[type=email] {
        width:auto
    }
}

.entry .cta-btn a {
    background: #65978a;
    border: 1px solid #65978a;
    border-radius: 5px;
    color: #fff;
    display: block;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.6;
    position: relative;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}

.entry .cta-btn a:before {
    border: solid 5px transparent;
    border-left: solid 7px #fff;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -1px
}

.entry .cta-btn a:hover {
    color: #65978a;
    border-radius: 5px;
    background: #fff;
    transition: all ease-in .3s;
}

.entry .cta-btn a:hover:before {
    border-left: solid 7px #62c095;
    transition: all ease-in .3s;
}

@media screen and (min-width: 960px) {
.entry .cta-btn {
    padding:0;
}
}