
* {
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: #41210f;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	min-width: 1180px;
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.img {
	font-size: 33px;
	line-height: 1.4em;
}

h2.img:after {
	content: "●●●●●●●●●●";
	display: block;
	font-size: 13px;
	letter-spacing: .3em;
	line-height: 1.0em;
	padding-top: 12px;
	text-align: center;
}

h2.subtitle {
	font-size: 30px;
}

.sp {
	display: none;
}

p {
	font-weight: 400;
	line-height: 1.8em;
	margin: 10px 0;
	text-align: justify;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

a {
	color: #41210f;
	overflow: hidden;
	transition: all .2s;
}

a:hover {
	opacity: .60;
	transition: all .3s;
}

a.link-btn {
	background: white url(images/link_btn_blank.svg) no-repeat right 15px center;
	background-size: 15px;
	border: 3px solid #50ba42;
	border-radius: 15px;
	color: #50ba42;
	display: inline-block;
	font-weight: 700;
	margin: 0 auto;
	padding: 10px 60px 10px 50px;
	text-align: center;
	text-decoration: none;
}

a.link-btn:hover {
	background-color: #00bde1;
	opacity: 1;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
	text-align: justify;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	vertical-align: top;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

strong.marker {
	background: linear-gradient(transparent 60%, #d2eaf3 0);
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat left 2px top 9px;
	background-size: 8px;
	padding: 2px 0 2px 20px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.3em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-align: justify;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

ul.list li ul.notelist li {
	background-image: none;
}

div.line {
	background: #c0c0c0;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

table.list-table {
	border-top: 1px dotted #50ba42;
}

table.list-table th {
	border-bottom: 1px dotted #50ba42;
	padding: 10px 40px;
	width: 30%;
}

table.list-table td {
	border-bottom: 1px dotted #50ba42;
	font-weight: 700;
	padding: 10px 10px;
}

ul.photos {
	display: flex;
	justify-content: center;
}

ul.photos li {
	padding-right: 10px;
}

ul.photos li:last-child {
	padding-right: 0;
}

ul.photos li em {
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding-top: 5px;
	text-align: center;
}

/***********************************************************************/

header {
	min-width: 1180px;
}

#header-logo {
	margin-top: 50px;
	text-align: center;
}

div.main {
	margin: 0 auto;
	width: 1100px;
}

div.main-s {
	margin: 0 auto;
	width: 840px;
}

div.bg-yellow {
	background: #faf8d9 url(images/bg_yellow.gif) no-repeat center top;
	background-size: cover;
}

div.bg-blue {
	background: #d3eefc url(images/bg_blue.gif) no-repeat center top;
	background-size: cover;
}

div.bg-green {
	background: #d5f3d1 url(images/bg_green.gif) no-repeat center top;
	background-size: cover;
}

footer {
	background: #50ba42 url(images/footer_bg.gif) no-repeat center top;
	padding: 80px 20px 50px 20px;
	text-align: center;
}

footer p {
	color: white;
	font-weight: 700;
	text-align: center;
}

ul#footer-contact {
	display: flex;
	justify-content: space-between;
	margin: 50px auto 60px auto;
	width: 1070px;
}

ul#footer-contact li {
	background-color: #a1c4d7;
	border: 3px solid #41210f;
	border-radius: 20px;
	font-weight: 700;
	line-height: 1.3em;
	padding: 20px 30px 20px 80px;
	text-align: center;
	width: 520px;
}

ul#footer-contact li:first-child {
	background: #a1c4d7 url(images/footer_contact_tel.svg) no-repeat left 75px center;
	background-size: 36px;
	font-size: 46px;
}

ul#footer-contact li:last-child {
	background: #a1c4d7 url(images/footer_contact_mail.svg) no-repeat left 38px top 40px;
	background-size: 38px;
	font-size: 28px;
	padding-top: 30px;
}

ul#footer-contact li:last-child a {
	display: block;
	text-decoration: none;
}

ul#footer-contact li em {
	display: block;
	font-size: 14px;
	line-height: 1.3em;
}

ul#footer-contact li:last-child ul li {
	background: transparent;
	border: none;
	font-size: 14px;
	padding: 0;
	text-align: center;
	width: auto;
}

footer address,
footer address a {
	color: white;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
}

p#copyright {
	font-size: 13px;
	font-weight: 500;
	padding-top: 10px;
}

#pagetop {
	position: fixed;
	right: 20px;
	z-index: 300;
}
