@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

*:focus {
outline: none;
}
body{
    margin: 0;
    padding: 0;
}

#mr_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto 0%;
    padding: 0% 0 10%;
    display: block;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    font-weight: 400;
    overflow: hidden;
    background: #eff6ea;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
}
*:focus {
outline: none;
}

.Jost{
    font-family: "Jost", sans-serif;
}
.Fustat{
    font-family: "Fustat", sans-serif;
}

#mr_wrap img{
    border: 0;
    line-height: 0;
}
#mr_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#mr_wrap li{
	list-style: none;
}
#mr_wrap a{
	text-decoration: none;
}
#mr_wrap a:link{
    text-decoration: none;
    opacity: 1;
}
#mr_wrap a:hover{
    text-decoration: none;
}
#mr_wrap img{
    width: 100%;
}

/************************************************************
                head
************************************************************/
#mr_head{
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#mr_head .head{
    width: 100%;
    position: relative;
}
#mr_head .title{
    width: 25%;
    position: absolute;
    left: 37.5%;
    bottom: 14%;
}

/************************************************************
               contents
************************************************************/

#mr_contents{
    max-width: 1200px;
    width: 100%;
    margin: 5% auto 0;
    display: block;
    position: relative;
}
#mr_contents .day{
    font-size: 23px;
    font-family: "Fustat", sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
}
#mr_contents h1{
    font-size: 40px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    margin: 3% auto;
    letter-spacing: 0px;
}
#mr_contents .lead{
    font-size: 16px;
    text-align: center;
    margin: 2.5% auto;
    line-height: 2.5em;
}
#mr_contents .size{
    font-family: "Jost", sans-serif;
    font-size: 15px;
    margin: 2% auto;
    line-height: 1.7em;
    font-weight: 300;
}
#mr_contents .ig_box a{
    width: 30%;
    display: flex;
    text-align: center;
    margin: 5% auto 10%;
    position: relative;
    background: #FFFFFF;
    padding: 2% 0;
    color: #000000;
    justify-content: center;
}
#mr_contents .ig_box img{
    width: 30px;
    margin-right: 10px;
}
#mr_contents .ig_box .brand{
    font-size: 16px;
}


#mr_contents .section{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 5% auto;
    text-align: center;
}
#mr_contents .section .box:nth-of-type(1){
    width: 48%;
    float: left;
    margin: 0 auto;
    position: relative;
}
#mr_contents .section .box:nth-of-type(2){
    width: 40%;
    float: right;
    margin: 0 auto;
    position: relative;
}
#mr_contents .section .box p{
    font-size: 14px;
    text-align: left;
    line-height: 2.5em;
    margin: 0 auto;
}
#mr_contents .section .box:nth-of-type(3){
    width: 40%;
    float: right;
    margin: 5% auto 0;
    position: relative;
}
#mr_contents .section .box:nth-of-type(4){
    width: 35%;
    float: left;
    margin: 8% auto 0;
    position: relative;
}
#mr_contents .section .box:nth-of-type(5){
    width: 40%;
    position: absolute;
    left: 20%;
    top: 46%;
    z-index: 10;
}
#mr_contents .section .box:nth-of-type(6){
    width: 50%;
    float: right;
    margin: 15% auto 0;
    position: relative;
}
#mr_contents .section .box:nth-of-type(7){
    width: 40%;
    float: left;
    margin: 8% auto 0;
    position: relative;
}
#mr_contents .section .box:nth-of-type(8){
    width: 50%;
    float: right;
    margin: 3% auto 0;
    position: relative;
    display: inline-block;
}
#mr_contents .section .box:nth-of-type(8) a{
    color: #000000;
}
#mr_contents .section .info_box{
    width: 100%;
    position: relative;
    background: #FFFFFF;
    display: inline-block;
}
#mr_contents .section .info_box .inner{
    width: 85%;
    display: inline-block;
    margin: 8% auto;
    position: relative;
    text-align: center;
}
#mr_contents .section .info_box .inner .ttl{
    font-size: 35px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    margin: 0% auto;
    line-height: 1em;
}
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.heading::before,
.heading::after {
  background-color: #333333; /* 横線の色 */
  border-radius: 0px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 2px; /* 横線の高さ */
}
.heading::before {
  margin-right: 50px; /* 文字との余白 */
}
.heading::after {
  margin-left: 50px; /* 文字との余白 */
}
#mr_contents .section .info_box .inner .ttl_s{
    font-size: 20px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    margin: 4% auto;
    line-height: 2em;  
}
#mr_contents .section .info_box .inner .ttl_s span{
    font-size: 130%;
    font-weight: 400;
}
#mr_contents .section .info_box .detail{
    width: 100%;
    text-align: center;
    position: relative;
    margin: 3% auto 0;
    display: inline-block;
    background: #F3F3F3;
    padding: 5% 0 0;
}
#mr_contents .section .info_box .detail .date{
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}
#mr_contents .section .info_box .detail .txt{
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 2em;
    margin: 5% auto;
    display: inline-block;
    letter-spacing: 0.5px;
    color: #444444;
}
#mr_contents .section .info_box .detail .address_box{
    max-width: 400px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
#mr_contents .section .info_box .detail .address_box .shop{
    font-size: 20px;
    line-height: 1em;
    margin: 0 auto 2%;
}
#mr_contents .section .info_box .detail .address_box img{
    width: 17px;
    margin-right:10px;
    margin-top: 5px;
}
#mr_contents .section .info_box .detail .address_box .address{
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 auto;
}

#mr_contents .section .info_box .detail .img{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 5% auto 0;
}
#mr_contents .section .info_box .detail .img ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 0%;
}

#mr_contents .section .item_box{
    width: 90%;
    margin: 0% auto;
    display: inline-block;
    text-align: center;
    position: relative;
}
#mr_contents .section .item_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5%;
}
#mr_contents .section .item_box ul li{
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#mr_contents .section .item_box .name{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 3% auto;
    position: relative;
}
#mr_contents .section .item_box .name p{
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.3px;
    margin: 0% auto 0;
}
#mr_contents .section .item_box .name a{
    color: #000000;
    text-decoration: underline;
}
#mr_footer{
    max-width: 1100px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 10% auto 0;
    position: relative;
    
}
#mr_footer h4{
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 1em;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}
.heading2 {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.heading2::before,
.heading2::after {
  background-color: #333333; /* 横線の色 */
  border-radius: 0px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.heading2::before {
  margin-right: 50px; /* 文字との余白 */
}
.heading2::after {
  margin-left: 50px; /* 文字との余白 */
}
#mr_footer .mail{
    max-width: 80px;
    width: 100%;
    text-align: center;
    margin: 3% auto;
}
#mr_footer p{
    font-size: 13px;
    text-align: center;
    margin: 0% auto;
    line-height: 2em;
    display: block;
    color: #444444;
}
#mr_footer .btn_mail {
    max-width: 400px;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 2% 0;
    margin: 3% auto;
    color: #333333;
    background: #FFFFFF;
}
#mr_footer a.btn_mail {
    text-decoration: none;
}
#mr_footer .brandtop a{
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    display: inline-block;
    color: #000000;
}
#mr_footer .brandtop .logo{
    width:45%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#mr_footer .brandtop .txt{
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    line-height: 1em;
    border-bottom: #000000 1px solid;
    
}



/************************************************************
               button
************************************************************/
.btn_01 a{
    background: #FFFFFF;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 40%;
    margin: 5% auto 0;
    padding: 1% 0% 1.5%;
    color: #000000;
    font-size: 22px;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1.5em;
    font-weight: 400;
    float: none;
    border: #000000 1px solid;
    font-family: "Jost", sans-serif;

}
.btn_01 a:hover {
    background: #333333;
    color: #FFFFFF;
    border: #000000 1px solid;

}
.btn_02 a{
    background: #333333;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 36%;
    margin: 3% auto 5%;
    padding: 2% 0;
    color: #FFFFFF;
    font-size: 24px;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 2em;
    font-weight: 400;
    float: none;
    border: #333333 1px solid;
    font-family: "Jost", sans-serif;

}
.btn_02 a:hover {
    background: #333333;
    color: #FFFFFF;
    border: #000000 1px solid;

}


.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:70%;
    font-weight: 300;
}
.small2{
	font-size:90%;
}
.small3{
	font-size:80%;
}
.small4{
	font-size:60%;
}
.storong-1{
    font-size: 150%;
    font-weight: 500;
}
.storong-2{
    font-size: 110%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}


@media only screen and (max-width:768px){
	#mr_wrap {
        width:100%;
        padding: 0 0 25%;
	}
    #mr_head .title{
        width: 45%;
        bottom: 5%;
        left: 27.5%;
    }
    #mr_contents .day{
        font-size: 15px;
        margin: 10% auto 5%;
        font-weight: 600;
    }
    #mr_contents h1{
        font-size: 25px;
    }
    #mr_contents .lead{
        font-size: 13px;
        line-height: 2.2em;
        margin: 8% auto;
    }
    #mr_contents .size{
        font-size: 13px;
    }
    #mr_contents .ig_box a{
        width: 60%;
        margin: 10% auto;
        padding: 3% 0;
    }
    #mr_contents .ig_box img{
        width: 22px;
    }
    #mr_contents .ig_box .brand{
        font-size: 13px;
    }
    #mr_contents .section .box p{
        font-size: 12px;
        line-height: 1.8em;
    }
    #mr_contents .section .box:nth-of-type(1){
        width: 80%;
    }
    #mr_contents .section .box:nth-of-type(2){
        width: 88%;
        margin: 5% auto;
        margin-right: 0%;
    }
    #mr_contents .section .box:nth-of-type(3){
        width: 60%;
        margin: 0% auto 0;
    }
    #mr_contents .section .box:nth-of-type(4){
        width: 50%;
    }
    #mr_contents .section .box:nth-of-type(5){
       width: 90%;
        top: 50%;
        left: 10%;
    }
    #mr_contents .section .box:nth-of-type(6){
        width: 80%;
        margin: 8% auto 0;
    }
    #mr_contents .section .box:nth-of-type(7){
        width: 60%;
    }
    #mr_contents .section .box:nth-of-type(8){
        width: 90%;
        float: left;
        margin-left: 6%;
    }
    #mr_contents .section .ig_box img{
        width: 6%;
        margin-top: 0;
    }
    #mr_contents .section .info_box .inner{
        width: 90%;
        margin: 12% auto;
    }
    #mr_contents .section .info_box .inner .ttl{
        font-size: 20px;
    }
    #mr_contents .section .info_box .inner .ttl_s{
        font-size: 16px;
    }
    #mr_contents .section .info_box .detail{
        width: 100%;
        margin: 5% auto;
        float: none;
        text-align: center;
        padding: 8% 0 0;
    }
    #mr_contents .section .info_box .detail .date{
        width: 88%;
        font-size: 16px;
        text-align: left;
        line-height: 1.4em;
    }
    #mr_contents .section .info_box .detail .txt{
        width: 88%;
        font-size: 12px;
        text-align: left;
        line-height: 1.8em;
    }
    #mr_contents .section .info_box .detail .address_box{
        margin: 5% auto;
    }
    #mr_contents .section .info_box .detail .address_box .shop{
        width: 90%;
        float: left;
        display: inline-block;
        text-align: left;
        font-size: 15px;
    }
    #mr_contents .section .info_box .detail .address_box img{
        float: left;
        margin-left: 8%;
        margin-top: 0px;
        width: 13px;
    }
    #mr_contents .section .info_box .detail .address_box .address{
        width: 90%;
        text-align: left;
        font-size: 12px;
    }   
    
    #mr_contents .section .item_box{
        margin: 2.5% auto 0;
    }
    #mr_contents .section .item_box ul{
        grid-column-gap: 3%;
    }
    #mr_contents .section .item_box .name{
        max-width: 130px;
        width: 100%;
        text-align: center;
        margin-bottom: 5%;
    }
    #mr_contents .section .item_box .name p{
        font-size: 10px;
    }
    #mr_footer{
        width: 90%;
        text-align: center;
        display: block;
        margin: 20% auto 0%;
    }
    #mr_footer h4{
        font-size: 15px;
    }
    #mr_footer .mail{
        width: 17%;
        margin: 5% auto 0;
    }
    #mr_footer p{
        font-size: 11px;
    }
    #mr_footer .btn_mail{
        width: 70%;
        font-size: 12px;
        padding: 4% 0;
        margin: 10% auto;
    }
    #mr_footer .brandtop a{
        margin: 8% auto 0;
        
    }
    #mr_footer .brandtop .logo{
        width: 40%;
    }
    #mr_footer .brandtop .txt{
        font-size: 12px;
    }
    .btn_01 a{
        width: 80%;
        font-size: 15px;
        padding: 2% 0 2.5%;
        font-weight: 300;
        margin: 8% auto;
        letter-spacing: 1px;
    }
    .btn_02 a{
        width: 70%;
        font-size: 15px;
        line-height: 2.5em;
    }
    
    .heading::before{
        margin-right: 10px;
    }
    .heading::after{
        margin-left: 10px;
    }
    .heading2::before{
        margin-right: 10px;
    }
    .heading2::after{
        margin-left: 10px;
    } 
    .small{
        font-size: 80%;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
    


}
#mr_head .head {
    opacity: 0;
    transition: 2s all 0.2s ease;
}
#mr_head .title {
    transform: translate(0,30px);
    opacity: 0;
    transition: 2s all 0.4s ease;
}
#mr_head.ac .head,#mr_head.ac .title{
    transform: translate(0);
    opacity: 1
}
.fade{
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}


.anim {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.2s all 0s ease;
}
.anim.ac {
	opacity:1 ;
	transform: translate(0);
}

