@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Roboto:300,400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700&display=swap");
/* Reset =====================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, ul, ol, li, dl, dt, dd, form, fieldset, input, select, textarea, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, hr, th, td {
  margin: 0;
  padding: 0;
}

/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, small {
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  font-weight: normal;
  vertical-align: top;
}

fieldset {
  border: none;
}

img {
  border: none;
  vertical-align: middle;
}

ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q::before, q::after {
  content: "";
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

sup, sub {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.2em;
}

sub {
  bottom: -0.40em;
}

hr, [hidden] {
  display: none;
}

/* HTML5 */
.header_name {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.Opa0 {
  opacity: 0;
}

.pc_none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }

  .pc_none {
    display: block !important;
  }
}
.MPDBlk, .MPDInl {
  display: none;
}

@media print {
  .MPDBlk {
    display: block;
  }

  .MPDInl {
    display: inline;
  }
}
a:hover.Over img {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  a:hover.Over img {
    opacity: 1;
  }
}
/* Utilities =================================================================*/
.FLt {
  float: left;
}

.FRt {
  float: right;
}

.clearfix {
  display: block;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0.1px;
}

.DNon {
  display: none;
}

.DBlk {
  display: block;
}

.DInl {
  display: inline;
}

.DInB {
  display: inline-block;
}

.DTbl {
  display: table;
}

.DTRow {
  display: table-row;
}

.DTCel {
  display: table-cell;
}

.CTbl {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.VVis {
  visibility: visible;
}

.Vheader_name {
  visibility: hidden;
}

.LSDsc {
  list-style: disc;
}

.LSSQ {
  list-style: square;
}

.LSDec {
  list-style: decimal;
}

.OFScr {
  overflow: scroll;
}

.OFHid {
  overflow: hidden;
}

.PRel {
  position: relative;
}

.PAbs {
  position: absolute;
}

.FSI {
  font-style: italic;
}

.FWN {
  font-weight: normal;
}

.FWB {
  font-weight: bold;
}

.LSN {
  letter-spacing: normal;
}

.TAL {
  text-align: left;
}

.text_center {
  text-align: center;
}

.TAR {
  text-align: right;
}

.TDU {
  text-decoration: underline;
}

.TDL {
  text-decoration: line-through;
}

.TSA {
  text-shadow: 1px 1px 1px #aaa;
}

.TInD {
  padding-left: 1em;
  text-indent: -1em;
}

.Img, .CImg, .IW100 {
  font-size: 0;
  line-height: 0;
}

.CImg img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.IW100 img {
  width: 100%;
}

.VAT {
  vertical-align: top;
}

.VAM {
  vertical-align: middle;
}

.VAB {
  vertical-align: bottom;
}

.WSN {
  white-space: normal;
}

.WSP {
  white-space: pre;
}

.WSNW {
  white-space: nowrap;
}

.WBBA {
  word-break: break-all;
}

/*----------------------------------------------------------------------------*/
.FFMin {
  font-family: 'Hiragino Mincho ProN','MS Mincho',serif;
}

/* Base ======================================================================*/
body {
  position: relative;
  font: 100%/1 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, Verdana, sans-serif;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #3C3C3C;
  background: #f2f0f0;
  -webkit-animation: BodyKF 0.75s;
  animation: BodyKF 0.75s;
  letter-spacing: .03em;
}

@-webkit-keyframes BodyKF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes BodyKF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
a {
  color: #00f;
}
a:visited {
  color: #810081;
}
a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a:hover {
    text-decoration: underline;
  }
}
input, select, textarea {
  padding: 2px;
}

/* header_logo/header_menu/content_top/footer ===========================================================*/
#header_logo {
  background: #fff;
}

#content_top {
  background: #F7F5F0;
}
#content_top main {
  max-width: 1200px;
  margin: 0 auto;
}

#footer {
  background: #F7F5F0;
}

.inner {
  max-width: 1062px;
  margin: 0 auto;
}

/* SiteHeader ================================================================*/
#header {
  padding: 20px 0;
}
#header .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#header .cont.space_between {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .logo {
  padding: 0 23px 0 35px;
  vertical-align: middle;
}
#header .logo img {
  width: 181px;
  height: auto;
}
#header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#header .and_me {
  width: 90px;
  height: auto;
  margin-right: 9px;
}
#header nav {
  font-size: 14px;
}
#header nav a {
  border-bottom: solid 1px #000;
  text-decoration: none;
  color: #212020;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#header nav a:hover {
  border-bottom: solid 3px #000;
}
#header .logout {
  margin-right: 24px;
}
#header .logout button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/ico_logout01.svg) no-repeat;
  background-position: left 31px center;
  border: solid 1px #000;
  border-radius: 16px;
  font-size: 14px;
  padding-left: 40px;
  width: 160px;
  height: 32px;
  line-height: 30px;
  letter-spacing: .05em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#header .logout button:hover {
  background: #DD3978 url(../img/ico_logout01.svg) no-repeat;
  background-position: left 31px center;
  border: solid 1px #DD3978;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 13px 5.5%;
  }
  #header .cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header .logo {
    padding: 0;
    width: 36.2%;
  }
  #header .logo img {
    max-width: 150px;
    width: 100%;
  }
  #header .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #header .and_me {
    max-width: 86px;
    width: 55.8%;
  }
  #header nav {
    font-size: 13px;
    margin-left: 9px;
  }
  #header nav a {
    border-bottom: 0;
    text-decoration: underline;
    color: #000;
  }
}

/* navBtn =====================================================================*/
.navBtn {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  width: 56px;
  height: 56px;
  top: 0;
  right: 0;
  position: fixed;
  text-align: center;
  z-index: 9999;
  background: transparent;
  border: none;
}
.navBtn a {
  height: 100%;
  display: block;
}
.navBtn, .navBtn span {
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.navBtn span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background-color: #000;
  margin: auto;
}
.navBtn span:nth-of-type(1) {
  top: 23px;
}
.navBtn span:nth-of-type(2) {
  bottom: 23px;
}
.navBtn.close span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  -ms-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.navBtn.close span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  -ms-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  #nav {
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    position: fixed;
    z-index: 9997;
    overflow-y: scroll;
    background: #fff;
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-bottom: 46px;
  }
  #nav.close {
    left: 0;
  }
  #nav::-webkit-scrollbar {
    display: none;
  }
  #nav .logout {
    text-align: center;
  }
  #nav .logout button {
    background-size: 21px 21px;
    border-radius: 22px;
    font-size: 18px;
    margin: 40px auto 0;
    width: 208px;
    height: 43px;
  }
  #nav .btm_link {
    margin-top: 23px;
    text-align: center;
  }
  #nav .btm_link a {
    color: #DD3978;
    font-size: 15px;
    text-decoration: underline;
  }

  .nav_menu_list .menu_logo {
    height: 56px;
    padding-top: 11px;
    padding-left: 27px;
  }
  .nav_menu_list .menu_logo img {
    width: 150px;
    height: auto;
  }
  .nav_menu_list .name {
    background: url(../img/bg_header_menu_sp.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 27px;
    line-height: 64px;
    height: 64px;
  }
  .nav_menu_list .white a {
    background: #F7F5F0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 27px;
    line-height: 64px;
    height: 64px;
  }
  .nav_menu_list .white + .white {
    border-top: solid 1px #CBC6C6;
  }
  .nav_menu_list .pink a, .nav_menu_list .purple a {
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 80px;
    padding-left: 10px;
    height: 80px;
  }
  .nav_menu_list .pink a {
    background-color: #F0869A;
    background-image: url(../mypage/img/ico_pc02.svg);
    background-size: 49px 37px;
    background-position: left 61px center;
  }
  .nav_menu_list .purple a {
    background-color: #8183BE;
    background-image: url(../mypage/img/ico_tel02.svg);
    background-size: 45px 45px;
    background-position: left 66px center;
  }
  .nav_menu_list .gold {
    border-bottom: solid 1px #CBC6C6;
  }
  .nav_menu_list .gold a {
    color: #B9A372;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 80px;
    height: 80px;
  }
}
/*----------------------------------------------------------------------------*/
/* SiteFooter ================================================================*/
#site_footer {
  padding: 45px 0 0;
}
#site_footer a {
  border-bottom: solid 0 #707070;
  padding: 0 3px;
  text-decoration: none;
  color: #707070;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#site_footer a:hover {
  border-bottom: solid 2px #707070;
  padding: 0 3px;
}
#site_footer .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
#site_footer .logo {
  padding-right: 23px;
  vertical-align: top;
}
#site_footer .logo img {
  width: 236px;
}
#site_footer address {
  font-size: 13px;
  width: 100%;
  padding-right: 30px;
  line-height: 175%;
  vertical-align: top;
}
#site_footer .footer_right {
  text-align: right;
}
#site_footer .footer_right .logo2 {
  margin-bottom: 10px;
}
#site_footer .footer_right .logo2 img {
  width: 229px;
}
#site_footer .footer_right .txt {
  font-size: 13px;
  line-height: 175%;
}
#site_footer .copy {
  background: #000;
  color: #909090;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 7px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #site_footer {
    padding: 0;
  }
  #site_footer a {
    border-bottom: solid 0 #707070;
    padding: 0 3px;
    text-decoration: none;
    color: #707070;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  #site_footer a:hover {
    border-bottom: solid 2px #707070;
    padding: 0 3px;
  }
  #site_footer .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
  #site_footer .logo {
    padding-right: 0;
  }
  #site_footer .logo img {
    width: 236px;
  }
  #site_footer address {
    font-size: 13px;
    padding-right: 0;
    margin-top: 15px;
    text-align: center;
    width: 100%;
  }
  #site_footer .footer_right {
    text-align: center;
    margin-top: 24px;
  }
  #site_footer .footer_right .logo2 {
    margin-bottom: 4px;
  }
  #site_footer .footer_right .logo2 img {
    width: 238px;
  }
  #site_footer .footer_right .txt {
    font-size: 13px;
    line-height: 175%;
  }
  #site_footer .copy {
    font-size: 10px;
    text-align: center;
    padding: 7px 0 8px;
  }
}

/* header_menu =======================================================================*/
#header_menu {
  background: #fff;
}
#header_menu .inner {
  padding: 20px 15px 40px;
}
#header_menu .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header_menu .menu_list li {
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-size: 22px 15px;
  background-position: left 22px center;
  border-radius: 20px;
  color: #DD3978;
  font-size: 14px;
  display: inline-block;
  padding-left: 22px;
  max-width: 224px;
  width: 22%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#header_menu .menu_list li:nth-child(1) {
  background-image: url(../img/menu_txt01.png);
}
#header_menu .menu_list li:nth-child(2) {
  background-image: url(../img/menu_txt02.png);
}
#header_menu .menu_list li:nth-child(3) {
  background-image: url(../img/menu_txt03.png);
}
#header_menu .menu_list li:nth-child(4) {
  background-image: url(../img/menu_txt04.png);
}
#header_menu .menu_list li.active {
  color: #fff;
  background-color: #DD3978;
}
#header_menu .menu_list li.active:nth-child(2) {
  background-image: url(../img/menu_txt02_w.png);
}
#header_menu .menu_list li.active:nth-child(3) {
  background-image: url(../img/menu_txt03_w.png);
}
#header_menu .menu_list li.active:nth-child(4) {
  background-image: url(../img/menu_txt04_w.png);
}
#header_menu .menu_list li.deactive {
  background-color: #CBC6C6;
  color: #fff;
}
#header_menu .menu_list li.deactive:nth-child(2) {
  background-image: url(../img/menu_txt02_w.png);
}
#header_menu .menu_list li.deactive:nth-child(3) {
  background-image: url(../img/menu_txt03_w.png);
}
#header_menu .menu_list li.deactive:nth-child(4) {
  background-image: url(../img/menu_txt04_w.png);
}
#header_menu .menu_list li + li {
  margin-left: 40px;
  position: relative;
}
#header_menu .menu_list li + li::before {
  background-image: url(../img/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 18px;
}
#header_menu .menu_box {
  background: url(../img/bg_header_menu.jpg) no-repeat center center;
  background-size: cover;
  font-family: 'Noto Serif JP', serif;
}
#header_menu .menu_box .inner {
  padding: 33px 15px 47px;
}
#header_menu .sub_title {
  margin-bottom: 22px;
  font-size: 15px;
  color: #fff;
}
#header_menu .sub_title img {
  margin-left: 30px;
  vertical-align: bottom;
  width: auto;
  height: 21px;
}
#header_menu .main_title {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
}
#header_menu .main_title img {
  width: auto;
  height: 34px;
  margin-right: 37px;
  vertical-align: bottom;
}
@media screen and (max-width: 900px) {
  #header_menu .menu_list li {
    background-position: left 15px center;
    font-size: 12px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  #header_menu .inner {
    padding: 8px 15px 16px;
  }
  #header_menu .menu_list li {
    background-size: 18px 12px;
    background-position: center top 11px;
    border-radius: 50%;
    font-size: 11px;
    padding: 5vw 5px 0;
    width: 20%;
    max-width: 80px;
    max-height: 80px;
    height: 18.5vw;
    line-height: 1.36;
  }
  #header_menu .menu_list li + li {
    margin-left: 15px;
  }
  #header_menu .menu_list li + li::before {
    left: -12px;
    width: 10px;
  }
  #header_menu .menu_box {
    background: url(../img/bg_header_menu_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #header_menu .menu_box .inner {
    padding: 25px 15px 35px;
  }
  #header_menu .sub_title {
    margin-bottom: 22px;
    font-size: 13px;
    color: #fff;
  }
  #header_menu .sub_title img {
    margin-left: 14px;
    vertical-align: bottom;
    width: auto;
    height: 21px;
  }
  #header_menu .main_title {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
  }
  #header_menu .main_title img {
    width: auto;
    height: 24px;
    margin-right: 20px;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 414px) {
  #header_menu .menu_list li {
    font-size: 10px;
    padding: 27px 5px 0;
  }
}

/*----------------------------------------------------------------------------*/
/* PageTop ===================================================================*/
#page_top_wrap {
  display: none;
  position: fixed;
  z-index: 1001;
}

.page_top_wrap {
  position: absolute !important;
}

/*------------------------------------*/
#page_top_wrap a img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.125s;
  -o-transition: 0.125s;
  transition: 0.125s;
}
#page_top_wrap a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#page_top_wrap img:hover {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

/*----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #page_top_wrap a img {
    width: 33px;
  }
}
/*============================================================================*/



/*# sourceMappingURL=default.css.map */