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

/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&family=Shippori+Mincho&family=Shippori+Mincho+B1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Marcellus&display=swap');

*{
	font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
	color: #3b3c3c;
	font-size: 16px;
}

@media screen and (min-width: 520px){
	br.sp{
		display: none;
	}
}

body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
	background: #fff;
	height: 2000px;
}

html {
  scroll-behavior: smooth;
	scroll-padding-top: calc((var(--headerHeight, 100px)) + 20px);
}

#wrapper{
	background-image:url(/wp-content/themes/shirayuri/img/common/main_bg01.png), url(/wp-content/themes/shirayuri/img/common/main_bg02.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
}

header h1{
	background: url("/wp-content/themes/shirayuri/img/common/h1_logo.svg") no-repeat;
	width: 367px;
	height: 0px;
	padding-top: 84px;
	display: block;
	overflow: hidden;
}

header.pc{
	
}

header.pc .box{
	width: 95%;
	padding: 30px 0;
	margin: 0 auto;
}

header.sp{
	padding: 20px;
}

header.sp h1{
	width: 180px;
	padding-top: 44px;
}

header.pc div.inner01{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-items: center;
}

header.pc div.inner01 div{
	display: flex;
	align-items: center;
}

header.pc div.inner01 div a.tel{
	font-size: 24px;
	display: flex;
	align-items: center;
	width: auto;
	margin-right: 30px;
}

header.pc div.inner01 div a.con{
	display: flex;
	align-items: center;
	width: auto;
}


header.pc div.inner01 div a.tel span{
	font-size: 14px;
	margin-left: 10px;
	padding-top: 7px;
}

header.pc div.inner01 div a img{
	margin-right: 10px;
}

header.pc div.inner01 div a{
	position: relative;
  	display: inline-block;
}

header.pc div.inner01 div a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3c3c;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header.pc div.inner01 div a:hover::after {
  width: 100%;
}

header.pc div.inner01 div a.con{
	font-size: 18px;
}

header.pc div.inner01 div.left ul{
	display: flex;
	align-items: center;
}

header.pc div.inner01 div.left ul li{
	margin-right: 20px;
	position: relative;
}

header.pc div.inner01 div.left ul li.has-submenu .submenu{
  position: absolute;
  top: 140%;
  left: -20px;
  background: #f4f1e3;
  list-style: none;
  padding: 5px 20px;
  display: none;
  min-width: 160px;
  z-index: 10;
	transition: 0.3s;
}

header.pc div.inner01 div.left ul li.has-submenu .submenu li{
  margin: 0;
}

header.pc div.inner01 div.left ul li.has-submenu .submenu a{
  padding: 8px 12px;
  color: #333;
  white-space: nowrap;
}

header.pc div.inner01 div.left ul:last-child{
	margin-right: 0;
}

header.pc div.inner01 div.left ul li.has-submenu:hover .submenu {
	display: block;
}

header.pc div.inner01 div.left ul li.has-submenu .submenu{
  position: absolute;
  top: 100%;
  left: -20px;
  background: #f4f1e3;
  list-style: none;
  padding: 5px 20px;
  display: none;
  min-width: 160px;
  z-index: 10;
	transition: 0.3s;
}

@media (min-width: 769px) {
	header.sp{
		display: none;
	}	
}

@media (max-width: 768px) {
	header.pc{
		display: none;
	}	
}

#globalmenu {
  background: #f4f1e3;
  z-index: 1000;
  padding: 60px 20px 60px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#globalmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#globalmenu li {
  position: relative;
  margin: 0 15px;
}

#globalmenu li.pc h1{
	background: url("/wp-content/themes/shirayuri/img/common/h1_logo.svg") no-repeat;
	width: 200px;
	height: 0px;
	padding-top: 47px;
	display: block;
	overflow: hidden;
}

#globalmenu li a {
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  display: block;
  position: relative;
}

#globalmenu li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3c3c;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#globalmenu li a:hover::after {
  width: 100%;
}

#globalmenu li .submenu{
  position: absolute;
  top: 100%;
  left: -20px;
  background: #f4f1e3;
  list-style: none;
  padding: 5px 20px;
  display: none;
  min-width: 160px;
  z-index: 10;
	transition: 0.3s;
}

#globalmenu li .submenu li{
  margin: 0;
}

#globalmenu li .submenu a{
  padding: 8px 12px;
  color: #333;
  white-space: nowrap;
}

/* PC時のホバーでサブメニュー表示 */
@media (min-width: 769px) {
  #globalmenu.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f4f1e3;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    padding: 20px 0;
    transition: opacity 0.6s ease;
  }

  #globalmenu li.has-submenu:hover .submenu {
    display: block;
  }
}

/* ハンバーガーアイコン */
#menu-toggle {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1100;
}
#menu-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px 0;
  background: #333;
  transition: all 0.3s;
}

/* ハンバーガーアニメーション */
#menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}
#menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
#menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -8px);
}

/* オーバーレイ */
#overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: opacity 0.4s ease;
}
#overlay.active {
  opacity: 1;
  visibility: visible;
}

/* スマホ用スタイル */
@media (max-width: 768px) {
	#globalmenu li.pc{
		display: none;
	}
  #menu-toggle {
    display: block;
  }

  #globalmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    background: #f4f1e3;
  }

  #globalmenu ul {
    flex-direction: column;
    align-items: center;
  }

  #globalmenu li {
    margin: 0;
	  width: 100%;
	  border-bottom: solid 1px #dfdcce;
	  background-image: url("/wp-content/themes/shirayuri/img/icon/ico_arrow01.svg");
	background-repeat: no-repeat;
	background-position: center right;
	  background-size: 5px;
	  
  }
	#globalmenu li .submenu li{
		border-bottom: none;
	}

  #globalmenu.active {
    opacity: 1;
    visibility: visible;
  }

  #globalmenu.fade-out {
    opacity: 0;
    visibility: hidden;
  }

  #globalmenu li.has-submenu .submenu {
    display: none;
    position: static;
    background: #f4f1e3;
    padding-left: 20px;
  }

  #globalmenu li.has-submenu .submenu {
    display: block;
  }

  body.no-scroll {
    overflow: hidden;
  }
}

a.d_btn,span.d_btn{
	position: relative;
	padding: 5px 30px 5px 5px;
	background-image: url("/wp-content/themes/shirayuri/img/icon/ico_arrow02.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 16px;
}

a.d_btn::after,span.d_btn::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3b3c3c;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a.d_btn:hover::after,span.d_btn:hover::after {
  width: 0;
}

#mainv{
	width: 95%;
	margin: 0 auto;
}

#mainv div{
	background-size: cover;
	background-repeat: no-repeat;
	height: 320px;
	width: 100%;
	border-radius: 30px;
	position: relative;
}

#mainv div h2{
	background: #fff;
	padding: 20px;
	border-radius: 0 20px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	display: flex;
	align-items: center;
}

#mainv div h2 span{
	color: #585a36;
	margin-right: 15px;
	font-family: "Marcellus", serif;
}

@media (max-width: 768px) {
	#mainv div{
		height: 250px;
	}
	#mainv div h2{
		padding: 10px;
		font-size: 20px;
	}
}

.pankz{
	background: #fffdf6;
	padding: 10px 0;
	margin-top: 120px;
}

.pankz p{
	max-width: 1100px;
	margin: 0 auto;
}

.pankz a {
  text-decoration: none;
  position: relative;
}

.pankz a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3c3c;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pankz a:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
	.pankz{
		padding: 10px 20px;
	}
}

footer{
	background: #f3edd0;
	padding: 120px 0 30px;
	background-image: url("/wp-content/themes/shirayuri/img/common/footer_img.png");
	background-repeat: no-repeat;
	background-position: right 20% bottom;
	background-size: auto;
}

footer .inner{
	max-width: 1000px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

footer .inner .left h6{
	background: url("/wp-content/themes/shirayuri/img/common/h6_logo.svg") no-repeat;
	width: 300px;
	height: 0px;
	padding-top: 64px;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

footer .inner .left ul.sns{
	display: flex;
	margin-top: 30px;
}

footer .inner .left ul.sns li:first-child{
	margin-right: 30px;
}

footer .inner .right ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 530px;
}

footer .inner .right ul li{
	padding-bottom: 30px;
}

footer .inner .right ul li.white a{
	padding: 5px 10px;
	background: #fff;
	border-radius: 20px;
}

footer .inner .right ul li{
	width: 33%;
}

footer small{
	text-align: center;
	font-size: 12px;
	display: block;
}

@media (min-width:1000px) {
	footer .inner .right ul li.sp{
		display: none;
	}
}

@media (max-width:1000px) {
	footer{
		background-position: right 20% bottom;
		background-size: 100px;
		padding: 70px 0 30px;
	}
	footer .inner{
		display: block;
		width: 90%;
		margin: 0 auto 120px;
	}
	footer .inner .left{
		text-align: center;
	}
	footer .inner h6{
		margin: 0 auto 30px;
	}
	footer .inner .left ul.sns{
		justify-content: center;
	}
	footer .inner .right{
		margin-top: 60px;
	}
	footer .inner .right ul{
		margin: 0 auto;
	}
	footer .inner .right ul li{
		width: 50%;
		text-align: center;
	}
}

.sp_box {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #5b4037;
	width: 100%;
}

.sp_box ul{
	display: flex;
}

.sp_box ul li{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp_box a{
	color: #fff;
	padding: 5px 0;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
}

.sp_box a.tel{
	font-size: 22px;
	border-right: solid 1px #fff;
	width: 100%;
}

.sp_box a span{
	font-size: 12px;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
}

.sp_box a img{
	filter: brightness(0) invert(1);
	margin-right: 10px;
}

@media (min-width:799px) {
	.sp_box{
		display: none;
	}
}

.totop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  text-decoration: none;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.totop.show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width:769px) {
	.totop{
		display: none;
	}
}

@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    display: none !important;
  }
}