@charset "UTF-8";
@import url(//db.onlinewebfonts.com/c/4387b781fdcc752283b72bdc76757065?family=All+Round+Gothic);
/*----------------------------------------------------*/
/*----------------------   PC   ----------------------*/
/*----------------------------------------------------*/

@media screen and (min-width: 750px) {

  body {
    width: 100%;
    margin: 0 auto;
    color: #666;
    font-size: 12px;
  }
  .sp { display: none; }

/*----------------------   header   ----------------------*/

  header {
    display: block;
    width: 1100px;
    margin: 10px auto;
    background-color: #fff;
  }
  header h1 {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    margin: 0 auto 0 0;
  }
  header h1 img {
    display: block;
    width: 100%;
  }
  header p {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
  }
  header ul {
    display: inline-block;
    vertical-align: middle;
    width: 460px;
    padding-left: 150px;
  }
  header ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
  }
  header ul li span {
    color: #ff64ba;
    font-weight: bold;
  }
  header ul li img {
    display: block;
    vertical-align: middle;
    width: 50px;
  }
  header nav.NavMenu {
    display: none;
  }

/*----------------------   top   ----------------------*/

  #top {
    width: 100%;
    position: relative;
  }
  #top img {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    z-index: -10;
  }
  #top img.sp { display: none; }
  #top .topwrap {
    width: 100%;
    margin: 0 auto;
  }
  #top .topwrap .topback {
    background-color: rgba(255, 100, 186, 0.7);
    width: 35%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #top .toptext {
    width: 1100px;
    height: 400px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 0;
  }
  #top .toptext h2 {
    color: #fff;
    font-size: 28px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 140px;
    display: block;
  }
  #top .toptext h2 span {
    color: #fff;
    font-size: 16px;
    line-height: 3;
  }
  #top .toptext h2:before {
    content: '';
    position: absolute;
    left: 50%;
    /*線の上下位置*/
    bottom: 50px;
    display: inline-block;
    /*線の長さ*/
    width: 60px;
    /*線の太さ*/
    height: 1px;
    /*位置調整*/
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    background-color: white;
    border-radius: 2px;
}

/*----------------------   menu   ----------------------*/

  #menu {
    width: 100%;
    height: 60px;
    background-color: #fff;
    font-size: 11px;
  }
  #menu .menubox {
    width: 1100px;
    margin: 0 auto;
  }
  #menu .menubox ul {
    width: 550px;
    margin-left: auto;
    margin-right: 0;
    padding: 23px 0;
  }
  #menu .menubox ul li {
    display: inline-block;
    padding: 0 15px;
  }
  #menu .menubox ul li a {
    text-decoration: none;
    color: #333;
  }
  #menu .menubox ul li a:hover {
    color: #ff64ba;
    text-decoration: underline;
  }

/*----------------------   news   ----------------------*/

  #news {
    width: 100%;
    background-color: #f9f9f9;
    height: 250px;
  }
  #news .newswrap {
    width: 1100px;
    margin: 0 auto;
  }
  #news .newswrap h2 {
    color: #ff64ba;
    font-size: 28px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #news .newswrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
    /*位置調整*/
    background-color: #666;
    /*線の色*/
  }
  #news .newswrap p {
    color: #ff64ba;
    width: 100px;
    padding-top: 5px;
    font-size: 16px;
  }
  #news .newswrap .newsbox {
    width: 790px;
    height: 200px;
    text-align: left;
    margin: -115px 0 0 auto;
    overflow-y: scroll;
    padding-right: 10px;
  }
  #news .newswrap .newsbox th {
    color: #ff64ba;
    width: 100px;
    font-size: 16px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
  }
  #news .newswrap .newsbox td {
    font-size: 14px;
    line-height: 2;
    vertical-align: middle;
    padding: 0;
    margin: 0;
  }

/*----------------------   about   ----------------------*/

  #about {
    width: 100%;
    height: 380px; 
  }
  #about .aboutwrap {
    width: 1100px;
    margin: 0 auto; 
  }
  #about .aboutwrap h2 {
    color: #ff64ba;
    font-size: 28px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em; 
  }
  #about .aboutwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-115%);
    transform: translateX(-115%);
    /*位置調整*/
    background-color: #666;
    /*線の色*/ 
  }
  #about .aboutwrap p {
    color: #ff64ba;
    width: 150px;
    padding-top: 5px;
    font-size: 16px; 
  }
  #about .aboutwrap .aboutbox {
    width: 750px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -100px;
    font-size: 12px;
    height: 100px;
  }
  #about .aboutwrap .aboutbox .flex_test-box {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
  }
  #about .aboutwrap .aboutbox .flex_test-item {
    width: 250px;
    color:  #fff;               /* 文字色 */
    margin:  8px;              /* 外側の余白 */
    text-align: center;
    font-weight: bold;
  }
  #about .aboutwrap .aboutbox .flex_test-item h3{
    font-size: 12px;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 6px 0;
  }
  #about .aboutwrap .aboutbox .flex_test-item p {
    font-size: 12px;
    color: #666;
    margin: 0 auto;
    padding-top: 10px;
  }
  #about .aboutwrap .aboutbox .about_test-box h4 {
    font-size: 16px;
    color: #ff64ba;
    margin-top: 30px;
  }
  #about .aboutwrap .aboutbox .about_test-box h4 span {
    font-size: 12px;
    color: #666;
  }

/*----------------------   charges   ----------------------*/

  #charges { width: 100%; }
  #charges .chargeswrap {
    width: 1100px;
    margin: 0 auto;
  }
  #charges .chargeswrap h2 {
    color: #ff64ba;
    font-size: 28px;
    padding-top: 30px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em; 
  }
  #charges .chargeswrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-130%);
    transform: translateX(-130%);
    /*位置調整*/
    background-color: #666;
    /*線の色*/ 
  }
  #charges .chargeswrap p {
    color: #ff64ba;
    width: 150px;
    padding-top: 5px;
    font-size: 16px; 
  }
  #charges .chargeswrap .chargesbox {
    width: 750px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -130px;
  }
  #charges .chargeswrap .chargesbox table,
  #charges .chargeswrap .chargesbox td,
  #charges .chargeswrap .chargesbox th {
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
    border: 1px;
    font-weight: 600;
  }
  #charges .chargeswrap .chargesbox th {
    background-color: #eaeaea;
    width: 350px;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #charges .chargeswrap .chargesbox td {
    background-color: #f9f9f9;
    padding: 50px 20px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #charges .chargeswrap .chargesbox td.price {
    font-size: 16px;
    vertical-align: middle;
  }
  #charges .chargeswrap .chargesbox td span.pricetext { color: #ff64ba; }
  #charges .chargeswrap .chargesbox td span.tabletext { font-size: 11px; }
  #charges .chargeswrap .chargesbox p {
    color: #333;
    width: 700px;
    line-height: 1.5;
    padding: 10px 0 10px 10px;
    font-size: 11px;
  }
  #charges .chargeswrap .chargesbox02 {
    width: 750px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: 30px;
  }
  #charges .chargeswrap .chargesbox02 table,
  #charges .chargeswrap .chargesbox02 td,
  #charges .chargeswrap .chargesbox02 th {
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
    border: 1px;
    font-weight: 600;
  }
  #charges .chargeswrap .chargesbox02 th {
    background-color: #eaeaea;
    width: 350px;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #charges .chargeswrap .chargesbox02 td {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #charges .chargeswrap .chargesbox02 td.price {
    font-size: 16px;
    vertical-align: middle;
  }
  #charges .chargeswrap .chargesbox02 td span.pricetext { color: #ff64ba; }
  #charges .chargeswrap .chargesbox02 td span.tabletext { font-size: 11px; }
  #charges .chargeswrap .chargesbox02 td a {
    text-decoration: none;
    background-color: #ff64ba;
    padding: 20px 5px;
    color: #fff;
    display: block;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
  #charges .chargeswrap .chargesbox02 td a:hover {
    background-color: #eaeaea;
    color: #333;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }

/*----------------------   config   ----------------------*/

  #config { width: 100%; }
  #config .configwrap {
    width: 1100px;
    margin: 0 auto;
  }
  #config .configwrap h2 {
    color: #ff64ba;
    font-size: 28px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #config .configwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-88%);
    transform: translateX(-88%);
    /*位置調整*/
    background-color: #666;
    /*線の色*/
  }
  #config .configwrap p {
    color: #ff64ba;
    width: 150px;
    padding-top: 5px;
    font-size: 16px;
  }
  #config .configwrap .configbox {
    width: 750px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -100px;
  }
  #config .configwrap .configbox p {
    width: 680px;
    font-size: 12px;
  }
  #config .configwrap .configbox h4 {
    font-size: 14px;
    color: #ff64ba;
    margin-top: 30px;
  }
  #config .configwrap .configbox a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
    background-color: #ff64ba;
    color: #fff;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #config .configwrap .configbox a:hover {
    background-color: #eaeaea;
    color: #333;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }

/*----------------------   config   ----------------------*/

  #question {
    width: 100%;
    background-color: #f9f9f9;
    padding-bottom: 50px;
  }
  #question .questionwrap {
    width: 1100px;
    margin: 50px auto 0;
  }
  #question .questionwrap h2 {
    color: #ff64ba;
    font-size: 28px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #question .questionwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    /*位置調整*/
    background-color: #666;
    /*線の色*/
  }
  #question .questionwrap p {
    color: #ff64ba;
    width: 100px;
    padding-top: 5px;
    font-size: 16px;
  }
  #question .questionwrap .questionbox {
    width: 750px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -100px;
  }
  #question .questionwrap .questionbox .acd-check { display: none; }
  #question .questionwrap .questionbox .acd-label {
    color: #333;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    cursor: pointer;
    cursor: hand;
  }
  #question .questionwrap .questionbox .acd-content {
    width: 100%;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden;
    background-color: #fff;
  }
  #question .questionwrap .questionbox .acd-content p {
    font-size: 11px;
    padding-top: 10px;
    padding-left: 20px;
    line-height: 2;
    width: 96%;
    color: #333;
  }
  #question .questionwrap .questionbox .acd-content .mobile { display: none; }
  #question .questionwrap .questionbox .acd-check:checked + .acd-label + .acd-content {
    height: 90px;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

/*----------------------   footmenu   ----------------------*/

  #footmenu {
    width: 100%;
    background-color: #eaeaea;
    padding-bottom: 50px;
  }
  #footmenu .footmenuwrap {
    width: 1100px;
    margin: 0 auto;
  }
  #footmenu .footmenuwrap h2 {
    color: #ff64ba;
    font-size: 28px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #footmenu .footmenuwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
    /*位置調整*/
    background-color: #666;
    /*線の色*/
  }
  #footmenu .footmenuwrap p {
    color: #ff64ba;
    width: 100px;
    padding-top: 5px;
    font-size: 16px;
  }
  #footmenu .footmenuwrap .footmenubox {
    width: 610px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -100px;
  }
  #footmenu .footmenuwrap .footmenubox ul {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin-right: 20px;
  }
  #footmenu .footmenuwrap .footmenubox ul li {
    padding-bottom: 4px;
    line-height: 1.75;
  }
  #footmenu .footmenuwrap .footmenubox ul li a {
    text-decoration: none;
    color: #333;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
  #footmenu .footmenuwrap .footmenubox ul li a:hover {
    color: #ff64ba;
    text-decoration: underline;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border:after {
    border-top: 1px solid;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border:before { margin-right: 1rem; }
  #footmenu .footmenuwrap .footmenubox ul .title-border:after { margin-left: 1rem; }

/*----------------------   footmenu   ----------------------*/

  footer {
    width: 100%;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
  }
  footer #foot {
    width: 600px;
    margin: 0 auto;
    padding: 30px 0;
  }
  footer #foot img {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
  }
  footer #foot ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
  }
  footer #foot ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 11px;
    color: #fff;
  }
  footer #foot ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer #foot ul li a:hover { text-decoration: underline; }
  footer #foot p {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin-left: 255px;
    color: #fff;
  }

/*----------------------   page_top   ----------------------*/

  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: -50px;
    color: #fff;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); 
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; 
  }
  #page_top a::before {
    font-family: FontAwesome;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

}

/*----------------------------------------------------*/
/*----------------------   sp   ----------------------*/
/*----------------------------------------------------*/

@media screen and (max-width: 749px) {

  body {
    width: 100%;
    margin: 0 auto;
    color: #3f3f3f;
    font-size: 11px;
    font-weight: 500;
  } 
  .pc { display: none; }

/*----------------------   header   ----------------------*/

  header {
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: white;
    z-index: 100;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  header h1 {
    display: block;
    width: 30%;
    margin: 10px; }
  header h1 img { width: 100%; }
  header p { display: none; }
  header .head_callnumber { display: none; }
  header nav.NavMenu {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #333;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-box-shadow: 0 1px 10px 1px rgba(50, 50, 50, 0.5);
    box-shadow: 0 1px 10px 1px rgba(50, 50, 50, 0.5);
  }
  header nav.NavMenu p {
    background: #007ec3;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
  }
  header nav.NavMenu ul {
    background: #f9f9f9;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  header nav.NavMenu ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
  }
  header nav.NavMenu ul li a {
    display: block;
    color: #000;
    padding: 20px 0;
    text-decoration: none;
  }
  header nav.NavMenu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  header nav.NavMenu.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  header .Toggle {
    display: block;
    position: fixed;
    right: 15px;
    top: 18px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 0 1px 7px 1px rgba(50, 50, 50, 0.25);
    box-shadow: 0 1px 7px 1px rgba(50, 50, 50, 0.25);
  }
  header .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px; }
  header .Toggle span:nth-child(1) { top: 9px; }
  header .Toggle span:nth-child(2) { top: 18px; }
  header .Toggle span:nth-child(3) { top: 27px; }
  header .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header .Toggle.active span:nth-child(2), 
  header .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .menuber, header .head { display: none; }

/*----------------------   top   ----------------------*/

  #top {
    width: 100%;
    position: relative;
  }
  #top img { width: 100%; }
  #top .topwrap ,
  #top .toptext {
    width: 90%;
    margin-top: -160px;
    padding-left: 10px;
  }
  #top .topwrap .topback { display: none; }
  #top .toptext h2 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #top .toptext h2 span {
    color: #fff;
    font-size: 14px;
    line-height: 3;
  }
  #top .toptext h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 40px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    /*位置調整*/
    background-color: white;
    /*線の色*/
  }

/*----------------------   menu   ----------------------*/

  #menu { display: none; }

/*----------------------   news   ----------------------*/

  #news {
    width: 100%;
    background-color: #f9f9f9;
    height: 220px;
    padding-top: 70px;
    margin-top: -50px;
  }
  #news .newswrap {
    width: 95%;
    margin: 0 auto;
  }
  #news .newswrap h2 {
    color: #ff64ba;
    font-size: 20px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #news .newswrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #666;
    /*線の色*/
  }
  #news .newswrap p {
    color: #ff64ba;
    width: 100px;
    padding-top: 5px;
    font-size: 14px;
  }
  #news .newswrap .newsbox {
    width: 70%;
    height: 140px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -80px;
    padding-top: 20px;
    padding-left: 20px;
    line-height: 1.75;
    overflow-y: scroll;
    font-size: 12px;
  }
  #news .newswrap .newsbox th {
    width: 100px;
    color: #ff64ba;
    font-weight: 600;
  }
  #news .newswrap .newsbox td { padding: 0 10px 10px 0; }

/*----------------------   about   ----------------------*/

  #about {
    width: 100%;
    height: 600px;
    padding-top: 50px;
    margin-top: -50px;
  }
  #about .aboutwrap {
    width: 95%;
    margin: 0 auto;
  }
  #about .aboutwrap h2 {
    color: #ff64ba;
    font-size: 20px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #about .aboutwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    /*位置調整*/
    background-color: #ff64ba;
    /*線の色*/
  }
  #about .aboutwrap p {
    color: #ff64ba;
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
  }
  #about .aboutwrap .aboutbox {
    width: 70%;
    height: 100px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -90px;
  }
  #about .aboutwrap .aboutbox .flex_test-box {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }
  #about .aboutwrap .aboutbox .flex_test-item {
    width: 100%;
    color:  #fff;               /* 文字色 */
    margin:  8px;              /* 外側の余白 */
    text-align: center;
    font-weight: bold;
  }
  #about .aboutwrap .aboutbox .flex_test-item h3{
    font-size: 12px;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 6px 0;
  }
  #about .aboutwrap .aboutbox .flex_test-item p {
    font-size: 12px;
    color: #666;
    margin: 0 auto;
    padding-top: 10px;
  }
  #about .aboutwrap .aboutbox .about_test-box h4 {
    font-size: 16px;
    color: #ff64ba;
    margin-top: 30px;
  }
  #about .aboutwrap .aboutbox .about_test-box h4 span {
    font-size: 12px;
    color: #666;
  }
  #about .aboutwrap .aboutbox h3 {
    font-size: 14px;
    padding-top: 10px;
    font-weight: bold;
  }
  #about .aboutwrap .aboutbox p {
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
  }

/*----------------------   charges   ----------------------*/

  #charges {
    width: 100%;
    padding-top: 50px;
    margin-top: -50px;
  }
  #charges .chargeswrap {
    width: 95%;
    margin: 0 auto;
  }
  #charges .chargeswrap h2 {
    color: #ff64ba;
    font-size: 20px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #charges .chargeswrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-95%);
    transform: translateX(-95%);
    /*位置調整*/
    background-color: #007ec3;
    /*線の色*/
  }
  #charges .chargeswrap p {
    color: #ff64ba;
    width: 150px;
    padding-top: 5px;
    font-size: 14px;
  }
  #charges .chargeswrap .chargesbox {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -100px;
  }
  #charges .chargeswrap .chargesbox table.table,
  #charges .chargeswrap .chargesbox table.table td,
  #charges .chargeswrap .chargesbox table.table th {
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
    border: 1px;
    font-weight: 600;
  }
  #charges .chargeswrap .chargesbox table.table th {
    background-color: #eaeaea;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #charges .chargeswrap .chargesbox table.table td {
    background-color: #f9f9f9;
    padding: 10px 20px;
    width: 200px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #charges .chargeswrap .chargesbox table.table td.price {
    font-size: 14px;
    vertical-align: middle;
  }
  #charges .chargeswrap .chargesbox table.table td span.pricetext { color: #ff64ba; }
  #charges .chargeswrap .chargesbox table.table td span.tabletext { font-size: 11px; }

  #charges .chargeswrap .chargesbox table.cyu-syaku {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    width: 95%;
    line-height: 1.25;
    border-spacing: 0 0 10px 0;
  }
  #charges .chargeswrap .chargesbox table.cyu-syaku th {
    width: 80px;
    padding-left: 10px;
  }
  #charges .chargeswrap .chargesbox table.cyu-syaku td {
    padding-bottom: 10px;
  }
  #charges .chargeswrap .chargesbox02 {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: 30px;
  }
  #charges .chargeswrap .chargesbox02 table,
  #charges .chargeswrap .chargesbox02 td,
  #charges .chargeswrap .chargesbox02 th {
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
    border: 1px;
    font-weight: 600;
  }
  #charges .chargeswrap .chargesbox02 th {
    background-color: #eaeaea;
    padding: 10px;
    width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #charges .chargeswrap .chargesbox02 td {
    background-color: #f9f9f9;
    width: 200px;
    vertical-align: middle;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #charges .chargeswrap .chargesbox02 td.price {
    font-size: 14px;
    vertical-align: middle;
    padding: 10px;
  }
  #charges .chargeswrap .chargesbox02 td span.pricetext { color: #ff64ba; }
  #charges .chargeswrap .chargesbox02 td span.tabletext { font-size: 11px; }
  #charges .chargeswrap .chargesbox02 td a {
    text-decoration: none;
    background-color: #ff64ba;
    padding: 20px 10px;
    color: #fff;
    display: block;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }

/*----------------------   config   ----------------------*/

  #config {
    width: 100%;
    padding-top: 50px;
    margin-top: -50px;
  }
  #config .configwrap {
    width: 95%;
    margin: 0 auto;
  }
  #config .configwrap h2 {
    color: #ff64ba;
    font-size: 20px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #config .configwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-65%);
    transform: translateX(-65%);
    /*位置調整*/
    background-color: #ff64ba;
    /*線の色*/
  }
  #config .configwrap p {
    color: #ff64ba;
    width: 150px;
    padding-top: 5px;
    font-size: 14px;
  }
  #config .configwrap .configbox {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -70px;
  }
  #config .configwrap .configbox p {
    color: #333;
    width: 95%;
    font-size: 11px;
  }
  #config .configwrap .configbox h4 {
    font-size: 16px;
    color: #ff64ba;
    margin-top: 30px;
  }
  #config .configwrap .configbox a {
    text-decoration: none;
    display: inline-block;
    width: 95%;
    padding: 20px 0;
    text-align: center;
    margin-top: 10px;
    background-color: #ff64ba;
    color: #fff;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }

/*----------------------   question   ----------------------*/

  #question {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 80px;
    margin-top: -50px;
  }
  #question .questionwrap {
    width: 95%;
    margin: 0 auto;
  }
  #question .questionwrap h2 {
    color: #ff64ba;
    font-size: 20px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #question .questionwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-85%);
    transform: translateX(-85%);
    /*位置調整*/
    background-color: #ff64ba;
    /*線の色*/
  }
  #question .questionwrap p {
    color: #ff64ba;
    width: 100px;
    padding-top: 5px;
    font-size: 14px;
  }
  #question .questionwrap .questionbox {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -80px;
  }
  #question .questionwrap .questionbox .acd-check { display: none; }
  #question .questionwrap .questionbox .acd-label {
    color: #333;
    display: block;
    margin-bottom: 1px;
    background-color: #ff64ba;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    cursor: hand;
  }
  #question .questionwrap .questionbox .acd-content {
    width: 95%;
    height: 0;
    opacity: 0;
    padding: 0 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden;
    background-color: #fff;
  }
  #question .questionwrap .questionbox .acd-content .pc { display: none; }
  #question .questionwrap .questionbox .acd-content p {
    font-size: 11px;
    padding-top: 10px;
    padding-left: 20px;
    line-height: 2;
    width: 96%;
    color: #333;
    }
  #question .questionwrap .questionbox .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    width: 95%;
    padding-bottom: 10px;
    opacity: 1;
    visibility: visible;
  }

/*----------------------   question   ----------------------*/

  #footmenu {
    width: 100%;
    background-color: #eaeaea;
    padding-bottom: 50px;
  }
  #footmenu .footmenuwrap {
    width: 95%;
    margin: 50px auto 0;
  }
  #footmenu .footmenuwrap h2 {
    color: #ff64ba;
    font-size: 20px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #footmenu .footmenuwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #ff64ba;
    /*線の色*/
  }
  #footmenu .footmenuwrap p {
    color: #ff64ba;
    width: 100px;
    padding-top: 5px;
    font-size: 14px;
  }
  #footmenu .footmenuwrap .footmenubox {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -70px;
  }
  #footmenu .footmenuwrap .footmenubox ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  #footmenu .footmenuwrap .footmenubox ul li {
    display: block;
    padding: 5px 0;
    line-height: 1.75;
  }
  #footmenu .footmenuwrap .footmenubox ul li a {
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    background-color: #ff64ba;
    padding: 10px 0;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border:after {
    border-top: 1px solid;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border:before { margin-right: 1rem; }
  #footmenu .footmenuwrap .footmenubox ul .title-border:after { margin-left: 1rem; }

/*----------------------   question   ----------------------*/

  footer {
    width: 100%;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
  }
  footer #foot {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
  footer #foot img {
    display: block;
    vertical-align: middle;
    width: 40%;
    margin: 0 auto;
  }
  footer #foot ul { display: none; }
  footer #foot p {
    display: block;
    font-size: 11px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
  }

/*----------------------   page_top   ----------------------*/

  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: -40px;
    color: #fff;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: FontAwesome;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

}
