@charset "UTF-8";

/*font*/
@import url(https://fonts.googleapis.com/css?family=Prata);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@font-face {
    font-family: "mymincho";
    src: url("../font/mymincho.otf") format('truetype');
}

.mincho {
    font-family: "mymincho";
}
body {
    background-color: #ffffff;
    line-height: 1.5;
    font-family: "Prata", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;font-weight:normal;
    font-size:100%;
}
#header .contact .tel {
    font-family: "Ubuntu", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;font-weight:normal;
}
#header .add {
    font-family: "Ubuntu", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;font-weight:normal;
}
nav#mainNav {
    font-family: "Montserrat", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;font-weight:normal;
}
h1.title, .post h1 {
    font-family: "Ubuntu", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;font-weight:normal;
}
.top-content.post h1 {
    font-family: 'Shippori Mincho', serif;
}
.post h2, .post2b h2, .post4b h2 {
    font-family: "Ubuntu", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;font-weight:normal;
}
.post h3 {
    font-family: "Ubuntu", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


/* post内レスポンシブブロック指定
------------------------------------------------------------*/



/* post子ページ内レスポンシブブロック指定
------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------
　幅750px以下から（header調節）
----------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------
　幅640px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/



/*-----------------------------
ヘッダー(#header)
-----------------------------*/



/*-----------------------------------------
Menu Type Start
------------------------------------------*/
/*---------------------------------
グローバルメニュー(#MainNav)エリア
---------------------------------*/
.desktop-nav li {
    padding: 0 15px;
}
.desktop-nav li a {
    padding: 0 31px 0 29px;
}
@media only screen and (min-width: 769px) {
    .desktop-nav .sub-menu {
        width: 240px;
    }
}



/*------------------------------------
08 Floral MET
-------------------------------------*/



/*-----------------------------------------
Menu Type End
------------------------------------------*/

/*-------------------------
Site-header サイトヘッダー
--------------------------*/



/*-----------------------------
下層メニュー横幅サイズ設定
-----------------------------*/



/*---------------------------
下層メニュー
--------------------------*/



/*---------------------------------
レスポンシブ表示
---------------------------------*/



/*----------------------
【MENU】
----------------------*/



/*----------------------
メニュー
----------------------*/



/*------------------------------------------
hover,
current
------------------------------------------*/



/*-----------------------------
ワイド設定(MetaSlider)
-----------------------------*/



/*-----------------------------
コンテンツエリア
-----------------------------*/
.top-content {
    margin: 0 auto;
    width: 960px;
}
/*モバイル*/
@media (max-width: 768px) {
    .home .top-mv {
        display: none;
    }
    .home .mainimg-sp {
        display: block;
        margin-top: 0;
    }
    .top-content {
        width: 96%;
    }
}

/*タブレット以上*/
@media (min-width: 769px) {
    .home .top-mv {
        display: block;
    }
    .home .mainimg-sp {
        display: none;
    }
}

/* タブレット */
@media (min-width: 769px) and (max-width: 1029px) {
    .top-content {
        width: 100%;
    }
}

/* デスクトップ */
@media (min-width: 1030px) {
    .top-content {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .home .top-mv {
        display: none;
    }
    .home .top-content {
        display: flex;
        flex-direction: column;
    }
    /* タイトルを画像より上へ */
    .home .top-content > h1.wp-block-heading.title.first.front-post {
        order: 1;
        margin: 0 !important;
        padding: 30px 30px 25px !important;
    }
    /* スマホ用メイン画像をタイトルの下へ */
    .home .top-content > .mainimg-sp {
        order: 2;
        margin: 70px 0 0;
        padding: 0 10px;
    }
    .home .top-content > #top_msg {
        order: 3;
    }
    .home .top-content > #top_about {
        order: 4;
    }
    .home .top-content > #top_contents {
        order: 5;
    }
    .home .top-content > #top_contact {
        order: 6;
    }
    .home .top-content > #front_bottom_content {
        order: 7;
    }
}



/*---------------------------
見出しボーダー
--------------------------*/
.home .top-content > h1.wp-block-heading.title.first.front-post {
    position: relative !important;

    margin: 0 0 30px !important;
    padding: 5% 10px 30px !important;

    color: #000 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;

    font-family: "Shippori Mincho", serif !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
}

@media only screen and (max-width: 768px) {
    .home .top-content > h1.wp-block-heading.title.first.front-post {
        margin: 0 !important;
        padding-bottom: 20px !important;
        font-size: 25px !important;
    }
}

/* SANGO側の見出し装飾を解除 */
.home .top-content > h1.wp-block-heading.title.first.front-post::before {
    display: none !important;
}

/* 旧サイトと同じ短い下線 */
.home .top-content > h1.wp-block-heading.title.first.front-post::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;

    display: block;
    width: 50px;
    height: 1px;
    background: #000;
}


/*----------------------
タイムポスト
----------------------*/



/*----------------------
ボタンの背景色
----------------------*/



/*----------------------
上スクロールボタン背景
----------------------*/



/*----------------------
リスト
----------------------*/



/*-----------------------
コンテンツ背景色
-----------------------*/



/*---------------------------
見出しデザイン
---------------------------*/



/*----------------------
テーブル
----------------------*/



/*---------------------------------------------------
ページに挿入した際の画像の枠カスタマイズ
---------------------------------------------------*/



/*--------------------------------
お問い合わせ
-----------------------------*/



/*----------------------
フッター
----------------------*/
#footer {
    padding: 20px 0 40px 0;
    background: rgba(17,19,60,1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom:none;
}
#footer #footer-menu {
    background: rgba(17,19,60,1);
}
#footer .footer-links {
    margin-bottom: 40px;
    width: 100%;
    max-width: 1280px;
}
#footer ul {
    margin: 0 auto;
    text-align: center;
    font-size: 95%;
    padding-top: 35px;
}
#footer ul ul {
    padding-bottom: 0;
    width: auto;
}
#footer ul li {
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    padding: 5px 0;
    margin-left: 15px;
}
#footer ul li a {
    display: block;
    padding: 0 0 0 12px;
    overflow: hidden;
}
#footer ul li a:hover {
}
#footer ul li li {
    display: block;
    padding: 0;
    margin-left: 5px;
}
#footer ul li li a {
    padding: 0 0 0 8px;
}
*:first-child+html #footer ul li {
    display: inline;
}
*:first-child+html #footer ul ul, *:first-child+html #footer ul li li a, *:first-child+html #footer ul li li {
    display: none;
}
#footer li a, .footeradd, .footertel {
    color: #ffffff;
}
#footer li a:hover {
    color: #ffffff;
}
#footer .inner {
    width: inherit;
    text-align:center;
}
#footer ul li {
    padding: 5px 0px;
    margin: 0 38px; /* margin control */
    background: none;
    position: relative;
}
#footer ul li::before {
    background: url(../../mrp04/images/arrow.png) no-repeat;
    content: "";
    position: absolute;
    top: 11px;
    left: -3px;
    width: 8px;
    display: block;
    height: 7px;
}
#copyright {
    color: #ffffff;
    background: #11133c;
}





/*----------------------
サイドメニュー
----------------------*/



/*----------------------
トップページお知らせ用
----------------------*/
.postlist{
    padding-top:1px;
    border: none;
}
.front_post_list .postlist li {
    margin: 0;
    border-bottom: none;
}
.front_post_list .postlist .time {
    background: #a39e9e;
    color: #000000;
    padding: 5px 7px;
}