@charset "utf-8";
/* レイアウトのためのCSS */

body{
    animation: bgchange 20s ease infinite;/*変化の時間を変更したい場合は20sの部分を好きな時間に変更*/
    font-family: 'Sawarabi Gothic', sans-serif;
	color: #2b2b2b;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}


@keyframes bgchange{
      0%   {background:#fcf8f8;}/*変化させたい色*/
      25%  {background:#fdf7f7;}/*変化させたい色*/
      50%  {background:#fff4f4;}/*変化させたい色*/
      75%  {background:#f8f1f1;}/*変化させたい色*/
      90%  {background:#fff4f4;}/*変化させたい色*/
      100% {background:#fdf7f7;}/*変化させたい色*/
 }

ul,
ol{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #2b2b2b;
	text-decoration: none;
    outline: none;
}

img{
    max-width:100%;
    height: auto;
    border-radius: 10px;
}

*{
    box-sizing: border-box
}

/* area */

html{
    overflow-x: hidden;/*IE11用*/
}

/*レイアウトのためのCSS*/
#wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 0 70px;
}

#main-area{
	width:70%;
}

#sub-area{
	width:24%;
    position: relative;
    z-index: 1;
}

/*1020px以下の見え方*/

@media screen and (max-width:1020px){
#wrapper{
    padding: 0;
}
#main-area,
#sub-area{
	width:100%;
    padding: 0 30px;
}
    
#sub-area{
    margin:0 0 80px 0;
}

}

/* header */
#header{
    background:url("../img/bg_header.png") no-repeat top center;
    background-size: contain;
}

#header h1{
    max-width:150px;
    margin:0 auto;
    padding: 40px 0 20px 0;
}

@media screen and (max-width:768px){
#header h1{
    max-width:120px;
    padding: 40px 0 0 0;
}
    
}

/*modal*/

.modaal-container{
    border-radius:10px;
}

/* nav */

#g-nav{
    animation-delay: .3s;
    position: relative;
    z-index: 4;/*hoverした際に出るパネルをsliderよりも前面に出す*/
}

#g-nav ul li a:hover{
     color:#B25938;   
}

#g-nav ul li a::after{
    content:"/";
    padding: 0 10px 0 20px;
}

#g-nav ul ul li a::after{
     content:"";
    padding: 0;
}

@media screen and (max-width:768px){
#g-nav ul li a::after{
    content:"";
    padding: 0;
}
#g-nav ul li a:hover{
    color: #fff;
}
}

/* heading */

.modaal-container h2,
#ranking h2,
#newitems h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color:#E0656F;
    margin: 100px 0 50px 0;
}

@media screen and (max-width:768px){
.modaal-container h2,
#ranking h2,
#newitems h2{
    margin:50px 0;
}
    
}

.modaal-container h2{
    margin: 0 0 30px 0;
}

.modaal-container h2 span,
#ranking h2 span,
#newitems h2 span{
    position: relative;
    padding: 0 70px;
}


@media screen and (max-width:550px){
.modaal-container h2,
#ranking h2,
#newitems h2{
    font-size: 1.2em;
}
.modaal-container h2 span,
#ranking h2 span,
#newitems h2 span{
    padding: 0 50px;
}

}

.modaal-container h2 span,
#ranking h2 span,
#newitems h2 span{
    background: url(../img/bg_header_01.png) no-repeat left, url(../img/bg_header_02.png) no-repeat right;
    background-size: 35px 35px;
    padding: 10px 60px;
    white-space: nowrap;
}

/* bg flower */

.flower1{
    position: absolute;
    background:url("../img/") no-repeat;
    background-size:contain;
    width:140px;
    height: 140px;
    top:25%;
    left:10%;
    animation-delay: .3s;
    z-index: 2;
}

.flower2{
    position: absolute;
    background:url("../img/") no-repeat;
    background-size:contain;
    width:100px;
    height: 100px;
    top:32%;
    right:10%;
    animation-delay: .5s;
    z-index: 2;
}

@media screen and (max-width:1020px){
  .flower1{
    width:90px;
    height:90px;
      top:15%;
}
.flower2{
    width:70px;
    height:70px;

}  
    
}

@media screen and (max-width:768px){
.flower1{
    width:70px;
    height: 70px;
    top:9%;
    left: 2%;
}
.flower2{
    width:50px;
    height: 50px;
    top:18%;
    right: 5%;
}
    
}

@media screen and (max-width:550px){

.flower1{
    top:14%;
}   

.flower2{
    top:19%;
    }
    
}


.flower3{
    position: absolute;
    background:url("../img/bg_flower01.png") no-repeat;
    background-size:contain;
    width:80px;
    height: 80px;
    top:5%;
    right:0;
    z-index: -1;
}

.flower4{
    position: absolute;
    background:url("../img/bg_flower02.png") no-repeat;
    background-size:contain;
    width:80px;
    height:80px;
    top:20%;
    right:30%;
    z-index: -1;
}

.flower5{
    position: absolute;
    background:url("../img/bg_flower03.png") no-repeat;
    background-size:contain;
    width:100px;
    height:100px;
    top:40%;
    left:0;
    z-index: -1;
}

.flower6{
    position: absolute;
    background:url("../img/bg_flower04.png") no-repeat;
    background-size:contain;
    width:80px;
    height:80px;
    top:60%;
    left:30%;
    z-index: -1;
}

.flower7{
    position: absolute;
    background:url("../img/bg_flower05.png") no-repeat;
    background-size:contain;
    width:100px;
    height:100px;
    top:80%;
    left:0;
    z-index: -1;
}

.flower8{
    position: absolute;
    background:url("../img/") no-repeat;
    background-size:contain;
    width:85px;
    height:85px;
    top:100%;
    left:10%;
    z-index: -1;
}

@media screen and (max-width:1020px){
.flower3,
.flower4,
.flower5,
.flower6,
.flower7,
.flower8{
    display: none;
    }
}

/* ranking */

/*画像の横幅を100%にしてレスポンシブ化*/
#ranking img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

.ranking-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    counter-reset: number;
}

.ranking-list li {
    position: relative;
    z-index: 1;
    width:30%;
    margin:20px 0;
    opacity: 0;
}

.ranking-list .ranking-cap{
    margin:10px 0 0 0;
    text-align: center;
    display: block;
}

@media screen and (max-width:550px){
.ranking-list li {
    width: 46%;
}
    
/* .ranking-list li:last-child{
    display: none;
    }     */
}

/* .ranking-list li::before {
      position: absolute;
      left:-0.5em;
      top:-0.5em;
      z-index: 2;
      counter-increment: number;
      content: counter(number);
      background: #B25938;
      display: inline-block;
      width: 2.5em;
      height:2.5em;
      line-height:2.5em;
      font-size:1.2rem;
      text-align: center;
      border-radius: 50%;
      color: #fff;
}
 */
@media screen and (max-width:768px){
.ranking-list li::before {
      width: 2em;
      height:2em;
      line-height:2em;
      font-size:1.1rem;
    }
    
}

.ranking-list li:nth-child(1)::before {
      background: #B25938; }
.ranking-list li:nth-child(2)::before {
      background: #B25938; }
.ranking-list li:nth-child(3)::before {
      background: #B25938; }

/* newitems */

#newitems{
    margin: 0 0 50px 0;
}

#newitems li{
    position: relative;
}

#newitems .choice-btn li{
    border-radius: 10px;    
}

span.detail-price{
    position: absolute;
    right:10px;
    bottom:10px;
    background:#fff;
    padding: 2px 10px;
    border-radius: 10px;
}

#newitems .choice-btn li .detail-cap{
     border-radius:10px;
}

/* news */

#news{
    background:#fff;
    border-radius: 10px;
    padding: 20px 0;
    margin: 0 0 50px 0;
}

#news h2{
  padding:0 20px 0 40px;
    color: #E0656F;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width:550px){
#news h2{
    font-size: 1.2rem;
    text-align: center;
    padding: 0;
}
    
}

/* sub-area */

.sub-btn-list{
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.sub-btn-list li{
    width:48%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
}

.sub-btn-list li img{
    width:30px;
}

.sub-btn-list li a{
     color:#fff;  
    display: block;
    border-radius: 10px;
    padding: 20px;
}

.inner-cap{
    padding: 10px;
}

.tab-area .area li a{
    display: block;
    border-bottom:1px solid #ccc;
    padding: 10px 10px 10px 20px;
    transition: all .3s;
}

.tab-area .area li a:hover{
     background:#efefef;   
}


/* footer */

#footer{
    padding:70px 70px 0 70px;
    background-size: contain;
	background-color:#E0656F;
}

.footer-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}

.footer-area a{
    color: #fff;
    transition: all .3s;
}

.footer-area a:hover{
     color:#B25938;   
}

.footer-area ul,
.footer-area dl{
    width:25%;
    line-height: 2;
}

.footer-area ul li::before{
    content: '-';
    padding: 0 10px;
}

.footer-area dt{
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
}

small{
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 50px 0;
}

@media screen and (max-width:1090px) {
    #footer{
     padding: 250px 30px 0 30px;   
    }
    
.footer-area ul{
    width:30%;
}

.footer-area dl{
    border-top: 1px solid #333;
    width:100%;
    padding: 50px 0 0 0;
    margin:50px 0 0 0;
    text-align: center;
    line-height: 2.5;
    }   
}

@media screen and (max-width:810px) {
    #footer{
     padding: 200px 30px 0 30px;   
    }
.footer-area ul{
    width:47%;
    margin: 0 0 50px 0;
}
.footer-area dl{
    border:none;
    width:47%;
    padding: 0;
    margin: 0 0 50px 0;
    text-align: left;
    line-height: 2;
    }
}

@media screen and (max-width:545px) {
    #footer{
     padding: 150px 30px 0 30px;   
    }
.footer-area ul,
.footer-area dl{
    border-top: 1px solid #457703;
    width: 100%;
    margin: 0 0 30px 0;
    padding:30px 0 0 0;
    line-height: 2.5;
}
.footer-area dl{
    text-align: center;
}
}

/* vision */

#vision{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #vision{
        margin:0 0 50px 0;
    }
    
}

#vision .img{
    width:40%;
    min-height: 590px;
    background:url("../img/img_gyoza01.JPG") no-repeat center;
    background-size: cover;
}

#vision .img2{
    width:40%;
    min-height: 590px;
    background:url("../img/img_007.jpg") no-repeat center;
    background-size: cover;
}

#vision .content{
   width:50%; 
    text-align: left;
	margin:0 0 15px 50px;
}

@media screen and (max-width:768px) {
  #vision .img,
　#vision .img2{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#vision .content{
    width:100%; 
    text-align: left;
	margin:0 10px 15px 10px;
}  
}

#vision h2{
    color:#E0656F;
    margin:0 0 30px 0;
}

#vision p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision .vision-lead{
    position: relative;
    color:#E0656F;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#vision .vision-lead{
    font-size:1rem;
    }
    
}

#vision .vision-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#eb6100;
    width:12em;
    height: 3px;
}


/* vision2 */

#vision2{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:50px 0 100px 0;

}

@media screen and (max-width:768px) {
    #vision2{
        margin:0 0 50px 0;
    }
    
}

#vision2 .img1{
    width:40%;
    min-height: 590px;
    background:url("../img/img_003.jpg") no-repeat center;
    background-size: cover;
}

#vision2 .img2{
    width:40%;
    min-height: 590px;
    background:url("../img/img_004.jpg") no-repeat center;
    background-size: cover;
}

#vision2 .img3{
    width:40%;
    min-height: 590px;
    background:url("../img/img_006.jpg") no-repeat center;
    background-size: cover;
}


#vision2 .content{
   width:50%; 
    text-align: left;
}

#vision2 h2{
    color:#E0656F;
    margin:0 0 15px 0;
}

#vision2 .vision2-lead{
    position: relative;
    color:#E0656F;
    font-weight: bold;
    margin: 0 0 50px 0;
}

@media screen and (max-width:768px) {
  #vision2 .img1,
  #vision2 .img2,
  #vision2 .img3{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}


#vision2 .content{
   width:100%; 
    text-align: left;
}  
}

#vision2 h2{
    color:#E0656F;
    margin:0 0 15px 0;
}

#vision2 p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision2 .vision2-lead{
    position: relative;
    color:#E0656F;
    font-weight: bold;
	font-size:1.3rem;
    margin: 0 0 50px 0;
}

@media screen and (max-width:768px) {
#vision2 .vision2-lead{
    font-size:1rem;
    }
    
}

#vision2 .vision2-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#eb6100;
    width:12em;
    height: 3px;
}

/* スマホ表示用。flipLeftTriggerを指定している親要素に指定しないとうまく動かない*/
#vision,
#vision2,
#vision3,
#vision4,
#vision5,
.service-area{
    transform:  translate3d(0, 0, 0);
}

/* vision3 */

#vision3{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #vision3{
        margin:0 0 50px 0;
    }
    
}

#vision3 .img{
    width:40%;
    min-height: 590px;
    background:url("../img/img_002.jpg") no-repeat center;
    background-size: cover;
}

#vision3 .content{
   width:50%; 
    text-align: left;
}

@media screen and (max-width:768px) {
  #vision3 .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#vision3 .content{
   width:100%; 
    text-align: left;
}  
}

#vision3 h2{
    color:#E0656F;
    margin:0 0 30px 0;
}

#vision3 p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision3 .vision3-lead{
    position: relative;
    color:#E0656F;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#vision3 .vision3-lead{
    font-size:1rem;
    }
    
}

#vision3 .vision3-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#eb6100;
    width:12em;
    height: 3px;
}


/* vision4 */

#vision4{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #vision4{
        margin:0 0 50px 0;
    }
    
}

#vision4 .img{
    width:40%;
    min-height: 590px;
    background:url("../img/img_004.jpg") no-repeat center;
    background-size: cover;
}

#vision4 .content{
   width:50%; 
    text-align: left;
}

@media screen and (max-width:768px) {
  #vision4 .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#vision4 .content{
   width:100%; 
    text-align: left;
}  
}

#vision4 h2{
    color:#E0656F;
    margin:0 0 30px 0;
}

#vision4 p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision4 .vision4-lead{
    position: relative;
    color:#E0656F;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#vision4 .vision4-lead{
    font-size:1rem;
    }
    
}

#vision4 .vision4-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#eb6100;
    width:12em;
    height: 3px;
}

/* vision5 */

#vision5{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:50px 0 100px 0;
	width:100%;
}

@media screen and (max-width:768px) {
    #vision5{
        margin:0 0 50px 0;
    }
    
}

#vision5 .img{
    width:45%;
    min-height: 590px;
    background:url("../img/img_005.jpg") no-repeat center;
    background-size: cover;
}

#vision5 .content{
   width:50%; 
    text-align: left;
	margin:0 0 15px 50px;
}

#vision5 h2{
    color:#E0656F;
    margin:0 0 15px 0;
}

#vision5 .vision5-lead{
    position: relative;
    color:#E0656F;
    font-weight: bold;
    margin: 0 0 50px 0;
}

@media screen and (max-width:768px) {
  #vision5 .img{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}

#vision5 .content{
   width:100%; 
    text-align: left;
	margin:0 10px 15px 10px;
}  
}

#vision5 h2{
    color:#E0656F;
	font-size:2.0rem;
    margin:0 0 15px 0;
}

#vision5 p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision5 .vision5-lead{
    position: relative;
    color:#E0656F;
    font-weight: bold;
    margin: 0 0 50px 0;
}

@media screen and (max-width:768px) {
#vision5 .vision5-lead{
    font-size:1rem;
    }
    
}

#vision5 .vision5-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#eb6100;
    width:12em;
    height: 3px;
}


/* lead */

#lead{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:140px;
}

#lead .lead-img{
     width:46%;
    min-height: 400px;
    background: url("../img/img006.jpg") no-repeat center;
    background-size: cover;
}

#lead .lead3-img{
     width:46%;
    min-height: 400px;
    background: url("../img/img007.jpg") no-repeat center;
    background-size: cover;
}

#lead .lead4-img{
     width:46%;
    min-height: 400px;
    background: url("../img/m02.jpg") no-repeat center;
    background-size: cover;
}

#lead .lead-area{
    width:52%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    flex-direction: row-reverse;
}

@media screen and (max-width:1060px) {
#lead .lead-img{
     width:30%;
}
#lead .lead-area{
    width:68%;
}
}

@media screen and (max-width:768px) {
#lead{
    flex-direction: column-reverse;
}

#lead .lead-img,
#lead .lead-img3,
#lead .lead-img4,
#lead .lead3-img,
#lead .lead4-img,
#lead .lead-area{
    width:100%;
} 
    
#lead .lead-img{
    min-height: 250px;
    }
    
#lead .lead-area{
    margin: 0 0 20px 0;
    min-height: 20em;
    justify-content: center;
}
}

#lead .lead-area h2,
#lead .lead-area p,
#lead .lead-area .lead-btn a{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
}

#lead .lead-area h2{
    width:28%;
    line-height:2.5;
    font-size:2rem;
}

#lead .lead-area p{
     width:48%;   
    padding: 50px 0 0 0;
    line-height: 2.8;
}

#lead .lead-area .lead-btn{
    width:10%; 
    position: relative;
    top: 240px;
}

#lead .btn04{
    padding:20px 15px;
}


@media screen and (max-width:1300px) {
#lead .lead-area h2{
    line-height:2;
}
#lead .lead-area p{
    line-height: 2.3;
}    
}

@media screen and (max-width:768px) {
#lead .lead-area .lead-btn{
    width:100%;
    top: 50px;
    text-align: center;
}
    
    .btn04{
        width:250px;
    }
    
#lead .lead-area h2,
#lead .lead-area p{
    width:auto;
} 
    
#lead .lead-area h2{
    margin:0 0 0 20px;
    line-height: 2.2;
}
    
#lead .lead-area p{
    line-height: 2;
}  
    
#lead .lead-area .lead-btn a{
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

#lead .btn04{
    padding: 10px 30px;
}
    
}

@media screen and (max-width:470px) {
#lead .lead-area h2{
    line-height: 1.8;
}
#lead .lead-area p{   
    height: 23em;
}
    
_:-ms-lang(x)::-ms-backdrop, #lead .lead-area p{
    width:8em;
}
    
#lead .lead-area p br{
    display: none;
}
}

@media screen and (max-width:350px) {
#lead .lead-area h2{
    line-height: 1.6;
}
#lead .lead-area p {
    line-height: 1.8;
}
}

/* lead2 */

#lead2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:140px;
}

#lead2 .lead2-img{
     width:46%;
    min-height: 400px;
    background: url("../img/img002.jpg") no-repeat center;
    background-size: cover;
}

#lead2 .lead2-area{
    width:52%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    flex-direction: row-reverse;
}

@media screen and (max-width:1060px) {
#lead2 .lead2-img{
     width:30%;
}
#lead2 .lead2-area{
    width:68%;
}
}

@media screen and (max-width:768px) {
#lead2{
    flex-direction: column-reverse;
}

#lead2 .lead2-img,
#lead2 .lead2-area{
    width:100%;
} 
    
#lead2 .lead2-img{
    min-height: 250px;
    }
    
#lead2 .lead2-area{
    margin: 0 0 20px 0;
    min-height: 20em;
    justify-content: center;
}
}

#lead2 .lead2-area h2,
#lead2 .lead2-area p,
#lead2 .lead2-area .lead2-btn a{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
}

#lead2 .lead2-area h2{
    width:28%;
    line-height:2.5;
    font-size:2rem;
}

#lead2 .lead2-area p{
     width:48%;   
    padding: 50px 0 0 0;
    line-height: 2.8;
}

#lead2 .lead2-area .lead2-btn{
    width:10%; 
    position: relative;
    top: 240px;
}

#lead2 .btn04{
    padding:20px 15px;
}


@media screen and (max-width:1300px) {
#lead2 .lead2-area h2{
    line-height:2;
}
#lead2 .lead2-area p{
    line-height: 2.3;
}    
}

@media screen and (max-width:768px) {
#lead2 .lead2-area .lead2-btn{
    width:100%;
    top: 50px;
    text-align: center;
}
    
    .btn04{
        width:250px;
    }
    
#lead2 .lead2-area h2,
#lead2 .lead2-area p{
    width:auto;
} 
    
#lead2 .lead2-area h2{
    margin:0 0 0 20px;
    line-height: 2.2;
}
    
#lead2 .lead2-area p{
    line-height: 2;
}  
    
#lead2 .lead2-area .lead2-btn a{
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

#lead2 .btn04{
    padding: 10px 30px;
}
    
}

@media screen and (max-width:470px) {
#lead2 .lead2-area h2{
    line-height: 1.8;
}
#lead2 .lead2-area p{   
    height: 23em;
}
    
_:-ms-lang(x)::-ms-backdrop, #lead2 .lead2-area p{
    width:8em;
}
    
#lead2 .lead2-area p br{
    display: none;
}
}

@media screen and (max-width:350px) {
#lead2 .lead2-area h2{
    line-height: 1.6;
}
#lead2 .lead2-area p {
    line-height: 1.8;
}
}


/* lead3 */

#lead3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:140px;
}

#lead3 .lead3-img{
     width:46%;
    min-height: 400px;
    background: url("../img/img001.jpg") no-repeat center;
    background-size: cover;
}

#lead3 .lead3-area{
    width:52%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    flex-direction: row-reverse;
}

@media screen and (max-width:1060px) {
#lead3 .lead3-img{
     width:30%;
}
#lead3 .lead3-area{
    width:68%;
}
}

@media screen and (max-width:768px) {
#lead3{
    flex-direction: column-reverse;
}

#lead3 .lead3-img,
#lead3 .lead3-area{
    width:100%;
} 
    
#lead3 .lead3-img{
    min-height: 250px;
    }
    
#lead3 .lead3-area{
    margin: 0 0 20px 0;
    min-height: 20em;
    justify-content: center;
}
}

#lead3 .lead3-area h2,
#lead3 .lead3-area p,
#lead3 .lead3-area .lead3-btn a{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
}

#lead3 .lead3-area h2{
    width:28%;
    line-height:2.5;
    font-size:2rem;
}

#lead3 .lead3-area p{
     width:48%;   
    padding: 50px 0 0 0;
    line-height: 2.8;
}

#lead3 .lead3-area .lead3-btn{
    width:10%; 
    position: relative;
    top: 240px;
}

#lead3 .btn04{
    padding:20px 15px;
}


@media screen and (max-width:1300px) {
#lead3 .lead3-area h2{
    line-height:2;
}
#lead3 .lead3-area p{
    line-height: 2.3;
}    
}

@media screen and (max-width:768px) {
#lead3 .lead3-area .lead3-btn{
    width:100%;
    top: 50px;
    text-align: center;
}
    
    .btn04{
        width:250px;
    }
    
#lead3 .lead3-area h2,
#lead3 .lead3-area p{
    width:auto;
} 
    
#lead3 .lead3-area h2{
    margin:0 0 0 20px;
    line-height: 2.2;
}
    
#lead3 .lead3-area p{
    line-height: 2;
}  
    
#lead3 .lead3-area .lead3-btn a{
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

#lead3 .btn04{
    padding: 10px 30px;
}
    
}

@media screen and (max-width:470px) {
#lead3 .lead3-area h2{
    line-height: 1.8;
}
#lead3 .lead3-area p{   
    height: 23em;
}
    
_:-ms-lang(x)::-ms-backdrop, #lead3 .lead3-area p{
    width:8em;
}
    
#lead3 .lead3-area p br{
    display: none;
}
}

@media screen and (max-width:350px) {
#lead3 .lead3-area h2{
    line-height: 1.6;
}
#lead3 .lead3-area p {
    line-height: 1.8;
}
}

/* menu */

#menu{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:50px 0 100px 0;
	width:100%;
}

@media screen and (max-width:768px) {
    #menu{
        margin:0 0 50px 0;
    }
    
}

#menu .img1{
    width:40%;
    min-height: 300px;
    background:url("../img/m04.jpg") no-repeat center;
    background-size: cover;
}

#menu .img2{
    width:40%;
    min-height: 300px;
    background:url("../img/nama-gyoza.jpg") no-repeat center;
    background-size: cover;
}

#menu .img3{
    width:40%;
    min-height: 300px;
    background:url("../img/gyouza-bento.jpg") no-repeat center;
    background-size: cover;
}

#menu .img4{
    width:40%;
    min-height: 300px;
    background:url("../img/shiso_s.jpg") no-repeat center;
    background-size: cover;
}

#menu .img5{
    width:40%;
    min-height: 300px;
    background:url("../img/menu003.jpg") no-repeat center;
    background-size: cover;
}

#menu .img6{
    width:40%;
    min-height: 300px;
    background:url("../img/menu004.jpg") no-repeat center;
    background-size: cover;
}

#menu .img7{
    width:40%;
    min-height: 300px;
    background:url("../img/menu001.jpg") no-repeat center;
    background-size: cover;
}

#menu .img8{
    width:40%;
    min-height: 300px;
    background:url("../img/menu005.jpg") no-repeat center;
    background-size: cover;
}

#menu .img9{
    width:40%;
    min-height: 300px;
    background:url("../img/menu002.jpg") no-repeat center;
    background-size: cover;
}

#menu .img10{
    width:40%;
    min-height: 300px;
    background:url("../img/teisyoku-SP.jpg") no-repeat center;
    background-size: cover;
}

#menu .img11{
    width:40%;
    min-height: 300px;
    background:url("../img/shiso_teisyoku.jpg") no-repeat center;
    background-size: cover;
}

#menu .img12{
    width:40%;
    min-height: 400px;
    background:url("../img/serori03.jpg") no-repeat center;
    background-size: cover;
	padding:10px;
}

#menu .content{
   width:50%; 
    text-align: left;
}

#menu h2{
    color:#060606;
    margin:0 0 15px 0;
}

#menu .menu-lead{
    position: relative;
    color:#060606;
    font-weight: bold;
    margin: 0 0 50px 0;
}

@media screen and (max-width:768px) {
  #menu .img1 {
    width:100%;
    min-height: 240px;
     margin:0 0 50px 0;
}

 #menu .img2{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}

#menu .img3{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}

#menu .img4{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}

#menu .img5{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}
	
#menu .img6{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}
	
#menu .img7{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}
	
#menu .img8{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}
	
#menu .img9{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}
	
#menu .img10{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}
	
#menu .img11{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}
	
	#menu .img12{
    width:100%;
    min-height: 290px;
     margin:0 0 50px 0;
}

#menu .content{
   width:100%; 
    text-align: left;
}  
}

#menu h2{
    color:#060606;
    margin:0 0 15px 0;
}

#menu p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#menu .menu-lead{
    position: relative;
    color:#060606;
    font-weight: bold;
	font-size:1.3rem;
    margin: 0 0 10px 0;
}

@media screen and (max-width:768px) {
#menu .menu-lead{
    font-size:1rem;
    }
    
}



/* スマホ表示用。flipLeftTriggerを指定している親要素に指定しないとうまく動かない*/
#menu,
#menu2,
#menu3,
#menu4,
#menu5,






.service-area{
    transform:  translate3d(0, 0, 0);
}

/* ボタンデザイン用*/


.btn03{
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    text-align: center;
    background: transparent;
	border-radius: 25px;
	border: solid 1px #B25938;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.btn03:hover{
	border-color:transparent;	
}

/*ボタンの中のテキスト*/
.btn03 span {
	position: relative;
	z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
	display: block;
    padding: 10px 30px;
	background:#fff;
	border-radius: 25px;
	color:#B25938;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
}

/*== 下に押し込まれる（立体が平面に） */

/*影の設定*/
.pushdown:before {
    content:"";
    /*絶対配置で影の位置を決める*/
    position: absolute;
	z-index: -1;
    top:4px;
    left:0;
    /*影の形状*/
    width: 100%;
    height: 100%;
	border-radius: 25px;
    background-color: #B25938;
}

/*hoverの際にY軸に4pxずらす*/
.pushdown:hover span {
	background-color: #B25938;
	color: #fff;
	transform: translateY(4px);
}

/* about */

#about{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#about{
    margin: 0 0 100px 0;
}
    
}

#about h2{
    text-align: center;
    color:#E0656F;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#about h2{
    margin:0 0 50px 0;
    }
}

#about .about-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl{
     display: flex;
    justify-content: space-between;
}

#about .about-list dt{
    width:30%;
    padding: 0 0 0 40px;
}

@media screen and (max-width:590px) {

#about .about-list dt{
     padding:0 0 0 10px; 
    }
}

#about .about-list dd{
    width:65%;
}


/* 新着情報ページ */

#info-all {
    padding: 40px 20px;
}

/* 目次スタイル */
#info-index {
    margin-bottom: 20px;
}

#info-index ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* リンクを横並びにする */
    gap: 10px; /* 各リンクの間隔を調整 */
    flex-wrap: wrap; /* 必要に応じて折り返し */
}

#info-index li {
    margin-bottom: 0; /* 縦の余白をリセット */
}

/* ボタンスタイル */
.delayScroll {
    margin-top: 10px;
}

/* 新着情報スタイル */
.info-wrapper {
    display: block;
}

.info-item {
    margin-bottom: 20px; /* 各新着情報の間隔 */
    padding: 20px;
    border: 1px solid #ddd; /* 細い線の枠 */
    border-radius: 5px; /* 枠の角を少し丸く */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* 少し影を付けて浮き上がり効果 */
}

.info-date {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
}

.info-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.info-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.info-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* スマホ対応 */
@media (max-width: 768px) {
    #info-all {
        padding: 20px 10px;
    }

    .info-title {
        font-size: 18px;
    }

    .info-text {
        font-size: 14px;
    }

    #info-index ul {
        flex-direction: column; /* スマホでは縦並びにする */
        gap: 10px; /* 縦の間隔を調整 */
    }
}


/*#tv-info*/
/* セクション全体のスタイル */
#tv-info {
    padding: 20px;
}

#tv-info h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

/* グリッドの設定 */
.tv-info-grid {
    display: grid;
    gap: 20px;
}

@media (min-width: 768px) {
    .tv-info-grid {
        grid-template-columns: repeat(4, 1fr); /* PCでは4列 */
    }
}

@media (max-width: 767px) {
    .tv-info-grid {
        grid-template-columns: repeat(2, 1fr); /* スマホでは2列 */
    }
}

/* アイテムのスタイル */
.tv-info-item {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tv-info-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* フェードダウンアニメーション */
.fadeDown {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s, transform 0.5s;
}

.fadeDownTrigger {
    opacity: 0;
    transform: translateY(20px);
}
