@charset "UTF-8";

/*
Theme Name: 2023mj_haken
Description: 2023mj_haken
Theme URI: https://
Author: https://
Author URI:
Version: 1.0.0
License: GNU General Public License
License URI: http://www.gnu.org/licen.breadcrumbsses/gpl-2.0.html
*/

@font-face {
	font-family: 'Kosugi_Maru';
	src: url('fonts/Kosugi_Maru/KosugiMaru-Regular.ttf') format('truetype');
	font-display: swap;
}


* {
	line-height: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	/*background: #F8F7EB;*/
	background: url(images/common/bg-min.png) repeat;
	background-size: 400px;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Kosugi_Maru", "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN", sans-serif;
	font-weight: 500;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
p {
	margin: 0 0 1.6em 0;
}
p:last-child {
	margin: 0 !important;
}
blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

@media screen and (max-width: 560px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 430px) {
	body {
		font-size: 14px;
	}
}

/****************************************
 * h要素
*****************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	line-height: 1.3;
}
h1 {
	text-align: center;
	font-size: 1em;
}
h2 {
	color: #000;
	font-size: 2.6em;
}
h3 {
	color: #000;
	font-size: 2em;
}
#page h3 {
	margin: 30px 0 18px;
}
h4 {
	font-size: 1.8em;
}


.main_title {
	text-align: center;
}
.main_title span {
	display: block;
	color: #006789;
	font-size: .43em;
	font-weight: normal;
	letter-spacing: .06em;
	margin-bottom: 18px;
	position: relative;
}
.main_title span:before {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	background: url(images/deco/deco01.png) no-repeat;
	background-size: 100%;
	width: 60px;
	height: 30px;
}

.page_title {
	text-align: center;
}
.page_title span {
	display: block;
	font-size: .6em;
}

#single h2 {
	
}
#single h3 {
	color: #004B89;
	margin: 45px auto 30px;
}
#single h4 {
	color: #004B89;
	margin: 30px auto;
	padding-left: 18px;
	position: relative;
}
#single h4:before {
	content: "";
	position: absolute;
	left: 0;
	background: #004B89;
	width: 4px;
	height: 100%;
	border-radius: 6px;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: .9em;
	}
	h2 {
		font-size: 2.3em;
	}
	h3 {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 560px) {
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.6em;
	}
	
	.main_title span {
		font-size: .6em;
	}
}
@media screen and (max-width: 430px) {
	h1 {
		font-size: .8em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 320px) {
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.1em;
	}
	h3.menu_title {
		padding-left: 40px;
	}
	h3.menu_title:before {
		width: 30px;
		height: 30px;
	}
}

/****************************************
 * リスト
*****************************************/

table {
	table-layout: fixed;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
	margin: 0;
}

/****************************************
 * リンク
*****************************************/

a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	word-break: break-all;
}
a:hover {
	opacity: .7;
}

a.link_button {
	display: inline-block;
	padding: 15px 30px;
	background-image: linear-gradient(120deg,#080084 0%,#dfa7ca 100%);
	box-shadow: 0 1px 2px 0 rgba(255,255,255,.3);
	border-radius: 6px;
	color: #FFF;
}

@media screen and (max-width: 420px) {
	a.link_button {
		padding: 15px;
	}
}
@media screen and (max-width: 380px) {
	a.link_button {
		padding: 8px 30px;
	}
}

/****************************************
 * 別ウィンドウリンク
*****************************************/

a.tab {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin: 0 3px;
	line-height: 1;
}
a.tab:before {
	content: "";
	display: inline-block;
	position: absolute;
	margin: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	background: url(images/common/icon_web.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}

/****************************************
 * レスポンシブ
*****************************************/
@media screen and (min-width: 769px) {/*769px以上で*/
	.tb {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:768px) {/*768px以下で*/
	.tb {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 568px) {/*568px以下で*/
	.pc {
		display: none !important;
	}
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/****************************************
 * 共通
*****************************************/

/*サマリー*/
.summary {
	padding: 0;
	margin: 30px auto 0;
	text-align: center;
}

@media screen and (max-width: 560px) {
	.summary {
		padding: 0 30px;
	}
}
@media screen and (max-width: 430px) {
	.summary {
		padding: 0;
	}
}


/*カテゴリ
*****************************************/
span.category {
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	color: #004B89;
	position: relative;
	padding-left: 24px;
}
span.category:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	background: url(images/common/icon_ping.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}


/*タグ一覧
*****************************************/
ul.info_tag {
	margin: 0 0 0;
	padding-left: 24px;
	position: relative;
}
ul.info_tag:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 56%;
	left: -1px;
	transform: translateY(-50%) translateX(0);
	background: url(images/common/icon_tag.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
}
ul.info_tag li {
	display: inline-block;
	position: relative;
	background: #FFF;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	padding: 0 8px;
	margin: 8px 8px 0 0;
	border-radius: 15px;
}
ul.info_tag li:last-child {
	margin: 5px 0 0 0;
}
span.tag_items {
	display: inline-block;
	background: #FFF;
	color: #D92938;
	border: 1px solid #D92938;
	text-decoration: none;
	padding: 3px 8px;
	border-radius: 15px;
	line-height: 1.3;
	margin: 5px 5px 0 0;
}
img.icon100_tag {
	vertical-align: middle;
	margin-right: 5px;
}

@media screen and (max-width: 1024px) {
	.blog_box {
		margin-top: 15px !important;
		flex-direction: column;
	}
	.blog_item {
		width: 100%;
		padding: 0 !important;
		margin: 45px 0 0 !important;
	}
	.blog_item:nth-child(odd) {
		border-right: 0;
	}
}
@media screen and (max-width: 430px) {
	ul.info_tag li a,
	span.tag_items {
		font-size: .9em;
	}
}


/*予算
*****************************************/
p.budget {
	display: block;
	font-weight: bold;
	position: relative;
	padding-left: 24px;
	margin: 12px 0 0 !important;
}
p.budget:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(0);
	background: url(images/common/icon_pig.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}

/*ボタンボックス
*****************************************/
.button_box {
	text-align: center;
	margin-top: 90px;
}


@media screen and (max-width: 1024px) {
	.blog_box {
		margin-top: 60px;
	}
	.blog_box .flexbox {
		justify-content: space-between;
	}
	.blog_box figure.post_thumbs {
		width: calc(100%/2 - 30px);
		height: 333px;
		margin-left: 20px;
	}
	.blog_box figure.post_thumbs::after {
		bottom: 20px;
	}
	.blog_box figure.post_thumbs span.date {
		bottom: 0;
	}
	.blog_box .article_text {
		padding: 30px 15px 30px 30px;
	}
	
	/*ボタンボックス */
	.button_box {
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.blog_box {
		margin-top: 60px;
		padding: 30px;
		box-shadow: 0px 0px 12px -5px #bebdbf;
		border-radius: 12px;
	}
	.blog_box .flexbox {
		justify-content: space-between;
	}
	.blog_box figure.post_thumbs {
		width: calc(100%/2 - 30px);
		height: 230px;
		margin-left: 0;
	}
	.blog_box figure.post_thumbs::after {
		bottom: 20px;
	}
	.blog_box figure.post_thumbs span.date {
		left: 15px;
		bottom: 45px;
	}
	.blog_box .article_text {
		padding: 0;
	}
	
	/*ボタンボックス */
	.button_box {
		margin-top: 60px;
	}
}
@media screen and (max-width: 560px) {
	.blog_box {
		margin-top: 45px;
	}
	.blog_box .flexbox {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	.blog_box figure.post_thumbs {
		width: 100%;
		height: auto;
	}
	.blog_box figure.post_thumbs::before {
		top: -15px;
		left: -17px;
	}
	.blog_box figure.post_thumbs::after {
		right: -16px;
		bottom: -16px;
	}
	.blog_box figure.post_thumbs::before,
	.blog_box figure.post_thumbs::after {
		width: 40px;
	}
	.blog_box figure.post_thumbs span.date {
		bottom: 15px;
	}
	.blog_box .article_text {
		width: 100%;
		margin-top: 15px;
	}
}
@media screen and (max-width: 430px) {
	.blog_box {
		padding: 25px 20px 20px 20px;
		margin-top: 30px;
	}
	.blog_box .flexbox {
		
	}
}



/* ご当地おすすめ　記事一覧
*****************************************/
.local {
	background: #f2f2f2;
}
.local_box {
	margin-top: 90px;
}
.local_box a {
	display: block;
	transition: .3s;
}
.local_items {
	margin: 60px 0 0; /* .local_item のmargin分をマイナス*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.local_items .local_item {
	width: calc(100%/4 - 18px);
	margin: 30px 0 0;
	position: relative;
}
.local_items .local_item figure.post_thumbs {
	overflow: hidden;
	margin: 0 0 12px;
}
.local_items .local_item figure.post_thumbs img {
	transition: .3s all;
}
.local_items .local_item:hover figure.post_thumbs img {
	opacity: 1;
	transform: scale(1.25);
}
.local_items .local_item a {
	transition: all .3s;
}
.local_items .local_item a:hover {
	opacity: 1;
}
.local_items .local_item a:hover .article_text {
	opacity: .7;
}
.local_items .local_item .local_meta {
	width: 100%;
	position: relative;
}
.local_items .local_item .local_meta span.prefectures {
	font-weight: bold;
	font-size: 1.3em;
	color: #D92938;
}
.local_items .local_item .local_meta span.date {
	position: absolute;
	right: 0;
}
.local_items .local_item .local_text {
	margin: 12px 0 0;
}
.local_items .local_item .local_tags {
	margin: 6px 0 0;
}


@media screen and (max-width: 960px) {
	.local_items .local_item {
		width: calc(100%/3 - 18px);
	}
}


/****************************************
 * フォーム・ボタン
*****************************************/

/* iOSリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

/*フォーム*/
textarea {
	overflow: auto;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	font-size: 1.3em;
	margin: 0;
	padding: 12px;
	max-width: 100%;
	outline: none;
	color: #000;
	vertical-align: bottom;
	transition: 0.3s;
	letter-spacing: 1px;
	border: none;
	border: 1px solid #fafafa;
	background: #fafafa;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #000;
    background: #DCEBEE !important;
    border: 1px solid #73b0bf;
	outline: none;
	transition: all .3s;
}

select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ededed;
	background: #fff url(images/contact/select_arrow.jpg) no-repeat;
	background-position: right 2% center;
	background-size: 20px, 100%;
	font-size: 1em;
	border-radius: 0;
}

/*ボタン*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-size: 1em;
	width: 260px;
	height: 60px;
	line-height: 60px;
	margin: 0 10px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	outline: 0;
	overflow: hidden;
	color: #FFF !important;
	background: #00818A;
	border-radius: 30px;
	transition: .3s;
	transition: all .3s ease 0s !important;
}
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	opacity: 1;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
	transform: translateY(-3px);
	background: #004B89;
	color: #FFF;
}

@media screen and (max-width: 430px) {
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		width: 240px;
		height: 45px;
		line-height: 45px;
	}
}


/****************************************
 * サイドバー
*****************************************/


/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
  padding: 5px;
  background: #00818A;
  cursor: pointer;
	border-left: 1px solid #FFF;
  z-index: 4;
}
.side-menu-btn .text_btn {
	width: 16ch;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
.side-menu-btn .text_btn span {
	display: block;
	writing-mode: vertical-rl; /*縦に*/
	position: relative;
	animation: fuwafuwa 1.6s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.side-menu-btn .text_btn span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translate(0, -50%) rotate(90deg);
	background: url(images/common/menu.png) no-repeat;
	background-size: 100%;
	width: 32px;
	height: 32px;
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	width: 420px;
	height: 100%;
	padding: 45px 90px 45px 45px;
	background: #FFF;
	z-index: 1;
}
.side-menu a {
	display: block;
	padding: 8px;
}
.side-menu .sidenav_logo {
	text-align: center;
	margin-bottom: 30px;
}

.side-menu .sidenav_pickup {
	
}
.side-menu .sidenav_pickup img.first {
	display: block;
	margin: 0 auto 16px;
}
.side-menu ul.pickupitems {
	
}
.side-menu ul.pickupitems li {
	width: 100%;
}
.side-menu ul.pickupitems li .title {
	line-height: 1.3;
	padding-left: 12px;
	position: relative;
}
.side-menu ul.pickupitems li .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #006789;
	width: 6px;
	height: 6px;
	border-radius: 6px;
}
.side-menu ul.pickupitems li a {
	color: #006789;
	font-weight: bold;
}

.side-menu .sidenav_general {
	margin-top: 30px;
}
.side-menu .sidenav_general ul#menu-header-nav {
	border-top: 1px solid #CDE3E4;
}
.side-menu .sidenav_general ul#menu-header-nav li {
	width: 100%;
	border-bottom: 1px solid #CDE3E4;
}


/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

/* メインコンテンツ */
.wrapper {
	position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-420px, 0, 0);
  transform: translate3d(-420px, 0, 0);
}

@media screen and (max-width: 560px) {
	.side-menu {
		padding: 30px 80px 30px 30px;
	}
}
@media screen and (max-width: 430px) {
	.side-menu {
		width: 360px;
		padding: 20px 60px 20px 20px;
	}
	.side-menu-btn {
		width: 38px;
	}
	.side-menu-btn .text_btn {
		left: 6px;
	}
	.side-open .wrapper,
	.side-open .overlay {
		-webkit-transform: translate3d(-360px, 0, 0);
		transform: translate3d(-360px, 0, 0);
	}
}
@media screen and (max-width: 320px) {
	.side-menu .sidenav_logo {
		margin-bottom: 22px;
	}
	.side-menu .sidenav_general {
		margin-top: 22px;
	}
}
	

/****************************************
 * ヘッダー
*****************************************/

header {
	width: 100%;
	height: 100%;
	line-height: 1;
	padding: 0 50px 0 0;
	background: #FFF;
}
header .header_inner {
	position: relative;
	width: 100%;
	padding: 0 60px;
}
header .header_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 27px 0;
}
header .header_flex .logo_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header .header_flex .logo_box {
	
}

header .h_logo {
	margin-left: 45px;
	text-align: left;
	line-height: 1.6;
    font-weight: normal;
    font-size: .8em;
}
header .h_logo a {
	display: inline-block;
	transition: all .3s ease 0s;
}
header .h_logo a:hover {
	opacity: 1 !important;
	transform: scale(1.1);
}
header .h_logo a img:hover {
	opacity: 1 !important;
}
header img.header_bottom {
	position: relative;
	bottom: -13px;
	vertical-align: top;
}

@media screen and (max-width: 960px) {
	header .header_inner {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	header .header_flex img {
		width: 160px;
	}
	header .header_flex .logo_flex {
		align-items: flex-start;
		flex-direction: column;
	}
	header .h_logo {
		margin-left: 0;
		margin-top: 12px;
	}
}
@media screen and (max-width: 560px) {
	header .header_inner {
		display: flex;
		align-items: center;
	}
	header .header_flex {
		width: 100%;
		padding: 18px 0;
		flex-direction: column;
	}
	header .header_flex .logo_flex {
		width: 100%;
	}
	header .h_logo {
		order: 1;
		margin: 0;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}
	header .header_flex a {
		order: 2;
		margin: 12px 0 0;
	}
}
@media screen and (max-width: 560px) {
	
}


/****************************************
 * レイアウト
*****************************************/

.inner {
	margin: 0 auto;
	padding: 0 60px;
}
.inner_nr {
	width: 1220px;
	margin: 0 auto;
	padding: 0 60px;
}
main {
	background: #FFF;
	padding: 0 50px 0 0;
}
article {
	padding: 90px 0 0;
}
article.front-page {
	padding: 0;
}
aside {
	width: 300px;
}

section {
	padding: 90px 0;
}

.topimage {
	padding: 60px 0 240px;
	position: relative;
}
.page_topimage {
	position: relative;
	padding: 140px 0 70px;
	z-index: -1;
}
.content {
	padding: 0 0 90px;
}
.width920 {
	width: 920px;
	margin: 0 auto;
}


@media screen and (max-width: 1220px) {
	.inner_nr {
		width: 100%;
	}
	.topimage {
		padding: 60px 0 460px;
	}
}
@media screen and (max-width: 1024px) {
	.inner {
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
	.width920 {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
	.width920 {
		width: 100%;
		padding: 0 60px;
	}
	.topimage {
		padding: 60px 0 660px;
	}
}
@media screen and (max-width: 559px) {
	.inner {
		padding: 0 45px;
	}
	.inner_nr {
		padding: 0 45px;
	}
	.width920 {
		padding: 0 45px;
	}
	section {
		padding: 60px 0;
	}
	.content {
		padding: 0 0 60px;
	}
	.featured_image.width920 {
		width: 100%;
	}
}
@media screen and (max-width: 430px) {
	.inner,
	.inner_nr,
	.width920 {
		padding: 0 30px;
	}
	.content {
		padding: 0 0 30px;
	}
	.topimage {
		padding: 45px 0 1470px;
	}
	main {
		padding: 0 38px 0 0;
	}
}
@media screen and (max-width: 320px) {
	.inner,
	.inner_nr,
	.width920 {
		padding: 0 20px;
	}
	section {
		padding: 45px 0;
	}
}

/****************************************
 * トップイメージ
*****************************************/

.page_head_border {
	background: #549FA3;
	width: 100%;
	height: 30px;
	padding: 0;
}
.page_head {
	padding: 0 50px 0 0;
}
.featured_image img {
	width: 100%;
}
.post_title {
	font-size: 1.5em;
}
#single .post_title {
	font-size: 2.3em;
}

@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	#single .post_title {
		font-size: 2em;
	}
}
@media screen and (max-width: 430px) {
	#single .post_title {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 320px) {
	#single .post_title {
		font-size: 1.4em;
	}
}

/****************************************
 * パンくず
*****************************************/

.breadcrumbs_area {
	padding: 12px 0;
	border-top: 1px solid #99B4BF;
	background: #F5F8F9;
}
.breadcrumbs {
	font-size: .8em;
	overflow-x: auto;
    white-space: nowrap;
}
.breadcrumbs span.current-item {
	font-weight: bold !important;
}
.breadcrumbs span.category {
	display: inline-block;
	padding: 0;
	color: #333;
	font-size: 1em;
	font-weight: normal;
	position: static;
}
.breadcrumbs span.category:before {
	content: none;
}
.breadcrumbs a.home {
	color: #004B89;
}

@media screen and (max-width: 768px) {
	.breadcrumbs_area {
		overflow-x: auto;
		white-space: nowrap;
	}
}
@media screen and (max-width: 430px) {
	.breadcrumbs_area {
		padding: 20px 0;
	}
	.breadcrumbs {
		font-size: .9em;
	}
}

/****************************************
 * トップページ
*****************************************/

.topimage .topimage_box {
	width: 100%;
	position: absolute;
	top: 60px;
	text-align: center;
}
.topimage .topimage_article {
	margin: 30px auto 0;
}
.topimage .topimage_article ul.pickupitems {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly;
}
.topimage .topimage_article ul.pickupitems li {
	width: calc(100%/4 - 30px);
	margin: 24px 0 0;
}
.topimage .topimage_article ul.pickupitems li .backimg {
	position: relative;
}
.topimage .topimage_article ul.pickupitems li .backimg .title {
	width: 100%;
	height: 100%;
    padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*background: rgba(0,0,0, .6);*/
	display: flex;
    align-items: center;
	justify-content: center;
}
.topimage .topimage_article ul.pickupitems li .backimg .title span {
	display: inline-block;
	color: #FFF;
	background: rgba(0,129,138, .6);
	transition: .3s all;
}
.topimage .topimage_article ul.pickupitems li a:hover {
	opacity: 1;
}
.topimage .topimage_article ul.pickupitems li a:hover .backimg .title span {
	background: #00818A;
}

@media screen and (max-width: 1024px) {
	.topimage .topimage_article ul.pickupitems li {
		width: calc(100%/3 - 24px);
		margin: 20px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.topimage .topimage_article ul.pickupitems {
		justify-content: space-between;
	}
	.topimage .topimage_article ul.pickupitems li {
		width: calc(100%/2 - 8px);
		margin: 16px 0 0;
	}
}
@media screen and (max-width: 430px) {
	.topimage .topimage_article ul.pickupitems li {
		width: 100%;
		margin: 12px 0 0;
	}
}



/*新着一覧*/
.postitem {
	
}
ul.postitems {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}
ul.postitems li {
	width: calc(100%/2 - 30px);
	border-bottom: 1px solid #ededed;
}
ul.postitems li:first-child,
ul.postitems li:nth-child(2) {
	border-top: 1px solid #ededed;
}
ul.postitems li .postitems_flex {
	width: 100%;
	display: flex;
	
}
ul.postitems li .postitems_flex .postitems_flex___img {
	width: 150px;
}
ul.postitems li .postitems_flex .postitems_flex___title {
	width: calc(100% - 150px);
	padding: 30px;
}
ul.postitems li a {
	text-decoration: none !important;
	color: #000 !important;
}

@media screen and (max-width: 1024px) {
	ul.postitems li {
		width: calc(100%/2 - 24px);
	}
	ul.postitems li .postitems_flex .postitems_flex___img {
		width: 120px;
	}
	ul.postitems li .postitems_flex .postitems_flex___title {
		width: calc(100% - 120px);
	}
}
@media screen and (max-width: 768px) {
	ul.postitems li {
		width: 100%;
	}
}
@media screen and (max-width: 559px) {
	ul.postitems li .postitems_flex .postitems_flex___img {
		width: 100px;
	}
	ul.postitems li .postitems_flex .postitems_flex___title {
		width: calc(100% - 100px);
		padding: 18px;
	}
}
@media screen and (max-width: 430px) {
	ul.postitems li .postitems_flex .postitems_flex___img {
		width: 75px;
	}
	ul.postitems li .postitems_flex .postitems_flex___title {
		width: calc(100% - 75px);
		padding: 12px;
	}
}
@media screen and (max-width: 380px) {
	
}

/****************************************
 * トップイメージ 
*****************************************/

#menu_head.page_topimage {
	background: url(images/page_topimage.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#takeout_head.page_topimage {
	background: url(images/page_topimage.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#store_head.page_topimage {
	background: url(images/page_topimage.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#news_head.page_topimage {
	background: url(images/page_topimage.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#single_post_head.page_topimage {
	background: url(images/page_topimage.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#error_head.page_topimage {
	background: url(images/page_topimage.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#privacy-policy_head.page_topimage {
	background: url(images/page_topimage.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#sitemaps_head.page_topimage {
	background: url(images/page_topimage.png) no-repeat;
	background-size: cover;
	background-position: center;
}



/****************************************
 * 固定ページ
*****************************************/

.page_contents {
	margin: 90px auto 0;
}
.page_contents a {
	color: #004B89;
	background: #EFF8FF;
	text-decoration: underline;
}

@media screen and (max-width: 560px) {
	.page_contents {
		margin: 60px auto 0;
	}
}
@media screen and (max-width: 430px) {
}
@media screen and (max-width: 320px) {
}

/* お問い合わせ
*****************************************/

#inquiry .inquiry_caution {
	width: 600px;
	margin: 0 auto 60px;
}
#inquiry table {
	width: 100%;
	margin: 0 auto;
}
#inquiry table,
#inquiry table th,
#inquiry table td {
	border-collapse: collapse;
}
#inquiry table tr {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 12px 0 0;
}
#inquiry table th {
	width: 260px;
}
#inquiry table td {
	width: calc(100% - 260px);
}
#inquiry .mw_wp_form_confirm table td {
	color: #004B89;
	font-size: 1.1em;
	padding: 12px;
}
#inquiry table td input,
#inquiry table td textarea {
	width: 100%;
}
#inquiry table td input.mail_check {
	margin: 6px 0 0;
}
#inquiry .mw_wp_form_confirm table td span.check_no {
	display: none;
}
#inquiry .information {
	margin: 30px auto 0;
	text-align: center;
}
#inquiry .mw_wp_form_confirm .information {
	display: none;
}
#inquiry .button_box {
	margin-top: 30px;
}

/* MW WP Form */
.mw_wp_form .error {
	color: #D88029 !important;
	font-weight: bold;
	margin-top: 10px !important;
}

@media screen and (max-width: 768px) {
	#inquiry .inquiry_caution {
		width: 100%;
		margin: 0 auto 45px;
	}
	#inquiry table th {
		width: 180px;
	}
	#inquiry table td {
		width: calc(100% - 180px);
	}
}
@media screen and (max-width: 560px) {
	#inquiry table tr {
		flex-direction: column;
		margin-top: 18px;
	}
	#inquiry table th,
	#inquiry table td {
		width: 100%;
		text-align: left;
	}
}


/* プライバシーポリシー
*****************************************/

#privacy-policy ul {
	list-style: disc;
	padding: 0;
	margin-left: 1em;
}
#privacy-policy ul li {
	position: relative;
	padding: 0;
}
#privacy-policy ul li:after,
#privacy-policy ul li:before{
	content: none;
}
#privacy-policy ul ul {
	margin-left: 2em;
	margin-top: 8px;
	list-style: circle;
}
#privacy-policy ul ul ul {
	list-style: square;
}
#privacy-policy h3 {
	font-size: 1.1em;
}


/* サイトマップ
*****************************************/

#sitemaps a {
	display: inline-block;
	color: #000;
}
#sitemaps ul.sitemapsitem {
	list-style: inside;
}
#sitemaps ul.sitemapsitem li {
	
}
#sitemaps h3 {
	font-size: 1.1em;
}



/****************************************
 * エラー
 * 404.php
*****************************************/

#error .error_summary {
	text-align :center;
	font-size: 1.3em;
}
#error p.error_url {
	
}
#error p.error_url span {
	color: #895900;
}

@media screen and (max-width: 768px) {
	
	
}
@media screen and (max-width: 430px) {
	
}


/****************************************
 * 投稿の共通
*****************************************/

/* 関連記事
*****************************************/
.related {
	margin-top: 90px;
}
.related a {
	display: block;
	text-decoration: none;
}
.related .related_title {
	margin-bottom: 45px;
	text-align: center;
	line-height: 1.3;
}
.related .related_title span {
	display: block;
	font-size: .8em;
}
.related ul.related_list {
	margin: 30px auto 0;
}
.related ul.related_list li {
	background: #FFF;
	padding: 30px;
	border-radius: 12px;
}

.related ul.related_list li img.wp-post-image {
	width: 180px;
	height: auto;
	border-radius: 12px;
}
.related ul.related_list li span.the_title {
	display: block;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}
.related ul.related_list li dl {
	display: table;
}
.related ul.related_list li dt {
	display: table-cell;
	width: 180px;
}
.related ul.related_list li dd {
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}

/*ご当地情報*/
#single_local .related ul.related_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
#single_local .related ul.related_list li {
	width: calc(100%/3 - 12px);
	padding: 0;
	margin: 30px 0 0;
	position: relative;
}
#single_local .related ul.related_list li img.wp-post-image {
	width: 100%;
	height: auto;
	border-radius: 0;
}
#single_local .related ul.related_list li dl {
	display: flex;
	flex-direction: column;
}
#single_local .related ul.related_list li dt {
	display: block;
	width: 100%;
}
#single_local .related ul.related_list li dd {
	display: block;
	padding: 0;
	margin: 12px 0 0;
}


@media screen and (max-width: 559px) {
	.related {
		margin-top: 45px;
	}
}
@media screen and (max-width: 430px) {
	.related .related_title {
		margin-bottom: 30px;
	}
	.related ul.related_list li {
		padding: 20px;
	}
	.related ul.related_list li dt {
		width: 100px;
	}
	.related ul.related_list li dd {
		padding-left: 20px;
	}
}
@media screen and (max-width: 380px) {
	.related ul.related_list li dt {
		width: 80px;
	}
}
@media screen and (max-width: 320px) {
	.related ul.related_list li {
		padding: 15px;
	}
}



/****************************************
 * 投稿
 * home.php
 * single.php
*****************************************/

/* home.php
*****************************************/

.home_box {
	
}



/* single.php
*****************************************/

#toc {
	margin: 60px auto;
    padding: 30px 60px 60px;
	background: #EEF5F6;
}
#toc .toc_title_box {
	margin-bottom: 30px;
	position: relative;
}
#toc .toc_title_box:before {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	background: url(images/deco/deco01.png) no-repeat;
	background-size: 100%;
	width: 60px;
	height: 30px;
	
}
#toc .toc_title_box .toc_title {
	font-size: 1.1em;
	text-align: center;
	color: #00818A;
}
#toc .toc_title_box .toc_title:before {
	content: none;
}
#toc ol {
	counter-reset: counter1;
	list-style: none;
	padding: 0;
	margin-top: -12px;
}
#toc ol li {
	margin-top: 12px;
	padding-left: 30px;
	position: relative;
}
#toc ol li:before {
	content: counter(counter1);
	counter-increment: counter1;
	border: 1px solid #00818A;
	background-color: #00818A;
	color: #FFF;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#toc ol ol {
	counter-reset: counter2;
	list-style: none;
	padding: 0;
	margin-left: 2em;
	margin-top: 0;
}
#toc ol ol li {
	margin-top: 12px;
	padding-left: 30px;
	position: relative;
}
#toc ol ol li:before {
	content: counter(counter2);
	counter-increment: counter2;
	border: 1px solid #00818A;
	background-color: #FFF;
	color: #00818A;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 560px) {
	#toc {
		padding: 30px 45px 45px;
	}
}
@media screen and (max-width: 430px) {
	#toc {
		padding: 30px;
	}
}
@media screen and (max-width: 320px) {
	#toc {
		padding: 20px;
	}
}

.postset_day_box {
	margin-top: 90px;
	width: 100%;
}
.postset_day_box .postset_day_inbox {
	text-align: center;
}

/*ポストセット*/
.postset_box {
	margin-top: 90px;
}
.postset_title_box {
	width: 100%;
	position: relative;
}
.postset_title_box:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	background: #1E2D40;
	width: 50%;
	height: 3px;
}
.postset_box .postset_title_box .postset_title_inbox {
	position: relative;
}
.postset_box .postset_title_box .postset_title_inbox .postset_title_time {
	line-height: 80px;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	z-index: 1;
}
.postset_box .postset_title_box .postset_title_inbox .postset_title_time span {
	width: 80px;
	font-size: 1.6em;
	display: inline-block;
	text-align: center;
}
.postset_box .postset_title_box .postset_title_inbox .postset_title_time:before {
	content: "";
	position: absolute;
	background: #1E2D40;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	z-index: -1;
}
.postset_box .postset_title_box .postset_title_inbox .postset_title_time:after {
	content: "";
	position: absolute;
	left: -12px;
	top: -15px;
	background: url(images/common/icon_time.png) no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
}
.postset_box .postset_title_box .postset_title_inbox .postset_title {
	padding-left: 100px;
	color: #1E2D40;
	background: #FFF;
	line-height: 1.3;
}

.postset_box .postset_box_meta {
	background: #C5C6E1;
}
.postset_box .postset_inbox {
	margin-top: 45px;
}

.postset_box .postset_text {
	
}
.postset_box .postset_budget {
	margin-top: 45px;
}
.postset_box .postset_budget dl {
	width: 100%;
	display: table;
	background: #FFF;
	border-radius: 50px;
}
.postset_box .postset_budget dl dt {
	width: 200px;
	display: table-cell;
	text-align: center;
	background: #D92938;
	color: #FFFF;
	font-weight: bold;
	padding: 15px 30px;
	border-radius: 50px 0 0 50px;
	vertical-align: middle;
}
.postset_box .postset_budget dl dt span {
	font-size: 1.6em;
	margin: 0 6px;
	vertical-align: middle;
}
.postset_box .postset_budget dl dd {
	display: table-cell;
	background: #FFF;
	padding: 15px 30px;
	border-radius: 0 50px 50px 0;
	vertical-align: middle;
	border: 1px solid #D92938;
}
.postset_box .postset_spot {
	font-size: 1.3em;
}
.postset_box .postset_spot .spotdata {
	padding: 0 0 10px 30px;
	color: #D92938;
}
.postset_box .postset_spot_inbox {
	background: #FBEDEE;
	padding: 30px;
	border-radius: 12px;
}
.postset_box .postset_spot_inbox .postset_spot_title {
	font-size: 1em;
}
.postset_box .top_back {
	padding-right: 30px;
	margin-top: 20px;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.postset_box {
		margin-top: 60px;
	}
}
@media screen and (max-width: 560px) {
	.postset_box {
		margin-top: 45px;
	}
	.postset_box .postset_budget dl dt {
		width: 180px;
	}
	.postset_box .postset_budget dl dt span {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 430px) {
	.postset_box,
	.postset_box .postset_inbox,
	.postset_box .postset_budget {
		margin-top: 30px;
	}
	.postset_box .postset_budget dl dt {
		width: 160px;
		padding: 15px;
	}
	.postset_box .postset_budget dl dt span {
		font-size: 1.3em;
	}
	.postset_box .postset_budget dl dd {
		padding: 15px;
	}
	.postset_box .postset_spot {
		font-size: 1em;
	}
	.postset_box .postset_spot .spotdata {
		padding: 0 0 10px 20px;
	}
	.postset_box .postset_spot_inbox {
		padding: 20px;
	}
	.postset_box .top_back {
		padding-right: 20px;
	}
}
@media screen and (max-width: 380px) {
	.postset_box .postset_budget dl,
	.postset_box .postset_budget dl dt,
	.postset_box .postset_budget dl dd {
		width: 100%;
		display: block;
	}
	.postset_box .postset_budget dl dt {
		text-align: right;
		padding: 8px 20px;
		border-radius: 12px 12px 0 0;
	}
	.postset_box .postset_budget dl dd {
		padding: 8px 20px;
		border-radius: 0 0 12px 12px;
	}
}
@media screen and (max-width: 320px) {
	.postset_title_box:before {
		top: 45px;
		width: 100%;
	}
	.postset_box .postset_title_box .postset_title_inbox .postset_title_time {
		line-height: 60px;
		top: 45px;
		left: 0;
		right: 0;
	}
	.postset_box .postset_title_box .postset_title_inbox .postset_title_time:before {
		width: 60px;
		height: 60px;
	}
	.postset_box .postset_title_box .postset_title_inbox .postset_title_time:after {
		left: 36%;
		width: 30px;
		height: 30px;
	}
	.postset_box .postset_title_box .postset_title_inbox .postset_title_time span {
		width: 60px;
		font-size: 1.3em;
	}
	.postset_box .postset_title_box .postset_title_inbox .postset_title {
		padding: 90px 0 0;
		background: none;
	}
	.postset_box,
	.postset_box .postset_inbox,
	.postset_box .postset_budget {
		margin-top: 20px;
	}
	.postset_box .top_back {
		margin-right: 0;
	}
}

/*さいごに*/
.last {
	margin-top: 210px;
	padding: 90px 30px 30px 30px;
	border-radius: 12px;
	background: #FFF;
}
.last .last_box {
	position: relative;
}
.last .last_box .last_top {
	margin-top: -260px;
	display: flex;
}
.last .last_box .last_top img {
	border-radius: 12px;
	box-shadow: 8px 8px #6061ad;
}
.last .last_box .last_top .total_box {
	padding: 45px 0 0 45px;
}
.last .last_box .last_top p.total_text {
	color: #6061ad;
	font-weight: bold;
}
.last .last_box .last_top p.total {
	display: inline-block;
	font-size: 1.3em;
	background: #6061ad;
	color: #FFF;
	padding: 5px 30px;
	border-radius: 30px;
}
.last .last_box .last_top p.total span {
	font-size: 1.6em;
	margin: 0 6px;
}
.last .last_box .last_bottom {
	margin-top: 45px;
}

@media screen and (max-width: 768px) {
	.last {
		padding: 60px 30px 30px 30px;
	}
	.last .last_box .last_top {
		margin-top: -220px;
	}
	.last .last_box .last_top img {
		width: 260px;
		height: 100%;
	}
	.last .last_box .last_top .total_box {
		padding: 16px 0 0 30px;
	}
	.last .last_box .last_top p.total {
		font-size: 1.2em;
		padding: 5px 25px;
	}
}
@media screen and (max-width: 560px) {
	.last .last_box {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.last .last_box .last_top {
		flex-direction: column;
		align-content: space-around;
	}
	.last .last_box .last_top img {
		width: 80%;
		height: 100%;
		margin: 0 auto;
	}
	.last .last_box .last_top .total_box {
		padding: 30px 0;
		width: 80%;
		margin: 0 auto;
	}
	.last .last_box .last_top p.total {
		display: block;
		font-size: 1.2em;
		padding: 5px 25px;
		text-align: center;
	}
	.last .last_box .last_bottom {
		margin: 0;
	}
}
@media screen and (max-width: 480px) {
	.last .last_box .last_top img,
	.last .last_box .last_top .total_box {
		width: 90%;
	}
}
@media screen and (max-width: 430px) {
	.last {
		padding: 60px 20px 20px 20px;
	}
	.last .last_box .last_top img {
		width: 98%;
		margin-right: 2%;
	}
	.last .last_box .last_top .total_box {
		width: 100%;
		padding: 20px 0 0;
	}
	.last .last_box .last_top p.total span {
		font-size: 1.4em;
	}
	.last .last_box .last_bottom {
		margin-top: 30px;
	}
}
@media screen and (max-width: 320px) {
	.last .last_box .last_top p.total {
		width: 120%;
		position: relative;
		left: 50%;
		transform: translateY(0) translateX(-50%);
	}
}


/* 写真1枚のみ
*****************************************/
.postset_box .postset_image_one {
	width: 100%;
	text-align: center;
	
}
.postset_box .postset_image_one img {
	margin: 0 auto;
	border-radius: 12px;
}


/* スライダー
*****************************************/
.postset_box .postset_image {
	
}
.post_slider {
	display: none;
	width: 100%;
	margin: 0 auto;
}
.post_slider.slick-initialized {
  display: block;
}
.slick-initialized .slick-slide {
}
.post_slider .slick-slide {
    margin:0 30px;
}
.post_slider .post_slider_image img {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
	border-radius: 12px;
}

/*ドット*/
ul.slide_dots {
	margin: 12px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.slide_dots li {
	line-height: 1;
	margin-right: 12px;
}
ul.slide_dots li:last-child {
	margin-right: 0;
}
ul.slide_dots li button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D92938;
	color: #FFF;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 560px) {
	.post_slider .post_slider_image {
		padding: 0 20px;
	}
	
}
@media screen and (max-width: 430px) {
	.post_slider .post_slider_image {
		padding: 0 10px;
	}
}

/* 注意事項
*****************************************/
.heed {
	font-size: .9em;
	margin-top: 45px;
	padding: 0 60px;
}

@media screen and (max-width: 560px) {
	.heed {
		padding: 0 30px;
	}
}
@media screen and (max-width: 430px) {
	.heed {
		margin-top: 30px;
		padding: 0;
	}
}

/* シェアボタン
*****************************************/
.single .share {
	width: 320px;
	margin: 60px auto 0;
}
.single .share ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.single .share ul li {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.single .share ul li:before,
.single .share ul li:after {
	content: none;
}
.single .share ul li a {
	display: block;
}
.single .share ul li a img {
	vertical-align: middle;
}
.single .share ul li.facebook {
	background: #3b5998;
}
.single .share ul li.twitter {
	background: #00acee;
}
.single .share ul li.line {
	background: #6cc655;
}
.single .share ul li.rss {
	background: #ffa500;
}

@media screen and (max-width: 430px) {
	.single .share {
		width: 100%;
		padding: 0 20px;
	}
	.single .share ul {
		padding: 0 20px;
	}
}
@media screen and (max-width: 320px) {
	.single .share ul {
		padding: 0;
	}
	.single .share ul li {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}



@media screen and (max-width: 768px) {
	
}


/****************************************
 * ページネーション
*****************************************/

nav.pagination {
	text-align: right;
	margin-top: 60px;
}
nav.pagination h2 {
	display: none;
}
nav.pagination .pagination-box {
	display: inline-block;
	background: #004B89;
	padding: 15px 30px;
	border-radius: 50px;
}
nav.pagination .nav-links {
	text-align: center;
}
nav.pagination a {
	text-decoration: none;
	transition: all .3s ease 0s;
}
nav.pagination a:hover {
	opacity: 1;
	transform: scale(1.2);
}
nav.pagination a.page-numbers {
	display: inline-block;
	text-align: center;
	margin: 0 3px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #004B89;
	color: #FFF;
	border: 1px solid #004B89;
	border-radius: 45px;
}
nav.pagination a.prev {
	margin-left: 0;
}
nav.pagination a.next {
	margin-right: 0;
}
nav.pagination span.current {
	display: inline-block;
	text-align: center;
	margin: 0 3px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #FFF;
	color: #004B89;
	border: 1px solid #004B89;
	border-radius: 45px;
}

@media screen and (max-width: 768px) {
	nav.pagination {
		padding: 0 0 40px;
	}
}


/****************************************
 * 検索
*****************************************/

/*検索フォーム*/
.search_box {
	width: 380px;
}
.summary .search_box {
	margin: 0 auto;
}
.search_box form {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.search_box #s {
	width: 100%;
	height: 42px;
	background: #fafafa;
	outline: 0;
	padding:0 10px;
	border-radius: 6px;
	font-size: 1em;
	font-family: "Kosugi_Maru", "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN", sans-serif;
}
.search_box #s:focus {
	color: #000;
	background: #DCEBEE !important;
	border: 1px solid #73b0bf;
}
.search_box #search_button {
	width: 70px;
	height: 42px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -2px;
	top: 0;
	background: #00818A;
	border: none;
	color: #FFF;
	line-height: 1;
	font-weight: bold;
	border-radius: 0 6px 6px 0;
	box-shadow: none;
}
.search_box #search_button:hover{
	color: #666;
	transform: translateY(0);
}

/*検索結果：空白*/
.blank {
	text-align: center;
}

/*検索結果：該当あり*/
.result {
	margin-bottom: 30px;
}
.result span.search_hit {
	
}

/*検索結果：該当なし*/
.notincluded {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.search_box {
		width: 320px;
	}
}
@media screen and (max-width: 560px) {
	.search_box {
		width: 100%;
	}
	.side-menu .search_box {
		margin-top: 30px;
	}
}

/****************************************
 * 投稿
 * archive-local.php
 * single-local.php
*****************************************/

/* archive-local.php
*****************************************/

.home_box {
	
}



/* single-local.php
*****************************************/

/*目次*/
.toc {
	overflow: hidden;
	background: #F6EEDE;
	margin-top: 45px;
	border-radius: 12px;
}
.toc #toc {
	
}
.toc #toc .toc_title {
	font-size: 1.3em;
	padding: 30px;
	text-align: center;
	border-bottom: 1px solid #1E2D40;
}
.toc #toc ol {
	text-align: left;
	font-size: 1.3em;
	padding: 20px 30px 30px;
}
.toc #toc ol li {
	padding: 8px 20px;
	border-bottom: 1px dashed #1E2D40;
	list-style: decimal;
	list-style-position: inside;
}

#single_local .single_contents {
	width: 920px;
	margin: 45px auto 0;
}



/****************************************
 * Gutenberg（グーテンベルク）
*****************************************/
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.screen-reader-text {}

.wp-block-quote {
	background: #fafafa;
	padding: 15px 15px 15px 1.3em !important;
}
figure.wp-block-table {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
figure.wp-block-table table th,
figure.wp-block-table table td {
	border: 1px #ededed solid;
	padding: 15px;
}
figure.wp-block-table table th {
	width: 30%;
	background: #EBEAF7;
}
.wp-block-group {
	margin-top: 30px;
}
figure {
	display: block;
	margin: 0;
}
figcaption {
	line-height: 1.5;
	font-size: .8em;
	text-align: center;
	margin-top: 15px;
}

@media screen and (max-width: 480px) {
	figure.wp-block-table table th,
	figure.wp-block-table table td {
		display: block;
		width: 100%;
		padding: 8px 15px;
	}
	figure.wp-block-table table th {
		text-align: left;
	}
	
}
@media screen and (max-width: 420px) {
	.wp-block-group {
		margin-top: 30px;
	}
}

/****************************************
 * フッター
*****************************************/

footer {
	width: 100%;
	text-align: center;
	background: #015E63;
	padding: 60px 50px 60px 0;
	border-top: 1px solid #1E2D40;
	box-shadow: 0px -12px 12px -12px #e1e6ed;
	position: relative;
}

/*トップへ戻る*/
footer .totop {
	position: fixed;
	bottom: 30px;
	right: 70px;
	z-index: 1;
}
footer .totop a:hover {
	opacity: 1;
}

footer a {
	color: #FFF;
}

footer nav.footer-nav {
	margin-top: 30px;
}
footer .footer-nav ul#menu-footer-nav {
	text-align: center;
}
footer .footer-nav ul#menu-footer-nav li {
	display: inline-block;
	margin-right: 8px;
}
footer .footer-must ul#menu-footer-must {
	text-align: center;
	font-size: .9em;
	margin-top: 15px;
}
footer .footer-must ul#menu-footer-must li {
	display: inline-block;
	margin-right: 8px;
}
footer #copyright {
	text-align: center;
	padding: 60px 0 0;
	font-size: .9em;
	color: #FFF;
}
footer #copyright a {
	color: #FFF;
}

@media screen and (max-width: 559px) {
	footer .totop img.icon {
		width: 50px;
	}
	footer #copyright {
		font-size: .8em;
	}
}
@media screen and (max-width: 480px) {
	footer .totop {
		right: 50px;
	}
}
@media screen and (max-width: 420px) {
	footer {
		margin: 0;
		padding: 30px 0 0;
	}
	footer .footer-logo {
		width: 260px;
		display: block;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 320px) {
	footer {
		font-size: .9em;
	}
}

/****************************************
 * ログイン中メッセージ
*****************************************/

.login_template {
	text-align: center;
	margin-bottom: 30px;
	font-size: .7em;
}
.login_template span {
	margin-left: 30px;
}

@media screen and (max-width: 430px) {
	.login_template span {
		display: block;
		margin: 0;
	}
}