@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* トップページ */
#index h3 {
	text-align: center;
	color: #dc3828;
	font-size: 40px; font-size: 4.0rem;
	font-weight: 900;
}
#fv {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#fv .fvslider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#fv .fvslider .fvslide {
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	overflow: hidden;
}
#fv .fvslider .img01{
	background: url("../images/index/bg_fv_01.jpg") no-repeat center center;
	background-size: cover;
}
#fv .fvslider .img02{
	background: url("../images/index/bg_fv_02.jpg") no-repeat center center;
	background-size: cover;
}
#fv .fvslider .img03{
	background: url("../images/index/bg_fv_03.jpg") no-repeat center center;
	background-size: cover;
}
#fv .fvslider .img03 span{
	font-size: 13px; font-size: 1.3rem;
	position: absolute;
	left: 10px;
	bottom: 30px;
	text-indent: 0;
	color: #fff;
}
#fv .fvslider .slick-dots {
	bottom: 20px;
}
#fv .text {
	padding-top: 20px; 
	position: relative;
	text-align: center;
	z-index: 10;
	  text-shadow: 
       1px  1px 2px #ffffff,
      -1px  1px 2px #ffffff,
       1px -1px 2px #ffffff,
      -1px -1px 2px #ffffff,
       1px  0px 2px #ffffff,
       0px  1px 2px #ffffff,
      -1px  0px 2px #ffffff,
       0px -1px 2px #ffffff;
}
#fv .text p {
	margin-top: 35px;
	letter-spacing: 0.1em;
}
#fv .event {
	max-width: 360px;
	background: #fff;
	position: absolute;
	right: 25px;
	bottom: 0;
  box-sizing: border-box;
  padding: 20px 30px;
	font-size: 10px; font-size: 1.0rem;
  line-height: 1.3;
}
#fv .event h3 {
	font-size: 19px; font-size: 1.9rem;
  color: #000;
  text-align: left;
}
#fv .event h3 strong {
	font-size: 27px; font-size: 2.7rem;
  color: #d93a30;
  font-weight: 900;
}
#fv .event h3 .date {
	font-size: 13px; font-size: 1.3rem;
}

#fv .event p {
  margin-top: 5px;
}
#fv .event .text1 {
	font-size: 12px; font-size: 1.2rem;
  margin-bottom: 10px;
}
#fv .event .text1 span {
	font-size: 14px; font-size: 1.4rem;
  font-weight: 500;
}

#fv .event .text2 {
  color: #fff;
  background: #d93a30;
  font-weight: 700;
  padding: 0.5em;
}
#fv .event .text3 {
  letter-spacing: -0.1em;
}
#fv .event .text3 span {
	font-size: 14px; font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
#fv .event .text3 span a {
  font-weight: 500;
  color: #000;
}
#fv .event .text4 {
  color: #d93a30;
}

#fv .event.cancel h3 {
  color: #d93a30;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
#fv .event.cancel p {
	font-size: 12px; font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}


#fv .news {
	width: 100%;
	background: #ede6e0;
	position: absolute;
	left: 0;
	top: 100%;
}
#fv .news_box {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
	display: flex;
	padding: 10px 0;
}
#fv .news_box h3 {
	width: 5em;
	margin: 5px 20px;
	color: #dc3828;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
}
#fv .news_box .ticker {
	margin: 5px 0;
	width: calc(100% - 5em);
    position: relative;
    overflow: hidden;
}
 
#fv .news_box .ticker ul {
    width: 100%;
    position: relative;
}
 
#fv .news_box .ticker ul li {
    width: 100%;
    display: none;
	padding-left: 5.5em;
	box-sizing: border-box;
}
#fv .news_box .ticker ul .-mod {
    padding-left: 0;
}
#fv .news_box .ticker ul li span {
	position: absolute;
	left: 0;
}

#worcationroom {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 20px;
  text-align: center;
}
#worcationroom a {
  height: 200px;
  background: url("../images/index/btn_worcationroom_pc.png") no-repeat center center;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
	font-size: 25px; font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
#worcationroom a span {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
	font-size: 70px; font-size: 7.0rem;
  margin-bottom: 0.2em;
}
#worcationroom a::after {
	display: block;
	content: '';
	width: 33px;
	height: 33px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: translate(-50%,-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50px;
}


#about .anchor {
	margin: auto;
	max-width: 840px;
	padding: 100px 20px;
}
#about .anchor .about {
	display: flex;
	align-items: center;
	gap: 60px;
}
#about .anchor .about h3 {
	width: 214px;
}
#about .anchor .about p {
	flex: 1;
}


/* #about .anchor .twitter {
	width: 45%;
	text-align: center;
}
#about .anchor .twitter h3 {
	font-size: 24px; font-size: 2.4rem;
	margin-bottom: 20px;
}
#about .anchor .twitter iframe {
	width: 100%!important;
	border: #ddd 1px solid!important;
} */

#about .office {
	display: flex;
	background: #dc3828;
}
#about .office .text{
	width: 35%;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#about .office .btnType {
	text-align: left;
}
#about .office .text_box h3 {
	text-align: left;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 15px;
}
#about .office .image{
	width: 65%;
}
#about .office .image img {
	width: 100%;
}
#about .office .image ul{
	width: 100%;
	display: flex;
}
#about .office .image li {
	width: 33.3333%;
}

#point {
	text-align: center;
	overflow: hidden;
}
#point .arc {
	background: url("../images/index/bg_point.jpg") no-repeat center center;
	background-size: cover;
	padding: 100px 20px 150px;
	min-height: 300px;
	border-bottom-right-radius: 2000px 300px;
	border-bottom-left-radius: 2000px 300px;
	margin-left: -200px;
	margin-right: -200px;
	padding-left: 200px;
	padding-right: 200px;
}

#point ul {
	max-width: 1000px;
	margin: 80px auto 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#point ul li {
	width: 288px;
	box-sizing: border-box;
	padding: 30px 40px 10px;
	margin: 20px;
	background: rgba(0,0,0,0.15);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 18%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 18%, rgba(0,0,0,0.2) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 18%, rgba(0,0,0,0.2) 100%);
	font-size: 14px; font-size: 1.4rem;
	border-radius: 15px;
	-webkit-backdrop-filter: blur(80px);
	-moz-backdrop-filter: blur(80px);
	backdrop-filter: blur(80px);
}
@media all and (-ms-high-contrast: none) {
	#point ul li:nth-of-type(1) {
		background: url("../images/index/bg_point_01.jpg") no-repeat center center;
		background-size: cover;
	}
	#point ul li:nth-of-type(2) {
		background: url("../images/index/bg_point_02.jpg") no-repeat center center;
		background-size: cover;
	}
	#point ul li:nth-of-type(3) {
		background: url("../images/index/bg_point_03.jpg") no-repeat center center;
		background-size: cover;
	}
	#point ul li:nth-of-type(4) {
		background: url("../images/index/bg_point_04.jpg") no-repeat center center;
		background-size: cover;
	}
	#point ul li:nth-of-type(5) {
		background: url("../images/index/bg_point_05.jpg") no-repeat center center;
		background-size: cover;
	}
	#point ul li:nth-of-type(6) {
		background: url("../images/index/bg_point_06.jpg") no-repeat center center;
		background-size: cover;
	}
}
@-moz-document url-prefix() {
	#point ul li:nth-of-type(1) {
		background: url("../images/index/bg_point_01.jpg") no-repeat center center;
		background-size: cover;
	}
	#point ul li:nth-of-type(2) {
		background: url("../images/index/bg_point_02.jpg") no-repeat center center;
		background-size: cover;
	}
	#point ul li:nth-of-type(3) {
		background: url("../images/index/bg_point_03.jpg") no-repeat center center;
		background-size: cover;
	}
	#point ul li:nth-of-type(4) {
		background: url("../images/index/bg_point_04.jpg") no-repeat center center;
		background-size: cover;
	}
	#point ul li:nth-of-type(5) {
		background: url("../images/index/bg_point_05.jpg") no-repeat center center;
		background-size: cover;
	}
	#point ul li:nth-of-type(6) {
		background: url("../images/index/bg_point_06.jpg") no-repeat center center;
		background-size: cover;
	}
}
#point ul li .icon {
	margin:0 auto 20px;
}
#point ul li .text {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	margin:0 auto 20px;
	color: #fff;
}
#gallery {
	background-size: cover;
	padding: 100px 0 0;
	text-align: center;
}

#gallery .around iframe {
	margin: 50px auto 30px;
	width: 100%;
	max-width: 1020px;
}
#gallery .around .btnType a {
	min-width: 280px;
	border-radius: 35px / 50%;
	font-size: 28px; font-size: 2.8rem;
	padding: 15px 40px 15px 30px;
}
#gallery .around .btnType a::after {
	content: '';
	width: 16px;
	height: 16px;
	border: 0px;
	border-top: solid 1px #e83828;
	border-right: solid 1px #e83828;
	transform: scale(0.8,1) rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}


#gallery .slide {
	overflow: hidden;
}
#gallery .slide .arc {
	background: #dc3828;
	color: #fff;
	margin: 50px auto 0;
	padding: 80px 50px;
	min-height: 300px;
	border-top-right-radius: 2000px 300px;
	border-top-left-radius: 2000px 300px;
	margin-left: -200px;
	margin-right: -200px;
	padding-left: 250px;
	padding-right: 250px;
}

#gallery .slide h4 {
	margin: 40px 0;
	color: #fff;
	font-size: 23px; font-size: 2.3rem;
}
#gallery .slider {
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
}
#gallery .slide li {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.3;
}
#gallery .slide li img{
	width: 100%;
	margin-bottom: 20px;
}

#gallery .photo {
	padding: 80px 0;
	background: url("../images/index/bg_photo.jpg") no-repeat center center;
	background-size: cover;
}
#gallery .photo h4 {
	text-align: center;
	color: #dc3828;
	font-size: 40px; font-size: 4.0rem;
	font-weight: 900;
}

#gallery .photo_nav {
	max-width: 1060px;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gallery .photo_nav li {
	margin: 0 30px;
	padding: 5px 30px;
	box-sizing: border-box;
	color: #000;
	font-size: 22px; font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.3;
	border-bottom: #000 1px solid;
	cursor: pointer;
}
#gallery .photo_nav li:hover ,
#gallery .photo_nav li.active {
	border-bottom: none;
	background: #dc3828;
	color: #fff;
	border-radius: 20px / 50%;
}

#gallery .photo_list {
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#gallery .photo_list li {
	width: 23%;
	margin: 1%;
	box-sizing: border-box;
	line-height: 1.3;
	overflow: hidden;
	border-radius: 5px;
}
#gallery #popupbg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}
#gallery #popupwrap {
	position: fixed;
	width: 80%;
	z-index: 1000;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	display: none;
	max-width: 800px;
}
#gallery #popupwrap.horizontal {
}
#gallery #popupwrap.vertical {
}

#gallery #popupwrap .close {
	position: absolute;
	right: -1em;
	top: -1em;
	color: #fff;
	font-size: 3em;
	cursor: pointer;
}
#gallery #popupwrap .popitem img {
	max-width: 100%;
	height: auto;
}
#gallery #popupwrap .popitem p {
	background: rgba(0, 0, 0, 0.5);
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.35;
	padding: 10px;
	color: #fff;
}
#gallery .shirahama {
	margin: 60px auto;
}
#gallery .shirahama a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 880px;
	height: 176px;
	box-sizing: border-box;
	border-radius: 88px;
	font-size: 26px; font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.7;
	color: #fff;
	text-decoration: none;
	padding: 0 30px 0 20px;
	position: relative;
	background: url("../images/index/bg_shirahama.jpg") no-repeat center center;
	background-size: cover;
}
#gallery .shirahama a::after {
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: scale(0.8,1) rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 45px;
}

#access {
	padding: 60px 0 0;
	text-align: center;
}
#access iframe {
	margin: 45px 0 0;
	width: 100%;
	height: 310px;
}
#access .tel {
	background: #ede6e0;
	margin: 60px auto 0;
	padding: 60px 20px;
	display: flex;
	justify-content: center;
}
#access .tel li {
	margin: 10px 20px;
	background: #fff;
	border-radius: 10px;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
	padding: 20px 30px;
}
#access .tel li a {
	margin-top: 5px;
	font-size: 24px; font-size: 2.4rem;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #000;
}
#access .tel li a img {
	width: 20px;
	padding-right: 5px;
}

@media screen and (max-width: 767px) {
	#index h3 {
		font-size: 7.2vw;
	}
	#fv {
	}
  #fv .text {
    padding-bottom: 40vw;
	}
	#fv .text h2 img{
		width: 80%;
	}
	#fv .text p {
		margin-top: 3vw;
	}
	#fv .fvslider .slick-dots {
		bottom: 3vw;
	}
	.slick-dots li button:before {
		font-size: 3vw;
	}

	#fv .fvslider .img03 span{
		font-size: 1.6vw;
    line-height: 1.2;
		left: auto;
		right: 2%;
		text-align: right;
		bottom: 3vw;
	}
  #fv .event {
    max-width: 100%;
    width: calc(670/750 * 100vw);
    right: calc(40/750 * 100vw);
    bottom: calc(80/750 * 100vw);
    padding: calc(20/750 * 100vw) 0;
    font-size: calc(19/750 * 100vw);
    text-align: center;
  }
  #fv .event h3 {
    font-size: calc(40/750 * 100vw);
    color: #000;
    text-align: center;
  }
  #fv .event h3 strong {
    font-size: calc(47/750 * 100vw);
    color: #d93a30;
  }
  #fv .event h3 span {
    font-size: calc(29/750 * 100vw);
  }
  #fv .event h3 .date {
    font-size: calc(29/750 * 100vw);
  }
  #fv .event p {
    margin-top: calc(10/750 * 100vw);
  }
  #fv .event .text1 {
    font-size: calc(28/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
  }
  #fv .event .text1 span {
    font-size: calc(30/750 * 100vw);
  }
  #fv .event .text2 {
    font-size: calc(22/750 * 100vw);
  }
  #fv .event .text3 {
    letter-spacing: -0.1em;
  }
  #fv .event .text3 span {
    font-size: calc(27/750 * 100vw);
    letter-spacing: 0;
  }
  #fv .event .text4 {
    letter-spacing: -0.1em;
  }
  #fv .event.cancel {
    padding: calc(25/750 * 100vw) 0;
  }
  #fv .event.cancel h3 {
    margin-bottom: calc(10/750 * 100vw);
  }
  #fv .event.cancel p {
    font-size: calc(28/750 * 100vw);
  }

	#fv .news {
	}
	#fv .news_box {
		box-sizing: border-box;
		font-size: 3.2vw;
		display: block;
		padding: 3vw;
	}
	#fv .news_box h3 {
		text-align: left;
		width: 100%;
		margin: 1vw 0;
		font-size: 3.9vw;
	}
	#fv .news_box .ticker {
		margin: 1vw 0;
		width: 100%;
	}
#worcationroom {
  width: calc(650/750 * 100vw);
  padding: calc(100/750 * 100vw) 0 calc(0/750 * 100vw);
}
#worcationroom a {
  height: calc(180/750 * 100vw);
  background: url("../images/index/btn_worcationroom_sp.png") no-repeat center center;
  background-size: 100% auto;
	font-size: calc(28/750 * 100vw);
}
#worcationroom a span {
	font-size: calc(70/750 * 100vw);
}
#worcationroom a::after {
	width: calc(23/750 * 100vw);
	height: calc(23/750 * 100vw);
	border-top: solid calc(2/750 * 100vw) #fff;
	border-right: solid calc(2/750 * 100vw) #fff;
	transform: translate(-50%,-50%) rotate(45deg);
	right: calc(50/750 * 100vw);
}

	#about .anchor {
		padding: 12vw 4.6vw;
	}
	#about .anchor .about {
		flex-direction: column;
		gap: 0;
	}
	#about .anchor .about h3 {
		text-align: center;
	}

	#about .anchor .about p {
		max-width: 100%;
		margin: 5vw 5vw 8vw;
	}

	/* #about .anchor .twitter {
		width: 100%;
	}
	#about .anchor .twitter {
		padding: 5vw;
		box-sizing: border-box;
	}
	#about .anchor .twitter h3 {
		font-size: 5.8vw;
		margin-bottom: 4vw;
	} */
	#about .office {
		display: block;
	}
	#about .office .text{
		width: 100%;
		padding: 12vw 2vw;
	}
	#about .office .text_box {
		width: 85%;
	}
	#about .office .text_box h3 {
		text-align: center;
			font-size: 6.4vw;
		margin-bottom: 8vw;
	}
	#about .office .text_box .btnType {
		margin-top: 8vw;
	}

	#about .office .image{
		width: 100%;
	}
	#about .office .btnType {
		text-align: center;
	}

	#point {
		text-align: center;
		overflow: hidden;
	}
	#point .arc {
		padding: 12vw 200px 15vw;
		min-height: 40vw;
		margin-left: -200px;
		margin-right: -200px;
	}

	#point ul {
		margin: 5vw auto 3vw;
	}
	#point ul li {
		width: 70%;
		padding: 4vw 6vw 2vw;
		margin: 4vw;
		font-size: 3.2vw;
		border-radius: 3vw;
	}
	#point ul li .icon {
		margin:0 auto 2vw;
	}
	#point ul li .text {
		margin:0 auto 2vw;
	}
	#gallery {
		padding: 12vw 0 0;
	}

	#gallery .around iframe {
		margin: 6vw auto 4vw;
		height: 60vw;
	}
	#gallery .around .btnType a {
			min-width: 50vw;
			border-radius: 9vw;
			font-size: 4.8vw;
			padding: 2.5vw 4.5vw;
	}
	#gallery .slide .arc {
		margin: 5vw auto 0;
		padding: 8vw 0;
		min-height: 300px;
		border-top-right-radius: 2000px 300px;
		border-top-left-radius: 2000px 300px;
		margin-left: -200px;
		margin-right: -200px;
		padding-left: 250px;
		padding-right: 250px;
	}

	#gallery .slide h4 {
		margin: 5vw 0;
		font-size: 4.2vw;
	}
	#gallery .slider {
		display: block;
	}
	#gallery .slide li {
		width: 100%;
		padding: 3vw 0;
	}
	#gallery .slide li img{
		margin-bottom: 2vw;
	}
	#gallery .photo {
		padding: 10vw 5vw;
	}
	#gallery .photo h4 {
		font-size: 7.2vw;
	}

	#gallery .photo_nav {
		margin: 4vw auto;
	}
	#gallery .photo_nav li {
		margin: 2vw 2vw;
		padding: 1vw 5vw;
		font-size: 4vw;
	}
	#gallery .photo_nav li:hover ,
	#gallery .photo_nav li.active {
		border-radius: 4vw / 50%;
	}

	#gallery .photo_list {
	}
	#gallery .photo_list li {
		width: 48%;
		margin: 1%;
		border-radius: 1vw;
	}
	#gallery #popupwrap .popitem img {
		max-width: 100%;
		height: auto;
	}
	#gallery #popupwrap .popitem p {
		font-size: 3.6vw;
		padding: 2vw;
	}

	#gallery .shirahama {
		margin: 8vw 0;
	}
	#gallery .shirahama a {
		width: 90%;
		height: 30vw;
		border-radius: 15vw;
		font-size: 5.2vw;
		line-height: 1.4;
		padding: 0 3vw 0 2vw;
	}
	#gallery .shirahama::after {
		width: 5vw;
		height: 5vw;
		right: 8vw;
	}

	#access {
		padding: 6vw 0 0;
	}
	#access iframe {
		margin: 4vw 0 0;
		height: 60vw;
	}
	#access .tel {
		margin: 12vw auto 0;
		padding: 6vw 3vw;
		display: block;
	}
	#access .tel li {
		width: 60%;
		margin: 2vw auto;
		border-radius: 2vw;
		font-size: 2.9vw;
		padding: 3vw 4vw;
	}
	#access .tel li a {
		margin-top: 1vw;
		font-size: 4.6vw;
	}
	#access .tel li a img {
		width: 3vw;
		padding-right: 1vw;
	}

}