@charset "utf-8";

/*------------------------------
basic
------------------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  h2,
  h3 {
    margin-top: 1em;
    line-height: 1.8;
    font-weight: 600;
    text-align: center;
  }
  h1{
      font-size: 400%;
      font-weight: 600;
  }
  h2 {
    font-size: clamp(1.55rem, 0.806rem + 0.99vw, 1.5rem);
  }
  h3 {
    font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  }
  p{
    font-size: clamp(o.99rem, 0.807rem + 0.99vw, 1.5rem);
    font-weight: 700;
    line-height: 2.8;
    color: #333;
  }
  
  .big{
    font-size: 100%;
    line-height: 3;
    margin-bottom: 2em;
  }
  
  .center{
    text-align: center;
    line-height: 1.5;
  }
  @media (min-width: 601px) {
    .hidari{
      text-align: center;
    }
  }
  @media (max-width: 600px) {
    .hidari,.big{
      text-align: left;
    }
  }
  
  .bg{
    font-size: 200%;
    font-weight: 600;
    line-height: 0;
    color: #4b4b4b;
  }
  .sm {
    font-size: .9em;
    line-height: 6;
    color: #4b4b4bc8;
  }
  
  .serif-text{
    font-family: "DM Serif Text", serif;
    font-weight: 500;
    font-size: 250%;
    font-style: italic;
    text-align: center;
    line-height: 5px;
    color: #331c03c2;
    margin-top:0 ;
  }
  .noto-serif-jp {
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  img {
      max-width: 100%;
      height: auto;
    }
  
  div {
      display: block;
      unicode-bidi: isolate;
  }
  
  body {
      color: #f8f7f4;
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      color: #000;
      font-size: clamp(0.888rem, 0.479rem + 0.69vw, 1rem);
      font-weight: 400;
      letter-spacing: .05em;
      font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
      /* iphone */
      -webkit-text-size-adjust: 100%;
    }
  
    .main-bg{
      /* background-color: #f8f7f4; */
      background-image: linear-gradient(180deg, rgba(251, 240, 211, 1), rgba(248, 247, 244, 1) 90%);      
    }
	.main-bg2{
		/* background-color: #f8f7f4; */
		background-image: linear-gradient(180deg, rgba(248, 247, 244, 1), rgba(248, 247, 244, 1) 90%);
	 }
    .mintbg{
      background-color: #f8f7f4;
    }
  
    .heading-section {
      text-align: center;
      margin-top: 3em;
      margin-bottom: 5px
  }
  @media (max-width: 1023px) {
      .heading-section {
          margin-bottom:5px
      }
  }
  .heading-section__en {
      display: block;
      font-family: Heebo,sans-serif;
      color: #0a6b27;
      font-size: 15px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: .12em;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s;
      margin-bottom: 6px
  }
  @media (max-width: 1023px) {
      .heading-section__en {
          font-size:11px;
          margin-bottom: 20px
      }
  }
  .heading-section__ja {
      display: block;
      font-size: 36px;
      letter-spacing: 0;
      color: #333;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s
  }
  @media (max-width: 1023px) {
      .heading-section__ja {
          font-size:30px
      }
  }
  @media screen and ( min-width: 801px ) {
  .pc_off {
    display: none;
  }
  
  .tab_on {
    display: none;
  }
  
  .sp_off {
    display: block;
  }
}
@media screen and ( max-width: 800px ) {
	.pc_off {
		display: block;
	  }
	  
	  .tab_on {
		display: block;
	  }
	.sp_off {
		display: none;
	  }
}

/* 区切り */
.curved {
  position: relative;
  background: #f8f7f4;
  height: 30vh;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}
.cstm-wave-bottom {
  --mask:
    radial-gradient(3.05vmin at 50% calc(100% - 4.3vmin), #000 99%, #0000 101%) calc(50% - 4vmin) 0/8vmin 100%,
    radial-gradient(3.05vmin at 50% calc(100% + 2.3vmin), #0000 99%, #000 101%) 50% calc(100% - 2vmin)/8vmin 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.cstm-wave-top {
  --mask:
    radial-gradient(3.05vmin at 50% 4.3vmin, #000 99%, #0000 101%) calc(50% - 4vmin) 0/8vmin 100%,
    radial-gradient(3.05vmin at 50% -2.3vmin, #0000 99%, #000 101%) 50% 2vmin/8vmin 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}


/*------------------------------
container
------------------------------*/
.container,.container2{
	position: relative;
	width: 95%;
	margin: 2em auto;
  }
  .rental-container{
	position: relative;
	width: 90%;
	margin: 4em auto;
  }
  @media (min-width: 1025px) {
	.container {
	  margin: 90px auto;
	  max-width: 1800px;
	}
	.container2,.rental-container{
	  margin: 100px auto;
	  max-width: 1000px;
	}
  }

/*------------------------------
header
------------------------------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 10px;
    z-index: 100;
  }
  .header.change-color {
    background-color: #fff;
  }
  header h1{
    width: 15%;
    min-width: 40px;
    max-width: 100px;
  }
  .header.js_hide {
    transform: translateY(-100%);    
  }
  .pc-nav{
    left: 0;
    margin: 0 1em 0 auto;
  }
  header ul {
    list-style: none;
    margin: 0;
    display: flex;
  }
  header li {
    margin: 0 0 0 15px;
  }
  header li a{
    position: relative;
    text-decoration: none;
    color: #4b4b4b;
    font-weight: 600;
    font-size: clamp(0.67rem, 0.500rem + 0.72vw, 1.02rem);
  }
  header li a:hover{
    color: #000;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header li a::after {
    position: absolute;
    bottom: -2.5px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1.5px;
    background: #333;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  header li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .header-color {
    color: white;
    transition: all, 0.5s;
  }


/* ==========================================================================
	message
========================================================================== */
.message {
	position: relative;
	width: 100%;
	margin: 2em auto;
	background: #fff;
	padding: 10px 0;
  border-radius: 50px;
  border: #0a6b27 solid 1px;
}
.message .message_inr {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.message .img_area {
	width: 54%;
}
.message img {
	border-radius: 30px;
}
.message .text_area {
	width: 46%;
	max-width: 404px;
	padding-top: 15px;
}
.message p {
	line-height: 40px;
	font-weight: 300;
	width: 100%;
	max-width: 395px;
	margin: 59px 0 45px;
}
.message h3 {
	font-size: 18px;
	font-weight: 700;
}
.message .s_tit{
	text-align: center;
}
@media screen and (max-width: 1100px) {
	.message .img_area {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.message .img_area {
		width: 60%;
	}
  .message .s_tit {
		padding-left: 0;
		text-align: center;
	}
	.message .text_area {
		width: calc(40% - 20px);
		padding-top: 0;
	}
}
@media screen and (max-width: 800px) {
	.message {
		margin: 2em auto ;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
		padding: 12px 0 60px;
	}
	.message .message_inr {
		width: 88%;
	}
	.message .img_area {
		width: 100%;
		margin-top: 28px;
	}
	.message img {
		border-radius: 15px;
	}
	.message .text_area {
		width: 88%;
		max-width: 800px;
		padding-top: 20px;
		margin: 0 auto;
	}
	.message p.title {
		padding-left: 0;
		text-align: center;
		font-size: 18px;
		margin-bottom: 0px;
	}
	.message .title:before {
		width: 59px;
		height: 56px;
		left: 0;
		right: 0;
		top: -69px;
		margin: auto;
	}
	.message .s_tit {
		padding-left: 0;
		text-align: center;
		font-size: 15px;
	}
	.message p {
		font-size: 16px;
		line-height: 35px;
		max-width: 800px;
		margin: 0 0 30px;
	}
	.message h3 {
		font-size: 17px;
		text-align: center;
	}
	.inner{
		padding-right: 5.468%;
		padding-left: 5.468%;
		max-width: 700px;
	}
	
}


/*------------------------------
footer
------------------------------*/
footer {
    font-family: sans-serif;
    position: relative;
  }
  footer ul {
    padding: 0;
    list-style: none;
  }
  footer a {
    color: #333;
    text-decoration: none;
  }
  footer a:hover {
    color: #000;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template: 2rem;
      grid-gap: 10px 20px;
    margin-bottom: 1.5rem;
  }
  .footer {
    padding: 2rem 3rem;
    font-size: 15px;
    color: #333;
    background: #f8f7f4;
  }
  .footer__navi-heading {
    font-weight: 600;
    color: #000;
    margin-top: 2em;
  }  
  .footer__navi li {
    margin-bottom: 0.75rem;
  }
  .footer__social a {
    display: inline-block;
    width: 24px;
    opacity: 0.7;
  }
  .fooer__contact{
    font-weight: 700;
    color: #bb2210;
  }
  .sns-btn {
    display: flex;
    margin-top: 20px;
    }
    .sns-btn li {
      width: 40px;
      margin-left: 10px;
      margin-right: 10px;
      }
  .copyright{
    color: #fff;
    background-color: #000;
    padding: 1rem 0 1rem 0;
  }
  .footer__social a:not(:last-child) {
    margin-right: 16px;
  }
  @media (min-width: 768px) {
    .md-flex {
      display: flex;
    }
    .md-justify-between {
      justify-content: start;
    }
    .grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
  }


/* ==========================================================================
	foot_contact
========================================================================== */
.heading-bg{
  background-image: linear-gradient(180deg, rgba(251, 240, 211, 1), rgba(255, 255, 255, 1));
  padding: 1em 0 1em 0;
}
.link_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 65px;
	font-size: 16px;
	font-weight: bold;
	background: #e4dec6;
	color: #333;
	transition: .4s;
	padding-left: 6px;
	box-sizing: border-box;
	border-radius: 32.5px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
.link_btn::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #ff8080;
	margin-right: 8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.link_btn:hover {
	color: #fff;
	background: #F7CB4D;
	transform: translate(3px, 3px);
	box-shadow: none;
}
.link_btn:hover::before {
	border-color: transparent transparent transparent #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.link_btn:hover::after {
	opacity: 1;
	width: 116%;
}
@media screen and (max-width: 800px) {
	.title {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.s_tit {
		font-size: 11px;
	}
}

.foot_contact {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.foot_contact .contact_area {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 66.6%;
	background: #fff;
	border-radius: 45px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	padding: 55px 68px 55px 72px;
	box-sizing: border-box;
}
.foot_contact .tell {
	width: 295px;
}
.foot_contact h2 {
	font-size: 20px;
	font-weight: 600;
  text-align: left;
}
.foot_contact .tell a {
	display: block;
	position: relative;
	color: #333;
	font-weight: 600;
	font-size: 35px;
	margin: 60px 0 15px;
  text-decoration: none;
}
.ie .foot_contact .tell a {
	font-size: 36px;
}
.foot_contact .tell a::before {
	content: "電話番号";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -38px;
	width: 85px;
	height: 26px;
	background: #bb2210;
	border-radius: 13px;
	font-size: 14px;
	color: #fff;
}
.foot_contact .link_area {
	width: 325px;
}
.foot_contact .link_btn {
	width: 100%;
	font-size: 20px;
	height: 78px;
	border-radius: 39px;
}
.foot_contact .link_btn:first-child {
	margin-bottom: 10px;
	padding-left: 0;
}

.foot_contact .link_btn:last-child {
	padding-left: 0;
}

.foot_contact .link_btn:first-child::before {
	display: none;
}

.foot_contact .link_btn:last-child::before {
	width: 35px;
	height: 35px;
	left: 57px;
	background: url(../images/LINE_APP_Android.png);
	background-size: cover;
	border: none;
}
.foot_contact .mail_area {
	display: block;
	width: 30.3%;
	background: #fff;
	border-radius: 45px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
  text-decoration: none;
}
.foot_contact .mail_area img {
	width: 120px;
}
.foot_contact .mail_area p {
	font-size: 15px;
	font-weight: 700;
  color: #6a6350;
	margin: 19px 0 26px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.foot_contact h3 span {
	position: relative;
	font-size: 27px;
	font-weight: 600;
	color: #333;
	padding-left: 44px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.foot_contact h3 span::before {
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/migi.png) #F7CB4D;
	border-radius: 16.5px;
	background-size: cover;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.foot_contact .mail_area:hover {
	background: #F7CB4D;
}

.foot_contact .mail_area:hover p,
.foot_contact .mail_area:hover h3 span {
	color: #fff;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.foot_contact .mail_area:hover h3 span::before {
	background: url(../images/yellowmigi.PNG) #fff;
	background-size: cover;
	transform: translate(2px, 2px);
	box-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


@media screen and (max-width : 1350px) {
	.foot_contact .contact_area {
		padding: 55px 4.8vw 55px;
	}
}
@media screen and (max-width : 1260px) {
	.foot_contact .contact_area {
		padding: 55px 30px;
	}
	.foot_contact .link_area {
		width: calc(100% - 305px);
	}
}
@media screen and (max-width : 1100px) {
	.foot_contact .link_btn {
		font-size: 16px;
	}
	.foot_contact .link_btn:last-child::before {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width : 980px) {
	.foot_contact {
		width: 750px;
	}
	.foot_contact .contact_area,
	.foot_contact .mail_area {
		width: 100%;
	}
	.foot_contact .contact_area {
		padding: 55px 50px;
		margin-bottom: 20px;
	}
	.foot_contact .link_btn {
		font-size: 20px;
		/* padding-left: 33px; */
	}
	.foot_contact .link_btn:last-child::before {
		width: 39px;
		height: 37px;
	}
}
@media screen and (max-width : 800px) {
	.foot_contact {
		width: 87%;
	}
	.foot_contact .contact_area {
		border-radius: 30px;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
		padding: 45px 8.7vw 53px;
		text-align: center;
	}
	.foot_contact .tell {
		width: 100%;
		padding-top: 0;
	}
	.foot_contact h2 {
		font-size: 17px;
    text-align: center;
	}
	.foot_contact .tell a {
		text-align: center;
		font-size: 33px;
		margin: 50px 0 15px;
	}
	.ie .foot_contact .tell a {
		font-size: 32px;
	}
	.foot_contact .tell a::before {
		content: "電話番号";
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: -36px;
		left: 0;
		right: 0;
		margin: auto;
		width: 77px;
		height: 23px;
		border-radius: 13px;
		font-size: 12px;
	}
	.foot_contact .tell p {
		font-size: 11px;
		padding-left: 0px;
	}
	.foot_contact .link_area {
		width: 100%;
		margin-top: 30px;
	}
	.foot_contact .link_btn {
		font-size: 17px;
		height: 66px;
		border-radius: 33px;
	}
	.foot_contact .link_btn:first-child {
		margin-bottom: 8px;
	}
	.foot_contact .link_btn:first-child::before {
		display: none;
	}
	.foot_contact .link_btn:last-child::before {
		width: 35px;
		height: 35px;
	}
	.foot_contact .mail_area {
		width: 100%;
		border-radius: 30px;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
		padding: 20px 0 25px;
	}
	.foot_contact .mail_area img {
		width: 100px;
	}
	.foot_contact .mail_area p {
		font-size: 13px;
		margin: 14px 0 20px;
	}
	.foot_contact h3 span {
		font-size: 21px;
		padding-left: 34px;
	}
	.foot_contact h3 span::before {
		width: 26px;
		height: 26px;
		border-radius: 13px;
		box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
	}
}

