@charset "utf-8";

body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  background: #fff;
}
a {
  color: #000;
  transition: 0.3s;
}
a:hover {
  opacity: .7;
  transition: 0.3s;
}
p {
  letter-spacing: .07em;
  line-height: 1.5em;
}
#wrap {
  width: 100%;
}
#contents {
  width:
}
.img {
  height: auto;
}
/* -----------------------共通(common)----------------------- */
section h2 {
  font-size:24px;
  text-align: center;
  margin: 100px 0;
  letter-spacing: .04em;
  position: relative;
  z-index: 10;
}
.h2_subtitle::after {
  content: attr(data-subtitle);
  display: block;
  font-size: 50px;
  font-family: 'Karla', sans-serif;
  color: #ffedef;
  margin: -60px 0 0 160px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: .9;
}
.odd.h2_subtitle::after {
  color: #fdcfd4;
}
a .btn {
  text-align: center;
  border: 1px solid #fa192e;
  padding: 12px 20px;
  width: 250px;
  margin: 110px auto 0;
  color: #fa192e;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #fff;
}
a .btn img {
  float: right;
}
/* -----------------------ヘッダー(header)----------------------- */
header {
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
header h1 {
  margin: 50px 0;
}
header nav {
  margin: 70px 0 30px;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin: 0 0 0 0px;
}
header nav ul li a:hover {
  border-bottom: 3px solid pink;
  padding: 0 0 10px;
}
header nav ul li a {
      position: relative;
}
header nav ul li:nth-child(4) a::before {
  position: absolute;
  bottom: -50px;
  left: 50%;
  content: '';
  background: url(img/menu_position.png) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 20;
  transition-duration: 0.2s;
  opacity: 0;
  /* padding: 0px 0 20px; */
}
header nav ul li a:hover::before {
  opacity: 1;
  padding: 1  0px;
}
.nav_pcver nav ul {
	display: block;
}
@media (min-width: 701px) {
						.nav_pcver {
						}
						.nav_pcver nav ul {
							display: flex;
							justify-content: space-between;
						}
}
.g_nav {
  position:relative;
}
.g_nav > ul {
  display:flex;
  /* width:1000px; */
  margin:0 auto;
  list-style:none;
}
.g_nav > ul > li {
  padding:10px;
  color:#fff;
  text-align:center;
  letter-spacing: 0.09em;
}
.mdd_wrap {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  z-index: 1000;
}
.mdd_wrap .mdd_inner {
  display:none;
  width:2000px;
  height:300px;
  margin:48px 0 0 -800px;
  background:#fedde0;
  position: relative;
}
.mdd_wrap .mdd_inner .flex {
  width: 350px;
  float: left;
  margin: 0 10px;
  position: absolute;
  top: 90px;
  left: 25%;
}
.mdd_wrap .mdd_inner .flex:nth-child(2) {
  left: 40%;
}
.mdd_wrap .mdd_inner .flex a {
  display: flex;
  justify-content: space-between;
}
.mdd_wrap .mdd_inner .flex a:hover {
  border: none;
}
.mdd_wrap .mdd_inner .flex a::before {
  background: none;
}
.mdd_wrap .mdd_inner .flex .maru {
  border-radius: 50%;
  background: #fff;
  width: 70px;
  height:  70px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mdd_wrap .mdd_inner .flex .maru img {
  width: 30px;
}
.mdd_wrap .mdd_inner .flex .maru img.riha {
  width: auto;
  height: 45px;
}
.mdd_wrap .mdd_inner .flex a p {
  width: 300px;
  color: #fa192e;
  margin: 0px 70px 0 -130px;
  padding: 30px 0;
}
.mdd_wrap .mdd_inner .flex:nth-child(2) a p {
  margin: 0px 30px 0 -90px;
}

/* -----------------------メインスライド(slik)----------------------- */
.slider {
	position: relative;
		margin: 0px auto;
}
.slick-slide {
	margin: 0px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
	color: black;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1.0;
}
.slick-active {
	opacity: 1.0;
}
.slick-current {
	opacity: 1;
}
.slick-prev,.slick-prev:hover,.slick-prev:focus {
	background: url('img/arrow_prev.png') no-repeat;
	background-size: contain;
}
.slick-next,.slick-next:hover,.slick-next:focus {
	background: url('img/arrow_next.png') no-repeat;
	background-size: contain;
}
/* -----------------------コンテンツ(contents)----------------------- */
#contents {
  max-width: 1040px;
  margin: 0 auto 140px;
}
#contents .flex {
  /* display: flex;
  justify-content: space-between; */
}
@media (max-width: 614px) {
  #contents .flex {
    display: flex;
    justify-content: space-between;
  }
  .flex ul {
    /* max-width: 100%; */
  }
}
#contents .flex ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents .flex ul {
  display: flex;

}
#contents .flex ul li {
  background: #ffedef;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .flex ul a p {
  text-align: center;
  margin: 30px 0;
}
#contents .flex_lifestyle {
  display: flex;
  margin: 100px 0 0;
}
#contents .flex_lifestyle .box_right {
  margin: 0 0 0 30px;
}
#contents .flex_lifestyle .box_right h3 {
  font-size: 20px;
  margin: 0 0 30px 0;
}
#contents .flex_lifestyle .box_right p {
  font-size: 15px;
}
#contents .flex_lifestyle .box_right .flex {
  margin: 60px 0 0;
}
#contents .flex_lifestyle .box_right .flex ul {
}
#contents .flex_lifestyle .box_right .flex ul li {
  flex-wrap: wrap;
  width: 120px;
  height: 120px;
  margin: 0 0 0 25px;
  text-align: center;
  position: relative;
}
#contents .flex_lifestyle .box_right .flex ul a:first-child li {
  margin: 0;
}
#contents .flex_lifestyle .box_right .flex ul a li p {
  width: 100%;
  position: absolute;
  top: 150px;
}
/* -----------------------アバウト(About)----------------------- */
#about {
  width: 100%;
  background: url(img/bk_news.png) repeat;
  padding: 1px 0 100px;
}
#about .outer {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#about .outer .flex {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}
#about .outer .flex .img {
  height: 118px;
}
#about .outer .flex p {
  font-size: 14px;
  line-height: 1.5em;
}
#about .outer .flex .time {
  margin: -60px 0 0 0;
}
#about .outer .flex .inner{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
}
#about .outer .flex .inner .box_left {
  width: 50%;
}
#about .outer .flex .inner .box_left img {
  margin: 0 0 13px 0;
}

#about .outer .flex .box_right {
  width: 50%;
}
#about .outer .flex .box_right p {
  font-size: 24px;
  font-weight: bold;
}
#about .outer .flex .box_right p:nth-child(3) {
  font-size: 18px;
  font-weight: bold;
}
#about .outer .flex .box_right p img {
  margin: 0 10px 0 0;
}
#about .outer .flex .box_right p img.phone {
  margin: 0 14px 0 2px;
}
#about .outer .flex .box_right img {

}
#about .outer .googlemap {
  width: 48%;
  height: 450px;
  margin:  0 0 0 10px;
  position: relative;
}
#about .outer .googlemap figure {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 0 0 -90px;
}
#about .outer .googlemap iframe {
  width: 100%;
  height: 100%;
}
/* -----------------------ギャラリー(gallery)----------------------- */
#gallery {
  margin: 0 0 100px 0;
}
#gallery ul li{
  margin: 0 0 0 20px;
}

/* -----------------------ニュース(News)----------------------- */
#news {
  width: 100%;
  background: url(img/bk_news.png) repeat;
  padding: 1px 0 100px 0;
}
#news .outer {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
#news .outer .news_box p {
  line-height: 1.5em;
  margin: 0 0 15px;
}
.shadow_box {
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .1);
  height: 200px;
}
/* -----------------------フッター(footer)----------------------- */
footer {
  max-width: 1040px;
  margin: 0 auto;
}
footer p {
  font-size: 14px;
  float: right;
  margin: 0 0 50px 0;
}
footer .flex {
  display: flex;
  justify-content: space-between;
}
footer .flex a img {
  margin: 30px 0 0px;
}
footer .flex ul {
  display: flex;
  margin: 40px 0;
}
footer .flex ul li {
  font-size:18px;
  margin: 0 0 0 40px;
}

/* ----------------------ページトップ(pagetop)----------------------- */
#back-to-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background: url('img/totop.png') no-repeat;
	background-size: contain;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition:0.2s linear;
}
#back-to-top:hover {
	/* background: url('img/totop_hover.png') no-repeat; */
	background-size: contain;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition:0.2s linear;
}
