@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 {
	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;
}

/* webfont
---------------------------------------------------- */


/* webfont end
---------------------------------------------------- */

div, table {
    line-height:1.6;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

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;
}

/* 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;
	max-height: 650px;
	overflow: hidden;
	position: relative;
}

.header-image img{
	width: 100%;
}

.main-navigation a:before{
	content: "\f132";
	font-family: "dashicons";
	position: relative;
	top: 2px;
}

.main-navigation a {
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.5em 0 0.2em 0.8em ;
	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: 180px;
}

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

.search-submit{
	width: 30px;
}

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

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

.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: #b7b7b7;
}

.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{
	background: #e0e0e0;
	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 0 20px 0;
}

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

.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: center;
	width: 100%;
	margin: 20px 0
}

/* 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:before,.pagination .nav-links:before{
    right: 10px;
}
*/
.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ページ
-------------------------------------------*/
#greeting{
	max-width: 980px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	margin: 50px auto;
	background-image: url("../img/top_bg.png");
	background-repeat: no-repeat;
	background-position: right center;
}

#greeting p{
	width: 70%;
}

.newsTitle:first-letter,
.accessTitle:first-letter,
.fContactTit:first-letter,
.titleWrap:first-letter{
	margin-bottom: 30px;
}

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

.newsTitle{
	margin-bottom: 20px;
}

.newsTitleIn,
.accessTitleIn,
.fContactTitIn,
.title{
	font-weight: bold;
	border-bottom: 1px solid;
	font-size: 140%;
}

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

#topNews{
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 50px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

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

.newsContents{
	margin-left: 2em;
}

#topNews p{
	line-height: 2rem;
	border-bottom: 1px dotted #bdbdbd;
}

.topNewsWrap{
	background: #f5f5f5;
}

.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;
}

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

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

.addressContWrap{
	background: #f5f5f5;
}

.addressCont,
.telCont,
.iPadTelCont{
	display: inline-block;
	font-size: 120%;
	padding: 1em 0;
}

.telCont,
.iPadTelCont{
	margin-left: 2em;
}

.iPadTelCont{
	display: none;
}

.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,
.trafficContWrap{
	padding: 20px;
	text-align: left;
}

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

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

.trafficText02{
	margin-bottom: 1em;
}

.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: 270px;
}

.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);
}

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

.header-title{
	color: #fff;
	font-size: 250%;
	position: absolute;
	top: 42%;
	font-weight: 600;
	letter-spacing: 0.2em
}

.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%;
}

/*お問い合わせフォーム 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;
}

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

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

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

.pagination{
    margin: 0;
}

.entry-content h2.singleTitle{
    display: inline-block;
    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-left: 20px;
}

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

.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: 1em;
}

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

.businessHours p{
    text-align: right;
}









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






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

@media screen and (max-width: 1025px){
	.iPadTelCont,
	.iPadShow{
		display: inline-block;
	}
	
	.telCont,
	.PCShow{
		display: none;
	}
}



/**
 * 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) {
    
    
}



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

}


/**
 * 14.7 - <= 710px 710pxより小さい場合に適応
 */
@media screen and (max-width: 44.375em){
	#menu-toggle {
		display: block;
	}
	
	.site-header-main{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		padding-top: 20px;
	}
	
	.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;
		top: 8px;
	}
	
	input[type="search"].search-field{
		max-width: 100%;
		width: 100%;
	}
	
	.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%;
	}
	
	#greeting p{
		width: 100%;
	}
	
	#greeting{
		margin: 25px 0;
		background-image: none;
	}
	
	#topNews p a,
	#topNews .newsContents{
		display: block;
	}
	
	#topNews p{
		line-height:2em;
		margin-bottom: 1.25em
	}
	
	#topNews{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.accessTitle{
		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;
    }


}



/**
 * 15.0 - Print
 */

@media print {
	
}




