@charset "utf-8";
/* CSS Document */

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body{
	overflow-x: hidden;
}
header {
  max-width: 100%;
}
article {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #484848;
  background-color: #F3F1E4;
  background-image:url("../img/bg_main2.png");
}

article img{
	width: 100%;
	height: auto;
}

article p{
	font-size: 1.7rem;
	margin-bottom:2vh;
}

.w960 {
  max-width: 960px;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.gothic {
  font-family: "ab-clip-medium", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#gFooter {
  margin-top: 0;
}
main section {
  max-width: 100%;
}

/*======animation ふわっ=====================*/

/* fadeIn */
.fadeIn{
animation-name: fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* fadeUp */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
animation-timing-function: ease-out;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(30px);
	filter: blur(4px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
	filter: blur(0);
  }
}

/* fadeDown */

.fadeDown{
animation-name: fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* fadeLeft */

.fadeLeft{
animation-name: fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* fadeRight */

.fadeRight{
animation-name: fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*-----section#top-----------------------*/

#top{
	/*display:flex;*/
	margin-bottom:10vh;
	position: relative;
	height: 90vh;
	
}

#top .heroImg_logo{
	max-width: 1200px;
    margin: 0 auto;
	/*text-align: center;*/
}

#top .heroImg_logo img{
	position: absolute;
	top:50%;/*中央寄せ*/
	left: 50%;/*中央寄せ*/
	transform: translate(-50%,-50%);/*中央寄せ（調整）*/
	width: 25vw;
	max-width: 250px;
	/*margin-top:20vh;*/
	filter: drop-shadow(4px 3px 8px rgba(0,0,0,0.7));
}

#top .heroImg_img img{
	object-fit: cover;
	height: 90vh;
}

@media only screen and (max-width: 767px) {
	#top .heroImg_logo img{
		width:70vw;
		margin-top:5vh;
		max-width: 190px;
	}
	#top .subbox{
		width:250px;
		height:250px;
		padding-top:10px;
	}
	/*#heroImg .subbox .subtitle{
		font-size: 1.8rem;
}*/
	
}

/*-------section#intro------------------*/

section#intro{
	margin-bottom: 15vh;
}

.box_intro li{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row-reverse;
	margin-bottom:10vh;
}

.box_intro li:nth-child(2){
	flex-direction: row;
}

.box_intro li img{
	width: 50%;
	border-radius: 5vw;
}

.box_intro li p{
	font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
	.box_intro li{
		flex-direction: column;
		margin-bottom:5vh;
	}
	.box_intro li:nth-child(2){
		flex-direction: column;
	}
	.box_intro li img{
		width: 70%;
		margin-left:25%;
		margin-bottom:5vh;
	}
	.box_intro li:nth-child(2) img{
		flex-direction: column;
		margin-left:0;
		margin-right: 25%;
	}
	
	.box_intro li p{
		font-size: 1.9rem;
	}
}

/*-------section#plan------------------*/

.wrap_plan{
	background-color:hsla(0,0%,0%,0.06);
	padding-top:8vh;
	padding-left: 2%;
	padding-right: 2%;
}

#plan h2,
#plan h3,
#plan h4{
	text-align: center;
	font-size: 2.6rem;
	margin-bottom:3vh;
	line-height: 1.8em;
}

#plan h3{
	font-size: 2.4rem
}

#plan h4{
	font-size: 2rem
}

#plan p{
	max-width: 800px;
	margin:0 auto 6vh;
}

#plan .plan_illust{
	max-width: 800px;
	margin:0 auto 8vh;
}

/*#plan .plan_parth{
	margin-bottom:3vh;
}*/

@media only screen and (max-width: 767px) {
	#plan h2,
	#plan h3,
	#plan h4{
		font-size: 2.3rem;
	}
}

/*---ループスライダー----------------*/

.scroll-infinity{
	/*transform: translate(-20%, 0);*/
	margin-bottom:10vh;
}

.scroll-infinity__item{
	margin: 0 0.2rem;
}

@keyframes infinity-scroll-right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 8);
}
.scroll-infinity__item>img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
	.scroll-infinity__item {
	  width: calc(100vw / 2);
	}
}

/*#plan .box_parth{
	display: flex;
}*/

#plan .plan_parth img{
	border-radius: 5vw;
	margin-bottom:5vh;
}

/*---div.sweets----------------*/

div.sweets {
  background-image: url("../img/bg_sweets1.png"), url("../img/bg_sweets2.png"),url("../img/bg_sweets3.png");
  background-repeat: no-repeat, no-repeat,no-repeat; /* 画像の繰り返し設定 */
  background-size: 130px,80px,100% 100%; /* 画像のサイズ調整 */
  background-position: left, right, center; /* 画像の位置調整 */
  padding: 150px 120px 120px;
  margin:50px 0;
}

@media only screen and (max-width: 767px) {
	div.sweets {
		background-image: url("../img/bg_sweets1_SP.png"), url("../img/bg_sweets2_SP.png"),url("../img/bg_sweets3.png");
		background-position: center 100px,center 60vh , center; /* 画像の位置調整 */
		background-size: 90vw,90vw,100% 100%; /* 画像のサイズ調整 */
		padding: 150px 40px 100px;
	}
}

/*-------section#area------------------*/

#area{
	padding-top:10vh;
}

#area h3{
	text-align: center;
	font-size: 2.4rem;
	margin-bottom:5vh;
}

#area .box_areamap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:10vh;
}

.box_areamap .text_areamap{
	width: 40%;
}

#area .box_areamap .areamap{
	background-color: #fff;
	width: 57%;
	border-radius: 5vw;
}

#area .box_areamap .areamap img{
	border-radius: 5vw;	
}

@media only screen and (max-width: 767px) {
	#area .box_areamap{
		flex-direction: column;
	}
	.box_areamap .text_areamap,
	#area .box_areamap .areamap{
		width: 95%;
		margin-bottom:5vh;
	}
}

/*------section#details------------------------*/

#wrap_details h2{
	text-align: center;
	font-size: 2rem;
	margin-bottom:5vh;
}

#wrap_details {
	margin-bottom:5vh; 
}
#wrap_details table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
	font-size: 1.6rem;
}
#wrap_details table th, #wrap_details table td {
	border-block-end: 1px solid #999;
	padding-inline-start: 8px;
	margin-block-start: 5px;
	vertical-align: middle;
	font-style: normal;
	height: 2.8em;
	text-align: left;
	line-height: 1.8em;
}
#wrap_details table th {
	width: 25%;
	font-weight:300;
}
@media (max-width: 768px) {
	#wrap_details table {
		width: 100%;
	}
	#wrap_details table th, #wrap_details table td {
		display: block;
		width: 100%;
		height: auto;
		border-block-end: 0px;
		padding: 3px 10px;
	}
	#wrap_details table th {
		background-color: #FBFAF8;
	}
}

/*タブ*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #8c7851;
  display: block;
  order: -1;
}
.tab-label {
  color: #8c7851;
  background: #FBFAF8;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  font-size: 1.6rem;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #8c7851;
	color: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
}
.tab-switch {
  display: none;
}

.ikatsu {
	border-top: 3px solid #8c7851;
	padding: 20px;
	margin-top: 10vh;
	position: relative;
	border-radius: 0 5px 5px 5px;
}

.ikatsu h3 {
	color: #fff;
	font-weight: bold;
	background: #8c7851;
	display: inline-block;
	padding: 10px 50px;
	position: absolute;
	left: 0px;
	top: -35px;
	border-radius: 5px 5px 0 0;
}

/*------section#inqury----------------------*/

/* ▼コンタクトボタンのcssここから▼ */
/* ---------------------------
contact
------------------------------ */
#inquiry p{
	text-align: center;
}

.button-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    overflow: hidden;
    border: 2px solid #D6A45E;
    background-color: #D6A45E;
    color: #ffffff;
    font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: "Zen Old Mincho", serif;
}

.button-contact:hover {
    background-color: #ffffff;
    color: #000000;
}

.button-contact::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #4D4343;
    content: '';
    transition: width .3s ease;
}

.button-contact:hover::before {
    width: 100%;
}

.contact button {
	border: none;
}
.contact p {
	line-height: normal;
	margin-bottom:0;
}
.cta_btn {
  position: fixed;
  background-color: #D6A45E;
  border-radius: 0;
  bottom: 3%;
  right: 0;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
  transition: all 0.3s ease;
  z-index: 90;
}
.cta_link {
  display: flex;
  align-items: center;
}
.cta_icon {
  padding: 2rem;
  color: #fff;
}
.cta_ttl {
  padding-left: 8px;
  padding: 2rem;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #fff;
}
#cta_floating.cta_btn,
.cta_floating {
  transform: translateX(10rem);
}
#cta_floating.cta_btn:hover,
.cta_floating:hover {
  transform: translateX(0);
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  #cta_floating.cta_btn,
  .cta_floating {
    transform: translateX(0);
  }
  .cta_btn {
    right: 16px;
    height: 60px;
    width: 60px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    transform: translateX(calc(100% + 16px));
    transition: 0.2s cubic-bezier(0, .6, .99, 1);
    cursor: pointer;
  }
.cta_link .material-icons-outlined {
		margin-left: -.3rem;
	}

	.fa-lg{
	font-size: 1.7em;
}
}


/*------section#gmap------------------------*/

section#gmap{
	margin-top:10vh;
}