@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
.only-pc {
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-pc {
    display: inline;
  }
}
@media (min-width: 1140px) {
  .only-pc {
    display: inline;
  }
}

.only-tabsp {
  display: block;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-tabsp {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-tabsp {
    display: none;
  }
}
@media (min-width: 1140px) {
  .only-tabsp {
    display: none;
  }
}

.only-tab {
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-tab {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-tab {
    display: none;
  }
}
@media (min-width: 1140px) {
  .only-tab {
    display: none;
  }
}

.only-pctab {
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-pctab {
    display: inline-block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-pctab {
    display: inline-block;
  }
}
@media (min-width: 1140px) {
  .only-pctab {
    display: inline-block;
  }
}

.only-sp {
  display: inline-block;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 1140px) {
  .only-sp {
    display: none;
  }
}

html {
  background: #fff;
  overflow-y: scroll;
}

body {
  font: 13px/1.22 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

table {
  font-size: inherit;
  font: 100%;
}

a img, img {
  border: 0;
}

figure, blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

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

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

hr {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: #FFF;
  color: #FFF;
}

html {
  font-size: 15px;
}
@media (min-width: 481px) and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #3B3B3B;
  line-height: 1.8;
  letter-spacing: 0.8px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: left;
  margin: 0;
  padding: 0px;
  font-size: 1rem;
}

form {
  margin: 0;
  padding: 0px;
}

li {
  line-height: 1.8;
}

h1 {
  margin: 0;
  padding: 0px;
  font-weight: normal;
}

strong {
  font-weight: bolder;
}

img {
  border: none;
}

a {
  line-height: 1.8;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0px;
}

.btn {
  width: 100%;
  text-align: center;
}

.btn a, .btn button {
  background-color: #F5B300;
  background-image: url(../images/btn-bg.png);
  color: #fff;
  font-weight: bolder;
  padding: 1.1rem 2rem;
  border-radius: 2rem;
  box-shadow: 2px 3px 1px #D59B00;
  display: inline-block;
  transition: 0.3s all;
  line-height: 1rem;
  height: auto;
  border: none;
}

.btn a:hover, .btn button:hover {
  box-shadow: none;
  transform: translateY(2px);
  opacity: 0.8;
  background-color: #F5B300;
}

.ec-blockBtn--action:hover {
  background-color: rgb(222, 93, 80) !important;
}

.ec-productRole__btn .ec-blockBtn--action:hover {
  background-color: #F5B300 !important;
}

.btn i {
  background-color: #fff;
  border-radius: 1rem;
  margin: 0 1rem 0 0;
  color: #F5B300;
  padding: 0.2rem;
}

.btn a:link {
  color: #fff;
}

.btn a:visited {
  color: #fff !important;
}

.btn2 a:visited {
  color: #fff !important;
}

.btn2 {
  width: 100%;
  text-align: center;
}

.btn2 a {
  background-color: #1D9F86;
  background-image: url(../images/btn-bg.png);
  color: #fff;
  font-weight: bolder;
  padding: 1.1rem 2rem;
  border-radius: 2rem;
  box-shadow: 2px 3px 1px #146d5c;
  display: inline-block;
  transition: 0.3s all;
}

.btn2 a:hover {
  box-shadow: none;
  transform: translateY(2px);
  opacity: 0.8;
}

.btn2 i {
  background-color: #fff;
  border-radius: 1rem;
  margin: 0 1rem 0 0;
  color: #1D9F86;
  padding: 0.2rem;
}

.btn2 a:link {
  color: #fff;
}

.btn3 {
  width: 100%;
  text-align: center;
}

.btn3 a {
  border: 2px solid #F5B300;
  font-weight: bolder;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  display: inline-block;
  transition: 0.3s all;
  font-size: 0.8rem;
}

.btn3 a:hover {
  box-shadow: none;
  opacity: 0.8;
  background-color: #F5B300;
  color: #fff;
}

.btn3 i {
  margin: 0 0 0 0.5rem;
}

.iconlink i {
  background-color: #F5B300;
  border-radius: 1rem;
  margin: 0 0.5rem 0 0;
  color: #fff;
  padding: 0.2rem;
  font-size: 0.9em;
}

.iconlink a:hover {
  color: #F5B300;
}

.inner {
  width: 92%;
  margin: 0 auto;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .inner {
    width: 92%;
  }
}
@media (min-width: 1140px) {
  .inner {
    width: 1100px;
  }
}

header img, footer img, section img {
  max-width: 100%;
  height: auto;
}

dl.is-empty {
  height: 0;
  width: 0;
}

svg {
  vertical-align: bottom;
}

#pagetitle {
  text-align: center;
  display: block;
  color: #fff;
  padding: 2rem 0 4rem 0;
}
@media (min-width: 1140px) {
  #pagetitle {
    padding: 2rem 0 8rem 0;
  }
}

#pagetitle h2 {
  line-height: 1.3;
  font-weight: 600;
  font-size: 2rem;
}

#pagetitle small {
  color: #F5B300;
  font-size: 0.9rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #pagetitle small {
    font-size: 0.9rem;
  }
}
@media (min-width: 1140px) {
  #pagetitle small {
    font-size: 0.9rem;
  }
}

.midashi {
  text-align: center;
  padding: 0 0 2rem 0;
  line-height: 1.2;
}

.midashi h3 {
  font-size: 1.5rem;
  font-weight: bolder;
}
@media (min-width: 481px) and (max-width: 768px) {
  .midashi h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .midashi h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  .midashi h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.midashi span {
  font-size: 0.8rem;
  font-weight: bolder;
  color: #F5B300;
}
@media (min-width: 481px) and (max-width: 768px) {
  .midashi span {
    font-size: 0.8rem;
  }
}
@media (min-width: 1140px) {
  .midashi span {
    font-size: 0.8rem;
  }
}

#mainstart {
  position: relative;
  padding: 5rem 0 0 0;
  background-color: #f8f8f8;
}

#mainstart svg {
  width: 100%;
  height: 70px;
  position: absolute;
  top: -40px;
  fill: #f8f8f8;
}
@media (min-width: 1140px) {
  #mainstart svg {
    top: -50px;
    height: 58px;
  }
}

.blocklink {
  cursor: pointer;
}

.blocklink:hover {
  opacity: 0.8;
}

header {
  background-image: url(../images/mv-bg.jpg);
  background-position: center 20%;
  background-size: cover;
}

@media (min-width: 1140px) {
  header #sp-header {
    display: none;
  }
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header .logo {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 0 0 20px 20px;
}

@media (min-width: 1140px) {
  header .logo img {
    width: 180px;
  }
}

/*============================
header - nav
============================*/
@media (min-width: 1140px) {
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0 0 20px;
  }
}

header nav .sp-logo, header nav .onlineshop-menu, header nav .sp-add, header nav .sp-contact {
  display: none;
}

header nav ul {
  display: none;
}
@media (min-width: 1140px) {
  header nav ul {
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 5px 10px 0;
    padding: 25px 25px;
  }
}

header nav ul li {
  font-weight: 600;
  font-size: 17px;
  padding: 0 20px;
  text-align: center;
}

header nav ul li a {
  transition: 0.3s color;
}

header nav ul li a:hover {
  color: #f66e25;
}

header nav li .small {
  font-size: 11px;
  color: #F5B300;
  display: block;
}

header nav .shoplink {
  position: fixed;
  right: 0.5rem;
  bottom: 0.8rem;
  z-index: 99;
  width: 80px;
  height: 80px;
  background-color: #1D9F86;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  padding: 15px;
  border-radius: 100%;
  box-shadow: 2px 3px 0px #1E8B76;
  transition: 0.5s background-color;
}
@media (min-width: 1140px) {
  header nav .shoplink {
    font-size: 13px;
    right: auto;
    bottom: auto;
    z-index: 99;
    width: 108px;
    height: 108px;
    position: relative;
  }
}

header nav .shoplink:hover {
  background-color: #21ae92;
}

header nav .shoplink a {
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

header nav .shoplink a:link {
  color: #fff;
}

header nav .shoplink a:visited {
  color: #fff;
}

header nav .shoplink a:hover {
  color: #fff;
}

header nav .shoplink svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: #ffffff;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  header nav .shoplink svg {
    width: 30px;
    height: 30px;
  }
}

#rwdMenuWrap {
  background-color: #fff;
  padding: 2rem;
}

#rwdMenuWrap .sp-logo {
  width: 30%;
  margin: 0 auto;
}

#rwdMenuWrap .sp-logo img {
  max-width: 100%;
  height: auto;
}

#rwdMenuWrap ul.sp-nav li {
  font-weight: bolder;
  padding: 0 0;
  border-bottom: 2px dotted rgba(204, 204, 204, 0.6392156863);
}

#rwdMenuWrap ul.sp-nav li a {
  padding: 0.7rem 0;
  display: inline-block;
}

#rwdMenuWrap ul.sp-nav li .small {
  font-size: 0.7rem;
  color: #1D9F86;
  padding: 0 0 0 1rem;
}

#rwdMenuWrap .onlineshop-menu {
  padding: 2rem 0;
  font-weight: bolder;
}

#rwdMenuWrap .onlineshop-menu h3 {
  font-weight: bolder;
  font-size: 1.1rem;
  color: #f66e25;
}

#rwdMenuWrap .onlineshop-menu h3 svg {
  width: 30px;
  display: inline-block;
  height: 30px;
  padding: 0px 0 0 0;
  fill: #f66e25;
  vertical-align: middle;
}

#rwdMenuWrap .onlineshop-menu ul {
  padding: 1rem 0 1rem 2rem;
}

#rwdMenuWrap .onlineshop-menu ul ul {
  padding: 1rem 0 1rem 1rem;
}

#menuOverlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(59, 56, 52, 0.6705882353);
  z-index: 0;
  display: none;
  opacity: 0;
}

#menuOverlay.zindex-remove {
  z-index: 1;
}

#switchBtnArea {
  width: 100%;
  background: #000;
  position: fixed;
  z-index: 9999;
  opacity: 1;
  top: 0px;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

#switchBtnArea #switchBtn {
  top: 0px;
  right: 0px;
  padding: 5px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  border-radius: 0px;
  background: #fff;
}

#switchBtnArea #switchBtn span {
  left: 10px;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #F5B300;
  border-radius: 2px;
  transition: all 0.2s linear;
}

#switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 13px;
  transform: rotate(0);
}

#switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 23px;
  transform: scale(1);
}

#switchBtnArea #switchBtn span:nth-of-type(3) {
  top: 34px;
  transform: rotate(0);
}

#switchBtnArea #switchBtn.btnClose {
  background: transparent;
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  background-color: #1D9F86;
  top: 20px;
  transform: rotate(-45deg);
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  background-color: #1D9F86;
  transform: scale(0);
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  background-color: #1D9F86;
  top: 20px;
  transform: rotate(45deg);
}

#switchBtnArea #switchBtn.btnClose::after {
  bottom: -12px;
  color: #fff;
}

#rwdMenuWrap {
  width: 70%;
  background: #fff;
  overflow: auto;
  z-index: 98;
  position: fixed;
  height: 100%;
  right: -100%;
}

#rwdMenuWrap .add {
  text-align: center;
  padding: 0 0 2rem 0;
}

#rwdMenuWrap .add h4 {
  font-weight: bolder;
}

#rwdMenuWrap .sp-contact {
  width: 100%;
  margin: 0 auto 2rem auto;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 1rem 0;
  text-align: center;
  border-radius: 1rem;
}
@media (min-width: 1140px) {
  #rwdMenuWrap .sp-contact {
    width: 60%;
    margin: 0 auto 4rem auto;
  }
}

#rwdMenuWrap .sp-contact .tel {
  font-weight: bolder;
  border-bottom: 1px solid #ddd;
  padding: 0 0 1rem 0;
}

#rwdMenuWrap .sp-contact .tel p {
  padding: 0rem 1.5rem 0rem 1.5rem;
  font-size: 1.1rem;
}

#rwdMenuWrap .sp-contact .tel .small {
  font-size: 0.8em;
}

#rwdMenuWrap .sp-contact ul {
  font-weight: bolder;
  padding: 1rem 0 0 0;
}

#rwdMenuWrap .sp-contact ul li {
  padding: 0 0.8rem 0;
  font-size: 0.9rem;
}

#rwdMenuWrap .sp-contact ul li a:link {
  text-decoration: underline;
}

.onlineshop-menu .ec-headerLinkArea {
  border-top: 1px dotted #ccc;
  padding: 1rem 0;
}

footer {
  background-image: url(../images/footer-kusa.jpg);
  background-size: contain;
  padding: 3rem 0 0 0;
}

footer:before {
  background-image: url(../images/footer-bg2.png);
  background-size: cover;
  height: 40px;
  display: block;
  content: "";
}

footer .inner {
  position: relative;
}

#footer-area {
  background-color: #F8F8F8;
  padding: 0rem 0 1.5rem 0;
}
@media (min-width: 1140px) {
  #footer-area {
    padding: 3rem 0 1.5rem 0;
  }
}

#footer-area .logo {
  text-align: center;
  padding: 0 0 1rem 0;
  width: 40%;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  #footer-area .logo {
    margin: 0;
    width: auto;
  }
}

#footer-area .add {
  text-align: center;
  padding: 0 0 2rem 0;
}

#footer-area .add h4 {
  font-weight: bolder;
}

#footer-contact {
  width: 100%;
  margin: 0 auto 2rem auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.5rem;
  text-align: center;
  border-radius: 1rem;
}
@media (min-width: 1140px) {
  #footer-contact {
    width: 60%;
    margin: 0 auto 4rem auto;
  }
}

#footer-contact .tel {
  font-weight: bolder;
  border-bottom: 2px dotted #ddd;
}
@media (min-width: 1140px) {
  #footer-contact .tel {
    display: flex;
    justify-content: center;
  }
}

#footer-contact .tel p {
  padding: 0rem 1.5rem 1rem 1.5rem;
  font-size: 1.5rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #footer-contact .tel p {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #footer-contact .tel p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #footer-contact .tel p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #footer-contact .tel p {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
  }
}

#footer-contact .tel .small {
  font-size: 0.8em;
}

#footer-contact ul {
  display: flex;
  justify-content: center;
  font-weight: bolder;
  padding: 0.8rem 0 0 0;
}

#footer-contact ul li {
  padding: 0 0.8rem 0;
}

#footer-contact ul li a:link {
  text-decoration: underline;
}

#fnavi {
  padding: 0 0 1rem 0;
}

#fnavi ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1140px) {
  #fnavi ul {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
  }
}

#fnavi ul li {
  font-size: 0.9em;
  padding: 0.5rem 0;
  font-weight: bolder;
  width: 50%;
  text-align: center;
}
@media (min-width: 1140px) {
  #fnavi ul li {
    padding: 0 0.5rem;
    text-align: left;
    width: auto;
  }
}

@media (min-width: 1140px) {
  #fnavi ul li:after {
    content: "ー";
    color: #ccc;
    padding: 0 0 0 1rem;
  }
}

#fnavi ul li:last-of-type:after {
  content: none;
}

#fnavi ul li a:hover {
  text-decoration: underline;
}

footer .pagetopbtn {
  background-image: url(../images/pagetop-bg.png);
  background-repeat: no-repeat;
  background-size: 65px;
  width: 67px;
  box-sizing: border-box;
  padding: 1rem 0.5rem 2rem 0.5rem;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: bolder;
  margin: 0 0 0 auto;
}
@media (min-width: 1140px) {
  footer .pagetopbtn {
    padding: 1rem 0.5rem;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 67px;
  }
}

footer .pagetopbtn a {
  line-height: 1.3;
}

footer .pagetopbtn i {
  color: #F5B300;
  font-size: 1rem;
  font-weight: bolder;
  margin: 0 0 0.2rem 0;
}

footer .pagetopbtn:hover i {
  transform: translateY(-2px);
}

footer .pagetopbtn:hover a {
  opacity: 0.8;
}

#footer-area2 {
  background-color: #F4F1EA;
  font-size: 0.8em;
  padding: 1.3rem 0 2rem 0;
}

@media (min-width: 1140px) {
  #fnavi2 ul {
    display: flex;
    justify-content: center;
  }
}

#fnavi2 ul li {
  padding: 0 1.5rem;
}

#fnavi2 ul li a:link {
  color: #000;
}

#fnavi2 ul li a:visited {
  color: #000;
}

#fnavi2 ul li a:hover {
  color: #000;
  text-decoration: underline;
}

footer .copy {
  width: 100%;
  padding: 2rem 0 0 0;
  display: block;
  text-align: center;
}
@media (min-width: 1140px) {
  footer .copy {
    padding: 3rem 0 0 0;
  }
}

.top.logo {
  width: 50%;
  margin: 3rem auto 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8117647059);
  border-radius: 1rem;
}
@media (min-width: 1140px) {
  .top.logo {
    width: auto;
    margin: 0;
    text-align: left;
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 0 0 20px 20px;
  }
}

.pages.logo {
  width: 25%;
  padding: 0.8rem 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #fff;
}
@media (min-width: 769px) and (max-width: 1140px) {
  .pages.logo {
    width: auto;
    margin: 0;
    text-align: left;
    padding: 15px 30px;
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 1140px) {
  .pages.logo {
    width: auto;
    margin: 0;
    text-align: left;
    padding: 15px 30px;
    border-radius: 0 0 20px 20px;
  }
}

/*============================
#mv
============================*/
#mv {
  color: #fff;
  position: relative;
  height: 450px;
}
@media (min-width: 1140px) {
  #mv {
    height: 561px;
  }
}

#mv .inner {
  display: block;
  text-align: center;
}

#mv h2 {
  font-weight: 600;
  font-size: 40px;
  padding: 40px 0 60px 0;
  line-height: 1.3;
}
@media (min-width: 1140px) {
  #mv h2 {
    font-size: 63px;
    padding: 40px 0 40px 0;
  }
}

#mv h2 .small {
  font-size: 23px;
}
@media (min-width: 1140px) {
  #mv h2 .small {
    font-size: 43px;
  }
}

@media (max-width: 375px) {
  #mv p {
    font-size: 0.9rem;
  }
}

/*============================
#top-concept
============================*/
#top-concept svg {
  width: 100%;
  height: 70px;
  position: absolute;
  top: -40px;
  fill: #F8F8F8;
}
@media (min-width: 1140px) {
  #top-concept svg {
    top: -50px;
    height: 58px;
  }
}

#top-concept {
  position: relative;
  background-color: #F8F8F8;
  background-image: url(../images/top-concept-kome1.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35% auto;
}
@media (min-width: 1140px) {
  #top-concept {
    background-size: 20% auto;
  }
}

#top-concept .inner {
  padding: 8rem 0;
  background-image: url(../images/top-concept-bg.png);
  background-size: 100vw auto;
  background-position: 0% 80px;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1140px) {
  #top-concept .inner {
    background-image: url(../images/top-concept-bg.png);
    background-size: 900px auto;
    background-position: center top;
  }
}

#top-concept .copy {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bolder;
  color: #f66e25;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-concept .copy {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-concept .copy {
    font-size: 1.2rem;
  }
}
@media (min-width: 1140px) {
  #top-concept .copy {
    font-size: 1.2rem;
  }
}

#top-concept h3 {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 2rem 0;
}
@media (min-width: 1140px) {
  #top-concept h3 {
    width: 55%;
  }
}

#top-concept .txt {
  text-align: left;
  padding: 0 0 2rem 0;
  line-height: 2;
  z-index: 1;
  position: relative;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-concept .txt {
    padding: 0 0 2rem 0;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-concept .txt {
    padding: 0 0 2rem 0;
    text-align: center;
  }
}
@media (min-width: 1140px) {
  #top-concept .txt {
    padding: 0 0 2rem 0;
    text-align: center;
  }
}

#top-concept-img01 {
  width: 50%;
  text-align: right;
}

#top-concept-img02 {
  width: 50%;
}

#top-concept-img03 {
  position: absolute;
  width: 30%;
  right: 0;
  bottom: 3rem;
  z-index: 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-concept-img03 {
    width: 20%;
  }
}
@media (min-width: 1140px) {
  #top-concept-img03 {
    bottom: 5rem;
  }
}

#top-concept .btn {
  padding: 3rem 0;
}

/*============================
#top-lineup
============================*/
#top-lineup svg {
  width: 100%;
  height: 70px;
  position: absolute;
  top: -40px;
  fill: #e5f3f0;
}
@media (min-width: 1140px) {
  #top-lineup svg {
    top: -50px;
    height: 58px;
  }
}

#top-lineup {
  position: relative;
  background-color: #e5f3f0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 20% auto;
  padding: 3rem 0;
}

#top-lineup .head {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0 3rem 0;
  background-image: url(../images/top-lineup-ttl.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 130px auto;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-lineup .head {
    background-size: 170px auto;
    width: 500px;
  }
}
@media (min-width: 1140px) {
  #top-lineup .head {
    background-size: 170px auto;
    width: 500px;
  }
}

#top-lineup .head h3 {
  font-size: 1.5rem;
  font-weight: bolder;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-lineup .head h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-lineup .head h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #top-lineup .head h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#top-lineup small {
  font-size: 11px;
  color: #1D9F86;
}

#top-lineup .read {
  padding: 0 0 4rem 0;
  text-align: center;
}

@media (min-width: 481px) and (max-width: 768px) {
  #top-lineup ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-lineup ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1140px) {
  #top-lineup ul {
    display: flex;
    justify-content: space-between;
  }
}

#top-lineup ul li:first-of-type {
  border-top: 2px dotted #ccc;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-lineup ul li:first-of-type {
    border: none;
  }
}
@media (min-width: 1140px) {
  #top-lineup ul li:first-of-type {
    border: none;
  }
}

#top-lineup ul li {
  border-bottom: 2px dotted #ccc;
  padding: 2rem 0 2rem 0;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-lineup ul li {
    font-size: 0.9rem;
  }
}
@media (min-width: 1140px) {
  #top-lineup ul li {
    font-size: 0.9rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-lineup ul li {
    padding: 0;
    border: none;
    display: block;
    width: 30%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-lineup ul li {
    padding: 0;
    border: none;
    display: block;
    width: 30%;
  }
}
@media (min-width: 1140px) {
  #top-lineup ul li {
    padding: 0;
    border: none;
    display: block;
    width: 30%;
  }
}

#top-lineup ul li figure {
  width: 45%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-lineup ul li figure {
    width: auto;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-lineup ul li figure {
    width: auto;
  }
}
@media (min-width: 1140px) {
  #top-lineup ul li figure {
    width: auto;
  }
}

#top-lineup ul li img {
  border-radius: 1rem;
}

#top-lineup ul li h4 {
  font-weight: bolder;
  text-align: left;
  font-size: 1.1rem;
  padding: 1rem 0 1rem 0;
  width: 50%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-lineup ul li h4 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1140px) {
  #top-lineup ul li h4 {
    font-size: 1.1rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-lineup ul li h4 {
    width: auto;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-lineup ul li h4 {
    width: auto;
    text-align: center;
  }
}
@media (min-width: 1140px) {
  #top-lineup ul li h4 {
    width: auto;
    text-align: center;
  }
}

#top-lineup .btn2 {
  padding: 4rem 0;
}

#top-lineup ul li .txt {
  width: 100%;
  padding: 0.5rem 0 0 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-lineup ul li .txt {
    width: auto;
    padding: 0;
  }
}
@media (min-width: 1140px) {
  #top-lineup ul li .txt {
    width: auto;
    padding: 0;
  }
}

/*============================
#owner
============================*/
#owner svg {
  width: 100%;
  height: 70px;
  position: absolute;
  top: -40px;
  fill: #F8F8F8;
}
@media (min-width: 1140px) {
  #owner svg {
    top: -50px;
    height: 58px;
  }
}

#owner {
  position: relative;
  padding: 7rem 0;
  background-color: #F8F8F8;
}

@media (min-width: 1140px) {
  #owner .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

#owner .photo {
  width: 100%;
}
@media (min-width: 1140px) {
  #owner .photo {
    width: 45%;
  }
}

#owner .photo img {
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
  height: 350px;
}
@media (min-width: 1140px) {
  #owner .photo img {
    object-fit: fill;
    width: auto;
    height: auto;
  }
}

#owner .txt {
  width: 100%;
  padding: 3rem 0 0 0;
}
@media (min-width: 1140px) {
  #owner .txt {
    width: 48%;
  }
}

#owner .txt small {
  color: #F5B300;
  font-weight: bolder;
  font-size: 11px;
}

#owner .txt h3 {
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 0 0 2rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #owner .txt h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner .txt h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #owner .txt h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#owner .txt h4 {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0 0 3rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #owner .txt h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner .txt h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1140px) {
  #owner .txt h4 {
    font-size: 1.2rem;
  }
}

#owner .txt p {
  padding: 0 0 2rem 0;
}

#owner .txt .btn {
  text-align: center;
  padding: 2rem 0 0 0;
}
@media (min-width: 1140px) {
  #owner .txt .btn {
    padding: 0;
    text-align: right;
  }
}

/*============================
#top-contents
============================*/
#top-contents svg {
  width: 100%;
  height: 70px;
  position: absolute;
  top: -40px;
  fill: #fff;
}
@media (min-width: 1140px) {
  #top-contents svg {
    top: -50px;
    height: 58px;
  }
}

#top-contents {
  position: relative;
  padding: 2rem 0;
}
@media (min-width: 1140px) {
  #top-contents {
    padding: 6rem 0;
  }
}

@media (min-width: 769px) and (max-width: 1140px) {
  #top-contents .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1140px) {
  #top-contents .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

/*============================
#top-contents - .bns
============================*/
#top-contents .bns {
  width: 85%;
  margin: 0 auto;
  padding: 3rem 0 0 0;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-contents .bns {
    margin: 0;
    width: 45%;
    padding: 0;
    display: block;
  }
}
@media (min-width: 1140px) {
  #top-contents .bns {
    margin: 0;
    width: 45%;
    padding: 0;
    display: block;
  }
}

#top-contents li {
  padding: 0 0 1.5rem 0;
  transition: 0.5s all;
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-contents li {
    width: auto;
  }
}
@media (min-width: 1140px) {
  #top-contents li {
    width: auto;
  }
}

#top-contents li:hover {
  opacity: 0.8;
}

#top-contents li img {
  max-width: 100%;
  height: auto;
}

/*============================
#top-news
============================*/
#top-news {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-news {
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-news {
    width: 48%;
  }
}
@media (min-width: 1140px) {
  #top-news {
    width: 48%;
  }
}

#top-news .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 2rem 0;
}

#top-news .head h4 {
  font-size: 1.1rem;
  font-weight: bolder;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-news .head h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-news .head h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1140px) {
  #top-news .head h4 {
    font-size: 1.2rem;
  }
}

#top-news .head h4 small {
  font-size: 11px;
  color: #F5B300;
  display: block;
}

#top-news .btn3 {
  width: 35%;
}
@media (min-width: 1140px) {
  #top-news .btn3 {
    width: 30%;
  }
}

#top-news dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted rgba(112, 112, 112, 0.2196078431);
  padding: 0.5rem 0;
}

#top-news dt {
  width: 14%;
  min-width: 60px;
}

#top-news dt img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 1140px) {
  #top-news dt img {
    width: 70px;
    height: 70px;
  }
}

#top-news dd {
  width: 80%;
}

#top-news .date {
  font-size: 0.8rem;
  color: #F5B300;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-news .date {
    font-size: 0.8rem;
  }
}
@media (min-width: 1140px) {
  #top-news .date {
    font-size: 0.8rem;
  }
}

#greeting .inner {
  background-image: url(../images/greeting-bg.png);
  background-position: left 30%;
  background-repeat: no-repeat;
  background-size: auto 400px;
}
@media (min-width: 1140px) {
  #greeting .inner {
    background-position: left 70%;
    background-repeat: no-repeat;
    background-size: auto 800px;
  }
}

#greeting .area01 {
  position: relative;
  min-height: 400px;
}
@media (min-width: 481px) and (max-width: 768px) {
  #greeting .area01 {
    min-height: 620px;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #greeting .area01 {
    min-height: 620px;
  }
}
@media (min-width: 1140px) {
  #greeting .area01 {
    min-height: 620px;
  }
}

#greeting .area01 figure {
  position: relative;
  width: 83%;
  position: absolute;
  left: -2rem;
}

#greeting img {
  border-radius: 1rem;
}

#greeting .area01 h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 0 0;
  line-height: 2 !important;
}
@media (min-width: 481px) and (max-width: 768px) {
  #greeting .area01 h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #greeting .area01 h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #greeting .area01 h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #greeting .area01 h2 {
    padding: 0 3.5rem;
  }
}

@media (min-width: 1140px) {
  #greeting .area02 {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
  }
}

#greeting .area02 .txt {
  width: 100%;
}
@media (min-width: 1140px) {
  #greeting .area02 .txt {
    width: 50%;
  }
}

#greeting .area02 figure {
  width: 100%;
  position: relative;
  padding: 0rem 0 0 0;
}
@media (min-width: 1140px) {
  #greeting .area02 figure {
    padding: 0;
    width: 45%;
    position: relative;
  }
}

#greeting .area02 figure img {
  width: 60%;
  margin: 0rem 0 -1rem auto;
  display: block;
}
@media (min-width: 1140px) {
  #greeting .area02 figure img {
    width: 100%;
    margin: 0;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -6rem;
  }
}

#greeting .area02 .txt p {
  padding: 0 0 2rem 0;
}

#greeting .area03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0rem 0;
}
@media (min-width: 1140px) {
  #greeting .area03 {
    flex-wrap: nowrap;
  }
}

#greeting .area03 .txt {
  width: 100%;
  padding: 2rem 0 0 0;
}
@media (min-width: 1140px) {
  #greeting .area03 .txt {
    width: 50%;
  }
}

#greeting .area03 figure {
  width: 45%;
}

#greeting .area03 .txt p {
  padding: 0 0 2rem 0;
}

#greeting .area04 {
  text-align: center;
  padding: 4rem 0 6rem 0;
}

/*============================
#company
============================*/
#company svg {
  width: 100%;
  height: 70px;
  position: absolute;
  top: -40px;
  fill: #fff;
}
@media (min-width: 1140px) {
  #company svg {
    top: -50px;
    height: 58px;
  }
}

#company {
  background-color: #fff;
  position: relative;
  padding: 4rem 0;
}

#company dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dotted #eeeeee;
  padding: 0.8rem;
}

#company dl dt {
  width: 20%;
  text-align: center;
}

#company dl dd {
  width: 70%;
}

.faq {
  padding: 0 0 4rem 0;
}

.faq h3 {
  font-size: 1.5rem;
  font-weight: bolder;
  margin: 0 0 2rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  .faq h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .faq h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  .faq h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.faq h3:before {
  content: "ー";
  display: inline-block;
  width: 50px;
}

.faq dl {
  background-color: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 2rem;
  margin: 0 0 2rem 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1607843137);
}

.faq dt {
  font-weight: bolder;
  border-bottom: 2px dotted #eee;
  padding: 0rem 0 1rem 3rem;
  position: relative;
}

.faq dt:before {
  content: "Q";
  background-color: #F5B300;
  display: inline-block;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  margin: 0 1rem 0 0;
  box-sizing: border-box;
  position: absolute;
  left: 0rem;
}

.faq dd {
  padding: 1rem 0 0 3rem;
  position: relative;
}

.faq dd:before {
  content: "A";
  background-color: #1D9F86;
  font-weight: bolder;
  display: block;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  margin: 0 1rem 0 0;
  box-sizing: border-box;
  position: absolute;
  left: 0rem;
}

.faq a:link {
  text-decoration: underline;
}

.faq .btn3 {
  width: auto;
  text-align: left;
  padding: 1em 0;
}

.faq .btn3 a:link {
  text-decoration: none;
}

.newwindow {
  text-decoration: underline;
}

.newwindow .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  line-height: 1;
  mask-image: url("../images/newwindow.svg");
  background-color: #000000;
  display: inline-block;
}

#gankomai01 {
  padding: 0 0 5rem 0;
  background-image: url(../images/gankomai01-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (min-width: 1140px) {
  #gankomai01 {
    padding: 0 0 10rem 0;
    background-size: 50%;
  }
}

#gankomai01 .head {
  text-align: center;
  padding: 0 0 3rem 0;
}

#gankomai01 .head p {
  color: #f66e25;
  font-weight: bolder;
  font-size: 1.1rem;
  padding: 0 0 1rem 0;
}

#gankomai01 .head h3 {
  font-size: 1.5rem;
  font-weight: bolder;
}
@media (min-width: 481px) and (max-width: 768px) {
  #gankomai01 .head h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #gankomai01 .head h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #gankomai01 .head h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#gankomai01 .head h3 .small {
  font-size: 0.8em;
  font-weight: bolder;
}

#gankomai01 .read {
  text-align: left;
  padding: 0 0 5rem 0;
}
@media (min-width: 1140px) {
  #gankomai01 .read {
    text-align: center;
  }
}

#gankomai01 ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 4rem 0;
}

#gankomai01 ol li {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  margin: 0 0 2rem 0;
  box-sizing: border-box;
  padding: 2rem;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 1140px) {
  #gankomai01 ol li {
    width: 48%;
  }
}

#gankomai01 .li-head {
  text-align: center;
  color: #1D9F86;
  font-weight: bolder;
  padding: 0 0 2rem 0;
  line-height: 1.2;
}

#gankomai01 .li-head .num {
  font-size: 2em;
  border-bottom: 3px solid #1D9F86;
}

#gankomai01 li h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 0 0 2rem 0;
  line-height: 1.3;
}

#gankomai01 li h4 .small {
  font-size: 0.7em;
}

#gankomai01 li p.txt {
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 481px) and (max-width: 768px) {
  #gankomai01 li p.txt {
    font-size: 1rem;
  }
}
@media (min-width: 1140px) {
  #gankomai01 li p.txt {
    font-size: 1rem;
  }
}

#gankomai02 {
  background-color: #F8EED5;
  position: relative;
}

#gankomai02 svg {
  width: 100%;
  height: 70px;
  position: absolute;
  top: -40px;
  fill: #F8EED5;
}
@media (min-width: 1140px) {
  #gankomai02 svg {
    top: -50px;
    height: 58px;
  }
}

#gankomai02 {
  padding: 4rem 0 2rem 0;
}
@media (min-width: 1140px) {
  #gankomai02 {
    padding: 4rem 0;
  }
}

#gankomai02 .head {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 481px) and (max-width: 768px) {
  #gankomai02 .head {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #gankomai02 .head {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #gankomai02 .head {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#gankomai02 .head h3 {
  font-weight: 600;
}

#gankomai02 .head p {
  font-size: 0.8em;
}

#gankomai02 .biko {
  text-align: right;
}

#gankomai02 .points {
  padding: 3rem 0 0 0;
}
@media (min-width: 1140px) {
  #gankomai02 .points {
    padding: 3rem 0;
  }
}

#gankomai02 .points .box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  margin: 3rem 0;
  position: relative;
}
@media (min-width: 1140px) {
  #gankomai02 .points .box {
    padding: 2rem;
  }
}

#gankomai02 .points dl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px dotted #ccc;
  padding: 1.5rem 0;
}

#gankomai02 .points dl:last-of-type {
  border: none;
}

#gankomai02 .points dt {
  font-weight: bolder;
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
}

#gankomai02 .points dd {
  padding: 0 0 0 1rem;
}

#gankomai02 .ribon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
  padding: 15px 0;
  z-index: 2;
  width: 30px;
  text-align: center;
  font-size: 17px;
  background: #F5B300;
}
@media (min-width: 1140px) {
  #gankomai02 .ribon {
    width: 50px;
    right: 40px;
    padding: 30px 0;
  }
}

#gankomai02 .ribon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 15px solid #F5B300;
  border-right: 15px solid #F5B300;
  border-bottom: 10px solid transparent;
}
@media (min-width: 1140px) {
  #gankomai02 .ribon:after {
    border-left: 25px solid #F5B300;
    border-right: 25px solid #F5B300;
    border-bottom: 20px solid transparent;
  }
}

#gankomai02 .biko {
  width: 100%;
  margin: 0 auto;
  font-size: 0.9em;
}
@media (min-width: 1140px) {
  #gankomai02 .biko {
    width: 68%;
  }
}

#gankomai02 .tablearea {
  padding: 0 0 3rem 0;
}

#seibuntable {
  text-align: left;
  background-color: rgba(238, 238, 238, 0.8196078431);
  padding: 2rem;
  width: 100%;
  margin: 1rem auto 1rem auto;
}
@media (min-width: 1140px) {
  #seibuntable {
    width: 68%;
    margin: 3rem auto 1rem auto;
  }
}

#seibuntable td, #seibuntable th {
  border-top: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
  padding: 1rem 2rem;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
}

#seibuntable th {
  vertical-align: top;
  background-color: #e0e0e0;
  font-weight: bolder;
  width: 30%;
}

#seibuntable .koumoku {
  width: 35%;
  background-color: #f7f7f7;
  border-left: 1px solid #8f8f8f;
  font-weight: bolder;
}

#seibuntable .koumoku-h {
  width: 20%;
  background-color: #eee;
  border-left: 1px solid #8f8f8f;
}

#seibuntable td.num {
  background-color: #ffffff;
  border-right: none;
}

#seibuntable td.bottoml {
  border-bottom: 1px solid #8f8f8f;
}

#seibuntable .waku {
  border: 6px solid #ff7300 !important;
}

#seibuntable .waku2 {
  border: 6px solid #ff7300 !important;
}

#forbusiness {
  padding: 4rem 0;
}

#forbusiness .msg {
  align-items: center;
  padding: 3rem 0;
}
@media (min-width: 1140px) {
  #forbusiness .msg {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0;
  }
}

#forbusiness h3 {
  width: 100%;
  font-weight: bolder;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 1140px) {
  #forbusiness h3 {
    width: 30%;
  }
}

#forbusiness .read {
  width: 100%;
}
@media (min-width: 1140px) {
  #forbusiness .read {
    width: 65%;
  }
}

#forbusiness figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center top;
}
@media (min-width: 1140px) {
  #forbusiness figure img {
    width: 100%;
    height: 380px;
  }
}

@media (min-width: 1140px) {
  #forbusiness .example {
    display: flex;
    justify-content: space-between;
  }
}

#forbusiness .example .txt {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (min-width: 1140px) {
  #forbusiness .example .txt {
    margin: 0;
    width: 48%;
    padding: 0;
  }
}

#forbusiness .example .photo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1140px) {
  #forbusiness .example .photo {
    width: 48%;
  }
}

#forbusiness .example figure img {
  width: 48%;
  height: auto;
  max-width: 100%;
  height: auto;
}

#ginnan svg {
  width: 100%;
  height: 70px;
  position: absolute;
  top: -40px;
  fill: #ffffff;
}
@media (min-width: 1140px) {
  #ginnan svg {
    top: -50px;
    height: 58px;
  }
}

#ginnan {
  padding: 4rem 0;
  background-color: #fff;
  position: relative;
}

#ginnan .inner {
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  #ginnan .inner {
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #ginnan .inner {
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1140px) {
  #ginnan .inner {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

#ginnan .inner figure {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #ginnan .inner figure {
    width: 40%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #ginnan .inner figure {
    width: 40%;
  }
}
@media (min-width: 1140px) {
  #ginnan .inner figure {
    width: 40%;
  }
}

#ginnan .inner figure img {
  border-radius: 1rem;
}

#ginnan .inner .txt {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  #ginnan .inner .txt {
    width: 500px;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #ginnan .inner .txt {
    width: 500px;
  }
}
@media (min-width: 1140px) {
  #ginnan .inner .txt {
    width: 600px;
  }
}

#ginnan .inner .txt p {
  padding: 0 0 1.5rem 0;
}

#ginnan .inner .txt .head {
  padding: 0 0 1.5rem 0;
}

#ginnan .inner .txt .head small {
  font-weight: bolder;
  color: #1D9F86;
}

#ginnan .inner .txt .head h3 {
  font-weight: bolder;
  font-size: 1.5rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #ginnan .inner .txt .head h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #ginnan .inner .txt .head h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #ginnan .inner .txt .head h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#ginnan .inner .txt .foot {
  text-align: center;
  padding: 1.5rem 0 0 0;
  display: block;
  align-items: center;
}
@media (min-width: 481px) and (max-width: 768px) {
  #ginnan .inner .txt .foot {
    padding: 0;
    text-align: left;
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #ginnan .inner .txt .foot {
    padding: 0;
    text-align: left;
    display: block;
  }
}
@media (min-width: 1140px) {
  #ginnan .inner .txt .foot {
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}

#ginnan .inner .txt .foot .btn2 {
  width: auto;
}

#ginnan .inner .txt .foot span {
  font-size: 0.8em;
}

#owner-read {
  padding: 0 0 3rem 0;
}
@media (min-width: 1140px) {
  #owner-read {
    padding: 0 0 5rem 0;
  }
}

#owner-read .head {
  text-align: left;
  padding: 0 0 5rem 0;
}
@media (min-width: 1140px) {
  #owner-read .head {
    text-align: center;
  }
}

#owner-read .head small {
  color: #1D9F86;
  font-weight: bolder;
  font-size: 1rem;
  padding: 0 0 2rem 0;
  display: block;
  text-align: center;
}

#owner-read .head h3 {
  font-size: 1.5rem;
  font-weight: bolder;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media (min-width: 481px) and (max-width: 768px) {
  #owner-read .head h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner-read .head h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #owner-read .head h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#owner-read .about {
  align-items: center;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner-read .about {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1140px) {
  #owner-read .about {
    display: flex;
    justify-content: space-between;
  }
}

#owner-read .about figure {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner-read .about figure {
    width: 30%;
  }
}
@media (min-width: 1140px) {
  #owner-read .about figure {
    width: 30%;
  }
}

#owner-read .about figure img {
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner-read .about figure img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1140px) {
  #owner-read .about figure img {
    width: 100%;
    height: auto;
  }
}

#owner-read .about .txt {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner-read .about .txt {
    width: 65%;
  }
}
@media (min-width: 1140px) {
  #owner-read .about .txt {
    width: 65%;
  }
}

#owner-read .about h4 {
  font-weight: bolder;
  font-size: 1.3rem;
  margin: 1rem 0 1.5rem 0;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner-read .about h4 {
    margin: 0 0 1.5rem 0;
  }
}
@media (min-width: 1140px) {
  #owner-read .about h4 {
    margin: 0 0 1.5rem 0;
  }
}

#owner-read .about p {
  padding: 0 0 1.5rem 0;
}

#owner-read .about a:link {
  text-decoration: underline;
}

#owner-about {
  background-color: #e8f3f1;
  padding: 4rem 0 0 0;
}

#owner-about h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bolder;
  color: #1D9F86;
  padding: 0 0 2rem 0;
}

#owner-about h3 .small {
  font-size: 0.8em;
}

#owner-about .owner-about-box {
  background-color: #fff;
  padding: 1.5rem;
  margin: 0 0 2rem 0;
  display: block;
  border-radius: 1rem;
  flex-direction: row-reverse;
}
@media (min-width: 481px) and (max-width: 768px) {
  #owner-about .owner-about-box {
    display: flex;
    justify-content: space-between;
    padding: 1.8rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner-about .owner-about-box {
    display: flex;
    justify-content: space-between;
    padding: 1.8rem;
  }
}
@media (min-width: 1140px) {
  #owner-about .owner-about-box {
    display: flex;
    justify-content: space-between;
    padding: 1.8rem;
  }
}

#owner-about .owner-about-box {
  background-color: #fff;
  padding: 2.5rem;
  margin: 0 0 2rem 0;
}

#owner-about .owner-about-box .txt {
  width: 100%;
  padding: 0.5rem 0 0 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #owner-about .owner-about-box .txt {
    width: 55%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner-about .owner-about-box .txt {
    width: 55%;
  }
}
@media (min-width: 1140px) {
  #owner-about .owner-about-box .txt {
    width: 55%;
  }
}

#owner-about .owner-about-box p {
  padding: 0 0 1rem 0;
}

#owner-about .owner-about-box figure {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #owner-about .owner-about-box figure {
    width: 40%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #owner-about .owner-about-box figure {
    width: 40%;
  }
}
@media (min-width: 1140px) {
  #owner-about .owner-about-box figure {
    width: 40%;
  }
}

#owner-about .owner-about-box figure img {
  border-radius: 1rem;
}

#owner-about .owner-about-box .txt h4 {
  font-weight: bolder;
  font-size: 1.2rem;
  border-bottom: 3px solid #1D9F86;
  color: #1D9F86;
  display: inline-block;
  margin: 1rem 0 1rem 0;
}
@media (min-width: 1140px) {
  #owner-about .owner-about-box .txt h4 {
    margin: 0 0 2rem 0;
  }
}

#owner-about .meritto {
  padding: 0rem 0 4rem 0;
  align-items: center;
}

#owner-about .meritto .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#owner-about .meritto .head {
  text-align: center;
  width: 100%;
  padding: 2rem 1rem;
}
@media (min-width: 1140px) {
  #owner-about .meritto .head {
    width: 30%;
  }
}

#owner-about .meritto h4 {
  font-weight: bolder;
  font-size: 1.3rem;
  color: #1D9F86;
}

#owner-about .meritto ul li {
  padding: 0 0 1.5rem 0;
}

#owner-about .meritto ul li h5 {
  font-weight: bolder;
  font-size: 1.2rem;
}

#owner-about .meritto ul li p {
  padding: 0 0 0 1.5rem;
}

#owner-about .meritto .triangle {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 2rem 0 0rem 0;
}
@media (min-width: 1140px) {
  #owner-about .meritto .triangle {
    padding: 3rem 0 4rem 0;
  }
}

#owner-about .meritto .triangle:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #76c1b2;
  border-bottom: 0;
  content: "";
  display: inline-block;
}

#course {
  padding: 4rem 0 6rem 0;
  text-align: center;
  background-color: #fff;
}

#course .head {
  margin: 0 0 2rem 0;
}

#course .head h3 {
  font-weight: bolder;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 481px) and (max-width: 768px) {
  #course .head h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #course .head h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #course .head h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 1140px) {
  #course .head h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1140px) and (min-width: 481px) and (max-width: 768px) {
  #course .head h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1140px) and (min-width: 769px) and (max-width: 1140px) {
  #course .head h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1140px) and (min-width: 1140px) {
  #course .head h3 {
    font-size: 1.2rem;
  }
}

#course .head small {
  color: #F5B300;
  font-weight: bolder;
  font-size: 11px;
}

#course .tablearea {
  padding: 3rem 0;
}

#course .tablearea .biko {
  text-align: right;
  font-size: 0.9em;
  padding: 0 0 1rem 0;
}

#course .end {
  padding: 3rem 0;
}

#course-table {
  width: 100%;
}

#course .setssumei {
  text-align: left;
  background-color: rgba(238, 238, 238, 0.8196078431);
  padding: 2rem;
}

#course-table td, #course-table th {
  border-top: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 1140px) {
  #course-table td, #course-table th {
    padding: 1rem 2rem;
  }
}

#course-table th {
  vertical-align: top;
}

#course-table .koumoku {
  width: 25%;
  font-size: 13px;
  background-color: #eee;
}
@media (min-width: 1140px) {
  #course-table .koumoku {
    width: 20%;
    font-size: 1rem;
  }
}

#course-table .ttl {
  font-size: 1.5rem;
  font-weight: bolder;
}

#course-table .coursename {
  font-weight: bolder;
  font-size: 0.9rem;
  padding: 0 0 1rem 0;
}

#course-table .txt {
  font-size: 0.8em;
}

#course-table .acourse, #course-table .bcourse, #course-table .ccourse {
  width: 28%;
}

#course-table th.acourse {
  background-color: #FBF1D4;
}

#course-table th.bcourse {
  background-color: #DCEFED;
}

#course-table th.ccourse {
  background-color: #FDE8E8;
  border-right: none;
}

#course-table td.acourse {
  background-color: #fffdf5;
}

#course-table td.bcourse {
  background-color: #f5fdfc;
}

#course-table td.ccourse {
  background-color: #fff4f4;
  border-right: none;
}

#course-table td.bottoml {
  border-bottom: 1px solid #8f8f8f;
}

#privacy h3 {
  color: #1D9F86;
}

#blog-list {
  padding: 2rem 0;
}
@media (min-width: 1140px) {
  #blog-list {
    width: 900px;
    margin: 0 auto;
  }
}

#blog-list dt img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 1140px) {
  #blog-list dt img {
    width: 70px;
    height: 70px;
  }
}

#blog-post {
  padding: 0 0 3rem 0;
}

#blog-post .head {
  border-bottom: 3px solid #F5B300;
  margin: 0 0 1rem 0;
}

#blog-post .head p.date {
  color: #666;
  font-size: 0.8rem;
  padding: 0;
}

#blog-post .box2 {
  margin: 0 0 3rem 0;
}

.pagestmp .read {
  padding: 1rem 0 1.5rem 0;
}

.pagestmp .txt p {
  padding: 0 0 1rem 0;
}

.pagestmp .box {
  padding: 1rem 0;
}

.pagestmp .box2 {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  margin: 1rem 0;
}

.pagestmp .uline {
  border-bottom: 2px dotted #ccc;
}

.pagestmp h3 {
  font-size: 1.2rem;
  font-weight: bolder;
}

.pagestmp .mds {
  font-size: 1.2rem;
  font-weight: bolder;
  background-color: #333;
  color: #fff;
  padding: 0.2rem 1rem;
  margin: 0 0 1rem 0;
}

.pagestmp .mds2 {
  font-size: 1.2rem;
  font-weight: bolder;
  background-color: #d9d2c2;
  padding: 0.2rem 1rem;
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

.pagestmp .mds3 {
  font-size: 1.4rem;
  font-weight: bolder;
  color: #1D9F86;
  padding: 0 0 1rem 0;
}

.pagestmp .sec {
  padding: 0 0 3rem 0;
}

.pagestmp dl.noflex {
  border-bottom: 1px dotted #ccc;
  padding: 1rem 0;
  display: block;
}
@media (min-width: 1140px) {
  .pagestmp dl.noflex {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
  }
}

.pagestmp dl.noflex dt {
  width: 100%;
}
@media (min-width: 1140px) {
  .pagestmp dl.noflex dt {
    width: 20%;
  }
}

.pagestmp dl.noflex dd {
  width: 100%;
}
@media (min-width: 1140px) {
  .pagestmp dl.noflex dd {
    width: 75%;
  }
}

.pagestmp dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  padding: 0.5rem 0;
}

.pagestmp dt {
  width: 20%;
  font-weight: bolder;
}
@media (min-width: 1140px) {
  .pagestmp dt {
    text-align: center;
  }
}

.pagestmp dd {
  width: 75%;
}

.ec-layoutRole .ec-layoutRole__main, .ec-layoutRole__mainWithColumn {
  padding: 3rem 0;
}

.tokutei {
  width: 93%;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  .tokutei {
    font-size: 0.9rem;
  }
}

#guide {
  width: 93%;
  margin: 0 auto;
}

#guide ul {
  padding: 1rem 0 1rem 2rem;
}

#guide ul li {
  list-style: disc;
}

#guide p {
  padding: 0 0 1rem 0;
}

#guide h4 {
  font-weight: bolder;
  font-size: 1.05rem;
  padding: 0 0 1rem 0;
}

#guide table {
  text-align: left;
  background-color: rgba(238, 238, 238, 0.8196078431);
  padding: 2rem;
  width: 100%;
  border-left: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  margin: 0rem auto 1rem auto;
}
@media (min-width: 1140px) {
  #guide table {
    width: 100%;
    margin: 0rem auto 1rem auto;
  }
}

#guide td, #guide th {
  border-top: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
  padding: 1rem 2rem;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
}

#guide th {
  vertical-align: top;
  background-color: #f8f8f8;
  width: 70%;
}

#guide .red {
  text-decoration: underline;
  color: #f66e25;
}

#sitemap {
  padding: 3rem 0 5rem 0;
  font-weight: bold;
}
@media (min-width: 481px) and (max-width: 768px) {
  #sitemap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #sitemap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1140px) {
  #sitemap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

#sitemap ul {
  list-style: disc;
  padding: 0 0 0 2rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #sitemap ul {
    width: 48%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #sitemap ul {
    width: 48%;
  }
}
@media (min-width: 1140px) {
  #sitemap ul {
    width: 48%;
  }
}

#sitemap ul li {
  padding: 1rem 0;
}

#sitemap ul li a:hover {
  text-decoration: underline;
}

.ec-shelfGrid .ec-shelfGrid__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 2px dotted #ccc;
  padding: 1.5rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 100% !important;
  }
}
@media (min-width: 1140px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 100% !important;
  }
}

.ec-shelfGrid .ec-shelfGrid__item .pname {
  font-weight: bolder;
  color: #1D9F86;
  font-size: 1.1rem;
}

.ec-shelfGrid .ec-shelfGrid__item .pname a:link {
  color: #1D9F86;
}

.ec-shelfGrid .ec-shelfGrid__item .pname a:visited {
  color: #1D9F86;
}

.ec-shelfGrid .ec-shelfGrid__item .txt {
  width: 70%;
}

.ec-shelfGrid .ec-shelfGrid__item .photo {
  width: 25%;
}

.shop-side-cate {
  padding: 1rem 2rem 4rem 2rem;
  font-weight: bolder;
}

.shop-side-cate ul {
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}

.shop-side-cate-h3 {
  font-size: 1.1rem;
  font-weight: bolder;
  background-color: #d9d2c2;
  padding: 0.2rem 1rem;
  margin: 2rem 2rem 0 2rem;
  line-height: 1.6;
}

.shop-side-search-h3 {
  font-size: 1.1rem;
  font-weight: bolder;
  background-color: #d9d2c2;
  padding: 0.2rem 1rem;
  margin: 2rem 2rem 0 2rem;
  line-height: 1.6;
}

.shop-side-search {
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}

.ec-headerSearch {
  margin: 2rem 2rem 0 2rem;
}

.ec-headerSearch .ec-headerSearch__category {
  float: none;
  width: 100%;
}

.product_page .soldout {
  color: rgb(255, 100, 100);
  border: 1px solid rgb(255, 100, 100);
  padding: 0.5rem 2rem;
  display: inline-block;
  margin: 1rem 0 1rem 0;
}

.product_page .pricestyle {
  font-weight: bolder;
}

.ec-topicpath a:link {
  color: #000;
}

.ec-topicpath a:visited {
  color: #000;
}

.ec-topicpath a:hover {
  text-decoration: underline;
}

.ec-productRole__category a:link {
  color: #000;
}

.ec-productRole__category a:visited {
  color: #000;
}

.ec-productRole__category a:hover {
  text-decoration: underline;
}

.sidecart {
  margin: 3rem 2rem 2rem 2rem;
  padding: 1.5rem;
  background: rgba(255, 193, 7, 0.0705882353);
}

.sidecart .ec-cartNavi {
  margin: 1rem 0;
  border-radius: 0;
  cursor: default;
  background-color: #fff;
}

.sidecart .btn3 a {
  background: #F5B300;
  color: #fff;
  width: 100%;
}

.sidecart .btn3 a:hover {
  opacity: 0.8;
}

.sidecart .ec-cartNavi__label {
  line-height: 1;
}

.sidecart h3 {
  font-weight: bolder;
}

.sidelogin {
  border: 1px solid #eee;
  margin: 0 2rem 2rem 2rem;
  padding: 1.5rem;
}

.sidesearch {
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}

.sidesearch h3 {
  font-size: 1.1rem;
  font-weight: bolder;
  background-color: #d9d2c2;
  padding: 0.2rem 1rem;
  margin: 0 0 2rem 0;
  line-height: 1.6;
}

.sidesearch .ec-headerSearch__keywordBtn {
  width: 100%;
  border-radius: 2rem;
  color: #000;
  background-color: #fff;
  border: 2px solid #F5B300;
  padding: 0.5rem 0;
  font-size: 0.9em;
  font-weight: bolder;
}

a.ec-blockBtn--action:link {
  color: #fff;
  transition: 0.5s all;
  border: none;
}

a.ec-blockBtn--action:hover {
  opacity: 0.8;
  background-color: inherit;
}

a.ec-blockBtn--cancel:link {
  color: #fff;
  transition: 0.5s all;
  border: none;
}

.ec-productRole .ec-productRole__category {
  margin: 0 0 1rem 0;
}

.ec-layoutRole__right {
  min-width: 300px;
}

.ec-inlineBtn--cancel, .ec-inlineBtn--action {
  border-radius: 2rem;
}

.ec-blockBtn--cancel, .ec-blockBtn--action {
  border-radius: 2rem;
}

.ec-blockBtn--action:disabled {
  background-color: #eee;
  color: #333;
}

.ec-blockBtn--action:disabled:hover {
  background-color: #eee !important;
  color: #333;
}

.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}

.ec-cartRole .ec-cartRole__actions {
  margin: 0;
}

@media (min-width: 481px) and (max-width: 768px) {
  .ec-cartRole .ec-cartRole__actions {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .ec-cartRole .ec-cartRole__actions {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .ec-productRole .ec-productRole__btn {
    min-width: 200px;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .ec-productRole .ec-productRole__btn {
    min-width: 200px;
  }
}

#page_shopping_login .ec-grid3 {
  display: block;
}

#page_shopping_login .ec-grid3__cell2, #page_shopping_login .ec-grid3__cell {
  width: 100%;
  margin: 1.5rem 0;
}

@media (min-width: 481px) and (max-width: 768px) {
  #page_shopping .ec-orderRole {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #page_shopping .ec-orderRole {
    display: block;
  }
}
@media (min-width: 1140px) {
  #page_shopping .ec-orderRole {
    display: block;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  #page_shopping .ec-orderRole .ec-orderRole__detail {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #page_shopping .ec-orderRole .ec-orderRole__detail {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
@media (min-width: 1140px) {
  #page_shopping .ec-orderRole .ec-orderRole__detail {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  #page_shopping_confirm .ec-orderRole {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #page_shopping_confirm .ec-orderRole {
    display: block;
  }
}
@media (min-width: 1140px) {
  #page_shopping_confirm .ec-orderRole {
    display: block;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
@media (min-width: 1140px) {
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}

html {
  font-size: 15px;
}
@media (min-width: 481px) and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #3B3B3B;
  line-height: 1.8;
  letter-spacing: 0.8px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: left;
  margin: 0;
  padding: 0px;
}

form {
  margin: 0;
  padding: 0px;
}

li {
  line-height: 1.8;
}

h1 {
  margin: 0;
  padding: 0px;
  font-weight: normal;
}

strong {
  font-weight: bolder;
}

img {
  border: none;
}

a {
  color: #3B3B3B;
  line-height: 1.8;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0px;
}

.btn {
  width: 100%;
  text-align: center;
}

.inner {
  width: 92%;
  margin: 0 auto;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .inner {
    width: 92%;
  }
}
@media (min-width: 1140px) {
  .inner {
    width: 1100px;
  }
}

header img, footer img, section img {
  max-width: 100%;
  height: auto;
}

dl.is-empty {
  height: 0;
  width: 0;
}

.blocklink {
  cursor: pointer;
}

.blocklink:hover {
  opacity: 0.8;
}

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

/*# sourceMappingURL=style.css.map */
