@charset "UTF-8";

/*
Theme Name: 2021_triple
Description: 2021_triple
Theme URI: https://2021_triple
Author: https://2021_triple
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: 'geotica';
	src: url('fonts/Geotica_2012.otf') format('opentype');
	font-display: swap;
}
.geotica {
	font-family: 'geotica';
}

* {
	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: 15px;
	line-height: 1.8;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, 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: 768px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 559px) {
	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: 2.6em;
}
#page h3 {
	font-size: 1.1em;
	margin: 0 0 12px;
}


.main_title {
	text-align: center;
}
.main_title span {
	display: block;
	color: #d92a38;
	font-size: .43em;
	font-weight: normal;
	letter-spacing: .06em;
	margin-bottom: 18px;
}

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

@media screen and (max-width: 560px) {
	h1 {
		font-size: .9em;
	}
	h2 {
		font-size: 2em;
	}
}
@media screen and (max-width: 480px) {
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 430px) {
	h1 {
		font-size: .8em;
	}
	h2 {
		font-size: 1.8em;
	}
}
@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;
	}
}

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

/*記事一覧
*****************************************/
.blog_box {
	display: flex;
	margin: 90px 0 0;
}
.blog_item {
	width: calc(100%/2);
	margin-top: 90px;
	padding: 0 30px;
}
.blog_item:nth-child(odd) {
	border-right: 2px dotted #ededed;
}
.blog_item:nth-child(1),
.blog_item:nth-child(2) {
	margin: 0;
}
.blog_item a {
	display: block;
	transition: .3s;
}
.blog_item .flexbox {
	display: flex;
}
.blog_item .flexbox .post_thumbs {
	width: calc(100%/2);
}

.blog_item figure {
	margin: 0 0 30px;
}
.blog_item .article_text {
	width: calc(100%/2);
	padding: 0 0 0 30px;
}
.blog_item .article_text p.date {
	position: relative;
	margin: 0 0 18px;
	text-align: right;
}
.blog_item .article_text p.date span.new {
	background: #D92938;
	color: #FFF;
	font-weight: bold;
	font-size: .8em;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: -8px;
}
.blog_item .article_text .post_title {
	margin: 0 0 10px;
}
.blog_item .info {
	border-top: 1px solid #da2838;
	margin-top: 18px;
	padding: 18px 0 0;
}
.blog_item .info span.info_title {
	display: block;
	color: #6061AD;
}
.blog_item .info .info_box {
	padding: 15px 20px;
	background: #FBEDEE;
	border-top: 1px solid #F8D7DA;
	border-bottom: 1px solid #F8D7DA;
}
#home .blog_item .info .info_box {
	background: #FFF;
}

/*準備中*/
.blog_box .ready {
	width: 100%;
	text-align: center;
}
.blog_box .ready p {
	font-size: 1.3em;
}

/*カテゴリ
*****************************************/
span.category {
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	color: #D92938;
	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;
	font-family: sans-serif;
	color: #000;
	vertical-align: bottom;
	transition: 0.3s;
	letter-spacing: 1px;
	border: none;
	border: 1px solid #F2F2F2;
	background: #F2F2F2;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #F2F2F2;
	background: #1E2D40 !important;
	border: 1px solid #D92938;
	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: #D92938;
	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: #1E2D40;
	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: #D92938;
  cursor: pointer;
	border-left: 1px solid #FFF;
  z-index: 4;
}
.side-menu-btn .text_btn {
	width: 16ch;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
}
.side-menu-btn .text_btn span {
	display: block;
	position: relative;
	animation: fuwafuwa 1.6s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-8px, 0);
  }
  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 {
  position: fixed;
  top: 0;
  right: 0;
  width: 420px;
  height: 100%;
  padding: 45px;
  background: #ffffff;
  z-index: 1;
}
.side-menu a {
	
}

/* サイドオープン時にメインコンテンツを覆う部分 */
.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);
}



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

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: flex-start;
	align-items: center;
	padding: 27px 0;
}
header .h_logo {
	margin-left: 45px;
	text-align: left;
}
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: 120px;
	}
}
@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 .h_logo {
		order: 1;
		margin: 0;
	}
	header .header_flex a {
		order: 2;
		margin: 12px 0 0;
	}
}
@media screen and (max-width: 560px) {
	
}


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

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

section {
	padding: 90px 0;
}

.topimage {
	padding: 0;
	z-index: -1;
}
.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: 1024px) {
	.inner {
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
	.width920 {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
}
@media screen and (max-width: 559px) {
	.inner {
		padding: 0;
	}
	section {
		padding: 60px 0;
	}
	.content {
		padding: 0 0 60px;
	}
	.featured_image.width920 {
		width: 100%;
	}
}
@media screen and (max-width: 430px) {
	.content {
		padding: 0 0 45px;
	}
}
@media screen and (max-width: 320px) {
	section {
		padding: 45px 0;
	}
}

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

.page_head_border {
	background: #da2838;
	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) {
	.page_head {
		/*padding: 60px 0 0;*/
	}
}
@media screen and (max-width: 560px) {
	.page_head {
		padding: 0;
	}
}

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

.breadcrumbs_area {
	padding: 30px 0;
	border-top: 1px solid #99B4BF;
	background: #F5F8F9;
}
.breadcrumbs {
	font-size: .8em;
}
.breadcrumbs span.current-item {
	font-weight: bold !important;
}
.breadcrumbs span.category {
	display: inline-block;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	position: static;
}
.breadcrumbs span.category:before {
	content: none;
}

@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;
	}
}
@media screen and (max-width: 320px) {
	
}

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


/*お知らせ*/
.blog {
	
}
.blog ul.news_list {
	
}
.blog ul.news_list li {
	
}

/*Twitter*/
.twitter {
	overflow: hidden;
	background: #FFF;
}
.twitter .twitter_box {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
	border: 1px solid #FCF7F7;
	border-radius: 12px;
}

/* 埋め込みカスタマイズ */
.timeline-Widget {
	background: #F2F0ED;
}
.timeline-InformationCircle-widgetParent {
	background: #FFF;
}
.timeline-Footer {
	background: #FFF;
}
.timeline-Footer a {
	color: #9a7732 !important;
}
.timeline-ShowMoreButton {
	line-height: normal !important;
	background-color: #9a7732 !important;
	color: #FFF !important;
	border: 1px solid #9a7732 !important;
}
/* 埋め込みカスタマイズ */


@media screen and (max-width: 768px) {
	.front-page .point {
		margin-top: 0;
	}
	.front-page .point .point_title {
		margin: 15px;
	}
	.front-page .media .media_text {
		width: 300px;
	}
	.front-page .media img.media_sweet {
		top: 20px;
	}
	.front-page .blog .blog_area {
		padding: 60px;
	}
}
@media screen and (max-width: 559px) {
	.front-page .point .point_items {
		width: 100%;
	}
	.front-page .point .point_area .point_items.point_left,
	.front-page .point .point_area .point_items.point_right {
		padding: 0;
	}
	.front-page .point .point_items .text_box {
		padding: 0;
	}
	.front-page .point .point_title {
		padding-left: 75px;
	}
	.front-page .media {
		margin-top: 15px;
	}
	.front-page .media img.media_sweet {
		width: 160px;
		top: -30px;
		right: 30px;
	}
	.front-page .media .media_text {
		width: 100%;
		margin-top: 30px;
	}
	.front-page .blog .blog_area {
		padding: 30px;
		background: url(images/front-page/blog_bg_sp_left.png), url(images/front-page/blog_bg_sp_right.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 100px, 100px;
		background-position: left -45px top, right -45px top;
	}
	.front-page .blog .blog_area ul li a {
		padding: 15px;
	}
	.front-page .blog .blog_area ul li dt {
		width: 145px;
	}
}
@media screen and (max-width: 420px) {
	.front-page .front-page_head {
		border-radius: 0;
	}
	.front-page .point .point_items img.point_items_inbox_deco {
		width: 50px;
		top: -45px;
		left: 15px;
	}
	.front-page .point .point_title {
		margin: 15px 0 15px 15px;
	}
	.front-page .blog .blog_area ul li dl,
	.front-page .blog .blog_area ul li dt,
	.front-page .blog .blog_area ul li dd {
		display: block;
		width: 100%;
	}
	.front-page .blog .blog_area a.toblog {
		margin-top: 6px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 380px) {
	.front-page .blog .blog_area ul li dt {
		font-size: .9em;
	}
	.front-page .blog .blog_area ul li a {
		padding: 15px 0;
	}
}

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

#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: #D92938;
	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 {
	font-size: 1.3em;
	color: #1E2D40;
	background: #f2f2f2;
	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.mail_none {
	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;
	}
	#inquiry table th,
	#inquiry table td {
		width: 100%;
	}
}


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

#privacy-policy ul {
	list-style: inside;
	padding: 0;
}
#privacy-policy ul li {
	position: relative;
	padding: 0;
}
#privacy-policy ul li:after,
#privacy-policy ul li:before{
	content: none;
}


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

#sitemaps a {
	display: block;
	padding: 15px 30px;
}
#sitemaps ul.sitemaps-nav {
	list-style-type: none;
	text-align: left;
}
#sitemaps ul.sitemaps-nav li {
	
}



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

#error {
	text-align :center;
	font-size: 1.3em;
}
#error p.error_url {
	
}
#error p.error_url span {
	display: inline-block;
	background: #FFF;
	border-radius: 30px;
	padding: 15px 30px;
}

@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
*****************************************/

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

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

/* スケジュール */
.meta_data {
	overflow: hidden;
	background: #F6EEDE;
	margin-top: 45px;
	border-radius: 12px;
}
.meta_data .meta_data_top {
	padding: 30px;
	border-bottom: 1px solid #1E2D40;
	position: relative;
}
.meta_data .meta_data_top span.date {
	position: absolute;
	right: 30px;
	top: 30px;
	transform: translateX(0);
}
.meta_data #time_schedule {
	padding: 20px 30px 30px;
}
.meta_data #time_schedule .time_schedule_day2 {
	margin-top: 20px;
}
.meta_data #time_schedule p.day {
	margin: 0;
	padding: 2px 15px;
	font-weight: bold;
	display: inline-block;
	background: #1E2D40;
	color: #FFF;
	border-radius: 30px;
}
.meta_data #time_schedule ul.time_list {
	font-size: 1.3em;
}
.meta_data #time_schedule ul.time_list li {
	padding: 8px 20px;
	border-bottom: 1px dashed #1E2D40;
}
.meta_data #time_schedule ul.time_list li span.postset_time {
	width: 100px;
	display: inline-block;
}
.meta_data #time_schedule ul.time_list li span.postset_title {
	display: inline-block;
}

@media screen and (max-width: 560px) {
	.meta_data #time_schedule ul.time_list li a {
		display: flex;
	}
	.meta_data #time_schedule ul.time_list li span.postset_time {
		width: 18%;
	}
	.meta_data #time_schedule ul.time_list li span.postset_title {
		width: 82%;
	}
}
@media screen and (max-width: 430px) {
	.meta_data {
		margin-top: 30px;
	}
	.meta_data .meta_data_top,
	.meta_data #time_schedule {
		padding: 20px;
	}
	.meta_data .meta_data_top span.date {
		top: 20px;
		right: 20px;
		transform: none;
	}
	.meta_data #time_schedule ul.time_list {
		font-size: 1em;
	}
	.meta_data #time_schedule ul.time_list li {
		padding: 8px 15px;
	}
	.single_contents {
		padding-top: 30px;
	}
}
@media screen and (max-width: 380px) {
	.meta_data #time_schedule ul.time_list li {
		padding: 8px 0;
	}
}


.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: #B4B5D8;
	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 10px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #D92938;
	color: #FFF;
	border: 1px solid #D92938;
	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 10px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #FFF;
	color: #D92938;
	border: 1px solid #D92938;
	border-radius: 45px;
}

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

/****************************************
 * 前・次のページネーション
*****************************************/

.prev_next_navigation {
	text-align: right;
}
nav.prev_next {
	float: right;
	width: 120px;
	margin-top: 30px;
	text-align: right;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}
nav.prev_next a {
	display: inline-block;
	font-family: 'hannari';
	text-decoration: none;
	transition: all .3s ease 0s;
}
nav.prev_next a:hover {
	opacity: 1;
	transform: scale(1.2);
}
nav.prev_next .prev,
nav.prev_next .next {
	width: calc(100%/2);
	text-align: center;
}
nav.prev_next .prev span,
nav.prev_next .next span {
	margin-right: 15px;
}
nav.prev_next .prev span:after,
nav.prev_next .next span:after {
	content: "：";
}

@media screen and (max-width: 480px) {
	nav.prev_next .prev,
	nav.prev_next .next {
		width: calc(100%/1);
		padding: 8px;
	}
}

/****************************************
 * 投稿
 * 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: #d92a38;
	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 a {
	color: #FFF;
}
footer img.logo-FFF {
	margin-bottom: 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: #1E2D40;
}
footer #copyright a {
	color: #1E2D40;
}

@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 img.icon {
		right: 15px;
		bottom: 15px;
	}
}
@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;
	}
}