
body {
	background-image: none;
	max-width: 480px;
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
}

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

h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	padding-bottom: 20px;
}

h3 {
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 40px;
	text-align: center;
}

h3.subtitle {
	text-align: center;
	font-size: 22px;
	padding-bottom: 10px;
}

#title{
	margin-bottom: 0px;
	height: auto;
	background: url(images/title_spbg.png) no-repeat center;
	background-color: rgba(255,242,240,0.5);

}

#title h1 {
	font-size: 32px;
	color: #333333;
	padding: 20px 0;
	text-align: center;
}

.spjf {
	text-align: justify;
}

.df {
	display: none;
}

div.sp,
span.sp {
	display: block;
}

.spwideimg {
	height: auto;
	width: 100%;
	max-width: 100%;
}

main {
	width: auto;
	margin-top: 60px;
}


div.main,
div.main-spbg,
div.reserve {
	padding: 0 10px;
	width: auto;
}

div.main-spbg {
	background-color: #fff2f0;
	padding: 30px 10px;
	margin: 0;
}

a.link-btn,
link-btn a,
body#single div.body a {
	font-weight: 400;
	padding: 8px 40px 8px 20px;
	text-align: justify;
}

div.line {
	margin: 0 0 20px 0;
}


nav#globalnav ul {
	padding: 20px 0 10px;
}

.hamburger {
    position: absolute;
    top: 12px;
    right:10px;
    cursor: pointer;
    width: 32px;
    height: 24px;
    z-index: 10;
}

.hamburger span {
    /*3本の線を作る*/
    transition: all .3s;
    position: absolute;
    height: 2px;
    background-color: #e2a5a5;
    width:100%;
    z-index: 10;
}

.hamburger span:nth-of-type(1) {
    /*上の線の位置*/
    top: 4px;
}

.hamburger span:nth-of-type(2) {
    /*真ん中の線の位置*/
    top: 14px;
}

.hamburger span:nth-of-type(3) {
    /*下の線の位置*/
    top: 24px;
}

.hamburger.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 10px;
    transform: translateY(6px) rotate(-33deg);
}

.hamburger.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
}

.hamburger.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 22px;
    transform: translateY(-6px) rotate(33deg);
}

.header-fixed {
	position: fixed;
	align-items: center;
	z-index: 10;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.9);
	width: 100%;
	display: flex;
	padding-top: 4px;
}

.header-fixed h2 {
	width: 70%;
	text-align: left;
}

.headermenu {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 30%;
	margin-right: 32px;
}

.headermenu li {
	padding: 8px 5px;
	list-style: none;
}

nav#globalnav {
	position: fixed;
	top: 58px;
	width: 100%;
	z-index: 10;
}

nav#globalnav ul {
    /*最初はナビゲーションボタンは非表示*/
	display: none;
	list-style:none;
	margin: 0;
}

nav#globalnav.open ul {
  display: block;
  overflow: hidden;
  transition: height 0.3s ease;
  background-color: rgba(226,165,165,0.9);
}


nav#globalnav ul li a {
	color: #e2a5a5;
	background: white url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 6px;
	border-radius: 30px;
    padding: 6px 0 6px 30px;
    font-size: 16px;
    display: block;
    text-decoration: none;
	margin: 0 20px 10px;
}

p.header-reserve a::after,
nav#globalnav ul li a::after {
	content: none;
	display: none;
}


p.header-reserve a:hover::after,
nav#globalnav ul li a:hover::after {
	transform: none;
}

nav#globalnav ul li a:hover {
	opacity: 0.6;
	border-radius: 30px;
}

header {
	padding: 0;
	width: auto;
}

footer {
	width: auto;
}

#footer {
	padding: 0 10px;
}

#footer h3 {
	text-align: center;
}

#pagetop {
	position: fixed;
	right: 0;
}

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

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


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

table.list-table th {
	padding: 12px 0 12px 10px;
	width: 30%;
}

table.list-table td {
	padding: 12px 5px 12px 5px;
}

div.category{
	padding: 20px 0;
}

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 {
	font-size: 14px;
	display: block;
}

ul.blog-list li a div.text span.category span,
p span.category span a {
	display: inline-block;
	font-size: 12px;
	padding: 4px 14px;
}

div.category span a,
p span.category span a {
	padding: 6px 50px;
	margin: 10px 20px;
}

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

ul.blog-list li {
	width: auto;
}

ul.blog-list li a {
	margin: 6px;
	width: auto;
	flex-wrap: nowrap;
	padding: 0 10px;
}

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

ul.blog-list li a div.img img {
	width: 100%;
	height: auto;
}

ul.blog-list li a div.text {
	font-size: 85%;
	padding-left: 10px;
	width: 70%;
}

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: 4px;
}

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 span a {
	display: block;
	margin: 0 20px 10px 20px;
}

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: 22px;
	line-height: 2em;
	padding-bottom: 5px;
	font-weight: 400;
}

body#archive h1 {
	text-align: center;
}

body#single h1 {
	margin: 0 10px;
}

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

body#single div.blog {
	width: auto;
	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: 10px;
	text-align: center;
	text-decoration: none;
}

div.page span.page-numbers {

}

div.page span.next a,
div.page span.prev a {
	border: 1px solid #e098bb;
	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,
div.page a.next {
	padding: 8px 60px 8px 50px;
}

div.page span.next a:hover,
div.page a.next:hover {
	background-position: right 12px 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 40px 50px 40px;
	width: auto;
}

body#single div.body h2 {
	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 img,
body#single div.body figure.size-large img {
	width: 100%;
	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: block;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: block;
	width: auto;
}

body#single div.body ul {
	margin: 0 0 0 20px;
}

body#single div.body a {
	margin-top: 10px;
}



