@charset "utf-8";

/*-----------------------------------------------------
  BASE
----------------------------------------------------- */
body {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	-webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
	letter-spacing: 0.05em;

}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    width: auto;
}

a {
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	transition: .15s;
}

.inner {
    max-width: 1100px;
	width: 90%;
    margin: auto;
}



._sp { display:none!important; }

@media screen and (max-width:599px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}

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

    .inner {
        width: 90%;
        margin: auto;
    }


}

.wrapper {
	display: flex;
}

.wrapper .sidebar {
	width: 250px;
	border-right: 1px solid #e6e6e6;
}

.wrapper .content {
	width: calc(100% - 250px);
}



/*-----------------------------------------------------
  header
----------------------------------------------------- */
.movie video {
	width: 100%;
	height: auto;
}

.sidebar {
	padding: 25px 10px 0 10px;
}

.sidebar h1 {
	color:#e72f8b;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	margin: 0 auto 20px auto;
	line-height: 1.5;
}

.sidebar h1 img {
	display: block;
	margin-top: 10px;
}

.sidebar .telNum {
	color: #0071bc;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 5px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.sidebar .telNum a {
	color: #0071bc;
}

.sidebar .telText {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}

.gNav li {
	border-bottom: 1px solid #f2f2f2;
}


.gNav a {
	display: flex;
	align-items: center;
	padding: 20px 0 20px 10px;
}

.gNav li.nav01 a:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 17px;
	background: url(../img/common/nav01.svg) no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.gNav li.nav02 a:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/common/nav02.svg) no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.gNav li.nav03 a:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/common/nav03.svg) no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.gNav li.nav04 a:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url(../img/common/nav04.svg) no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.gNav li.nav05 a:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 13px;
	background: url(../img/common/nav05.svg) no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.movie img {
	width: 100%;
}

.slide {
	background: url(../img/index/slideBg.gif) no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.slideInner {
	width: 90%;
	margin: 0 auto;
}

.prev-arrow {
	position: absolute;
	left: 0;
	top: calc(50% - 85px);
	z-index: 10;
}

.next-arrow {
	position: absolute;
	right: 0;
	top: calc(50% - 85px);
	z-index: 10;
}

.slick-slider div { transition: none; }

.medama {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 242, 245, 1) 5px, rgba(255, 242, 245, 1) 10px );
	margin-bottom: 60px;
	padding: 50px 0;
}

.medamaInner {
	width: 90%;
	margin: 0 auto;
}

.carList ul {
	display: flex;
	flex-wrap: wrap;
}

.carList li {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #e72f8b;
	background: #fff;
}

.carList li:nth-of-type(4n) {
	margin-right: 0;
}

.carList li h3 {
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	margin: 10px 0;
}

.carList li dl {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 15px;
}

.carList li dt {
	font-size: 12px;
}

.carList li dd {
	color: #ff0000;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}

.carList li dd span {
	font-size: 38px;
}

.carList li table {
	width: 100%;
	margin-bottom: 15px;
}

.carList li th {
	background: #ffedf0;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	border-bottom: 2px solid #fff;
}

.carList li td {
	text-align: left;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	padding: 5px 0 5px 10px;
}

.carList li .bt {
	width: 100%;
	padding: 10px;
	background: #e72f8b;
	color: #fff;
	text-align: center;
	border-radius: 6px;
}

#about {
	width: 100%;
	margin: 0 auto 10px auto;
}

.about02 {
	width: 100%;
	margin: 0 auto;
}

#about img,
.about02 img {
	width: 100%;
	height: 100%;
}


#qa {
	border: 3px solid #000;
	width: 100%;
	margin: 0 auto 50px auto;
	transform: skewY(-2.6deg);
	padding: 60px 0;
	background: url(../img/index/faqBg.gif);
}

.qaInner {
	transform: skewY(2.6deg);
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.qaInner h2 {
	text-align: center;
	margin-bottom: 20px;
}

.qaInner h3 {
	color: #0071bc;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.qaInner h3:before {
	content: '';
	display: inline-block;
	width: 56px;
	height: 79px;
	background: url(../img/index/q.svg) no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.qaBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.qaBox .img {
	display: block;
	width: 70px;
}

.qaBox .text {
	width: calc(100% - 100px);
	color: #fff;
	background: #e72f8b;
	padding: 20px;
	font-size: 18px;
	position: relative;
}


.qaBox .text:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/index/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: -15px;
}

.qaBox .text:after {
	content: '';
	display: inline-block;
	width: 215px;
	height: 143px;
	background: url(../img/index/faq02.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 30px;
	top: -30px;
}

.qaBox.qaBox02 .text:after {
	content: '';
	display: inline-block;
	width: 215px;
	height: 143px;
	background: url(../img/index/faq03.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 30px;
	top: -30px;
}

.qaBox.qaBox02 .text {
	padding-right: 250px;
}

.qaBox.qaBox03 .text:after {
	content: '';
	display: inline-block;
	width: 215px;
	height: 143px;
	background: url(../img/index/faq04.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 30px;
	top: -30px;
}

.qaBox.qaBox03 .text {
	padding-right: 250px;
}

.banner {
	width: 90%;
	margin: 0 auto 50px auto;
}

.banner ul {
	display: flex;
	justify-content: space-between;
}

.banner li {
	width:  31%;
}

.banner li img {
	margin-bottom: 10px;
	}

.banner li h3 {
	font-size: 26px;
	margin-bottom: 5px;
	text-align: center;
}

.banner li h4 {
	font-size: 16px;
	color: #e72f8b;
	text-align: center;
	margin-bottom: 10px;
}

.banner .bt a {
	display: block;
	background: #e72f8b;
	color: #fff;
	border: 1px solid #e72f8b;
	padding: 12px 0;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 15px;
}

.banner .bt a:hover {
	background: #fff;
	color: #e72f8b;
}

.store {
	background: #fff2f5;
	padding: 50px 0;
}

.storeInner {
	width: 90%;
	margin: 0 auto;
}

.storeImg {
	margin-bottom: 30px;
	
}

.storeImg img {
	width: 100%;
	height: auto;
}

.storeInfo {
	display: flex;
	margin-bottom: 30px;
}

.storeInfo .sec01 {
	width: 50%;
}

.storeInfo .sec02 {
	width: 50%;
}

.storeInfo .sec01 .logo {
	width: 330px;
	margin-bottom: 20px;
}

.storeInfo .sec01 p {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.storeInfo .sec01 .bt {
	width: 100%;
	max-width: 330px;
}

.storeInfo .sec01 .bt a {
	display: block;
	background: #fff;
	color: #e72f8b;
	border: 1px solid #e72f8b;
	padding: 12px 0;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 15px;
}

.banner .bt a:hover {
	background: #e72f8b;
	color: #fff;
}

.storeInfo .sec02 table {
	width: 100%;
}

.storeInfo .sec02 th {
	text-align: center;
	background: #fff;
	padding: 8px 10px;
	border-bottom: 3px solid #fff2f5;
}

.storeInfo .sec02 td {
	text-align: left;
	padding: 8px 0 8px 15px;
	border-bottom: 3px solid #fff2f5;
}

.gMap {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}

.gMap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.copyRight {
	padding: 8px 0;
	color: #fff;
	background: #e72f8b;
	text-align: center;
	font-size: 12px;
}

/*========= ボタンのためのCSS ===============*/
@media screen and (min-width:768px) {
  .openbtn1 {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .openbtn1 {
    position: absolute;
    z-index: 9999; /*ボタンを最前面に*/
    top: 22px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
  }
  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    background-color: #333;
    width: 55%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 12px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 34px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
.menu_Line {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#header_Menu_sp_js .spNav01 li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 0px;
  text-align: left;
}
.menu_open_Btn .menu_Line:nth-of-type(1) {
  top: 4px;
}
.menu_open_Btn .menu_Line:nth-of-type(2) {
  top: 14px;
}
.menu_open_Btn .menu_Line:nth-of-type(3) {
  bottom: 4px;
}
.header_nav_Sp {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 80%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.menu_open_Btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 30px;
  height: 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.menu_open_Btn .menu_Line {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.open .menu_open_Btn .menu_Line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
}
.open .menu_open_Btn .menu_Line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
}
.open .menu_open_Btn .menu_Line {
  background-color: #fff;
}
.menu_open_Btn .menu_Line:nth-of-type(1) {
  top: 4px;
}
.menu_open_Btn .menu_Line:nth-of-type(2) {
  top: 14px;
}
.open .menu_open_Btn .menu_Line:nth-child(2) {
  opacity: 0;
}
.menu_open_Btn .menu_Line:nth-of-type(3) {
  bottom: 4px;
}
#header_Menu_sp_js .header_nav_Sp {
  padding: 0;
}
.open .header_nav_Sp {
  left: 0;
  opacity: 1;
}
.header_nav_Sp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_nav_Sp ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  font-weight: bold;
  position: relative;
}
#mask {
  display: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.open .header_nav_Sp {
  left: 0;
  opacity: 1;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}


