@charset "utf-8";
/* CSS Document */

.pc { display: block !important; }
.sp { display: none !important; }
 

@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.soh_icon{margin: 10px;}

.name h1 {font-size: 2rem;
          color: #481c87;}

.bg-brown {
  --bs-bg-opacity: 1;
  background:rgba(255,255,255,0.9);
}

.kosugi-regular {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.bg-top_bnr {
  --bs-bg-opacity: 1;
  background: url("../images/top/top_bnr01.jpg") no-repeat center;
 padding: 250px 0 300px 0;
    text-shadow: 2px 2px 2px #000;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 16 / 9; 
}

.bg-page01_bnr {
  --bs-bg-opacity: 1;
  background: url("../images/common/bnr_bg01.png")no-repeat center;
 padding: 250px 0 250px 0;
    color: #3F3F3F;
    letter-spacing: 0.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.bg-page02_bnr {
  --bs-bg-opacity: 1;
  background: url("../images/common/bnr_bg02.png")no-repeat center;
 padding: 250px 0 250px 0;
    color: #3F3F3F;
    letter-spacing: 0.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.bg-page03_bnr {
  --bs-bg-opacity: 1;
  background: url("../images/common/bnr_bg03.png")no-repeat center;
 padding: 250px 0 250px 0;
    color: #3F3F3F;
    letter-spacing: 0.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.bg-page04_bnr {
  --bs-bg-opacity: 1;
  background: url("../images/common/bnr_bg04.png")no-repeat center;
 padding: 250px 0 250px 0;
    color: #3F3F3F;
    letter-spacing: 0.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.bg-page05_bnr {
  --bs-bg-opacity: 1;
  background: url("../images/common/bnr_bg05.png")no-repeat center;
 padding: 250px 0 250px 0;
    color: #fff;
    letter-spacing: 0.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.bg-page06_bnr {
  --bs-bg-opacity: 1;
  background: url("../images/common/bnr_bg06.png")no-repeat center;
 padding: 250px 0 250px 0;
    color: #3F3F3F;
    letter-spacing: 0.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.bg-page07_bnr {
  --bs-bg-opacity: 1;
  background: url("../images/common/bnr_bg07.png")no-repeat center;
 padding: 250px 0 250px 0;
    color: #3F3F3F;
    letter-spacing: 0.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.bg-page08_bnr {
  --bs-bg-opacity: 1;
  background: url("../images/common/bnr_bg08.png")no-repeat center;
 padding: 250px 0 250px 0;
    color: #3F3F3F;
    letter-spacing: 0.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.bg-page09_bnr {
  --bs-bg-opacity: 1;
  background: url("../images/common/bnr_bg09.png")no-repeat center;
 padding: 250px 0 250px 0;
    color: #ffffff;
    letter-spacing: 0.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.na_tx_green{color: #5c914c;
             margin: 50px 0 5px 0;
             font-size: 1.2em;}

.na_tx_red{ color: #9A0D0F;
            }


.title01 {
         color: #36801c;
         margin-bottom: 30px;
         letter-spacing: 0.2em;}

.title02 {
         color: #fff;
         margin-bottom: 20px;}

.title01-2 {
         color: #481c87;
         margin-bottom: 30px;
         letter-spacing: 0.2em;
         font-size: 3rem;}

.title01-3 {
         color: #fff;
         margin-bottom: 30px;
         letter-spacing: 0.5em;
         font-size: 3rem;}


.textbox01{
           line-height: 200%;
           text-align: justify;
text-justify: inter-ideograph;}


.bg-info02 {
  --bs-bg-opacity: 1;
  background-color:#b486e3;
         color: #fff;
    
}


.bg-news02 {
  --bs-bg-opacity: 1;
  background-color:#c7d9bd;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    
}

/*profile
------------------------------*/

.pro_name01{font-size: 4rem;
            color: #d2b3ea;
            margin-bottom: 20px;}

.pro_name02{font-size: 1.6rem;
            color: #d2b3ea;
            margin-bottom: 20px;
           }


.img-sp {
    display: none;
}

@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}

#new {
	margin: 0 0 20px 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 100%;
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: none;
}

/*記事(dd)設定*/
#new dd {
	width: 100%;	
}

#new dt {
	width: 100%;	/*幅。14文字(em)分。*/
	display: flex;	/*flexボックスを使う指定*/
	justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: inline-block;	/*表示させる*/
	width: 100;				/*幅。6文字(em)分。*/
	background: #0099cc;		/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 0.9em;		/*文字サイズを90%に。*/
	text-align: center;		/*文字をセンタリング*/
	border-radius: 3px;		/*角を少しだけ丸くする*/
	margin-right: 1.2em;	/*アイコンの右側に空けるスペース*/
	align-self: flex-start;	/*高さを間延びさせない指定*/
	line-height: 1.8;		/*行間を少し狭く*/
	position: relative;top: 0em;	/*上下の配置バランスの微調整*/
}

/*bg1設定。色がついたアイコンの設定。*/
#new dt span.icon-bg1 {
	background: #0d8d6d;	/*背景色*/
}
    
 #new dt span.icon-bg2 {
	background: #134f7d;	/*背景色*/
}

#new dt span.icon-bg3 {
	background: #0A9766;	/*背景色*/
}


.txbox{letter-spacing: 0.3rem;
       line-height: 200%;
       text-align: justify;
text-justify: inter-ideograph;}


.na_info{
     width: 100%;
     max-width: 1200px;
     margin: auto;
 }


 .info_box {
     display: flex;
     justify-content: space-around;
     
 }
 .infobox1 {
     width: 45%;
     margin: auto;
     text-align: left;
	 padding: 20px 0 20px 0;
 }
 
 @media screen and (max-width: 767px) {
     .info_box {
         display: block;
     }
     .info_box .infobox1 {
         width: 100%;
         margin: 0 auto;
     }
     
     #new dt span {
	display: none;
}
     .na_logo img{width: 200px;}
 }


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





}


.na_tel{font-size: 2.5em;}

.na_contact_btn01{padding: 15px;
                  background: #fff;
                  margin-bottom: 15px;
                  

}

.na_contact_btn01 a{color: #b486e3;
                    text-decoration: none;
	                font-size: 1.5rem;
                    }

.na_contact_btn01 a:hover {
    text-decoration: none;
}




.na_group_img img{width: 100%;
               margin: 10px 0 15px 0;}
 
 
.na_group ul {
  display: flex;
}
/* liもflexにする */
.na_group li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  
  width: 33%;
     margin: 20px 10px 20px 0px;
     padding: 20px;
     background: #eceae9;
     line-height: 200%;
     font-size: 0.9em;
}
.na_group a {
  display: block;
  width: 100%;
  margin-top: auto;
 padding: 10px;
    text-align: center;
    background: #8daf79;
    color: #fff;
    text-decoration: none;
}


 @media screen and (max-width: 767px) {
     .na_group {
         display: block;
         flex-wrap: wrap;
     }
     .na_group li {
         width: 100%;
         margin:10px 0 10px 0;
     }
 }









.na_greet {
     width: 100%;
     max-width: 1200px;
     margin: auto;
 }
 .na_greet img {
     width: 300px;
 }
 
 .na_greetbox {
     display: flex;
 }
 .greetbox1 {
     width: 35%;
     margin: auto;
 }
 .greetbox2 {
     width: 65%;
     margin: auto .5rem;
 }
 @media screen and (max-width: 767px) {
     .na_greetbox {
         display: block;
     }
     .na_greetbox .greetbox1 {
         width: 100%;
         margin: 0 auto;
         text-align: center;
     }
     .na_greetbox .greetbox2 {
         width: 100%;
         margin: 0 auto;
     }
     
 .na_greet img {
     width: 100%;
     margin-bottom: 30px;
 }
 }

.na_btn01{
    width:400px;
    height:60px;
    line-height:60px;
}
.na_btn01 a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#096E23;
    text-align:center;
    color:#FFFFFF;
    font-size:1em;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:2px 2px 0px 0px #DEDEDE ;
}
.na_btn01 a:hover{
    background:#05B55B;
    color:#FFFFFF;
    margin-left:5px;
    margin-top:5px;
    box-shadow:none;
}


@media screen and (max-width: 767px) {
     
.na_btn01{
    width:100%;
    line-height:60px;
}

.na_btn01 a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#096E23;
    text-align:center;
    color:#FFFFFF;
    font-size:0.8em;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:2px 2px 0px 0px #DEDEDE ;
}
.na_btn01 a:hover{
    background:#05B55B;
    color:#FFFFFF;
    margin-left:5px;
    margin-top:5px;
    box-shadow:none;
}

 }




.bg-footer {
  --bs-bg-opacity: 1;
  background-color:#d5ddd1;
}

.na_foot_tel{font-size: 2.5em;
             font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
             color: #36801c;}

.na_foot_tel a {
             color: #36801c;
             text-decoration: none;}

.na_foot_logo img{width: 250px;
               margin: 15px 0 15px 0;}



iframe {
  width: 100%;
  aspect-ratio: 16/9; 
}




.contemts_tx ul{margin: 20px 0 40px 0;}


.plan{
            background: linear-gradient(transparent 70%, #f5f809 30%);
            line-height: 1.5;
	font-size: 2rem;
        }

.border_v {
  border: 1px solid #b486e3 !important;
  background: url("../images/top/p_bg01.jpg") no-repeat bottom right;
}

.plan img {
    width: 100vw;
}
