/*
Theme Name: DesignSakurairo
Theme URI: https://d-sakurairo.com/
Author: Design Sakurairo
Author URI: https://d-sakurairo.com/
Description: Description
Version: 2021.1
License: Design Sakurairo
License URI: https://d-sakurairo.com/
Text Domain: DesignSakurairo
Tags:
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    width: 100%;
    background-color: #FFF;
    color: #000
}

p {
    margin: 0px;
}

hr {
    clear: left;
    border: #000;
    margin: 0;
}


/* 上ボタン */

#lightbox {
    margin-top: 100px
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#pageTop a {
    display: block;
    font-size: 18px;
    z-index: 999;
    line-height: 45px;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    background-color: #000;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* リンク制御 */

a:link {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul {
    padding: 0px;
    margin: 0px
}


/*--------------------------------------------------------------
# PC
--------------------------------------------------------------*/

@media screen and (max-width:1700px) {
    .pr {
        opacity: 0.5
    }
}

@media screen and (max-width:1100px) {
    .pr {
        display: none
    }
}

@media screen and (min-width:839px) {

    /*基本部分*/
    body {
        margin: 0px auto;
        width: 100%;
        overflow: hidden;
        font-size: 16px;
        line-height: 2.0em;
        font-family: "kozuka-gothic-pro", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体";
        font-weight: 400;
    }

    .nodisply_pc {
        display: block;
    }

    .nodisply_m {
        display: none;
    }

    input,
    button,
    select {
        padding: 10px;
        font-size: 15px;
        width: 50%;
        margin-top: 15px;
    }

    textarea {
        padding: 3px;
        font-size: 14px;
        width: 95%;
        border-radius: 5px;
        border: 1px solid #b7b7b7
    }

    input[type=checkbox] {
        margin-left: 5px
    }

    input[type=radio] {
        margin-left: 0px;
        margin-right: 3px
    }

    .tab01 input[type="submit"] {
        background-color: #000;
        border: 1px solid #000;
        padding: 10px 150px;
        text-align: center;
        margin-left: 10px;
        color: #FFF;
        border-radius: 3px;
        font-size: 16px;
        margin: 0px auto;
    }

    .tab01 input[class="wpcf7-submit"]:hover {
        border: 1px solid #000;
        color: #000;
        background-color: #fffeee;
        cursor: pointer;
    }

    /* タイトル各種 */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
        padding: 0px;
        font-weight: normal
    }

    h1 {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 30px;
        border-bottom: 1px solid #000;
        padding-bottom: 10px
    }

    h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }
	
	    h3 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 15px;
        border-bottom: 1px dotted #000;
        padding-bottom: 5px;
			margin-top:30px
    }

    /* ＜共通＞メニュー*/
    .head_top {
        width: 100%;
        margin: 0 auto;
        padding: 8px;
        height: 55px;
    }

    .head_top_main {
        width: 1200px;
        margin: 0 auto;
    }

    .head_top_t1 {
        width: 900px;
        font-size: 16px;
        float: left;
    }

    .head_top_t2 {
        width: 300px;
        text-align: right;
        float: left;
    }

    .head_top_t2 img {
        margin-top: -5px;
        width: 40px;
    }

    /* ＜共通＞メニュー*/
    .head_contact {
        width: 100%;
        margin: 0 auto;
        padding: 8px;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .head_contact_main {
        width: 1200px;
        margin: 0 auto;
    }

    .head_contact_box1 {
        width: 300px;
        height: 180px;
        text-align: left;
        margin: 0 auto;
        float: left;
    }

    .head_contact_box1 img {
        width: 197px;
    }

    .head_contact_box2 {
        width: 900px;
        height: 180px;
        text-align: left;
        margin: 0 auto;
        float: left;
    }

    .head_contact_box3 {
        width: 900px;
        height: 145px;
        margin: 0 auto;
        float: left;
    }

    .head_contact_box4 {
        width: 260px;
        height: 145px;
        margin: 0 20px;
        float: left;
        text-align: center;
    }

    .head_contact_box5{
        width: 260px;
        height: 145px;
        margin: 0 20px;
        float: left;
        text-align: center;
    }
    .head_contact_box6{
        width: 260px;
        height: 145px;
        margin: 0 20px;
        float: left;
        text-align: center;
    }

    .head_contact_t1 {
        width: 900px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        color: #FFF;
        background-color: #125E30;
    }

    .head_contact_t2 {
        margin-top: 10px;
        width: 260px;
        font-weight: 500;
        font-size: 16px;
        border-bottom: 1px solid #000;
    }

    .head_contact_t3 {
        margin-top: 25px;
        font-weight: 700;
        font-size: 37px;
        color: #125E30;
    }

    .head_contact_t3 a:link {
        color: #125E30;
    }

    .head_contact_t3 a:visited {
        color: #125E30;
    }

    .head_contact_t5 img {
        margin-top: 15px;
        width: 233px;
    }

    .head_contact_t6 img {
        margin-top: 18px;
        width: 83px;

    }

    .head_contact_t4 {
        margin-top: 4px;
        font-size: 14px;
    }

    .head_top_t2 img {
        margin-top: -5px;
        width: 40px;
    }

    /* ＜共通＞メニュー*/
    .head_menu {
        width: 100%;
        margin: 0 auto;
        background-color: #125E30;
        height: 55px;
    }

    .head_menu_main {
        width: 1200px;
        margin: 0 auto;
    }

    .head_menu_box,
    .head_menu_box2 {
        width: 200px;
        height: 55px;
        padding-top: 10px;
        float: left;
        border-left: 1px solid #FFF;
        text-align: center;
        color: #FFF;
    }

    .head_menu_box2 {
        border-right: 1px solid #FFF;
    }

    .head_menu_t1 {
        padding-top: 5px;
        margin-top: 0px;
        font-size: 17px;
        font-weight: 400;
    }

    .head_menu_box:hover,
    .head_menu_box2:hover {
        text-decoration: none;
        background-color: #053B1A;
        color: #FFF;
    }




    /* ＜共通＞モバイルメニュー */
    .wrapper {
        display: none;
    }

    .head_menu_m {
        display: none;
    }

    /* ＜共通＞フッダー */



    .fooder_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        padding-top: 30px;
        border-top: 1px solid #000;
    }

    .fooder_main {
        width: 1200px;
        margin: 0 auto;
        height: 260px;
    }


    .fooder_main_l1 {
        width: 50%;
        float: left;
        text-align: left;
        font-size: 14px;
        line-height: 1.8em;
    }

    .fooder_main_l2 {
        width: 50%;
        float: left;
        text-align: right;
    }

    .fooder_main_l2 a:link {
        color: #000;
    }

    .fooder_main_l2 a:visited {
        color: #000;
    }

    /* ＜トップページ＞ 写真*/
    .head_all {
        margin: 0 auto;
        z-index: 1;
        position: relative;
        width: 100%;
        height: 610px;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .head_all img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .head_in{
position: absolute;
width: 100%;
text-align: center;
z-index: 10;
    }

    .head_t01 {
        z-index: 2;
        font-size: 35px;
         font-weight: 600;
        margin-top: 250px;
        color: #FFF;
        text-shadow: #000 0px 0 7px;
    }

    .head_t02 {
        z-index: 2;
        font-size: 100px;
        font-weight: 800;
        margin-top: 70px;
        color: #FFF;
        text-shadow: #000 0px 0 10px;
    }

        .head_t03 {
         z-index: 2;
        font-size: 28px;
        font-weight: 600;
        margin-top: 90px;
        color: #FFF;
        text-shadow: #000 0px 0 10px;
    }

        .head_t04 {
         z-index: 2;
        font-size: 40px;
        font-weight: 600;
        margin-top: 20px;
        color: #125E30;
        text-shadow: #FFF 0px 0 5px;
    }

            .head_t05 {
          position: absolute;      
         z-index: 1;
        top: 0px;
                margin-left: -webkit-calc(50% - 350px);
        margin-left: calc(50% - 350px);
        color: #125E30;
        text-shadow: #FFF 0px 0 5px;
    }

    .head_t05 img{width: 700px;}

        /* ＜トップページ＞ 写真2*/
    .head_all2 {
        margin: 0 auto;
        z-index: 1;
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .head_all2 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }




    /* ＜トップページ＞ concept　*/
    .con_all {
        width: auto;
        margin: 0 auto;
        width: 1200px;
    }


    .con_box1 {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    .con_box1 img {
        width: 300px;
    }

    .con_box2 {
        width: 700px;
        margin: 0 auto;
        padding-top: 30px;
    }

    .con_t1 {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

    .con_t2 {
        font-size: 17px;
        padding-top: 30px;
        text-align: center;
    }

    .con_t3 {
        margin-top: 40px;
        margin-bottom: 7px;
        padding-bottom: 8px;
        border-bottom: #000 1px solid;
    }

    .con_t4 {
        margin-bottom: 6px;
        font-size: 18px;
        font-weight: 500;
    }

    .con_t5 {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 19px;
    }

    /* ＜トップページ＞ メイン　*/
    .main_all_t1 {
        width: 100%;
        height: 50px;
        background-color: #8AAE97;
        color: #FFF;
        margin-top: 30px;
    }

    .main_all_t2 {
        width: 1200px;
        margin: 0 auto;
        background-color: #125E30;
        height: 50px;
        text-align: center;
        font-size: 24px;
        font-weight: 400px;
        border-radius: 50px;
        padding-top: 12px;
    }

    .main_all {
        width: 1200px;
        margin: 0 auto;
        clear: left;
        margin-top: 40px;
    }


    .main_all_box1 {
        width: 360px;
        height: 450px;
        border: 2px solid #000;
        border-radius: 10px;
        margin: 0px 15px;
        padding: 20px 20px;
        float: left;
        margin: 0px 20px;
    }

    .main_t1 {
        text-align: center;
        font-size: 90px;
        color: #125E30;
        font-weight: 800;
        margin-top: 50px;
    }


    .main_t2 {
        margin-top: 18px;
        color: #125E30;
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        margin-top: 40px;
        line-height: 1.5em;
    }

    .main_t3 {
        margin-top: 18px;
        margin-top: 15px;
        line-height: 1.8em;
    }


    .main_all_box2 {
        width: 560px;
        height: 530px;
        border: 2px solid #000;
        border-radius: 12px;
        margin: 0px 15px;
        float: left;
        margin: 0px 20px;
    }

    .main_t4 {
        height: 60px;
        padding-top: 10px;
        text-align: center;
        font-weight: 400;
        font-size: 24px;
        margin-top: 0px;
        line-height: 1.8em;
        color: #FFF;
        background-color: #125E30;
        border-radius: 10px 10px 0px 0px;
    }

    .main_t5 {
        height: 200px;
    }

    .main_t5 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .main_t6 {
        height: 90px;
        padding-top: 20px;
        font-weight: 600;
        font-size: 24px;
        text-align: center;
    }

    .main_t7 {
        margin: 0px 30px;
        line-height: 1.8em;
    }


    /* ＜トップページ＞ ブログ　*/
    .blog_all_t1 {
        width: 1200px;
        margin: 0 auto;
        background-color: #125E30;
        color: #FFF;
        height: 50px;
        text-align: center;
        font-size: 24px;
        font-weight: 400px;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .blog_all_t1 a:link {
        text-decoration: underline;
        color: #FFF;
    }

    .blog_all_t1 a:visited {
        color: #FFF;
    }

    .blog_all {
        width: 1200px;
        margin: 0 auto;
        clear: left;
        margin-top:30px;
    }

    .blog_box1 {
        width: 1200px;
        height: 250px;
        margin: 0 auto;
        clear: left;
        padding: 15px 30px;
        border: 1px solid #000;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .blog_box2 {
        width: 450px;
        height: 220px;
        margin: 0 auto;
        float: left;
    }

    .blog_box2 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;

    }

    .blog_box3 {
        width: 680px;
        height: 220px;
        padding-left: 30px;
        margin: 0 auto;
        float: left;
    }

    .blog_t1 {
        font-size: 22px;
        height: 64px;
        font-weight: 600;

    }

    .blog_t1 a:link {
        color: #000;
    }

    .blog_t1 a:visited {
        color: #000;
    }

    .blog_t2 {
        margin-bottom: 0px;
    }

    .blog_t3 {
        height: 80px;
        overflow: hidden;
        line-height: 1.6em;

    }
	.blog_t3 img{
		display:none
	}
    .blog_t4 {
        text-align: center;
        background-color: #575CA2;
        color: #FFF;
        font-size: 18px;
        padding-top: 6px;
        height: 40px;
        overflow: hidden;
        line-height: 1.6em;
        border-radius: 10px;

    }

    .blog_t4 a:link {
        color: #FFF;
    }

    .blog_t4 a:visited {
        color: #FFF;
    }

    .blog_t4:hover {
        background-color: #575CA2;
        text-decoration: underline;
    }





    .news_box2:hover {
        background-color: #000;
        color: #FFF;
        border: 1px solid #000;
    }


    /* ＜ページ＞　*/
    .page {
        width: 100%;

    }

    .page_main1 {
        width: 1200px;
        margin: 0 auto;
        margin-top: 80px;
        padding-bottom: 50px;


    }

        .page_main2 {
        width: 1200px;
        margin: 0 auto;
        margin-top: 80px;
        padding-bottom: 100px;


    }

    .page_main2 img {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
        border-radius: 10px;
    }

    /* ＜トップページ＞ 問い合わせ*/
    .toiawase_all {
        width: 100%;
        background-color: #E9F0EB;
        padding-top: 35px;
        padding-bottom: 8px;
    }


    /* ＜ページ＞　戻る　*/
    .page_back {
        float: right;
    }

    /* ＜ページ＞　テーブル　*/
    .tab01 {
        width: 100%;
        margin-top: 80px;
    }

    .tab02 {
        width: 100%;
    }

    .tab01 table,
    .tab02 table {
        border-collapse: collapse;
        border-spacing: 0px;
        margin-bottom: 30px;
        width: 100%;
        border-top: 1px solid #000;
    }

    .tab01 table th {
        width: 27%
    }

    .tab01 table td {
        width: 73%
    }

    .tab02 table th {
        width: 20%;
        background-color: #F8F8F8;
    }

    .tab02 table td {
        width: 80%
    }

    .tab02 table th,
    .tab02 table td {
        padding: 18px 20px;
    }

    .tab01 table th,
    .tab01 table td {
        padding: 18px 20px;
    }

    .tab01 table td,
    .tab02 table td {
        border-bottom: 1px solid #000;
        text-align: left;
    }

    .tab01 table th,
    .tab02 table th {
        border-bottom: 1px solid #000;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
    }
}


/*--------------------------------------------------------------
# MOB
--------------------------------------------------------------*/

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

    /*基本部分*/
    body {
        margin: 0px auto;
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.9em;
        font-family: "kozuka-gothic-pro", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体";
        font-weight: 400;
    }

    .nodisply_pc {
        display: none;
    }

    .nodisply_m {
        display: block;
    }

    button,
    select {
        padding: 3px;
        font-size: 14px;
    }

    textarea {
        padding: 2%;
        font-size: 14px;
        width: 96%;
        border-radius: 5px;
        border: 1px solid #b7b7b7
    }

    input[type=text],
    input[type=tel],
    input[type=email] {
        padding: 2%;
        font-size: 14px;
        width: 95%;
        border-radius: 5px;
        border: 1px solid #b7b7b7
    }

    input[type=checkbox] {
        margin-left: 5px
    }

    input[type=radio] {
        margin-left: 0px;
        margin-right: 3px
    }

    input[type="submit"] {
        padding: 10px;
        margin-top: 20px;
        font-size: 16px;
        width: 100%
    }

    .tab01 input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
        background-color: #000;
        border: 1px solid #000;
        text-align: center;
        margin-left: 0px;
        color: #FFF;
        border-radius: 3px;
        font-size: 16px;
        width: 100%;
        padding: 10px 0px;
    }

    .tab01 input[class="wpcf7-submit"]:hover {
        border: 1px solid #000;
        color: #000;
        background-color: #fffeee;
        cursor: pointer;
    }

    /* タイトル各種 */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
        padding: 0px;
        font-weight: normal
    }

    h1 {
        font-size: 18px;
        margin-bottom: 20px;
        border-bottom: 1px solid #000;
        padding-bottom: 10px
    }

    h2 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 20px;
    }

		    h3 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        border-bottom: 1px dotted #000;
        padding-bottom: 5px;
			margin-top:30px
    }

    /* ＜共通＞メニュー*/


    .head_menu {
        display: none;
    }

   /* ＜共通＞メニュー*/
    .head_top {
        width: 100%;
        margin: 0 auto;
        padding: 8px;
        height: 55px;
    }

    .head_top_main {
        width: 95%;
        margin: 0 auto;
    }

    .head_top_t1 {
        display: none;
        width: 100%;
        font-size: 12px;
        float: none;
    }

    .head_top_t2 {
        width: 85%;
        text-align: left;
        float: none;
    }

    .head_top_t2 img {
        margin-top: -5px;
        width: 50px;
    }

    /* ＜共通＞メニュー*/


    .head_contact {
        width: 100%;
        margin: 0 auto;
        padding: 8px;
        margin-top: -10px;
        margin-bottom: 10px;
        position: relative;
        z-index: 50;
    }

    .head_contact_main {
        width: 100%;
        margin: 0 auto;
    }

    .head_contact_box1 {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .head_contact_box1 img {
       height:130px
    }

    .head_contact_box2 {
        z-index: 80;
        width: 90%;
        height: 230px;
        text-align: left;
        margin: 0 auto;
        float: none;
        padding: 0px 20px;
        border-radius: 0px 0px 10px 10px;
        padding-top: 10px;
        background-color: #125E30;
        color: #FFF;
    }

    .head_contact_box3 {
        width: 100%;
        height: 145px;
        margin: 0 auto;
        float: left;
    }

    .head_contact_box4 {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
    }

        .head_contact_box5{
        width: 50%;
        height: 145px;
        margin: 0px;
        padding-left: 25px;
        float: left;
        text-align: center;
    }
    .head_contact_box6{
        width: 50%;
        height: 145px;
        margin: 0px;
        padding-left: 30px;
        float: left;
        text-align: center;
    }

    .head_contact_t1 {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        color: #FFF;
        background-color:#35744C;
    }

    .head_contact_t2 {
        display: none;
        margin-top: 10px;
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        border-bottom: 1px solid #FFF;
    }

    .head_contact_t3 {
        margin-top: 15px;
        font-weight: 500;
        font-size: 35px;
        color: #FFF;
    }

    .head_contact_t3 a:link {
        color: #FFF;
    }

    .head_contact_t3 a:visited {
        color: #FFF;
    }

    .head_contact_t5 img {
        margin-top: 15px;
        height: 70px;
    }

    .head_contact_t6 img {
        margin-top: 15px;
        height: 70px;

    }

    .head_contact_t4 {
        margin-top: 4px;
        font-size: 14px;
    }



    /* モバイルメニュー */
    .wrapper {
        height: auto;
        overflow-x: hidden;
        position: relative;
    }

    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity .5s;
    }

    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    main {
        height: 100%;
        min-height: 100vh;
        padding: 0 50px;
        background-color: #eee;
        transition: all .5s;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    main h1 {
        text-align: center;
        font-weight: 500;
    }

    main p {
        text-align: center;
    }

    .menu-trigger {
        display: inline-block;
        width: 70px;
        height: 65px;
        padding: 0px;
        background-color: #125E30;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 17px;
        right: 0px;
        z-index: 100;
        transform: translateX(0);
        transition: transform .5s;
    }

    .menu-trigger.active {
        transform: translateX(-250px);
    }

    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 70%;
        margin-left: 15%;
        height: 2px;
        background-color: #FFF;
    }

    .menu-trigger.active span {
        background-color: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 15px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(15px) rotate(-45deg);
    }

    .menu-trigger span:nth-of-type(2) {
        top: 30px;
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger span:nth-of-type(3) {
        top: 45px;
    }

    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-15px) rotate(45deg);
    }

    nav {
        width: 250px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #125E30;
        position: fixed;
        color: #FFF;
        top: 17px;
        right: 0;
        z-index: 80;
        transform: translate(250px);
        transition: all .5s;
    }

    nav.open {
        transform: translateZ(0);
    }

    nav li {
        color: #fff;
        text-align: center;
        padding: 5px 0;
    }

    nav li a:link {
        color: #fff;
    }

    nav li a:visited {
        color: #fff;
    }

    nav li a:hover {
        color: #fff;
    }

    * {
        box-sizing: border-box;
    }

    ul {
        list-style: none;
    }

    /* ＜共通＞フッダー */



    .fooder_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        padding-top: 30px;
        border-top: 1px solid #000;
    }

    .fooder_main {
        width: 85%;
        margin: 0 auto;
        height: 260px;
    }


    .fooder_main_l1 {
        width: 100%;
        float: none;
        text-align: left;
        font-size: 14px;
        line-height: 1.8em;
    }

    .fooder_main_l2 {
        width: 100%;
        float: none;
        text-align: left;
    }

    .fooder_main_l2 a:link {
        color: #000;
    }

    .fooder_main_l2 a:visited {
        color: #000;
    }

    /* ＜トップページ＞ 写真*/
    .head_all {
        margin: 0 auto;
        top:192px;
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 640px;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .head_all img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .head_in{
position: absolute;
width: 100%;
text-align: center;
z-index: 10;
    }

    .head_t01 {
        z-index: 2;
        font-size: 25px;
         font-weight: 600;
        margin-top: 280px;
        color: #FFF;
        text-shadow: #000 0px 0 7px;
    }

    .head_t02 {
        z-index: 2;
        font-size: 75px;
        font-weight: 800;
        margin-top: 40px;
        line-height: 0.5em;
        color: #FFF;
        text-shadow: #000 0px 0 10px;
    }

        .head_t03 {
            width: 80%;
            margin-left: 10%;
         z-index: 2;
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px;
        color: #FFF;
        text-shadow: #000 0px 0 10px;
    }

        .head_t04 {
        width: 80%;
            margin-left: 10%;
        font-size: 24px;
        line-height: 0.6em;
        font-weight: 600;
        margin-top: 20px;
        color: #125E30;
        text-shadow: #FFF 0px 0 5px;
    }

            .head_t05 {
          position: absolute;      
         z-index: 1;
        top:180px;
                margin-left: -webkit-calc(50% + 60%);
        margin-left: calc(50% - 60%);
        color: #125E30;
        text-shadow: #FFF 0px 0 5px;
    }

    .head_t05 img{width: 120%;}

        /* ＜トップページ＞ 写真2*/
    .head_all2 {
        margin: 0 auto;
        z-index: 1;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .head_all2 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }




    /* ＜トップページ＞ concept　*/
    .con_all {
        width: auto;
        margin: 0 auto;
        width: 85%;
        position: static;
        margin-top: 425px;
    }


    .con_box1 {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    .con_box1 img {
        width: 70%;
    }

    .con_box2 {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .con_t1 {
        font-size: 26px;
        line-height: 1.4em;
        font-weight: 600;
        text-align: center;
    }

    .con_t2 {
        font-size: 17px;
        padding-top: 30px;
        text-align: center;
    }

    .con_t3 {
        margin-top: 40px;
        margin-bottom: 7px;
        padding-bottom: 8px;
        border-bottom: #000 1px solid;
    }

    .con_t4 {
        margin-bottom: 6px;
        font-size: 18px;
        font-weight: 500;
    }

    .con_t5 {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 19px;
    }

    /* ＜トップページ＞ メイン　*/
    .main_all_t1 {
        width: 100%;
        height: 50px;
        background-color: #8AAE97;
        color: #FFF;
        margin-top: 30px;
    }

    .main_all_t2 {
        width: 85%;
        margin: 0 auto;
        background-color: #125E30;
        height: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: 400px;
        border-radius: 50px;
        padding-top: 12px;
    }

    .main_all {
        width: 85%;
        margin: 0 auto;
        clear: left;
        margin-top: 20px;
    }


    .main_all_box1 {
        width: 100%;
        height: auto;
        border: 2px solid #000;
        border-radius: 10px;
        margin: 10px 0px;
        padding: 20px 20px;
        float: left;
    }

    .main_t1 {
        text-align: center;
        font-size: 80px;
        color: #125E30;
        font-weight: 800;
        margin-top: 40px;
    }


    .main_t2 {
        margin-top: 18px;
        color: #125E30;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        margin-top: 40px;
        line-height: 1.4em;
    }

    .main_t3 {
        margin-top: 18px;
        margin-top: 15px;
        line-height: 1.8em;
    }


    .main_all_box2 {
        width: 100%;
        height: auto;
        border: 2px solid #000;
        border-radius: 12px;
        margin: 15px 0px;
        float: none;
    }

    .main_t4 {
        height: 50px;
        padding-top: 8px;
        text-align: center;
        font-weight: 400;
        font-size: 20px;
        margin-top: 0px;
        line-height: 1.8em;
        color: #FFF;
        background-color: #125E30;
        border-radius: 10px 10px 0px 0px;
    }

    .main_t5 {
        height: 200px;
    }

    .main_t5 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .main_t6 {
        height: 90px;
        padding-top: 20px;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }

    .main_t7 {
        margin: 0px 20px;
        line-height: 1.6em;
        margin-bottom: 15px;
    }


    /* ＜トップページ＞ ブログ　*/
    .blog_all_t1 {
        width: 85%;
        margin: 0 auto;
        background-color: #125E30;
        color: #FFF;
        height: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: 400px;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .blog_all_t1 a:link {
        text-decoration: underline;
        color: #FFF;
    }

    .blog_all_t1 a:visited {
        color: #FFF;
    }

    .blog_all {
        width: 85%;
        margin: 0 auto;
        clear: left;
        margin-top: 30px;
    }

    .blog_box1 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        clear: left;
        padding: 15px 20px;
        border: 1px solid #000;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .blog_box2 {
        width: 100%;
        height: 150px;
        margin: 0 auto;
        float: none;
        margin-bottom: 15px;
    }

    .blog_box2 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;

    }

    .blog_box3 {
        width: 100%;
        height: auto;
        padding-left: 0px;
        margin: 0 auto;
        float: none;
    }

    .blog_t1 {
        font-size: 18px;
        height: auto;
        font-weight: 600;

    }

    .blog_t1 a:link {
        color: #000;
    }

    .blog_t1 a:visited {
        color: #000;
    }

    .blog_t2 {
        margin-bottom: 0px;
    }

    .blog_t3 {
        height: 70px;
        overflow: hidden;
        line-height: 1.6em;
        margin-bottom: 15px;

    }
	
		.blog_t3 img{
		display:none
	}

    .blog_t4 {
        text-align: center;
        background-color: #575CA2;
        color: #FFF;
        font-size: 17px;
        padding-top: 6px;
        height: 40px;
        overflow: hidden;
        line-height: 1.6em;
        border-radius: 10px;

    }

    .blog_t4 a:link {
        color: #FFF;
    }

    .blog_t4 a:visited {
        color: #FFF;
    }

    .blog_t4:hover {
        background-color: #575CA2;
        text-decoration: underline;
    }





    .news_box2:hover {
        background-color: #000;
        color: #FFF;
        border: 1px solid #000;
    }


    /* ＜ページ＞　*/
    .page {
        width: 100%;

    }

    .page_main1 {
        width: 85%;
        margin: 0 auto;
        margin-top: 30px;
        padding-bottom: 30px;


    }

        .page_main2 {
        width: 85%;
        margin: 0 auto;
        margin-top: 30px;
        padding-bottom: 50px;


    }

    .page_main2 img {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
        border-radius: 10px;
    }

    /* ＜トップページ＞ 問い合わせ*/
    .toiawase_all {
        display: none;
        width: 100%;
        background-color: #E9F0EB;
        padding-top: 35px;
        padding-bottom: 8px;
    }



    /* ＜ページ＞　戻る　*/
    .page_back {
        float: right;
    }

    /* ＜ページ＞　戻る　*/
    .page_back {
        float: right;
    }

    /* ＜ページ＞　テーブル　*/
    .tab01 {
        width: 100%;
        margin-top: 50px;
    }

    .tab02 {
        width: 100%;
    }

    .tab01 table,
    .tab02 table {
        border-collapse: collapse;
        border-spacing: 0px;
        margin-bottom: 30px;
        width: 100%;
        border-top: 1px solid #CCC;
    }

    .tab01 table th,
    .tab02 table th,
    .tab01 table td,
    .tab02 table td {
        padding: 10px 5%;
        display: block
    }

    .tab01 table tr {
        width: 100%
    }

    .tab01 table th {
        width: 100%
    }

    .tab01 table td {
        width: 100%
    }

    .tab01 table td,
    .tab02 table td {
        border-bottom: 1px solid #CCC;
        text-align: left;
    }

    .tab01 table th,
    .tab02 table th {
        border-bottom: 1px solid #CCC;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        background-color: #f4f4f4;
    }

    .tab02 table th {
        font-size: 14px;
        font-weight: normal;
        text-align: left
    }

}