@charset "UTF-8";

@media screen and (max-width: 1199px){

body {
	font-family: "Zen Maru Gothic", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #724b41;
	font-size: 16px;
	line-height: 1.6;
	background: #ece2d8;
	background-image: url("../../common/bg_01_sp.svg");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.pc{display:none !important;}
.sp{display:block !important;}



/****************************************

	ヘッダー

*****************************************/
header {}
#header {
	width: 100%;
	margin: 0 auto;
}

.header__inner {
	position: relative;
}

.header__logo {
	text-align: center;
	padding: 20px 0 30px 0;
}
.header__logo img {
	width: 280px;
}

.header__menu {
	display: none;
}



/****************************************

	フッター

*****************************************/
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a {
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: block;
	width: 40px;
	height: 40px;
}



footer{}
#footer {}

.footer__contents {
	background: #bfd2b0;
	background-image: url("../../common/footer_bg01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
}
.footer__contents::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 72px;
	background-image: url("../../common/footer-prt01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -45px;
	left: 10px;
}

.footer__inner {
	margin: 0 15px;
}

.footer__logo {
	text-align: center;
	padding: 50px 0 25px 0;
}

.footer__logo img {
	height: 80px;
}


.footer__address {
	text-align: center;
	color: #724b41;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	padding: 0 0 20px 0;
}

.footer__tel {
	text-align: center;
	color: #724b41;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 35px 0;
}
.footer__tel a {
	color: #724b41;
	text-decoration: none;
}
.footer__tel a:hover {
	color: #724b41;
	text-decoration: underline;
}


.footer__link01 {
	padding: 0 0 20px 0;
	width: fit-content;
	margin: 0 auto;
}
.footer__link01 a {
	text-align: center;
	width: 280px;
	background: #ffffff;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	color: #5a4e49;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px 5px 15px 20px;
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
}
.footer__link01 a:after {
	position: absolute;
	content: '';
    transform: translateY(-50%);
	top: 50%;
	left: 13px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	z-index: 999;
}
.footer__link01 a:after {
	background: #8c5822;
}
/*ボタン内spanの形状*/
.footer__link01 span {
	position: relative;
	z-index: 999;
	color: #5a4e49;
}
.footer__link01:hover span{
	color: #5a4e49;
}


.footer__link02 {
	width: 280px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.footer__link02 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.footer__link02 ul li {}
.footer__link02 ul li a {
	text-align: center;
	width: 130px;
	background: #ffffff;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	color: #5a4e49;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px 5px 15px 10px;
	margin: 0 20px 0 0;
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
}
.footer__link02 ul li:nth-of-type(7) a,
.footer__link02 ul li:nth-of-type(6) a {
	text-align: left;
	padding: 8px 5px 8px 35px;
	line-height: 1.1;
}
.footer__link02 ul li:nth-of-type(2n) a {
	margin: 0 0 20px 0;
}

.footer__link02 ul li a:after {
	position: absolute;
	content: '';
    transform: translateY(-50%);
	top: 50%;
	left: 13px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	z-index: 999;
}
.footer__link02 ul li:nth-of-type(1) a:after {
	background: #d1a6cb;
}
.footer__link02 ul li:nth-of-type(2) a:after {
	background: #edb965;
}
.footer__link02 ul li:nth-of-type(3) a:after {
	background: #ffb7b6;
}
.footer__link02 ul li:nth-of-type(4) a:after {
	background: #c5a682;
}
.footer__link02 ul li:nth-of-type(5) a:after {
	background: #6bb9d4;
}
.footer__link02 ul li:nth-of-type(6) a:after {
	background: #7ca25e;
}
.footer__link02 ul li:nth-of-type(7) a:after {
	background: #ef8db0;
}

/*ボタン内spanの形状*/
.footer__link02 ul li span {
	position: relative;
	z-index: 999;
	color: #5a4e49;
}
.footer__link02 ul li:hover span{
	color: #5a4e49;
}


/*== 背景が流れる（左から右） */
.bgleft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #FFF78D;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin: left top;
	transform: scale(1, 1);
}



.footer__copyright {
	text-align: center;
}
.footer__copyright p {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 50px 0;
}



/****************************************

	スクロールをしたら要素を動かす系

*****************************************/
/* fadeUp */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ふわっ（上から）*/
.fadeDown{
	animation-name: fadeDownAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownAnime{
	opacity: 0;
}



/****************************************

	home

*****************************************/
#top {}


.top-visual {
	position: relative;
}

.slider {
	margin: 0 auto;
	width: 90%;
}
.slick-img img {
	height: auto;
	width: 100%;
}



.top-visual__tree01 {
	position: absolute;
	top: -15px;
	left: 4%;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
	animation-name: top-visual__tree01-move;
}
.top-visual__tree01 img {
	width: 9vw;
	height: auto;
}
@keyframes top-visual__tree01-move {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-10px); opacity: 1; }
}

.top-visual__tree02 {
	position: absolute;
	top: -10px;
	left: 20%;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
	animation-name: top-visual__tree02-move;
	animation-delay: 2.5s;
}
.top-visual__tree02 img {
	width: 6vw;
	height: auto;
}
@keyframes top-visual__tree02-move {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-10px); opacity: 1; }
}

.top-visual__tree03 {
	position: absolute;
	top: -15px;
	left: 34%;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
	animation-name: top-visual__tree03-move;
	animation-delay: 5s;
}
.top-visual__tree03 img {
	width: 7vw;
	height: auto;
}
@keyframes top-visual__tree03-move {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-10px); opacity: 1; }
}



.top-menu-sp {}
.top-menu-sp ul {
	margin: 0 auto;
	width: 90%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.top-menu-sp ul li {
	width: 30%;
	margin: 30px 5.5% 0 0;
}
.top-menu-sp ul li img {
	width: 100%;
}
.top-menu-sp ul li:last-of-type {
	width: 30%;
	margin: 30px 0 0 0;
}



.top-gakudo {}
.top-gakudo__inner {
	margin: 0 15px;
	padding: 50px 0 30px 0;
}

.top-gakudo__title {
	text-align: center;
	padding: 0 0 30px 0;
}
.top-gakudo__title img {
	height: 70px;
}

.top-gakudo__txt {
	color: #724b41;
	font-size: 16px;
	line-height: 1.7;
}



.top-children {
	background: #FFFFFF;
	background-image: url("../../img/children-bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
}
.top-children__inner {
	margin: 0 15px;
	padding: 110px 0 110px 0;
}

.top-children__title {
	text-align: center;
	padding: 0 0 30px 0;
}
.top-children__title img {
	height: 70px;
}

.top-children__txt {
	color: #724b41;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 20px 0;
}
.top-children__list {}
.top-children__list ul li {
	color: #724b41;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 20px 0;
}



.top-guide {
	background: #d1a6cb;
	position: relative;
}
.top-guide::before {
	content: '';
	display: inline-block;
	width: 230px;
	height: 80px;
	background-image: url("../../img/guide-bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
}

.top-guide__bg {
	position: relative;
}
.top-guide__bg::before {
	content: '';
	display: inline-block;
	width: 59px;
	height: 61px;
	background-image: url("../../img/guide-prt01-sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -58px;
	left: 50%;
	transform: translateX(-290%);
}
.top-guide__bg::after {
	content: '';
	display: inline-block;
	width: 65px;
	height: 58px;
	background-image: url("../../img/guide-prt02-sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -54px;
	right: 50%;
	transform: translateX(275%);
}

.top-guide__inner {
	margin: 0 15px;
	padding: 0 0 30px 0;
}

.top-guide__title {
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 10px 0;
	transform: translateY(-30px);
}

.top-guide__info {
	position: relative;
}


.top-guide__info table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 15px;
	margin: 0 auto;
}
.top-guide__info table th {
	background: #ece2d8;
	text-align: center;
	padding: 8px 10px;
	vertical-align: middle;
	color: #724b41;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	border-bottom: 1px solid #9e837c;
}
.top-guide__info table td {
	background: #ffffff;
	padding: 8px 20px;
	vertical-align: middle;
	color: #724b41;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	border-bottom: 1px solid #9e837c;
}

.top-guide__info table tr:first-child th {
	border-radius: 15px 0 0 0;
}
.top-guide__info table tr:first-child td {
	border-radius: 0 15px 0 0;
}
.top-guide__info table tr:last-child th {
	border-radius: 0 0 0 15px;
	border-bottom: none;
}
.top-guide__info table tr:last-child td {
	border-radius: 0 0 15px 0;
	border-bottom: none;
}



.top-flow {
	background: #FFFFFF;
	background-image: url("../../img/flow-bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
}
.top-flow__bg {
	margin: 0 15px;
	position: relative;
}
.top-flow__bg::before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 86px;
	background-image: url("../../img/flow-prt01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -0;
	left: -0;
}
.top-flow__bg::after {
	content: '';
	display: inline-block;
	width: 87px;
	height: 58px;
	background-image: url("../../img/flow-prt02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 20px;
	right: 0;
}

.top-flow__inner {
	padding: 120px 0 165px 0;
}

.top-flow__title {
	text-align: center;
	padding: 0 0 90px 0;
}
.top-flow__title img {
	height: 58px;
}


.top-flow__list {
	margin: 0 auto 50px auto;
}

.top-flow__weekdays {
	width: 100%;
	background: #f6ebcc;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	margin: 0 0 110px 0;
}
.top-flow__weekdays::before {
	content: '';
	display: inline-block;
	width: 90px;
	height: 61px;
	background-image: url("../../img/flow-prt04.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.top-flow__weekdays::after {
	content: '';
	display: inline-block;
	width: 90px;
	height: 61px;
	background-image: url("../../img/flow-prt05.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
}

.top-flow__weekdays--title {
	text-align: center;
	color: #724b41;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 12px 0;
	transform: translateY(-40px);
	position: relative;
}
.top-flow__weekdays--title::before {
	content: '';
	display: inline-block;
	width: 62px;
	height: 52px;
	background-image: url("../../img/flow-prt03.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -35px;
	right: 50%;
	transform: translateX(120%);
}

.top-flow__weekdays--contents {
	color: #724b41;
	font-size: 16px;
	font-weight: 500;
	line-height: 3.8;
	padding: 20px 25px 40px 25px;
	position: relative;
}
.top-flow__weekdays--contents::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 102px;
	background-image: url("../../img/flow-prt06.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 35px;
	right: 5px;
}
.top-flow__weekdays--contents::after {
	content: '';
	display: inline-block;
	width: 120px;
	height: 215px;
	background-image: url("../../img/flow-prt07.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 75px;
	right: 30px;
}


.top-flow__weekends {
	width: 100%;
	background: #d2e9ed;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
.top-flow__weekends::before {
	content: '';
	display: inline-block;
	width: 90px;
	height: 61px;
	background-image: url("../../img/flow-prt09.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.top-flow__weekends::after {
	content: '';
	display: inline-block;
	width: 90px;
	height: 61px;
	background-image: url("../../img/flow-prt10.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
}

.top-flow__weekends--title {
	text-align: center;
	color: #724b41;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 12px 0;
	transform: translateY(-40px);
	position: relative;
}
.top-flow__weekends--title::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 63px;
	background-image: url("../../img/flow-prt08.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -35px;
	right: 50%;
	transform: translateX(280%);
}

.top-flow__weekends--contents {
	color: #724b41;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.5;
	padding: 30px 25px 40px 25px;
	position: relative;
}
.top-flow__weekends--contents::before {
	content: '';
	display: inline-block;
	width: 140px;
	height: 181px;
	background-image: url("../../img/flow-prt11.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 40px;
	right: 10px;
}
.top-flow__weekends--contents::after {
	content: '';
	display: inline-block;
	width: 120px;
	height: 154px;
	background-image: url("../../img/flow-prt12.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 110px;
	right: 40px;
}



.top-flow__image {}
.top-flow__image ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-flow__image li {
  margin: 0;
  list-style: none;
}
.top-flow__image li img {
  display: block;
  width: 100%;
  height: auto;
}

/* --- 上段 --- */
/* 1枚目：やや広め */
.top-flow__image li:nth-of-type(1) {
  flex: 0 1 60%;
}
/* 2枚目：やや狭め */
.top-flow__image li:nth-of-type(2) {
  flex: 0 1 35%;
}

/* 高さをそろえる（固定高） */
.top-flow__image li:nth-of-type(1) img,
.top-flow__image li:nth-of-type(2) img {
  height: 50vw; /* 固定の高さ（お好みで調整OK） */
}

/* --- 下段（3枚目） --- */
.top-flow__image li:nth-of-type(3) {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}
.top-flow__image li:nth-of-type(3) img {
  width: 70%;
  max-width: 500px;
  height: auto;
}



.top-fee {
	background: #ece2d8;
	position: relative;
}
.top-fee::before {
	content: '';
	display: inline-block;
	width: 230px;
	height: 80px;
	background-image: url("../../img/fee-bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
}

.top-fee__bg {
	margin: 0 15px;
	position: relative;
}
.top-fee__bg::before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 53px;
	background-image: url("../../img/fee-prt01-sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-265%);
}
.top-fee__bg::after {
	content: '';
	display: inline-block;
	width: 70px;
	height: 46px;
	background-image: url("../../img/fee-prt02-sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -45px;
	right: 50%;
	transform: translateX(259%);
}

.top-fee__inner {
	padding: 0 0 30px 0;
}

.top-fee__title {
	text-align: center;
	color: #724b41;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 30px 0;
	transform: translateY(-30px);
}

.top-fee__info {
	position: relative;
}

.top-fee__info table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 15px;
	margin: 0 auto;
	border: 1px solid #9e837c;
}
.top-fee__info table th {
	background: #d2e9ed;
	text-align: left;
	padding: 8px 10px;
	vertical-align: middle;
	color: #724b41;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	border-bottom: 1px solid #9e837c;
	border-right: 1px solid #9e837c;
}
.top-fee__info table td {
	background: #ffffff;
	padding: 8px 20px;
	vertical-align: middle;
	color: #724b41;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	border-bottom: 1px solid #9e837c;
}

.top-fee__info table tr:first-child th {
	border-radius: 15px 0 0 0;
}
.top-fee__info table tr:first-child td {
	border-radius: 0 15px 0 0;
}
.top-fee__info table tr:last-child th {
	border-radius: 0 0 0 15px;
	border-bottom: none;
}
.top-fee__info table tr:last-child td {
	border-radius: 0 0 15px 0;
	border-bottom: none;
}



.top-access {
	background: #f9f6f3;
	background-image: url("../../img/access-bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
}
.top-access__inner {
	margin: 0 15px;
	padding: 110px 0 100px 0;
}

.top-access__title {
	text-align: center;
	padding: 0 0 20px 0;
}
.top-access__title img {
	height: 70px;
}

.top-access__map {
	text-align: center;
	padding: 0 0 30px 0;
	position: relative;
}
.top-access__map::before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 70px;
	background-image: url("../../img/access-prt01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -80px;
	left: 0;
}
.top-access__map::after {
	content: '';
	display: inline-block;
	width: 70px;
	height: 55px;
	background-image: url("../../img/access-prt02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -45px;
	right: 0;
}


/* 計算方法　長方形動画（460:360）の場合100÷460×360=78.26086956521739% に設定 */
.top-access__map-google {
	text-align: center;
	padding: 0 0 78.26086956521739% 0;
	position: relative;
	width: 100%;
	margin: 0;
}
.top-access__map-google iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.top-access__address {
	color: #724b41;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
.top-access__address dl {}
.top-access__address dl dt {
	color: #724b41;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	padding: 0 0 20px 0;
}
.top-access__address dl dt span {
	color: #724b41;
	font-size: 20px;
}
.top-access__address dl dd {
	color: #724b41;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
