/* Scss Document */
#top {
  position: relative;
}
#top .mainImageFrame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}
@media (max-width: 750px) {
  #top .mainImageFrame {
    padding: 46px 0 0 0;
    z-index: 9;
  }
}
@media print {
  #top .mainImageFrame {
    padding: 46px 0 0 0;
    z-index: 9;
  }
}

.mainImage .mainImage01 {
  background: url(../img/top/main_image01_bg.png) no-repeat;
  background-size: cover;
}
.mainImage .mainImage02 {
  background: url(../img/top/main_image02_bg.jpg) no-repeat;
  background-size: cover;
}
.mainImage .mainImage03 {
  background: url(../img/top/main_image03_bg.png) no-repeat;
  background-size: cover;
}
.mainImage .mainImage04 {
  background: url("../img/top/main_image04_bg.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .mainImage {
    padding: 46px 0 0 0;
  }
  .mainImage .mainImage01 {
    background: url(../img/top/main_image01_bg_sp.png) no-repeat;
    background-size: cover;
  }
  .mainImage .mainImage02 {
    background: url(../img/top/main_image02_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
  .mainImage .mainImage03 {
    background: url(../img/top/main_image03_bg_sp.png) no-repeat;
    background-size: cover;
  }
.mainImage .mainImage04 {
  background: url("../img/top/main_image04_bg_sp.jpg") no-repeat;
  background-size: cover;
}
}
@media print {
  .mainImage {
    padding: 46px 0 0 0;
  }
  .mainImage .mainImage01 {
    background: url(../img/top/main_image01_bg_sp.png) no-repeat;
    background-size: cover;
  }
  .mainImage .mainImage02 {
    background: url(../img/top/main_image02_bg_sp.png) no-repeat;
    background-size: cover;
  }
  .mainImage .mainImage03 {
    background: url(../img/top/main_image03_bg_sp.png) no-repeat;
    background-size: cover;
  }
}

@media (max-width: 750px) {
  .slick-dots {
    display: none !important;
  }
}
@media print {
  .slick-dots {
    display: none !important;
  }
}

.cmn-header {
  background: none;
  position: inherit;
  left: 0;
  top: -90px;
  width: 100%;
  height: 90px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media (max-width: 750px) {
  .cmn-header {
    background: #fff;
    height: 46px;
    position: fixed;
    top: 0;
  }
}
@media print {
  .cmn-header {
    background: #fff;
    height: 46px;
    position: fixed;
    top: 0;
  }
}
.cmn-header--inner {
  display: flex;
  padding: 0 0 0 10px;
  width: 1100px;
  justify-content: inherit;
  align-items: inherit;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  .cmn-header--inner {
    width: 100%;
    padding-left: 16px;
  }
}
@media print {
  .cmn-header--inner {
    width: 100%;
    padding-left: 16px;
  }
}
.cmn-header--catch {
  font-size: 11px;
  font-weight: normal;
  margin: 0 20px 0 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 750px) {
  .cmn-header--catch {
    margin: 0 10px 0 0;
    font-size: 10px;
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
@media print {
  .cmn-header--catch {
    margin: 0 10px 0 0;
    font-size: 10px;
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
.cmn-header--logo_link {
  width: 181px;
  height: auto;
  margin: 30px 0 0 0;
  line-height: 0;
  display: block;
}
@media (max-width: 750px) {
  .cmn-header--logo_link {
    margin: auto;
    width: auto;
  }
}
@media print {
  .cmn-header--logo_link {
    margin: auto;
    width: auto;
  }
}
@media (max-width: 750px) {
  .cmn-header--logo {
    width: 100px;
    height: auto;
  }
}
@media print {
  .cmn-header--logo {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 750px) {
  .cmn-header--hamburger {
    width: 46px;
    height: 100%;
    background: #5DAF40;
    display: block;
    margin: 0 0 0 auto;
    position: relative;
  }
}
@media print {
  .cmn-header--hamburger {
    width: 46px;
    height: 100%;
    background: #5DAF40;
    display: block;
    margin: 0 0 0 auto;
    position: relative;
  }
}
.cmn-header--hamburger.is_show .cmn-header--hamburger_border:nth-child(1) {
  transform: rotate(45deg);
  top: 24px;
}
.cmn-header--hamburger.is_show .cmn-header--hamburger_border:nth-child(2) {
  left: 50px;
  opacity: 0;
}
.cmn-header--hamburger.is_show .cmn-header--hamburger_border:nth-child(3) {
  transform: rotate(-45deg);
  top: 24px;
}
@media (max-width: 750px) {
  .cmn-header--hamburger_border {
    width: 24px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 12px;
    transition: 0.5s;
    opacity: 1;
  }
  .cmn-header--hamburger_border:nth-child(1) {
    top: 14px;
  }
  .cmn-header--hamburger_border:nth-child(2) {
    top: 24px;
  }
  .cmn-header--hamburger_border:nth-child(3) {
    top: 33px;
  }
}
@media print {
  .cmn-header--hamburger_border {
    width: 24px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 12px;
    transition: 0.5s;
    opacity: 1;
  }
  .cmn-header--hamburger_border:nth-child(1) {
    top: 14px;
  }
  .cmn-header--hamburger_border:nth-child(2) {
    top: 24px;
  }
  .cmn-header--hamburger_border:nth-child(3) {
    top: 33px;
  }
}
.cmn-header--nav {
  display: flex;
  align-items: center;
  margin: 0;
  height: 100%;
}
.cmn-header--nav .flex {
  display: flex;
  height: 2rem;
  margin: 10px 190px 0 20px;
}
.cmn-header--nav .flex li {
  list-style: none;
  position: relative;
  margin: 0 0 0 6px;
}
.cmn-header--nav .flex li a {
  display: block;
  height: 2rem;
  line-height: 2rem;
  text-align: left;
  text-decoration: none;
}
.cmn-header--nav .flex li li {
  height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  transition: opacity .5s;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
}
.cmn-header--nav .flex li li a {
  width: 150px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  background: none;
}
.cmn-header--nav .flex li li a:hover {
  color: #ACACAC;
}
.cmn-header--nav .flex li ul {
  padding: 0;
  position: absolute;
}
.cmn-header--nav .flex li:hover > ul > li {
  height: 2rem;
  opacity: 1;
  overflow: visible;
}
@media (max-width: 750px) {
  .cmn-header--nav {
    display: none;
  }
}
@media print {
  .cmn-header--nav {
    display: none;
  }
}
.cmn-header--nav_link {
  margin: 0 0 0 17px;
  font-size: 12px;
  background: url("../img/common/cmn-header--nav_link.png") no-repeat left 10px center;
  background-size: 16px 11px;
  padding: 0 15px 0 30px;
  transition: 0.15s;
  list-style: none;
  position: relative;
  background-color: #D6E3EF;
  border-radius: 5px;
}
.cmn-header--nav_link:hover {
  color: #ACACAC;
}
.cmn-header--nav_link:first-child {
  margin-left: 0;
}
.cmn-header--telbox {
  background: #5DAF40;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 286px;
  margin: 0 0 0 86px;
}
.cmn-header--tel_description {
  margin: 0 0 0 0;
  font-size: 12px;
}
.cmn-header--tel_link {
  display: flex;
  font-size: 23px;
    letter-spacing: -0.02em;
  font-weight: bold;
  align-items: flex-start;
  color: #fff;
  background: url(../img/common/freecall_white.png) no-repeat left top 12px;
  background-size: 20px auto;
  padding: 0 0 0 23px;
}
.cmn-header--tel_link:visited {
  color: #fff;
}
.cmn-header--tel_time {
  font-size: 15px;
  display: block;
  text-align: center;
}

.top-main_visual--flower {
  width: 62px;
  position: absolute;
  bottom: -7px;
  right: -1px;
  display: block;
}

.cmn-wrap {
  /*	width: 1400px;*/
  margin: 100px auto 0 auto;
  padding: 0 0 69px 0;
  background: url(../img/top/top_1@2x.png) no-repeat top 560px left 90px/315px 194px, url(../img/top/top_2@2x.png) no-repeat top 960px right 150px/285px 239px, url(../img/top/top_3@2x.png) no-repeat bottom left 90px/325px 425px;
}
@media (max-width: 750px) {
  .cmn-wrap {
    width: 100%;
    margin: 0;
    padding: 0 0 99px 0;
    background: url(../img/top/top_3@2x.png) no-repeat bottom left 0/30%;
  }
}
@media print {
  .cmn-wrap {
    width: 100%;
    margin: 0;
    padding: 0 0 99px 0;
    background: url(../img/top/top_3@2x.png) no-repeat bottom left 0/30%;
  }
}

.cmn-header--telbox {
  width: 185px;
  height: 185px;
  border-radius: 90px;
  background: rgba(67, 177, 73, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 60px;
  padding: 28px 0 0 0;
  position: absolute;
  right: 0;
}

.slick-dotted.slick-slider {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .slick-dotted.slick-slider {
    width: 100%;
    margin: 0;
  }
}
@media print {
  .slick-dotted.slick-slider {
    width: 100%;
    margin: 0;
  }
}

.seian_top-main_visual--telbox {
  background: #5DAF40;
  color: #fff;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 0 0;
  padding: 10px 0 6px 0;
  display: none;
  position: relative;
}

@media (max-width: 750px) {
  .seian_top-main_visual--telbox {
    display: flex;
  }
}
@media print {
  .seian_top-main_visual--telbox {
    display: flex;
  }
}
.seian_top-main_visual--tel_description {
  margin: 0 0 0 0;
  font-size: 12px;
}

.seian_top-main_visual--tel_link {
  display: flex;
  font-size: 26px;
  font-weight: bold;
  align-items: flex-start;
  color: #fff;
  background: url("../img/common/freecall_white.png") no-repeat left top 13px;
  background-size: 24px auto;
  padding: 0 0 0 28px;
}

.seian_top-main_visual--tel_link:visited {
  color: #fff;
}

@media (max-width: 750px) {
  .seian_top-main_visual--sp_content {
    padding: 0 22px;
    position: relative;
  }
}
.seian_top-main_visual--flower {
  position: absolute;
  right: 35px;
  top: 40px;
  width: 50px;
  height: auto;
  display: none;
}

@media (max-width: 750px) {
  .seian_top-main_visual--flower {
    display: block;
  }
}
@media print {
  .seian_top-main_visual--flower {
    display: block;
  }
}
.m-content {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .m-content {
    width: 100%;
    padding: 0 20px 30px 20px;
  }
}
@media print {
  .m-content {
    width: 100%;
    padding: 0 20px 30px 20px;
  }
}

.whiteBox {
  width: 500px;
  padding: 30px;
  font-size: 13px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
@media (max-width: 750px) {
  .whiteBox {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 30px 0 0 0;
    border: none;
    background: none;
  }
}
@media print {
  .whiteBox {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 30px 0 0 0;
    border: none;
    background: none;
  }
}
.whiteBox h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Noto Serif', serif;
  text-align: center;
}
.whiteBox ul {
  margin: 20px 0;
}
.whiteBox ul li {
  font-size: 15px;
  color: #0168B3;
  text-indent: -1em;
  padding-left: 1em;
}

.topBox01 {
  padding: 56px 0 70px 0;
  background: url(../img/top/top_title_1@2x.png) no-repeat top right;
  background-size: 470px;
}
@media (max-width: 750px) {
  .topBox01 {
    padding: 0;
    background: none;
  }
}
@media print {
  .topBox01 {
    padding: 0;
    background: none;
  }
}

.topBox02 {
  min-height: 530px;
  padding: 70px 0 160px 380px;
  background: url(../img/top/top_title_2@2x.png) no-repeat left bottom;
  background-size: 510px;
}
@media (max-width: 750px) {
  .topBox02 {
    padding: 0;
    background: none;
  }
}
@media print {
  .topBox02 {
    padding: 0;
    background: none;
  }
}

.whiteBox .btnBtn {
  width: 190px;
  margin: 20px auto 0 auto;
  position: relative;
}
.whiteBox .btnBtn::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/common/link_icon_finger.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: -20px;
}
.whiteBox .btnBtn::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #ccc;
  display: block;
  margin-left: .4em;
  position: absolute;
  top: 20px;
  right: 0;
  width: 20px;
}
.whiteBox .btnBtn span {
  width: 180px;
  padding: 10px 0;
  font-size: 13px;
  color: #FFFFFF;
  border: 1px solid #AED79F;
  display: block;
  align-items: center;
  text-align: center;
  background: #5DAF40;
}

.whiteBox .btnTop {
  width: 190px;
  margin: 20px auto 0 auto;
  position: relative;
}
.whiteBox .btnTop::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/common/link_icon_finger.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: -20px;
  z-index: 999;
}
.whiteBox .btnTop::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #AED79F;
  display: block;
  margin-left: .4em;
  position: absolute;
  top: 20px;
  right: 0;
  width: 20px;
}
.whiteBox .btnTop a {
  width: 180px;
  padding: 10px 0;
  font-size: 13px;
  border: 1px solid #AED79F;
  display: block;
  align-items: center;
  text-align: center;
  background: #5DAF40;
  color: #FFFFFF;
}

.whiteBox .btnTop {
  height: 40px;
}
.whiteBox .btnTop li {
  text-indent: inherit;
  padding-left: inherit;
}
.whiteBox .btnTop li ul {
  margin: 0;
  padding: 0;
}

.whiteBox .btnTop li:hover > ul > li {
  height: 40px;
  opacity: 1;
  overflow: visible;
}

.whiteBox .btnTop li li {
  opacity: 0;
  overflow: hidden;
  text-align: center;
  transition: opacity .5s;
}

.whiteBox .btnTop li li a {
  border-top: none;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
}

.whiteBox .btnTop li li a:hover {
  color: #ACACAC;
}

.whiteBox .btnTop li ul {
  padding: 0;
}

.whiteBox .btnTop li:hover > ul > li {
  opacity: 1;
  overflow: visible;
}

.bnBox {
  width: 770px;
  margin: 100px auto 0 auto;
}
@media (max-width: 750px) {
  .bnBox {
    width: 280px;
    margin: 30px auto 0 auto;
  }
}
@media print {
  .bnBox {
    width: 280px;
    margin: 30px auto 0 auto;
  }
}
.bnBox ul li {
  margin: 0 80px 0 0;
  position: relative;
}
@media (max-width: 750px) {
  .bnBox ul li {
    margin: 0 0 20px 0;
  }
}
@media print {
  .bnBox ul li {
    margin: 0 0 20px 0;
  }
}
.bnBox ul li:last-child {
  margin: 0;
}
.bnBox ul li .bnBox_flower {
  width: 110px;
  position: absolute;
  right: -50px;
  bottom: -10px;
}
@media (max-width: 750px) {
  .bnBox ul li .bnBox_flower {
    width: 90px;
    right: -20px;
  }
}
@media print {
  .bnBox ul li .bnBox_flower {
    width: 90px;
    right: -20px;
  }
}
.bnBox ul li a {
  width: 344px;
  height: 230px;
  padding: 130px 0 0 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media (max-width: 750px) {
  .bnBox ul li a {
    width: 280px;
    height: 187px;
    padding: 100px 0 0 0;
    font-size: 20px;
  }
}
@media print {
  .bnBox ul li a {
    width: 280px;
    height: 187px;
    padding: 100px 0 0 0;
    font-size: 20px;
  }
}
.bnBox ul li:first-child a {
  color: #fff;
  background: url(../img/top/top_button_1@2x.png) no-repeat;
  background-size: cover;
}
.bnBox ul li:first-child a .sub {
  font-size: 15px;
  color: #2CA7A2;
}
@media (max-width: 750px) {
  .bnBox ul li:first-child a .sub {
    font-size: 12px;
  }
}
@media print {
  .bnBox ul li:first-child a .sub {
    font-size: 12px;
  }
}
.bnBox ul li:nth-child(2) a {
  color: #fff;
  background: url(../img/top/top_button_2@2x.png) no-repeat;
  background-size: cover;
}
.bnBox ul li:nth-child(2) a .sub {
  font-size: 15px;
  color: #3A89C7;
}
@media (max-width: 750px) {
  .bnBox ul li:nth-child(2) a .sub {
    font-size: 12px;
  }
}
@media print {
  .bnBox ul li:nth-child(2) a .sub {
    font-size: 12px;
  }
}

.mapBox {
  width: 750px;
  margin: 114px auto 0 auto;
  padding: 30px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
@media (max-width: 750px) {
  .mapBox {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0;
    border: none;
  }
}
@media print {
  .mapBox {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0;
    border: none;
  }
}
.mapBox h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: normal;
}
.mapBox ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 34px;
  line-height: 30px;
}
.mapBox ul li.iconSeian {
  background: url(../img/top/icon_list_seian.png) no-repeat left center/28px 30px;
}
.mapBox .map {
  width: 450px;
  height: 300px;
  margin: 0 0 0 30px;
}
@media (max-width: 750px) {
  .mapBox .map {
    width: 100%;
    margin: 0;
  }
}
@media print {
  .mapBox .map {
    width: 100%;
    margin: 0;
  }
}
.mapBox iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Delighters */
.lSlide.delighter {
  transition: all .9s ease-out;
  transform: translateX(-60%);
  opacity: 0;
}

.lSlide.delighter.started {
  transform: none;
  opacity: 1;
}

.rSlide.delighter {
  transition: all .9s ease-out;
  transform: translateX(60%);
  opacity: 0;
}

.rSlide.delighter.started {
  transform: none;
  opacity: 1;
}

/*# sourceMappingURL=top.css.map */
.youtube{
	margin-bottom: 100px;
}
.youtube iframe{
	margin: 0 auto;
	display: block;
	width: 560px;
	height: 315px;
}
@media (max-width: 750px) {
.youtube{
	margin-top: 50px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}	
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}

/*新着情報*/
#news {
  width: 100%;
  margin: 100px auto;
}
#news h2 {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.5em;
}
#news iframe {
  width: 100%;
}


