@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@media screen and (min-width: 481px) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  ul, ol {
    list-style: none;
  }
  body {
    font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
    font-size: 12px;
    line-height: 2.2;
    color: #313131;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  .wrapper {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .wrapper_header {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .margin_top {
    margin-top: 50px;
  }
  .margin_bottom {
    margin: 0 0 0 5%;
  }
  .header_top {
    width: 100%;
    background: linear-gradient(180deg, #e9e9e9 0%, #e9e9e9 150px, #fff 100px, #fff 100%);
  }
  .header_underlayer {
    width: 100%;
    background: #e9e9e9;
    position: fixed;
    z-index: 500;
    margin: 0 0 0 0;
  }
  .background_header {
    width: 100%;
    height: 736px;
    background-image: url("../img/top/background.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  h1 {
    font-family: "源柔ゴシック Medium";
    font-size: 10px;
    width: 34%
  }
  img.logo {
    max-width: 100%;
  }
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 13.5%;
    /*margin: 0 0 0 950px;*/
  }
  .open {
    z-index: 200000;
    width: 50px;
    height: 50px;
    color: #fff;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 30%;
    width: 40%;
    border-bottom: 3px solid white;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-8px);
  }
  .open::after {
    transform: translateY(8px);
  }
  .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(-250px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .3);
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  /* メニューデザイン */
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background-color: #ea5668;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
  }
  .drower-menu a:hover {
    background: #8a8a8a;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: none;
  }
  .padding_top {
    width: 100%;
    padding: 170px 0 0 0;
  }
  #h2_top {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 60px;
    font-weight: 600;
    line-height: 85px;
    text-align: left;
    margin: 13% 0 0 0;
    text-shadow:
      3px 3px 0px #fff, -3px -3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, 3px 0px 0px #fff, -3px -0px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff;
  }
  #h2_top span {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #ea5668;
  }
  .text_pink_back {
    width: 550px;
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
    color: #fff;
    background-color: #ea5668;
    font-size: 40px;
    text-align: center;
    line-height: 1;
  }
  .text_pink_back span {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #fff;
    background-color: #ea5668;
    font-size: 20px;
  }
  img.price {
    max-width: 61%;
    margin: 0 19.5%;
  }
  .pricelist {
    width: 75%;
    margin: 0 12.5% 3% 12.5%;
  }
  .pricelist li {
    width: 100%;
    margin: 0 0 0 0;
    border-bottom: solid #fff 1px;
    color: #fff;
    font-size: 25px;
  }
  .pricelist li span {
    font-size: 15px;
  }
  .pricelist li p {
    text-align: right
  }
  .text_right {
    float: right;
    display: inline-block;
    font-size: 25px;
    width: 25%;
  }
  .text_right span {
    font-size: 15px;
  }
  .box_payment {
    width: 690px;
    margin: 0 125px 30px 125px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
  }
  .box_paymentp {
    font-size: 14px;
    line-height: 22px;
  }
  .topbox3_under.clearfix p span {
    font-size: 18px;
    display: block;
    font-weight: 600;
    line-height: 25px;
  }
  img.pagetop {
    max-width: 100%;
    position: fixed;
    right: 2%;
    bottom: 3%;
  }
  .box_gray {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 3% 0 4% 0;
    background-color: #e9e9e9;
  }
  .newstitle {
    font-size: 30px;
    float: left;
    font-family: Arial, Helvetica, "sans-serif";
    line-height: 0.8;
    margin: 3% 3% 0 20%;
  }
  .newstitle span {
    font-size: 18px;
  }
  .newsbox {
    width: 60%;
    height: 200px;
    overflow-y: scroll;
    background-color: #fff;
    display: inline-block;
  }
  .newsbox table {
    margin: 0 10px 15px 15px;
    font-size: 12px;
    text-align: left;
  }
  .newsbox table th {
    width: 140px;
    padding: 10px 0 5px 0;
    border-bottom: dotted #b3b3b3 1px;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
  }
  .newsbox table td {
    padding: 10px 0 5px 5px;
    border-bottom: dotted #b3b3b3 1px;
    line-height: 20px;
  }
  .newsbox table th img {
    margin: 0 0 0 5px;
  }
  .newsbox table td a {
    color: #0012ff;
  }
  .newsbox table td a:hover {
    text-decoration: underline;
  }
  .banner {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
    font-size: 30px;
    text-align: center;
    line-height: 25px;
  }
  .banner span {
    font-size: 17px;
  }
  footer {
    width: 100%;
    margin: 2% 0 0 0;
  }
  .copy {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-family: 'Archivo Narrow', sans-serif;
  }
}
@media screen and (min-width:768px) and (max-device-width:1366px) {
  .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .wrapper_header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  h1 {
    font-family: "源柔ゴシック Medium";
    font-size: 10px;
    width: 37%
  }
  #h2_top {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 60px;
    font-weight: 600;
    line-height: 85px;
    text-align: left;
    margin: 100px 0 0 20px;
    text-shadow: 3px 3px 0px #fff, -3px -3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff;
  }
  .text_pink_back {
    width: 550px;
    margin: 0 0 0 20px;
    padding: 20px 0 20px 0;
    color: #fff;
    background-color: #ea5668;
    font-size: 40px;
    text-align: center;
    line-height: 1;
  }
  .text_pink_back span {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #fff;
    background-color: #ea5668;
    font-size: 20px;
  }
  .background_header {
    width: 100%;
    height: 700px;
    background-image: url("../img/top/background.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  .open {
    z-index: 200000;
    width: 50px;
    height: 50px;
    color: #fff;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    right: 20px;
  }
}
@media screen and (min-width:320px) and (max-device-width:767px) {
  .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
}
@media screen and (min-width:320px) and (max-device-width:539px) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    color: #292929;
  }
  ul, ol {
    list-style: none;
  }
  body {
    /*font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;*/
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #313131;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    width: 100%;
    background: linear-gradient(180deg, #e9e9e9 0%, #e9e9e9 150px, #fff 100px, #fff 100%);
  }
  .background_header {
    width: 100%;
    height: 400px;
    /*background-image: url("../img/top/background.png");*/
    background-repeat: no-repeat;
    background-position: right;
  }
  h1 {
    font-family: "源柔ゴシック Medium";
    font-size: 10px;
  }
  img.logo {
    max-width: 60%;
    margin: 2% 0 0 0;
  }
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0%;
    /*margin: 0 0 0 950px;*/
  }
  .open {
    z-index: 200000;
    width: 50px;
    height: 50px;
    color: #fff;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 30%;
    width: 40%;
    border-bottom: 3px solid white;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-8px);
  }
  .open::after {
    transform: translateY(8px);
  }
  .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(-250px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .3);
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  /* メニューデザイン */
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background-color: #ea5668;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
  }
  .drower-menu a:hover {
    background: #8a8a8a;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: none;
  }
  #h2_top {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    margin: 50px 0 0 20px;
    text-shadow:
      3px 3px 0px #fff, -3px -3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, 3px 0px 0px #fff, -3px -0px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff;
  }
  #h2_top span {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #ea5668;
  }
  .text_pink_back {
    width: 350px;
    margin: 0 0 0 10px;
    padding: 20px 0 20px 0;
    color: #fff;
    background-color: #ea5668;
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  .text_pink_back span {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #fff;
    background-color: #ea5668;
    font-size: 15px;
  }
  img.price {
    max-width: 61%;
    margin: 0 19.5%;
  }
  .pricelist {
    width: 100%;
    margin: 0 0 0 0;
  }
  .pricelist li {
    width: 98%;
    margin: 0 0 0 0;
    padding: 0 1%;
    border-bottom: solid #fff 1px;
    color: #fff;
    font-size: 16px;
  }
  .pricelist li span {
    font-size: 16px;
  }
  .pricelist li p {
    text-align: right;
    color: #fff;
  }
  .text_right {
    float: right;
    display: inline-block;
    font-size: 16px;
  }
  .text_right span {
    font-size: 15px;
  }
  .box_payment {
    width: 89%;
    margin: 3% 2.5% 30px 2.5%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 3%;
  }
  img.payment {
    max-width: 100%;
  }
  .box_paymentp {
    font-size: 14px;
    line-height: 22px;
  }
  .topbox3_under.clearfix p span {
    font-size: 18px;
    display: block;
    font-weight: 600;
    line-height: 25px;
  }
  img.pagetop {
    max-width: 100%;
    position: fixed;
    right: 2%;
    bottom: 3%;
  }
  .box_gray {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 3% 0 4% 0;
    background-color: #e9e9e9;
  }
  .newstitle {
    font-size: 30px;
    float: left;
    font-family: Arial, Helvetica, "sans-serif";
    line-height: 0.8;
    margin: 3% 3% 0 20%;
  }
  .newstitle span {
    font-size: 18px;
  }
  .newsbox {
    width: 337.5px;
    height: 200px;
    margin: 2% 5% 0 5%;
    overflow-y: scroll;
    background-color: #fff;
    display: inline-block;
  }
  .newsbox table {
    margin: 0 10px 15px 15px;
    font-size: 12px;
    text-align: left;
  }
  .newsbox table th {
    width: 140px;
    padding: 10px 0 5px 0;
    border-bottom: dotted #b3b3b3 1px;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
  }
  .newsbox table td {
    padding: 10px 0 5px 5px;
    border-bottom: dotted #b3b3b3 1px;
    line-height: 20px;
  }
  .newsbox table th img {
    margin: 0 0 0 5px;
  }
  .newsbox table td a {
    color: #0012ff;
  }
  .newsbox table td a:hover {
    text-decoration: underline;
  }
  .banner {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
    font-size: 30px;
    text-align: center;
    line-height: 25px;
  }
  .banner span {
    font-size: 17px;
  }
  footer {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .copy {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-family: 'Archivo Narrow', sans-serif;
  }
  footer {
    width: 100%;
    margin: 5% 0 0 0;
    padding: 1% 0 0 0;
  }
}