/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 750px;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inner {
  width: 69rem;
  margin: 0 auto;
}

.mainv {
  position: relative;
}
.mainv .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 6%;
}

#onayami {
  position: relative;
}

#soudan {
  margin-top: -21%;
}

.cta {
  background: #0A3661;
  position: relative;
  padding: 8rem 0;
}
.cta .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 29%;
}

#shop {
  background: #0A3661;
  padding: 8.5rem 0 8rem;
}
#shop h2 {
  margin-bottom: 5.5rem;
}
#shop #acmenu dt {
  display: block;
  cursor: pointer;
  background: #fff;
  position: relative;
  color: #004D9E;
  padding: 3.1rem 0px 3rem 5rem;
  margin-bottom: 4rem;
  font-size: 3.2rem;
  border-radius: 0.5rem .5rem 0 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#shop #acmenu dt:after {
  position: absolute;
  content: none;
  background: url(../img/open.png) no-repeat;
  right: 3%;
  top: 33%;
  width: 13.6rem;
  height: 3.8rem;
}
#shop #acmenu dt.open {
  border-radius: .5rem .5rem 0 0;
}
#shop #acmenu dt.open:after {
  background: url(../img/close.png) no-repeat;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#shop #acmenu dt:last-child {
  margin-bottom: 0;
}
#shop #acmenu dd {
  background: #fff;
  display: block;
  margin-top: -4rem;
  margin-bottom: 4rem;
  padding: 0 4.5rem 4rem;
  border-radius: 0 0 .5rem .5rem;
}
#shop #acmenu dd .txt {
  font-weight: bold;
  margin-bottom: 2.5rem;
}
#shop #acmenu dd .mail {
  margin-top: 2.5rem;
  text-align: center;
}
#shop #acmenu dd .tel {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
#shop #acmenu dd .tel a {
  width: 55rem;
  height: 10.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  background: url(../img/btn-bg.png) no-repeat;
  padding: 2.9rem 0;
}

.footer {
  padding: 1.9rem 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: 100%;
  }

  .inner {
    width: 95%;
  }

  .img img {
    width: 100%;
  }

  #shop #acmenu dd {
    margin-top: -4.1rem;
  }

  .footer .img img {
    width: 50%;
  }
}
@media (max-width: 750px) {
  body {
    width: 100%;
  }

  .inner {
    width: 95%;
  }

  .mainv .btn img {
    width: 80%;
  }

  .cta {
    padding: 4rem 0;
  }
  .cta .btn {
    bottom: 28%;
  }
  .cta .btn img {
    width: 80%;
  }

  #shop {
    padding: 4.1rem 0 4rem;
  }
  #shop h2 {
    margin-bottom: 2.5rem;
  }
  #shop h2 img {
    width: 80%;
  }
  #shop #acmenu dt {
    padding: 1.5rem 0px 1.5rem 2.5rem;
    font-size: 4.5vw;
  }
  #shop #acmenu dt::after {
    background-size: 75%;
    top: 27%;
    right: -2%;
  }
  #shop #acmenu dt.open:after {
    background-size: 75%;
  }
  #shop #acmenu dd {
    padding: 0 2rem 2rem;
    margin-top: -4.1rem;
  }
  #shop #acmenu dd .txt {
    font-size: 3.2vw;
  }
  #shop #acmenu dd .map iframe {
    width: 100%;
  }
  #shop #acmenu dd .tel {
    padding-bottom: 2rem;
  }
  #shop #acmenu dd .tel a {
    width: 100%;
    height: inherit;
    font-size: 5vw;
    background-size: 100%;
    padding: 1.7rem 0;
  }

  .footer .img img {
    width: 55%;
  }
}
