/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

body {
	font-size:17px !important;
	line-height:100%;
	font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
	font-weight:600 !important;
	background-color: #FFF !important;
}
a {
	text-decoration: none;
}
a:link {
	border: 0;
	text-decoration: none;
	padding: 0;
	margin: 0;
	outline: none;
	color: inherit;
}

a:focus {
	border: 0;
	text-decoration: none;
	padding: 0;
	margin: 0;
	outline: none;
	color: inherit;
}

a:visited {
	border: 0;
	text-decoration: none;
	padding: 0;
	margin: 0;
	outline: none;
	color: inherit;
}

a:active {
	border: 0;
	text-decoration: none;
	padding: 0;
	margin: 0;
	outline: none;
	color: inherit;
}
a:hover {
	text-decoration-style: unset !important;
}

a:focus, a:active {
	color: var(--global--color-primary) !important;
	/* background-color: var(--global--color-background) !important; */
}
a[href^="tel:"] {
    cursor: default;
}

ul, ol {
	font-family: 'HiraKakuProN-W6','ヒラギノ角ゴ ProN W6','HiraKakuPro','ヒラギノ角ゴ Pro','Noto Sans Japanese','Meiryo','メイリオ','Yu Gothic Medium','游ゴシック Medium', sans-serif !important;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: transparent !important;
}

.header-wrap{
	width:100%;
	height: 584px;
	background-image: url(../../../../../images/blog_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 8px solid #f2a7bf;
}

.header{
	font-family: 'rounded-mplus-1c';
	margin:0 60px 0;
	padding-top: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}

.header-left{
	width: 490px;
}

.header-left > h1 {
	font-size: initial;
}

.header-left img{
	max-width:100%;
}

.header-right{
	display: flex;
	column-gap: 32px;
}
.header-right_box1 {
	width: 60px;
	height: 60px;
}
.header-right_box1 img {
	max-width: 100%;
}
.header-right_box2 {
	font-weight: 500;
}
.header-right_box2 > span {
	font-size: 16px !important;
	color: #3f210e;
	display: inline-block;
	margin-bottom: 8px;
}

.header-right_tel{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 4px;
}
.header-right_tel p {
	width: 34px;
	height: 34px;
}
.header-right_tel p img{
	max-width: 100%;
}

.header-right_tel a{
	width: 223px;
	height: 27px;
	/* font-size:26px; */
	display:inline-block;
}

.header-right_tel a > img {
	max-width: 100%;
}

.header-right-address{
	text-align:right;
}

.navi-wrap{
	width:100%;
}

.navi-wrap nav{
	max-width:1200px;
	margin:0 auto;
}


.navi-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom:30px;
	padding-left: 0 !important;
	list-style: none;
}

.navi-list li{
	/* width:12.5%; */
	width: calc(100% / 6);
	text-align:center;
	font-size:22.5px;
	border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.navi-list li a{
	display:block;
	padding:30px 0;
}

.navi-item01{
	border-left: 1px solid rgba(0, 0, 0, 0.4);
}

.navi-item02 a{
	transform:scaleX(0.9);
	display:block;

}

.navi-item06 a{
	transform:scaleX(0.75);
	letter-spacing:-0.2em;
	display:block;
}

.main-v{
	width:100%;
	height:330px;
	background :#45b79c;
	background-size:cover;
	text-align:center;
}

.main-v img{
	max-width:1200px;
	width:100%;
	height:330px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.title {
	font-family: 'rounded-mplus-1c';
	font-weight: 500;
	display: grid;
	place-items: center;
	color: #3f210e;
	position: relative;
	top: 30%;
	transform: translateY(-50%);
}

.title .title_jp {
	font-size: 48px;
}

.title .title_en {
	/* font-size: 24px; */
	width: 61px;
	height: 25px;
}

.title .title_en > img {
	max-width: 100%;
}

.categories-menu {
	width: 100%;
	height: 300px;
	text-align: center;
	margin: 104px auto 0;
	padding: 0 60px;
}

.categories-menu {
	background-image:
		url(../../../../../images/blog_bg-top-left.png),
		url(../../../../../images/blog_bg-top-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 60px top, right 60px top;
}

.categories-menu select {
	width: 324px;
	height: 63px;
	font-family: 'rounded-mplus-1c';
	font-weight: 400;
	font-size: 24px;
	border: 2px solid #f2a7bf !important;
	border-radius: 6px;
	margin-top: 52px;
}

.main-title-wrap{
	width:100%;
}

.main-title{
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	padding:86px 0;
}

.site-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 1000px;
	column-gap: calc((1000px - 290px * 3) / 2);
	margin: 0 auto;
	/* padding-bottom: calc( var(--global--spacing-vertical) * 3 ) !important; */
}

.site-main > * {
	width: calc(1000px / 3 - 42px);
	max-width: 290px;
	margin-top: 0 !important;
}

.no-results {
	width: 100%;
	max-width: fit-content;
}

.thumbnail {
	width: 290px;
	height: 290px;
	position: relative;
}

.thumbnail img {
	width: 100%;
	height: 290px !important;
	object-fit: cover;
	border-radius: 16px;
}

.post-thumbnail .wp-post-image {
	width: 290px !important;
	height: 290px !important;
	object-fit: cover;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-radius: 16px;
}

.post-thumbnail .wp-post-image > img {
	max-width: 100% !important;
}

.cat-name {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(242, 167, 191, .8);
	border-radius: 0 0 16px 16px;
	padding: 24px 0;
	text-align: center;
}
.cat-name > span {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.1em;
}

.page-header.alignwide {
	display: none;
}

.entry-title-list {
	font-size: 18px !important;
	margin: 0 auto 15px !important;
}
.entry-title-list a {
	text-decoration: none;
}

.entry-title-list a:hover {
	text-decoration-style: none;
}

.entry-title {
	max-width: 1000px !important;
	font-size: 24px !important;
	margin: 0 auto 25px !important;
	padding: 0 0 25px !important;
}
.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration-style: none;
}

.post-date {
	width: 100%;
	margin: 28px auto 0 !important;
}

.post-date p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
}

.acf-content {
	width: 100%;
	margin: auto !important;
}

.acf-content p {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.8px;
	min-height: 180px;
}

.list-btn {
	text-align: center;
	margin-top: 48px;
}
.list-btn a {
	display: inline-block;
	color: #186b53;
	border: 2px solid #186b53;
	border-radius: 10px;
	text-align: center;
	padding: 15px 45px;
	min-width: 320px;
	transition: .3s;
	position: relative;
	z-index: 0;
}
.list-btn a:active {
	color: #186b53 !important;
}

.singular .entry-header {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* .entry-content {
	display: grid;
	grid-template-columns: 600px 1fr;
	grid-template-rows: 60px 1fr;
	grid-template-areas:
		"areaA areaA"
		"areaB areaC";
	gap: 0 40px;
	max-width: 1200px;
} */

.entry-content {
	max-width: 1000px;
	margin: 0 auto;
}

.entry-content p {
	width: 100%;
	font-size: 18px;
	font-weight: normal !important;
	line-height: 1.5;
}

.entry-content p a {
	text-decoration: underline;
}
.entry-content p.txt-link {
	max-width: 1000px !important;
	grid-column: span 2;
	grid-row: span 2;
	font-size: 38px;
	text-align: center;
	margin-top: 0 !important;
	margin-bottom: 60px !important;
}
.entry-content p.txt-link a {
	display: block;
	color: #f80000;
	padding: 6px 0;
	text-decoration: underline #f80000;
}

.entry-content p.txt-only {
	max-width: 800px !important;
	grid-column: span 2;
	grid-row: span 2;
	font-size: 22px;
	text-align: left;
	margin-top: -72px !important;
	margin-bottom: 60px !important;
}

.entry-content p.txt-only-12 {
	max-width: 800px !important;
	grid-column: span 2;
	grid-row: span 2;
	font-size: 22px;
	text-align: left;
	margin-top: -72px !important;
	margin-bottom: 0 !important;
}

.entry-content p.txt-only-wide {
	max-width: 990px !important;
	grid-column: span 2;
	grid-row: span 2;
	font-size: 22px;
	text-align: left;
	margin-top: -72px !important;
	margin-bottom: 60px !important;
}

.entry-content ul.wp-block-list {
	line-height: 1.5;
}

.entry-content > iframe[style] {
	width: 100%;
	height: 450px;
}

.pbl {
	padding-bottom: 102px;
}

.site-main > .navigation {
	display: none;
}

.footer-navigation {
	width: 100%;
	height: 240px;
	text-align: center;
	margin: 0 auto !important;
	padding: 0 60px;
}

.footer-navigation {
	background-image:
		url(../../../../../images/blog_bg-bottom-left.png),
		url(../../../../../images/blog_bg-bottom-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 60px top, right 60px top;
}

.navigation, .pagination {
	width: 1000px;
	max-width: 1000px;
}

.pagination {
	border-top: none !important;
}

.navigation .nav-links > * {
	min-width: 32px !important;
	min-height: 32px !important;
}

.post-navigation .nav-links {
	margin-top: 60px !important;
}

.navigation .nav-links .nav-next {
	margin-top: 0 !important;
}

.pagination .nav-links > *.current, .comments-pagination .nav-links > *.current {
	color: #FFF;
	background-color: #f2a7bf;
	border: 1px solid #df89a5 !important;
	border-radius: 4px;
	text-decoration: unset !important;
}

.pagination .nav-links > *:first-child, .comments-pagination .nav-links > *:first-child {
	margin-right: 0 !important;
}
.pagination .nav-links > *:last-child, .comments-pagination .nav-links > *:last-child {
	margin-left: 0 !important;
}
.pagination .nav-links > *.next, .comments-pagination .nav-links > *.next {
	margin-left: 0 !important;
}

.page-numbers {
	font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
	font-size: 16px !important;
	background-color: #fff;
	border: 1px solid #000000 !important;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.copyright-wrap{
	background-color:#186b53;
	margin-bottom:40px;
}
.copyright{
	font-size: 17px;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	color:white;
	font-weight:lighter;
	padding:5px 0;
}
.footer-wrap{
	width:100%;
	margin-bottom:60px;
}

#foot-border {
  border-top: solid 2px #a5cb2f;
  border-bottom: solid 6px #f2a7bf;
  width: 100%;
  height: 4px;
  margin: 40px 0;
	box-sizing: initial;
}
#foot-logo {
  width: 280px;
  margin: 0 auto;
}
#foot-logo img {
	max-width: 100%;
}
#foot-yoyaku {
  width: 220px;
  text-align: center;
  font-size: 1.4em;
  color: #990000;
  height: 30px;
  line-height: 30px;
  border: solid 1px #990000;
  border-radius: 5px;
  margin: 30px auto 20px auto;
}
#foot-yoyaku-touzitsu {
  width: 180px;
  text-align: center;
  font-size: 1.1em;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 20px auto;
}
#foot-yoyaku-text {
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: center;
}
#foot-tel {
  text-align: center;
  font-size: 1.3em;
  color: #1EA364;
  height: 30px;
  line-height: 30px !important;
  margin: 10px 0;
}
#foot-tel a {
	font-family: 'Noto Sans Japanese';
	font-size: 26px;
	font-weight: bold;
  color: #f2a7bf !important;
}
#foot-tel img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: -5px 5px 0 0;
  vertical-align: middle;
}
#foot-copy {
  text-align: center;
  margin: 40px 0 10px 0;
}
/* 追記 */

.insta{
	display:block;
	text-align:center;
}
.foot-logo {
  width: 280px;
  margin: 0 auto;
}
.foot-tel {
  text-align: center;
  font-size: 2.0em;
  color: #1EA364;
  height: 30px;
  line-height: 30px !important;
  margin: 10px 0;
}
.foot-tel a {
  color: #f2a7bf !important;
}
.foot-tel img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: -5px 5px 0 0;
  vertical-align: middle;
}
.foot-copy {
	font-size: 13px;
	font-weight: 400;
  text-align: center;
  margin: 40px 0 10px 0;
}
.reserve-banner-middle{
    width: 300px;
    border: solid #f2a7bf 2px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 30px auto;
}

.reserve-banner-middle img{
    width: 100%;
    border-radius: 10px;
}
.foot-menu{
  width: 400px;
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
}
#to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff !important;
  background: rgba(255, 192, 193, 0.77);
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
#to-top span {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff !important;
	text-align: center;
	line-height: 30px;
}

@media screen and (max-width:640px){
  .foot-menu{
    width: 80%;
    display: flex;
    margin: 20px auto;
    justify-content: space-between;
  }
}

.foot-menu a{
  width: 15%;
}

.foot-menu a img{
  width: 100%;
}

/* 追記 ここまで*/

@media all and (-ms-high-contrast: none) {
	.footer-parking {
		margin-top:10px; 
	} 
  }

.footer-tel{
	font-size:33px;
	color:#186b53;
	text-align:center;
}

.footer-tel:before{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 34px;/*画像の幅*/
	height: 34px;/*画像の高さ*/
	background-image: url(../../../../images/telmarkgreen.svg);
	background-size: contain;
	vertical-align: middle;
	position: relative;
	bottom:8px;
	right:5px;
}

.pc_only{
	display:block;
}
.sp_only{
	display:none;
}

/* common(タブレット) */
@media screen and (max-width:1199px) {
	.header{
		width:98%;
		margin: 0 auto;
		padding-top: 32px;
	}

	.header-left {
		width: 400px;
	}

	.header-left-logo{
		max-width:412px;
	}

	.header-left-logo img{
		width:80%;
	}
	

	.header-right{
		padding-top:0;
		width:308px;
		column-gap: 18px;
	}
	.header-right_box1 {
		width: 60px;
		height: auto;
	}
	.header-right_box2 > span {
		font-size: 16px !important;
		margin-bottom: 4px;
	}

	.header-right-tel{
		font-size:18px;
		transform:inherit;
		margin-bottom:14px;
	}
	.header-right_tel p {
		width: 30px;
		height: 30px;
	}
	.header-right_tel a {
		width: 168px;
		height: auto;
	}


	.navi-wrap nav{
		width:98%;
	}

	.navi-list li{
		font-size:1.8vw;
	}

	.navi-list li a {
		padding: 20px 0;
	}
		

	.main-title{
		width:98%;
	}	
	
	.copyright{
		width:98%;
	}
	
	.footer{
		width:98%;
	}

	.footer-navi-list li {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.footer-left {
		max-width: 420px;
		margin-right:20px;
	}

	.footer-contact {
		max-width: 360px;
	}

	.footer-tel {
		font-size: 26px;
		color: #186b53;
		text-align: center;
		transform:inherit;
	}
	.categories-menu {
		height: 290px;
		margin: 54px auto 0;
	}
	.categories-menu {
		background-image: 
			url(../../../../../images/blog_bg-top-left.png),
			url(../../../../../images/blog_bg-bottom-right.png);
		background-position: left top -23px, right bottom;
		background-size: initial;
	}
	.categories-menu select {
		margin-top: 104px;
	}
	.footer-navigation {
		background-image: 
		url(../../../../../images/blog_bg-top-left.png),
		url(../../../../../images/blog_bg-bottom-right.png);
		background-position: left top -42px, right bottom;
		background-size: initial;
	}
	.navigation .nav-links {
		margin-top: 24px !important;
	}
}

@media only screen and (max-width: 821px) {
	.navigation, .pagination {
		width: 100%;
	}
	.pagination .page-numbers, .comments-pagination .page-numbers {
		display: flex !important;
	}
	.entry-content > iframe[style] {
		width: 90%;
		display: grid;
		place-items: center;
		margin: auto !important;
	}
}

/* common(SP) */
@media screen and (max-width:767px) {

	.header-wrap{
		width:100%;
		height: 470px;
		background-image: url(../../../../../images/blog_bg-sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right bottom;
	}
	
	.header{
		width:95%;
		margin:0 auto;
		display:flex;
		flex-wrap: wrap;
		row-gap: 16px;
	  padding-top:30px;
	  margin-bottom:30px;
	}
	.header-left {
		width: 50%;
		min-width: 360px;
	}
	.header-left-logo{
		margin:0 auto;
	}
	
	.header-left-logo img{
		width:80%;
		display:block;
		margin:0 auto;
	}

	.header-right{
		width: 300px;
		align-items: center;
	}
	
	.header-right-tel{
		font-size:21px;
		transform: translateX(45px);
		margin-bottom:14px;
	}
	.header-right-tel img{
		position: relative;
		bottom:5px;
		left:10px;
	}
	
	.header-right-tel a{
		font-size:40px;
		transform:scale(0.8,0.9) translateX(-16px);
		display:inline-block;
	}
	
	.header-right-address{
		text-align:right;
	}
	
	.title {
		top: 20%;
	}

	.title .title_jp {
		font-size: 32px;
	}


	.navi-wrap{
		width:100%;
	}
	
	.navi-wrap nav{
		width:100%;
		margin:0 auto;
	}

	.navi-wrap nav+.black-line{
		display:none;
	}
	
	
	.navi-list{
		display: block;
		margin-bottom:30px;
		height:100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.navi-list li{
		width:100%;
		text-align:center;
		font-size:23px;
		border-right:none;
		padding:30px 0;
		text-align:left;
	}
		
	.navi-item01{
		border-left:none;
	}
	
	.navi-item02 a{
		transform:none;
		display:block;
	
	}
	
	.navi-item06 a{
		transform:none;
		letter-spacing:normal;
		display:block;
	}

	.navi-item10{
		background:black !important;
		width:90% !important;
		border-radius: 15px !important;
		margin:30px auto 30px auto !important;
	}

	.navi-item10 a{
		color:white !important;
		margin-left:0 !important;
		text-align:center !important;
	}

	.navi-item10 a:before{
		content:"" !important;
	}

	

	.globalMenuSp {
		position: fixed;
		z-index: 50;
		top: 0;
		left: 0;
		background: #fff;
		color: #000;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.2s;
		width: 100%;
	}
	 
	.globalMenuSp ul {
		background:white;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	 
	.globalMenuSp ul li {
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #e7e7e7;
	}
	 
	/* 最後はラインを描かない */
	.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}
	 
	.globalMenuSp ul li a {
		display: block;
		color: #000000;
		padding: 1.0em 0;
		margin-left:20px;
		font-size: 16px;
	}

	.globalMenuSp ul li a:before{
		content:">";
		display:inline-block;
		margin-right:8px;
	}
	 
	/* このクラスを、jQueryで付与・削除する */
	.globalMenuSp.active {
		transform: translateY(0%);
	}
	
	.navToggle {
		display: block;
		position: fixed;    /* bodyに対しての絶対位置指定 */
		right: 13px;
		top: 12px;
		width: 42px;
		height: 40px;
		cursor: pointer;
		z-index: 200;
		/*background:rgba(30,102,25,0.8);*/
		text-align: center;
		border-radius:5px;
	}
	
	.navToggle span {
		display: block;
		position: absolute;    /* .navToggleに対して */
		width: 30px;
		border-bottom: solid 3px #000000;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}
	
	.navToggle span:nth-child(1) {
		top: 9px;
	}
	
	.navToggle span:nth-child(2) {
		top: 18px;
	}
	
	.navToggle span:nth-child(3) {
		top: 27px;
	}
	
	.navToggle span:nth-child(4) {
		border: none;
		color: #eee;
		font-size: 9px;
		font-weight: bold;
		top: 34px;
	}
	
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.main-v{
		width:100%;
		height:auto;
		background:none;
		background-size:cover;
		text-align:center;
	}

	.main-v img{
		width:100%;
		height:120px;
	}

	
	.main-title-wrap{
		width:100%;
	}
	
	.main-title{
		width:95%;
		margin:0 auto;
		text-align:center;
		padding:30px 0;
	}


	.main-title img{
		width:auto;
		/* height:62px; */
		height: auto;
	} 

	.order-title{
		width:auto;
		height:50px !important;		
	}

	
	.copyright-wrap{
		width:100%;
		background-color:#186b53;
		margin-bottom:0px;
	}
	
	.copyright{
		width:95%;
		margin:0 auto;
		text-align:center;
		color:white;
		font-size: 14px;
		font-weight:lighter;
		line-height: 1.5;
		padding:5px 0;
	}
	
	.footer-wrap{
		width:100%;
		margin-bottom:0;
	}
	

	.footer{
		width:100%;
		display: block;
	  	justify-content:inherit;
	}
	
	.footer-left{
		display:none;
	}
	
	.footer-middle {
		text-align: center;
		margin: 20px 0 0;
	}
	.footer-middle img {
		margin-right: 0;
	}
	
	.footer-right{
		width:calc(100% - 40px);
		padding:20px 0;
		text-align:center;
		margin:0 auto;
	}
	
	/*
	.footer-navi{
		margin-bottom:30px;
	}
	
	.footer-navi-list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	  justify-content: space-between;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
	
	.footer-navi-list li{
		width:33.333%;
		font-size:20px;
		margin-bottom:20px;
	}
	
	.footer-navi-list li:before{
		content:">";
		display:inline-block;
		color:#186b53;
		margin-right:6px;
	}
	
	
	.footer-navi-list li a{
		color:#186b53;
	}
	
	.footer-navi-item08 span{
		display:inline-block;
		transform:scaleX(0.75) translateX(-26px);
		letter-spacing:-0.15em;
	}

	.footer-contact{
		width:400px;
		border:1px solid #186b53;
		text-align:center;
		color:#186b53;
	}
	
	.footer-contact a{
		display:block;
		padding:16px 0;
	}
	
	.footer-contact span:after{
		content: url(../images/clickmark.svg);
		display: inline-block;
		width: 16px;
		height: 16px;
		position: relative;
		top:1px;
	}
	*/
	.footer-logo{
		margin-bottom:15px;
		width:100%;
	}
	
	.footer-parking{
		border:2px solid #cc0000;
		text-align:center;
		color:#cc0000;
		font-size:22px;
		border-radius:10px;
		padding:5px 0;
		margin-bottom:26px;
	}
	
	.footer-tel{
		font-size:30px;
		color:#186b53;
		text-align:center;
		transform:scale(0.8,0.9);
		transform-origin:center;
	}
	
	.footer-tel:before{
		content: '';
		display: inline-block;
		width: 34px;
		height: 34px;
		background-image: url(../../../../images/telmarkgreen.svg);
		background-size: contain;
		vertical-align: middle;
		position: relative;
		bottom:8px;
		right:5px;
	}
	.black-line {
		display: none;
	}
	.categories-menu {
		width: 100%;
		height: 260px;
		padding: 0 32px;
	}
	.categories-menu {
		background-position: left top -43px, right bottom;
	}
	.categories-menu select {
		width: 100%;
		margin-top: 73px;
	}
	.footer-navigation {
		background-position: left top -43px, right bottom;
	}
	.navigation, .pagination {
		width: 100%;
		padding-top: 32px !important;
		display: grid;
		place-items: center;
	}
	.pagination .page-numbers {
		display: inline-flex !important;
	}
}

@media screen and (max-width: 701px) {
	.header{
		justify-content: center;
	}
}

@media screen and (max-width:527px){
	.header-left {
		width: 100%;
	}
	.categories-menu {
		height: 300px;
	}
	.categories-menu {
		background-position: center top -23px, center bottom;
		background-size: contain;
	}
	.categories-menu select {
		margin-top: 103px;
	}
	.footer-navigation {
		background-position: center top -23px, center bottom;
		background-size: contain;
	}
}

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

	.site-main {
		width: 90%;
		column-gap: 0;
		justify-content: space-around;
		margin-bottom: calc( var(--global--spacing-vertical) * 2 );
	}
	
	.entry-title {
		font-size: 24px !important;
	}
	.entry-content {
		grid-template-columns: 1fr 1fr;
		max-width: 800px;
	}
	.post-date {
		width: 94%;
		margin: 0 auto 12px !important;
	}
	.post-date p {
		font-size: 14px;
	}
	
	.acf-content {
		width: 94%;
		margin: auto !important;
	}
	.acf-content p {
		font-size: 16px;
	}
	.list-btn {
		margin-top: 18px;
	}
	.list-btn a {
		font-size:18px;
	}
	.entry-content p {
		width: 90% !important;
	}
}

@media screen and (max-width:821px){
	/* .site-main {
		column-gap: 66px;
	} */
}

@media screen and (max-width:767px){
	.pc_only{
		display:none;
	}

	.sp_only{
		display:block;
	}
	
	.site-main {
		width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
		margin-bottom: calc( var(--global--spacing-vertical) * 2 );
		margin-left: auto;
		margin-right: auto;
	}
	.site-main > * {
		max-width: 180px;
		margin: 0 auto !important;
	}
	.thumbnail {
		width: 180px;
		height: 180px;
		position: relative;
	}

	.thumbnail img {
		width: 180px !important;
		height: 180px !important;
	}
	
	.entry-title {
		font-size: 24px !important;
	}
	.entry-title-list {
		width: 90%;
		font-size: 16px !important;
		margin: 0 0 32px !important;
	}
	.entry-content {
		display: block;
	}
	.post-date {
		width: 48%;
		margin: 0 0 12px !important;
	}
	.post-date p {
		font-size: 14px;
	}
	
	.acf-content {
		width: 94%;
		margin: auto !important;
	}
	.acf-content p {
		font-size: 16px;
	}
	.list-btn {
		margin-top: 64px;
	}
	.list-btn a {
		min-width: 300px;
		font-size:18px;
	}
	.entry-content p {
		width: 90% !important;
	}
	.entry-content p.txt-link {
		font-size: 22px;
	}
	.entry-content p.txt-only-wide > br {
		display: none;
	}
}
