@import url("global.css");

#pagettl {
	/*background-image: url(../reserve/img/main.jpg);*/
	padding-bottom: 0%;
}
#pagettl h1 span {
	display: block;
	font-size: 26px;
	margin: 8px 0 0 0px;
}
#contents section.block1 {
	margin-top: 90px;
	background: url(../reserve/img/bg.png) no-repeat right top;
	position: relative;
}
#contents section.block1 h1 {
	font-size: 40px;
	margin-bottom: 60px;
}
#contents section.block1 h1 span {
	display: inline-block;
}
#contents section.block1 h1 span.tl1 {
	margin-top: 60px;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
#contents section.block1 h1 span.tl2 {
	margin: 20px 0 20px 100px;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}
#contents section.block1 h1 span.tl3 {
	font-size: 54px;
	color: #D8850C;
	margin-right: 5px;
}
.block1 .catch {
	position: absolute;
	top: -20px;
	right: 100px;
	min-height: 60px;
	padding: 30px 70px 30px 30px;
	background: url(../reserve/img/logo_sc.png) no-repeat right bottom rgba(255,255,255,0.9);
	border: 1px solid #eee;
}
#contents .block1 .catch p {
	margin-top: 0;
	color: #18727E;
	font-size: 27px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 500;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}

#contents .text {
	margin-bottom: 130px;
}
#contents .text .image {
	float: left;
	margin-right: 60px;
	position: relative;
}
#contents .text .image::after {
	content: "";
	position: absolute;
	display: block;
	top: 2px;
	right: 2px;
	left: 2px;
	bottom: 2px;
	border: 1px solid #fff;
}
#contents .text p {
	margin-top: 5px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
#contents ul.photo {
	text-align: center;
	margin-left: -10px;
}
#contents ul.photo li {
	float: left;
	width: 340px;
	margin-left: 10px;
	margin-bottom: 30px;
	text-align: left;
}
#contents ul.photo li figure {
	position: relative;
}
#contents ul.photo li figure::before,
#contents ul.photo li figure::after,
#contents ul.photo li figure span::before,
#contents ul.photo li figure span::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
}
#contents ul.photo li figure::before {
	left: 3px;
	top: 3px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
#contents ul.photo li figure::after {
	right: 3px;
	top: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#contents ul.photo li figure span::before {
	left: 3px;
	bottom: 3px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
#contents ul.photo li figure span::after {
	right: 3px;
	bottom: 3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#contents ul.photo li h2 {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#contents ul.photo li p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
}
#contents ul.photo li .seminar_link {
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}
#contents ul.photo li .seminar_link a{
	color: #2F808B;
}
#contents ul.photo li .seminar_link a:hover {
	opacity: .5;
}

#contents .present {
	width: 570px;
	padding: 25px;
	margin: 60px auto 90px;
	background-color: #F7F7F7;
	border: 1px solid #ccc;
	text-align: center;
}
#contents dl.present dt {
	color: #0BA29A;
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	margin-bottom: 10px;
}
#contents dl.present dd .image {
	margin: 0 auto 20px;
}
#contents dl.present dd p {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-size: 16px;
}
#contents dl.present dd p.note {
	font-size: 12px;
	color: #666;
}


#contents ul.photo li.seminar {
	width: 680px;
}
#contents ul.photo li.seminar figure {
	max-width: 50%;
	/*margin: 0 auto;*/
	display: block;
}
#contents ul.photo li.seminar .seminar_link {
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}
#contents ul.photo li.seminar .seminar_link a{
	color: #2F808B;
}
#contents ul.photo li.seminar .seminar_link a:hover {
	opacity: .5;
}

.hiddenbox{
	display: none;
}

#text-box {
	padding: 50px;
	list-style: none;
	text-align: left;
}
#text-box .sub{
	font-weight: bold;
	font-size: 17px;
}

#kibou_soudanbox {
	padding: 0 10px;
	background: #fff;
	border: 1px solid #ddd;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 96%;
	margin-left: 4px;
	margin-top: -4px;
}
#kibou_soudanbox li {
	display: inline-block;
	width: 32.5%;
}

#text-box {
}
#text-box h2 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #18727E;
}
#text-box ul {
	padding: 30px;
}
#text-box ul li {
	float: left;
	width: 46%;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 18px;
}
#text-box ul li h3 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#text-box ul li img {
	width: 25%;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
#text-box ul li p {
	width: 100%;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 20px;
	font-size: 13px;
	letter-spacing: 1px;
}

/* ------------------------------------------------------------------------------------------------------------------------
/* 1099px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){
#pagettl {
	padding-bottom: 20px;
}
#contents section.block1 {
	background-size: 600px auto;
}
#contents section.block1 h1 {
	margin-bottom: 60px;
}
#contents section.block1 h1 span.tl1 {
	margin-top: 40px;
}
#contents section.block1 h1 span.tl2 {
	margin: 25px 0 25px 100px;
}
.block1 .catch {
	right: 10px;
}
#contents .text {
	margin-bottom: 90px;
}
#contents .text .image {
	margin-right: 30px;
	margin-bottom: 10px;
}

#contents ul.photo {
	margin: 0 -5px;
}
#contents ul.photo li {
	width: 33%;
	margin-left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 5px;
	height: 40vw;
}
#contents ul.photo li.seminar {
	width: 65%;
}
#contents ul.photo li figure img {
	width: 100%;
	height: auto;
}
#contents ul.photo li h2 {
	line-height: 32px;
}
#contents ul.photo li p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

#contents dl.present dt {
	font-size: 32px;
	line-height: 40px;
}
#contents dl.present dd p {
	font-size: 15px;
}
#contents dl.present dd p.note {
	font-size: 11px;
}

#text-box {
	padding: 50px 5px;
}

#kibou_soudanbox {
	width: 95%;
}
#kibou_soudanbox  br {
	display: none;
}
#kibou_soudanbox li {
	width: 48.5%;
}


}
@media only screen and (max-width: 849px){#kibou_soudanbox {width: 94%;} }
@media only screen and (max-width: 729px){#kibou_soudanbox {width: 93%;} }

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){
#pagettl {
	padding-bottom: 0;
}
#pagettl h1 span {
	font-size: 15px;
	margin: 5px 0 0 -10px;
	letter-spacing: 0;
}
#contents section.block1 {
	margin-top: 60px;
	background-size: auto 150px;
}
#contents section.block1 h1 {
	font-size: 24px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #fff;
}
#contents section.block1 h1 span.tl1 {
	margin-top: 20px;
}
#contents section.block1 h1 span.tl2 {
	margin: 10px 0 10px 40px;
}
#contents section.block1 h1 span.tl3 {
	font-size: 30px;
}
.block1 .catch {
	right: 5px;
	padding: 15px;
	min-height: 30px;
	background-size: 78px 60px;
}
#contents .block1 .catch p {
	font-size: 16px;
	line-height: 24px;
}
#contents .text {
	margin-bottom: 60px;
}
#contents .text .image {
	margin-right: 20px;
}
#contents .text .image img {
	width: 120px;
	height: auto;
}

#contents ul.photo {
	margin: 0;
}
#contents ul.photo li,
#contents ul.photo li.seminar {
	float: none;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	height: auto;
}
#contents ul.photo li h2 {
	font-size: 16px;
	line-height: 32px;
}
#contents ul.photo li.seminar figure {
	max-width: 100%;
}
#contents ul.photo li.seminar .seminar_link {
	margin-top: 20px;
	margin-right: auto;
	text-align: center;
}

#contents .present {
	width: auto;
	margin: 20px 0 40px;
	text-align: left;
	padding: 15px;
}
#contents dl.present dt {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
}
#contents dl.present dd p:first-of-type {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 20px;
}
#contents dl.present dd .image {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	width: 140px;
	padding-left: 10px;
}
#contents dl.present dd .image img {
	width: 140px;
	height: auto;
}
#contents dl.present dd p.note {
	margin-top: 10px;
}

#text-box {
	padding: 0px;
}
#text-box h2 {
	margin-top: 30px;
	font-size: 22px;
}
#text-box ul {
	padding: 5px;
}
#text-box ul li {
	float: none;
	width: 100%;
	margin: 30px 0;
	padding: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#text-box ul li h3 {
	font-size: 16px;
	margin: 10px 0;
}
#text-box ul li img {
	float: none;
	width: 60%;
	margin: 0 auto;
	display: block;
}
#text-box ul li p {
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0;
	font-size: 12px;
}


#kibou_soudanbox {
	width: 94%;
	margin-left: 6px;
}
#kibou_soudanbox li {
	width: 100%;
}
@media only screen and (max-width: 579px){#kibou_soudanbox {width: 93%;} }
@media only screen and (max-width: 479px){#kibou_soudanbox {width: 92%;} }
@media only screen and (max-width: 376px){#kibou_soudanbox {width: 90%;} }
@media only screen and (max-width: 321px){#kibou_soudanbox {width: 88%;} }

}










