@charset "UTF-8";

/*layout*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
.flex.flex--itemCenter {
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
}

.pink{
  color: #E28AB7;
}

.spOnly{
	display:none;
}
@media screen and (max-width: 768px) {
.flex.flex--pcOnly {
  display: block;
  }
}

.mincho {
  font-family: '游明朝', 'YuMincho', '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Kozuka Mincho Std', '小塚明朝 Std R', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

main {
  margin-top: 65px;
}
@media screen and (max-width: 800px) {
main {
  margin-top: 0;
}
}

/*header*/

.header {
  border-top: 10px solid #E28AB7;
  background: #F8E0EC;
  position: fixed;
  width: 100%;	
  top: 0;
  z-index: 100;
}
.headerInner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
}
.headerlogo {
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}
.headerlogo img {
  margin-right: 6px;
}
.headerInfo {
  width: 525px;
}
.headerHour {
  font-size: 12px;
  line-height: 14px;
  color: #616262;
  text-align: left;
}
.headerHour dl {
  display: table;
  height: 40px;
}
.headerHour dt ,
.headerHour dd {
  display: table-cell;
  vertical-align: middle;
}
.headerHour dt {
  background: #fff;
  width: 40px;
  text-align: center;
}
.headerHour dd {
  background: #FDF7FA;
  padding: 0 5px;
}
.headerTel {
  background: #E28AB7;
  padding: 14px 18px;
  position: relative;
}
.headerTel span {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  border-radius: 0 0 5px 5px;
  width: 100%;
  margin: auto;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 5px 0;
  background: #CD2E7D;
}
@media screen and (max-width: 800px) {
  .header {
    border-top: 6px solid #E28AB7;
    position: relative;
  }
  .headerInner {
    display: block;
    padding: 10px 0;
  }
  .headerlogo {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  .headerlogo img {
    margin-right: 6px;
    width: 32px;
  }
  .headerInfo {
    display: none;
  }
}


/*fv*/
.fv {
  background: url(../images/fv_bg_left.jpg) left top no-repeat ,url(../images/fv_bg_right.jpg) right top no-repeat;
}
.fvInner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.fvCatchPhrase {
  font-size: 24px;
  line-height: 1.8;
  padding: 16px 0;
  color: #F8E0EC;
  background: rgba(0,0,0,0.2);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .fvCatchPhrase {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    padding: 5px;
    text-align: left;
    background: #E28AB7;
  }
}


/*intro*/
.intro {
  padding: 35px 12px 70px;
}
.introHeading {
  padding-bottom: 70px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 50px;
  font-weight: normal;
  color: #E28AB7;
  text-align: center;
  background: url(../images/intro_charm.png) center bottom no-repeat;
}
.introTxt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 20px 12px 30px;
  }
  .introHeading {
    padding-bottom: 44px;
    margin-bottom: 14px;
    font-size: 6vw;
    line-height: 30px;
    background: url(../images/intro_charm.png) center bottom no-repeat;
    background-size: 160px auto;
  }
  .introTxt {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}





/*sec*/

.secType01 {
  background: #FDF7FA;
  padding: 0 40px 65px;
}
.secType02 {
  padding: 93px 40px 84px;
}
.secInner {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 76px 55px 44px;
  position: relative;
  background: #fff;
}
.secInner.secInner--bgYellow {
  background: #FDF7FA;
}
.secHeading {
  border-top: 5px solid #E28AB7;
  background: #F8E0EC;
  color: #E28AB7;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.5;
  position: absolute;
  top: -22px;
  left: -31px;
  width: 100%;
  width: -webkit-calc(100% + 62px);
  width: calc(100% + 62px);
}
.secHeading::before {
  content: '';
  width: 1px;
  height: 1px;
  border-left: 18px solid #CD2E7D;
  border-top: 24px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  bottom: -24px;;
  left: 12px;
  -ms-transform: rotate(-52deg);
  -webkit-transform: rotate(-52deg);
  transform: rotate(-52deg);
}
.secHeading::after {
  content: '';
  width: 1px;
  height: 1px;
  border-right: 18px solid #CD2E7D;
  border-top: 24px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  bottom: -24px;;
  right: 12px;
  -ms-transform: rotate(52deg);
  -webkit-transform: rotate(52deg);
  transform: rotate(52deg);
}

.secCont +.secCont {
  margin-top: 44px;
}
.secContPhoto {
  width: 44%;
}
.secCont figure {
  position: relative;
}
.secCont figcaption {
  background: #030000;
  color: #F8E0EC;
  font-size: 16px;
  line-height: 1;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
.secContTxtWrap {
  width: 54%;
}
.secContTxt {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.secContTxt + .secContTxt {
  margin-top: 1em;
}

.map {
  width: 44%;
  position: relative;
  padding-bottom: 31%;
  height: 0;
  overflow: hidden;
}
.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access {
  width: 54%;
}
.accessName {
  font-weight: bold;
  text-align: left;
  color: #303131;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.accessInfoList {
}
.accessInfoList__item {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #303131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.accessInfoTerm {
  width: 100px;
}
.accessInfoDesc {
  width: 100%;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}
.accessInfoDesc::before {
  content: ':';
  position: absolute;
  left: 0;
  top: 0;
}
.accessInfoList__item.accessInfoList__item--hour {
  display: block;
}
.accessInfoDesc.accessInfoDesc--hour {
  width: 100%;
  width: -webkit-calc(100%);
  width: calc(100%);
  padding-left: 0;
}
.accessInfoDesc.accessInfoDesc--hour::before {
  display: none;
}
.hourTable {
  display: table;
  border-collapse: separate;
  border-spacing: 1px;
  background: #dfdfdf;
  width: 100%;
  margin: 20px auto;
}
.hourTable div {
  display: table-cell;
  text-align: center;
  width: 14.28%;
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
}
.hourTable dt {
  background: #fff;
}
.hourTable dd {
  background: #fff;
  height: 70px;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.hourTable dt.HT-dt-saturday {
  background: #9194c8;
}
.hourTable dt.HT-dt-sunday {
  background: #f09394;
}
@media screen and (max-width: 768px) {
  .secType01 {
    background: #FDF7FA;
    padding: 30px 20px;
  }
  .secType02 {
    padding: 30px 20px;
  }
  .secInner {
    padding: 50px 3% 20px;
    position: relative;
    background: #fff;
  }
  .secHeading {
    border-top: 3px solid #E28AB7;
    background: #F8E0EC;
    color: #E28AB7;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    left: -15px;
    top: -50;
    width: 100%;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }
  .secHeading::before {
    content: '';
    width: 1px;
    height: 1px;
    border-left: 9px solid #CD2E7D;
    border-top: 12px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    bottom: -12px;;
    left: 6px;
    -ms-transform: rotate(-52deg);
    -webkit-transform: rotate(-52deg);
    transform: rotate(-52deg);
  }
  .secHeading::after {
    content: '';
    width: 1px;
    height: 1px;
    border-right: 9px solid #CD2E7D;
    border-top: 12px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    bottom: -12px;;
    right: 6px;
    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
  }
  .secCont +.secCont {
    margin-top: 20px;
  }
  .secContPhoto {
    width: 100%;
  }
  .secCont figure {
    margin-bottom: 10px;
  }
  .secContTxtWrap {
    width: 100%;
  }
  .secContTxt {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .secContTxt + .secContTxt {
    margin-top: 1em;
  }
  .map {
    width: 100%;
    padding-bottom: 80%;
    margin-bottom: 10px;
  }
  .access {
    width: 100%;
  }
  .accessName {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .accessInfoList {
  }
  .accessInfoList__item {
    font-size: 14px;
    line-height: 30px;
  }
  .accessInfoTerm {
    width: 70px;
  }
  .accessInfoDesc {
    width: 100%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
  .accessInfoDesc a {
    color: #303131;
    text-decoration: none;
  }
  .accessInfoDesc::before {
    content: ':';
    margin-right: 5px;
  }
  .accessInfoList__item.accessInfoList__item--hour {
    display: block;
  }
  .accessInfoDesc.accessInfoDesc--hour {
  }
  .accessInfoDesc.accessInfoDesc--hour::before {
    display: none;
  }
  .hourTable {
    display: table;
    border-collapse: separate;
    border-spacing: 1px;
    background: #dfdfdf;
    width: 100%;
    margin: 20px auto;
  }
  .hourTable div {
    display: table-cell;
    text-align: center;
    width: 14.28%;
    width: -webkit-calc(100%/7);
    width: calc(100%/7);
  }
  .hourTable dt {
    background: #fff;
  }
  .hourTable dd {
    background: #fff;
    height: 70px;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .hourTable dt.HT-dt-saturday {
    background: #9194c8;
  }
  .hourTable dt.HT-dt-sunday {
    background: #f09394;
  }
}



/*footer*/
.copyright {
  padding: 40px;
}
.topback {
  display: block;
  background: #E28AB7;
  text-align: center;
  padding: 10px;
}
.telBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 64px;
  }
  .telBtnWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    background: #CD2E7D;
  }
  .telBtn {
    background: #E28AB7;
    display: inline-block;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 230px;
    border-radius: 5px;
  }
.spOnly{
	display:block;
}
}




