@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
@media all and (max-width: 374px) {
  html {
    font-size: 56%;
  }
}
body, table, input, textarea, select, option {
  font-family: Meiryo, "小塚ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
  box-sizing: border-box;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a, a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #333;
  font-size: 1.7rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#container {
  text-align: left;
  overflow: hidden;
  position: relative;
}
#main {
  display: block;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
  body.minWid {
    min-width: 1000px !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: relative;
  z-index: 99;
  background-color: #fff;
}
#gHeader .hBox {
  padding: 15px 20px 13px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#gHeader .rightBox {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media all and (min-width: 897px) and (max-width: 1250px) {
  #gHeader .comBtnUl a {
    width: 120px;
		font-size: 13px;
  }
  #gHeader .logo {
    width: 320px;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    min-height: 50px;
  }
  #gHeader .logo {
    width: 248px;
  }
  #gHeader .hBox {
    padding: 10px 10px 5px;
  }
}
#gNavi {
  background-color: #eb5c7a;
  position: relative;
}
#gNavi .naviUl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#gNavi .naviUl > li {
  width: 200px;
}
#gNavi .naviUl > li > a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  display: block;
}
#gNavi .naviUl > li > a > span {
  padding-top: 3px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
#gNavi .naviUl > li > a > span::after {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
#gNavi .naviUl > li > a > span::before {
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  background: url("/img/common/icon12.png") no-repeat left top / 100% 100%;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
  transform: translateX(-50%);
  opacity: 0;
}
#gNavi .naviUl > li.on > a > span::after, #gNavi .naviUl > li.on > a > span::before {
  opacity: 1;
}
#gNavi .naviUl > li > a::before, #gNavi .naviUl > li:last-child > a::after {
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #fff;
  content: "";
}
#gNavi .naviUl > li:last-child > a::after {
  left: auto;
  right: 0;
}
#gNavi .dropBox {
  padding-top: 15px;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  box-sizing: border-box;
  display: none;
}
#gNavi .dropBox.on {
  display: block;
}
#gNavi .dropBox .innerBox {
  padding: 29px 20px 8px;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #fff6f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.pcCover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(241, 146, 166, 0.6);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.pcCover.on {
  opacity: 1;
  z-index: 10;
}
@media all and (min-width: 897px) and (max-width: 1250px) {
  #gNavi .naviUl > li {
    width: 156px;
  }
  #gNavi .naviUl > li > a {
    font-size: 1.5rem;
  }
  #gNavi .dropBox .innerBox {
    max-width: 1100px;
  }
}
@media all and (min-width: 897px) {
  #gNavi .naviUl a:hover > span::after {
    opacity: 1;
  }
  #gNavi .naviUl a:hover > span::before {
    opacity: 1;
  }
}
/* menu */
#gHeader .menu {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#gHeader .menu .off {
  display: none;
}
#gHeader .menu.on .img {
  display: none;
}
#gHeader .menu.on .off {
  display: block;
}
/* menuBox */
@media all and (min-width: 897px) {
  .menuBox {
    display: none !important;
  }
}
.menuBox {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 999;
  overflow-y: auto;
  background-color: #fff;
  display: none;
}
.menuBox .innerBox {
  border-top: 5px solid #ea5c79;
}
.menuBox .comSnsUl {
  margin-top: 17px;
  justify-content: center;
}
.menuBox .comSnsUl li {
  margin: 0 13px;
}
.menuBox .comBtnUl {
  margin-top: 15px;
}
.menuBox .btmBtn {
  margin-top: 20px;
}
.menuBox .btmBtn a {
  width: auto;
  height: 50px;
  font-size: 1.7rem;
  max-width: inherit;
  background-color: #eb5c7a;
}
.menuBox .btmBtn a::after {
  display: none;
}
@media all and (max-width: 419px) {
  .menuBox .comSnsUl li {
    margin: 0 6px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  /*margin-top: 47px;*/
  padding-top: 24px;
  border-top: 10px solid #e2718d;
  background-color: #fcf6f8;
}
#gFooter .btmBox {
  margin-top: 29px;
  padding: 29px 20px 0;
  /*background-color: #fae4ea;*/
	background-color: #fff;
  position: relative;
}
#gFooter .pageTop {
  width: 51px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  display: none;
}
#gFooter .copyright {
  margin: 0 -20px;
  padding: 8px 0 11px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-style: normal;
  background-color: #e2718d;
}
#gFooter .fBox {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1108px;
}
#gFooter .flexBox {
  margin: 0 auto 26px;
  max-width: 1106px;
  display: flex;
  justify-content: space-between;
}
#gFooter .flexBox .leftBox {
  display: flex;
  flex: 1;
}
#gFooter .flexBox .leftBox .txt {
  margin: -3px 0 0 38px;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
#gFooter .comSnsUl {
  margin: 1px 6px 0 0;
}
@media all and (min-width: 897px) {
  #gFooter .pageTop a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    /*margin-top: 41px;*/
    padding-top: 10px;
    background-color: #fff;
    border-width: 5px;
  }
  #gFooter .fLogo {
    margin-bottom: 15px;
    text-align: center;
  }
  #gFooter .flexBox .leftBox .txt {
    margin: 0;
    flex: 1;
    font-size: 1rem;
    line-height: 1.344;
  }
  #gFooter .copyright {
    padding: 5px 0 5px;
    margin: 0;
    font-size: 1rem;
  }
  #gFooter .comSnsUl li {
    margin: 0 6px;
    width: 30px;
  }
  #gFooter .btmBox {
    margin-top: 11px;
    padding: 15px 0 0;
  }
  #gFooter .fLogo img {
    width: 264px;
  }
  #gFooter .flexBox {
    margin-bottom: 11px;
    max-width: 420px;
    padding: 0 15px;
    display: block;
    text-align: center;
  }
  #gFooter .comSnsUl {
    margin: 15px 0 0 0;
    justify-content: center;
  }
  #gFooter .pageTop {
    width: 42px;
    bottom: 10px;
    right: 9px;
  }
  #gFooter .pageTop.on {
    bottom: 10px;
    position: absolute;
  }
  #gFooter .fBox {
    padding: 0;
  }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* comBtnUl */
.comBtnUl {
  display: flex;
  flex-wrap: wrap;
}
.comBtnUl li {
  margin-left: 10px;
}
.comBtnUl a {
  /*width: 200px;*/
  width: 150px;
  height: 40px;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #002b60;
  border-radius: 3px;
  box-sizing: border-box;
}
.comBtnUl .inner {
  display: block;
}
.comBtnUl img {
  margin: -1px 4px 0 0;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.comBtnUl .style01 {
  background-color: #002b60;
}
.comBtnUl .style02 {
  background-color: #00a99d;
}
.comBtnUl .style03 {
  background-color: #00a9ce;
}
.comBtnUl .style04 {
  background-color: #fff;
}
.comBtnUl .style04 img {
  margin: -1px 4px 0 0;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 897px) {
  .comBtnUl a:hover {
    background-color: #1d5287;
  }
  .comBtnUl .style02:hover {
    background-color: #42ceba;
  }
  .comBtnUl .style03:hover {
    background-color: #57c7df;
  }
  .comBtnUl .style04:hover {
    background-color: #fff;
    opacity: 0.6;
  }
}
@media all and (min-width:897px) and (max-width:1200px) {
  .comBtnUl .style04 {
    width: 120px;
  }
}
@media all and (max-width: 896px) {
  .comBtnUl a {
    padding-bottom: 2px;
    width: 130px;
  }
  .comBtnUl li {
    margin: 0 5px 5px;
  }
  .comBtnUl {
    margin-bottom: 9px;
    justify-content: center;
  }
  .comBtnUl img {
    margin: -2px 4px 0 0;
  }
}
@media all and (max-width: 419px) {
  .comBtnUl a {
    padding-top: 2px;
    width: 120px;
    font-size: 1.2rem;
    height: 34px;
  }
  .comBtnUl img {
    margin: -1px 4px 0 0;
    width: 19px;
  }
  .comBtnUl .style04 img {
    margin: -1px 4px 0 0;
    width: 85%;
    display: inline-block;
    vertical-align: middle;
  }
}
/* comSnsUl */
.comSnsUl {
  display: flex;
}
.comSnsUl li {
  margin-left: 10px;
  width: 40px;
}
@media all and (min-width:897px) and (max-width:1200px) {
  .comSnsUl li {
    width: 35px;
  }
}
@media all and (min-width: 897px) {
  .comSnsUl a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 419px) {
  .comSnsUl li {
    width: 32px;
  }
}
/* headLine01 */
.headLine01 {
  margin: 0 20px 25px;
  text-align: center;
}
.content .headLine01 {
  margin-left: 0;
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin: 0 10px 15px;
  }
  .content .headLine01 {
    margin-left: 0;
    margin-right: 0;
  }
}
/* headLine02 */
.headLine02 {
  text-align: center;
  color: #fff;
	margin-bottom: 15px;
	font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
/* slideBox */
.slideBox {
  padding: 0 33px;
  position: relative;
}
.slideBox .arrowUl li {
  width: 20px;
  height: calc(100% - 14px);
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #f29bad;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slideBox .arrowUl .next {
  left: auto;
  right: 0;
}
.slideBox .arrowUl img {
  width: 13px;
}
@media all and (min-width: 897px) {
  .slideBox .arrowUl li:hover {
    background-color: #f7c1cc;
  }
}
@media all and (max-width: 896px) {
  .slideBox .arrowUl li {
    width: 14px;
  }
  .slideBox .arrowUl li {
    top: 5px;
    height: calc(100% - 10px);
  }
  .slideBox {
    padding: 0 17px;
  }
  .slideBox .arrowUl img {
    width: 8px;
  }
}
.comList li {
  width: 324px;
}
.comList .slick-slide > div {
  width: 324px;
  padding: 7px;
  box-sizing: border-box;
  font-size: 0;
  line-height: 1
}
.comList a {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  display: block;
  line-height: 1.47;
}
.comList .image {
  padding-bottom: 64.5%;
  position: relative;
}
.comList .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comList .time {
  margin-bottom: 2px;
  font-size: 1.45rem;
}
.comList .lable {
  margin: -5px -10px 10px 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.comList .lable span {
  margin: 5px 5px 0 0;
  padding: 6px 12px 6px;
  min-width: 100px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background-color: #fbb03b;
  border-radius: 3px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.04em;
}
.comList .lable .col02 {
  background-color: #fb6e3b;
}
.comList .lable .col03 {
  background-color: #46c8e2;
}
.comList .lable .col04 {
  background-color: #dc5078;
}
.comList .lable .col05 {
  background-color: #f078af;
}
.comList .lable .col06 {
  background-color: #9682b4;
}
.comList .lable .col07 {
  background-color: #6eb93c;
}
.comList .lable .col08 {
  background-color: #2278c8;
}
.comList .textBox {
  padding: 7px 11px 8px;
}
.comList a {
  font-size: 1.7rem;
  line-height: 1.5;
}
@media all and (min-width: 897px) {
  .comList a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .comList .slick-slide > div {
    width: auto;
    padding: 5px;
  }
  .comList .lable {
    margin: -3px -5px 7px 0;
    font-size: 0.9rem;
  }
  .comList .time {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .comList .textBox {
    padding: 4px 6px 2px;
  }
  .comList .lable span {
    margin: 3px 3px 0 0;
    padding: 4px 7px 3px;
    min-width: 60px;
  }
  .comList a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/* comBtn */
ul.comBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.comBtn li {
  margin: 0 20px;
}
.comBtn {
  margin-top: 18px;
}
.comBtn a {
  margin: 0 auto;
  padding: 0 25px 0;
  width: 400px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  background-color: #e95471;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}
.comBtn .blue {
  background-color: #29abe2;
}
.comBtn .pink {
  /*background-color: #f192a6;*/
	background-color: #e2718d;
}
.comBtn .ins {
  letter-spacing: 0.1em;
  background: url("../img/index/bg01.jpg") repeat-y left top / 100% auto;
}
.comBtn a::after {
  width: 12px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 7px;
  background: url("../img/common/icon04.png") no-repeat left top / 100% 100%;
  content: "";
  transform: translateY(-50%);
}
.comBtn.bg a {
  background-color: #e95471;
  border-radius: 25px;
  border: solid 3px #fff;
  box-shadow: 0 0 0 2px #e95471;
  /*background: url("../img/common/bg01.jpg") no-repeat left top / 100% 100%;*/
}
@media all and (min-width: 897px) {
  .comBtn a:hover {
    background-color: #c12b52;
  }
  .comBtn .blue:hover {
    background-color: #0071bc;
  }
  .comBtn .ins:hover {
    background: #d13b66;
  }
  .comBtn .pink:hover {
    /*background-color: #eb6580;*/
	  background-color: #db4e70;
  }
  .comBtn.bg a:hover {
    background-color: #ea9424;
    box-shadow: 0 0 0 2px #ea9424;
    /*background-image: url("../img/common/bg02.jpg");*/
  }
}
@media all and (max-width: 896px) {
  .comBtn a {
    padding: 4px 25px 5px;
    width: 94%;
    max-width: 350px;
    font-size: 1.8rem;
  }
  ul.comBtn {
    display: block;
  }
  ul.comBtn li {
    margin: 0 0 20px;
  }
  ul.comBtn li:last-child {
    margin-bottom: 0;
  }
  .comBtn a::after {
    width: 10px;
    height: 17px;
    right: 6px;
  }
}
@media all and (max-width: 419px) {
  .comBtn a {
    font-size: 1.6rem;
  }
}
/* comBox */
.comBox {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 20px;
}
@media all and (max-width: 896px) {
  .comBox {
    padding: 0 10px;
  }
}
/* comNaviUl */
.comNaviUl {
  margin-right: -50px;
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
  line-height: 1.6;
  /*font-size: 1.5rem;*/
	font-size: 1.4rem;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.comNaviUl > li {
  margin-right: 39px;
}
.comNaviUl > li:last-child {
  margin-right: 0;
}
.comNaviUl .link {
  margin-bottom: 1px;
  padding-left: 14px;
  position: relative;
}
.comNaviUl .link::before, .comNaviUl .listUl li::before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url("/img/common/icon09.png") no-repeat left top / 100% 100%;
  content: "";
}
.comNaviUl .link a {
  color: #db4e70;
  font-weight: bold;
  font-size: 1.7rem;
}
.comNaviUl .listUl li {
  padding-left: 14px;
  position: relative;
}
.comNaviUl .listUl li::before {
  top: 8px;
}
.comNaviUl .listUl + .link {
  margin-top: 23px;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
  .comNaviUl {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .comNaviUl > li {
    margin-right: 33px;
  }
}
@media all and (min-width: 897px) {
  .comNaviUl .link a:hover {
    opacity: 0.7;
  }
  .comNaviUl .listUl a:hover {
    color: #e84a6a;
  }
}
@media all and (max-width: 896px) {
  .comNaviUl {
    margin: 0 0 20px;
    display: block;
    line-height: 1.21;
    font-size: 1.6rem;
  }
  .comNaviUl > li {
    margin-right: 0;
  }
  .comNaviUl .listUl {
    border-top: 1px solid #db4e70;
    display: none;
    background-color: #e895a9;
  }
  .comNaviUl .listUl li {
    padding-left: 0;
    border-bottom: 1px dashed #fff;
  }
  .comNaviUl .listUl li:last-child {
    border-bottom: none;
  }
  .comNaviUl .listUl li::before {
    display: none;
  }
  .comNaviUl .listUl a {
    padding: 12px 30px 13px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
  }
  .comNaviUl .listUl a::after {
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 18px;
    background: url("/img/common/icon04.png") no-repeat left top / 100% 100%;
    content: "";
    transform: translateY(-50%);
  }
  .comNaviUl .link {
    margin: 0 0 -1px;
    padding-left: 0;
  }
  .comNaviUl .link::before {
    display: none;
  }
  .comNaviUl .link a {
    padding: 12px 40px 13px 14px;
    display: block;
    color: #db4e70;
    background-color: #fdf6f8;
    border: 1px solid #db4e70;
    font-size: 1.6rem;
    position: relative;
  }
  .comNaviUl .link a::after {
    margin-top: -8px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 14px;
    background: url("/img/common/icon10.png") no-repeat left top / 100% 100%;
    content: "";
  }
  .comNaviUl .link a.on::after {
    background-image: url("/img/common/icon11.png");
  }
  .comNaviUl .listUl + .link {
    margin-top: 0;
  }
}
@media all and (max-width: 419px) {
  .comNaviUl .listUl a {
    font-size: 1.3rem;
  }
}
/* comBtnUl02 */
.comBtnUl02 {
  margin-top: 17px;
}
.comBtnUl02 li {
  margin: 13px 13px 0 !important;
}
.comBtnUl02 a {
  width: 190px;
  font-size: 1.5rem;
	border-radius: 10px;
  font-weight: normal;
	background-color: #e2718d;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
  .comBtnUl02 a {
    width: 190px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 896px) {
  .comBtnUl02 a {
    width: 120px;
    padding: 5px 10px 5px;
    font-size: 1.3rem;
    max-width: inherit;
    height: 30px;
    letter-spacing: -0.05em;
  }
  .comBtnUl02 {
    margin: -10px 0 0;
    display: flex !important;
    justify-content: center !important;
  }
  .comBtnUl02 li {
    margin: 10px 10px 0 !important;
  }
  .comBtnUl02 a::after {
    width: 6px;
    height: 10px;
    right: 4px;
  }
}
@media all and (max-width: 419px) {
  .comBtnUl02 {
    margin-top: -5px;
  }
  .comBtnUl02 a {
    width: 92px;
    padding: 5px 10px 5px;
    font-size: 1.1rem;
  }
  .comBtnUl02 li {
    margin: 5px 3px 0 !important;
  }
}
/* comLinkUl */
.comLinkUl {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.comLinkUl li {
  padding: 0 52px;
  position: relative;
}
.comLinkUl li::before {
  width: 1px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #002b60;
  content: "";
}
.comLinkUl li:first-child:before {
  display: none;
}
.comLinkUl a {
  color: #002b60;
  font-size: 1.4rem;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
  .comLinkUl li {
    padding: 0 20px;
  }
}
@media all and (min-width: 897px) {
  .comLinkUl a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .comLinkUl {
    margin: 16px auto 0;
    max-width: 420px;
    line-height: 1.15;
  }
  .comLinkUl a {
    font-size: 1rem;
  }
  .comLinkUl li {
    padding: 0 24px;
  }
  .comLinkUl li::before {
    height: 10px;
  }
  .comLinkUl li:nth-child(4):before {
    display: none;
  }
}
@media all and (max-width: 419px) {
  .comLinkUl li {
    padding: 0 11px;
  }
  .comLinkUl li::before {
    height: 9px;
    top: 4px;
  }
}
/* comLink */
.comLink {
  margin-bottom: 20px;
  padding-left: 13px;
  position: relative;
}
.comLink:before {
  width: 8px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 0;
  background: url("/img/common/icon13.png") no-repeat left top / 100% 100%;
  content: "";
}
.comLink a {
  color: #db4e70;
  font-weight: bold;
  font-size: 2rem;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
  .comLink a {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 897px) {
  .comLink a:hover {
    opacity: 0.7;
  }
}
/* naviUl02 */
.naviUl02 {
  display: flex;
  flex-wrap: wrap;
}
.naviUl02 li {
  padding: 0 15px 23px 0;
  width: 33.33%;
  font-size: 1.8rem;
  padding-left: 13px;
  box-sizing: border-box;
  position: relative;
}
.naviUl02 li:before {
  width: 8px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 0;
  background: url("/img/common/icon13.png") no-repeat left top / 100% 100%;
  content: "";
}
@media all and (min-width: 897px) and (max-width: 1200px) {
  .naviUl02 li {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 897px) {
  .naviUl02 a:hover {
    color: #e84a6a;
  }
}
/* fadeIn */
.fadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fadeInUp.on {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------------------------------
exp	guidance
------------------------------------------------------------*/
#guidance .mainImg {}
#guidance .mainImg img {
  width: 100%;
}
#guidance .scheduleBox {
  padding: 30px 0 35px;
  /*background: url("exp/images/guidance/bg01.jpg") no-repeat center center / cover;*/
  background: #f8ccd4 url("../exp/images/guidance/bg01.png") no-repeat center bottom / contain;
}
#guidance .scheduleBox .content {
  max-width: 1286px;
}
#guidance .scheduleBox .headLine01 {
  margin-bottom: 20px;
  position: relative;
}
#guidance .scheduleBox .headLine01.end {
  font-size: 2rem;
	border-bottom: solid 2px #E45272;
	margin: 15px auto;
	max-width: 500px;
}
#guidance .scheduleBox .headLine01 .img-item {
  position: absolute;
  width: 110px;
}
#guidance .scheduleBox .comBtn {
  margin-top: 40px;
}
#guidance .scheduleList {
  margin: -25px -8px 0 0;
  display: flex;
  /*justify-content: space-around;*/
  flex-wrap: wrap;
}
#guidance .scheduleList li {
  margin: 25px 8px 0 0;
  width: 135px;
}
#guidance .scheduleList a {
  padding: 6px 7px;
  background-color: #fff;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 1.4rem;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}
#guidance .scheduleList a::before {
  margin-top: -1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
  content: "詳細はコチラ";
  transform: translateY(-50%);
  z-index: 10;
  display: none;
  white-space: pre;
}
#guidance .scheduleList a::after {
  width: 100%;
  height: 100%;
  background-color: #e84a6a;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: none;
}
#guidance .scheduleList .ttl {
  margin-bottom: 2px;
  width: 100%;
  padding: 5px 0px 7px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  /*background: url("exp/images/guidance/bg02.jpg") no-repeat left top / 100% 100%;*/
  background-color: #ed759c;
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#guidance .scheduleList .ttl.col01 {
  background-color: #ef857d;
}
#guidance .scheduleList .ttl.col02 {
  background-color: #4fc2dc;
}
#guidance .scheduleList .ttl.col03 {
  background-color: #a67eb7;
}
#guidance .scheduleList .ttl.col04 {
  background-color: #eea950;
}
#guidance .scheduleList .ttl.col05 {
  background-color: #6aba99;
}
#guidance .scheduleList .lable {
  margin: 12px 8px 0;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e84a6a;
}
#guidance .scheduleList .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#guidance .scheduleList .comTime {
  margin: 0 -7px;
}
#guidance .scheduleList .comTime .data {
  font-size: 2.5rem;
}
#guidance .scheduleList .comTime .blod {
  font-size: 3.5rem;
}
#guidance .scheduleList .soon a {
  cursor: default;
  pointer-events: none;
}
#guidance .scheduleList .soon .lable {
  color: #e84a6a;
  font-size: 1.4rem;
  background-color: #fce7f0;
}
#guidance .scheduleList .blank .lable {
  color: #18ad5e;
  background-color: #e2f1de;
}
#guidance .scheduleList .blank a::before {
  content: "受付はコチラ";
}
#guidance .scheduleList .blank a::after {
  background-color: #18ad5e;
}
#guidance .scheduleList .end a {
  cursor: default;
  pointer-events: none;
}
#guidance .scheduleList .end a::before {
  content: "受付終了\Aしました";
  font-size: 2rem;
  line-height: 1.2;
  text-shadow: none;
  display: block;
}
#guidance .scheduleList .end a::after {
  background-color: #333333;
  display: block;
}
/* オープンスクール */
#guidance .schoolBox {
  background-color: #fdf6f8;
  padding: 40px 0px;
  margin-bottom: 60px;
  position: relative;
}
#guidance .schoolBox .inner {
  width: 95%;
  max-width: 1250px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  border: solid 20px;
  border-image: url("../exp/images/guidance/border_img01.png") 30;
}
#guidance .schoolBox.couse {
  padding-top: 40px;
  background: #fefbf4 url("../exp/images/guidance/bg_nami04-2.png") no-repeat center top / contain;
  margin-bottom: 0px;
}
#guidance .schoolBox.couse .inner {
  width: 95%;
  border-image: url("../exp/images/guidance/border_img02.png") 30;
}
#guidance .schoolBox.culb {
  padding-top: 75px;
  background-color: #f4fbfd;
  margin-bottom: 0px;
}
#guidance .schoolBox.culb .inner {
  width: 95%;
  border-image: url("../exp/images/guidance/border_img03.png") 30;
}
#guidance .schoolBox.explain {
  padding: 40px 0px 60px;
  margin-bottom: 40px;
  background: #fdf6f8 url("../exp/images/guidance/bg_nami04-1.png") no-repeat center bottom/ contain;
}
#guidance .schoolBox .imgUl li {
  margin-bottom: 15px;
}
#guidance .schoolBox .date-os {
  background-color: #fce5ec;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 5px;
  font-size: 2rem;
  font-weight: bold;
  color: #e95383;
  margin-bottom: 20px;
}
#guidance .schoolBox .date-os.couse {
  background-color: #fdedec;
  color: #ed7969;
}
#guidance .schoolBox .date-os.culb {
  background-color: #e9f7fb;
  color: #23b3d3;
}
#guidance .schoolBox .date-os.hogosya {
  background-color: #f6f2f8;
  color: #a67eb7;
}
#guidance .schoolBox .date-os.nyuusi {
  background-color: #fdf4e9;
  color: #ea9424;
}
#guidance .schoolBox .date-os.kobetu {
  background-color: #ecf6f2;
  color: #45a97f;
  padding-right: 130px;
}
#guidance .schoolBox .txt-center {
  text-align: center;
  margin-bottom: 15px;
}
.time-right {
  position: absolute;
  right: 10px;
}
#guidance .schoolBox .couse_sindan {
  position: relative;
  width: 500px;
  margin: auto;
}
#guidance .schoolBox .couse_sindan a:hover {
	opacity: 0.7;
}
#guidance .schoolBox .couse_sindan span {
  position: absolute;
  bottom: -15px;
  right: -150px;
  width: 150px;
}
a.btnimg:hover {
  opacity: 0.7;
}
#guidance .schoolBox .headLine01 {
  margin-bottom: 10px;
}
#guidance .bg-nami {
  width: 100%;
  height: 100px;
  background: url("../exp/images/guidance/bg_nami01.png") no-repeat center / cover;
  position: absolute;
  bottom: -25px;
}
#guidance .bg-nami02 {
  width: 100%;
  height: 100px;
  background: url("../exp/images/guidance/bg_nami02.png") no-repeat center / cover;
  position: absolute;
  bottom: -25px;
  z-index: 1;
}
#guidance .bg-nami03 {
  width: 100%;
  height: 100px;
  background: url("../exp/images/guidance/bg_nami03.png") no-repeat center / cover;
  position: absolute;
  bottom: -25px;
  z-index: 1;
}
#guidance .scheduleShow .headLine01 {
  margin-bottom: 30px !important;
}
#guidance .scheduleShow .content {
  max-width: 1170px;
}
#guidance .scheduleShow {
  padding-bottom: 40px;
  position: relative;
}
#guidance .scheduleShow.pk {
  background-color: #e95383;
}
#guidance .scheduleShow.og {
  background-color: #ef857d;
}
#guidance .scheduleShow.bl {
  background-color: #23b3d3;
}
#guidance .scheduleShow::after {
	width: 100%;
	height: calc(100% - 287px);
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fdedf0;
	content: "";
	z-index: -1;
}
#guidance .scheduleShow .tabList {
  /*margin-top: -20px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#guidance .scheduleShow .tabList li {
  margin: 20px 10px;
  width: 230px;
}
#guidance .scheduleShow .tabList a {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  /*border: 5px solid #e84a6a;*/
	border: solid 2px #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
}
#guidance .scheduleShow .tabList a::before {
  margin-left: -13px;
  width: 30px;
  height: 25px;
  position: absolute;
  bottom: -55px;
  left: 50%;
  background: url("../img/common/icon15.png") no-repeat left top / 100% 100%;
  content: "";
  display: none;
}
#guidance .scheduleShow .tabList .on a {
  color: #fff;
  background-color: #e84a6a;
}
#guidance .scheduleShow .tabList .on a::before {
  display: block;
}
#guidance .scheduleShow .tabList .comTime {
  font-size: 2rem;
}
#guidance .scheduleShow .tabList .comTime .data {
  font-size: 4rem;
}
#guidance .scheduleShow .tabList .comTime .blod {
  font-size: 6rem;
}
#guidance .scheduleShow .tabList .comTime .sml {
  font-size: 2rem;
}
#guidance .scheduleShow .tabList .comTime .hour {
  margin-top: 13px;
}
#guidance .scheduleShow .tabBox {
  padding-top: 20px;
  display: none;
}
#guidance .scheduleShow .tabBox .bg {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 38px 33px;
}
#guidance .btnbox {
  margin-bottom: 35px;
}
#guidance .btnbox .btn {
  margin: 35px auto 0;
  width: 80%;
  max-width: 820px;
  text-align: center;
}
#guidance .btnbox .btn p {
  color: #e95471;
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  margin-bottom: 10px;
}
#guidance .btnbox .btn .over {
  display: none;
}
#guidance .btnbox .talkBox {
  margin: 23px auto 0;
  width: calc(100% - 40px);
  max-width: 764px;
  padding: 23px 20px;
  position: relative;
  background-color: #fff;
  border-radius: 7px;
  border: 3px solid #e84a6a;
  text-align: center;
  box-sizing: border-box;
}
#guidance .btnbox .talkBox::before {
  margin-left: -9px;
  width: 18px;
  height: 27px;
  position: absolute;
  top: -23px;
  left: 50%;
  background: url("../exp/images/guidance/icon01.png") no-repeat left top / 100% 100%;
  content: "";
}
#guidance .btnbox .talkBox p {
  font-size: 2rem;
  line-height: 1.7;
}
#guidance .btnbox .talkBox .col {
  color: #e84a6a;
  font-weight: bold;
}
#guidance .explainBox {
  padding-top: 30px;
}
#guidance .explainBox.hogosya .inner {
  width: 95%;
  max-width: 1250px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  border: solid 20px;
  border-image: url("../exp/images/guidance/border_img04.png") 30;
}
#guidance .explainBox.nyuusi .inner {
  width: 95%;
  max-width: 1250px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  border: solid 20px;
  border-image: url("../exp/images/guidance/border_img05.png") 30;
}
#guidance .explainBox.kobetu .inner {
  width: 95%;
  max-width: 1250px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  border: solid 20px;
  border-image: url("../exp/images/guidance/border_img06.png") 30;
}
#guidance .explainBox .headLine01 {
  margin-bottom: 10px;
}
#guidance .explainBox.nyuusi .imgBox {
  position: relative;
}
#guidance .explainBox.nyuusi .imgBox span {
  position: absolute;
  width: 14%;
  right: 15px;
  bottom: -15px;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
  #guidance .scheduleShow .tabList li {
    margin: 20px 5px;
    width: 200px;
  }
  #guidance .imgBox .textBox {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 897px) {
  #guidance .scheduleList a:hover::after {
    display: block;
  }
  #guidance .scheduleList a:hover::before {
    display: block;
  }
  #guidance .scheduleShow .tabList a:hover {
    color: #fff;
    background-color: #f8c7d3;
  }
  #guidance .btn a:hover .over {
    display: block;
  }
  #guidance .btn a:hover .on {
    display: none;
  }
  #guidance .btnbox .talkBox a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 896px) {
  #guidance .scheduleBox .headLine01 .img-item {
    position: absolute;
    width: 70px;
    right: 10px;
    top: -35px;
  }
  #guidance .scheduleBox {
    padding: 30px 0 30px;
    /*background-image: url("../exp/images/guidance/sp_bg01.jpg");*/
    background: #f8ccd4 url("../exp/images/guidance/sp_bg01.png") no-repeat center bottom / contain;
  }
  #guidance .scheduleBox .headLine01 {
    margin: 0 -10px 10px;
  }
	#guidance .scheduleBox .headLine01.end {
  font-size: 1.8rem;
}
  #guidance .scheduleList li {
    margin: 10px 5px 0;
    /*width: calc(33.33% - 10px);*/
    width: calc(25% - 10px);
  }
  #guidance .scheduleList {
    margin: -10px 0 0;
  }
  #guidance .scheduleList a {
    padding: 4px 5px 8px;
    font-size: 1.1rem;
    border-radius: 5px;
  }
  #guidance .scheduleList .ttl {
    margin-bottom: 4px;
    font-size: 0.7rem;
    padding: 4px 0 5px;
  }
  #guidance .scheduleList .lable {
    margin: 8px 8px 0;
    border-radius: 3px;
    height: 20px;
  }
  #guidance .scheduleList .soon .lable {
    font-size: 0.7rem;
  }
  #guidance .scheduleList .comTime {
    margin: 0 -5px;
  }
  #guidance .scheduleList .comTime .data {
    font-size: 1.5rem;
  }
  #guidance .scheduleList .comTime .blod {
    font-size: 2.5rem;
  }
  #guidance .scheduleList .end a::before {
    font-size: 1.8rem;
  }
  #guidance .scheduleBox .comBtn {
    margin-top: 30px;
  }
  #guidance .schoolBox {
    padding: 20px 0px;
    margin-bottom: 50px;
  }
  #guidance .schoolBox .inner {
    width: 90%;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    border: solid 10px;
    border-image: url("../exp/images/guidance/border_img01.png") 30;
  }
  #guidance .schoolBox.couse {
    padding-top: 40px;
    background: #fefbf4 url("../exp/images/guidance/bg_nami04-2.png") no-repeat center top / 200%;
    margin-bottom: 0px;
  }
  #guidance .schoolBox.couse .inner {
    width: 90%;
    border-image: url("../exp/images/guidance/border_img02.png") 30;
  }
  #guidance .schoolBox.culb {
    padding-top: 75px;
    background-color: #f4fbfd;
    margin-bottom: 0px;
  }
  #guidance .schoolBox.culb .inner {
    width: 90%;
    border-image: url("../exp/images/guidance/border_img03.png") 30;
  }
  #guidance .schoolBox.explain {
    padding: 40px 0px 60px;
    margin-bottom: 40px;
    background: #fdf6f8 url("../exp/images/guidance/bg_nami04-1.png") no-repeat center bottom/ 200%;
  }
  #guidance .schoolBox .date-os {
    padding: 5px;
    font-size: 1.3rem;
    margin-bottom: 20px;
    flex-flow: column;
    text-align: center;
  }
  #guidance .schoolBox .date-os.kobetu {
    padding-right: 0px;
  }
  #guidance .schoolBox .txt-center {
    text-align: center;
    margin-bottom: 15px;
  }
  .time-right {
    position: relative;
    right: inherit;
  }
  #guidance .schoolBox .couse_sindan {
    width: 90%;
    margin: auto;
	  display: flex;
  }
	#guidance .schoolBox .couse_sindan div {
    width: 75%;
  }
  #guidance .schoolBox .couse_sindan span {
    position: relative;
	    bottom: -8px;
  right: inherit;
  width: 25%;
  }
#guidance .bg-nami {
  height: 70px;
  background: url("../exp/images/guidance/bg_nami01.png") no-repeat center / cover;
  bottom: -25px;
}
#guidance .bg-nami02 {
  height: 70px;
  background: url("../exp/images/guidance/bg_nami02.png") no-repeat center / cover;
  bottom: -25px;
}
#guidance .bg-nami03 {
  width: 100%;
  height: 70px;
  background: url("../exp/images/guidance/bg_nami03.png") no-repeat center / cover;
  bottom: -25px;
}
  #guidance .scheduleShow .tabList {
    margin: -10px -5px 0;
    justify-content: flex-start;
  }
  #guidance .scheduleShow .tabList.spCenter {
    justify-content: center;
  }
  #guidance .scheduleShow {
    padding-top: 40px;
  }
  #guidance .scheduleShow .headLine01 {
    margin: 0 -3px 19px !important;
  }
  #guidance .scheduleShow .tabList li {
    margin: 10px 5px 0;
    width: calc(33.33% - 10px);
  }
  #guidance .scheduleShow .tabList a {
    border-width: 3px;
  }
  #guidance .scheduleShow .tabList .comTime {
    font-size: 1.3rem;
  }
  #guidance .scheduleShow .tabList .comTime .data {
    font-size: 2.588rem;
  }
  #guidance .scheduleShow .tabList .comTime .blod {
    font-size: 3.235rem;
  }
  #guidance .scheduleShow .tabList .comTime .sml {
    margin: 0 0 1px 1px;
    font-size: 1.132rem;
  }
  #guidance .scheduleShow .tabList a {
    height: 80px;
  }
  #guidance .scheduleShow .tabList .comTime .hour {
    margin-top: 7px;
  }
  #guidance .scheduleShow .btn {
    margin: 42px -13px 0;
    width: auto;
    max-width: inherit;
    text-align: center;
  }
  #guidance .scheduleShow .btn img {
    width: 100%;
    max-width: 415px;
  }
  #guidance .btnbox .talkBox {
    margin: 16px auto 0;
    width: calc(100% - 8px);
    max-width: 382px;
    padding: 11px 20px 13px;
    border-radius: 5px;
    border-width: 2px;
  }
  #guidance .btnbox .talkBox p {
    font-size: 1.6rem;
    line-height: 1.56;
  }
  #guidance .btnbox .talkBox::before {
    margin-left: -6px;
    width: 12px;
    height: 15px;
    top: -13px;
  }
  #guidance .experienceBox .headLine01 {
    margin-bottom: 20px;
  }
  #guidance .imgBox {
    margin: 0 5px 35px;
    display: block;
  }
  #guidance .imgBox .photoBox {
    margin-left: 64px;
    width: auto;
    max-width: inherit;
  }
  #guidance .imgBox .photoBox img {
    width: 100%;
  }
  #guidance .imgBox .textBox {
    margin: -38px 60px 0 0;
    padding: 19px 20px;
    min-height: 170px;
    font-size: 2rem;
    line-height: 1.65;
    justify-content: center;
  }
  #guidance .scheduleShow::after {
    height: calc(100% - 227px);
  }
  #guidance .experienceBox {
    padding: 50px 0 19px;
  }
  #guidance .explainBox .imgBox .textBox {
    margin: -25px 60px -73px 0;
    line-height: 1.8;
  }
  #guidance .explainBox .imgBox .photoBox {
    margin-left: 60px;
  }
  #guidance .explainBox .imgBox {
    max-width: inherit;
    margin-bottom: 27px;
  }
  #guidance .explainBox .imgBox .wid {
    max-width: inherit;
  }
	#guidance .explainBox.nyuusi .imgBox span {
  position: absolute;
  width: 35%;
  right: 10px;
  bottom: -35px;
}
#guidance .explainBox.hogosya .inner {
  width: 90%;
  border: solid 10px;
	border-image: url("../exp/images/guidance/border_img04.png") 30;
}
#guidance .explainBox.nyuusi .inner {
  width: 90%;
  border: solid 10px;
	border-image: url("../exp/images/guidance/border_img05.png") 30;
}
#guidance .explainBox.kobetu .inner {
  width: 90%;
  border: solid 10px;
	border-image: url("../exp/images/guidance/border_img06.png") 30;
}
  #guidance .scheduleShow .tabBox {
    padding-top: 24px;
  }
  #guidance .scheduleShow .tabBox .bg {
    padding: 15px 14px;
    position: relative;
  }
  #guidance .scheduleShow .tabBox .bg::before {
    margin-left: -15px;
    width: 30px;
    height: 25px;
    position: absolute;
    top: -14px;
    left: 50%;
    background: url("../img/common/icon15.png") no-repeat left top / 100% 100%;
    content: "";
  }
}
@media all and (max-width: 419px) {
  #guidance .scheduleList li {
    width: calc(33.33% - 10px);
  }
  #guidance .scheduleList .lable {
    margin: 8px 0 0;
  }
  #guidance .scheduleList .soon .lable {
    font-size: 1rem;
  }
  #guidance .scheduleList a {
    font-size: 1rem;
  }
  #guidance .scheduleList .ttl {
    font-size: 0.8rem;
  }
  #guidance .scheduleList .big {
    font-size: 1.4rem;
  }
  #guidance .scheduleList .comTime .data {
    font-size: 2rem;
  }
  #guidance .scheduleList .comTime .blod {
    font-size: 2.5rem;
  }
  #guidance .scheduleShow .tabList .comTime .blod {
    font-size: 2.8rem;
  }
  #guidance .scheduleShow .tabList .comTime .data {
    font-size: 2.2rem;
  }
  #guidance .scheduleShow .tabList .comTime {
    font-size: 1.1rem;
  }
  #guidance .btnbox .talkBox p {
    font-size: 1.4rem;
    line-height: 1.56;
  }
  #guidance .imgBox .textBox {
    padding: 19px 10px;
    font-size: 1.6rem;
  }
	#guidance .btnbox .btn p {
  font-size: 2rem;
}
}
/* content */
.content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1286px;
}
@media all and (max-width: 896px) {
  .content {
    padding: 0 15px;
    max-width: inherit;
  }
}
/* comTime */
.comTime {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
.comTime .hour {
  margin-top: 11px;
  display: block;
  letter-spacing: 0.05em;
}
.comTime .blod {
  font-weight: bold;
  font-size: 4.4rem;
}
.comTime .sml {
  margin-left: 4px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: bottom;
}
.comTime .data {
  display: block;
  font-size: 3.5rem;
}
@media all and (max-width: 896px) {
  .comTime {
    font-size: 1rem;
  }
  .comTime .data {
    font-size: 2.4rem;
  }
  .comTime .blod {
    font-size: 3rem;
  }
  .comTime .sml {
    margin: 0 0 2px 3px;
    font-size: 1rem;
  }
  .comTime .hour {
    margin-top: 7px;
  }
}
/* explainBox2 */
#guidance .explainBox2 {
  padding-top: 60px;
	padding-bottom: 60px;
	background: #f6f8fc url("../exp/images/guidance/bg_nami04-2.png") no-repeat center top / contain;
}
#guidance .explainBox2 .inner {
  width: 95%;
  max-width: 1250px;
  margin: auto;
	padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 5px #acbbdc;
}
.txt-center {
	text-align: center;
}
.gaibu-table table {
	width: 95%;
	margin: 10px auto ;
	border-collapse: collapse;
}
.gaibu-table table th {
	background-color: #dbe3f1;
}
.gaibu-table table th,.gaibu-table table tr td {
	border: solid 1px #999 ;
	padding: 5px ;
}
.gaibu-table table tbody tr:nth-child(even) td {
  background-color: #f6f8fc;
}
@media all and (max-width: 896px) {
	#guidance .explainBox2 {
  padding-top: 30px;
	padding-bottom: 30px;
	background: #f6f8fc url("../exp/images/guidance/bg_nami04-2.png") no-repeat center top / 200%;
}
#guidance .explainBox2 .inner {
  width: 90%;
  border: solid 3px #acbbdc;
}
	.gaibu-table table {
	width: 100%;
}
}

/* comBtmBox */
.comBtmBox {
  /*margin-top: 40px;*/
  padding: 60px 0 50px;
  background-color: #f5faeb;
  /*background: #f5faeb url("../exp/images/guidance/bg_nami04-2.png") no-repeat center top / contain;*/
}
.comBtmBox .content {
  max-width: 1284px;
  display: flex;
  justify-content: space-between;
}
.comBtmBox .leftBox {
  margin-left: 8px;
  max-width: 590px;
  flex: 1;
  font-size: 2rem;
}
.comBtmBox .title {
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-weight: 600;
  border-bottom: 2px solid #39b54a;
}
.comBtmBox .txtUl {
  margin-bottom: 20px;
}
.comBtmBox .txtUl li {
  margin-bottom: 6px;
  padding-left: 1em;
  text-indent: -1em;
}
.comBtmBox .txtUl li:last-child {
  margin-bottom: 0;
}
.comBtmBox .rightBox {
  margin-left: 20px;
  max-width: 602px;
  padding: 20px 10px 20px;
  width: 50%;
  text-align: center;
  font-size: 1.8rem;
  border: 2px solid #e84a6a;
  background-color: #fff;
  box-sizing: border-box;
}
.comBtmBox .rightBox .col {
  margin-top: 10px;
  font-size: 2.4rem;
  color: #e84a6a;
}
.comBtmBox .rightBox .col a {
  color: #e84a6a;
}
.comBtmBox .rightBox .title02 {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 600;
}
.comBtmBox .rightBox .title02 span {
  padding: 0 5px 2px;
  display: inline-block;
  vertical-align: top;
  background: url("/img/common/line.jpg") repeat-x left bottom;
}
.comBtmBox .lineBtn {
  text-align: center;
}
.comBtmBox .rightBox .nittei {
  margin-bottom: 10px;
}
.comBtmBox .rightBox .nittei .yoyaku {
  color: #e84a6a;
  font-size: 2rem;
}
.comBtmBox .rightBox .nittei .jikan {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.comBtmBox .rightBox .nittei .jikan span {
  display: inline-block;
  width: 50px;
  font-size: 1.5rem;
  background-color: #ef8369;
  margin-right: 8px;
  color: #fff;
}
.comBtmBox .rightBox .nittei .jikan span.bul {
  background-color: #3382bd;
}
.comBtmBox .rightBox .nittei .sml {
  font-size: 0.7em;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
  .comBtmBox .rightBox .title02 {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
  .comBtmBox .rightBox {
    font-size: 1.8rem;
  }
  .comBtmBox .rightBox .col {
    font-size: 2.1rem;
  }
}
@media all and (min-width: 897px) {
  .comBtmBox .lineBtn a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .comBtmBox {
    /*margin-top: 68px;*/
    padding: 20px 0 29px;
  }
  .comBtmBox .content {
    max-width: inherit;
    padding: 0 17px;
    display: block;
  }
  .comBtmBox .leftBox {
    margin-left: 0;
    max-width: inherit;
    font-size: 1.6rem;
  }
  .comBtmBox .rightBox {
    margin: 32px 7px 0;
    max-width: inherit;
    padding: 27px 10px 34px;
    width: auto;
    font-size: 1.4rem;
    border: 2px solid #e84a6a;
  }
  .comBtmBox .rightBox .col {
    margin-top: 22px;
    font-size: 1.7rem;
  }
  .comBtmBox .title {
    margin-bottom: 11px;
    padding-bottom: 5px;
    line-height: 1.45;
  }
  .comBtmBox .txtUl li {
    margin-bottom: 0;
  }
  .comBtmBox .txtUl {
    margin-bottom: 17px;
  }
  .comBtmBox .lineBtn img {
    width: 100%;
    max-width: 300px;
  }
  .comBtmBox .rightBox .title02 {
    margin-bottom: 19px;
    font-size: 1.9rem;
  }
  .comBtmBox .rightBox .title02 span {
    background-size: auto 14px;
  }
  .comBtmBox .rightBox .col {
    margin-top: 11px;
  }
}
@media all and (max-width: 419px) {
  .comBtmBox .leftBox {
    font-size: 1.4rem;
  }
  .comBtmBox .rightBox {
    margin: 32px 0 0;
    padding: 27px 5px 34px;
    font-size: 1.2rem;
  }
  .comBtmBox .rightBox .title02 {
    font-size: 1.7rem;
  }
  .comBtmBox .rightBox .title02 span {
    background-size: auto 9px;
  }
}
/* pagePath */
#pagePath {
  /*margin-bottom: -47px;*/
  padding: 7px 20px 9px;
  border-top: 1px solid #e2718d;
  background-color: #fff;
}
#pagePath ul {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  color: #db4e70;
  letter-spacing: 0.01em;
}
#pagePath ul li {
  margin-right: 48px;
  position: relative;
}
#pagePath ul li:after {
  color: #db4e70;
  position: absolute;
  top: 0;
  right: -29px;
  content: ">";
}
#pagePath ul li:last-child::after {
  display: none;
}
#pagePath ul a {
  color: #000;
}
@media all and (min-width: 897px) {
  #pagePath ul a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #pagePath {
    /*margin-bottom: -41px;*/
    padding: 8px 20px 9px;
  }
}
/* comTableBox */
.comTableBox {
  margin-bottom: 27px;
  padding: 0 3px 2px;
  box-sizing: border-box;
  background-color: #002B60;
}
.comTableBox table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFF;
}
.comTableBox td, .comTableBox th {
  width: 20%;
  padding: 10px 21px 14px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #002B60;
  border-right: 1px solid #002B60;
  box-sizing: border-box;
  word-break: break-all;
  background-color: #FFF;
}
.comTableBox th {
  padding: 6px 21px 5px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  border-right: 1px solid #FFF;
  background-color: #002B60;
}
.comTableBox .wid {
  width: 60%;
  border-right-color: #002B60 !important;
}
.comTableBox .bigTxt {
  font-size: 3rem;
}
.comTableBox .middleTxt {
  font-size: 2rem;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
  .comTableBox td, .comTableBox th {
    font-size: 1.4rem;
  }
  .comTableBox .bigTxt {
    font-size: 2.5rem;
  }
  .comTableBox .middleTxt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 896px) {
  .comTableBox {
    margin-bottom: 18px;
    padding: 0 2px 2px;
  }
  .comTableBox thead {
    display: none;
  }
  .comTableBox tr {
    display: flex;
    flex-wrap: wrap;
  }
  .comTableBox td {
    width: 50%;
    padding: 41px 5px 10px 9px;
    font-size: 1.5rem;
    border: none;
    position: relative;
    line-height: 1.6;
  }
  .comTableBox td::before {
    padding: 0 0 2px 9px;
    position: absolute;
    width: 100%;
    height: 36px;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    box-sizing: border-box;
    background: #002B60;
    content: attr(data-label);
  }
  .comTableBox td:first-child {
    border-right: 1px solid #8095B0;
  }
  .comTableBox td:last-child {
    width: 100% !important;
  }
  .comTableBox td .sub {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .comTableBox .bigTxt {
    font-size: 2.5rem;
  }
  .comTableBox .middleTxt {
    font-size: 1.5rem;
  }
}
/* comTableBox02 */
.comTableBox02 {
  margin-bottom: 27px;
  padding: 0 2px 2px;
  background-color: #e95471;
}
.comTableBox02 table {
  width: 100%;
  border-collapse: collapse;
}
.comTableBox02 th, .comTableBox02 td {
  padding: 22px 24px 23px;
  text-align: left;
  font-size: 1.7rem;
  vertical-align: middle;
  line-height: 1.2;
  border: 1px solid #e84a6a;
  background-color: #fff;
  box-sizing: border-box;
}
.comTableBox02 th {
  padding-left: 16px;
  padding-right: 10px;
  color: #ef857d;
  font-weight: bold;
  font-size: 1.8rem;
}
.comTableBox02 thead th {
  padding: 9px 16px 7px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background-color: #e95471;
}
.comTableBox02 tbody .obi-01 th, .comTableBox02 tbody .obi-01 td {
  padding: 9px 16px 7px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  background-color: #F9A9A9;
}
.comTableBox02 tbody th {
  width: 27.8%;
}
.comTableBox02 .green {
  color: #52b6a5;
}
.comTableBox02 .blue {
  color: #6d9bcc;
}
.comTableBox02.blueTable {
  background-color: #00a9d6;
}
.comTableBox02.blueTable th, .comTableBox02.blueTable td {
  border-color: #00a9d6;
}
.comTableBox02.blueTable thead th {
  background-color: #00a9d6;
}
.comTableBox02 .w50 {
  width: 50%;
}
.comTableBox02 .w35 {
  width: 35%;
}
.comTableBox02 .flexBox {
  margin: -11px 0 -9px -8px;
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  justify-content: space-between;
  line-height: 1.8;
}
.comTableBox02 .flexBox .ttl {
  padding-right: 10px;
  width: 160px;
  font-size: 1.8rem;
  line-height: 1.2;
  box-sizing: border-box;
}
.comTableBox02 .flexBox .txtBox {
  flex: 1;
}
.comTableBox02.culbTable tbody th, .comTableBox02.culbTable td {
  padding: 10px 20px 10px;
}
.comTableBox02.culbTable tbody tr:nth-child(odd) th, .comTableBox02.culbTable tbody tr:nth-child(odd) td {
  background-color: #F5FAFD;
}
.comTableBox02.culbTable tbody th {
  width: 25%;
  color: #333;
  /*color: #00a9d6;*/
}
.comTableBox02.culbTable tbody .obi-02 th, .comTableBox02 tbody .obi-02 td {
  padding: 7px 16px 7px;
  color: #00a9d6;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  background-color: #E3F4FC;
}
.Txt-ws-no {
  white-space: nowrap;
}
.comTableBox02.blueTable02 {
  background-color: #002b60;
}
.comTableBox02.blueTable02 th, .comTableBox02.blueTable02 td {
  border-color: #002b60;
}
.comTableBox02.blueTable02 thead th {
  background-color: #002b60;
}
.comTableBox02.blueTable02 td {
  line-height: 1.8;
  padding: 12px 16px 23px;
  font-size: 1.5rem;
}
.comTableBox02.blueTable .blueTable-txt01 {
  font-weight: bold;
  border-bottom: dotted 1px #00a9d6;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
  .comTableBox02 th {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
  .comTableBox02 tbody th {
    width: 30.8%;
  }
}
@media all and (max-width: 896px) {
  .comTableBox02 td {
    font-size: 1.5rem;
  }
  .comTableBox02 {
    margin-bottom: 20px;
    padding: 0 2px 1px 1px;
  }
  .comTableBox02 thead th {
    padding: 5px 8px 6px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .comTableBox02 tbody th, .comTableBox02 tbody td {
    padding: 11px 14px 0;
    float: left;
    width: 100%;
    border-left: none;
    border-right: none;
    line-height: 1.6;
  }
  .comTableBox02 tbody th {
    padding-bottom: 3px;
    border: none;
    line-height: 1.4;
  }
  .comTableBox02 tbody td {
    padding: 8px 14px 10px;
    border-top: none;
  }
  .comTableBox02 .w50 {
    width: 100%;
  }
  .comTableBox02 .w35 {
    width: 100%;
  }
  .comTableBox02 .flexBox {
    margin: -2px 0 -2px -4px;
  }
  .comTableBox02 .flexBox .ttl {
    width: 149px;
  }
  .comTableBox02.blueTable02 td {
    padding: 6px 9px;
  }
  .comTableBox02 tbody td.sp-obi-01 {
    border: none;
    background-color: #FFF0F0;
    color: #333;
  }
  .comTableBox02 tbody td.txt-b {
    font-weight: bold;
  }
  .comTableBox02 tbody td.Capa {
    font-size: 1.3em;
    padding: 3px 14px 5px;
    border: none;
    border-top: dotted 1px #F97F9E;
  }
  .comTableBox02 tbody td.Capa::before {
    content: attr(data-t-label);
    display: inline-block;
    font-size: 0.8em;
  }
  .comTableBox02.culbTable tbody tr {
    display: flex;
    flex-flow: wrap;
  }
  .comTableBox02.culbTable tbody th, .comTableBox02.culbTable td {
    padding: 10px 10px 10px;
    display: block;
  }
  .comTableBox02.culbTable tbody th {
    width: 100%;
    border-top: solid 1px #00a9d6;
  }
  .comTableBox02.culbTable tbody td {
    border-top: dotted 1px #00a9d6;
    border-bottom: none;
  }
  .comTableBox02.culbTable tbody td.culb-label01 {
    /*display: block;*/
    width: 50%;
  }
  .comTableBox02.culbTable tbody td.culb-label01::before {
    content: attr(data-t-label);
    display: inline-block;
    font-size: 0.8em;
    margin-right: 5px;
    color: #00a9d6;
  }
  .comTableBox02.culbTable tbody td.culb-label02::before {
    content: attr(data-t-label);
    display: inline-block;
    font-size: 0.8em;
    margin-right: 5px;
    color: #00a9d6;
  }
}
@media all and (max-width: 419px) {
  .comTableBox02 .flexBox .ttl {
    width: 118px;
    font-size: 1.6rem;
  }
}
/* closeBtn */
.closeBtn a {
  margin: 0 auto;
  width: 250px;
  height: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
  background-color: #e95471;
  letter-spacing: 0.05em;
}
.closeBtn span {
  padding: 0 0 0 36px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.closeBtn span::before {
  margin-top: -7px;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../img/common/icon14.png") no-repeat left top / 100% 100%;
  content: "";
}
@media all and (min-width: 897px) {
  .closeBtn a:hover {
    background-color: #f0879c;
  }
}