@charset "utf-8";

html, html * {
  margin: 0;
  padding: 0;

}
.main *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


.laporte_shortcare_photo_txt{
	text-align:center;
	font-size:120%;
	padding:10px 0px;
}


@media screen and (min-width: 1080px) { 


	.home_area_list{
		margin:50px auto 0px auto;
		text-align:left;
		width:840px;
		background: #fff;
		padding:0px 0px 0px 0px;
	}
}
@media (max-width:1079px) {


	.home_area_list{
		margin:50px auto 0px auto;
		text-align:left;
		width:100%;
		background: #fff;
		padding:0px 0px 0px 0px;
	}
}






img {
  vertical-align: bottom;
}

a {color: royalblue;}

a:hover > img{
    opacity: 0.85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.8;
}
sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.center-image {display:block;margin:0 auto;}

h3{
  font-size: 1.5em;
  border-left: #008a32 4px solid;
  padding-left: 10px;
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: left;
	line-height: 1;
}

h4{	
	font-weight: 700;
	font-size: 1.2em;
	margin-left: 1em; }

h5 {
  font-weight: bold;
  margin: 10px;
}

h6:before {
/*content: '● ';*/
}
h6 {
	color: #1b5d34;
}
em {
    background: linear-gradient(transparent 50%, rgba(255, 88, 88, 0.24) 50%);
}

figure {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
  margin: 10px;
}

.main p {margin-bottom: 1em;}

figcaption {
  font-size: 80%;
  margin: 1em 0;
}

input, select {
  padding: 10px;
}
select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  /*background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);*/
  background-size: 20px, 100%;
}


input[type=text], textarea, select {
  border: 1px solid #999;
  border-radius: 5px;
  -webkit-appearance: none;
	width: 100%;
	max-width: 400px;
}

input[type=submit], input[type=reset] {
  background: #333;
  color: white;
  border-radius: 5px;
}
.news-narrow p {text-indent: 1em;}
.hohoemi-cm-video {max-width:500px;display:block;margin:10px auto;}
.red{  color: #dd2e44;}

.bold{
  font-weight: 600;
} 


.fontXS{font-size: 12px;}
.font-color-cool {
  color: #1b908a;
}
.font-color-green{
  color: #1B5D34;
}

.float-right {
  float: right;
}

.staff-intro {
	width: 900px;
}
.full {
	width: 100%!important;
	margin: 0!important;
}
.display-flex{display:flex; width: 100%;}
.yoko-tate{flex-direction: row;}


.honbun-large {
   font-size: 1.3em;
   line-height: 145%;
}


.bg-color-beige {
  background-color: #efebdc;
}

.bg-color-green {
  background-color: #1B5D34;
}

.bg-color-pale-green {
  background-color: #d6e9ca;
}

.no-border, .no-border .tr, .no-border .td, .no-border .th {
  border: none!important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}

.maru-num {
 height:40px;
 width:40px;
 border-radius:50%;
 line-height:40px;
 text-align:center;
	background: #7eaf1d;
	color: white;
	font-size: 1.6em;
}

/* 卵型 */
.egg {
   display:block;
   width: 126px;
   height: 180px;
   background-color: #81C7D4;
   -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
   border-radius:         50%  50%  50%  50%  / 60%   60%   40%  40%;
}

.oshirase-box {
    background: white;
    padding: 2em;
    border: #008a32 1px solid;
}
.hohoemi .oshirase-box h4{margin-top:0;}


div.counter {
  counter-reset: header-num;                     /* 'header-num' という名前のカウンターを設定し、 0 で初期化する。 */
}

div.counter h2::before {
  counter-increment: header-num;                 /* header-num カウンターの値に1を加算 */
  content: counter(header-num);                  /* header-num カウンターの値を表示 */
  margin-right: 0.4em;
	color: #204F2E;
	font-weight: bold;
	font-size: 1em;
	background: white;
    border: 1px #204f2e solid;
    border-radius: 20px;
    padding: 5px 7px;

}
.indent-1 {
padding-left:1em;
text-indent:-1em;
}
.indent-2 {
padding-left:2em;
text-indent:-2em;
}
div.counter h2 {
	margin-top: 2em;
}


p.honbun{
  font-size: 1em;
  line-height: 1.6em;
  font-weight: normal;
  color: #333;
  text-align: left;
}

.margin-b-20 {
	margin-bottom: 20px
}


.margin-80 {
  margin-bottom: 80px;
}



.btn-top {
	padding: 2px 4px;
	border: 1px green solid;
	border-radius: 5px;
	color: white;
	float: right;
	font-size: x-small;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99999;
	background: green;
}

.index-box {
	position: relative;
	display: flex; flex-wrap: wrap; justify-content: space-between;
}
#group .main-column {flex-direction:column;}

.slider img {
	margin-top:03px;
	width: 100%;
}

.stripe-diagonal {
    background-image: -webkit-gradient(linear,0 0,100% 100%, color-stop(.25,#eeecec), color-stop(.25,transparent), color-stop(.5,transparent), color-stop(.5,#eeecec), color-stop(.75,#eeecec), color-stop(.75,transparent),to(transparent));
    -webkit-background-size: 5px;
    background-color: #c0e7ad;
    display: block;
    padding:5px;
}

.price {
	text-align: right;
}

.border-bottom tr{
	border-bottom: 1px dashed #ddd;
}


/*.pgwSlideshow .ps-current {
	height: auto!important;
}

.pgwSlideshow .ps-current img{
	width: auto;
}*/

@media (min-width: 769px) { /* for pc only */
	.none-pc {
		display: none!important;
	}	
	.main {
		margin-top:0!important;
	}
}


/* Global Header
   ========================================================================== */

/*@media screen and (min-width : 768px){*/

.header-content h1 {
	display: inline-block;
	padding-top: 0px;
	/* 改修点 */
	padding-top   :5px;
	padding-bottom:0px;
}

.header-content h1 img {
    width: 70%;
    -webkit-backface-visibility: hidden;
	margin-left: 1em;
	min-width: 150px;
}
.header-content address.none-sp {
	display: inline-block;
	width: 30%;
	float:right;
}
header.header-logo {
	max-width: 450px;
}
header.header-menu {
	max-width: 750px;
	width: 100%;
}


.header-content {
  width: 100%;
  /*max-width: 1000px;*/
  margin:0 auto;
  overflow: hidden;
background: white;
display: flex;
justify-content: space-between;
	align-items: center;
}

.header-1 {
	width: 30%;
	display: inline-block;
}

.header_contact{
	float:right;
	display: block;

/* 改修点 */
	height:60px;
	line-height:80%;	
	width:calc(280px - 20px);
	padding:7px 0px 5px 20px;
	background:#fff;
	border:none;
	box-shadow: 0 0 5px #666;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;

	color:#666;
}
.global-footer .header_contact {margin:5px;}
.header_datetime{
	font-size:80%;
}
.header_mail {
    font-size: 90%;
}
.header_mail:before{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width:35px;/*画像の幅*/
	height:20px;/*画像の高さ*/
	background:url(https://hohoemi-gr.jp/images/common/header_mail.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.header_tel{
	font-size:80%;
}
.header_tel:before{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width:35px;/*画像の幅*/
	height:14px;/*画像の高さ*/
	background:url(https://hohoemi-gr.jp/images/common/header_tel2.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.header_contact a,
.header_contact_sp a{
	text-decoration:none;
	color:#666;
}

@media screen and (max-width: 768px) { /* for sp */
	.header_contact_sp{
		text-align:left;
		margin:5px auto;
		height:65px;
		width:calc(97% - 10px);
		padding:8px 0px 0px 10px;
		background:#fff;
		border:none;
		box-shadow: 0 0 5px #666;
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;

		color:#666;
	}
}



/* Global Footer
   ========================================================================== */

.global-footer {
  background-color: #f6f6f6;
  border-top: #1b5d34 solid 5px;
  margin: 0 auto;
	/*padding:1em;*/
}

.footer-toiawase {
  background: white;
padding:1em;
}

.footer-content {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 20px 0;*/
 display: flex;
justify-content: space-between;
}

.global-footer .hohoemi-group address {
  display: inline-block;
  margin-left: 50px;
}

.global-footer .footer-toiawase  h1.logo {
  /*margin-bottom: 20px;*/
  float: left;
  display: inline;
}

.global-footer .footer-toiawase img {
  /*float: right;*/
}

.footer-group {
  text-align: center;

}
.footer-group ul {
  padding: 10px 0 30px;
  border-bottom: #eee solid 1px;
}

.footer-group ul li {
  display: inline-block;
  margin: 0   10px;
  font-size: 1em;
}
.footer-group ul li a {
  text-decoration: underline;
  color: #333;
  font-weight: bold;
}
.footer-copyright {
  border-top: #ffffff solid 1px;
  padding: 40px 0;
  text-align: center;
  font-size: 12px
  ;
}

/*固定フッター*/
#fix-footer {z-index: 99999; background: white; overflow:hidden; padding: 0; position: fixed; bottom:0; width: 100%; border-top: 4px solid #008a32; display:flex;}
#fix-footer .btn-toiawase { padding: 10px 20px; font-size: 1.5em; display: block; color:white; text-decoration: none;}
#fix-footer .btn-toiawase:hover {text-decoration: underline;}
#fix-footer .btn-toiawase p {font-size: 0.8rem;} 
#fix-footer .footer-content { padding:0 2em;}
#fix-footer .toiawase-hiroshima .btn-toiawase {background: white; color: #008a32;}
/*#fix-footer .toiawase-hiroshima .btn-toiawase:hover{background: white; color: #008a32;}*/
#fix-footer .toiawase-kure .btn-toiawase {background: white; color: #7eaf1d;}
/*#fix-footer .toiawase-kure .btn-toiawase:hover {background: #7eaf1d; color:white;}*/
#fix-footer .shiryoseikyu {padding: 10px 20px;display:flex;align-items: center; text-decoration: none;font-size:1.2em; color: #3d1e0a;}
#fix-footer .shiryoseikyu:hover {text-decoration: underline;}
#fix-footer .toiawase-hiroshima, #fix-footer .toiawase-kure, #fix-footer .shiryoseikyu {flex:1;justify-content: center;}

/*ここから*/

/***********************************
*  *
***********************************/

@media screen and (min-width: 1080px) { 


	/* Heading
	========================================================================== */
	.shisetsu-name {
		background: #603813;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #583822, #603813);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #583822, #603813); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.hohoemi .shisetsu-name h1{display:flex; justify-content: space-between; align-items:center;}

	.hohoemi h1 {
		padding: 10px 0;
		font-size: 1.5em;
		/* overflow: hidden; */
		display: block;
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding-left: 1rem;
		color: white;
	}

	.hohoemi h2 {
	clear: both;
	font-size: 1.5em;
	line-height: 1.5em;
	border-bottom: 1px solid #1b5d34;
	/*margin-top: 0px;*/
	margin-bottom: 30px;
	width:100%;
	}

	.hohoemi h3 {
	/*clear: both;
	color: #333;
	font-size: 26px;
	border-left: none;
	padding-left: 5px;
	margin-bottom: 40px;
	margin-top: 40px;
		width: 100%;
		text-align:center;*/
		text-align: center;
	border: none;

		font-weight: 700;
		font-size: 32px;
	margin: 0 auto 20px;}

	.hohoemi h4 {
	color: #008a32;
	font-size: 20px;
	margin: 50px 0 10px 0;
	/*border-bottom: 1px #1b5d34 solid;*/
	line-height: 1.5em;
		width: 100%;

	}

	.hohoemi h5 {
	margin: 15px 0 5px 0;
	font-weight: bold;
	}

	.heading-prefix-icon {
	margin-right: 15px;
	}
	section.hohoemi.clearfix, section.slide-box {padding: 0;}

	.side-column {
	width: 100%;
	}

	.head-nav {
		width: 100%;
		background: white;
		/*padding: 5px;*/
		border-bottom: 1px solid #D8D2CE;
	}
	.head-nav ul {
		max-width: 1080px;
		margin:0 auto;
		display: flex;
		height: auto;
		box-sizing: border-box;
	}
	.head-nav ul li {flex:1;border-left: solid 1px #D8D2CE;}
	.head-nav li a {
		padding: 15px;
		/*border-left: 1px solid #D8D2CE;
		border-collapse: collapse;*/
		color: #3d1e0a;
		text-decoration: none;
		display: inline-block;
	}
	.head-nav li:last-child a {
		border-right: 1px solid #D8D2CE;width:100%;
	}
	.head-nav li.active a, .head-nav li:hover a{
		background-color: #D8D2CE;
		color: #3d1e0a;
		position:relative;
		height: 100%;
		width: 100%;
	}
	.head-nav li.active a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #D8D2CE transparent transparent transparent;
	border-width: 10px 10px 0 10px;
	}
	.side-nav .nav {
		max-width: 1080px;
		margin: 0 auto;
		margin-top: 1em;
		margin-bottom: 2em;
		display: flex;
		align-content: space-between;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.side-nav .nav li {
		width: 49.5%; 
		margin-bottom: 5px;
		text-align: center;
	}
	.side-nav .nav li a, .area_tab .nav li a {
		text-decoration: none;
		width: 100%;
		display: block;
		padding: 15px;
		color: white;
		border: 1px solid #999;
		background:#008a32;
		border-radius: 10px;
		height: 100%;
	}
	/*.side-nav .nav li.active, .side-nav .nav li:hover {
		background: #E6EFD2;
	}*/
	.side-nav .nav li.active a, .side-nav .nav li:hover a {
		color: #008a32;
		border: 1px solid #008a32;
		background: white;
	}
	#menu_box {
	margin:0;
	float: left;
	width: 230px;
	margin-right: 10px;
	}
	.menu {
	list-style:none;
	padding:0;
	margin:0;
	overflow: hidden;
	position: relative;
	}

	.menu ul{
		background-color: beige;
	}

	.menu li {
	width:230px;/*メニューの幅*/
	background:#cccccc;
	position: relative;
	height:70px;/*メニューの高さ*/
	border-bottom:#e5e4e6 1px solid;
	}
	.menu li a {
	text-decoration:none;
	color:black;
	font-size:14px;
	display:block;
	padding:20px 30px 0px;
	height:50px;
	/*line-height:20px;*/
	/*border-bottom:1px solid #fff;*/
	/*font-weight:bold;*/
	}

	.menu li a:hover {
	background-color: #87C3C0;
	}



	.menu li ul {
	margin:0;
	padding:0;
	list-style: url(../images/common/list_mark_tri_gray.gif);
	padding-left: 50px;
	}
	.menu li ul li {
	background:beige;
	height: auto;




	}
	.menu li ul li a {
	color:black;
	padding-left: 0px;
	font-weight: normal;
	}

	.menu li ul li a:hover {
	background-color: beige;
	}

	.menu .drop_2row:hover {/*サブメニューが2つのとき*/
	height:210px;

	}
	.menu .drop_3row:hover {/*サブメニューが3つのとき*/
	height:280px;

	}
	.menu .drop_4row:hover {/*サブメニューが4つのとき*/
	height:350px;

	}

	.menu .drop_9row:hover {/*サブメニューが９つのとき*/
	height:700px;


	}
	.menu .drop_10row:hover {/*サブメニューが10つのとき*/
	height:770px;

	}

	.menu .side-active {
	background-color: #87C3C0;
	}

	.menu .drop_2row ul li.item-active a, .menu .drop_3row ul li.item-active a, .menu .drop_4row ul li.item-active a, .menu .drop_9row ul li.item-active a, .menu .drop_10row ul li.item-active a {
		color: purple;
	font-weight: bold;
	list-style: url(../images/common/list_mark_tri.gif);
	}


	.menu .drop_2row ul li:hover, .menu .drop_3row ul li:hover, .menu .drop_4row ul li:hover, .menu .drop_9row ul li:hover, .menu .drop_10row ul li:hover {/*サブメニューをマウスオーバーしたとき*/
	list-style: url(../images/common/list_mark_tri.gif);


	}

	.menu .drop_2row ul li a:hover, .menu .drop_3row ul li a:hover, .menu .drop_4row ul li a:hover, .menu .drop_9row ul li a:hover, .menu .drop_10row ul li a:hover {/*サブメニューをマウスオーバーしたとき*/
	color: purple;
	font-weight: bold;

	}


	.menu * {/*アニメーション*/
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	}

	.menu {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	position: relative;
	}

	/***********************************
	* ナビ改修 *
	***********************************/

	@media screen and (min-width: 1080px) { 

		.side-nav .nav03 ,
		.side-nav .nav04 ,
		.side-nav .nav05 {
			max-width: 1080px;
			margin: 0 auto;
			margin-top: 1em;
			margin-bottom: 2em;
			display: flex;
			align-content: space-between;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.side-nav .nav03 li {
			width:calc(33%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav04 li {
			width:calc(24%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav05 li {
			width:calc(19.5%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav03 li a, .area_tab .nav03 li a ,
		.side-nav .nav04 li a, .area_tab .nav04 li a ,
		.side-nav .nav05 li a, .area_tab .nav05 li a {
			text-decoration: none;
			width: 100%;
			display: block;
			padding: 15px;
			color: white;
			border: 1px solid #999;
			background:#008a32;
			border-radius: 10px;
			height: 100%;
		}
		.side-nav .nav03 li.active a, .side-nav .nav03 li:hover a ,
		.side-nav .nav04 li.active a, .side-nav .nav04 li:hover a ,
		.side-nav .nav05 li.active a, .side-nav .nav05 li:hover a {
			color: #008a32;
			border: 1px solid #008a32;
			background: white;
		}
	}
	@media (max-width:1079px) {

		.side-nav .nav03 ,
		.side-nav .nav04 ,
		.side-nav .nav05 {
			max-width: 1080px;
			margin: 0 auto;
			margin-top: 1em;
			margin-bottom: 2em;
			display: flex;
			align-content: space-between;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.side-nav .nav03 li {
			width:calc(33%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav04 li {
			width:calc(24%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav05 li {
			width:calc(19.5%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav03 li a, .area_tab .nav03 li a ,
		.side-nav .nav04 li a, .area_tab .nav04 li a ,
		.side-nav .nav05 li a, .area_tab .nav05 li a {
			text-decoration: none;
			width: 100%;
			display: block;
			padding: 15px;
			color: white;
			border: 1px solid #999;
			background:#008a32;
			border-radius: 10px;
			height: 100%;
		}
		.side-nav .nav03 li.active a, .side-nav .nav03 li:hover a ,
		.side-nav .nav04 li.active a, .side-nav .nav04 li:hover a ,
		.side-nav .nav05 li.active a, .side-nav .nav05 li:hover a {
			color: #008a32;
			border: 1px solid #008a32;
			background: white;
		}
	}


	/* Column
	========================================================================== */

	.main-column {
		width: 100%;
	/* リニューアル */
		margin-top   :  0px;
	/* リニューアル */
		margin-bottom: 100px;
		box-sizing: border-box;
		padding: 10px;
	}
	

	.main-column-full {
		width: 90%;
		position: relative;
		margin: 0 auto;
	}

	.main{
		margin: 0 auto;
		margin-top: 0px;
		background-color: white;
		/*overflow: hidden;*/
		padding-bottom: 100px;  
	}
	.box-stripe{
	padding: 2em;
		margin: 2em auto;
		background: -webkit-repeating-linear-gradient(-45deg, #eff9dc, #eff9dc 3px,#fff 3px, #fff 7px);
		background: repeating-linear-gradient(-45deg, #eff9dc, #eff9dc 3px,#fff 3px, #fff 7px);
		text-align: center;}
	.box-stripe p {
		margin: 0; 
		padding: 0;
		font-size:1.2em;
	}
	.common-content {
	width: 100%;
	max-width: 1080px;
	margin: 20px auto;
		/*display: flex;
		align-items: center;*/
	}
	.common-content-index{
		width: 100%;
		max-width: 1080px;
		margin:0 auto;
		padding-top: 3em;
	}

	.shisetsu-box div{
		min-height:360px;
		vertical-align: top;
		margin:20px 0px 0px 0px;
	}


	#group .common-content-index{
		padding-top:0;
	}

	.center{
		text-align: center;

	}

	.float_left{
		float: left;
		margin: 10px;
	}

	.float_right{
		float: right;
		margin: 10px;

	}

	.image_photo{
	width: 100%;
	margin-bottom: 2em;
	}

	ol{
		margin-left: 50px;

	}

	.table_base, .table_build {
	width:1080px;
	margin: 10px auto;
	}

	.table_base > thead, .table_build > thead {
	background-color: #ccc;
	}

	.table_base td.table_base-first-col {
	background-color: #ccc;
	text-align: left;
	}

	.table_base th, .table_build th {
		border: solid 1px #ddd;
		padding:10px;
		background-color: #eee;
	}

	.table_build th:first-child{
		width: calc(200px - 20px);
	}

	.table_base td, .table_build td {
	border: solid 1px #ddd;
	background-color: #FFFFFF;
	text-align: left;
	padding:10px;
	}

	/*.map{
		margin-top: 10px;
	}*/

	.profile {
		padding: 0px;
		padding-top: 15px;
		border-top: #1b5d34 1px solid;
	font-size: 16px;
	}

	.profile h3{
			margin: 0;
			color: #1b5d34;
			font-size: 16px;
			margin-bottom:5px;
			text-align: left;
			padding:10px;
	}
	.rijicho_message h3{
		margin-top: 0px;
		padding-top: 0px;

		text-align: left;
	}
	.profile ul{
	font-size: 120%;
	}



	#map{
	width: 100%;
	height: 360px;
	}
	.side-right .map{margin: 1em 0 0;}

	.tr.col2 .td {
	border-bottom: 1px solid #ddd;
	}

	.col2 {
	width: 48%;
	padding: 5px;
	box-sizing: border-box;
	}

	.col2 img {
		width: 100%;
	}

	.col3 {
		width: 33%;
		padding: 5px;
		box-sizing: border-box;
	}

	.col3 img{
		width: 100%;
	}

	.inline-col3 {
	width: 230px;
	display: inline;
	}

	.inline-col3 img {
	margin: 5px;
	}

	.col1 {
	width: 100%;
	padding: 5px;
		box-sizing: border-box;
	}

	.mark-R{
		position: relative;
		top: -5px;
	}

	/* 吹き出し形式*/

	.fukidashi-l::before {
	position:absolute;
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-right-color: lightblue;
	margin-top: 20px;
	margin-left: -26px;
	}

	.fukidashi-l {
	display:block;
	position:relative;
	margin: 0;
	padding: 10px;
	padding-top: -10px;
	margin-left:200px;
	min-height:60px;
	background-color:lightblue;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
		margin-bottom: 10px;
	font-size: 1.5em;
	width: 250px;
	line-height: 1.2em;
	}

	.fukidashi-r {
	width: 250px;
	height: 200px;
	position: absolute;
	left: 700px;
	background-image: url(../images/hohoemi/img-fukidashi.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 50px;
	font-size: 1.7em;
	line-height: 1.5em;
	top: 750px;
	}

	/* ショートケアほほえみの料金ボックス*/

	.box-left {
	clear: both;
	width: 380px;
	float: left;
	background: lemonchiffon;
	border: #1b5d34 1px solid;
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 50px;
	}

	.box-right {
	width: 380px;
	float: right;
	background: lemonchiffon;
	border: #1b5d34 1px solid;
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	font-size: 1.2em;
	text-align: center;
	overflow: hidden;
	}

	.box-left h3, .box-right h3 {
	background: maroon;
	padding:20px;
	color: white;
	text-align: center;
	font-size: 1.5em;
	border: none;
	margin: 0;
	}

	.box-left span, .box-right span {
	font-size: 1.8em;
	line-height: 1.5em;
	}

	.anshin-list li{
	font-size: 1.5em;
	margin: 40px 20px;
	padding: 20px;
	border: #1b5d34 1px solid;
	border-radius: 10px;
	line-height: 1.5em;

	}

	.anshin-list span {
	font-size: 0.9em;
	font-weight: bold;
	color: maroon;
	}

	.btn-detail-sm a {
	clear: both;
	display: block;
	width: 80%;
	background: white;
	text-decoration: none;
	color: green;
	font-weight: bold;
	margin:10px auto;
	border: green solid 1px;
		text-align: center
	}
	.btn-detail-sm a:hover {
	background: green;
	color: white;
	}

	/*.btn-detail-sm {
		margin-bottom: 20px;
		font-size: 14px;
		border: green 1px solid;
		width: 80%;
		margin: 0 auto 20px;
	}
	.btn-detail-sm:hover {
	background: green;
	}*/

	.bnr-access {
	width: 15%;
	margin-right: 1%;
	background: orange;
	display: inline-block;
	height: 10%;
	}
	.map {
	flex:1;
		margin:0px 2em;
	}
	.map iframe {height:100%;}
	.btn-detail {
	background: gold;
	padding: 20px;
	position: relative;
	float: right;
	border-radius: 10px;
	margin-right: 20px;
	}

	a .btn-detail:hover {
	background: maroon;
	color: white;
	}

	.width-80p {
		width: 80%;
		max-width: 400px;
	}
	.width-30p {
		width: 30%;
	}

	.table .heading {
		width: 100%;
		font-weight: bold;
		diplay: inline;
	}

	.btn-download {	
		background: #008a32;
		padding: 3%;
		margin: 5px;
		border-radius: 5px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: white;

	}
	.btn-download:hover, .btn-simulator:hover, .btn-toContact:hover {
		background: #7eaf1d;
		color: white;
	}

	.btn-pamphlet {	
		background: #4FB7C6;
		padding: 3%;
		margin: 5px;
		border-radius: 5px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: white
		/*border: #c3e5e3 solid 1px;*/
	}
	.btn-pamphlet:hover {
		background: #1b908a;
		color: white;
		
	}

	.btn-toContact {	
		background: palegoldenrod;
		padding: 3%;
		margin: 30px auto;
		border-radius: 5px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: green;
		width: 49%;
	}

	.btn-simulator {
		background: palegoldenrod;
		padding: 3%;
		margin: 10px auto;
		border-radius: 5px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: green;
		width: 49%;
		float: right;
	}

	.btn-green {
		background: #008a32;
		padding: 10px;
		margin: 5px;
		border-radius: 10px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: white;
		border:#008a32 1px solid;
		flex:1;
	}
	.btn-green:hover {
		background: white;
		color: #008a32;

	}
	.btn-ygreen {
		background: #7eaf1d;
		padding: 10px;
		margin: 5px;
		border-radius: 10px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: white;
		border:#7eaf1d 1px solid;
		flex:1;
	}
	.btn-ygreen:hover {
		background: white;
		color: #7eaf1d;

	}


	.top-on-slider {
	position: relative;
	top: -70px;
	width: 300px;
	font-size: 1.1em;
	padding: 10px;
	}

	aside {
	width: 600px; /*background-color: beige*/; padding-left: 50px; height: 800px;
	}

	.okomari-content-sp, .anshin-sp, .menu-sp {
	display: none;
	}

	/*.drawer-nav, .drawer-hamburger {
	display: none!important;
	}*/

	.table-col2, .table-col3 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	}

	.table-col2 .td {
	width: 50%;
	display: inline-block;
	}

	.table-col2 .td img, .table-col3 .td img {
	/*margin:5px 10px;*/
	width: 100%;
	}

	.table-col3 .td {
		width: 33%;
		float: left;
		display: inline-block;
	}
	.table-col3 .th {
		vertical-align: top;
	}
	.table-caption {
		width: 100%;
	}
	.table img {
		width: 100%;
	}


	.full-width {
	width: 70%; 
	float: none; 
	margin: 0 auto;
	}


	input.input-long {
		width: 100%;
		max-width: 400px;
	}

	.top-thumbnail {
	width: 30%;
	float: left;
	margin-right: 1em;
	}
	section {
	width:100%;
	padding: 3em 0;
	}

	.section-content{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	}
	.section-top{
		padding: 0 0 100px 0;
	}
	h3.title-top {
		margin:50px 0px 30px 0px;
	}
	/*.bg-extend{background:#f8f4e6;margin: 30px calc(50% - 50vw);width: 100vw; padding-bottom: 40px;}*/
	.bg-extend{margin: 0 calc(50% - 50vw);width: 100vw; background:#efebdc;padding: 3em 1em;margin-bottom: 40px;}

	.col-3 {
	width: 32%;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	}
	.col-4 {
	width: 24.5%;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	}
	.col-4 img {
		width: 100%;
	}

	.col-3 li {
	margin-top: 10px
	}

	.col-3 li:first-child {
	margin-top: 0;
	}

	.col-3.cm {
	width: 32%;
	}

	/*表の共通スタイル*/
	/* リニューアル
	.table {
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1em;
	}
	*/


	/* リニューアル */
	.main .table {
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1em;
	}
	/* リニューアル */

	.tr {
	display: table-row;
	}
	.td, .th {
	display: table-cell;
	padding:10px;
	}

	.th.colspan {
	border-bottom: none;
	}

	.th {
		background: #eee;
		width:calc(200px - 20px);
		min-width:calc(200px - 20px);
		text-align: center;
	}

	.td, .th {
		border: 1px solid #ddd;
	}

	.total {border-top: double #ddd 6px;
			font-weight: bold;
	}

	.side-nav .bnr-shisan {
		width: 100%;
		margin-top: 10px;}

		
	.side-nav .bnr-shisan img {
		width: 100%;
	}

	.portrait-30p {
		width: 30%;
		margin:1em;
	}

	.portrait-30p img {
		width: 100%;
	}

	.number_list ol {
		counter-reset: number;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.number_list ol li {

		margin-top: 20px;
		line-height: 2em;
		font-size:1.1em;
	}
	.number_list li:first-child {
		margin-top: 0;
	}

	.number_list ol li:before {
		counter-increment: number;
		content: counter(number);
		float: left;
		background: #008a32;
		width: 1.5em;
		height: 1.5em;
		border-radius: 50%;
		color: #fff;
		text-align: center;
		line-height: 1.5;
		margin-right: 10px;
	}

	.points {
		padding: 2em;
		border: #008a32 1px solid;
		border-radius: 5px;
		margin: 2em auto 4em;
		/* margin-left: 2em; */
		background: white;
		width: 80%;
	}

	/*.cssmenu {
		max-width: 1000px;
		margin:0 auto;
	}
	.cssmenu ul ul li.menu-sub > a{
		background: mediumseagreen;
		color: white
	}

	.cssmenu ul ul li.active.menu-sub > a{
		background: mediumseagreen;
		color: white;
		font-weight: bold;
	}*/

	.month {
		margin-top: -20px; text-align: right; margin-bottom: 40px;
	}

	.btn-tel {
		padding: 30px;
		width: 100%;
		max-width: 300px;
		background: #efe	;
		color: green;
		border: solid 1px green;
		border-radius: 5px;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 1.2em;
		margin: 0 auto;
	}

	.btn-tel:hover {
		background: green;
		color: white;
	}

	.newyear {
		background-image: url(../images/news/bg-newyear.jpg); background-repeat: no-repeat; background-position: left bottom; background-size: 70%; padding-left: 40%; margin-bottom: 80px;
	}
	.sakura {
		background-image: url(../images/news/bg-sakura.jpg); background-repeat: no-repeat; background-position: left bottom; background-size: 70%; padding-left: 40%; margin-bottom: 80px;
	}

	.sakura p {
		margin-bottom: 20px;
	}
	.endyear {
		background-image: url("../images/news/bg-endyear.png"); background-repeat: no-repeat; background-position: left bottom; margin-bottom: 80px; padding-left: 40%;min-height: 425px;
	}

	.endyear p, .newyear p {
		margin-bottom: 30px;
	}

	.endyear-book{
		width: 45%; display:inline-block;
	}
	.okomari-toiawase {
		margin: 40px auto;
		display: block;
		text-align: center;
	}

	.btn-pdf {
		padding: 20px;
		width: 100%;
		max-width: 300px;
		background: green;
		color: white;
		border: solid 1px white;
		display: block;
		text-align: center;
		text-decoration: none;
		/*font-size: 1.2em;*/
		display:block;
		text-align: center;
		/*margin: 0 auto;*/
		float: left;	
	}

	.btn-pdf:hover {
		background: white;
		color: green;
		border: 1px solid green;
	}

	.saigaiomimai {
		width: 100%;
		max-width: 800px;
	}

	.omimai p{
		font-size: 1em;
		line-height: 1.6em;
		margin-bottom: 30px;
	}

	.enkaku .th {
		width: 150px;
	}
	#cm .library-item-thumbnail {
		width: 50%!important;
		margin:10px auto;
	}
	.library-item-shimbun {
		width: 30%!important;
		margin: 1%!important;
		height: auto!important;
	}
	.shimbun-box {
		display:flex;align-content:stretch; flex-wrap:wrap; max-width: 1080px; margin: 0 auto;
	}

	#rinen .cat-head-image {
		background-image: url("../images/rinen/img-head.png");
		background-position: center center;
		width: 100%;
		height: 200px;
	}
	#laporte .cat-head-image {
		background-image: url("../images/hohoemi/img-head.png");
		background-position: center center;
		width: 100%;
		height: 200px;
	}
	#group section.cat-head-image {
		display: none;
	}

	.index-list-box {
		width: 49%; padding: 10px; box-sizing: border-box; border: 1px solid #ddd; min-height: 5em; margin-bottom: 10px; display: flex;
	}

	.index-list-content{margin-left: 1em;}
	.index-list-content h3{margin:10px;font-size: 24px;text-align: left;}
	.index-list-content li {list-style-type: circle; line-height:1.5em;margin-left: 2em;}
	.index-list-thumb img {width:200px;height: 200px; object-fit:cover;}
	.index-list-thumb {border: 1px solid #ddd; height: max-content;}


	.gyojisyoku {
		width: 31%!important;
	}
	/*#group .head-nav li {
		width: 50%;
		text-align: center;
	}*/
	#group .head-nav li a{
		width: 100%;
	}

	.info-shisetsu {width: 70%;}
	.address li {margin-bottom:10px;}
	.list-shisetsu-nakaku{ background:#DFE8E2; padding:1em; border-radius:5px;}
	.list-shisetsu-nakaku h3 {margin-top:0; margin-bottom:1em;}
	.list_shisetsu {background: white;}


}
@media (max-width:1079px) {


	/* Heading
	========================================================================== */
	.shisetsu-name {
		background: #603813;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #583822, #603813);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #583822, #603813); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 100vw;
	}
	.hohoemi .shisetsu-name h1{display:flex; justify-content: space-between; align-items:center;}

	.hohoemi h1 {
		padding: 10px 0;
		font-size: 1.5em;
		/* overflow: hidden; */
		display: block;
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		padding-left: 1rem;
		color: white;
	}

	.hohoemi h2 {
	clear: both;
	font-size: 1.5em;
	line-height: 1.5em;
	border-bottom: 1px solid #1b5d34;
	/*margin-top: 0px;*/
	margin-bottom: 30px;
	width:100%;
	}

	.hohoemi h3 {
	/*clear: both;
	color: #333;
	font-size: 26px;
	border-left: none;
	padding-left: 5px;
	margin-bottom: 40px;
	margin-top: 40px;
		width: 100%;
		text-align:center;*/
		text-align: center;
	border: none;

		font-weight: 700;
		font-size: 32px;
	margin: 0 auto 20px;}

	.hohoemi h4 {
	color: #008a32;
	font-size: 20px;
	margin: 50px 0 10px 0;
	/*border-bottom: 1px #1b5d34 solid;*/
	line-height: 1.5em;
		width: 100%;

	}

	.hohoemi h5 {
	margin: 15px 0 5px 0;
	font-weight: bold;
	}

	.heading-prefix-icon {
	margin-right: 15px;
	}
	section.hohoemi.clearfix, section.slide-box {padding: 0;}

	.side-column {
	width: 100%;
	}

	.head-nav {
		width: 100%;
		background: white;
		/*padding: 5px;*/
		border-bottom: 1px solid #D8D2CE;
	}
	.head-nav ul {
		max-width: 1080px;
		margin:0 auto;
		display: flex;
		height: auto;
		box-sizing: border-box;
	}
	.head-nav ul li {flex:1;border-left: solid 1px #D8D2CE;}
	.head-nav li a {
		padding: 15px;
		/*border-left: 1px solid #D8D2CE;
		border-collapse: collapse;*/
		color: #3d1e0a;
		text-decoration: none;
		display: inline-block;
	}
	.head-nav li:last-child a {
		border-right: 1px solid #D8D2CE;width:100%;
	}
	.head-nav li.active a, .head-nav li:hover a{
		background-color: #D8D2CE;
		color: #3d1e0a;
		position:relative;
		height: 100%;
		width: 100%;
	}
	.head-nav li.active a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #D8D2CE transparent transparent transparent;
	border-width: 10px 10px 0 10px;
	}
	.side-nav .nav {
		max-width: 1080px;
		margin: 0 auto;
		margin-top: 1em;
		margin-bottom: 2em;
		display: flex;
		align-content: space-between;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.side-nav .nav li {
		width: 49.5%; 
		margin-bottom: 5px;
		text-align: center;
	}
	.side-nav .nav li a, .area_tab .nav li a {
		text-decoration: none;
		width: 100%;
		display: block;
		padding: 15px;
		color: white;
		border: 1px solid #999;
		background:#008a32;
		border-radius: 10px;
		height: 100%;
	}
	/*.side-nav .nav li.active, .side-nav .nav li:hover {
		background: #E6EFD2;
	}*/
	.side-nav .nav li.active a, .side-nav .nav li:hover a {
		color: #008a32;
		border: 1px solid #008a32;
		background: white;
	}
	#menu_box {
	margin:0;
	float: left;
	width: 230px;
	margin-right: 10px;
	}
	.menu {
	list-style:none;
	padding:0;
	margin:0;
	overflow: hidden;
	position: relative;
	}

	.menu ul{
		background-color: beige;
	}

	.menu li {
	width:230px;/*メニューの幅*/
	background:#cccccc;
	position: relative;
	height:70px;/*メニューの高さ*/
	border-bottom:#e5e4e6 1px solid;
	}
	.menu li a {
	text-decoration:none;
	color:black;
	font-size:14px;
	display:block;
	padding:20px 30px 0px;
	height:50px;
	/*line-height:20px;*/
	/*border-bottom:1px solid #fff;*/
	/*font-weight:bold;*/
	}

	.menu li a:hover {
	background-color: #87C3C0;
	}



	.menu li ul {
	margin:0;
	padding:0;
	list-style: url(../images/common/list_mark_tri_gray.gif);
	padding-left: 50px;
	}
	.menu li ul li {
	background:beige;
	height: auto;




	}
	.menu li ul li a {
	color:black;
	padding-left: 0px;
	font-weight: normal;
	}

	.menu li ul li a:hover {
	background-color: beige;
	}

	.menu .drop_2row:hover {/*サブメニューが2つのとき*/
	height:210px;

	}
	.menu .drop_3row:hover {/*サブメニューが3つのとき*/
	height:280px;

	}
	.menu .drop_4row:hover {/*サブメニューが4つのとき*/
	height:350px;

	}

	.menu .drop_9row:hover {/*サブメニューが９つのとき*/
	height:700px;


	}
	.menu .drop_10row:hover {/*サブメニューが10つのとき*/
	height:770px;

	}

	.menu .side-active {
	background-color: #87C3C0;
	}

	.menu .drop_2row ul li.item-active a, .menu .drop_3row ul li.item-active a, .menu .drop_4row ul li.item-active a, .menu .drop_9row ul li.item-active a, .menu .drop_10row ul li.item-active a {
		color: purple;
	font-weight: bold;
	list-style: url(../images/common/list_mark_tri.gif);
	}


	.menu .drop_2row ul li:hover, .menu .drop_3row ul li:hover, .menu .drop_4row ul li:hover, .menu .drop_9row ul li:hover, .menu .drop_10row ul li:hover {/*サブメニューをマウスオーバーしたとき*/
	list-style: url(../images/common/list_mark_tri.gif);


	}

	.menu .drop_2row ul li a:hover, .menu .drop_3row ul li a:hover, .menu .drop_4row ul li a:hover, .menu .drop_9row ul li a:hover, .menu .drop_10row ul li a:hover {/*サブメニューをマウスオーバーしたとき*/
	color: purple;
	font-weight: bold;

	}


	.menu * {/*アニメーション*/
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	}

	.menu {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	position: relative;
	}

	/***********************************
	* ナビ改修 *
	***********************************/

	@media screen and (min-width: 1080px) { 

		.side-nav .nav03 ,
		.side-nav .nav04 ,
		.side-nav .nav05 {
			max-width: 1080px;
			margin: 0 auto;
			margin-top: 1em;
			margin-bottom: 2em;
			display: flex;
			align-content: space-between;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.side-nav .nav03 li {
			width:calc(33%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav04 li {
			width:calc(24%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav05 li {
			width:calc(19.5%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav03 li a, .area_tab .nav03 li a ,
		.side-nav .nav04 li a, .area_tab .nav04 li a ,
		.side-nav .nav05 li a, .area_tab .nav05 li a {
			text-decoration: none;
			width: 100%;
			display: block;
			padding: 15px;
			color: white;
			border: 1px solid #999;
			background:#008a32;
			border-radius: 10px;
			height: 100%;
		}
		.side-nav .nav03 li.active a, .side-nav .nav03 li:hover a ,
		.side-nav .nav04 li.active a, .side-nav .nav04 li:hover a ,
		.side-nav .nav05 li.active a, .side-nav .nav05 li:hover a {
			color: #008a32;
			border: 1px solid #008a32;
			background: white;
		}
	}
	@media (max-width:1079px) {

		.side-nav .nav03 ,
		.side-nav .nav04 ,
		.side-nav .nav05 {
			max-width: 1080px;
			margin: 0 auto;
			margin-top: 1em;
			margin-bottom: 2em;
			display: flex;
			align-content: space-between;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.side-nav .nav03 li {
			width:calc(33%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav04 li {
			width:calc(24%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav05 li {
			width:calc(19.5%); 
			margin-bottom: 5px;
			text-align: center;
		}
		.side-nav .nav03 li a, .area_tab .nav03 li a ,
		.side-nav .nav04 li a, .area_tab .nav04 li a ,
		.side-nav .nav05 li a, .area_tab .nav05 li a {
			text-decoration: none;
			width: 100%;
			display: block;

			color: white;
			border: 1px solid #999;
			background:#008a32;
			border-radius: 10px;
			height: 100%;
		}
		.side-nav .nav03 li.active a, .side-nav .nav03 li:hover a ,
		.side-nav .nav04 li.active a, .side-nav .nav04 li:hover a ,
		.side-nav .nav05 li.active a, .side-nav .nav05 li:hover a {
			color: #008a32;
			border: 1px solid #008a32;
			background: white;
		}
	}


	/* Column
	========================================================================== */

	.main-column {
		width:calc(100% - 20px);
	/* リニューアル */
		margin-top   :  0px;
	/* リニューアル */
		margin-bottom: 100px;
		box-sizing: border-box;
		padding: 10px;
	}
	

	.main-column-full {
		width: 90%;
		position: relative;
		margin: 0 auto;
	}

	.main{
		margin: 0 auto;
		margin-top: 0px;
		background-color: white;
		/*overflow: hidden;*/
		padding-bottom: 100px;  
	}
	.box-stripe{
	padding: 2em;
		margin: 2em auto;
		background: -webkit-repeating-linear-gradient(-45deg, #eff9dc, #eff9dc 3px,#fff 3px, #fff 7px);
		background: repeating-linear-gradient(-45deg, #eff9dc, #eff9dc 3px,#fff 3px, #fff 7px);
		text-align: center;}
	.box-stripe p {
		margin: 0; 
		padding: 0;
		font-size:1.2em;
	}
	.common-content {
	width: 100%;
	max-width: 1080px;
	margin: 20px auto;
		/*display: flex;
		align-items: center;*/
	}
	.common-content-index{
		width: 100%;
		max-width: 1080px;
		margin:0 auto;
		padding-top: 3em;
	}

	.shisetsu-box div{
		min-height:360px;
		vertical-align: top;
		margin:20px 0px 0px 0px;
	}


	#group .common-content-index{
		padding-top:0;
	}

	.center{
		text-align: center;

	}

	.float_left{
		float: left;
		margin: 10px;
	}

	.float_right{
		float: right;
		margin: 10px;

	}

	.image_photo{
	width: 100%;
	margin-bottom: 2em;
	}

	ol{
		margin-left: 50px;

	}

	.table_base, .table_build {
	width:1080px;
	margin: 10px auto;
	}

	.table_base > thead, .table_build > thead {
	background-color: #ccc;
	}

	.table_base td.table_base-first-col {
	background-color: #ccc;
	text-align: left;
	}

	.table_base th, .table_build th {
		border: solid 1px #ddd;
		padding:10px;
		background-color: #eee;
	}

	.table_build th:first-child{
		width: calc(200px - 20px);
	}

	.table_base td, .table_build td {
	border: solid 1px #ddd;
	background-color: #FFFFFF;
	text-align: left;
	padding:10px;
	}

	/*.map{
		margin-top: 10px;
	}*/

	.profile {
		padding: 0px;
		padding-top: 15px;
		border-top: #1b5d34 1px solid;
	font-size: 16px;
	}

	.profile h3{
			margin: 0;
			color: #1b5d34;
			font-size: 16px;
			margin-bottom:5px;
			text-align: left;
			padding:10px;
	}
	.rijicho_message h3{
		margin-top: 0px;
		padding-top: 0px;

		text-align: left;
	}
	.profile ul{
	font-size: 120%;
	}



	#map{
	width: 100%;
	height: 360px;
	}
	.side-right .map{margin: 1em 0 0;}

	.tr.col2 .td {
	border-bottom: 1px solid #ddd;
	}

	.col2 {
	width: 48%;
	padding: 5px;
	box-sizing: border-box;
	}

	.col2 img {
		width: 100%;
	}

	.col3 {
		width:calc(33% - 10px);
		padding: 5px;
		box-sizing: border-box;
	}

	.col3 img{
		width: 100%;
	}

	.inline-col3 {
	width: 230px;
	display: inline;
	}

	.inline-col3 img {
	margin: 5px;
	}

	.col1 {
	width:calc(100% - 10px);
	padding: 5px;
		box-sizing: border-box;
	}

	.mark-R{
		position: relative;
		top: -5px;
	}

	/* 吹き出し形式*/

	.fukidashi-l::before {
	position:absolute;
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-right-color: lightblue;
	margin-top: 20px;
	margin-left: -26px;
	}

	.fukidashi-l {
	display:block;
	position:relative;
	margin: 0;
	padding: 10px;
	padding-top: -10px;
	margin-left:200px;
	min-height:60px;
	background-color:lightblue;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
		margin-bottom: 10px;
	font-size: 1.5em;
	width: 250px;
	line-height: 1.2em;
	}

	.fukidashi-r {
	width:calc(250px - 100px);
	height: 200px;
	position: absolute;
	left: 700px;
	background-image: url(../images/hohoemi/img-fukidashi.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 50px;
	font-size: 1.7em;
	line-height: 1.5em;
	top: 750px;
	}

	/* ショートケアほほえみの料金ボックス*/

	.box-left {
	clear: both;
	width:calc(380px - 40px);
	float: left;
	background: lemonchiffon;
	border: #1b5d34 1px solid;
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 50px;
	}

	.box-right {
		width:calc(380px - 40px);
	float: right;
	background: lemonchiffon;
	border: #1b5d34 1px solid;
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	font-size: 1.2em;
	text-align: center;
	overflow: hidden;
	}

	.box-left h3, .box-right h3 {
	background: maroon;
	padding:20px;
	color: white;
	text-align: center;
	font-size: 1.5em;
	border: none;
	margin: 0;
	}

	.box-left span, .box-right span {
	font-size: 1.8em;
	line-height: 1.5em;
	}

	.anshin-list li{
	font-size: 1.5em;
	margin: 40px 20px;
	padding: 20px;
	border: #1b5d34 1px solid;
	border-radius: 10px;
	line-height: 1.5em;

	}

	.anshin-list span {
	font-size: 0.9em;
	font-weight: bold;
	color: maroon;
	}

	.btn-detail-sm a {
	clear: both;
	display: block;
	width: 80%;
	background: white;
	text-decoration: none;
	color: green;
	font-weight: bold;
	margin:10px auto;
	border: green solid 1px;
		text-align: center
	}
	.btn-detail-sm a:hover {
	background: green;
	color: white;
	}

	/*.btn-detail-sm {
		margin-bottom: 20px;
		font-size: 14px;
		border: green 1px solid;
		width: 80%;
		margin: 0 auto 20px;
	}
	.btn-detail-sm:hover {
	background: green;
	}*/

	.bnr-access {
	width: 15%;
	margin-right: 1%;
	background: orange;
	display: inline-block;
	height: 10%;
	}
	.map {
	flex:1;
		margin:0px 2em;
	}
	.map iframe {height:100%;}
	.btn-detail {
	background: gold;
	padding: 20px;
	position: relative;
	float: right;
	border-radius: 10px;
	margin-right: 20px;
	}

	a .btn-detail:hover {
	background: maroon;
	color: white;
	}

	.width-80p {
		width: 80%;
		max-width: 400px;
	}
	.width-30p {
		width: 30%;
	}

	.table .heading {
		width: 100%;
		font-weight: bold;
		diplay: inline;
	}

	.btn-download {	
		background: #008a32;
		padding: 3%;
		margin: 5px;
		border-radius: 5px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: white;

	}
	.btn-download:hover, .btn-simulator:hover, .btn-toContact:hover {
		background: #7eaf1d;
		color: white;
	}

	.btn-pamphlet {	
		background: #4FB7C6;
		padding: 3%;
		margin: 5px;
		border-radius: 5px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: white
		/*border: #c3e5e3 solid 1px;*/
	}
	.btn-pamphlet:hover {
		background: #1b908a;
		color: white;
		
	}

	.btn-toContact {	
		background: palegoldenrod;
		padding: 3%;
		margin: 30px auto;
		border-radius: 5px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: green;
		width: 49%;
	}

	.btn-simulator {
		background: palegoldenrod;
		padding: 3%;
		margin: 10px auto;
		border-radius: 5px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: green;
		width:calc(48% - 6px);
		float: right;
	}

	.btn-green {
		background: #008a32;
		padding: 10px;
		margin: 5px;
		border-radius: 10px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: white;
		border:#008a32 1px solid;
		flex:1;
	}
	.btn-green:hover {
		background: white;
		color: #008a32;

	}
	.btn-ygreen {
		background: #7eaf1d;
		padding: 10px;
		margin: 5px;
		border-radius: 10px;
		text-align: center;
		display: block;
		text-decoration: none;
		color: white;
		border:#7eaf1d 1px solid;
		flex:1;
	}
	.btn-ygreen:hover {
		background: white;
		color: #7eaf1d;

	}


	.top-on-slider {
	position: relative;
	top: -70px;
	width:calc(300px - 20px);
	font-size: 1.1em;
	padding: 10px;
	}

	aside {
	width:calc(100% - 50px); /*background-color: beige*/; padding-left: 50px; height: 800px;
	}

	.okomari-content-sp, .anshin-sp, .menu-sp {
	display: none;
	}

	/*.drawer-nav, .drawer-hamburger {
	display: none!important;
	}*/

	.table-col2, .table-col3 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	}

	.table-col2 .td {
	width: 50%;
	display: inline-block;
	}

	.table-col2 .td img, .table-col3 .td img {
	/*margin:5px 10px;*/
	width: 100%;
	}

	.table-col3 .td {
		max-width: 33%;
		float: left;
		display: inline-block;
	}
	.table-col3 .th {
		vertical-align: top;
	}
	.table-caption {
		width: 100%;
	}
	.table img {
		width: 100%;
	}


	.full-width {
	width: 70%; 
	float: none; 
	margin: 0 auto;
	}


	input.input-long {
		width: 100%;
		max-width: 400px;
	}

	.top-thumbnail {
	width: 30%;
	float: left;
	margin-right: 1em;
	}
	section {
	width:100%;
	padding: 3em 0;
	}

	.section-content{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	}
	.section-top{
		padding: 0 0 100px 0;
	}
	h3.title-top {
		margin:50px 0px 30px 0px;
	}
	/*.bg-extend{background:#f8f4e6;margin: 30px calc(50% - 50vw);width: 100vw; padding-bottom: 40px;}*/
	.bg-extend{margin:0px 0px 30px 0px;width:calc(100vw - 2em); background:#efebdc;padding: 3em 1em}

	.col-3 {
	width: 32%;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	}
	.col-4 {
	width: 24.5%;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	}
	.col-4 img {
		width: 100%;
	}

	.col-3 li {
	margin-top: 10px
	}

	.col-3 li:first-child {
	margin-top: 0;
	}

	.col-3.cm {
	width: 32%;
	}

	/*表の共通スタイル*/
	/* リニューアル
	.table {
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1em;
	}
	*/


	/* リニューアル */
	.main .table {
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1em;
	}
	/* リニューアル */

	.tr {
	display: table-row;
	}
	.td, .th {
	display: table-cell;
	padding:10px;
	}

	.th.colspan {
	border-bottom: none;
	}

	.th {
		background: #eee;

		text-align: center;
	}

	.td, .th {
		border: 1px solid #ddd;
	}

	.total {border-top: double #ddd 6px;
			font-weight: bold;
	}

	.side-nav .bnr-shisan {
		width: 100%;
		margin-top: 10px;}

		
	.side-nav .bnr-shisan img {
		width: 100%;
	}

	.portrait-30p {
		width: 30%;
		margin:1em;
	}

	.portrait-30p img {
		width: 100%;
	}

	.number_list ol {
		counter-reset: number;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.number_list ol li {

		margin-top: 20px;
		line-height: 2em;
		font-size:1.1em;
	}
	.number_list li:first-child {
		margin-top: 0;
	}

	.number_list ol li:before {
		counter-increment: number;
		content: counter(number);
		float: left;
		background: #008a32;
		width: 1.5em;
		height: 1.5em;
		border-radius: 50%;
		color: #fff;
		text-align: center;
		line-height: 1.5;
		margin-right: 10px;
	}

	.points {
		padding: 2em;
		border: #008a32 1px solid;
		border-radius: 5px;
		margin: 2em auto 4em;
		/* margin-left: 2em; */
		background: white;
		width:calc(80% - 4em);
	}

	/*.cssmenu {
		max-width: 1000px;
		margin:0 auto;
	}
	.cssmenu ul ul li.menu-sub > a{
		background: mediumseagreen;
		color: white
	}

	.cssmenu ul ul li.active.menu-sub > a{
		background: mediumseagreen;
		color: white;
		font-weight: bold;
	}*/

	.month {
		margin-top: -20px; text-align: right; margin-bottom: 40px;
	}

	.btn-tel {
		padding: 30px;
		width: 100%;
		max-width: 300px;
		background: #efe	;
		color: green;
		border: solid 1px green;
		border-radius: 5px;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 1.2em;
		margin: 0 auto;
	}

	.btn-tel:hover {
		background: green;
		color: white;
	}

	.newyear {
		background-image: url(../images/news/bg-newyear.jpg); background-repeat: no-repeat; background-position: left bottom; background-size: 70%; padding-left: 40%; margin-bottom: 80px;
	}
	.sakura {
		background-image: url(../images/news/bg-sakura.jpg); background-repeat: no-repeat; background-position: left bottom; background-size: 70%; padding-left: 40%; margin-bottom: 80px;
	}

	.sakura p {
		margin-bottom: 20px;
	}
	.endyear {
		background-image: url("../images/news/bg-endyear.png"); background-repeat: no-repeat; background-position: left bottom; margin-bottom: 80px; padding-left: 40%;min-height: 425px;
	}

	.endyear p, .newyear p {
		margin-bottom: 30px;
	}

	.endyear-book{
		width: 45%; display:inline-block;
	}
	.okomari-toiawase {
		margin: 40px auto;
		display: block;
		text-align: center;
	}

	.btn-pdf {
		padding: 20px;
		width: 100%;
		max-width: 300px;
		background: green;
		color: white;
		border: solid 1px white;
		display: block;
		text-align: center;
		text-decoration: none;
		/*font-size: 1.2em;*/
		display:block;
		text-align: center;
		/*margin: 0 auto;*/
		float: left;	
	}

	.btn-pdf:hover {
		background: white;
		color: green;
		border: 1px solid green;
	}

	.saigaiomimai {
		width: 100%;
		max-width: 800px;
	}

	.omimai p{
		font-size: 1em;
		line-height: 1.6em;
		margin-bottom: 30px;
	}

	.enkaku .th {
		width: 150px;
	}
	#cm .library-item-thumbnail {
		width: 50%!important;
		margin:10px auto;
	}
	.library-item-shimbun {
		width: 30%!important;
		margin: 1%!important;
		height: auto!important;
	}
	.shimbun-box {
		display:flex;align-content:stretch; flex-wrap:wrap; max-width: 1080px; margin: 0 auto;
	}

	#rinen .cat-head-image {
		background-image: url("../images/rinen/img-head.png");
		background-position: center center;
		width: 100%;
		height: 200px;
	}
	#laporte .cat-head-image {
		background-image: url("../images/hohoemi/img-head.png");
		background-position: center center;
		width: 100%;
		height: 200px;
	}
	#group section.cat-head-image {
		display: none;
	}

	.index-list-box {
		width:calc(49% - 20px); padding: 10px; box-sizing: border-box; border: 1px solid #ddd; min-height: 5em; margin-bottom: 10px; display: flex;
	}

	.index-list-content{margin-left: 1em;}
	.index-list-content h3{margin:10px;font-size: 24px;text-align: left;}
	.index-list-content li {list-style-type: circle; line-height:1.5em;margin-left: 2em;}
	.index-list-thumb img {width:200px;height: 200px; object-fit:cover;}
	.index-list-thumb {border: 1px solid #ddd; height: max-content;}


	.gyojisyoku {
		width: 31%!important;
	}
	/*#group .head-nav li {
		width: 50%;
		text-align: center;
	}*/
	#group .head-nav li a{
		width: 100%;
	}

	.info-shisetsu {width: 70%;}
	.address li {margin-bottom:10px;}
	.list-shisetsu-nakaku{ background:#DFE8E2; padding:1em; border-radius:5px;}
	.list-shisetsu-nakaku h3 {margin-top:0; margin-bottom:1em;}
	.list_shisetsu {background: white;}
	
}

/* :::::: ここまで :::::: */

/* :::::: サブメニュー :::::: */
#navTgl, #navTgl2 {
	display: none;
}

.slide-box label {
	cursor: pointer;
	position: fixed;
	top: 200px;
	right: 150px;
	  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	text-align:center;
}
.slide-box .open {
	z-index: 9999;
	height: 250px;
	background: #3d1e0a;
	color:white;
	/*padding: 5px 20px 5px 15px;*/
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slide-box .close {
	z-index: 1;
	width: 100%;
	pointer-events: none;
	transition: background .6s;
}
.slide-box .menu {
	z-index: 999;
	position: fixed;
	overflow: auto;
	top: 200px;
	right: 0px;
	width: 150px;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	/*background: rgba(255,255,255,.6);*/
	background:white;
	border: 1px solid #3d1e0a;
	/*transform: translateX(-100%);*/
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	min-height: 250px;
}
.slide-box #navTgl:checked + .open {
	transform: translateX(150px);
}
.slide-box #navTgl:checked ~ .menu {
	transform: translateX(150px);
}
.slide-box #navTgl .slide-box .menu h2,
.slide-box .menu a {
	color: #3d1e0a;
}
.slide-box .menu h2 {
	text-align: center;
}
.slide-box .menu ul {
	margin: 0;
	padding: 0;
	background: white;
}

.slide-box .menu li {
	font-size: 1em;
	line-height: 1.4;
	height: auto;
	width: auto;
}
.slide-box .menu li:not(:first-child) {
	/*border-top: 1px dotted #3d1e0a;*/
}

.slide-box .menu a {
	display: block;
	padding: 10px;
	text-decoration: inherit;
	transition: background .6s;
	height: auto;
	background: white;
}

.slide-box .menu a:hover {
	background-color: rgba(61,30,10,0.2);
}
@media screen and (max-width: 1250px){
.slide-box label {right: 0px; top: 100px;}

.slide-box .open {	
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

.slide-box #navTgl:checked + .open {
	transform: translateX(-150px);
}



/* :::::: drawer menu :::::: */

.slide-box .menu {	
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	top: 100px;
}

.slide-box #navTgl:checked ~ .menu {
	transform: none;
}
}
	
/*スマホ用ドロップメニュー*/
/* :::::: toggle button :::::: */
#navTgl2 {
	display: none;
}
.drop-menu label.open {
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 5px;
}
.drop-menu .open {
	z-index: 999991;
	width: 48px;
	height: 48px;
	background: #008a32;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drop-menu .open::before,
.drop-menu .open::after {
	content: "";
}
.drop-menu .open span,
.drop-menu .open::before,
.drop-menu .open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid white;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drop-menu .open::before {
	transform: translateY(-8px);
}
.drop-menu .open::after {
	transform: translateY(8px);
}
.drop-menu .close {
	z-index: 1;
	width: 100%;
	height: 100%;
	/*pointer-events: none;*/
	transition: background .6s;
}
.drop-menu #navTgl2:checked + .open {
	/*background: indianRed;*/
	/*transform: translateY(250px);*/
}
.drop-menu #navTgl2:checked + .open span {
	transform: scaleX(0);
}
.drop-menu #navTgl2:checked + .open::before {
	transform: rotate(45deg);
}
.drop-menu #navTgl2:checked + .open::after {
	transform: rotate(-45deg);
}
.drop-menu #navTgl2:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}

/* :::::: drawer menu :::::: */
.drop-menu .menu-sp {
	display: block;
	z-index: 99999;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: white;
	border: 4px solid #008a32;
	transform: translateY(-100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drop-menu .menu-sp h2,
.drop-menu .menu-sp a {
	color: #3d1e0a;
}
.drop-menu .menu-sp h2 {
	text-align: center;
}
.drop-menu .menu-sp ul {
	margin: 0;
	padding: 0;
}
.menu li {
	font-size: .8em;
	line-height: 1.4;
}
.drop-menu .menu-sp li:not(:first-child) {
	border-top: 1px solid rgba(0,0,0,.6);
}
.drop-menu .menu-sp a {
	display: block;
	padding: 1em;
	text-decoration: inherit;
	transition: background .6s;
}
.drop-menu .menu-sp a:hover {
	background: #eff9dc;
}
.drop-menu #navTgl2:checked ~ .menu-sp {
	transform: none;
}


/* :::::: nav :::::: */
.drop-menu nav.menu-pc {
	/*max-width: 647px;*/
	margin: 0 auto;
}
.drop-menu nav.menu-pc ul {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	/*font-size: .8em;*/
	text-align: center;
	white-space: nowrap;
}
.drop-menu nav.menu-pc li {
	display: flex;
	flex-basis: 20%;
}
/*.drop-menu nav.menu-pc li:not(:first-child) {
	border-left: 1px solid rgba(0,0,0,.1);
}*/
.drop-menu nav.menu-pc li a {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	color: #3d1e0a;
	text-decoration: inherit;
	background: white;
	transition: background .3s;
}
.drop-menu nav.menu-pc li a span:hover {
	border-bottom: 2px solid #008a32;
}
.drop-menu nav.menu-pc li a span {
    border-bottom: 2px solid white;
}
.drop-menu nav.menu-pc li.self a span{
	border-bottom: 2px solid #7eaf1d;
	padding-bottom: 2px;
}

/* :::::: change mechanism :::::: */
@media screen and (min-width: 768px) {
	.drop-menu .open {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.drop-menu nav.menu-pc {
		display: none;
	}
}
		
		/*子メニュー*/
.drop-menu .acd-check{
    display: none;
}
.drop-menu label.acd-label{
    /*color: #fff;*/
    display: block;
    padding: 1em;
    position: relative;
}
.drop-menu label.acd-label:hover {
	background: #eff9dc;
}
.drop-menu label.acd-label:after{
	box-sizing: border-box;
    content: '+';
    display: block;

    padding: 0.5em;
    position: absolute;
    right: 0;
    top: 0px;
    background: green;
    top: 15%;
    color: white;
    border-radius: 5px;
    width: 40px;
    text-align: center;
}
.drop-menu .acd-content{
    border-top: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 0 0 50px;
    visibility: hidden;
	/*background:#eff9dc;*/
}
.drop-menu .acd-content a {color: #3d1e0a; padding: 0.5em;}
.acd-check:checked + .acd-label:after{
    content: '-';
}
.acd-check:checked + .acd-label + .acd-content{
    height: max-content;
    opacity: 1;
    visibility: visible;
}
/*スマホ用メニューおわり*/
#laporte .menu-hiyou,#laporte .menu-about, #laporte .menu-kannai {display: none;}
#rinen .menu-gaiyou, #rinen .menu-about {display:none;}


@media (max-width: 880px){ /* for wide tablet */
.index-list-box {width: 100%; flex-direction: row;}
	
}


/* 改修点 */

@media screen and (min-width: 910px){
	.global-nav ul li a {font-size: 16px;}
}

@media print {
.drawer-nav, .none-pc {
        display:none;
    }
}
@media screen and (max-width: 1250px){ /*for header-logo 切り替え*/
	.logo-long{display:none;}
	.logo-short{display:block;}
}
@media screen and (min-width: 1251px){
	.logo-long{display:block;width: 100%!important;}
	.logo-short{display:none;}
}

.header_contact {
    float: right;
    display: block;
    height: 60px;
    line-height: 80%;
    width: calc(280px - 20px);
    padding: 7px 0px 5px 20px;
    background: #fff;
    border: none;
    box-shadow: 0 0 5px #666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;

    color: #666;
}

.header_time {
    margin: 0px 0px 0px 30px;
    font-size: 60%;
}
.pgwSlideshow .ps-list .ps-next,.pgwSlideshow .ps-list .ps-prev{padding:5px!important;top:30px!important;}
.pgwSlideshow .ps-list li .ps-item{margin:10px 5px;}
	h1.for-tablet {display:none;}
	h1.for-pc-sp {display:block;}

section.banners {
    padding: 3em 0 9em;
}

@media screen and (min-width:769px) and ( max-width:900px) {
    /*　for tablet 　*/
	.drop-menu nav.menu-pc ul { font-size: .8em;}
	h1.for-tablet {display:block;}
	h1.for-pc-sp {display:none;}
}



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

	.is-fixed {
    top: -10px!important;
	}
	#fix-footer {padding:0;z-index: 9999;}
	#fix-footer .footer-content {padding: 0;}
	#fix-footer .shiryoseikyu{padding: 5px;}
	#fix-footer .btn-toiawase{font-size:1em;display: flex; flex-direction: column-reverse;justify-content: center;height: 100%; align-items: center;}
	.none-sp {display: none;}
	#fix-footer .btn-toiawase p {font-size: 10pt;}
	#fix-footer .fa, .fas {font-weight: 900;font-size: 1.5rem;margin-right: 5px;}
		h1.for-tablet {display:none;}
	h1.for-pc-sp {display:block;}
}

.price-shiryo{margin:20px 0px;}

	/* inc */
	h3.tit01{
		padding:30px 0px 40px 0px;
		font-size:250%;
	}