* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}

body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
	font-size: 16px;
}

.pc {
    display: block !important;
}

.smp {
    display: none !important;
}

img {
    max-width: 100%;
    display: block;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

p {
	color: #333;
	text-align: justify;
}

p,
ul li,
table th,
table td,
span,
a {
    letter-spacing: .1em;
}

p,
table th,
table td,
span {
    line-height: 1.8;
}

.wideBg {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: calc(50vw - 50%) !important;
    padding-right: calc(50vw - 50%) !important;
    vertical-align: middle;
}

.centerItem {
    text-align: center;
}

.aiCenter {
    align-items: center;
}



/* flexbox ------------------------
===================================*/

.sbFlex {
    display: flex;
    justify-content: space-between;
}

.seFlex {
    display: flex;
    justify-content: space-evenly;
}

.reFlex {
    flex-direction: row-reverse;
}

.ceFlex {
    display: flex;
    justify-content: center;
}


/* grid layout ---------------------
===================================*/

.grid2_1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3em;
}

.grid3_1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
}

.grid4_1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2em;
}

/* layout調整用 --------------------
===================================*/
/* padding top */

.pt10em{
    padding-top: 10em;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30  {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50  {
    padding-top: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pt70 {
    padding-top: 70px;
}

.pb10em {
    padding-bottom: 10em;
}

/* padding bottom */
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb60 {
    padding-bottom: 60px;
}
.pb70 {
    padding-bottom: 70px;
}

/* margin top */
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30  {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50  {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}

/* margin bottom */
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}


/* btn -----------------------------
===================================*/

.btnWrap {
    max-width: 700px;
    margin: 0 auto;
}

/* btnレイアウト */
.btn {
    text-align: center;
    margin-top: 2em;
}

.btn a {
    position: relative;
    background-color: #FFF;
    border: 1px solid #444;
    display: inline-block;
    width: 280px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .1em;
    transition: .3s ease-out;
}

/* btnアイコン（after） */
a.btnArrow::after {
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: 15px;
    left: auto;
    bottom: auto;
    color: black;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* btnアイコン（before） */
a.btnPhone::before {
    position: absolute;
    content: "\f2a0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: auto;
    left: 12%;
    bottom: auto;
    color: black;
    font-size: 1.6em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* btnホバーアクション */
.btn a:hover {
    background-color: rgba(173, 173, 173, 0.4);
}

/* globalMenuホバーアクション */
#header_02 .globalMenu ul li a:hover {
    background-color: rgba(173, 173, 173, 0.4);
}



/* header_01(タイプ1) --------------
===================================*/

#header_01 .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1em;
}

#header_01 .globalMenu{
    display: flex !important;
}

#header_01 .globalMenu ul li {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

#header_01 .globalMenu ul li:last-child {
    padding-left: 1.5em;
}

#header_01 .globalMenu .linkBtn a {
    display: inline-block;
    background-color: #908F8F;
    color: #FFF;
    line-height: 40px;
    border-radius: 50px;
	padding-left: 2em;
	padding-right: 2em;
    text-align: center;
}


/* header_02(タイプ2) ---------------
===================================*/

#header_02 .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1em;
    align-items: center;
}

#header_02 .innerRight ul li {
    text-align: center;
    padding-left: 2em;
}

#header_02 .innerRight .linkBtn a {
    display: inline-block;
    background-color: #908F8F;
    color: #FFF;
    line-height: 40px;
    border-radius: 50px;
    width: 140px;
}

#header_02 .globalMenu {
    background-color: #908F8F;
}

#header_02 .globalMenu ul {
    justify-content: center;
}

#header_02 .globalMenu ul li {
    width: 220px;
    text-align: center;
    line-height: 50px;
    height: 50px;
}

#header_02 .globalMenu ul li a {
    color: #FFF;
    display: block;
    transition: .3s ease-out;
}

/* globalMenu区切り線  */
#header_02 .globalMenu ul li {
    border-left: 1px solid  rgb(170, 170, 170);
    border-right: 1px solid  rgb(170, 170, 170);
}

#header_02 .globalMenu ul li+ li {
    border-left: 0;
    border-right: 1px solid rgb(170, 170, 170);
}


/* 構造 ----------------------------
===================================*/

main {
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.paddingWrap {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}

article{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 2em;
    padding-bottom: 2em;
}


article#archiveWrap,
article#singleWrap {
    max-width: 1000px;
}


/* h2 secTtl -----------------------
===================================*/

/* セクションタイトル */
h2.secTtl {
    position: relative;
    display: inline-block;
    margin-bottom: 1.2em;
    font-size: 2.4em;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

h2.secTtl span {
    display: block;
    font-size: .4em;
    font-weight: normal;
}

/* タイトル下線 */
h2.secTtl::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 50px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #3F3F3F;
}

/* h3 subTtl -----------------------
===================================*/

/* サブタイトル */
h3.subTtl {
    font-size: 1.2em;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 1em;
}


/* bandBox -------------------------
===================================*/

#bandBox {
    background-color: #7F7F7F;
    padding: 5em 0;
}

#bandBox p {
    color: #FFF;
    font-size: 1.4em;
    text-align: center;
    line-height: 2.2;
}

/* youtube -------------------------
===================================*/

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* news共通 ------------------------
===================================*/

#news_01 .newsItem,
#news_03 .newsItem,
#news_single .newsItem {
    display: flex;
    padding: 15px 0 10px;
}

.newsList li {
    border-bottom: 1px dotted #909090;
}

.newsTtl {
    font-weight: bold;
}

#news_01 .newsDate,
#news_03 .newsDate,
#news_single .newsDate {
    margin-right: 20px;
    white-space: nowrap;
}

.newsList .newsCat,
#news_single .newsCat {
    display: inline-block;
    background: #707070;
    color: #fff;
    padding: 0.2em 1em;
    text-align: center;
    font-size: 10px;
    margin-right: 1em;
    border-radius: 2px;
    white-space:nowrap;
}

#news_01 .newsCat,
#news_03 .newsCat {
    margin-left: 1em;
    margin-right: 0;
}

/* news_01(タイプ1) -----------------
===================================*/

#news_01 > .grid2_1 {
    grid-template-columns: 16% 1fr;
    grid-gap: 4em;
}

#news_01 h2.secTtl {
    font-size: 1.4em;
    text-align: left;
}

#news_01 h2.secTtl::before {
    left: 15%;
}

/* news_02(タイプ2) -----------------
===================================*/

#news_02 > .grid2_1 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 6em;
}

#news_02 h2.secTtl {
    margin-bottom: 1.8em;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#news_02 ul.newsList li {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#news_02 .newsDate {
    padding-bottom: 10px;
}

#news_02 .itemBox {
    padding-bottom: 5em;
}

/* news_03(タイプ3) ------------------
===================================*/

#news_03.topPage .container {
    width: 80%;
}

#news_03 h2.secTtl {
    margin-bottom: 1.8em;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#news_03 .topPage {
    padding-bottom: 10em !important;
}



/* contact_01 ----------------------
===================================*/

.btnPhone {
    font-size: 1.2em;
    padding-left: 1em;
}




/* gmap -------------------------
===================================*/
#gmap {
    position: relative;
    width: 100%;
    padding-top: 28%; /* = height ÷ width × 100 */
}

#gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* footer共通 ----------------------
===================================*/

table.footerInfo th,
#footer_02 .footerLeft table th {
    width: 25%;
    text-align: left;
    vertical-align: top;
}

ul.footerSns {
    justify-content: center;
}

.footerSns li {
    padding: 0 .8em;
}

.copyright {
    line-height: 40px;
}


/* footer_01(タイプ1) ---------------
===================================*/

#footer_01 .footerLogo img {
    margin: 0 auto;
}


/* footer_02(タイプ2) ---------------
===================================*/

#footer_02 .container {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

#footer_02 .footerLeft {
    width: 43%;
}

#footer_02 .footerLeft table {
    line-height: 2.2;
}

#footer_02 .footerRight {
    width: 58%;
}


/* footer_03(タイプ3) ---------------
===================================*/

#footer_03 .footerLogo img,
#footer_03 table.footerInfo {
    margin: 0 auto;
}

#footer_03 .copyright {
    text-align: center;
}


/* 下層ページ共通 ---------------
===================================*/
.contentTopImg {
    background-color:#BFBFBF;
    text-align: center;
    padding: 2em;
}

.contentTopImg h2 {
    font-size: 1.4em;
    text-align: center;
    height: 280px;
    line-height: 280px;
}

/*パンくずプラグイン　CSS修正*/
.fbc-page .fbc-wrap .fbc-items li:first-child{
    padding-left: 0;
}

/* ========= archive.html =========== */

/* .comment {
    display: block;
    overflow: hidden;
    line-height: 1.5;
} */

#news_02 .newsList .grid2_1 {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 1em;
}

/* =========  single.html =========== */
h2.newsTtl {
    font-size: 1.6em;
    border-bottom: 1px dotted #909090;
    font-weight: bold;
    padding: 20px 0;
}

#news_single .newsDate {
    margin: 20px 0 10px;
}

.txtDataWrap {
    margin-bottom: 5em;
}

.newsImg {
    margin-bottom: 20px;
}

.txtBox p {
    margin-bottom: 20px;
}

.txtBox p:last-child {
	margin-bottom: 0 !important;
}

/* =========  page.html =========== */

.company h2.secTtl,
.message h2.secTtl {
    margin-bottom: 1.8em !important;
}

.company dl {
    max-width: 800px;
    margin: 0 auto;
}
.company dt {
    width: 20%;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
}
.company dd {
    width: 80%;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    text-align: left;
}

.message .txtBox p {
    text-align: justify;
}

.messageTxt {
    font-size: 1.4em;
}

.ar {
    text-align: right;
}


.btBorder {
    border-bottom: 1px solid #ddd;
}




/* 装飾系 */
.y_line {
/*     border-bottom: #F9F06F 3px solid; */
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}

.b_line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;
}

.p_line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
}



/*media Queries スマホ＆タブレット
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width:  959px) {

.globalMenuSp{
    display: none;
}


    main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .paddingWrap {
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }

    /* hamburger btn -------------------
    ===================================*/

    /* hamburger btn レイアウト */
    .hamburger {
        display : block;
        position: fixed;
        z-index : 3;
        right : 13px;
        top   : 12px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 6px;
        background : #555;
        -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: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;

    }

    /* hamburger btn(ナビopen時) */
    .hamburger.active span:nth-child(1) {
        top : 16px;
        left: 6px;
        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: 16px;
        background :#fff;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }


    #header_01 .globalMenu{
        display: none !important;
    }

    nav.globalMenuSp {
        position: fixed;
        z-index : 2;
        top  : 0;
        left : 0;
        color: #fff;
        background: rgba(0,0,0,0.7);
        text-align: center;
        width: 100%;
        height: 100vh;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        margin-top: 5em;
        width: 100%;
        height: 100vh;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 10px 0;
        width: 100%;
        transition: .4s all;
    }
    nav.globalMenuSp ul li:last-child {
        margin-bottom: 0;
    }
    nav.globalMenuSp ul li:hover{
        background :#ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        margin: 1em 0;
        text-decoration :none;
    }

    nav.globalMenuSp a.linkBtn {
        /* 	    display: inline-block; */
        background-color: #908F8F;
        color: #FFF;
        /* 	    line-height: 40px; */
        border-radius: 50px;
        width: 200px;
        /* 	    text-align: center; */
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    nav.globalMenuSp ul li a.linkBtn {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        opacity: 100;
    }



    /* news共通css ---------------------
    ===================================*

    /* news_01(タイプ1) -----------------
    ===================================*/

    #news_01 .grid2_1 {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }



    /* news_02(タイプ2) -----------------
    ===================================*/

    #news_02 .itemBox {
        width: 90%;
        margin: 0 auto;
    }



    /* gmap ---------------------------
    ===================================*/

    #gmap {
        padding-top: 40% !important; /* = height ÷ width × 100 */
    }




    /* footer_02(タイプ2) ---------------
    ===================================*/

    #footer_02 .footerLeft,
    #footer_02 .footerRight {
        width: 100%;
    }

    #footer_02 .footerLeft table th {
        width: 22%;
    }

    #footer_02 .footerMenu {
        line-height: 1.6;
    }

    #footer_02 ul.footerSns {
        padding-bottom: 10px;
    }

    #footer_02 .footerSns.sbFlex {
        display: flex;
    }

    #footer_02 .copyright {
        text-align: center;
    }

    #footer_02 .footerMenu li {
        position: relative;
        padding: 10px 0 0 30px;
    }

    #footer_02 .footerMenu li::before {
        position: absolute;
        content: "-";
        left: 10px;
    }

    #footer_02 .footerRight .footerMenu,
    #footer_02 .footerMenu li:first-child {
        padding-top: 0;
    }


}


/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

    main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* grid layout ---------------------
    ===================================*/

    .grid2_1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 3em;
    }

    .grid3_1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 2em;
    }


    /* bandBox ------------------------
    ===================================*/

    #bandBox {
        padding: 3em 0;
    }

    #bandBox p {
        font-size: 1.2em;
        line-height: 2;
        text-align: justify;
    }


    /* news共通css ---------------------
    ===================================*/


    /* news_01(タイプ1)  ----------------
    ===================================*/

    #news_01 h2.secTtl {
        font-size: 2em;
        display: block;
        text-align: center;
    }

    #news_01 h2.secTtl::before {
        left: 50%;
    }

    #news_01 .news_list dl {
        display: block;
    }

    #news_01 .news_list dd {
        padding-left: 0;
    }

    #news_01 .news_list dl:last-child {
        margin-bottom: 3em !important;
    }

    /* news_02(タイプ2)  ---------------
    ===================================*/

    #news_02 .news_list dl {
        display: flex;
    }

    #news_02 .news_list dt {
        width: 150px;
    }

    #news_02 .itemBox {
        width: 100%;
    }

    /* news_03(タイプ3)  -----------------
    ===================================*/

    #news_03 {
        padding-bottom: 5em !important;
    }

    /* gmap ---------------------------
    ===================================*/

    #gmap {
        padding-top: 70% !important; /* = height ÷ width × 100 */
    }


    /* footer共通 ----------------------
    ===================================*/

    table.footerInfo th,
    .footerLeft table th {
        width: 22%;

    }

    #footer_01 .footerSns,
    #footer_02 .footerSns,
    #footer_03 ul.footerSns {
        display: flex;
    }


    /* footer_01(タイプ1)  --------------
    ===================================*/

    #footer_01 ul.footerMenu {
        display: block;
    }

    #footer_01 ul.footerMenu li {
        line-height: 2.8;
        text-align: center;
    }


    /* footer_02(タイプ2)  --------------
    ===================================*/

    #footer_02 .footerLogo img {
        margin: 0 auto;
    }



    /* footer_03(タイプ3)  --------------
    ===================================*/

    /* =========  page.html =========== */

    .contentTopImg h2 {
        height: 200px;
        line-height: 200px;
        font-size: 1.1em;
    }

    .company dl {
        display: flex;
    }

    .company dt,
    .company dd {
        width: 100%;
    }

    .company dt {
        text-align: left;
    }

    .message .sbFlex {
        display: block;
    }
    .w48 {
        width: 100%;
    }
    .messageTxt {
        text-align: justify;
        margin-top: 20px;
    }


}