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

article {
	color: var(--main-font);
	font-family: var(--font-family);
	font-size: 1.6rem;
	overflow: hidden;
}

article .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

article section p{
	margin:0 auto 1.5em;
}

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

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fadeIn.animated {
  opacity: 1;
  transform: none;
}

.section_index {
	margin-bottom: 10vh;
}

.section_index h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	white-space: nowrap;
}

.section_index h2::after {
	content: "";
	background: #7C7C7C;
	width: 100%;
	height: 1px;
}

.section_index p {
	margin-bottom: 0;
}

@media (max-width: 768px){
	article img{
		width: 100%;
	}
	#gFooter{
		margin-top: 0;
	}
	
	.section_index {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10vh;
	}
}
/*--------------------------

#top

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

#top {
	position: relative;
	padding-bottom: 100px;
	margin-bottom: 25vh;
}

#top .bg {
position: absolute;
top: 130px;
left: 0;
width: 100%;
height: calc(100% - 130px);
z-index: -1;
	background-image: url("../img/bg01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
	background-position: left 0 top 100px;
}

#top h1{
	font-size: clamp(3rem, 2.273rem + 3.64vw, 5rem);
	color: #7C7C7C;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.5px;
	margin: 80px 0 5px 0;
	padding-left: 11%;
}

#top h1 span {
	font-size: clamp(1.875rem, 0.966rem + 4.55vw, 4.375rem);
	padding: 0 0.5em;
}

#top .block_mainvisual {
	position: relative;
	margin-bottom: 20vh;
	padding-left: 20%;
}

/* slick */
#top .full-screen-o {
	width: 100%;
}
#top .full-screen-o div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 126px);
  width: 100%;
  margin: 0;
}
#top .full-screen-o div.img01 {
  background-image: url("../img/kv/01.jpg");
}
#top .full-screen-o div.img02 {
  background-image: url("../img/kv/02.jpg");
}
#top .full-screen-o div.img03 {
  background-image: url("../img/kv/03.jpg");
}
#top .full-screen-o div.img04 {
  background-image: url("../img/kv/04.jpg");
}
#top .full-screen-o div.img05 {
  background-image: url("../img/kv/05.jpg");
}
#top .full-screen-o div.img06 {
  background-image: url("../img/kv/06.jpg");
}
#top .full-screen-o .slick-dots {
  bottom: 4%;
  z-index: +1;
}

#top .scroll_arrow{
	position: absolute;
	left: 15px;
	bottom: 0;
	display: flex;
	flex-direction: column;
}

#top .scroll_arrow .text {
	font-size: 1.5rem;
	writing-mode: vertical-lr;
	color: #898989;
	padding-left: 10px;
	padding-bottom: 10px;
}

#top .scroll_arrow .arrow{
position: relative;
  display: inline-block;
  width: 1px;
  height: 150px;
  margin-left: 14.5px;
  border-radius: 9999px;
  background-color: #898989;
  animation: scroll 2s infinite;
}

#top .scroll_arrow .arrow:before {
content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 30px;
  border-radius: 9999px;
  background-color: #898989;
  transform: rotate(-30deg);
  transform-origin: 50% calc(100% - 0.5px);
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

@media (max-width: 768px){
	#top h1 {
		padding-left: 5%;
	}
	
	#top .block_mainvisual {
		padding-left: 13%;
	}
	#top .full-screen-o div.img01 {
  background-image: url("../img/kv/01_sp.jpg");
}
#top .full-screen-o div.img02 {
  background-image: url("../img/kv/02_sp.jpg");
}
#top .full-screen-o div.img03 {
  background-image: url("../img/kv/03_sp.jpg");
}
#top .full-screen-o div.img04 {
  background-image: url("../img/kv/04_sp.jpg");
}
#top .full-screen-o div.img05 {
  background-image: url("../img/kv/05_sp.jpg");
	background-position: right 10% center;
}
#top .full-screen-o div.img06 {
  background-image: url("../img/kv/06_sp.jpg");
	background-position: left center;
}
}

#top .block_intro {
	width: 86%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
}

#top .block_intro h2 {
	font-size: clamp(1.8rem, 1rem + 4vw, 4rem); 
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.5px;
	line-height: 1.4;
	margin-bottom: 10vh
}

#top .block_intro p {
	margin-bottom: 2em;
}

#top .block_intro div:nth-child(1) {
	width: 48%;
	padding: 70px 0 20px;
}

#top .block_intro div:nth-child(2) {
	width: 50%;
	background: url("../img/intro/01.jpg") center center no-repeat;
	background-size: cover;
}

@media (max-width: 768px){
	#top .block_intro {
		width: 96%;
		margin-right: auto;
		flex-wrap: wrap;
	}
	
	#top .block_intro div:nth-child(1) {
		width: 90%;
		padding: 0 0 0;
		margin: 0 auto;
	}

	#top .block_intro div:nth-child(2) {
		width: 100%;
		height: 70vh;
		background: url("../img/intro/01_sp.jpg") center center no-repeat;
		background-size: cover;
	}
}


/*-------- .openhouse ----------*/

.openhouse{
	text-align: center;
	max-width: 950px;
	margin: -40px auto 80px;
	padding: 50px 30px;
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
	/*display: flex;*/
}

.open_textbox{
	padding:30px;
}

.openhouse h3{
	margin:0;
	letter-spacing: 0.2em;
	font-size: 2.25rem;
	line-height: 1.8em;
}

.openhouse h3 span{
	font-size: 2rem;
}

.open_date{
	font-size:2.5rem;
	font-weight: 600;
	padding:30px 0;
	line-height: 2em;
}

.open_text{
	font-size: 1.6rem;
	margin-bottom:15px;
	line-height: 1.8em;
	text-align: left;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}

@media only screen and (max-width: 767px) {
	.openhouse{
	  flex-direction: column;
		padding: 50px 10px;
  }
	.open_textbox{
	  padding: 30px 15px;
  }
}

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

#intro

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

#intro > div {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 25vh;
}

#intro h2 {
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 2rem;
	border-top: 1px solid #333;
	margin-top: 20px;
	line-height: 1.5;
	white-space: nowrap;
}

#intro h2 span {
	/*text-combine-upright: all;*/
}

#intro p {
	margin-bottom: 0;
}

#intro .block_01 {
	display: flex;
	justify-content: flex-start;
	align-items:flex-start;
}

#intro .block_01 h2 {
	padding: 10px 10px 0 0;
}

#intro .block_01 .block_01_in {
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	column-gap: 75px;
}

#intro .block_01 .block_01_in div:nth-child(1) {
	width: 60%;
}

#intro .block_01 .block_01_in div:nth-child(2) {
	width: 40%;
}

#intro .block_02 {
	display: flex;
	justify-content: flex-end;
	align-items:flex-start;
	margin-bottom: 0;
}

#intro .block_02 h2 {
	padding: 10px 0 0 10px;
}

#intro .block_02 .block_02_in {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items:flex-end;
	column-gap: 75px;
}

#intro .block_02 .block_02_in div:nth-child(1) {
	width: 50%;
}

#intro .block_02 .block_02_in div:nth-child(2) {
	width: 50%;
	padding-bottom: 40vh;
}

#intro .block_02_img {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	width: 85%;
	margin: 0 auto;
	margin-bottom: 25vh;
}

#intro .block_02_img li:nth-child(1) {
	width: calc(100% / 4.5);
	margin-top: -150px;
}

#intro .block_02_img li:nth-child(2) {
	width: calc(100% / 4.5);
	margin-top: 50px;
	margin-bottom: 10vh;
}

#intro .block_02_img li:nth-child(3) {
	width: 80%;
	display: block;
	margin-left: auto;
}

#intro .block_03 .block_03_in {
	display: flex;
	justify-content: flex-start;
	align-items:flex-start;
	margin-bottom: 10vh;
}

#intro .block_03 .block_03_in > div > img {
	width: 60%;
}

#intro .block_03 h2 {
	padding: 10px 10px 0 0;
}

#intro .block_03 .block_03_box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items:flex-start;
	column-gap: 75px;
	width: 100%;
	margin-top: 15vh;
}

#intro .block_03 .block_03_box img {
	width: 30%;
}

#intro .block_03 .block_03_box div {
	width: 50%;
}

#intro .block_04 .block_04_in {
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	flex-wrap: wrap;
	column-gap: 40px;
	margin-bottom: 15vh;
}

#intro .block_04 .block_04_in div:nth-child(1) {
	width: 50%;
	padding-bottom: 40px;
}

#intro .block_04 .block_04_in div:nth-child(2) {
	width: 25%;
	padding-bottom: 20px;
}

#intro .block_04 .block_04_in div:nth-child(3) {
	width: 25%;
}

#intro .block_04 .block_04_in .indeximg {
	position: relative;
	margin-right: 4em;
}

#intro .block_04 .block_04_in .indeximg h2 {
	position: absolute;
	top: 0;
	right: -3em;
	padding: 10px 0 0 10px;
}

#intro .block_04 .block_04_box div:nth-child(1) {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 15vh;
}

#intro .block_04 .block_04_box div:nth-child(2) {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	column-gap: 40px;
	margin-left: 25%;
}

#intro .block_04 .block_04_box div:nth-child(2) img {
	width: 30%;
}

#intro .block_05 .block_05_in {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 15vh;
}

#intro .block_05 .block_05_in h2 {
	padding: 10px 10px 0 0;
}

#intro .block_05 .block_05_box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: flex-end;
	column-gap: 40px;
	width: 75%;
	margin: 0 auto;
}

#intro .block_05 .block_05_box img {
	width: 40%;
}

@media (max-width: 768px){
	#intro > div {
		width: 96%;
	}
	
	#intro .block_01 .block_01_in {
		flex-wrap: wrap;
	}

	#intro .block_01 .block_01_in div:nth-child(1) {
		width: 100%;
		margin-bottom: 7vh;
	}

	#intro .block_01 .block_01_in div:nth-child(2) {
		width: 100%;
	}
	
	#intro .block_02 .block_02_in {
		flex-wrap: wrap;
	}

	#intro .block_02 .block_02_in div:nth-child(1) {
		width: 100%;
		margin-bottom: 7vh;
	}

	#intro .block_02 .block_02_in div:nth-child(2) {
		width: 100%;
		padding-bottom: 200px;
	}
	
	#intro .block_02_img {
		width: 96%;
	}
	
	#intro .block_02_img li:nth-child(1) {
		width: calc(100% / 2.5);
		margin-top: -150px;
	}

	#intro .block_02_img li:nth-child(2) {
		width: calc(100% / 2.5);
		margin-top: 50px;
		margin-bottom: 10vh;
	}

	#intro .block_02_img li:nth-child(3) {
		width: 100%;
		display: block;
		margin-left: auto;
	}
	
	#intro .block_03 .block_03_in {
		width: 100%;
	}
	
	#intro .block_03 .block_03_in > div > img {
	width: 100%;
}
	
	#intro .block_03 .block_03_box {
		flex-wrap: wrap;
	}
	
	#intro .block_03 .block_03_box img {
		width: 70%;
		margin-bottom: 10vh;
	}

	#intro .block_03 .block_03_box div {
		width: 100%;
	}
	
	#intro .block_04 .block_04_in {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:flex-end;
	column-gap: 20px;
}

	#intro .block_04 .block_04_in div:nth-child(1) {
		width: 100%;
		padding-bottom: 40px;
	}

	#intro .block_04 .block_04_in div:nth-child(2) {
		width: calc(100% / 2.5);
		padding-bottom: 60px;
	}

	#intro .block_04 .block_04_in div:nth-child(3) {
		width: calc(100% / 2.5);
	}
	
	#intro .block_04 .block_04_box div:nth-child(1) {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10vh;
	}

	#intro .block_04 .block_04_box div:nth-child(2) {
		flex-wrap: wrap;
		margin-left: 0;
	}

	#intro .block_04 .block_04_box div:nth-child(2) img {
		display: none;
	}

	#intro .block_04 .block_04_box div:nth-child(2) p {
		width: 100%;
	}
	
	#intro .block_05 .block_05_in {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10vh;
	}

	#intro .block_05 .block_05_box {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: flex-end;
		column-gap: 40px;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}

	#intro .block_05 .block_05_box img {
		width: 65%;
		margin-bottom: 10vh;
	}

	#intro .block_05 .block_05_box p {
		width: 100%;
	}
}

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

#scene

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

#scene {
  overflow: hidden;
}
#scene .slides-wrapper {
  display: flex;
}
#scene .slide {
  height: 100vh;
  display: flex;
  flex-direction: row-reverse;
  color: #FFFCEC;
}

#scene .slide .contents_item {
	width: 50%;
	padding: 30px 40px;
}

#scene .slide .img_item {
	width: 50%;
	background-size: cover;
}

#scene .slide h3 {
	margin-bottom: 40px;
	font-size: 2rem
}

#scene .slide h3 span {
	font-size: 1.6rem;
}

#scene .slide .img_01 {
	position: relative;
	margin-bottom: 20px;
}

#scene .slide .img_01 h4 {
	position: absolute;
	top: -0.8em;
	left: -10px;
	font-family: "braisetto", script;
	font-weight: 400;
	font-style: normal;
	font-size: 6rem;
	transform:rotate(-6deg); 
}

#scene .slide .img_01 img {
	width: 50%;
}

#scene .slide .img_02 {
	margin-bottom: 30px;
}

#scene .slide .img_02 img {
	width: 40%;
}

#scene .slide .text p {
	margin-bottom: 0;
	line-height: 1.8;
}

#scene .slide .text.sp {
	display: none;
}

#scene .slide.block_01 {
	background: #B79C9C;
}

#scene .slide.block_01 .img_item {
	background: url("../img/scene/01a.jpg") center center no-repeat;
}

#scene .slide.block_02 {
	background: #7E5B5C;
}

#scene .slide.block_02 .img_item {
	background: url("../img/scene/02a.jpg") center center no-repeat;
}

#scene .slide.block_03 {
	background: #564949;
}

#scene .slide.block_03 .img_item {
	background: url("../img/scene/03a.jpg") center center no-repeat;
}

@media (max-width: 768px){
	#scene .slide {
	  height: 100vh;
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  color: #FFFCEC;
	  padding: 20px;
		align-content: baseline;
	}
	
	#scene .slide h3 span{
		display: block;
	}
	
	#scene .slide .text {
		display: none;
	}

	#scene .slide .text.sp {
		display: block;
		width: 100%;
		margin-top: 60px;
	}
	
	#scene .slide .contents_item {
		width: 43%;
		padding: 0;
	}
	
	#scene .slide .img_item {
		width: 55%;
		/*background-size: cover;*/
		margin-top: 80px;
		background-size: contain!important;
	}

	#scene .slide h3 {
		margin-bottom: 50px;
		font-size: 1.8rem;
		line-height: 1.5;
	}

	#scene .slide .img_01 h4 {
		position: absolute;
		top: -0.8em;
		left: 0;
		font-family: "braisetto", script;
		font-weight: 400;
		font-style: normal;
		font-size: 6rem;
		transform:rotate(-6deg); 
	}

	#scene .slide .img_01 {
		position: relative;
		margin-bottom: 20px;
		padding-top: 0;
	}

	#scene .slide .img_01 img {
		width: 100%;
	}

	#scene .slide .img_02 {
		margin-bottom: 0;
	}

	#scene .slide .img_02 img {
		width: 90%;
	}
}

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

#plan

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

#plan {
	background: url("../img/bg02.jpg") center center repeat;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	padding: 20vh 0 15vh;
	margin-bottom: 20vh;
}

#plan .plan_in {
	width: 70%;
	margin: 0 auto;
}

#plan .img {
	text-align: center;
}

@media (max-width: 768px){
	#plan .plan_in {
		width: 96%;
		margin: 0 auto;
	}
}

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

#photos

----------------------------*/
#photos {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 20vh;
}
/* ▼fancybox css▼ */
#photos ul {
	width: 90%;
	margin: 0 auto;
  display: grid;
  gap: 11.4285714px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  text-align: center;
}
#photos ul li a img{
	width: 100%;
}
/*スマホ表示*/
@media screen and (max-width: 768px) {
  #photos {
		width: 96%;
		margin: 0 auto;
		margin-bottom: 20vh;
	}

	#photos ul {
		width: 100%;
		margin: 0 auto;
		display: grid;
		gap: 11.4285714px;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		text-align: center;
	}
}

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

.parallax

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

.parallax {
	max-width: 100%;
	height: 400px;
	background-image: url("../img/bg_plx.jpg"); 
	background-attachment: fixed; 
	background-size: cover;
}
@media (max-width: 768px) {
	.parallax {
		background-attachment: scroll; 
		height: 250px;
	}
}

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

#area

----------------------------*/
#area {
	background: url("../img/bg03.png") left top repeat;
	padding: 20vh 0;
}

#area .area_in {
	width: 70%;
	margin: 0 auto;
}

#area .area_box {
	width: 90%;
	margin: 0 auto;
}

#area .img {
	text-align: center;
	margin-bottom: 10vh;
}

#area .text {
	background: #fff;
	border: 1px solid #707070;
	padding: 50px 30px 20px;
}

#area h3{
	font-size: 1.3em;
	margin-bottom: 1.5em;
	line-height: 1.5;
}

@media (max-width: 768px){
	#area .area_in {
		width: 96%;
		margin: 0 auto;
	}

	#area .area_box {
		width: 100%;
		margin: 0 auto;
	}
}


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

#virtualtour

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

#virtualtour {
	background: #CFCFCF;
	padding: 20vh 0;
}

#virtualtour .virtualtour_in {
	width: 70%;
	margin: 0 auto;
}

.vrbox {
  width: 90%;
	margin: 0 auto;
}
.vrbox iframe {
  height: 600px;
}
@media (max-width: 768px){
	#virtualtour .virtualtour_in {
		width: 96%;
		margin: 0 auto;
	}

  .vrbox {
    width: 100%;
  }
  .vrbox iframe {
    height: 400px;
  }
}

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

 #details

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

#details {
	background: url("../img/bg02.jpg") center center repeat;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	padding: 20vh 0;
}

#details .details_in {
	width: 70%;
	margin: 0 auto;
}

#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 90%;
margin: 0 auto;
}
#details table th, #details table td {
	border-block-end: 1px solid #DDDAD1;
	vertical-align: middle;
	font-style: normal;
	text-align: justify;
	line-height: 3;
}
#details table th {
  width: 20%;
  font-weight: normal;
}
@media (max-width: 768px){
	#details .details_in {
	width: 96%;
	margin: 0 auto;
}

  #details table {
    width: 100%;
  }
  #details table th, #details table td {
	  display: block;
	  width: 100%;
	  padding-left: 1em;
	  border-block-end: 0px;
  }
  #details table th {
	  background-color: var(--sub-bg);
  }
}

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

#inquiry

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

#mailmapArea {
	display: flex;
}

#inquiry {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	background: url("../img/bg_inq.jpg") center center no-repeat;
	background-size: cover;
	width: 40%;
}


#inquiry a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 2.0rem;
  border-radius: 0.5rem;
  
  border-radius: 20px;

  background: #D89E2C;
}

#inquiry a:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 2px solid #fff;
  
   border-radius: 20px;
}

#inquiry a:hover {

}

#inquiry a:hover:before {
  top: -2px;
  left: -2px;
}

@media (max-width: 768px){
	#mailmapArea {
	display: flex;
	flex-wrap: wrap;
	
}

	#inquiry {
		width: 100%;
		height: 300px;
	}
}


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

#gmap

----------------------------*/
#gmap{
	width: 60%;
}

@media (max-width: 768px){
	#gmap{
	width: 100%;
}

#gmap iframe {
	height: 300px;
}
}
/*--------------------------

.floatingButton

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


.floatingButton {
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
	transform: translateY(20px);
	position: fixed;
	bottom: 5%;
	right: 2%;
	background-color: #D89E2C;
	text-align: center;
	border: none;
}
.floatingButton a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 65px;
	color: #fff;
}
.floatingButton.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.floatingButton:hover{
	opacity: 0.5; 
}
.floatingButton a span{
	font-size: 3.7rem;
	line-height: 1.7em;
}

@media (max-width: 768px){
	.floatingButton a{
		width: 40px;
		height: 45px;
	}
	.floatingButton a span{
		font-size: 2.5rem;
		line-height: 2em;
	}
}