@charset"UTF-8";


/* 新規作成*/

/* ui-reset
========================================================================================================
*/

body {
  color: #000;
  /*font-family: 'Noto Sans JP', sans-serif;  */
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0;
  margin: 0; 
}

@media print, screen and (min-width:600px)  { 
  body {
   font-size: 1.6rem; 
   /*line-height: 1.8rem;*/
  }
}

h1,h2,h3,h4,h5,div,ol,ul,li,dl,dt,dd,figure,p{
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}

h1.title01{
  display: none;
}

footer{
  margin: 0;
}

/* 共通　common
========================================================================================================
*/

main.special-contents{
  width:100%;
  /* font-family: 'Noto Serif JP', serif; */
  font-weight: 400; 
  padding: 0 0 40px 0;
  color: #444;
}

@media print, screen and (min-width:600px)  { 
  main.special-contents{
   padding: 0 0 60px 0;
  }
}

main.special-contents p{
  line-height: 3.0rem;
}

/*---- ボタン ----*/

main a.special-btn01{
  position: relative;
  width:100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;  
  /*font-family: 'Noto Sans JP', sans-serif;  */
  font-size: 1.3rem;
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
  main a.special-btn01{
    width:100%;
    height: 50px; 
    font-size: 1.6rem;
  }
}

main a.special-btn02{
  position: relative;
  width:100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;  
  /*font-family: 'Noto Sans JP', sans-serif;  */
  font-size: 1.3rem;
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
  main a.special-btn02{
   position: relative;
   width:100%;
   height: 40px;
   font-size: 1.4rem;
  }
}

main a.special-btn03{
  position: relative;
  width:100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;  
  /*font-family: 'Noto Sans JP', sans-serif;  */
  font-size: 1.2rem;
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
  main a.special-btn03{
    width:100%;
    height: 45px; 
    font-size: 1.6rem;
  }
}
main a.special-btn01:hover,
main a.special-btn02:hover,
main a.special-btn03:hover{
  opacity: 0.7;
}

main a.special-btn04{
  position: relative;
  width:100%;
  max-width:280px;
  height: 50px;
  background: #FFF;
  border: 1px solid #DD6040;
  display: flex;
  align-items: center;
  justify-content: center;    
  font-size: 1.6rem;
  color: #DD6040;
  margin: 80px auto 0 auto;
  transition: 1s;
}

main a.special-btn05{
  position: relative;
  width:100%;
  max-width: 180px;
  height: 40px;
  border: 1px solid #DD6040;
  display: flex;
  align-items: center;
  justify-content: center;  
  /*font-family: 'Noto Sans JP', sans-serif;  */
  font-size: 1.4rem;
  color: #DD6040;
  margin: 0 auto 80px auto;
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
  main a.special-btn05{
     margin: 0 auto 100px auto;
  }
}

main a.special-btn05:hover{
  background: #DD6040;
  color: #FFF;
}


.icon-arrow-special02:hover::after{
  background: #FFF;
}


@media print, screen and (min-width:600px)  { 
  .lg-hide{
  display: none;
  }
}

@media print, screen and (max-width:599px)  { 
  .sm-hide{
  display: none;
  }
}

/* カラー設定　
========================================================================================================
*/

/*---- ページ全体の背景カラーの設定 ----*/

main#utiiwai{
  background: #FFF;
}

/*---- お客様からのご感想の背景カラー設定 ----*/

main#utiiwai section.special-contents02{
  background: #FFF;
}

/*--- ボタンのカラー設定 ---*/

main#utiiwai a.special-btn01,
main#utiiwai a.special-btn02,
main#utiiwai a.special-btn03{
  background: #DD6040;
  color: #FFF;
}

main#utiiwai a.special-btn04:hover{
  background: #DD6040;
  border: 1px solid #DD6040;
  color: #FFF;
}

/*--- 見出しのカラー設定 ---*/

main#utiiwai h1{
  color:#444;
}

main#utiiwai h2.special-title02{
  color: #623813;
}

main#utiiwai h2.special-title02::before{
  color: #623813;
}

main#utiiwai h2.special-title03{
  color: #FFF;
}

/* コンテンツ
========================================================================================================
*/
/*--------- 見出し ---------*/

/*---- h1 ----*/

section.special-contents01 h1{
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 15px 0;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h1{
   font-size: 3.0rem;
   margin: 25px 0 15px 0;
  }
}

section.special-contents01 h1 + p{  
  line-height: 150%;
  text-align: center;
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:600px)  { 
section.special-contents01 h1 + p{
  margin: 0 0 30px 0;
  }
}

section.special-contents01 h1 + p + figure{
  width:100%;
  margin: 0 auto;
}

section.special-contents01 h1 + p + figure img{
  width:100%;
}

/*---- h2 ----*/

section.special-contents01 h2,
section.special-contents02 h2,
section.special-contents04 div.trivia h2{
  text-align: center;
  margin: 0 auto;
}

section.special-contents01 h2 span,
section.special-contents02 h2 span,
section.special-contents04 div.trivia h2{
  display: inline-block;
  position: relative; 
  font-size: 2.0rem;
  font-weight: 600;
  color: #A07E3E;
  padding: 15px 50px;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h2 span,
  section.special-contents02 h2 span,
  section.special-contents04 div.trivia h2 span{
   font-size: 2.8rem;
   padding: 15px 50px;
  }
}

section.special-contents01 h2 span::before,
section.special-contents02 h2 span::before,
section.special-contents04 div.trivia h2 span::before{
  content: "";
  width: 240px;
  height: 3px;
  border-top: 1px solid #A07E3E;  
  border-bottom: 1px solid #A07E3E;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
}

section.special-contents01 h2 span::after,
section.special-contents02 h2 span::after,
section.special-contents04 div.trivia h2 span::after{
  content: "";
  width: 240px;
  height: 3px;
  border-top: 1px solid #A07E3E;  
  border-bottom: 1px solid #A07E3E;
  position: absolute;
  bottom:0;
  left:50%;  
  transform: translateX(-50%);
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h2 span::before,
  section.special-contents02 h2 span::before,
  section.special-contents04 div.trivia h2 span::before{
    content: "";
    width: 370px;
    height: 3px;
}

  section.special-contents01 h2 span::after,
  section.special-contents02 h2 span::after,
  section.special-contents04 div.trivia h2 span::after{
    content: "";
    width: 370px;
    height: 3px;
  }
}

section.special-contents01 h2#utiiwai01,
section.special-contents02 h2#utiiwai01{
  margin: 0 0 60px 0;
}

section.special-contents01 h2 + p,
section.special-contents02 h2 + p{
  text-align: center;
  margin: 20px auto 50px auto;
}

/*---- h3 ----*/

section.special-contents01 h3.price-range{
  color: #444;
  margin: 20px 0 10px 0;
  text-align: center;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h3.price-range{
    margin: 40px 0; 
    text-align: left;
  }
}

section.special-contents01 h3.price-range span{
  position: relative;
  display: inline-block; 
  font-size: 2.0rem;
  font-weight: 600;
  padding: 0 0 0 28px;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 h3.price-range span{
   font-size: 2.5rem;
  }
}

section.special-contents01 h3.price-range span::before{
  content: "";
  width:20px;
  height: 18px;
  background: #444;
  clip-path: polygon( 0 0 , 100% 0 , 50% 100%);
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);  
}

/* 特集コンテンツ
========================================================================================================
*/

main.special-contents section.special-contents01{
  width:100%;
  padding: 0 ;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  { 
  main.special-contents section.special-contents01{
   width:90%;
   max-width: 1200px;
   padding: 35px 0 0 0;
   margin: 0 auto;
  }
}

section.special-contents01 figure img{
  width:100%;
}

div.special-box01 a img,
div.special-box02 a img,
div.special-box03 a img,
div.special-box04 a img,
aside.special-bn a img,
div.special-feedback figure a img{
  transition: 0.5s;
}

div.special-box01 a:hover img,
div.special-box02 a:hover img,
div.special-box03 a:hover img,
div.special-box04 a:hover img,
aside.special-bn a:hover img,
div.special-feedback figure a:hover img{
    opacity: 0.7;
}

/*---------------------------------------- ページ内リンク ----------------------------------------*/

section.special-contents01 ul.sp-ct-link{
  width:90%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap:15px;
  margin: 30px auto 60px auto;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 ul.sp-ct-link{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 40px;
    margin: 65px 0 100px 0;
  }
}

section.special-contents01 ul.sp-ct-link li{
  position: relative;
  height:45px;
  border: 1px solid #AD7F36;
  font-size: 1.5rem;
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 ul.sp-ct-link li{
   height: 55px;
   font-size: 1.6rem;
  }
}

section.special-contents01 ul.sp-ct-link li a{
  display: block;
  width:100%;
  height: 100%;
  color:#AD7F36;
  text-align: center;
  padding: 5px 0 0 0;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 ul.sp-ct-link li a{
    padding: 10px 0 0 0;
  }
}
section.special-contents01 ul.sp-ct-link li:after{
  content: "";
  width:10px;
  height: 5px;
  background: #AD7F36;
  clip-path: polygon( 0% 0%, 100% 0, 50% 100%);
  position: absolute;
  bottom:5px;
  left:50%;
  transform: translateX(-50%);
}

@media print, screen and (min-width:600px)  { 
  section.special-contents01 ul.sp-ct-link li:after{
   content: "";
   width:12px;
   height: 7px;
   position: absolute;
   bottom:6px;
   left:50%;
   transform: translateX(-50%);
  }
}

section.special-contents01 ul.sp-ct-link li:hover{ 
  background: #AD7F36;
  color: #FFF;
}

section.special-contents01 ul.sp-ct-link li:hover a{ 
  color: #FFF;
}

section.special-contents01 ul.sp-ct-link li:hover:after{
  background: #FFF;
}

/*---------------------------------------- レイアウト ----------------------------------------*/


/*-------------------- special-box01 --------------------*/

div.special-box01{
  width:90%;
  display: flex;
  flex-flow: column-reverse nowrap;
  margin: 0 auto 40px auto;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01{
    width:100%;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    margin: 0 auto 50px auto;
  }
}

@media print, screen and (min-width:960px)  { 
  div.special-box01{
    width:100%;
    max-width: 1200px;
    height:365px;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    margin: 0 auto 100px auto;
  }
}

div.special-box01 div{
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 5px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 div{
   width:48%;
   height: 100%;
   display: flex;
   flex-direction: column;
   padding:0;
  }
}

div.special-box01 div h3{
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 150%;
  padding: 10px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 div h3{
    font-size: 2.4rem;
    padding: 20px 0 35px 0;
  }
}

div.special-box01 div p.special-box01-lead{
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 600;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 div p.special-box01-lead{
   font-size: 1.6rem;
  }
}

div.special-box01 div p.special-box01-lead span{
  display: block;
  margin:15px 0 0 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 div p.special-box01-lead span{
    display: block;
    margin: 30px 0 0 0;
  }
}

div.special-box01 div p.special-box01-price{  
  /*font-family: 'Noto Sans JP', sans-serif;  */
  font-size:1.8rem;
  font-weight: 700;
  text-align: right;
  margin: 20px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 div p.special-box01-price{  
   font-size: 2.4rem;
   margin: 20px 0;
  }
}

div.special-box01 div p.special-box01-price span{  
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 0 0 3px;
}

div.special-box01 ul{
  width:100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 40px 0 20px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 ul{
    margin: 0 0 20px 0;
  }
}

div.special-box01 ul li.special-box01-price{
  /*font-family: 'Noto Sans JP', sans-serif;  */
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 ul li.special-box01-price{
   font-size: 2.4rem;
  }
}

div.special-box01 ul li.special-box01-price span{
  display: inline-block;
  font-size: 1.3rem;
  margin: 0 0 0 3px;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 ul li.special-box01-price span{
    font-size: 1.6rem;
  }
}

div.special-box01 ul li.special-box01-period{
  width:126px;
  background: #EDEDED;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 3px 5px;
  margin: 0 15px 0 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 ul li.special-box01-period{
   width:130px;
   padding: 5px 8px;
   margin: 0 15px 0 0;
  }
}

div.special-box01 h3 + span.special-box01-period{
  width:126px;
  background: #EDEDED;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 3px 5px;
  margin: 0 0 10px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 h3 + span.special-box01-period{
   width:130px;
   background: #EDEDED;
   padding: 5px 8px;
   margin: -25px 0 30px 0;
  }
}

div.special-box01 figure{
  width:100%; 
}

@media print, screen and (min-width:600px)  { 
  div.special-box01 figure{
    width:48%;
  }
}

div.special-box01 figure a img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

/*-------------------- special-box02 --------------------*/

div.special-box02{
  width: 90%;
  display: flex;
  flex-flow: row wrap;
  margin: 40px auto 20px auto;
}

@media print, screen and (min-width:600px)  { 
  div.special-box02{
    width: 100%;  
    display: flex;
    flex-flow: row wrap;
    margin: 80px auto;
  }
}

@media print, screen and (min-width:960px)  {
  div.special-box02{
   width: 100%;
   display: flex;
   flex-flow: row wrap;
   margin: 80px auto;
  }
}

/*----  2列の場合 -----*/

div.sp-box2-row2{   
  justify-content: space-between;
}

@media print, screen and (min-width:600px)  {
  div.sp-box2-row2{
   justify-content:center;
  }
}

div.sp-box2-row2 div{
  width:calc( ( 100% - 5% ) / 2); 
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:600px)  {
  div.sp-box2-row2 div{
    width:calc( ( 100% - 16% ) / 2);
    max-width: 300px;
    margin: 0 4%;
  }
}

@media print, screen and (min-width:960px)  {
  div.sp-box2-row2 div{
    width:calc( ( 100% - 16% ) / 2);
    max-width: 340px;
    margin: 0 4%;
  }
}

/*----  3列の場合 -----*/

div.sp-box2-row3{
  justify-content: space-between;
}

div.sp-box2-row3 div{
  width:calc( ( 100% - 5% ) / 2); 
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:600px)  {
  div.sp-box2-row3 div{
    width:calc( ( 100% - 8%) / 3);
    max-width: 300px;
    margin: 0;
  }
}

@media print, screen and (min-width:960px)  {
  div.sp-box2-row3 div{
    width:calc( ( 100% - 16%) / 3);
    max-width: 300px;
    margin: 0;
  }
}

/*----  画像 -----*/

div.special-box02 div figure{
  width:100%;
}

div.special-box02 div figure img{
  width:100%;
}


/*----  テキスト -----*/

div.special-box02 div dl{
  width:95%;
  min-height: 130px;
  display: flex;
  flex-direction: column; 
  line-height: 150%;
  margin: 15px auto 0 auto;
}

div.special-box02 div dl dt{
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 150%;
  margin:0 0 15px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box02 div dl dt{
   flex-grow: 1;
   font-size: 1.6rem;
   margin:0 0 5px 0;
  }
}

div.special-box02 div dl dd{
  /*font-family: 'Noto Sans JP', sans-serif;  */  
  font-size: 2.0rem;
  font-weight: 700;
  color: #444;
  text-align: center;
  margin:5px 0 15px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box02 div dl dd{ 
     font-size: 2.2rem;
     margin:30px 0;
  }
}

div.special-box02 div dl dd span{
  display: inline-block;
  font-size: 1.2rem;  
  margin: 0 0 0 2px;
}

@media print, screen and (min-width:600px)  { 
  div.special-box02 div dl dd span{
    display: inline-block;
    font-size: 1.3rem;  
    margin: 0 0 0 2px;
  }
}

/*-------------------- special-box03 --------------------*/

div.special-box03{
   width: 90%;  
   display: grid;
   grid-gap: 30px 20px;
   margin: 0 auto 40px auto;
}

@media print, screen and (min-width:600px)  { 
}

@media print, screen and (min-width:600px)  { 

/*----  3列の場合 -----*/

 /*--div.sp-box3-row3{   
   grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
  }--*/
  
/*----  4列の場合 -----*/
/*--div.sp-box3-row4{   
   grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
  }--*/
}

@media print, screen and (min-width:960px)  { 

/*----  3列の場合 -----*/

 div.sp-box3-row3{   
   grid-template-columns: repeat( 3, minmax(200px, 240px));
   justify-content: center;
  }
  
/*----  4列の場合 -----*/
div.sp-box3-row4{   
   grid-template-columns: repeat(4, 240px);
   justify-content: center;
  }
}


div.special-box03 div figure img{
  display: block;
  width:100%;
}

/*----  テキスト -----*/

div.special-box03 div dl{
  width:95%;
  min-height: 110px;
  display: flex;
  flex-direction: column; 
  line-height: 150%;
  margin: 15px auto 0 auto;
}

div.special-box03 div dl dt{
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 600;  
  text-align: left;
  margin:0 0 15px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box03 div dl dt{
    font-size: 1.6rem;  
    margin:5px 0;
  }
}

div.special-box03 div dl dd{
  /*font-family: 'Noto Sans JP', sans-serif;  */  
  font-size: 2.0rem;
  font-weight: 700;
  color: #444;
  text-align: right;
  margin:0 0 15px 0;
}

div.special-box03 div dl dd span{
  display: inline-block;
  font-size: 1.3rem;
  margin: 0 0 0 2px;
}

/* スマホ：横4列ブロックは2カラム */
@media print, screen and (max-width:599px){
  div.special-box03.sp-box3-row4{
    grid-template-columns: repeat(2, 1fr);
  }
}

/*-------------------- special-box04 --------------------*/

div.special-box04{
   width: 90%;  
   display: grid;
   grid-template-columns: repeat(1,1fr);
   grid-gap: 60px;
   margin: 0 auto;
}

@media print, screen and (min-width:960px)  { 
  div.special-box04{
    width: 100%;
    max-width: 1080px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 60px;
    margin: 0 auto;
  }
}

div.special-box04 div{
  width:100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

div.special-box04 div div{     
  flex-basis:auto;  
  display: flex;
  flex-flow: column;
  justify-content: flex-start;   
  padding: 0 0 0 15px;
}

@media print, screen and (min-width:960px)  { 
  div.special-box04 div div{      
    flex-basis:auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0 0 0 20px;
  }
}

div.special-box04 div h3{
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px 0 0 0;
  margin: 0 0 15px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-box04 div h3{
   font-size: 2.4rem;
   padding: 10px 0 0 0;
   margin: 0 0 35px 0;
  }
}

div.special-box04 div p{
  flex-grow: 1;
  line-height: 150%;
}

div.special-box04 div figure{
  flex-basis:90%;
}

div.special-box04 div figure img{
  display: block;
  width:100%;
  border-radius: 10px;
}

/*-------------------- special-btnbox --------------------*/

ul.special-btn-box{
  width:90%;
  display: flex;
  flex-flow: column wrap;
  margin: 0 auto 40px auto;  
}

@media print, screen and (min-width:600px)  { 
  ul.special-btn-box{
    width:100%;
    max-width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto 60px auto;  
  }
}

ul.special-btn-box li{
  width:80%; 
  margin: 0 auto 10px auto;
}

@media print, screen and (min-width:600px)  { 
  ul.special-btn-box li{
    width:48%; 
    margin: 0;
  }
}

ul.special-btn-box li a img{
  width:100%; 
}


/* お客様からのご感想
========================================================================================================
*/

main.special-contents section.special-contents02{
  width:100%;
  padding: 0;
  margin: 20px auto 60px auto;
}

@media print, screen and (min-width:600px)  { 
  main.special-contents section.special-contents02{
   width:100%;
   padding: 70px 0;
   margin: 0 auto;
  }
}

div.special-feedback{
  width:90%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  margin: 60px auto 30px auto;
}

@media print, screen and (min-width:600px)  { 
  div.special-feedback{
    width:90%;
    max-width: 1060px;
    margin: 60px auto 0 auto;
  }
}

div.special-feedback div.special-feedback-box{
  background: #FFF;
  border: 1px solid #000;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 145px auto;
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:600px)  { 
  div.special-feedback div.special-feedback-box{
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 250px auto;
    margin: 0 0 30px 0;
  }
}

div.special-feedback-box figure{
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  padding: 15px 0 5px 15px;
}

@media print, screen and (min-width:600px)  { 
  div.special-feedback-box figure{
   grid-row: 1 / 3;
   grid-column: 1 / 2;
   padding: 20px;
  }
}

div.special-feedback-box figure img{
  width:100%;
  min-width: 130px;
}

div.special-feedback-box h3{  
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  font-size: 1.8rem;
  line-height: 150%;
  padding: 0 15px 15px 15px;
  margin: 15px 0 0 0;
}

div.special-feedback-box h3 span{  
  display: block;
}

@media print, screen and (min-width:600px)  { 
  div.special-feedback-box h3{
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    padding: 15px 30px 0 0;
    margin: 20px 0;
  }
  
  div.special-feedback-box h3 span{  
  display: inline-block;
  }
}

div.special-feedback-box h3 a{
  border-bottom: 1px solid #000; 
  color: #000;
  transition: 0.5s;
}

div.special-feedback-box h3 a:hover{
  border-bottom: none;
}

div.special-feedback-box h3 a:hover,
div.special-feedback-box h3 a:active,
div.special-feedback-box h3 a:visited{
  color: #000;
}

div.special-feedback-box div{  
  grid-row: 2 / 3;
  grid-column: 1 / 3;
  padding: 0 15px 15px 15px;
}

@media print, screen and (min-width:600px)  { 
  div.special-feedback-box div{  
   grid-row: 2 / 3;
   grid-column: 2 / 3;
   padding: 0 30px 20px 0;
  }
}

div.special-feedback-box div p + p{
  margin: 5px 0;
}

@media print, screen and (min-width:600px)  {
  div.special-feedback-box div p + p{   
    margin: 15px 0;
  }
}
/*----------  星 ----------*/

span.star-rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #EDC82B; /* イエローカラー */  
  font-size:clamp(18px, 5.0vw, 24px);/*フォントサイズ */
  letter-spacing: 0.4em;
}

.star-rating:before{
  content: '☆☆☆☆☆';
}

.star-rating:after{
  content: '★★★★★';
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}

.star-rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star-rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star-rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star-rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star-rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star-rating[data-rate="0"]:after{ width: 0%; } /* 星0 */


/* 用途
========================================================================================================
*/

section.special-contents02 div.utiiwai-usage{
  width:100%;
  background: #FFF7F7;
  padding:30px 5%;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents02 div.utiiwai-usage{
  width:90%;
  max-width: 1060px;
  padding:30px;
  margin: 0 auto 40px auto;
  }
}

section.special-contents02 div.utiiwai-usage h2{
  font-size: 2.4rem;
  color: #AD7F36;
  line-height: 150%;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents02 div.utiiwai-usage h2{
   font-size: 2.8rem;
  }
}

section.special-contents02 div.utiiwai-usage div.utiiwai-usage01{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

 div.utiiwai-usage div.utiiwai-usage01 p{
  width:48%;
   margin: 0 0 10px 0;
}

@media print, screen and (min-width:600px)  { 
div.utiiwai-usage div.utiiwai-usage01 p{
  width:240px;
  margin: 0;
  }
}

div.utiiwai-usage div.utiiwai-usage01 p img{
  display: block;
  width:100%;
}

div.utiiwai-usage div.utiiwai-usage01 p span{
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

@media print, screen and (min-width:600px)  { 
div.utiiwai-usage div.utiiwai-usage01 p span{
  display: block;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px 0 0 0;
  }
}

section.special-contents02 div.utiiwai-usage div.utiiwai-usage02{
  width: 100%;
  margin: 20px 0;
}

@media print, screen and (min-width:600px)  { 
 section.special-contents02 div.utiiwai-usage div.utiiwai-usage02{
  width: 100%;
  margin: 40px 0 20px 0;
  }
}

div.utiiwai-usage div.utiiwai-usage02 h3{
  width: 100%;
  height: 38px;
  border-left: 5px solid #4F2E1D;
  border-bottom: 1px solid #4F2E1D;
  font-size: 1.8rem;  
  font-weight: 600;
  color: #4F2E1D;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  margin: 20px 0;
}

@media print, screen and (min-width:600px)  { 
div.utiiwai-usage div.utiiwai-usage02 h3{
  width: 100%;
  height: 38px;
  border-left: 5px solid #4F2E1D;
  border-bottom: 1px solid #4F2E1D;
  font-size: 2.0rem;  
  font-weight: 600;
  color: #4F2E1D;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  margin: 20px 0;
  }
}

div.utiiwai-usage a.btn-corporation{
  width:300px;
  height: 45px;
  border: 1px solid #4F2E1D;
  color: #4F2E1D;  
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 30px auto;
  transition: 0.8s;
}

@media print, screen and (min-width:600px)  { 
  div.utiiwai-usage a.btn-corporation{
   width:280px;
   height: 40px;
  }
}

div.utiiwai-usage a.btn-corporation:hover{
  background: #4F2E1D;
  color: #FFF;  
}

/* ご利用について
========================================================================================================
*/

main.special-contents section.special-contents03{
  width:90%;
  margin: 20px auto 0 auto;
}

@media print, screen and (min-width:900px)  { 
  main.special-contents section.special-contents03{
     width:75%;
     max-width:880px;
     padding: 0;
     margin: 0 auto;
  }
}

section.special-contents03 h2{
  width:100%;
  height: 40px;
  background: #D29836;
  font-size: 2.0rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents03 h2{
   width:100%;
   height: 60px;
   font-size: 2.8rem;
  }
}

/*--------------------  法人のお客様 --------------------*/

section.special-contents03 div.corporation{  
  border: 1px solid #D29836;
  margin: 60px auto 40px auto;
}

@media print, screen and (min-width:600px)  { 
section.special-contents03 div.corporation{
  margin: 100px auto;
  }
}

section.special-contents03 div.corporation p{
  font-size: 1.6rem;
  text-align: center;
  margin: 20px 0 0 0;
}

@media print, screen and (min-width:600px)  { 
section.special-contents03 div.corporation p{
  font-size: 2.0rem;
  margin: 30px 0 0 0;
  }
}

section.special-contents03 div.corporation ul{
  display: block;
  padding: 0 0 10px 0;
  margin: 30px 0 0 0;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents03 div.corporation ul{
   display: block;
   padding: 0 0 10px 0;
   margin: 40px 0 0 0;
  }
}

section.special-contents03 div.corporation ul li{  
  display: block;
  width:100%;
  max-width: 320px;
  height: 50px;
  padding: 0;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:600px)  { 
 section.special-contents03 div.corporation ul li{ 
   display: block;
   width:80%;
   max-width: 625px;
   height: 60px;
   padding: 0;
   margin: 0 auto 30px auto;
  }
}

section.special-contents03 div.corporation ul li a{
  position: relative;
  width:100%;
  height: 50px;
  background: #FFF;
  border: 1px solid #DD6040;
  border-radius:45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  margin: 0 auto;  
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
section.special-contents03 div.corporation ul li a{
  position: relative;
  width:100%;
  height: 60px;
  border-radius:30px;
  padding: 0;
  margin: 0 auto;  
  transition: 1s;
  }
}

section.special-contents03 div.corporation ul li a::after{
  content: "";
  width:10px;
  height: 10px;
  border-top: solid 2px #DD6040;
  border-right: solid 2px #DD6040;
  position: absolute;
  top:50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

section.special-contents03 div.corporation ul li a span{
  font-size: 1.6rem;
  font-weight: 600;
  color: #DD6040;
  text-align: center;
}

@media print, screen and (min-width:900px)  { 
section.special-contents03 div.corporation ul li a span{
  font-size: 2.0rem;
  text-align: left;
  }
}

section.special-contents03 div.corporation ul li a span strong{
  font-weight: 600;
}

section.special-contents03 div.corporation ul li a:hover{
  background: #DD6040;
}

section.special-contents03 div.corporation ul li a:hover span{
  color: #FFF;
}

section.special-contents03 div.corporation ul li a:hover::after{
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}

/*--------------------  慶事の豆知識 --------------------*/

main.special-contents section.special-contents04{
  width:100%;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  { 
  main.special-contents section.special-contents04{
    width:90%;
    max-width: 880px;
    margin: 0 auto;
  }
}

section.special-contents04 div.trivia{
  width:100%;
  background: #FFF7F7;
  text-align: center;
  padding: 60px 30px 0 30px;
  margin: 80px auto 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents04 div.trivia{
    margin:100px auto 0 auto;
  }
}

section.special-contents04 div.trivia dl.trivia-box{
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents04 div.trivia dl.trivia-box{
    margin: 0 auto;
  }
}

section.special-contents04 dl.trivia-box{
  width:90%;
  /* font-family: 'Noto Sans JP', sans-serif; */
  text-align: left;
  padding: 35px 0 10px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents04 dl.trivia-box{
   width:85%;
   padding: 60px 0 40px 0;
   margin: 0 auto;
  }
}

section.special-contents04 dl.trivia-box dt{
  position: relative;
  color: #A07E3E;
  font-weight: 600;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}

section.special-contents04 dl.trivia-box dt::before{
  content: "";
  width:14px;
  height: 14px;
  background: #A07E3E;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY( -50%);
}

section.special-contents04 dl.trivia-box dd{
  line-height: 200%;
  font-weight: 400;
  margin: 0 0 40px 0;
}

section.special-contents04 dl.trivia-box dd strong{
  font-weight: 600;
}

/*--------------------  のし紙 --------------------*/

section.special-contents03 div.noshigami{
  margin: 0 auto 80px auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.noshigami{
    margin: 0 auto 100px auto;
  }
}

section.special-contents03 div.noshigami01{
  width:100%;
  display: flex;
  flex-flow:column nowrap;
  margin: 40px auto 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.noshigami01{
    width:95%;
    display: flex;
    flex-flow: row nowrap;
    margin: 40px auto 0 auto;
  }
}

section.special-contents03 div.noshigami01 div{
  width:100%;
  font-size: 1.6rem;
  padding: 15px 0 0 0;
}

@media print, screen and (min-width:600px)  { 
section.special-contents03 div.noshigami01 div{
  width:70%;
  font-size: 1.6rem;
  padding: 15px 0 0 30px;
  }
}

section.special-contents03 div.noshigami01 div p{  
  width:100%;
  padding: 0;
  margin: 0;
}

section.special-contents03 div.noshigami01 div ul{
  width:100%;
  margin: 30px 0 0 0;
}

section.special-contents03 div.noshigami01 div ul li{
  padding: 0;
  margin: 10px 0 0 0;
  text-align: left;
}

section.special-contents03 div.noshigami01 div ul li::before{
  content: " ■ ";  
  padding: 0 3px 0 0;
}

section.special-contents03 div.noshigami01 figure{
  width:100%;
  /*max-width: 250px;*/
  padding: 0;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.noshigami01 figure{
   width:30%;
   padding: 0;
   margin: 0;
  }
}

section.special-contents03 div.noshigami01 figure img{
  width:100%;
}

section.special-contents03 div.noshigami02{
  width:100%;
  display: flex;
  flex-flow: column wrap;
  margin: 40px auto 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.noshigami02{
    width:95%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 60px auto 0 auto;
  }
}

section.special-contents03 div.noshigami02 h4{
  width:100%;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 15px 0;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.noshigami02 h4{
    text-align: left;
    margin: 0 0 15px 0;
  }
}

section.special-contents03 div.noshigami02 div{
  width:100%;
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.noshigami02 div{
    width:calc( ( 100% - 40px ) / 2 );
    margin: 0;
  }
}

section.special-contents03 div.noshigami02 div dl{
  text-align: center;
  margin: 5px 0 0 0;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.noshigami02 div dl{
    margin: 10px 0 0 0;
  }
}

section.special-contents03 div.noshigami02 div dl dt{
  font-size: 1.8rem;
  font-weight: 600;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.noshigami02 div dl dt{
    font-size: 2.0rem;
  }
}

section.special-contents03 div.noshigami02 div figure{
  text-align: center;
}

section.special-contents03 div.noshigami02 div figure img{
  width:100%;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.noshigami02 div figure img{
    width:100%;
  }
}

section.special-contents03 a.noshi-btn{
  position: relative;
  width:100%;
  max-width: 315px;
  height: 40px;
  font-size: 1.4rem;
  margin: 20px auto 40px auto;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 a.noshi-btn{
    position: relative;
    width:100%;
    max-width: 315px;
    height: 40px;  
    font-size: 1.6rem;
    margin: 40px auto 80px auto;
  }
}

/*--------------------  配送・手提げ --------------------*/

section.special-contents03 div.about-use ul{
  width:100%;
  margin: 30px 0 40px 0;
}

@media print, screen and (min-width:600px)  { 
 section.special-contents03 div.about-use ul{
   width:100%;
  margin: 60px 0 100px 0;
  }
}

section.special-contents03 div.about-use ul li{
  width:100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 30px 0;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents03 div.about-use ul li{
    width:100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    padding: 40px 0 40px 8%;
  }
}

section.special-contents03 div.about-use ul li figure{
   padding:0;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents03 div.about-use ul li figure{
    padding: 0 8% 0 0;
  }
}

section.special-contents03 div.about-use ul li figure img{
  width:100%;
  max-width:175px;
}

@media print, screen and (min-width:600px)  { 
  section.special-contents03 div.about-use ul li figure img{  
    width:100%;
    width:215px;
  }
}

section.special-contents03 div.about-use ul li div{
  width:95%;
  text-align: center;
  margin: 20px 0 0 0;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.about-use ul li div{
    width:auto; 
    text-align: left;
  }
}

section.special-contents03 div.about-use ul li div h3{
  font-size: 2.0rem;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.about-use ul li div h3{
    font-size: 2.4rem;
    margin: 0 0 40px 0;
  }
}

section.special-contents03 div.about-use ul li div p{
  font-size: 1.5rem;
}

@media print, screen and (min-width:600px)  {
  section.special-contents03 div.about-use ul li div p{
    padding: 0 10px 0 0;
  }
}

/*--------------------  よくあるご質問   --------------------*/



div.faq-utiiwai-wrap dl{
  width:100%;
  border-bottom: 1px solid #4F2E1D;
  padding: 10px 0;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:600px)  {
 div.faq-utiiwai-wrap dl{
   padding: 30px 0;
   margin: 0;
  }
}

div.faq-utiiwai-wrap dl dt{
  width:95%;
  position: relative;;
  font-size: 1.6rem;
  color: #582A15;
  padding: 0 0 0 50px;
  margin: 0 auto 20px auto;
}

@media print, screen and (min-width:600px)  {
  div.faq-utiiwai-wrap dl dt{
   font-size: 2.0rem;
   padding: 0 0 0 60px;
   margin: 0 auto 20px auto;
  }
}

div.faq-utiiwai-wrap dl dt::before{
  content: "";
  width:32px;
  height: 32px;
  background: url("https://mizuha.itembox.design/item/images/utiiwai/2022/faq-icon01.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:0;
  left:0;
}

@media print, screen and (min-width:600px)  {
  div.faq-utiiwai-wrap dl dt::before{
   content: "";
   width:32px;
   height: 32px;
   position: absolute;
   top:0;
   left:10px;
  }
}

div.faq-utiiwai-wrap dl dd{   
  position: relative;
  width:95%;
  line-height: 150%;  
  padding: 0 0 20px 50px;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {
  div.faq-utiiwai-wrap dl dd{   
   padding: 0 0 0 60px;
   margin: 0 auto;
  }
}

div.faq-utiiwai-wrap dl dd::before{
  content: "";
  width:32px;
  height: 32px;
  background: url("https://mizuha.itembox.design/item/images/utiiwai/2022/faq-icon02.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:0;
  left:0;
}

@media print, screen and (min-width:600px)  {
div.faq-utiiwai-wrap dl dd::before{
  content: "";
  width:32px;
  height: 32px;
  background-size: 100%;
  position: absolute;
  top:0;
  left:10px;
  }
}

div.faq-utiiwai a{   
  display: block;
  width:300px;
  height: 45px;
  border: 1px solid #DD6040;
  color: #DD6040;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 40px auto 0 auto;
  transition: 1s;
}

@media print, screen and (min-width:600px)  {
  div.faq-utiiwai a{   
    display: block;
    width:300px;
    height: 55px;  
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.0rem;
    margin: 40px auto 0 auto;
    transition: 1s;
  }
}

div.faq-utiiwai a:hover{   
  background: #DD6040;
  color: #FFF;
}

/*--------------------  TOPへボタン  --------------------*/

aside.special-btn-top{
  width:100%;
  margin: 40px auto 20px auto;
}

@media print, screen and (min-width:600px)  {
  aside.special-btn-top{
   width:100%;
   max-width: 1200px;
   margin: 120px auto 50px auto;
  }
}

aside.special-btn-top a{
  width:100%;
  height:40px;
  max-width: 280px;
  margin: 0 auto 20px auto;
}

@media print, screen and (min-width:600px)  {
  aside.special-btn-top a{
    margin: 0 auto 30px auto;
  }
}
