@charset "UTF-8";
/* CSS Document */
/**********************************************************/
/* PC */
/**********************************************************/
body {
  background: #CED8CE;
}

#header {
  background: #CED8CE;
}

.h-reserve {
  background: #fff;
}

.txt-area span {
  font-size: 2.5rem;
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 41px;
  margin-bottom: 30px;
  width: 337px;
  padding: 14px;
  text-align: center;
}

.mv h2 {
  font-size: 9.2rem;
}

.mv p {
  font-size: 3.7rem;
  margin-top: 50px;
}

.sec-ttl {
  text-align: center;
  width: 510px;
  padding: 20px;
  font-size: 3.5rem;
  border-radius: 89px;
  border: solid 1px #707070;
  margin: 0 auto 60px;
}

.sec-ttl span {
  font-size: 1.2rem;
  padding-top: 26px;
  display: block;
}



/**********************************
料金表
**********************************/
.price-contents{
	text-align:center;
}
.sec3 ul.price-box001{
	justify-content:space-between;
	margin: 0 auto 0px;
}
.price-box001 h3{
	color:#fff;
	background:#909090;
	height:88px;
	width:100%;
	font-size:2rem;
	line-height:88px;
}
.regular-season{
	width:40%;
}
.top-season{
	width:60%;
}
.regular-season h3{
	border-radius:30px 0 0 0;
	width:calc(100% - 5px);
}
.top-season h3{
	border-radius:0 30px 0 0;
}
.regular-season dl{
	width:50%;
}
.regular-season dt{
	width:calc(100% - 5px);
	color:#292929;
	background:#D5C5B8;
	height:80px;
	font-size:2.2rem;
	line-height:80px;
	margin:3px 0;
}
.regular-season dd,
.top-season dd{
	width:100%;
	color:#292929;
	background:#FFFFFF;
	height:80px;
	font-size:2.2rem;
	line-height:80px;
	margin:3px 0;
	position:relative;
}
.regular-season dl:first-of-type dd{
	border-radius:0 0 0 30px;
}
.regular-season dl:first-of-type dd::after,
.regular-season dl:last-of-type dd::after,
.top-season dl:first-of-type dd::after,
.top-season dl:nth-of-type(2) dd::after{
	position:absolute;
	content:"";
	top:2px;
	right:2px;
	background:#707070;
	width:1px;
	height:calc(100% - 4px);
}
.top-season dl:last-of-type dd{
	border-right:none;
	border-radius:0 0 30px 0;
}
.top-season dl{
	width:33.3%;
}
.top-season dt{
	width:calc(100% - 5px);
	color:#292929;
	background:#CBB7B7;
	height:80px;
	font-size:1.5rem;
	line-height: 1.2;
    margin: 3px 0;
    padding-top: 25px;
}
.top-season dl:last-of-type dt{
	width:100%;
}
.top-season dt span{
	font-size:1rem;
	color:#292929;
}
.top-season dl:nth-of-type(2) dt{
	font-size:1.3rem;
	text-align:left;
	padding: 18px 0 0 10px
}


.price-box002{
	font-size:1.7rem;
}
.price-box002 dl{
	margin-bottom:7px;
}
.price-box002 dt{
	color:#fff;
	background:#909090;
	border-radius:30px 0 0 30px;
	width:30%;
	height:47px;
	line-height:47px;
}
.price-box002 dd{
	color:#292929;
	background:#fff;
	border-radius:0 30px 30px 0;
	width:70%;
	height:47px;
	line-height:47px;
}
/**********************************
230320追加
**********************************/
p.topseason{
    color: #FFF;
    font-size: 12px;
    margin: -35px 0 11px 0;
}
.price-box0022{
	font-size:1.7rem;
}
.price-box0022 dl{
	margin-bottom:7px;
}
.price-box0022 dt{
	color:#fff;
	background:#909090;
	border-radius:30px 0 0 30px;
	width:30%;
	height:47px;
	line-height:47px;
}
.price-box0022 dd{
	color:#292929;
	background:#fff;
	border-radius:0 30px 30px 0;
	width:70%;
	height:47px;
	line-height:47px;
}


/**********************************
.mv
**********************************/
.mv {
  background-image: url("../images/kaya/under-fv.webp?iaac8qv9");
}

/**********************************
sec1
**********************************/
.sec1 {
  margin-top: 175px;
}

.sec1 h3 {
  font-size: 2.8rem;
  text-align: center;
}

.sec1 h3 span {
  font-size: 2.1rem;
  display: block;
  margin-top: 26px;
}

.sec1 p.sans {
  margin: 64px auto 80px;
  font-size: 1.4rem;
  line-height: 2.2;
  padding: 0 36px;
  letter-spacing: 0.25em;
}
/*
.sec1 ul {
  margin: 147px auto;
  align-items: center;
	flex-wrap:wrap;
}

.sec1 ul li:first-of-type {
  width: 58.5%;
}
.sec1 ul li:first-of-type img:first-of-type {
    margin-bottom: 28px;
}

.sec1 ul li:nth-of-type(2) {
  width: 38.4%;
}
.sec1 ul li:nth-of-type(3) {
	margin-top: 28px;
  width: 100%;
}
*/
.renewal-h{
	font-size:3.6rem;
	color:#fff;
	background:#608B63;
	border:solid 3px #fff;
	border-radius:81px;
	box-shadow: 0 5px 5px 1px rgb(0 0 0 / 24%);
	padding:35px;
	width:100%;
	text-align:center;
	margin-bottom:45px;
	letter-spacing:0.15em;
}
.photo-contents {
    max-width: 994px;
    margin: 80px auto 108px;
	width: 100%;
}
.photo-contents img{
	object-fit: cover;
}
.sec1 .txt-box {
	background:rgba(255,255,255,0.63);
	font-size:1.2rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
    align-items: center;
}
.sec1 .green-line{
	background:#608B63;
}
.sec1 .photo-001,
.sec1 .photo-002{
	max-width: 586px;
}
.sec1 .photo-001{
	margin-bottom:23px;
}
.sec1 .photo-001 li:first-of-type,
.sec1 .photo-002 li:last-of-type{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.sec1 .photo-001 li:first-of-type img{
	border-radius:30px;
	width:184px;
	height:184px;
}
.sec1 .photo-001 .txt-box {
	border-radius:30px 0 0 30px ;
	width:206px;
	height:184px;
}
.sec1 .photo-001 .txt-box p{
    width: 166px;
}
.sec1 .photo-001 .green-line{
	width:18px;
	height:184px;
	border-radius: 30px 0 0 30px;
}
.sec1 .photo-001 li:last-of-type img{
	border-radius:30px 30px 30px 0;
	width:380px;
	height:385px;
}
.sec1 .photo-002 li:first-of-type img{
	border-radius:30px 30px 0 30px;
	width:370px;
	height:377px;
}
.sec1 .photo-002 li:last-of-type img{
	border-radius:30px;
	width:197px;
	height:185px;
	margin: 0 0 0 auto;
}
.sec1 .photo-002 .txt-box {
	border-radius: 0 30px 30px 0 ;
	width:219px;
	height:177px;
}
.sec1 .photo-002 .txt-box p{
    padding-left: 20px;
}
.sec1 .photo-002 .green-line{
	width:18px;
	height:177px;
	border-radius: 0 30px 30px 0;
}
.sec1 .photo-003 li:first-of-type img{
	border-radius:30px;
	width:175px;
	height:184px;
}
.sec1 .photo-003 li:nth-of-type(2) img{
	border-radius:0 30px 30px 30px;
	width:385px;
	height:395px;
	margin-bottom: 11px;
}
.sec1 .photo-003 li:nth-of-type(3) img{
	border-radius:30px;
	width:385px;
	height:177px;
}
.sec1 .photo-003 .txt-box {
	border-radius: 30px 30px 0 0 ;
	width:193px;
	height:201px;
	flex-direction: column;
    align-items: center;
}
.sec1 .photo-003 .txt-box p{
	height: 183px;
	align-items:center;
	display: flex;
}
.sec1 .photo-003 .green-line{
	width:193px;
	height:18px;
	border-radius: 30px 30px 0 0;
}
.sec1 .photo-004 li:first-of-type img{
	border-radius:30px;
	width:175px;
	height:178px;
}
.sec1 .photo-004 li:first-of-type{
		margin:0 auto 0 0;
}
.sec1 .photo-004 li:nth-of-type(2){
	margin:0 auto;
}
.sec1 .photo-004 li:nth-of-type(3){
	margin:0 0 0 auto;
}
.sec1 .photo-004 li:nth-of-type(2) img{
	border-radius:30px;
	width:175px;
	height:178px;
}

.sec1 .photo-004 li:nth-of-type(3) img{
	border-radius:30px 0 0 30px;
	width:392px;
	height:178px;
}
.sec1 .photo-004 .txt-box {
	border-radius: 0 30px 30px 0 ;
	width:210px;
	height:178px;
}
.sec1 .photo-004 .txt-box p{
	padding-left: 10px;
}
.sec1 .photo-004 .green-line{
	width:18px;
	height:178px;
	border-radius: 0 30px 30px 0;
}
.sec1 .under-boder{
	border-bottom:solid 1px #fff;
	padding-bottom:37px;
	margin-bottom:37px;
}
/***
230317追加
***/
p.teiin{
	font-size: 18px;
    padding-top: 10px;
    letter-spacing: 0.15em;
}
.sec1 .photo-00001{
	max-width: 994px;
}
.sec1 .photo-00001{
	margin-bottom:23px;
}
.sec1 .photo-00001 li:first-of-type{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.sec1 .photo-00001 li:first-of-type img{
	border-radius:30px;
	width:184px;
	height:184px;
}
.sec1 .photo-00001 .txt-box {
	border-radius:30px 0 0 30px ;
	width:206px;
	height:184px;
}
.sec1 .photo-00001 .txt-box p{
    width: 166px;
}
.sec1 .photo-00001 .green-line{
	width:18px;
	height:184px;
	border-radius: 30px 0 0 30px;
}
.sec1 .photo-00001 li:last-of-type img{
	border-radius:30px 30px 30px 0;
	width:788px;
	height:385px;
}

/**********************************
sec2
**********************************/
.sec2 {
  margin:100px auto 197px;
}

.sec2 .sec-ttl {
  margin-bottom: 113px;
}

.sec2 dl {
  border-bottom: solid 1px #707070;
  line-height: 2.5;
  padding: 30px 0;
}

.sec2 dl:last-of-type {
  border-bottom: none;
}

.sec2 dt,
.sec2 dd {
  padding: 0 30px 0 50px;
  letter-spacing: 0.25em;
}

/**********************************
sec3
**********************************/


.sec3 ul {
	margin: 40px auto 166px 20px;
	font-size: 1.4rem;
	line-height: 2;
}
.sec3 .sec-sb-ttl{
	margin:80px auto 30px;
	background:#608B63;
	width:100%;
	padding:10px;
	font-size:2.3rem;
	color:#fff;
	font-weight:600;
	text-align:center;
	border-radius:11px;
}
.sec3 .sec-sb-txt{
	font-size:1.6rem;
	width:80%;
	margin:0 auto 35px;
	text-align:center;
}


.sec3 .link-area {
	margin: 0 auto ;
	padding: 0 50px;
}

.sec3 .link-area a {
	font-size: 4rem;
	padding: 40px 159px;
	border: solid 1px #707070;
	border-radius: 100px;
	text-align: center;
	width: 100%;
	margin: 0 auto 90px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	display: block;
}

.sec3 .link-area span {
	font-size: 2.5rem;
	padding-bottom: 17px;
	display: block;
}



.sec3 .contents-pcphoto {
	margin:0 auto;
}
.sec3 .contents-pcphoto li{
	align-items:center;
	position:relative;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	transition:0.7s;
	border-radius:40px;
	padding: 40px;
	width: 300px;
	height: 300px;
	z-index:1;
}
.sec3 .contents-pcphoto li.__photo-1{
	background-image:url("../images/top/top-kaya.webp");
}
.sec3 .contents-pcphoto li.__photo-2{
	background-image:url("../images/top/top-kura.webp");
}
.sec3 .contents-pcphoto li.__photo-3{
	background-image:url("../images/top/top-sora.webp");
}
.sec3 .contents-pcphoto li::after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	content:"";
	border-radius:40px;
	z-index:-1;
}
.sec3 .contents-pcphoto li:hover::after{
	background:rgba(0,0,0,.0);
	transition:0.7s;
}
.sec3 .contents-pcphoto a{
	color:#fff;
	font-size:1.2rem;
}
.sec3 .contents-pcphoto a:hover{
	opacity:1;
	transition:0.7s;
}
.sec3 .contents-pcphoto li div.flex{
	align-items:center;
	justify-content: left;
}
.sec3 .contents-pcphoto li h2{
	font-size:5rem;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
}
.sec3 .contents-pcphoto li h3{
	font-size:2rem;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	margin-left: 30px;
}
.sec3 .contents-pcphoto li p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 30px;
}


.detail-more{
	font-size:1.2rem;
	position:relative;
}
.detail-more::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 10px;
	bottom: -1px;
	right: -22px;
	transform: rotate(-45deg);
}
.detail-more::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 86px;
	height: 1px;
	bottom: 0px;
	right: -25px;
}
.detail-more p{
	text-align:right;
}

/**********************************
備品類
**********************************/
.addition-sec .sec-ttl {
    margin: 0 auto 50px;
}

.addition-sec .pop-up1 {
    font-size: 2.4rem;
    background: #fff;
    color: #292929;
    padding: 20px 40px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
    width: 360px;
    text-align: center;
    margin: 50px auto 100px;
}
.addition-sec .pop-up1 span{
	color:#608B63;
	font-size:2rem;
}



.addition-sec ul{
	flex-wrap:wrap;
    justify-content: left;
}

/*
.addition-sec ul:first-of-type{
	margin-bottom:40px;
}
.addition-sec ul:first-of-type li:first-of-type{
	width:57.62%;
	
}
.addition-sec ul:first-of-type li:last-of-type{
	width:40.55%;
}
.addition-sec ul:last-of-type li{
	width:49.16%;
	margin-bottom:10px;
}

*/
.addition-sec div.flex,
.modal-area3{
	max-width:953px;
}
.modaal-image .modaal-container {
	border-radius: 60px;
}
.modal-area,
.modal-area2,
.modal-area3{
	font-size:1rem;
}
.modal-area,
.modal-area2{
	margin-bottom:43px;
}
.modal-area{
	max-width: 546px;
	width:57.5%;
}
.modal-area2{
	max-width: 385px;
	width:40.9%;
}
.modal-area p,
.modal-area2 p,
.modal-area3 p{
	margin-top:20px;
}
.modal-area li,
.modal-area2 li{
	margin-bottom:15px;
}

.modal-area3 li{
	max-width:142px;
	width:15%;
	margin-bottom:30px;
	margin-left: 16px;
}


/**********************************
contact
**********************************/
.contact {
  background: #CED8CE!important;
}

/**********************************************************/
/* SP用 */
/**********************************************************/
@media (max-width: 768px) {
  section {
    padding: 70px 0;
  }
  .txt-area span {
    font-size: 1.6rem;
    margin-bottom: 20px;
    width: 240px;
    padding: 10px;
  }
  .mv h2 {
    font-size: 5rem;
  }
  .mv p {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .sec-ttl {
    width: 100%;
    padding: 10px;
    font-size: 2.2rem;
    border-radius: 89px;
  }
	
/**********************************
料金表
**********************************/	
	.sec3 ul.price-box001 {
		flex-wrap: wrap;
}
	.regular-season,
	.top-season {
		width: 100%;
		margin-bottom: 20px;
	}
	.regular-season dl:last-of-type dt{
    width: 100%;
}
	.regular-season dl:first-of-type dd {
    border-radius: 0 0 0 15px;
}
	.regular-season dl:last-of-type dd{
    border-radius: 0 0 15px 0;
}
	.regular-season dl:last-of-type dd::after{
		display:none;
}
	.regular-season h3,
	.top-season h3{
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 44px;
    font-size: 1.6rem;
    line-height: 44px;
}
	.regular-season dt {
    height: 40px;
    font-size: 1.4rem;
    line-height: 40px;
		width: calc(100% - 2px);
}
	.regular-season dd,
	.top-season dd {
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
}
	.top-season dt {
    height: 90px;
    font-size: 1rem;
	padding-top: 28px;
		width: calc(100% - 2px);
}
	.top-season dl:nth-of-type(2) dt {
    font-size: 1rem;
    padding-top: 10px;
}
	.top-season dl:first-of-type dd {
    border-radius: 0 0 0 15px;
}
	.top-season dl:last-of-type dd {
    border-radius: 0 0 15px 0;
}
	.regular-season dl:first-of-type dd::after, .regular-season dl:last-of-type dd::after, .top-season dl:first-of-type dd::after, .top-season dl:nth-of-type(2) dd::after {
		right: 0px;
	}
	
	
	.price-box002 {
    font-size: 1.1rem;
}
	.price-box002 dl{
	flex-wrap: wrap;
}
	.price-box002 dt {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
}
	.price-box002 dd {
    border-radius: 0 0 15px 15px;
    width: 100%;
    height: 24px;
    line-height: 22px;
}
/**********************************
230320追加
**********************************/
p.topseason{
    color: #FFF;
    font-size: 8px;
    margin: -17px 0 -3px 0;
}
.sec3 .sec-sb-ttl {
    margin: 50px auto 10px;
    background: #608B63;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 11px;
}

	.price-box0022 {
    font-size: 1.1rem;
}
	.price-box0022 dl{
	flex-wrap: wrap;
}
	.price-box0022 dt {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
}
	.price-box0022 dd {
    border-radius: 0 0 15px 15px;
    width: 100%;
    height: 35px;
    line-height: 18px;
}
	
  /**********************************
  sec1
  **********************************/
  .sec1 {
    margin-top: 80px;
    padding: 0 20px;
  }
  .sec1 h3 {
    font-size: 1.8rem;
  }
  .sec1 h3 span {
    font-size: 1.1rem;
    display: block;
    margin-top: 13px;
  }
  .sec1 p.sans {
    margin: 32px auto 40px;
    font-size: 1.2rem;
    padding: 0 20px;
  }
  /*.sec1 ul.flex {
    margin: 70px auto;
    flex-direction: column;
  }
  .sec1 ul li:first-of-type {
    width: 100%;
  }
  .sec1 ul li:first-of-type img:first-of-type {
    margin-bottom: 20px;
  }
  .sec1 ul li:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }*/
	.renewal-h {
    font-size: 2rem;
		padding: 20px;
	}
	.sec1 .under-boder {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 20px;
}
	.sec1 .under-boder > div {
		width: 100%;
}
	.sec1 .txt-box {
    align-items: center;
		font-size: 1rem;
}
	.sec1 .photo-001, .sec1 .photo-002 {
    max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
}
	.sec1 .photo-001 li:last-of-type {
    width:calc(100% - 160px);
}
	.sec1 .photo-001 li:first-of-type img {
    width:150px;
    height: 140px;
}
	.sec1 .photo-001 .txt-box {
    width: 160px;
    height: 150px;
}
	.sec1 .photo-001 .txt-box p {
    width: 140px;
		padding-left: 10px;
}
.sec1 .photo-001 .green-line, .sec1 .photo-002 .green-line {
    height: 145px;
}
	.sec1 .photo-001 li:last-of-type img {
    width: 100%;
    height: 300px;
}
	.photo-002 li:first-of-type {
    width: calc(100% - 160px);
}
	.sec1 .photo-002 li:first-of-type img {
    width: 100%;
    height: 300px;
}
	.sec1 .photo-002 li:first-of-type img {
    width: 100%;
    height: 300px;
}
	.sec1 .photo-002 li:last-of-type img {
    width: 150px;
    height: 140px;
}
.sec1 .photo-002 .txt-box {
    width: 160px;
    height: 150px;
    margin: auto 0 0 auto;
}
	.sec1 .photo-002 .txt-box p {
    padding-left: 10px;
}
	.sec1 .photo-003{
		width: 100%;
	}
	.sec1 .photo-003 li:first-of-type img {
    width: calc(100% - 170px);
    height: 140px;
}
	.sec1 .photo-003 .txt-box {
    width: 160px;
    height: 150px;
}
	.sec1 .photo-003 .txt-box p {
    height: 132px;
}
	.sec1 .photo-003 .green-line {
    width: 156px;
}
	.sec1 .photo-003 li:nth-of-type(2) img {
    width: 100%;
    height: 200px;
}
	.sec1 .photo-003 li:nth-of-type(3) img {
    width: 100%;
    height: 130px;
}
.sec1 .photo-004 {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
}
	.sec1 .photo-004 li:first-of-type,
	.sec1 .photo-004 li:nth-of-type(2){
		margin: 0 auto 10px;
		width: 50%;
	}
	.sec1 .photo-004 li:first-of-type img {
    width: 100%;
    height: 110px;
    padding-right: 5px;
}
.sec1 .photo-004 li:nth-of-type(2) img {
    width: 100%;
    height: 110px;
    padding-left: 5px;
}
.sec1 .photo-004 li:nth-of-type(3) {
    width: calc(100% - 185px);
}
	.sec1 .photo-004 li:nth-of-type(3) img {
    width: 100%;
    height: 150px;
}
	.sec1 .photo-004 .txt-box {
    width: 185px;
    height: 150px;
}
	.sec1 .photo-004 .green-line {
    height: 145px;
}
.sec1 .photo-contents .inner1040{
	display: block
}

.sec1 .photo-004 li:first-of-type, .sec1 .photo-004 li:nth-of-type(2){
	display: block;
	width: 100%
}
  /**********************************
  230322
  **********************************/
		.sec1 .photo-00001, .sec1 .photo-002 {
    max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
}
	.sec1 .photo-00001 li:last-of-type {
    width:calc(100% - 160px);
}
	.sec1 .photo-00001 li:first-of-type img {
    width:150px;
    height: 140px;
}
	.sec1 .photo-00001 .txt-box {
    width: 160px;
    height: 150px;
}
	.sec1 .photo-00001 .txt-box p {
    width: 140px;
		padding-left: 10px;
}
.sec1 .photo-00001 .green-line, .sec1 .photo-002 .green-line {
    height: 145px;
}
	.sec1 .photo-00001 li:last-of-type img {
    width: 100%;
    height: 300px;
}
	
  /**********************************
  sec2
  **********************************/
  .sec2 {
    margin:40px auto 90px;
    padding: 0 20px;
  }
  .sec2 .sec-ttl {
    margin-bottom: 60px;
  }
  .sec-ttl span {
    font-size: 1rem;
    padding-top: 13px;
  }
  .sec2 dt,
  .sec2 dd {
    padding: 0 15px;
  }
  /**********************************
  sec3
  **********************************/
  .sec3 {
    padding: 0 20px;
  }
  .sec3 .sec-ttl {
    margin-bottom: 35px;
  }
  .sec3 ul {
    margin: 20px auto 30px;
    font-size: 1rem;
  }
	.sec3 .sec-sb-ttl {
    font-size: 1.6rem;
}
	.sec3 .sec-sb-txt {
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto 20px;
}


.sec3 .link-area {
    margin: 0 auto 50px;
	padding: 0;
}
.sec3 .link-area a {
	font-size: 2rem;
	padding: 20px;
	margin: 0 auto 10px;
}
.sec3 .link-area span {
	font-size: 1rem;
	padding: 8px 0 0;
}


	.sec3 .contents-pcphoto {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sec3 .contents-pcphoto li{
		margin-bottom:20px;
	}
	.sec3 .contents-pcphoto li {
		padding: 40px;
		max-width: 300px;
		max-height: 200px;
	}
	.sec3 .contents-pcphoto li h2 {
		font-size: 3rem;
	}
	.sec3 .contents-pcphoto li h3 {
		font-size: 1.6rem;
	}
	.sec3 .contents-pcphoto li p {
		font-size: 1.1rem;
		margin-top: 10px;
	}
/**********************************
備品類
**********************************/
	.addition-sec{
		padding: 0 20px;
	}
.addition-sec .pop-up1 {
    font-size: 1.6rem;
    padding: 15px;
    width: 260px;
}
	.addition-sec div.flex{
    display: block;
}
	.modal-area {
    width: 100%;
		max-width: 100%;
}
	.modal-area2 {
    max-width: 100%;
    width: 100%;
}
	.modal-area3 li {
    max-width: 32%;
    width: 32%;
    margin-bottom: 30px;
    margin-left: 4px;
}

	
	
}