/** Shopify CDN: Minification failed

Line 88:0 All "@import" rules must come first

**/
@charset "UTF-8";

/*--------------------

固定背景/大枠/共通

--------------------*/
.inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.inner02 {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.flex {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
ul {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-start: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.bgcolorwh {
  background: #fff;
}
.pagelinkwrap {
  position: relative;
}
.pagelink {
  position: absolute;
  top: -100px;
  left: 0;
}
/*PCのみ*/
@media screen and (min-width: 990px) {
  :root,
  .color-background-1 {
    background: transparent;
  }
  body.gradient {
    background: transparent;
    background-image: url("/cdn/shop/files/pc_bg.png?v=1665979246");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 989px) {
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(/cdn/shop/files/sp_bg.png?v=1665979256) center no-repeat;
    background-size: cover;
  }
}

.rich-text {
  background-color: transparent;
}
/*--------------------

fontフォント

--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  word-wrap: break-word;
  font-size: 1.6rem;
  color: #242424;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.titlefont {
  font-family: "Shippori Mincho", serif !important;
}
/*--------------------

リボンタイトル

--------------------*/
.ribontitle {
  text-align: center;
  margin-bottom: 9rem;
}
.ribontitle-wrap {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  padding: 3rem 0 2rem;
}
.ribontitle-wrap::before,
.ribontitle-wrap::after {
  content: "";
  background: url(/cdn/shop/files/ribbon_line.png?v=1666493826) no-repeat;
  background-size: cover;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.ribontitle-wrap::before {
  top: 0;
}
.ribontitle-wrap::after {
  bottom: 0;
}
/*スマホのみ*/
@media screen and (max-width: 768px) {
  .ribontitle {
    text-align: center;
    margin-bottom: 3.7rem;
  }
  .ribontitle-wrap {
    font-size: 2.8rem;
    padding: 2.5rem 1rem 2rem;
  }
  .ribontitle-wrap::before,
  .ribontitle-wrap::after {
    height: 9px;
  }
}
/*--------------------

リボンタイトル02

--------------------*/
.ribontitle02 {
  text-align: center;
  margin-bottom: 9rem;
}
.ribontitle-wrap02 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  padding: 3rem 0 2rem;
  min-width: 412px;
}
.ribontitle-wrap02::after {
  content: "";
  background: url(/cdn/shop/files/ribbon_line.png?v=1666493826) no-repeat;
  background-size: cover;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.ribontitle-wrap02::after {
  bottom: 0;
}
.subtext {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
  text-align: center;
}
/*スマホのみ*/
@media screen and (max-width: 768px) {
  .ribontitle02 {
    text-align: center;
    margin-bottom: 3.7rem;
  }
  .ribontitle-wrap02 {
    font-size: 3.6rem;
    padding: 2.5rem 1rem 2rem;
    min-width: 90%;
  }
  .ribontitle-wrap02::after {
    height: 9px;
  }
  .subtext {
    font-size: 2rem;
  }
}
/*--------------------

imgtextblock01

--------------------*/
li.imgtextblock01-wrap {
  position: relative;
  margin-bottom: 10rem;
}
.imgtextblock01-wrap-img {
  position: absolute;
}
.imgtextblock01-wrap-img img {
  object-fit: cover;
  width: 500px;
  height: 400px;
}
.imgtextblock01-wrap-text {
  max-width: 718px;
  width: 70%;
  min-height: 400px;
  padding: 6rem 6rem;
  border-radius: 2rem;
  position: relative;
  margin-top: 4rem;
}

.imgtextblock01 li:nth-child(odd) {
  justify-content: flex-end;
}
.imgtextblock01 li:nth-child(odd) .imgtextblock01-wrap-img {
  left: 0;
}
.imgtextblock01 li:nth-child(even) {
  justify-content: flex-start;
}
.imgtextblock01 li:nth-child(even) .imgtextblock01-wrap-img {
  right: 0;
}
.imgtextblock01-wrap-text-title {
  font-size: 3.2rem;
  font-weight: bold;
}
.imgtextblock01-wrap-textarea {
  margin-top: 3rem;
  line-height: 1.7;
}
.imgtextblock01-btnarea {
  text-align: right;
  margin-top: 5rem;
}
.imgtextblock01-btnarea a {
  height: 60px;
  display: inline-block;
  max-width: 300px;
  border: 1px solid #242424;
  background: #fff;
  color: #242424;
  position: relative;
  border-radius: 3rem;
  width: 50%;
  text-decoration: none;
  text-align: left;
  line-height: 60px;
  padding: 0 2rem;
}
.imgtextblock01-btnarea a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 20px;
  height: 1px;
  background: #242424;
}
.imgtextblock01-btnarea a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #242424;
  border-right: 1px solid #242424;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*スマホのみ*/
@media screen and (max-width: 768px) {
  li.imgtextblock01-wrap {
    display: block;
    margin-bottom: 5rem;
  }
  .imgtextblock01-wrap-img {
    position: static;
  }
  .imgtextblock01-wrap-img img {
    width: 100%;
    height: auto;
  }
  .imgtextblock01-wrap-text {
    max-width: 100%;
    width: 100%;
    min-height: 0;
    padding: 16px 16px 40px;
    border-radius: 2rem;
  }
  .imgtextblock01area {
    max-width: 90%;
    margin: 3rem auto 0;
  }
  .imgtextblock01-btnarea {
    text-align: center;
    margin-top: 3rem;
  }
  .imgtextblock01-btnarea a {
    width: 100%;
    max-width: 270px;
    padding: 0 3rem;
    height: 50px;
    line-height: 50px;
  }
  .imgtextblock01-wrap-text-title {
    font-size: 2.8rem;
  }
}
/*--------------------

imgtextblock02

--------------------*/
.overview {
  margin-bottom: 7rem;
  margin-top: 8rem;
}
.imgtextblock02-imgblock {
  width: 45%;
  max-width: 446px;
  position: relative;
  margin-right: 8rem;
}
.imgtextblock02-imgblock img {
  width: 100%;
}
.iconimage {
  position: absolute;
  top: -10%;
  right: -10%;
  max-width: 50%;
}
.imgtextblock02-talbleblock {
  max-width: 634px;
  width: 55%;
}
.imgtextblock02-talbleblock table:not([class]),
.imgtextblock02-talbleblock table,
table:not([class]) td,
table:not([class]) th {
  border: none;
  box-shadow: none;
  font-size: 1.6rem;
}
.imgtextblock02-talbleblock-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
}
.imgtextblock02-talbleblock-title span {
  position: relative;
  padding-bottom: 1.5rem;
}
.imgtextblock02-talbleblock-title span::before {
  content: "";
  background-image: linear-gradient(to right, #ffc6d9, #ffc6d9 10px, transparent 1px, transparent 2px);
  background-size: 20px 5px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.talbleblock-text {
  margin-bottom: 5rem;
}
.imgtextblock02-talbleblock table:not([class]) tr {
  border-bottom: 1px solid #242424;
}
.imgtextblock02-talbleblock table:not([class]) tr:first-child {
  border-top: 1px solid #242424;
}
.imgtextblock02-talbleblock table:not([class]) th {
  width: 100px;
  text-align: left;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-weight: normal;
}
/*スマホのみ*/
@media screen and (max-width: 768px) {
  .overview {
    display: block;
    margin-bottom: 4rem;
    margin-top: 0;
    padding-top: 5rem;
    overflow-x: hidden;
  }
  .imgtextblock02-imgblock {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-right: 0rem;
  }
  .imgtextblock02-imgblock img {
    width: 100%;
  }
  .iconimage {
    position: absolute;
    top: -10%;
    right: -10%;
    max-width: 50%;
  }
  .imgtextblock02-talbleblock {
    max-width: 100%;
    width: 100%;
  }
  .imgtextblock02-imgblock {
    margin-bottom: 4rem;
  }
  .imgtextblock02-talbleblock-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
  .imgtextblock02-talbleblock-title span {
    padding-bottom: 1rem;
  }
  .imgtextblock02-talbleblock table:not([class]) th {
    display: block;
    width: 100%;
    padding: 2rem 0 2rem 0;
  }
  .imgtextblock02-talbleblock table:not([class]) td {
    display: block;
    width: 100%;
    padding: 0 0 2rem 0;
  }
  .talbleblock-text {
    margin-bottom: 3rem;
  }
}
/*--------------------

テキストブロック02

--------------------*/
.textcontent-wrap {
  background-color: #f6f6ba;
  border-radius: 20px;
  position: relative;
  padding: 7rem 0;
  margin-bottom: 80px;
}
.ribonicon {
  width: 44px;
  height: 33px;
  margin: 170px auto 60px;
}
.ribonicon img {
  width: 100%;
}
.textcontent-title {
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -7%;
  left: 0;
  right: 0;
}
.textcontent-text {
  max-width: 806px;
  width: 75%;
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 auto;
}
/*スマホのみ*/
@media screen and (max-width: 768px) {
  .textcontent-wrap {
    padding: 8rem 0 5rem;
    margin-bottom: 30px;
  }
  .ribonicon {
    margin: 100px auto 60px;
  }
  .textcontent-title {
    font-size: 2.8rem;
    top: -5%;
  }
  .textcontent-text {
    max-width: 100%;
    width: 100%;
    padding: 0 3rem;
    font-size: 1.6rem;
  }
}
/*--------------------

テキストブロック01

--------------------*/
.textblock01 {
  justify-content: space-between;
}
.textblock01-content {
  width: 50%;
  border-radius: 20px;
  padding: 4rem;
}
.textblock01-title {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
img.textblock01-iconimage {
  height: 43.67px;
  width: auto;
  margin-right: 1rem;
}
.coverimage {
  padding: 0;
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
  font-size: 0;
}
.coverimage img {
  width: 100%;
  object-fit: cover;
  height: 248px;
}
/*pCのみ*/
@media screen and (min-width: 769px) {
  .textblock01-content:nth-of-type(1) {
    margin-right: 2vw;
  }
  .textblock01-content:nth-last-of-type(1) {
    margin-left: 2vw;
  }
  .coverimage {
    margin-left: 2vw;
  }
}
/*スマホのみ*/
@media screen and (max-width: 768px) {
  .textblock01 {
    display: block;
  }
  .textblock01-content {
    max-width: 100%;
    width: 100%;
    padding: 3rem;
    margin-bottom: 3rem;
  }
  .textblock01-title {
    flex-direction: column;
    font-size: 2.4rem;
  }
  img.textblock01-iconimage {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .coverimage {
    width: 100%;
  }
  .coverimage img {
    height: 248px;
    height: 37vh;
  }
}
/*--------------------

テキストブロック03

--------------------*/
.textblock01.textblock03 .textblock01-content {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}
.textblock01.textblock03 table:not([class]) {
  box-shadow: none;
}
.textblock01.textblock03 table th {
  text-align: left;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
}
.textblock01.textblock03 table td {
  padding-right: 0;
}
.textblock01.textblock03 .textblock01-title {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.textblock01.textblock03 ul {
  width: 50%;
}
.textblock01.textblock03 ul:nth-of-type(1) {
  padding-right: 10px;
}
.textblock01.textblock03 ul li {
  padding: 10px 0;
}
.mapinfo {
  margin-top: 30px;
}
.mapinfo iframe {
  height: 246px;
}
/* PCのみ */
@media screen and (min-width: 790px) {
  .textblock01.textblock03 .textblock01-content {
    padding: 8rem 5rem;
  }
  .textblock01.textblock03 .textblock01-content {
    width: 100%;
  }
  .textblock01.textblock03 .width40 {
    max-width: 40%;
    width: 40%;
  }
  .textblock01.textblock03 .width40 .subinner {
    max-width: 400px;
    margin: 0 auto;
  }
  .textblock01.textblock03 .width60 {
    max-width: 60%;
    width: 60%;
  }
  .textblock01.textblock03 .textblock01-title {
    max-width: 335px;
    margin-bottom: 43px;
  }
}
/* PCのみ */
@media screen and (min-width: 1500px) {
  .textblock01.textblock03 .textblock01-content {
    padding: 8rem 10rem;
  }
}
/* スマホのみ */
@media screen and (max-width: 768px) {
  .textblock01.textblock03 table th,
  .textblock01.textblock03 table td {
    font-size: 1.4rem !important;
  }
  .textblock01.textblock03 .textblock01-content {
    margin-bottom: 0;
  }
  .textblock01.textblock03 ul:nth-of-type(1) {
    padding-right: 0;
  }
  .bottominfo-wrap {
    display: block;
  }
  .textblock01.textblock03 ul {
    width: 100%;
  }
  .textblock01.textblock03 .textblock01-title {
    align-items: flex-start;
  }
  .textblock01.textblock03 .textblock01-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/*--------------------

表

--------------------*/
.tabletitle {
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
.tabletitle.titlemiddle {
  font-size: 3.2rem;
  text-align: left;
}
.table-wrap tr {
  border-bottom: 1px solid #242424;
}
.table-wrap tr:nth-child(1) {
  border-top: 1px solid #242424;
}
.table-wrap th,
.table-wrap td {
  padding: 1.8rem 0;
}
.table-wrap th {
  width: 200px;
  text-align: left;
}
.tableblock {
  max-width: 812px;
  margin: 10rem auto;
}
.table-wrap {
  width: 100%;
  border-collapse: collapse;
}
/* スマホのみ */
@media screen and (max-width: 768px) {
  .tabletitle {
    font-size: 2.8rem;
  }
  .table-wrap th,
  .table-wrap td {
    display: block;
    width: 100%;
  }
  .table-wrap th {
    width: 100%;
    padding: 2rem 0 1rem;
  }
  .table-wrap td {
    padding: 0rem 0 2rem;
  }
}
/*--------------------

ヘッダー

--------------------*/
.header__heading-link {
  margin: 0;
  padding: 0;
  height: 70px;
/*   display: block; */
  display:flex;
  font-size: 0;
      align-items: center;
}
body.gradient {
  padding-top: 70px;
}
.header__heading-logo {
  height: 100%;
  width: auto;
}
.header-wrapper {
  background: transparent !important;
}
.header {
  display: block;
  padding: 0 20px !important;
}
.headerall {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
.header-wrapper.color-background-1.gradient {
  width: 100%;
}
/*PCのみ*/
@media screen and (min-width: 990px) {
  .pcmenu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nav-drawer {
    display: none;
  }
  .header-wrapper.color-background-1.gradient {
    padding: 5px 0;
  }
  .header{
    max-width: 100%;
  }
}
/*スマホのみ*/
@media screen and (max-width: 989px) {
  .header {
    display: flex;
    justify-content: space-between;
    padding-right: 0 !important;
    padding-left: 10px !important;
  }
  .header__heading-link {
    height: 45px;
  }
  body.gradient {
    padding-top: 50px;
  }
  .header-wrapper.color-background-1.gradient {
    background: #fff !important;
  }

  /*--  スマホメニュー  --*/
  #nav-drawer {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 25px;
  }
  /*チェックボックス等は非表示に*/
  #nav-input,
  .subnav-input {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: flex;
    width: 33px;
    height: 100%;
    vertical-align: middle;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
  }

  .nav-open-wrap {
    display: block;
    position: relative;
    height: 20px;
    width: 100%;
  }

  /*ハンバーガーの形をCSSで表現*/
  #nav-open .nav-open-wrap span {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #555;
    display: block;
    content: "";
    cursor: pointer;
    transition: 0.3s;
  }
  #nav-open .nav-open-wrap span:nth-of-type(1) {
    top: 0px;
  }
  #nav-open .nav-open-wrap span:nth-of-type(2) {
    top: 8px;
  }

  #nav-open .nav-open-wrap span:nth-of-type(3) {
    top: 16px;
  }
  #nav-drawer.open #nav-open .nav-open-wrap span:nth-of-type(1) {
    transform: translateY(10px) rotate(27deg);
    -webkit-transform: translateY(10px) rotate(27deg);
  }
  #nav-drawer.open #nav-open .nav-open-wrap span:nth-of-type(2) {
    display: none;
  }
  #nav-drawer.open #nav-open .nav-open-wrap span:nth-of-type(3) {
    top: 0px;
    transform: translateY(10px) rotate(157deg);
    -webkit-transform: translateY(10px) rotate(157deg);
  }
  .spmenubtntext {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
  }
  .closetext {
    display: none;
  }
  #nav-drawer.open .menutext {
    display: none;
  }
  #nav-drawer.open .closetext {
    display: block;
  }
  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 60px;
    right: 0;
    left: auto;
    z-index: 9999;
    width: 58%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(110%);
    transform: translate(110%);
    padding: 4rem 3.5rem;
    /* padding-bottom: 100vh; */
  }
  #nav-content .side-bar {
    position: relative;
    margin-bottom: 100px;
  }
  /*チェックがついたら表示させる*/
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
    z-index: -5;
  }
  #nav-content.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #fff;
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 900;
    top: 0;
  }
  ul.list a {
    color: #242424;
    text-decoration: none;
    font-size: 1.4rem;
  }
  li.parent {
    margin-bottom: 3rem;
  }
  ul.child {
    margin-top: 1.5rem;
  }
  ul.child li {
    margin-bottom: 1rem;
  }
  ul.child li a::before {
    content: "ー";
    font-size: 1.4rem;
    display: inline-block;
    padding-right: 1rem;
  }
}

/*--------------------

フッター

--------------------*/
footer {
  width: 100%;
}
.footer-top .inner {
  justify-content: space-between;
}
.footer-bottom img {
  width: 100%;
}
.footer-bottom {
  font-size: 0;
}
.footer-top {
  background: #dde5e9;
  padding: 70px 0;
}
.footer-top a {
  transition: 0.3s;
  color: #242424;
}
.footer-top a:hover {
  opacity: 0.7;
}
.footeradress {
  margin-right: 100px;
}
.footeradress .name {
  font-weight: bold;
  font-size: 2.4rem;
}
.footeradress p {
  margin-top: 1rem;
}
.footerlist li {
  margin-right: 80px;
}
.footerlist li:last-child {
  margin-right: 0;
}
.footerlist-btn a {
  border: 1px solid #707070;
  background-color: #fff;
  display: block;
  padding: 24px 0;
  min-width: 300px;
  text-align: center;
  text-decoration: none;
}
.footerporicy {
  text-align: right;
  margin-top: 1.4rem;
}
.footerporicy a {
  font-size: 1.4rem;
  text-decoration: none;
}

/*PCのみ*/
@media screen and (min-width: 990px) and (max-width: 1090px) {
  .footeradress {
    margin-right: 50px;
  }
  .footerlist li {
    margin-right: 40px;
  }
  .footerlist li:last-child {
    margin-right: 0;
  }
  .footeradress p {
    font-size: 1.5rem;
  }
}

/*PCのみ*/
@media screen and (min-width: 990px) {
  .footer-bottom {
    height: 380px;
    background: url(/cdn/shop/files/footer_img_pc.jpg?v=1666083079) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .footer__copyright {
    position: fixed;
    writing-mode: vertical-rl;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    z-index: 10000000;
    color: #242424;
    text-align: center !important;
    cursor: normal;
  }
}

/*SPのみ*/
@media screen and (max-width: 989px) {
  .footer-top .inner {
    display: block;
  }
  .footeradress {
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .flex.footerlist {
    display: block;
  }
  .footerlist li {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .footerlist-btn a {
    padding: 24px 0;
    min-width: 100%;
  }
  .footerporicy {
    text-align: center;
    margin-top: 1.6rem;
  }
  .footer-bottom {
    position: relative;
  }
  .footer__copyright.caption {
    position: absolute;
    bottom: 0;
    right: 15px;
    bottom: 10px;
  }
}

/*--------------------

SDGS

--------------------*/
.sdgskumamon{
    text-align: center;
}
.sdgskumamon p{
  font-size:2.4rem;
}
.sdgskumamon img{
  max-width:60%;
}
.sdgslogo{
 height: 56px;
}

/*スマホのみ*/
@media screen and (max-width: 768px) {
.sdgskumamon p{
  font-size:1.6rem;
}
.sdgskumamon img {
    max-width: 85%;
}
}
@media screen and (max-width: 989px) {
.sdgslogo {
    height: 37px;
}
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
予約フォーム、カートなど
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.product--no-media .product-form > .form {
  max-width: 100% !important;
}
.sub-panel.rental-sub-panel {
  padding: 0;
}
.cart__ctas button {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.button,
.shopify-challenge__button,
.customer button {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.nameblock {
  align-items: center;
}
.customer thead th{
  background-color: #52c3f1;
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}
div#dynamic-checkout-cart,.cart__dynamic-checkout-buttons{
  width: 100%;
}
.quantity__button {
  display: none;
}
@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order) {
    max-width: 65.8rem !important;
  }
  .nameblock-text {
    width: 49%;
  }
  .customer .field.firstname {
    margin-left: 10px;
  }
  .customer .field.firstname {
    margin-top: 0;
  }
}
@media screen and (max-width: 749px) {
  .customer:not(.account):not(.order) {
    max-width: 100% !important;
  }
  .nameblock {
    display: block;
  }
  :is(.account,.order) h2{
    font-size: 2rem;
    color: #440306;
    padding-bottom: 6px;
    border-bottom: 1px solid #440306;
    margin-bottom: 20px;
  }
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
デバイスごと
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (min-width: 990px) {
  .sp-header {
    display: none !important;
  }
}
@media screen and (max-width: 989px) {
  .pc-header {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
