@charset "UTF-8";
@import url("global.css");
.f_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body {
  --textsize: 16px;
  --titleheight:80px;
  color: #402D1A;
  --titlemb:50px;
  --dotted:12px;
  --border_ht: 8px;
  --lh_l: 2.2;
}

#container {
  padding-left: 0;
}

#blocco_header {
  position: relative;
}
#blocco_header .logo_ishiyama {
  width: 230px;
  position: absolute;
  top: 60px;
  left: 60px;
}
#blocco_header .inner {
  background-color: #96C7C1;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#blocco_header .inner .logo {
  width: 460px;
}

.pagettl {
  font-size: clamp(20px, 3.1vw, 26px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.pagettl::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 80px;
  height: 1px;
  background-color: #402D1A;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mainimg {
  text-align: center;
  margin: 5vw auto 0;
  position: relative;
  z-index: 1;
  width: 80%;
}

#bodyarea {
  padding-top: 1px;
}
#bodyarea .text {
  text-align: center;
  margin: 100px auto;
  line-height: var(--lh_l);
}
#bodyarea .text p {
  font-size: var(--textsize);
  font-weight: 500;
}
#bodyarea .text p + p {
  margin-top: 20px;
}
#bodyarea .products { /*section*/
  --gap: 6%;
  --img_ht: 73px;
  /*background-color: $color-bg;*/
  /*.titlearea {
  	.en {
  		display: flex;
  		justify-content: center;
  		align-items: center;
  		column-gap: 30px;
  		height: var(--titleheight);
  		img {
  			height: 100%;
  		}

  		&::before, &::after {
  			content:"";
  			display: inline-block;
  			width: 125px;
  			height: 8px;
  			border-width: 3px 0 1.5px;
  			border-color: $color-black;
  			border-style: solid;
  			box-sizing: border-box;
  		}
  	}
  	.jp {
  		text-align: center;
  		margin-top: -10px;
  		margin-bottom: 60px;
  		font: {
  			size: var(--textsize);
  		}
  	}
  }*/
}
#bodyarea .products > .wrapper {
  position: relative;
  padding-top: 90px;
}
#bodyarea .products > .wrapper::before {
  content: "";
  display: block;
  background: url(../lroom/img/border.png) center center/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--border_ht);
}
#bodyarea .products .f_inner {
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
}
#bodyarea .products .f_inner .item {
  width: calc((100% - var(--gap)) / 2);
  margin-bottom: 90px;
}
#bodyarea .products .f_inner .item .ph {
  /*border-top-left-radius: 60px;
  overflow: hidden;*/
}
#bodyarea .products .f_inner .item .textarea .title {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--img_ht) 1.5em auto 1.5em 1fr;
  grid-template-columns: var(--img_ht) auto 1fr;
  grid-auto-rows: var(--img_ht);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0.5em 0;
  gap: 1.5em;
  text-align: left;
  /*&::before {
  	content:"";
  	display: block;
  	width: 100%;
  	/height: 1px;
  	background-color: $color-main;/
  	box-sizing: border-box;
  	border-bottom: 2px dotted $color-main;
  }*/
  /*&::before, &::after {
  	content:"";
  	display: inline-block;
  	height: var(--img_ht);
  }*/
}
#bodyarea .products .f_inner .item .textarea .title .jp {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  text-align: center;
  /*min-width: 150px;*/
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  font-weight: 600;
  color: #927e66;
  letter-spacing: 0.05em;
}
#bodyarea .products .f_inner .item .textarea .title .after {
  -ms-grid-column-align: end;
      justify-self: end;
  text-align: right;
  position: absolute;
}
#bodyarea .products .f_inner .item .textarea .title span {
  width: 100%;
  height: 100%;
}
#bodyarea .products .f_inner .item .textarea .title span img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#bodyarea .products .f_inner .item .textarea p:not([class]) {
  line-height: var(--lh_l);
  font-size: var(--textsize);
  font-weight: 500;
}
#bodyarea .products .f_inner .item:nth-child(1) .title::before {
  background: url(../lroom/img/list_title1_before.png) center center/contain no-repeat;
  width: var(--img_ht);
}
#bodyarea .products .f_inner .item:nth-child(1) .title::after {
  background: url(../lroom/img/list_title1_after.png) center center/contain no-repeat;
  -ms-grid-column-align: end;
      justify-self: end;
  width: var(--img_txtwd);
}
#bodyarea .products .f_inner .item:nth-child(2) .title::before {
  background: url(../lroom/img/list_title2_before.png) center center/contain no-repeat;
  width: var(--img_ht);
}
#bodyarea .products .f_inner .item:nth-child(2) .title::after {
  background: url(../lroom/img/list_title2_after.png) center center/contain no-repeat;
  -ms-grid-column-align: end;
      justify-self: end;
  width: var(--img_txtwd);
}
#bodyarea .products .f_inner .item:nth-child(3) .title::before {
  background: url(../lroom/img/list_title3_before.png) center center/contain no-repeat;
  width: var(--img_ht);
}
#bodyarea .products .f_inner .item:nth-child(3) .title::after {
  background: url(../lroom/img/list_title3_after.png) center center/contain no-repeat;
  -ms-grid-column-align: end;
      justify-self: end;
  width: var(--img_txtwd);
}
#bodyarea .products .f_inner .item:nth-child(4) .title::before {
  background: url(../lroom/img/list_title4_before.png) center center/contain no-repeat;
  width: var(--img_ht);
}
#bodyarea .products .f_inner .item:nth-child(4) .title::after {
  background: url(../lroom/img/list_title4_after.png) center center/contain no-repeat;
  -ms-grid-column-align: end;
      justify-self: end;
  width: var(--img_txtwd);
}
#bodyarea .insta {
  --img_ht: 90px;
  padding: 90px 0;
  /*
  .carouselbox {
  	--rows: 5;
  	--gap: calc((var(--rows) - 1) * 2px);

  	margin: 60px 0 80px;
  	#instafeed {
  		display: flex;
  		flex-wrap: wrap;
  		gap: 2px;
  		li {
  			width: calc((100% - var(--gap)) / var(--rows));
  			a {
  				display: block;
  				width: 100%;
  				aspect-ratio: 1 / 1;
  				img {

  				}
  			}
  		}
  	}
  }*/
}
#bodyarea .insta .wrapper {
  text-align: center;
}
#bodyarea .insta .titlearea {
  position: relative;
  margin-bottom: var(--titlemb);
}
#bodyarea .insta .titlearea::after {
  content: "";
  display: block;
  background: url(../lroom/img/border.png) center center/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: var(--border_ht);
}
#bodyarea .insta .titlearea .title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.5em 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-rows: var(--img_ht);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  /*padding: 20px 0;*/
  gap: 1.5em;
  text-align: left;
  color: #927e66;
  font-size: 30px;
  font-weight: 500;
}
#bodyarea .insta .titlearea .title .after {
  /*
  content:"";
  display: inline-block;
  background: url(../lroom/img/insta_after.png) center center / contain no-repeat;
  justify-self: end;
  width: 200px;
  height: 95px;
  */
  width: 100%;
  height: 100%;
  text-align: right;
  -ms-grid-column-align: end;
      justify-self: end;
}
#bodyarea .insta .titlearea .title .after img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#bodyarea .insta .titlearea .icon::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 114px;
  background: url(../lroom/img/insta_icon.png) center center/contain no-repeat;
}
#bodyarea .insta .titlearea .en {
  height: var(--titleheight);
}
#bodyarea .insta .titlearea .en img {
  height: 100%;
}
#bodyarea .link {
  /*margin-bottom: 100px;*/
}
#bodyarea .link p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#bodyarea .link p a {
  width: 200px;
  line-height: 66px;
  display: block;
  color: #927e66;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #927e66;
  border-radius: 15px;
  letter-spacing: 0.25em;
}
#bodyarea .link p a:hover {
  color: #fff;
  background-color: #927e66;
}
#bodyarea .access {
  background-color: #E0DCDD;
  position: relative;
}
#bodyarea .access .textarea {
  width: 45%;
  padding: 90px 5% 90px 0;
}
#bodyarea .access .textarea .data .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bodyarea .access .textarea .data .row + .row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
#bodyarea .access .textarea .data .row .th {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}
#bodyarea .access .textarea .data .row .td dl dt {
  font-weight: bold;
}
#bodyarea .access .map {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-block: 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#bodyarea .access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-slide {
  padding: 0 2.5px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 100px;
}

.slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: var(--dotted);
  height: var(--dotted);
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: var(--dotted);
  height: var(--dotted);
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  /*opacity: 1;*/
  background-color: #927e66;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: var(--dotted);
  position: absolute;
  top: 0;
  left: 0;
  width: var(--dotted);
  height: var(--dotted);
  /*content: '•';*/
  content: "";
  display: inline-block;
  text-align: center;
  /*opacity: .25;*/
  opacity: 1;
  /*color: black;*/
  background-color: rgba(146, 126, 102, 0);
  border: 1.5px solid #927e66;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

.slick-dots li.slick-active button:before {
  /*opacity: .75;*/
  opacity: 1;
  /*color: black;*/
  background-color: #927e66;
}

#formarea {
  margin-top: 100px;
}
#formarea .form_intro {
  text-align: center;
}
#formarea .form_intro p {
  margin-bottom: 20px;
}
#formarea .form_intro .caution {
  font-size: 14px;
  font-weight: bold;
}
#formarea .form_intro .caution .domain {
  display: inline-block;
  margin: 0 7px;
  line-height: 1.6;
  color: #402D1A;
}

.hissu {
  background-color: #96C7C1;
  color: #402D1A;
}

#mfp_buttons button#btn_confirm {
  background-color: #96C7C1;
  color: #402D1A;
}
#mfp_buttons button#btn_confirm:hover {
  background-color: #96C7C1;
  color: #402D1A;
}

div.mfp_buttons button#mfp_button_send {
  background-color: #96C7C1;
  color: #402D1A;
}
div.mfp_buttons button#mfp_button_send:hover {
  background-color: #96C7C1;
  color: #402D1A;
}

#blocco_footer {
  /*background-color: rgba($color-main,.2);*/
  padding: 50px 0;
  margin-top: 3px;
}
#blocco_footer .wrapper {
  text-align: center;
}
#blocco_footer .logo {
  width: 200px;
  margin: 0 auto;
}
#blocco_footer .name {
  font-weight: bold;
}
#blocco_footer .data dl dt {
  font-weight: bold;
}
.thanks #blocco_header {
  margin-bottom: 100px;
}
.thanks #blocco_header .inner {
  height: 400px;
}
.thanks .telbox {
  border: 1px solid #96C7C1;
}
.thanks .telbox .telinner > p {
  margin-bottom: 40px;
}
.thanks .telbox .telinner > p span {
  border-bottom: 1px dotted #402D1A;
  padding: 0 10px 5px;
}
.thanks .telbox .telinner dl dt {
  font-size: 20px;
  font-weight: bold;
}
.thanks .telbox .telinner dl dd .attention {
  font-size: 85%;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  .insta .wrapper.wide {
    padding: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  body {
    --textsize: 14px;
    --titleheight: 64px;
    --border_ht: 5px;
  }
  #blocco_header .logo_ishiyama {
    width: 200px;
    top: 40px;
    left: 40px;
  }
  #blocco_header .inner .logo {
    width: 400px;
  }
  .pagettl {
    margin-bottom: 50px;
  }
  .pagettl::after {
    bottom: -10px;
  }
  #bodyarea .text {
    margin: 80px auto;
  }
  #bodyarea .products { /*section*/
    --img_ht: 60px;
    padding: 20px 0 30px;
  }
  #bodyarea .products > .wrapper {
    padding-top: 60px;
  }
  #bodyarea .products .titlearea .en {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #bodyarea .products .f_inner .item {
    margin-bottom: 60px;
  }
  #bodyarea .products .f_inner .item .ph {
    border-top-left-radius: 40px;
  }
  #bodyarea .products .f_inner .item .textarea .title {
    gap: 0.8em;
    margin: 0.5em 0;
  }
  #bodyarea .products .f_inner .item .textarea .title .jp {
    /*min-width: 100px;*/
    font-size: 18px;
    /*padding: 0 0 0 20px;*/
    letter-spacing: 0.05em;
  }
  #bodyarea .insta {
    padding: 80px 0;
    /*		.carouselbox {
    			margin: 40px 0 60px;
    		}*/
  }
  #bodyarea .insta .titlearea .title {
    font-size: 26px;
  }
  #bodyarea .insta .titlearea .icon::before {
    width: 100px;
    height: 95px;
  }
  #bodyarea .insta .titlearea::after {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
  #bodyarea .link p a {
    font-size: 16px;
    width: 170px;
    line-height: 60px;
  }
  #bodyarea .access .textarea {
    width: 100%;
    padding: 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #bodyarea .access .map {
    position: relative;
    padding: 0;
    width: 100%;
    /*height: 0;
    padding-top: 50%;
    position: relative;
    right: auto;
    top: auto;
    overflow: hidden;*/
  }
  #formarea {
    margin-top: 80px;
  }
  #formarea .form_intro .caution {
    font-size: 12px;
  }
  .thanks #blocco_header {
    margin-bottom: 80px;
  }
  .thanks #blocco_header .inner {
    height: 360px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  body {
    --textsize: 13px;
    --titleheight: 50px;
    --dotted:8px;
    --titlemb: 30px;
  }
  #container {
    padding-top: 0;
  }
  #blocco_header .logo_ishiyama {
    width: 110px;
    top: 20px;
    left: 10px;
  }
  #blocco_header .inner {
    height: 300px;
  }
  #blocco_header .inner .logo {
    width: 53%;
  }
  .pagettl {
    margin-bottom: 40px;
  }
  .mainimg {
    width: 100%;
    /*margin: 0 calc(50% - 50vw) 0;*/
  }
  #bodyarea .mainimg {
    margin: -50px auto 0;
  }
  #bodyarea .text {
    text-align: justify;
    margin: 40px auto;
  }
  #bodyarea .text p {
    /*br {
    	display: none;
    }*/
  }
  #bodyarea .link {
    /*margin-bottom: 40px;*/
  }
  #bodyarea .link p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #bodyarea .link p a {
    line-height: 50px;
    width: 140px;
    font-size: 14px;
  }
  #bodyarea .products { /*section*/
    --img_ht: 55px;
    padding: 30px 0 20px;
  }
  #bodyarea .products > .wrapper {
    padding-top: 40px;
  }
  #bodyarea .products .titlearea .jp {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #bodyarea .products .titlearea .en {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  #bodyarea .products .titlearea .en::before, #bodyarea .products .titlearea .en::after {
    width: 60px;
  }
  #bodyarea .products .f_inner {
    display: block;
  }
  #bodyarea .products .f_inner .item {
    width: min(450px, 100%);
    margin-inline: auto;
    margin-bottom: 50px;
  }
  #bodyarea .products .f_inner .item .textarea .title .jp {
    font-size: 18px;
  }
  #bodyarea .insta {
    --img_ht: 55px;
    padding: 20px 0 60px;
  }
  #bodyarea .insta .titlearea .title {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  #bodyarea .insta .titlearea .title .after {
    position: absolute;
  }
  #bodyarea .insta .titlearea .icon::before {
    width: 78px;
    height: 74px;
  }
  #bodyarea .insta .titlearea p:not([class]) {
    font-size: 13px;
  }
  #bodyarea .insta .carouselbox {
    /*
    --rows: 3;
    #instafeed {
    	&:not(.slick-slider) {
    		li {
    			&:nth-child(n + 7) {
    				display: none;
    			}
    		}
    	}
    	&.slick-slider {
    		li {
    			width: auto;
    			a {
    				width: calc(100vw - 30vw - 2px);
    				height: calc(100vw - 30vw - 2px);
    				padding: 0 1px;
    				box-sizing: border-box;
    				overflow: visible;
    				img {
    					position: static;
    				}
    			}
    		}
    	}
    	.slick-dots {
    		bottom: -30px;
    		li {
    			width: auto;
    			height: auto;
    			margin: 0 4px;
    			button {
    				width: auto;
    				height: auto;
    				&::before {
    					content: "";
    					width: 8px;
    					height: 8px;
    					background-color: $color-black;
    					border-radius: 50%;
    				}
    			}
    		}
    	}
    }*/
  }
  #bodyarea .access .textarea {
    padding: 40px 0;
  }
  #bodyarea .access .textarea .data .row {
    display: block;
  }
  #bodyarea .access .textarea .data .row + .row {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  #bodyarea .access .textarea .data .row .th {
    width: 100%;
  }
  #bodyarea .access .map {
    /*			height: 0;
    			padding-top: 70%;*/
  }
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li {
    margin: 0 7px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 65px;
  }
  #formarea {
    margin-top: 50px;
  }
  #formarea .form_intro {
    text-align: justify;
  }
  #formbox table tr td:first-child, #formbox table.inputform th {
    font-size: 14px;
  }
  #blocco_footer .logo {
    width: 130px;
  }
  #blocco_footer .name {
    margin-bottom: 10px;
  }
  .thanks #blocco_header {
    margin-bottom: 50px;
  }
  .thanks #blocco_header .inner {
    height: 200px;
  }
  .thanks .telbox .telinner p {
    margin-bottom: 30px;
  }
}