/*Tabletは940px以下、Smartphoneは横にした時を含め709px以下に設定*/


/*グリッド表示*/
/*.columns, .column {border: solid 1px #eee;}*/


/* Grid
========================================================= */
/*最大幅*/
.container {
	max-width: 960px;
}

/*メインコンテナの幅*/
.container.inside {
	max-width: 760px;
}


/*ホームのカラム幅*/
#home .six.columns { width: 47%; margin-left: 6%;}
#home .six.columns:first-child { margin-left: 0%;}

/*サブページのカラム幅*/
.six-l.columns { width: 50%; margin-top: 5px;}
.six-r.columns { width: 46%; text-align: center; margin-bottom: 2em;}
.six-r img{ margin-left: 2%;}
.six-r p{ margin-left: 1%; text-align: left;}


/*for Mobile*/
@media (max-width: 940px) {

}
@media (max-width: 709px) {
	.container {
		padding: 0 10px;
	}
}


/* Base Styles
========================================================= */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.4rem; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #000; }



/* Typography
========================================================= */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  color: #008e4d;}
h1 {line-height: 1.4;  letter-spacing: -.08rem;}
h2 {line-height: 1.4; letter-spacing: -.05rem; }
h3 {line-height: 1.3;  letter-spacing: -.05rem; }
h4 {line-height: 1.35; letter-spacing: -.05rem; }
h5 {line-height: 1.5;  letter-spacing: -.05rem; }
h6 {line-height: 1.6;  letter-spacing: 0; }

h1 { font-size: 3.0rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 2.0rem; }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.6rem; }
h6 { font-size: 1.5rem; }

#content dl { font-size: 0.9em;}
#content dt { font-weight: bold;}

/* Larger than phablet */
@media (max-width: 940px) {
}
@media (max-width: 709px) {
  h1 { font-size: 2.7rem; }
  h2 { font-size: 1.8rem; }
  h3 { font-size: 1.7rem; }
  h4 { font-size: 1.6rem; }
  h5 { font-size: 1.5rem; }
  h6 { font-size: 1.4rem; }
}
@media (max-width: 320px) {
  h2 { font-size: 1.7rem; }
}

/* Links
========================================================= */
a {color: #000000; text-decoration: none;}
a:hover {
	color: #008e4d;

	transition-property: all;
	transition: 0.2s linear;
}
#content a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;

	transition-property: all;
	transition: 0.2s linear;
}

p a{text-decoration: underline;}



/* Misc
========================================================= */
hr {border-top: 1px solid #008e4d; }
hr.dot1 {border-top: 1px dotted #008e4d; }
hr.dot2 {border-top: 2px dotted #008e4d; }
em {font-style: normal; font-weight: bold;color: #008e4d;}

.nowrap {white-space: nowrap;}

.text-center{text-align: center; }
.text-right{text-align: right; }
.text-left{text-align: left; }

.mgn1em {margin: 1em 1em 0 1em;}
.pad1em {padding: 1em 1em 0 1em;}

.mgt1em {margin-top: 1em;}
.mgt2em {margin-top: 2em;}
.mgt3em {margin-top: 3em;}

.mgt1em-pc {margin-top: 1em;}
.mgt2em-pc {margin-top: 2em;}
.mgt3em-pc {margin-top: 3em;}
.mgt4em-pc {margin-top: 4em;}
.mgt5em-pc {margin-top: 5em;}

.mgl1em {margin-left: 1em;}

.mgt-1em {margin-top: -1em !important;}
.mgt-2em-pc {margin-top: -2em !important;}

.mgl-1em-pc {margin-left: -1em !important;}
.mgl-2em-pc {margin-left: -2em !important;}


.note {font-size: 0.9em;}

.visible-sp {display: none;}

.black {color: #000;}
.green {color: #008e4d;}
.red {color: #f33;}

.list-no-mark {list-style-type: none;}
.list-indent li{text-indent: -1.2em; padding-left: 1.2em}

.small{
	color: #333;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.2;
}
.big{
	font-size: 1.6rem;
	font-weight: bold;
}



/*for Mobile*/
@media (max-width: 940px) {
}
@media (max-width: 709px) {
	.mgt1em-pc {margin-top: 0;}
	.mgt2em-pc {margin-top: 1em;}
	.mgt3em-pc {margin-top: 1em;}
	.mgt4em-pc {margin-top: 1em;}
	.mgt5em-pc {margin-top: 1em;}

	.mgt1em-sp {margin-top: 1em;}
	.mgt2em-sp {margin-top: 2em;}

	.hide-sp {display: none;}
	visible-sp {display: block;}
	br.visible-sp {display: inline;}
	.mgt-2em-pc {margin-top: 0 !important;}
	.mgl-1em-pc {margin-left: 0 !important;}
	.mgl-2em-pc {margin-left: 0 !important;}
}


/* Header
========================================================= */
#header{
	background: #78c17a;
	border-bottom: solid 4px #008e4d;
}
#header img{
	width: 100%;
	height: auto;
}


/* サイト名（#site-name）
-------------------------------------------------- */
#site-name {
	position: relative;
	height: 277px;
	overflow: hidden;
}
#home #site-name{
	height: 370px;
}

#site-name .logo {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 36.5%;
	/*z-index: 1000;*/
	max-width: 250px;
}

#site-name .catchcopy {
	display: block;
	max-width: 198px;
	margin: 30px 0 0 50px;
	float: left;
}
#site-name .title {
	display: block;
	max-width: 582px;
	margin: 85px 0 0 20px;
	float: left;
}
#home #site-name .catchcopy {
	display: block;
	max-width: 225px;
	margin: 10px 0;
	float: none;
}
#home #site-name .title {
	display: block;
	max-width: 540px;
	margin: 0 0;
	float: none;
}


#home #site-name .supervisior {
	position: absolute;
	top: 0;
	right: 0;
	width: 380px;
	margin-top: 6px;
}
#home #site-name .supervisior img{
	vertical-align: bottom;
}
#home #site-name .char-hdl,
#home #site-name .char-ldl{
	display: inline-block;
	position: absolute;
}
#home #site-name .char-hdl {
	max-width: 68px;
	top: 150px;
	left: 0;
}
#home #site-name .char-ldl{
	max-width: 100px;
	top: 30px;
	left: 50px;
}


/*for Mobile*/
@media (max-width: 940px) {
	#home #site-name, #site-name {
		height: auto;
	}
	#home	#site-name .logo, #site-name .logo {
		left: 35%;
	}

	#site-name .catchcopy {
		width: 25%;
		margin: 30px 0 0 10px;
	}
	#site-name .title {
		width: 65%;
	}
	#home #site-name .catchcopy {
		width: 21%;
	}
	#home #site-name .title {
		width: 60%;
	}

	#home #site-name .supervisior {
		top: auto;
		bottom: 0;
		width: 35%;
	}
	#home #site-name .char-hdl {
		width: 28%;
		top: 40%;
	}
	#home #site-name .char-ldl{
		width: 28%;
		top: 7%;
		left: 12%;
	}
}
@media (max-width: 709px) {
	#header {
		border-bottom: solid 8px #008e4d;
	}
	#site-name .logo {
		position: static;
		margin-top: 5px;
		max-width: 220px;
		width: 50%;
	}
	#home #site-name .logo{
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		margin-top: 0;
	}

	#site-name .catchcopy {
		width: 30%;
		margin: 15px 0 0 5px;
	}
	#site-name .title {
		width: 69%;
		margin: 16px 0 15px -6px;
	}
	#home #site-name .catchcopy {
		width: 40%;
	}
	#home #site-name .title {
		width: 100%;
	}

	#home #site-name .supervisior {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 10px;
		text-align: right;
	}
	#home #site-name .supervisior img{
		max-width: 380px;
	}

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

}


/*グローバルナビ（#global-nav）
---------------------------------------------- */
#global-nav {
	border-bottom: solid 4px #008e4d;
	background: #fff;
}

#global-nav .nav li{
	text-align: left;
	overflow: hidden;
}
#global-nav .nav li a {
	color: #008e4d;
	font-size: 1.4rem;
	font-weight: bold;
	background: url("../images/arrow1@2x.png") no-repeat 0.5em 1.8em ;
	background-size: 18px;
	padding: 1.2em 1em 1.2em 2em;
	/*padding: 1.2em 2.7em 1.2em 2em;*/
	white-space: nowrap;
	letter-spacing: -0.02em;
}
#global-nav .nav li:last-child a{
	padding-right: 0.5em;
}
#global-nav .nav li a:hover,
#global-nav .nav li.active a{
	color: #fff;
	background: #008e4d url("../images/arrow2@2x.png") no-repeat 0.5em 1.8em ;
	background-size: 18px;
	transition-property: all;
	transition: 0.2s linear;
}
#sp-nav-open {
	display: none;
}


/*for Mobile*/
@media (max-width: 960px) {
	#global-nav .container {
		padding: 0 0;
	}
	#global-nav .nav li a {
		padding-right: 18%;
	}
}
@media (max-width: 940px) {
	#global-nav .nav li a {
		padding-right: 10%;
	}
}
@media (max-width: 871px) {
	#global-nav .nav li a {
		font-size: 1.25rem;
		padding-right: 3%;
	}
}
@media (max-width: 767px) {
	#global-nav .nav li a {
		font-size: 1.16rem;
	}
}
@media (max-width: 709px) {
	#global-nav {
		display: none;
		position: absolute;
		top: 10%;
		width: 100%;
		z-index: 100;
	}
	#home	#global-nav {
		top: 20%;
	}
	#global-nav .container{
		padding: 0 0;
	}
	#global-nav .nav li a {
		padding: 1.8em 0 1.8em 2em;
		font-size: 1.6rem;
	}
	#sp-nav-open {
		display: block;
		position: absolute;
		top: 5%;
		right: 0;
		z-index: 99;
		max-width: 190px;
		width: 45%;
	}
	#home #sp-nav-open {
		top: 9%;
		right: 0;
		max-width: 210px;
		width: 50%;
	}
	#sp-nav-bg {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
    transition: .3s ease-in-out;
	}
}
@media (max-width: 480px) {
	#global-nav {
		top: 9%;
	}
	#home #global-nav {
		top: 17.5%;
	}
}

/* Content
========================================================= */

/*トップページ バナー
---------------------------------------------- */
#top-intro, #top-news{
	background: #a6d3a2;
}

#top-intro {
	padding: 1em 0;
	font-size: 1.8rem;
	border-bottom: solid 4px #008e4d;
	margin-bottom: 3em;
}
#top-intro em{
	color: #fff;
}

.icon-arrow {
	display: inline-block;
	color: #008e4d;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 1.2em;
	background: url(../images/arrow1@2x.png) no-repeat;
	background-size: 1em;
	line-height: 1.2em;
	margin-bottom: 2em;
}
.icon-arrow:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}



/*トップページ お知らせ
---------------------------------------------- */
#top-news {
	border-top: solid 4px #008e4d;
	padding: 20px 0 0;
	margin-top: 3em;
}
#top-news h5{
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#top-news ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top-news li {
	background: url(../images/arrow1@2x.png) no-repeat;
	background-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1em;
	padding-left: 1em;
}
#top-news li, #top-news li a{
	color: #595757;
	font-size: 1.8rem;
}
#top-news li a:hover {
	text-decoration: underline;
}
#top-news .date{
	margin: 0 0.8em 0 0.2em;
	font-size: 0.9em;
}


/*お知らせページ*/
.news .date{
	text-align: right;
	color: #333;
	margin: -0.5em 0 0.5em;
	font-size: 0.9em;
}


/*for Mobile*/
@media (max-width: 940px) {

}
@media (max-width: 709px) {
	#top-intro {
		padding: 0 0;
		margin-bottom: 2em;
	}
	.icon-arrow {
		margin-bottom: 1em;
	}
	#top-news {
		margin-top: 1em;
	}
}




/*各ページ共通スタイル
---------------------------------------------- */
#page-title h1 {
	padding: 0.8em 0;
}

.page-headline {
	background: #008e4d;
	color: #fff;
	margin-bottom: 1.5em;
}
.page-headline h2 {
	background: #008e4d url("../images/headline_icon@2x.png") 0 50% no-repeat;
	background-size: 50px 57px;
	color: #fff;
	padding: 1em 0 1em 3em;

}


.movie-headline {
	background: #f5bf59;
	color: #ea5504;
	margin-bottom: 1em;
}
.movie-headline h2 {
	background: #f5bf59 url("../images/movie_icon@2x.png") 0 50% no-repeat;
	background-size: 52px;
	color: #ea5504;
	padding: 1em 0 1em 3em;

}



/*アイコン付きリストなど
---------------------------------------------- */
.point {
	color: #66c78c;
}

.icon-link a, a.icon-link{
	color: #008e4d;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 1.2em;
	background: url(../images/arrow1@2x.png) no-repeat;
	background-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
}
.icon-link a:hover, a.icon-link:hover{
	color: #33a571;
	text-decoration: underline;
}

/*地図とテーブル
---------------------------------------------- */
#sisetsu #cont01 .u-pull-right {
	margin-left: 4%;
}
#sisetsu #cont01 .u-pull-left {
	margin-left: 0;
}


#map-nav {
	margin: 7em 0 5em 4em;
	padding: 0;
	list-style-type: none;
}
#map-nav li{
	display: inline-block;
	width: 48%;
	color: #898989;
	font-size: 2.4rem;
}
#map-nav li a {
	color: #008e4d;
}
#map-nav li a:hover {
	color: #33a571;
	text-decoration: underline;
}

.table-list{
	width: 100%;
	border-top: 1px solid #727171;
	margin: 0.5em 0 3em;
}
.table-list th,
.table-list td{
	padding-left: 1em;
	text-align: left;
	border-bottom: 1px solid #727171;
}
.table-list tr:nth-child(n) {
	background-color: #fff;
}
.table-list tr:nth-child(2n) {
	background-color: #bedbc0;
}

.table-list th {
	background-color: #fff;
}
.table-list th.place {
	width: 10em;
}


.round-btn a, a.round-btn {
	display: block;
	max-width: 480px;
	margin: 0 auto;
	padding: 2em 0 2em 3em;
	text-align: left;
	background: #bedbc0 url(../images/arrow1@2x.png) 5% 50% no-repeat;
	background-size: 1em;
	color: #008e4d;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	text-decoration: none;
	border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
}
.round-btn a:hover, a.round-btn:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;

	transition-property: all;
	transition: 0.2s linear;
}


/*for Mobile*/
@media (max-width: 940px) {
}
@media (max-width: 709px) {
	#map-nav {
		margin: 1em 0 1em 3em;
	}
	.table-list th.place {
		width: 5em;
	}
	.round-btn a, a.round-btn {
		padding: 2em 0 2em 2.5em;
	}
}




/*動画
---------------------------------------------- */
.movie-box {
	width: 100%;
	height: auto;
}

#movie01, #movie02,
#btn-mov1, #btn-mov2 {cursor: pointer;}


/*ページトップへ
---------------------------------------------- */
.page-top {
	position: fixed;
	bottom: 50px;
	right: 2%;
	z-index: 999;
	width: 60px;
}

.page-top:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/*for Mobile*/
@media (max-width: 940px) {
	.page-top {
		bottom: 25px;
		right: 1%;
	}
}
@media (max-width: 709px) {

}
@media (min-width: 1140px) {
	.page-top {right: 10%;}
}
@media (min-width: 1336px) {
	.page-top {right: 14%;}
}
@media (min-width: 1700px) {
	.page-top {right: 20%;}
}




/* Footer
========================================================= */
#footer {
	background: #a6d3a2;
	border-top: solid 4px #008e4d;
	padding-top: 3em;
	margin-top: 2em;
}
#home #footer {
	margin-top: 0;
}
#footer-nav {
	padding-bottom: 0.5em;
}

#footer-nav .columns {
	margin-left: 0;
	font-size: 0.9em;
}
#footer-nav ul {
	margin: 0 0 3em 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
#footer-nav li {
	margin: 0 0 5px;
}
#footer-nav li a{
	color: #008e4d;
	/*font-size: 1.4rem;*/
	font-size: 1.28rem;
	font-weight: bold;
	padding-left: 1.2em;
	background: url(../images/arrow1@2x.png) no-repeat;
	background-size: 1em;
	line-height: 1.2em;
}
#footer-nav li > ul > li a{
	color: #000;
	font-size: 1.2rem;
	font-weight: normal;
	background: none;
}
#footer-nav li a:hover{
	text-decoration: underline;
}
#footer-nav .disable {
	color: #999;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


#footer-bar {
	background: #008e4d;
	color: #fff;
	font-size: 1.2rem;
	padding: 10px 0;
}
#footer-bar a {color: #fff;}
#footer-bar a:hover{color: #008e4d;}
#copyright {text-align: right;margin-top: 8px;}

#footer-bar .nav ul li a:hover,
#footer-bar ul.nav li a:hover{
	background: none;
	color: #a6d3a2;
}

img {max-width: 100%;}


#footer-nav .two.columns{
	width: 10%;
}
#footer-nav .three.columns {
	width: 28%;
}



/* Tablet,Mobile
========================================================= */
@media (max-width: 940px) {
	/*フッター*/
	#footer-nav .two.columns{
		width: 100%;
	}
	#footer-nav .four.columns {
		width: 36%;
	}
	#footer-nav .three.columns {
		width: 28%;
	}
}
@media (max-width: 767px) {
	/*フッター*/
	#footer-nav .two.columns,
	#footer-nav .four.columns,
	#footer-nav .three.columns {
		width: 100%;
	}
	#footer {
		padding-top: 1.5em;
		margin-top: 0.5em;
	}
	#footer-nav ul {
		margin: 0 0 1.5em 0;
	}
}
@media (max-width: 709px) {
	/*フッター*/
	#footer-bar {
		font-size: 1.2rem;
		text-align: center;
	}
	#footer-help-nav {
		margin-bottom: 10px;
	}
	#copyright {
		text-align: center;
	}
}



/*2019年 追加*/
#sisetsu h4.prefecture,
#sisetsu2 h4.prefecture{
	font-weight: normal;
	line-height: 1;
	color: #595757;
	margin-top: 2em;
	background-color: #e5f1e6;;
	padding: 0.7em 0.8em;
}
#sisetsu h3 + h4.prefecture,
#sisetsu2 h3 + h4.prefecture{
	margin-top: 1em;
}
#sisetsu h4.prefecture + .table-sisetu-first,
#sisetsu2 h4.prefecture + .table-sisetu-first{
	margin-top: 0;
}




#inquiry.round-btn a{
	position: relative;
	line-height: 1.5;
	background-position: 5% 55%;
}

#inquiry .small{
	display: inline-block;
	position: absolute;
	top: 1.5em;
}

#sisetsu-notice {
	background-color: #e5f1e6;
	padding: 1em 1em 0;
}
#sisetsu-notice2 {
	background-color: #fae9cb;
	padding: 1em 1em 0;
}
#sisetsu2 h3,
#sisetsu2 h4{
	color: #f08300;
}
#sisetsu2 h4.prefecture{
	background-color: #fae9cb;
}
#sisetsu2 #map-nav li a {
	color: #f08300;
}
#sisetsu2 .round-btn a {
	color: #e66f00;
	background: url(../images/arrow3@2x.png) 5% 50% no-repeat;
		background-color: #f2c97e;
		background-position-x: 5%;
		background-position-y: 55%;
		background-size: auto;
	background-size: 1em;
}


#map-nav li {
	vertical-align: top;
}
#map-nav li span {
	font-size: 1.3rem;
	display: block;
	padding-left: 0.5em;
}






/*施設用テーブル（新）*/
.table-sisetu{
	width: 100%;
	margin-bottom: 0;
	color: #595757;
}
.table-sisetu-first{
	border-top: solid 1px #727171;
	margin-top: 5px;
}
.table-sisetu th, .table-sisetu td {
	border: none;
}
.table-sisetu tr {
	border-bottom: solid 1px #727171;
}
.table-sisetu thead th{
	color: #fff;
	font-size: 1.8rem;
	padding: 0.7em 0.8em;
}
.table-color-sisetu1 thead th{
	background-color: #78c17a;
}
.table-color-sisetu2 thead th{
	background-color: #f7b150;
}
.table-sisetu tbody th{
	width: 4em;
	text-align: center;
	padding: 0;
}

td.tel {
	width: 12em;
}
td.yoyaku{
	width: 3em;
}
.yoyaku span, span.yoyaku {
	display: inline-block;
	min-width: 24px;
	min-height: 24px;
	padding: 0.5em 0.2em 0;
	text-align: center;
	background-color: #ea5532;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
}
.yoyaku .yoyaku-green{
	background-color: #78c17a;
}
.yoyaku .you-yoyaku{
	background-color: #3fa9f5;
}

.hp-btn a, a.hp-btn {
	display: inline-block;
	max-width: 140px;
	margin: 0 1em 0 0;
	padding: 0.2em 2em 0.1em 1em;
	text-align: center;
	background: url("../images/hp-btn-arrow@2x.png") no-repeat 0.5em 1.8em ;
		background-position-x: 95%;
		background-position-y: 50%;
		background-size: auto;
	background-size: 1em;
	color: #008e4d;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border: solid 2px #008e4d;
}
.hp-btn a:hover, a:hover.hp-btn {
	background-color: #e5f1e6;
}

.table-color-sisetu2 .hp-btn a{
	color: #f08300;
	border-color: #f08300;
	background: url("../images/hp-btn-arrow2@2x.png") no-repeat 0.5em 1.8em ;
		background-position-x: 95%;
		background-position-y: 50%;
		background-size: auto;
	background-size: 1em;
}
.table-color-sisetu2 .hp-btn a:hover{
	background-color: #fae9cb;
}

.table-sisetu tr{
	display: table;
	width: 100%;
}



@media (max-width: 940px) {
	.hp-btn a, a.hp-btn {
		font-size: 1.4rem;
		background-position-x: 97%;
		letter-spacing: -0.02em;
	}
}
@media (max-width: 767px) {

	.table-sisetu tbody tr{
		display: table;
		position: relative;
	}
	.table-sisetu td.hp-btn{
		display: block;
		position: absolute;
		left: 0;
		bottom: 0.2em;
	}
	.table-sisetu .tel-th, .table-sisetu .yoyaku-th,
	.table-sisetu .tel, .table-sisetu .yoyaku {
		padding-top: 0.8em;
		padding-bottom: 4em;
	}
	.hp-btn a, a.hp-btn {
		font-size: 1.6rem;
		background-position-x: 95%;
		letter-spacing: 0;
	}
}
@media (max-width: 360px) {
	.hp-btn a, a.hp-btn {
		font-size: 1.35rem;
	}
}