@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: #333333;

	/*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;
}

.contIn1100 {
	box-sizing: border-box;
	width: 1100px;
	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: 28px 40px 28px 20px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.headerWrap01 .h101 {
	width: 100%;
	margin: auto;
	text-align: right;
}
.headerWrap01 .h101 img {
	width: 107px;
	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-image: url("../img/cont04_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 300px auto;
	background-color: #0F6CB1;
	box-sizing: border-box;
	text-align: center;
	padding: 60px 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: 40px;
}
.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: 0px 0px 0px 0px;
}
.naviFlexBox02 .link01 {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #87B6D8;
}
.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;
	justify-content: center;
}
.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 30px;
	}
	.headerWrap01 .h101 {
		width: 100%;
		margin: auto;
		text-align: right;
	}
	.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: center;
		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: 40px;
	}
	.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: 0px 0px 0px 0px;
	}
	.naviFlexBox02 .link01 {
		font-size: 16px;
		line-height: 1.3em;
		font-weight: bold;
		padding: 20px 0px 20px 0px;
		margin-bottom: 0px;
		border-bottom: 1px solid #87B6D8;
	}
	.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: 490px;
	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: 113px;
	height: auto;
}
.topSnsFlex01 {
	display: flex;
	align-items: center;
	margin: auto;
}
.topSnsFlex01 li {
	margin-left: 10px;
}
.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: 10px;
}
.topSnsFlex01 .li04 img {
	width: 30px;
	height: auto;
}
/*.topSnsFlex01 .li05 img {
	width: 28px;
	height: auto;
}*/

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

.contMapBlock01 {
	background-color: #ffffff;
	padding: 100px 40px 84px 40px;
	color: #0F6CB1;
}
.contH301 {
	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: 120px 40px 95px 40px;
	background-color: #FDEF60;
}
.contH302 {
	margin-bottom: 140px;
}
.contH302 img {
	width: 377px;
	height: auto;
}
.contAncFlex01 {
	display: flex;
	justify-content: space-between;
	width: auto;
	max-width: 900px;
	margin: 0px 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 #333333;
  border-right: solid 1px #333333;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 0px;
	left: 50%;
	margin-left: -10px
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

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

.contAncFlex01 li a:hover .contAncImg {
-webkit-box-shadow: 0px 0px 30px 0px rgba(15, 108, 177, 0.5);
-moz-box-shadow:    0px 0px 30px 0px rgba(15, 108, 177, 0.5);
box-shadow:         0px 0px 30px 0px rgba(15, 108, 177, 0.5);
}

.contAncImg {
	border-radius: 100%;
	position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.contAncFlex01 li a:hover::after {
  bottom: -20px;
}

.contAncNum {
	position: absolute;
	left: 0px;
	top: 0px;
}
.contAncNum img {
	width: auto;
	height: 65px;
}
.contAncFlex01 li .text01 {
	font-size: 10px;
	line-height: 2.0em;
	font-weight: 500;
	margin-top: 4px;
}
.contAncFlex01 li .text02 {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
}
/*.contAncFlex01 li .text02 img {
	width: auto;
	height: 20px;
}*/

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

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

.contBlock02 {
	margin-bottom: 0px;
}
.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;
	color: #777777;
}
.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;
	color: #666666;
}

.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 {}
.footerTourismLogo01 img {
	width: 540px;
	height: auto;
}
.contFlex03 .topSnsFlex01 li {
	margin-left: 20px;
}

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

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

.mainSlide01 {}
.mainSlide01 .slickImg {
	width: 100%;
	height: 100vh;
	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: 10px;
	line-height: 1.4em;
	font-weight: 500;
	position: absolute;
	right: 20px;
	bottom: 15px;
	color: #ffffff;
}

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

.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: #E7F0F7;
	padding: 100px 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: 4px;
	color: #0F6CB1;
	font-size: 12px;
	line-height: 1.35em;
	font-weight: 500;
}

.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: 100px 0px 100px 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: 15px;
	line-height: 2.0em;
	font-weight: 500;
	color: #707070;
}
.factsFlexBox01 {
	width: 47%;
	text-align: left;
}

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

.mainBadge01 {
	position: absolute;
	top: 30px;
	/*left: 50%;
	margin-left: -520px;*/
	left: 30px;
}
.mainBadge01 img {
	width: 200px;
	height: auto;
}

/*---2022/09/16 追加--------------------*/

.parallax-window {
	height: 100vh;
}

.mainLogoWrap01 {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 25px;
}
.mainText01 {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
}

.mainSnsWrap01 {
	position: absolute;
	right: 25px;
	bottom: 30px;
}
.mainSnsWrap02{
	display: none;
}
/*----------------*/

.mapWrapFlex01 {
	display: flex;
	justify-content: space-between;
}
.mapCont01 {
	width: 37%;
}
.mapCont02 {
	width: 53%;
}
.mapCont02 li {
	text-align: left;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 25px 30px 30px 30px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 20px;
}
.mapCont02 li:nth-child(1) {
	background-image: url("../img/cont_map_text01.png");
	background-size: 163px auto;
	margin-top: 0px;
}
.mapCont02 li:nth-child(2) {
	background-image: url("../img/cont_map_text02.png");
	background-size: 148px auto;
	transform: translate3d(-85px, 0, 0);
}
.mapCont02 li:nth-child(3) {
	background-image: url("../img/cont_map_text03.png");
	background-size: 110px auto;
}

.mapCont02 li dt {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
}
.mapCont02 li dd {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	color: #666;
}

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

.contParaWrap01 {
	position: relative;
}

.slideMain .slick-dots {
	display: none !important;
}
.slick-dots {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 40px;
}
.slick-dots li {
	display: inline-block;
	padding: 0px 5px;
}
.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    background: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
.slick-dots li.slick-active button {
	background-color: #ffffff;
}

.contSlide01 .titCopyWrap01 {
	bottom: 40px;
}
.mainSlide01 .slickImg21 {
	background-image: url("../img/cont01_slide01_01.jpg");
}
.mainSlide01 .slickImg22{
	background-image: url("../img/cont01_slide01_02.jpg");
}

.contParaIn01 {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 55px;
}
.contParaH301 {
	text-align: left;
}
.contParaH301 img {
	width: 472px;
	height: auto;
}

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

.contBlock04 {
	padding: 90px 30px 90px 30px;
}
.contFlex04 {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.contFlex04Box0101 {
	width: 45%;
}
.contFlex04Box0102 {
	width: 55%;
}
.contP01 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
}

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

.mainSlide01 .slickImg31 {
	background-image: url("../img/cont01_slide02_01.jpg");
}
.mainSlide01 .slickImg32{
	background-image: url("../img/cont01_slide02_02.jpg");
}

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

.contFlex04Box0201 {
	width: 29%;
}
.contFlex04Box0202 {
	width: 71%;
}

.contBlock05 {
	margin: 80px auto 100px auto;
}
.contInBox01 {
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.contInBox01_01 {
	width: 31%;
	position: relative;
}
.contInBox01_02 {
	width: 59%;
	text-align: left;
}

.contBlock06 {
	background-color: #FDEF60;
	padding: 80px 30px 100px 30px;
}
.contH306 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 60px;
}

.contUl01 {
	display: flex;
	justify-content: space-between;
}
.contUl01 li {
	width: 23%;
	background-color: #ffffff;
}
.contUlInBox01 {
	padding: 12px 20px 30px 20px;
	text-align: left;
}
.contUlInBox01 dt {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}
.contUlInBox01 dd {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	color: #666666;
}

.contUlInBox01 dt .s01 {
	display: block;
}
.contUlInBox01 dt .s02 {
	display: block;
	color: #0F6CB1;
	font-size: 12px;
}

.copyWrap01 {
	background-color: #ffffff;
	color: #777777;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: 500;
	padding: 2px 4px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

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

.contBannerArea01 {
	padding: 60px 30px 150px 30px;
}
.contBtnWrap04 {
	text-align: center;
}
.contBtn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 500;
	background-color: #FDEF60;
	width: 510px;
	height: 80px;
	position: relative;
	margin: auto;
}
.contBtn02::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.contBannerWrap02 {
	margin-top: 60px;
	text-align: center;
}
.contBannerWrap02 img {
	width: 600px;
	height: auto;
}

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

.mainSlide01 .slickImg41 {
	background-image: url("../img/cont02_slide01_01.jpg");
}
.mainSlide01 .slickImg42{
	background-image: url("../img/cont02_slide01_02.jpg");
}

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

.contParaH302 {
	text-align: left;
}
.contParaH302 img {
	width: 846px;
	height: auto;
}
.contUl01.column3 li {
	width: 31%;
}

.contBlock07 {
	padding: 100px 30px 30px 30px;
}

.contUlInBox02 {
	text-align: left;
	margin-top: 34px;
}
.contUlInBox02 dd {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
}
.contUlInBox02 .contH401 .s01 {
	font-size: 20px;
}

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

.mainSlide01 .slickImg51 {
	background-image: url("../img/cont03_slide01_01.jpg");
}
.mainSlide01 .slickImg52{
	background-image: url("../img/cont03_slide01_02.jpg");
}

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

.contBannerArea02 {
	padding: 0px 30px 150px 30px;
}
.contH307 {
	margin-bottom: 90px;
	text-align: center;
}
.contH307 .s01 {
	display: block;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: bold;
}
.contH307 .s02 {
	display: block;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
	color: #0F6CB1;
}

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

.contInBox02 {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 50px 40px;
	text-align: left;
	max-width: 700px;
	margin: auto;
}
.contInBox02 .img01 {
	text-align: center;
	margin-bottom: 30px;
}
.contInBox02 .img01 img {
	width: 500px;
	height: auto;
}
.contH403 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}
.contText04 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	color: #666666;
}
.contText05 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	margin-top: 20px;
}
.contText05 a:link {	color: #0F6CB1;	text-decoration: underline;}
.contText05 a:visited {	color: #0F6CB1;	text-decoration: underline;}
.contText05 a:hover {	color:#0F6CB1;	text-decoration: none;}
.contText05 a:active {	color:#0F6CB1;	text-decoration: none;}

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

.contAnc04Block01 {
	background-image: url("../img/cont04_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 300px auto;
	background-color: #0F6CB1;
	padding: 120px 30px 80px 30px;
	color: #ffffff;
}
.contH308 {
	margin-bottom: 80px;
}
.contH308 img {
	max-width: 700px;
	height: auto;
}

.contAnc04Text01 {
	font-size: 30px;
	line-height: 1.7em;
	font-weight: bold;
	margin-bottom: 80px;
}
.contAnc04Text01 span {
	background-image: url("../img/cont04_text_line01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 5px;
}

.contAnc04Box01 {
	margin-bottom: 40px;
}
.contAnc04Box01 dt {
	margin-bottom: 8px;
}
.contAnc04Box01 dt span {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 4px;
	color: #0F6CB1;
	font-size: 16px;
	line-height: 2.0em;
	font-weight: bold;
	padding: 0px 8px;
}
.contAnc04Box01 dd {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 500;
}
.contAnc04Box01 dd span {
	font-size: 14px;
}

.contBannerArea03 {
	margin: 70px auto 80px auto;
}

.contAnc04Ac01 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	width: 220px;
	height: 58px;
	margin: 0px auto 0px auto;
	color: #0F6CB1;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}
.contAnc04Ac01::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #0F6CB1;
  border-right: solid 1px #0F6CB1;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
.contAnc04Ac01.open::after {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
	margin-top: -3px;
}

.contAnc04AcCont01 {
	display: none;
}
.contAnc04AcContIn {
	margin-top: 40px;
	background-color: #ffffff;
	padding: 70px;
	text-align: left;
	color: #333333;
}
.contH404 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 10px;
}
.contAnc04Box02 {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #CCCCCC;
}
.contAnc04Box02:first-child {
	border-top: none;
}
.contAnc04Box02 dl {
	font-size: 14px;
	line-height: 2.0em;
	font-weight: 500;
}
.contAnc04Box02 dd .p02 {
	font-size: 12px;
}

.footerBanner01 {
	margin-bottom: 100px;
}
.footerBanner01 img {
	width: auto;
	max-width: 500px;
	height: auto;
}

.footerSnsWrap01 .topSnsFlex01 {
	display: inline-flex;
	margin-top: 60px;
}





@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: 90%;
		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: 113px;
		height: auto;
	}
	.topSnsFlex01 {
		display: inline-flex;
		align-items: center;
		margin-top: 25px;
	}
	.topSnsFlex01 li {
		margin-left: 10px;
	}
	.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 {
		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-right: auto;
		margin-left: auto;
		margin-bottom: 15px;
		position: relative;
	}
	.contAncFlex01 li:last-child {
		margin-bottom: 0px;
	}
	.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 {
		color: #ffffff;
		font-size: 10px;
		line-height: 1.3em;
		font-weight: 500;
		margin-top: 0px;
		text-align: right;
		position: absolute;
		right: 5px;
		bottom: 3px;
	}
	.contAncFlex01 li .text02 {
		margin-top: 20px;
	}
	.contAncFlex01 li .text02 img {
		width: auto;
		height: 50px;
	}

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

	.spAncBtn01 {
		display: flex !important;
		align-items: flex-start;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border-radius: 3px;
		box-sizing: border-box;
		height: 90px;
		width: 100%;
		padding: 10px 20px 10px 10px !important;
		color: #ffffff;
		font-weight: 500;
	}
	.spAncBtn01.spAncBtnImg01 {
		background-image: url("../img/anc_img01_sp.png");
	}
	.spAncBtn01.spAncBtnImg02 {
		background-image: url("../img/anc_img02_sp.png");
	}
	.spAncBtn01.spAncBtnImg03 {
		background-image: url("../img/anc_img03_sp.png");
	}

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

	.spAncBtn01 .p02 {
		font-size: 19px;
		line-height: 1.1em;
		font-weight: bold;
		/*text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);*/
		/*text-shadow    : 
       1px  1px 1px rgba(0, 0, 0, 0.49),
      -1px  1px 1px rgba(0, 0, 0, 0.49),
       1px -1px 1px rgba(0, 0, 0, 0.49),
      -1px -1px 1px rgba(0, 0, 0, 0.49),
       1px  0px 1px rgba(0, 0, 0, 0.49),
       0px  1px 1px rgba(0, 0, 0, 0.49),
      -1px  0px 1px rgba(0, 0, 0, 0.49),
       0px -1px 1px rgba(0, 0, 0, 0.49);*/
	}
	.spAncBtn01 .p02 span {
		display: block;
		font-size: 13px;
		font-weight: 500;
	}
	
	
	/*------------------------*/

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

	.contBlock02 {
		margin-bottom: 0px;
	}
	.contMainwrap01 {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: 300px;
	}
	.contMainwrap01.contMain01 {
		background-image: url("../img/cont01_img01.jpg");
	}
	.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");
	}
	.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 {}
	.footerTourismLogo01 img {
		width: 100%;
		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: 100vh;
		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: 10px;
		line-height: 1.4em;
		position: absolute;
		right: 20px;
		bottom: 8px;
	}

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

	.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 {
		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: 5px;
	font-size: 12px;
	line-height: 1.35em;
	font-weight: 500;
	}

	.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: 10px;
		left: 10px;
		margin-left: 0px;
		z-index: 100;
	}
	.mainBadge01 img {
		width: 140px;
		height: auto;
	}

	/*---2022/09/16 追加--------------------*/

	.parallax-window {
		height: 100vh;
	}

	.mainLogoWrap01 {
		width: 100%;
		text-align: center;
		position: absolute;
		left: 0px;
		bottom: 25px;
	}
	.mainText01 {
		color: #ffffff;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 500;
	}

	.mainSnsWrap01 {
		display: none;
		/*position: absolute;
		right: 25px;
		bottom: 30px;*/
	}
	.mainSnsWrap02{
		display: block;
	}
	.li01{
		
	}
	/*----------------*/

	.mapWrapFlex01 {
		display: block;
	}
	.mapCont01 {
		width: auto;
		margin-bottom: 20px;
	}
	.mapCont02 {
		width: auto;
	}
	.mapCont02 li {
		text-align: left;
		background-color: #ffffff;
		border-radius: 20px;
		padding: 25px 30px 30px 30px;
		background-repeat: no-repeat;
		background-position: top left;
		margin-top: 20px;
	}
	.mapCont02 li:nth-child(1) {
		background-image: url("../img/cont_map_text01.png");
		background-size: 163px auto;
		margin-top: 0px;
	}
	.mapCont02 li:nth-child(2) {
		background-image: url("../img/cont_map_text02.png");
		background-size: 148px auto;
		transform: translate3d(0px, 0, 0);
	}
	.mapCont02 li:nth-child(3) {
		background-image: url("../img/cont_map_text03.png");
		background-size: 110px auto;
	}

	.mapCont02 li dt {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.mapCont02 li dd {
		font-size: 14px;
		line-height: 1.6em;
		font-weight: 500;
	}

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

	.contParaWrap01 {
		position: relative;
	}

	.slideMain .slick-dots {
		display: none !important;
	}
	.slick-dots {
		width: 100%;
		position: absolute;
		left: 0px;
		bottom: 40px;
	}
	.slick-dots li {
		display: inline-block;
		padding: 0px 5px;
	}
	.slick-dots li button {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			padding: 0;
			outline: none;
			background: transparent;
		width: 10px;
		height: 10px;
		border: 1px solid #ffffff;
		border-radius: 100%;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
	}
	.slick-dots li.slick-active button {
		background-color: #ffffff;
	}

	.contSlide01 .titCopyWrap01 {
		bottom: 10px;
	}
	.mainSlide01 .slickImg21 {
		background-image: url("../img/cont01_slide01_01_sp.jpg");
	}
	.mainSlide01 .slickImg22{
		background-image: url("../img/cont01_slide01_02_sp.jpg");
	}

	.contParaIn01 {
		width: 100%;
		position: absolute;
		left: 0px;
		bottom: 55px;
	}
	.contParaH301 {
		text-align: left;
		padding: 0px 20px;
	}
	.contParaH301 img {
		width: 100%;
		height: auto;
	}

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

	.contBlock04 {
		padding: 40px 30px 40px 30px;
	}
	.contFlex04 {
		display: block;
		text-align: left;
	}
	.contFlex04Box0101 {
		width: auto;
		margin-bottom: 15px;
	}
	.contFlex04Box0102 {
		width: auto;
	}
	.contP01 {
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
	}

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

	.mainSlide01 .slickImg31 {
		background-image: url("../img/cont01_slide02_01_sp.jpg");
	}
	.mainSlide01 .slickImg32{
		background-image: url("../img/cont01_slide02_02_sp.jpg");
	}

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

	.contFlex04Box0201 {
		width: auto;
	}
	.contFlex04Box0202 {
		width: auto;
	}

	.contBlock05 {
		margin: 20px auto 50px auto;
	}
	.contInBox01 {
		border: 1px solid #CCCCCC;
		border-radius: 20px;
		padding: 20px;
		margin: 0px 20px;
		display: block;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.contInBox01_01 {
		width: auto;
		position: relative;
		margin-bottom: 35px;
	}
	.contInBox01_02 {
		width: auto;
		text-align: left;
	}

	.contBlock06 {
		background-color: #FDEF60;
		padding: 20px 20px 30px 20px;
	}
	.contH306 {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.contUl01 {
		display: block;
	}
	.contUl01 li {
		width: auto;
		background-color: #ffffff;
		margin-top: 20px;
		
	}
	.contUlInBox01 {
		padding: 12px 20px 30px 20px;
		text-align: left;
	}
	.contUlInBox01 dt {
		font-size: 18px;
		line-height: 1.4em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.contUlInBox01 dd {
		font-size: 14px;
		line-height: 1.6em;
		font-weight: 500;
	}

	.contUlInBox01 dt .s01 {
		display: block;
	}
	.contUlInBox01 dt .s02 {
		display: block;
		color: #0F6CB1;
		font-size: 12px;
	}

	.copyWrap01 {
		background-color: #ffffff;
		color: #777777;
		font-size: 10px;
		line-height: 1.5em;
		font-weight: 500;
		padding: 2px 4px;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}

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

	.contBannerArea01 {
		padding: 40px 20px 60px 20px;
	}
	.contBtnWrap04 {
		text-align: center;
	}
	.contBtn02 {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		line-height: 1.6em;
		font-weight: 500;
		background-color: #FDEF60;
		box-sizing: border-box;
		width: 100%;
		height: 64px;
		position: relative;
		margin: auto;
	}
	.contBtn02::after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 1px #000000;
		border-right: solid 1px #000000;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -4px;
	}
	.contBannerWrap02 {
		margin-top: 60px;
		text-align: center;
	}
	.contBannerWrap02 img {
		width: 600px;
		height: auto;
	}

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

	.mainSlide01 .slickImg41 {
		background-image: url("../img/cont02_slide01_01_sp.jpg");
	}
	.mainSlide01 .slickImg42{
		background-image: url("../img/cont02_slide01_02_sp.jpg");
	}

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

	.contParaH302 {
		text-align: left;
		padding: 0px 20px;
	}
	.contParaH302 img {
		width: 100%;
		height: auto;
	}
	.contUl01.column3 li {
		width: auto;
	}

	.contBlock07 {
		padding: 20px 20px 30px 20px;
	}

	.contUlInBox02 {
		text-align: left;
		margin-top: 34px;
	}
	.contUlInBox02 dd {
		font-size: 14px;
		line-height: 1.6em;
		font-weight: 500;
	}
	.contUlInBox02 .contH401 .s01 {
		font-size: 20px;
	}

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

	.mainSlide01 .slickImg51 {
		background-image: url("../img/cont03_slide01_01_sp.jpg");
	}
	.mainSlide01 .slickImg52{
		background-image: url("../img/cont03_slide01_02_sp.jpg");
	}

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

	.contBannerArea02 {
		padding: 0px 30px 150px 30px;
	}
	.contH307 {
		margin-bottom: 40px;
		text-align: center;
	}
	.contH307 .s01 {
		display: block;
		font-size: 18px;
		line-height: 1.6em;
		font-weight: bold;
	}
	.contH307 .s02 {
		display: block;
		font-size: 12px;
		line-height: 1.6em;
		font-weight: bold;
		color: #0F6CB1;
	}

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

	.contInBox02 {
		background-color: #ffffff;
		border-radius: 20px;
		padding: 20px 20px;
		text-align: left;
		max-width: 700px;
		margin: auto;
	}
	.contInBox02 .img01 {
		text-align: center;
		margin-bottom: 30px;
	}
	.contInBox02 .img01 img {
		width: 500px;
		height: auto;
	}
	.contH403 {
		font-size: 17px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.contText04 {
		font-size: 14px;
		line-height: 1.6em;
		font-weight: 500;
	}
	.contText05 {
		font-size: 14px;
		line-height: 1.6em;
		font-weight: 500;
		margin-top: 20px;
	}
	.contText05 a:link {	color: #0F6CB1;	text-decoration: underline;}
	.contText05 a:visited {	color: #0F6CB1;	text-decoration: underline;}
	.contText05 a:hover {	color:#0F6CB1;	text-decoration: none;}
	.contText05 a:active {	color:#0F6CB1;	text-decoration: none;}

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

	.contAnc04Block01 {
		background-image: url("../img/cont04_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 300px auto;
		background-color: #0F6CB1;
		padding: 50px 20px 50px 20px;
		color: #ffffff;
	}
	.contH308 {
		margin-bottom: 30px;
	}
	.contH308 img {
		max-width: 700px;
		height: auto;
	}

	.contAnc04Text01 {
		font-size: 18px;
		line-height: 1.7em;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.contAnc04Text01 span {
		background-image: url("../img/cont04_text_line01.png");
		background-repeat: repeat-x;
		background-position: left bottom;
		background-size: auto 2px;
	}

	.contAnc04Box01 {
		margin-bottom: 40px;
	}
	.contAnc04Box01 dt {
		margin-bottom: 8px;
	}
	.contAnc04Box01 dt span {
		display: inline-block;
		background-color: #ffffff;
		border-radius: 4px;
		color: #0F6CB1;
		font-size: 14px;
		line-height: 2.0em;
		font-weight: bold;
		padding: 0px 8px;
	}
	.contAnc04Box01 dd {
		font-size: 16px;
		line-height: 1.3em;
		font-weight: 500;
	}
	.contAnc04Box01 dd span {
		font-size: 14px;
	}

	.contBannerArea03 {
		margin: 40px auto 40px auto;
	}

	.contAnc04Ac01 {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #ffffff;
		width: 220px;
		height: 58px;
		margin: 0px auto 0px auto;
		color: #0F6CB1;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: 500;
		position: relative;
		cursor: pointer;
	}
	.contAnc04Ac01::after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 1px #0F6CB1;
		border-right: solid 1px #0F6CB1;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -6px;
	}
	.contAnc04Ac01.open::after {
		-ms-transform: rotate(315deg);
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
		margin-top: -3px;
	}

	.contAnc04AcCont01 {
		display: none;
	}
	.contAnc04AcContIn {
		margin-top: 20px;
		background-color: #ffffff;
		padding: 20px;
		text-align: left;
		color: #333333;
	}
	.contH404 {
		font-size: 18px;
		line-height: 1.4em;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.contAnc04Box02 {
		padding: 10px 0px 10px 0px;
		border-top: 1px solid #CCCCCC;
	}
	.contAnc04Box02:first-child {
		border-top: none;
	}
	.contAnc04Box02 dl {
		font-size: 14px;
		line-height: 2.0em;
		font-weight: 500;
	}
	.contAnc04Box02 dd .p02 {
		font-size: 12px;
	}

	.footerBanner01 {
		margin-bottom: 40px;
	}
	.footerBanner01 img {
		width: 100%;
		max-width: 500px;
		height: auto;
	}

	.footerSnsWrap01 .topSnsFlex01 {
		display: inline-flex;
		margin-top: 60px;
	}


}


/* -------------------------------------------------------------------- 
 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;
	}


}





/*-----*/
