@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Noto Sans JP", "sans-serif";
    line-height: 1.7;
}
a {
    text-decoration: none;
}
/*img {
    max-width: 100%;
}*/



/**動きがなめらかになる**/
a { 
    text-decoration: none; 
    transition: all .6s ease;
    color: inherit;
}

a:hover { 
    transition: all .6s ease;
}



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通とPC向け 960px以上　1024px以上は固定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/



/* パソコンでは"pc"のclassがついた画像が表示 */
.pc { display: block !important; }
.sp { display: none !important; }



/* パソコンでは"pc-br"のclassがついた改行が効く */
.pc-br { display: block !important; }
.sp-br { display: none !important; }


.text-s {
    font-size: 0.7em;
}


.text-sm {
    font-size: 0.8em;
    border: 0px solid red;
}

.text-m {
    font-size: 0.85em;
    border: 0px solid red;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding:  0 4%; 
    border: 0px solid red;

}


/* header
------------------------------------- */



.taslogo {
    width: 200px;
    margin-top: 10px;
    margin-left: 10px;
    /*margin-bottom: 10px;*/
    border: 0px solid red;
    text-align: left;
    display: inline-block;
}


/*
header .top {
    width: 1100px;
    height: 642px;
    margin: 0 auto;
    border: 1px solid red;
    position: relative;
}


header .top img{
    object-fit: cover;
    position: absolute;
    margin: 0 auto;
    border: 0px solid red;
    width: 100%;
    height: 100%;
}
*/



/* topimg
------------------------------------- */
.top {
    border: 0px solid red;
    margin: 0 auto;
    text-align: center;


}

.top img {
    max-width: 70%;
    height: auto;
}




/* intro
------------------------------------- */

.intro {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;

}


.intro_midashi {
    margin-top: 15px;
    margin-bottom: 5px;;

}


.intro_midashi img {
    width: 650px;
    margin: 0 auto;
    border: 0px solid red;
}


h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.2em;
    width:70%;
    margin: 0 auto;
    border: 0px solid red;
    background: linear-gradient(transparent 90%,#FFEC00 90%);
    display: inline;
}

.leadtext {
    font-weight: bold;
    width:70%;
    margin: 0 auto;
    padding: 15px 0;
    border: 0px solid red;

}



.info {
    width:70%;
    /*background: rgba(255, 250, 205, 0.5);*/
    text-align: center;
    margin: 0 auto 0px auto;
    padding: 20px 0 20px 0;
    list-style: none;
    /*line-height: 2;*/
    border: 0px solid #48d1cc;
    border-radius: 20px;
}


.detail {
    font-size: 0.9em;
    margin: 8px auto 0 auto;
    display: block;
    line-height: 1.5em;
}

.add {
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
    margin: 10px auto 5px auto;
}

.info_midashi {
    /*background-color: #fff3b8;*/
    font-weight: bold;
    /*background: linear-gradient(transparent 70%,#a1d8e6 70%);*/
    background: linear-gradient(transparent 70%,#ffff9e 70%);
    font-size: 1.1em;
}

.info-text {
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0px solid red;
    display: block;
}

.day-detail {
    font-size: 1.1em;
    border-bottom: dotted 2px #000;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}


.day-detail2 {
    font-size: 1em;
    color: #ff0000;
    border: 0px solid red;
}



.day-detail3 {
    font-size: 0.8em;
    margin: 8px auto 0 auto;
    text-align: left;
    display: block;
    line-height: 1.5em;
    width: 85%;
    border: 0px solid red;
}



.info-text2 {
    line-height: 1.5;
    margin-top: 10px;
    border: 0px solid red;
    display: block;
}

.bc_banner {
    margin-top: 10px;
}

.bc_banner img {
    border: 0px solid red;
    
}



.bookend  {
    border-top: 0px solid #70c7d2;
    height: 8px;
    background-image: repeating-linear-gradient(45deg, #70c7d2 0, #70c7d2 1px, transparent 0, transparent 50%);
    background-size: 8px 8px;
    width: 80%;
    margin: 0 auto;
}


.btn-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}


.btn-item {
    border: 0px solid red;
}


/*

.header-wrapper .stage {
    color: #667000;
    background-color: #c4d700;
}


.header-wrapper .goods {
    color: #A35809;
    background-color: #ffa41b;
}*/



.header-wrapper .btn a:hover {
    /*background: #333;*/
    color: #fff;
}
   
.simple_square_btn6 {
	display: block;
	position: relative;
	width: 50%;
	padding: 1.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
    font-size: 1.3em;;
    font-weight: bold;
	background: #5dc5da;
    border-radius: 0px;
	border:0px solid #1B1B1B;
	 -webkit-backface-visibility: hidden; 
	 -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-right: 50px;
}
.simple_square_btn6:hover {
	cursor: pointer;
    color: #fff;
	text-decoration: none;
    text-decoration-thickness: 1px;
	-webkit-animation: simple_square_btn6 0.5s both;
	-moz-animation: simple_square_btn6 0.5s both;
	animation: simple_square_btn6 0.5s both;
}

@-webkit-keyframes simple_square_btn6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-moz-keyframes simple_square_btn6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes simple_square_btn6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
   
.simple_square_btn7 {
	display: block;
	position: relative;
	width: 300px;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	color: #fff;
    font-size: 1.3em;;
    font-weight: bold;
	background: #74C6B9;
    border-radiusb: 0px;
	border:0px solid #1B1B1B;
	 -webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.simple_square_btn7:hover {
	 cursor: pointer;
    color: #fff;
	 text-decoration: none;
	-webkit-animation: simple_square_btn6 0.5s both;
	-moz-animation: simple_square_btn6 0.5s both;
	        animation: simple_square_btn6 0.5s both;
}
@-webkit-keyframes simple_square_btn7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-moz-keyframes simple_square_btn7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes simple_square_btn7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}





/* 特典詳細
------------------------------------- */

.goods-midashi2 {
  text-align: center;
  padding: 15px 0;
  /*background-color: #52B674;*/
  background-color: #5dc5da;

}

.sample_07 {
  font-size: 1.4em;
  line-height: 1.4em !important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0px 50px;
  color: #fff;
}
.sample_07:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}


.sample_07:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.sample_07:before {
  left:0;
}
.sample_07:after {
  right: 0;
}



.goods-midashi3 {
  text-align: center;
  padding: 15px 0;
  /*background-color: #52B674;*/
  background-color: #74C6B9;

}

.sample_08 {
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  color: #fff;
  border: 0px solid red;
}
.sample_08:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}


.sample_08:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.sample_08:before {
  left:0;
}
.sample_08:after {
  right: 0;
}

.sample_08-text-s {
    font-size: 0.9em;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
}



    
 .sample_08-caution {
        font-size: 0.9em;
        color: red;
        font-weight: bold;
        border: 0px solid red;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;

    }


        


.goods-midashi {
    margin: 0 auto;
    border: 0px solid red;
    text-align: center;
    width: 500px;
}


.goods-midashi img{
    width: 500px;
    border: 0px solid red;
}





/* 親要素(アイテム) */
.flex-container {
    margin: 0 auto;
    width:90%;
    /*height:1300px;*/
    border:0px solid red;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: stretch;*/
    align-content: center;
}

/* 子要素(アイテム) */


.ribbon {
    display: inline-block;
    position: relative;
    height: 22px;/*高さ*/
    line-height: 22px;/*高さ*/
    text-align: center;
    padding: 0 30px 5px 5px;/*文字の左右の余白*/
    font-size: 0.9rem;/*文字サイズ*/
    background: red;/*背景色*/
    font-weight: normal;
    color: #FFF;/*文字色*/
    box-sizing: border-box;
    border: 0px solid red;
    margin-bottom: 5px;
}

.ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon:after {
    top: 0;
    right: 0;
    border-width: 10px 5px 10px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}




.flex-item1 {
    background-color: #fff;
    color: #000;
    width: 280px;
    height: 535px;/*リンクあり*/
    /*height: 495px;リンクなし*/
    border: 2px dotted #c0c0c0;
    /*border: 1px solid #333;*/
    /*border: 5px solid #b2dde1;*/
    /*border: 5px solid #c2edf1;*/
    text-align: center;
    margin:10px;
    position: relative;
}


.flex-item2 {
    background-color: #fff;
    color: #000;
    width: 280px;
    height: 535px;/*リンクあり*/
    /*height: 495px;リンクなし*/
    /*border: 1px solid #333;*/
    /*border: 5px solid #b2dde1;*/
    /*border: 5px solid #c2f1dd;*/
    border: 2px dotted #c0c0c0;
    text-align: center;
    margin:10px;
    position: relative;
}

.goods_img img{
    border: 0px solid red;
    width: 100%;

}

.goods_name {
    font-size: 1rem;
    width: 85%;
    margin: 10px auto 5px auto;
    font-weight: bold;
    line-height: 1.5em;
    border: 0px solid red;
    text-align: left;
}

.goods_name2 {
    line-height:45px;

}


.goods_price {
    font-size: 0.9rem;
    width: 85%;
    /*height:93px;*/
    margin: 5px auto 8px auto;
    font-weight: bold;
    text-align: left;
}



.caution {
    color: red;
    font-size: 0.7em;;
    width: 85%;
    text-align: left;
    margin: 0 auto 5px auto;
    border: 0px solid blue;
}


/*後日追加：詳細はこちらボタン*/
.btn {
    /*background-color: rgba(0,0,0,1);*/
    /*background-color: #ff8400;*/
    background-color: #ffed4f;
    border-radius: 5px;
    padding: 6px;
    width: 60%;
    margin: 0px auto 0 auto;
    color: #000;
    /*color: #333333;*/
    border: 0px solid red;
    font-size: 0.9rem;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);

}

.btn:hover {
    /*background-color: rgba(0,0,0,0.7);*/
    /*background-color: #ee7c56;*/
    color: #999999;
}

.item-caution {
    width: 70%;
    padding: 20px auto 0 auto;
    font-size: 0.8rem;
    line-height: 1.7em;
    margin: 20px auto 0 auto;
    text-align: left;
    border: 0px solid #000;
    
}

.triangle01 {
  display: table;
  width: 100%;
  height: 200px;
  background-color: #70c7d2;
  transform: skewY(5deg);
  margin-top: 5vw;
}

.triangle01 p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.triangle01 > * {
  transform: skewY(-5deg);
}


.section1{ 
  padding-bottom: calc(10vw + 10px);  
    position: relative;
    overflow: hidden;
    background-color:#fff;}　/* .section1の背景 */ 
.section1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #E5E5E5;  /* 三角をグレーにする */ 
  border-left: 100vw solid transparent;
}




/* footer
------------------------------------- */

footer {
    /*background-color: #afeeee;*/
    /*background-color: #6b88c4;*/
    text-align: center;
    padding: 30px 0;
    margin-top: 50px;
    border: 0px solid red;
    color: #000;
    /*background-color: #70c7d2;*/
    /*background-color: #0881A3;*/
    /*background-color: #f8f4e6;*/

}

.copy {
    font-size: 0.6em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~
ページTOP
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 30px;
    bottom: 0px;
    opacity: 0.7;
    border: 0px solid red;
}
#page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #000;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #000;
    border: 0px solid red;
}



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 タブレット向け：
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media all and (max-width: 768px) {

/*~~~~~~~~~~~~~~~~~~~~~~~~~
ヘッダー
~~~~~~~~~~~~~~~~~~~~~~~~~~*/


    .top img {
        max-width: 85%;
    }


    .intro_midashi img {
        max-width: 60%;
    }

    .flex-container {
        width: 100%;


    }

    
    h2 {
        font-size: 1.2em;
        width:95%;
    }

    .leadtext {
        font-weight: bold;
        width:95%;
        margin: 0 auto;

    }



    .bc_banner img {
        width: 70%;
        border: 0px solid red;
        
    }



    .day-detail2 {
        font-size: 0.8em;
    }

    .day-detail3 {
        font-size: 0.7em;
        width: 98%;
        border: 0px solid red;
    }


}
    


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 スマートフォン向け：560px未満
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media screen and (max-width: 559px) {
    



    /* スマートフォンでは"sp"のclassがついた画像が表示 */
    .pc { display: none !important; }
    .sp { display: block !important; }



    /* スマートフォンでは"sp-br"が改行される */
    .pc-br {display: none !important;}
    .sp-br {display: block !important; }


    /* header
    ------------------------------------- */

    .taslogo {
        width: 100px;
        /* hmメニュー用margin-top: 15px;
        margin-bottom: 15px;*/
        margin-left: 5px;
    }



    /* top
    ------------------------------------- */


    .top img {
        max-width: 95%;
    }


    /* intro
    ------------------------------------- */

    .intro {
        border: 0px solid red;
        width: 100%;
        margin-bottom: 32px;
    }

        
    .intro_midashi {
        margin-top: 0px;
    }

        
    .intro_midashi img {
        max-width: 100%;
        margin: 0 auto;
        border: 0px solid red;
    }


    
    h2 {
        font-size: 0.85em;
        width:98%;
    }

    .leadtext {
        font-weight: bold;
        width:98%;
        font-size: 0.75em;
        margin: 0 auto;
        border: 0px solid red;

    }


    .info {
        width: 95%;
        padding: 10px 0 20px 0;
        line-height: 1.3;
        border: 0px solid red;
    }

    .info_midashi {
        font-size: 0.9em;
        background: linear-gradient(transparent 90%,#ffff9e 80%);
    }


    .day-detail {
        font-size: 0.9em;
        padding-bottom: 8px;
    }
    
    .day-detail2 {
        font-size: 0.8em;
        border: 0px solid red;
    }

        

    .day-detail3 {
        width: 95%;
        font-size: 0.7em;
        border: 0px solid red;
    }


    .detail {
        font-size: 0.6em;
    }


    .info-text {   
        font-size: 0.8em;
    }


    .info-text2 {
        
        font-size: 0.8em;
        line-height: ;
    
    }

    
    .bc_banner {
        margin-top: 10px;
    }

    .bc_banner img {
        width: 80%;
        border: 0px solid red;
        
    }


    .bookend  {
	    border-top: 0px solid #70c7d2;
        height: 8px;
        background-image: repeating-linear-gradient(45deg, #70c7d2 0, #70c7d2 1px,transparent 0, transparent 50%);
        background-size: 8px 8px;
        width: 95%;
        margin: 0 auto;
    }

        
    .btn-container {
        margin: 30px auto 0 auto;
        display: block;
        text-align: center;
        border: 0px solid red;
    }


    
    .simple_square_btn6 {
        width: 80%;
        font-size: 1.1em;;
        font-weight: bold;
        margin: 0 auto 10px auto;
    }


    .simple_square_btn7 {
        width: 80%;
        font-size: 1.1em;;
        font-weight: bold;a;
        margin-right: 0px;
        margin: 0 auto 0px auto;
    }



    .sample_07 {
        font-size: 1.1em;
        padding: 0px 50px 0 50px;
    }



    .goods-midashi2 {
        text-align: center;
        padding: 3px 0 5px 0;
        border: 0px solid red;

    }

    .goods-midashi3 {
        text-align: center;
        padding: 5px 0;
        border: 0px solid red;
    }


    .sample_08 {
        font-size: 1.1em;
        padding: 0px 50px 0 50px;
        /*padding: 0 50px 8px 50px;*/
        border: 0px solid red;
    }

    .sample_08-text-s {
        font-size: 0.8em;
        padding: 8px 0;
        width: 80%;
        border: 0px solid red;
    }

    .sample_08-caution {
        width: 80%;
        font-size: 0.8em;
    }


    .flex-item1 {
        width: 280px;
        height: 535px;/*リンクあり*/
        /*height: 475px;リンクなし*/
    }


    .flex-item2 {
        width: 280px;
        height: 535px;/*リンクあり*/
        /*height: 475px;リンクなし*/
    }

        
    .item-caution {
        width: 85%;
        border: 0px solid #000;
        
    }

    .btn {
        font-size: 1em;
        width: 90%;
    }



}
