@charset "utf-8";

/*-------------- 共通 --------------*/
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,body{
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    height: 100%;
    margin: 0px;
    padding: 0;
}

body {
    width: 100%;
    color: #333;
    line-height: 1.5;
    text-align: center;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    display: block;
    color: #333;
}

a:hover{
    opacity: 0.7;
    transition: ease 0.3s;
}

ul {
    list-style: none;
}

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

/* font */
@font-face {
    font-family: 'irohamaru-mikami';
    src: url('font/irohamaru-mikami.woff') format('woff');
}
.ff_iro {
    font-family: irohamaru-mikami;
}
.ff_mplus400 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
}
.ff_mplus500 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
}
.ff_mplus700 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
}

/* title */
.ttl_brw {
    color: #4e3512;
}
.ttl3 {
    padding:10px 20px;
	font-size:1.25rem;
    text-align: left;
	border:1px solid #ffb043;
	background: #ffb043;
	color:#333;
	box-shadow:inset 2px 2px 0 rgba(255,255,255,0.7);
}
.ttl4_u_line {
    font-size: 1.5rem;
    border-bottom: 1px solid #ed8900;
    padding-bottom: 8px;
    margin-bottom: 1.5rem;
}
.fs20 {
    font-size: 1.25rem;
}

/* text */
.ta_l { text-align: left; }
.ta_jst { text-align: justify; }
.ta_r { text-align: right; }
.l_sp1 { letter-spacing: 1em; }
.l_sp05 { letter-spacing: .5em; }
.l_sp025 { letter-spacing: .25em; }
.fs16 { font-size: 1rem; }
.txt_red { color: #C73C2E; }
.txt_st24 {
    font-size: 1.5rem;
    font-weight: bold;
}

/* margin */
.mr8 { margin-right: 8px; }
.mr10 { margin-right: .5em; }
.mb8 { margin-bottom: 8px; }
.mb10 { margin-bottom: 10px; }
.mb16 { margin-bottom: 16px; }
.mb24 { margin-bottom: 24px; }
.mb32 { margin-bottom: 32px; }
.mb40 { margin-bottom: 40px; }
.mb56 { margin-bottom: 56px; }
.mb80 { margin-bottom: 80px; }
.nm28 { margin-top: -28px; }
/* padding */
.pd_tb56 {
    padding-top: 56px;
    padding-bottom: 56px;
}
.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* color */

/* button */
/* to top btn */
.top_btn{
    position: fixed;
    bottom: 3%;
    right: 3%;
    /*z-index: 10;*/
    background: #4e3512;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_btn.open{
    display: none;
}
.fa-angle-up{
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 2px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* br style */
.sp_br {
    display: none;
}
  
/*-------------- header --------------*/
#header {
    width: 100%;
}
.header_inner {
    position: relative;
    max-width: 1140px;
    height: 130px;
    margin: 0 auto;
}
.site_name {
    position: absolute;
    left: 0;
    top: 43px;
}
.site_name img {
    height: 114px;
}
.head_info {
    position: absolute;
    right: 0;
    top: 0;
}
.h_contact {
    background-color: #ed8900;
    border-radius: 0 0 10px 10px;
    margin-bottom: 12px;
    margin-left: 168px;
}
.h_contact a {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    padding: 27px 18px 11px;
}
.h_info_box {
    display: flex;
}
.h_tel {
    font-size: 2.125rem;
    font-weight: bold;
    color: #ed8900;
    line-height: 1;
}
.h_tel_time {
    font-size: 14px;
    color: #4e3512;
    text-align: left;
    text-indent: 3rem;
}

.tb_head_menu {
    display: none;
}
.sp_head_menu {
    display: none;
}

/*-------------- gnav --------------*/
#gnav {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 #afafaf;
    margin-bottom: 40px;
}
#gnav ul {
    width: 90%;
    max-width: 1140px;
    height: 80px;
    padding: 10px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#gnav ul li {
    flex: 1 1 auto;
    height: 60px;
    padding: 0 8px;
    transform: skewX(160deg);
    border-right: 2px solid #ed8900;
}
#gnav ul li:first-child {
    border-left: 2px solid #ed8900;
}
#gnav ul li a {
    transform: skewX(-160deg);
    padding: 17px 40px 12px;
    color: #4e3512;
    font-size: 1.125rem;
    position: relative;
    display: inline-block;
    opacity: 1;
}

#gnav ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    right: 50%;
    content: '';
    width: 80%;
    height: 2px;
    background: #4e3512;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%);
    transition: .3s;
  }
#gnav ul li a:hover::after {
    bottom: 1px;
    opacity: 1;
    visibility: visible;
  }

/*-------------- main area --------------*/
.ttl1 {
    position: relative;
    width: 100%;
    /*height: 40px;*/
    text-align: left;
}
.ttl1 span {
    min-width: 328px;
    background-color: #ed8900;
    padding: 7px 54px 7px 73px;
    font-size: 25px;
    color: #fff;
    border-radius: 0 25px 25px 0;
    display: inline-block;
}
.ttl1::before {
    position: absolute;
    content: "";
    background-image: url(../images/ttl_icon.svg);
    background-size: cover;
    width: 68px;
    height: 68px;
    top: -7px;
    left: -20px;
}
.ttl1::after {
    position: absolute;
    content: "";
    background-color: #ed8900;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    z-index: -1;
}

/*.sec_border {
    border-bottom: 2px solid #afafaf;
}*/
/*-------------- sub area --------------*/
.ttl2{
    position:relative;
    width: 160px;
    background: #ed8900;
    padding: 4px 16px;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: left;
    line-height: normal;
    letter-spacing: .2em;
}
.ttl2:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent;
    border-width: 0px 25px 40px 0;
}

.comp_box {
    border: 3px solid #ed8900;
    padding: 10px 20px;
}
.comp_add {
    text-align: left;
}
.st_orange {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ed8900;
    letter-spacing: .1em;
}
.st_bk {
    font-size: 17px;
    font-weight: 600;
}

/*-------------- footer --------------*/
#footer {
    color: #4e3512;
}
.bg_yellow {
    background-color: #fff8c9;
}
.footer_bg_w {
    width: 100vw;
    text-align: center;
    margin-bottom: 26px;
}
.foot_inner {
    text-align: left;
    font-size: 1.125rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
}
.foot_inner span {
    font-size: 1.5rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
}
.foot_inner .fs14 {
    font-size: 14px;
}
.f_tel {
    display: inline-block;
    color: #4e3512;
}
.f_comment {
    text-align: right;
}
.pp_btn {
    display: flex;
    justify-content: flex-end;
}
.pp_btn a {
    border: 1px solid #4e3512;
    border-radius: 2px;
    color: #4e3512;
    padding: 8px 16px;
    width: 11.875rem;
}
.pp_btn a:hover {
    background-color: #4e3512;
    color: #fff;
    opacity: 1;
}
.copy {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/*-------------- responsive --------------*/
@media screen and (max-width:1279.9px) {
    /* header */
    .header_inner {
        max-width: calc(1140 / 1279.9 * 100vw);
        height: calc(130 / 1279.9 * 100vw);
    }
    .site_name {
        top: calc(43 / 1279.9 * 100vw);
    }
    .site_name img {
        height: calc(114 / 1279.9 * 100vw);
    }
    /* gnav */
    #gnav ul {
        height: calc(80 / 1279.9 * 100vh);
        padding-top: calc(10 / 1279.9 * 100vh);
        padding-bottom: calc(10 / 1279.9 * 100vh);
    }
    #gnav ul li {
        height: calc(60 / 1219.9 * 100vh);
    }
    #gnav ul li a {
        font-size: calc(18 / 1279.9 * 100vw);
        padding-top: calc(17 / 1279.9 * 100vw);
        padding-right: calc(40 / 1279.9 * 100vw);
        padding-left: calc(40 / 1279.9 * 100vw);
        padding-bottom: calc(12 / 1279.9 * 100vw);
    }
}

@media screen and (max-width:1199.9px) {
    /*.ttl2 {
        width: calc(160 / 1199.9 * 100vw);
        font-size: calc(22 / 1199.9 * 100vw);
        letter-spacing: .1em;
    }*/
    .st_orange {
        letter-spacing: normal;
    }
}

@media screen and (max-width: 991.9px) {
    .sp_mt88 {
        margin-top: 88px;
    }
    .sp_mt40 {
        margin-top: 40px;
    }
    /* header */
    .site_name {
        top: calc(43 / 991.9 * 100vw);
    }
    .site_name img {
        height: calc(114 / 991.9 * 100vw);
    }
    .head_info {
        display: none;
    }
    .tb_head_menu {
        position: fixed/*absolute*/;
        right: 1%;
        display: flex;
        z-index: 10;
    }
    .h_tel_box {
        width: 70%;
        margin: 0 auto;
    }
    .tb_h_tel {
        padding-top: 66px;
    }
    .tb_h_tel .h_tel {
        font-size: 2rem;
        font-weight: bold;
        color: #ed8900;
        line-height: 1.5;
        /*text-shadow: #fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px;*/
    }
    .tb_h_tel .h_tel_time {
        text-align: center;
        text-indent: 2.5rem;
        font-size: 1rem;
        /*text-shadow: #fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px;*/
    }
    /*.tb_h_contact {
        height: 66px;
        margin-left: 1rem;
        background-color: #ed8900;
    }
    .tb_h_contact a {
        font-size: 2.125rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 16px;
    }*/
    .hamburger {
        display: block;
        width: 66px;
        height: 66px;
        text-align: center;
        background-color: #ed8900;
        margin-left: .5rem;
        cursor: pointer;
        z-index: 100;
    }
    .hamburger:hover {
        opacity: .7;
    }
    .hamburger span {
        display : block;
        position: absolute;
        width   : 34px;
        height  : 2px ;
        right: 16px;
        background : #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 16px;
    }
    .hamburger span:nth-child(2) {
        top: 26px;
    }
    .hamburger span:nth-child(3) {
        top: 36px;
    }
    #ham_txt {
        display: block;
        /*position: fixed;*/
        top: 44px;
        font-size: 12px;
        background: none;
        color: #fff;
    }
      /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top : 26px;
        /*left: 9px;*/
        background :#fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
      
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 26px;
        background :#fff;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }
    /*.hamburger.active #ham_txt {
        display: none;
    }
    .hamburger.active:hover {
        opacity: 1;
    }*/
      
    .globalMenuSp {
        position: fixed;
        /*z-index: 100;*/
        top: 0/*66px*/;
        left: 0;
        /*right: -120%;*/
        background: #fff8c9/*rgba(223,245,224,0.8)*/;
        text-align: center;
        font-size: 100%;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: .6s ease-in-out/*fade opacity .6s ease, visibility .6s ease*/;
        visibility: hidden;
        overflow-x: scroll;
        transform: translateY(0%);
    }
      
    .globalMenuSp
    .globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
      
    .globalMenuSp .ham_nav {
        padding-top: 56px;
        /*text-align: left;*/
    }
      
    .globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        /*width: 100%;*/
        transition: .4s all;
        /*border-bottom: 1px solid #ed8900;*/
    }
    .globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }
    .globalMenuSp ul li:hover{
          opacity: .8;
    }
      
    .globalMenuSp ul li a {
        display: block;
        color: #333;
        padding: 1.5em 2em;
        text-decoration :none;
    }
      
    /* このクラスを、jQueryで付与・削除する */
    .globalMenuSp.active {
        right: 0;
        opacity: 100;
        visibility: visible;
    }
      
    .ham_nav {
        margin-bottom: 2.5em;
    }
    /*.ham_nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ham_nav ul li {
        margin-right: 2em;
    }*/
    .ham_nav ul li:last-of-type {
        margin-right: 0;
    }
    .ham_nav ul li a:hover {
        background-color: #ed8900;
        color: #fff;
        opacity: 10;
    }
    /* gnav */
    #gnav {
        display: none;
    }
    /* sub */
    #sub .fl_box1 {
        display: flex;
        flex-wrap: wrap;
    } 
    #sub .fl_item1,
    #sub .fl_item2 {
        width: 50%;
    }
}

@media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
}

@media screen and (max-width: 767.9px) {
    .sp_br {
        display: block;
    }
    .sp_mt88 {
        margin-top: calc(88 / 767.9 * 100vw);
    }
    /* main area */
    .ttl1 span {
        min-width: calc(328 / 767.9 * 100vw);
        padding: 7px 54px 7px 9.505vw;
        font-size: calc(25 / 767.9 * 100vw);
    }
    .ttl1::before {
        width: calc(68 / 767.9 * 100vw);
        height: calc(68 / 767.9 * 100vw);
    }
}

@media screen and (max-width: 575.9px) {
    .ttl4_u_line {
        font-size: calc(24 / 575.9 * 100vw);
    }
    /* header */
    .h_tel_box {
        width: 100%;
        margin-top: 1em;
    }
    /* main area */
    .ttl1::before {
        top: -0.694vw;
    }
    /* sub */
    #sub .fl_box1 {
        flex-direction: column;
    }
    #sub .fl_item1,
    #sub .fl_item2 {
        width: 100%;
    }
    .comp_box {
        padding: 30px 40px;
    }
    .comp_add {
        text-align: center;
    }
}

@media screen and (max-width: 479.9px) {
    .row p {
        font-size: 14px;
    }
    /* main area */
    .ttl1 span {
        min-width: calc(328 / 479.9 * 100vw);
        font-size: calc(22 / 479.9 * 100vw);
    }
    .ttl1::before {
        width: calc(68 / 479.9 * 100vw);
        height: calc(68 / 479.9 * 100vw);
    }
    /* footer */
    .f_logo img {
        width: calc(336 / 479.9 * 100vw);
    }
    .foot_inner {
        font-size: calc(18 / 479.9 * 100vw);
    }
    .foot_inner span {
        font-size: calc(24 / 479.9 * 100vw);
    }
    .f_comment {
        text-align: left;
    }
    .pp_btn {
        justify-content: center;
    }
    .pp_btn a {
        width: 70%;
        font-size: calc(16 / 479.9 * 100vw);
    }
}



/*- animate調整用 -*/
@-webkit-keyframes fadeInUpSmall {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20%, 0);
      transform: translate3d(0, 20%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInUpSmall {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20%, 0);
      transform: translate3d(0, 20%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .animate__fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
  }