/*
Theme Name: Meijiya Theme
Theme URI: 
Description: Meijiyaのオリジナルテーマ
Author: The Web Site Team
Author URI: https://www.example.com/
Version: 1.0.0
*/

@media print,screen {

	* {
		padding: 0;
		margin: 0;
	}

	html[lang="ja"] body {
		font-size: 80%;
		color: #333;
		letter-spacing: 0.03 !important;
		font-family: "游ゴシック", "Yu Gothic", "M PLUS 1p", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
		font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		font-weight: 500;
	}
	html[lang="ja"] body #page {
		opacity: 0;
		transition: opacity 0.5s ease-in-out;*/
	}
	html[lang="ja"] body.loaded #page {
		opacity: 1;
	}
	#nowloading {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff url(./assets/images/now_loading_black100.png) no-repeat center;
		transition: background-color 0.5s ease-in-out;
		z-index: 1000;
		cursor: pointer;
	}
	.loaded #nowloading {
		background-color: transparent;
		background-image: none;
	}

	#spcover {
		position: fixed;
		display: none;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
		z-index: 3;
		cursor: pointer;
	}
	#spcover.toggled-on {
		display: block;
		animation: op_disp 0.1s ease-in-out forwards;
	}

	@keyfames op_disp {
		0%{ opacity:0 }
		100%{ opacity:1 }
	}

	pre {
		color: #000!important;
	}

	.entry-content a,
	.entry-summary a,
	.comment-content a,
	.widget a,
	.site-footer .widget-area a,
	.posts-navigation a,
	.widget_authors a strong,
	.entry-content a:hover,
	.entry-summary a:hover,
	.comment-content a:hover,
	.widget a:hover,
	.site-footer .widget-area a:hover,
	.posts-navigation a:hover,
	.widget_authors a:hover strong/*,
	a.custom-logo-link*/ {
		box-shadow: none;
	}

	a,
	a:hover,
	a:active,
	a:focus {
/*		box-shadow: none!important;*/
		outline: none;
	}

	th,
	td {
		padding: 0.8em;
	}

	ul,
	ol {
		margin-left: 2em;
	}

	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
	}

	img {
		max-width: 100%;
/*		width: auto;*/
		height: auto;
	}

	a img {
		outline: none;
		border: 0;
	}


	/* --- google map umekomi --- */
	.entry-content > p > iframe[src*="maps"][width="100%"],
	.entry-content > .mapiframe > p > iframe[src*="maps"][width="100%"] {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		display: block;
		width: 100vw;
		height: 100%;
	}
	.entry-content .mapiframe {
		position: absolute;
		left: 0;
		width: 97vw;
		width: -webkit-calc( 100vw - 17px );
		width: -moz-calc( 100vw - 17px );
		width: -ms-calc( 100vw - 17px );
		width: -o-calc( 100vw - 17px );
		width: calc( 100vw - 17px );
		display: block;
		overflow: hidden;
	}
	.entry-content p.mapiframe_wrapper {
		margin: 0 0 30px;
		display: block;
		width: 100%;
		position: relative;
	}
	.entry-content p.mapiframe_wrapper:after {
		content: "";
		display: block;
		padding-top: 56.2%;
	}
	.entry-content .mapiframe:nth-last-of-type(2) p.mapiframe_wrapper {
		margin-bottom: 0!important;
	}
	.entry-content .mapiframe_spacer:last-of-type {
		margin-bottom: -30px!important;
	}

	/* --- cirle_midashi --- */
	.circle_midashi {
		display: inline-block;
		padding: 2px 15px 1px;
		text-align: center;
		font-weight: 600;
		color: #fff;
		font-size: 85%;
		letter-spacing: 0.05em;
		background: #F35104;
		border-radius: 5px;
		margin: 0 10px 5px 0;
	}

	/* --- a tag color --- */
	a {
		color: #333;
		text-decoration: underline;
	}

	.site-content-contain {
		background: url(./assets/images/meijiya-j1.png) no-repeat center bottom / 100% auto;
		position: relative;
	}

	/* --- header --- */
	.site-header {
		background-color: #fff;
		padding: 0;
		position: fixed;
		z-index: 3;
		width: 100%;
		left: 0;
		top: 0;
		transition: height: 0.5s ease-in-out;
	}
	.toggled-on .site-header {
		position: fixed;
	}
	.admin-bar .site-header {
		top: 46px;
	}
	.site-branding .wrap {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 0;
		padding-left: 0;
/*		max-width: none;*/
		margin-bottom: 0;
		position: relative;
	}
	.site-description {
		width: 100%;
		flex-basis: 100%;
		font-size: 60%;
		color: #ccc;
		display: none;
	}
	.site-branding .wrap .logos {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		position: relative;
		z-index: 2;
		align-self: stretch;
	}
	.site-branding .wrap .custom-logo-link {
		width: -webkit-calc( 100vw - 180px );
		width: -moz-calc( 100vw - 180px );
		width: -ms-calc( 100vw - 180px );
		width: -o-calc( 100vw - 180px );
		width: calc( 100vw - 180px );
		max-width: 120px;
		margin-right: auto;
		display: block;
		padding: 8px;
		transition: all 0.2s ease-in-out;
	}
	.site-branding .wrap .custom-logo-link img[src*=".svg"] {
		width: 100%;
		display: block;
	}

	/* --- .custom-header --- */
	.custom-header {
		transition: margin-top 0.3s ease-in-out;
	}

	/* --- navigation --- */
	.menu-toggle[aria-expanded="true"] + div {
		position: fixed;
		left: 0;
		top: 0;
		width: -webkit-calc( 100% - 20px );
		width: -moz-calc( 100% - 20px );
		width: -ms-calc( 100% - 20px );
		width: -o-calc( 100% - 20px );
		width: calc( 100% - 20px );
		background: #fff;
		padding: 75px 10px 10px;
		z-index: 1;
		box-shadow: 0 0 10px rgba(58,188,230,0.5);
	}
	.navigation-top {
		position: fixed;
		z-index: 4;
/*		background: #fff;*/
		left: 0;
		transition: top 0.5s ease-in-out;

	}
	.navigation-top .main-navigation > div > ul {
		display: none;
		list-style-type: none;
		margin: 0 10px;
		align-items: stretch;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.navigation-top .main-navigation.toggled-on > div > ul {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
	.navigation-top .main-navigation > div > ul li {
		position: relative;
	}
	.navigation-top .main-navigation > div > ul > li {
		width: 100%;
		flex-basis: 100%;
		border-bottom: 1px dotted #ccc;
	}
	.navigation-top .main-navigation > div > ul > li.denwa {
		flex-basis: auto;
		text-align: right;
		display: none;
	}
	.navigation-top .main-navigation > div > ul > li.denwa a {
		padding: 4px 10px 4px 50px;
		font-size: 150%;
		font-weight: bold;
		display: inline-block;
		color: #333;
		letter-spacing: 0.05em;
		transform: scale(1,1.15);
	}
	.navigation-top .main-navigation > div > ul > li.denwa a:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: calc( 50% - 14px );
		height: 28px;
		width: 39.5px;
		background: url(./assets/images/free_diyal.png) no-repeat left center / auto 28px;
		transform: scale(1,0.87);
	}
	.navigation-top .main-navigation > div > ul > li.denwa a:before {
		content: "";
		display: block;
		position: absolute;
		right: calc( 100% + 8px );
		top: calc( 50% - 12px );
		height: 27px;
		width: 500px;
		background: url(./assets/images/bnr_cashless.png) no-repeat left center / auto 36px;
		transform: scale(1,0.87);
		background-size: contain;
	}
	.navigation-top .main-navigation > div > ul > li li {
		border-top: 1px dotted #ccc;
	}
	.navigation-top .main-navigation > div > ul > li:last-child {
		border-bottom: 0;
	}
	.main-navigation li button.dropdown-toggle {
		position: absolute;
		right: 10px;
		top: 10px;
		display: block;
		border: none;
		width: 14px;
		height: 14px;
		background: transparent;
		z-index: 2;
	}
	.main-navigation li button.dropdown-toggle:before,
	.main-navigation li button.dropdown-toggle:after {
		content: "";
		display: block;
		height: 2px;
		width: 14px;
		background: #E5156F;
		margin-top: -2px;
		transition: transform 1.0s ease-out;
	}
	.main-navigation li button.dropdown-toggle:after {
		transform: rotate(90deg);
	}
	.main-navigation li button.dropdown-toggle.toggled-on:before {
		transform: rotate(360deg);
	}
	.main-navigation li button.dropdown-toggle.toggled-on:after {
		transform: rotate(720deg);
	}
	.navigation-top .main-navigation > div > ul > li a {
		display: block;
		padding: 5px 5px 5px 25px;
		font-size: 105%;
/*		font-weight: bold;*/
		text-decoration: none;
		background: url(./assets/images/h3_bg.png) no-repeat left top 7px;
		position: relative;
		z-index: 2;
	}
	.navigation-top .main-navigation > div > ul > li.current-menu-item > a {
		background-color: #EFCEDB;
	}
/*
	.navigation-top .main-navigation > div > ul > li a:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #F35104;
		transition: width 0.2s ease-in,opacity 0.3s linear;
		opacity: 0.7;
	}
	.navigation-top .main-navigation > div > ul > li a:hover:before {
		width: 100%;
		opacity: 0.2;
	}
*/
	.navigation-top .main-navigation > div > ul > li a span.subtitle {
		font-size: 60%;
		margin-left: 10px;
	}
	.main-navigation ul ul {
		margin-left: 0;
		list-style-type:none;
	}
	.main-navigation ul ul.sub-menu {
		display: none;
	}
	.main-navigation ul .dropdown-toggle.toggled-on + ul.sub-menu {
		display: block;
	}
	.main-navigation ul ul li {
		padding-left: 2em;
	}
	.navigation-top .main-navigation > div > ul ul > li > a {
		background-image: none;
		background-image: unset;
		position: relative;
	}
	.main-navigation ul ul li a:after {
		content: "";
		display: block;
		width: 1em;
		height: 3px;
		background: #8cc22e;
		position: absolute;
		left: 0;
		top: 16px;
	}

	/* --- menu-toggle --- */
	.menu-toggle {
		margin: 0 0 0 auto;
		font-size: 60%;
		padding: 6px;
		transition: padding 0.2s ease-in-out;
		border-radius: 0;
		background-color: transparent;
		border: 0;
/*		border-radius: 10px;
		border: 1px solid #3abce6;
*/		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff;
		position: fixed;
		right: 0;
		top: 6px;
		outline: 0;
		z-index: 2;
		width: 50px;
		height: 50px;
	}
	.admin-bar .menu-toggle {
		top: 46px;
	}
	.menu-toggle:before,
	.menu-toggle:after,
	.menu-toggle span.middle {
		display: block !important;
		background: #333;
		width: 32px;
		height: 2px;
		margin: 0 auto 7px;
	}
	.menu-toggle span.text {
		position: absolute;
		bottom: 12px;
		left: 0;
		width: 100%;
		text-align: center;
		display: none;
		transform: scale(0.8);
	}
	.menu-toggle:before,
	.menu-toggle:after {
		content: "";
		transition: transform 0.2s ease-in-out, margin 0.2s ease-in-out;
	}
	.menu-toggle[aria-expanded="true"] {
		padding: 13px 9px;
		padding: 21px 14px;
/*		box-shadow: 0 0 10px rgba(58,188,230,0.5);*/
		border: 0;
	}
	.menu-toggle[aria-expanded="true"]:before {
		transform: rotate(45deg);
		margin-top: 4px;
		margin-left: -6px;
	}
	.menu-toggle[aria-expanded="true"]:after {
		transform: rotate(-45deg);
		margin-top: -18px;
		margin-left: -6px;
	}
	.menu-toggle span.middle {
		transition: opacity 0.2s ease-in-out;
	}
	.menu-toggle[aria-expanded="true"] span.middle {
		opacity: 0;
	}

	/* --- keyvisual --- */
	.slide-header-media {
/*		background: url(./assets/images/slide_bg.jpg) no-repeat center / cover;*/
		position: relative;
	}
	.slide-header-media .flex_box > div:first-child {
		text-align: center;
	}
	.slide-header-media .wrap {
		padding: 40px 2em;
	}
/*
	.slide-header-media .slide-above-cover,
	.slide-header-media .slide-bottom-cover {
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	.slide-header-media .slide-above-cover {
		top: 0;
	}
	.slide-header-media .slide-bottom-cover {
		bottom: 0;
	}
	.slide-header-media .slide-above-cover .inner,
	.slide-header-media .slide-bottom-cover .inner {
		position: relative;
		background: no-repeat left center / contain;
	}
	.slide-header-media .slide-above-cover .inner:after,
	.slide-header-media .slide-bottom-cover .inner:after {
		content: "";
		display: block;
		padding-top: 4%;
	}
	.slide-header-media .slide-above-cover .inner {
		background-image: url(./assets/images/slider/slider_above_cover.png);
		background-position: top left;
	}
	.slide-header-media .slide-bottom-cover .inner {
		background-image: url(./assets/images/slider/slider_bottom_cover.png);
		background-position: bottom left;
	}
*/
	.slide-header-media .ms-slide .ms-slide-link {
		z-index: 10000;
	}

	.normal_keyvisual {
		margin: 0 auto;
/*		max-width: 1200px;*/
		width: 100%;
		position: relative;
		background: url(./assets/images/normal_keyvisual.jpg) no-repeat right center / cover;
		min-height: 170px;
	}
	.normal_keyvisual:after {
		content: "";
		display: block;
		padding-top: 10.51%;
	}
	.normal_keyvisual > .h1_wrap {
		display: table;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.normal_keyvisual > .h1_wrap > h1 {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 205%;
		font-weight: 500;
		font-family: "Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: #fff;
		text-shadow: 0 0 5px rgba(0,0,0,0.8);
	}
	.single-featured-image-header {
		position: relative;
		background: no-repeat center / cover;
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content .single-featured-image-header {
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	.single-columns .site-content .single-featured-image-header {
		margin-left: auto;
		margin-right: auto;
	}
	.single-featured-image-header > .inner {
		content: "";
		display: block;
	}
	.single-featured-image-header .inner_content {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		display: table;
	}
	.single-featured-image-header .inner_content .cell {
		display: table-cell;
		vertical-align: middle;
		color: #fff;
		text-shadow: 0 0 5px rgba(0,0,0,0.5);
	}
	.site-content-contain .single-featured-image-header .inner_content .cell {
		padding-top: 0!important;
	}
	.single-featured-image-header .inner_content .cell a {
		color: #fff;
	}
	.single-featured-image-header .inner_content .cell.title {
		text-align: center;
	}
	.single-featured-image-header .inner_content .cell.title h1 {
		letter-spacing: 0.2em;
		font-size: 205%;
		font-weight: 500;
		font-family: "Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.ms-slide-info {
		position: absolute!important;
		left: 0;
		top: 0;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		display: none;
	}
	.ms-slide-info.ms-info-empty {
		z-index: -1;
	}
	.ms-slide-info > .ms-info {
		color: #fff;
		text-shadow: 0 0 5px rgba(0,0,0,0.5);
		font-size: 120%;
		font-family: "Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-left: 30px;
		margin-right: 30px;
		flex-basis: 100%;
		letter-spacing: 0.15em;
		display: none;
		line-height: 1.8;
	}
	.ms-slide-info > .ms-info h1,
	.ms-slide-info > .ms-info h2 {
		padding: 3px 15px;
		margin-bottom: 10px;
		font-weight: 500;
	}
	.ms-slide-info > .ms-info p {
		margin-left: 1em;
		margin-right: 1em;
	}

	/* page title */
	.header-title {
		position: relative;
/*		background: #AF0032;*/
	}

	.blog .page-header/*,
	.archive .page-header/*,
/*	.page .entry-header,*/
/*	.single .entry-header*/ {
		padding: 0 1em;
		margin: 0;
		background-image: linear-gradient(to right bottom, #AF0032 0px, #AF0032 1px, #fff 2px, #fff 6px, #AF0032 7px, #AF0032 8px, #fff 9px, #fff 14px);
		background-repeat: repeat;
		background-position: left top;
		background-size: 10px 10px;
	}
	.blog .page-header.square,
	.archive .page-header.square,
	.page .entry-header/*.square,
	.single .entry-header.square*/ {
		background: transparent;
		position: relative;
		z-index: 1;
	}
	.blog .page-header .wrap/*,
	.archive .page-header .wrap*/,
	.page .entry-header .wrap/*,
	.single .entry-header .wrap*/ {
		padding: 20px 0;
	}
	.blog .page-header.square .wrap/*,
	.archive .page-header.square .wrap*/,
	.page .entry-header.square .wrap/*,
	.single .entry-header.square .wrap*/ {
		padding: 15px 0;
		position: static;
	}
/**/
	.blog .header-title span.square/*,
	.archive .header-title span.square*/,
	.page .header-title span.square/*,
	.single .header-title span.square*/ {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 0;
	}
	.blog .header-title span.square > span/*,
	.archive .header-title span.square > span*/,
	.page .header-title span.square > span/*,
	.single .header-title span.square > span */{
		display: block;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		text-align: right;
	}
	.blog .header-title span.square > span > span/*,
	.archive .header-title span.square > span > span*/,
	.page .header-title span.square > span > span/*,
	.single .header-title span.square > span > span*/ {
		height: 100%;
		width: 150px;
		display: block;
		margin-left: auto;
		background: no-repeat center / cover;
	}
/*
	.blog .page-header .square:after,
	.page .entry-header .square:after {
		content: "";
		display: block;
		padding-top: 100%;
	}
/**/
	.blog .page-header .page-title/*,
	.archive .page-header .page-title*/,
	.page .entry-header .entry-title/*,
	.single .entry-header .entry-title */{
		border: 4px solid #000;
		padding: 6px 11px;
		background-color: #fff;
/*		text-align: center;*/
		font-size: 160%;
		color: #000;
		letter-spacing: 0.1em!important;
		display: inline-block;
	}
	.single .entry-header .entry-title .date {
		font-size: 60%;
	}
	.blog .page-header.square .page-title/*,
	.archive .page-header.square .page-title*/,
	.page .entry-header.square .entry-title/*,
	.single .entry-header.square .entry-title*/ {
		letter-spacing: 0.1em!important;
		padding: 6px 160px 6px 11px;
		color: #fff;
		font-size: 160%;
		border: 0;
		background: transparent;
		display: block;
		text-align: left;
/*		max-width: 1120px;
		margin-left: auto;
		margin-right: auto;
*/	}
	.page_subtitle {
		font-size: 50%;
		letter-spacing: 0.1em!important;
		font-family: "游ゴシック", "Yu Gothic", "M PLUS 1p", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	}
	.page_subtitle:before,
	.page_subtitle:after {
		content: "-";
		display: inline-block;
		margin: 0 5px;
	}

	.content-area {
		margin-top: 20px;
	}
	.home .content-area {
		margin-top: 0;
	}

	/* -- content --- */
	.wrap {
		padding-left: 1em;
		padding-right: 1em;
		max-width: 1200px;
		margin: 0 auto 20px;
	}

	/* link_sidebar */
	.link_sidebar {
	}
	.link_sidebar ul {
		list-style-type: none;
	}
	.link_sidebar > ul {
		border: 1px solid #ccc;
		background: #FCFAF6;
		margin: 20px auto;
		padding: 0px 1em 0px 0.5em;
		max-width: 1140px;
		max-width: -webkit-calc(1200px - 1.5em);
		max-width: -moz-calc(1200px - 1.5em);
		max-width: -ms-calc(1200px - 1.5em);
		max-width: -o-calc(1200px - 1.5em);
		max-width: calc(1200px - 1.5em);
	}
	.link_sidebar li {
		border-bottom: 1px solid #ccc;
	}
	.link_sidebar li:last-child {
		border-bottom: 0;
	}
	.link_sidebar li a {
		display: block;
		padding: 10px 10px 10px 35px;
		position: relative;
	}
	.link_sidebar li a:after {
		content: "";
		position: absolute;
		left: 10px;
		top: 15px;
		width: 0;
		height: 0;
		border: 13px solid #AF0032;
		border-width: 8px 13px;
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-right-color: transparent;
	}

	/* h1 */
	.widget h1,
	.entry-content h1 {
		margin-top: 45px;
		margin-bottom: 15px;
		position: relative;
		background: url(./assets/images/h1_bg.png) no-repeat left top 5px;
		line-height: 1.4;
		text-align: center;
		padding: 0.5em;
		letter-spacing: 0.1em!important;
		font-size: 200%;
		font-family: "Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border-bottom: 1px solid #ccc;
	}
	.widget h1:after,
	.entry-content h1:after {
		position: absolute;
		left: 35%;
		bottom: -2px;
		content: '';
		width: 30%;
		height: 3px;
		background-color: #F35104;
	}
	.entry-content h1 > span[style*="font-size"] {
		font-size: 40%!important;
		color: #333;
		
		display: block;
	}

	/* h2 */
	.widget h2,
	.entry-content h2 {
		position: relative;
		font-size: 165%;
		font-family: "Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin: 30px 5px 25px 5px;
		padding: 8px 12px;
/*		color: #E4005A;*/
		text-align: center;
		letter-spacing: 0.1em;
	}
	.entry-content h2 span[style*="font-size"] {
		font-size: 55%!important;
		color: #333;
		margin-top: -5px;
		display: block;
		line-height: 1.3;
	}
	.widget h2.bg_color,
	.entry-content h2.bg_color {
		background: #E4005A;
		color: #fff;
		border-radius: 7px;
		padding: 15px 10px;
	}
	.widget h2.bg_color span[style*="font-size"],
	.entry-content h2.bg_color span[style*="font-size"],
	.widget h2.bg_color a,
	.entry-content h2.bg_color a {
		color: #fff;
	}
	.widget h3.border_bottom,
	.entry-content h3.border_bottom {
		font-size: 110%;
		margin-top: 15px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #E4005A;
		color: #E4005A;
	}

	/* h3 */
	.widget h3,
	.entry-content h3 {
		margin: 30px 10px 15px;
		padding: 8px;
		font-family: "Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*		border-bottom: 1px solid #777;*/
		position: relative;
/*		text-align: center;*/
		letter-spacing: 0.1em!important;
/*		background:  url(./assets/images/h3_bg.png) no-repeat left top 6px;*/
		color: #555;
		font-size: 135%;
	}
	.widget table h3,
	.entry-content table h3 {
/*		background-position: left top 10px;*/
		margin-left: 0;
		margin-right: 0;
	}

	/* h4 */
	.widget h4,
	.entry-content h4 {
		margin: 25px 15px 10px;
		position: relative;
		font-size: 110%;
		padding: 5px 0 5px .75em;
	}
	.widget h4:before,
	.entry-content h4::before {
		position: absolute;
		left: -6px;
		bottom: 25%;
		content: '';
		width: 6px;
		height: 50%;
		background-color: #E4005A;
	}
	.entry-content > h4 {
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}

	/* h5 */
	.widget h5,
	.entry-content h5 {
		font-size: 100%;
		position: relative;
		margin: 20px 20px 10px;
		padding: 5px 0 5px .75em;
	}
	.widget h5:before,
	.entry-content h5::before {
		position: absolute;
		left: -6px;
		bottom: 25%;
		content: '';
		width: 6px;
		height: 50%;
		background-color: #aaa;
	}
	.entry-content > h5 {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}

	/* h6 */
	.widget h6,
	.entry-content h6 {
		font-size: 90%;
		margin: 20px 20px 10px;
	}
	.entry-content > h6 {
		max-width: 940px;
		margin-left: auto;
		margin-right: auto;
	}

	/* heading clearfix */
	.widget h1:before,
	.widget h1:after,
	.entry-content h1:before,
	.entry-content h1:after,
	.widget h2:before,
	.widget h2:after,
	.entry-content h2:before,
	.entry-content h2:after,
	.widget h3:before,
	.widget h3:after,
	.entry-content h3:before,
	.entry-content h3:after,
	.widget h4:before,
	.widget h4:after,
	.entry-content h4:before,
	.entry-content h4:after,
	.widget h5:before,
	.widget h5:after,
	.entry-content h5:before,
	.entry-content h5:after,
	.widget h6:before,
	.widget h6:after,
	.entry-content h6:before,
	.entry-content h6:after {
		content: "";
		display: block;
		clear: both;
	}

	.widget h1:first-child,
	.entry-content h1:first-child,
	.widget h2:first-child,
	.entry-content h2:first-child,
	.widget h3:first-child,
	.entry-content h3:first-child,
	.widget h4:first-child,
	.entry-content h4:first-child,
	.widget h5:first-child,
	.entry-content h5:first-child,
	.widget h6:first-child,
	.entry-content h6:first-child {
		margin-top: 0;
	}

	.widget p,
	.entry-content p,
	.widget ul,
	.entry-content ul,
	.entry-content ol,
	.widget ol {
		margin-bottom: 15px;
	}
	.entry-content p {
		line-height: 2;
		font-size: 105%;
	}
	.entry-content > ul,
	.entry-content > ol {
		margin-left: 4em;
		margin-right: 20px;
	}
	.entry-content ul > li > ul,
	.entry-content ol > li > ul,
	.entry-content ul > li > ol,
	.entry-content ol > li > ol {
		margin-top: 8px;
	}
	.entry-content > .ie_pwrap,
	.entry-content > p {
		margin-left: 20px;
		margin-right: 20px;
	}
/*
	.entry-content .ie_pwrap + .ie_pwrap,
	.entry-content p + p {
		margin-top: -12px;
	}
	.widget p + p {
		margin-top: -20px;
	}
	.widget p + ul,
	.widget p + ol {
		margin-top: -15px;
	}
*/
	.entry-content p {
/*		text-indent: 1em;*/
		letter-spacing: 0.07em;
	}
	.entry-content th > p,
	.entry-content td > p {
		text-indent: 0;
	}

	.entry-content > table:not(.aligncenter):not(.alignright),
	.entry-content > table.alignleft {
		margin-left: 30px;
	}
	.entry-content > table.alignright {
		margin-right: 20px;
	}

	ol.circle_num {
		margin: 0;
		padding: 0;
	}
	ol.circle_num > li {
		margin: 0;
		padding: 0;
	}
	ol.circle_num > li > ol {
		list-style-type: none;
		counter-reset: my-counter;
	}
	ol.circle_num > li > ol > li {
		position: relative;
		margin-bottom: 2px;
		padding-left: 2em;
	}
	ol.circle_num > li > ol > li:last-child {
		margin-bottom: 0;
	}
	ol.circle_num > li > ol > li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		position: absolute;
		left: 0;
		font-size: 85%;
		display: block;
		width: 1.5em;
		height: 1.5em;
		text-align: center;
		border: 1px solid #333;
		border-radius: 50%;
	}
	ol.circle_num > li > ol > li:after {
	}

	ol.kakko {
		list-style-type: none;
		counter-reset: my-counter;
	}
	ol.kakko > li {
		position: relative;
		margin-bottom: 2px;
		padding-left: 1.8em;
	}
	ol.kakko > li:before {
		content: "("counter(my-counter)")";
		counter-increment: my-counter;
		position: absolute;
		left: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		text-align: center;
	}

	/* --- breadcrumb --- */
	#breadcrumb {
		padding: 0;
	}
	.header-title #breadcrumb {
		background: transparent;
		position: relative;
		z-index: 1;
		transition: background 0.3s;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.header-title #breadcrumb.breadcrumb-fixed {
		position: fixed;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 5px rgb(0,0,0,20%);
		max-width: none;
	}
	#breadcrumb.left_margin {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.header-title.square #breadcrumb ul {
		padding-right: 160px;
		max-width: 1010px;
	}
	#breadcrumb ul {
		list-style-type: none;
		margin: 0 auto;
		max-width: 1700px;
		padding: 5px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#breadcrumb.left_margin ul {
		max-width: 1420px;
	}
	#breadcrumb ul li {
		padding: 4px;
		width: auto;
		flex-basis: auto;
		white-space: nowrap;
	}
	#breadcrumb ul li:first-of-type a {
		padding-left: 20px;
		background-image: url(./assets/images/breadcrumb_home.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
	}
	#breadcrumb ul li:not(.arrow) + li:not(.arrow) {
		display: none;
	}
	#breadcrumb ul li.arrow {
		font-size: 90%;
	}
	#breadcrumb ul li.arrow:before {
		content: ">";
		display: inline-block;
		vertical-align: text-top;
	}
	#breadcrumb ul li a {
		padding: 5px 8px;
		border-radius: 5px;
		background-color: #aaa;
		color: #fff;
		text-decoration: none;
	}

	/* --- footer --- */
	.site-footer {
		margin: 30px 0 0;
		padding: 30px 0 0;
		background: #222a35;
		color: #fff;
		border-top: 15px solid skyblue;
	}
	.site-footer a {
		color: #fff;
	}
	.home .site-footer {
		margin: 0;
	}
	h2.widget-area-title {
		color: #fff;
		font-size: 100%;
		letter-spacing: 0.08em!important;
		padding: 0;
		border: 0;
	}
	.widget-area {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		line-height: 1.4;
	}
	.widget-area .widget-column {
		width: 98%;
		flex-basis: 98%;
		margin: 0 1%;
	}
	.widget-area .widget-column:last-child {
		margin-left: auto;
	}
	.widget-area .widget-column:last-child h3 {
		border-bottom: 0;
		margin-bottom: 5px;
		padding-left: 0;
	}
	.widget-area .widget-column:last-child h3:after {
		display: none;
	}
	.widget-area .widget-column:last-child h3 a {
		text-decoration: none;
	}

	#secondary.widget-area {
		display: block;
		margin: 30px 0;
		position: fixed;
		top: 45%;
		right: 5%;
	}
	#secondary.widget-area .secondary_inner {
		display: none;
	}
	#secondary.widget-area .secondary_inner.toggle {
		display: block;
	}
	#secondary.widget-area .secondary_inner_btn {
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #13B5BB;
		position: absolute;
		right: -40px;
		top: 0;
		text-align: center;
		cursor: pointer;
	}
	#secondary.widget-area .secondary_inner_btn.toggle {
	}
	#secondary.widget-area .acc_title {
		color: #13B5BB;
		font-weight: 700;
		padding: 4px 0;
		display: block;
		cursor: pointer;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	}
	#secondary.widget-area .acc_title.toggle {
		display: none;
	}
	#secondary.widget-area .secondary_inner_btn:before,
	#secondary.widget-area .secondary_inner_btn:after {
		content: "";
		display: block;
		background: #fff;
		width: 16px;
		height: 2px;
		position: absolute;
		right: 7px;
		top: 10px;
	}
	#secondary.widget-area .secondary_inner_btn:after {
		top: 18px;
	}
	#secondary.widget-area .secondary_inner_btn.toggle:before {
		transform: rotate(45deg);
		top: 14px;
	}
	#secondary.widget-area .secondary_inner_btn.toggle:after {
		transform: rotate(-45deg);
		top: 14px;
	}

	#secondary.widget-area h2.widget-title {
		background: #13B5BB; 
		color: #fff;
		border-radius: 10px;
		text-align: center;
		display: inline-block;
		font-size: 0;
		padding: 8px 12px;
		margin: 0 0 20px 0;
		cursor: pointer;
		position: relative;
	}
/*
	#secondary.widget-area h2.widget-title.toggled-on {
		margin-left: 200px;
	}
*/
	#secondary.widget-area h2.widget-title:before {
		content: "";
/*		color: #fff;*/
		right: 10px;
		top: 8px;
/*		font-size: 20px;*/
/*		transition: transform 0.3s ease-in-out;*/
		width: 20px;
		height: 20px;
		display: block;
		background: url(./customizer/ads/images/mouse_cursor.png) no-repeat center / 20px auto;
	}
	#secondary.widget-area h2.widget-title.toggled-on:before {
/*		transform: rotate(45deg);*/
		background-image: url(./customizer/ads/images/mouse_close.png);
	}
	#secondary.widget-area h2.widget-title + div {
		display: none;
	}
	#secondary.widget-area h2.widget-title + div.toggled-on {
		display: block;
	}
	#secondary.widget-area ul.menu {
		list-style-type: none;
		margin: 0 0 20px;
	}
	#secondary.widget-area ul.menu li {
		margin-bottom: 15px;
		text-align: right;
	}
	#secondary.widget-area ul.menu li a {
		display: inline-block;
		padding: 10px 15px;
		border-radius: 10px;
		background: #666;
		color: #fff;
		font-size: 110%;
		text-decoration: none;
		transition: background 0.3s ease-in-out;
	}
	#secondary.widget-area ul.menu li.current-menu-item a {
		background: #BF0000;
	}
	#secondary.widget-area ul.menu li a:before {
		content: ">>";
		display: inline-block;
		margin-right: 5px;
	}
	#secondary.widget-area ul.menu li a:hover {
		background: #999;
	}
	#secondary.widget-area ul.menu li.current-menu-item a:hover {
		background: #DD4747;
	}

	/* footer_link */
	.footer_link {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 10px;
	}
	.footer_link div {
		flex-basis: 100%;
		text-align: center;
	}
	.footer_link div a {
		color: #8cc22e;
		text-decoration: none;
		font-size: 75%;
		display: inline-block;
		padding: 1px 10px;
		background: #fff;
		border-radius: 5px;
	}
	.copyright {
		text-align: center;
		font-size: 80%;
		color: #fff;
		background: #222a35;
		letter-spacing: 0.05em;
		padding: 10px 0 20px;
	}

	/* --- custom css --- */

	/* info_list */
	.page_all_num {
		font-size: 75%;
		text-align: right;
	}
	.entry-content .info_list {
		list-style-type: none;
		margin: 0 0 20px;
		padding: 0 30px;
	}
/*	.home .entry-content .info_list {
		padding-top: 10px;
		overflow-y: auto;
	}*/
	.entry-content .info_list > li {
		padding-bottom: 6px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 6px;
	}
	.entry-content .info_list > li:last-child {
		padding-bottom: 0px;
		border-bottom: 0;
		margin-bottom: 0px;
	}
	.entry-content .info_list > li a {
		padding: 3px 10px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-decoration: none;
		font-weight: 700;
	}
	.entry-content .info_list > li a .info_date {
		width: 100px;
		flex-basis: 100px;
		letter-spacing: 0.05em!important;
	}
	.entry-content .info_list > li a .catwrap {
		width: 100px;
		flex-basis: 100px;
	}
	.entry-content .info_list > li a .catwrap span {
		text-align: center;
		color: #fff;
		background: #aaa;
		padding: 3px 15px 2px;
		letter-spacing: 0.1em!important;
		display: inline-block;
		margin-bottom: 5px;
		font-size: 80%;
	}
	.entry-content .info_list > li a .catwrap span:last-child {
		margin-bottom: 0;
	}
	.entry-content .info_list > li a .catwrap + div {
		margin-left: 15px;
		margin-top: 5px;
		width: 100%;
		flex-basis: 100%;
		letter-spacing: 0.05em!important;
		font-size: 95%;
	}
	.entry-content .info_list > li a .datewrap {
		font-weight: bold;
		margin-bottom: 2px;
		font-size: 115%;
	}
	/* - info_list -> info_2nd */
	.entry-content .info_list > li > .info_2nd a .thumbwrap {
		width: 100px; 
		flex-basis: 100px;
	}
	.entry-content .info_list > li > .info_2nd a .thumbwrap > span.thumb {
		position: relative;
		display: block;
		background: #ccc url(./assets/images/col_nowprinting.png) no-repeat center / 70px auto;
	}
	.entry-content .info_list > li > .info_2nd a .thumbwrap > span.thumb[style*="background-image"] {
		background-size: cover;
		background-position: top center;
	}
	.entry-content .info_list > li > .info_2nd a .thumbwrap > span.thumb:after {
		content: "";
		display: block;
		padding-top: 100px;
	}
	.entry-content .info_list > li > .info_2nd a .thumbwrap + div {
		margin-left: 10px;
		width: -webkit-calc( 100% - 110px );
		width: -moz-calc( 100% - 110px );
		width: -ms-calc( 100% - 110px );
		width: -o-calc( 100% - 110px );
		width: calc( 100% - 110px );
		flex-basis: -webkit-calc( 100% - 110px );
		flex-basis: -moz-calc( 100% - 110px );
		flex-basis: -ms-calc( 100% - 110px );
		flex-basis: -o-calc( 100% - 110px );
		flex-basis: calc( 100% - 110px );
	}
	.entry-content .info_list > li > .info_2nd a .thumbwrap + div .catdate_wrap {
		display: block;
		margin-bottom: 5px;
	}
	.entry-content .info_list > li > .info_2nd a .thumbwrap + div .catdate_wrap .cat_name {
		margin-right: 5px;
		display: inline-block;
	}
	.entry-content .info_list > li > .info_2nd a .thumbwrap + div .catdate_wrap .cat_name > span {
		display: inline-block;
		background: #777;
		margin-right: 5px;
		padding: 2px 10px 1px;
		font-size: 80%;
		color: #fff!important;
	}
	.entry-content .info_list > li > .info_2nd a .thumbwrap + div .catdate_wrap .info_date {
		font-size: 85%;
		color: #aaa;
	}

	/* pagenation */
	.pagenation_wrap.wrap {
		max-width: 100%;
	}
	.pagenation_wrap.wrap ul {
		list-style-type: none;
		position: relative;
		min-height: 1.5em;
	}
	.pagenation_wrap.wrap ul li {
		border: 0;
	}
	.pagenation_wrap.wrap ul li a {
		display: inline-block;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1;
		padding: 0.25em 0.5em 0.4em;
		box-shadow: none !important;
		background-color: #8cc22e;
		color: #fff;
		border-radius: 50%;
		transition: border-radius 0.5s ease-in-out;
		border: 0;
		position: relative;
		text-decoration: none;
	}
	.pagenation_wrap.wrap ul li a svg {
		color: #fff;
		width: 0.666666666em;
		height: 0.666666666em;
	}
	.pagenation_wrap.wrap ul li a:after {
		display: block;
		width: 1em;
		height: 1em;
		text-align: center;
		line-height: 1;
		position: absolute;
		top: 3px;
		left: 5px;
		font-size: 1.3em;
	}
	.pagenation_wrap.wrap ul li.next a:after {
		content: "\0bb";
	}
	.pagenation_wrap.wrap ul li.prev a:after {
		content: "\0ab";
		left: 4px;
	}
	.pagenation_wrap.wrap ul li a svg use {
		color: #fff;
	}
	.pagenation_wrap.wrap ul li a:hover {
		border-radius: 2px;
	}
	.pagenation_wrap.wrap ul li.next {
		position: absolute;
		right: 0;
		top: 0;
	}
	.pagenation_wrap.wrap ul li.prev {
		position: absolute;
		left: 0;
		top: 0;
	}

	/* single prev/next pagenation */
	.pagenation {
		margin: 20px 10px 35px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.pagenation > div {
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 10px;
	}
	.pagenation > div a {
		margin: 5px;
		display: block;
		border: 1px solid #ccc;
		padding: 10px 15px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-decoration: none;
	}
	.pagenation > div.next a {
		flex-direction: row-reverse;
	}
	.pagenation > div a > .thumb {
		width: 100px;
		flex-basis: 100px;
		margin-right: 10px;
		position: relative;
		background: #ccc url(./assets/images/col_nowprinting.png) no-repeat center / 70px auto;
	}
	.pagenation > div a > .thumb[style*="background-image"] {
		background-size: cover;
	}
	.pagenation > div.next a > .thumb {
		margin-right: 0px;
		margin-left: 10px;
	}
	.pagenation > div a > .thumb:after {
		content: "";
		display: block;
		padding-top: 100%;
	}
	.pagenation > div a > .content {
		width: 80%;
		width: -webkit-calc( 100% - 110px );
		width: -moz-calc( 100% - 110px );
		width: -ms-calc( 100% - 110px );
		width: -o-calc( 100% - 110px );
		width: calc( 100% - 110px );
		flex-basis: 80%;
		flex-basis: -webkit-calc( 100% - 110px );
		flex-basis: -moz-calc( 100% - 110px );
		flex-basis: -ms-calc( 100% - 110px );
		flex-basis: -o-calc( 100% - 110px );
		flex-basis: calc( 100% - 110px );
		font-size:95%;
	}
	.pagenation > div a > .content:before,
	.pagenation > div a > .content:after {
		content: "";
		display: table;
		clear: both;
	}
	.pagenation > div.next a > .content {
		text-align: right;
	}
	.pagenation > div a > .content .direction {
/*		float: left;*/
		margin-right: 7px;
		margin-bottom: 4px;
		display: block;
		background: #AF0032;
		padding: 1px 7px;
		border-radius: 3px;
		text-align: center;
		color: #fff;
		font-size: 65%;
		font-weight: bold;
		width: 40px;
	}
	.pagenation > div.next a > .content .direction {
/*		float: right;*/
		margin-left: auto;
		margin-right: 0;
	}

	/* slider */
	body .ms-skin-default .ms-bullet {
		background: #999;
		margin: 5px 8px!important;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}
	body .ms-skin-default .ms-bullet.ms-bullet-selected {
		background: #af0032;
	}
	body .ms-skin-default .ms-nav-next {
		right: -28px;
		transition: right 0.2s ease-in-out;
	}
	body .ms-skin-default .ms-nav-next:hover,
	body .ms-skin-default .ms-nav-next:focus {
		right: -32px;
	}
	body .ms-skin-default .ms-nav-prev {
		left: -28px;
		transition: left 0.2s ease-in-out;
	}
	body .ms-skin-default .ms-nav-prev:hover,
	body .ms-skin-default .ms-nav-prev:focus {
		left: -32px;
	}

	/* wp-caption */
	.entry-content .wp-caption {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.entry-content table .wp-caption {
		width: auto!important;
	}
	.entry-content table .wp-caption.aligncenter {
		text-align: center;
	}
	.entry-content .wp-caption .wp-caption-text {
		text-align: center;
		color: #666;
		text-indent: 0;
	}

	/* .footer_links */
	.footer_links {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: stretch;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		border-top: 1px solid #E4005A;
		box-shadow: 0 0 5px rgba(255,77,0,0.5);
		z-index: 3;
	}
	.footer_links > * {
		width: 50%;
		flex-basis: 50%;
	}
	.footer_links a {
		display: table;
		min-height: 44px;
		width: 50%;
		border-right: 1px solid #E4005A;
		text-decoration: none;
		font-size: 130%;
		font-weight: bold;
		color: #E4005A;
		letter-spacing: 0.08em;
		background: #fff;
		line-height: 1.1;
	}
	.footer_links a.access {
		background: #E4005A;
		color: #FFF;
	}
	.footer_links a:last-child {
		border-right: 0;
	}
	.footer_links a > span {
		display: table-cell;
		vertical-align: middle;
		text-align:center;
		transform: translateY(-3px);
	}
	.footer_links a.tel > span {
		padding-left: 35px;
		background: url(./assets/images/TEL.png) no-repeat left 4% top 13px / 26px auto;
	}
	.footer_links a.access > span {
		padding-left: 40px;
		background: url(./assets/images/SHOP.png) no-repeat left 5% top 13px / 26px auto;
	}

	/* contact form popup */
	.form_popup {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
	}
	.form_popup .inner {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.form_popup .inner .form_wrapper {
		display: inline-block;
		padding: 15px 20px;
		border-radius: 7px;
		background: #fff;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
		text-align: left;
	}
	.form_popup .inner .form_wrapper label {
		font-weight: bold;
		font-size: 95%;
		padding: 3px 0 3px 18px;
		margin-bottom: 5px;
		position: relative;
	}
	.form_popup .inner .form_wrapper label:after {
		position: absolute;
		left: 0;
		top: 7px;
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		background: #333;
	}
	.form_popup .inner .form_wrapper input[type="text"],
	.form_popup .inner .form_wrapper input[type="email"],
	.form_popup .inner .form_wrapper input[type="tel"],
	.form_popup .inner .form_wrapper input[type="url"],
	.form_popup .inner .form_wrapper input[type="password"],
	.form_popup .inner .form_wrapper textarea {
		padding: 3px 5px;
		font-size: 18px;
		border: 1px solid #aaa;
		border-radius: 3px;
		font-weight: 700;
		width: 97%;
		width: -webkit-calc( 100% - 12px );
		width: -moz-calc( 100% - 12px );
		width: -ms-calc( 100% - 12px );
		width: -o-calc( 100% - 12px );
		width: calc( 100% - 12px );
		line-height: 1.4;
		letter-spacing: 0.05em;
		font-family: "游ゴシック", "Yu Gothic", "M PLUS 1p", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	}
	.form_popup .inner .form_wrapper .wpcf7-form-control-wrap {
		margin-bottom: 5px;
		display: block;
	}
	.form_popup .inner .form_wrapper input[type="submit"] {
		padding: 5px 10px;
		border: 0;
		background: #F35104;
		font-size: 110%;
		font-weight: bold;
		color: #fff;
		letter-spacing: 0.08em;
		border-bottom: 3px solid #bb8046;
		outline: 0;
		border-radius: 3px;
	}
/*	.form_popup .inner .form_wrapper input[type="submit"]:focus,*/
	.form_popup .inner .form_wrapper input[type="submit"]:active {
		border-bottom: 0px;
		margin-top: 3px;
	}
	.form_popup.toggled-on {
		display: table;
	}

	.site-footer .widget_nav_menu > div > ul {
		list-style-type: none;
		margin-left: 0;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.site-footer .widget_nav_menu > div > ul > li {
		padding: 2px 0;
		text-align: center;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 15px;
	}
	.site-footer .widget_nav_menu > div > ul > li > a {
		padding: 5px 15px;
		border: 1px solid #fff;
		display: inline-block;
	}

	/* news_list */
	.entry-content .news_list {
		list-style-type: none;
		margin: 0 0 30px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.entry-content .news_list > li {
		width: 50%;
		flex-basis: 50%;
		margin-bottom: 15px;
	}
	.entry-content .news_list > li .news_box {
		display: block;
		background: #fff;
		width: 90%;
		margin: 0 auto;
		text-decoration: none;
	}
	.entry-content .news_list > li .news_box .genre {
		font-size: 75%;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 3px;
		position: relative;
		padding-right: 65px;
	}
	.entry-content .news_list > li .news_box .genre .date {
		position: absolute;
		right: 0;
		bottom: 3px;
		color: #ccc;
	}
	.entry-content .news_list > li .news_box .genre span {
		display: inline-block;
		padding: 0px 10px;
		margin: 0 10px 5px 0;
		color: #70C4E8;
		text-align: center;
		border: 1px solid #70C4E8;
		border-radius: 8px;
	}
	.entry-content .news_list > li .news_box .thumb {
		position: relative;
		background-position: center;
		background-color: #ccc;
		background-repeat: no-repeat;
		background-image: url(./assets/images/now_printing.png);
	}
	.entry-content .news_list > li .news_box .thumb[style*="background-image"] {
		background-size: cover;
	}
	.entry-content .news_list > li .news_box .thumb:after {
		content: "";
		display: block;
		padding-top: 75%;
	}
	.entry-content .news_list > li .news_box h4 {
		color: #F35104;
/*		width: 80%;*/
		margin: 8px 0 0;
		padding: 0 0 0 15px;
	}
	.entry-content .news_list > li .news_box h4:before {
		left: 0;
	}

	/* --- design fix --- */
	* > *:last-child {
		margin-bottom: 0;
	}

	#work_search ul {
		list-style-type: none;
		margin-left: 0;
		margin-right: 0;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#work_search ul li {
		margin: 0 10px 5px 0;
	}
	#work_search ul a,
	#work_search ul button {
		background: #fff;
		border: 1px solid #E4005A;
		border-radius: 5px;
		padding: 5px 10px;
		line-height: 22px;
		outline: none;
	}
	#work_search ul a:hover,
	#work_search ul button:hover,
	#work_search ul li.checked a,
	#work_search ul li.checked button {
		background: #E4005A;
		color: #fff;
	}

	/* .shop_list */
	.entry-content .shop_list {
		list-style-type: none;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 0 30px;
	}
	.entry-content .shop_list > li {
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 15px;
	}
	.entry-content .shop_list > li > .shop_link {
		display: block;
		margin: 0 4.86% 10px;
		padding: 8px;
		text-decoration: none;
		transition: background 0.5s ease-in-out;
	}
	.entry-content .shop_list > li > .shop_link:hover {
		background: #eee;
	}
	.entry-content .shop_list > li > .shop_link .thumb {
		display: block;
		position: relative;
		background: #ccc;
		background-image: url(./assets/images/now_loading.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	.entry-content .shop_list > li > .shop_link .thumb .slide_up {
		position: absolute;
		display: none;
		left: 0;
		top: 0;
		width: calc( 100% - 14px );
		height: calc( 100% - 14px );
		padding: 7px;
		color: #fff;
		opacity: 0;
		font-size: 90%;
		transition: opacity 0.5s ease-in-out;
		line-height: 1.2;
	}
	.entry-content .shop_list > li > .shop_link:hover .thumb .slide_up {
		opacity: 1;
	}
	.entry-content .shop_list > li > .shop_link .thumb .slide_up > span {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 4px;
	}
	.entry-content .shop_list > li > .shop_link .thumb .slide_up > span span.midashi {
		background: #fff;
		color: #333;
		font-size: 85%;
		font-weight: bold;
		padding: 3px 0px;
		text-align: center;
		border-radius: 5px;
		margin-right: 7px;
		width: 70px;
		flex-basis: 70px;
	}
	.entry-content .shop_list > li > .shop_link .thumb .slide_up > span span.content {
		width: calc( 100% - 77px );
		flex-basis: calc( 100% - 77px );
	}
	.entry-content .shop_list > li > .shop_link .thumb .slide_up > span span.content span:nth-of-type(2n),
	.entry-content .shop_list > li > .shop_link .thumb .slide_up > span span.content br:nth-of-type(2n) {
		display: none;
	}
	.entry-content .shop_list > li > .shop_link .thumb[style*="background-image"] {
		background-size: cover;
	}
	.entry-content .shop_list > li > .shop_link .thumb:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
		transition: background-color 0.5s ease-in-out;
	}
	.entry-content .shop_list > li > .shop_link:hover .thumb:before {
		background-color: rgba(0,0,0,0.35);
	}
	.entry-content .shop_list > li > .shop_link .thumb:after {
		content: "";
		display: block;
		padding-top: 75%;
	}
	.entry-content .shop_list > li > .shop_link h3 {
		margin: 14px 10px 10px;
		padding: 2px 10px;
		font-size: 100%;
		background: none;
		text-align: center;
		border: 0;
		color: #333;
	}
	.entry-content .shop_list > li > .shop_link h3 + .genre_list + .slide_up {
		margin-bottom: 8px;
		font-size: 80%;
	}
	.entry-content .shop_list > li > .shop_link h3 + .genre_list + .slide_up th,
	.entry-content .shop_list > li > .shop_link h3 + .genre_list + .slide_up td {
		padding: 0.4em;
	}
	.entry-content .shop_list > li > .shop_link h3 + .genre_list + .slide_up th {
		vertical-align: top;
		white-space: nowrap;
	}
	.entry-content .shop_list > li > .shop_link .genre_list {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.entry-content .shop_list > li > .shop_link .genre_list span {
		display: inline-block;
		white-space: nowrap;
		font-size: 72%;
		background: #aaa;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-radius: 3px;
		padding: 3px 8px;
		margin: 0 4px 7px;
	}

	/* single-shop */
	.cat_list {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 auto 20px;
		padding: 0 0 0 70px;
		position: relative;
		max-width: 75%;
	}
	.cat_list > .heading {
		position: absolute;
		top: 3px;
		left: 0;
		color: #aaa;
		font-size: 85%;
	}
	.cat_list > span {
		display: inline-block;
		font-size: 78%;
		background: #aaa;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-radius: 3px;
		padding: 3px 8px;
		margin: 0 4px 5px;
	}
	.single-shops .content {
		margin: 0 10px 15px;
	}
	.single-shops .overview th {
		white-space: nowrap;
	}
	.single-shops .overview iframe[src*="maps"],
	.single-shops .overview iframe[data-src*="maps"] {
		width: 100%!important;
	}

	/* .shop_near */
	.entry-content .shop_near {
		list-style-type: none;
		margin: 0 0 30px 0;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.shop_near > li {
		width: 50%;
		flex-basis: 50%;
		margin-bottom: 20px;
	}
	.shop_near > li a {
		display: block;
		position: relative;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		background: #ccc url(./assets/images/now_loading.png) no-repeat center;
		margin: 0 10px;
	}
	.shop_near > li a:after {
		content: "";
		display: block;
		padding-top: 52.6%;
	}
	.shop_near > li a[style*="background-image"] {
		background-size: cover;
	}
	.shop_near > li a h4 {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 5px 0;
		margin: 0;
		text-align: center;
		background: rgba(0,0,0,0.4);
		color: #fff;
		font-size: 90%;
	}
	.shop_near > li a h4:before,
	.shop_near > li a h4:after {
		display: none;
	}

	/* recurit */
	.entry-content .recruit_list {
		list-style-type: none;
		margin: 0 0 30px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.entry-content .recruit_list > li {
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.entry-content .recruit_list > li .inner {
		margin: 0 20px;
		border: 1px solid #ccc;
/*		border-radius: 10px;*/
		padding: 10px 20px 0;
		box-shadow: 0 0 5px rgba(0,0,0,0.15);
		position: relative;
	}
	.entry-content .recruit_list > li .inner:before {
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		position: absolute;
		top: 0;
		left: 0;
		background: #e74c3c;
	}
	.entry-content .recruit_list > li .inner .genre {
		margin-top: 12px;
	}
	.entry-content .recruit_list > li .inner .genre > span {
		display: inline-block;
		background: #ff9933;
		color: #fff;
		font-weight: bold;
		font-size: 80%;
		padding: 6px 12px;
		margin: 0 12px 0 0;
		text-align: center;
		border-radius: 2px;
	}
	.entry-content .recruit_list > li .inner a {
		display: block;
		text-decoration: none;
	}
	.entry-content .recruit_list > li .inner h3 {
		margin-top: 10px;
		margin-right: 0px;
		margin-left: 0px;
	}
	.entry-content .recruit_list > li .inner .wrapper {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.entry-content .recruit_list > li .inner .wrapper > * {
		width: 100%;
		flex-basis: 100%;
	}
	.entry-content .recruit_list > li .inner .thumb {
		position: relative;
		background: #ccc;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.entry-content .recruit_list > li .inner .thumb[style*="background-image"] {
		background: no-repeat center / cover;
	}
	.entry-content .recruit_list > li .inner .thumb:after {
		content: "";
		display: block;
		padding-top: 75%;
	}
	.statusIcon,
	.entry-content .recruit_list > li .inner .wrapper > .content ul {
		list-style-type: none;
		margin: 0;
	}
	.statusIcon li,
	.entry-content .recruit_list > li .inner .wrapper > .content ul li {
		display: inline-block;
		white-space: nowrap;
		background: #fff;
		text-align: center;
		padding: 4px 6px;
		border: 1px solid #cccccc;
		border-radius: 4px;
		color: #444;
		font-size: 90%;
		margin: 0 10px 4px 0;
	}
	.single-recruits h3 {
		background: #f9f9f9;
		padding: 3px 3px 3px 8px;
		border-left: solid 5px #e74c3c;
		margin-bottom: 16px;
	}
	.single-recruits h4 {
		max-width: none;
		margin-left: 24px;
	}

	.sibling_links {
		position: fixed;
		top: 50%;
		display: inline-block;
		margin: 0;
		font-size: 0;
		font-weight: bold;
	}
	.sibling_links:hover {
		font-size: 110%;
	}
	.home .sibling_links {
		display: none;
	}
	.home.header_hide .sibling_links {
		display: inline-block;
	}
	.sibling_links > span {
		display: inline-block;
	}
	.sibling_links.next {
		right: 5px;
	}
	.sibling_links > span {
/*		width: 0;*/
		height: 40px;
		overflow: hidden;
		color: #E4005A;
		white-space: nowrap;
		line-height: 40px;
		transition: width 0.2s ease-in-out,padding 0.2s ease-in-out;
	}
/*
	.sibling_links:hover > span {
		width: 200px;
	}*/
	.sibling_links.next > span {
		text-align: right;
		padding: 12px 55px 12px 0px;
		background: url(./assets/images/sibling_link_next.png) no-repeat center right 5px;
	}
	.sibling_links.next:hover > span {
		padding: 12px 55px 12px 12px;
	}
	.sibling_links.prev {
		left: 5px;
	}
	.sibling_links.prev > span {
		padding: 12px 0px 12px 55px;
		background: url(./assets/images/sibling_link_prev.png) no-repeat center left 5px;
	}
	.sibling_links.prev:hover > span {
		padding: 12px 12px 12px 55px;
	}

	/* twitter */
/*
	.twitter-timeline { width:100%; max-height: 500px;height: 500px!important; overflow-y: auto; }
	.twtr-timeline { height:auto!important; }
*/

	#search_price {
		position: fixed;
		right: 0;
		top: 100px;
		top: calc( 50vh - 100px );
		z-index: 101;
		width: 70px;
		cursor: pointer;
	}
	#popup {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,0.3);
		z-index: 100;
		width: 100%;
		height: 100%;
	}
	#popup.disp {
		display: table;
	}
	#popup .inner {
		display: table-cell;
		vertical-align: middle;
	}
	#popup .inner .bg_white {
		background: #fff;
		min-width: 500px;
		min-height: 800px;
		margin: 0 auto;
	}
	#popup .inner .bg_white iframe {
		width: 100%;
		height: 100%;
		min-height: 800px;
	}

	.price_search {
/*
		position: relative;
		width: 100%;
		padding-top: 56.25%;
*/
		width: 100%;
		min-height: calc( 100vh - 200px );
		overflow:auto; 
		-webkit-overflow-scrolling:touch;
	}
	.price_search iframe {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display:block;
	}
}

@media print,screen and ( min-width: 30em ) {

	/* --- footer --- */
	.widget-area .widget-column {
		margin-bottom: 10px;
	}

	/* .shop_list */
	.entry-content .shop_list > li {
		width: 50%;
		flex-basis: 50%;
	}
}

@media print,screen and ( min-width: 600px ) and ( max-width: 767px ) {
	.widget-area .widget-column:nth-child(2n) {
		margin-right: 0;
	}
	.widget-area .widget-column:nth-child(2n+1) {
		margin-left: 0;
	}

	/* news_list */
	.entry-content .news_list > li {
		width: 33%;
		flex-basis: 33%;
	}
}

@media print,screen and ( min-width: 768px ) {

	html[lang="ja"] body {
		font-size: 90%;
	}

	#spcover,
	#spcover.toggled-on {
		display: none;
	}

	/* --- google map umekomi --- */
	.entry-content > p > iframe[src*="maps"][width="100%"],
	.entry-content > .mapiframe > p > iframe[src*="maps"][width="100%"] {
		width: 100%;
	}

	/* --- header --- */
	#breadcrumb {
		flex-wrap: wrap;
	}
	#breadcrumb.left_margin ul {
		padding-left: 280px;
	}
	#breadcrumb ul {
		font-size: 75%;
		padding: 5px 2em;
	}
	#breadcrumb ul li a {
		padding: 2px 5px;
	}
	.site-header {
		padding-top: 0;
		padding-bottom: 5px;
		position: fixed;
		transition: all 0.3s ease-in-out;
	}
	.admin-bar .site-header {
		top: 32px;
	}
/*
	.home:not(.header_hide) .site-header {
		background: transparent;
		background: rgba(0,0,0,0.2);
	}
	.home.header_hide .site-header {
		background: #222a35;
	}
*/
/*
	.header_hide .site-header {
		top: -117px;
	}
*/
	.main-navigation li button.dropdown-toggle {
		display: none;
	}
	.main-navigation ul ul.sub-menu {
		display: block;
	}
	.toggled-on .site-branding .wrap .custom-logo-link {
		box-shadow: none!important;
	}
	.site-branding .wrap .custom-logo-link {
		max-width: 180px;
	}
	.site-branding .wrap {
		flex-wrap: wrap;
	}
	body:not(.home) .site-branding .wrap,
	body.home.header_hide .site-branding .wrap {
		justify-content: flex-end;
	}
	.site-branding .wrap .logos {
		padding: 0 10px;
/*		border-radius: 0 0 20px 0;*/
		transition: all 0.3s ease-in-out;
	}
	body:not(.home) .site-branding .wrap .logos,
	body.home.header_hide .site-branding .wrap .logos {
/*		background: #222a35;*/
		position: absolute;
		top: 18px;
		left: 0;
		border-radius: 0 0 5px 5px;
	}
	.site-description {
		display: block;
	}
/*
	.menu_hide .site-branding .wrap .logos {
		padding: 0 10px 0 133px;
	}
*/
	/* --- menu-toggle --- */
	.menu-toggle,
	.menu-toggle.toggled-on {
/*
		right: auto;
		left: -123px;
		width: 123px;
		height: 114px;
		transition: all 0.3s ease-in-out;
*/
		display: none;
	}
/*
	.menu-toggle[aria-expanded="true"] + div {
		position: static;
		width: auto;
		padding: 0;
		box-shadow: none;
	}
/*	.menu_hide .menu-toggle {
		left: 0;
	}
*/
	/* --- navigation --- */
	.navigation-top {
/*		background: rgba(255,255,255,0.3);
		width: 200px;*/
		transition: all 0.3s ease-in-out;
		position: static; 
	}
/*
	.menu_hide .navigation-top {
		left: -200px;
	}
	.menu_hide.toggled-on .navigation-top {
		left: 0;
		background: rgba(255,255,255,0.95);
	}
*/
	.navigation-top .main-navigation {
	}
	.navigation-top .main-navigation.toggled-on > div > ul,
	.navigation-top .main-navigation > div > ul {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		margin: 0;
	}
	.navigation-top .main-navigation > div > ul > li {
		flex: 1;
		border-bottom: 0;
		position:relative;
	}
	_:-ms-lang(x)::-ms-backdrop, .navigation-top .main-navigation > div > ul > li {
			flex: none;
			width: auto;
			flex-basis: auto;
	} /* IE11 */
	.navigation-top .main-navigation > div > ul > li.denwa {
		display: block;
	}
	.navigation-top .main-navigation > div > ul > li li {
		border-top: 0;
		position: relative;
		padding-left: 0;
	}

	.navigation-top .main-navigation > div > ul > li li:after {
		position: absolute;
		content: "";
		left: 10%;
		top: 0;
		width: 80%;
		height: 0;
		border-top: 1px dotted #ccc;
		display: block;
	}
	.navigation-top .main-navigation > div > ul > li li:first-child:after {
		display: none;
	}
/*
	.navigation-top .main-navigation > div > ul > li li:first-child {
		border-top: 0;
	}
*/
	.navigation-top .main-navigation > div > ul > li a {
		font-size: 100%;
		white-space: nowrap;
		padding: 4px 0.7vw 8px;
		position: relative;
		background-image: none;
		background-image: unset;
		color: #565656;
		line-height: 1.3;
		font-size: clamp(10px,1.5vw,16px);
	}
	.navigation-top .main-navigation > div > ul > li.current-menu-item > a {
/*		background-color: #39506b;
		border-radius: 10px;*/
		background: transparent;
		border-bottom: #EFCEDB solid 2px;
	}
	.navigation-top .main-navigation > div > ul > li:not(.denwa) > a:hover {
		background: #FF971E;
		color: #fff;
	}
	.navigation-top .main-navigation > div > ul > li li a {
		color: #333;
		padding-top: 12px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.navigation-top .main-navigation > div > ul > li li a:hover {
		color: #fff;
	}
/*
	.home:not(.header_hide) .navigation-top .main-navigation > div > ul > li a {
		color: #fff;
	}
*/	.navigation-top .main-navigation > div > ul ul > li > a:after {
		display: none;
	}
	.navigation-top .main-navigation > div > ul > li a span.subtitle {
		margin-left: 0;
		display: block;
	}
/*
	.navigation-top .main-navigation > div > ul > li > a:before {
		content: "";
		display: block;
		width: 1px;
		height: 1.2em;
		background: #777;
		position: absolute;
		right: 0;
		top: 9px;
	}
*/
/*
	.navigation-top .main-navigation > div > ul > li:last-of-type a:before {
		display: none;
	}
/*
	.navigation-top .main-navigation > div > ul > li.current-menu-item > a,
	.navigation-top .main-navigation > div > ul > li > a:hover {
		color: #8cc22e;
	}
	.navigation-top .main-navigation > div > ul > li.current-menu-item > a:after,
	.navigation-top .main-navigation > div > ul > li > a:hover:after {
		content: "";
		display: block;
		width: 80%;
		width: calc( 100% - 30px );
		height: 2px;
		background: #8cc22e;
		position: absolute;
		bottom: 0;
		left: 15px;
	}
*/
	.menu-toggle:before, .menu-toggle:after, .menu-toggle span.middle {
		width: 45px;
		height: 3px;
		margin: 0 auto 10px;
	}
	.menu-toggle[aria-expanded="true"]:after {
		margin-top: -26px;
	}
	.menu-toggle span.text {
		transform: scale(1);
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation ul ul {
		background: #fff;
		border-radius: 10px;
/*		overflow: hidden;*/
/*		border: 1px solid #bbb;*/
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		font-size: 80%;
		margin-left: 0;
	}
	.main-navigation ul ul ul {
		top: 0;
		font-size: 100%;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;
/*		width: 100%;*/
	}

	.main-navigation > div > ul > li.menu-item-has-children:before,
	.main-navigation > div > ul > li.menu-item-has-children:after,
	.main-navigation > div > ul > li.page_item_has_children:before,
	.main-navigation > div > ul > li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 45%;
		right: -webkit-calc( 50% - 6px );
		right: -moz-calc( 50% - 6px );
		right: -ms-calc( 50% - 6px );
		right: -o-calc( 50% - 6px );
		right: calc( 50% - 6px );
		bottom: 0px;
		width: 0;
		z-index: 99999;
	}

	.main-navigation > div > ul > li.menu-item-has-children.focus:before,
	.main-navigation > div > ul > li.menu-item-has-children:hover:before,
	.main-navigation > div > ul > li.menu-item-has-children.focus:after,
	.main-navigation > div > ul > li.menu-item-has-children:hover:after,
	.main-navigation > div > ul > li.page_item_has_children.focus:before,
	.main-navigation > div > ul > li.page_item_has_children:hover:before,
	.main-navigation > div > ul > li.page_item_has_children.focus:after,
	.main-navigation > div > ul > li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation > div > ul > li.menu-item-has-children:before,
	.main-navigation > div > ul > li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
		display: none!important;
	}

	.main-navigation > div > ul > li.menu-item-has-children:after,
	.main-navigation > div > ul > li.page_item_has_children:after {
		border-color: transparent transparent #fff;
/*		box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
		filter: drop-shadow(0 -4px 5px rgba(0,0,0,0.3));
	}


	.main-navigation ul ul li.menu-item-has-children:before,
	.main-navigation ul ul li.menu-item-has-children:after,
	.main-navigation ul ul li.page_item_has_children:before,
	.main-navigation ul ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 0 0;
		border-color: transparent #fff transparent transparent;
		content: "";
		display: none;
		height: 0;
		width: 0;
		position: absolute;
		top: 0.5em;
/*
		top: -webkit-calc( 50% - 6px );
		top: -moz-calc( 50% - 6px );
		top: -ms-calc( 50% - 6px );
		top: -o-calc( 50% - 6px );
		top: calc( 50% - 6px );
*/
		left: 100%;
		filter: drop-shadow(0 -4px 5px rgba(0,0,0,0.3));
		z-index: 99999;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: block;
	}


	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #767676;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

	/* --- keyvisual --- */
/*
	.custom-header {
		margin-left: 200px;
		max-width: calc( 100vw - 200px );
	}
*/
	.master-slider {
		width: 100%!important;
		margin: 0!important;
	}
	.slide-header-media .wrap {
		padding: 70px 4em 120px;
	}
	.slide-header-media .flex_box > div:first-child {
		text-align: left;
	}
	.ms-slide-info > .ms-info {
		display: block;
	}

	/* page title */
	.blog .page-header.square .wrap,
	.archive .page-header.square .wrap,
	.page .entry-header.square .wrap,
	.single .entry-header.square .wrap {
		padding: 30px 0;
		position: static;
	}
	.blog .page-header.square .page-title,
	.archive .page-header.square .page-title,
	.page .entry-header.square .entry-title,
	.single .entry-header.square .entry-title {
		padding-right: 200px;
	}
	.blog .header-title span.square > span > span,
	.archive .header-title span.square > span > span,
	.page .header-title span.square > span > span,
	.single .header-title span.square > span > span {
		width: 200px;
	}

	/* --- content --- */
	.wrap {
		padding-left: 2em;
		padding-right: 2em;
	}
	.entry-content {
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}
	body:not(.home) .site-content {
		min-height: 350px;
	}
/*
	.entry-content > h3 {
		max-width: 950px;
		margin-left: auto;
		margin-right: auto;
	}*/

	.entry-content > .ie_pwrap,
	.entry-content > p {
		margin-left: 40px;
		margin-right: 40px;
	}
	.entry-content > table:not(.aligncenter):not(.alignright),
	.entry-content > table.alignleft {
		margin-left: 60px;
	}

	.entry-content > ul,
	.entry-content > ol {
		margin-left: 100px;
		margin-right: 40px;
	}

	.entry-content:before,
	.entry-content:after {
		content: "";
		display: table;
		clear: both;
	}

	/* --- footer --- */
	.widget-area .widget-column {
		width: 31.3%;
		flex-basis: 31.3%;
	}

	/* --- custom css --- */

	/* info_list */
	.entry-content .info_list > li a .catwrap + div {
		margin-top: 0;
		width: -webkit-calc( 100% - 266px );
		width: -moz-calc( 100% - 266px );
		width: -ms-calc( 100% - 266px );
		width: -o-calc( 100% - 266px );
		width: calc( 100% - 266px );
		flex-basis: -webkit-calc( 100% - 266px );
		flex-basis: -moz-calc( 100% - 266px );
		flex-basis: -ms-calc( 100% - 266px );
		flex-basis: -o-calc( 100% - 266px );
		flex-basis: calc( 100% - 266px );
	}

	/* pagenation */
	.pagenation {
		flex-direction: row-reverse;
	}
	.pagenation > div {
		width: 50%;
		flex-basis: 50%;
	}
	.pagenation > div.next {
		margin-left: auto;
	}
	.pagenation > div.prev {
		margin-right: auto;
	}

	/* --- footer --- */
	/* .footer_links */
	.footer_links {
		display: none;
	}
	.site-footer .widget_nav_menu > div > ul > li {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
		flex-basis: auto;
		margin-bottom: 0;
	}
	.site-footer .widget_nav_menu > div > ul > li > a {
		padding: 0;
		border: 0;
		display: inline;
	}
	#secondary.widget-area h2.widget-title {
		font-size: 100%;
		padding: 8px 32px 8px 12px;
/*		margin-left: 0;*/
	}
	#secondary.widget-area h2.widget-title.toggled-on {
		margin-left: 200px;
	}
	#secondary.widget-area h2.widget-title:before {
		position: absolute;
		font-size: inherit;
	}

	/* --- map --- */
	.entry-content p.mapiframe_wrapper:after {
		padding-top: 35%;
	}

	/* news_list */
	.entry-content .news_list > li {
		width: 25%;
		flex-basis: 25%;
	}

	/* .shop_list */
	.entry-content .shop_list > li {
		width: 33.3%;
		flex-basis: 33.3%;
	}

	/* single-shop */
	.single-shops .no_honbun {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.single-shops .no_honbun .width70pc {
		margin-left: auto;
		margin-right: auto;
	}

	/* .shop_near */
	.shop_near > li {
		width: 33.3%;
		flex-basis: 33.3%;
	}

	/* recruit */
/*
	.entry-content .recruit_list > li {
		width: 50%;
		flex-basis: 50%;
	}
*/
	.entry-content .recruit_list > li .inner .thumb {
		max-width: none;
	}
	.entry-content .recruit_list > li .inner .wrapper .content {
		font-size: 80%;
	}
	.entry-content .recruit_list > li .inner .wrapper > * {
		width: 50%;
		flex-basis: 50%;
	}
	.price_search {
		min-height: calc( 100vh - 65px );
	}
/*
	.sibling_links {
		font-size: 120%;
	}
*/
/*
	.sibling_links:hover > span {
		width: 200px;
	}
*/
}
/*
@media print,screen and ( min-width: 768px ) and ( max-width: 1400px ) {
	body:not(.home) .entry-content {
		transition: padding-left 0.3s ease-in-out;
	}
	body:not(.home):not(.menu_hide) .entry-content {
		padding-left: 200px;
	}
}
*/
/*
@media print,screen and ( min-width: 768px ) and ( max-width: 940px ) {
	.site-branding .wrap .custom-logo-link {
		width: 240px;
	}
	.navigation-top .main-navigation > div > ul > li > a {
		font-size: 85%;
	}
	.navigation-top .main-navigation > div > ul > li a {
		padding-left: 8px;
		padding-right: 8px;
	}
	.navigation-top .main-navigation > div > ul > li.current-menu-item > a:after,
	.navigation-top .main-navigation > div > ul > li > a:hover:after {
		left: 0;
		width: 100%;
	}
}*/

@media print,screen and ( min-width: 768px ) and ( max-width: 1020px ) {
	.widget-area .widget-column:nth-child(3n) {
		margin-right: 0;
	}
	.widget-area .widget-column:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media print,screen and ( min-width: 1021px ) {
	/* --- footer --- */
	.widget-area .widget-column {
		width: 22%;
		flex-basis: 22%;
	}
	.widget-area .widget-column:nth-child(4n) {
		margin-right: 0;
	}
	.widget-area .widget-column:nth-child(4n+1) {
		margin-left: 0;
	}

	/* page title */
	.blog .page-header.square .page-title,
	.archive .page-header.square .page-title,
	.page .entry-header.square .entry-title,
	.single .entry-header.square .entry-title {
		padding-right: 290px;
	}
	.blog .header-title span.square > span > span,
	.archive .header-title span.square > span > span,
	.page .header-title span.square > span > span,
	.single .header-title span.square > span > span {
		width: 280px;
	}

	/* .shop_near */
	.shop_near > li {
		width: 25%;
		flex-basis: 25%;
	}
}

@media print,screen and ( min-width: 1072px ) { /* 67em */
}

@media print,screen and ( min-width: 1280px ) {
	.blog .page-header {
		margin-left: 0;
		margin-right: 0;
	}

	/* .shop_list */
	.entry-content .shop_list > li {
		width: 25%;
		flex-basis: 25%;
	}
}
@media print,screen and ( min-width: 1500px ) {
	.wrap {
		max-width: 1400px;
	}
	#breadcrumb.left_margin {
		max-width: 1400px;
	}
	#secondary.widget-area {
		right: calc( ( 100vw - 1400px ) / 2 );
/*		min-width: 270px;*/
	}
	.entry-content .shop_list > li > .shop_link .thumb .slide_up {
		line-height: 1.4;
	}
	.entry-content .shop_list > li > .shop_link .thumb .slide_up > span {
		margin-bottom: 6px;
	}

}
@media print,screen and ( min-width: 1800px ) {
	.wrap {
		max-width: 1700px;
	}
	#breadcrumb.left_margin {
		max-width: 1700px;
	}
}
@media screen and ( max-width: 767px ) {
	#wpfront-scroll-top-container {
		bottom: 80px!important;
	}
	.widget-area .widget-column:last-child {
		width: 100%;
		flex-basis: 100%;
		text-align: center!important;
	}

	.navigation-top {
		width: 100%;
		top: -999px;
	}
	.navigation-top > .main-navigation.toggled-on {
/*
		height: 90vh;
		height: -webkit-calc( 100vh - 183px );
		height: -moz-calc( 100vh - 183px );
		height: -ms-calc( 100vh - 183px );
		height: -o-calc( 100vh - 183px );
		height: calc( 100vh - 183px );
*/
		overflow-y: auto;
		max-height: 73vh;
		background: #fff;
	}
	.admin-bar .navigation-top > .main-navigation.toggled-on {
		height: -webkit-calc( 100vh - 229px );
		height: -moz-calc( 100vh - 229px );
		height: -ms-calc( 100vh - 229px );
		height: -o-calc( 100vh - 229px );
		height: calc( 100vh - 229px );
	}
	footer .widget a.ibutton {
		min-width: 140px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.site-footer .widget_nav_menu > div > ul > li > a {
		min-width: 140px;
		text-decoration: none;
	}
}

@media screen and ( max-width: 620px ) {
	.entry-content .info_list {
		padding: 0;
	}
	#search_price {
/*		top: 50px;*/
		width: 40px;
	}
}

@media screen and ( max-width: 550px ) {
	#popup .inner .bg_white {
		min-width: unset;
	}
}

@media screen and ( max-width: 480px ) {
	h2.widget-area-title {
		text-align: center;
	}
	.widget-area .widget-column {
		text-align: center!important;
	}

	/* page title */
	.blog .header-title span.square > span > span,
	.archive .header-title span.square > span > span,
	.page .header-title span.square > span > span,
	.single .header-title span.square > span > span {
		width: 150px;
	}
	.blog .page-header.square .page-title,
	.archive .page-header.square .page-title,
	.page .entry-header.square .entry-title,
	.single .entry-header.square .entry-title {
		padding-right: 140px;
		letter-spacing: 0.05em!important;
		font-size: 140%;
	}

	/* info_list */
	.entry-content .info_list > li a .catwrap,
	.entry-content .info_list > li a .catwrap + div {
		margin-left: 0;
	}
	.entry-content .info_list > li a .catwrap {
		margin-bottom: 5px;
	}
	.entry-content .info_list > li a .catwrap > .cat_name {
		font-size: 90%;
	}
	.entry-content .info_list > li a .catwrap > * {
		width: 50%;
		flex-basis: 50%;
	}

	/* .footer_links */
	.footer_links a {
		font-size: 100%;
	}
/*
	.footer_links a.tel > span {
		background-position: left 5px top 12px;
	}
*/
}
