@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: fixed,scroll;
	 padding-bottom: 150px;
}

.top_message>ul{
	max-width: calc((var(--main-width) - 200px));
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	padding-top: 60px;
	padding: 0 20px;
}

.top_message>ul>li:nth-child(1){
width: 95px;
text-align: center;
vertical-align: center;
}

.top_message>ul>li:nth-child(2){
width: calc(100% - 98px);
}



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

 font-size: calc(var(--kihon-font) + 1rem);
 color: #946501;
 margin-bottom: 20px;
}

.top_message>ul>li:nth-child(1)>div>div:nth-child(2){
text-align: center;
 writing-mode: vertical-rl;
 min-height: 100px;
 background: url('../img/top_message_line.webp');
 width: 2px;
 margin: 0 auto;

}


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

display: flex;
align-items: center;
justify-content: space-around;
margin-right: 20px;
}

.top_message>ul>li:nth-child(2)>div{
width: 45%;
font-size: var(--kihon-font);
}




.miokuri{
	background: url('../img/omiokuri_bottom.webp'),url('../img/brown_kumo.webp'),url('../img/color_boke.webp'),white;
	background-size: 100%;
background-attachment: scroll,scroll,scroll,fixed;
background-position: bottom,top,top,top;
background-repeat: repeat-x,repeat,repeat,repeat;
padding-top: 60px;
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: 60px;
}



.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;
min-height: 150px;
}

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









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

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

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






.tatebrown_text_minfo{
  min-height: 100px!important;
}




.lr_2li{
  display: flex;
  justify-content: space-between;
  max-width: var(--main-width);
  padding: 40px;
  margin: auto;
  align-items: center;
}

.lr_2li>li:nth-child(2){
	width: 51%;
}

.lr_2li>li:nth-child(1){

        flex: 1;
        margin-left: calc(50.5% - 50vw);
        margin-right: 4%;
        padding-right: 5%;
  }

  .lr_2li>li:nth-child(1)>img{
width: 100%;
height: auto;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
  }



.lr_2li_reverse{
  display: flex;
  justify-content: space-between;
  max-width: var(--main-width);
  padding: 40px;
  margin: auto;
  align-items: center;
  flex-direction: row-reverse;
}

.lr_2li_reverse>li:nth-child(2){
	width: 51%;
}

.lr_2li_reverse>li:nth-child(1){

        flex: 1;
        margin-right: calc(50.5% - 50vw);
        margin-left: 4%;
        padding-left: 5%;
  }

  .lr_2li_reverse>li:nth-child(1)>img{
width: 100%;
height: auto;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
  }








.index_bt>a{
display: block;
width: 300px;
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.3rem);
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 20px;
}

.information>ul{
	max-width: calc(var(--main-width) - 300px);
	margin: 0 auto;
	display: flex;
}

.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>div:nth-child(1){

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



.information>ul>li:nth-child(2){
margin-left: 20px;
width: calc(100% - 100px);
}

.information>ul>li:nth-child(2)>ul{
background: white;
padding: 10px 20px 10px 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{
margin-right: 20px;
}





.info_bt>a{
display: block;
width: 300px;
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;
}

