@charset "utf-8";
/* CSS Document */

body{
	font-family: HiraginoCustom,'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
	line-height: 1.8;
    letter-spacing: .05em;
}

.wrapper{
	max-width: 800px;
	margin: 0 auto;
  overflow-x: hidden;
}

img{
	width: 100%;
}

a{
	text-decoration: none;
	color: #000000;
    word-break: break-all;
}

a:hover{
	opacity: 0.7;
}

ul{
	list-style-type: none;
}

ul li{
	line-height: 1.5;
	margin-bottom: 10px;
}

.to_details{
	position: relative;
	left: 10px;
	margin-bottom: 10px;
}

.list_wrap{
	margin-top: 90px;
}

.single{
    position: relative;
    margin-top: 10px;
}

.single p{
	position: absolute;
}

.btn{
	position: absolute;
	left: 80px;
	top: 500px;
}

.btn a{
	display: block;
}

.teiki_1{
    position: relative;
}

.teiki_1 p{
	position: absolute;
}

.btn_1{
	position: absolute;
	left: 80px;
	bottom: 5px;
}

.btn_1 a{
	display: block;
}

.teiki_2{
    position: relative;
}

.dot_list {
    list-style:disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.apslt_lst{
    width: 660px;
	position: absolute;
	left: 80px;
	top: 600px;
}
.apslt_lst a {
    color: #6732f5;
    }

.apslt_lst li {
    margin-bottom: 5px;
}

.btn_2 p a{
	display: block;
}

.title{
	background-color: #E65514;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.container{
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}

.container_inner{
	max-width: 600px;
    width: 90%;
	margin: 0 auto;
}

.credit{
	max-width: 280px;
}

footer{
	padding: 30px 0;
}

.pb-60{
	padding-bottom: 60px;
}

.mt-40{
	margin-top: 40px;
}

.mt-60{
	margin-top: 60px;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-30{
	margin-bottom: 30px;
}

.txt-18{
	font-size: 18px;
}

.txt-14{
	font-size: 14px;
}

.tac{
	text-align: center
}

@media screen and (min-width: 769px) {    
.sp {
    display: none;
}
}
@media screen and (max-width: 768px) {
    
    .pc {
        display: none;
    }
    
.title{
    font-size: 22px;
    }
    
.txt-18{
	font-size: 16px;
}
.container_inner{
    font-size: 14px;
    }
    

.btn{
    width: 80%;
	left: 10%;
	top: 24%;
}
.btn_1{
    width: 80%;
	left: 10%;
	bottom: 1%;
}
	
.list_wrap{
	margin-top: 50px; 
}

.apslt_lst{
    width: 84%;
	left: 9%;
    top: 43%;
    font-size: 10px;
}
.dot_list {
    margin-left: 8px;
    margin-bottom: 20px
}
}
.dot_list li {
    margin-bottom: 0;
    }

/* shine */

.shine{
	overflow: hidden;
	z-index: 3;
	display: block;
	width: 97.5%;
	position: absolute;
	height: 0;
	top: 0;
	left: 1.1%;
	padding-bottom: 25%;
	border-radius: .2em;
}

.shine:before {
  content: "";
  width: 200%;
  height: 200%;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
  position: absolute;
  top: -50%;
  left: -50%;
  -webkit-animation-name: shine;
  -moz-animation-name: shine;
  -o-animation-name: shine;
  animation-name: shine;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes shine {
  from, 0% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( 100%, 0, 0) rotate(45deg);
    transform: translate3d( 100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( 100%, 0, 0) rotate(45deg);
    transform: translate3d( 100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  to, 100% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shine {
  from, 0% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( 100%, 0, 0) rotate(45deg);
    transform: translate3d( 100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( 100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( 100%, 0, 0) rotate(45deg);
    transform: translate3d( 100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  to, 100% {
    -webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d( -100%, 0, 0) rotate(45deg);
    -o-transform: translate3d( -100%, 0, 0) rotate(45deg);
    transform: translate3d( -100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}

/* expand */
.expand {
	display: block;
	position: relative;
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* campaign */
.wrapper .campaign{
	background-color: #c30d23;
	border-bottom: 5px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding: 8px;
}

.to_details .to_details_campaign{
	font-size: 1.8rem;
	position: relative;
	left: 10%;
	color: #c30d23;
	font-weight: bold;
  width: fit-content;
}

.price_campaign{
	font-size: 1.8rem;
	text-align: center;
	color: #c30d23;
	font-weight: bold;
}

@media screen and (max-width: 600px){
	.wrapper .campaign{
		font-size: 1rem;
	}
	
	.to_details .to_details_campaign{
		font-size: 0.9rem;
		left: 0;
	}
	
	.price_campaign{
		font-size: 0.9rem;
	}
}
/* contact
-----------------------------*/

.contact{
  text-align: center;
  margin: 2% 0 8%;
}
.contact_container{
  padding: 15px;
}
.contact .container01{
  background-color: #E65514;
  margin-bottom: 5%;
  padding: 15px;
}
.contact_shopname{
  margin: 0 auto 4%;
  display: block;
  width: 40%;
}
.contact_number{
  width: 80%;
}
.contact_time{
  font-size: 2rem;
  margin-top: 2%;
}
@media screen and (max-width:768px){
  .contact_shopname{
      width: 80%;
  }
  .contact_number{
    width: 100%;
  }
  .contact_time{
      font-size: 4vw;
      margin-top: 4%;
  }
}


.img_wrap {
  position: relative;
}

a.link_btn {
  position: absolute;
  display: block;
  width: 79%;
  height: 26%;
  border-radius: 10%;
  left: 9%;
  top: 66%;
}

a.link_btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

a.link_btn_02 {
  width: 80%;
  height: 17%;
  top: 73%;
  left: 10%;
}

a.link_btn_03 {
  width: 80%;
  height: 14%;
  top: 80%;
  left: 10%;
}

a.link_btn_04 {
  width: 80%;
  left: 10%;
  height: 13%;
  top: 80%;
}

a.link_btn_05 {
  width: 77%;
  left: 10%;
  height: 15%;
  top: 75%;
}

a.link_btn_06 {
  width: 80%;
  left: 10%;
  height: 17%;
  top: 62%;
}