/*
Theme Name: sosa-ns
Author: Airily
Version: 1.0
*/

@charset "UTF-8";

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, li {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	display:block;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	/* font-size: 16px; */
  font-size: 20px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color: #000;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width:736px) {
	body {
		font-size: 14px;
	}
}

* { box-sizing: border-box; }

img {
	vertical-align: bottom;
	border: 0;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

@media screen and (max-width:736px) {
img {
	max-width: 100%;
	height: auto;
}
	a img:hover {
		opacity: .6;
	}
}

a { color: #000000; }
a.aBg {
	display: block;
	width: 100%;
	height: auto;
	background: #FFF;
}
@media screen and (max-width:736px) {
	a.aBg {
		background: none;
	}
}

a[href^="tel:"] {
	text-decoration: none;
}
@media screen and (min-width: 737px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

p { margin-bottom: 1em; }

/*
---------------------------------------------------------------------------
ベース
---------------------------------------------------------------------------*/
#wrap {
	max-width: 100%;
}

.fixed {
	width: 100%;
	height: 130px;
	position: fixed;
	top: 0;
	z-index: 90;
	background: #FFFFFF;
	border-bottom: 1px solid #D9D9D9;
}

.clear { clear: both; }

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
@media screen and (max-width:736px) {
	.fixed {
		height: auto;
		position: static;
	}
}

.btn_map,
.btn_tel {
	display: inline-block;
	border: solid 1px #7F7F7F;
	font-size: 16px;
	line-height: 1;
}
.btn_map {
	margin-right: 10px;
	padding: 3px 5px 1px;
}
.btn_tel {
	margin-right: 8px;
	padding: 3px 8px 1px;
}
.btn_map a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0E3996;
	text-decoration: none;
}
.footer-add .btn_map {
	margin-left: 13px;
}
.footer-add .btn_map a {
	color: #000000;
}

@media screen and (max-width: 1460px) {
  .btn_map, .btn_tel {
    font-size: 14px;
  }
  .btn_map {
    margin-right: 5px;
  }
}
@media screen and (max-width:736px) {
	.footer-add .btn_map {
	display: block;
	width: 50px;
	margin: 5px auto 0;
}
}

br.pc-br {
  display: block;
}

br.sp-br {
  display: none;
}

@media screen and (max-width: 736px) {
  
  br.pc-br {
    display: none;
  }

  br.sp-br {
    display: block;
  }

}

/*
---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	border-top: solid 1px #D9D9D9;
	background: #FFF;
}

.homeHeader #header {
	position: absolute;
}

#headerIn {
	width: 100%;
	max-width: 1920px;
	min-width: 1360px;
	margin: 0 auto;
	padding: 15px 40px 0px;
}
#headerIn::after {
	content: "";
	display: block;
	clear: both;
}

.headerT {
	float: right;
}

/* ロゴ */
#headerLogo {
	float: left;
	margin-top: 8px;
	line-height: 1;
}
#headerLogo a {
	display: block;
	width: 100%;
}

#headerR {
	float: right;
	text-align: right;
}
.header-add {
	text-align: right;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 27px;
	/* font-size: 0; */
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
	line-height: 1;
}
.header-add li {
	display: inline-block;
	color: #7F7F7F;
	font-size: 17px;
}
.header-add li.add {
	margin-right: 20px;
}
.header-add li.tel {
	color: #ED7E32;
	font-size: 27px;
}
.header-add li.tel a {
	vertical-align: middle;
	color: #ED7E32;
}
.header-add li.tel a:link {
	color: #ED7E32;
}
.header-add li .btn_map {
	border-color: #0E3996;
	color: #0E3996;
}
.header-add li .btn_tel {
	border-color: #ED7E32;
	color: #ED7E32;
}
@media screen and (max-width:1660px) {
  #headerLogo {
		width: 20%;
	}
  .header-add li {
    font-size: 75%;
  }
  .header-add li.tel {
    color: #ED7E32;
    font-size: 105%;
  }
}
@media screen and (max-width:1460px) {
	#headerLogo {
		width: 20%;
    margin-top: 0;
	}
	#headerLogo img {
		max-width: 100%;
	}
  .header-add li {
    font-size: 75%;
  }
  .header-add li.tel {
    color: #ED7E32;
    font-size: 105%;
  }
  .header-add li.add {
    margin-right: 10px;
  }
}
@media screen and (max-width:736px) {
 	#headerIn {
		min-width: auto;
		padding: 15px;
	}
	#headerLogo {
 		float: none;
		width: 100%;
		margin: 0;
 		text-align: left;
	}
	#headerLogo img {
		width: auto;
		height: 50px;
	}
	#headerR {
		float: none;
		display: none;
	}	
}

 @media screen and (max-width:736px) {
	 .homeHeader #header {
		position: static;
	 }
}

/*
---------------------------------------------------------------------------
検索窓
---------------------------------------------------------------------------*/
#headerSearch {
  margin-left: 10px;
}

#search-form {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

#s-box {
  border: 1px solid #D9D9D9;
  padding: 4px;
  width: 80%;
  height: 31px;
}

input#s-box {
  -webkit-appearance: none;
  border-radius: 0;
}

#s-btn-area {
  cursor: pointer;
  display: inline-block;
  width: 31px;
  height: 31px;
  border: 1px solid #D9D9D9;
  text-indent: -9999px;
  background: url(img/btn_search.png) no-repeat 0 0;
  line-height: 1;
  padding: 0;
  /* position: relative;
  top: -5px;
  left: -5px; */
}

#s-btn {
  width: 31px;
  height: 31px;
}

@media screen and (max-width: 1460px) {
  #headerSearch {
    width: 15%;
    margin-left: 5px;
  }
}

@media screen and (max-width: 736px) {
  #headerSearch {
    width: 80%;
    margin: 0 auto;
  }
}

/*
---------------------------------------------------------------------------
グローバルナビ
---------------------------------------------------------------------------*/
#gnavi {
	display: inline-block;
}
#gnavi ul {
	width: 100%;
    list-style: none;
	font-size: 19px;
}
#gnavi ul::after {
	content: "";
	display: block;
	clear: both;
}
#gnavi ul li {
    float: left;
	margin-right: 74px;
	margin-bottom: 20px;
	text-align: center;
	color: #000000;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	line-height: 1;
	position: relative;
}
#gnavi ul li a {
	padding-bottom: 10px;
}
#gnavi ul li a.on::after,
#gnavi ul li a:hover::after {
	content: "";
	display: block;
	border-bottom: solid 2px #4DAC26;
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#gnavi ul li.gnav01 {
	margin-right: 89px;
}
#gnavi ul li.gnav04 {
	margin-right: 80px;
}
#gnavi ul li.gnav06 {
	margin-right: 13px;
}

#gnavi ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
    text-decoration: none;
}

/*
---------------------------------------------------------------------------
グローバルナビ　モバイル用トグルメニュー
---------------------------------------------------------------------------*/
#mov_gnavi {
	display: none;
}

.drawer-hamburger {
	top: 5px !important;
	width: 3rem !important;
	padding: 10px .75rem 20px !important;
	background-color: rgba(0,0,0,1) !important;
	z-index: 20 !important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
	background-color: #FFFFFF !important;
}

.drawer-menu li {
	border-bottom: 1px solid #F2F2F2;
	text-align: center;
}

.drawer-menu li:first-child {
  margin-top: 20px;
}

.drawer-menu li#headerSearch {
	margin-top: 20px;
  padding-bottom: 20px;
}

.drawer-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	text-decoration: none;
}

.drawer-menu li a:hover {
	background-color: #4DAC26;
	color: #FFF;
}

@media screen and (max-width:768px) {
.pc_gnavi {
	display: none;
}

#mov_gnavi {
	display: block;
	font-size: 14px;
}
}

.drawer--right .drawer-nav {
	right: -27rem !important;
}
.drawer-nav {
	width: 27rem !important;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 27rem !important;
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0 !important;
}

/*
---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/
#footer {
	width: 100%;
}
#footerBg {
	height: 560px;
	background: url("img/footer_bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
}
#footerWrap {
	width: 1200px;
	margin: 0 auto;
	padding: 70px 15px 15px;
}
#footerWrap::after {
	content: "";
	display: block;
	clear: both;
}

.footer-copy {
	padding: 0 0 95px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.footer-logo {
	margin-bottom: 40px;
	text-align: center;
}
.footer-add {
	margin-bottom: 40px;
	text-align: center;
	font-size: 17px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.footer-ban {
	text-align: center;
}
.footer-ban img:hover {
	opacity: .8;
}

@media screen and (max-width:736px) {
	 #footerBg {
		 background-size: cover;
	 }
	 #footerWrap {
		 width: 100%;
		 padding: 15px;
	 }
	.footer-copy {
		padding: 20px 0;
		font-size: 18px;
	}
}

#fNavi {
	width: 100%;
	padding: 15px 10px;
	background: #0D3996;
	color: #FFF;
	text-align: center;
	position: relative;
}
#fNavi::after {
	content: "";
	display: block;
	clear: both;
}

#fNavi ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: inline-block;
	font-size: 0;
}
#fNavi li {
	display: inline-block;
	padding: 0 10px 0 5px;
	font-size: 16px;
	position: relative;
}
#fNavi li::after {
	content: "│";
	position: absolute;
	top: 0;
	right: 0;
}
#fNavi li:last-child::after {
	content: "";
}
#fNavi li a {
	padding-right: 10px;
	color: #FFF;
	text-decoration: none;
}
@media screen and (min-width:737px) {
#fNavi li a:hover {
  font-size: 18px;
  transform: translateY(-4px);
}
}
#copyright {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width:736px) {
	#fNavi {
		padding: 0;
	}
	#fNavi ul {
		width: 100%;
		display: block;
		margin: 0;
	}
	#fNavi ul li {
		width: 50%;
		margin-bottom: 0;
		padding: 0;
		border-bottom: 1px solid #EAEAEA;
		text-align: center;
	}
	#fNavi li::after {
		content: "";
	}

	#fNavi ul li:first-child {
		width: 100%;
		padding: 0;
	}
	#fNavi ul li:nth-of-type(even) {
		border-right: 1px solid #EAEAEA;
	}
	
	#fNavi ul li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 5px;
		font-size: 14px;
		vertical-align: middle;
	}
	#fNavi ul li a:hover {
		background: rgba(255,255,255, .3);
	}
	
	#fNavi > ul li a::before {
		content: none;
	}

 	#copyright {
 		font-size: 11px;
	}
}

/*
---------------------------------------------------------------------------
メイン画像
---------------------------------------------------------------------------*/
/* 背景固定 */
.all-bg-box {
  position: fixed;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 1220px;
  max-width: 1920px;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
  white-space: nowrap;
}
.flexslider {
	border: none !important;
}
@media only screen and (max-width: 736px) {
  .all-bg-box {
    position: static;
    min-width: 0;
    height: 320px;
    text-indent: 100%;
    transform: translate(0);
  }
}

.flexslider,
.flexslider ul li div {
  width: 100%;
  height: 100vh !important;
}

.flexslider ul li div img {
  width: auto;
  height: 100vh !important;
}

@media only screen and (max-width: 736px) {

  .flexslider,
  .flexslider ul li div,
  .flexslider ul li div img {
    width: 100%;
    height: 325px !important;
  }
}

.flexslider ul li div {
  background-size: cover !important;
}

.slid-childWrap {
	/*
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 1;
	background: rgba(255,255,255,.5);
	*/
}
.slid-child {
	/*width: 1185px;*/
	width: 100%;
	margin: auto;
	padding: 35px 0;
	line-height: 2;
}

.slid-child p {
	margin-bottom: 0;
	/* font-size: 16px; */
  font-size: 20px;
}

.slid-child .txt01 {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 29px;
	font-family:"游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
	text-align: center;
	letter-spacing: normal;
}

@media screen and (max-width:736px){
	.slid-childWrap {
		position: relative;
	}
	
	.slid-child {
		padding: 15px;
		width: 100%;
		font-size: 16px;
		line-height: 1.5;
	}
	.slid-child p {
	font-size: 14px;
}
	.slid-child .txt01 {
		font-size: 18px;
		line-height: 2;
	}
}

.bx-wrapper {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	
}

#bxHomeWrap {
	position: relative;
}

#bxHomeWrap .bx-wrapper {
	margin: auto auto 0 !important;
}
#bxHomeWrap .bxslider-home-bg img {
	height: auto;
}
@media screen and (max-width:736px) {
	#bxHomeWrap .bxslider-home-bg {
		position: static;
		top: 0;
	}
	#bxHomeWrap .bx-wrapper {
		margin-bottom: 0;
	}
}

/*
---------------------------------------------------------------------------
パンくずリスト
---------------------------------------------------------------------------*/
ol.topicPath {
	margin: 0 0 90px;
	padding: 0;
	list-style-type:none;
	line-height: 1;
	display: inline-block;
	color: #7F7F7F;
}
ol.topicPath li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
}
ol.topicPath li:first-child {
	margin-left: 0;
	margin-right: 0;
}
ol.topicPath li a {
	padding-right: 20px;
	background:url(img/topicpath_arrow.png) no-repeat right center;
	text-decoration: none;
	color: #7F7F7F;
}
ol.topicPath li a:hover { text-decoration:underline; }

@media screen and (max-width:736px) {
	ol.topicPath {
		margin: 0 0 40px;
		font-size: 0;
	}
	ol.topicPath li {
		margin-left: 0;
		margin-right: 0;
		font-size: 12px;
		line-height: 1.5;
	}
	ol.topicPath li a {
		margin-right: 5px;
		padding-right: 10px;
	}
}

#pagePath {
	display: inline-block;
	line-height: 2;
	font-size: 17px;
}
#pagePath a {
	padding-right: 20px;
	padding-left: 12px;
	background: url(img/pagepath_arrow.png) no-repeat;
	background-position:left center;
	text-decoration:none;
}
#pagePath a:hover { text-decoration:underline; }
#pagePath a:last-child {
	padding-right: 0;
}

 @media screen and (max-width:736px) {
#topicPath { padding-bottom: 0; font-size: 14px; }

 #pagePath {
 display:none;
}
}

/*サイド
---------------------------------------------------------------------------*/
#side {
	float: right;
	width: 260px;
}
#side a {
	text-decoration: none;
}
/* archive */
#side .mk-non {
	margin-bottom: 20px;
}
#side .mk-non li {
	margin-bottom: 5px;
}
#side .mk-non li a {
	display: block;
	width: 100%;
	padding: 8px 10px 8px 25px;
	border: solid 1px #D9D9D9;
	text-decoration: none;
	position: relative;
}
#side .mk-non li a::after {
	content: url("img/side-nav-arrow.png");
	width: 4px;
	height: 8px;
	position: absolute;
	left: 15px;
}

.calendar-archives {
	border: solid 1px #D9D9D9;
}
.calendar-archives.arw-theme2 .menu-container > a.title {
	font-size: 16px;
}
.calendar-archives.arw-theme2 .month.has-posts a, .calendar-archives.arw-theme2 .day.has-posts a {
	color: #4DAC26;
	text-decoration: underline !important;
}

/* 通常ページ */
#side dl,
#side dt,
#side dd {
	margin: 0;
	padding: 0;
}
#side dl.side-nav,
#side dl.side-ctgy {
	margin-bottom: 20px;
}
#side .side-nav dt {
	background: #4DAC26;
	padding: 10px 10px 10px 30px;
	color: #FFF;
	font-size: 22px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
	position: relative;
}
.side-nav dt::after {
	content: url("img/side-nav-ico1.png");
	display: inline-block;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 10px;
}
.side-nav dd {
	border: solid 1px #D9D9D9;
	border-top: none;
}

.side-nav dd a,
.side-ctgy dd a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 10px 8px 25px;
	color: #000;
	position: relative;
}
.side-nav dd a::after,
.side-ctgy dd a::after{
	content: url("img/side-nav-arrow.png");
	width: 4px;
	height: 8px;
	position: absolute;
	left: 15px;
}

#side .side-ctgy dt {
	padding: 0px 0px 0px 20px;
	font-size: 22px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
	position: relative;
}
.side-ctgy dt::after {
	content: url("img/side-nav-ico2.png");
	display: inline-block;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	margin-bottom: 10px !important;
}
.side-ctgy dd {
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	border: solid 1px #D9D9D9;
}


.side-nav .txt-sca {
	display: inline-block;
	margin-left: -1.5em;
	margin-right: -1.5em;
	transform: scale(0.5,1);
	font-size: 19px;
}

#side .side-ban1,
#side .side-ban2 {
	border: solid 1px #4DAC26;
	margin-bottom: 20px;
}
#side .side-ban1 a,
#side .side-ban2 a {
	display: block;
	padding: 10px;
	color: #000000;
}
#side .side-ban1 .facility {
	margin-bottom: .6em;
	padding-left: 20px;
	line-height: 1.3;
	position: relative;
}
#side .side-ban1 .faci-name {
	display: block;
	font-size: 22px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
#side .side-ban1 .facility::after {
	content: url("img/side-nav-ico2.png");
	display: inline-block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0
}
#side .side-ban2 .ban-txt {
	padding-left: 20px;
	font-size: 22px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
	position: relative;
}
#side .side-ban2 .ban-txt::after {
	content: url("img/side-nav-ico2.png");
	display: inline-block;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
}
/*
#layout1 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
}

#layout1:after {
	content: "";
	display: block;
	clear: both;
}
*/
/*
#side {
	float: right;
	width: 260px;
}
*/
/*
.sideIn {
	margin-bottom: 20px;
	padding-left: 20px;
}

.sideIn li {
	list-style: none;
}

#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side ul.ul-category li {
	margin-bottom: 5px;
}

#side ul.ul-category li a {
	display: block;
	width: 100%;
	padding: 5px 0 5px 54px;
	border: 1px solid #BFBFBF;
	text-decoration: none;
	position: relative;
}

#side ul.ul-category li a::before {
	content: url(img/arrow-01.png);
	position: absolute;
	top: 50%;
	left: 28px;
	transform: translateY(-50%);
	line-height: 0;
}

.calendar-archives.arw-theme2 {
	border: 1px solid #BFBFBF;
}
*/
@media screen and (max-width:736px) {
	#side {
		float: none;
		margin: 0 auto;
	}
}

/*
---------------------------------------------------------------------------
コンテンツ
---------------------------------------------------------------------------*/
.head-box {
	margin-bottom: 600px;
}
.txt-main {
	position: relative;
	background: rgba(13, 56, 150, .5);
	padding: 15px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.inner-bg {
	background: rgba(255,255,255, .6);
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
}

.bg-pink {
	width: 100%;
	background: #FEF7F7;
	background: rgba(254,247,247,.7);
}
.bg-in {
	width: 1120px;
	margin: 0 auto;
}
.inner {
	width: 1200px;
	margin: 123px auto 0;
}
.inner.home {
	margin-top: 35px;
	margin-bottom: 0;
	padding: 35px 15px 15px;
	background: rgba(255,255,255, .7);
}
.inner.home.ver1 {
	margin-bottom: 35px;
}
.inner.home.ver2 {
	width: 100%;
}
@media screen and (max-width:736px) {
	.head-box {
	margin-bottom: 0;
}
	.inner {
		width: 100%;
		margin-top: 60px;
		margin-bottom: 50px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.inner.home {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
	}
}
.inner::after {
	content: "";
	display: block;
	clear: both;
}

/*トップページ・タブ表示部分*/
.tab-content {
	position: relative;
}
.tab-content input[type="radio"] {
  display: none;
}
.tab-content label {
	width: 24.2%;
	margin-left: -1px;
	text-align:center;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;/**/
	border-bottom: 1px solid #7F7F7F;
	border-left: 1px solid #D9D9D9;/**/
	border-radius: 6px 6px 0 0;
	background-color: #F8F8F8;
	padding: 18px 0;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.tab-content label:first-of-type {
	margin-left: 20px;
	border-left: 1px solid #D9D9D9;
}

.tab-content input[type="radio"]:checked + label {
	border-top: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
	border-bottom: 1px solid #FFF;
	background-color: #FFFFFF;
	z-index: 1;
}

.tab-content .tab-box { /*タブ中身枠*/
	width: 100%;
	height: 480px;
	clear: both;
	position: relative;
	margin: 0;
	top: -1px;
	border-top: 1px #7F7F7F solid;
	border-bottom: 1px #7F7F7F solid;
	z-index: 0;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}
#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}
#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}
#tab4:checked ~ .tab-box > #tabView4 {
  display: block;
}

@media screen and (max-width:736px) {
	.tab-content label:first-of-type {
		margin-left: 5px;
	}
  .tab-content label {
    height: 78px;
  }
}

.tab-con-box {
	width: 100%;
	height: 478px;
	margin: 0 auto;
	padding: 20px 10px;
	background: #FFFFFF;
	overflow: scroll;
	overflow-x: hidden;
}

.topics-details,
.tbl-tab-content {
	border-collapse: collapse;
	width: 100%;
}
.tbl-tab-content td {
	vertical-align: top;
	padding-bottom: 30px;
}
.topics-details td {
	vertical-align: top;
}
.topics-details td.img-box,
.tbl-tab-content td.img-box {
	width: 190px;
}
.topics-details td.txt-box,
.tbl-tab-content td.txt-box {
	width: calc(100% - 190px);
	padding-left: 30px;
}
/*.tbl-tab-content */.txt-box .day-box {
	margin-bottom: 10px;
	vertical-align: middle;
	line-height: 1;
}
.icon {
	display: inline-block;
	width: 100px;
	margin-right: 20px;
	padding: 3px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	line-height: 1;
}
.icon.news {
	background-color: #ED7D31;
}
.icon.saiyo {
	background-color: #92D050;
}
.icon.blog {
	background-color: #000000;
}
.tbl-tab-content td.txt-box .tit-link {
	margin-bottom: .5em;
}
@media screen and (max-width:736px) {
	.tbl-tab-content td.img-box {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 0;
		text-align: center;
	}
.tbl-tab-content td.txt-box {
	display: block;
	width: 100%;
	padding-left: 0;
	word-break: break-all;
}
	.tbl-tab-content td.txt-box .day-box {
		text-align: center;
	}
	.icon {
		display: block;
		margin: 0 auto 15px;
	}
}

/*
---------------------------------------------------------------------------
枠
---------------------------------------------------------------------------*/
.box1 {
	width: 100%;
	margin: 0 auto 90px;
	/* font-size: 17px; */
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.boxH3 {
	width: 1220px;
	margin: 0 auto 60px;
}
.box1 .boxH3:last-child {
	margin-bottom: 0;
}

.boxH4 {
	width: 100%;
	margin-bottom: 60px;
}
.boxH4_b0 {
	width: 100%;
	margin-bottom: 0px;
}
.boxH4.ver1 {
	padding: 0 10px;
}
.boxH4.ver1.typ1 {
	margin-bottom: 40px;
}
.boxH4.ver1.typ2 {
	margin-bottom: 30px;
}
.box1 .boxH4:last-child {
	margin-bottom: 20px;
}

@media screen and (max-width:736px) {
	.box1 {
		margin-bottom: 60px;
		font-size: 14px;
	}
	.boxH4.ver1 {
	padding: 0;
}
}

.col2 {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}
.col2 li.txt_box {
	flex: 1 0 0;
}
.col2.ver1 {
	margin-bottom: 60px;
}
.boxH3 .col2.ver1:last-child {
	margin-bottom: 0;
}
.col2.ver1 li.txt_box {
	padding-top: 13px;
}
.col2.ver1 li.img_box {
	width: 430px;
	padding-right: 20px;
}
.col2.half li {
	width: 50%;
}
.col2.half li:nth-child(odd) {
	padding-right: 20px;
}
.col2.half li:nth-child(even) {
	padding-left: 20px;
}

.col3 {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	
}
.col3.pic_list {
	margin-bottom: 30px;
}
.col3.pic_list.typ1 {
	margin-bottom: -40px;
}
.col3.pic_list li {
	width: 365px;
	margin-right: 60px;
	padding-bottom: 30px;
}
.col3.pic_list.typ1 li {
	padding-bottom: 40px;
}
.col3.pic_list li:nth-child(3n) {
	margin-right: 0;
}
.col3.pic_list li figure {
	text-align: center;
}
.col3.pic_list li figure img {
	padding-bottom: 5px;
}
.col3.pic_list li figcaption {}
@media screen and (max-width:736px) {
	.col2 li.txt_box{
	width: 100%;
}
	.col2.ver1 li.img_box {
	width: 100%;
	padding-left: 0;
		text-align: center;
}
.col2.ver2 li.img_box {
	width: 100%;
	margin-bottom: 30px;
	padding-right: 0;
	text-align: center;
}
	.col2.half li {
	width: 100%;
}
.col2.half li:nth-child(odd) {
	padding-right: 0;
}
.col2.half li:nth-child(even) {
	padding-left: 0;
}
	
	.col3.pic_list li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		padding-bottom: 0;
		text-align: center;
	}
	.col3.pic_list.typ1 li {
	padding-bottom: 0;
}
	.col3.pic_list li img {
		width: auto;
		max-width: 100%;
	}
	.col3.pic_list li figcaption {
		padding-left: 0;
		text-align: center;
	}
}

@media screen and (max-width:736px){
	.box1 {
		width: 100%;
	}
	.boxH3 {
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
}

/* 記事枠 */
.article {
	width: 100%;
	margin-bottom: 90px;
}

.article > ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.article > ul li.h3-box {
	width: 100%;
	text-align: center;
}
.article > ul li.img-box {
	width: 190px;
}
.article > ul li.txt-box {
	width: calc(100% - 190px);
	padding-left: 30px;
}

/*
hX・txt-deco
---------------------------------------------------------------------------*/
/*
h1 {}

@media all and (-ms-high-contrast:none){
	h1 {
		padding: 5px 0 1px 0;
		line-height: 2;
	}
}
*/
#h2BgWrap {
	width: 100%;
	height: 300px;
	background-color: #F2F2F2;
	background-position: center top;
	background-repeat: no-repeat;
	color: #000;
	overflow: hidden;
}

#h2Con {
	width: 1200px;
	height: 100%;
	margin:0 auto;
	padding-top: 20px;
	padding-left: 10px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	position: relative;
}

#h2Con > h2 {
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: normal;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
h3 {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}
.home h3 {
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.box1 h3 {
	margin-bottom: 45px;
	font-weight: normal;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	position: relative;
}
h3 a {
	text-decoration: none;
}
.box1 h3::after {
	content: "";
  display: block;
  border-bottom: 2px solid #4DAC26;
  width: 40px;
  height: 2px;
  margin: 2px auto 0;
}
@media screen and (max-width:736px) {
	#h2BgWrap {
		height: 180px !important;
		background-position: -500px top;
		background-size:cover;
	}
	#h2Bg {
 		height:auto;
 		padding-left:15px;
 		padding-right:15px;
 		background-color:rgba(255,255,255,0.4);
	}
 	#h2Con {
		width:100%;
		height: 200px;
	 	padding: 10px 15px;
	}
	#h2Con > h2 {
		width: 95%;
		font-size: 24px;
		left: 15px;
	 }
	
	/*#main h3,*/
	h3 {
		font-size: 20px;
		margin-bottom: 50px;
	}
}

h4 {
	clear: both;
	margin: 0 10px 22px;
	font-weight: normal;
	/* font-size: 19px; */
  font-size: 22px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	position: relative;
}
h4.ver1 {
	margin-bottom: 10px;
}
h4::before {
	content: url("img/h4_ico.png");
	padding-right: 13px;
	vertical-align: middle;
}

@media screen and (max-width:736px) {
	h4 {
		margin-right: 0;
		margin-left: 0;
		padding-left: 25px;
		font-size: 18px;
	}
	h4::before {
		position: absolute;
		top: 1px;
		left: 0;
	}
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
サブページ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.anc {
	padding-top: 300px;
	margin-top: -300px;
}

@media screen and (max-width:736px) {
	.txtBr {
 		display:block;
	}
}
.newsCon {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 10px;
	overflow: scroll;
	overflow-x: hidden;
}
/*
.newsCon td,
.topics-details > tbody tr td {
	padding: 10px 0 20px;
	vertical-align: top;
}
.newsCon tr td:first-child,
.topics-details > tbody tr td:first-child {
	width: 220px;
}
.newsCon tr td:first-child img,
.topics-details > tbody tr td:first-child img {
	max-width: 190px;
	height: auto;
}

.newsCon td .dayBox,
.topics-details > tbody tr td .dayBox {
	margin-bottom: 10px;
	line-height: 1;
}

.newsCon td .day,
.topics-details > tbody tr td .day {
	vertical-align: middle;
}
*/
/*
.newsCon td .icon,
.topics-details > tbody tr td .icon {
	width: auto;
	margin-bottom: 0;
	margin-right: 15px;
	vertical-align: middle;
}

.newsCon td .icon2,
.topics-details > tbody tr td .icon2 {
	width: auto;
	margin-bottom: 0;
	margin-left: 15px;
	vertical-align: middle;
}
*/
/*
.newsCon td .newsTit {
	margin-bottom: .3em;
}
.newsTit a {
	font-weight: bold;
}

.newsTit a:hover {
	text-decoration: none;
}
*/
.pageNews {
	padding-bottom: 50px;
}
.pageNews .topics-details {
	margin-bottom: 20px;
}
/*
@media screen and (max-width:736px) {
	table.news-in-table {
		table-layout: fixed;
	}
	.newsCon {
		padding-left: 0;
	}
	
	.newsCon td {
		display: block;
		width: 85%;
		padding: 10px;
	}
	.topics-details > tbody tr td {
		display: block;
		width: 100%;
		padding: 10px;
	}
	.newsCon tr td:first-child {
		width: 85%;
		text-align: center;
	}
	.topics-details > tbody tr td:first-child {
		width: 100%;
		text-align: center;
	}
	.newsCon tr td:last-child {
		padding-bottom: 50px;
	}
	.newsCon td .dayBox,
.topics-details > tbody tr td .dayBox {
		text-align: center;
	}
	.topics-details > tbody tr td .day {
		line-height: 3;
	}
	.topics-details > tbody tr td .icon {
		display: block;
		margin: 0 auto;
	}
	.topics-details > tbody tr td .icon2 {
		display: block;
		margin: 0 auto 15px auto;
	}
	.newsCon td .dayBox img {
		display: block;
		margin: 0 auto 15px;
	}
	.newsCon td .dayBox .day {
		display: block;
		margin-bottom: 15px;
	}
}
*/
.topics-details img {
	width: auto;
	max-width: 100%;
}

/* 理念 */
.rinen-box {
	text-align: center;
}
.ol-rinen {
	margin: 0;
	display: inline-block;
	text-align: left;
}
.ol-rinen li {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 22px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.ol-rinen li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:736px) {
	.ol-rinen {
		padding-left: 20px;
	}
	.ol-rinen li {
		font-size: 16px;
	}
}

/* 施設 */
.sisetsu-img {
	margin-bottom: 90px;
	text-align: center;
}

/* MAP */
.map-box {
	width: 100%;
	max-width: 880px;
	height: auto;
	margin: auto;
	text-align: center;
}

/*
ul,dl
---------------------------------------------------------------------------*/
ul.stan {
	margin-bottom: 0;
	margin-left: 55px;
}
.boxH4.ver1 ul.stan {
	margin-left: 23px
}

ul.ul-homeMenu {
	width: 1120px;
	margin: 0 auto 20px;
	padding: 100px 0 80px;
	list-style: none;
}
ul.ul-homeMenu::after {
	content: "";
	display: block;
	clear: both;
}
ul.ul-homeMenu li {
	float: left;
	width: 270px;
	margin: 0 13px 0 0;
	text-align: center;
	line-height: 1;
	position: relative;
}
ul.ul-homeMenu li:last-child {
	margin-right: 0;
}
ul.ul-homeMenu li img:nth-of-type(1) {
	margin-bottom: 15px;
}
ul.ul-homeMenu li .btn {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
ul.ul-homeMenu li p:nth-of-type(1) {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #FF8B00;
	font-size: 25px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
ul.ul-homeMenu li p:nth-of-type(2) {
	margin-bottom: 15px;
	line-height: 1.5;
}
@media screen and (max-width:736px) {
	ul.ul-homeMenu {
		width: 100%;
		padding: 30px 15px;
	}
	ul.ul-homeMenu li {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
}

dl.dl-list {
	margin-bottom: 0;
}
dl.dl-list dt {
	margin-bottom: 5px;
	color: #4DAC26;
	line-height: 1;
}
dl.dl-list dt::before {
	content: url("img/h5_ico.png");
	margin-right: 15px;
	margin-bottom: 5px;
	vertical-align: middle;
}
dl.dl-list dt + dt {
	margin-top: 1.5em;
}
dl.dl-list dd {
	margin-bottom: 35px;
	margin-left: 30px;
}
dl.dl-list dd:last-child {
	margin-bottom: 0;
}
dl.dl-list.ver1 dd:nth-of-type(1) {
	margin-bottom: 5px;
}
dl.dl-list.ver2 {
	padding: 0 10px;
}
dl.dl-list.ver3 dt {
	margin-bottom: 25px;
}
dl.dl-list.ver3 dd p {
	margin-bottom: .8em;
}
dl.dl-list.ver3 dd:last-child {
	margin-bottom: 12px;
}

ol.numb {
	margin-left: 0;
	padding-left: 0;
	counter-reset: cnt;
}
ol.numb > li {
	list-style-type: none;
	counter-increment: cnt;
	padding-left: 1.5em;
	position: relative;
}
ol.numb > li::before {
	content: counter(cnt);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width:736px) {
	dl.dl-list dt {
	position: relative;
		padding-left: 20px;
		line-height: 1.2;
}
dl.dl-list dt::before {
	position: absolute;
	top: 0;
	left: 0;
}
	dl.dl-list dd {
		margin-left: 20px;
	}
	dl.dl-list.ver2 {
		padding: 0;
	}
}

dl.privacy {
	margin: 0;
	padding: 0;
}

dl.privacy dt {
	counter-increment: title;
	font-weight: bold;
}
dl.privacy dt::before {
	content: counter(title)"．";
}

dl.privacy dd {
	margin: 0 0 30px 25px;
}

.sitemap-box {
	text-align: center;
}

.sitemap-box ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	display: inline-block;
	text-align: left;
}

.sitemap-box ul li {
	margin-left:35px;
	margin-bottom:15px;
	background-image:url(img/sitemap_arrow_01.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.sitemap-box > ul > li {
	background-position:left 6px;
}

.sitemap-box > ul > li a {
	margin-bottom: 10px;
}

.sitemap-box li a {
	display: block;
}

/*
table
---------------------------------------------------------------------------*/
table.tbl_1 {
	border-collapse: collapse;
	width: 100%;
	border-bottom: solid 1px #D9D9D9;
}
table.tbl_1 th,
table.tbl_1 td {
	padding: 7px 10px 7px 30px;
	border-top: solid 1px #D9D9D9;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
table.tbl_1 th {
	width: 230px;
}
/*
table.tbl_1.ver1 td {
	padding-right: 260px;
}

*/
table.tbl_1 td p {
	margin-bottom: 0;
}

table.tbl_2 {
	border-collapse: collapse;
}
table.tbl_2 th,
table.tbl_2 td {
	padding: 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
table.tbl_2 td {
	padding-left: 55px;
}
table.tbl_2.ver1 td {
	padding-left: 20px;
}

table.tbl_3 {
	border-collapse: collapse;
	width: 99%;
	border: solid 1px #000;
}
table.tbl_3 th,
table.tbl_3 td {
	width: 33%;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 10px;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
}
table.tbl_3 th {	
	background-color: #FDEADA;
}

@media screen and (max-width: 736px) {
	table.tbl_1 {
		margin-bottom: 3em;
	}
	table.tbl_1 th,
	table.tbl_1 td {
		display: block;
		width: 100%;
		padding: 10px;
	}
	table.tbl_1 th {
		border-bottom: none;
		font-weight: bold;
		padding-bottom: 0;
	}
	table.tbl_1 td {
		border-top: none;
	}
	table.tbl_1.ver1 td {
	padding-right: 10px;
}
}

/*pagetop
---------------------------------------------------------------------------*/
.pagetop {
	margin: 20px 0 0 0;
	padding-right: 10px;
	padding-bottom: 25px;
	border-bottom: 1px #814F1A solid;
	text-align:right;
	font-size:12px;
}

#inner .pagetop:nth-last-of-type(1) {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pagetopIn {
	width: 1200px;
	margin: 0 auto;
}

.pagetop a {
	color:#BFBFBF;
}

.s2v {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.pageNum {
	margin-top:50px;
	text-align:center;
}

@media screen and (max-width:736px){
	.pagetopIn {
		width: 100%;
	}
}

/* pagination */
.pagination a {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #000000;
	background-color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.pagination a:hover { background-color: #e8e8e8; }

.pagination span {
	padding: 5px 10px;
	display: inline-block;
}

.pagination span.current {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #000000;
	background-color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}

.pagination {
	overflow: hidden;
	text-align: center;
	clear: both;
	background-color: transparent;
}

/*wp*/
.alignright { margin: 0 0 0 auto; text-align: right; }/* 配置位置 右 */
.alignleft { display: block; margin: 0 auto 0 0; }/* 配置位置 左 */
.aligncenter { display: block; margin: 0 auto; }/* 配置位置 中央 */
img.aligncenter { display: block; margin: 0 auto; text-align: center; }

/*text
---------------------------------------------------------------------------*/
p.ver1 {
	padding: 0 10px;
}
p.ver2 {
	padding: 0 10px 0 40px;
}
p.ver3 {
	margin-bottom: 1.2em;
}
p.mb0 {
	margin-bottom: 0;
}

@media screen and (max-width:736px) {
	p.ver1,
	p.ver2 {
	padding: 0;
}
}

/* サービス案内ページの写真レイアウト
---------------------------------------------------------------------------*/
ul.ul4col {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
ul.ul4col::after {
	content: "";
	display: block;
	clear: both;
}

.ul4colWrap ul.ul4col {
	margin-top: 30px;
	margin-bottom: 20px;
}

ul.ul4col li {
	float: left;
	width: 270px;
	margin-right: 40px;
	margin-bottom: 30px;
	text-align: center;
}
ul.ul4col li:nth-of-type(4n) {
	margin-right: 0;
}
ul.ul4col li img {
	margin-bottom: 10px;
}

@media screen and (max-width:768px) {
	ul.ul4col {
		margin: 0;
	}
	ul.ul4col li {
		width: 48%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	ul.ul4col li:nth-of-type(2n) {
		margin-right: 0;
		margin-left: 1%;
	}
}

/* hoverアクション */
.ul-homeMenu li:first-of-type:hover .wp-image-30 {
	transform:scale(1.05,1.05);
	transition:0.3s all;
}

.ul-homeMenu li:nth-of-type(2):hover .wp-image-31 {
	transform:scale(1.05,1.05);
	transition:0.3s all;
}

.ul-homeMenu li:nth-of-type(3):hover .wp-image-32 {
	transform:scale(1.05,1.05);
	transition:0.3s all;
}

.ul-homeMenu li:last-of-type:hover .wp-image-33 {
	transform:scale(1.05,1.05);
	transition:0.3s all;
}


/* 画像拡大 */
.ul-homeMenu li a.img-big img {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
}
.ul-homeMenu li a.img-big:hover img {
  transform: scale(1.1, 1.1);
}
