@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.youtube {
  margin: auto;
  text-align: center; }

.youtube iframe {
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .youtube iframe {
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto; } }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

.sliderA, .sliderB, .sliderC, .sliderD {
  opacity: 0;
  transition: opacity .25s ease; }

.sliderA.slick-initialized, .sliderB.slick-initialized, .sliderC.slick-initialized, .sliderD.slick-initialized {
  opacity: 1; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*
@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}
*/
.animated {
  opacity: 0; }

/*背景ベージュ*/
/*薄い紫*/
/*グリーン*/
/*濃い紫*/
/*ボーダーの色*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif, -apple-system;
  letter-spacing: 2px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "fot-tsukuardgothic-std", sans-serif; }

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }

@media print, screen and (min-width: 992px) {
  .spbr {
    display: none; } }

.common-btn {
  margin: 20px auto 0;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: bold;
    border-radius: 20px;
    background-color: #c46a9a;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #c782ac;
    text-decoration: none;
    text-align: center; }

.common-btn1 {
  margin: 20px auto 0;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn1 {
      width: 80%; } }
  .common-btn1 a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-size: 0.8rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: bold;
    border-radius: 15px;
    background-color: #b6cc7f;
    text-decoration: none;
    text-align: center;
    letter-spacing: 5px; }
  .common-btn1 span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-size: 0.8rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: bold;
    border-radius: 15px;
    background-color: #b6cc7f;
    text-decoration: none;
    text-align: center;
    letter-spacing: 5px; }

.common-back {
  margin: 50px auto 30px;
  width: 30%; }
  @media print, screen and (max-width: 991px) {
    .common-back {
      width: 70%;
      margin: 50px auto 0; } }
  .common-back a {
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: bold;
    border-radius: 20px;
    background-color: #c46a9a;
    text-decoration: none;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      .common-back a {
        font-size: 1.2rem; } }
  .common-back span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #c782ac;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  @media print, screen and (max-width: 991px) {
    .pagetop {
      display: none; } }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #c782ac;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    background-color: #ece3d8;
    height: 70px;
    width: 100%;
    /*絶対必要*/
    padding: 0 10px; }
    #header-fixed header h1 {
      padding: 0 10px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header h1 {
          padding: 5px 10px; } }
      #header-fixed header h1 img {
        height: 50px; }
    #header-fixed header .headmenuarea {
      position: absolute;
      right: 320px;
      top: 10px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header .headmenuarea {
          right: 220px; } }
      #header-fixed header .headmenuarea ul {
        margin-top: 10px; }
        #header-fixed header .headmenuarea ul li {
          text-align: center;
          list-style: none;
          padding: 0 20px;
          margin: auto;
          float: left;
          font-size: 1.0rem;
          font-family: "fot-tsukuardgothic-std", sans-serif;
          font-weight: bold; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #header-fixed header .headmenuarea ul li {
              padding: 0 10px;
              font-size: 0.9rem; } }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #4d4d4d;
            text-decoration: none;
            display: block;
            padding: 3px 0;
            display: inline-block;
            border-bottom: 2px solid #c782ac; }
          #header-fixed header .headmenuarea ul li span {
            font-size: 0.8rem; }
    #header-fixed header .headtel {
      position: absolute;
      right: 20px;
      top: 15px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headtel {
          display: none; } }
      #header-fixed header .headtel img {
        height: 40px;
        margin-top: -5px; }
      #header-fixed header .headtel a {
        font-size: 1.6rem;
        color: #4d4d4d;
        font-family: "fot-tsukuardgothic-std", sans-serif;
        font-weight: bold;
        letter-spacing: 0; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #header-fixed header .headtel a {
            font-size: 1.2rem; } }
      #header-fixed header .headtel a:hover {
        text-decoration: none; }
    #header-fixed header .telbtn {
      position: absolute;
      right: 70px;
      top: 10px;
      z-index: 10000; }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .telbtn {
          display: none; } }
      #header-fixed header .telbtn a {
        display: block;
        background-color: #c46a9a;
        width: 50px;
        height: 50px;
        padding-top: 7px;
        text-align: center; }
        #header-fixed header .telbtn a i {
          font-size: 1.6rem;
          color: #fff; }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

/*#header-fixed.home{
	header{
		display: none;
	}
		

	.is-animation {
		position: fixed;
		display: block!important;
		
		
	}
}*/
#spnavi {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10000; }
  @media print, screen and (min-width: 992px) {
    #spnavi {
      display: none; } }

#spmenu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  display: block; }
  @media print, screen and (min-width: 992px) {
    #spmenu {
      display: none; } }

/*! ==================================================
　content 共通
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

.contentstitle {
  text-align: center;
  margin: auto;
  padding: 80px 15px 50px; }
  @media print, screen and (max-width: 991px) {
    .contentstitle {
      padding: 50px 15px 50px; } }
  .contentstitle h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1.0;
    letter-spacing: 10px;
    background-image: url(../imgs/flower3.png);
    padding-bottom: 80px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 150px; }
    @media print, screen and (max-width: 991px) {
      .contentstitle h2 {
        font-size: 2.8rem;
        letter-spacing: 5px;
        line-height: 1.5; } }
    .contentstitle h2 span {
      border-top: 2px solid #c782ac;
      font-size: 1.0rem;
      display: inline-block;
      padding-top: 20px; }

.boxstyle {
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  background-image: linear-gradient(180deg, #f0f0f0, white, white, white, white, white); }

/*! ==================================================
　HOME
=================================================== */
#home {
  /*#homeheadtitle{
  	background-color:$color1;
  	height:70px;
  	h1{
  		padding:0 10px;
  		img{
  			height:50px;
  		}
  	}
  }*/ }
  #home #homehead {
    /*.homemenuarea{
    	opacity: 0;
    	margin-bottom: 60px;
    	background-color:$color;
    	padding:20px 15px 20px;
    	height:60px;
    	@include media(xs-md){
    		display: none;
    	}
    	ul{
    		
    		li{
    			text-align: center;
    			list-style: none;
    			padding:1px!important;
    			margin:auto;
    			@include media(xs-sm){
    				font-size: 0.7rem;
    			}
    			a{
    				text-align: center;
    				color:#fff;
    				text-decoration: none;
    				
    			}
    			a:hover{
    				opacity: 1;
    				
    			}
    		}
    		
    	}
    	
    	
    }*/ }
    @media print, screen and (max-width: 991px) {
      #home #homehead {
        padding-top: 60px; } }
    #home #homehead #topslide {
      overflow: hidden;
      position: relative;
      /*.slick-dotted.slick-slider{
      	margin-bottom:0;
      }*/ }
      #home #homehead #topslide ul.slick-dots {
        bottom: 20px; }
      #home #homehead #topslide .sliderbox img {
        overflow: hidden;
        height: 920px;
        width: 100%;
        object-fit: cover; }
        @media print, screen and (max-width: 575px) {
          #home #homehead #topslide .sliderbox img {
            max-width: 100%;
            /*画像中央ぞろえで必要*/
            height: 400px;
            /*画像中央ぞろえで必要*/
            object-fit: cover;
            /*画像中央ぞろえで必要*/
            margin: 0 auto;
            /*画像中央ぞろえで必要*/ } }
        @media print, screen and (min-width: 576px) and (max-width: 991px) {
          #home #homehead #topslide .sliderbox img {
            height: 800px; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #homehead #topslide .sliderbox img {
            height: 800px; } }
      #home #homehead #topslide .txt {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
        @media print, screen and (max-width: 767px) {
          #home #homehead #topslide .txt {
            width: 90%; } }
  #home #headmsg {
    margin: auto;
    padding: 10px 15px 150px;
    position: relative; }
    @media print, screen and (min-width: 992px) {
      #home #headmsg {
        width: 80%;
        padding: 100px 20px 100px; } }
    @media print, screen and (max-width: 767px) {
      #home #headmsg {
        margin-top: 20px; } }
    #home #headmsg p {
      text-align: center;
      font-size: 1.1rem;
      line-height: 2.5;
      padding-top: 20px;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #home #headmsg p {
          font-size: 0.9rem;
          letter-spacing: 1px; } }
    #home #headmsg .flower1 {
      position: absolute;
      left: 5%; }
      @media print, screen and (max-width: 991px) {
        #home #headmsg .flower1 {
          bottom: 10%; } }
      @media print, screen and (min-width: 992px) {
        #home #headmsg .flower1 {
          top: 25%; } }
      #home #headmsg .flower1 img {
        width: 150px; }
        @media print, screen and (max-width: 991px) {
          #home #headmsg .flower1 img {
            width: 80px; } }
    #home #headmsg .flower2 {
      position: absolute;
      bottom: 15%;
      right: 5%; }
      @media print, screen and (max-width: 991px) {
        #home #headmsg .flower2 {
          bottom: 10%; } }
      #home #headmsg .flower2 img {
        width: 150px; }
        @media print, screen and (max-width: 991px) {
          #home #headmsg .flower2 img {
            width: 80px; } }
  #home #plan {
    background-color: #ece3d8;
    padding-top: 50px;
    padding-bottom: 80px; }
    #home #plan a:hover {
      text-decoration: none !important; }
    #home #plan .box1 {
      padding: 20px;
      text-align: center;
      margin-top: 20px; }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #plan .box1 {
          padding: 20px 10px; } }
      #home #plan .box1 h3 {
        font-weight: bold;
        margin: 15px 0 0;
        font-size: 2.0rem;
        color: #4d4d4d; }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #home #plan .box1 h3 {
            font-size: 1.6rem; } }
      #home #plan .box1 p.hosokutxt {
        color: #4d4d4d;
        font-size: 0.8rem;
        font-family: "fot-tsukuardgothic-std", sans-serif;
        font-weight: bold;
        margin: 15px; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #plan .box1 p.hosokutxt {
            letter-spacing: 0; } }
      #home #plan .box1 p.pricetxt {
        font-size: 1.8rem;
        font-family: "fot-tsukuardgothic-std", sans-serif;
        font-weight: bold;
        line-height: 1.0;
        margin-bottom: 15px;
        color: #c46a9a; }
        #home #plan .box1 p.pricetxt .span1 {
          font-size: 1.4rem; }
        #home #plan .box1 p.pricetxt .span2 {
          font-size: 0.7rem; }
        #home #plan .box1 p.pricetxt .span3 {
          font-size: 0.9rem; }
    #home #plan .plasmark {
      font-size: 4.0rem;
      text-align: center;
      margin: 20px 0; }
    #home #plan .box2 {
      padding: 40px;
      text-align: center;
      position: relative; }
      @media print, screen and (max-width: 991px) {
        #home #plan .box2 {
          padding: 50px 20px 100px; } }
      @media print, screen and (max-width: 991px) {
        #home #plan .box2 .pc {
          display: none; } }
      @media print, screen and (min-width: 992px) {
        #home #plan .box2 .sp {
          display: none; } }
      #home #plan .box2 .monk {
        position: absolute;
        right: 5%;
        bottom: 10%; }
        #home #plan .box2 .monk img {
          width: 150px; }
          @media print, screen and (max-width: 991px) {
            #home #plan .box2 .monk img {
              width: 70px; } }
    #home #plan .box3 {
      margin-top: 50px;
      padding: 30px 50px;
      position: relative; }
      @media print, screen and (max-width: 991px) {
        #home #plan .box3 {
          padding: 0 15px; } }
      #home #plan .box3 .plantitlebox {
        border-bottom: 5px solid #c46a9a;
        padding: 30px 0 20px; }
        #home #plan .box3 .plantitlebox h3 {
          padding: 10px 0 10px 100px;
          font-size: 3.0rem;
          font-weight: bold;
          background-image: url(../imgs/flower4.png);
          background-repeat: no-repeat;
          background-position: left center;
          background-size: 80px; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #home #plan .box3 .plantitlebox h3 {
              font-size: 2.6rem; } }
          @media print, screen and (max-width: 991px) {
            #home #plan .box3 .plantitlebox h3 {
              padding: 10px 0 10px 0;
              font-size: 2.2rem;
              background-size: 50px;
              letter-spacing: 0;
              text-align: center; } }
          #home #plan .box3 .plantitlebox h3 img {
            width: 90px;
            display: inline-block; }
            @media print, screen and (max-width: 991px) {
              #home #plan .box3 .plantitlebox h3 img {
                width: 40px; } }
            @media print, screen and (min-width: 992px) and (max-width: 1199px) {
              #home #plan .box3 .plantitlebox h3 img {
                margin-top: 15px; } }
        @media print, screen and (max-width: 991px) {
          #home #plan .box3 .plantitlebox h3.kazokusou {
            padding-left: 50px; } }
        #home #plan .box3 .plantitlebox p.price {
          font-size: 2.6rem;
          font-family: "fot-tsukuardgothic-std", sans-serif;
          font-weight: bold;
          line-height: 1.0;
          margin-bottom: 15px;
          color: #c46a9a; }
          @media print, screen and (max-width: 991px) {
            #home #plan .box3 .plantitlebox p.price {
              font-size: 2.0rem;
              text-align: center; } }
          #home #plan .box3 .plantitlebox p.price .span1 {
            font-size: 2.0rem; }
          #home #plan .box3 .plantitlebox p.price .span2 {
            font-size: 0.7rem; }
          #home #plan .box3 .plantitlebox p.price .span3 {
            font-size: 1.4rem; }
        #home #plan .box3 .plantitlebox p.pricetxt {
          font-size: 1.1rem;
          font-family: "fot-tsukuardgothic-std", sans-serif;
          font-weight: bold; }
          @media print, screen and (max-width: 991px) {
            #home #plan .box3 .plantitlebox p.pricetxt {
              font-size: 0.9rem;
              text-align: center; } }
      #home #plan .box3 .plancontents dl {
        border-bottom: 2px dotted #b8b8b8;
        padding: 30px 5px; }
        #home #plan .box3 .plancontents dl dt span {
          display: block;
          text-align: center;
          color: #fff;
          background-color: #b6cc7f;
          border-radius: 15px;
          padding: 3px 15px;
          font-size: 1.0rem;
          font-family: "fot-tsukuardgothic-std", sans-serif;
          font-weight: bold; }
          @media print, screen and (max-width: 991px) {
            #home #plan .box3 .plancontents dl dt span {
              margin-bottom: 15px;
              font-size: 1.2rem; } }
        #home #plan .box3 .plancontents dl dd {
          font-size: 1.0rem;
          line-height: 2.5; }
          @media print, screen and (max-width: 991px) {
            #home #plan .box3 .plancontents dl dd {
              line-height: 2.0; } }
          #home #plan .box3 .plancontents dl dd .txt1 {
            color: #c46a9a; }
          @media print, screen and (max-width: 991px) {
            #home #plan .box3 .plancontents dl dd figure {
              margin-top: 15px; } }
          #home #plan .box3 .plancontents dl dd figcaption {
            padding-top: 15px;
            line-height: 1.5;
            padding-bottom: 20px; }
            @media print, screen and (max-width: 991px) {
              #home #plan .box3 .plancontents dl dd figcaption {
                font-size: 0.8rem; } }
    #home #plan .box4 {
      margin-top: 50px;
      padding: 40px;
      position: relative; }
      @media print, screen and (max-width: 991px) {
        #home #plan .box4 {
          padding: 30px 15px 150px; } }
      #home #plan .box4 ul {
        width: 60%;
        margin: 20px auto 0; }
        @media print, screen and (max-width: 991px) {
          #home #plan .box4 ul {
            width: 90%; } }
        #home #plan .box4 ul li {
          border-bottom: 2px dotted #b8b8b8;
          text-align: left;
          line-height: 2.0;
          padding: 20px 0;
          font-size: 1.2rem;
          list-style-position: inside; }
          @media print, screen and (max-width: 991px) {
            #home #plan .box4 ul li {
              font-size: 1.0rem;
              letter-spacing: 0; } }
      @media print, screen and (max-width: 991px) {
        #home #plan .box4 .pc {
          display: none; } }
      @media print, screen and (min-width: 992px) {
        #home #plan .box4 .sp {
          display: none; } }
      #home #plan .box4 .monk {
        position: absolute;
        right: 5%;
        bottom: 10%; }
        @media print, screen and (max-width: 991px) {
          #home #plan .box4 .monk {
            bottom: 5%; } }
        #home #plan .box4 .monk img {
          width: 150px; }
          @media print, screen and (max-width: 991px) {
            #home #plan .box4 .monk img {
              width: 70px; } }
    #home #plan .box5 {
      margin-top: 50px;
      padding: 40px;
      text-align: center; }
      @media print, screen and (max-width: 991px) {
        #home #plan .box5 {
          padding: 30px 15px 50px; } }
      #home #plan .box5 h3 {
        font-size: 3.0rem;
        background-color: #b6cc7f;
        font-weight: bold;
        color: #fff;
        border-radius: 20px;
        padding: 20px 70px;
        text-align: center;
        display: inline-block;
        letter-spacing: 10px; }
        @media print, screen and (max-width: 991px) {
          #home #plan .box5 h3 {
            font-size: 1.6rem;
            letter-spacing: 5px;
            padding: 20px 40px; } }
      #home #plan .box5 .txt1 {
        font-size: 1.8rem;
        font-weight: bold;
        font-family: "fot-tsukuardgothic-std", sans-serif;
        color: #c46a9a;
        padding-top: 20px;
        line-height: 1.2; }
        @media print, screen and (max-width: 991px) {
          #home #plan .box5 .txt1 {
            font-size: 1.8rem; } }
        #home #plan .box5 .txt1 .span1 {
          font-size: 2.0rem; }
          @media print, screen and (max-width: 991px) {
            #home #plan .box5 .txt1 .span1 {
              font-size: 1.6rem; } }
        #home #plan .box5 .txt1 .span2 {
          font-size: 2.8rem; }
        #home #plan .box5 .txt1 .span3 {
          font-size: 1.4rem; }
          @media print, screen and (max-width: 991px) {
            #home #plan .box5 .txt1 .span3 {
              font-size: 1.2rem; } }
      #home #plan .box5 .txt2 {
        font-size: 1.2rem;
        padding-top: 15px; }
      #home #plan .box5 .txt3 {
        font-size: 1.0rem;
        padding-top: 20px;
        letter-spacing: 2px;
        line-height: 2.0; }
        @media print, screen and (max-width: 991px) {
          #home #plan .box5 .txt3 {
            font-size: 0.9rem; } }
        #home #plan .box5 .txt3 span {
          color: #c46a9a;
          font-weight: bold; }
      #home #plan .box5 .teltxt {
        font-size: 1.4rem;
        font-weight: bold;
        font-family: "fot-tsukuardgothic-std", sans-serif;
        color: #c46a9a;
        padding-top: 20px;
        line-height: 2.0; }
        @media print, screen and (max-width: 991px) {
          #home #plan .box5 .teltxt {
            font-size: 1.2rem; } }
        #home #plan .box5 .teltxt a {
          color: #c46a9a;
          font-size: 1.6rem; }
        #home #plan .box5 .teltxt a:hover {
          text-decoration: none; }
  #home #footmsg {
    margin: auto;
    background-color: #fff;
    padding: 100px 20px 100px;
    position: relative; }
    @media print, screen and (max-width: 767px) {
      #home #footmsg {
        margin-top: 20px;
        padding: 50px 15px 100px; } }
    @media print, screen and (min-width: 992px) {
      #home #footmsg .footphoto {
        width: 60%;
        margin: auto; } }
    #home #footmsg p {
      text-align: center;
      font-size: 1.1rem;
      line-height: 2.5;
      padding-top: 50px;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #home #footmsg p {
          font-size: 0.9rem;
          letter-spacing: 0; } }
    #home #footmsg .flower1 {
      position: absolute;
      bottom: 25%;
      left: 5%; }
      @media print, screen and (max-width: 991px) {
        #home #footmsg .flower1 {
          bottom: 5%; } }
      #home #footmsg .flower1 img {
        width: 150px; }
        @media print, screen and (max-width: 991px) {
          #home #footmsg .flower1 img {
            width: 80px; } }
    #home #footmsg .flower2 {
      position: absolute;
      bottom: 15%;
      right: 5%; }
      @media print, screen and (max-width: 991px) {
        #home #footmsg .flower2 {
          bottom: 5%; } }
      #home #footmsg .flower2 img {
        width: 150px; }
        @media print, screen and (max-width: 991px) {
          #home #footmsg .flower2 img {
            width: 80px; } }

/*! ==================================================
　ihinseiri
=================================================== */
#ihinseiri .ptitlearea {
  position: relative; }
  #ihinseiri .ptitlearea img.headimg {
    object-fit: cover;
    object-position: center;
    height: 800px; }
    @media print, screen and (max-width: 767px) {
      #ihinseiri .ptitlearea img.headimg {
        height: 300px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #ihinseiri .ptitlearea img.headimg {
        height: 500px; } }
  #ihinseiri .ptitlearea h2 {
    position: absolute;
    top: 50%;
    left: 5%;
    display: inline-block; }
    @media print, screen and (max-width: 767px) {
      #ihinseiri .ptitlearea h2 {
        width: 280px; } }
    @media print, screen and (max-width: 767px) {
      #ihinseiri .ptitlearea h2 img {
        width: 280px; } }
#ihinseiri #headmsg {
  padding: 60px 50px 200px;
  position: relative; }
  @media print, screen and (max-width: 991px) {
    #ihinseiri #headmsg {
      padding: 30px 10px 200px; } }
  #ihinseiri #headmsg h3 {
    color: #c46a9a;
    font-size: 3.0rem;
    text-align: center;
    line-height: 1.5;
    font-weight: bold; }
    @media print, screen and (max-width: 991px) {
      #ihinseiri #headmsg h3 {
        font-size: 1.8rem;
        letter-spacing: 0; } }
  #ihinseiri #headmsg p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.5;
    padding-top: 20px;
    letter-spacing: 5px; }
    @media print, screen and (max-width: 767px) {
      #ihinseiri #headmsg p {
        font-size: 0.9rem;
        letter-spacing: 0; } }
  #ihinseiri #headmsg .flower1 {
    position: absolute;
    left: 5%; }
    @media print, screen and (max-width: 991px) {
      #ihinseiri #headmsg .flower1 {
        bottom: 10%; } }
    @media print, screen and (min-width: 992px) {
      #ihinseiri #headmsg .flower1 {
        top: 25%; } }
    #ihinseiri #headmsg .flower1 img {
      width: 150px; }
      @media print, screen and (max-width: 991px) {
        #ihinseiri #headmsg .flower1 img {
          width: 80px; } }
  #ihinseiri #headmsg .flower2 {
    position: absolute;
    bottom: 15%;
    right: 5%; }
    @media print, screen and (max-width: 991px) {
      #ihinseiri #headmsg .flower2 {
        bottom: 10%; } }
    #ihinseiri #headmsg .flower2 img {
      width: 150px; }
      @media print, screen and (max-width: 991px) {
        #ihinseiri #headmsg .flower2 img {
          width: 80px; } }
#ihinseiri #flow {
  background-color: #ece3d8;
  padding-top: 50px;
  padding-bottom: 80px; }
  #ihinseiri #flow .box1 {
    padding: 40px 80px 50px; }
    @media print, screen and (max-width: 767px) {
      #ihinseiri #flow .box1 {
        padding: 20px 20px; } }
    #ihinseiri #flow .box1 h3 {
      padding: 15px 0;
      font-size: 2.6rem;
      font-weight: bold;
      border-bottom: 5px solid #c46a9a; }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #ihinseiri #flow .box1 h3 {
          font-size: 1.8rem;
          letter-spacing: 2px; } }
      @media print, screen and (max-width: 767px) {
        #ihinseiri #flow .box1 h3 {
          font-size: 1.4rem;
          letter-spacing: 1px; } }
    #ihinseiri #flow .box1 p {
      font-size: 1.1rem;
      line-height: 2.0;
      padding-top: 20px;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #ihinseiri #flow .box1 p {
          font-size: 1.0rem;
          letter-spacing: 2px; } }
    #ihinseiri #flow .box1 ul {
      margin: 20px; }
      #ihinseiri #flow .box1 ul li {
        padding: 15px 0 0; }
  #ihinseiri #flow .yajirushi {
    text-align: center; }
    #ihinseiri #flow .yajirushi img {
      margin: 30px auto; }
      @media print, screen and (max-width: 767px) {
        #ihinseiri #flow .yajirushi img {
          width: 50px; } }

/*! ==================================================
　company
=================================================== */
#company .ptitlearea {
  position: relative; }
  #company .ptitlearea img.headimg {
    object-fit: cover;
    object-position: center;
    height: 800px; }
    @media print, screen and (max-width: 767px) {
      #company .ptitlearea img.headimg {
        height: 300px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #company .ptitlearea img.headimg {
        height: 500px; } }
  #company .ptitlearea h2 {
    position: absolute;
    top: 50%;
    right: 5%;
    display: inline-block; }
    @media print, screen and (max-width: 767px) {
      #company .ptitlearea h2 {
        width: 280px; } }
    @media print, screen and (max-width: 767px) {
      #company .ptitlearea h2 img {
        width: 280px; } }
#company .contentstitle {
  margin-top: 50px; }
#company .messagetxt {
  padding: 15px 15px 50px; }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #company .messagetxt {
      width: 80%;
      margin: auto; } }
  @media print, screen and (min-width: 1200px) {
    #company .messagetxt {
      width: 60%;
      margin: auto; } }
  #company .messagetxt p {
    padding-top: 30px;
    line-height: 2.0; }
  #company .messagetxt .daihyotxt {
    margin-top: 50px; }
    @media print, screen and (max-width: 767px) {
      #company .messagetxt .daihyotxt {
        margin: auto;
        text-align: center; } }
    #company .messagetxt .daihyotxt img.daihyoimg {
      width: 143px;
      margin: 15px; }
    #company .messagetxt .daihyotxt p {
      padding-top: 50px; }
      @media print, screen and (max-width: 767px) {
        #company .messagetxt .daihyotxt p {
          padding-top: 15px;
          font-size: 0.8rem;
          letter-spacing: 0; } }
#company .companyarea {
  background-color: #ece3d8;
  padding-bottom: 50px; }
  #company .companyarea .box1 {
    padding: 40px 80px 50px; }
    @media print, screen and (max-width: 767px) {
      #company .companyarea .box1 {
        padding: 20px 20px; } }
  #company .companyarea dl {
    border-bottom: 2px dotted #b8b8b8;
    padding: 30px 5px; }
    #company .companyarea dl dt span {
      display: block;
      text-align: center;
      color: #fff;
      background-color: #b6cc7f;
      border-radius: 15px;
      padding: 3px 15px;
      font-size: 1.0rem;
      font-family: "fot-tsukuardgothic-std", sans-serif;
      font-weight: bold; }
      @media print, screen and (max-width: 991px) {
        #company .companyarea dl dt span {
          margin-bottom: 15px; } }
    #company .companyarea dl dd {
      font-size: 1.0rem;
      line-height: 2.0; }
      @media print, screen and (max-width: 991px) {
        #company .companyarea dl dd {
          line-height: 2.0; } }
      #company .companyarea dl dd .txt1 {
        color: #c46a9a; }
      @media print, screen and (max-width: 991px) {
        #company .companyarea dl dd figure {
          margin-top: 15px; } }
      #company .companyarea dl dd .place1 figure {
        margin-top: 30px; }
      #company .companyarea dl dd figcaption {
        padding-top: 15px;
        line-height: 1.5;
        padding-bottom: 20px; }
        @media print, screen and (max-width: 991px) {
          #company .companyarea dl dd figcaption {
            font-size: 0.8rem; } }
      #company .companyarea dl dd a {
        color: #4d4d4d; }
      #company .companyarea dl dd a:hover {
        text-decoration: none; }

/*! ==================================================
　contact
=================================================== */
#contact .ptitlearea {
  position: relative;
  width: 100%; }
  #contact .ptitlearea img.headimg {
    object-fit: cover;
    object-position: center;
    height: 800px; }
    @media print, screen and (max-width: 767px) {
      #contact .ptitlearea img.headimg {
        height: 300px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #contact .ptitlearea img.headimg {
        height: 500px; } }
  #contact .ptitlearea h2 {
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
    @media print, screen and (max-width: 767px) {
      #contact .ptitlearea h2 {
        width: 320px;
        top: 60%; } }
    @media print, screen and (max-width: 767px) {
      #contact .ptitlearea h2 img {
        width: 320px; } }
#contact #headmsg {
  padding: 60px 50px 80px;
  position: relative; }
  @media print, screen and (max-width: 991px) {
    #contact #headmsg {
      padding: 30px 10px 50px; } }
  #contact #headmsg h3 {
    color: #c46a9a;
    font-size: 2.4rem;
    text-align: center;
    line-height: 2.0;
    font-weight: bold;
    letter-spacing: 5px; }
    @media print, screen and (max-width: 991px) {
      #contact #headmsg h3 {
        font-size: 1.3rem;
        letter-spacing: 0; } }
  #contact #headmsg p {
    text-align: center;
    font-size: 1.0rem;
    line-height: 2.0;
    padding-top: 20px;
    letter-spacing: 5px; }
    @media print, screen and (max-width: 767px) {
      #contact #headmsg p {
        font-size: 0.9rem;
        letter-spacing: 0; } }
  #contact #headmsg .muryou {
    margin: 30px auto;
    text-align: center; }
    #contact #headmsg .muryou span {
      font-size: 1.8rem;
      font-weight: bold;
      font-family: "fot-tsukuardgothic-std", sans-serif;
      width: 50%;
      background-color: #b6cc7f;
      display: inline-block;
      padding: 10px 30px;
      text-align: center;
      color: #fff;
      border-radius: 30px; }
      @media print, screen and (max-width: 991px) {
        #contact #headmsg .muryou span {
          width: 90%;
          font-size: 1.4rem; } }
  #contact #headmsg .teltxt {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    color: #c46a9a; }
    @media print, screen and (max-width: 991px) {
      #contact #headmsg .teltxt {
        font-size: 1.4rem; } }
    #contact #headmsg .teltxt a {
      color: #c46a9a;
      font-size: 2.4rem; }
    #contact #headmsg .teltxt a:hover {
      text-decoration: none; }
#contact .formback {
  background-color: #ece3d8;
  padding: 40px; }
  @media print, screen and (max-width: 991px) {
    #contact .formback {
      padding: 10px 10px 70px; } }
#contact .box1 {
  padding: 20px;
  margin-top: 20px; }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #contact .box1 {
      padding: 20px 10px; } }
  @media print, screen and (min-width: 992px) {
    #contact .box1 {
      width: 80%;
      margin: auto; } }
#contact .contactform {
  padding: 30px 15px;
  min-height: 400px;
  /*.btn_submit{
  	text-align:center;
  	margin:0 auto;
  }*/ }
  @media print, screen and (max-width: 767px) {
    #contact .contactform {
      padding: 15px 0; } }
  @media print, screen and (min-width: 992px) {
    #contact .contactform {
      width: 90%;
      margin: auto; } }
  #contact .contactform form {
    margin: 20px 0;
    padding: 10px 0; }
  #contact .contactform .form-group {
    margin: 0;
    padding: 15px 0;
    border-bottom: 2px dotted #b8b8b8; }
    #contact .contactform .form-group label {
      font-weight: bold;
      font-family: "fot-tsukuardgothic-std", sans-serif;
      font-size: 1.0rem;
      letter-spacing: 0;
      padding: 0 5px; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform .form-group input {
        font-size: 1.0rem; } }
  #contact .contactform .formback {
    background-color: #fcfcfc;
    padding: 15px 5px;
    margin-top: 15px; }
  #contact .contactform table {
    border: 1px solid #4d4d4d; }
    #contact .contactform table th {
      width: 30%;
      font-weight: bold;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid #4d4d4d; }
    #contact .contactform table td {
      width: 70%;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid #4d4d4d; }
  #contact .contactform input {
    width: 100%;
    padding: 5px;
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      #contact .contactform input {
        margin: 0 15px; } }
  #contact .contactform input[type=radio] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    padding: 25px 0; }
  #contact .contactform input[name=zipcode] {
    width: 40%;
    margin-bottom: 2px; }
  #contact .contactform input[name=age] {
    width: 40%; }
  #contact .contactform input[type=checkbox] {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 10px 0;
    vertical-align: middle; }
  #contact .contactform textarea {
    width: 100%;
    margin: 0; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform textarea {
        font-size: 1.0rem; } }
    @media print, screen and (min-width: 768px) {
      #contact .contactform textarea {
        margin: 0 15px; } }
  #contact .contactform p {
    padding: 15px; }
  #contact .contactform .btnInput {
    margin-top: 30px; }
    #contact .contactform .btnInput ul {
      font-size: 0;
      text-align: center; }
    #contact .contactform .btnInput li {
      font-size: 1rem;
      display: inline-block;
      padding: 0 10px; }
    #contact .contactform .btnInput li {
      list-style: none; }
    #contact .contactform .btnInput input {
      width: 50%;
      text-align: center;
      cursor: pointer;
      color: #fff;
      border: 1px solid #fff;
      background-color: #c46a9a;
      border-radius: 15px;
      width: 200px;
      margin: auto;
      font-family: "fot-tsukuardgothic-std", sans-serif; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .btnInput input {
          width: 100px; } }
  #contact .contactform .hissu {
    color: #c46a9a;
    font-weight: bold;
    font-size: 1.2rem; }
  #contact .contactform .alert {
    color: #c46a9a;
    font-weight: bold;
    font-size: 1.0rem; }
  @media print, screen and (max-width: 767px) {
    #contact .contactform span.alert {
      padding-left: 0; } }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　footer
=================================================== */
footer {
  background-color: #ece3d8; }
  footer #footer {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center; }
    footer #footer .name {
      margin: 20px auto; }
      footer #footer .name img {
        width: 400px; }
        @media print, screen and (max-width: 991px) {
          footer #footer .name img {
            width: 300px; } }
    footer #footer address {
      padding-top: 15px;
      font-size: 1.0rem;
      line-height: 2.0; }
      footer #footer address a {
        color: #4d4d4d; }
      footer #footer address a:hover {
        text-decoration: none; }
    @media print, screen and (max-width: 991px) {
      footer #footer .gmap {
        margin-top: 30px; } }
    footer #footer .shiharai {
      margin-top: 50px; }
      @media print, screen and (max-width: 991px) {
        footer #footer .shiharai {
          font-size: 0.8rem;
          letter-spacing: 0; } }
  footer .copyright {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #c782ac;
    color: #fff; }
    @media print, screen and (max-width: 991px) {
      footer .copyright {
        font-size: 0.7rem;
        letter-spacing: 0; } }

/*! ==================================================
　privacy
=================================================== */
/*#privacy{
	
}*/
/*! ==================================================
　sitemap
=================================================== */
/*#sitemap,#link{
	
}*/
/*! ==================================================
　その他
=================================================== */
.menulink {
  margin-top: -70px;
  padding-top: 70px; }
