@charset "utf-8";

@import url('../wp-content/themes/twentysixteen/style.css');

/* reset
------------------------------------------- */
.site {
	margin: 0;
}

.site-inner {
	background-color: rgba(255, 255, 255, .9);
	margin: 0 auto;
	max-width: 100% !important;
}

.site-header {
	padding: 0;
	position: relative;
}

.site-content {
	padding: 0;
	text-align: center;
	margin: 0 auto;
}

body:not(.custom-background-image).admin-bar:before {
	top: 0;
}

.entry-content a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* BASE
---------------------------------------------------- */
html {
	max-width: 100%;
	overflow-x: hidden;
	/*横スクロール禁止*/
	overflow-y: auto;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
dl,
dt,
dd,
ul,
ol,
li,
img,
pre {
	font-size: 98.5%;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}

body,
div,
section,
article,
table,
p,
span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #fff;
	color: #444;
	word-wrap: break-word;
	/* 必要に応じて単語の途中で改行する ie firefox対応 */
	overflow-wrap: break-word;
	/* 必要に応じて単語の途中で改行する */
	/*▼▼SPの際挿入iPhone用(Google Chrome、Safari)▼▼*/
	-webkit-text-size-adjust: 100%;
	/*▼▼SPの際挿入Androind用(IE)▼▼*/
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	/* スマホの縦向き横向きの文字サイズが自動調整になっているのを固定させる */
	overflow-x: hidden;
	/*横スクロール禁止*/
	overflow-y: auto;
}

.archive,
form {
	color: #444;
}

a {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #405697;
	-webkit-transition: 1.0s;
	-webkit-transition: 0.75s;
	-webkit-transition: 0.65s;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

a:hover {
	opacity: .8;
}

a,
*:focus,
a:hover,
a:focus {
	outline: none;
}

div,
table {
	line-height: 1.6;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: solid 1px #000000;
}

img {
	vertical-align: bottom;
	border: none;
}

ul,
li {
	list-style: none;
	text-decoration: none;
}

input,
textarea,
button {
	font-size: 100%;
	font-family: inherit;
}

textarea {
	resize: vertical;
}

a img {
	margin: 0;
	padding: 0;
}

#Docbody {
	overflow: hidden;
}

.site-main {
	text-align: center;
	margin: 0 auto;
}


/* Common Width
---------------------------------------------------- */
.headerInner,
.headerInnerPC,
.content,
.mainImg,
.archiveListInner,
.archiveHomeSttl,
.etcAreaInner,
#footerInner,
.site-header-main {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.baseWidth {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px
}

/* reset
------------------------------------------- */
@media screen and (min-width: 44.375em) {

	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		height: 0;
	}
}

/* reset　end
------------------------------------------- */


/*** Toggle Button
-------------------------------------------***/
#menu-toggle {
	display: none;
	position: absolute;
	/*to body*/
	right: 10px;
	top: 20px;
	width: 30px;
	height: 25px;
	cursor: pointer
}

#menu-toggle div {
	position: relative;
}

#menu-toggle span {
	position: absolute;
	height: 4px;
	width: 100%;
	background: #ffffff;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#menu-toggle span:nth-child(1) {
	top: 0px;
}

#menu-toggle span:nth-child(2) {
	top: 11px;
}

#menu-toggle span:nth-child(3) {
	top: 22px;
}

.openL span {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open span:nth-child(1) {
	top: 11px !important;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open span:nth-child(2) {
	width: 0;
	left: 50%;
	display: none;
}

.open span:nth-child(3) {
	top: 11px !important;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}


/* Toggle Button end
-------------------------------------------*/


/* header
-------------------------------------------*/
.site-branding {
	margin-right: 0;
	padding-left: 10px;
}

.header-image {
	margin-top: 0;
	height: 340px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/topImg.png);
	text-align: center;
}

.header-image img {}

.main-navigation a {
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.5em 0 0.2em 1.5em;
	font-weight: bold;
}

.hcontact a {
	font-weight: bold;
}

.site-header-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

input[type="search"].search-field {
	max-width: 200px;
	width: 100%;
}

input[type="search"] {
	padding: 0.2em;
}

.search-submit {
	width: 30px;
}

.search-submit:before {
	font-size: 22px;
	line-height: 30px;
	width: 30px;
}

.searchText {
	display: inline-block;
	background:
}

.hcontact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hcontact p {
	line-height: 30px;
}

.search-form label {
	display: block;
}

.naviBtnWrap {
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-naviBtn li {
	max-width: 185px;
	width: 100%;
	height: 160px;
	background: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.main-naviBtn li + li {
	margin-left: 13.5px;
}

.main-naviBtn ul {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	max-width: 980px;
}

.main-naviBtn li a {
	text-align: center;
	padding: 1rem 0.5rem;
	font-weight: bold;
}

.main-naviBtn li:nth-child(1) a:before {
	content: url("../img/navi01.png");
	display: block;
}

.main-naviBtn li:nth-child(2) a:before {
	content: url("../img/navi02.png");
	display: block;
}

.main-naviBtn li:nth-child(3) a:before {
	content: url("../img/navi03.png");
	display: block;
}

.main-naviBtn li:nth-child(4) a:before {
	content: url("../img/navi04.png");
	display: block;
}

.main-naviBtn li:nth-child(5) a:before {
	content: url("../img/navi05.png");
	display: block;
}

.main-naviBtn li:nth-child(6) a:before {
	content: url("../img/navi06.png");
	display: block;
}

.iPadShow {
	display: none;
}

.PCTell {
	font-weight: bold;
	color: #898989;
	text-align: right;
}

.site-header-menu-Wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 1.3125em 0;
	padding-right: 10px;
}

.site-header-menu {
	margin: 0;
}

.dashicons.SHShow {
	display: none;
}

.dashicons-arrow-right-alt2:before {
	display: none;
}


/* header end
-------------------------------------------*/


/* footer
-------------------------------------------*/
.fContactWrap {
	background: #f5f5f5;
	width: 100%;
}

.fNaviWrap {
	width: 100%;
}

.fContact {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

.fNavi {
	max-width: 980px;
	width: 100%;
	padding: 30px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}

.site-footer {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.dashicons-phone:before {
	font-size: 160%;
}

.PCTell .dashicons-phone:before {
	/*	font-size: 100%;*/
}

.hcontact .dashicons-phone:before {
	/*	font-size: 90%;*/
	position: relative;
	top: 2px;
}

.fContactNo {
	font-size: 200%;
	font-weight: bold;
	display: inline-block;
	margin-left: 0.5em;
}

.fContactNo p {
	line-height: 1.6em;
}

.fContactRBox p {
	color: #fff;
	padding: 15px 20px;
	font-size: 110%;
	line-height: 1em;
	letter-spacing: 2px;
}

.fContactRBox {
	background: #78909c;
	display: inline-block;
	margin: 0 20px;
}

.fContactLBox {
	display: inline-block;
}

.fNaviInR #menu-footermenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fNaviInR #menu-footermenu li {
	margin-left: 0.5em;
}

.fNaviInR #menu-footermenu li a {
	font-weight: bold;
}

.fNaviInR #menu-footermenu li a:before {
	content: "\f132";
	font-family: "dashicons";
	position: relative;
	top: 2px;
}

.site-info {
	text-align: right;
	width: 100%;
	margin: 0;
	color: #aaa;
}

/* footer end
-------------------------------------------*/


/*pageUpボタン設置
-------------------------------------------*/
#back_to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	background: #405697;
	width: 50px;
	height: 50px;
	opacity: .8;
}

#back_to_top:hover {
	opacity: .6;
}

#back_to_top .dashicons {
	color: #fff;
	font-size: 250%;
	position: relative;
	top: 7px;
	left: 7px;
}

.header-container {
	position: relative;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	border: none;
	background: none;
}

.dropdown-toggle:focus {
	outline: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
}



.common-menu .current-menu-item a {
	padding: 0.65em 0 0.65em 1em;
}

/*pageUpボタン設置　終了
-------------------------------------------*/





/* ページネーション
---------------------------------------------------- */
.pagination {
	max-width: 980px;
	border-top: none;
	margin-top: 50px;
}

.pagination:before,
.pagination:after {
	height: 34px;
	width: 34px;
	border-radius: 3px;
}

.page-numbers {
	font-family: Arial, "Mplus 1p", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 800;
}

.archive .page-numbers a {
	color: #219de7;
}

.nav-links .current {
	color: #fff;
	background: #b5b5b5;
	border-radius: 3px;
}

.pagination .page-numbers {
	padding: 0.25em 0.45em;
}

.pagination .prev,
.pagination .next {
	height: 34px;
	width: 34px;
	border-radius: 3px;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	line-height: 34px;
	width: 34px;
	border-radius: 3px;
}

.pagination .prev:before,
.pagination .next:before {
	height: 34px;
	width: 34px;
	line-height: 33px;
}

.pagination .next:before {
	right: 7px;
	top: -4px;
}

.pagination .prev:before {
	left: -10px;
	top: -4px;
}

.pagination:after,
.pagination .nav-links:after,
.pagination .prev {
	left: 0;
	border-radius: 3px;
}

.pagination .nav-links {
	padding: 0;
	margin-top: 60px;
}

.pagination .next {
	right: 0;
	border-radius: 3px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background: #405697;

}

.pagination .next:hover,
.pagination .prev:hover {
	background: #657dc5;
}

.no-sidebar .pagination {
	max-width: 500px;
	margin: 0 auto;
}


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

/* ページネーション　pre nextボタン
---------------------------------------------------- */

.post-navigation {
	border: none;
}

.post-navigation div + div {
	border: none;
}

.nav-previous,
.nav-next {
	display: inline-block;
}

.post-navigation .meta-nav {
	padding: 5px 5px 3px 10px;
	color: #fff;
	font-size: 110%;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: Arial, "Mplus 1p", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.meta-nav {
	margin: 0 1em;
}

.fa-caret-right {
	margin-left: 0.5em;
}

.fa-caret-left {
	margin-right: 0.5em;
}

.post-navigation span {
	display: inline-block;
}

.nav-previous .dashicons-arrow-left-alt2:before {
	position: relative;
	top: 3px;
	left: -3px;
}

.pagination {
	min-height: inherit;
}

.post-navigation .meta-nav {
	margin-bottom: 0;
}

.post-navigation a {
	padding-top: 0;
}

/* ページネーション　pre nextボタン end
---------------------------------------------------- */


/* TOPページ
-------------------------------------------*/
.no-sidebar .content-area.top {
	margin-top: 20px;
}

.sentence01 {
	text-align: center;
	margin-bottom: 50px;
}

.sentence01 p {
	text-align: left;
	display: inline-block;
}

.fContactTit {
	text-align: left;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.newsListTit,
.titleWrap {
	font-weight: bold;
	font-size: 105%;
	margin-left: 3em;
}

.topNews {
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.topNews li {
	display: flex;
	border-bottom: 1px dotted #bdbdbd;
	align-items: center;
}

.newsDate {
	width: 170px;
}

.newscontents {
	width: calc(100% - 200px);
	text-align: left;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dashicons-arrow-right-alt:before {
	font-size: 130%;
	position: relative;
	top: -1px;
	left: 5px;
}

.google-maps {
	position: relative;
	padding-bottom: 31%; // これが縦横比
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.titleWrap {
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.companyWrap {
	display: flex;
	margin-bottom: 40px;
}

.accessWra {
	display: flex;
	flex-flow: column;
}

.iPadTelCont .dashicons-phone:before {
	position: relative;
	font-size: 105%;
	left: -5px;
	top: 2px;
}

.addressCont {
	display: inline-block;
	font-size: 120%;
}

.telCont {
	padding-left: 5px;
	font-size: 120%;
}

.telCont .dashicons-phone:before {
	/*    font-size: 120%;*/
	position: relative;
	left: -5px;
}

.iPadTelCont {
	display: none;
	font-size: 120%;
}

.hoursTrafWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 980px;
	width: 100%;
	margin: 50px auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hoursContWrap {
	padding: 7px 20px;
	text-align: left;
	display: flex;
}

.officeNameWrap {
	padding: 0 0 10px 20px;
	text-align: left;
}

.hoursTitle02 {
	color: #fff;
	font-size: 100%;
	padding: 3px 5px;
	display: inline-block;
	line-height: 1.2em;
	border-radius: 05px;
	width: 73px;
}

.addressContWrap {
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
}

.trafficContWrap {
	padding: 20px;
	text-align: left;
}

.trafficText01 {
	line-height: 1.1em;
}

.hoursTitle,
.trafficTitle {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid;
}

.eigyouTime {
	font-weight: bold;
}

.hoursCont,
.trafficCont {
	padding-left: 10px;
}

.trafficText02 {
	margin-bottom: .4em;
}

.zipCont {
	display: inline-block;
	font-size: 120%;
}

.SHShow {
	display: none;
}

/* TOPページ end
-------------------------------------------*/

/* 下層ページ　header画像部分
-------------------------------------------*/
.contentBox {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: 50%;

}

.kosou-contTit {
	margin: 0 auto;
	height: 300px;
}

.headerImg01 {
	background-image: url(../img/headerImg01.png);
}

.headerImg02 {
	background-image: url(../img/headerImg02.png);
}

.headerImg03 {
	background-image: url(../img/headerImg03.png);
}

.headerImg04 {
	background-image: url(../img/headerImg04.png);
}

.headerImg05 {
	background-image: url(../img/headerImg05.png);
}

.headerImg06 {
	background-image: url(../img/headerImg06.png);
}

.newsTitOuter {
	background-image: url(../img/news.png);
}

.workTitOuter {
	background-image: url(../img/headerImg06.png);
}

.serchTitOuter {
	background-image: url(../img/search.png);
}

.header-title{
	color: #fff;
	font-size: 300%;
	position: absolute;
	top: 42%;
	letter-spacing: 0.2em
	font-weight: 600;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 80%);
    line-height: 3rem;
}

.headerTitWrap {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.headerDiscWrap {
	background: #eee;
}

.headerDisc {
	max-width: 700px;
	width: 100%;
	padding: 40px 30px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
}

.headerDisc p {
	line-height: 2em;
}

.headerDisc .btn {
	display: table;
	padding: 7px 20px;
	border: 1px solid;
	margin: 20px auto 0 auto;
	border-radius: 20px;
}



/* header画像 end
-------------------------------------------*/





.fContactNo .dashicons-phone:before {
	position: relative;
	left: -20px;
}


.fContactBoxWrap {
	display: flex;
	align-items: center;
	justify-content: center;
}






.error-404 .page-header,
.error-404 .page-content {
	margin: 0 0 30px;
}

.notFondFWrap {
	margin-top: 20px;
}

.notFondFWrap .search-form {
	max-width: 330px;
	margin: 0 auto;
}

.notFondFWrap .search-form label {
	width: calc(100% - 30px);
}

.notFondFWrap input[type="search"].search-field {
	width: 100%;
	max-width: 300px;
}


/* 固定ページ
-------------------------------------------*/
.kotei-content {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.kotei-content section {
	padding: 50px 20px;
}

.kotei-content table,
.kotei-content table th,
.kotei-content table td {
	border: none;
	line-height: 1.5em;
}

table.aboutT {
	table-layout: auto;
	width: inherit;
}

table.aboutT th,
table.aboutT td {
	border-bottom: 1px dotted #b8b8b8;
}

table.aboutT td {
	padding-left: 2em
}

.staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 30px;
}

.staffT {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.staff > div {
	width: 48%;
}

.staffText {
	width: 54%;
	text-align: left;
	font-size: 85%;
	letter-spacing: normal;
}

.staffImg {
	width: 44%;
}

.boxTitle {
	text-align: left;
	font-size: 110%;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}

.nameKana {
	font-size: 80%;
}

.staffT td {
	font-size: 90%;
}

.areaText {
	text-align: left;
}

.accessBoxWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accessLbox {
	text-align: left;
	width: 36%;
}

.accessRbox {
	width: 62%;
}

.iframe {
	margin-bottom: 0;
}

.sakuseichuu {
	margin: 100px 0;
}

.searchTit {
	display: inline-block;
}

.no-sidebar .entry-content.searchConWrap {
	max-width: 980px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.entry-content h2.searchTitle a {
	font-weight: normal;
	font-size: 60%;
}

.no-sidebar .entry-summary {
	margin: 0;
	padding-left: 2em;
}

.searchTitle:before {
	content: "\f179";
	font-family: dashicons;
	position: relative;
	top: 4px;
	font-size: 75%;
}

.entry-content h2.searchTitle {
	margin-bottom: 5px;
	text-align: left;
}

.site-main > article.searchBox {
	margin-bottom: 2em;
}

/* 固定ページ end
-------------------------------------------*/



/*お問い合わせフォーム
-------------------------------------------*/


.contact-content {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 20px;
}

.mw_wp_form {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.zip input[type="text"] {
	width: auto;
	display: inline-block;
}

.mwform-tel-field input[type="text"] {
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.contactTB {
	margin: 0 auto;
	max-width: 600px;
}

.contactTB th {
	width: 100%;
	display: block;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
}

.contactTB td {
	padding-bottom: 1em;
	display: block;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}

.sText {
	font-size: 80%;
	font-weight: normal;
}

.contactTB {
	border: none;
}

.zipBox {
	margin-left: 1em;
}

.zipBox a,
.contactPri a {
	font-weight: bold;
}

.zipBox a:hover,
.contactPri a:hover {
	color: #00b4ff
}

.zipWrap p {
	padding: 10px 0;
}

.naiyoukakunin {
	display: none;
}

.mw_wp_form_confirm .naiyoukakunin {
	display: block;
	margin: 2em auto 30px auto;
	text-align: left;
	max-width: 450px;
	font-size: 90%;
}

.contactWrap .mw_wp_form_confirm .contactDesc {
	display: none;
}

input[type="submit"] {
	background: #FB8C00;
}

.submit {
	margin: 10px 0 30px;
}

.zipWrap .cautionText {
	font-size: 90%;
	padding: 0;
}

.contactWrap {
	margin-top: 50px;
}

.contactPri .dashicons-arrow-right-alt2:before {
	position: relative;
	top: 3px;
}

.mwform-checkbox-field-text {
	letter-spacing: normal;
}

.agreeSpan {
	margin-right: 5px;
}

.contactDesc {
	text-align: left;
	font-size: 90%;
	padding: 0 0 30px;
	max-width: 800px;
	margin: 0 auto;
}

.privacyWrap {
	text-align: left;
	margin: 80px auto;
	max-width: 800px;
}

.privacySign {
	text-align: right;
	font-size: 90%;
	margin-top: 1em;
}

.entry-content h3.serviceH3 {
	margin-top: 0;
	margin-bottom: 1em;
}

.servicePageDescP {
	text-align: left;
	font-size: 90%;
}

.mwform-checkbox-field,
.contactPri a {
	font-size: 90%;
}

h2.privacyTit {
	text-align: center;
	margin-bottom: 30px;
}

.privacyDesc {
	font-size: 90%;
}

.privacyUl li {
	font-size: 90%;
	display: list-item;
	list-style: decimal inside;
	text-indent: -1.5em;
	padding-left: 1.5em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.privaLiTit {
	font-size: 105%;
	font-weight: bold;
	line-height: 2.25em;
}

.entry-content h3.serviceH3PC {
	display: none;
}

.mw_wp_form .submit {
	display: flex;
	justify-content: center;
}

.mw_wp_form .submit li + li {
	margin-left: 20px;
}

.ns-box p {
	text-align: left;
	font-size: 90%;
}

.privacyTit {
	font-weight: bold;
	border-bottom: 1px solid;
	font-size: 140%;
}

.toawaseText02 {
	display: block;
	text-align: right;
	margin-top: 1em;
}

.linkBtn {
	display: inline-block;
	margin: 25px 0 0 0;
	width: auto;
	padding: 6px;
}

.linkBtnP {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0 24px;
}

/*お問い合わせフォーム end
-------------------------------------------*/









/* 投稿ページ
-------------------------------------------*/
.entryContentWrap {
	margin: 0 auto;
	text-align: center;
}

.entryContent {
	max-width: 1100px;
	display: inline-block;
	text-align: left;
	width: 100%;
}

.postNews {
	display: flex;
	margin-bottom: 1.5em;
}

.postNewsTime {
	background: #ccc;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
	border-radius: 3px;
	font-size: 90%;
	line-height: 2em;
	display: inline-table;
}

.contentNews .postNewsTime {
	margin-right: 20px;
}

.postH2 {
	display: flex;
	margin-left: 1.25em;
}

.postNewsTit:before {
	content: "\f345";
	font-family: dashicons;
}

h2.postNewsTit {
	font-size: 98.5%;
	font-weight: normal;
	display: flex;
}

h2.postNewsTit a {
	display: inline-table;
	text-align: left;
}

.pagination {
	margin: 0;
}

.entry-content h2.singleTitle {
	border-bottom: 1px solid;
	margin-bottom: 0;
	font-size: 140%;
}

.shinglepostNewsTime {
	background: #ccc;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
	border-radius: 3px;
	font-size: 90%;
	line-height: 1.8em;
	display: inline-block;
	margin: 30px 0 0;
}

.singletitleWrap {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 15px;
}

.singleConP {
	text-align: left;
}

.singleConP p {
	letter-spacing: .2em;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .singleSec .entry-content {
	float: none;
	margin-right: 0;
	margin-left: 0;
	width: auto;
}

.site-main > article.post {
	margin-bottom: 1.5em;
}

.newsContents:before {
	content: "\f345";
	font-family: dashicons;
}

.businessHours p {
	text-align: right;
}

.topSearchWrap {
	display: inline-block;
}


/* 投稿ページ end
-------------------------------------------*/


/*201812*/
.hcontact .dashicons-arrow-right-alt2 {
	vertical-align: middle;
}

.topSearch {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	background: #eceff1;
}

.search-form label {
	position: relative;
}

.search-submit {
	position: absolute;
	right: -30px;
}

.itemWrap {
	display: flex;
	flex-flow: row wrap;

}

.itemBox.baseWidth {
	padding: 0;
}

.itemBox {
	margin-bottom: 10px;
}

.itemWrap.itemImg2n {
	justify-content: space-between;
}

.itemWrap.itemImg3n {
	justify-content: flex-start;
}

.itemWrap.itemImg2n li {
	width: 49%;
}

.itemWrap.itemImg3n li {
	width: 32%;
}

.itemWrap.itemImg3n li:not(:nth-child(3n)) {
	margin-right: 2%;
}

.itemWrap li a {
	height: 90px;
	background-size: cover;
	background: no-repeat center center;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}



.itemWrap li a {
	vertical-align: middle;
	display: inline-block;
	height: 90px;
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	text-shadow: 0px 0px 4px #000000;
	letter-spacing: .1em;
	line-height: 4.5;
	width: 100%;
}

.itemWrap li a:hover {
	opacity: 0.6;
}

/*
.itemWrap li:before{
    content: "";
    background: rgba(255,255,255,0);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
*/
.itemWrap li:hover:before {
	background: rgba(255, 255, 255, .5);
	-webkit-transition: 0.8s;
	-webkit-transition: 0.8s;
	-webkit-transition: 0.8s;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}




.headerIn {
	display: inline-block;
}

.headerTit {
	display: table-cell;
	vertical-align: middle;
	height: 340px;
}

.headerTitL,
.headerTitS {
	color: #fff;
	text-align: left;
}

.headerTitL {
	font-size: 240%;
}

.headerTitS {
	font-size: 240%;
}

.midashi.baseWidth {
	padding: 0;
}

.midashi {
	margin-top: 40px;
	border-left: 5px solid;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.midashi h2 {
	font-size: 130%;
	text-align: left;
	font-weight: bold;
	line-height: 1.1em;
	padding-left: 10px;
}

.accessTitle.midashi {
	margin-top: 60px;
}

#access {
	width: 40%;
}

.accessWrap {
	width: 60%;
}

.fNaviBoxWrap {
	width: 100%;
	margin: 0 auto;
}

#menu-footermenu {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

#menu-footermenu li {
	height: 60px;
	line-height: 60px;
}

.customWHcolor #menu-footermenu li a {
	font-weight: bold;
	padding: 0 15px;

}

small {
	font-size: 90%;
}

.site-header-menu.iPadHide {
	display: none;
}

.openNavi {
	display: block;
}

.iPadNavi {
	display: none;
}

.topTelText {
	text-align: right;
}

.dashicons-phone::before {
	/*    font-size: 105%;*/
	position: relative;
	left: -5px;
}

.contentNews {
	display: flex;
	align-items: center;
}

.contentNews .entry-title {
	margin-bottom: 0;
}

.header-title {
	padding-left: 15px;
}

.contentNewsWrap {
	padding: 60px 15px;
	;
}

.dashicons.dashicons-phone {
	font-size: 0.75rem;
}

/* 20210402 start
-------------------------------------------*/
.emblem {
	padding: 0.5em 1em;
	margin: 2em 0;
	border: solid 2px #5fb3f5;
}

.emblem p {
	margin: 0;
	padding: 0;
}

.btn-flat-logo {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #487dcb;
	transition: .4s;
}

.btn-flat-logo:hover {
	background: #487dcb;
}


.btn-flat-logo1 {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #2c9fb9;
	transition: .4s;
}

.btn-flat-logo1:hover {
	background: #2c9fb9;
}

table.aboutJ {
	table-layout: auto;
	width: inherit;
}

table.aboutJ th {
	border: 1px solid #b8b8b8;
	text-align: center;
	vertical-align: middle;
	color: #050505;
	background-color: #DEDEDE;
}

table.aboutJ td {
	border: 1px solid #b8b8b8;
	text-align: center;
	vertical-align: middle;
}

table.aboutJ td {
	padding-left: 2em
}

table.aboutJ1 {
	table-layout: auto;
}

table.aboutJ1 th {
	border: 1px solid #b8b8b8;
	text-align: center;
	vertical-align: middle;
	color: #050505;
	background-color: #DEDEDE;
}

table.aboutJ1 td {
	border: 1px solid #b8b8b8;
	text-align: left;
	vertical-align: middle;
}

table.aboutJ1 td {
	padding-left: 1em
}

.maintitle {
	font-weight: bold;
	border-bottom: 1px solid;
	border-bottom-color: #5599ff;
	font-size: 140%;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}

p.indent{
	padding-left:1em;
	text-indent:-1em;
}

/* テーブルを横にスクロール */
table {
 width: 100%;
}

/*tableをスクロールさせる*/
/*tableセル内にある文字の折り返し禁止*/
.scroll {
 overflow: auto;
 white-space: nowrap;
}

/*tableにスクロールバーを追加１*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加２*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加３*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}


/* 20210402 end
-------------------------------------------*/


















/**
 * 14.1 - <= 1025px 1025pxより小さい場合に適応
 */

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



/**
 * 14.1 - <= 985px 986pxより小さい場合に適応
 */

@media screen and (max-width: 61.5625em) {}


/**
 * 14.2 - <= 985px 985pxより大きい場合に適応
 */

@media screen and (min-width: 61.5625em) {}



/**
 * 14.3 - >= 910px 910pxより大きい場合に適応
 */

@media screen and (min-width: 56.875em) {
	.main-navigation {
		margin: 0;
	}
}


/**
 * 14.4 - <= 910px 910pxより小さい場合に適応
 */

@media screen and (max-width: 56.875em) {
	.fNavi {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.fNaviInL {
		text-align: left;
		margin-bottom: 10px;
	}

	.fNaviInR #menu-footermenu {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hcontact p {
		letter-spacing: 0.01em;
	}


}


/**
 * 14.5 - <= 783px 783pxより小さい場合に適応
 */

@media screen and (max-width: 48.9375em) {

	#menu-toggle,
	.iPadShow {
		display: block;
	}

	.site-header-menu-Wrap {
		padding-right: 60px;
	}

	.iPadHide {
		display: none;
	}

	.main-navigation a {
		padding: 0.8em 1.5em;
	}

	.itemBox.baseWidth,
	.sentence01 p,
	.topNewsUl {
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-header-menu.toggled-on {
		width: 100%;
	}

	.PCShow {
		display: none;
	}

	.main-navigation a {
		display: block;
		width: 100%;
	}

	.main-navigation li {
		width: 100%;
	}

	.contentNews {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
	}

	.contentNews .postNewsTime {
		margin-bottom: 10px;
	}
}



/**
 * 14.6 - >= 710px 710pxより大きい場合に適応
 */
@media screen and (min-width: 44.375em) {}


/**
 * 14.7 - <= 710px 710pxより小さい場合に適応
 */
@media screen and (max-width: 44.375em) {


	.site-header-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 20px;
		align-items: flex-start;
	}

	.hcontact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		;
		line-height: normal;
		padding: 0 10px 10px;
		position: relative;
	}

	.hcontact p {
		line-height: 18px;
		font-size: 85%;
	}

	.SHhide {
		display: none;
	}

	.site-header-menu-Wrap {
		width: 100%;
		padding: 0;
	}

	.search-form {
		display: block;
		text-align: left;
	}

	input[type="search"].search-field {
		width: 100%;
		max-width: calc(100% - 30px);
	}

	.dashicons.SHShow {
		display: inline-block;
	}

	.dashicons-arrow-right-alt2:before {
		content: "\f345";
		display: inline-block;
		font-size: 80%;
		position: relative;
		bottom: 3px;
	}

	.naviBtnWrap {
		display: none;
	}

	.main-navigation a {
		padding: 0.75rem;
	}

	.site-header-menu-Wrap {
		margin-bottom: 0;
	}

	.header-image {
		margin: 0;
	}

	body,
	div,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	address,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	img,
	pre {
		font-size: 97.5%;
	}

	.sentence01 p {
		width: 100%;
	}

	.sentence01 {
		margin: 25px 0;
		background-image: none;
	}

	.topNews p a,
	.topNews .newsContents {
		display: block;
	}

	.topNews p {
		line-height: 2em;
	}

	.topNews {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.addressCont {
		font-size: 100%;
	}

	.SHShow {
		display: inline-block;
	}

	.zipCont {
		font-size: 90%;
		text-align: left;
		display: block;
	}

	.addressContWrap {
		padding: 10px;
		line-height: 0.6em;
	}

	.addressCont {
		padding: 0;
		line-height: 0.6em;
	}

	.iPadTelCont {
		margin: 0;
		padding: 0.5em 0 0;
	}

	.hoursTrafWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 0;
	}

	.fContact {
		padding-left: 10px;
		padding-right: 10px;
	}

	.fContactRBox {
		margin-top: 10px;
	}

	.fNaviInL {
		text-align: center;
		margin-top: 20px;
	}

	.fNavi {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.fNaviInR #menu-footermenu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		text-align: left;
		margin: 0 auto;
	}

	.fNaviInR #menu-footermenu li {
		margin: 0;
	}

	.kosou-contTit {
		height: 152px;
	}

	.header-title {
		font-size: 160%;
	}

	table.aboutT th,
	table.aboutT td {
		display: block;
		border: none;
	}

	table.aboutT th {
		background: #f0f0f0;
	}

	.staff,
	.staffT,
	.accessBoxWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.staff > div,
	.staffText,
	.accessLbox,
	.accessRbox {
		width: 100%;
	}

	.staffImg {
		width: 70%;
		text-align: center;
		margin: 10px auto 0;
	}

	.Rbox {
		margin-top: 50px;
	}

	.kotei-content section {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	h2.postNewsTit {
		font-size: 98.5%;
	}

	.pagination .page-numbers.current {
		margin: 0 auto;
	}

	.singletitleWrap {
		display: flex;
		flex-direction: column;
	}

	.shinglepostNewsTime {
		max-width: 110px;
		text-align: center;
		margin-left: 0;
		margin-top: 10px;
	}

	.fContactBoxWrap {
		flex-direction: column;
	}

	.postNews {
		flex-direction: column;
	}

	.postNewsTime {
		display: inline-block;
		width: 120px;
	}

	.mwform-tel-field {
		display: flex;
		align-items: center;
	}

	.hcontact .dashicons-phone:before {
		top: -3px;
	}

	.topSearch {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.search-submit {
		right: 0;
	}

	.site-header-menu-Wrap .hcontact {
		display: none;
	}

	.topSearch .hcontact {
		padding: 10px 0 0;
		text-align: left;
	}

	.headerTitL {
		font-size: 150%;
	}
	
	.headerTitS {
		font-size: 150%;
	}

	.header-image,
	.headerTit {
		height: 200px;
	}

	.headerTitL {
		letter-spacing: .08em;
	}

	.itemWrap,
	.topNews li,
	.companyWrap,
	.hoursContWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.itemWrap.itemImg2n li {
		width: 100%;
	}

	.itemWrap li {
		height: 70px;
		margin-bottom: 10px;
	}

	.itemWrap li a {
		line-height: 3.6;
		height: 70px;
	}

	.itemWrap.itemImg3n li {
		width: 100%;
	}

	.topNews {
		padding-top: 0;
	}

	.topNews .newsDate {
		width: 100%;
		font-weight: bold;
		color: #aaa;
		padding-top: 15px;
	}

	.topNews p {
		width: 100%;
		line-height: normal;
		padding-top: 5px;
	}

	.newsTitle.midashi {
		margin-bottom: 10px;
	}

	#access,
	.accessWrap {
		width: 100%;
	}

	.officeNameWrap {
		padding-left: 0;
	}

	.addressContWrap {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.hoursContWrap {
		padding-left: 0;
		padding-right: 0;
	}

	.hoursTitle02 {
		text-align: center;
		margin-bottom: 5px;
	}

	.telCont {
		font-size: 105%;
		margin-top: 5px;
	}

	.telCont .dashicons-phone:before {
		/*        font-size: 95%;*/
	}

	footer #menu-footermenu {
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}

	footer #menu-footermenu li {
		width: 50%;
		border-bottom: 1px #9cc4ff solid;
	}

	.customWHcolor #menu-footermenu li a {
		padding: 0;
	}

	footer #menu-footermenu li:nth-child(odd) {
		border-right: 1px #9cc4ff solid;
	}

	.fNaviBox.baseWidth {
		padding: 0;
	}

	.yubinKigou {
		display: block;
	}

	.businessHours p,
	.topTelText {
		text-align: left;
	}

	.site-info {
		text-align: center;
		margin-top: 2em;
		line-height: 1.3;
		letter-spacing: normal;
	}

	.fNavi {
		flex-direction: column;
	}

	.fNaviInL {
		margin-bottom: 20px;
	}

	.dashicons-arrow-right-alt2:before,
	.dashicons.SHShow {
		display: none;
	}



}



/**
 * 15.0 - Print
 */

@media print {}
