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

html {
	overflow-y: scroll;
}

body {
	color: black;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
	min-width: 1240px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
	font-family: YuMincho, "YuMincho", serif;
}

h2 {
	font-size: 32px;
	font-weight: 400;
	padding-bottom: 20px;
}

h3 {
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 40px;
}

h3.subtitle {
	font-weight: 700;
}

a {
	text-decoration: none;
	color: black;
	transition: all .3s;
}

a:hover,
input.submit:hover {
	opacity: .6;
	transition: all .4s;
}

a.link-btn,
.link-btn a,
body#single div.body a {
	background: #e2a5a5 url(images/link_btn_white.svg) no-repeat right 18px center;
	background-size: 8px;
	border-radius: 10px;
	font-weight: 600;
	color: white;
	display: inline-block;
	margin: 0 auto;
	padding: 8px 60px 8px 50px;
	text-align: center;
	text-decoration: none;
}

a.link-btn:hover,
.link-btn a:hover,
body#single div.body a:hover {
	background-position: right 14px center;
}


em {
	font-style: normal;
}

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

p.small {
	font-size: 85%;
}

.center {
	text-align: center;
}

span.small {
	font-size: 75%;
}

a span.map {
	text-decoration: underline;
	font-size: 14px;
	padding-left: 6px;
}

li {
	list-style: none;
}

#title {
	background: url(images/title_bg.png) no-repeat center;
	height: 150px;
	background-color: rgba(255,242,240,0.5);
}

#title{
	margin-bottom: 80px;
}

#title h1 {
	font-size: 48px;
	color: #333333;
	padding-top: 50px;
}

div.reserve {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

div.reserve h3 {
	padding-bottom: 20px;
	text-align: center;
}

div.reserve p {
	text-align: center;
}

div.reserve ul {
	display: flex;
	padding: 50px 0 20px 0;
}

div.reserve ul li {
	width: 50%;
	display: flex;
	flex-direction: column;
}

div.reserve ul li:nth-child(1) {
	border-right: 1px solid black;
}

div.reserve ul li h4 {
	font-size: 24px;
	padding: 20px 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

div.reserve ul li h4 img {
	padding-right: 18px;
}


div.reserve ul li div.text {
	padding-bottom: 30px;
}

div.reserve ul li a {
	display: block;
	margin: 0 auto;
}

header {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	padding-bottom: 30px;
}

#header-text {
	font-size: 12px;
	text-align: right;
	margin-right: 6px;
	padding-top: 20px;
	font-weight: 400;
	font-family: YuGothic, "Yu Gothic", sans-serif;
}

header h2 {
	padding-bottom: 0;
}

header h2 img,
header p img {
	position: absolute;
	top: 0;
	left: 20px;
}

p.header-reserve {
	font-size: 18px;
	background: url(images/reserve_icon.svg) no-repeat right 156px center;
	background-size: 28px;
	text-align: right;
	margin-right: 6px;
	margin-top: 20px;
}

p.header-reserve a {
	position: relative;
}

nav#globalnav ul {
	display: flex;
	justify-content: space-between;
	margin-left: 400px;
	margin-top: 20px;
}

nav#globalnav ul li a {
	position: relative;
}

p.header-reserve a::after,
nav#globalnav ul li a::after {
	background: #BF6C91;
	border-radius: 50px;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	width: 100%;
}

p.header-reserve a:hover::after,
nav#globalnav ul li a:hover::after {
	transform: scale(1, 1);
}

p.header-reserve a:hover,
nav#globalnav ul li a:hover {
	color: #BF6C91;
	opacity: 1;
}

div.main,
div.main-spbg {
	width: 1200px;
	margin: 60px auto;
}

div.bg-pink {
	background-color: #fff2f0;
}

#footernav {
	background-color: #e2a5a5;
}

#footernav ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding: 18px 0;
}

#footernav ul li a {
	color: white;
}

#footer {
	text-align: center;
	margin: 50px auto;
}

#pagetop {
	position: fixed;
	right: 20px;
}

#pagetop a {
	background: #e2a5a5 url(images/pagetop.svg) no-repeat center top 18px;
	background-size: 14px;
	display: block;
	font-size: 13px;
	color: white;
	height: 60px;
	padding-top: 30px;
	text-align: center;
	text-decoration: none;
	width: 90px;
	line-height: 1.8em;
	border-radius: 50px;
}

#pagetop a:hover {
	background-position: center top 12px ;
}

#footer address {
	font-style:normal;
}

#footer p {
	text-align: center;
	margin: 0;
}

#footersns {
	padding-top: 20px;
}

#footersns a {
	display: inline-block;
	margin-bottom: 20px;
}

#footersns a:nth-child(1) {
	padding-right: 20px;
}

#copyright {
	padding-top: 20px;
	font-size: 12px;
}

div.category {
	text-align: center;
	padding: 30px 0 50px 0;
	margin-bottom: 20px;
}

div.category p {
	margin-bottom: 30px;
	text-align: center;
}

div.category span a,
ul.blog-list li a div.text span.category span,
p span.category span a {
	border: 1px solid;
	border-radius: 50px;
	font-size: 18px;
	padding: 6px 20px;
	text-decoration: none;
}

ul.blog-list li a div.text span.category span {
	font-size: 16px;
}

div.category span a {
	padding: 10px 30px;
	margin: 0 20px;
}

ul.blog-list {
	text-align: center;
}

ul.blog-list li {
	width: 800px;
	margin: 0 auto;
	border-top: 1px solid gray;
}

ul.blog-list li a {
	margin: 0 auto;
	width: 800px;
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 10px 18px;
}

.wpspimg {
	width:100%;
	height:auto;
}

ul.blog-list li a div.img {
	width: 20%;
	padding: 10px 20px 0px 0px;
}

ul.blog-list li a div.img img {
	width: 150px;
	height: 114px;
	object-fit: cover;
}

ul.blog-list li a div.text {
	text-align: left;
	padding: 10px 0;
}

ul.blog-list li a div.text div.contents {
	padding-left: 10px;
}

ul.blog-list li a span.title {
	font-weight: bold;
}

ul.blog-list li a div.text span.category {
	display: block;
	margin-bottom: 10px;
}

ul.blog-list li a div.text p {
	text-align: left;
	font-size: 80%;
	margin: 0;
}

ul.blog-list li a div.text span.category span.voice,
div.category span.voice a,
p span.category span.voice a {
	border-color: #e098bb;
	color: #e098bb;
}

ul.blog-list li a div.text span.category span.news,
div.category span.news a,
p span.category span.news a {
	border-color: #c59abf;
	color: #c59abf;
}

ul.blog-list li a div.text span.category span.column,
div.category span.column a,
p span.category span.column a {
	border-color: #d59f00;
	color: #d59f00;
}

ul.blog-list li a div.text span.category span.campaign,
div.category span.campaign a,
p span.category span.campaign a {
	border-color: #a8c692;
	color: #a8c692;
}

div.page {
	padding: 50px 0;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

body#archive #title p,
body#single #title p {
	font-size: 48px;
	color: #333333;
	padding-top: 50px;
	text-align: center;
	font-weight: 700;
	font-family: YuMincho, "YuMincho", serif;
}

body#archive h1,
body#single h1 {
	font-size: 30px;
	line-height: 2em;
	padding-bottom: 5px;
	font-weight: 400;
}

body#single h1 {
	border-bottom: 2px dotted #acc6ac;
	text-align: justify;
}

body#archive h3 {
	padding-bottom: 10px;
}

body#single div.blog {
	width: 900px;
	margin: 0 auto;
}

body#single div.body p {
	text-align: justify;
}

body#single p.date {
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	margin: 0;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.page-numbers {
	font-style: normal;
	padding: 12px;
	text-align: center;
	text-decoration: none;
}

div.page a.page-numbers:hover {
	color: #e2a5a5;
}

div.page span.next a,
div.page span.prev a,
div.page a.next,
div.page a.prev {
	border: 1px solid #e2a5a5;
	border-radius: 20px;
}

div.page span.next a,
div.page a.next {
	padding: 8px 60px 8px 50px;
	background: url(/images/next_btn.svg) no-repeat right 10px center;
	background-size: 8px;
}

div.page span.prev a,
div.page a.prev {
	padding: 8px 50px 8px 60px;
	background: url(/images/prev_btn.svg) no-repeat left 10px center;
	background-size: 8px;
}

div.page span.next a:hover,
div.page a.next:hover {
	background-position: right 6px center;
}

div.page span.prev a,
div.page a.prev {
	padding: 8px 50px 8px 60px;
}

div.page span.prev a:hover,
div.page a.prev:hover {
	background-position: left 6px center;
}

body#single div.body {
	background-color: white;
	border-radius: 5px;
	margin: 0 auto;
	padding: 30px 60px 50px 60px;
	width: 800px;
}

body#single div.body h2 {
	background-color: #e2a5a5;
	color: white;
	border-radius: 10px;
	font-family: YuMincho, "YuMincho", serif;
	font-weight: 400;
	font-size: 150%;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
}

body#single div.body h3 {
	font-family: YuMincho, "YuMincho", serif;
	font-weight: 400;
	font-size: 120%;
	margin: 10px auto;
	padding: 18px;
	background: url(images/blog_h3mark.svg) no-repeat left center;
	background-size: 4px;
	text-align: justify;
}

body#single div.body figure {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

body#single div.body figure figcaption {
	margin: 10px;
}

body#single div.body figure.wp-block-image size-medium img {
	width: 500px;
	height: auto;
}

body#single div.body figure.wp-block-image size-large img {
	width: 800px;
	height: auto;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

body#single div.body figure.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

body#single div.body div.wp-block-columns {
	display: flex;
	flex-wrap: wrap;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

body#single div.body ul {
	line-height: 1.5em;
}

body#single div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat 20px 14px;
	background-size: 7px;
	display: block;
	list-style-type: none;
	margin-left: -2em;
	padding: 7px 0 7px 38px;
}

body#single div.body table {
	border-top: 2px solid #acc6ac;
	margin: 20px auto;
}

body#single div.body table td {
	border-bottom: 1px solid #acc6ac;
	padding: 10px 20px;
}

body#single div.body p mark {
	background: rgba(226,165,165,0.5) repeat-x center bottom;
	padding: 0 5px;
}

.mark {
	text-indent: -1em;
	padding-left: 1em;
}

table {
	width: 100%;
}