@charset "UTF-8";
/* variables
----------------------------------------*/
/* common
----------------------------------------*/
@font-face {
	font-family: "irohamaruLight";
	src: url(../font/irohamaru-Light.ttf);
	font-weight: normal;
	font-style: normal;
}
html {
	overflow-y: scroll;
	font-size: 62.5%;
	/* 10px */
}

body {
	margin: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	letter-spacing: 1px;
	font-weight: 400;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

strong {
	font-weight: bold;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

/*---clearFix ------------------*/
.clearfix:after,
.clearfix:before {
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.only-pc {
	display: block;
}

.only-pci {
	display: inline-block;
}

.only-sp {
	display: none;
}

.only-spi {
	display: none;
}
/* hover-btn
----------------------------------------*/
.hover-btn {
	cursor: pointer;
	transition: opacity 0.3s ease-out;
}

/* header
-------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #ececec;
	/*** gnav ***/
	/*** menu ***/
}
header .header-inner {
	width: 1200px;
	height: 77px;
	margin: 0 auto;
	/*** logo ***/
}
header .header-inner .logo {
	margin: 10px 0;
	float: left;
	display: flex;
	align-items: center;
	-moz-column-gap: 28px;
	column-gap: 28px;
}
header .header-inner .logo a {
	display: block;
}
header .header-inner .logo img {
	width: 100%;
}
header ul {
	padding: 0;
	float: right;
	margin-top: 18px;
}
header ul li {
	float: left;
	text-align: center;
	margin-left: 2px;
}
header ul li:first-child a {
	border-right: 1px solid #999;
}
header ul li a {
	height: 40px;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 1.6rem;
	padding: 0 25px;
}
header ul li a:hover {
	color: #000;
}
header ul li a i {
	margin-right: 10px;
}
header .menu {
	display: none;
}
header.is-open ul {
	display: block;
}
header.is-open .menu .line-wrap .line:nth-child(1) {
	transform: translateY(5px) rotate(-225deg);
}
header.is-open .menu .line-wrap .line:nth-child(2) {
	display: none;
}
header.is-open .menu .line-wrap .line:nth-child(3) {
	transform: translateY(-5px) rotate(225deg);
}

/* container
----------------------------------------*/
.container {
	position: relative;
	min-width: 1200px;
}

/* content
----------------------------------------*/
.content {
	position: relative;
	padding-top: 77px;
	overflow: hidden;
}

/* mainvisual
----------------------------------------*/
.mainvisual {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	background-image: url("../img/mainvisual-pc.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.mainvisual .mainvisual-inner {
	width: 100%;
	height: 600px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 120px;
	padding-left: 60px;
	box-sizing: border-box;
	position: relative;
}
.mainvisual .mainvisual-inner h2 {
	width: 591px;
}
.mainvisual .mainvisual-inner h2 img {
	width: 100%;
}
.mainvisual .mainvisual-inner .dog {
	position: absolute;
	left: 90px;
	bottom: -55px;
}

/* section
----------------------------------------*/
.section {
	width: 100%;
	box-sizing: border-box;
}
.section .section-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* sec04
----------------------------------------*/
.sec04 {
	width: 100%;
	margin: 0 auto;
}
.sec04 .sec04-1 {
	background: url("../img/sec01-h3-bg.png") repeat;
	padding-top: 105px;
	padding-bottom: 30px;
}
.sec04 .sec04-1 .section-inner {
	width: 1200px;
	margin: 0 auto;
}
.sec04 .sec04-1 .section-inner .p1 {
	font-size: 2rem;
	line-height: 2.4;
	text-align: center;
	margin-top: 10px;
}
.sec04 .sec04-1 .section-inner h3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sec04 .sec04-1 .section-inner h3:before {
	content: "";
	background: url("../img/sec04-h3-i-lt.png") no-repeat;
	width: 78px;
	height: 102px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.sec04 .sec04-1 .section-inner h3:after {
	content: "";
	background: url("../img/sec04-h3-i-rt.png") no-repeat;
	width: 98px;
	height: 96px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.sec04 .sec04-2 {
	background: url("../img/sec04-bg.png") no-repeat center 100px, url("../img/sec04-top-bg.png") no-repeat center top;
}
.sec04 .sec04-2 .section-inner {
	width: 1200px;
	margin: 0 auto;
}
.sec04 .sec04-2 .section-inner h3 {
	width: 100%;
	display: block;
}
.sec04 .sec04-2 .section-inner h3 img {
	display: block;
	margin: 0 auto;
}
.sec04 .sec04-2 .section-inner h3 img.dog {
	width: 128px;
}
.sec04 .sec04-2 .section-inner ul {
	margin-top: 45px;
}
.sec04 .sec04-2 .section-inner ul li {
	overflow: hidden;
	margin-bottom: 70px;
}
.sec04 .sec04-2 .section-inner ul li:nth-child(2) {
	margin-bottom: 35px;
}
.sec04 .sec04-2 .section-inner ul li:nth-child(2) .lt {
	float: right;
	width: 610px;
}
.sec04 .sec04-2 .section-inner ul li:nth-child(2) .rt {
	float: left;
	width: calc(100% - 610px);
}
.sec04 .sec04-2 .section-inner ul li .lt {
	float: left;
	width: 550px;
}
.sec04 .sec04-2 .section-inner ul li .lt h4 {
	margin-top: 80px;
}
.sec04 .sec04-2 .section-inner ul li .lt p {
	margin: 25px 60px 0;
}
.sec04 .sec04-2 .section-inner ul li .rt {
	float: right;
	width: calc(100% - 550px);
}
.sec04 .sec04-2 .section-inner ul li p {
	font-size: 1.6rem;
	line-height: 2;
}

/* sec01
----------------------------------------*/
.sec01 {
	width: 100%;
	background: url("../img/sec-bg.png") repeat;
	padding-bottom: 100px;
}
.sec01 .section-inner {
	width: 1200px;
	margin: 0 auto;
}
.sec01 .section-inner .sec01-ttl {
	text-align: center;
	margin: 70px 0 55px;
}
.sec01 .section-inner .sec01-ttl h3 {
	width: 100%;
	margin-bottom: 20px;
}
.sec01 .section-inner .sec01-ttl-route {
	margin-bottom: 42px;
}
.sec01 .section-inner .sec01-ttl-route img {
	width: 173px;
}
.sec01 .section-inner .sec01-ttl-youtube {
	width: 800px;
	height: 451px;
	margin-left: 200px;
	margin-bottom: 45px;
}
.sec01 .section-inner .sec01-ttl-youtube iframe {
	width: 100%;
	height: 100%;
}
.sec01 .section-inner .prompt-con-wrap {
	background: #fff;
	padding: 75px 70px 0;
	box-sizing: border-box;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con {
	padding: 0 20px;
	background: url("../img/sec01-mid.png") no-repeat center top;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .lt {
	width: 45%;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .lt .bd .img {
	margin-top: 20px;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .rt {
	width: 45%;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .rt h4 strong span {
	background: #01b7ee;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .rt .bd .img {
	margin-top: 38px;
	margin-bottom: 60px;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .rt .bd .con {
	background: #def7ff;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .rt .bd .con:after {
	border-top: 20px solid #def7ff;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .rt .bd .con .arrow {
	background: url("../img/sec01-arrow-rt.png") no-repeat;
	background-size: 100%;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .rt .bd .con h5 {
	color: #01b7ee;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .rt .bd .con span {
	font-size: 90%;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con h4 img {
	display: block;
	margin: 0 auto;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con h4 strong {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con h4 strong span {
	font-size: 1.4rem;
	color: #fff;
	background: #eb6f87;
	line-height: 30px;
	padding: 0 5px;
	display: inline-block;
	margin: 0 4px;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd {
	width: 100%;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .img {
	text-align: center;
	margin-bottom: 45px;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con {
	position: relative;
	width: 100%;
	border-radius: 10px;
	background: #ffecf0;
	margin-bottom: 30px;
	padding: 25px 30px;
	box-sizing: border-box;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con:last-child {
	margin-bottom: 0;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con:last-child:after {
	content: normal;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con:after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 20px solid #ffecf0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin-left: -20px;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con .arrow {
	position: absolute;
	left: -7px;
	top: -10px;
	background: url("../img/sec01-arrow.png") no-repeat;
	width: 70px;
	height: 31px;
	line-height: 27px;
	font-size: 1.5rem;
	color: #fff;
	text-indent: 10px;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con h5 {
	font-size: 1.8rem;
	color: #eb6f87;
	line-height: 1.56;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con ul li {
	font-size: 1.4rem;
	color: #333;
	line-height: 1.43;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 1%;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con ul li b {
	color: #e60012;
	text-decoration: underline;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con span {
	font-size: 90%;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con-p {
	margin-top: 25px;
	border-bottom: 2px solid #ccc;
	padding: 0 2% 40px;
}
.sec01 .section-inner .prompt-con-wrap .prompt-con-p p {
	font-size: 1.2rem;
	line-height: 1.83;
	color: #333;
}
.sec01 .section-inner .text-con {
	background: #fff;
	/*padding:50px 10% 90px;*/
	border-top: 2px solid #cccccc;
	padding: 50px 0 55px;
	box-sizing: border-box;
}
.sec01 .section-inner .text-con h4 {
	text-align: center;
	margin-bottom: 45px;
}
.sec01 .section-inner .text-con h4 i {
	font-style: normal;
	font-size: 2.3rem;
	height: 40px;
	line-height: 40px;
	background: #f39800;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 0 40px;
	display: inline-block;
}
.sec01 .section-inner .text-con h4 i:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 20px solid transparent;
	display: inline-block;
}
.sec01 .section-inner .text-con h4 i:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 20px solid transparent;
	display: inline-block;
}
.sec01 .section-inner .text-con h4 strong {
	font-family: "irohamaru-mikami-Medium";
	font-size: 4.8rem;
	line-height: 1.17;
	text-align: center;
	font-weight: normal;
	color: #f39800;
	display: block;
	margin: 20px 0;
}
.sec01 .section-inner .text-con h4 strong img {
	margin: 0 auto;
}
.sec01 .section-inner .text-con .p1 {
	font-size: 1.8rem;
	line-height: 1.78;
	text-align: center;
}
.sec01 .section-inner .text-con .p1 small {
	font-size: 1.4rem;
	line-height: 2.29;
	display: block;
}
.sec01 .section-inner .text-con .p2 {
	font-size: 2.2rem;
	line-height: 45px;
	height: 45px;
	color: #f39800;
	text-align: center;
	background: #feedd1;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sec01 .section-inner .text-con dl {
	margin-top: 20px;
	margin-bottom: 25px;
}
.sec01 .section-inner .text-con dl dt {
	font-size: 2rem;
	color: #f39800;
	line-height: 40px;
	border-bottom: 2px solid #f39800;
	margin-bottom: 15px;
}
.sec01 .section-inner .text-con dl dd {
	font-size: 1.6rem;
	color: #000;
	line-height: 2;
	text-indent: -27px;
	margin-left: 27px;
}
.sec01 .section-inner .text-con dl dd i {
	display: inline-block;
	background: #f39800;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 5px;
	font-size: 1.2rem;
	border-radius: 20px;
	font-style: normal;
	text-indent: 0;
	font-weight: normal;
}
.sec01 .section-inner .text-con dl dd a {
	color: #0045a4;
}
.sec01 .section-inner .text-con ul {
	margin-bottom: 30px;
}
.sec01 .section-inner .text-con ul li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 14px;
}
.sec01 .section-inner .text-con ul a {
	color: #0045a4;
}
.sec01 .section-inner .text-con p {
	font-size: 16px;
}
.sec01 .section-inner .text-con .notes {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.sec01 .prompt-con-ul {
	clear: both;
	margin-top: 28px;
	padding: 0 20px 50px;
}
.sec01 .prompt-con-ul li {
	color: #000000;
	text-indent: -2.8em;
	margin-left: 2.8em;
	font-size: 14px;
	font-weight: bold;
}
.sec01 .prompt-con-ul li span {
	text-decoration: underline;
}
.sec01 .prompt-con-ul li a {
	color: #0045a4;
}

.pdf-wrap {
	padding: 0 20px;
}
.pdf-wrap .pdf-con {
	background: #fff;
	border: 2px solid #23c1ef;
	border-radius: 25px;
	margin-bottom: 35px;
	position: relative;
}
.pdf-wrap .pdf-con:after {
	content: "";
	width: 200px;
	height: 69px;
	background: url("../img/sec-dog.png") no-repeat bottom;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 0;
}
.pdf-wrap .pdf-con .hd {
	text-align: center;
}
.pdf-wrap .pdf-con .hd strong {
	display: inline-block;
	padding: 0 35px;
	font-size: 20px;
	color: #000;
	background: #fff;
	line-height: 1;
	position: relative;
	top: -13px;
	font-weight: normal;
}
.pdf-wrap .pdf-con .bd {
	padding: 20px 65px 40px;
}
.pdf-wrap .pdf-con .bd ul.pdf-ul {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.pdf-wrap .pdf-con .bd ul.pdf-ul li {
	text-indent: 0;
	margin-left: 0;
}
.pdf-wrap .pdf-con .bd ul.pdf-ul li dl {
	margin: 0;
}
.pdf-wrap .pdf-con .bd ul.pdf-ul li dl dt {
	color: #1cbfef;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0;
	border-bottom: none;
}
.pdf-wrap .pdf-con .bd ul.pdf-ul li dl dd {
	font-size: 14px;
	color: #1957ab;
	line-height: 1;
	text-indent: 0;
	margin-left: 0;
}
.pdf-wrap .pdf-con .bd ul.pdf-ul li dl dd a {
	display: block;
	color: #1957ab;
	font-size: 14px;
	line-height: 1;
	margin-top: 30px;
	text-decoration: underline;
	font-weight: bold;
}
.pdf-wrap .pdf-con .pdf-con-btn {
	text-align: center;
	padding-bottom: 35px;
}

.pdf-wrap2 {
	margin-top: 70px;
	padding: 0 20px;
}
.pdf-wrap2 .pdf-con {
	background: #f2f2f2;
}
.pdf-wrap2 .pdf-con:after {
	background-image: url("../img/sec-dog2.png");
}
.pdf-wrap2 .pdf-con .hd strong {
	background: #f2f2f2;
}

/* sec02
----------------------------------------*/
.sec02 {
	padding-bottom: 80px;
	padding-top: 100px;
	background: url("../img/sec02-bg.png") no-repeat center 60px, url("../img/sec02-bg-3.png") repeat-x center bottom;
}
.sec02 .section-inner {
	width: 1200px;
	margin: 0 auto;
}
.sec02 .section-inner h3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sec02 .section-inner .p1 {
	font-size: 1.8rem;
	line-height: 1.78;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 0;
}
.sec02 .section-inner .p1 span {
	color: #eb6f87;
}
.sec02 .section-inner .pic-wrap .tit {
	margin-top: 50px;
}
.sec02 .section-inner .pic-wrap .tit h4 {
	background: url("../img/sec02-tit-bg.png") repeat-x center center;
	text-align: center;
}
.sec02 .section-inner .pic-wrap .tit h4 .img {
	display: inline-block;
	background: #fff;
	padding: 0 40px;
}
.sec02 .section-inner .pic-wrap .tit p {
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
	margin-top: 25px;
}
.sec02 .section-inner .pic-wrap .tit p b {
	color: #eb6f87;
}
.sec02 .section-inner .pic-wrap .con .img {
	margin: 30px auto 50px;
	position: relative;
}
.sec02 .section-inner .pic-wrap .con .img .btn {
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 340px;
	margin-left: -170px;
	text-align: center;
	background: #f49dae;
	padding: 30px 0;
}
.sec02 .section-inner .pic-wrap .con .img .btn p {
	margin-bottom: 4%;
}
.sec02 .section-inner .pic-wrap .con .img .btn a {
	text-decoration: none;
	display: inline-block;
	font-size: 1.6rem;
	background: #fff;
	color: #eb6f87;
	padding: 3px 40px;
	border-radius: 20px;
	box-shadow: 0 2px 0 0 #bf3852;
	font-weight: bold;
	position: relative;
}
.sec02 .section-inner .pic-wrap .con .img .btn a:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #eb6f87;
	border-right: 2px solid #eb6f87;
	transform: rotate(135deg);
	right: 23px;
	top: 11px;
	transition: 0.3s;
}
.sec02 .section-inner .pic-wrap .con .table-wrap {
	padding: 0 0 50px;
	overflow: hidden;
	margin: 0 70px;
	border-bottom: 2px dotted #999;
}
.sec02 .section-inner .pic-wrap .con .table-wrap table {
	margin: 35px auto 0;
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
	width: 45%;
}
.sec02 .section-inner .pic-wrap .con .table-wrap table + table {
	float: right;
	width: 45%;
}
.sec02 .section-inner .pic-wrap .con .table-wrap table tr:nth-child(5) td {
	border-bottom: 0;
}
.sec02 .section-inner .pic-wrap .con .table-wrap table tr:last-child td {
	border-bottom: 0;
}
.sec02 .section-inner .pic-wrap .con .table-wrap table tr td {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.77;
	border-bottom: 1px solid #999;
	vertical-align: top;
	padding: 10px 0;
}
.sec02 .section-inner .pic-wrap .con .table-wrap table tr td:first-child {
	width: 130px;
	padding-right: 10px;
}
.sec02 .section-inner .pic-wrap .con .table-wrap .cation {
	clear: both;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 35px;
}
.sec02 .section-inner .pic-wrap .con .video {
	margin: 0 70px;
}
.sec02 .section-inner .pic-wrap .con .video .v-tit {
	font-size: 2rem;
	color: #eb6f87;
	line-height: 1.3;
	margin: 30px 0 20px;
	font-weight: bold;
}
.sec02 .section-inner .pic-wrap .con .video .v-tit i {
	margin-right: 10px;
}
.sec02 .section-inner .pic-wrap .con .video .v-con {
	width: 100%;
	height: 595px;
}
.sec02 .section-inner .pic-wrap .con .video .v-con iframe {
	width: 100%;
	height: 100%;
}
.sec02 .section-inner .pic-wrap.type02 .tit h4 {
	background: url("../img/sec02-tit-bg.png") repeat-x center center;
	text-align: center;
}
.sec02 .section-inner .pic-wrap.type02 .tit h4 .img {
	display: inline-block;
	background: #fff;
	padding: 0 40px;
}
.sec02 .section-inner .pic-wrap.type02 .tit p {
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
	margin-top: 25px;
}
.sec02 .section-inner .pic-wrap.type02 .tit p b {
	color: #eb6f87;
}
.sec02 .section-inner .pic-wrap.type02 .con .img-wrap {
	margin-top: 30px;
	margin-bottom: 50px;
}
.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .lt {
	float: left;
	width: 50%;
}
.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .rt {
	float: right;
	width: 50%;
}
.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img {
	position: relative;
}
.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img .btn {
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 340px;
	margin-left: -170px;
	text-align: center;
	background: #f49dae;
	padding: 30px 0;
}
.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img .btn p {
	margin-bottom: 4%;
}
.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img .btn a {
	text-decoration: none;
	display: inline-block;
	font-size: 1.6rem;
	background: #fff;
	color: #eb6f87;
	padding: 3px 40px;
	border-radius: 20px;
	box-shadow: 0 2px 0 0 #bf3852;
	font-weight: bold;
	position: relative;
}
.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img .btn a:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #eb6f87;
	border-right: 2px solid #eb6f87;
	transform: rotate(135deg);
	right: 23px;
	top: 11px;
	transition: 0.3s;
}
.sec02 .section-inner .pic-wrap.type02 .con .table-wrap {
	position: relative;
	overflow: initial;
}
.sec02 .section-inner .pic-wrap.type02 .con .table-wrap .img {
	position: absolute;
	left: -135px;
	top: 25px;
	z-index: -1;
}
.sec02 .section-inner .pic-wrap-2 .tit {
	margin-top: 35px;
}
.sec02 .section-inner .pic-wrap-2 .tit h4 {
	text-align: center;
}
.sec02 .section-inner .pic-wrap-2 .tit p {
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
	margin-top: 25px;
}
.sec02 .section-inner .pic-wrap-2 .tit p b {
	color: #eb6f87;
}
.sec02 .section-inner .pic-wrap-2 .con .img {
	display: block;
	margin: 25px 70px 0;
	position: relative;
}
.sec02 .section-inner .pic-wrap-2 .con .img img.mascot {
	position: absolute;
	right: 15px;
	bottom: 10px;
}
.sec02 .section-inner .pic-wrap-2 .con p {
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: left;
	width: 1060px;
	margin: 25px auto 0;
}
.sec02 .section-inner .pic-wrap-2 .con p span {
	text-indent: -1em;
	margin-left: 1em;
	display: inline-block;
}
.sec02 .section-inner .pic-wrap-2 .con p b {
	color: #eb6f87;
}
.sec02 .sec02-wrap {
	margin-top: 55px;
}
.sec02 .sec02-wrap .con .hd {
	padding: 0 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 5px solid #eb6f87;
}
.sec02 .sec02-wrap .con .hd a {
	width: 32.8%;
	display: block;
	font-size: 1.8rem;
	line-height: 55px;
	height: 55px;
	color: #fff;
	background: #d2d2d2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	text-decoration: none;
}
.sec02 .sec02-wrap .con .hd a.on {
	background: #eb6f87;
}
.sec02 .sec02-wrap .con .bd .list {
	display: none;
}
.sec02 .sec02-wrap .con .bd .list.on {
	display: block;
}
.sec02 .sec02-wrap .sp-tit {
	padding: 4%;
	box-sizing: border-box;
	line-height: 1;
	background: #eb6f87;
	border-radius: 20px;
	position: relative;
}
.sec02 .sec02-wrap .sp-tit strong {
	font-size: 1.3rem;
	line-height: 1.23;
	margin-left: 5px;
	color: #fff;
	font-weight: normal;
}
.sec02 .sec02-wrap .sp-tit::before, .sec02 .sec02-wrap .sp-tit::after {
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 4%;
	top: calc(50% - 1px);
}
.sec02 .sec02-wrap .sp-tit::before {
	transform: rotate(90deg);
}
.sec02 .sec02-wrap .sp-tit.on::before {
	transform: rotate(0);
}

.sec02b {
	background: url("../img/sec02-bg-3.png");
}
.sec02b * {
	box-sizing: border-box;
}
.sec02b .pic-wrap-3 .tit h4 .img {
	display: block;
	margin: 0 auto;
}
.sec02b .pic-wrap-3 .tit h4 .img img {
	width: 100%;
	height: 100%;
}
.sec02b .pic-wrap-3 .con .layout {
	display: flex;
}
.sec02b .pic-wrap-3 .con .layout article {
	background-color: #ffffff;
}
.sec02b .pic-wrap-3 .con .layout article .title .img {
	display: block;
	margin: 0 auto;
}
.sec02b .pic-wrap-3 .con .layout article .title .img img {
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.sec02b .pic-wrap-3 .con .layout article .link {
	display: flex;
}
.sec02b .pic-wrap-3 .con .layout article .link li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #eb6f87;
}
.sec02b .pic-wrap-3 .con .layout article .link li a .img {
	display: block;
}
.sec02b .pic-wrap-3 .con .layout article .link li a .img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.sec02b .pic-wrap-3 .con .layout article .link li a:after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}

/* sec05
----------------------------------------*/
.sec05 {
	padding-bottom: 60px;
}
.sec05 .section-inner {
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}

.sec03 {
	margin-top: 40px;
	background: url("../img/sec03-bg.png") repeat;
}
.sec03 .section-inner {
	width: 1200px;
	padding: 120px 0;
	text-align: center;
}
.sec03 .section-inner h3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sec03 .section-inner .p1 {
	font-size: 1.8rem;
	line-height: 1.78;
	text-align: center;
	margin-top: 30px;
}
.sec03 .section-inner .p1 span {
	color: #eb6f87;
}
.sec03 .section-inner .btn {
	background: url("../img/sec03-btn.png") no-repeat;
	width: 800px;
	height: 148px;
	line-height: 148px;
	text-align: center;
	color: #fff;
	display: block;
	margin: 30px auto 0;
	font-size: 0;
	cursor: pointer;
}
.sec03 .section-inner .btn:hover {
	opacity: 0.8;
}
.sec03 .bnr {
	text-align: center;
	margin-top: 50px;
}

/* sec06
----------------------------------------*/
.sec06 {
	padding-bottom: 60px;
	background: url("../img/sec06-bg.png") no-repeat center 60px;
}
.sec06 .section-inner {
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
.sec06 .section-inner h3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sec06 .section-inner .p1 {
	font-size: 1.8rem;
	line-height: 1.78;
	text-align: center;
	margin-top: 30px;
}
.sec06 .section-inner .sec03-bd-4 {
	margin-top: 55px;
}
.sec06 .section-inner .sec03-bd-4 .con .hd {
	padding: 0 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 5px solid #01b7ee;
}
.sec06 .section-inner .sec03-bd-4 .con .hd a {
	width: 32.8%;
	display: block;
	font-size: 1.8rem;
	line-height: 55px;
	height: 55px;
	color: #fff;
	background: #d2d2d2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	text-decoration: none;
}
.sec06 .section-inner .sec03-bd-4 .con .hd a.on {
	background: #01b7ee;
}
.sec06 .section-inner .sec03-bd-4 .con .bd {
	padding: 40px 70px;
	box-sizing: border-box;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list {
	display: none;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list.on {
	display: block;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list strong {
	font-size: 2.6rem;
	line-height: 1.23;
	color: #01b7ee;
	font-weight: normal;
	margin-bottom: 20px;
	display: block;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list strong small {
	font-size: 2rem;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list p {
	font-size: 1.6rem;
	line-height: 2;
	color: #333;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con {
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 2px dotted #999;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .lt {
	width: 50%;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .lt strong {
	font-size: 2rem;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 10px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .lt strong i img {
	vertical-align: middle;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .lt p {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .lt p small {
	font-size: 1.4rem;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .rt {
	width: 460px;
	text-align: right;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .rt .img img {
	width: 100%;
	border-radius: 10px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .rt .img p {
	font-size: 1.3rem;
	line-height: 2;
	color: #333;
	text-align: center;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .rt .text {
	background: #def7ff;
	padding: 15px 30px;
	box-sizing: border-box;
	text-align: left;
	margin-top: 20px;
	border-radius: 10px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .rt .text strong {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 3px;
	color: #01b7ee;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .rt .text p {
	font-size: 1.4rem;
	line-height: 1.71;
	color: #333;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table {
	width: 100%;
	border-top: 2px solid #01b7ee;
	border-left: 2px solid #01b7ee;
	margin-bottom: 10px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr:last-child td {
	border-bottom: 2px solid #01b7ee;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr td {
	font-size: 1.8rem;
	line-height: 1.78;
	color: #000;
	border-right: 2px solid #01b7ee;
	border-bottom: 1px solid #01b7ee;
	text-align: center;
	padding: 15px 0;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr td.pink {
	color: #01b7ee;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr td.gray {
	background: #eeeeee;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr td.w1 {
	width: 15%;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr td.w2 {
	width: 23%;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr td.left {
	text-align: left;
	text-indent: 5%;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr td.last {
	border-bottom: 2px solid #01b7ee;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table-img {
	margin-bottom: 10px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .inf-con {
	margin-top: 20px;
	background: #feedd1;
	padding: 30px 30px 20px 45px;
	box-sizing: border-box;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .inf-con .rt {
	float: left;
	margin-left: 50px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .inf-con .rt p {
	margin-top: 20px;
	font-size: 1.6rem;
	color: #333;
	line-height: 2;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .inf-con .rt a {
	text-decoration: none;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .inf-con .rt a:before {
	content: "";
	background: url("../img/sec06-inf-h3-i2.png") no-repeat;
	width: 8px;
	height: 13px;
	display: inline-block;
	margin-right: 5px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .inf-con .rt a:after {
	content: "";
	background: url("../img/sec06-inf-h3-i.png") no-repeat;
	width: 11px;
	height: 10px;
	display: inline-block;
	margin-left: 5px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .inf-con .rt a span {
	font-size: 1.6rem;
	color: #f39800;
	line-height: 2.5;
	text-decoration: none;
	border-bottom: 1px solid #f39800;
	font-weight: bold;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .inf-con .lt {
	float: left;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .inf-con .lt .img img {
	width: 100%;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .video {
	margin-top: 40px;
	border-top: 2px dotted #999999;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .video .v-tit {
	font-size: 2rem;
	color: #01b7ee;
	line-height: 1.3;
	margin: 30px 0 20px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .video .v-tit i {
	margin-right: 10px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .video .v-con {
	width: 100%;
	height: 595px;
}
.sec06 .section-inner .sec03-bd-4 .con .bd .list .video .v-con iframe {
	width: 100%;
	height: 100%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp {
	margin: 0 4%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list {
	margin-bottom: 5%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list:first-child .con {
	display: block;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list:first-child .video {
	display: block;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .tit {
	padding: 4%;
	box-sizing: border-box;
	line-height: 1;
	cursor: pointer;
	background: #01b7ee;
	border-radius: 20px;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .tit strong {
	float: left;
	font-size: 1.3rem;
	line-height: 1.23;
	margin-left: 5px;
	color: #fff;
	font-weight: normal;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .tit i {
	float: right;
	background: #f19ec2;
	cursor: pointer;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.33;
	padding: 0 2px;
	text-align: center;
	text-indent: 1px;
	font-style: normal;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .tit i.on {
	background: #81cde3;
	padding: 0 10px 0 8px;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con {
	box-sizing: border-box;
	display: none;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con strong {
	font-size: 1.3rem;
	line-height: 1.31;
	color: #01b7ee;
	font-weight: normal;
	margin-bottom: 3%;
	display: block;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con strong i {
	width: 4%;
	display: inline-block;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con strong i img {
	width: 100%;
	vertical-align: middle;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con p {
	font-size: 1.3rem;
	line-height: 1.31;
	color: #000;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .list-con {
	margin-top: 5%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .lt {
	float: none;
	width: 100%;
	margin-top: 3%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .lt p {
	margin-bottom: 5%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .lt .p1 {
	text-align: left;
	margin: 0 0 5%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .rt {
	float: none;
	border-top: 1px dotted #999;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .rt .img {
	display: block;
	width: 100%;
	margin: 5% auto;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .rt .img img {
	border-radius: 5px;
	width: 100%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .rt .img p {
	text-align: center;
	margin-top: 2%;
	font-size: 1rem;
	color: #333;
	line-height: 1.65;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .rt .text {
	background: #def7ff;
	padding: 2% 3%;
	box-sizing: border-box;
	text-align: left;
	margin-top: 2%;
	border-radius: 5px;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .rt .text strong {
	font-size: 1.2rem;
	line-height: 1.38;
	margin-bottom: 1%;
	color: #01b7ee;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .rt .text p {
	font-size: 1rem;
	line-height: 1.6;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table {
	width: 100%;
	border-top: 2px solid #01b7ee;
	border-left: 2px solid #01b7ee;
	margin-bottom: 2%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table tr:last-child td {
	border-bottom: 2px solid #01b7ee;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table tr td {
	font-size: 1.3rem;
	line-height: 1.23;
	color: #000;
	border-right: 2px solid #01b7ee;
	border-bottom: 1px solid #01b7ee;
	text-align: center;
	padding: 3% 2%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table tr td.pink {
	color: #01b7ee;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table tr td.gray {
	background: #eeeeee;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table tr td.w1 {
	width: 14%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table tr td.w2 {
	width: 23%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table tr td.left {
	text-indent: 1%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table tr td.last {
	border-bottom: 2px solid #01b7ee;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table-img {
	margin-bottom: 10px;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con .table-img img {
	width: 100%;
	height: auto;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .con p.p1 {
	font-size: 1rem;
	line-height: 1.6;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .video {
	margin-top: 5%;
	border-top: 1px dotted #999;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .video .v-tit {
	font-size: 1.4rem;
	color: #01b7ee;
	line-height: 1;
	margin: 3% 0 2%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .video .v-tit i {
	margin-right: 5px;
	width: 4%;
	display: inline-block;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .video .v-tit i img {
	width: 100%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .video .v-con {
	width: 100%;
	height: 30vh;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .video .v-con iframe {
	width: 100%;
	height: 100%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con {
	background: #feedd1;
	padding: 5%;
	box-sizing: border-box;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con .rt {
	float: none;
	border-top: none;
	padding: 0 2%;
	margin-top: 5%;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con .rt p {
	margin-top: 2%;
	font-size: 1.3rem;
	color: #333;
	line-height: 1.77;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con .rt p b {
	font-weight: normal;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con .rt a {
	color: #f39800;
	margin-top: 3%;
	display: block;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con .rt a:before {
	content: "";
	background: url("../img/sec06-inf-h3-i2.png") no-repeat;
	background-size: 100%;
	width: 4px;
	height: 9px;
	display: inline-block;
	margin-right: 2px;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con .rt a:after {
	content: "";
	background: url("../img/sec06-inf-h3-i.png") no-repeat;
	background-size: 100%;
	width: 10px;
	height: 9px;
	display: inline-block;
	margin-left: 2px;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con .rt a span {
	font-size: 1.3rem;
	color: #f39800;
	line-height: 1.53;
	font-weight: bold;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con .lt {
	float: none;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con .lt .img {
	width: 90%;
	margin: 0 auto;
}
.sec06 .section-inner .sec03-bd-4 .con-sp .list .inf-con .lt .img img {
	width: 100%;
}
.sec06 .bnr-photo {
	margin-top: 0;
	margin-bottom: 0;
}

/* sec07
----------------------------------------*/
.sec07 {
	background: #f2f2f2;
	padding: 80px 0 68px;
}
.sec07 .section-inner {
	width: 1200px;
	margin: 0 auto;
}
.sec07 .section-inner h3 {
	text-align: center;
	margin-bottom: 47px;
}
.sec07 .section-inner h3 strong {
	font-size: 2rem;
	line-height: 1.6;
	color: #333;
	border-bottom: 2px solid #333;
	display: inline-block;
}
.sec07 .section-inner ul li {
	font-size: 1.6rem;
	color: #333;
	line-height: 2;
	text-indent: -1em;
	margin-left: 1em;
}
.sec07 .section-inner ul li a {
	color: #0045a4;
}
.sec07 .section-inner p {
	font-size: 1.6rem;
	color: #333;
	line-height: 2;
	margin-top: 20px;
}

/* sec08
----------------------------------------*/
.sec08 {
	width: 100%;
	background: url("../img/sec-bg.png") repeat;
	padding-bottom: 100px;
}
.sec08 .section-inner {
	width: 1200px;
	margin: 0 auto;
}
.sec08 .section-inner h3 {
	width: 22%;
	margin: 70px auto 55px;
	text-align: center;
}
.sec08 .section-inner h3 img {
	width: 100%;
}
.sec08 .section-inner .text-con {
	background: #fff;
	padding: 60px 70px;
	box-sizing: border-box;
}
.sec08 .section-inner .text-con strong {
	font-size: 2rem;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 20px;
	color: #f39800;
	font-weight: normal;
	display: block;
}
.sec08 .section-inner .text-con strong i img {
	vertical-align: middle;
}
.sec08 .section-inner .text-con p {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0;
}
.sec08 .section-inner .text-con p:last-child {
	margin-bottom: 0;
}
.sec08 .section-inner .text-con a {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2%;
}
.sec08 .section-inner .text-con a:before {
	content: "";
	background: url("../img/sec06-inf-h3-i2.png") no-repeat;
	background-size: 90%;
	width: 6px;
	height: 8px;
	display: inline-block;
	margin-right: 2px;
}
.sec08 .section-inner .text-con a:after {
	content: "";
	background: url("../img/sec08-i.png") no-repeat;
	background-size: 90%;
	width: 12px;
	height: 13px;
	display: inline-block;
	margin-left: 2px;
	position: relative;
	top: 3px;
}
.sec08 .section-inner .text-con a span {
	font-size: 1.6rem;
	color: #f39800;
	line-height: 2.5;
	text-decoration: none;
	border-bottom: 1px solid #f39800;
}

/* footer
----------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	border-top: 1px solid #ececec;
}
.footer .footer-inner {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.footer a.footer-top-link {
	float: left;
	display: table;
	height: 100%;
	text-decoration: none;
	font-size: 13px;
	color: #000;
}
.footer a.footer-top-link .logo-sunflower {
	display: table-cell;
	vertical-align: middle;
	width: 145px;
}
.footer a.footer-top-link .logo-sunflower img {
	width: 100%;
}
.footer a.footer-top-link p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
}
.footer a.footer-top-link p:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: url("../img/icon-blank.png");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.footer .copyright {
	float: right;
	font-size: 10px;
	height: 80px;
	line-height: 80px;
}
.footer .copyright .only-pc {
	display: inline-block;
}

/* scroll-top-btn
----------------------------------------*/
.scroll-top-btn {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	z-index: 10;
	pointer-events: none;
}
.scroll-top-btn .scroll-top-btn-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.scroll-top-btn .scroll-top-btn-inner a {
	position: absolute;
	opacity: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background-color: #3397d6;
	font-size: 0;
	pointer-events: all;
}
.scroll-top-btn .scroll-top-btn-inner a:after {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 20px;
	background: url("../img/scroll-top-btn.png");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* sec09
----------------------------------------*/
.sec09 {
	width: 100%;
	background: url("../img/sec09-bg.png") repeat;
	padding: 60px 0 65px;
}
.sec09 .section-inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.sec09 h3 {
	margin-bottom: 23px;
}
.sec09 h3 img {
	margin: auto;
}
.sec09 p {
	font-size: 16px;
	margin-bottom: 40px;
}
.sec09 .sec09-btn a {
	display: inline-block;
}

/* sec-faq
----------------------------------------*/
.sec-faq {
	width: 100%;
	background: url("../img/sec-faq-bg.png") repeat;
	padding: 100px 0;
}
.sec-faq .section-inner {
	width: 1062px;
	margin: 0 auto;
	text-align: center;
}
.sec-faq h4 {
	font-size: 24px;
	margin: 43px 0 80px;
	color: #666666;
}
.sec-faq dl {
	text-align: left;
}
.sec-faq dt,
.sec-faq dd {
	background: #FFF;
}
.sec-faq dt {
	position: relative;
	font-size: 20px;
	padding: 25px 20px;
	padding-right: 85px;
	cursor: pointer;
}
.sec-faq dt:not(:first-child) {
	margin-top: 10px;
}
.sec-faq dt i {
	background: #666666;
	display: inline-block;
	padding: 8px 0 9px;
	width: 60px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	float: left;
}
.sec-faq dt span {
	padding-left: 83px;
	display: block;
}
.sec-faq dt:after {
	content: "";
	display: block;
	clear: both;
}
.sec-faq dt div {
	position: absolute;
	top: calc(50% - 13px);
	right: 28px;
	z-index: 2;
	width: 26px;
	height: 26px;
	border: 2px solid #01b7ee;
	border-radius: 50%;
	box-sizing: border-box;
}
.sec-faq dt div span {
	transition: 0.2s all ease;
	padding-left: 0;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 6px);
	width: 12px;
	height: 2px;
	background: #01b7ee;
}
.sec-faq dt div span:nth-child(2) {
	transform: rotate(90deg);
}
.sec-faq dt.active div span:nth-child(2) {
	transform: rotate(0);
}
.sec-faq dd {
	display: none;
	font-size: 16px;
	padding: 20px;
	border-top: 1px solid #eeeeee;
}
.sec-faq dd i {
	border: 2px solid #01b7ee;
	border-radius: 20px;
	display: inline-block;
	padding: 8px 0 9px;
	width: 60px;
	color: #01b7ee;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	float: left;
}
.sec-faq dd span {
	padding-left: 83px;
	display: block;
	line-height: 2;
}
.sec-faq dd:after {
	content: "";
	clear: both;
}

/* information
----------------------------------------*/
.information {
	text-align: center;
	background-color: #ef7a00;
	padding: 10px 0;
	font-size: 18px;
	color: white;
}
.information a {
	color: white;
}

/* travel
----------------------------------------*/
.sec-travel,
.sp-travel {
	padding-top: 94px;
	padding-bottom: 75px;
}
.sec-travel .section-inner,
.sp-travel .section-inner {
	position: relative;
}
.sec-travel .section-inner::before, .sec-travel .section-inner::after,
.sp-travel .section-inner::before,
.sp-travel .section-inner::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
.sec-travel .section-inner::before,
.sp-travel .section-inner::before {
	width: 389px;
	height: 287px;
	background: url(../img/travel-bg01.png) 0 0 no-repeat;
	background-size: contain;
	top: -50px;
	right: -140px;
}
.sec-travel .section-inner::after,
.sp-travel .section-inner::after {
	width: 325px;
	height: 325px;
	background: url(../img/travel-bg02.png) 0 0 no-repeat;
	background-size: contain;
	top: 520px;
	left: -150px;
}
.sec-travel h3.title,
.sp-travel h3.title {
	text-align: center;
	margin-bottom: 48px;
}
.sec-travel .logo-area,
.sp-travel .logo-area {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	gap: 0 44px;
	margin-bottom: 69px;
}
.sec-travel .logo-area .logo,
.sp-travel .logo-area .logo {
	width: 518px;
}
.sec-travel .logo-area .logo p,
.sp-travel .logo-area .logo p {
	width: 372px;
	margin: 25px auto 0;
}
.sec-travel .logo-area .img,
.sp-travel .logo-area .img {
	margin: 0;
	width: 394px;
}
.sec-travel .logo-area img,
.sp-travel .logo-area img {
	max-width: 100%;
}
.sec-travel .btn,
.sp-travel .btn {
	width: 800px;
	margin: 0 auto 80px;
}
.sec-travel .detail,
.sp-travel .detail {
	font-size: 16px;
}
.sec-travel .detail dt,
.sp-travel .detail dt {
	font-weight: bold;
}
.sec-travel .detail dd,
.sp-travel .detail dd {
	line-height: 1.75;
	margin-top: 1em;
}

.bnr-photo {
	width: 800px;
	margin: 45px auto 25px;
}
.bnr-photo a {
	display: block;
}
.bnr-photo a img {
	width: 100%;
}

.bnr-dog {
	width: 800px;
	margin: 40px auto;
}
.bnr-dog a {
	display: block;
}
.bnr-dog a img {
	width: 100%;
}

.scr-table {
	text-align: center;
}

@media screen and (max-width: 750px) {
	.only-pc {
		display: none;
	}
	.only-pci {
		display: none;
	}
	.only-sp {
		display: block;
	}
	.only-spi {
		display: inline-block;
	}
	.hover-btn.hovereffect {
		opacity: 0.7;
	}
	header {
		box-sizing: border-box;
		border-bottom: 1px solid #f9f9f8;
	}
	header .header-inner {
		width: 100%;
		height: 51px;
	}
	header .header-inner .logo {
		display: block;
		margin: 0;
		position: absolute;
		left: 13px;
		top: 19px;
	}
	header .header-inner .logo #H_LOGO {
		width: 259px;
	}
	header .header-inner .logo #H_ROUTE_BTN {
		display: none;
	}
	header ul {
		display: none;
		width: 100%;
		margin: 50px 0 0;
		padding: 0;
		float: none;
		clear: both;
		background: #FFF;
		border-left: none;
	}
	header ul li {
		height: auto;
		border-right: none;
		display: block;
		width: 100%;
		border-bottom: 1px solid #CCC;
	}
	header ul li:first-child a {
		border-right: none;
	}
	header ul li a {
		display: inline-block;
		position: relative;
		height: auto;
		padding: 3% 0;
		text-indent: -2.5em;
		margin-left: 2.5em;
		text-align: left;
	}
	header .menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #3397d5;
	}
	header .menu .line-wrap {
		position: relative;
		width: 17px;
		height: 12px;
	}
	header .menu .line-wrap .line {
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transition: all 0.3s ease-out;
	}
	header .menu .line-wrap .line:nth-child(2) {
		top: 5px;
	}
	header .menu .line-wrap .line:nth-child(3) {
		top: 10px;
	}
	.container {
		min-width: 0;
	}
	.content {
		padding-top: 51px;
		overflow: hidden;
	}
	.mainvisual {
		height: 0;
		width: 100%;
		padding-bottom: 78.6666666667%;
		background-image: url("../img/mainvisual-sp.jpg");
	}
	.mainvisual .mainvisual-inner {
		width: 100%;
		height: auto;
		max-width: 100%;
		padding-top: 35%;
		padding-left: 7%;
	}
	.mainvisual .mainvisual-inner h2 {
		width: 80%;
	}
	.section .section-inner {
		max-width: 100%;
	}
	.sec04 {
		width: 100%;
	}
	.sec04 .sec04-1 {
		padding-top: 5%;
		padding-bottom: 10%;
	}
	.sec04 .sec04-1 .section-inner .p1 {
		font-size: 1.3rem;
		line-height: 1.77;
		margin-top: 0;
	}
	.sec04 .sec04-1 .section-inner h3 {
		width: 80%;
		margin: 0 auto;
	}
	.sec04 .sec04-1 .section-inner h3 img {
		width: 100%;
	}
	.sec04 .sec04-1 .section-inner h3:before {
		width: 39px;
		height: 51px;
		background-size: 100%;
		left: -10%;
		bottom: inherit;
		top: 2%;
	}
	.sec04 .sec04-1 .section-inner h3:after {
		background-size: 100%;
		width: 49px;
		height: 48px;
		right: -10%;
		bottom: inherit;
		top: 2%;
	}
	.sec04 .sec04-2 {
		background: url("../img/sec04-top-bg-sp.png") no-repeat center top;
		background-size: 100%;
	}
	.sec04 .sec04-2 .section-inner h3 {
		width: 100%;
		position: relative;
		top: -30px;
	}
	.sec04 .sec04-2 .section-inner h3 .dog {
		width: 20% !important;
	}
	.sec04 .sec04-2 .section-inner h3 .imgh3 {
		width: 90%;
		margin: 0 auto;
	}
	.sec04 .sec04-2 .section-inner ul {
		width: 92%;
		margin: -30px auto 5%;
	}
	.sec04 .sec04-2 .section-inner ul li {
		margin-bottom: 0;
	}
	.sec04 .sec04-2 .section-inner ul li:nth-child(2) {
		margin-bottom: 0;
	}
	.sec04 .sec04-2 .section-inner ul li:nth-child(2) .lt {
		float: none;
		width: 100%;
	}
	.sec04 .sec04-2 .section-inner ul li:nth-child(2) .rt {
		float: none;
		width: 100%;
	}
	.sec04 .sec04-2 .section-inner ul li .lt {
		float: none;
		width: 100%;
	}
	.sec04 .sec04-2 .section-inner ul li .lt h4 {
		margin-top: 5%;
	}
	.sec04 .sec04-2 .section-inner ul li .lt h4 img {
		width: 100%;
	}
	.sec04 .sec04-2 .section-inner ul li .lt p {
		margin: 5%;
	}
	.sec04 .sec04-2 .section-inner ul li .rt {
		float: none;
		width: 100%;
	}
	.sec04 .sec04-2 .section-inner ul li .rt img {
		width: 100%;
	}
	.sec04 .sec04-2 .section-inner ul li p {
		font-size: 1.3rem;
		line-height: 1.77;
	}
	.sec01 {
		padding-bottom: 5%;
	}
	.sec01 .section-inner .sec01-ttl {
		margin: 10vw 0 8vw;
	}
	.sec01 .section-inner .sec01-ttl h3 {
		margin-bottom: 4.9333333333vw;
	}
	.sec01 .section-inner .sec01-ttl h3 img {
		width: 62.5333333333vw;
	}
	.sec01 .section-inner .sec01-ttl-route {
		margin-bottom: 5.3333333333vw;
	}
	.sec01 .section-inner .sec01-ttl-route img {
		width: 28.8vw;
	}
	.sec01 .section-inner .sec01-ttl-btn a img {
		width: 62.6666666667vw;
	}
	.sec01 .section-inner .sec01-ttl-youtube {
		width: 100%;
		height: 56.1333333333vw;
		margin-left: 0;
		margin-bottom: 5.3333333333vw;
	}
	.sec01 .section-inner .prompt-con-wrap {
		padding: 7% 5% 0;
		margin: 0 4%;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con {
		padding: 0;
		background: none;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con .lt {
		float: none;
		width: 100%;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con .lt h4 img {
		width: 83.8%;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con .rt {
		float: none;
		width: 100%;
		background: url("../img/sec01-mid-sp.png") repeat-x center top, url("../img/sec01-mid-sp.png") repeat-x center bottom;
		background-size: 80%;
		margin-top: 5%;
		padding-top: 7%;
		padding-bottom: 7%;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con h4 {
		width: 100%;
		margin: 0 auto;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con h4 img {
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con h4 strong {
		margin-top: 5%;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con h4 strong span {
		font-size: 1rem;
		line-height: 2.4;
		padding: 0 2%;
		margin: 0 0 3%;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .img {
		width: 80%;
		margin: 3% auto 7% !important;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .img img {
		width: 100%;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con {
		border-radius: 5px;
		margin-bottom: 7%;
		padding: 6% 5% 5%;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con:after {
		bottom: -10px;
		border-top: 10px solid #ffecf0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		margin-left: -10px;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con .arrow {
		left: -6px;
		top: -10px;
		background-size: 100%;
		width: 60px;
		height: 31px;
		line-height: 22px;
		font-size: 1rem;
		text-indent: 10px;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con h5 {
		font-size: 1.4rem;
		line-height: 1.43;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con .bd .con ul li {
		font-size: 1.2rem;
		line-height: 1.5;
		text-indent: -1em;
		margin-left: 1em;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con-p {
		background: url("../img/sec01-mid-sp.png") repeat-x center top;
		background-size: 80%;
		margin-top: 5%;
		padding: 5% 2% 3%;
	}
	.sec01 .section-inner .prompt-con-wrap .prompt-con-p p {
		font-size: 1rem;
		line-height: 1.8;
	}
	.sec01 .section-inner .text-con {
		padding: 5% 0;
	}
	.sec01 .section-inner .text-con h4 {
		margin-bottom: 5%;
	}
	.sec01 .section-inner .text-con h4 img {
		width: 90%;
	}
	.sec01 .section-inner .text-con h4 i {
		font-size: 1.2rem;
		height: 20px;
		line-height: 20px;
		padding: 0 10%;
	}
	.sec01 .section-inner .text-con h4 i:before {
		border-top: 10px solid transparent;
		border-left: 5px solid #fff;
		border-bottom: 10px solid transparent;
	}
	.sec01 .section-inner .text-con h4 i:after {
		border-top: 10px solid transparent;
		border-right: 5px solid #fff;
		border-bottom: 10px solid transparent;
	}
	.sec01 .section-inner .text-con h4 strong {
		font-size: 2.7rem;
		line-height: 1.26;
		width: 80%;
		margin: 5% auto;
	}
	.sec01 .section-inner .text-con h4 strong img {
		width: 100%;
	}
	.sec01 .section-inner .text-con .p1 {
		font-size: 1.3rem;
		line-height: 1.77;
	}
	.sec01 .section-inner .text-con .p1 small {
		font-size: 1rem;
		line-height: 1.6;
	}
	.sec01 .section-inner .text-con .p2 {
		font-size: 1.3rem;
		line-height: 2.15;
		height: auto;
		margin-top: 3%;
		margin-bottom: 3%;
	}
	.sec01 .section-inner .text-con dl {
		margin-top: 3%;
		margin-bottom: 1em;
	}
	.sec01 .section-inner .text-con dl dt {
		font-size: 1.3rem;
		line-height: 2.15;
		border-bottom: 1px solid #f39800;
		margin-bottom: 3%;
	}
	.sec01 .section-inner .text-con dl dd {
		font-size: 1.2rem;
		line-height: 1.42;
		text-indent: -20px;
		margin-left: 20px;
	}
	.sec01 .section-inner .text-con dl dd:not(:last-child) {
		margin-bottom: 1em;
	}
	.sec01 .section-inner .text-con dl dd i {
		width: 15px;
		height: 15px;
		line-height: 15px;
		margin-right: 3px;
		border-radius: 10px;
	}
	.sec01 .section-inner .text-con ul {
		margin-bottom: 1.5em;
	}
	.sec01 .section-inner .text-con ul li {
		font-size: 1rem;
	}
	.sec01 .section-inner .text-con p {
		font-size: 1.2rem;
	}
	.sec01 .section-inner .text-con .notes {
		text-align: left;
		font-size: 14px;
	}
	.sec01 .prompt-con-ul {
		margin-top: 5%;
		padding: 0 0 5%;
	}
	.sec01 .prompt-con-ul li {
		font-size: 1.1rem;
	}
	.pdf-wrap {
		padding: 0;
		margin-top: 5%;
	}
	.pdf-wrap .pdf-con {
		border: 1px solid #23c1ef;
		border-radius: 15px;
		margin-bottom: 5%;
	}
	.pdf-wrap .pdf-con:after {
		width: 146px;
		height: 50px;
		background: url("../img/sec-dog.png") no-repeat bottom;
		background-size: contain;
		right: -73px;
		margin-right: 50%;
	}
	.pdf-wrap .pdf-con .hd strong {
		padding: 0 3%;
		font-size: 1.2rem;
		top: -10px;
	}
	.pdf-wrap .pdf-con .bd {
		padding: 6% 7% 4vw;
	}
	.pdf-wrap .pdf-con .bd ul.pdf-ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.pdf-wrap .pdf-con .bd ul.pdf-ul li {
		margin-bottom: 20px;
	}
	.pdf-wrap .pdf-con .bd ul.pdf-ul li dl dt {
		font-size: 1.5rem;
		text-align: center;
	}
	.pdf-wrap .pdf-con .bd ul.pdf-ul li dl dd {
		font-size: 1.2rem;
		line-height: 1;
	}
	.pdf-wrap .pdf-con .bd ul.pdf-ul li dl dd a {
		font-size: 1.2rem;
		line-height: 1;
		margin-top: 10px;
		text-align: center;
	}
	.pdf-wrap .pdf-con .pdf-con-btn {
		padding-bottom: 20vw;
	}
	.pdf-wrap .pdf-con .pdf-con-btn a img {
		width: 62.6666666667vw;
	}
	.pdf-wrap2 {
		padding: 0;
		margin-top: 5%;
	}
	.sec02 {
		padding-bottom: 8%;
		padding-top: 8%;
		background: transparent;
	}
	.sec02 .section-inner {
		width: 100%;
	}
	.sec02 .section-inner h3 {
		width: 80%;
		margin: 0 auto;
	}
	.sec02 .section-inner h3 img {
		width: 100%;
	}
	.sec02 .section-inner .p1 {
		font-size: 1.3rem;
		line-height: 1.77;
		margin: 5% 4% 0;
	}
	.sec02 .section-inner .pic-wrap .tit {
		margin-top: 5%;
	}
	.sec02 .section-inner .pic-wrap .tit h4 {
		background-size: 100%;
	}
	.sec02 .section-inner .pic-wrap .tit h4 .img {
		width: 30%;
		padding: 0 5%;
	}
	.sec02 .section-inner .pic-wrap .tit h4 .img img {
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap .tit p {
		font-size: 1.3rem;
		line-height: 1.77;
		margin-top: 2.5%;
	}
	.sec02 .section-inner .pic-wrap .con {
		margin: 0 4%;
	}
	.sec02 .section-inner .pic-wrap .con .img {
		margin: 3% auto 5%;
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap .con .img img {
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap .con .img .btn {
		width: 99.7%;
		margin-left: 0;
		padding: 6% 0;
		position: static;
	}
	.sec02 .section-inner .pic-wrap .con .img .btn p {
		margin-bottom: 5%;
	}
	.sec02 .section-inner .pic-wrap .con .img .btn p img {
		width: 70%;
		margin: 0 auto;
	}
	.sec02 .section-inner .pic-wrap .con .img .btn a {
		font-size: 1.1rem;
		padding: 3% 7%;
		border-radius: 50px;
		font-weight: bold;
	}
	.sec02 .section-inner .pic-wrap .con .img .btn a:after {
		right: 9%;
		top: 37%;
	}
	.sec02 .section-inner .pic-wrap .con .table-wrap {
		padding: 0 0 3%;
		border-bottom: 1px dotted #eb6f87;
		margin: 0;
	}
	.sec02 .section-inner .pic-wrap .con .table-wrap table {
		margin: 4% auto 0;
		float: none;
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap .con .table-wrap table tr {
		display: table-row;
	}
	.sec02 .section-inner .pic-wrap .con .table-wrap table tr:nth-child(5) td {
		border-bottom: 1px solid #999;
	}
	.sec02 .section-inner .pic-wrap .con .table-wrap table tr td:first-child {
		width: 40%;
		padding-right: 6px;
	}
	.sec02 .section-inner .pic-wrap .con .table-wrap table tr td {
		font-size: 1.3rem;
		padding: 6px 0;
	}
	.sec02 .section-inner .pic-wrap .con .table-wrap .cation {
		font-size: 1.3rem;
		text-align: left;
		padding: 1em 0 1.5em;
	}
	.sec02 .section-inner .pic-wrap .con .video {
		margin: 0;
	}
	.sec02 .section-inner .pic-wrap .con .video .v-tit {
		font-size: 1.3rem;
		line-height: 1;
		margin: 3% 0 2%;
	}
	.sec02 .section-inner .pic-wrap .con .video .v-tit i {
		margin-right: 5px;
		width: 4%;
		display: inline-block;
	}
	.sec02 .section-inner .pic-wrap .con .video .v-tit i img {
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap .con .video .v-con {
		height: 30vh;
	}
	.sec02 .section-inner .pic-wrap.type02 .tit h4 {
		background-size: 100%;
	}
	.sec02 .section-inner .pic-wrap.type02 .tit h4 .img {
		width: 30%;
		padding: 0 5%;
	}
	.sec02 .section-inner .pic-wrap.type02 .tit h4 .img img {
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap.type02 .tit p {
		font-size: 1.3rem;
		line-height: 1.77;
		margin-top: 3%;
	}
	.sec02 .section-inner .pic-wrap.type02 .con .img-wrap {
		margin-top: 3%;
		margin-bottom: 5%;
	}
	.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .rt .img .btn {
		float: right;
	}
	.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img img {
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img .btn {
		width: 99.7%;
		margin-left: 0;
		padding: 8% 0;
		position: static;
	}
	.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img .btn p {
		margin-bottom: 5%;
	}
	.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img .btn p img {
		width: 70%;
		margin: 0 auto;
	}
	.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img .btn a {
		font-size: 1.1rem;
		padding: 6% 13%;
		border-radius: 50px;
		font-weight: bold;
	}
	.sec02 .section-inner .pic-wrap.type02 .con .img-wrap .img .btn a:after {
		right: 9%;
		top: 37%;
	}
	.sec02 .section-inner .pic-wrap-2 {
		margin: 0 4%;
	}
	.sec02 .section-inner .pic-wrap-2 .tit {
		margin-top: 5%;
	}
	.sec02 .section-inner .pic-wrap-2 .tit h4 .img {
		display: block;
		width: 60%;
		margin: 0 auto;
	}
	.sec02 .section-inner .pic-wrap-2 .tit h4 .img img {
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap-2 .tit p {
		font-size: 1.3rem;
		line-height: 1.77;
		margin-top: 2.5%;
	}
	.sec02 .section-inner .pic-wrap-2 .con .img {
		margin: 3% 0 0;
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap-2 .con .img img {
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap-2 .con .img img.mascot {
		width: 40%;
		right: 30%;
		bottom: 5px;
		margin-right: -30%;
	}
	.sec02 .section-inner .pic-wrap-2 .con p {
		font-size: 1.3rem;
		line-height: 1.77;
		margin-top: 2.5%;
		width: 100%;
	}
	.sec02 .section-inner .pic-wrap-2 .con p span {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.sec02 .sec02-wrap {
		margin: 10% 4% 0;
	}
	.sec02 .sec02-wrap .con .hd {
		display: none;
	}
	.sec02 .sec02-wrap .con .bd .list {
		display: block;
	}
	.sec02 .sec02-wrap .con .bd .list:first-child .sp-wrap {
		display: block;
	}
	.sec02 .sec02-wrap .con .bd .list + .list {
		margin-top: 5%;
	}
	.sec02 .sec02-wrap .con .bd .list .sp-wrap {
		display: none;
	}
	.sec02b {
		margin-top: 10.6666666667vw;
		padding-top: 10.6666666667vw;
		padding-bottom: 10.6666666667vw;
	}
	.sec02b .pic-wrap-3 .tit h4 .img {
		width: 83.8666666667vw;
		height: 10.6666666667vw;
	}
	.sec02b .pic-wrap-3 .con {
		margin-top: 4.8vw;
	}
	.sec02b .pic-wrap-3 .con .layout {
		flex-direction: column;
		align-items: center;
		row-gap: 4vw;
	}
	.sec02b .pic-wrap-3 .con .layout article {
		width: 92vw;
		border-radius: 3.2vw;
		padding: 3.7333333333vw 4vw 5.3333333333vw 4vw;
	}
	.sec02b .pic-wrap-3 .con .layout article .link {
		flex-direction: column;
		row-gap: 4vw;
		margin-top: 4.9333333333vw;
	}
	.sec02b .pic-wrap-3 .con .layout article .link li {
		width: 84vw;
		height: 8vw;
	}
	.sec02b .pic-wrap-3 .con .layout article .link li a {
		width: 84vw;
		height: 8vw;
		border-radius: 4vw;
		box-shadow: 0 0.5333333333vw 0 #bf3852;
	}
	.sec02b .pic-wrap-3 .con .layout article .link li a:after {
		display: block;
		padding: 3.2vw 0 0 0;
		width: 1.8666666667vw;
		height: 0;
		overflow: hidden;
		background: url("../img/sec02-pic3-arr1-r-w.png") no-repeat;
		background-size: 1.8666666667vw 3.2vw;
		text-indent: -5000px;
		right: 4.6666666667vw;
	}
	.sec02b .pic-wrap-3 .con .layout article.a1 .title .img {
		width: 14.9333333333vw;
		height: 4.6666666667vw;
	}
	.sec02b .pic-wrap-3 .con .layout article.a1 .link li.l1 .img {
		width: 11.8666666667vw;
		height: 3.2vw;
	}
	.sec02b .pic-wrap-3 .con .layout article.a1 .link li.l2 .img {
		width: 29.4666666667vw;
		height: 3.3333333333vw;
	}
	.sec02b .pic-wrap-3 .con .layout article.a2 .title .img {
		width: 25.3333333333vw;
		height: 4.5333333333vw;
	}
	.sec02b .pic-wrap-3 .con .layout article.a2 .link li.l1 .img {
		width: 11.8666666667vw;
		height: 3.2vw;
	}
	.sec02b .pic-wrap-3 .con .layout article.a2 .link li.l2 .img {
		width: 29.4666666667vw;
		height: 3.3333333333vw;
	}
	.sec05 {
		padding-bottom: 6%;
	}
	.sec05 .section-inner {
		padding-top: 10%;
	}
	.sec03 {
		margin-top: 4%;
	}
	.sec03 .section-inner {
		padding: 12% 0;
	}
	.sec03 .section-inner h3 {
		width: 80%;
		margin: 0 auto;
	}
	.sec03 .section-inner h3 img {
		width: 100%;
	}
	.sec03 .section-inner .p1 {
		font-size: 1.3rem;
		line-height: 1.77;
	}
	.sec03 .section-inner .btn {
		width: 86.6666666667vw;
		height: 19.7333333333vw;
		line-height: normal;
		margin: 4vw auto 5.3333333333vw;
		background-size: contain;
	}
	.sec03 .bnr {
		margin-top: 5%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.sec03 .bnr img {
		max-width: 100%;
	}
	.sec06 {
		padding-bottom: 6%;
		background: none;
	}
	.sec06 .section-inner {
		padding-top: 10%;
	}
	.sec06 .section-inner h3 {
		width: 80%;
		margin: 0 auto;
	}
	.sec06 .section-inner h3 img {
		width: 100%;
	}
	.sec06 .section-inner .p1 {
		font-size: 1.3rem;
		line-height: 1.77;
		margin-top: 3%;
	}
	.sec06 .section-inner .sec03-bd-4 {
		margin-top: 10%;
	}
	.sec06 .section-inner .sec03-bd-4 .con {
		margin: 5% auto 0;
		width: 90%;
	}
	.sec06 .section-inner .sec03-bd-4 .con-sp .list .tit i {
		font-size: 1.2rem;
		line-height: 1.33;
		padding: 0;
		text-indent: -1000px;
		background: url("../img/sec03-add.png") no-repeat center center;
		width: 15px;
		height: 15px;
		background-size: 100%;
	}
	.sec06 .section-inner .sec03-bd-4 .con-sp .list .tit i.on {
		padding: 0;
		background: url("../img/sec03-neg.png") no-repeat center center;
		width: 15px;
		height: 15px;
		background-size: 100%;
	}
	.sec06 .bnr-photo {
		margin: 9.3333333333vw auto 6.6666666667vw;
	}
	.sec07 {
		padding: 10% 4%;
	}
	.sec07 .section-inner h3 {
		margin-bottom: 3%;
	}
	.sec07 .section-inner h3 strong {
		font-size: 1.5rem;
		border-bottom: 1px solid #333;
	}
	.sec07 .section-inner ul {
		padding-left: 3%;
	}
	.sec07 .section-inner ul li {
		font-size: 1rem;
		line-height: 1.6;
		text-indent: -1em;
		margin-left: 1em;
	}
	.sec07 .section-inner p {
		font-size: 1rem;
		line-height: 1.6;
		margin-top: 2%;
	}
	.sec08 {
		padding-bottom: 5%;
	}
	.sec08 .section-inner h3 {
		margin: 0 auto 5%;
		width: 40%;
		padding-top: 7%;
	}
	.sec08 .section-inner h3 img {
		width: 100%;
		display: block;
	}
	.sec08 .section-inner .text-con {
		padding: 6% 7%;
		margin: 0 4%;
	}
	.sec08 .section-inner .text-con strong {
		font-size: 1.3rem;
		line-height: 1.23;
		margin-bottom: 4%;
	}
	.sec08 .section-inner .text-con strong i {
		width: 4%;
		display: inline-block;
	}
	.sec08 .section-inner .text-con strong i img {
		width: 100%;
		vertical-align: baseline;
	}
	.sec08 .section-inner .text-con p {
		font-size: 1.2rem;
		line-height: 1.42;
		margin-bottom: 4%;
	}
	.sec08 .section-inner .text-con a span {
		font-size: 1.3rem;
		line-height: 1.54;
	}
	.footer {
		height: 196px;
		padding: 30px 0 32px;
		border-top: 1px solid #ececec;
		box-sizing: border-box;
	}
	.footer .footer-inner {
		width: 100%;
	}
	.footer a.footer-top-link {
		float: none;
		display: block;
		font-size: 10px;
	}
	.footer a.footer-top-link .logo-sunflower {
		display: block;
		margin: 0 auto 12px;
	}
	.footer a.footer-top-link p {
		display: block;
		padding-left: 0;
		text-align: center;
		margin-bottom: 32px;
	}
	.footer a.footer-top-link p:after {
		width: 10px;
		height: 10px;
		margin-left: 8px;
	}
	.footer .copyright {
		position: absolute;
		bottom: 32px;
		float: none;
		height: auto;
		line-height: normal;
		text-align: center;
		width: 100%;
	}
	.scroll-top-btn {
		height: 50px;
	}
	.scroll-top-btn.sp-abs {
		position: absolute;
		bottom: 146px;
	}
	.scroll-top-btn .scroll-top-btn-inner {
		min-width: 0;
	}
	.scroll-top-btn .scroll-top-btn-inner a {
		width: 50px;
		height: 50px;
	}
	.scroll-top-btn .scroll-top-btn-inner a:after {
		width: 12px;
		height: 17px;
	}
	.sec09 {
		padding: 10% 0;
	}
	.sec09 .section-inner {
		width: 100%;
	}
	.sec09 h3 {
		margin-bottom: 6%;
		padding: 0 4%;
	}
	.sec09 h3 img {
		width: 57%;
	}
	.sec09 p {
		margin-bottom: 8%;
		padding: 0 4%;
		font-size: 1.4rem;
	}
	.sec09 .sec09-btn {
		width: 57%;
		margin: auto;
	}
	.sec09 .sec09-btn img {
		width: 100%;
	}
	.sec-faq {
		padding: 10% 0;
	}
	.sec-faq .section-inner {
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.sec-faq h3 {
		width: 20%;
		margin: auto;
	}
	.sec-faq h3 img {
		width: 100%;
	}
	.sec-faq h4 {
		font-size: 1.3rem;
		margin: 5% 0 10%;
	}
	.sec-faq dt {
		font-size: 1.2rem;
		padding: 4%;
		padding-right: 60px;
	}
	.sec-faq dt i {
		padding: 10px;
		width: auto;
		font-size: 1.1rem;
	}
	.sec-faq dt span {
		padding-left: 50px;
	}
	.sec-faq dt div {
		top: calc(50% - 11px);
		right: 20px;
		width: 22px;
		height: 22px;
	}
	.sec-faq dt div span {
		width: 8px;
		left: calc(50% - 4px);
	}
	.sec-faq dd {
		font-size: 1.2rem;
		padding: 4%;
	}
	.sec-faq dd i {
		padding: 10px;
		width: auto;
		font-size: 1.1rem;
		line-height: 1.4;
	}
	.sec-faq dd span {
		padding-left: 50px;
	}
	.information {
		font-size: 1.3rem;
	}
	.sec-travel,
	.sp-travel {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.sec-travel img,
	.sp-travel img {
		max-width: 100%;
	}
	.sec-travel .section-inner::before, .sec-travel .section-inner::after,
	.sp-travel .section-inner::before,
	.sp-travel .section-inner::after {
		display: none;
	}
	.sec-travel h3.title,
	.sp-travel h3.title {
		width: 100%;
		margin-bottom: 33px;
	}
	.sec-travel .logo-area,
	.sp-travel .logo-area {
		flex-direction: column;
		gap: 25 0;
		margin-bottom: 30px;
	}
	.sec-travel .logo-area .logo,
	.sp-travel .logo-area .logo {
		width: 69.0666666667vw;
	}
	.sec-travel .logo-area .logo p,
	.sp-travel .logo-area .logo p {
		width: 52.8vw;
		margin-top: 13px;
	}
	.sec-travel .logo-area .img,
	.sp-travel .logo-area .img {
		width: 64.8vw;
		margin-bottom: 25px;
	}
	.sec-travel .btn,
	.sp-travel .btn {
		width: 86.6666666667vw;
		margin-bottom: 35px;
	}
	.sec-travel .detail,
	.sp-travel .detail {
		font-size: 13px;
	}
	.bnr-photo {
		width: 90%;
		margin-top: 9.3333333333vw;
		margin-bottom: 9.3333333333vw;
	}
	.bnr-dog {
		width: 90%;
		margin-top: 5.3333333333vw;
		margin-bottom: 5.3333333333vw;
	}
	.scr-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media screen and (min-width: 751px) {
	.hover-btn:hover {
		opacity: 0.7;
	}
	.sec02 .sec02-wrap .sp-tit {
		display: none;
	}
}

@media print, screen and (min-width: 751px) {
	.sec02b {
		margin-top: 40px;
		padding-top: 85px;
		padding-bottom: 80px;
	}
	.sec02b .pic-wrap-3 .tit h4 .img {
		width: 786px;
		height: 101px;
	}
	.sec02b .pic-wrap-3 .con {
		margin-top: 56px;
	}
	.sec02b .pic-wrap-3 .con .layout {
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
	.sec02b .pic-wrap-3 .con .layout article {
		width: 580px;
		border-radius: 24px;
		padding: 36px 40px;
	}
	.sec02b .pic-wrap-3 .con .layout article .link {
		margin-top: 30px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.sec02b .pic-wrap-3 .con .layout article .link li {
		width: 240px;
		height: 50px;
	}
	.sec02b .pic-wrap-3 .con .layout article .link li a {
		width: 240px;
		height: 50px;
		border-radius: 25px;
		box-shadow: 0 4px 0 #bf3852;
	}
	.sec02b .pic-wrap-3 .con .layout article .link li a:hover {
		transition: background-color 0.7s;
		background-color: rgba(235, 111, 135, 0.8);
	}
	.sec02b .pic-wrap-3 .con .layout article .link li a:after {
		display: block;
		padding: 16px 0 0 0;
		width: 9px;
		height: 0;
		overflow: hidden;
		background: url("../img/sec02-pic3-arr1-r-w.png") no-repeat;
		background-size: 9px 16px;
		text-indent: -5000px;
		right: 18px;
	}
	.sec02b .pic-wrap-3 .con .layout article.a1 .title .img {
		width: 75px;
		height: 24px;
	}
	.sec02b .pic-wrap-3 .con .layout article.a1 .link li.l1 .img {
		width: 55px;
		height: 16px;
	}
	.sec02b .pic-wrap-3 .con .layout article.a1 .link li.l2 .img {
		width: 137px;
		height: 16px;
	}
	.sec02b .pic-wrap-3 .con .layout article.a2 .title .img {
		width: 127px;
		height: 24px;
	}
	.sec02b .pic-wrap-3 .con .layout article.a2 .link li.l1 .img {
		width: 55px;
		height: 16px;
	}
	.sec02b .pic-wrap-3 .con .layout article.a2 .link li.l2 .img {
		width: 137px;
		height: 16px;
	}
}

@media all and (-ms-high-contrast: none) {
	.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table {
		border-top: 1px solid #01b7ee;
		border-left: 1px solid #01b7ee;
	}
	.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr:last-child td {
		border-bottom: 1px solid #01b7ee;
	}
	.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr td {
		border-right: 1px solid #01b7ee;
	}
	.sec06 .section-inner .sec03-bd-4 .con .bd .list .list-con .table tr td.last {
		border-bottom: 1px solid #01b7ee;
	}
}

@media screen and (min-width: 751px) and (max-width: 1250px) {
	.footer .copyright {
		margin-right: 100px;
	}
}
/*# sourceMappingURL=style.css.map */