@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "base_sp_min.css";

/*******************

 shared style

********************/
#mj-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  display: block;
  padding-top: 13.3%;
  background: url(../img/bg_pink.png) repeat top center;
}
.mj-header-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: url(../img/bg_pink.png) repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 13.3%;
}
.mj-header-box .site-ttl {
  width: 56.66%;
  position: absolute;
  top: 0;
  left: 21.7%;
  overflow: hidden;
}
.mj-header-box a:hover {
  text-decoration: none;
}
.mj-header-box .site-ttl a{
  display: block;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.mj-header-box .site-ttl.acd-open a{
  display: block;
  -webkit-transform: translate3d(0, -100% , 0);
  -ms-transform: translate3d(0, -100% , 0);
  -o-transform: translate3d(0, -100% , 0);
  transform: translate3d(0, -100% , 0);
}
.mj-header-box .header-btn {
  width: 3.92em;
  height: 3.92em;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
}
.header-btn span{
  display: block;
  position: absolute;
  top: 25%;
  right: 25%;
  width: 60%;
  box-sizing: border-box;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.header-btn .bar2 {
  top: 43%;
}
.header-btn .bar3 {
  top: 60.5%;
}
.header-btn.acd-open .bar2 {
  opacity: 0;
}
.header-btn.acd-open .bar1 {
  top: 43%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header-btn.acd-open .bar3 {
  top: 43%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mj-gnav {
  width: 100%;
  box-sizing: border-box;
  padding: 0% 4% 4%;
}
.mj-gnav-mypage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}
.mj-gnav-mypage a {
  color: #fff;
  font-size: 0.92em;
}
.mj-gnav-mypage .fa {
  display: block;
  margin:  auto;
  text-align: center;
  font-size: 3em;
}
.mj-gnav-nav {
  margin: 1.2em auto 0;
  width: 100%;
}
.mj-gnav-nav a {
  display: block;
  background-color: #000;
  margin: 1.5% auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(212, 169, 96);
  background-image: url(../img/gnav_ar.png) , -moz-linear-gradient( 90deg, rgb(240,232,220) 0%, rgb(248,244,238) 32%, rgb(255,255,255) 100%);
  background-image: url(../img/gnav_ar.png) , -webkit-linear-gradient( 90deg, rgb(240,232,220) 0%, rgb(248,244,238) 32%, rgb(255,255,255) 100%);
  background-image: url(../img/gnav_ar.png) , -ms-linear-gradient( 90deg, rgb(240,232,220) 0%, rgb(248,244,238) 32%, rgb(255,255,255) 100%);
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) 50% , top left;
  -webkit-background-size: auto 1rem , 100% auto;
  background-size: auto 1rem , 100% auto;
  position: relative;
  box-sizing: border-box;
  padding: 1em 1em .7em;
  line-height: 1em;  
  font-size: 1.14em;
  color: #4c443a;
}
.mj-gnav-nav li:nth-child(1) a:before {
  content: "";
  background: url(../img/gnav_fl_01.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: 50% 50%;
  width: 1.64rem;
  height: 1.43rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: .5em;
}
.mj-gnav-nav li:nth-child(2) a:before {
  content: "";
  background: url(../img/gnav_fl_02.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: 50% 50%;
  width: 1.64rem;
  height: 1.43rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: .5em;
}
.mj-gnav-nav li:nth-child(3) a:before {
  content: "";
  background: url(../img/gnav_fl_03.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: 50% 50%;
  width: 1.64rem;
  height: 1.43rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: .5em;
}
.mj-gnav-nav li:nth-child(4) a:before {
  content: "";
  background: url(../img/gnav_fl_04.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: 50% 50%;
  width: 1.64rem;
  height: 1.43rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: .5em;
}
.mj-gnav-nav li:nth-child(5) a:before {
  content: "";
  background: url(../img/gnav_fl_05.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: 50% 50%;
  width: 1.64rem;
  height: 1.43rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: .5em;
}
.mj-gnav-link a {
  display: block;
  border-bottom: 1px solid;
  box-sizing: border-box;
  width: 100%;
  padding: .8em;
  color: #fff;
}
.mj-gnav-link a:before {
  content: "";
  background: url(../img/gnav_icon.png) no-repeat;
  background-position: 50% 0%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: .9em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
.mj-gnav-clbtn {
  display: block;
  width: 9.4em;
  margin: 1.5em auto;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  padding: .9em .6em .7em;
  font-size: 1.07em;
  box-sizing: border-box;
  line-height: 1em;
  cursor: pointer;
}
.mj-gnav-clbtn img {
  width: 1.2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  position: relative;
  margin-top: -.2em;
}

#main {
  background: url(../img/bg_top.jpg) no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding-top: 4.5%;
  padding-bottom: 10%;
}

#plist {
  box-sizing: border-box;
  background-image: url(../img/plist_sh_top.png) , url(../img/plist_sh_btm.png);
  -webkit-background-size: 100% auto;
  background-size: 1005 auto;
  background-position: top center , bottom center;
  background-repeat: no-repeat;
  background-color: #faf8f5;
  padding: 8% 4% 4%;
}
.plist-box {
  margin: 1.6em auto;
}
.plist-box .plist-item {
  display: block;
  border: 1px solid #bbb3a9;
  background-color: #fff;
  margin: 0 auto .7em;
}
.plist-box a {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .4em .2em .4em 1em;
}

.plist-box .plist-item-long a {
  padding: .2em 1em;
}
.plist-box .plist-img {
  box-sizing: border-box;
  width: 19%;
}
.plist-box .plist-txt {
  box-sizing: border-box;
  width: 81%;
  padding-left: 2%;
}
.plist-box .plist-catch {
  font-size: .78em;
  line-height: 1.3em;
}
.plist-box .plist-name {
  font-size: 1.07em;
  font-weight: bold;
  line-height: 1.3em;
}

.mj-contact {
  box-sizing: border-box;
  width: 100%;
  margin: 8% auto 2%;
}
.mj-contact .tel {
  display: block;
  margin: 3.5em auto 2em;
  width: 89.3333%;
}
.mj-contact .mj-sns {
  margin: 4% auto;
}
.mj-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto 2.5em;
  padding-right: 3%;
  box-sizing: border-box;
}
.mj-contact li {
  width: 3.42em;
}

/*-------------------------------------------
 footer
-----------------------------------------------*/
.mj-footer  {
  background: url(../img/bg_bottom.jpg) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 0 4%;
}
.mj-footer .footer-link {
  text-align: left;
}
.mj-footer .footer-link a {
  border-bottom: 1px solid #b2a28e;
  box-sizing: border-box;
  padding: .9em 1em;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.mj-footer .footer-link a:before {
  content: "";
  background: url(../img/footer_icon.png) no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: inline-block;
  width: 0.72em;
  height: 0.72em;
  vertical-align: middle;
  margin-right: .5em;
}
.mj-footer .footer-logo {
  width: 30%;
  margin: 8% auto 4%;
}
.mj-footer #copy {
  text-align: center;
  font-size: .75em;
  box-sizing: border-box;
  padding: .5em;
}



/* common */

.btn-box {
  text-align: center;
  margin: 6% auto;
  width: 84%;
}
.btn-box a {
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 1em;
  font-size: 1.07em;
  padding: 1.1em 1em;
  background-color: #4c443a;
  background-image: url(../img/btn_ar.png);
  -webkit-background-size: 1.78em auto;
  background-size: 1.78em auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  box-sizing: border-box;
}
.btn-box a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e63376;
}
.btn-box a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -2px;
  left: -2px;
  opacity: 0;
  box-sizing: border-box;
  /*border-top: 1px solid #e63376;
  border-left: 1px solid #e63376;*/
  border-top: 1px solid #4c443a;
  border-left: 1px solid #4c443a;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.btn-box a:before {
  content: "";
  opacity: 1;
  width: -webkit-calc(100% + 4px);
  width: -o-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -o-calc(100% + 4px);
  height: calc(100% + 4px);
}
.btn-box a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -2px;
  right: -2px;
  opacity: 0;
  box-sizing: border-box;
 /*border-bottom: 1px solid #e63376;
  border-right: 1px solid #e63376;*/
  border-bottom: 1px solid #4c443a;
  border-right: 1px solid #4c443a;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.btn-box a:after {
  content: "";
  opacity: 1;
  width: -webkit-calc(100% + 4px);
  width: -o-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -o-calc(100% + 4px);
  height: calc(100% + 4px);
}

.page-ttl {
  margin: 0 auto 6%;
  width: 94.66%;
}

.mj-dl {
  border-top: 1px solid #bebebe;
  text-align: center;
}
.mj-dl dt {
  background-color: #fdf1e6;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  box-sizing: border-box;
  padding: .6em;
  text-align: center;
  line-height: 1.25em;
}
.mj-dl dd {
  background-color: #ffffff;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  box-sizing: border-box;
  padding: .6em .8em;
  text-align: center;
  line-height: 1.25em;
}
.mj-dl dd p {
  text-align: left;
  line-height: 1.42em;
}
.mj-dl dd p + p {
  margin-top: 1em;
}
.mj-dl .fs-s {
  font-size: .78em;
  line-height: 1.42em;
  display: inline-block;
}
span.atmark:before {
  content: "@";
}

.btn-list {
  background-image: url("../img/btn_bg_top.png") , url("../img/btn_bg_btm.png");
  background-repeat: no-repeat;
  background-position: top right, bottom center;
  -webkit-background-size: 99.3% auto , 98.1% auto;
  background-size: 99.3% auto , 98.1% auto;
  box-sizing: border-box;
  padding: 8% 6%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 6%;
}
.btn-list li {
  width: 48%;
}

.sttlbox-dl {
	width: 94.93%;
	margin: 0 auto;
}
.sttlbox-dl dt {
	box-sizing: border-box;
	border-bottom: 0.08rem solid #ea4180;
	color: #ea4180;
	font-size: 1.25em;
	font-weight: bold;
	padding: .1em .19em;
	width: 100%;
	margin-bottom: .6em;
}
.sttlbox-dl dt:before {
	content: "";
	width: .75rem;
	height: .76rem;
	display: inline-block;
	background: url("../img/icon_sttl.png") no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: 50% 50%;
	margin-bottom: .15em;
	margin-right: .25em;
	vertical-align: middle;
}
.sttlbox-dl dd {
  font-size: .92em;
  line-height: 1.53em;
  box-sizing: border-box;
  padding: 0 1.25%;
}
.sttlbox-dl dd p + p {
  margin-top: 1.5em;
}
.sttlbox-dl .fs-s {
 font-size: .84em;
 line-height: 1.5em;
}
.sttlbox-dl dd + dt {
  margin-top: 1.5em;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
span.indent {
  display: inline-block;
}