@charset "utf-8";
/* --------------------------------------- */
/* default-style
/* --------------------------------------- */
body {
    color: #000;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 1em;
    line-height: 1.0em;
    margin: 0;
    padding: 0;
    text-align: center;
  overflow: scroll;
  max-width:750px;
    margin-left: auto;
    margin-right: auto;

}

a {
    cursor: pointer;
}
p {
    line-height: 1.6em;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
img {
    border: none;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* --------------------------------------- */
/* link
/* --------------------------------------- */
a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #333;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    color: #B21B55;
    text-decoration: underline;
}
/* --------------------------------------- */
/* clearfix
/* --------------------------------------- */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/* --------------------------------------- */
/* header
/* --------------------------------------- */

#wrapper {
    background: #FFF;
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    text-align: center;
}

#header {
    background: #FFF;
    display: block;
    margin: 0 auto 0;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
#header {
    zoom: 1;
}
#header:after {
    clear: both;
    content: "";
    display: block;
}
.h_logo {
    float: left;
    margin-top: 5px;
    width: 30%;
}
.header_tel {
    float: right;
    display: inline-block;
 width: calc(370 / 750* 100%);;
}

/* --------------------------------------- */
/* スマホ対応
/* --------------------------------------- */

@media screen and (max-width:720px) {
.pc_only {
    display: none !important;
}
}

@media screen and (min-width:769px) {
.sp_only {
    display: none !important;
}
}

/* --------------------------------------- */
/* ボタン動き
/* --------------------------------------- */

/* ===== 上下にふわふわ ===== */
@keyframes btn_animation {
 0% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 100% {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
}
}
.btn_animation {
    animation-name: btn_animation;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* ===== 左右にスライド ===== */
.btn_animation2{
animation: btn_animation2 3s infinite;
}

@keyframes btn_animation2 {
0% {
		transform: translate(2px, 0px);
	}
	5% {
		transform: translate(-2px, 0px);
	}
	10% {
		transform: translate(2px, 0px);
	}
	15% {
		transform: translate(-2px, 0px);
	}
	20% {
		transform: translate(2px, 0px);
	}
	25% {
		transform: translate(-2px, 0px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}

/* --------------------------------------- */
/* cta
/* --------------------------------------- */

/* 注文CTA */
.cta1 {
    position: relative;
    margin-top: 3%;
    margin-bottom: 3%;
}

.btn_cta1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 39%;
    margin: auto;
}

/* 単品CTA */
.cta3 {
    margin: 0 auto;
    position: relative;
    margin-bottom: 6%;
}
.btn_cta3 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10%;
    margin: auto;
}

/* 720px以下なら */
@media screen and (max-width:720px) {
.btn_cta1 {
    width:80%;
}

.btn_cta3 {
    width:80%;
}
}

/* 電話CTA */
.cta2 {
    position: relative;
}
.btn_cta2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    margin: auto;
    width: 85%;
}

/* --------------------------------------- */
/* 返品
/* --------------------------------------- */

.return2 {
  width: 80%;
  margin: 0 auto;
}

.return_title {
  background-color: #696969;
  border: 1px solid transparent;
  color: #fff;
  padding: .625em .625em .625em;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size:1.0em;
}

.return_title::before, .return_title::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 5px;
  right: 25px;
}

.return_title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.return_title:hover,
.return_title:active,
.return_title.is-active { 
  background-color: #006e54;
}

.return_title.is-active::before {
  opacity: 0;
}

.return_title.is-active::after {
  transform: rotate(0);
}

.return_content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 0.6em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
  font-size:1.2em;
}

.return_content.is-open {
  border: 1px solid #006e54;
  padding: .625em 0.6em;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
  margin-bottom:3%;
}

/* 720px以下なら */
@media screen and (max-width:720px) {
.return_content {
  font-size:0.8em;
}
}

