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


/* contents-top */

.contents-top {
	width: 100%;
}

.contents-top img {
	width: 100%;
	height: auto;
}

/* link01 */

h6.link01 a {
color: #000;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	display: inline-block;
	padding: 15px 20px;
	min-width: 280px;
	text-align: center;
	position: relative;
	border-style : solid;
border-color : #ea764f;
border-width : 1px;
}

.contents06 h6.link01 a {
color: #FFF;
border-color : #FFF;
}

h6.link01 a:hover {
	background-color: #ea764f;
	color: #FFF;
	opacity: 1;
}

.contents06 h6.link01 a:hover {
	background-color: #FFF;
	color: #ea764f;
}

h6.link01 a::before {
content: "";
	position: absolute;
right: 0px;
top: 17px;
	background-image: url("common/images/link-arrow01.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 93px;
	height: 8px;
	margin-right: -30px;
	transition: .5s;
}

.contents06 h6.link01 a::before {
	background-image: url("common/images/link-arrow02.svg");
}

h6.link01 a:hover::before {
	margin-right: -40px;
}


/* main-img-top */

.main-img-top {
	width: 100%;
	position: relative;
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
}

.main-img-top image {
	width: 100%;
height: auto;
	clip-path: url(#clip);
}

.main-img-top img {
	width: 100%;
height: auto;
}

.main-img-top .box01 {
	width: 52%;
}

.main-img-top .box02 {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
	flex-direction: column;
}

.main-img-top .box02 .box-text {
	width: 90%;
	max-width: 1480px;
	padding-top: 40px;
}

.main-img-top .box02 .box-inner {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	align-items: center;
}

.main-img-top h2, .main-img-top h3 {
	font-family: "Josefin Sans", sans-serif;
}

.main-img-top h2 {
	font-size: 77px;
	color: #ea764f;
line-height: 1;
letter-spacing: 0.2em;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	padding-top: 90px;
}

.main-img-top h2::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("top/images/text-open.svg?1");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 640px;
	height: 60px;
}

.main-img-top h3 {
	font-size: 37px;
line-height: 0.8;
	color: #FFF;
letter-spacing: 0.1em;
	font-weight: 300;
	background-color: #ea764f;
	display: inline-block;
	padding: 15px 20px 4px;
}

.main-img-top h4 {
	font-size: 63px;
line-height: 1.2;
letter-spacing: 0.2em;
	font-weight: 200;
	padding: 30px 0px;
}

.main-img-top h5, .main-img-top h6 {
	font-size: 27px;
line-height: 1.2;
letter-spacing: 0.1em;
	font-weight: 300;
}

.main-img-top h5 {
	padding-right: 12px;
}

.main-img-top h6 {
	color: #FFF;
	background-color: #ea764f;
	display: inline-block;
	padding: 6px 20px 8px;
}


/* contents07 */

.contents07 {
	width: 100%;
	position: relative;
	margin-top: -100px;
	padding: 200px 0px 160px;
	margin-bottom: 80px;
	text-align: center;
}

.contents07::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("common/images/back01.jpg");
background-position: center top;
background-repeat: repeat-y;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.contents07 .box-inner {
	width: 1080px;
}

.contents07 .item-wrap {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents07 .box {
	width: 340px;
	position: relative;
}

.contents07 .box::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("top/images/link-more01.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 19px;
	margin-bottom: -40px;
}

.contents07 .box:nth-child(even)::after {
	background-image: url("top/images/link-more02.svg");
}

.contents07 .box-img {
	position: absolute;
left: 0px;
top: 45px;
	width: 100%;
}

.contents07 .box-img img {
	border-radius: 50%;
	border-style : solid;
border-color : #f1f1f1;
border-width : 25px;
}

.contents07 .box-text {
	height: 330px;
	width: 88%;
	margin: 0px auto;
	background-color: #ea764f;
	border-radius: 20px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	padding-top: 50px;
}

.contents07 .box:nth-child(even) .box-text {
	background-color: #595757;
}

.contents07 h2 {
	font-size: 42px;
line-height: 1.5;
letter-spacing: 0.2em;
font-weight: 200;
	margin-bottom: 60px;
}

.contents07 h3 {
	font-size: 22px;
line-height: 1.4;
	font-weight: 400;
letter-spacing: 0.05em;
	margin-bottom: 280px;
}

.contents07 p {
color: #FFF;
	line-height: 1.4;
	font-weight: 400;
}

/* box-tour */

.box-tour {
	width: 1000px;
	background-color: #FFF;
	padding: 70px 120px 60px;
	border-radius: 40px;
	margin-bottom: 100px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.box-tour .box-day {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	padding: 40px 0px 30px;
}

.box-tour .box-open {
	padding: 20px 0px;
	border-radius: 20px;
	background-color: #666666;
}

.box-tour h5:nth-child(1) img {
	height: 80px;
}

.box-tour h5:nth-child(2) img {
	height: 27px;
}

.contents07 .box-tour h2 {
	font-size: 52px;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 200;
	margin-bottom: 15px;
}

.contents07 .box-tour h4 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 28px;
	color: #FFF;
line-height: 0.8;
letter-spacing: 0.1em;
font-weight: 200;
	display: inline-block;
	padding: 10px 60px 4px;
	background-color: #ea764f;
}

.contents07 .box-tour h6 {
	font-size: 32px;
line-height: 1.4;
letter-spacing: 0.2em;
font-weight: 200;
	margin-bottom: 30px;
}

.contents07 .box-tour p {
	font-size: 28px;
	letter-spacing: 0.1em;
}


/* contents01 */

.contents01 {
	width: 100%;
	position: relative;
	padding: 60px 0px;
}

.contents01::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("common/images/back01.jpg");
background-position: center top;
background-repeat: repeat-y;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.contents01 .box-inner {
	width: 100%;
	position: relative;
	padding: 40px 0px 40px;
	padding-left: 15%;
}

.contents01 .box-inner::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("top/images/logo01.svg");
background-position: center center;
background-repeat: no-repeat;
	background-size: auto 70%;
	width: 10%;
	height: 100%;
	display: block;
	background-color: #ea764f;
}

.contents01 .box-inner::before {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("top/images/img01.png");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 50%;
	height: 950px;
	margin-top: -170px;
}

.contents01 p {
	line-height: 2.2;
	width: 55%;
	position: relative;
}

/* contents02 */

.contents02 {
	width: 100%;
	padding: 140px 0px 30px;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	align-items: center;
}

.contents02 .box-img {
	width: 45%;
}

.contents02 .box-img img {
	border-radius: 0px 140px 140px 0px;
	max-height: 740px;
}

.contents02 .box-text {
	width: 45%;
}

.contents02 .midashi02 {
	padding-left: 8%;
}

.contents02 .box-box {
	background-color: #f1f1f1;
	padding: 30px 0px;
	padding-left: 8%;
	border-radius: 0px 35px 35px 0px;
}

.contents02 ul li {
	font-size: 26px;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 300;
}

.contents02 ul li:not(:last-child) {
	margin-bottom: 15px;
}



/* contents03 */

.contents03 {
	width: 100%;
	text-align: center;
	background-image: url("top/images/back02.svg");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 100%;
	padding-top: 100px;
	margin-bottom: 140px;
}

.contents03 .box-inner {
	width: 1200px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:60px;
}

.contents03 .box {
	width: 330px;
}

.contents03 .lay01 {
	border-radius: 25px;
	padding: 35px 30px;
	background-color: #ea764f;
}

.contents03 .box:nth-child(even) .lay01 {
	background-color: #595757;
}

.contents03 .lay02 {
	padding: 20px 20px 0px;
	text-align: left;
}

.contents03 h4, .contents03 h5 {
color: #FFF;
letter-spacing: 0.1em;
font-weight: 300;
}

.contents03 h4 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 34px;
line-height: 1;
	position: relative;
	padding-top: 50px;
}

.contents03 h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	font-size: 50px;
}

.contents03 .box:nth-child(1) h4::before {
	content: "01";
}

.contents03 .box:nth-child(2) h4::before {
	content: "02";
}

.contents03 .box:nth-child(3) h4::before {
	content: "03";
}

.contents03 .box:nth-child(4) h4::before {
	content: "04";
}

.contents03 .box:nth-child(5) h4::before {
	content: "05";
}

.contents03 h5 {
	font-size:26px;
line-height: 1.4;
	letter-spacing: 0.2em;
	border-top-style : solid;
border-color : rgba(255, 255, 255, 0.5);
border-width : 1px;
	padding-top: 20px;
	margin-top: 20px;
}

.contents03 p {
	font-size: 14px;
}


/* contents04 */

.contents04 {
	width: 100%;
	background-image: url("common/images/back01.jpg");
background-position: center top;
background-repeat: repeat-y;
background-size: 100% auto;
	padding: 100px 0px 140px;
}

.contents04 .lay01 {
	width: 100%;
	background-image: url("common/images/midashi01.svg");
background-position: center bottom;
background-repeat: no-repeat;
background-size: 1060px auto;
	padding-bottom: 50px;
	margin-bottom: 100px;
}

.contents04 .lay01 p {
	text-align: center;
	display: flex;
    align-items: flex-start;
}

.contents04 .lay01 p::before,
.contents04 .lay01 p::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ea764f;
}

.contents04 .lay01 p::before {
    margin-right: 80px;
}

.contents04 .lay01 p::after {
    margin-left: 80px;
}

.contents04 .lay02 .box {
	width: 100%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
}

.contents04 .lay02 .box:nth-child(even) {
	flex-direction: row-reverse;
}

.contents04 .lay02 .box:not(:last-child) {
	margin-bottom: 80px;
}

.contents04 .lay02 .box-img {
	width: 46%;
}

.contents04 .lay02 .box-img img {
	max-height: 740px;
	object-position: top;
}

.contents04 .lay02 .box:nth-child(odd) .box-img img {
	border-radius: 0px 140px 140px 0px;
}

.contents04 .lay02 .box:nth-child(even) .box-img img {
	border-radius: 140px 0px 0px 140px;
}

.contents04 .lay02 .box-text {
	width: 50%;
}

.contents04 .lay02 .box-box {
	background-color: #FFF;
	padding: 40px 50px;
}

.contents04 .lay02 .box:nth-child(odd) .box-box {
	border-radius: 35px 0px 0px 35px;
	padding-right: 10%;
}

.contents04 .lay02 .box:nth-child(even) .box-box {
	border-radius: 0px 35px 35px 0px;
	padding-left: 10%;
}

.contents04 .lay02 .box:nth-child(even) .midashi02 {
	padding-left: 10%;
}


/* contents05 */

.contents05 {
	width: 100%;
	padding: 100px 0px;
}

.contents05 .lay01 {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:0px 5%;
	margin-bottom: 70px;
}

.contents05 .lay01 .box-img {
	width: 45%;
}

.contents05 .lay01 .box-img img {
	max-height: 760px;
	object-position: top;
}

.contents05 .lay01 .box-text {
	width: 42%;
}

.contents05 .lay01 .box-box {
	border-left-style : solid;
border-color : #ea764f;
border-width : 20px;
	padding: 15px 0px;
	padding-left: 60px;
}

.contents05 .lay02 {
	width: 1180px;
	background-color: #f1f1f1;
	border-radius: 60px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding: 40px 120px;
	margin-bottom: 70px;
}

.contents05 .lay02 .box {
	width: 50%;
	padding: 20px 0px;
	
}

.contents05 .lay02 .box:last-child {
	padding-left: 140px;
	border-left-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
	
}

.contents05 .lay03 {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 40px;
}

.contents05 .lay03 img {
	height: 150px;
	width: auto;
}

.contents05 .lay01 h2 {
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 500;
	position: relative;
	padding-top: 160px;
	margin-bottom: 60px;
}

.contents05 .lay01 h2::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("top/images/text01.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 520px;
	height: 135px;
}

.contents05 .lay01 h3, .contents05 .lay01 h6, .contents05 .lay02 h6 {
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 300;
}

.contents05 .lay01 h3 {
	font-size: 38px;
}

.contents05 .lay01 h6, .contents05 .lay02 h6 {
	font-size: 33px;
	margin-bottom: 20px;
}

.contents05 p {
	padding: 10px 0px 40px;
}

.contents05 ul li {
	line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
}

.contents05 ul li:not(:last-child) {
	margin-bottom: 15px;
}

/* contents06 */

.contents06 {
	width: 100%;
	background-color: #ea764f;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	text-align: center;
}

.contents06 .lay01 {
	width: 38%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.contents06 .lay02 {
	flex: 1;
}

.contents06 .lay02 img {
	max-height: 530px;
}

.contents06 h2, .contents06 h3 {
color: #FFF;
line-height: 1.2;
}

.contents06 h2 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 74px;
line-height: 1;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.contents06 h3 {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 10px 0px 50px;
}


/* contents08 */

.contents08 {
	width: 100%;
	background-color: #f1f1f1;
	padding: 100px 0px 90px;
}

.contents08 .midashi01 {
	margin-bottom: 35px;
}

.news-box {
	width: 1180px;
	background-color: #FFF;
	border-radius: 35px;
	padding: 30px 80px;
}

.contents08 iframe {
	width: 100%;
	height: 280px;
}

/*text-box*/
.contents07 .text-box {
	width: 1000px;
    background-color: #f1f1f1;
    border-radius: 60px;
    padding: 40px 120px;
    margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
}

.contents07 .text-box h4 {
	font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: 300;
    margin-bottom: 20px;
}

.contents07 .text-box p {
	padding-top: 12px;
	color: #000;
	text-align: left;
}

.footer p.info {
   padding-bottom: 0px;
	padding-top: 20px;
}

.footer p {
   padding-top: 5px;
}

/*target*/
.target {
	padding : 100px 0px;
}

.target.c02{
	padding : 0px 0px 0px;
}

.target .lay02 {
	width: 600px;
	display: flex;
  justify-content: left;
align-items: center;
flex-wrap: wrap;
}

.target .lay02 ul li {
color: #231815;
line-height: 1.6;
letter-spacing: 0em;
font-weight: 400;
	text-indent: -16px;
	margin-left: 16px;
}

.target .lay02 ul li {
	font-size: 18px;
	position: relative;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 30px;
	font-weight: 500;
}

.target .lay02 ul li span {
	font-size: 16px;
	display: inline-block;
	padding: 8px 20px;
	background : rgba(234, 118, 79, 0.15);
	margin-top: 5px;
}


.target .lay02 ul li::before {
	content: "";
	position: absolute;
left: 0px;
top: 5px;
	background-image: url("common/images/check.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 18px;
	height: 18px;
}

.target .lay02 ul li:not(:last-child) {
	margin-bottom: 15px;
}





.sp-view {
	display: none;
}
