@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

body {
  min-width: 950px;
}

main {
font-family: 'UD新ゴNT M';
}

/* ----------------------------------
PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
display: block;
}
.u-media-sp {
display: none;
}


.clearfix::after {
  clear: both;
  content: " ";
  display: block;
}

@media screen and (min-width: 668px) {
  .pc_none{
    display: none !important;
  }
}

@media screen and (max-width: 667px) {
  .sp_none{
    display: none !important;
  }
}


/* ----------------------- うき卯きセット使用CSS -----------------------  */

h1 img {
  width: 1300px;
  margin: auto;
  display: flex;
}

h2 img {
  width: 1300px;
  margin: auto;
  display: flex;
}

.lp-content_wrap{
  max-width: 950px;
  margin: 40px auto;
  padding: 0 20px;
}

.lp-content{
  margin: 40px 0 60px 0;
}

.lp-content:first-child{
margin-top: 0;
}

.lp-content:last-child{
margin-bottom: 0;
}



/* .lp-content_title01 */

.lp-content_title01{
position: relative;
text-align: center;
z-index: 2;
line-height: 0;
margin: 0 0 -18px 0;
font-size: 30px;
}

#toy .lp-content_title01{
/* margin: 0 0 -8px 0;*/
}

#about img {
width: 549px;
}




/* .price_text_wrap */

.price_text_wrap{
/*line-height: 1;*/
font-weight: bold;
font-size: 25px;
/* color: #e70013; */
letter-spacing: -0.4em;
}

.price_text_wrap .price_text{
display: inline-block;
vertical-align:  baseline;
/* line-height: 1;*/
letter-spacing: normal;
}

.price_text_wrap .price_text .text02{
font-size: 60%;
/* margin: 0 0 0 0.2em; */
}

/*
-----------------------------------------  #about -----------------------------------------
*/

#about{

}

#about_block{
/* background-color: #fff; */
background: url(../img/bg_content.jpg);
padding: 50px 25px;
background-size: cover;
}


.about_content{
position: relative;
margin: 0 0 60px 0;
}

.about_content:last-child{
margin-bottom: 0;
}

.about_title{
line-height: 0;
text-align: center;
margin: 0 0 22px 0;
}


/* .menu_list_zone */

.menu_list_zone{
margin: 0 auto;
}

.menu_list_wrap{
letter-spacing: -0.4em;
/* margin: 0 -30px -30px 0; */
}


.menu_list_wrap .menu_list_in{
position: relative;
/* background-color: #ffffff; */
padding: 20px 10px 10px;
height: 100%;
min-height: 258px;
}

.menu_list_wrap .menu_list_img{
display: table;
width: 100%;
margin-bottom: 3px;
}

.menu_list_wrap .menu_list_img_in{
display: table-cell;
vertical-align:  middle;
text-align: center;
position: relative;
}

.menu_list_wrap .menu_list_img_in img{
}

.menu_list_wrap .menu_list_text{
/* background-color: #eb5312; */
  padding: 10px 5px;
  color: #512319;
}

.menu_list_wrap .menu_list_title{
font-size: 17px;
text-align: left;
margin: 0 0 0.2em 0;
font-weight: 600;
white-space: nowrap;
/*letter-spacing: -0.1em;*/
margin-top: 0.5em;
}
ruby {
  letter-spacing: -0.1em;
}
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}
.menu_list_wrap .menu_list_info{
margin: 10px 0 0;
font-size: 11px;
}

.menu_list_wrap .price_text_wrap{
text-align: right;
margin-top: 15px;
}

.menu_list_wrap .menu_list{
  position: relative;
  padding: 0 10px 30px;
  display: inline-block;
  vertical-align:  top;
  letter-spacing: normal;
  width: 33.15%;
  border-right: 1px solid #897e5c;
}


.menu_list_wrap .menu_list:nth-child(-n+3){
  border-bottom: 1px solid #897e5c;
}

.btn_area{
  margin: 60px auto 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
}

.btn_area a {
  max-width: 210px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #d7000f;
  height: 48px;
  line-height: 46px;
  display: block;
  text-decoration: none;
  border: solid 2px #d7000f;
}


@media screen and (min-width: 668px) {
  .menu_list_wrap .menu_list:nth-of-type(3n){
    border-right: none;
  }
}

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

  body {
    max-width: 100%;
    min-width: unset;
  }
  
  #about_block{
    padding: 35px 20px;
  }
  .about_content{
    margin: 0 0 50px 0;
  }
  
  .about_title{
    text-align: left;
    margin: 0 0 12px 0;
  }

  .lp-content_wrap{
    margin: 10px auto;
    padding: 0 2%;
  }
  
  .lp-content{
    margin: 20px 0 30px 0;
  }

  .menu_list_wrap{
    margin: 0;
    text-align: left;
  }

  .menu_list_wrap .menu_list:nth-of-type(2n){
    border-right: none;
  }
  .menu_list_wrap .menu_list:nth-child(-n+4){
    border-bottom: 1px solid #897e5c;
  }
  
  .menu_list_wrap .menu_list{
    width: 50%;
  }

  .menu_list_wrap .menu_list_in{
    position: relative;
    padding: 5px 3% 8px;
    height: 100%;
  }

  .menu_list_wrap .menu_list_img{
    margin-bottom: 3px;
  }

  .menu_list_wrap .menu_list_title{
    font-size: 12px;
  }

  .menu_list_wrap .price_text_wrap{
    text-align: right;
    margin-top: 5px;
  }

  .price_text_wrap{
    /*line-height: 1;*/
    font-weight: bold;
    font-size: 16px;
    /* color: #e70013; */
    letter-spacing: -0.4em;
    margin: -5px 0 0;
  }
  
  .price_text_wrap .price_text{
    display: inline-block;
    vertical-align:  baseline;
   /* line-height: 1;*/
    letter-spacing: normal;
  }
  
  .price_text_wrap .price_text .text02{
    font-size: 11px;
    margin: 0 0 0 0.2em;
  }
  
  
  #about img{
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width:550px) {
  
  .lp-content{
    margin: 3.636vw 0 5.454vw 0;
  }

  
  .about_content{
    margin: 0 0 9.090vw 0;
  }
  
  .about_title{
    margin: 0 0 2.181vw 0;
  }
  
  .menu_list_wrap .menu_list{
    padding: 1% 1%;
  }

  .menu_list_wrap .menu_list_img{
    /*margin-bottom: 1.818vw;*/
    margin-bottom: 0.545vw;
  }
}