@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Figtree:wght@400;500;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&&display=swap");

.zen {
  font-family: "Zen Kaku Gothic New","Noto Sans JP", sans-serif; }

/* トップスライダー（slider-pro）
------------------------------*/
.sp-image  {
  height: auto;
  width: 100%!important;
	margin-top: 0!important
}

.sp-slide.sp-selected {
    opacity: 1;
}

.sp-slide {
    cursor: default;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
    cursor: auto;
}

#Topslider {
    margin-bottom: 180px;
	border-bottom: 15px solid #231815;
}

#Topslider img {
    width: 100%;
}




#mainVisu {
	background: linear-gradient(90deg, #8ecdbf 0%, #9ec4e8 100%);
	position: relative;
	width: 100%;
    overflow: hidden;
}

.leftPhoto {
    position: absolute;
}

.rightPhoto {
    position: absolute;
}

#mainVisu .bgWhite {
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#mainVisu h1 {
	text-align: center;
	font-weight: bold;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	line-height: 1.2;
	z-index: 2;
}

#mainVisu h1 span {
	vertical-align: top;
	font-weight: bold;
}

#mainVisu .three {
	position: absolute;
	z-index: 1;
}

#mainVisu p {
	text-align: center;
	color: #fff;
	font-weight: 600;
	letter-spacing: 4px;
}

#sec01 h2 {
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 8%;
}

#sec01 p.subTitle {
    line-height: 1.6;
	font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #3e3a39;
    display: inline-block;
	padding-bottom: 4%;
	margin-bottom: 4%;
}

#sec01 p.text {
	margin-bottom: 10%;
	letter-spacing: 4px;
}

#sec01 li,#sec03 .bgGrade li  {
	padding: 6% 2%;
}

#sec01 li p,#sec03 .bgGradeBox li p {
	color: #fff;
	text-align: center;
}

#sec01 li p.textBig,#sec03 .bgGradeBox li p.textBig {
	font-weight: bold;
}

#sec01 li p.textBig span.textSmall {
	font-size: 70%;
}

#sec02 .hr {
	text-align: center;
	position: relative;
}

#sec02 .hr:before {
	content:"";
	background: #3e3a39;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#sec02 h2 {
	transform: skewX(-35deg);
	border: 1px solid #3e3a39;
	padding: 2% 10%;
	text-align: center;
	display: inline-block;
	background: #fff;
}

#sec02 h2 span {
	transform: skewX(35deg);
	display: inline-block;
	font-weight: 600;
}

#sec02 .textBox h3 {
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

#sec02 .textBox h3 span.textSmall {
	letter-spacing: 2px;
	font-size: 60%;
}

#sec02 .textBox h3 span.letterSpace {
	letter-spacing: 6px;
}

#sec02 .textBox .title {
	font-weight: bold;
}	


#sec02 .textBox .right {
	width: 90px;
	margin: 0 0 0 auto;
}

#sec03 {
	background: linear-gradient(90deg, #8ecdbf 0%, #9ec4e8 100%);
	position: relative;
	padding: 50px 0;
	margin-bottom: 10%;
}

/*#sec03 .innerBox {
	padding: 0 5%;
}*/

#sec03 .tsukubaProject {
	position: absolute;
	top:-40px;
	left: 0;
	right: 0;
	width: 85%;
	margin: 0 auto 4%;
	padding: 2% 6%;
	border-top: 1px solid #3e3a39;
	text-align: center;
}

#sec03 .tsukubaProject:before {
	content: "";
	border-left: 1px solid #3e3a39;
	width: 1px;
	height: 35%;
	position: absolute;
	left: 0;
	top:0;
}

#sec03 .tsukubaProject:after {
	content: "";
	border-right: 1px solid #3e3a39;
	width: 1px;
	height: 35%;
	position: absolute;
	right: 0;
	top:0;
}

#sec03 h4 {
    font-weight: 800;
    font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: 5px;
	text-align: center;
}

#sec03 h4 span.textSmall {
    font-size: 8px;
	display: block;
	letter-spacing: 1px;
}

#sec03 h4 span.dots {
	background-image: radial-gradient(circle at center, #3e3a39 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: 3px; 
}

#sec03 .bgWhite80 {
	padding: 15px;
}

#sec03 .bgWhite80 h5 {
	color: #2f5c97;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

#sec03 #bukkenList li {
	background: #fff;
	padding: 5px;
	box-shadow: 0px 0px 7px rgb(4 0 0 / 50%);
	margin-bottom: 70px;
	justify-content: flex-start;
}

#sec03 #bukkenList .logo {
	width: 60%;
	margin: 8% auto 20px;
	position: relative;
}

#sec03 #bukkenList .logo:after {
    content: "";
    position: absolute;
    background: #3E3A39;
    height: 1px;
    width: 130%;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

#sec03 #bukkenList .airs .logo img {
	width: 35%;
}

#sec03 #bukkenList .condition {
	font-size: 10px;
	border: 1px solid #3e3a39;
	padding: 5px;
	text-align: center;
	margin-bottom: 25px;
	display: inline-block;
}

#sec03 #bukkenList .bukkenImage {
	width: 58%;
	position: relative;
	padding-bottom: 30px;
	padding-right: 5px;
}

#sec03 #bukkenList .bukkenImage img {
	width: 100%;
}

#sec03 #bukkenList .bukkenImage .text {
	position: absolute;
	font-size: 10px;
}

#sec03 #bukkenList .nishicho .bukkenImage .text {
	top: 10px;
	text-align: right;
	right: 0;
}

#sec03 #bukkenList .bukkenImage .text.rightTop {
	top: 22px;
	text-align: right;
	right: 0;
}

#sec03 #bukkenList .bukkenImage .text.rightBottom {
	bottom: 30px;
	text-align: right;
	right: 0;
}

#sec03 #bukkenList .bukkenImage .text.leftTop {
	top: 22px;
	left: 0;
}

#sec03 #bukkenList .bukkenImage .text.leftBottom {
	bottom: 30px;
	left: 0;
}

#sec03 #bukkenList .bukkenImage .text p {
	margin-bottom: 2px;
}

#sec03 #bukkenList .bukkenImage .text p span {
	display: inline-block;
	background: #fff;
	padding: 0 5px;
	color: #231815;
	font-size: 20px;
}

#sec03 #bukkenList .ichikawa .bukkenImage .text p span {
	background: #e83828;
	color: #fff;
	font-size: 34px;
}

#sec03 #bukkenList .bukkenImage .btnMore {
	position: absolute;
    bottom: 7%;
	left:0;
	right: 0;
	margin: 0 auto;
    text-align: right;
}

#sec03 #bukkenList .bukkenImage .btnMore a {
    display: block;
    color: #2f5c97;
    font-weight: 800;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    padding: 6px 0;
    box-shadow: 2px 2px 10px #aaaaaa;
	position: relative;
}

#sec03 #bukkenList .bukkenImage .btnMore a:before {
    content:"";
	background: url("../images/common/arrow01.svg") no-repeat 0 50%;
	background-size: 20px;
	position: absolute;
	left:5px;
	top:50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

#sec03 #bukkenList .rightArea {
    width: 42%;
	display: flex;
    flex-direction: column;
}

#sec03 #bukkenList .access {
	font-size:30px; 
	line-height: 1.4;
	padding: 10px 0 20px;
	text-align: center;
}

#sec03 #bukkenList .bgBlack {
	padding: 15px;
	margin: auto 0 0 0;
}

#sec03 #bukkenList .bgBlack p {
	color:#fff;
	text-align: center;
}



#sec03 #bukkenList .access span.textSmall {
	font-size:16px;
	line-height: 2.6;
}

#sec03 #bukkenList .access span.textBig {
	font-size:36px; 
}

#sec03 .contactBox {
    justify-content: center;
    margin-bottom: 60px;
    background: #ffffff;
    padding: 40px 0;
}

#sec03 .contactBox .btn a {
    padding: 15px 75px;
    border-radius: 50px;
    display: inline-block;
    overflow: hidden;
    margin: 0 25px;
}

#sec03 .contactBox .btn a span {
    font-size: 20px;
	font-weight: bold;
}

#sec03 .contactBox .reserveBtn a {
    background: #A4696A;
	color: #fff;
}

#sec03 .contactBox .requestBtn a {
    background: #6991a4;
}

#sec03 .bgBlue {
	width: 94%;
	margin: 0 auto 15px;
	padding: 5px 0;
	border-radius: 30px;
    border: 3px solid #fff;
	text-align: center;
}

#sec03 .bgBlue a {
	display: inline-block;
	text-align: center;
	
}

#sec03 .bgBlue a .name {
	font-size: 15px;
	border-bottom: 1px solid #fff;
	margin: 0 auto 5px;
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
}

#sec03 .bgBlue a .detailBtn {
	font-size: 25px;
	margin: 0 auto 5px;
	font-weight: 400;
	text-shadow: 2px 2px 3px #040000;
	letter-spacing: 3px;
}

#sec03 .btnList {
	justify-content: center;
	text-align: center;
	width: 100%;
	margin: 0 auto 0;
}

#sec03 .btnList a {
    background: #914446;
    color: #fff;
    padding: 2px 20px;
    border-radius: 12px;
	border: 2px solid #fff;
    font-size: 9px;
    margin: 0 auto 20px;
    letter-spacing: 2px;
	width: 45%;
	display: block;
	text-align: center;
	font-weight: bold;
}

#sec03 .btnList a:last-child {
	background: #c9bc9c;
	color:#3e3a39;
}

#sec03 .kukaku {
    border: 3px solid #fff;
    position: absolute;
	display: flex;
    align-items: center;
	text-align: center;
	box-shadow: 0px 0px 7px rgb(4 0 0 / 50%);
}

#sec03 .kukaku p {
    color: #231815;
	margin: 0 auto;
}

#sec03 .kukaku p span {
	display: block;
}

.new {
    height: 0;
    width: auto;
    border-bottom: 30px solid #231815;
    border-left: 32px solid transparent;
    color: #fff;
    display: inline-block;
	position: absolute;
    top: -30px;
    right: 0;
}

.new p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 0px 15px;
    line-height: 30px;
}


.bgRedInfo {
	height: 0;
    width: auto;
    border-bottom: 30px solid #231815;
    border-right: 32px solid transparent;
    color: #fff;
    display: inline-block;
}

.bgRedInfo p {
	color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 0px 15px;
    line-height: 30px;
}

#information .bgWhite {
	padding: 20px 20px 40px;
}

#information .title {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 0;
	width: 100%;
}

#information .logoText .logo {
	width: 55%;
	margin: 0 auto 20px;
}

#information .bgGrade {
	padding: 15px 20px;
}

#information .bgGrade p {
	text-align: center;
	font-weight: bold;
}

#information .bgGrade p .textBig {
	font-size: 120%;
}	


#information .photo {
    position: relative;
}

#information .planBtn {
    border-radius: 50px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 8px rgb(4 0 0 / 30%);
	width: 45%;
    margin: 0 auto;
}

#information .planBtn a {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 8px rgb(4 0 0 / 30%);
    color: #2f5c97;
    padding: 6px 0;
    display: block;
    text-align: center;
	position: relative;
	font-size: 20px;
	padding-left: 15px;
}

#information .planBtn a:before {
    content: "";
    background: url(../images/common/arrow02.svg) no-repeat 0 50%;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.planList {
	width: 100%;
	margin: 0 auto 50px;
	justify-content: center;
}

.planList li {
	width: 48%;
	max-width: 495px;
	margin: 0 1% 20px;
	margin: 0 7px 14px;
}

.planList li a {
	display: block;
	padding: 0;
}

.planList li a:hover {
	opacity: 1;
	filter: drop-shadow(0px 0px 3px #333);
	transition: .5s;
}


@media screen and (max-width: 767px) {
	#Topslider {
		margin-bottom: 20%;
	}
	
	#mainVisu {
		padding: 12% 0 8%;
		margin-bottom: 20%;
	}
	
	#mainVisu .bgWhite {
		width: 200px;
		height: 200px;
		margin-bottom: 7%;
	}	
	
	#mainVisu h1 {
		font-size: 28px;
		margin-bottom: 7%;
	}
	
	#mainVisu h1 span.letterSpace {
		letter-spacing: 6px;
		text-indent: -6px;
	}
	
	#mainVisu .three {
		left: -35%;
		width: 60%;
		top: 32%;
	}
	
	#mainVisu p {
		letter-spacing: 1px;
	}
	
	.leftPhoto {
		left: -15%;
		width: 52%;
		top: 7%;
	}
	
	.rightPhoto {
		right: -10%;
		width: 55%;
		top: 0;
	}
	
	#sec01 h2 {
		font-size: 22px;
	}	
	
	#sec01 p.text {
		letter-spacing: 2px;
	}
	
	#sec01 ul.flexBox {
		display: block;
		width: 90%;
		margin: 0 auto 12%;
	}	
	
	#sec01 li {
		margin-bottom: 2%;
	}	
	
	#sec01 li p,#sec03 .bgGradeBox li p {
		font-size: 14px;
	}	
	
	#sec01 li p.textBig,#sec03 .bgGradeBox li p.textBig {
		font-size: 18px;
	}
	
	#sec02 .hr {
		margin-bottom: 6%;
	}	
	
	#sec02 h2 {
		transform: skewX(-35deg);
		border: 1px solid #3e3a39;
		padding: 1% 16%;
		text-align: center;
		display: inline-block;
		background: #fff;
		line-height: 1.4;
	}

	#sec02 h2 span {
		font-size: 20px;
	}	
	
	#sec02 .textBox {
		display: block;
		width: 90%;
		margin: 0 auto 20%;
	}

	#sec02 .textBox h3 {
		font-size: 46px;
		margin-bottom: 6%;
	}
	
	#sec02 .textBox .title {
		font-size: 18px;
		margin-bottom: 4%;
	}	
	
	#sec02 .textBox .text {
		font-size: 14px;
		margin-bottom: 15px;
	}

	#sec02 .photoBox {
		display: block;
		width: 100%;
		margin-bottom: 10%;
	}	
	
	#sec03 .innerBox {
		padding: 0 2%;
	}
	
	#sec03 .bgWhite80 {
		margin-bottom: 50px;
	}
		
	#sec03 h4 span.dots {
		background-image: radial-gradient(circle at center, #3e3a39 18%, transparent 18%);
		background-size: 26px 4px;
	}
	
	#sec03 .bgGradeBox {
		display: block;
		width: 100%;
		margin: 0 auto ;
	}	
	
	#sec03 .bgGradeBox li {
		margin-bottom: 15px;
		padding: 10px 0;
	}
	
	#sec03 .bgGradeBox li:last-child {
		margin-bottom: 0;
	}
	
	#sec03 .bgBlue a .name {
		font-size: 12px;
	}

	#sec03 .bgBlue a .detailBtn {
		font-size: 18px;
	}
	
	#sec03 .btnList a {
		font-size: 12px;
		padding: 4px 30px;
		margin: 0 2% 0;
		width: 44%;
	}
	
	#sec03 .kukaku {
        top: -15px;
        right: 5px;
        width: 70px;
        height: 70px;
    }

	#sec03 .kukaku p {
		font-size: 12px;
	}

	#sec03 .kukaku p span {
		font-size: 10px;
	}
	
	#sec03 #bukkenList li {
		width: 100%;
		margin-bottom: 30px;
	}
	
	#sec03 #bukkenList .bukkenImage {
		width: 100%;
		padding-right: 0;
	}
	
	#sec03 #bukkenList .bukkenImage .text.leftTop {
		top: 10px;
	}
	
	#sec03 #bukkenList .bukkenImage .text.rightTop {
		top: 10px;
	}	
	
	#sec03 #bukkenList .bukkenImage .text.leftBottom {
		bottom: 20px;
	}
	
	#sec03 #bukkenList .bukkenImage .text p span {
		font-size: 12px;
	}
	
	#sec03 #bukkenList .ichikawa .bukkenImage .text p span {
		font-size: 20px;
	}
	
	#sec03 #bukkenList .bukkenImage .btnMore {
		bottom: 3%;
	}	

	#sec03 #bukkenList .rightArea {
		width: 100%;
		position: relative;
	}	
	
	#sec03 #bukkenList .logo {
		width: 100%;
		margin: 5% auto 6%;
		text-align: center;
	}
	
	#sec03 #bukkenList .logo:after {
		width: 80%;
	}
	
	#sec03 #bukkenList li.funabashi .logo img {
		width: 50%;
	}
	
	#sec03 #bukkenList li.yachiyo .logo img {
		width: 32%;
	}
	
	#sec03 #bukkenList li.ichikawa .logo img {
		width: 50%;
	}	
	
	#sec03 #bukkenList li.airs .logo img {
		width: 33%;
	}	
	
	#sec03 #bukkenList li.jimba .logo img {
		width: 45%;
	}
	
	#sec03 #bukkenList li.kasuga .logo img {
		width: 45%;
	}
	
	#sec03 #bukkenList li.kamikawarazaki .logo img {
		width: 45%;
	}
	
	#sec03 #bukkenList .access {
		font-size: 5.8vw;
	}	
	
	#sec03 #bukkenList .access span.textSmall {
		font-size: 3.4vw;
	}
	
	#information .logoText {
		width: 100%;
	}

	#information .bgGrade {
		padding: 15px 0;
		width: 80%;
		margin: 0 auto 30px;
	}
			
	#information .planBtn {
		width: 100%;
	}
	
	#information .bgWhite {
		padding: 20px 15px 30px;
		width: 100%;
        margin: 0 auto;
	}
	
	.planList {
		justify-content: space-between;
		margin: 0 auto 20px;
	}

	.planList li {
		width: 46%;
		box-shadow: 0 0 8px 1px #cccccc;
		margin: 0 2% 4%;
	}
	
	#information .planBtn a {
		padding: 12px 0;
		font-size: 14px;
	}	
	
	#information .planBtn a:before {
		width: 20px;
		height: 20px;
		left: 7px;
	}

	
	#sec03 .contactBox {
		padding: 30px 0;
	}
	
	#sec03 .contactBox .btn a {
		padding: 10px 38px;
		margin: 0 10px;
	}

	#sec03 .contactBox .btn a span {
		font-size: 18px;
	}
		
	
	
	
}
 
@media screen and (min-width: 768px) {
	
	#Topslider {
		margin-bottom: 100px;
	}
	
	#mainVisu {
		padding: 12% 0 8%;
		margin-bottom: 100px;
	}
	
	#mainVisu .bgWhite {
		width: 300px;
		height: 300px;
		margin-bottom: 7%;
	}	
	
	#mainVisu h1 {
		font-size: 40px;
		margin-bottom: 25px;
		letter-spacing: 4px;
		position: inherit;
		z-index: 10;
	}
	
	#mainVisu h1 span.letterSpace {
		letter-spacing: 17px;
		margin-right: -15px;
	}

	#mainVisu h1 span {
		font-size: 36px;
	}
	
	#mainVisu .three {
		left: -33%;
		width: 60%;
		top: 35%;
		z-index: 2;
	}

	.leftPhoto {
		left: -15%;
		width: 52%;
		top: 7%;
	}
	
	.rightPhoto {
		right: -10%;
		width: 55%;
		top: 0;
	}
	
	#sec01 h2 {
		font-size: 22px;
		margin-bottom: 40px;
	}
	
	#sec01 p.text {
		margin-bottom: 40px;
	}
	
	#sec01 ul.flexBox {
		width: 90%;
		margin: 0 auto 12%;
	}	
	
	#sec01 li {
		padding: 20px;
		width: 60%;
		margin: 0 auto 2%;
	}	
	
	#sec01 li p,#sec03 .bgGradeBox li p {
		font-size: 14px;
	}	
	
	#sec01 li p.textBig,#sec03 .bgGradeBox li p.textBig {
		font-size: 20px;
	}
	
	#sec02 .hr {
		margin-bottom: 6%;
	}	
	
	#sec02 h2 span {
		font-size: 26px;
	}
	
	#sec02 .textBox {
		display: block;
		width: 90%;
		margin: 0 auto 20%;
	}

	#sec02 .textBox h3 {
		font-size: 46px;
		margin-bottom: 6%;
	}
	
	#sec02 .textBox .title {
		font-size: 18px;
		margin-bottom: 4%;
	}	
	
	#sec02 .textBox .text {
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 2;
	}	
	
	#sec02 .photoBox {
		display: block;
		width: 100%;
		margin-bottom: 10%;
	}	
	
	#sec03 {
		background: #c9bc9c;
		position: relative;
		padding: 100px 0;
		margin-top: 100px;
		margin-bottom: 100px;
	}

	#sec03 .bgWhite80 {
		margin-bottom: 80px;
	}
	
	#sec03 .bgGradeBox {
		display: block;
		width: 100%;
		margin: 0 auto ;
	}	
	
	#sec03 .bgGradeBox li {
		margin-bottom: 15px;
	}
	
	#sec03 .bgGradeBox li:last-child {
		margin-bottom: 0;
	}
	
	#sec03 .bgBlue a .name {
		font-size: 12px;
	}

	#sec03 .bgBlue a .detailBtn {
		font-size: 18px;
	}
	
	#sec03 #bukkenList li {
		width: 100%;
		margin-bottom: 30px;
	}
	
	#sec03 #bukkenList .bukkenImage {
		width: 100%;
		padding-right: 0;
	}
	
	#sec03 #bukkenList .bukkenImage .text.leftTop {
		top: 12px;
	}	
	
	#sec03 #bukkenList .bukkenImage .btnMore {
		bottom: 3%;
	}	

	#sec03 #bukkenList .rightArea {
		width: 100%;
		position: relative;
	}	
	
	#sec03 #bukkenList .logo {
        width: 100%;
        margin: 20px auto;
        text-align: center;
        min-height: 70px;
		display: flex;
        flex-direction: column;
        justify-content: center;
    }
	
	#sec03 #bukkenList .logo:after {
		width: 80%;
	}
	
	#sec03 #bukkenList li.funabashi .logo img {
		width: 50%;
	}
	
	#sec03 #bukkenList li.yachiyo .logo img {
		width: 32%;
	}
	
	#sec03 #bukkenList li.ichikawa .logo img {
		width: 50%;
	}	
	
	#sec03 #bukkenList li.airs .logo img {
		width: 35%;
	}	
	
	#sec03 #bukkenList li.jimba .logo img {
		width: 42%;
	}	
	
	#sec03 #bukkenList li.kasuga .logo img {
		width: 42%;
	}	
	
	#sec03 #bukkenList .access {
		font-size: 5.8vw;
	}	
	
	#sec03 #bukkenList .access span.textSmall {
		font-size: 3.4vw;
	}

	#sec03 .btnList a {
		font-size: 18px;
	}
	
	#sec03 .kukaku {
		top: 15px;
		right: 15px;
		width: 90px;
		height: 90px;
	}

	#sec03 .kukaku p {
		font-size: 16px;
	}

	#sec03 .kukaku p span {
		font-size: 10px;
	}
	
	#information .logoText {
		width: 100%;
		display: flex;
	}
	
	#information .logoText .logo {
		width: 60%;
		margin: 0 auto 20px;
		padding: 0 70px;
	}

	#information .bgGrade {
		padding: 15px 0;
		width: 68%;
		margin: 0 auto 30px;
	}
	
	#information .planBtn {
		width: 70%;
		margin-bottom: 30px;
	}

	#information .planBtn a {
		padding: 15px 0;
		font-weight: bold;
	}	
	

}

@media screen and (min-width:960px) {
	
	#Topslider {
		margin-bottom: 120px;
	}
	
	#mainVisu {
		padding: 110px 0 45px;
		margin-bottom: 120px;
	}
	
	#mainVisu .bgWhite {
		width: 320px;
		height: 320px;
		margin-bottom: 35px;
	}	
	
	#mainVisu h1 {
		font-size: 36px;
		margin-bottom: 7%;
		letter-spacing: 4px;
	}
			
	#mainVisu p {
		font-size: 18px;
	}

	.leftPhoto {
		left: 3%;
		width: 35%;
		top: 5%;
	}
	
	.rightPhoto {
		right: 3%;
		width: 37%;
		top: 0;
	}
	
	#sec01 h2 {
		font-size: 24px;
	}	
	
	#sec01 p.subTitle {
		font-size: 18px;
		letter-spacing: 2px;
	}
		
	#sec01 ul.flexBox {
		width: 90%;
		margin: 0 auto 70px;
	}	
	
	#sec01 li {
		width: 30%;
		margin: 0 auto;
	}
		
	#sec01 li p,#sec03 .bgGradeBox li p {
		font-size: 10px;
	}	
	
	#sec01 li p.textBig,#sec03 .bgGradeBox li p.textBig {
		font-size: 18px;
	}
	
	#sec02 h2 span {
		font-size: 30px;
		letter-spacing: 3px;
	}
	
	#sec02 .flexBox {
		width: 100%;
		margin: 0 0 60px auto;
	}
	
	#sec02 .textBox {
		width: 40%;
		margin: 0 auto 0;
		padding: 25px 25px 0;
	}

	#sec02 .textBox h3 {
		margin-bottom: 20px;
		text-align: left;
		letter-spacing: 4px;
		font-size: 40px;
	}
	
	#sec02 .textBox .title {
		margin-bottom: 25px;
	}
		
	#sec02 .photoBox {
		width: 60%;
		margin-bottom: 0;
	}
	
	#sec02 .photoBox.sp {
		display: none;
	}
	
	#sec02 .bgBox {
		background: url("../images/top/photo02.jpg") no-repeat 50% 50%;
		background-size: cover;
		margin-bottom: 25px;
	}
	
	#sec02 .bgBox .bgWhite80.textBox {
		padding-bottom: 65px;
	}
	
	#arrow div {
		height: 130px;
	}	
	
	#arrow div::before {
		height: 60px;
	}	
	
	#arrow div::after {
		top: 53px;
		left: -14px;
	}
	
	#sec03 .tsukubaProject {
		width: 60%;
	}
	
	#sec03 .bgWhite80 {
		margin-bottom: 50px;
	}
	
	#sec03 .bgGradeBox {
		display: flex;
		width: 100%;
		margin: 0 auto ;
		align-items: center;
	}	
	
	#sec03 .bgGradeBox li {
		margin-bottom: 0;
		width: 32%;
		padding: 15px 0;
	}
			
	#sec03 .bgGradeBox li:nth-child(2),#sec03 .bgGradeBox li:last-child {
		margin-bottom: 0;
		padding: 30px 0;
	}
	
	#sec03 .bgGradeBox li p {
		margin-bottom: 5px;
	}
	
	#sec03 #bukkenList li {
		width: 100%;
	}
	
	#sec03 #bukkenList .bukkenImage {
		width: 58%;
		padding-right: 5px;
	}
	
	#sec03 #bukkenList .rightArea {
		width: 42%;
	}	
	
	#sec03 #bukkenList .logo {
        margin: 20px auto;
        height: 110px;
    }
	
	#sec03 #bukkenList .condition {
		padding: 2px;
		width: 60%;
	}

	#sec03 .bgBlue a .name {
		font-size: 15px;
	}

	#sec03 .bgBlue a .detailBtn {
		font-size: 25px;
	}
	
	#sec03 .btnList a {
		font-size: 14px;
		padding: 2px 0;
		margin: 0 5px 0;
		text-align: center;
		letter-spacing: 2px;
	}
	
	#sec03 .kukaku {
        left: auto;
        width: 65px;
        height: 65px;
    }
	
	#sec03 .kukaku p {
		font-size: 12px;
	}
	
	#sec03 .kukaku p span {
		font-size: 10px;
	}
	
	#sec03 #bukkenList .access span.textSmall {
      font-size: 16px;
		line-height: 1;
    }	
	
	#sec03 #bukkenList .access {
		font-size: 25px;	
	}
	
	#sec03 #bukkenList .bukkenImage .btnMore {
		bottom: 30px;
	}

	#information .logoText {
		width: 100%;
	}
	
	#sec03 #bukkenList .bukkenImage .btnMore a {
		width: 40%;
		max-width: 180px;
	}
	
	#information .bgGrade {
		padding: 11px 0;
		width: 100%;
		margin: 0 auto 30px;
	}
	
	#sec03 #bukkenList li.nishicho .bgBlack .access,#sec03 #bukkenList li.airs .bgBlack .access {
		padding: 49px 0
	}
	
	
	#information .title {
		font-size: 20px;
		text-shadow: 1px 1px 5px #333;
	}	
	
	#information .logoText {
		width: 25%;
		display: unset;
	}
	
	#information .logoText .logo {
		width: 71%;
		margin: 0 auto 10px;
		padding: 0;
	}
	
	#information .photo {
		width: 70%;
		margin-bottom: 20px;
	}
		
	#information .bgWhite {
		padding: 20px 20px 10px;
	}	
	

}

@media screen and (min-width: 1120px) {
	
	#Topslider {
		margin-bottom: 180px;
	}

	#mainVisu {
		padding: 110px 0 45px;
		margin-bottom: 180px;
	}
	
	
	#mainVisu .bgWhite {
		width: 360px;
		height: 360px;
		margin-bottom: 55px;
	}	

	#mainVisu h1 {
		font-size: 40px;
	}
	
	#mainVisu p {
		font-size: 22px;
		line-height: 2;
	}
	
	.leftPhoto {
		left: 0%;
		width: 38%;
	}	
	
	.rightPhoto {
		right: 0%;
		width: 41%;
	}
	
	#sec01 p.subTitle {
		padding-bottom: 25px;
		margin-bottom: 25px;
		letter-spacing: 4px;
	}
	
	#sec01 ul.flexBox {
		width: 94%;
		max-width: 850px;
		margin: 0 auto 90px;
	}
	
	#sec01 li {
		padding: 40px 0;
	}
	
	#sec01 li p, #sec03 .bgGradeBox li p {
		font-size: 14px;
	}
	
	#sec01 li p.textBig {
		font-size: 24px;
		letter-spacing: 2px;
	}	
	
	#sec02 h2 {
		padding: 8px 6%;
	}
	
	#sec02 .flexBox {
		margin: 0px 0 25px auto;
	}
		
	#sec03 .innerBox {
		width: 94%;
		max-width: 1120px;
		margin: 0 auto;
	}
	
	#sec03 .tsukubaProject {
		top: -90px;
		width: 94%;
		max-width: 1120px;
		margin: 0 auto;
		padding: 2% 2%;
	}
	
	#sec03 .tsukubaProject img {
		width: 90%;
	}
	
	#sec03 h4 {
		display: inline-block;
		font-size: 30px;
	}
	
	#sec03 h4 span.dots {
		background-size: 1.2em 0.3em;
	}	

	
	#sec03 h4 span.textSmall {
		display: table-cell;
	}

	#sec03 .bgGradeBox li p.textBig {
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 1.4;
	}	
		
	#information .planBtn {
        width: 45%;
    }
	
	
	#sec03 #bukkenList li.jimba .logo img {
		width: 30%;
	}	
	
	#sec03 #bukkenList li.kasuga .logo img {
		width: 40%;
	}
	
	#sec03 #bukkenList li.kamikawarazaki .logo img {
		width: 50%;
	}
	
	
	
	
}


@media screen and (min-width:1400px)  {
	
	#mainVisu {
		padding: 150px 0 50px;
	}
	
	#mainVisu .bgWhite {
		width: 450px;
		height: 450px;
	}	
	
	#mainVisu h1 span {
		font-size: 45px;
	}

	#mainVisu h1,#mainVisu h1 span.letterSpace {
		font-size: 60px;
	}
		
	.leftPhoto {
		left: 4%;
		top: 4%;
		width: 36%;
	}
	
	.rightPhoto {
		right: 3%;
		width: 38%;
	}
	
	#sec01 h2 {
		font-size: 28px;
		letter-spacing: 4px;
	}	
	
	#sec01 ul.flexBox {
		width: 94%;
		max-width: 1120px;
	}
	
	#sec02 h2 {
		padding: 8px 65px;
	}

	#sec02 .flexBox {
		width: 90%;
		margin: 0 0 25px auto;
	}
	
	
	#sec02 .flexBox:last-child {
		margin: 0 0 50px auto;
	}
	
	#sec02 .textBox {
		width: 28%;
	}
	
	#sec02 .photoBox {
		width: 68%;
	}	
	
	#sec02 .textBox h3 {
		font-size: 60px;
	}
	
	#sec02 .textBox h3 span.letterSpace {
		letter-spacing: 9px;
	}
	
	#sec02 .textBox .title {
		letter-spacing: 4px;
	}	
	
	#sec03 h4 {
		display: inline-block;
		font-size: 28px;
	}
	
	#sec03 h4 span.textSmall {
		display: table-cell;
		letter-spacing: 1px;
	}
	
	#sec03 .bgWhite80 {
		margin: 0 auto 50px;
	}
	
	#sec03 h4 span.dots {
		background-image: radial-gradient(circle at center, #3e3a39 18%, transparent 18%);
		background-size: 33px 8px;
		padding-top: 6px;
	}
	
	#sec03 .bgWhite80 h5 {
		font-size: 20px;
		letter-spacing: 5px;
	}	


}




@media screen and (min-width:1920px)  {
	
	#mainVisu .bgWhite {
		width: 500px;
		height: 500px;
	}

	#mainVisu {
		padding: 190px 0 70px;
	}

	#mainVisu .three {
		left: -30%;
	}
	
	#mainVisu p {
		font-size: 30px;
	}	

	.leftPhoto {
		left: 9%;
		width: 30%;
		max-width: 637px;
	}	

	.rightPhoto {
		right: 11%;
		width: 32%;
		max-width: 700px;
	}

	#sec01 h2 {
		font-size: 37px;
		margin-bottom: 70px;
	}	
	
	#sec01 p.subTitle {
		font-size: 24px;
		padding-bottom: 40px;
    	margin-bottom: 40px;
	}	
	
	#sec01 p.text {
		margin-bottom: 40px;
		font-size: 18px;
	}	
	
	#sec01 li p, #sec03 .bgGradeBox li p {
		font-size: 15px;
	}	
	
	#sec01 li p.textBig {
		font-size: 30px;
	}	
	
	#sec02 .textBox h3 {
		font-size: 75px;
	}
	
	#sec02 .textBox .title {
		font-size: 23px;
	}
		
	#sec02 .flexBox {
		margin: 0 auto 20px auto;
		max-width: 1620px;
	}

	#sec02 .flexBox:last-child {
		margin: 0 auto 60px auto;
	}	
		
	#sec03 {
		padding: 75px 0;
	}	

	#sec03 h4 {
		display: inline-block;
		font-size: 30px;
	}
	
	#sec03 .bgWhite80 h5 {
		font-size: 24px;
	}	
	
	#sec01 li p {
		font-size: 15px;
	}	
	
	.bgGradeBox li p.textBig {
		font-size: 28px;
	}	
	
	#sec03 .bgGradeBox li p.textBig {
		font-size: 28px;
		line-height: 1.4;
	}	
	
	#sec03 .bgGradeBox li p span.textSmall {
		font-size: 70%;
	}	
	
	#sec03 .bgGradeBox li {
		padding: 30px 0;
	}	
	
	#sec03 .bgGradeBox li:nth-child(2), #sec03 .bgGradeBox li:last-child {
		padding: 50px 0;
	}	

	#sec03 .bgWhite80 {
		margin: 0 auto 75px;
	}	

	#sec03 .kukaku {
		top: 23px;
		width: 88px;
		height: 88px;
	}	
	
	#sec03 .kukaku p {
		font-size: 18px;
	}	
	
	
	#information .title {
		font-size: 28px;
		letter-spacing: 4px;
	}	
	
	#information .bgGrade p {
		font-size: 17px;
	}	
	
	
	
}


/*----------------------------------------
 op
----------------------------------------*/

.MV{
width: 100%;
position: relative;
}

/*.MV:before {
    content: "";
    display: block;
    padding-top: 44.315%;
}*/

.op{
justify-content: flex-start;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: none;
z-index: 21;
	background: #fff;
}

.op video {
    min-width: 100%;
    min-height: 100%;
width: 100%;
height: 100% !important;
vertical-align: top;
object-fit: cover;
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
}

#skip{
width: 100px;
padding: 12px 10px;
font-weight: bold;
text-align: center;
background-color: #fff;
position: absolute;
right: 10px;
bottom: 10px;
z-index: 21;
cursor: pointer;
	line-height: 1;
}

#skip:hover{
background-color: #eee;
}

.main_text{
position: absolute;
top: 20%;
left: 50%;
width: 50%;
transform: translate(-50%, -20%);
}

.main_logo{
position: absolute;
bottom: 120px;
left: 50%;
transform: translateX(-50%);
width: 7%;
}

.op.sc_top{
animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
height: 100vh;
  }
  100% {
    opacity: 0;
height: 0;
  }
}


@media screen and (max-width: 768px) {

/*----------------------------------------
 op
----------------------------------------*/
.MV{
height: 100%;
position: relative;
}

/*.MV:before {
    content: "";
    display: block;
    padding-top: 100%; 
}*/

.main_v {
height: 100%;
}

#skip{
width: 70px;
padding: 12px 5px;
font-weight: bold;
text-align: center;
background-color: #fff;
position: absolute;
z-index: 22;
cursor: pointer;
}


.op{
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
left: 0;
}


.op video {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    min-width: 100%;
    min-height: auto;
	width: 100%;
	height: 100% !important;
	vertical-align: top;
}

	#Topslider {
    overflow: hidden;
    margin-bottom: 0;
}
	
	#op {
        width: 100%!important;
		height: 100%;
        aspect-ratio: 1 / 1; /* 縦横比を1:1に固定 */
		overflow: hidden;
    }
	
	#op video {
        width: 100%!important;
		height: 100%;
        aspect-ratio: 1 / 1; /* 縦横比を1:1に固定 */
		object-fit: cover;
		overflow: hidden;
    }
	
	.MV { /* #Topsliderの親要素 */
		overflow: hidden;
		margin-bottom: 80px;
	}	
	
	
	

}


/*----------------------------------------
GW、お盆の休暇
----------------------------------------*/
.holiday {
    margin: 80px auto 0;
	padding-top: 60px;
    text-align: center;
}

.holiday .border {
	display: inline-block;
	padding: 20px 50px;
	border: 2px solid #3e3a39;
}

.holiday .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.holiday p {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 5px;
	margin-left: 5px;
}

.holiday .textSmall {
	font-size: 14px;
}




@media screen and (min-width: 320px) and (max-width: 767px)  {
	.holiday {
		margin: 0 auto;
        padding-top: 40px;
	}

	.holiday .border {
		padding: 20px 25px;
	}
	
	.holiday .title {
		font-size: 16px;
	}

	.holiday p {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 3px;
		margin-left: 3px;
	}

	.holiday .textSmall {
		font-size: 12px;
	}
	

}

/*----------------------------------------
TVCM
----------------------------------------*/

.tvcm {
    margin: -110px auto 200px;
    text-align: center;
	font-weight: 600;
}

.tvcm .cm_img {
	width: 90%;
	max-width: 500px;
	margin: 40px auto 0;
	cursor: pointer;
}



@media screen and (min-width: 320px) and (max-width: 767px)  {

	.tvcm {
		margin: -50px auto 80px;
	}
	
}

/*----------------------------------------
GALLERY
----------------------------------------*/

.sec02 .inner {
  max-width: 1020px;
  width: calc(100% - 40px);
  margin: 0 auto; }


.sec02 .slide_box {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 0 75px;
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
	  
	.sec02 .inner {
		width: 82%;
	}
	  
	  
    .sec02 .slide_box {
      margin: 0 -20px;
      width: calc(100% + 40px);
      padding: 0 20px;
      margin-bottom: 30px; } }
  .sec02 .slide_box .swiper-button-prev {
    left: 0; }
  .sec02 .slide_box .swiper-button-next {
    right: 0; }
  .sec02 .slide_box .swiper-button-next, .sec02 .slide_box .swiper-button-prev {
    top: 33%;
    width: 28px;
    height: 99px; }
    @media screen and (max-width: 480px) {
      .sec02 .slide_box .swiper-button-next, .sec02 .slide_box .swiper-button-prev {
        width: 14px;
        height: 50px; } }
  .sec02 .slide_box .swiper-button-next:after, .sec02 .slide_box .swiper-button-prev:after {
    content: none; }
  .sec02 .slide_box .slide_ttl {
    font-size: clamp(12px, calc(16vw / 10.6), 16px);
    text-align: center;
    margin: 3em 0 1em; }
    .sec02 .slide_box .slide_ttl P {
      font-weight: 700;
      line-height: 1;
      padding: 0 1em 0.2em;
      display: inline-block;
      border-bottom: solid 1px #000; }
      @media screen and (max-width: 480px) {
        .sec02 .slide_box .slide_ttl P {
          font-size: calc(14vw / 3.9);
          padding: 0 0 0.2em; } }
  .sec02 .slide_box .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center; }
    .sec02 .slide_box .swiper-pagination .swiper-pagination-bullet {
      margin: 0 0.7em;
      background: none;
      font-size: clamp(12px, calc(20vw / 10.6), 20px);
      color: #000;
      line-height: 1;
      font-weight: 700;
      width: 1.4em;
      height: 1.4em;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .sec02 .slide_box .swiper-pagination .swiper-pagination-bullet {
          font-size: calc(16vw / 3.9); } }
      .sec02 .slide_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #dae000; }
.sec02 .tab_box {
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .sec02 .tab_box {
      margin-bottom: 20px; } }
  .sec02 .tab_box .tab_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: clamp(10px, calc(16vw / 10.6), 16px);
    margin-bottom: 1.5em;
    color: #000;
    line-height: 1;
    font-weight: 700; }
    .sec02 .tab_box .tab_ttl::before {
      content: "";
      display: block;
      flex: 1;
      height: 1px;
      background: #333;
      margin-right: 0.6em; }
    .sec02 .tab_box .tab_ttl::after {
      content: "";
      display: block;
      flex: 1;
      height: 1px;
      background: #333;
      margin-left: 0.6em; }
  .sec02 .tab_box .tab {
    display: flex;
    justify-content: center;
    font-size: clamp(10px, calc(16vw / 10.6), 16px);
    padding-bottom: 1.5em;
    border-bottom: solid 1px #000;
    gap: 25px; }

    @media screen and (max-width: 480px) {
      .sec02 .tab_box .tab {
        font-size: calc(12vw / 3.9);
        gap: 15px 0;
        flex-wrap: wrap;
        justify-content: space-between; } }

    @media screen and (max-width: 480px) {
      .sec02 .tab_box .tab li {
        width: 48%; } }
    .sec02 .tab_box .tab li p {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: clamp(10px, calc(16vw / 10.6), 16px);
      font-weight: 700;
      line-height: 1;
      color: #435764;
      height: 2em;
      padding: 0 1em;
      border: solid 2px #e1dbcc;
      background: #e1dbcc;
      border-radius: 1em 0 1em 1em; }
      @media screen and (max-width: 480px) {
        .sec02 .tab_box .tab li p {
          font-size: calc(12vw / 3.9);
          height: 3em;
          padding: 0 0.2em; } }


  .sec .sec_ttl {
    font-size: clamp(14px, calc(72vw / 10.6), 72px);
    color: #435764;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 768px) {
      .sec .sec_ttl {
        line-height: 0.8; } }
    @media screen and (max-width: 480px) {
      .sec .sec_ttl {
        font-size: calc(30vw / 3.9);
        margin-bottom: 0.8em; } }
    .sec .sec_ttl .en {
      font-weight: 600; }
    .sec .sec_ttl .sr {
      font-size: 50%; }
      @media screen and (max-width: 768px) {
        .sec .sec_ttl .sr {
          display: none; } }
    @media screen and (max-width: 768px) {
      .sec .sec_ttl .s3 {
        display: block; } }
    .sec .sec_ttl .s1 {
      font-size: 34%; }
      @media screen and (max-width: 480px) {
        .sec .sec_ttl .s1 {
          font-size: 50%; } }
    .sec .sec_ttl .s2 {
      display: block;
      font-size: clamp(12px, calc(20vw / 10.6), 20px);
      color: #231815;
      letter-spacing: 0.05em;
      line-height: 1;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .sec .sec_ttl .s2 {
          display: inline-block; } }
      @media screen and (max-width: 480px) {
        .sec .sec_ttl .s2 {
          font-size: calc(14vw / 3.9); } }


  .sec .more {
    margin: 0 auto 120px; }
    .sec .more a {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin: 0 auto;
      font-size: clamp(12px, calc(20vw / 10.6), 20px);
      width: 13em;
      height: 2.2em;
      color: #fff;
      font-weight: 700;
      text-align: center;
      background: #ff6914;
      border-radius: 1.1em;
      transition: all 0.3s; }
      .sec .more a .icon {
        position: absolute;
        left: 0.4em;
        top: 0;
        height: 100%;
        width: 1.3em;
        display: flex;
        align-items: center; }
      @media screen and (max-width: 480px) {
        .sec .more a {
          font-size: calc(14vw / 3.9); } }
      .sec .more a:hover {
        opacity: 0.5; }

