/* ===================================================================
共通スタイル
=================================================================== */

/* PC用のスタイル記述 */
.sp {
    display: none;
}

.pc {
    display: block;
}

.sp_img100 {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wrapper {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1025px) {
    .wrapper {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
}

.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: white;
    width: 100%;
}


.head_logo {
    float: left;
    padding: 8px 0 0 20px;
}

.head_logo a {
    background: url(../img/logo.png) top left no-repeat;
    width: 343px;
    height: 60px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.header_bt {
    float: right;
   /* padding-top: 43px; */
	
    text-align: right;
    line-height: 80px;
}

.header_bt li {
  float: left;
  font-size: 1.5rem;
  /* margin-left: 30px; */
  padding: 0 25px 0 25px;

}

.header_bt li a {
    color: #313131;
	text-decoration:none !important;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

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

@media screen and (max-width: 1025px) {
    #global-nav .header_bt {
        float: none;
        padding-top: 0;
        font-weight: bold;
        text-align: left;
        line-height: 1.5;
    }
    
    #global-nav .header_bt li {
        float: none;
        font-size: 1.3rem;
        margin-left: 0;
    }
    
    #global-nav .header_bt li a {
        padding: 10px 10px 10px 20px;
        position: relative;
        color: #313131;
        text-decoration:none !important;
    }
    #global-nav .header_bt li a:hover {
        background-color: transparent;
    }
    #global-nav .header_bt li a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 5px;
        border-top: 1px solid #313131;
        border-right: 1px solid #313131;
        width: 5px;
        height: 5px;
        content: "";
        transform: rotate(45deg);
    }
}

/* header */
#top-head {
    line-height: 1;
    z-index: 999;
    position: relative;
}

.logo {
    display: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    float: left;
    font-size: 36px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, .7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
.navicon_item-toggle {
    padding: 10px 0;
    width: 50px;
    height: 100%;
    background-color:#1fad58;
    cursor: pointer;
    z-index: 101;
}

.navicon_item-toggle div {
    position: relative;
}

.navicon_item-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 60%;
    margin: 0 auto;
    right:0;
    left: 0;
    border-radius: 3px;
    background: #ffffff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.navicon_item-toggle span:nth-child(1) {
    top: 0;
}

.navicon_item-toggle span:nth-child(2) {
    top: 11px;
}

.navicon_item-toggle span:nth-child(3) {
    top: 22px;
}

.navicon {
    display: none;
    position: absolute;
    left:auto;
    right:0;
    height: 100%;
    z-index: 101;
}

.navicon_item{
    margin-left: 2px;
    height: 94%;
}
.navicon_item img{
    height: 100%;
    width: auto;
}


#global-nav {
    position: relative;
    text-align: center;
}

#menu {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    background-color: #FFF;
    z-index: 999;
}

#menu li {
    width: 14.28%;
}

#menu li+li {
    border-left: 1px solid #e7e7e7;
}

.menu li a {
    color: #313131;
    padding: 68px 5px 20px;
    position: relative;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease 0s;
}

.menu li a:hover {
    background-color: #313131;
    color: #FFF;
}

.menu.fixed {
    margin-top: -10px;
}

.menu01 a {
    background: url(../img/icon01.png) top 25px center no-repeat;
}

.menu01 a:hover {
    background: url(../img/icon01_wh.png) top 25px center no-repeat;
}

.menu02 a {
    background: url(../img/icon02.png) top 25px center no-repeat;
}

.menu02 a:hover {
    background: url(../img/icon02_wh.png) top 25px center no-repeat;
}

.menu03 a {
    background: url(../img/icon03.png) top 25px center no-repeat;
}

.menu03 a:hover {
    background: url(../img/icon03_wh.png) top 25px center no-repeat;
}

.menu04 a {
    background: url(../img/icon04.png) top 25px center no-repeat;
}

.menu04 a:hover {
    background: url(../img/icon04_wh.png) top 25px center no-repeat;
}

.menu05 a {
    background: url(../img/icon05.png) top 25px center no-repeat;
}

.menu05 a:hover {
    background: url(../img/icon05_wh.png) top 25px center no-repeat;
}

.menu06 a {
    background: url(../img/icon06.png) top 25px center no-repeat;
}

.menu06 a:hover {
    background: url(../img/icon06_wh.png) top 25px center no-repeat;
}

.menu07 a {
    background: url(../img/icon07.png) top 25px center no-repeat;
}

.menu07 a:hover {
    background: url(../img/icon07_wh.png) top 25px center no-repeat;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}



.sp-dropbutton{
    display: none;
}

@media screen and (max-width: 1025px) {

    .burg-trigger:hover,
    .burg-trigger:active,
    .burg-trigger:focus {
        cursor: pointer;
    }

    .burg-child a {
        position: relative;
    }

    .burg-child {
        height: 0;
        overflow: hidden;
    }


    .visible{
        height: auto;
    }



    .burg-trigger {
        position: relative;
    }

    .burg-trigger .sp-dropbutton::after {
        content: "";
        position: absolute;
        top: 22px;
        right: 0;
        left: 0;
        margin: auto;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        transition: transform 0.3s;
        transform: rotate(135deg);
    }

    .burg-trigger.open .sp-dropbutton::after {
       transform: rotate(315deg);
    }

    .burg-trigger .sp-dropbutton {
        display: inline-block;
        width: 50px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-color:rgb(49, 49, 49) ;
        content: "";
    }



    .burg-child.visible a::after {
        content: '';
    }
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__second-level li {
    border-top: 1px solid #FFF;
    display: block;
    width: 100%;
}

.menu__second-level li a {
    padding: 15px 10px;
    display: block;
    width: 100%;
    color: #FFF;
    background: #313131 !important;
}

.menu__second-level li a:hover {
    background: #767676 !important;
}

#menu>li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background-color: #313131;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 104px;
    visibility: visible;
    opacity: 1;
}

li.menu__single ul.menu__second-level li {
    border-left: none !important;
    border-bottom: none !important;
    width: 100% !important;
}

li.menu__single ul.menu__second-level li a {
    color: #FFF !important;
    display: block;
    padding: 15px 10px;
}

@media screen and (max-width: 1025px) {

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    .logo {
        display: inherit;
    }

    .logo img {
        width: 80%;
        height: auto;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }

    #mobile-head {
        width: 100%;
        height: 52px;
        z-index: 999999;
        position: relative;
        border-bottom: 1px solid #313131;
        background-color: #FFF;
    }

    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 10px;
        top: 1px;
        color: #333;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -1px;
        right: -100%;
        margin-top: 40px;
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        height: 100vh;
        overflow: auto;
        padding-bottom: 40px;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 15px;
        overflow: auto;
    }

    #global-nav ul li {
        float: none;
        position: static;
        text-align: left;
        display: block;
        width: 100%;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        text-decoration: none;
    }

    .navicon {
        display: flex;
        align-items: center;
    }
    
    .open .navicon_item-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open .navicon_item-toggle span:nth-child(2) {
        width: 0;
    }

    .open .navicon_item-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }



    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    #menu {
        margin-bottom: 0px !important;
    }

    #menu li {
        border-bottom: 1px dotted #848484;
    }

    #menu li:last-child {
        border-bottom: 0 !important;
    }

    #menu li a {
        color: #313131;
        text-align: left;
    }

    #menu li a:hover {}

    .menu01 a,
    .menu01 a:hover {
        background: url(../img/icon01.png) center left 10px no-repeat #FFF !important;
        padding: 20px 10px 20px 50px !important;
    }

    .menu02 a,
    .menu02 a:hover {
        background: url(../img/icon02.png) center left 10px no-repeat #FFF !important;
        padding: 20px 10px 20px 50px !important;
    }

    .menu03 a,
    .menu03 a:hover {
        background: url(../img/icon03.png) center left 10px no-repeat #FFF !important;
        padding: 20px 10px 20px 50px !important;
    }

    .menu04 a,
    .menu04 a:hover {
        background: url(../img/icon04.png) center left 10px no-repeat #FFF !important;
        padding: 20px 10px 20px 50px !important;
    }

    .menu05 a,
    .menu05 a:hover {
        background: url(../img/icon05.png) center left 10px no-repeat #FFF !important;
        padding: 20px 10px 20px 50px !important;
    }

    .menu06 a,
    .menu06 a:hover {
        background: url(../img/icon06.png) center left 10px no-repeat #FFF !important;
        padding: 20px 10px 20px 50px !important;
    }

    .menu07 a,
    .menu07 a:hover {
        background: url(../img/icon07.png) center left 10px no-repeat #FFF !important;
        padding: 20px 10px 20px 50px !important;
    }

    ul.menu__second-level {
        visibility: inherit;
        opacity: 1;
        z-index: 1;
    }

    .menu__second-level li {
        border-top: 0px solid #f8ca8e;
        display: block;
        width: 100%;
    }

    #menu li .menu__second-level li a {
        padding: 20px 10px !important;
        display: block;
        border-bottom: 1px solid #848484;
        width: 100%;
    }

    .menu__second-level li a:hover {
        background: #333;
    }

    li.menu__single ul.menu__second-level {
        position: absolute;
        top: 40px;
        width: 100%;
        background: #333;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }
}

#srcoll_banner {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    pointer-events: none;
}
#srcoll_banner.fixed02 {
    pointer-events: all;
}

.head_submenu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.head_submenu li {
    width: 180px;
    height: 80px;
    margin-left: 1px;
}

.head_submenu li a {
    text-align: center;
    color: #FFF;
    text-decoration: none !important;
    line-height: 140%;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_sub01 a {
    background-color: #1479d8;
}

.head_sub02 a {
    background-color: #f2fd3d;
	color:#0058a3 !important;
}

.fixed02 {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1 !important;
}

@media screen and (max-width: 1025px) {
    .head_submenu {
        display: none;
    }

    .head_sub01.sp a {
        background-color: #1479d8;
        text-align: center !important;
        color: #FFF !important;
        padding: 25px 0;
    }

    .head_sub02.sp a {
        background-color: #f2fd3d;
        text-align: center !important;
        color: #0058a3 !important;
        padding: 25px 0;
    }
}


#contents {}

#contents_left {
    float: left;
    width: 730px;
}

#contents_right {
    float: right;
    width: 220px;
}

@media screen and (max-width: 1025px) {
    #contents_left {
        float: none;
        width: 100%;
    }

    #contents_left img {
        max-width: 100%;
        height: auto;
    }

    #contents_right {
        float: none;
        width: 100%;
    }

    .side_banner li {
        width: 46%;
        float: left;
        margin: 0 2% 10px;
    }

    .side_banner li img {
        max-width: 100%;
        height: auto;
    }
}


.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


@media screen and (max-width: 480px) {
.flex2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
	flex-direction: column-reverse
}

}



.jc {
    justify-content: space-between;
}

.ai {
    align-items: center;
}



#pageTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
}

@media screen and (max-width: 1025px) {
    #pageTop {
        right: 5px;
        bottom: 25px;
    }

    #pageTop img {
        width: 80%;
        height: auto;
    }
}

#footer {
    background: url(../img/foot_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 90px 0 25px;
    color: #FFF;
}

.footer {
    width: 92%;
    margin: 0 auto;
}

.footer li a {
    color: #FFF !important;
	
    text-decoration: none;
}

.foot_area {
    width: 24%;
	
}

.foot_area li {margin-top:6px;}
.foot_area02 {
    width: 28%;
	margin-left:100px;
}

.footer li a:hover {
    text-decoration: underline;
}

small {
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 15px 0;
}

@media screen and (max-width: 1025px) {
    #footer {
        padding: 50px 0 25px;
    }

    .foot_area {
        width: 100%;
        margin-bottom: 20px;
    }

    .foot_area02 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer li a {
        font-size: 1.6rem;
        padding: 10px 0;
        display: block;
    }

    small {
        text-align: center;
    }
}

.ggmap {
    position: relative;
    padding-bottom: 30.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1025px) {
    .ggmap {
        padding-bottom: 50.25%;
    }
}



/* ===================================================================
    スマホ
=================================================================== */

@media screen and (max-width: 1025px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .sp_img100 {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
}



@media screen and (min-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}


