@charset "UTF-8";

/* ===================================================================

	Setting

=================================================================== */
html {
  color: #333;
  background: #FFF;
  line-height: 1.6;
  text-align: left;
  font-size: 65.5%;
}

body {
  font-size: 1.5rem;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
  overflow-x: hidden;
}

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

.containar {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding-top: 14px;
}

.containar:after {
  content: "";
  display: block;
  clear: both;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.main_wrapper {
  overflow: hidden;
}

/* link set
	------------------------------------------------------------------- */
a {
  color: #5B463F;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a img {
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #47676F;
}

/* float対策：背景色表示用
	------------------------------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  display: block;
  /* for IE8 */
}

.both {
  clear: both;
}

.hidden {
  display: none;
}

/* 	imgホバーアクション
	------------------------------------------------------------------- */
.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  cursor: pointer;
  background-color: #ffffff;
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s;
  margin-top: -1px;
}

.imgWrap img:hover {
  opacity: 0.6;
  transition: all .3s;
}

/* 	背景画像＆テキスト使用時
	------------------------------------------------------------------- */
.bg {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left top;
}

/* 	テキスト指定
	------------------------------------------------------------------- */
.min {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif, sans-serif;
}

/* ===================================================================

	Header

=================================================================== */
body>header {
  position: fixed;
  width: 100%;
  height: 155px;
  margin: 0 auto;
  background-color: #A575A5;
  z-index: 9999;
  transition: 0.3s ease-in-out;
}

body>header * {
  transition: 0.3s ease-in-out;
}

body>header:after {
  content: "";
  display: block;
  clear: both;
}

body>header .logo {
  float: left;
  margin-left: 7%;
}

body>header .logo img {
  padding-top: 3%;
}

body>header h1 {}

body>header h1 p {}

body>header h1 a:hover {
  top: -5px;
}

body>header p {
  position: absolute;
  left: 185px;
  top: 10px;
  font-size: 0.9rem;
  color: #999;
}

body>header .head {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.header_inner {
  background-color: #590059;
}

.header_inner>img {
  padding-top: 10px;
}

/* h_r
		  ------------------------------------------------------------------- */
body>header .h_r {
  float: right;
  margin-right: 7%;
}

body>header .h_r .h_tel {
  float: left;
  width: 280px;
}

body>header .h_r .h_tel img {
  padding: 5%;
}

body>header .h_r .h_contact_l {
  float: left;
  width: 150px;
}

body>header .h_r .h_contact_l img {
  margin: 0 1% 2% 1%;
}

body>header .h_r .h_contact_r {
  float: left;
  width: 135px;
}

body>header .h_r .h_contact_r img {
  margin: 0 1% 1% 3%;
}

/* nav
		  ------------------------------------------------------------------- */
body>header nav {
  margin-top: 30px;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

body>header nav ul.ddmenu {
  height: auto;
  margin: 0 auto;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

body>header nav ul.ddmenu li {
  padding: 0 20px;
  border-left: solid 2px #A575A5;
}

body>header nav ul.ddmenu li a {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
  letter-spacing: 2px;
  padding: 3% 0;
  text-decoration: none;
  margin-top: 1px;
}

body>header nav ul.ddmenu li:last-child {
  border-right: solid 2px #A575A5;
}

body>header nav ul.ddmenu li a .sml {
  display: block;
  font-size: 0.8rem;
  color: #EB438C;
  margin-top: -2px;
}

body>header nav ul.ddmenu li a:after {
  content: "";
  width: 100%;
  height: 10px;
  background-position: top 5px center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

body>header nav ul.ddmenu li a:hover,
body>header nav ul.ddmenu li.ac a {
  color: #47676F;
}

body>header nav ul.ddmenu li:hover ul {
  display: block;
}

body>header nav ul.ddmenu ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 180px;
  padding-top: 25px;
  margin-left: 50px;
}

body>header nav ul.ddmenu ul li {
  float: left;
  width: 100%;
  height: 43px;
  margin-left: -48px;
  background-color: #D1EDF6;
  border-bottom: 1px solid #fff;
  padding-top: 0px;
}

body>header nav ul.ddmenu ul li a {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 1.1rem;
  color: #000;
  position: relative;
  letter-spacing: 2px;
  padding-top: 12px;
  text-decoration: none;
  margin-top: 1px;
}

body>header nav ul.ddmenu li a:hover {
  color: #47676F;
}

/* ===================================================================
	/
	/	smh_menu　トグルメニュー
	/
	=================================================================== */
#smh_menu {
  display: none;
}

/* ===================================================================
	/
	/	Slider
	/
	=================================================================== */
.slideshow {
  height: 31vw;
  margin-top: 74px;
}

.slideshow li {
  width: 100%;
  height: 100%;
}

.slideshow li a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* js
		--------------------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: .6;
}

.flickity-prev-next-button.previous {
  left: 2%;
  margin-left: 0;
}

.flickity-prev-next-button.next {
  right: 2%;
  margin-right: 0;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #0079a4;
}

.flickity-page-dots {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 100;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #0079a4;
  border-radius: 50%;
  opacity: .45;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ===================================================================
	/
	/	メインイメージ
	/
	=================================================================== */
.main_image {
  background-image: url(../images/top_mainimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: 155px;
  position: relative;
  padding: 0 5%;
  height: 600px;
}

.main_image h1 {
  padding-top: 150px;
}

.main_image h2 {
  color: #590059;
  font-size: 1.5em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  background-color: #FFF;
  font-weight: bold;
  width: 600px;
  margin: 1% auto;
  padding: 15px 20px;
  opacity: 0.9;
  border-radius: 50px;
  letter-spacing: 5px;
}

.line {
  margin: 0;
  padding: 0;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 8px;
}

/* ===================================================================
	/
	/	s1
	/
	=================================================================== */
.s1 {
  background-color: #F8F5F8;
  padding: 5px 0 35px;
}

.s1 h1 {
  color: #590059;
  font-size: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin: 30px 0 50px;
  font-weight: bold;
  letter-spacing: 5px;
}

.s1 .plan {
  width: 1000px;
  margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.s1 .plan .plan_box {
  width: 33.333%;
  border-right: solid 1px #590059;
  padding: 25px 15px;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.s1 .plan .plan_box:first-child {
  border-left: solid 1px #590059;
}

.s1 .plan .plan_box img {
  width: 100%;
}

.s1 .plan .plan_box p.plan_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.s1 .plan .plan_box p.plan_price {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.s1 .plan .plan_box p.plan_contents {
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}

.s1 .plan .plan_box .plan_btn {
  margin-top: auto;
  padding-top: 30px;
  text-align: center;
}

.s1 .plan .plan_box .plan_btn a {
  color: #590059;
  border: solid 1px #590059;
  border-radius: 10px;
  padding: 10px 40px;
  background-color: #fff;
  letter-spacing: 3px;
}

/* ===================================================================
	/
	/	s2
	/
	=================================================================== */
.s2 {
  background-image: url(../images/top_s2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  padding: 30px 0 50px;
  margin-bottom: 100px;
}

.s2 h1 {
  color: #590059;
  font-size: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin: 30px 0 50px;
  font-weight: bold;
  letter-spacing: 5px;
}

.s2 p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
  margin-bottom: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  font-size: 1em;
}

.s2 .soudan {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
}

/* ===================================================================
	/
	/	s3
	/
	=================================================================== */
.s3 {
  background-color: #fff;
  padding: 50px 0;
}

.s3 .info {
  width: 1000px;
  margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.s3 .info .info_box {
  float: left;
  width: 50%;
  padding: 3%;
}

.s3 .info .info_box p {
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}

/* ===================================================================
	/
	/	footer
	/
	=================================================================== */
footer .footer_jizen {
  background-color: #FFFFFF;
  margin: 100px auto;
  overflow: hidden;
  width: 1000px;
}

footer .footer_jizen h1 {
  color: #590059;
  font-size: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: 5px;
}

footer .footer_jizen .jizen_l {
  float: left;
  width: 45%;
}

footer .footer_jizen .jizen_l p {
  text-align: left;
  line-height: 30px;
}

footer .footer_jizen .jizen_l .jizen_btn {
  margin-top: 100px;
}

footer .footer_jizen .jizen_l .jizen_btn a {
  color: #590059;
  border: solid 1px #590059;
  border-radius: 10px;
  padding: 15px 70px;
}

footer .footer_jizen .jizen_r {
  float: right;
  width: 50%;
}

footer .footer_menu {
  background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  padding: 50px 0;
  overflow: hidden;
  background-size: cover;
}

footer .footer_menu ul {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}

footer .footer_menu ul li {
  width: 33%;
  float: left;
  padding: 15px 10px;
}

footer .footer_nav {
  background-color: #FFFFFF;
  margin: 50px auto;
}

footer .footer_nav ul {
  text-align: center;
  font-size: 1.2rem;
  margin: 20px auto;
}

footer .footer_nav ul li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #AAA;
}

footer .footer_nav ul li:first-child {
  border-left: none;
}

footer .footer_nav ul li a {
  color: #000;
}

footer .footer_contact {
  background-color: #590059;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

footer .footer_contact .box {
  width: 1000px;
  margin: 0 auto;
  height: 83px;
}

footer .footer_contact .box .box_l {
  float: left;
  width: 55%;
}

footer .footer_contact .box .box_l img {
  float: left;
  margin: 20px 10px 0;
}

footer .footer_contact .box .box_l img.bottom {
  margin-top: -33px;
}

footer .footer_contact .box .box_r {
  float: right;
  width: 45%;
  text-align: center;
}

footer .footer_contact .box .box_r img {
  margin: 5% 1%;
}

body>footer>.containar {
  padding: 0px 0 100px;
  text-align: center;
}

small {
  display: block;
  margin-right: 2%;
  font-size: 0.5em;
}


/* ===================================================================
	/
	/	voice（お客様の声）
	/
	=================================================================== */
	.voice .main_image { background-image:url(../images/voice_mainimg.jpg); background-repeat:no-repeat; background-size:cover; text-align:center; margin-top: 155px; position:relative; padding: 0 13%; height:300px; }

	.voice .s1 { padding:50px 0; }
	.voice .s1 h1 { color:#590059; font-size:30px; font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; text-align:center; margin:30px 0 50px; font-weight:bold; letter-spacing:5px; }
	.voice .voice_box_01, .voice .voice_box_02 { overflow:hidden; margin:0 auto; padding:40px; }
	.voice .voice_box_02 { background-color:#F8F5F8; }
	.voice .voice_box_l { float:left; width:30%; text-align:center; }
	.voice .voice_box_l img { display:inline-block; }
	.voice .voice_box_r { float:right; width:70%; }
	.voice .voice_box_r p.voice_title { font-weight:bold; font-size:20px; margin-bottom:20px; }
	.voice .voice_box_r p.voice_message { line-height:30px; width:95%; }

