/* 共通 */

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&family=Varela+Round&display=swap'); 

body, html { height: 100%}
body {
 background: #fff;
 color: #4e4b43;
 font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
 font-size: 18px;
 line-height: 1.75;
	overflow-x: hidden;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
            box-shadow: none;   
            outline: none;
}

a {
 color: #4e4b43;
 outline:none;
}
a:hover {	text-decoration: underline;}
a img { outline:none;}
h1,h2,h3,h4 { color: #161616;}
#pagetop {}
nav { background: none;}

ul, ol {
	margin-left: 0;
	padding-left: 0;
}
ul { list-style: none;}

dl, dt, dd {
	margin: 0;
	padding: 0;
}
.margin-bottom { margin-bottom: 0.65rem;}

img {
 border: 0;
 display: block;
 height: auto;
 max-width: 100%;
 width: auto;
}

.wp-block-embed { margin-bottom: 0!important;}
.wp-block-column { margin-bottom: 0!important;}
.wp-block-columns { margin-bottom: 0!important;}
.wp-block-group {
 display: block;
 /* overflow: hidden; */
}

.fs-16 {	font-size: 1.0rem!important;}
.fs-14 { font-size: 0.875rem!important;}
.fs-12 { font-size: 0.75rem!important;}
.bold { font-weight: bold!important;}
.nowarp { white-space: nowrap;}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* iOSでのフォーム周りデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

article {
	background: url("../imgs/common/bg_head_flour.png") center top no-repeat;
	background-size: contain;
	padding-bottom: 120px;
}

body.home {
	background: none;
}

/* ヘッダー */

header {
	/* height: 125px; */
	position: relative;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 125px;
}

.site-title {}
.site-title h1 {
	width: 323px;
	margin-bottom: 0;
}

.header-tell a {
	position: relative;
	color: #4e4b43;
	font-size: 36px;
	font-family: 'Josefin Sans', sans-serif;
	padding-left: 50px;
	pointer-events: none;
}

.header-tell a:before {
	content: url("../imgs/home/icon_tell.png");
	position: absolute;
	left: 0;
	top: -10px;
	height: 43px;
	width: 42px;
}

.haeder-cont {
	display: flex;
	align-items: center;
}

.haeder-cont dl {
	line-height: 1.3;
	display: flex;
	align-items: center;
}

.haeder-cont dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #B3B57A;
	border-radius: 10px;
	width: 105px;
	height: 43px;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 font-style: normal;
 font-weight: 600;
	color: #fff;
	transform:rotate(0.03deg);
}

.haeder-cont dl dd {
	font-size: 17px;
 font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
}

.header-inner dl {
	margin-left: 30px;
}

.header-inner dl dd ul {
	margin-left: 10px;
	margin-bottom: 0;
}

.link-icon {
	margin-left: 45px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	display: none;
}

.link-icon li {
	margin: 0 15px;
	text-align: center;
}

.link-icon li img {
	display: block;
	margin: 0 auto;
}

footer {
	background: #d9e2ec url("../imgs/home/bg_wave_3.png") center top no-repeat;
	background-size: contain;
	padding-top: 250px;
	position: relative;
}

footer .cut-1 {
	background: url("../imgs/common/img-25.png") center center no-repeat;
	background-size: cover;
	width: 88px;
	height: 90px;
	position: absolute;
	top: 160px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: -360px;
	z-index: 1;
}

.footer-inner {
	position: relative;
}

.footer-inner .cut-2 {
	background: url("../imgs/common/img-20.png") center center no-repeat;
	background-size: cover;
	width: 317px;
	height: 147px;
	position: absolute;
	top: 160px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: -580px;
}

.footer-inner .cut-3 {
	background: url("../imgs/common/img-24.png") center center no-repeat;
	background-size: cover;
	width: 295px;
	height: 148px;
	position: absolute;
	top: 130px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: 560px;
}

.footer-inner .cut-4 {
	background: url("../imgs/common/img-22.png") center center no-repeat;
	background-size: cover;
	width: 147px;
	height: 162px;
	position: absolute;
	top: 130px;
	right: 260px;
}

.footet_name {
	width: 100%;
	padding-bottom: 25px;
	border-bottom: #fff solid 1px;
	text-align: center;
}

.footet_name img {
	display: inline-block;
	width: 403px;
}

.footer-date {
	margin-top: 72px;
}

.footer-date dl {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.footer-date dl dt {
	border-radius: 5px;
	width: 106px;
	background: #819fc1;
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 1.0;
}

.footer-date dl dd {
	padding-left: 13px;
	font-size: 20px;
}

.footer-date dl dd span:first-child {
	margin-right: 20px;
}

.footer-img {
	margin-top: 40px;
}

.footer-img ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}

.footer-img ul li {
	width: 20%;
	margin: 0 30px;
}

.footer-img ul li img {
	overflow: hidden;
	border-radius: 20px;
}

.footer-access {
	padding-top: 200px;
	position: relative;
}

.footer-access .cut-4 {
	background: url("../imgs/common/img-22.png") center center no-repeat;
	background-size: cover;
	width: 147px;
	height: 162px;
	position: absolute;
	top: 40px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: -580px;
}

.footer-access .cut-5 {
	background: url("../imgs/common/img-23.png") center center no-repeat;
	background-size: cover;
	width: 311px;
	height: 175px;
	position: absolute;
	top: 40px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: 580px;
}

.footer-access .cut-6 {
	background: url("../imgs/common/img-24.png") center center no-repeat;
	background-size: cover;
	width: 295px;
	height: 148px;
	position: absolute;
	top: 560px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: -740px;
}

.footer-access .cut-7 {
	background: url("../imgs/common/img-25.png") center center no-repeat;
	background-size: cover;
	width: 88px;
	height: 90px;
	position: absolute;
	top: 560px;
	right: 260px;
}


.access-inner {
	position: relative;
	border-radius: 20px;
	background: #fff;
	padding: 60px;
	padding-top: 85px;
}

.access-head {
	position: relative;
}

/*.access-head:before {
	content: '';
	background: url("../imgs/common/cut_access_1.png") center center no-repeat;
	background-size: cover;
	width: 99px;
	height: 157px;
	position: absolute;
	top: 0;
	left: 60px;
}

.access-head:after {
	content: '';
	background: url("../imgs/common/cut_access_2.png") center center no-repeat;
	background-size: cover;
	width: 120px;
	height: 150px;
	position: absolute;
	top: 0;
	right: 60px;
} */

.access-head dl {}
.access-head dl dt {
	text-align: center;
	position: relative;
}

.access-head dl dt:after {
	content: url("../imgs/home/square_bottom.png");
	width: 16px;
	height: 21px;
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -8px;
}

.access-head dl dt span {
	display: inline-block;
	width: 445px;
	padding: 6.5px 0;
	background: #b3b57a;
	border-radius: 999px;
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.access-head dl dd {
	margin-top: 20px;
	text-align: center;
}

.access-head dl dd a {
	font-size: 58px;
	font-family: 'Josefin Sans', sans-serif;	
	pointer-events: none;
}

.access-head dl dd a:before {
	content: url("../imgs/home/icon_tell.png");
	margin-right: 12px;
}

.access-inner h2 {
	display: flex;
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
 font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	position: absolute;
	top: -45px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);	
}

.access-inner h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 3px;
	background: #819fc1;
	border-radius: 999px;
	width: 75px;
	height: 75px;
}

.access-map iframe {
	width: 100%;
	height: 353px;
	border-radius: 30px;
}

.copyright {
	margin-top: 58px;
	padding-bottom: 25px;
	padding-top: 120px;
	background: url("../imgs/home/bg_footer.png") top center no-repeat;
	font-size: 15px;
 font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	text-align: center;
}

.copyright p {	margin-bottom: 0;}

.pager-line { text-align: center;}
.wp-pagenavi {
 margin-top: 2.25rem;
 text-align: center;
}

.wp-pagenavi a, .current,
 {
 display: inline-block;
 border: #819fc1 solid 1px;
 border-radius: 50%;
 width: 44px;
 height: 44px;
 margin-right: 5px;
 margin-left: 5px;
 line-height: 40px;
 margin-bottom: 10px;
}

.current {
 background: #819fc1;
 font-weight: bold;
	color: #fff;
 margin-bottom: 10px;
}

.wp-pagenavi a:hover {
 background: #819fc1;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1536px){
	.site-title { left: 30px;}
	.news-line .cut-1,
	.news-line .cut-2,
	.news-line .cut-3 {
		transform: scale(0.75);
	}
}

@media screen and (max-width: 991px){
	header,
	.header-inner { height: 85px;}
	.site-title h1 { width: 250px;}
	.header-inner dl dd ul { font-size: 14px;}
	.header-tell { display: none;}
	.link-icon {
		display: flex;
		margin-left: 20px;
		font-size: 14px;
	}
	.header-inner dl {
		margin-left: 0;
	}
	.haeder-cont dl dt {
		width: 95px;
  height: 33px;
		font-size: 15px;
	}
	footer { padding-top: 125px;}
	footer .cut-1 { top: 40px;}
	.footer-inner .cut-2 {
		transform: scale(0.75);
		margin-left: auto;
		top: 110px;
		left: 0;
	}
	.footer-inner .cut-3 {
		transform: scale(0.75);
		top: 110px;
		left: auto;
		right: 0;
	}
	.footer-date { margin-top: 36px;}
	.footer-date dl { margin-bottom: 20px;}
	.footer-img ul li {	margin: 0 10px;}
	.footer-access { padding-top: 100px;}
	.footer-access .cut-5 { display: none;}
	.access-inner { padding-top: 65px;}
	.access-head::before,
	.access-head::after {	transform: scale(0.7);}
	.access-head::before { left: -10px;}
	.access-head::after {	right: -10px;}
	.access-head dl dt span {
		width: 400px;
		font-size: 18px;
	}
	.access-head dl dd a {	pointer-events: auto;}
}

@media screen and (max-width: 767px){
	header, .header-inner {	height: auto;}
	.header-inner {
		flex-direction: column;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.haeder-cont {
		width: 100%;
		justify-content: space-between;
		margin-top: 15px;
	}
	.link-icon li {	margin: 0 10px;}
	.link-icon li img {
		width: 30px;
		height: auto;
	}
	footer {
		padding-top: 62.5px;
		background: #d9e2ec;
	}
	.footer-inner .cut-2,
	.footer-inner .cut-3 { display: none;}
	.footet_name img {
		width: 300px;
	}
	.footer-date dl {	margin-bottom: 15px;}
	.footer-date dl dt {
		min-width: 140px;
		font-size: 16px;
	}
	.footer-date dl dd {
		font-size: 16px;
		line-height: 1.4;
	}
	.footer-date dl dd span { display: block;}
	.footer-date dl dd span:first-child {	margin-right: 0;}
	.footer-img {	padding: 0 5px;}
	.access-inner h2 {
		transform: scale(0.75);
		position: static;
		justify-content: center;
		margin-top: -100px;
		margin-bottom: 20px;
	}
	.access-inner {	padding: 60px 20px 20px 20px;}
	.access-head dl dt span {
  width: 100%;
  max-width: 350px;
  font-size: 15px;
 }
	.access-head::before,
	.access-head::after	{ display: none;}
	.access-head dl dd a { font-size: 36px;}
	.access-head dl dd a:before {
		content: url("../imgs/home/icon_tell-sp.png");
	}
	.footer-img ul li {
		margin: 0 5px;
	}
	.copyright p { font-size: 14px;}
	.footer-access {
		padding-top: 30px;
		margin-top: 60px;
	}
}