
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: #333333;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-weight: 500;
	min-width: 1100px;
	-webkit-text-size-adjust: 100%;
}

.sp {
	display: none;
}

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

h2.img {
	color: #ea609e;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 34px;
	padding-bottom: 40px;
	text-align: left;
}

h2.img em {
	display: block;
	font-size: 14px;
	padding-left: 5px;
}

h2.img em img {
	display: block;
	padding: 5px 0 10px;
}

h4.img {
	border-left: 5px solid #ea609e;
	color: #ea609e;
	padding-left: 10px;
	text-align: left;
}

p {
	line-height: 2em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

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

sup,
sub {
	font-size: 70%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #333333;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	     opacity: .6;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

span.link-btn a,
div.page a.next,
a.link-btn {
	background: white url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 20px;
	border: 1px solid #c9c9c9;
	border-radius: 30px;
	padding: 10px 80px;
	text-align: center;
	text-decoration: none;
}

span.link-btn-prev a,
div.page a.prev,
a.link-btn-prev {
	background: white url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 20px;
	border: 1px solid #c9c9c9;
	border-radius: 30px;
	padding: 10px 80px;
	text-align: center;
	text-decoration: none;
}

a.link-btn:hover,
ul.blog-list li a:hover,
ul.mainmenu li a:hover,
input.submit:hover {
	background-color: #fbe6ef;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
}

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

em {
	font-style: normal;
}

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

div.body table {
	margin: 10px auto;
}

div.body table th,
div.body table td {
	border: 1px solid gray;
	padding: 3px 5px;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

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: 14px;
	line-height: 2em;
}

strong.marker,
div.body  strong {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

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

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

div.body ul,
ul.list {
	border-top: 1px dotted #a9a9a9;
	line-height: 1.5em;
}

div.body ul li,
ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 10px 20px;
	background-size: 10px;
	border-bottom: 1px dotted #a9a9a9;
	display: block;
	padding: 15px 0 15px 35px;
}

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

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

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

div.line {
	border-bottom: 1px solid #ea609e;
}

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.info {
	display: block;
	padding: 30px 0;
}

table.info th {
	border-bottom: 1px solid #ea609e;
	color: #ea609e;
	font-weight: 500;
	padding: 10px 0 10px 20px;
	text-align: left;
	vertical-align: top;
	width: 120px;
}

table.info td {
	border-bottom: 1px solid #ea609e;
	padding: 10px 0 10px 20px;
	width: 650px;
}

table.info td table th {
	border: none;
	color: #333333;
	padding: 2px 0;
	width: 170px;
}

table.info td table td {
	border: none;
	padding: 2px 0;
}

table.info td ul.img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px ;
}

table.info td ul.img li span.text {
	display: block;
	font-size: 14px;
	text-align: center;
}

table.info td address {
	font-style: normal;
}

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

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

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

div.bg-left {
	background: url(images/bg_left.png) no-repeat left center;
}

div.bg-right {
	background: url(images/bg_right.png) no-repeat right center;
}

footer {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	padding-bottom: 80px;
}

footer #info h3 {
	padding-bottom: 20px;
	text-align: left;
}

footer #info p {
	color: #ea609e;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
}

footer #copy #instagram {
	text-align: right;
}

footer #copy p#footer-copy {
	color: #ea609e;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

#pagetop {
	bottom: 30px;
	font-family: YuMincho, "Yu Mincho", serif;
	position: fixed;
	right: 30px;
}

#pagetop a {
	background: url(images/pagetop.png) no-repeat center top ;
	color: #ea609e;
	padding-top: 50px;
	text-decoration: none;
}

#pagetop a:hover {
	padding-top: 60px;
	transition: padding .5s;
}