@charset "UTF-8";

.main_area>picture>img{

	width: 100%;
	height: auto;
margin-bottom: 20px;
}


.top_message{
	background-image: url('../img/top_message_back.webp'),url('../img/top_message_bottom.webp');
	background-position: center 360px,bottom;
	background-repeat: repeat,repeat-x;
	background-attachment: scroll,scroll;
	 padding-bottom: 100px;
}

.top_message>ul{
	max-width: 100%;
	display: flex;
	padding: 0 10px;
  flex-wrap: wrap;
  justify-content: center;
}




.top_message>ul>li:nth-child(2){

margin-bottom: 20px;
text-align: center;
}

.top_message>ul>li:nth-child(2)>div{
width: 100%;
font-size: calc(var(--kihon-font) + 0.2rem);
margin-bottom: 20px;
}




.miokuri{
	background: url('../img/omiokuri_bottom.webp'),url('../img/brown_kumo.webp'),url('../img/color_boke.webp'),white;
	background-size: 100%,100%,100%;
background-attachment: scroll,fixed,scroll,fixed;
background-position: bottom,top,top,top;
background-repeat: repeat-x,repeat,repeat,repeat;
padding-top: 30px;
padding-bottom: 100px;
}


.omiokuri_text{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
}

.omiokuri_text>div:nth-child(1){
 writing-mode: vertical-rl;
 font-size: calc(var(--kihon-font) + 1rem);
 margin-bottom: 20px;
}

.omiokuri_text>div:nth-child(2){
 writing-mode: vertical-rl;
 min-height: 100px;
 background: url('../img/top_message_line.webp');
 width: 2px;
 margin-bottom: 30px;
}



.omiokuri_text2{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
}

.omiokuri_text2>div:nth-child(1){
 writing-mode: vertical-rl;
 font-size: calc(var(--kihon-font) + 1rem);
 margin-bottom: 20px;
 color: #946501;

}

.omiokuri_text2>div:nth-child(2){
 writing-mode: vertical-rl;
 min-height: 100px;
 background: url('../img/top_message_line.webp');
 width: 2px;
 margin-bottom: 30px;
}




.tatebrown_text{
writing-mode: vertical-rl;
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}


.tatebrown_text>div:nth-child(1){
 font-size: calc(var(--kihon-font) + 1rem);
 margin-bottom: 20px;
 color: #946501;
width: 100%;
}

.tatebrown_text>div:nth-child(2){
 min-height: 100px;
 background: url('../img/top_message_line.webp');
  margin-bottom: 30px;
 background-position: center;
 background-repeat: repeat-y;
 width: 2px;
 margin: 0 auto;
}





.lr_2li,.lr_2li_reverse{
  display: flex;
  justify-content: center;
  max-width: var(--main-width);
  padding: 10px;
  margin: auto;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;

}

.lr_2li>li:nth-child(2),.lr_2li_reverse>li:nth-child(2){
	width: 100%;
  padding: 10px;
}

.lr_2li>li:nth-child(1),.lr_2li_reverse>li:nth-child(1){
text-align: center;
margin-bottom: 10px;
  }

  .lr_2li>li:nth-child(1)>img,  .lr_2li_reverse>li:nth-child(1)>img{
width: 80%;
height: auto;
  }









.index_bt>a{
display: block;
width: 100%;
background: url("../img/bt_arrow.webp"),var(--kihon-color2);
background-repeat: no-repeat,repeat;
background-position: 100% 50%,0;
background-size: 30px,100%;
color: white;	
padding: 20px 20px;
font-size: calc(var(--kihon-font) + 0.1rem);
line-height: 1;
margin: 0 auto;
border-radius: 5px;
text-decoration: none;
}



.index_bt>a:hover{
opacity: 0.9;
}





.information{
background: url("../img/news_back1.webp"),url("../img/news_back2.webp"),#fef9e0;
background-position: bottom left,bottom right;
background-size: 250px,250px;
background-repeat: no-repeat,no-repeat,repeat;
background-size: contain;
padding: 40px 10px;
}

.information>ul{
	max-width: calc(var(--main-width) - 0px);
	margin: 0 auto 20px auto;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}

.information>ul>li:nth-child(1){
	width: 100px;
	display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
}

.information>ul>li:nth-child(1)>div{
      
      }

.information>ul>li:nth-child(1)>div>div:nth-child(1){

 color: #946501;
 margin-bottom: 20px;
}


.information>ul>li:nth-child(2){

width: 100%
}

.information>ul>li:nth-child(2)>ul{
background: white;
padding: 10px ;
margin-bottom: 30px;
}

.information>ul>li:nth-child(2)>ul>li{
	border-bottom: 1px solid #c8c9ca;
	padding-top: 10px;
}

.information>ul>li:nth-child(2)>ul>li:nth-last-child(1){
border-bottom: 0;
}


.information>ul>li:nth-child(2)>ul>li>a{
margin-bottom: 10px;
font-size: var(--kihon-font);
display: block;
}

.information>ul>li:nth-child(2)>ul>li>a>span{
display: block;
}





.info_bt>a{
display: block;
width: 100%;
background: url("../img/bt_arrow.webp"),var(--kihon-color2);
background-repeat: no-repeat,repeat;
background-position: 100% 50%,0;
background-size: 30px,100%;
color: white;	
padding: 10px 20px;
font-size: calc(var(--kihon-font) + 0.3rem);
line-height: 1;
margin: 0 0 0 auto;
border-radius: 5px;
text-decoration: none;
}



.info_bt>a:hover{
opacity: 0.9;
}

