@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

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

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
 color: #000000;

	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
/* font-family:	"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/
 /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", Verdana, Osaka, "MS PGothic", Sans-Serif;*/
	
font-family: 'Noto Sans JP', sans-serif;

font-size: 13px;
 *font-size:small;
 *font:x-small;
 text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

.fontYuMin01 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


#top {
	overflow: hidden;
	/*min-width: 1500px;*/
}

#wrap {
	/*overflow: hidden;*/
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	/*min-width: 1000px;*/
}
#wrap.wrap02 {
	background-color: #ffffff;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	display: inline-block;
}
.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}


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

.anc {
	position: relative;
	font-size: 0px;
	line-height: 0px;
}
.ancIn {
	position: absolute;
	/*top: -66px;*/
}

#top {
	/*padding-top: 66px;*/
}

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

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}

.contIn1200 {
	box-sizing: border-box;
	width: 1200px;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
}
.contIn1000 {
	box-sizing: border-box;
	width: 1000px;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
}

.radius300 {
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	-o-border-radius: 300px;
	-ms-border-radius: 300px;
	border-radius: 300px;
}
.radius3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.radius2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}




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

/*デバイスwidth、～799px用のスタイルを記入*/

	body {

	/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	}

	#top {
		/*overflow: hidden;*/
		min-width: 375px;
	}

	#wrap {
		/*overflow: hidden;*/
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		/*min-width: 375px;*/
	}

	img {
		/*max-width: 700px;*/
		width: 100%;
		height: auto;
	}

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

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		/*top: -66px;*/
	}

	#top {
		/*padding-top: 66px;*/
	/*position: relative;
	z-index: 1;
	min-width: 0px;*/
	}

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

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}
	.spTable {
		display: table !important;
	}



}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.headerWrap01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 20px 40px 20px 20px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.headerWrap01 .h101 {
	width: 100%;
	margin: auto;
	text-align: left;
}
.headerWrap01 .h101 img {
	width: 183px;
	height: auto;
}


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

.headerMenu01Wrap {
	width: 90px;
}
.headerMenu01 {
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: #d1d9d1;*/
	width: 90px;
	height: 85px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9999;
	background-image: url("../img/menu.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 31px auto;
	cursor: pointer;
}
.headerMenu01.menuOn {
	background-image: url("../img/menu_on.png");
}

/*.headerMenu01 img {
	width: 31px;
	height: auto;
}*/

/*---*/

.slideNaviWrap01 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.2s;
}
.slideNaviWrap01.open {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9999;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
}

.slideNaviWrap01In {
	background-color: #EB95CC;
	box-sizing: border-box;
	text-align: left;
	padding: 30px 30px 30px 30px;
	width: 420px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -600px;
  transition-duration: 0.4s;
	overflow: auto;
}
.open .slideNaviWrap01In {
	right: 0px;
}

.slideNaviBg01 {
	background-color: #ffffff;
	opacity: 0.55;
	width: 120vw;
	height: 120vh;
	position: fixed;
	top: 0px;
	left: 0px;
}
.closeBtn01 {
	position: absolute;
	top: 21px;
	right: 21px;
}
.closeBtn01 img {
	width: 18px;
	height: auto;
}

.naviTit01 {
	margin-bottom: 18px;
}
.naviTit01 img {
	width: 260px;
	height: auto;
}

.naviContBox01 {
	display: flex;
	border-bottom: 1px solid #ffffff;
}
.naviContBox01.borderNon {
	border-bottom: none;
}

.naviFlexBox01 {
	padding: 12px 0px 4px 0px;
}
.naviFlexBox01 img {
	width: 55px;
	height: auto;
}

.naviFlexBox02 {
	padding: 24px 0px 4px 0px;
}
.naviFlexBox02 .link01 {
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	margin-bottom: 32px;
}
.naviFlexBox02 .link01 span {
	font-size: 12px;
	opacity: 0.5;
}

.slideNaviWrap01In a:link {	color: #ffffff;	text-decoration: none;}
.slideNaviWrap01In a:visited {	color: #ffffff;	text-decoration: none;}
.slideNaviWrap01In a:hover {	color:#ffffff;	text-decoration: underline;}
.slideNaviWrap01In a:active {	color:#ffffff;	text-decoration: none;}

.naviFlexBox02 .link02 a {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
.naviFlexBox02 .link02 a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -4px;
}

.naviSnsWrap01 {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.naviSnsWrap01 .snsTit01 {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: bold;
	margin-right: 22px;
}

.naviSnsWrap01 .snsBtn {
	margin-right: 12px;
}
.naviSnsWrap01 .snsBtn img {
	width: 25px;
	height: auto;
}


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

	.headerWrap01 {
		display: block;
		padding: 15px 50px 15px 15px;
	}
	.headerWrap01 .h101 {
		width: 100%;
		margin: auto;
		text-align: left;
	}
	.headerWrap01 .h101 img {
		width: 100px;
		height: auto;
	}

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

	.headerMenu01Wrap {
		width: 90px;
	}
	.headerMenu01 {
		display: flex;
		justify-content: center;
		align-items: center;
		/*background-color: #d1d9d1;*/
		width: 50px;
		height: 52px;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 9999;
		background-size: 28px auto;
	}
	/*.headerMenu01 img {
		width: 28px;
		height: auto;
	}*/

	/*---*/

	.slideNaviWrap01 {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		transition-duration: 0.2s;
	}
	.slideNaviWrap01.open {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 9999;
		visibility: visible;
		opacity: 1;
		transition-duration: 0.2s;
	}

	.slideNaviWrap01In {
		box-sizing: border-box;
		text-align: left;
		padding: 30px 30px 30px 30px;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		right: -600px;
		transition-duration: 0.4s;
		overflow: auto;
	}
	.open .slideNaviWrap01In {
		right: 0px;
	}

	.slideNaviBg01 {
		background-color: #ffffff;
		opacity: 0.55;
		width: 120vw;
		height: 120vh;
		position: fixed;
		top: 0px;
		left: 0px;
	}
	.closeBtn01 {
		position: absolute;
		top: 21px;
		right: 21px;
	}
	.closeBtn01 img {
		width: 18px;
		height: auto;
	}

	.naviTit01 {
		margin-bottom: 18px;
	}
	.naviTit01 img {
		width: 230px;
		height: auto;
	}

	.naviContBox01 {
		display: flex;
		border-bottom: 1px solid #ffffff;
	}
	.naviContBox01.borderNon {
		border-bottom: none;
	}

	.naviFlexBox01 {
		padding: 12px 0px 4px 0px;
	}
	.naviFlexBox01 img {
		width: 55px;
		height: auto;
	}

	.naviFlexBox02 {
		padding: 24px 0px 4px 0px;
	}
	.naviFlexBox02 .link01 {
		font-size: 16px;
		line-height: 1.0em;
		font-weight: bold;
		margin-bottom: 32px;
	}
	.naviFlexBox02 .link01 span {
		font-size: 12px;
		opacity: 0.5;
	}

	.slideNaviWrap01In a:link {	color: #ffffff;	text-decoration: none;}
	.slideNaviWrap01In a:visited {	color: #ffffff;	text-decoration: none;}
	.slideNaviWrap01In a:hover {	color:#ffffff;	text-decoration: underline;}
	.slideNaviWrap01In a:active {	color:#ffffff;	text-decoration: none;}

	.naviFlexBox02 .link02 a {
		display: inline-block;
		position: relative;
		padding-right: 20px;
	}
	.naviFlexBox02 .link02 a::after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -4px;
	}

	.naviSnsWrap01 {
		display: flex;
		align-items: center;
		margin-top: 30px;
	}
	.naviSnsWrap01 .snsTit01 {
		color: #ffffff;
		font-size: 12px;
		line-height: 1.0em;
		font-weight: bold;
		margin-right: 22px;
	}

	.naviSnsWrap01 .snsBtn {
		margin-right: 12px;
	}
	.naviSnsWrap01 .snsBtn img {
		width: 25px;
		height: auto;
	}




}



/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.mainvisualWrap01 {
	position: relative;
}
.mainvisualWrap01 .h201 {
	width: 100%;
	height: 100%;;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

.mainvisualWrap01 .h201 img {
	width: 707px;
	height: auto;
}
.mainScroll01 {
	position: absolute;
	left: 50%;
	margin-left: -29px;
	bottom: -30px;
}
.mainScroll01 img {
	width: 57px;
	height: auto;
}

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

.contBlock01 {
	padding: 65px 40px 90px 40px;
}
.contFlex01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*width: 1200px;
	margin: auto;*/
}
.flexBox01 img {
	width: 286px;
	height: auto;
}
.topSnsFlex01 {
	display: flex;
	align-items: center;
}
.topSnsFlex01 li {
	margin-left: 20px;
}
.topSnsFlex01 .li01 {
	margin-right: 14px;
}
.topSnsFlex01 .li01 img {
	width: 62px;
	height: auto;
}
.topSnsFlex01 .li02 img {
	width: 30px;
	height: auto;
}
.topSnsFlex01 .li03 img {
	width: 30px;
	height: auto;
}
.topSnsFlex01 .li04 {
	margin-left: 15px;
}
.topSnsFlex01 .li04 img {
	width: 30px;
	height: auto;
}
/*.topSnsFlex01 .li05 img {
	width: 28px;
	height: auto;
}*/

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

.contMapBlock01 {
	background-color: #F8F8F8;
	padding: 100px 40px 84px 40px;
}
.contH301 {
	color: #EB95CC;
	font-size: 40px;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 28px;
}


.contText01 {
	font-size: 20px;
	line-height: 2.0em;
	font-weight: 500;
}
.contMap01 {
	margin-top: 78px;
}
.contMap01 img {
	width: 730px;
	height: auto;
}

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

.conAncBlock01 {
	padding: 90px 40px 150px 40px;
}
.contH302 {
	margin-bottom: 140px;
}
.contH302 img {
	width: 377px;
	height: auto;
}
.contAncFlex01 {
	display: flex;
	justify-content: space-between;
	width: auto;
	max-width: 900px;
	margin: 50px auto auto auto;
}
.contAncFlex01 li {
	/*width: 30%;*/
	width: 260px;
	margin: 0px 20px;
}
.contAncFlex01 li a {
	display: block;
	position: relative;
	padding-bottom: 56px;
}
.contAncFlex01 li a::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 0px;
	left: 50%;
	margin-left: -10px
}

.contAncFlex01 a:link {	color: #000000;	text-decoration: none;}
.contAncFlex01 a:visited {	color: #000000;	text-decoration: none;}
.contAncFlex01 a:hover {	color:#000000;	text-decoration: none;}
.contAncFlex01 a:active {	color:#000000;	text-decoration: none;}

.contAncNum {
	position: absolute;
	left: 0px;
	top: 0px;
}
.contAncNum img {
	width: auto;
	height: 65px;
}
.contAncFlex01 li .text01 {
	font-size: 12px;
	line-height: 2.0em;
	font-weight: 500;
	margin-top: 4px;
}
.contAncFlex01 li .text02 {
	margin-top: 22px;
}
.contAncFlex01 li .text02 img {
	width: auto;
	height: 20px;
}

.contAncFlex01 li .text03 {
	font-size: 20px;
	line-height: 1.25em;
	font-weight: 500;
	margin-top: 15px;
}

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

.contBlock02 {
	margin-bottom: 160px;
}
.contMainwrap01 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 700px;
}
.contMainwrap01.contMain01 {
	background-image: url("../img/cont01_img01.jpg");
}
.contMainH3Wrap01 {
	padding: 120px 40px 40px 40px;
}
.contMainH3Wrap01 img {
	width: auto;
	height: 384px;
}
.contRight01 {
	text-align: right;
}
.contMainCopy01 {
	font-size: 12px;
	line-height: 2.0em;
	font-weight: 500;
	margin-top: 5px;
}
.contMidashiBlock {
	padding: 66px 40px 85px 40px;
}
.contMidashiFlex01 {
	display: flex;
	/*justify-content: space-between;*/
}
.contMidashiLeft {
	width: 690px;
	text-align: left;
}
.contMidashiLeft dt {
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
	text-align-last: justify;
}
.contMidashiLeft dd {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
}

.contMidashiImg01 {
	padding: 0px 60px;
	width: auto;
	min-width: 400px;
	box-sizing: border-box;
}
.contMidashiImg01 img {
	width: 142px;
	font-weight: normal;
}
.contBlockIn01 {
	background-color: #EAF5F5;
	padding: 140px 40px 60px 40px;
}
.contBox01 {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}
.contBox01.flexRe {
	flex-direction: row-reverse;
}
.contImg01 {
	position: relative;
	width: 700px;
}
.contImgCopy01 {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 500;
	position: absolute;
	right: 0px;
	bottom: -20px;
}
.contBox01ContIn {
	position: relative;
	text-align: left;
}
.contInBoxLeft {
	background-color: #ffffff;
	box-sizing: border-box;
	width: 560px;
	padding: 40px;
	margin-right: -60px;
}
.contInBoxRight {
	background-color: #ffffff;
	box-sizing: border-box;
	width: 560px;
	padding: 40px;
	margin-left: -60px;
}

.contH401 {
	margin-bottom: 25px;
}
.contH401 .s01 {
	display: block;
	font-size: 22px;
	line-height: 1.36em;
	font-weight: bold;
}
.contH401 .s02 {
	display: block;
	margin-top: 12px;
}
.contH401 .s02 img {
	width: auto;
	height: 16px;
}
.accessText01 {
	text-align: right;
	color: #07A794;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
	margin-top: 24px;
}
.accessText01 .s01 img {
	width: 13px;
	height: auto;
	vertical-align: middle;
	margin-right: 6px;
}
.accessText01 .s02 {
	font-weight: bold;
}
.contText02 {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
	word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

.contBox02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 54px 100px 54px 100px;
	margin: 100px auto 0px auto;
}
.contBox02Left {
	width: 226px;
	text-align: center;
}
.contBox02Left .imgWrap01 {
	position: relative;
}
.contBox02Left .imgWrap01 .p01 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
.contBox02Left .imgWrap01 .p01 img {
	width: auto;
	height: 38px;
}
.contBox02Right {
	width: 680px;
	text-align: left;
}
.contBox02Right dt {
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 25px;
}
.contBox02Right dd {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 300;
}

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

.contImgWrap01 {
	/*background-image: url("../img/cont01_img07.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	height: 692px;
	width: 100%;
	/*background: transparent;*/
}
.parallax-slider {
     top: 0;
     left: 0;
}
.contBoxLeft01 {
	text-align: left;
	width: 480px;
}
.contBoxRight01 {
	text-align: left;
	width: 660px;
}
.contFlex02 {
	display: flex;
	justify-content: space-between;
	margin: 44px auto 0px auto;
}
.contBox03 {
	margin-bottom: 70px;
}

.contBtnWrap01 {
	text-align: center;
}
.contBtn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 19px;
	line-height: 1.4em;
	font-weight: 500;
	background-color: #4FB9ED;
	width: 330px;
	height: 60px;
	margin: auto;
}
a.contBtn01:link {	color: #ffffff;	text-decoration: none;}
a.contBtn01:visited {	color: #ffffff;	text-decoration: none;}
a.contBtn01:hover {	color:#ffffff;	text-decoration: none;}
a.contBtn01:active {	color:#ffffff;	text-decoration: none;}

.contBtn01::after {
  content: '';
	display: inline-block;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	margin-left: 15px;
	margin-bottom: 5px;
}

/*.contBtn01 span {
	display: inline-block;
	position: relative;
}
.contBtn01 span::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -3px;
	right: -24px;
}*/

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

.contMainwrap01.contMain02 {
	background-image: url("../img/cont02_img01.jpg");
}

.contMainwrap01.contMain03 {
	background-image: url("../img/cont03_img01.jpg");
}


.contLeft01 {
	text-align: left;
}
.contBlockIn02 {
	background-color: #F2EFEA;
	padding: 140px 40px 60px 40px;
}

.contImgWrap01.contImgWrap02 {
	/*background-image: url("../img/cont02_img04.jpg");*/
}
.contImgWrap01.contImgWrap03 {
	/*background-image: url("../img/cont02_img06.jpg");*/
}

.contImgWrap01.contImgWrap04 {
	/*background-image: url("../img/cont03_img03.jpg");*/
}
.contImgWrap01.contImgWrap05 {
	/*background-image: url("../img/cont03_img04.jpg");*/
}

.contBlockIn03 {
	background-color: #F1F5EA;
	padding: 140px 40px 60px 40px;
}

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

.contMidashiImg02 {
	width: 400px;
}
.contMidashiImg02 img {
	width: 250px;
	font-weight: normal;
}

.contMidashiImg03 {
	width: 400px;
}
.contMidashiImg03 img {
	width: 119px;
	font-weight: normal;
}

.contMt65 {
	margin-top: 65px;
}

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

.contBlock03 {
	background-image: url("../img/cont04_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 110px 40px 90px 40px;
	margin: 120px auto 180px auto;
}
.contH301.colBlack {
	color: #000000;
}
.contMb90 {
	margin-bottom: 90px;
}
.contBox02Left .imgWrap01 .p01.p02 img {
	width: auto;
	height: 30px;
}

.contBox04 {}
.contBox04Flex01 {
	display: flex;
	justify-content: space-between;
}
.contBox04Flex01 li {
	width: 31%;
}
.contText03 {
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 300;
}
.contBoxIn01 {
	text-align: left;
	padding-top: 50px;
}

.contBannerWrap01 {
	margin: 100px auto 80px auto;
}
.contBannerWrap01 ul {
	display: flex;
	justify-content: space-between;
}
.contBannerWrap01 ul li {
	width: 49%;
}

.contFlex03 {
	display: inline-flex;
	align-items: center;
}
.footerTourismLogo01 {
	margin-right: 15px;
}
.footerTourismLogo01 img {
	width: 100px;
	height: auto;
}
.contFlex03 .topSnsFlex01 li {
	margin-left: 20px;
}

/*--2022/09/13 追加--------------------------------------*/

.slick-list {
	overflow: visible !important;
}

.mainSlide01 {}
.mainSlide01 .slickImg {
	width: 100%;
	height: 860px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.mainSlide01 .slickImg01 {
	background-image: url("../img/mainvisual01.jpg");
}
.mainSlide01 .slickImg02 {
	background-image: url("../img/mainvisual02.jpg");
}
.mainSlide01 .slickImg03 {
	background-image: url("../img/mainvisual03.jpg");
}
.mainSlide01 .slickImg04 {
	background-image: url("../img/mainvisual04.jpg");
}

/*.mainSlide01 .slick-dots {
	bottom: 22%;
}*/

.titCopyWrap01 {
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #ffffff;
}
/*.slickImg03 .titCopyWrap01 {
	color: #333333;
}*/


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

.contH301 .s01 {
	display: block;
	line-height: 0px;
	margin-bottom: 25px;
}
.contH301 .s01 img {
	width: auto;
	max-width: 604px;
	height: auto;
}
.contBox900 {
	max-width: 900px;
	margin: auto;
}

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

.contBox960 {
	max-width: 960px;
	margin: auto;
}

.reasonBlock01 {
	background-color: #F5FDFF;
	padding: 65px 30px 100px 30px;
}
.contH303 {
	text-align: center;
	margin-bottom: 55px;
}
.contH303 img {
	height: 112px;
	width: auto;
}
.reasonFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reasonFlex01 li {
	background-color: #ffffff;
	border-radius: 16px;
	box-sizing: border-box;
	width: 32%;
	padding: 25px;
	text-align: left;
	margin-bottom: 24px;
}
.reasonFlex01 li .img01 {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 18px;
	position: relative;
}
.contCopy01 {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 500;
	position: absolute;
	right: 15px;
	bottom: 10px;
}
.contCopy01.colBlack {
	color: #000000;
}

.reasonFlex01 li dt {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 12px;
}
.reasonFlex01 li dd {
	font-size: 14px;
	line-height: 1.8em;
}

.reasonTyusyaku01 {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 20px;
}

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

.contTimeText01 {
	display: block;
	margin-top: 10px;
	color: #939393;
	font-size: 22px;
	line-height: 1.35em;
	font-style: italic;
	font-family: "Times New Roman", Times, "serif";
}

.contBtnWrap02 {
	text-align: right;
	margin-top: 20px;
}

.detailBtn01 {
	display: flex;
	align-items: center;
	text-align: left;
	box-sizing: border-box;
	width: 184px;
	height: 44px;
	background-color: #EB95CC;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	padding: 4px 32px 4px 32px;
	margin: auto 0px auto auto;
	position: relative;
}
a.detailBtn01:link {	color: #ffffff;	text-decoration: none;}
a.detailBtn01:visited {	color: #ffffff;	text-decoration: none;}
a.detailBtn01:hover {	color:#ffffff;	text-decoration: none;}
a.detailBtn01:active {	color:#ffffff;	text-decoration: none;}

.detailBtn01::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

.contImgCopy01.left01 {
	right: auto;
	left: 0px;
}

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

.contPlanBlockWrap01 {
	padding-top: 110px;
}
.contPlanBlock01 {
	border: 3px solid #4FB9ED;
	border-radius: 30px;
	overflow: hidden;
}

.contPlanTitWrap01 {
	background-color: #4FB9ED;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 88px;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
}
.contPlanContBox01 {
	background-color: #ffffff;
	padding: 70px;
}

.contPlanFlex01 {
	display: flex;
}
.contPlanFlexBox01 {
	width: 23%;
	text-align: left;
	padding: 15px 0px 10px 0px;
	position: relative;
}
.contPlanFlexBox01::before {
	content: "";
	height: 2px;
	width: calc( 100% + 70px );
	background-color: #2EA7EF;
	position: absolute;
	left: 0px;
	top: 0px;
}
.contPlanFlex01:first-child .contPlanFlexBox01::before {
	display: none;
}

.contPlanFlexBox01::after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #707070;
	position: absolute;
	right: -120px;
	top: 0px;
}


.contPlanFlexBox02 {
	width: 77%;
}

.contPlanFlex01 .day01 {
	color: #2EA7EF;
	font-size: 30px;
	line-height: 1.0em;
	font-weight: 500;
}
.contPlanFlex01 .day01 span {
	font-size: 36px;
}
.contPlanFlex01 .day02 {
	color: #2EA7EF;
	font-size: 20px;
	line-height: 1.0em;
	font-weight: 500;
	margin-top: 10px;
}

.flexBoxInFlex01 {
	display: flex;
}
.flexBoxInFlex01 .boxIn01 {
	flex-shrink: 0;
	box-sizing: border-box;
	width: 70px;
	/*width: 12%;*/
	color: #2EA7EF;
	font-size: 24px;
	line-height: 1.0em;
	font-weight: bold;
	text-align: right;
	padding: 20px 0px 20px 0px;
}
.flexBoxInFlex01 .boxIn02 {
	box-sizing: border-box;
	width: calc( 100% - 70px );
	/*width: 88%;*/
	min-height: 70px;
	padding: 20px 0px 10px 100px;
	text-align: left;
}
.boxInText01 {
	font-size: 18px;
	line-height: 1.35em;
	font-weight: bold;
}
.boxInText01 .s01 {
	font-size: 16px;
	color: #6E6E6E;
}

.detailBtn01.btn02 {
	width: 116px;
	height: 26px;
	background-color: #EB95CC;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	margin: auto 0px auto auto;
	position: relative;
}
.detailBtn01.btn02::after {
  right: 10px;
}

.boxInBtnWrap01 {
	float: right;
	margin: 5px 0px 5px 0px;
}

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

.campaignBlock01 {
	background-image: url("../img/campaign_bg01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 140px 40px 170px 40px;
}
.contH304 {
	color: #ffffff;
	margin-bottom: 60px;
}
.contH304 .s01 {
	display: block;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	vertical-align: middle;
}
.contH304 .s01::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("../img/tit_line_left.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 24px;
}
.contH304 .s01::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("../img/tit_line_right.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 24px;
}
.contH304 .s02 {
	display: block;
	font-size: 46px;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}

.campaignText01 {
	color: #ffffff;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: 500;
}
.campaignText02 {
	color: #ffffff;
	font-size: 24px;
	line-height: 2.0em;
	font-weight: 500;
}
.campaignImgBox01 {
}
.campaignImgBox01 img {
	width: 612px;
	height: auto;
}
.campaignText03 {
	color: #ffffff;
	font-size: 19px;
	line-height: 1.6em;
	font-weight: bold;
}
.campaignImgBox02 {
	margin: 50px auto 60px auto;
}
.campaignImgBox02 img {
	width: 174px;
	height: auto;
}

.campaignAcWrap01 {
	margin: 55px auto 90px auto;
}
.campaignAcWrap01 .switch {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 330px;
	height: 60px;
	margin: 0px auto 80px auto;
	background-color: #ffffff;
	font-size: 19px;
	line-height: 1.6em;
	font-weight: 500;
	cursor: pointer;
}
.campaignAcWrap01 .switch p {
	display: inline-block
}
.campaignAcWrap01 .switch p::after {
  content: '';
	display: inline-block;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	margin-left: 15px;
	margin-bottom: 5px;
}

.campaignAcWrap01 .contentWrap {
	display: none;
	background-color: #ffffff;
	padding: 0px 70px 70px 70px;
}
.contentWrapIn01 {
	padding-top: 70px;
	text-align: left;
}
.contH402 {
	font-size: 26px;
	line-height: 1.5em;
	font-weight: 500;
}
.campaignUl01 li {
	border-top: 1px solid #D0D0D0;
	padding: 5px 0px;
}
.campaignUl01 li:first-child {
	border-top: none;
}
.campaignUl01 li dl {
	font-size: 18px;
	line-height: 1.6em;
	padding: 8px 0px;
}
.campaignUl01 li dt {
	font-weight: bold;
	margin-bottom: 8px;
}
.campaignUl01 li dd {
	font-weight: 500;
}

.acClose01 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 110px;
	border: 1px solid #000000;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
	margin: 20px auto 0px auto;
}
.acClose01 span {
	font-size: 22px;
	vertical-align: middle;
}

.campaignText04 {
	color: #ffffff;
	font-size: 14px;
	line-height: 2.0em;
	font-weight: 500;
}

.contBtnWrap03 {
	text-align: center;
	margin-top: 34px;
}

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

.factsBlock01 {
	background-color: #FBF9F9;
	padding: 110px 0px 200px 0px;
	margin-bottom: 90px;
}
.contH305 {
	margin-bottom: 40px;
}
.contH305 .s01 {
	display: block;
	font-size: 19px;
	line-height: 1.3em;
	font-weight: 500;
}
.contH305 .s02 {
	display: block;
	font-size: 10px;
	line-height: 1.3em;
	font-weight: 500;
	margin-top: 15px;
}
.factsFlex01 {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 500;
}
.factsFlexBox01 {
	width: 47%;
	text-align: left;
}

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

.mainBadge01 {
	position: absolute;
	top: 74px;
	right: 25px;
}
.mainBadge01 img {
	width: 230px;
	height: auto;
}



@media screen and (min-width:769px) {

	/* ボタン */
	.accordion-btn {
		display: none;
	}

	/* 最初に見えてるテキストエリアの高さ */
	.accordion-text.is-hide {
		height: auto !important;
	}
	/* テキストをグラデーションで隠す */
	.accordion-text::before {
		display: none;
	}

}



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

	.mainvisualWrap01 {
		position: relative;
	}
	.mainvisualWrap01 .h201 img {
		width: 240px;
		height: auto;
	}
	.mainScroll01 {
		position: absolute;
		left: 50%;
		margin-left: -15px;
		bottom: -24px;
	}
	.mainScroll01 img {
		width: 30px;
		height: auto;
	}

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

	.contBlock01 {
		padding: 40px 40px 40px 40px;
	}
	.contFlex01 {
		display: block;
		align-items: center;
		justify-content: space-between;
		/*width: 1200px;
		margin: auto;*/
	}
	.flexBox01 img {
		width: 220px;
		height: auto;
	}
	.topSnsFlex01 {
		display: inline-flex;
		align-items: center;
		margin-top: 25px;
	}
	.topSnsFlex01 li {
		margin-left: 14px;
	}
	.topSnsFlex01 li:first-child {
		margin-left: 0px;
	}
	.topSnsFlex01 .li01 {
		margin-right: 14px;
	}
	.topSnsFlex01 .li01 img {
		width: 62px;
		height: auto;
	}
	.topSnsFlex01 .li02 img {
		width: 30px;
		height: auto;
	}
	.topSnsFlex01 .li03 img {
		width: 30px;
		height: auto;
	}
	.topSnsFlex01 .li04 img {
		width: 30px;
		height: auto;
	}
	.topSnsFlex01 .li04 {
		margin-left: 10px;
	}

	.topSnsFlex01 .li05 img {
		width: 28px;
		height: auto;
	}

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

	.contMapBlock01 {
		background-color: #F8F8F8;
		padding: 40px 20px 40px 20px;
	}
	.contH301 {
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.contText01 {
		font-size: 14px;
		line-height: 1.8em;
		font-weight: 500;
		text-align: left;
	}
	.contMap01 {
		margin-top: 40px;
	}
	.contMap01 img {
		width: 100%;
		height: auto;
	}

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

	.conAncBlock01 {
		padding: 40px 20px 40px 20px;
	}
	.contH302 {
		margin-bottom: 40px;
	}
	.contH302 img {
		width: 150px;
		height: auto;
	}
	.contAncFlex01 {
		display: block;
	}
	.contAncFlex01 li {
		width: auto;
		margin-bottom: 20px;
	}
	.contAncFlex01 li a {
		display: block;
		position: relative;
		padding-bottom: 0px;
	}
	.contAncFlex01 li a::after {
		content: '';
		width: 25px;
		height: 16px;
		background-image: url("../img/spAncAr01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 25px auto;
		border: none;
		border-top: none;
		border-right: none;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		position: absolute;
		bottom: auto;
		left: auto;
		margin-left: 0px;
		right: 10px;
		top: 50%;
		margin-top: -8px;
	}
	
	.contAncFlex01 a:link {	color: #ffffff;	text-decoration: none;}
	.contAncFlex01 a:visited {	color: #ffffff;	text-decoration: none;}
	.contAncFlex01 a:hover {	color:#ffffff;	text-decoration: none;}
	.contAncFlex01 a:active {	color:#ffffff;	text-decoration: none;}

	.contAncNum {
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.contAncNum img {
		width: auto;
		height: 30px;
	}
	.contAncFlex01 li .text01 {
		font-size: 10px;
		line-height: 1.3em;
		font-weight: 500;
		margin-top: 0px;
		text-align: right;
	}
	.contAncFlex01 li .text02 {
		margin-top: 20px;
	}
	.contAncFlex01 li .text02 img {
		width: auto;
		height: 50px;
	}

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

	.spAncBtn01 {
		display: flex !important;
		align-items: center;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border-radius: 3px;
		box-sizing: border-box;
		height: 70px;
		width: 100%;
		padding: 10px 20px 10px 20px !important;
		color: #ffffff;
		font-weight: 500;
	}
	.spAncBtn01.spAncBtnImg01 {
		background-image: url("../img/cont01_img01.jpg");
	}
	.spAncBtn01.spAncBtnImg02 {
		background-image: url("../img/cont02_img01.jpg");
		background-position: bottom -16px right 0px;
	}
	.spAncBtn01.spAncBtnImg03 {
		background-image: url("../img/cont03_img01.jpg");
	}

	.spAncBtn01 .p01 {
		/*font-size: 28px;*/
		/*margin-right: 15px;*/
		width: 50px;
	}
	.spAncBtn01 .p01 img {
		width: auto;
		height: 30px;
	}

	.spAncBtn01 .p02 {
		font-size: 14px;
		line-height: 1.4em;
		/*text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);*/
		text-shadow    : 
       1px  1px 1px rgba(0, 0, 0, 0.2),
      -1px  1px 1px rgba(0, 0, 0, 0.2),
       1px -1px 1px rgba(0, 0, 0, 0.2),
      -1px -1px 1px rgba(0, 0, 0, 0.2),
       1px  0px 1px rgba(0, 0, 0, 0.2),
       0px  1px 1px rgba(0, 0, 0, 0.2),
      -1px  0px 1px rgba(0, 0, 0, 0.2),
       0px -1px 1px rgba(0, 0, 0, 0.2);
	}

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

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

	.contBlock02 {
		margin-bottom: 0px;
		background-position: bottom 0px right -20px;
	}
	.contMainwrap01 {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: 300px;
	}
	.contMainwrap01.contMain01 {
		background-image: url("../img/cont01_img01.jpg");
	}
	#cnt01 .contMainwrap01{
		background-position:bottom 0px right 20%!important;
	}
	.contMainH3Wrap01 {
		padding: 30px 20px 40px 20px;
	}
	.contMainH3Wrap01 img {
		width: auto;
		height: 100px;
	}
	.contRight01 {
		text-align: right;
	}
	.contMainCopy01 {
		font-size: 12px;
		line-height: 2.0em;
		font-weight: 500;
		margin-top: 6px;
		padding: 0px 20px;
	}
	.contMidashiBlock {
		padding: 40px 20px 40px 20px;
	}
	.contMidashiFlex01 {
		display: block;
	}
	.contMidashiLeft {
		width: auto;
		text-align: left;
	}
	.contMidashiLeft dt {
		font-size: 20px;
		line-height: 1.4em;
		font-weight: bold;
		margin-bottom: 20px;
		text-align-last: left;
	}
	.contMidashiLeft dd {
		font-size: 14px;
		line-height: 1.8em;
		font-weight: 500;
	}

	.contMidashiImg01 {
		width: auto;
		margin-top: 20px;
	}
	.contMidashiImg01 img {
		width: 150px;
		font-weight: normal;
	}
	.contBlockIn01 {
		background-color: #EAF5F5;
		padding: 40px 20px 5px 20px;
	}
	.contBox01 {
		position: relative;
		display: block;
		align-items: center;
		margin-bottom: 25px;
	}
	.contBox01.flexRe {
		flex-direction: row-reverse;
	}
	.contImg01 {
		position: relative;
		width: auto;
	}
	.contImgCopy01 {
		font-size: 12px;
		line-height: 1.6em;
		font-weight: 500;
		position: absolute;
		right: 0px;
		bottom: -20px;
	}
	.contBox01ContIn {
		position: relative;
		text-align: left;
	}
	.contInBoxLeft {
		background-color: #ffffff;
		box-sizing: border-box;
		width: auto;
		padding: 20px;
		margin-right: 0px;
	}
	.contInBoxRight {
		background-color: #ffffff;
		box-sizing: border-box;
		width: auto;
		padding: 20px;
		margin-left: 0px;
	}

	.contH401 {
		margin-bottom: 25px;
	}
	.contH401 .s01 {
		display: block;
		font-size: 18px;
		line-height: 1.36em;
		font-weight: bold;
	}
	.contH401 .s02 {
		display: block;
		margin-top: 12px;
	}
	.contH401 .s02 img {
		width: auto;
		height: 14px;
	}
	.accessText01 {
		text-align: right;
		color: #07A794;
		font-size: 14px;
		line-height: 1.8em;
		font-weight: 500;
		margin-top: 24px;
	}
	.accessText01 .s01 img {
		width: 13px;
		height: auto;
		vertical-align: middle;
		margin-right: 6px;
	}
	.accessText01 .s02 {
		font-weight: bold;
	}
	.contText02 {
		font-size: 14px;
		line-height: 1.8em;
		font-weight: 500;
		word-break: break-all;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.contBox02 {
		display: block;
		justify-content: space-between;
		align-items: center;
		background-color: #ffffff;
		border: 1px solid #000000;
		padding: 20px 20px 20px 20px;
		margin: 40px auto 40px auto;
	}
	.contBox02Left {
		width: 200px;
		margin: auto;
		text-align: center;
	}
	.contBox02Left .imgWrap01 {
		position: relative;
	}
	.contBox02Left .imgWrap01 .p01 {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.contBox02Left .imgWrap01 .p01 img {
		width: auto;
		height: 38px;
	}
	.contBox02Right {
		width: auto;
		text-align: left;
		margin-top: 14px;
	}
	.contBox02Right dt {
		font-size: 18px;
		line-height: 1.4em;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.contBox02Right dd {
		font-size: 14px;
		line-height: 1.8em;
		font-weight: 300;
	}

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

	.contImgWrap01 {
		background-image: url("../img/cont01_img07.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: 300px;
	}
	.contBoxLeft01 {
		text-align: left;
		width: auto;
	}
	.contBoxRight01 {
		text-align: left;
		width: auto;
	}
	.contFlex02 {
		display: block;
		justify-content: space-between;
		margin: 40px auto 0px auto;
		padding: 0px 20px 0px 20px;
	}
	.contBox03 {
		margin-bottom: 40px;
	}

	.contBtnWrap01 {
		text-align: center;
		padding: 0px 20px 0px 20px;
	}
	.contBtn01 {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 18px;
		line-height: 1.4em;
		font-weight: 500;
		background-color: #4FB9ED;
		width: 100%;
		height: 50px;
		margin: auto;
	}
	a.contBtn01:link {	color: #ffffff;	text-decoration: none;}
	a.contBtn01:visited {	color: #ffffff;	text-decoration: none;}
	a.contBtn01:hover {	color:#ffffff;	text-decoration: none;}
	a.contBtn01:active {	color:#ffffff;	text-decoration: none;}

	/*.contBtn01 span {
		display: inline-block;
		position: relative;
	}
	.contBtn01 span::after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		margin-top: -3px;
		right: -24px;
	}*/

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

	.contMainwrap01.contMain02 {
		background-image: url("../img/cont02_img01.jpg");
		background-size: cover;
		background-position: bottom 0px right -20px;
	}
	.contLeft01 {
		text-align: left;
	}
	.contBlockIn02 {
		background-color: #F2EFEA;
		padding: 40px 20px 5px 20px;
	}

	.contImgWrap01.contImgWrap02 {
		background-image: url("../img/cont02_img04.jpg");
	}
	.contImgWrap01.contImgWrap03 {
		background-image: url("../img/cont02_img06.jpg");
	}

	.contImgWrap01.contImgWrap04 {
		background-image: url("../img/cont03_img03.jpg");
	}
	.contImgWrap01.contImgWrap05 {
		background-image: url("../img/cont03_img04.jpg");
	}

	.contBlockIn03 {
		background-color: #F1F5EA;
		padding: 40px 20px 5px 20px;
	}

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

	.contMidashiImg02 {
		width: auto;
		margin-top: 10px;
	}
	.contMidashiImg02 img {
		width: 60%;
		font-weight: normal;
	}

	.contMidashiImg03 {
		width: auto;
	}
	.contMidashiImg03 img {
		width: 76px;
		font-weight: normal;
	}

	.contMt65 {
		margin-top: 40px;
	}

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

	.contBlock03 {
		background-image: url("../img/cont04_bg01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 40px 20px 5px 20px;
		margin: 40px auto 40px auto;
	}
	.contH301.colBlack {
		color: #000000;
	}
	.contMb90 {
		margin-bottom: 40px;
	}
	.contBox02Left .imgWrap01 .p01.p02 img {
		width: auto;
		height: 30px;
	}
	.contSpWrap01 {
		padding: 0px 20px 0px 20px;
	}

	.contBox04 {}
	.contBox04Flex01 {
		display: block;
		justify-content: space-between;
	}
	.contBox04Flex01 li {
		width: auto;
		margin-bottom: 40px;
	}
	.contText03 {
		font-size: 14px;
		line-height: 1.7em;
		font-weight: 300;
	}
	.contBoxIn01 {
		text-align: left;
		padding-top: 40px;
	}

	.contBannerWrap01 {
		margin: 40px auto 40px auto;
	}
	.contBannerWrap01 ul {
		display: block;
		justify-content: space-between;
	}
	.contBannerWrap01 ul li {
		width: auto;
		margin-bottom: 20px;
	}

	.contFlex03 {
		display: block;
		align-items: center;
	}
	.footerTourismLogo01 {
		margin-right: 0px;
	}
	.footerTourismLogo01 img {
		width: 134px;
		height: auto;
	}
	.contFlex03 .topSnsFlex01 li {
		margin-left: 20px;
	}
	.contFlex03 .topSnsFlex01 li:first-child {
		margin-left: 0px;
	}

	/*--2022/09/13 追加--------------------------------------*/

	.slick-list {
		overflow: visible !important;
	}

	.mainSlide01 {}
	.mainSlide01 .slickImg {
		width: 100%;
		height: 300px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
	}
	.mainSlide01 .slickImg01 {
		background-image: url("../img/mainvisual01.jpg");
	}
	.mainSlide01 .slickImg02 {
		background-image: url("../img/mainvisual02.jpg");
	}
	.mainSlide01 .slickImg03 {
		background-image: url("../img/mainvisual03.jpg");
	}
	.mainSlide01 .slickImg04 {
		background-image: url("../img/mainvisual04.jpg");
	}

	/*.mainSlide01 .slick-dots {
		bottom: 22%;
	}*/

	.titCopyWrap01 {
		text-align: left;
		font-size: 12px;
		line-height: 1.4em;
		position: absolute;
		right: 20px;
		bottom: 10px;
	}

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

	.contH301 .s01 {
		display: block;
		line-height: 0px;
		margin-bottom: 15px;
	}
	.contH301 .s01 img {
		width: 100%;
		max-width: 604px;
		height: auto;
	}
	.contBox900 {
		max-width: 900px;
		margin: auto;
	}

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

	.contBox960 {
		max-width: 960px;
		margin: auto;
	}

	.reasonBlock01 {
		background-color: #F5FDFF;
		padding: 40px 20px 30px 20px;
	}
	.contH303 {
		text-align: center;
		margin-bottom: 30px;
	}
	.contH303 img {
		height: auto;
		width: 90%;
	}
	.reasonFlex01 {
		display: block;
	}
	.reasonFlex01 li {
		background-color: #ffffff;
		border-radius: 16px;
		box-sizing: border-box;
		width: auto;
		padding: 20px;
		text-align: left;
		margin-bottom: 24px;
	}
	.reasonFlex01 li .img01 {
		border-radius: 16px;
		overflow: hidden;
		margin-bottom: 18px;
		position: relative;
	}
	.contCopy01 {
		color: #ffffff;
		font-size: 12px;
		line-height: 1.4em;
		font-weight: 500;
		position: absolute;
		right: 15px;
		bottom: 10px;
	}
	.contCopy01.colBlack {
		color: #000000;
	}

	.reasonFlex01 li dt {
		font-size: 18px;
		line-height: 1.4em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.reasonFlex01 li dd {
		font-size: 14px;
		line-height: 1.8em;
	}

	.reasonTyusyaku01 {
		display: block;
		font-size: 12px;
		line-height: 1.5em;
		margin-top: 20px;
	}

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

	.contTimeText01 {
		display: block;
		margin-top: 10px;
		color: #939393;
		font-size: 14px;
		line-height: 1.35em;
		font-style: italic;
		font-family: "Times New Roman", Times, "serif";
	}

	.contBtnWrap02 {
		text-align: right;
		margin-top: 20px;
	}

	.detailBtn01 {
		display: flex;
		align-items: center;
		text-align: left;
		box-sizing: border-box;
		width: 184px;
		height: 44px;
		background-color: #EB95CC;
		font-size: 16px;
		line-height: 1.8em;
		font-weight: bold;
		padding: 4px 32px 4px 32px;
		margin: auto 0px auto auto;
		position: relative;
	}
	a.detailBtn01:link {	color: #ffffff;	text-decoration: none;}
	a.detailBtn01:visited {	color: #ffffff;	text-decoration: none;}
	a.detailBtn01:hover {	color:#ffffff;	text-decoration: none;}
	a.detailBtn01:active {	color:#ffffff;	text-decoration: none;}

	.detailBtn01::after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -4px;
	}

	.contImgCopy01.left01 {
		right: auto;
		left: 0px;
	}

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

	.contPlanBlockWrap01 {
		padding: 40px 20px 40px 20px;
	}
	.contPlanBlock01 {
		border: 3px solid #4FB9ED;
		border-radius: 16px;
		overflow: hidden;
	}

	.contPlanTitWrap01 {
		background-color: #4FB9ED;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 54px;
		color: #ffffff;
		font-size: 18px;
		line-height: 1.3em;
		font-weight: bold;
		padding-bottom: 4px;
	}
	.contPlanContBox01 {
		background-color: #ffffff;
		padding: 14px 14px 50px 14px;
	}

	.contPlanFlex01 {
		display: flex;
	}
	.contPlanFlexBox01 {
		width: 16%;
		text-align: left;
		padding: 15px 0px 10px 0px;
		position: relative;
	}
	.contPlanFlexBox01::before {
		content: "";
		height: 1px;
		width: calc( 100% + 40px );
		background-color: #2EA7EF;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.contPlanFlex01:first-child .contPlanFlexBox01::before {
		display: none;
	}

	.contPlanFlexBox01::after {
		content: "";
		width: 1px;
		height: 100%;
		background-color: #707070;
		position: absolute;
		right: -55px;
		top: 0px;
	}


	.contPlanFlexBox02 {
		width: 84%;
	}

	.contPlanFlex01 .day01 {
		color: #2EA7EF;
		font-size: 14px;
		line-height: 1.0em;
		font-weight: 500;
	}
	.contPlanFlex01 .day01 span {
		font-size: 18px;
	}
	.contPlanFlex01 .day02 {
		color: #2EA7EF;
		font-size: 14px;
		line-height: 1.0em;
		font-weight: 500;
		margin-top: 10px;
	}

	.flexBoxInFlex01 {
		display: flex;
	}
	.flexBoxInFlex01 .boxIn01 {
		flex-shrink: 0;
		box-sizing: border-box;
		width: 40px;
		/*width: 12%;*/
		color: #2EA7EF;
		font-size: 16px;
		line-height: 1.0em;
		font-weight: bold;
		text-align: right;
		padding: 20px 0px 20px 0px;
	}
	.flexBoxInFlex01 .boxIn02 {
		box-sizing: border-box;
		width: calc( 100% - 40px );
		/*width: 88%;*/
		min-height: 40px;
		padding: 15px 0px 10px 30px;
		text-align: left;
	}
	.boxInText01 {
		font-size: 14px;
		line-height: 1.35em;
		font-weight: 500;
	}
	.boxInText01 .s01 {
		font-size: 16px;
		color: #6E6E6E;
	}

	.detailBtn01.btn02 {
		width: 116px;
		height: 26px;
		background-color: #EB95CC;
		font-size: 13px;
		line-height: 1.3em;
		font-weight: bold;
		padding: 4px 10px 4px 10px;
		margin: auto 0px auto auto;
		position: relative;
	}
	.detailBtn01.btn02::after {
		right: 10px;
	}

	.boxInBtnWrap01 {
		float: right;
		margin: 5px 0px 5px 0px;
	}

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

	.campaignBlock01 {
		background-image: url("../img/campaign_bg01.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		padding: 40px 20px 60px 20px;
	}
	.contH304 {
		color: #ffffff;
		margin-bottom: 35px;
	}
	.contH304 .s01 {
		display: block;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		vertical-align: middle;
	}
	.contH304 .s01::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		background-image: url("../img/tit_line_left.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 20px auto;
		width: 20px;
		height: 24px;
	}
	.contH304 .s01::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		background-image: url("../img/tit_line_right.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 20px auto;
		width: 20px;
		height: 24px;
	}
	.contH304 .s02 {
		display: block;
		font-size: 26px;
		line-height: 1.2em;
		font-weight: bold;
		margin-top: 15px;
	}

	.campaignText01 {
		color: #ffffff;
		font-size: 18px;
		line-height: 1.6em;
		font-weight: 500;
	}
	.campaignText02 {
		color: #ffffff;
		font-size: 15px;
		line-height: 2.0em;
		font-weight: 500;
		margin-top: 5px;
	}
	.campaignImgBox01 {
	}
	.campaignImgBox01 img {
		width: 612px;
		height: auto;
	}
	.campaignText03 {
		color: #ffffff;
		font-size: 19px;
		line-height: 1.6em;
		font-weight: bold;
	}
	.campaignImgBox02 {
		margin: 40px auto 40px auto;
	}
	.campaignImgBox02 img {
		width: 40%;
		height: auto;
	}

	.campaignAcWrap01 {
		margin: 40px auto 40px auto;
	}
	.campaignAcWrap01 .switch {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 50px;
		margin: 0px auto 40px auto;
		background-color: #ffffff;
		font-size: 16px;
		line-height: 1.6em;
		font-weight: 500;
		cursor: pointer;
	}
	.campaignAcWrap01 .switch p {
		display: inline-block
	}
	.campaignAcWrap01 .switch p::after {
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		border: 0px;
		border-top: solid 1px #000000;
		border-right: solid 1px #000000;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-left: 15px;
		margin-bottom: 5px;
	}

	.campaignAcWrap01 .contentWrap {
		display: none;
		background-color: #ffffff;
		padding: 0px 20px 30px 20px;
	}
	.contentWrapIn01 {
		padding-top: 30px;
		text-align: left;
	}
	.contH402 {
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 500;
	}
	.campaignUl01 li {
		border-top: 1px solid #D0D0D0;
		padding: 5px 0px;
	}
	.campaignUl01 li:first-child {
		border-top: none;
	}
	.campaignUl01 li dl {
		font-size: 15px;
		line-height: 1.6em;
		padding: 4px 0px;
	}
	.campaignUl01 li dt {
		font-weight: bold;
		margin-bottom: 4px;
	}
	.campaignUl01 li dd {
		font-weight: 500;
	}

	.acClose01 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 46px;
		width: 110px;
		border: 1px solid #000000;
		font-size: 14px;
		line-height: 1.3em;
		font-weight: 500;
		margin: 20px auto 0px auto;
	}
	.acClose01 span {
		font-size: 22px;
		vertical-align: middle;
	}

	.campaignText04 {
		color: #ffffff;
		font-size: 14px;
		line-height: 2.0em;
		font-weight: 500;
	}

	.contBtnWrap03 {
		text-align: center;
		margin-top: 34px;
	}

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

	.factsBlock01 {
		background-color: #FBF9F9;
		padding: 40px 20px 60px 20px;
		margin-bottom: 40px;
	}
	.contH305 {
		margin-bottom: 30px;
	}
	.contH305 .s01 {
		display: block;
		font-size: 19px;
		line-height: 1.3em;
		font-weight: 500;
	}
	.contH305 .s02 {
		display: block;
		font-size: 10px;
		line-height: 1.3em;
		font-weight: 500;
		margin-top: 15px;
	}
	.factsFlex01 {
		display: block;
		font-size: 13px;
		line-height: 1.8em;
		font-weight: 500;
	}
	.factsFlexBox01 {
		width: auto;
		text-align: left;
		margin-top: 30px;
	}
	.factsFlexBox01 .mt40 {
		margin-top: 30px;
	}
	
	/*-----------------------*/
	
	.accordion02 {
		position: relative;
	}
	/* ボタン */
	.accordion-btn {
		background-color: #4FB9ED;
		border: 1px solid #4FB9ED;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		margin: auto;
		padding: 5px 15px;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		text-align: center;
		transition: all .2s;
		width: fit-content;
		z-index: 1;
	}
	/* 続きを読むボタンの表記 */
	.accordion-btn::after {
		content: "もっと見る";
	}
	/* ボタンhover時のスタイル */
	.accordion-btn:hover {
		background-color: #fff;
		color: #4FB9ED;
	}
	.accordion-text {
		overflow: hidden; /* テキストを隠す */
		position: relative;
	}
	/* 最初に見えてるテキストエリアの高さ */
	.accordion-text.is-hide {
		height: 400px;
	}
	/* テキストをグラデーションで隠す */
	.accordion-text::before {
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
		background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
		bottom: 0;
		left: 0;
		content: "";
		height: 140px; /* グラデーションで隠す高さ */
		position: absolute;
		width: 100%;
		z-index: 10;
	}
	/* 閉じるボタンの位置 */
	.accordion-btn.is-show {
		/*bottom: -1em;*/
	}
	/* 閉じるボタンの表記 */
	.accordion-btn.is-show::after {
		content: "閉じる";
	}
	/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
	.accordion-btn.is-show + .accordion-text::before {
		display: none;
	}
	

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

	.mainBadge01 {
		position: absolute;
		top: 48px;
		right: 10px;
	}
	.mainBadge01 img {
		width: 100px;
		height: auto;
	}


}


/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.footerWrap01 {
	border-top: 1px solid #cccccc;
	margin-top: 40px;
	padding: 25px 40px 30px 40px;
}
.footerLogo01 img {
	width: 120px;
	height: auto;
}
.footerCopy01 {
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 24px;
}

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

.pagetopButton {
	position: fixed;
	right: 70px;
	bottom: 60px;
	z-index: 9998;
}
.pagetopButton img {
	width: 60px;
	height: auto;
}

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

	.footerWrap01 {
		border-top: 1px solid #cccccc;
		margin-top: 40px;
		padding: 25px 40px 30px 40px;
	}
	.footerLogo01 img {
		width: 147px;
		height: auto;
	}
	.footerCopy01 {
		font-size: 13px;
		line-height: 1.3em;
		margin-top: 24px;
	}

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

	.pagetopButton {
		position: fixed;
		right: 10px;
		bottom: 18px;
		z-index: 9999;
	}
	.pagetopButton img {
		width: 34px;
		height: auto;
	}


}





/*-----*/
