@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* 基本設定:　ページ全体 */
body {
   margin: 0;
 font-family: 'M PLUS Rounded 1c', sans-serif;
     font-size: 100%;
}

/*外枠*/
html:before,
html:after,
body:before,
body:after {
  content: "";
  background: #ffcf4c;
  position: fixed;
  display: block;
  z-index: 10;
}

/* 上 */
html:before {
  height: 20px; 
  width: 100vw;
  left: 0;
  top: 0;
     z-index: 20;
}

/* 右 */
html:after {
  width: 20px;
  height: 100vh;
  right: 0;
  top: 0;
}

/* 下 */
body:before {
  height: 20px;
  width: 100vw;
  bottom: 0;
  left: 0;
}

/* 左 */
body:after {
  width: 20px;
  height: 100vh;
  top: 0;
  left: 0;
}

@media (max-width:599px){
 html:before {
  height: 10px; 
}
html:after {
  width: 10px;
}
body:before {
  height: 10px;
}
body:after {
  width: 10px;
}
  }

main{
     font-family: 'M PLUS Rounded 1c', sans-serif; 
}

.rlt{
    position: relative;
}
.abs{
    position: absolute;
}

/* 基本設定:　フォントサイズ */
@media (max-width:599px){
  :root {
    font-size: 12px;
  }
}
@media (min-width:600px) and (max-width:799px){
  :root {
    font-size: 14px;
  }
}

@media (min-width:800px){
  :root {
    font-size: 16px;
  }
}

#page-top {
    position: fixed;
    bottom: 0px;
    right: 30px;
  font-size: 190%;
        z-index: 50;
}
#page-top a {
    background: #20983A;
    text-decoration: none;
    color: #fff;
    width: 50px;
  height: 50px;
    text-align: center;
    display: block;
    border-radius: 50px;
}
#page-top a:hover {
    text-decoration: none;
    background: #1A872F;
}
@media (max-width: 767px){
  #page-top { font-size: 220%;
      position: fixed;
    bottom: 5px;
    right: 20px;
}
  #page-top a { width: 45px;
  height: 45px;
}
}

header {
  top:0;
  left:0;
 background-color:#fcfad8;
  width: 100%;
  z-index: 10;
     transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.headA {
  display: inline-block;
  line-height: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width:1099px){

  header .container {
    display: flex;
  align-items: center;
    justify-content: space-between;
    margin-left: 60px;
    margin-right: 60px;
      }
    .headB ul {
    display: flex;
  }
  
}
/*ナビゲーションメニュー*/
.headB ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.headB a {
  display: block;
  padding: 25px 25px;
  font-size: 0.9rem;
  color:#9c6b39;
  text-decoration: none;
  text-align: center;
}

.headB ul:last-child{
  border-bottom: solid 0px;
}
  .noslider header{
    position: static;
  }

@media (min-width:1000px) and (max-width:1250px){
  .headB a {padding: 27px 20px;
    font-size: 0.8rem;}
}

/*トグルボタン*/
@media (max-width: 1100px){
  
  header .container-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .headA {  
    margin: 10px;
  }
  .headC {
    margin-left: 10px;
    margin: 15px 0px;
    border: none;
    outline: none;
    background: none;
    font-size: 25px;
    color:#ee7c1a;
    cursor: pointer;
  }
  .headC :hover{
    opacity: 0.3;
}
  .headB {
    display: none;
    background-color:#F7F7F7;
  }
  .headB a{
     border-bottom: solid 1px #CCCCCC;
    padding: 15px;
   font-size: 15px;}
}
@media (min-width: 1099px){
  .headA  img{
    width: 200px;
    padding-top: 4px;
  }
  .headC {
    display: none;
  }
   .headB {
    display: block !important;
  }
  .headB a {
    font-weight: bold;
  }
  .headB a:hover {
        transition: 0.2s;
  color: #AB2B24;
}
  .headB li .on{
 color: #db4747;
}
  .head-fixed,
.noslider .head-fixed {
  position: fixed;
        padding: 25px 0 10px;
}
.noslider .head-fixed{
 
}
}




.head_main{
   /* border-top:20px solid #F5BC1A; */
    background-color: #FDF9DB;
   padding: 40px 0 60px;
}
.headbg
 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.headbg{
  background-color: #fff;
}

.mican_title{
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
   height: 200px;
  background-position: center;
  background-size: cover;
  color: #fff;
  }

.mican_title .text{
   color: #fff;
  font-size: 1rem;
  padding: 0px 0px 0px;
  margin-bottom: 90px;
}


/*ヘッダー*/
h1 {text-shadow: 1px 2px 3px #808080;
}

#menu-box {
  padding:20px 0px;
background: #f5bc1a;
        text-align: right;
}

#menu {
	
	padding: 0;
    margin:0 50px 0 0px;
}
#menu li{

	    display: inline-block;
	
}
#menu li a {
    display: block;
    padding: 10px 15px 10px;
    background-color: #ffffff;
    color: #673515;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    border: solid 3px #ffe789;
    /* box-shadow: 2px 3px 2px #e5e5e5; */
    transition: 0.3s;
    font-weight: bold;
}
#menu li:last-child a{
	
}
#menu li a:hover{
	background: #fff39d;
  	transition: 0.3s ;
}
#menu span{
  font-size:0.75rem;
}





 
/* 画面サイズが768px以下の場合に適用 
@media only screen and (max-width: 768px) {
	#menu li {
		width: 25%;
		border-bottom: 1px solid #85211C;
	}
}
 */
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 950px) {
  #menu-box {
  padding:20px 0px;
  height: auto;
background-color: #F5BC1A;
    

border-bottom:solid 0px #f79424;}
	#menu li a {
	display: block;
      padding: 5px 0 5px;
  	width: 100%;
  
  }
  
	#menu li {
	margin: 0 10px;
	}	
}

.maru{
    background: #fff;
    
    height: 370px;
    width: 370px;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#mican_gomuin strong{
    font-size: 35px;
   
    text-align: center;
    color: #fd7d2b;
        padding: 0 10px;
    background: linear-gradient(transparent 65%, #fbff00 0%); 
        letter-spacing: 2px;
        line-height: 1.6;
}
.hatsubai{
    text-align: center;
          color: #64a510;
    font-size: 23px;
}

#mican {
     background-color: #FDF9DB;
  text-align: center;
   margin: 0;
  padding: 0px;
  line-height:0;
        
}
  #mican img{
      max-width: 1100px;
}


/*スライダー*/
.slide .mican_illust1{
    right: 10%;
    top:30px;
    z-index: 5;
    width: 400px;
}
.infiniteslide{
 
}
/*
.infiniteslide_wrap{
position: absolute;
    top: 0;
    z-index: -1;
 
}
*/
.infiniteslide,
.infiniteslide li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.infiniteslide img{
    display: block;
    padding: 0px;
    width:400px;
    height:auto;
}



@media (min-width: 768px) {

  
  #mican .container2{
    display: none;
  }
 #mican img{
 width:100%;
   height: auto;
}





}
@media (max-width: 767px) {
#menu-box {
  padding:10px 0px;}
    .mican_title{
   height: 50px;
   min-height: 0px;
  }
  .mican_title .text{
   color: #fff;
  font-size: 0.8rem;
  padding: 0px 0px 10px;
}
 
}

.Lineup {
   padding: 25px 0px;
   background-color:#FFFBF1;
   background-image: url(image/haikei4.png);
  background-attachment: fixed;
  background-repeat:repeat;

}
.top_title{
 max-width: 1100px;
   margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
#mican_gomuin {
       background-image: linear-gradient( -45deg, #feffc3 25%, #ffffdf 25%, #ffffdf 50%, #feffc3 50%, #feffc3 75%, #ffffdf 75%, #ffffdf );
  /* 幅、高さで背景画像のサイズを指定 */
  background-size: 30px 30px;
  z-index: -10;
      overflow: hidden;

  
}

.hata{
   min-height: 45px;
    background-image: url(image/mican/hata2.png);
 background-repeat: repeat-x;
  background-size:contain;
  top:0;
    z-index: 2;
}

.slide{
    margin-top: 0px;
        overflow: hidden;
}
#mican_gomuin .text{
  font-size: 1.05rem;
  line-height: 1.7;
    color: #825936;
   /* background-color: #ffffff;*/
  border-radius: 10px;
  padding: 25px;
 /* box-shadow: 5px 5px 0px  #ffeb00;*/
    text-align: center;
} 

#mican_gomuin h3{
  font-size: 1.3rem;
}

  .Lineup .title-left h3{
        display: inline-block;
    }


@media (min-width: 1100px) {
    #scroll{
       width: 50px;
        display: block;
        margin: 0 auto;
    }
    
    .scroll{
    text-align: center;    
    }
  #mican_gomuin {
        padding: 0 0 100px;
  }
  

  #mican_gomuin .container{
     position: relative;
 max-width: 1100px;
    margin: 0 auto;
margin-top: 80px;
         
  }
    .text_center{
        margin-top: 50px;
            font-size: 18px;
    }
    .han1{
       width: 150px;
    height: auto;
    position: absolute;
    left: 150px;
    top: 50px;
    }
        .han2{
         width: 200px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 10px;
            z-index: 5;
    }
    
       .rei1{
        width: 270px;
        left: 30px;
        bottom: 0;
        
    }
      .rei2{
        width: 210px;
        right:  0;
        top: 0;
    }
       .rei3{
          width: 170px;
    right: 120px;
    top: 130px;
    }
#mican_gomuin .text{
  
  z-index: 2;
     padding: 50px;
  font-size: 16px;
    line-height: 2;
  }
  
  
 
  
  
.Lineup .yugain .naiyou img{
   padding:0px;
  }  
  
    .Lineup .contents{
 max-width: 1200px;
    }
    
}


.Lineup h1 {
  text-align: center;
}
.Lineup img {
  max-width: 100%;
}

.Lineup .contents{
  background-color: #fff;

  margin-left: auto;
  margin-right: auto;
   margin-bottom: 100px;
   border-radius: 15px;
  padding: 0px;
   
}

.Lineup .contents .order {
     padding-top: 20px;
}
.Lineup .contents .yugain{
     padding-top: 20px;
}
.Lineup .contents2{
   max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
   margin-bottom: 17px;
 
  padding: 0px;
  
}
.Lineup ul{
   
    padding-left: 0px
}
.Lineup li {
    list-style: none;
    float: left;
}


.new{
    background: #ff7600;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    top:-5px;
    left: -5px;
    z-index: 5;
}
@media (min-width: 1200px) {
     .naiyou ul:after {
    content: "";
    clear: both;
    display: block;
}
    
    
    .Lineup .large li {
    width: 175px;
        margin-right:15px;
        margin-bottom: 30px
}
    
       .Lineup .large li:nth-child(6n){
        margin-right:0px;
}
    
       .Lineup .contents2{
    display: flex;
}
        .Lineup .middle li {
    width: 160px;
        margin-right:35px;
        margin-bottom: 30px
}
    
       .Lineup .middle li:nth-child(3n){
        margin-right:0px;
}
      .Lineup .mini li {
       width: 135px;
    margin-right: 30px;
        margin-bottom: 30px
}
    
       .Lineup .mini li:nth-child(3n){
        margin-right:0px;
}
    
    
    .Lineup .mini li img{
        padding:0px;}
    
    .contents_l{
        width: 1125px;
        margin: 0 auto;
    }
    .Lineup .order ul{
        float: left;
    }
    
    .Lineup .order li {
    width: 180px;
    margin-right: 35px;
}
    
     .Lineup .order li:nth-child(3n){
        margin-right:0px;
}

  .Lineup .yugain li {
    width: 300px;
    margin-right: 25px;
}
    
     .Lineup .yugain li:nth-child(3n){
        margin-right:0px;
}    
    
    
     .Lineup .title-left{
            display: block;
    margin: 0 auto;
   
  }
    .Lineup .title-left h3{
        width: 250px;
        display: inline-block;
            margin: 0;
    }

    
    .mican_illust1{
          right: 50px;
    bottom: 0px;
    width: 330px;
    }
    
    
     .mican_illust2{
        width: 140px;
    right: 10px;
    bottom: -30px;
    }
    
    .Lineup .middle {
  flex: 5.5;
}
.Lineup .mini {
  flex: 4.5;
}
  .Lineup .middle .naiyou{
    padding: 0px 45px 25px;}

  .Lineup .mini .naiyou{
    padding: 0px 30px 25px;}
}


    .Lineup .price{
      display: inline-block;
    vertical-align: text-bottom;
    color: #a26519;
    margin-left: 10px;
            font-size: 16px;
  }
.Lineup .price span{
    font-size: 14px;
}

.Lineup .contents h3{
    margin: 0;
}

.Lineup li img{
        border: solid 1px #FFE191;
    border-radius: 5px;
    margin-bottom:5px;
    padding:10px;
    box-sizing: border-box;
    background: #fff;
}

.Lineup li .p_name{
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px
}
.Lineup .m .p_name{
    color: #FF8B03;
    background: #FFFCE2;
}
.Lineup .d .p_name{
    color: #679932;
    background: #e9fde4;
}

.Lineup .k .p_name{
    color: #ffa500;
    background: #feffca;
}

.Lineup li .size{
    text-align: center;
    margin: 0;
    font-size: 11.5px;
    color: #915c06
}
.Lineup .middle {
     background: #fff;
   border-radius: 15px;
   
}
.Lineup .mini {
  background: #fff;
   border-radius: 15px;
}

.Lineup .title {
padding: 15px 10px 5px;
    text-align: center;
}
.Lineup .naiyou {
padding: 3px 10px;

}



.naiyou a{
  text-decoration: none; 
  transition-duration: 0.2s;
}
.naiyou a:hover{
    opacity: 0.65;  
  transition-duration: 0.2s;
}



.Lineup .kyodaku p {
  text-align: right;
  padding-right: 10px;
  font-size: 0.7rem;
      color: #764f19;
}
.order_title {
 
  text-align: center;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 25px;
  border: solid 0px #fff;
  padding: 15px;
    box-sizing: border-box;
  border-radius: 10px;
    background-color:#f5eed1;
  align-items: center;
    justify-content: space-between;
}
.order_title h2 {
  font-size: 1.5rem;
margin: 0;
  color: #b38d37;
   align-items: center;
    justify-content: space-between;
}


  
 

@media(min-width: 768px) {
  
  #mican_s_l,#shop_l{
   margin-top:-73px;
  padding-top:73px;
}

  
    .online_shop{
   text-align: center;
    
  }
  
   .online_shop img{
 
      width:450px;
      border-radius: 5px;
  border: solid 2px #AB2B24;
    box-shadow: 3px 3px #b27373;
  }
  .top_title img {
       width: 450px;
  }
   .top_title_s img {
 
  }
 #mican_gomuin{
    margin-bottom: 0px;
  }
  
  .Lineup {
    margin-top: 0px;
    padding: 40px 0px;}
  
  
 
  
}
   
 
  
  .Lineup .contents2 {
  margin-bottom: 100px;
  }

 
  .Lineup .naiyou{
    align-items: flex-end;
      margin-bottom: 0px;
  }

  .Lineup .middle {
    margin-right: 30px;
  }
  .Lineup .contents_right {
  padding-left: 10px;
}
   .Lineup .contents_right2 {
  padding-left: 20px;
}
  
    

.mican_illust3{
    width: 400px;
    margin-left: 60px;
    margin-top: 30px;
}

.mican_illust4 {
    width: 280px;
    position: absolute;
    right: 0;
    bottom: 30px;
}
  .order .naiyou{
       padding: 0px 40px 30px;
    overflow: hidden;
   
  }

   .yugain .naiyou{
    padding: 0px 70px 30px;
    display: flex;
    justify-content:space-around;
    align-items: flex-end;
  }
  
  .Lineup .kyodaku{
max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
  
  .order_mican{
    padding-left: 50px;
 
    
  }
  .order_mican_sp{
  display: none;
    
  }
@media (min-width:1100px){
  #mican{
    margin-top: 101px;
  }
}


@media (min-width:600px) and (max-width:1199px) {
   html:before {
  height: 1.5vw; 
}
html:after {
  width: 1.5vw;
}
body:before {
  height: 1.5vw; 
}
body:after {
  width: 1.5vw;
}
   header {
    padding: 1.1vw 0px 0;
  }
   .headC {
    margin-right: 10px;}
  #mican img {
    width: 90%;
    height: auto;
}
  
    .top_title p{
  padding: 0px 10px;
    }
    .top_title {
     
    
    }
   
    .Lineup .contents2{
    
}
  
 #mican_gomuin {
      padding-bottom: 10vh;
    z-index: 0;
  }
  
  #mican_gomuin .container{
     position: relative;
  }
  
     .han1{
       width: 13%;
    height: auto;
    position: absolute;
    left: 130px;
    top: 30px;
    }
        .han2{
         width: 18%;
    height: auto;
    position: absolute;
    left: 2%;
    top: 10px;
            z-index: 5;
    }
    
       .rei1{
           width: 20vw;
        left: 30px;
        bottom: 0;
        
    }
      .rei2{
           width: 22vw;
        right:  0;
        top: 0;
    }
       .rei3{
          width: 18vw;
    right: 13%;
    top: 25%;
    }
  
  .mican_illust1 {
    right: 3%;
    bottom: -10%;
      width: 30vw;
}
#mican_gomuin .text{
width: 50%;
  margin: 0 auto;

  
  }
  
    .Lineup {
      padding-left: 10px;
      padding-right: 10px;
    }
  
  .top_title img {
    width: 45vw;
}
    .Lineup h3 img {
   max-width: 250px;
    }
  
  
    .Lineup .contents {
         width: 95%;
          margin: 0px auto;
       margin-bottom: 17px;
      padding-bottom: 10px;}
     .Lineup .contents2 {
         width: 95%;
          margin: 0px auto;
       margin-bottom: 17px;
      }
    .Lineup .naiyou {
    padding: 0px 20px 10px;
    margin-bottom: 0px;
}
  .Lineup ul {
      overflow: inherit;
  }
  .naiyou ul:after {
    content: "";
    clear: both;
    display: block;
}
       .large .naiyou li,.order .naiyou li {
       margin-right:2%;
     margin-bottom: 5%;
       width: 20%;
    width: -webkit-calc(92% / 5);
    width: calc(92% / 5);
  }
     .middle .naiyou li{
       margin-right:1%;
     margin-bottom: 5%;
       width: 20%;
    width: -webkit-calc(94% / 6);
    width: calc(94% / 6);
  }
    .mini .naiyou li{
        margin-right:3%;
     margin-bottom: 5%;
       width: 27%;
    width: -webkit-calc(88% / 5);
    width: calc(88% / 5);
    }
      
       .yugain .naiyou li{
       margin-right:3%;
     margin-bottom: 5%;
       width: 20%;
    width: -webkit-calc(94% / 3);
    width: calc(94% / 3);
  }
    
      .Lineup li .p_name{
          font-size: 13px;
      }
    
  .large .naiyou li:nth-child(5n),.middle .naiyou li:nth-child(6n),.mini .naiyou li:nth-child(5n),.order .naiyou li:nth-child(5n),.yugain .naiyou li:nth-child(3n){
        margin-right:0px;
}    

  
  .mican_illust2{
        width: 13vw;
    right: 10px;
    bottom: -10vw;
    }

    .Lineup .middle {
    margin-right: 0;
            margin-bottom: 50px;
        margin-top: 50px;
    }
    
     
     .Lineup .mini {
       
    padding-bottom: 0px;}
   
  
    
    .order_title {
  width:100%;
  margin-top: 15px;
  align-items: center;
    justify-content: space-between;
}
  
 
   .mican_illust3 {
    width: 35vw;
    margin-left: 0px;
    margin-top: 0px;
       position: absolute;
        right: 2vw;
    bottom: 13vw;
}
 .mican_illust4 {
       width: 30vw;
  position: absolute;
    right: 0;
    bottom: 50px;
}
  
    .top_title_s img {
     width: 80%;
      height: auto;
  }
  .online_shop{
        text-align: center;
    margin: 50px 0;
  }
  .online_shop img {
    width: 35vw;
    border-radius: 5px;
    border: solid 2px #AB2B24;
    box-shadow: 3px 3px #b27373;
}
     #mican_shachihata .text {
    flex: 6;
}
  #mican_shachihata .image {
    flex: 4;
}
    
    .taihen{
        font-size: 9px;
        letter-spacing: 0.8px;
    }
}

.mes{
    color: #f39747;
}

@media (min-width: 600px) {
    
       .main_sp{
          display: none;
      }
}
  @media (max-width: 599px) {
      header{
              padding: 10px 0 0;
      }
      .main_pc{
          display: none;
      }
      #mican img{
          width: 100%;
      }
      .head_main {
    padding: 20px 10px;
}
      #menu {
    padding: 0;
    margin: 0 20px 0 0px;
}
  .hata{
   min-height: 25px;
 }
  #mican_gomuin{
    padding: 0px 0px 20px;
    
  }
  #mican_gomuin .text{

 margin: 10px;
    margin-bottom: 15px;
     padding: 15px;
  font-size: 1.2rem;
  }
      .mes{ font-size: 1.2rem}
      #mican_gomuin strong{
          font-size: 25px;
      }
      .hatsubai{
          font-size: 18px;
      }
      .han1{
       width: 35%;
    height: auto;
    position: initial;
  margin-left: 10%;
    }
        .han2{
          width: 40%;
    height: auto;
    position:initial;
         
    }
    
       .rei1{
        width: 28%;
        left: 30px;
        bottom: 0;
        position: initial;
            margin-left: 7%;
    }
      .rei2{
        width: 28%;
        right:  0;
        top: 0;
            position: initial;
    }
       .rei3{
          width: 28%;
    right: 120px;
    top: 130px;
             position: initial;
    }
    
    .mican_illust1{
      width: 80%;
      position:initial;
      display: block;
      margin: 20px auto 10px;
    }
    
    .mican_illust2{
      width: 40%;
      position: initial;
      display: block;
      margin: 0 auto;
    }
 .mican_illust4 {
       width: 60vw;
   margin: 50px auto 0;
     display: block;
     position: inherit;
}
   .top_title p{
  padding: 0px 10px;
    }
    .top_title {
      width: 100%;
      margin: 0px 0px 30px 0px;
    }
   
    #mican_gomuin {
    
      margin-bottom: 0px;
    }
    #mican_gomuin .container{
        padding-top: 10px;
      padding-bottom: 10px;
    }

  
    
      .online_shop{
   text-align: center;
    
  }
  
   .online_shop img{
     margin-top: 30px;
      width:85%;
      border-radius: 5px;
  border: solid 2px #AB2B24;
    box-shadow: 3px 3px #b27373;
  }
        
    .Lineup {
      padding-left: 10px;
      padding-right: 10px;
    }
    .Lineup h2 img {
       width: 80vw;
    }
    
    .Lineup .title {
padding: 1px 15px 5px;
 align-items: center; 
}
    .Lineup .contents {
         width: 100%;
          margin: 0px 0px;
       margin-bottom: 17px;
      padding-bottom: 10px;}
     .Lineup .contents2 {
         width: 100%;
          margin: 0px 0px;
       margin-bottom: 17px;
      padding-bottom: 10px;}
    
    
    
     .Lineup .title-left h3 img{
        width: 46vw;
    }
    
    
    .Lineup .naiyou{
      padding: 0 15px;
    }
      .Lineup ul{
          overflow: inherit;
      }
      .naiyou ul:after {
    content: "";         /* 擬似要素を実体化 */
    clear: both;        /* floatを解除する */
    display: block;     /* ブロック要素にする */
}

      
      
   .large .naiyou li,.middle .naiyou li,.order .naiyou li {
       margin-right:5%;
     margin-bottom: 7%;
       width: 27%;
    width: -webkit-calc(95% / 2);
    width: calc(95% / 2);
  }
    
    .mini .naiyou li{
        margin-right:5%;
     margin-bottom: 5%;
       width: 27%;
    width: -webkit-calc(95% / 2);
    width: calc(95% / 2);
    }
      
        .yugain .naiyou li{
     margin-bottom: 5%;
    }
    
      .Lineup li .p_name{
          font-size: 14px;
      }
    
  .large .naiyou li:nth-child(2n),.middle .naiyou li:nth-child(2n),.mini .naiyou li:nth-child(2n),.order .naiyou li:nth-child(2n){
        margin-right:0px;
}    
    
 
  
  .mican_illust3{
    width: 80%;
    display: block;
    margin:0 auto;
}
    
    .Lineup .middle {
          margin: 0px 0px;
      margin-bottom: 17px;
    padding-bottom: 10px;}
    
      
    
    
    
     .Lineup .mini {    
    padding-bottom: 10px;}
    .Lineup .title-right img{height: 40px;}
    .Lineup .middle .title-right img{
      height: 20px;
    }
    
    
    
    .order_title {
   margin-top: 15px;

  align-items: center;
    justify-content: space-between;
}
   
  }
#mican_shachihata{
  overflow: hidden;
  text-align: center;
    padding: 80px 0px 100px;
  background-color:#fff6d5;
}

  .top_title_s{
  text-align: center;
  }
#mican_shachihata h3{
  margin: 0;
  font-size:1.5rem;
  font-weight: bold;
  color: #ff9300;
}

#mican_shachihata .text{
  text-align: left;
  padding: 10px 25px;
  color: #8C7464;
  
  
}
.link_s{
text-align: center;
}
#mican_shachihata .link_s a{
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  padding: 8px 30px;
   background-color: #EE7C1A;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
 
}


#mican_shachihata .dark  .link_s a{
   background-color: #479d68;
}

#mican_shachihata .dark  .link_s a:hover{
  background-color: #6cc668;
}


#mican_shachihata .image img{
  text-align: center;
  border: solid 5px #ffffff;
  border-radius: 0px;
 
}
#mican_shachihata .image a:hover{
  opacity: 0.8;
  
}


#mican_shachihata  .link_s a:hover{
  background-color: #FF9135;
  color: #fff;
  text-decoration: none;
}

#mican_shachihata .container{
  margin:0 auto;
  border-radius: 10px;
  }


@media(min-width: 1200px) {
  #mican_shachihata .text{
  flex:5;
}
#mican_shachihata .image{
  flex: 6;
}
}

@media(min-width: 768px) {
  #mican_shachihata .container{
  display: flex;
  max-width: 1100px;

  margin-left: auto;
  margin-right: auto;
   
 
  border-radius: 10px;
  }
#mican_shachihata .image{
  display: flex;
}
  .chirashi{
    flex:4;
    margin-right: 10px;
  }
 #mican_gomuin .container{
    padding: 30px;

  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
     flex-direction: row-reverse;
  }

 #mican_shachihata .image img{
 max-width: 250px;
   height: auto;
  
  }
  .top_title_s img{
    max-width: 400px;
          margin-bottom: 30px;
  }
}
@media(max-width: 767px){
#mican_shachihata .image
  
  {display: flex;}
  .chirashi{
    flex:5;
    margin-right: 0px;
  }
  #mican_shachihata .image img{
  margin-top: 10px;
  
  }
#mican_shachihata .text{
   font-size: 1.1rem;
   margin-top: 0px;
}

#mican_shachihata{
  text-align: center;
   padding: 25px 0px 40px;
  background-color:#fdf3cf;
}

  .top_title_s{
  text-align: center;
  }

#mican_shachihata img {
     width: 45vw;
}
#mican_shachihata .text{
  text-align: left;
  padding: 10px 25px;
  color: #8C7464;
  
  
}
.link_s{
text-align: center;
}
    
    .Lineup .kyodaku {
   width: 95%;
}
    
    
#mican_shachihata .link_s a{
  width:80%;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  padding: 8px 1px;
   background-color: #EE7C1A;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
 
}
#mican_shachihata .image{
  text-align: center;
}
#mican_shachihata .image img{
  text-align: center;
   max-width: 70%;
 
}

#mican_shachihata a:hover{
  background-color: #FF9135;
  color: #fff;
  text-decoration: none;
}

}

#Shop {
  padding: 40px 0px 70px;
 background-color: #fff6d5;

  background-image: linear-gradient(
    -45deg,
    #D2EFBF 25%,
    #ddf2ce 25%, #ddf2ce 50%,
    #D2EFBF 50%, #D2EFBF 75%,
    #ddf2ce 75%, #ddf2ce
  );

  background-size: 30px 30px;
}

#Shop h2 {
     text-align: center;
    color: #1a9841;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 60px;
    display: inline-block;
}

#Shop .container{
  text-align: center;
}
#Shop .contents_left
{
  padding: 25px;
border-radius: 15px;
  background-color:#fffbf1;
  box-shadow: 5px 5px #E5E5E5;
}

#Shop img {
  max-width: 100%;} 

#Shop h3{
  font-size: 1.3rem;
  color: #f78a0b;
  text-align: center;
}

#Shop .contents_left h3{
  background: #F9A653;
  margin-top:0px; 
  margin-bottom: 10px;
  color: #fff;
  padding: 10px;
  border-radius: 7px;
}
#Shop table{
  width: 100%;
  border-collapse: collapse;
  border-top: solid 0px #ddd;
  text-align: left;
font-size: 1.1rem;
    word-break: keep-all;
}
#Shop th, #Shop td{

  padding-top: 1rem;
  padding-bottom: 1rem;
}

#Shop tr{  border-bottom: solid 1px #ddd;}
#Shop tr:last-child{
  border-bottom: solid 0px #ddd;
}
#Shop th {
  padding-right: 1.5rem;
padding-left: 1rem;
}

#Shop p{
     padding: 0px 20px;
    font-size: 1.1rem;
  text-align: left;
}
#Shop .link{
  margin-top: 10px;
  border-top: 4px dotted #F5B46B;
}
#Shop .link img{
  width: 90%;
  border-radius: 5px;
  border: solid 2px #AB2B24;
    box-shadow: 3px 3px #b27373;
}

#Shop .link a:hover{
 opacity: 0.8;
}
#Shop .container2 {
  margin-top: 30px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.google-maps{
  
  padding: 10px 0px 20px;
  border-radius: 15px;
  background-color:#fffbf1;
  box-shadow: 5px 5px #E5E5E5;
  text-align: center;
}


@media(min-width: 768px) {

  #Shop .container{
  display: flex;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
    margin-bottom: 70px;
  }
  #Shop .contents_left{
  flex: 4;
      margin-right: 20px;
}
#Shop .contents_right{
  flex: 5;
}
  .google-maps{
      max-width: 1100px;
  }
  
}
@media(max-width: 767px) {
    #Shop{
    padding:10px 10px 35px;
  }
   #Shop h2 img {
    width: 170px
    }
#Shop .contents_left
{
  padding: 15px 20px;
}
  #Shop .contents_right
{
  padding-top: 10px;
  margin: 10px;
}
}
@media(max-width: 800px){
  #Shop h2 img{
    margin-top: 20px;
     height: 50px;
    width: auto;
  }
  #Shop .container2{
    width: 100%;
  }
 #Shop h3{

padding-top: 17px}

  
  #Shop .google-maps {

    
  
	padding: 0 0 15%;
height: 300px;
	
  }
  #Shop .google-maps iframe {
	margin: 0px 0px;
  
	left: 0;
	width: 95% ;
	height: 280px ;}
}

 /*フッター*/
  footer {
    padding: 20px 0px 0px 10px;
    color: #fff;
    background-color: #FC951A;
     margin-left: auto;
margin-right: auto;
  }
 footer .container{
   padding: 30px 20px;
}
.footA {
 
  margin-bottom: 30px;
}
.footA h2{ margin: 0;
  text-align: left;}
.footA img{
  width: 200px;
  margin-bottom: 20px;
}

.footA p{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.footB ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footA li{
    padding: 2px;
  list-style: none;
}
.footB div{
  margin-bottom: 20px;
}
.footB a {
  display: block;
  padding: 5px;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}
.footB a:hover{
background-color: #FFBF1F;
}

@media(min-width: 768px) {
  footer .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .footA {
    flex:0 0 40%;
  }
  .footB {
    border-left: solid 1px;
    display: flex;
    flex:0 0 54%;
    margin-bottom: 10px;
  }
  .footB div{
    flex: 1;
  }
  .footB div{
    margin-left: 40px;
  }
  .footC {
    flex: 0 0 100%;
  }
}
.footC{
  margin-top: 20px;
  font-size: 0.9rem;
  text-align: center;
}
  
@media(max-width: 800px){
  footer{
    padding: 10px;
  }
  .footB a{
    font-size: 14px;
  }
  .footA img{
  width: 170px;}
}

}