*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:17px;
	letter-spacing:1px;
	line-height:1.9em;
	color:#474141;
//	font-family: Meiryo, sans-serif;
	word-break: break-all;
	position:relative;
	
	font-family: "m-plus-rounded-2p", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media screen and (max-width:500px){
*{
	font-size:14px;
	line-height:1.5em;
}
}

.f-min {
	font-family: "m-plus-rounded-2p", sans-serif;
	font-weight: 400;
	font-style: normal;
	
//	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	line-height:1.2em;
}


html,body {
	height:100%;
}

body {
//	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	color:#333333;
}

a {
	color:#247de9;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}

a.lnk {
	color:#1967d2;
	text-decoration:underline;
}
a.lnk:hover{
	color:#ff0000;
	cursor: pointer;
}

a.lnk2 {
	z-index:1;
	color:#0d68cf;
	text-decoration:underline;
}
a.lnk2:hover{
	color:#f88800;
	cursor: pointer;
}

.km {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}
.km5 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

.pagetop {
	z-index:1000;
    display: none;
    position: fixed;
    bottom: 5px;
    right: 10px;
}

.pagetop:hover {
	opacity: 0.5;
}

.opa0 {
	opacity:0;
}
.opa05 {
	opacity: 1;
	transition:1.0s;
}
.opa05:hover {
	opacity: 0.5;
}
.none {
	display:none;
}

.p100 {
	width:100%;
}
.mp100 {
	max-width: 100%;
	height: auto;
}


.clear {
	clear:both;
}
.clear-p {
	clear:both;
}


.Rounded_regular {
	font-family: "m-plus-rounded-2p", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.Rounded_medium {
	font-family: "m-plus-rounded-2p", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.Rounded_bold {
	font-family: "m-plus-rounded-2p", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.Trade_Gothic_Next_LT_Pro_Light {
	font-family: "trade-gothic-next", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.Trade_Gothic_Next_LT_Pro_Regular {
	font-family: "trade-gothic-next", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.Trade_Gothic_Next_LT_Pro_Bold {
	font-family: "trade-gothic-next", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.red {
	color:#ff0000;
}
.red-b {
	display:inline-block;
	color:#ff0000;
	font-weight: bold;
}

/*-----------------------------------------------------------------
	-design-
-----------------------------------------------------------------*/

#wrapper{
	display:block;
}
#smart_wrapper{
	display:none;
}
#smart_footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/

.pc_img_class{
	display:inline;
}
.smart_img_class{
	display:none;
}

.left {
	float:left;
}
.right {
	float:right;
}

.link-a {
	margin-top:-110px;
	padding-top:110px;
}
.link-a01 {
	margin-top:-110px;
	padding-top:110px;
}

.link-r01 {
	margin-top:-50px;
	padding-top:50px;
}

.link-d01 {
	margin-top:-250px;
	padding-top:250px;
}
@media screen and (max-width:500px){
.link-d01 {
	margin-top:-60px;
	padding-top:60px;
}
}

.link-e01 {
	margin-top:-110px;
	padding-top:110px;
}
@media screen and (max-width:500px){
.link-e01 {
	margin-top:-60px;
	padding-top:60px;
}
}



/*-----------------------------------------------------------------
	モーダルウィンドウ
-----------------------------------------------------------------*/
/* モーダルと背景の指定 */
.modal{
  z-index:100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;

}

/* モーダルの擬似要素の指定 */
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active{
  opacity: 1;
  visibility: visible;
}

.modal-container0 {
	position: relative;
	display:inline-block;
	height:100%;
	padding: 10px 0 0 0;
}
@media screen and (max-width:500px){
.modal-container0 {
  position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:90%;
	height:80%;
	margin:auto;
}
}

/* モーダル内側の指定 */
.modal-container{
//	overflow:hidden;
	overflow:scroll;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 90%;
	max-height:100%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close{
	z-index:101;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border:1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width:500px){
.modal-close{
  top: 0px;
  right: 5px;
}
}

/* モーダルのコンテンツ部分の指定 */
.modal-content{
  height:100%;
  padding: 0px 40px  10px 40px;
  text-align: left;
  line-height: 1.5;
  background: #fff;
}
@media screen and (max-width:500px){
.modal-content{
  padding: 0px 10px 10px 10px;
}
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p{
//	overflow:scroll;
	overflow:hidden;
//	height:100%;
	margin: 1em 0;
}

.mb-p {
	width:100%;
}




/*------------------------------------------------------------*/

nav {
	position:relative;
	z-index:10;
	background: #0232ab;
	width: 100%;
	padding:20px 0 10px 0;
}
nav.fix {
	z-index:10;
	position: fixed;
	left: 0;
	top: 0;
}
@media screen and (max-width:480px){
nav {
	position:relative;
	z-index:10;
	background: #0232ab;
	width: 100%;
	padding:10px 0 5px 0;
}
}

/*------------------------------------------------------------*/
.text-s-01 { opacity:0; }
.text-s-02 { opacity:0; }
.text-s-03 { opacity:0; }
.text-s-04 { opacity:0; }
.text-s-05 { opacity:0; }
.text-s-06 { opacity:0; }
.text-s-07 { opacity:0; }
.text-s-08 { opacity:0; }
.text-s-09 { opacity:0; }
.text-s-10 { opacity:0; }
.text-s-11 { opacity:0; }

/*------------------------------------------------------------*/



.table {
	border-collapse: collapse;
}
.table-100p {
	width:100%;
}
.table-100h {
	height:100%;
}
@media screen and (max-width:500px){
.table-100ps {
	width:100%;
}
}
.table-99p {
	width:99.8%;
}
.table td {
	vertical-align:top;
	text-align:left;
}
.table td.mdl{
	vertical-align:middle;
}
.table td.rit{
	text-align:right;
}

.table td.wtxt {
	color:#fff;
}







.table td.td-fujin-01 {
	width:220px;
	font-weight: bold;
	text-align:center;
	vertical-align:top;
//	border:1px solid #000;
}
.table td.td-fujin-02 {
	width:260px;
	padding:0 0 0 40px;
	font-weight: bold;
	text-align:center;
	vertical-align:top;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.table td.td-fujin-01 {
	display:block;
	width:220px;
}
.table td.td-fujin-02 {
	display:block;
	width:220px;
	padding:10px 0 0 0;
}
}



.table td.td-keisei-01 {
	width:100px;
	font-weight: bold;
	text-align:left;
	vertical-align:top;
//	border:1px solid #000;
}
.table td.td-keisei-02 {
	padding:0 0 10px 0;
	text-align:left;
	vertical-align:top;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.table td.td-keisei-01 {
	display:block;
	width:100%;
}
.table td.td-keisei-02 {
	display:block;
	width:100%;
}
}

.table td.td-girl-01 {
	width:160px;
	text-align:left;
	vertical-align:top;
//	border:1px solid #000;
}
.table td.td-girl-02 {
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.table td.td-girl-01 {
	display:block;
	width:100%;
}
.table td.td-girl-02 {
	display:block;
	width:100%;
}
}



.table td.td-top-h01 {
//	height:100px;
	height:60px;
	padding:0 0px 0 20px;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.table td.td-top-h01 {
//	height:80px;
	height:60px;
	padding:0 0px 0 10px;
}
}

.table td.td-top-h02 {
	width:140px;
	height:60px;
//	padding:0 0 0 5px;
	text-align:center;
	vertical-align:middle;
}
.table td.td-top-h02a {
	width:100px;
	height:60px;
//	padding:0 0 0 5px;
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #ccc;
}
.table td.td-top-h02b {
	width:140px;
	height:60px;
//	padding:0 0 0 5px;
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.table td.td-top-h02c {
	width:140px;
	height:60px;
//	padding:0 0 0 5px;
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #ccc;
}
.table td.td-top-h03 {
	vertical-align:middle;
}
.table td.td-top-h03aa {
	padding: 0 10px;
	vertical-align:middle;
}
.table td.td-top-h04 {
	padding:0 0 0 5px;
	vertical-align:middle;
}


@media screen and (max-width:500px){
.table td.td-top-h02 {
	display:none;
}
.table td.td-top-h02a {
	display:none;
}
.table td.td-top-h02b {
	display:none;
}
.table td.td-top-h02c {
	display:none;
}
}

.table td.td-top-h05 {
	width:16.6%;
	height:38px;
//	padding:0 0 0 5px;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
@media screen and (max-width:500px){
.table td.td-top-h05 {
	width:auto;
	height:28px;
}
}

.td-foot01 {
	width:180px;
	line-height:1.0em;
}
.td-foot02 {
//	width:310px;
	padding:0 0 0 0;
	line-height:1.5em;
}
.td-foot03 {
	width:180px;
	line-height:1.0em;
}
.td-foot04 {
//	width:310px;
	padding:5px 0 0 0;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.td-foot01 {
	display:block;
	width:100%;
	line-height:1.0em;
}
.td-foot02 {
	display:block;
	width:100%;
	padding:5px 0 0 0;
	line-height:1.5em;
}
.td-foot03 {
	display:none;
}
.td-foot04 {
	display:block;
	width:100%;
	padding:5px 0 0 0;
	fon-size:12px;
	line-height:1.5em;
}
}


.td-ext01 {
	width:33%;
	padding:30px 5px 75px 5px;
	color:#898989;
	vertical-align:top;
	text-align:center;
	background-color:#f2f2f2;
}
@media screen and (max-width:500px){
.td-ext01 {
	display:block;
	width:100%;
	padding:30px 5px 75px 5px;
	color:#898989;
	vertical-align:top;
	text-align:center;
	background-color:#f2f2f2;
}
}
.td-ext01a {
	color:#fff;
	background-color:#aaa;
}



.table td.td-classes01 {
	width:200px;
}
.table td.td-classes02 {
	padding:10px 10px 10px 20px;
}
@media screen and (max-width:500px){
.table td.td-classes01 {
	display:block;
	width:100%;
}
.table td.td-classes02 {
	display:block;
	width:100%;
	padding:0px 0px 0px 0px;
}
}


.td-sinryou01 {
	width:50%;
	padding:0 10px 0 0;
}
.td-sinryou02 {
	width:50%;
	padding:0 0 0 10px;
}
@media screen and (max-width:500px){
.td-sinryou01 {
	width:50%;
	padding:0 5px 0 0;
}
.td-sinryou02 {
	width:50%;
	padding:0 0 0 5px;
}
}

.table td.tdcnt01 {
	width:120px;
	padding:10px;
	font-size:16px;
	color:#fff;
	line-height:1.0em;
	text-align:center;
	vertical-align:middle;
	background-color:#aaa;
	border:1px solid #ddd;
}
.table td.tdcnt02 {
	padding:10px;
	font-size:16px;
	color:#898989;
	line-height:1.0em;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
}

.table td.tdcnt02-1 {
	line-height:1.0em;
	vertical-align:middle;
//	border:1px solid #ddd;
}
.table td.tdcnt02-2 {
	font-size:16px;
	color:#898989;
	line-height:1.0em;
	letter-spacing:-2px;
	vertical-align:middle;
//	border:1px solid #ddd;
}
.table td.tdcnt02-2a {
	font-size:16px;
	color:#898989;
	line-height:1.0em;
	letter-spacing:1px;
	vertical-align:middle;
//	border:1px solid #ddd;
}
.table td.tdcnt03 {
	width:140px;
	padding:10px;
	font-size:16px;
	color:#898989;
	line-height:1.0em;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
}
@media screen and (max-width:500px){
.table td.tdcnt03 {
	width:150px;
	font-size:16px;
	border-right:1px solid #ddd;
}
}

.td-tokutyou01 {
	width:250px;
	padding:90px 0 0 0;
//	border:1px solid #000;
}
.td-tokutyou02 {
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.td-tokutyou01 {
	display:block;
	width:100%;
	padding:0px 20px 0 20px;
//	border:1px solid #000;
}
.td-tokutyou02 {
	display:block;
	width:100%;
	padding:0px 20px 0 20px;
//	border:1px solid #000;
}
}


.table td.lnup01 {
	vertical-align:middle;
}
.table td.lnup02 {
	vertical-align:middle;
	text-align:right;
}
@media screen and (max-width:500px){
.table td.lnup01 {
	display:block;
}
.table td.lnup02 {
	display:block;
	text-align:left;
}
}

.table td.foot01 {
	width:400px;
	padding:0 40px 0 0;
}
@media screen and (max-width:500px){
.table td.foot01 {
	display:block;
	width:100%;
	padding:0 0 0 0;
}
.table td.foot02 {
	display:block;
	width:100%;
	padding:0 0 0 0;
}
}



.table td.tour-td01 {
	width:100px;
	padding:15px;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	background-color:#222;
//	border:1px solid #999;
}
.table td.tour-td02 {
	padding:15px 15px 5px 15px;
	color:#fff;
	vertical-align:top;
	text-align:left;
	background-color:#464646;
//	border:1px solid #999;
}
@media screen and (max-width:480px){
.table td.tour-td01 {
	display:block;
	width:100%;
	padding:10px 15px;
	font-size:14px;
	text-align:left;
}
.table td.tour-td02 {
	display:block;
	padding:10px 10px 5px 10px;
}
}

.table td.tour-tdb01 {
	width:80px;
	padding:5px;
	font-size:14px;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	background-color:#333;
	border:1px solid #888;
}
.table td.tour-tdb02 {
	width:140px;
	padding:5px 15px;
	font-size:14px;
	color:#fff;
	vertical-align:top;
	text-align:left;
	background-color:#464646;
	border:1px solid #888;
}
@media screen and (max-width:480px){
.table td.tour-tdb01 {
	width:80px;
	padding:5px;
	font-size:12px;
}
.table td.tour-tdb02 {
	width:140px;
	padding:5px 15px;
	font-size:12px;
}
}

.table td.tour-tdc01 {
	padding:0 0 15px 0;
	color:#fff;
	vertical-align:top;
	text-align:left;
}
.table td.tour-tdc01 b{
	color:#ff0;
}
@media screen and (max-width:480px){
.table td.tour-tdc01 {
	padding:0 0 10px 0;
	color:#fff;
	vertical-align:top;
	text-align:left;
}
}

.table td.td-dr01 {
	width:165px;
	padding:0 20px 0 0;
}
.table td.td-dr02 {
	padding:40px 0 0 0;
	vertical-align:top;
//	vertical-align:middle;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.table td.td-dr01 {
	display:block;
	width:100%;
	padding:0 0 0 0;
	text-align:center;
}
.table td.td-dr02 {
	display:block;
	padding:0px 0 0 0;
	text-align:center;
}
}

.table td.td-dr03 {
	width:50%;
	padding:0 15px 0 0;
}
.table td.td-dr04 {
	width:50%;
	padding:0 0 0 15px;
}
@media screen and (max-width:500px){
.table td.td-dr03 {
	padding:0 7px 0 0;
}
.table td.td-dr04 {
	padding:0 0 0 7px;
}
}

.table td.td-dr05 {
	width:33.33%;
	padding:0 0 0 10px;
}
.table td.td-dr06 {
//	width:50%;
	padding:0 30px 0 0;
	vertical-align:bottom;
}
.table td.td-dr07 {
//	width:50%;
//	padding:0 0 0 10px;
	vertical-align:bottom;
}
.table td.td-dr06t {
	vertical-align:top;
}
@media screen and (max-width:500px){
.table td.td-dr06 {
	display:block;
	padding:0 0px 0 0;
}
.table td.td-dr07 {
	display:block;
}
}
.table td.td-dr08 {
	padding:0 30px 0 0;
}
.table td.td-dr09 {

}
@media screen and (max-width:500px){
.table td.td-dr08 {
	display:block;
	padding:0 0px 0 0;
}
.table td.td-dr09 {
	display:block;
}
}

.table td.td-dr10 {
	width:50%;
	padding:0 15px 0 0;
}
.table td.td-dr11 {
	width:50%;
	padding:0 0 0 15px;
}
@media screen and (max-width:500px){
.table td.td-dr10 {
	display:block;
	width:100%;
	padding:0;
}
.table td.td-dr11 {
	display:block;
	width:100%;
	padding:10px 0 0 0;
}
}

.table td.td-dr12 {
//	width:150px;
	padding:10px 20px;
//	text-align:center;
	vertical-align:middole;
	border:1px solid #aaa;
}
.table td.td-dr13 {
	padding:10px 20px;
	vertical-align:middle;
	border:1px solid #aaa;
}
@media screen and (max-width:500px){
.table td.td-dr12 {
	padding:10px 12px;
//	text-align:center;
	vertical-align:middle;
	border:1px solid #aaa;
}
.table td.td-dr13 {
	padding:10px 12px;
	vertical-align:middle;
	border:1px solid #aaa;
}
}

.table td.td-acs01 {
	width:50%;
	height:100%;
	padding:0 10px 0 0;
}
.table td.td-acs02 {
	width:50%;
	height:100%;
	padding:0 0 0 10px;
}
@media screen and (max-width:500px){
.table td.td-acs01 {
	display:block;
	width:100%;
	padding:0;
}
.table td.td-acs02 {
	display:block;
	width:100%;
	padding:10px 0 0 0;
}
.table td.td-acs02a {
	padding:20px 0 0 0;
}
}

.table td.td-acs03 {
	width:50%;
	height:100%;
	padding:0 5px 0 0;
}
.table td.td-acs04 {
	width:50%;
	height:100%;
	padding:0 0 0 5px;
}
@media screen and (max-width:500px){
.table td.td-acs03 {
	display:block;
	width:100%;
	height:auto;
	padding:0;
}
.table td.td-acs04 {
	display:block;
	width:100%;
	height:auto;
	padding:10px 0 0 0;
}
}

.table td.td-hos01 {
	width:120px;
	padding:10px 20px;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	background-color:#eee;
	border:1px solid #aaa;
}
.table td.td-hos02 {
	padding:10px 20px;
	vertical-align:middle;
	border:1px solid #aaa;
}
@media screen and (max-width:500px){
.table td.td-hos01 {
	width:80px;
	padding:10px 0px;
	font-size:12px;
}
.table td.td-hos02 {
	padding:10px 10px;
	font-size:12px;
}
}

.table td.td-hos01a {
	width:120px;
	padding:10px 0px;
	font-weight: bold;
	text-align:left;
	vertical-align:middle;
//	background-color:#eee;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.table td.td-hos02a {
	padding:10px 20px;
	vertical-align:middle;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
@media screen and (max-width:500px){
.table td.td-hos01a {
	display:block;
	width:100%;
	margin:-1px 0 0 0;
	padding: 10px 0 2px 0;
	font-size:12px;
	border-bottom:0px;
}
.table td.td-hos02a {
	display:block;
	width:100%;
	padding: 0 0 10px 0;
	font-size:12px;
	border-top:0px;
}
}


.table td.td-hos03 {
	font-weight: bold;
//	border:1px solid #aaa;
}
.table td.td-hos04 {
	padding:0 0 0 20px;
//	border:1px solid #aaa;
}

.table td.td-hos05 {
	width:140px;
	padding:5px 0px;
	text-align:center;
	border:1px solid #aaa;
}
.table td.td-hos06 {
	width:100px;
	padding:5px 0px;
	text-align:center;
	border:1px solid #aaa;
}
.table td.td-hos05b {
	font-weight: bold;
	background-color:#eee;
}
@media screen and (max-width:500px){
.table td.td-hos05 {
	width:140px;
	font-size:12px;
}
.table td.td-hos06 {
	width:100px;
	font-size:12px;
	
}
.table td.td-hos05c {
	display:none;
}
}

.table td.td-hos07 {
	width:410px;
//	padding:0 20px 0 0;
}
.table td.td-hos08 {
	width:80px;
}


.table td.td-webR01 {
	padding:0 30px 0 0;
}
.table td.td-webR02 {
	
}
@media screen and (max-width:500px){
.table td.td-webR01 {
	display:block;
	width:100%;
	padding:0 0 30px 0;
	text-align:center;
}
.table td.td-webR02 {
	display:block;
	width:100%;
}
}

.table td.td-labor01 {
	padding:5px 20px;
	text-align:center;
	border:1px solid #aaa;
}
.table td.td-labor01b {
	font-weight: bold;
	background-color:#eee;
}
.table td.td-labor01c {
	text-align:left;
}
@media screen and (max-width:500px){
.table td.td-labor01 {
	padding:5px 5px;
	font-size:12px;
}
}

.table td.td-home01 {
	vertical-align:middle;
}
.table td.td-home02 {
	padding:0 0 0 15px;
	line-height:1.0em;
	vertical-align:middle;
}
.table td.td-home02a {
	color:#5888ce;
	font-weight: bold;
	text-decoration:underline;
}

.table td.td-home03 {
	width:50%;
	padding:0 20px 0 0;
}
.table td.td-home04 {
	width:50%;
	padding:0 0 0 20px;
}
@media screen and (max-width:500px){
.table td.td-home03 {
	display:block;
	width:100%;
	padding:0 0px 0 0;
}
.table td.td-home04 {
	display:block;
	width:100%;
	padding:10px 0 0 0;
}
}

.table td.td-home05 {
	width:80px;
}
.table td.td-home06 {
	padding:20px 0 0 20px;
}

.table td.td-ladies01 {
	width:33.33%;
	padding:0 15px 0 15px;
}
@media screen and (max-width:500px){
.table td.td-ladies01 {
	display:block;
	width:100%;
	padding:0 0 10px 0;
}
}


.table td.td-ladies02 {
	padding:5px 10px;
	vertical-align:middle;
	border:1px solid #aaa;
}
.table td.td-ladies02-1 {
	width:190px;
}
.table td.td-ladies02-2 {
	width:340px;
}

.table td.td-ladies02b {
	font-weight: bold;
	text-align:center;
	background-color:#eee;
}
.table td.td-ladies02c {
	text-align:right;
	white-space:nowrap;
}
@media screen and (max-width:500px){
.table td.td-ladies02 {
	padding:5px 5px;
	font-size:10px;
}
.table td.td-ladies02-1 {
	width:70px;
}
.table td.td-ladies02-2 {
	width:100px;
}
}

.table td.td-plastic01 {
	width:110px;
	vertical-align:middle;
}
.table td.td-plastic02 {
	padding:0 0 0 20px;
	vertical-align:middle;
}
@media screen and (max-width:500px){
.table td.td-plastic01 {
	width:70px;
}
.table td.td-plastic02 {
	padding:0 0 0 10px;
}
}


.table td.td-sweets01 {
	width:33.33%;
	padding:0 10px 0 0px;
}
.table td.td-sweets02 {
	width:33.33%;
	padding:0 5px 0 5px;
}
.table td.td-sweets03 {
	width:33.33%;
	padding:0 0px 0 10px;
}
@media screen and (max-width:500px){
.table td.td-sweets01 {
	display:block;
	width:100%;
	padding:0 0 10px 0;
}
.table td.td-sweets02 {
	display:block;
	width:100%;
	padding:0 0 10px 0;
}
.table td.td-sweets03 {
	display:block;
	width:100%;
	padding:0 0 10px 0;
}
}




.table-bf {
	border-collapse: collapse;
}
.table-bf td {
	padding:10px 10px;
	text-align:left;
	vertical-align:middle;
}
.table-bf td.td-bf01 {
	border:1px solid #aaa;
}
.table-bf td.td-bf02 {
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.table-bf td.td-bf03 {
	padding:10px 10px 10px 0px;
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.table-bf td.td-bf04 {
	border:1px solid #aaa;
}
.table-bf td.td-bf05 {
	padding:10px 10px 0px 10px;
	border:1px solid #aaa;
}
@media screen and (max-width:500px){
.table-bf td.td-bf04 {
	width:90px;
	padding:0px 10px 0px 10px;
	font-size:12px;
}
.table-bf td.td-bf05 {
	padding:10px 10px 5px 10px;
	border:1px solid #aaa;
}
}

.table-bf td.td-bf06 {
	height:80px;
	padding:0px 10px 0px 10px;
	font-weight: bold;
	background-color:#eee;
	border:1px solid #aaa;
}
.table-bf td.td-bf07 {
	height:80px;
	padding:0px 10px 0px 10px;
	border:1px solid #aaa;
}
@media screen and (max-width:500px){
.table-bf td.td-bf06 {
	display:block;
	width:100%;
	height:auto;
	padding:10px 10px 10px 10px;
}
.table-bf td.td-bf07 {
	display:block;
	width:100%;
	margin:-1px 0 0 0;
	height:auto;
	padding:10px 10px 10px 10px;
}
}


.table-ss {
//	border-collapse: separate;
	border-collapse: collapse;
	margin:0 0 10px 0;
}
@media screen and (max-width:480px){
.table-ss {
	width:100%;
	margin:0;
}
}

.table-ss td.tour-tds01 {
	padding:10px;
	font-size:14px;
	color:#fff;
	vertical-align:top;
	text-align:left;
	background-color:#222;
}
.table-ss td.tour-tds02 {
	padding:0px 0px 0px 20px;
	font-size:5px;
	color:#fff;
	vertical-align:top;
	text-align:left;
}
.table-ss td.tour-tds03 {
	padding:10px 0px 10px 10px;
	font-size:14px;
	color:#fff;
	font-weight: bold;
	vertical-align:top;
	text-align:left;
	background-color:#222;
}
@media screen and (max-width:480px){
.table-ss td.tour-tds01 {
	padding:5px;
	font-size:12px;
	text-align:left;
}
.table-ss td.tour-tds03 {
	width:50px;
	padding:5px 0px 5px 5px;
	font-size:12px;
	text-align:left;
}
.table-ss td.tour-tds03a {
	width:90px;
}
}


.table-ss td.tour-tda01 {
	padding:0px 0px;
	font-size:14px;
	color:#fff;
	vertical-align:top;
	text-align:center;
	background-color:#222;
}

/*------------------------------------------------------------*/

.table td.td-sim03a {
	width:250px;
	padding:10px;
	font-weight: bold;
	line-height:1.5em;
	vertical-align:middle;
	background-color: #fbf9f5;
	border:1px solid #aaa;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.table td.td-sim04a {
	padding:10px;
	line-height:1.5em;
	vertical-align:middle;
	border:1px solid #aaa;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.table td.td-sim03b {
	width:230px;
	padding:10px;
	font-weight: bold;
	line-height:1.5em;
	vertical-align:middle;
	background-color: #eef1f2;
	border:1px solid #aaa;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
@media screen and (max-width:500px){
.table td.td-sim03a {
	display:block;
	width:100%;
	margin:-1px 0 0 0;
	padding:7px;
//	font-size:14px;
}
.table td.td-sim03b {
	display:block;
	width:100%;
	margin:-1px 0 0 0;
	padding:7px;
//	font-size:14px;
}
.table td.td-sim04a {
	display:block;
	width:100%;
	margin:-1px 0 0 0;
	padding:7px;
//	font-size:14px;
}
}

.hiis {
	position: relative;
	top: -2px;
	display:inline-block;
	margin:0px 0 0 10px;
	padding:4px 10px;
	font-size:12px;
	color:#fff;
	line-height:1.0em;
	background-color: #ac002d;
	border-radius:5px;
}
@media screen and (max-width:500px){
.hiis {
	top: -1px;
}
}

.sougi-msg02 {
	margin:0 0 5px 0;
	font-size:14px;
	color:#ff0000;
	font-weight: bold;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.sougi-msg02 {
	font-size:12px;
}
}

.gassyo-sim-fm00 {
//	width:100%;
//	width:90px;
	padding:4px 10px;
	text-align:left;
	border:1px solid #aaa;
	border-radius:3px;
}
.gassyo-sim-fm01 {
	width:100%;
//	width:90px;
	padding:4px 10px;
	text-align:center;
	border:1px solid #aaa;
	border-radius:3px;
}
.gassyo-sim-fm01a {
	width:100%;
//	width:90px;
	padding:4px 10px;
	text-align:left;
	border:1px solid #aaa;
	border-radius:3px;
}
.gassyo-sim-fm01b {
	width:120px;
	padding:4px 10px;
	text-align:left;
	border:1px solid #aaa;
	border-radius:3px;
}
.gassyo-sim-fm01c {
	display:inline-block;
//	width:100px;
	padding:4px 10px;
	text-align:left;
	border:1px solid #aaa;
	border-radius:3px;
}
.gassyo-sim-fm01d {
	width:240px;
	padding:4px 10px;
	text-align:left;
	border:1px solid #aaa;
	border-radius:3px;
}
.gassyo-sim-fm02 {
	width:100%;
	height:200px;
	padding:4px 10px;
	text-align:left;
	border:1px solid #aaa;
	border-radius:3px;
}
@media screen and (max-width:500px){
.gassyo-sim-fm02 {
	height:100px;
}
}

.sougi-btn01 {
	display:inline-block;
//	min-width:100px;
	max-width:400px;
	width:100%;
	padding:10px 2px;
	font-size:18px;
	color:#fff;
	text-align:center;
//	background-color: #005002;
//	border:1px solid #005002;
	background-color: #4873c4;
	border:1px solid #4873c4;
	border-radius:3px;
	transition:0.5s;
}
.sougi-btn01:hover {
	color:#4873c4;
	background-color: #fff;
}
@media screen and (max-width:500px){
.sougi-btn01 {
	max-width:auto;
	width:100%;
	padding:10px 2px;
	font-size:18px;
}
}

.sougi-btn02 {
	display:inline-block;
//	min-width:100px;
	max-width:300px;
	width:100%;
	padding:10px 2px;
	font-size:18px;
	color:#fff;
	text-align:center;
	background-color: #999;
	border:1px solid #999;
	border-radius:3px;
	transition:0.5s;
}
.sougi-btn02:hover {
	color:#999;
	background-color: #fff;
}

/*------------------------------------------------------------*/

.tops-button {
//	zoom: 167%;
//	position:absolute;
	position:fixed;
	z-index:100;
	top:0;
	right:0;

	width:60px;
	height:60px;
	padding:25px 0 0 0;
//	background-color: #474141;
	background-color: #000;
	
	background-image: url("");
	background-repeat: repeat-x;
//	background-size: cover;
	background-size: contain;
	background-position: center bottom -2px;
	transform: translateY(-90px);
	cursor: pointer;
}
@media screen and (max-width:500px){
.tops-button {
//	zoom: 131%;
}
}

.tops-button00 {
	width:30px;
	height:3px;
	background-color:#fff;
}
.tops-button01 {
	position:absolute;
	top:13px;
	left:15px;
	transition: 0.2s; /* アニメーション */
}
.tops-button01-m {
	top:28px;
	left:16px;
	transform: rotate(45deg);
	transition:0.2s;
}
.tops-button02 {
	position:absolute;
	top:43px;
	left:15px;
	transition: 0.2s; /* アニメーション */
}
.tops-button02-m {
	top:28px;
	left:16px;
	transform: rotate(-45deg);
	transition:0.2s;
}
.tops-button03 {
	position:absolute;
	top:28px;
	right:15px;
	display:block;
	transition: 0.2s; /* アニメーション */
}
.tops-button03-m {
	display:none;
	transition:0.2s;
}
.tops-button:hover .tops-button01 {
	left:10px;
}
.tops-button:hover .tops-button02 {
	left:10px;
}
.tops-button:hover .tops-button03 {
	right:10px;
}





a {
	text-decoration: none;
	color: #fff;
}

#menu {
	overflow:auto;
	position: fixed;
	z-index:99;
//	top: 0;
	bottom: -100%; /* メニューのwidth + padding */

	width: 100%; /* メニューのwidth */
	height: 100%;
	padding: 20px;
	transition: bottom .5s; /* アニメーション */
//	background-color: rgba(86, 86, 86, .7);
//	background-color:#474141;
	background-color:#aaa;
//	display: none;
}
.btm100 {
	bottom: -100%;
}

.menu-w {
	max-width:700px;
	text-align:left;
}

.menu00 {
	max-width:700px;
	text-align:left;
	border-top:1px solid #fff;
}
.menu01 {
	margin:-1px 0 0 0;
	padding:10px 15px;
	font-size:15px;
//	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	transition:0.5s;
	text-decoration:underline;
}
.menu01:hover {
	color: #474141;
	background-color: #fff;
}


.menu02 {
	width:170px;
	margin:0 0 50px 0;
	text-align:left;
//	border:1px solid #fff;
}
.menu02-1 {
	width:120px;
	margin:0 0 50px 0;
	text-align:left;
//	border:1px solid #fff;
}

.toggle {
	font-size: 50px;
	cursor: pointer;
}
 
.toggle:hover {
	text-decoration: underline;
}


.title {
	z-index:2;
	position:fixed;
	top:10px;
	left:40px;
}
.logo01 {
	Width:150px;
}
@media screen and (max-width:500px){
.title {
	top:10px;
	left:15px;
}
}
.title01 {
	display:inline-block;
	font-size:14px;
	color:#fff;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
.title02 {
	display:inline-block;
	padding:0 0 0 6px;
	font-size:19px;
	color:#fff;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
.change-color {
	color:#474141;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}


#open {
	display: none;
}
 
/* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「bottom: 0;」になります。 */
#open:checked ~ #menu {
	bottom: 0;
//	display: block;
//	animation-fill-mode:both;
//	animation-name: Up;
//	visibility: visible !important;
//	animation-duration:0.5s;
}
#open:checked ~ tops-button01 {
//	display:none;
	top:100px;
}

#open:not(:checked) ~ #menu {
	bottom: -100%;
//	display: block;
//	animation-fill-mode:both;
//	animation-name: Down;
//	visibility: visible !important;
//	animation-duration:0.5s;
}
@keyframes Up{
  from{ bottom: -100%; }
  to{ bottom: 0; }
}
@keyframes Down{
  from{ bottom: 0; }
  to{ bottom: -100%; }
}



.down02 {
	display:none;
	animation-fill-mode:both;
	animation-name: Down02;
	visibility: visible !important;
	animation-duration:0.1s;
}
@keyframes Down02{
//  from{ bottom: -100%;display:none; }
  to{ bottom: -100%;display:none; }
}

/*------------------------------------------------------------*/

.top-ani-00 {
	animation-fill-mode:both;
	animation-name: top-ani-00;
	visibility: visible !important;
	animation-duration:1s;
}
@keyframes top-ani-00 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.top-ani-01 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1s;
}
@keyframes top-ani-01 {
	0% { 
		transform: translateY(100px);
	}
	100% { 
		transform: translateY(0);
	}
}
.top-ani-02 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.1s;
}
.top-ani-03 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.2s;
}
.top-ani-04 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.3s;
}
.top-ani-05 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.4s;
}
.top-ani-06 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.5s;
}
.top-ani-07 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.6s;
}
.top-ani-08 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.7s;
}
.top-ani-09 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.8s;
}
.top-ani-10 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.9s;
}
.top-ani-11 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.0s;
}
.top-ani-12 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.1s;
}
.top-ani-13 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.2s;
}
.top-ani-14 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.3s;
}
.top-ani-15 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.4s;
}
.top-ani-16 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.5s;
}
.top-ani-17 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.6s;
}
.top-ani-18 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.7s;
}
.top-ani-19 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.8s;
}
.top-ani-20 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.9s;
}




.top-ani-21 {
	animation-fill-mode:both;
	animation-name: top-ani-00;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 3.4s;
}
.top-ani-22 {
	animation-fill-mode:both;
	animation-name: top-ani-19;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 4.0s;
}
@keyframes top-ani-19 {
	0% { 
		opacity:0;
		transform: translateY(40px);
	}
	100% { 
		opacity:1;
		transform: translateY(0);
	}
}

/*------------------------------------------------------------*/

.rnt-ani-00 {
	animation-fill-mode:both;
	animation-name: rnt-ani-00;
	visibility: visible !important;
	animation-duration:2.5s;
	animation-delay: 1.2s;
}
@keyframes rnt-ani-00 {
	0% { opacity: 0; transform: translateX(-700px) scale(-1, 1); }
	50% { opacity: 1;  }
	100% { opacity: 1; transform: translateX(0) scale(-1, 1); }
}
.rnt-ani-01 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.3s;
}
.rnt-ani-02 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.4s;
}
.rnt-ani-03 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.5s;
}
.rnt-ani-04 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.6s;
}
.rnt-ani-05 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.7s;
}
.rnt-ani-06 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.8s;
}
.rnt-ani-07 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.9s;
}
.rnt-ani-08 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.0s;
}
.rnt-ani-09 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.1s;
}
.rnt-ani-10 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.2s;
}
.rnt-ani-11 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.3s;
}
.rnt-ani-12 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.4s;
}
.rnt-ani-13 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.5s;
}
.rnt-ani-14 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.6s;
}
.rnt-ani-15 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.7s;
}
.rnt-ani-16 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.8s;
}
.rnt-ani-17 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.9s;
}
.rnt-ani-18 {
	animation-fill-mode:both;
	animation-name: top-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 3.0s;
}
.rnt-ani-19 {
	animation-fill-mode:both;
	animation-name: top-ani-00;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 3.5s;
}

/*------------------------------------------------------------*/

.shp-ani-00 {
	animation-fill-mode:both;
	animation-name: shp-ani-00;
	visibility: visible !important;
	animation-duration:1s;
	animation-delay: 1.2s;
}
@keyframes shp-ani-00 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.shp-ani-01 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1s;
	animation-delay: 2.2s;
}
@keyframes shp-ani-01 {
	0% { 
		transform: translateY(100px);
	}
	100% { 
		transform: translateY(0);
	}
}
.shp-ani-02 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.3s;
}
.shp-ani-03 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.4s;
}
.shp-ani-04 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.5s;
}
.shp-ani-05 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.6s;
}
.shp-ani-06 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.7s;
}
.shp-ani-07 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.8s;
}
.shp-ani-08 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.9s;
}
.shp-ani-09 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 3.0s;
}
.shp-ani-10 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 3.1s;
}
.shp-ani-11 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 3.2s;
}
.shp-ani-12 {
	animation-fill-mode:both;
	animation-name: shp-ani-01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 3.3s;
}
.shp-ani-13 {
	animation-fill-mode:both;
	animation-name: shp-ani-13;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 3.9s;
}
@keyframes shp-ani-13 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


/*------------------------------------------------------------*/

.title-ani-00 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name: title-ani-00;
	animation-name: title-ani-00;
	visibility: visible !important;
	-webkit-animation-duration:0.7s;
	-ms-animation-duration:0.7s;
	animation-duration:0.7s;
}
@keyframes title-ani-00 {
	0% { transform-origin:top left; transform:scale(1,1); }
	100% { transform-origin:top left; transform:scale(1,0); }
}
.title-ani-00-a {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name: title-ani-00-a;
	animation-name: title-ani-00-a;
	visibility: visible !important;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
}
@keyframes title-ani-00-a {
	0% { transform-origin:top bottom; transform:scale(1,0); }
	60% { transform-origin:bottom left; transform:scale(1,0); }
	100% { transform-origin:bottom left; transform:scale(1,0); }
}

.title-ani-00-1 {
	animation-fill-mode:both;
	animation-name: title-ani-00-1;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 1s;
}
@keyframes title-ani-00-1 {
	0%   { opacity: 1; transform: translateY(-90px); }
	100% { opacity: 1; transform: translateY(0); }
}


.title-ani-00-d:before {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name: title-ani-00d;
	animation-name: title-ani-00d;
	visibility: visible !important;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
}
@keyframes title-ani-00d {
	0% { transform-origin:top left; transform:scale(1,1); }
	100% { transform-origin:top left; transform:scale(0,1); }
}


.title-ani-01 {
	animation-fill-mode:both;
	animation-name: title-ani-01;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 1s;
}
@keyframes title-ani-01 {
	0% {
		opacity: 1;
		transform: translateY(210px) scale(1.0, 1.9);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1.0, 1.9);
	}
}

.title-ani-01-a01 {
	animation-fill-mode:both;
	animation-name: title-ani-01-a01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1s;
}
@keyframes title-ani-01-a01 {
	0% { 
		opacity: 1;
		transform: translateY(300px) scale(1.0, 1.9);
	}
	100% { 
		opacity: 1; 
		transform: translateY(0) scale(1.0, 1.9);
	}
}
.title-ani-01-a02 {
	animation-fill-mode:both;
	animation-name: title-ani-01-a01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.1s;
}
.title-ani-01-a03 {
	animation-fill-mode:both;
	animation-name: title-ani-01-a01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.2s;
}
.title-ani-01-a04 {
	animation-fill-mode:both;
	animation-name: title-ani-01-a01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.3s;
}
.title-ani-01-a05 {
	animation-fill-mode:both;
	animation-name: title-ani-01-a01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.4s;
}
.title-ani-01-a06 {
	animation-fill-mode:both;
	animation-name: title-ani-01-a01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.5s;
}
.title-ani-01-a07 {
	animation-fill-mode:both;
	animation-name: title-ani-01-a01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.6s;
}
.title-ani-01-a08 {
	animation-fill-mode:both;
	animation-name: title-ani-01-a01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.7s;
}

.title-ani-01-b01 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0s;
}
@keyframes title-ani-01-b01 {
	0% { 
		opacity: 1;
		transform: translateY(195px) scale(1.0, 1.9);
	}
	100% { 
		opacity: 1; 
		transform: translateY(0) scale(1.0, 1.9);
	}
}
.title-ani-01-b02 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0.1s;
}
.title-ani-01-b03 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0.2s;
}
.title-ani-01-b04 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0.3s;
}
.title-ani-01-b05 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0.4s;
}
.title-ani-01-b06 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0.5s;
}
.title-ani-01-b07 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0.6s;
}
.title-ani-01-b08 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0.7s;
}
.title-ani-01-b09 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0.8s;
}
.title-ani-01-b10 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0.9s;
}
.title-ani-01-b11 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.0s;
}
.title-ani-01-b12 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.1s;
}
.title-ani-01-b13 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.2s;
}
.title-ani-01-b14 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.3s;
}
.title-ani-01-b15 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.4s;
}
.title-ani-01-b16 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.5s;
}
.title-ani-01-b17 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.6s;
}
.title-ani-01-b18 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.7s;
}
.title-ani-01-b19 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.8s;
}
.title-ani-01-b20 {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.9s;
}


.title-ani-01-b01s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 0s;
	animation-delay: 1.7s;
}
.title-ani-01-b02s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.8s;
}
.title-ani-01-b03s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 1.9s;
}
.title-ani-01-b04s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.0s;
}
.title-ani-01-b05s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.1s;
}
.title-ani-01-b06s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.2s;
}
.title-ani-01-b07s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.3s;
}
.title-ani-01-b08s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.4s;
}
.title-ani-01-b09s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.5s;
}
.title-ani-01-b10s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.6s;
}
.title-ani-01-b11s {
	animation-fill-mode:both;
	animation-name: title-ani-01-b01;
	visibility: visible !important;
	animation-duration:0.3s;
	animation-delay: 2.7s;
}



.title-ani-02 {
	animation-fill-mode:both;
	animation-name: title-ani-02;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 1.7s;
}
@keyframes title-ani-02 {
	0%   { opacity: 1; transform: translateY(40px); }
	100% { opacity: 1; transform: translateY(80px); }
}
.title-ani-03 {
	animation-fill-mode:both;
	animation-name: title-ani-03;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 1.7s;
}
@keyframes title-ani-03 {
	0%   { opacity: 1; transform: translateY(40px); }
	100% { opacity: 1; transform: translateY(-40px); }
}



.title-ani-02a {
	animation-fill-mode:both;
	animation-name: title-ani-02a;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 1.7s;
}
@keyframes title-ani-02a {
	0%   { opacity: 1; transform: translateY(0px); }
	100% { opacity: 1; transform: translateY(15px); }
}
.title-ani-03a {
	animation-fill-mode:both;
	animation-name: title-ani-03a;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 1.7s;
}
@keyframes title-ani-03a {
	0%   { opacity: 1; transform: translateY(0px); }
	100% { opacity: 1; transform: translateY(-15px); }
}

.title-ani-02as {
	animation-fill-mode:both;
	animation-name: title-ani-02as;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 1.7s;
}
@keyframes title-ani-02as {
	0%   { opacity: 1; transform: translateY(0px); }
	100% { opacity: 1; transform: translateY(10px); }
}
.title-ani-03as {
	animation-fill-mode:both;
	animation-name: title-ani-03as;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 1.7s;
}
@keyframes title-ani-03as {
	0%   { opacity: 1; transform: translateY(0px); }
	100% { opacity: 1; transform: translateY(-10px); }
}



.title-ani-04 {
	animation-fill-mode:both;
	animation-name: title-ani-04;
	visibility: visible !important;
	animation-duration:1s;
	animation-delay: 2.2s;
}
@keyframes title-ani-04 {
	0%   { opacity: 0; transform: translateY(0px); }
	100% { opacity: 1; transform: translateY(0px); }
}
.title-ani-05 {
	animation-fill-mode:both;
	animation-name: title-ani-05;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 1.7s;
}
@keyframes title-ani-05 {
	0%   { opacity: 0; transform: translateY(0px); }
	100% { opacity: 1; transform: translateY(0px); }
}

.title-ani-05a {
	animation-fill-mode:both;
	animation-name: title-ani-05a;
	visibility: visible !important;
	animation-duration:0.5s;
	animation-delay: 1.7s;
}
@keyframes title-ani-05a {
	0%   { opacity: 0; transform: translateY(-40px) rotate(90deg); }
	100% { opacity: 1; transform: translateY(0px) rotate(90deg); }
}

.title-ani-06dd {
	animation-fill-mode:both;
	animation-name: title-ani-06dd;
	visibility: visible !important;
	animation-duration:1.0s;
	animation-delay: 2.2s;
}
@keyframes title-ani-06dd {
	0% {
	}
	100% {
		clip-path: inset(0);
	}
}

.title-ani-07dd {
	animation-fill-mode:both;
	animation-name: title-ani-07dd;
	visibility: visible !important;
	animation-duration:1.0s;
	animation-delay: 3.2s;
}
@keyframes title-ani-07dd {
	0% {
	}
	100% {
		clip-path: inset(0);
	}
}



.title-ani-06 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name: title-ani-06;
	animation-name: title-ani-06;
	visibility: visible !important;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
}
@keyframes title-ani-06 {
	0% {
		opacity:1;
		width:1px;
		transform-origin:top right;
//		transform:scale(0,1);
	}
	100% {
		opacity:1;
		width:85%;
		transform-origin:top right;
//		transform:scale(1,1);
	}
}

.title-ani-06b {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name: title-ani-06b;
	animation-name: title-ani-06b;
	visibility: visible !important;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
}
@keyframes title-ani-06b {
	0% {
		opacity:1;
		width:1px;
		transform-origin:top right;
//		transform:scale(0,1);
	}
	100% {
		opacity:1;
		width:100%;
		transform-origin:top right;
//		transform:scale(1,1);
	}
}



.service-ani-01:before {
	animation-fill-mode:both;
	animation-name: service-ani-01;
	visibility: visible !important;
	animation-duration:1s;
}
@keyframes service-ani-01 {
	0% { transform-origin:top left; transform:scale(0,1); }
	50% { transform-origin:top left; transform:scale(1,1); }
	51% { transform-origin:top right; transform:scale(1,1); }
	100% { transform-origin:top right; transform:scale(0,1); }
}
.service-ani-02 {
	animation-fill-mode:both;
	animation-name: service-ani-02;
	visibility: visible !important;
	animation-duration:1s;
}
@keyframes service-ani-02 {
	0% { opacity: 0; }
	50% { opacity: 0; }
	51% { opacity: 1; }
	100% { opacity: 1; }
}


.brand-ani-01 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	animation-duration:0.5s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
.brand-ani-02 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	animation-duration:0.5s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
	animation-delay: 0.2s;
}
.brand-ani-03 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	animation-duration:0.5s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
	animation-delay: 0.4s;
}
.brand-ani-04 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	animation-duration:0.5s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
	animation-delay: 0.6s;
}
.brand-ani-05 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	animation-duration:0.5s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
	animation-delay: 0.8s;
}



.fadeInUp {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
	0% { 
		opacity: 0; 
		-webkit-transform: translateY(30px); 
		-ms-transform: translateY(30px); 
		transform: translateY(30px); 
	}
	100% { 
		opacity: 1; 
		-webkit-transform: translateY(0); 
		-ms-transform: translateY(0); 
		transform: translateY(0); 
	}

}
@keyframes fadeInUp {
	0% { opacity:0; transform: translateY(30px); }
	100% { opacity:1; transform: translateY(0); }
}



.fadeInDown2 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
	animation-delay: 1.7s;
}
.fadeInDown4 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
	animation-delay: 3.6s;
}

.fadeInDown5 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
	animation-delay: 4.5s;
}

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

}
@keyframes fadeInDown {
	0% { opacity:0; transform: translateY(-30px); }
	100% { opacity:1; transform: translateY(0); }
}


/*-------------------------------------------------------*/

.top-white {
	z-index:199;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #fff;
	transform:scale(1,1);
}
.top-black {
	z-index:200;
//	position:absolute;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
//	background-color: #474141;
	background-color: #aaa;
	transform:scale(1,1);
}



/*----------------------------------------
	スライダー
----------------------------------------*/

.slider {
	box-sizing:border-box;
	width:100%;
	padding:0px 0 0 0;
	background-size:cover;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.slider {
	padding:0px 0 0 0;
}
}



.gallery {
	width:100%;
//	height:500px;
	padding:0px 0 0 0;
	margin: 0px 0px; /* space for prev/next buttons */
//	border:1px solid #000;
}

.gallery-cell {
	display:block;
	width:620px;
//	height:700px;
	margin:0 0px 0 0;
}
@media screen and (max-width:500px){
.gallery-cell {
	display:block;
	width:225px;
//	height:700px;
	margin:0 0px 0 0;
}
}

.gallery-cell-t {
	position:relative;
	width: 600px;
//	height:430px;
	padding:0px 0 0 0 ;
	text-align:left;
	background-color:#fff;
//	border: 1px solid #999;
	background-repeat: no-repeat;
	background-size: cover;
//	background-position: center center;
//	box-shadow: 5px 5px 15px #999;
	border-radius:5px;
}
@media screen and (max-width:500px){
.gallery-cell-t {
	position:relative;
	width: 215px;
	height:auto;
	padding:0 0 0 0 ;
}
}
.gallery-cell-t-p {
	height:380px;
	background-color:#aaa;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: center center;
}
@media screen and (max-width:500px){
.gallery-cell-t-p {
	height:140px;
	background-color:#aaa;
}
}
.gallery-cell-t1 {
	margin:0 0 25px 0;
	font-size:12px;
//	font-weight:bold;
}
.gallery-cell-t2 {
	padding:5px 0 0px 0;
	font-size:16px;
	font-weight:bold;
//	border: 1px solid #999;
}
.gallery-cell-t3 {
//	height:100px;
	padding:0px 0 0px 0;
	font-size:13px;
//	border: 1px solid #999;
}
.gallery-cell-t4 {
//	height:100px;
	padding:10px 0 0px 0;
	font-size:13px;
//	border: 1px solid #999;
}
@media screen and (max-width:500px){
.gallery-cell-t2 {
	padding:5px 0 0px 0;
	font-size:14px;
	font-weight:bold;
//	border: 1px solid #999;
}
.gallery-cell-t3 {
//	height:100px;
	padding:0px 0 0px 0;
	font-size:12px;
	line-height:1.5em;
//	border: 1px solid #999;
}
.gallery-cell-t4 {
//	height:100px;
	padding:10px 0 0px 0;
	font-size:12px;
	line-height:1.5em;
//	border: 1px solid #999;
}
}



/* smaller, dark, rounded square */
.flickity-prev-next-button {
	width: 60px;
	height: 60px;
//	border: 2px solid #ffffff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	border-radius:0px;
	background: #000;
}
.flickity-prev-next-button:hover {
	background-color: #000;
}
@media screen and (max-width:500px){
.flickity-prev-next-button {
	width: 30px;
	height: 30px;
}
}

/* arrow color */
.flickity-prev-next-button .arrow {
	display:none;
//	fill: white;
//	font-size:10px;
}
.flickity-prev-next-button.no-svg {
	color: white;
}

.flickity-prev-next-button:hover {
	opacity:0.7;
}

.flickity-page-dots {
//  bottom: 10px;
}
.flickity-page-dots .dot {
 // background: #3e2416;
}

/* position outside */
.slider .flickity-prev-next-button.previous {
	top: 180px;
	left: 0px;
	right: auto;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: center center;
}
.slider .flickity-prev-next-button.next {
	top: 180px;
	left: auto;
	right: 0px;
	background-image: url(../images/arrow2.png);
	background-repeat:no-repeat;
	background-position: center center;
}
.flickity-prev-next-button:hover {
	opacity:0.7;
}
@media screen and (max-width:500px){
.slider .flickity-prev-next-button.previous {
	top: 70px;
	left: -15px;
	right: auto;
}
.slider .flickity-prev-next-button.next {
	top: 70px;
	left: auto;
	right: -15px;
}
}


/*----------------------------------------
	スライダー
----------------------------------------*/

.slider2 {
	box-sizing:border-box;
	width:100%;
	padding:25px 0 0 0;
	background-size:cover;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.slider2 {
	padding:15px 0 0 0;
}
}

.gallery2 {
	width:100%;
	padding:0px 0 0 0;
	margin: 0px 0px; /* space for prev/next buttons */
//	border:1px solid #000;
}

.gallery-cell2 {
	display:block;
	width:330px;
	margin:0 0px 0 0;
}
@media screen and (max-width:500px){
.gallery-cell2 {
	display:block;
	width:225px;
	margin:0 0px 0 0;
}
}

.gallery-cell2-t {
	position:relative;
	width: 300px;
	height:290px;
	padding:35px 0 0 0 ;
	text-align:center;
	background-color:#fff;
//	border: 1px solid #999;
	background-repeat: no-repeat;
	background-size: cover;
//	background-position: center center;
//	box-shadow: 5px 5px 15px #999;
	border-radius:5px;
}
@media screen and (max-width:500px){
.gallery-cell2-t {
	position:relative;
	width: 215px;
	height:195px;
	padding:0 0 0 0 ;
}
}
.gallery-cell2-t-p {
	height:180px;
	background-color:#aaa;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: center center;
}
@media screen and (max-width:500px){
.gallery-cell2-t-p {
	height:140px;
	background-color:#aaa;
}
}
.gallery-cell2-t1 {
	margin:0 0 25px 0;
	font-size:12px;
//	font-weight:bold;
}
.gallery-cell2-t2 {
	padding:5px 0 0px 0;
	font-size:16px;
	font-weight:bold;
//	border: 1px solid #999;
}
.gallery-cell2-t3 {
//	height:100px;
	padding:0px 0 0px 0;
	font-size:13px;
//	border: 1px solid #999;
}
.gallery-cell2-t4 {
//	height:100px;
	padding:10px 0 0px 0;
	font-size:13px;
//	border: 1px solid #999;
}
@media screen and (max-width:500px){
.gallery-cell2-t2 {
	padding:5px 0 0px 0;
	font-size:14px;
	font-weight:bold;
//	border: 1px solid #999;
}
.gallery-cell2-t3 {
//	height:100px;
	padding:0px 0 0px 0;
	font-size:12px;
	line-height:1.5em;
//	border: 1px solid #999;
}
.gallery-cell2-t4 {
//	height:100px;
	padding:10px 0 0px 0;
	font-size:12px;
	line-height:1.5em;
//	border: 1px solid #999;
}
}



/* smaller, dark, rounded square */
.slider2 .flickity-prev-next-button {
	width: 60px;
	height: 60px;
//	border: 2px solid #ffffff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	border-radius:0px;
	background: #000;
}
.slider2 .flickity-prev-next-button:hover {
	background-color: #000;
}
@media screen and (max-width:500px){
.slider2 .flickity-prev-next-button {
	width: 50px;
	height: 50px;
}
}

/* arrow color */
.slider2 .flickity-prev-next-button .arrow {
	display:none;
//	fill: white;
//	font-size:10px;
}
.slider2 .flickity-prev-next-button.no-svg {
	color: white;
}

.slider2 .flickity-prev-next-button:hover {
	opacity:0.7;
}

.slider2 .flickity-page-dots {
//  bottom: 10px;
}
.slider2 .flickity-page-dots .dot {
 // background: #3e2416;
}

/* position outside */
.slider2 .flickity-prev-next-button.previous {
	top: 0px;
	left: 0px;
	right: auto;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: center center;
}
.slider2 .flickity-prev-next-button.next {
	top: 0px;
	left: 65px;
	right: auto;
	background-image: url(../images/arrow2.png);
	background-repeat:no-repeat;
	background-position: center center;
}
.slider2 .flickity-prev-next-button:hover {
	opacity:0.7;
}
@media screen and (max-width:500px){
.slider2 .flickity-prev-next-button.previous {
	top: -35px;
	left: auto;
	right: 55px;
}
.slider2 .flickity-prev-next-button.next {
	top: -35px;
	left: auto;
	right: 0;
}
}


/*----------------------------------------*/


/*-----------------------------------------------------------------
	-TOP-
-----------------------------------------------------------------*/

body {
//	min-width:1000px;
//	padding:0 10px;
}

.top-hosp {
	z-index:10;
//	position:relative;
	position:fixed;
	width:100%;
	height:100px;
	margin:0 0 0 0;
	background-color: #fff;
	border-bottom:1px solid #aaa;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.top-hosp {
//	height:80px;
	height:90px;
}
}
.top-hosp-0 {
	width:100%;
//	max-width:1000px;
	margin:0 auto;
//	padding:0 100px 0 0px;
//	border:1px solid #000;
}

.top-hosp-1 {
	display:inline-block;
//	text-align:center;
}


.top-hosp-1-1 {
	padding:10px 0 0 0;
	font-size:37px;
	color:#000;
}
.top-hosp-1-2 {
	margin:18px 10px 0px 5px;
	font-size:24px;
}
@media screen and (max-width:500px){
.top-hosp-1-1 {
	padding:0;
	font-size:24px;
	color:#000;
}
.top-hosp-1-2 {
	margin:2px 0 1px 1px;
	font-size:9px;
}
}

.top-hosp-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
//	height: 100px;
	height: 38px;
	padding:0 5px 0 5px;
	font-size:14px;
	text-decoration:underline;
white-space: nowrap;

//	height:80px;
//	border:1px solid #aaa;
//	border-radius:5px;
}
@media screen and (max-width:500px){
.top-hosp-2 {
	height: 28px;
	padding:0 2px 0 2px;
	font-size:8px;
}
}

.top-hosp-2-a {
	color:#fff;
//	background-color:#ab884f;
	background-color:#777;
}
.top-hosp-2-b {
	color:#fff;
//	background-color:#a9adff;
	background-color:#aaa;
}

.top-hosp-2-1 {
	margin:0 0 0 0;
	padding:2px 5px 0 5px;
	font-size:12px;
//	color:#486ffb;
white-space: nowrap;
}
@media screen and (max-width:500px){
.top-hosp-2-1 {
	padding:0px 2px 0 2px;
	font-size:8px;
}
}

.top-hosp-2a {
	font-size:12px;
	color: #fff;
	background-color: #486ffb;
}


.flex-mn {
	display: -webkit-flex;
	display: flex;
	
	align-items: center;
//	justify-content: center;
//	height:60px;
	margin:5px 0 0 0;
}
.flex-mn01 {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width:100px;
	height:30px;
	margin:0 0 0 -1px;
	background-color:#fff;
	border:1px solid #aaa;
}

.top-logo-p {
//	height:63px;
	height:48px;
}
.top-logo-p2 {
//	height:43px;
	height:33px;
//	margin:5px 0 0 7px;
}
.top-logo-tt {
//	width:240px;
	margin:0 0 4px 0;
	font-size:12px;
	color:#4873c4;
	line-height:1.0em;
	letter-spacing:0px;
	white-space:nowrap;
//	border:1px solid #000;
}
.top-logo-tt1 {
	margin:0 0 6px 0;
	font-size:17px;
	color:#4873c4;
	text-align:center;
	line-height:1.0em;
}
.top-logo-tt2 {
	font-size:11px;
	color:#4873c4;
	text-align:center;
	line-height:1.0em;
}
@media screen and (max-width:500px){
.top-logo-p {
//	height:53px;
	height:36px;
}
.top-logo-p2 {
//	height:40px;
	height:28px;
}
.top-logo-tt {
	width:217px;
	margin:0 0 4px 0;
	font-size:11px;
//	border:1px solid #000;
}
}



.top-00 {
	position:relative;
	padding:0 80px;
//	border:1px solid #000;
	opacity: 0;
	transform: translateY(40px);
}
.top {
	position:relative;
	width:100%;
//	height:80px;
	height:65px;
	margin:0 0 0 0;
	padding:0px 0 0px 0;
//	border:1px solid #000;
}

.tops-bar {
	position:fixed;
	z-index:99;
	top:0;
	width:100%;
	height:6px;
	background-color:#000;
}



.title-p {
//	position:absolute;
//	top:0;
//	left:0;
//	right:0;
//	max-width:800px;
//	width:100%;
//	width:170px;
	width:300px;
	margin:5px 0 0 0;
}
.title-bottom-p {
//	width:240px;
	width:255px;
}



.bottom {
	min-width:1200px;
//	padding:120px 80px 30px 80px;
	padding:40px 0px 30px 0px;
	background-color:#000;
}
.bottom-01 {
	width:250px;
}
.bottom-02 {
	font-size:13px;
	line-height:1em;
	color:#b3b3b3;
	font-weight: bold;
//	text-align:left;
	text-align:center;
}
.bottom-03 {
	width:250px;
	height:60px;
	margin:20px 0 0 0;
	padding:21px 0 0 0;
	font-size:14px;
	line-height:1em;
	color:#fff;
	font-weight: bold;
	text-align:center;
	border:1px solid #4d4d4d;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.bottom-03:hover {
	color:#4d4d4d;
//	transform:translateX(5px) translateY(5px);
	transition:1.0s;
}

.link-banner-00 {
//	margin:0px 0 0 100px;
}
.link-banner-01 {
	height:30px;
}
.link-banner {
//	width:190px;
	width:160px;
	margin:0 10px 10px 0;
	border:1px solid #888;
}


.bottom-f01 {
	margin:0 0 10px 0;
	font-size:13px;
	line-height:0.8em;
	color:#fff;
	font-weight: bold;
}
.bottom-f01:hover {
	color:#4d4d4d;
	transition:1.0s;
}
.bottom-f02a {
//	width:250px;
	height:450px;
//	padding:80px 20px 20px 20px;
	padding:80px 0 0 0;
	text-align:center;
	vertical-align:top;
	background-color:#000;
}

.bottom-0 {
	width:1135px;
//	border:1px solid #fff;
}
.bottom-l {
	width:250px;
	margin:0 30px 0 0;
	padding:5px 0 0 0;
}
.bottom-l2 {
	font-size:12px;
	color:#fff;
	font-weight: bold;
	text-align:center;
}
.full_throttle-ap {
	width:100%;
}


@media screen and (max-width:480px){
.bottom-f02a {
	height:auto;
	padding:20px 0 20px 0;
}
}

.bottom-f02 {
	margin:20px 0 0 0;
	font-size:15px;
	color:#b3b3b3;
	font-weight: bold;
}
.bottom-f02-1 {
	margin:0 0 20px 0;
	font-size:18px;
	color:#b3b3b3;
	font-weight: bold;
}

.bottom-f03 {
	font-size:12px;
	color:#b3b3b3;
	font-weight: bold;
}

.l01-p {
	margin:0 0 0 10px;
}


.side-01p {
	z-index:10;
	position:absolute;
	top:105px;
	right:26px;
	width:36px;
//	height:100px;
	opacity:0;
//	border:1px solid #000;
}
.side-01p2 {
	top:30px;
	right:30px;
}

.language-p {
	width:34px;
	margin:0 0 0px 0;
	cursor:pointer;
}
.language-01p {
	width:34px;
	margin:0 0 0px 0;
	border:1px solid #888;
}
.language-02p {
	width:34px;
	margin:0 0 0px 0;
	border:1px solid #888;
//	opacity: 0.5;
}
.language-02p:hover {
//	opacity: 1;
}

.fb-p {
	z-index:10;
	position:absolute;
	top:150px;
	right:35px;
	opacity:0;
}
.ml-p {
	z-index:10;
	position:absolute;
	top:200px;
	right:26px;
	opacity:0;
}
.fb-p2 {
	margin:0 0 10px 0;
}
.ml-p2 {
//	width:32px;
}


.mlw-p {
	width:24px;
//	margin:7px 0 0 100px;
}
@media screen and (max-width:480px){
.mlw-p {
	width:24px;
	margin:7px auto 0 auto;
}
}

.text-ta {
	display:inline-block;
	position:absolute;
	top:200px;
	left:4px;
//	padding:0 0 10px 0;
	text-align:left;
	line-height:0.8em;
	opacity:0;
//	border-bottom:5px solid #000;
}
.text-ta-back {
	display:inline-block;
	position:absolute;
	top:327px;
	left:-84px;
	padding:0 0 10px 0;
	text-align:left;
	line-height:0.8em;
//	transform:rotate(90deg);
	border-bottom:5px solid #000;
}
.scroll {
	position:absolute;
	top:540px;
	left:-30px;
	width:130px;
	margin:20px 0 0 0;
	padding: 0 0px;
	text-align:left;
	transform:rotate(90deg);
	opacity:0;
}
.scroll:before {
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  width: 130px;
  height: 2px;
  content: '';
  background: #000;
}
.scroll span {
	position: relative;
	padding: 0 7px 0 0px;
	font-size:17px;
	background: #fff;
//	background:linear-gradient(transparent 70%, #003394 70%);
}




.font-acumin {
	font-family: acumin-pro-extra-condensed,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.font-acumin-a {
	color:#fff;
}


.font-acumin-bg {
	position: relative;
//	z-index:2;
	display:inline-block;
	height:28px;
	padding:0 0 -10px 0;
	font-size:21px;
//	border:1px solid #000;
	transition: all 500ms 0s ease;
//	background-position:-100% .5em;
}
.font-acumin-bg:after{
  position: absolute;
  z-index:-1;
  bottom: 1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 6px;
//  background: #34BBF3;
  background: #7f99c9;
  transition: 0.3s;
}
.font-acumin-bg:hover:after{
//  width: 100%;
}

.font-acumin-bg-j {
	padding:5px 0 0 0;
	font-size:14px;
}
.font-acumin-bg-jt {
	padding:15px 0 0 0;
	font-size:20px;
	color:#fff;
}


.font-acumin-bg2 {
	display:inline-block;
	height:28px;
	padding:0 0 -10px 0;
	font-size:21px;
	background:linear-gradient(transparent 75%, #7f99c9 75%);
//	border:1px solid #000;
}

.font-acumin-bg3 {
	position: relative;
	display:inline-block;
//	height:28px;
	padding:0 0 -10px 0;
	font-size:32px;
	color:#fff;
	transform: scale(1.0, 1.9);
//	border:1px solid #fff;
	transition: all 500ms 0s ease;
//	background-position:-100% .5em;
}
.font-acumin-bg3:before{
  position: absolute;
  top: 1.3em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
//  background: #34BBF3;
  background: #7f99c9;
  transition: 0.3s;
}
.font-acumin-bg3:hover:before{
//  width: 100%;
}

.font-acumin1 {
	margin:0 0 100px 0;
	font-size:192px;
//	font-size:210px;
	line-height:1.0em;
	letter-spacing:1px;
	transform   : scale(1.0, 1.9);
//	border:1px solid #000;
}
.font-acumin2 {
//	height:160px;
	height:160px;
	margin:30px 0 0 0;
	font-size:115px;
	line-height:1.0em;
	letter-spacing:1px;
	transform: scale(1.0, 1.9);
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
//	border:1px solid #000;
}
.font-shadow {
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

.font-acumin3 {
	display:inline-block;
	height:65px;
	padding:0 5px;
	font-size:60px;
	line-height:1.0em;
	letter-spacing:1px;
	background:linear-gradient(transparent 90%, #0131ab 90%);
}
.font-acumin5 {
	font-size:30px;
	line-height:1.0em;
}

.font-acumin6 {
	display:inline-block;
//	height:160px;
	margin:-3px 0 0 0;
	padding:0 5px;
	font-size:21px;
	line-height:1.0em;
	letter-spacing:1px;
}
.font-acumin6:hover {
	background-image: linear-gradient(transparent 75%, #7f99c9 75%);
//	background-position:0 .5em;
}


.font-nobel {
	font-size:20px;
	font-family: nobel,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-yoko {
	margin:128px 0 0 10px;
	font-size:28px;
	font-weight: bold;
}
.font-yoko2 {
	margin:108px 0 0 10px;
}
.font-yoko2a {
	margin:108px 0 0 10px;
}
.font-yoko2b {
	margin:108px 0 0 10px;
}


.font-yoko3 {
	margin:128px 0 0 10px;
	color:#fff;
}
.font-yoko4 {
	margin:28px 0 0 10px;
}
.font-yoko4a {
	margin:28px 0 0 10px;
}

.font-white {
	color:#fff;
}

@media screen and (max-width:480px){
.font-yoko {
	margin:66px 0 0 10px;
	font-size:14px;
}
.font-yoko2 {
	margin:66px 0 0 10px;
}
.font-yoko2a {
	clear:both;
	position:absolute;
	z-index:2;
	top:20px;
	left:10px;
//	margin:-20px 0 0 0px;
//border:1px solid #000;
}
.font-yoko2b {
	margin:-20px 0 0 10px;
}

.font-yoko3 {
	margin:74px 0 0 10px;
	color:#fff;
}
.font-yoko4 {
	margin:5px 0 0 10px;
}
.font-yoko4a {
	margin:15px 0 0 10px;
}

}



.font-acumin1a {
	margin:0 0 80px 0;
	font-size:70px;
	line-height:1.0em;
	letter-spacing:0px;
	transform   : scale(1.0, 1.9);
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.contena-01za {
//	display:inline-block;
	position:relative;
	z-index:2;
	width:420px;
//	height:400px;
	padding:0px 0px 0px 0px;
//	border:1px solid #f00;
}
.text-a0za {
	position:absolute;
	top:0px;
	left:0;
	z-index:2;
//	width:100%;
	width:210px;
	height:120px;
//	margin:-40px 0 0 0;
	overflow:hidden;
	transform: translateY(40px);
//	border:1px solid #000;
}
.text-a2-0za {
	position:absolute;
	top:0px;
	right:-110px;
	z-index:2;
	position:relative;
	display:inline-block;
//	width:100%;
	width:200px;
	height:120px;
//	margin:-40px 0 0 0;
//	padding:0px 0 0 20px;
//	border:1px solid #000;
	overflow:hidden;
	transform: translateY(40px);
//	border:1px solid #000;
}

@media screen and (max-width:480px){
.font-acumin1a {
	margin:0 0 45px 0;
	font-size:42px;
	line-height:1.0em;
	letter-spacing:0px;
	transform   : scale(1.0, 1.9);
}
.contena-01za_s {
//	display:inline-block;
	position:relative;
	z-index:2;
	width:285px;
//	height:400px;
	padding:0px 0px 0px 0px;
//	border:1px solid #f00;
}
.text-a0za_s {
	position:absolute;
	top:0px;
	left:0;
	z-index:2;
//	width:100%;
	width:140px;
	height:70px;
//	margin:-40px 0 0 0;
	overflow:hidden;
	transform: translateY(40px);
//	border:1px solid #000;
}
.text-a2-0za_s {
	position:absolute;
	top:0px;
	right:-70px;
	z-index:2;
	position:relative;
	display:inline-block;
//	width:100%;
	width:140px;
	height:70px;
	overflow:hidden;
	transform: translateY(40px);
//	border:1px solid #000;
}
}




/*---------------------------------*/

.menu-tk {
	position:relative;
	width:200px;
	height:50px;
//	border:1px solid #fff;
}
.menu-tk1 {
	width:100px;
}
.menu-tk2 {
	width:160px;
}
.menu-tk3 {
	width:60px;
}
.menu-tk4 {
	width:140px;
}
.menu-tk5 {
	width:90px;
}

.menu-tk-1 {
//	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	white-space: nowrap;
}
.menu-tk-2 {
//	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	display:none;
	white-space: nowrap;
}

.menu-tk:hover div.menu-tk-1 {
    display:none;
}
.menu-tk:hover div.menu-tk-2 {
    display:inline-block;
}

/*---------------------------------*/


.menu-lk {
	position:relative;
	height:35px;
//	border:1px solid #000;
}
.menu-lk1 {
	width:50px;
}
.menu-lk2 {
	width:110px;
}
.menu-lk3 {
	width:60px;
}
.menu-lk4 {
	width:140px;
}
.menu-lk5 {
	width:90px;
}

.menu-lk-1 {
//	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	white-space: nowrap;
}
.menu-lk-2 {
//	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	display:none;
	white-space: nowrap;
}

.menu-lk:hover div.menu-lk-1 {
    display:none;
}
.menu-lk:hover div.menu-lk-2 {
    display:inline-block;
}

/*---------------------------------*/


.table-mar50 {
	margin:0 50px 0 0;
//	border:1px solid #000;
}
.table-mar100 {
	margin:0 100px 0 0;
//	border:1px solid #000;
}

.table-m {
//	width: 100%;
	border-collapse: collapse;
//	border:1px solid #000;
}
.table-m100 {
	width: 100%;
}
.table-w950 {
	width:950px;
//	border:1px solid #000;
}
.table-w720 {
	width:720px;
//	border:1px solid #000;
}


.table-w1100 {
	width:1100px;
}
.table-m td.td-top01 {
//	width:100px;
//	padding:0 0 2px 40px;
	padding:0 0 2px 20px;
	vertical-align:top;
	font-size:21px;
	font-weight:bold;
}
.table-m td.td-top01m {
//	width:100px;
	padding:0 20px 40px 20px;
	vertical-align:top;
	font-size:21px;
	font-weight:bold;
}
@media screen and (max-width:480px){
.table-m td.td-top01m {

	padding:0 20px 10px 20px;
}
}

.table-m td.tdm-a00 {
//	width:400px;
	vertical-align:top;
//	width:50%;
//border:1px solid #000;
}
.table-m td.tdm-a00-2 {
	vertical-align:top;
//	width:50%;
	padding:0 0 0 50px;
//border:1px solid #000;
}

.table-m td.tdm-a00bb {
	width:380px;
	vertical-align:top;
//	width:50%;
//border:1px solid #000;
}
.table-m td.tdm-a00-3 {
	vertical-align:top;
//	width:40%;
	padding:0 20px 0 0;
//border:1px solid #000;
}
@media screen and (max-width:480px){
.table-m td.tdm-a00-3 {
	padding:0 0px 0 0;
}
}


.table-m td.tdm-a01 {
//	width:50%;
//	width:350px;
	width:500px;
	padding:0 20px;

	padding:0 0 0 0px;
	text-align:leeft;
	vertical-align:top;
	text-align:right;
//	border:1px solid #000;
}
.table-m td.tdm-a01a {
//	width:500px;
	height:500px;
	background-color:#ccc;
}
.table-m td.tdm-a02 {
//	width:50%;
	padding:0 0 0 0px;
	text-align:left;
	vertical-align:top;
}
.table-m td.tdm-b01 {
	width:20%;
	padding:0 20px 0 0;
	text-align:center;
	vertical-align:top;

//	border:1px solid #ff0000;
}
.table-m td.tdm-bottom01 {
	width:270px;
	vertical-align:top;
}
.table-m td.tdm-bottom02 {
//	padding:0 100px 0 0;
//	text-align:right;
	vertical-align:top;
}
.table-m td.tdm-bottom-a01 {
//	padding:0 37px 0 1px;
	padding:0 22px 0 1px;
	font-size:15px;
	color:#fff;
	font-weight: bold;
	vertical-align:top;
//	border:1px solid #fff;
}
.table-m td.tdm-bottom-a03 {
	vertical-align:top;
}
@media screen and (max-width:480px){
.table-m td.tdm-bottom-a01 {
	float:left;
	width:50%;
	margin:-1px 0 0 -1px;
	padding:10px 0 0 10px;
	border:1px solid #fff;
}
.table-m td.tdm-bottom-a03 {
	float:left;
	width:50%;
	margin:-1px 0 0 -1px;
	padding:10px 0 0 10px;
	border:1px solid #fff;
}
}

.table-m td.tdm-map-01 {
	width:440px;
	padding:0 20px 0 20px;
	vertical-align:top;
}
.table-m td.tdm-map-01a {
	width:350px;
	padding:0 20px 0 20px;
	vertical-align:top;
}
@media screen and (max-width:480px){
.table-m td.tdm-map-01a {
	width:100%;
	padding:20px 0 20px 0;
}
}

.table-m td.tdm-map-01bb {
	width:300px;
//	height:450px;
//	padding:20px 20px 20px 20px;
	padding:0;
//	text-align:center;
//	vertical-align:top;
//	background-color:#000;
}

.table-m td.tdgd-01 {
	width:250px;
	padding:0 20px 0 20px;
	vertical-align:top;
	text-align:center;
}


.table-time {
	border-collapse: collapse;
}
.table-time td {
	padding:7px 2px;
//	font-size:12px;
	font-size: clamp(9px, 1.5vw, 14px);
	color:#000;
	vertical-align:middle;
	text-align:center;
	background-color:#fff;
	border:1px solid #aaa;
}
.table-time th {
	padding:7px 2px;
//	font-size:12px;
	font-size: clamp(9px, 1.5vw, 14px);
	color:#000;
	font-weight: bold;
	vertical-align:middle;
	text-align:center;
	background-color:#bcd8f2;
	border:1px solid #aaa;
}
.table-time .time-a01 {
	width:200px;
}
@media screen and (max-width:500px){
.table-time td {
	line-height:1.5em;
}
.table-time td span{
	line-height:1.5em;
}
.table-time .time-a01 {
	width:120px;
}
}

.table-time td.time-01 {
	padding:0 0 0 0;
//	font-size:12px;
	font-size: clamp(9px, 1.5vw, 14px);
	color:#000;
	vertical-align:top;
	text-align:center;
	background-color:#fff;
	border:0px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.table-time td.time-02-1 {
	padding:7px 2px;
//	font-size:12px;
	font-size: clamp(9px, 1.5vw, 14px);
	line-height:1.2em;
	color:#000;
	vertical-align:middle;
	text-align:center;
	border:0px;
	border-right:1px solid #aaa;
}
.table-time td.time-02-2 {
	width:90px;
	padding:7px 2px;
//	font-size:12px;
	font-size: clamp(9px, 1.5vw, 14px);
	line-height:1.2em;
	color:#000;
	vertical-align:middle;
	text-align:center;
	border:0px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}
@media screen and (max-width:500px){
.table-time td.time-02-2 {
	width:60px;
	padding:4px 2px;
}
}
.table-time td.b-clr {
	background-color:#bcd8f2;
}

.table-time td.td-jkn01 {
	background-color:#d7efff;
}
.table-time td.td-jkn02 {
//	background-color:#fff8d1;
}



.table-out {
	border-collapse: collapse;
}
@media screen and (max-width:500px){
.table-out {
	width:100%;
}
}
.table-out td {
	padding:7px 32px;
//	font-size:12px;
	font-size: clamp(9px, 1.5vw, 14px);
	color:#000;
	vertical-align:middle;
	text-align:center;
	background-color:#fff;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.table-out th {
	padding:7px 32px;
//	font-size:12px;
	font-size: clamp(9px, 1.5vw, 14px);
	color:#000;
	font-weight: bold;
	vertical-align:middle;
	text-align:center;
	background-color:#bcd8f2;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
@media screen and (max-width:500px){
.table-out td {
	padding:5px 12px;
}
.table-out th {
	padding:5px 12px;
}
}





.img-p {
	width:100%;
}
.dammy1-p {
	width:100%;
	height:350px;
}

.photo01-p0 {
	z-index:0;
	position:relative;
	width:610px;
	height:500px;
//	margin:-150px 0 0 0;
	margin:-203px 0 0 5px;
	overflow:hidden;
	opacity:0;
}
.photo01-p {
	position:relative;
//	width:100%;
//	width:500px;
	width:550px;
	height:350px;
//	background-image: url(../images/photo01.jpg);
	background-image: url(../images/501.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
//	background-size:600px auto;
    background-position: center center;
	overflow:hidden;

	opacity: 0;
	animation-fill-mode:both;
	animation-duration:1s;
	animation-name: fadeIn;
	visibility: visible !important;
}
@keyframes fadeIn {
	0% {opacity:0; }
	100% {opacity:1; }
}


.top-p {
	margin:-10px 0 0 0;
}

.contena-m-20 {
	margin:-100px 0 0 0;;
}
.contena-h10 {
	height:10px;
}
.contena-h20 {
	height:20px;
}
.contena-h30 {
	height:30px;
}
.contena-h40 {
	height:40px;
}
.contena-h50 {
	height:50px;
}
.contena-h60 {
	height:60px;
}
.contena-h70 {
	height:70px;
}
.contena-h80 {
	height:80px;
}
.contena-h90 {
	height:90px;
}
.contena-h100 {
	height:100px;
}
.contena-h110 {
	height:110px;
}
.contena-h120 {
	height:120px;
}
.contena-h130 {
	height:130px;
}
.contena-h140 {
	height:140px;
}
.contena-h150 {
	height:150px;
}
.contena-border {
	height:1px;
	border-bottom:1px solid #ddd;
}

.contena-nav {
	height:30px;
}
.contena-nav01 {
	min-width:850px;
//	border:1px solid #000;
}
@media screen and (max-width:480px){
.contena-nav {
	height:auto;
}
.contena-nav01 {
	min-width:1px;
//	border:1px solid #000;
}
}


.contena-contact-w {
	display:block;
}
.contena-contact-s {
	display:none;
}
@media screen and (max-width:500px){
.contena-contact-w {
	display:none;
}
.contena-contact-s {
	display:block;
}
}
.contena-contact {
	z-index:2;
    position: fixed;
	bottom: 30px;
	right: 0;
	width:460px;
	background-color: #fff;
//	border-top:1px solid #ddd;
//	border-bottom:1px solid #ddd;
//	border-left:1px solid #ddd;
}
@media screen and (max-width:500px){
.contena-contact {
	z-index:2;
    position: fixed;
	bottom: 0px;
	right: 0;
	width:100%;
	background-color: #fff;
}
}
.icon01p {
	height:17px;
}
.icon02p {
	height:17px;
	margin:0 5px 0 0;
}

.contena-top {
	overflow:hidden;
	position:relative;
	width:100%;
	height:170%;
	background-color: #eee;

	border-bottom-left-radius:50% 7%;
	border-bottom-right-radius:50% 7%;

	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
@media screen and (max-width:500px){
.contena-top {
	width:100%;
	height:450px;
	background-color: #fff;
}
}


.contena-top1 {
	z-index:1;
	position:absolute;
	top: 0;
	left: 80px;
	width:280px;
	height:400px;
	padding:20px 30px 10px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #aaa;
}
@media screen and (max-width:1000px){
.contena-top1 {
	top: 0;
	left: 40px;
}
}
@media screen and (max-width:500px){
.contena-top1 {
	top: 0;
	left: 0px;
	width:145px;
	height:auto;
	padding:10px 10px 10px 10px;
}
}

.contena-top1-1 {
	font-size:14px;
	color:#898989;
	color:#000;
	text-align:center;
}
.contena-top1-2 {
	margin:2px 0 0 0;
	font-size:34px;
	color:#898989;
	color:#000;
	text-align:center;
}
@media screen and (max-width:500px){
.contena-top1-1 {
	font-size:10px;
}
.contena-top1-2 {
	margin:2px 0 0 0;
	font-size:23px;
}
}

.contena-top1-3 {
	margin:10px 0 5px 0;
	font-size:16px;
	color:#898989;
	text-align:center;
}
@media screen and (max-width:500px){
.contena-top1-3 {
	margin:0px 0 2px 0;
	font-size:12px;
}
}

.contena-top1-4 {
	padding:0px 0 10px 0;
	text-align:center;
	line-height:1.2em;
	border:1px solid #ccc;
}
.contena-top1-4-1 {
	margin:0 0 10px 0;
	padding:7px 0 7px 0;
	font-weight: bold;
	text-align:center;
	line-height:1.2em;
	background-color:#eee;
	border-bottom:1px solid #ccc;
}
.contena-top1-4-1a {
	margin:10px 0 10px 0;
	padding:7px 0 7px 0;
	font-weight: bold;
	text-align:center;
	line-height:1.2em;
	background-color:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.contena-top1-4-2 {
	padding:2px 0 7px 0;
	font-size:12px;
	text-align:center;
	line-height:1.2em;
}
@media screen and (max-width:500px){
.contena-top1-4 {
	padding:0px 0 5px 0;
	font-size:12px;
	line-height:1.1em;
}
.contena-top1-4-1 {
	margin:0 0 5px 0;
	padding:5px 0 3px 0;
	font-size:12px;
	line-height:1.1em;
}
.contena-top1-4-1a {
	margin:5px 0 5px 0;
	padding:5px 0 3px 0;
	font-size:12px;
	line-height:1.1em;
}
.contena-top1-4-2 {
	padding:2px 0 7px 0;
	font-size:10px;
	text-align:center;
	line-height:1.1em;
}
}


.contena-top1-1-- {
//	font-size:28px;
	font-size:38px;
	color:#fff;
	text-align:center;
//	border:1px solid #fff;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
.contena-top1-2-- {
	margin:-5px 0 0 0;
	font-size:15px;
	color:#fff;
	text-align:center;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
@media screen and (max-width:500px){
.contena-top1-- {
	width:100%;
}
.contena-top1-1-- {
	font-size:22px;
}
.contena-top1-2-- {
	margin:-5px 0 0 0;
	font-size:14px;
}
}

.contena-top2 {
	z-index:2;
	position:absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	width:285px;
	margin:100px 0 0 0;
//	border:1px solid #000;
}
.contena-top2-1 {
	display:inline-block;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
.contena-top2-2 {
	display:inline-block;
	padding:0 0 0 5px;
	font-size:23px;
	color:#fff;
	text-align:center;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
@media screen and (max-width:500px){
.contena-top2 {
	bottom:30px;
	width:262px;
//	border:1px solid #000;
}
.contena-top2-1 {
	font-size:16px;
	color:#fff;
}
.contena-top2-2 {
	padding:0 0 0 5px;
	font-size:23px;
	color:#fff;
}
}


.contena-top-b {
	position:relative;
	width:100%;
	height:300px;
	padding:80px 150px 0 150px;
	background-color: #eee;
	border-bottom-left-radius:50% 7%;
	border-bottom-right-radius:50% 7%;

	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}

.contena-top-b-3a {
	background-image: url(../images/top-03.jpg);
	background-size:contain;
	background-position: top right;
	background-color:#c3bfbe;
}

.contena-top-b-5a {
	background-image: url(../images/top-05a.jpg);
//	background-size:cover;
	background-size:contain;
	background-position: top right;
	background-color:#78bdf0;"
}
.contena-top-b-8a {
	background-image: url(../images/top-08.jpg);
	background-size:contain;
	background-position: center right;
	background-color:#fed4bc;
}
.contena-top-b-9a {
	background-image: url(../images/top-09.jpg);
	background-size:contain;
	background-position: center right;
//	background-color:#9bb828;
	background-color:#6fb5d6;
}
.contena-top-b-10a {
	background-image: url(../images/top-10a.jpg);
	background-size:contain;
	background-position: center right;
	background-color:#c5d8d8;
}
.contena-top-b-11a {
	background-image: url(../images/top-11a.png);
//	background-size:cover;
	background-size:contain;
	background-position: top right;
	background-color:#f4759e;
}
.contena-top-b-12a {
	background-image: url(../images/top-12.jpg);
	background-size:contain;
	background-position: center right;
	background-color:#46be91;
}
.contena-top-b-13a {
	background-image: url(../images/top-13.jpg?0515);
	background-size:contain;
	background-position: center right;
	background-color:#d88cb6;
}
@media screen and (max-width:1200px){
.contena-top-b {
	padding: 80px 80px 0px 80px;
}
.contena-top-b-8a {
	background-image: url(../images/top-08a.jpg);
//	background-size: cover;
	background-position: center right;
}
}
@media screen and (max-width:1000px){
.contena-top-b {
	padding: 80px 40px 0px 40px;
}
.contena-top-b-5a {
//	background-size: cover;
	background-size: auto 100%;
	background-image: url(../images/top-05.jpg);
	background-position: top right;
}
.contena-top-b-10a {
	background-image: url(../images/top-10.jpg);
	background-size: cover;
	background-position: center center;
}
.contena-top-b-11a {
	background-image: url(../images/top-11a.png);
//	background-size:cover;
	background-size:contain;
	background-position: top right;
	background-color:#f4759e;
}
}
@media screen and (max-width:500px){
.contena-top-b {
	height:200px;
	padding: 50px 20px 0 20px;
}
.contena-top-b-3a {
	background-image: url(../images/top-03a.jpg);
//	background-size: cover;
	background-position: top right;
	background-color:#c3bfbe;
}
.contena-top-b-5a {
	background-image: url(../images/top-05b.jpg);
	background-position: top right;
}
.contena-top-b-8a {
	background-image: url(../images/top-08b.jpg);
	background-size: cover;
	background-position: center right;
}
.contena-top-b-9a {
	background-image: url(../images/top-09b.jpg);
	background-size: cover;
	background-position: center left;
}
.contena-top-b-11a {
	background-image: url(../images/top-11a.png);
	background-size:cover;
	background-position: top right -90px;

}
.contena-top-b-12a {
	background-image: url(../images/top-12b.jpg);
	background-size: cover;
	background-position: center left;
}
.contena-top-b-13a {
	background-image: url(../images/top-13b.jpg?0515);
	background-size: cover;
	background-position: center left;
}
}


.contena-top-b-01 {
	position:relative;
	max-width:1060px;
	width:100%;
}
.contena-top-b-02 {
	display:inline-block;
	padding:30px;
	background:rgba(255,255,255,0.5);
}
@media screen and (max-width:500px){
.contena-top-b-02 {
	padding:15px 20px;
}
}


.contena-main {
	position:relative;
//	min-width:1100px;
}

.title-01 {
	font-size:48px;
	font-weight: bold;
}
.title-02 {
	margin:5px 0 0 0;
	font-size:20px;
}
.title-shadow {
text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

.title-03 {
	margin: 0 0 10px 0;
	font-size:30px;
	font-weight: bold;
}
@media screen and (max-width:500px){
.title-01 {
	font-size:30px;

}
.title-02 {
	margin:3px 0 0 0;
	font-size:14px;
}
.title-03 {
	margin: 0 0 5px 0;
	font-size:22px;
}
}

.title-04 {
	font-size:34px;
	font-weight: bold;
	letter-spacing:5px;
}
.title-05 {
	margin:5px 0 0 0;
	font-size:17px;
}
@media screen and (max-width:500px){
.title-04 {
	font-size:27px;
	font-weight: bold;
	letter-spacing:5px;
}
.title-05 {
	margin:5px 0 0 0;
	font-size:14px;
}
}

.title-06 {
	margin:0 0 15px 0;
	padding:15px 20px;
	background-color:#eef1f2;
	border-radius:10px;
}
.title-06-1 {
	padding:2px 0px 2px 10px;
	font-size:22px;
	font-weight: bold;
	border-left:5px solid #5989cf;
}
@media screen and (max-width:500px){
.title-06 {
	margin:0 0 15px 0;
	padding:10px 12px;
	background-color:#eef1f2;
	border-radius:10px;
}
.title-06-1 {
	padding:2px 0px 1px 7px;
	font-size:16px;
	font-weight: bold;
	border-left:5px solid #5989cf;
}
}

.title-07 {
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	font-size:26px;
	font-weight: bold;
	border-bottom:1px solid #aaa;
}
@media screen and (max-width:500px){
.title-07 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:18px;
	line-height:1.5em;
}
}


.title-08 {
	margin: 0 0 20px 0;
	font-size:30px;
	font-weight: bold;
}
.title-08-1 {
	margin: 0 0 3px 0;
	font-size:15px;
//	font-weight: bold;
}
@media screen and (max-width:500px){
.title-08 {
	margin: 0 0 10px 0;
	font-size:20px;
}
.title-08-1 {
	margin: 0 0 3px 0;
	font-size:12px;
}
}



.news-title{
	margin:0 0 5px 0;
	font-size:24px;
	font-weight: bold;
	text-align:left;
}
@media screen and (max-width:500px){
.news-title{
	margin:0 0 5px 0;
	font-size:17px;
}
}
.news{
	max-width:1000px;
}
.news-00{
	padding:15px 0;
	border-bottom:1px solid #bbb;
	transition:0.5s;
}
.news-00:hover{
	background-color:#ddd;
}
@media screen and (max-width:500px){
.news-00{
	padding:10px 0;
	border-bottom:1px solid #bbb;
}
}
.news-01{
	width:110px;
	font-size:16x;
	vertical-align:top;
	text-align:left;
}
.news-02{
	font-size:16x;
	vertical-align:top;
	color:#0d68cf;
	text-align:left;
	text-decoration:underline;
}
.news-03{
	width:240px;
	height:150px;
	margin:0 10px 10px 0;
	padding:10px;
	line-height:1.0em;
	border:1px solid #bbb;
}
@media screen and (max-width:500px){
.news-01{
	display:block;
	width:100%;
	font-size:12x;
	line-height:1.5em;
}
.news-02{
	display:block;
	width:100%;
	font-size:12x;
	line-height:1.5em;
}
.news-03{
	width:152px;
	height:110px;
	margin:0 5px 5px 0;
	padding:10px;
}
}
.news-p {
	object-fit:contain;
	width:100%;
	height:100%;
}


.oguni-news-p-waku {
	margin:30px 0 0 0;
}
@media screen and (max-width:500px){
.oguni-news-p-waku {
	margin:15px 0 0 0;
}
}

.oguni-news-p-01 {
	float:left;
	width:33.33%;
	padding:0px 10px 20px 10px;
}
@media screen and (max-width:500px){
.oguni-news-p-01 {
//	width:50%;
//	padding:5px 5px 5px 5px;
//	border:1px silid #000;

	width:100%;
	padding:5px 0px 5px 0px;
}
}

.oguni-news-p2 {
	width:100%;
}




.contena-center {
	text-align:center;
}
.contena-000 {
	position:relative;
	padding: 150px 0px 0px 0px;
}
@media screen and (max-width:1000px){
.contena-000 {
	padding: 150px 0px 0px 0px;
}
}
@media screen and (max-width:500px){
.contena-000 {
	padding: 20px 0px;
}
}


.contena-001 {
	position:relative;
	padding: 150px 80px 0px 80px;
}
@media screen and (max-width:1000px){
.contena-001 {
	padding: 150px 40px 0px 40px;
}
}
@media screen and (max-width:500px){
.contena-001 {
	padding: 30px 20px 0 20px;
}
}


.contena-sub {
	position:relative;
	padding: 100px 150px 0px 150px;
}
@media screen and (max-width:1200px){
.contena-sub {
	padding: 100px 80px 0px 80px;
}
}
@media screen and (max-width:1000px){
.contena-sub {
	padding: 100px 40px 0px 40px;
}
}
@media screen and (max-width:500px){
.contena-sub {
	padding: 20px 20px 30px 20px;
}
}

.contena-sub-a {
	position:relative;
	padding: 0px 150px 0px 150px;
}
@media screen and (max-width:1200px){
.contena-sub-a {
	padding: 0px 80px 0px 80px;
}
}
@media screen and (max-width:1000px){
.contena-sub-a {
	padding: 0px 40px 0px 40px;
}
}
@media screen and (max-width:500px){
.contena-sub-a {
	padding: 0px 20px 0px 20px;
}
}


.view {
	display:inline-block;
	margin:10px 0 0 0;
	padding:0 2px 5px 2px;
	font-size:14px;
	font-weight: bold;
	line-height:1.0em;
	border-bottom:1px solid #aaa;
	cursor:pointer;
}
@media screen and (max-width:500px){
.view {
	margin:10px 0 0 0;
	padding:0 2px 5px 2px;
	font-size:12px;
}
}

.view2 {
	display:block;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
	display:inline-block;
	width:180px;
	margin:0 auto;
	padding:10px 15px 10px 15px;
	font-size:14px;
	font-weight: bold;
	line-height:1.0em;
	text-align:center;
	background-color:#fff;
	border:1px solid #ccc;
	cursor:pointer;
	border-radius: 99999px
}

.view3 {
	display:inline-block;
	width:180px;
	margin:20px auto 0 auto;
	padding:10px 15px 10px 15px;
	font-size:14px;
	color:#0d68cf;
	text-decoration:underline;
	font-weight: bold;
	line-height:1.0em;
	text-align:center;
	background-color:#fff;
	border:1px solid #ccc;
	cursor:pointer;
	border-radius: 99999px
	
}

.view4 {
	z-index:1;
	padding:0px 2px 5px 2px;
	font-size:17px;
	color:#0d68cf;
//	text-decoration:underline;
	font-weight: bold;
	line-height:1.0em;
//	border-top:1px solid #aaa;
	border-bottom:1px solid #5989cf;
	
	cursor:pointer;
}
.view4a {
	display:inline-block;
}
@media screen and (max-width:500px){
.view4 {
	font-size:14px;
}
.view4a {
	display:block;
}
}


.view5 {
	display:inline-block;
	min-width:180px;
//	margin:20px auto 0 auto;
	padding:10px 15px 10px 15px;
	font-size:14px;
	color:#0d68cf;
	text-decoration:underline;
	font-weight: bold;
	line-height:1.0em;
	text-align:center;
	background-color:#fff;
	border:1px solid #aaa;
	cursor:pointer;
	border-radius: 99999px
}


.qr-yoyaku-p {
	width:250px;
}


.photo01 {
//	height:400px;
	padding:150px 80px;
	text-align:center;
	background-color:#efefef;
//	background-color:#afdcff;

//	background: -moz-linear-gradient(top, #dff1ff, #25a0ff);
//	background: -webkit-linear-gradient(top, #dff1ff, #25a0ff);
//	background: linear-gradient(to bottom, #eee, #bbb);

	background-image: url(../images/syoukai.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;

	border-bottom-left-radius:50% 7%;
	border-bottom-right-radius:50% 7%;
	&::before{
	    content:"";
	    width:100%;
	    height:50px;
	    position:absolute;
	    top:0;
	    left:0;
	    background:#fff;
	    border-radius:0 0 50% 50%;
	}
}
@media screen and (max-width:1000px){
.photo01 {
	padding: 120px 40px 120px 40px;
}
}
@media screen and (max-width:500px){
.photo01 {
	padding: 80px 20px 160px 20px;
	background-image: url(../images/syoukai-s.jpg);
	background-size: contain;
	background-position: right bottom;
}
}

.photo01-w {
//	max-width:1000px;
	width:100%;
}

table td.td-mv01 {
	width:75%;
}
table td.td-mv02 {
	width:25%;
	padding:0 0 0 45px;
//	color:#fff;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}

@media screen and (max-width:500px){
table td.td-mv01 {
	display:block;
	width:100%;
}
table td.td-mv02 {
	display:block;
	width:100%;
	padding:10px 0 0 0;
}
}

.responsive {
	max-width:1000px;
	width: 100%;
	aspect-ratio: 16/9;
}

.photo02 {
	position:relative;
	height:400px;
	background-color:#ddd;
	background-image: url(../images/photo002.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
//	background-size: 100% auto;
	background-position: center top;

	border-bottom-left-radius:50% 7%;
	border-bottom-right-radius:50% 7%;
	&::before{
	    content:"";
	    width:100%;
	    height:50px;
	    position:absolute;
	    top:0;
	    left:0;
	    background:#fff;
	    border-radius:0 0 50% 50%;
	}
}
@media screen and (max-width:500px){
.photo02 {
	height:200px;
	background-attachment: scroll;
}
}

.photo03 {
	position:relative;
	height:400px;
	background-color:#ddd;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
//	background-size: 100% auto;

	border-bottom-left-radius:50% 7%;
	border-bottom-right-radius:50% 7%;
	&::before{
	    content:"";
	    width:100%;
	    height:50px;
	    position:absolute;
	    top:0;
	    left:0;
	    background:#fff;
	    border-radius:0 0 50% 50%;
	}
}
@media screen and (max-width:500px){
.photo03 {
	height:200px;
	background-attachment: scroll;
	background-position: center top;
}
}

.contena-takuji {
	position:relative;
	padding: 100px 80px 100px 80px;
//	background-color:#ddd;
	background-color:#fff;
	background-image: url(../images/takuji.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: left center;
}
@media screen and (max-width:1000px){
.contena-takuji {
	padding: 50px 40px 50px 40px;
}
}
@media screen and (max-width:500px){
.contena-takuji {
	height:200px;
	padding: 40px 20px;
	background-image: url(../images/takuji-s.jpg);
}
}


.contena-takuji01w {
	display:block;
}
.contena-takuji01s {
	display:none;
}
@media screen and (max-width:500px){
.contena-takuji01w {
	display:none;
}
.contena-takuji01s {
	display:block;
	padding:0 0px;
	text-align:center;
}
}

.contena-takuji01 {
	width:500px;
	margin:0 auto;
	padding: 10px;
	background-color:#fff;
}
.contena-takuji01a {
	padding: 40px;
	border:1px solid #ccc;
}
.contena-takuji02 {
	margin:0 0 20px 0;
	font-size:27px;
	font-weight: bold;
}
.contena-takuji03 {
	font-size:17px;
	line-height:2.5em;
//	text-align:left;
}
@media screen and (max-width:500px){
.contena-takuji01 {
	width:100%;
	margin:0 auto;
	padding: 20px;
	background-color:#fff;
}
.contena-takuji01a {
	padding: 20px 20px;
	border:1px solid #ccc;
}
.contena-takuji02 {
	margin:10px 0 10px 0;
	font-size:18px;
}
.contena-takuji03 {
	font-size:13px;
	line-height:2.1em;
//	text-align:left;
}
}


.contena-classes {
	position:relative;
	padding: 130px 80px 80px 80px;
//	background-color:#fff;
	background-image: url(../images/classes.jpg);
	background-repeat:no-repeat;
//	background-size:cover;
//	background-size:contain;
	background-size:100% auto;
	background-position: center bottom;
}
@media screen and (max-width:1000px){
.contena-classes {
	padding: 130px 40px 40px 40px;
}
}
@media screen and (max-width:500px){
.contena-classes {
	padding: 20px 0px 150px 0px;
}
}

.contena-classes-p {
	width:200px;
	height:200px;
	background-color:#ddd;
//	background-image: url(../images/classes.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: center center;
}
@media screen and (max-width:500px){
.contena-classes-p {
	width:100%;
	height:170px;
}
}
.contena-classes01 {
	width:570px;
	padding:10px;
	background:rgba(255,255,255,0.5);
}
.contena-classes01-2 {
	margin:20px 0 0 80px ;
}
.contena-classes01-3 {
	margin:20px 0 0 160px ;
}
@media screen and (max-width:500px){
.contena-classes01 {
	width:100%;
	padding:10px 20px;
	background:rgba(255,255,255,0.5);
}
.contena-classes01-2 {
	margin:10px 0 0 0px ;
}
.contena-classes01-3 {
	margin:10px 0 0 0px ;
}
}

.contena-classes02 {
	margin:0 0 10px 0;
	font-size:22px;
	font-weight: bold;
}
@media screen and (max-width:500px){
.contena-classes02 {
	margin:10px 0 5px 0;
	font-size:17px;
	font-weight: bold;
}
.contena-classes03 {
	font-size:12px;
	line-height:1.5em;
}
}


.contena-ext01 {
	margin:0 0 10px 0;
	font-size:25px;
	color:#898989;
	font-weight: bold;
	text-align:center;
}
.contena-ext02 {
	color:#898989;
	text-align:center;
}
.contena-ext01a {
	color:#fff;
}
@media screen and (max-width:500px){
.contena-ext01 {
	margin:0 0 10px 0;
	font-size:20px;
}
.contena-ext02 {
	font-size:12px;
}
}



.contena-bunrui00 {
	display:inline-block;
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
.contena-bunrui {
	float:left;
	width:16.6%;
	height:130px;
	padding:20px;
	line-height:1.0em;
}
@media screen and (max-width:500px){
.contena-bunrui {
	width:25%;
	height:75px;
	padding:5px 0;
}
}
.contena-bunrui-a {
//	background-color:#aaa;
//	background-color:#acc4e7;
	background-color:#fff;
	border:1px solid #dedede;
}
.contena-bunrui-b {
	background-color:#f2f2f2;
	border:1px solid #f2f2f2;
}
.contena-bunrui-as {
//	background-color:#aaa;
//	background-color:#acc4e7;
	background-color:#fff;
	border:1px solid #dedede;
}
.contena-bunrui-bs {
	background-color:#f2f2f2;
	border:1px solid #f2f2f2;
}
@media screen and (max-width:500px){
.contena-bunrui-as {
	background-color:#f2f2f2;
	border:1px solid #f2f2f2;
}
.contena-bunrui-bs {
//	background-color:#aaa;
	background-color:#fff;
	border:1px solid #dedede;
}
}
.contena-bunrui-t {
	font-size:15px;
	font-weight: bold;
	line-height:1.0em;
}
.contena-bunrui-t-a {
	color:#fff;
}
.contena-bunrui-t-b {
	color:#898989;
}
.contena-bunrui-t-as {
	color:#fff;
}
.contena-bunrui-t-bs {
	color:#898989;
}
@media screen and (max-width:500px){
.contena-bunrui-t {
	margin:5px 0 0 0;
	font-size:12px;
}
.contena-bunrui-t-as {
	color:#898989;
}
.contena-bunrui-t-bs {
	color:#fff;
}
}
.icon-ap {
	width:60px;
}
@media screen and (max-width:500px){
.icon-ap {
	width:40px;
}
}


.contena-sinryou {
	padding:0 80px;
}
@media screen and (max-width:500px){
.contena-sinryou {
	padding:0 20px;
}
}
.contena-sinryou-L {
	position:relative;
	width:60%;
	padding:0 40px 0 70px;
}

.contena-sinryou-L-p1 {
	width:100%;
	height:400px;
	margin:60px 0 0 0;
	background-color:#bbb;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: center center;
}
.contena-sinryou-L-p2 {
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:30%;
	height:170px;
	background-color:#ddd;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: center center;
}
.contena-sinryou-L2 {
	position:relative;
	width:60%;
	padding:0 70px 0 40px;
}
.contena-sinryou-L2-p1 {
	width:100%;
	height:400px;
	margin:60px 0 0 0;
	background-color:#bbb;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: center center;
}
.contena-sinryou-L2-p2 {
	z-index:1;
	position:absolute;
	top:0;
	right:0;
	width:30%;
	height:170px;
	background-color:#ddd;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: center center;
}
.contena-sinryou-R {
	position:relative;
	width:40%;
	padding:100px 60px 0 0;
	text-align:left;
}
.contena-sinryou-R2 {
	position:relative;
	width:40%;
	padding:100px 0 0 120px;
	text-align:left;
}
@media screen and (max-width:1000px){
.contena-sinryou-L {
	width:50%;
	padding:0 20px 0 40px;
}
.contena-sinryou-L2 {
	width:50%;
	padding:0 40px 0 20px;
}
.contena-sinryou-R {
	width:50%;
	padding:100px 20px 0 0;
	text-align:left;
}
.contena-sinryou-R2 {
	width:50%;
	padding:100px 0 0 40px;
	text-align:left;
}
}
@media screen and (max-width:500px){
.contena-sinryou-00 {
	padding:0 20px;
}
.contena-sinryou-L {
	width:100%;
	padding:0 50px 25px 0;
//	border:1px solid #000;
}
.contena-sinryou-L-p1 {
	width:100%;
	height:225px;
	margin:0px 0 0 0;
}
.contena-sinryou-L-p2 {
	top:auto;
	left:auto;
	bottom:0;
	right:0;
	width:130px;
	height:90px;
}
.contena-sinryou-L2 {
	width:100%;
	padding:0 0 25px 50px;
//	border:1px solid #000;
}
.contena-sinryou-L2-p1 {
	width:100%;
	height:225px;
	margin:0px 0 0 0;
}
.contena-sinryou-L2-p2 {
	top:auto;
	left:0;
	bottom:0;
	right:auto;
	width:130px;
	height:90px;
}
.contena-sinryou-R {
	width:100%;
	padding:5px 0px 0 10px;
	text-align:left;
//	border:1px solid #000;
}
.contena-sinryou-R2 {
	width:100%;
	padding:25px 0 0 10px;
	text-align:left;
//	border:1px solid #000;
}
.contena-sinryou-R-1 {
	font-size:12px;
}
}


.contena-sinryou-L3 {
	float:left;
	width:300px;
	height:200px;
	background-color:#ddd;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: center center;
}
.contena-sinryou-R3 {
	float:left;
	position:relative;
	padding:30px 0 0 30px;
	text-align:left;
}
@media screen and (max-width:500px){
.contena-sinryou-L3 {
	float:none;
	width:100%;
	height:140px;
	background-color:#ddd;
}
.contena-sinryou-R3 {
	float:none;
	position:relative;
	padding:10px 0 0 0px;
	text-align:left;
}
.contena-sinryou-R3a {
	padding:10px 0 0 10px;
}
}


.contena-tokutyou {
	padding:0 0px 0 0px;
}
.contena-tokutyou2 {
	padding:0 80px 0 0;
}

@media screen and (max-width:500px){
.contena-tokutyou {
	padding:0 0 0 0px;
//	border:1px solid #000;
}
.contena-tokutyou2 {
	padding:0 0px 0 0;
}
}

.contena-map {
	height:400px;
}
@media screen and (max-width:500px){
.contena-map {
	height:300px;
}
}


.btn-001 {
	display:inline-block;
	height:52px;
	padding: 12px 25px 0px 25px;
	font-size:14px;
	color:#474141;
	letter-spacing:0px;
	border:1px solid #474141;
	border-radius:26px;
	transition:0.5s;
}
@media screen and (max-width:500px){
.btn-001 {
	height:42px;
	padding: 7px 25px 0px 25px;
	font-size:14px;
	border-radius:21px;
}
}
.btn-001:hover {
	color:#fff;
	background-color:#474141;
}
.btn-001w {
	color:#fff;
	border:1px solid #fff;
}
.btn-001w:hover {
	color:#474141;
	background-color:#fff;
}


.btn-001-m {
	margin:25px 0 0 0;
}
@media screen and (max-width:500px){
.btn-001-m {
	margin:20px 0 0 0;
}
}


.contena-foot {
	position:relative;
	margin:0 0 0 0;
	padding: 40px 80px 40px 80px;
//	background-color: #ddd;
	background-color: #fff;
}
@media screen and (max-width:1000px){
.contena-foot {
	padding: 40px 40px 20px 40px;
}
}
@media screen and (max-width:500px){
.contena-foot {
	padding: 20px 20px 20px 20px;
}
}

.contena-foot01 {
	width:160px;
}
.okuni-p {
	width:100%;
}


.logo-w {
	text-align:center;
}
.logo-p {
	width:130px;
}


.contena-foot01-1 {
	display:inline-block;
	font-size:20px;
	color:#fff;
}
.contena-foot01-2 {
	display:inline-block;
	font-size:12px;
	color:#fff;
}
@media screen and (max-width:500px){
.contena-foot01-1 {
	display:block;
	font-size:22px;
}
.contena-foot01-2 {
	display:block;
	margin:-5px 0 10px 0;
	font-size:13px;
}
}

.contena-foot02 {
	font-size:17px;
//	color:#939597;
	letter-spacing:0px;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.contena-foot02 {
	font-size:14px;
}
}
.contena-foot03 {
	margin:20px 0 20px 0;
	font-size:14px;
//	color:#fff;
	text-align:left;
	letter-spacing:1px;
	line-height:1.5em;
}
.contena-foot03 b{
	font-size:14px;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.contena-foot03 {
	margin:20px 0 20px 0;
	font-size:12px;
//	color:#fff;
	text-align:left;
	letter-spacing:1px;
	line-height:1.5em;
}
.contena-foot03 b{
	font-size:13px;
	line-height:1.5em;
}
}

.contena-foot04 {
	margin:40px 0 70px 0;
	font-size:13px;
//	color:#fff;
	text-align:center;
	letter-spacing:1px;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.contena-foot04 {
	margin:30px 0 40px 0;
	font-size:11px;
}
}


.foot01p {
	width:100%;
	margin:20px 0 0 0;
}


.fff {
	color:#fff;
}


/*----------------------------------------------------------------*/

.hosp-w {
	max-width:1060px;
	width:100%;
	margin:0 auto;
}

.hosp-w2 {
	width:50%;
	margin:0 auto;
	padding:0 10px 20px 10px;
}

.hosp-wwww {
	padding:20px;
	border:1px solid #aaa;
	border-radius:10px;
}
@media screen and (max-width:500px){
.hosp-wwww {
	padding:10px 10px 20px 10px;
	border-radius:5px;
}
}

.hosp-ss01 {
	height:360px;
	padding:20px;
	border:1px solid #ccc;
	border-radius:20px;
}
.hosp-ss02 {
	margin:15px 0 0 0;
	text-align:center;
}
.hosp-ss-p {
	height:150px;
}
@media screen and (max-width:500px){
.hosp-w2 {
	width:100%;
	padding:0 0px 10px 0px;
}
.hosp-ss01 {
	height:auto;
	padding:15px;
	border-radius:10px;
}
.hosp-ss02 {
	margin:15px 0 0 0;
	text-align:center;
}
.hosp-ss-p {
	height:180px;
}
}

.hosp-ss03 {
	margin:0 0 15px 0;
	font-size:16px;
	font-weight: bold;
	text-align:center;
}
@media screen and (max-width:500px){
.hosp-ss03 {
	font-size:14px;
}
}

.hosp-ss03aa-w {
	padding:0 20px 20px 0;
}
.hosp-ss03aa {
	padding:7px 0;
	font-size:24px;
	font-weight: bold;
	text-align:center;
	line-height:1.3em;
	border:1px solid #aaa;
	border-radius:10px;
}
@media screen and (max-width:500px){
.hosp-ss03aa-w {
	padding:0 0px 10px 0;
}
.hosp-ss03aa {
	padding:7px 0;
	font-size:17px;
}
}



.hosp-ss04-l {
	float:left;
	width:50%;
	padding:0 10px 0px 0;
}
.hosp-ss04-l2 {
	float:left;
	width:33.33%;
	padding:0 10px 15px 0;
}
.hosp-ss04-l3 {
	z-index:3;
	float:left;
	width:25%;
	padding:0 10px 15px 0;
}
.hosp-ss04-r {
	float:right;
	width:50%;
	padding:0 0 0px 10px;
}
.hosp-ss04-c {
	width:50%;
	margin:0 auto;
	padding:0 0 15px 0px;
}
@media screen and (max-width:500px){
.hosp-ss04-l {
	float:none;
	width:100%;
	padding:0 0px 5px 0;
}
.hosp-ss04-l2 {
	float:none;
	width:100%;
	padding:0 0px 5px 0;
}
.hosp-ss04-l3 {
	float:none;
	width:100%;
	padding:0 0px 5px 0;
}
.hosp-ss04-r {
	float:none;
	width:100%;
	padding:0 0 5px 0px;
}
.hosp-ss04-c {
	width:100%;
	padding:0 0 5px 0px;
}
}

.hosp-ss04aaa {
	z-index:3;
	margin:0 0 15px 0;
	padding:20px 20px;
	font-size:16px;
	color:#0d68cf;
	text-align:center;
	text-align:left;
	border:2px solid #0d68cf;
//	text-decoration:underline;
	border-radius:10px;
}

.hosp-ss04 {
	z-index:1;
	position: relative;
	display: flex;
//	justify-content: space-around;
	justify-content: flex-start;
	align-items: center;
	text-align:left;
	margin: 0 0 15px 0;
	padding: 15px 25px 15px 45px;
    transition: 0.3s ease-in-out;
    font-weight: 600;
//    background: #6bb6ff;
//    background: #bdeff1;
    background: #dfeff1;
    border-radius: 10px;
    border: solid 2px #1d7fde;
    border-bottom: solid 4px #1d7fde;
	
    font-size:17px;
	color:#0d68cf;
	text-decoration:underline;
	font-weight: normal;
	line-height:1.5em;
}
.hosp-ss04:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #1d7fde;
    border-right: 3px solid #1d7fde;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}


.hosp-ss04 td {
	color:#0d68cf;
}
.hosp-ss04-txt {
	font-size:16px;
	color:#0d68cf;
	text-decoration:underline;
}
.noline {
	font-size:16px;
	color:#0d68cf;
	text-decoration:none;
}
@media screen and (max-width:500px){
.hosp-ss04 {
	margin: 0 0 7px 0;
	padding:10px 10px 10px 30px;
	font-size:12px;
}
.hosp-ss04:after {
    top: 50%;
    left: 5px;
}
}


.hosp-sanka-01 {
	padding:0 0 5px 0;
	font-size:18px;
	font-weight: bold;
	line-height:1.4em;
}
.hosp-sanka-02 {
	padding:20px;
	font-size:24px;
	font-weight: bold;
	text-align:center;
	line-height:1.7em;
	border:1px solid #aaa;
	letter-spacing:1px;
	border-radius:10px;
}
@media screen and (max-width:500px){
.hosp-sanka-02 {
	padding:10px;
	font-size:15px;
	line-height:1.5em;
	border-radius:5px;
}
}
.hosp-sanka-03 {
	padding:20px;
	font-size:15px;
	font-weight: bold;
	line-height:1.7em;
	border:1px solid #aaa;
	letter-spacing:1px;
	border-radius:10px;
}
@media screen and (max-width:500px){
.hosp-sanka-03 {
	padding:10px;
	font-size:12px;
	line-height:1.5em;
	border-radius:5px;
}
}

.hosp-sanka-04 {
	width:120px;
	height:120px;
	padding:15px;
//	font-size:15px;
//	font-weight: bold;
	line-height:1.0em;
	border:1px solid #aaa;
	letter-spacing:1px;
	border-radius:10px;
}
@media screen and (max-width:500px){
.hosp-sanka-04 {
	width:100px;
	height:100px;
	margin:0 0 10px 0;
	padding:10px;
//	font-size:15px;
//	font-weight: bold;
	line-height:1.0em;
	border:1px solid #aaa;
	letter-spacing:1px;
	border-radius:10px;
}
}

.hosp-sanka-05 {
	margin:0 0 15px 0;
	padding:12px 0;
	font-size:24px;
	color:#fff;
	font-weight: bold;
	text-align:center;
	line-height:1.5em;
	letter-spacing:1px;
	background-color:#0d68cf;
}
@media screen and (max-width:500px){
.hosp-sanka-05 {
	margin:0 0 10px 0;
	padding:7px 0;
	font-size:18px;
}
}


.hosp-sanka-pp {
	width:100px;
	margin:5px 0;
}


.hosp-fujin-01 {
	overflow:hidden;
//	width:100px;
//	height:100px;
	margin:0 0 20px 0;
	padding:0px;
//	font-size:15px;
//	font-weight: bold;
	line-height:1.5em;
	border:1px solid #aaa;
	letter-spacing:1px;
	border-radius:10px;
}
.hosp-fujin-01-1 {
	padding:10px 0;
	font-size:18px;
	font-weight: bold;
	text-align:center;
//	background-color:#ddd;
	background-color:#cbe5ff;
}
.hosp-fujin-01-2 {
	padding:20px 15px;
}
@media screen and (max-width:500px){
.hosp-fujin-01 {
	margin:0 0 10px 0;
	border-radius:5px;
}
.hosp-fujin-01-1 {
	padding:10px 0;
	font-size:16px;
}
.hosp-fujin-01-2 {
	padding:10px 10px;
}
}

.hosp-fujin-02 {
	margin:-1px 0 0 0;
	padding:5px 0 5px 0;
	font-size:17px;
	border-top:1px dashed #cbe5ff;
	border-bottom:1px dashed #cbe5ff;
}
.hosp-fujin-02::before {
	content: "●";
	padding-right: 3px;
	color:#0d68cf;
}
@media screen and (max-width:500px){
.hosp-fujin-02 {
	margin:-1px 0 0 0;
	padding:5px 0 5px 0;
	font-size:14px;
}
}
.hosp-fujin-02-25 {
	float:left;
	width:25%;
}
.hosp-fujin-02-50 {
	float:left;
	width:50%;
}
.hosp-fujin-02-75 {
	float:left;
	width:75%;
}
.hosp-fujin-02-100 {
	float:left;
	width:100%;
}
@media screen and (max-width:500px){
.hosp-fujin-02-25 {
	float:none;
	width:100%;
}
.hosp-fujin-02-50 {
	float:none;
	width:100%;
}
.hosp-fujin-02-75 {
	float:none;
	width:100%;
}
.hosp-fujin-02-100 {
	float:none;
	width:100%;
}
}

.hosp-fujin-03 {
	padding:0 0 0 50px;
}
@media screen and (max-width:500px){
.hosp-fujin-03 {
	padding:0;
}
}

.hosp-fujin-04 {
	padding:5px 0 0 0;
	font-size:13px;
}
@media screen and (max-width:500px){
.hosp-fujin-04 {
	font-size:12px;
}
}

.keisei02p {
	display:none;
}
@media screen and (max-width:500px){
.keisei02p {
	display:block;
	width:200px;
}
}

.hosp-flex1 {
	display: -webkit-flex;
	display: flex;
	
	align-items: center;
	justify-content: left;
}
.hosp-flex1-box {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width:100px;
	height:50px;
	margin:0 7px 0 0;
	font-size:15px;
	color:#fff;
	font-weight: bold;
	line-height:1.1em;
	background-color:#5989cf;
	letter-spacing:3px;
	border-radius:10px;
}
.hosp-flex1-box-a {
	background-color:#ccc;
}
@media screen and (max-width:500px){
.hosp-flex1-box {
	width:85px;
	height:40px;
	margin:0 5px 0 0;
	font-size:13px;
	letter-spacing:2px;
	border-radius:10px;
}
}

.hosp-flex1-box2 {
	float:left;
	width:25%;
	padding:0 20px 0 0;
}
.hosp-flex1-box2-1 {
	overflow:hidden;
//	height:250px;
	border:1px solid #aaa;
	border-radius:10px;
	background-color: #eee;
	
//	background-image: url(../images/img_002-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
//	background-size: auto 1240px;
	background-position: center center;
}
.hosp-flex1-box2-2a {
	height:190px;
//	background-image: url(../images/img_002-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
//	background-size: auto 1240px;
	background-position: center center;
}
.hosp-flex1-box2-2 {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;

//	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60px;
	font-size:15px;
	font-weight: bold;
	text-align:center;
	line-height:1.3em;
	background-color: #fff;
	text-decoration:underline;
}
@media screen and (max-width:500px){
.hosp-flex1-box2 {
	width:50%;
	padding:0 5px 10px 0;
}
.hosp-flex1-box2a {
	padding:0 0 10px 5px;
}
.hosp-flex1-box2-1 {
//	height:200px;
}
.hosp-flex1-box2-2 {
	font-size:12px;
}
}

.hosp-flex3 {
	display: -webkit-flex;
	display: flex;
	
//	align-items: center;
	align-items: stretch;
	justify-content: left;
	margin:0 0 15px 0;
}
.hosp-flex3-box1a {
	width:50%;
	padding:0 10px 0 0;
}
.hosp-flex3-box1b {
	width:50%;
	padding:0 0 0 10px;
}
@media screen and (max-width:500px){
.hosp-flex3 {
	display: -webkit-block;
	display: block;
	
//	align-items: center;
	align-items: stretch;
	justify-content: left;
	margin:0 0 0px 0;
}
.hosp-flex3-box1a {
	width:100%;
	padding: 0 0 10px 0;
}
.hosp-flex3-box1b {
	width:100%;
	padding: 0 0 10px 0;
}
}

.hosp-flex3-box2 {
	overflow:hidden;
	height:100%;
	font-size:15px;
	line-height:1.4em;
	border:1px solid #aaa;
	letter-spacing:1px;
	border-radius:10px;
}
@media screen and (max-width:500px){
.hosp-flex3-box2 {
	height:auto;
	font-size:12px;
}
}
.hosp-flex3-box2-photo {
	height:250px;
	background-color:#eee;
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.hosp-flex3-box2-1 {
	height:100%;
	padding:20px;
	font-size:15px;
	line-height:1.4em;
}
@media screen and (max-width:500px){
.hosp-flex3-box2-1 {
	height:auto;
	padding:10px;
	font-size:12px;
	line-height:1.4em;
}
}

.syussan01p {
	width:100%;
	margin:10px 0 0 0;
}

.hahaoya01p {
	width:100%;
	margin:0 0 40px 0;
}
@media screen and (max-width:500px){
.hahaoya01p {
	margin:0 0 20px 0;
}
}
.hosp-hh01 {
	margin:0 0 20px 0;
}






.hosp01 {
	font-size:18px;
	font-weight: bold;
}
@media screen and (max-width:500px){
.hosp01 {
	padding:0 0 5px 0;
	font-size:17px;
	font-weight: bold;
	text-align:center;
}
}
.hosp02 {
	width:250px;
	height:250px;
	padding:35px 0 0 0;
	background-color:#e6e1c5;
	background-color:#bcd8f2;
//	font-size:18px;
//	font-weight: bold;
	text-align:center;
}
.hosp02a {
	width:250px;
}
.hosp02b {
	width:350px;
}
.hosp02c {
	width:150px;
}
.hosp02-1 {
	font-size:20px;
	font-weight: bold;
}
.hosp02-2 {
	font-size:24px;
}
.hosp02-3 {
	margin:15px 0 5px 0 ;
	font-size:18px;
	font-weight: bold;
}
.hosp02-4 {
	font-size:17px;
}
@media screen and (max-width:500px){
.hosp02 {
	width:100%;
	height:auto;
	padding:15px 0 15px 0;
	background-color:#e6e1c5;
	background-color:#bcd8f2;
//	font-size:18px;
//	font-weight: bold;
	text-align:center;
}
.hosp02a {
	width:100%;
}
.hosp02b {
	width:100%;
}
.hosp02c {
	width:100%;
}
.hosp02-3 {
	margin:5px 0 5px 0 ;
	font-size:18px;
	font-weight: bold;
}
}

.hosp03 {
	margin:0 0 10px 0 ;
	font-size:20px;
	font-weight: bold;
}
@media screen and (max-width:500px){
.hosp03 {
	margin:0 0 5px 0 ;
	font-size:18px;
}
}

.hosp03-btn {
	display:inline-block;
	margin:5px 0 0 0;
	padding:7px 15px;
	font-size:15px;
	color:#5888ce;
	font-weight: bold;
	border:1px solid #5888ce;
	transition:0.5s;
}
.hosp03-btn:hover {
	color:#fff;
	background-color:#5888ce;
}

.hosp04 {
	width:100%;
	height:380px;
	margin:0 35px 0 0;
	padding:35px 0 0 0;
	background-color:#ddd;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
    background-position: center center;
}
.hosp04aaaa {
	height:200px;
}
.hosp04d {
	height:280px;
}
.hosp04e {
	height:200px;
}
.hosp04b {
	height:200px;
	margin:0 0px 0 0;
}
.hosp04c {
	height:200px;
	margin:0 0px 0 0;
}
@media screen and (max-width:500px){
.hosp04 {
	height:170px;
	margin:0 0px 0 0;
}
.hosp04a {
	height:300px;
	margin:0 0px 0 0;
}
.hosp04c {
	height:170px;
	margin:0 0px 0 0;
}
.hosp04d {
	width:150px;
	height:200px;
	margin:0 auto;
}
.hosp04f {
	width:200px;
	height:300px;
	margin:0 0 10px 0;
}
}

.hosp05 {
	font-size:12px;
	color:#e73400;
	font-weight: bold;
	line-height:1.5em;
}
.hosp06 {
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	font-size:22px;
	font-weight: bold;
	border-bottom:1px solid #ccc;
}
.hosp06a {
	padding:10px 0 8px 0;
	border-top:1px solid #ccc;
}
@media screen and (max-width:500px){
.hosp06 {
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	font-size:16px;
}
.hosp06a {
	padding:7px 0 5px 0;
	margin:0 0 10px 0;
	font-size:16px;
	border-top:1px solid #ccc;
}
}
.hosp07 {
	color:#e73400;
	font-weight: bold;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.hosp07 {
	font-size:12px;
}
}
.hosp08 {
	padding:10px 0;
}

.hosp09 {
	width:120px;
	height:120px;
	margin:0 auto;
	padding:15px;
	line-height:1.0em;
//	background-color:#5989cf;
	background-color:#bcd8f2;
	border-radius:50%;
}
.hosp09-p {
	width:100%;
}

.hosp10-T {
	display:table;
	border-collapse:collapse;
	width:100%;
	margin:0 0 40px 0;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.hosp10-T {
	display:block;
	width:100%;
	margin:0 0 20px 0;
}
}
.hosp10-L {
	display:table-cell;
//	float:left;
	width:50%;
	padding:0 15px 0 0;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
.hosp10-R {
	display:table-cell;
//	float:left;
	width:50%;
	padding:0 0 0 15px;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
.hosp10-L {
	display:block;
//	float:left;
	width:100%;
	padding:0 0px 0 0;
}
.hosp10-R {
	display:block;
//	float:left;
	width:100%;
	padding:20px 0 0 0;
}
}
.hosp10-1 {
	margin:0 0 10px 0 ;
	font-size:20px;
	font-weight: bold;
}
.hosp11a {
	width:100%;
}
@media screen and (max-width:500px){
.hosp10-1 {
	margin:0 0 10px 0 ;
	font-size:18px;
	text-align:center;
}
}
.hosp11 {
	width:100%;
}

.hosp12 {
	font-size:18px;
	font-weight: bold;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.hosp12 {
	font-size:15px;
}
}


.sweets-pdf {
	width:100%;
	height:600px;
}
@media screen and (max-width:500px){
.sweets-pdf {
	width:100%;
	height:290px;
}
}


table td.td-hosp01 {
	width:250px;
}
table td.td-hosp01a {
	width:350px;
}
table td.td-hosp01b {
	width:150px;
}
@media screen and (max-width:500px){
table td.td-hosp01 {
	display:block;
	width:100%;
}
table td.td-hosp01a {
	display:block;
	width:100%;
}
}
table td.td-hosp02 {
	padding:0 0 0 45px;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
table td.td-hosp02a {
	padding:0 45px 0 0;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
table td.td-hosp02b {
	padding:0 0 0 45px;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
table td.td-hosp02c {
	padding:0;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
table td.td-hosp02d {
	padding:0 0 0 25px;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
table td.td-hosp02 {
	display:block;
	width:100%;
	padding:10px 0 0 0;
}
table td.td-hosp02a {
	display:block;
	width:100%;
	padding:0 0 10px 0;
}
table td.td-hosp02ad {
	display:none;
}
table td.td-hosp02b {
	display:block;
	width:100%;
	padding:0 0 10px 0;
}
table td.td-hosp02c {
	display:block;
	width:100%;
}
table td.td-hosp02d {
	display:block;
	width:100%;
}
}
table td.td-hosp03 {
	width:55%;
}
table td.td-hosp03e {
	width:250px;
}
table td.td-hosp03f {
	width:270px;
}
table td.td-hosp03b {
	width:45%;
	background-color:#ddd;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: center center;
	border-radius:10px;
}
table td.td-hosp03c {
	width:25%;
}
table td.td-hosp03d {
	width:260px;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
table td.td-hosp03 {
	display:block;
	width:100%;
}
table td.td-hosp03b {
	display:block;
	width:100%;
	height:250px;
}
table td.td-hosp03e {
	display:block;
	width:100%;
//	border:1px solid #000;
}
table td.td-hosp03f {
	display:block;
	width:100%;
}
table td.td-hosp03a {
	display:none;
}
}
table td.td-hosp04 {
	width:45%;
	padding:0 0 0 45px;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
table td.td-hosp04e {
//	width:100%;
	padding:0 0 0 25px;
	vertical-align:middle;
}
@media screen and (max-width:500px){
table td.td-hosp04e {
	display:block;
	width:100%;
	padding:10px 0 0 0;
}
}
table td.td-hosp04a {
	padding:0 0 0 45px;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
table td.td-hosp04-2 {
	width:45%;
	padding:0 45px 0 0;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
table td.td-hosp04-3 {
//	width:50%;
	padding:0 25px 0 0;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
table td.td-hosp04-5 {
	padding:0 0 0 45px;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
@media screen and (max-width:500px){
table td.td-hosp04 {
	display:block;
	width:100%;
	padding:10px 0 0 0;
}
table td.td-hosp04a {
	display:block;
	width:100%;
	padding:10px 0 0 0;
}
table td.td-hosp04-2 {
	display:block;
	width:100%;
	padding:10px 0 0 0;
}
table td.td-hosp04-3 {
	display:block;
	width:100%;
	padding:0 0 10px 0;
}
table td.td-hosp04-5 {
	display:block;
	width:100%;
	padding:0 0 10px 0;
}
}

table td.td-hosp05 {
	width:120px;
	vertical-align:middle;
}
table td.td-hosp06 {
	padding:0 0 0 20px;
	text-align:left;
	vertical-align:middle;
}
@media screen and (max-width:500px){
table td.td-hosp05 {
	display:block;
	width:100%;
}
table td.td-hosp06 {
	display:block;
	width:100%;
	padding:10px 0 0 0;
}
}

table td.td-hosp07 {
	width:50%;
}
@media screen and (max-width:500px){
table td.td-hosp07 {
	display:block;
	width:100%;
}
}





.hosp-ul {
	padding:0 0 0 20px;
}
@media screen and (max-width:500px){
.hosp-ul li{
	padding:0 0 5px 0;
}
}

/*----------------------------------------------------------------*/

.care-01 {
	float:left;
//	width:270px;
	margin:0 40px 0px 0;
}
@media screen and (max-width:500px){
.care-01 {
	width:50%;
	margin:0 0px 0px 0;
}
}

.care-02w {
	border-left:1px solid #aaa;
}
.care-02 {
	float:left;
	width:33.33%;
	height:70px;
	margin:0 0 0 0px;
//	border-left:1px solid #aaa;
//	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
@media screen and (max-width:500px){
.care-02 {
//	float:none;
	width:50%;
	height:35px;
}
}

.schedul-fujinnka1-p {
	width:100%;
	max-width:742px;
}
.schedul-osan-p {
	width:100%;
	max-width:762px;
}

.care-03 {
	padding:20px;
	background-color: #ffe8f2;
	border-radius:15px;
}
.care-03-1 {
	margin:0 0 5px 0;
	font-size:20px;
	color:#f07d3f;
	font-weight: bold;
}

.care-04 {
	font-size:18px;
	font-weight: bold;
	text-align:center;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.care-04 {
	font-size:14px;
}
}

/*----------------------------------------------------------------*/

.outpat-01 {
	position:relative;
	padding:20px;
	text-align:left;
	background-color:#e8f2ff;
	border-radius:10px;
}
.outpat-01-1 {
	display:inline-block;
	padding:2px 10px;
	border:1px solid #5888ce;
	transition:0.5s;
}
.outpat-01-1:hover {
	background-color:#fff;
}
.outpat-02 {
	width:100%;
	height:246px;
	margin:0 35px 0 0;
	padding:35px 0 0 0;
	background-color:#ddd;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
    background-position: center center;
	border-radius:10px;
}

.timetable-p {
	width:100%;
	max-width:1024px;
}

.outpat-03 {
	width:638px;
	margin:10px 0 0 0;
}
@media screen and (max-width:500px){
.outpat-03 {
	width:100%;
	margin:0px 0 0 0;
}
}

/*----------------------------------------------------------------*/

.dr-01 {
	position:relative;
	padding:15px 30px;
	border: 1px solid #aaa;
	border-radius:10px;
}
@media screen and (max-width:500px){
.dr-01 {
	padding:10px 10px;
}
}

.dr-001p {
	width:100%;
}
@media screen and (max-width:500px){
.dr-001p {
	width:160px;
}
}

.dr-02 {
	display:inline-block;
	text-align:left;
}
.dr-02a {
	margin:30px 0 0 0;
}
.dr-02-0 {
	display:inline-block;
	margin:0 0 10px 0;
	padding:7px 12px;
	line-height:1.0em;
	border:1px solid #aaa;
}
.dr-02-1 {
	display:inline-block;
	font-size:30px;
	font-weight:bold;
}
.dr-02-2 {
	display:inline-block;
	margin:0 0 0 15px;
	font-size:15px;
	color:#666;
	font-weight:bold;
}
@media screen and (max-width:500px){
.dr-02 {
	margin:0 auto;
	text-align:left;
}
.dr-02a {
	margin:0;
}
.dr-02-1 {
//	display:block;
	font-size:20px;
}
.dr-02-2 {
//	display:block;
//	margin:2px 0 0 0;
	font-size:12px;
}
}

/*----------------------------------------------------------------*/

.acs-01 {
	position:relative;
	height:100%;
	height:100%;
	padding:15px 20px;
	border: 1px solid #aaa;
	border-radius:10px;
}
@media screen and (max-width:500px){
.acs-01 {
	padding:10px 10px;}
}

.acs-02 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:18px;
	font-weight: bold;
	border-bottom:1px solid #ccc;
}
@media screen and (max-width:500px){
.acs-02 {
	font-size:15px;
}
}

.acs-03 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:20px;
	font-weight: bold;
	border-bottom:1px solid #ccc;
}
@media screen and (max-width:500px){
.acs-03 {
	font-size:15px;
}
}

.acs-01p {
	width:100%;
}

/*----------------------------------------------------------------*/

.privacy-01 {
	margin:0 0 40px 0;
}
@media screen and (max-width:500px){
.privacy-01 {
	margin:0 0 20px 0;
}
}

/*----------------------------------------------------------------*/

.funin-flex1 {
	display: -webkit-flex;
	display: flex;
	
//	align-items: center;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width:500px){
.funin-flex1 {
	display: -webkit-block;
	display: block;
}
}
.funin-a {
	width:50%;
	padding:0 10px 0 0;
}
.funin-b {
	width:50%;
	padding:0 0 0 10px;
}
@media screen and (max-width:500px){
.funin-a {
	width:100%;
	padding:0 0 10px 0;
}
.funin-b {
	width:100%;
	padding:0 0 0 0px;
}
}

.funin-01 {
	height:100%;
	padding:20px;
	border-radius:5px;
}
.funin-01a {
	background-color:#ffd6f1;
}
.funin-01b {
	background-color:#cff3ff;
}
.funin-01-1 {
	font-size:21px;
	font-weight: bold;
	line-height:1.5em;
}
.funin-01a div.funin-01-1 {
	color:#ff7378;
}
.funin-01b div.funin-01-1 {
	color:#00a9cf;
}

.funin-03 {
	display:inline-block;
	padding:20px;
	background-color:#ddd;
}
.funin02p {
	width:100%;
}
.funin-03-1 {
	overflow:hidden;
//	padding:10px;
	text-align:center;
	line-height:1.5em;
	background-color:#fff;
	border-radius:10px;
}
.funin-03-2 {
	padding:5px;
	background-color:#ddd;
}
.funin-03-3 {
	padding:10px;
}


/*----------------------------------------------------------------*/

.hos-01 {
	font-size: clamp(20px,5vw,50px);
//	font-size:36px;
	font-weight: bold;
	text-align:center;
}

.hos-02a {
	
}
.hos-02b {
	margin:0 0 0 -1px;
}
@media screen and (max-width:500px){
.hos-02b {
	margin:-1px 0 0 0;
}
}

.hos-03 {
}
.hos-04 {
	margin:0 0 0 10px;
}
@media screen and (max-width:500px){
.hos-04 {
	margin:10px 0 0 0;
}
}

.picticon1p {
	height:40px;
	margin:0 10px 10px 10px;
}
@media screen and (max-width:500px){
.picticon1p {
	height:30px;
	margin:0 5px 5px 5px;
}
}

/*----------------------------------------------------------------*/

.smap-00 {
	margin:0 0 30px 0;
}
@media screen and (max-width:500px){
.smap-00 {
	margin:0 0 15px 0;
}
}

.smap-01 {
	float:left;
	width:50%;
	padding:0 20px 0 0;
	
}
.smap-02 {
	float:left;
	width:50%;
	padding:0 0 0 20px;
	
}
@media screen and (max-width:500px){
.smap-01 {
	float:none;
	width:100%;
	padding:0 0 0 0px;
}
.smap-02 {
	float:none;
	width:100%;
	padding:0 0px 0 0;
}
}

.smap-03 {
	display:inline-block;
	margin:0 0 5px 0;
	font-size:20px;
	color:#0000cc;
	font-weight: bold;
	transition:0.2s;
//	text-decoration:underline;
	border-bottom:1px solid #0000cc;
}
.smap-03:hover{
	color:#ff0000;
	cursor: pointer;
	border-bottom:1px solid #ff0000;
}
@media screen and (max-width:500px){
.smap-03 {
	margin:0 0 5px 0;
	font-size:16px;
}
}

/*----------------------------------------------------------------*/

.webR-01 {
	position:relative;
	padding:30px;
	text-align:left;
	background-color:#e8f2ff;
	border-radius:10px;
}
@media screen and (max-width:500px){
.webR-01 {
	padding:15px;
}
}

.intviewQR-p {
	width:300px;
}
@media screen and (max-width:500px){
.intviewQR-p {
	width:100%x;
}
}
.intviewQR-t {
	margin:10px 0 20px 0;
}
.intviewQR-t a.lnk {
	font-size:22px;
	color:#1967d2;
	font-weight: bold;
//	text-decoration:underline;
}
.intviewQR-t a.lnk:hover{
	color:#ff0000;
	cursor: pointer;
}
@media screen and (max-width:500px){
.intviewQR-t a.lnk {
	font-size:14px;
}
}

.webR-02 {
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #aaa;
}
@media screen and (max-width:500px){
.webR-02 {
	margin:0 0 10px 0;
	font-size:15px;
}
}

.webR-03 {
	margin:15px 0 0 0;
//	font-size:24px;
	color:#f05049;
	font-weight:bold;
}

/*----------------------------------------------------------------*/

.screen-01 {
	font-size:18px;
	font-weight: bold;
	text-align:center;
	line-height:1.7em;
}
.screen-02 {
	display:inline-block;
	padding:0 5px;
	font-size:27px;
	font-weight: bold;
	text-align:center;
	line-height:1.7em;
}
@media screen and (max-width:500px){
.screen-01 {
	font-size:14px;
}
}

.screening01p {
	width:100%;
	max-width:716px;
}

/*----------------------------------------------------------------*/

.icon-p {
	width:40px;
}

/*----------------------------------------------------------------*/

.home02-1p {
	width:100%;
}

/*----------------------------------------------------------------*/

.ladies-01 {
	margin:0 0 15px 0;
	font-size:20px;
	font-weight: bold;
}

.ladies01p {
	width:100%;
	max-width:500px;
	margin:0 0 20px 0;
}
.cancer01p {
	width:120px;
	margin:0 0 5px 0;
}

.ladies-02 {
	margin:0 0 5px 0;
	padding:5px 15px;
//	font-size:14px;
	color:#fff;
	font-weight: bold;
	text-align:center;
	background-color:#777;
	border-radius:20px;
}
.ladies-03 {
	font-weight: bold;
	line-height:1.5em;
}
.ladies-03-1 {
	display:inline-block;
	font-size:17px;
	font-weight: bold;
	line-height:1.7em;
}
.ladies-03-2 {
	display:inline-block;
	font-size:11px;
	font-weight: bold;
	line-height:1.7em;
}

.ladies-04 {
	font-size:30px;
	color:#f05ba6;
	font-weight: bold;
	text-align:center;
	line-height:1.5em;
}
.ladies-04-1 {
	margin:10px 0 0 0;
	font-size:18px;
	color:#f05ba6;
	font-weight: bold;
	text-align:center;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.ladies-04 {
	font-size:18px;
}
.ladies-04-1 {
	font-size:13px;
}
}

.ladies-05 {
	font-size:24px;
	color:#f05ba6;
	font-weight: bold;
	text-align:center;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.ladies-05 {
	font-size:15px;
}
}

.ladies-06 {
	margin:0 0 5px 0;
	font-size:21px;
//	color:#f05ba6;
	font-weight: bold;
	line-height:1.5em;
}
@media screen and (max-width:500px){
.ladies-06 {
	font-size:15px;
}
}

/*----------------------------------------------------------------*/

.nursery-01 {
	font-size:24px;
	font-weight: bold;
	text-align:center;
	line-height:1.7em;
}
@media screen and (max-width:500px){
.nursery-01 {
	font-size:14px;
}
}

.nursery01p {
	width:100%;
	max-width:764px;
}

.nursery-02 {
	position:relative;
	display:inline-block;
	padding:15px 40px;
	text-align:center;
	font-weight: bold;
	background-color:#e8f2ff;
	border-radius:10px;
}
@media screen and (max-width:500px){
.nursery-02 {
	display:block;
	padding:15px 0;
}
}

.nursery02p {
	width:100%;
	max-width:566px;
	border-radius:10px;
}

.nursery-03 {
	font-size:20px;
	font-weight: bold;
	text-align:center;
	line-height:1.7em;
}
@media screen and (max-width:500px){
.nursery-03 {
	font-size:14px;
}
}

.nursery-04 {
	position:relative;
	display:inline-block;
	padding:15px 40px;
	font-size:21px;
	text-align:center;
	font-weight: bold;
	background-color:#ffe8f2;
	border-radius:10px;
}
@media screen and (max-width:500px){
.nursery-04 {
	display:block;
	padding:15px 0;
	font-size:14px;
}
}

/*----------------------------------------------------------------*/

.breast-01 {
	font-size:18px;
	font-weight: bold;
	text-align:center;
	line-height:1.7em;
}
@media screen and (max-width:500px){
.breast-01 {
	font-size:14px;
}
}
.breast-02 {
	margin:0 0 10px 0;
	font-size:21px;
	color:#ff548a;
	font-weight: bold;
	text-align:center;
	line-height:1.7em;
}
@media screen and (max-width:500px){
.breast-02 {
	font-size:14px;
}
}

/*----------------------------------------------------------------*/

.restaurant01 {
	width:100%;
	height:380px;
	margin:0 35px 0 0;
	padding:35px 0 0 0;
	background-color:#ddd;
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
    background-position: center center;
}
@media screen and (max-width:500px){
.restaurant01 {
	height:210px;
	margin:0 0px 0 0;
}
}

.restaurant02 {
	padding:20px 0;
	font-size:24px;
	font-weight: bold;
	text-align:center;
	line-height:1.7em;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
@media screen and (max-width:500px){
.restaurant02 {
	padding:10px 0;
	font-size:14px;
}
}

.restaurant02p {
	width:100%;
}

/*----------------------------------------------------------------*/

.recruiting-00 {
	padding:40px 10px;
	font-size:20px;
	font-weight: bold;
	text-align:center;
	border:1px solid #aaa;
}
@media screen and (max-width:500px){
.recruiting-00 {
	padding:20px 10px;
	font-size:14px;
}
}
.recruiting-01 {
	font-size:15px;
	font-weight: bold;
//	text-align:center;
	line-height:1.7em;

}
@media screen and (max-width:500px){
.recruiting-01 {
	font-size:14px;
}
}

/*----------------------------------------------------------------*/

.seminar-01 {
	font-size:18px;
	font-weight: bold;
}
@media screen and (max-width:500px){
.seminar-01 {
	font-size:14px;
}
}

.seminar01p {
	width:100%;
	margin:0 0 20px 0;
}

/*----------------------------------------------------------------*/

.hpv02p {
	width:100%;
	max-width:600px;
}

/*----------------------------------------------------------------*/


.aaaaa2 {
	position:relative;
//	width: 100vw;
//	height: 100vh;
	width: 100%;
	height:800px;
	overflow: hidden;

	border-bottom-left-radius:50% 7%;
	border-bottom-right-radius:50% 7%;

	background-color: rgba(255,255,255,1);
//	background-color:#888;
//	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
@media screen and (max-width:500px){
.aaaaa2 {
	height:300px;
}
}

.aaaaa2-1 {
	z-index:3;
	position:absolute;
	top:0;
	left:0;

	object-fit:cover;
	width:100%;
	height:100%;

//	border:1px solid #f00;
}
.aaaaa2-2 {
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:800px;
	background-color: rgba(255,255,255,1);
}
.aaaaa2-2z {
	display:none;
}

.aaaaa2-2y {
	-webkit-animation-timing-function:liner;
	-ms-animation-timing-function:liner;
	animation-timing-function:liner;
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.0s;
	-ms-animation-duration:1.0s;
	animation-duration:1.0s;
	-webkit-animation-name: aaaaa2-2y;
	animation-name: aaaaa2-2y;
	visibility: visible !important;
}
@keyframes aaaaa2-2y {
	0% { opacity:1; }
	100% { opacity:0; }
}


.aaaaa2-3 {
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:800px;
	background-color: rgba(255,255,255,1);
}
.ani-v1 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: ani-v1;
	animation-name: ani-v1;
	visibility: visible !important;
//	animation-delay:5s;
}
@keyframes ani-v1 {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

/*----------------------------------------------------------------*/


/*--------------------------------
	スライダー
--------------------------------*/

.swiper-container {
	z-index:0;
//	position:relative;
	position:absolute;
	top:0;
	left:0;

	width: 100%;
//	height: 100%;
	height: 800px;
//	min-width:1200px;

	overflow: hidden;
	border-bottom-left-radius:50% 7%;
	border-bottom-right-radius:50% 7%;

//	border:1px solid #000;
}
@media screen and (max-width:500px){
.swiper-container {
	height: 300px;
}
}

.swiper-slide {
//	min-width:1200px;
//	border:1px solid #000;
	text-align: center;
	background: #fff;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}
.swiper-slide2 {
//	background-position: center bottom;
}
.swiper-slide3 {
//	background-position: center top;
}
@media screen and (max-width:500px){
.swiper-slide2 {
//	background-position: center bottom;
}
}

.swiper-button-next {
	position:absolute;
	z-index:1000;
	top:auto;
	bottom:20px;
	left:55px;
	width:30px;
	height:30px;
	background-color:#000;
	border:1px solid #fff;
//	-webkit-border-radius:50%;
//	-moz-border-radius:50%;
//	-ms-border-radius:50%;
//	border-radius:50%;
	background-image: url(../images/ya2.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position: center center;
}
.swiper-button-next:hover {
	background-color:#0c2489;
}
.swiper-button-prev {
	position:absolute;
	z-index:1000;
	top:auto;
	bottom:20px;
	left:20px;
	width:30px;
	height:30px;
	background-color:#000;
	border:1px solid #fff;
//	-webkit-border-radius:50%;
//	-moz-border-radius:50%;
//	-ms-border-radius:50%;
//	border-radius:50%;
	background-image: url(../images/ya1.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position: center center;
}
.swiper-button-prev:hover {
	background-color:#0c2489;
}









.contena-00 {
	position:relative;
	padding:35px 0 0 0px;
//	border-top:6px solid #000;
//	border-border:6px solid #000;
	border-left:6px solid #000;
}
.contena-00a {
	position:relative;

}
.br-btn {
	background-color:#fff;
	transition:1.0s;
}
.br-btn:hover {
	background-color:#b1d4f2;
}

.contena-01 {
//	position:absolute;
	position:relative;
	z-index:2;
//	height:500px;
	padding:0 80px;
}
.contena-01rc {
	max-width:1100px;
//	border:1px solid #000;
}

.contena-01-cl01 {
	padding:60px 80px 60px 80px;
	background-color:#cce1ff;
	background-color:#000;
}
.contena-01-mp1 {
	padding:20px 80px 20px 80px;
}

.contena-01a {
	max-width:1000px;
}

.contena-01a1000 {
	display:inline-block;
//	width:1000px;
//border:1px solid #fff;
}
.contena-01b {
//	padding:140px 80px 140px 80px;
	padding:80px 80px 80px 80px;
	background-color:#000;
}
.contena-01b2 {
//	padding:140px 80px 140px 80px;
	padding:80px 80px 80px 80px;
	background-color:#000;
}
.contena-01b3 {
	margin:-50px 0 0 0;
}
@media screen and (max-width:480px){
.contena-01b3 {
	margin:0px 0 0 0;
}
}
.contena-01b-blu {
	background-color:#0131ab;
}
.contena-01b-wht {
	background-color:#fff;
}

.contena-01c {
	max-width:1000px;
}
.contena-01d {
	width:1000px;
//	padding:140px 80px 140px 80px;
	padding:80px 80px 80px 80px;
	background-color:#f3f3f3;
}

.contena-02 {
//	position:absolute;
	position:relative;
	z-index:2;
//	width:1200px;
//	height:500px;
	padding:0 0 0 80px;
//	border:1px solid #000;
}
.contena-02-m100 {
	margin:0 0 -80px 0;
	top:-80px;
}
.contena-02-m100a {
	margin:0 0 -80px 0;
	top:-80px;
}

.contena-02b {
	padding:0 80px 0 80px;
//	border:1px solid #000;
}
.contena-02c {
	min-width:1100px;
	max-width:1200px;
	padding:0 40px 0 40px;
//	border:1px solid #000;
}


@media screen and (max-width:480px){
.contena-02-m100 {
	margin:0 0 0 0;
	top:-50px;
}
.contena-02-m100a {
	margin:0 0 -50px 0;
	top:-50px;
}
.contena-02-m20 {
	margin:0 0 0 -20px;
}
.contena-02b {
	padding:0 0px 0 0px;
}
.contena-02c {
	min-width:1px;
	width:100%;
	padding:0 10px 0 10px;
//	border:1px solid #000;
}
}

.contena-02-ma {
	height:120px;
	height:80px;
	margin:0px 0 0 0 ;
//	border:1px solid #000;
}

.contena-02-mb {
//	position:absolute;
	position:relative;
	z-index:2;
	max-width:1200px;
//	width:1200px;
//	height:500px;
	padding:0 0 0 40px;
//	border:1px solid #fff;
}

@media screen and (max-width:480px){
.contena-02-ma {
	height:100px;
}
}

.yoyaku-frame {
	width:100%;
	height:500px;
}
@media screen and (max-width:480px){
.yoyaku-frame {
	width:100%;
	height:450px;
	margin:-30px 0 0 0;
}
}

.contena-02-1 {
	position:relative;
	z-index:1;
	height:700px;
	padding:0 0 0 100px;
//	border:1px solid #000;
}
.contena-02-1-h {
	height:auto;
}

.contena-02-2 {
//	position:absolute;
	position:relative;
	z-index:3;
	height:600px;
}
@media screen and (max-width:480px){
.contena-02-2 {
	height:auto;
}
}

.contena-02-3 {
//	position:relative;
	position:absolute;
	z-index:1;
	top:100px;
	left:0px;
	width:100%;
	height:600px;
//	background-color:#f3f3f3;
}
.contena-02-4 {
//	position:relative;
	position:absolute;
	z-index:1;
	bottom:0px;
	right:0px;
	width:100%;
	height:80%;
//	background-color:#f3f3f3;
//	background-color:#99addd;
	background-color:#ccd6ee;
}
@media screen and (max-width:480px){

}

.contena-02-5 {
	text-align:left;
}

.back-b-b {
//	position:relative;
	position:absolute;
	z-index:0;
bottom:0px;
right:-85px;
	width:100%;
	height:320px;
	background-color:#000;
	margin: 0 0 150px 0;
}



.back-b {
	position:relative;
//	width:93%;
	width:85%;
//	width:100%;
//	height:320px;
	height:auto;
//	margin:0 0 0 110px;
	margin:-100px 0 0 0;
//	background-color:#000;
	width:1px;
}
.back-b:before{
	z-index:1;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:100%;
	height:320px;
//	background-color:#000;
//	border:1px solid #000;
//	-webkit-transform:scale(0,1);
//	transform:scale(0,1);
}
.back-b-aa {
	position:relative;
//	width:93%;
	width:85%;
	height:320px;
	background-color:#000;
//	width:1px;
}
.back-b-aa:before{
	z-index:1;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:100%;
	height:320px;
//	background-color:#000;
//	border:1px solid #000;
//	-webkit-transform:scale(0,1);
//	transform:scale(0,1);
}
.back-bmm {
	width:100%;
	margin:0 0 0 0;
}
.back-b-0 {
	width:85%;
	height:320px;
	margin:-100px 0 0 0;
	overflow:hidden;
//	opacity:0;
	transform:scale(0,1);
}
.back-b-1 {
	width:100%;
//	width:1200px;
	height:320px;
	position:relative;
//	position:absolute;
	z-index:0;
//	borttom:200px;
	right:0;

	background-image: url(../images/8407.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
    background-position: center bottom;

}

.back-b-2 {
	width:100%;
//	width:1200px;
	height:320px;
	margin:0 0 0 0;
	position:relative;
//	position:absolute;
	z-index:0;
//	borttom:200px;
	right:0;
	background-image: url(../images/0042.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
    background-position: center top -240px;
}

.back-b-3 {
	width:100%;
//	width:1200px;
	height:320px;
	margin:0 0 0 0;
	position:relative;
//	position:absolute;
	z-index:0;
//	borttom:200px;
	right:0;
	background-image: url(../images/0407.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
    background-position: center bottom -80px;
}


.text-a0 {
//	width:320px;
	width:480px;
	height:255px;
	overflow:hidden;
	transform: translateY(40px);
//	border:1px solid #000;
}
.text-a0h {
//	height:100px;
//	border:1px solid #000;
}
.text-b0 {
	height:170px;
//	height:190px;
	margin:-20px 0 5px 0 ;
	padding:0 10px;
	overflow:hidden;
//	border:1px solid #000;
//	background-color:#ccc;
}
.text-b0-si {
	height:190px;
}
.text-b0-dd {
	width:20px;
	height:1px;
	color:#fff;
	padding:70px 0 0 0;
//	border:1px solid #000;
}
.text-b4 {
	height:210px;
	margin:20px 0 5px 0px ;
//	padding:20px 0 0 0;
	padding:35px 20px 10px 20px;
	overflow:hidden;
//	border:1px solid #000;
//	background-color:#ccc;
}

.text-a {
	display:inline-block;
//	margin:0 10px;
	transform: translateY(255px);
}

.text-a-01, .text-a-02, .text-a-03, .text-a-04, .text-a-05, .text-a-06, .text-a-07 {
	display:inline-block;
//	margin:0 10px;
	transform: translateY(300px);
//	border:1px solid #000;
}

.text-a0 {
	width:100%;
	height:auto;
	overflow:hidden;
	transform: translateY(40px);
//	border:1px solid #000;
}
.text-a2-0 {
	z-index:2;
	position:relative;
	display:inline-block;
	width:100%;
//	width:440px;
	height:auto;
	margin:0 0px 0 20px;
//	padding:0px 0 0 20px;
//	border:1px solid #000;
	overflow:hidden;
	transform: translateY(40px);
//	border:1px solid #000;
}

.contena-01z {
	position:relative;
	z-index:2;
	height:500px;
	padding:0px 0px 0px 0px;
//	border:1px solid #000;
}
.text-a0z {
	position:absolute;
	top:65px;
	z-index:2;
	width:100%;
	height:150px;
	overflow:hidden;
	transform: translateY(40px);
//	border:1px solid #000;
}
.text-a2-0z {
	position:absolute;
	top:200px;
	z-index:2;
	position:relative;
	display:inline-block;
	width:100%;
//	width:440px;
	height:150px;
	margin:0 0px 0 0px;
//	padding:0px 0 0 20px;
//	border:1px solid #000;
	overflow:hidden;
	transform: translateY(40px);
//	border:1px solid #000;
}
.text-a3-0z {
	position:absolute;
	top:150px;
	right:0;

}


.text-a2 {
	display:inline-block;
	margin:0 0px ;
//	padding:60px 0 0 0;
	color:#d6d6d6;
	transform: translateY(210px);
}
.text-a2-grn {
//	padding:60px 0 0 0;
	display:inline-block;
	color:#0131ab;
	transform: translateY(300px);
}
.text-b {
	display:inline-block;
	margin:0 0px;
	transform: translateY(150px);
}
.text-b2 {
	display:inline-block;
	color:#d6d6d6;
	transform: translateY(150px);
}
.text-b3 {
	display:inline-block;
	color:#0131ab;
	transform: translateY(150px);
}

.text-b5 {
	display:inline-block;
	color:#0131ab;
	transform: translateY(150px);
}

.text-b-a {
//	margin:-60px 0 0 0;

//	position:absolute;
	position:relative;
	top:-100px;
}


.text-b-a2 {
//	margin:-60px 0 0 0;

//	position:absolute;
	position:relative;
	top:20px;
}
@media screen and (max-width:480px){
.text-b-a2 {
//	position:absolute;
	position:relative;
	top:0px;
}
}


.top-a-01 {
	width:340px;
	padding:20px 0 0 0;
}

.top-a-02 {
	position:absolute;
	bottom:5px;
	left:20px;
//	margin:0 0 20px 0;
	font-size:36px;
	font-weight: bold;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.top-a-02-pic {
	position:relative;
	height:250px;
	margin:0 0 20px 0;
	background-image: url(../images/7872.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
    background-position: center bottom -40px;
}

.top-a-02-2 {
	position:absolute;
	bottom:5px;
	right:20px;
//	margin:0 0 20px 0;
	font-size:36px;
	font-weight: bold;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.top-a-02-pic2 {
	position:relative;
	height:250px;
	margin:0 0 0px 0;
//	background-image: url(../images/50193498.jpg);
	background-image: url(../images/rentacycle.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
    background-position: center bottom -1px;
}
.top-a-02-pic2-2 {
	background-image: url(../images/rentacycle2.jpg);
    background-position: center center;
}

.byc-bw {
//	display:inline-block;
	width:100%;
	margin:10px 0 0 0;
//	border:1px solid #000;
}
.byc-bw1 {
	width:50%;
	padding:0 5px;
}
@media screen and (max-width:480px){
.byc-bw {
	margin:0px 0 0 0;
}
.byc-bw1 {
	width:100%;
	padding:0 0px;
}
}
.byc-btn {
	width:100%;
	padding:7px 0;
	font-size:13px;
	color:#fff;
	text-align:center;
	background-color:#aaa;
	border-radius:20px;
}
.byc-btn1 {
	width:100%;
	padding:7px 0;
	font-size:13px;
	color:#fff;
	text-align:center;
	background-color:#13a2ff;
	border:1px solid #13a2ff;
	border-radius:20px;
	transition: all 300ms ease-out 0s;
}
.byc-btn1:hover {
	color:#13a2ff;
	background-color:#fff;
}
.byc-btn2 {
	width:100%;
	padding:7px 0;
	font-size:13px;
	color:#fff;
	text-align:center;
	background-color:#008300;
	border:1px solid #008300;
	border-radius:20px;
	transition: all 300ms ease-out 0s;
}
.byc-btn2:hover {
	color:#008300;
	background-color:#fff;
}
@media screen and (max-width:480px){
.byc-btn {
	margin:5px 0 0 0;
}
.byc-btn1 {
	margin:5px 0 0 0;
}
.byc-btn2 {
	margin:5px 0 0 0;
}
}


.top-a-03 {
	font-size:14px;
	letter-spacing: 2px;
	line-height:2.4em;
	text-align:left;
}


.top-b-01 {
	padding:10px;
	line-height:1.0em;
	background-color:#fff;
}
.top-b-01bdr {
	border:3px solid #e8e8e8;
}
.top-b-02 {
	margin:0px 0 0 0;
	font-size:40px;
	color:#fff;
}
.top-b-03 {
	margin:-5px 0 0 0;
	font-size:12px;
	color:#fff;
}
.top-b-04 {
	margin:10px 0 0 0;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	line-height:1.1em;
}

.top-sld-01 {
	font-size:60px;
	font-weight: bold;
	text-align:left;
}
.top-sld-02 {
	margin:-10px 0 0 0;
	font-size:14px;
	font-weight: bold;
	text-align:left;
}
.top-sld-02a {
	margin:9px 0 0 0;
	font-size:16px;
	color:#fff;
	font-weight: bold;
	text-align:left;
}
.top-sld-03 {
	margin:20px 0 0 0;
	font-size:13px;
	letter-spacing: 2px;
	line-height:2.1em;
	text-align:left;
}
.top-sld-03a {
	min-height:60px;
	margin:5px 0 0 0;
	font-size:13px;
	color:#fff;
	letter-spacing: 2px;
	line-height:1.5em;
	text-align:left;
}

.top-sld-04 {
	margin:15px 0 0 0;
	font-size:32px;
	font-weight: bold;
	text-align:left;
	line-height:1.2em;
}
.top-sld-04a {
	margin:15px 0 0 0;
	font-size:22px;
	font-weight: bold;
	text-align:left;
	line-height:1.2em;
}
@media screen and (max-width:480px){
.top-sld-04a {
	margin:10px 0 0 0;
	font-size:18px;
}
}

.top-sld-05 {
	margin:15px 0 0 0;
	font-size:18px;
	color:#fff;
	font-weight: bold;
	text-align:center;
	line-height:1.2em;
}


.btn001 {
	position: relative;
	width:130px;
	margin:10px 0 0 0;
	padding: 10px 0px 7px 0px;
	font-weight: bold;
	text-align:center;
	border:1px solid #fff;
	background-color: #fff;
}
.btn001:hover {
	color: #fff;
	background-color: #000;
}

.btn {
	position: relative;
	width:150px;
	margin:20px 0 0 0;
	padding: 0 0px;
	text-align:right;
}
.btn:before {
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  width: 55px;
  height: 2px;
  content: '';
  background: #000;
}
.btn span {
	position: relative;
	padding: 0 2px 0 2px;
	font-size:22px;
	background: #fff;
	background:linear-gradient(transparent 70%, #7f99c9 70%);
}



.shop-01{
//	width:736px;
//	height:450px;
}
.shop-01a{
//	width:736px;
//	height:450px;
	padding:0 20px 0 0;
}

.shop-02 {
	width:400px;
	height:450px;
	background-color:#aaa;
}
.shop-02a {
	width:350px;
	height:450px;
//	background-color:#aaa;
	background-color:#ddd;
}
.shop-03 {
	display:inline-block;
	width:350px;
	margin:20px 0 0 0;
	padding:15px 70px 10px 70px;
	border:1px solid #aaa;
	background-color:#fff;
}

@media screen and (max-width:480px){
.shop-01a{
	padding:0 0 10px 0;
}
.shop-02a {
	margin:0 auto;
}
.shop-03 {
	margin: 20px auto 0 auto;
}

}

/*-------------------------------*/

.TTT{
	opacity:0;
}

.service-line {
	height:1px;
	border-top:3px solid #000;
}

.service-a00 {
	padding:60px 0;
}
.service-a00g {
	background-color:#ddd;
}

.service-a01 {
	width:900px;
}
@media screen and (max-width:480px){
.service-p01 {
	width:100%;
}
}
.service-a03 {
//	width:648px;
	width:750px;
	text-align:left;
}

.mt02-1p {
	width:365px;
	margin:10px 0 10px 0;
}

@media screen and (max-width:480px){
.service-a03 {
	width:100%;
}
.mt02-1p {
	width:100%;
	margin:10px 0 0 0;
}
}

.service-a04 {
	height:18px;
	margin:0 0 15px 0;
	padding:0 0 0 5px;
	font-size:20px;
	font-weight: bold;
	line-height:1.0em;
//	border:1px solid #0131ab;
	border-left:18px solid #0131ab;

}
@media screen and (max-width:480px){
.service-a04 {
	padding:2px 0 0 5px;
	font-size:16px;
	border-left:16px solid #0131ab;
}
}
.service-a04-1 {
	display:inline-block;
	width:25px;
	height:25px;
	margin:0 0 0 0;
	font-size:25px;
	font-weight: bold;
	line-height:1.5em;
	color:#0131ab;
	background-color:#0131ab;
}

.service-a04-2 {
	font-size:20px;
	font-weight: bold;
	line-height:1.0em;
}
.service-a04-3 {
	display:inline-block;
	margin:10px 0 0 0;
	padding:13px 13px 10px 48px;
	font-size:16px;
	font-weight: bold;
	line-height:1.0em;
	border:1px solid #000;
	background-image: url("../images/ml.png");
	background-repeat: no-repeat;
//	background-size: cover;
//	background-size: contain;
	background-position: center left 5px;
}
.service-a04-3:hover {
	color:#fff;
	background-color:#555;
}

.service-a05 {
	margin:0 0 10px 0;
	font-size:16px;
	line-height:1em;
	color:#000;
	font-weight: bold;
	text-align:left;
}

.service-a06 {
	font-size:16px;
	line-height:1em;
	color:#ff0000;
///	font-weight: bold;
	text-align:left;
}
@media screen and (max-width:480px){
.service-a05 {
	font-size:13px;
}
.service-a06 {
	font-size:13px;
	line-height:1.5em;
}
}
.oil-p {
	width:100px;
}
.service-table {
	border-collapse: collapse;
}
.service-table-100 {
	width:100%;
}
.service-table-m1 {
	margin:0 20px 0 0;
}
.service-table td {
	padding:0 0 10px 0;
	vertical-align:top;
	text-align:left;
}
.service-table td.svtd01 {
	padding:10px 0 10px 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.service-table td.svtd02 {
	width:200px;
	font-weight:bold;
}

@media screen and (max-width:480px){
.service-table td.svtd02 {
	width:100%;
}
.service-table td.svtd01 {
	display:block;
	margin:-1px 0 0 0;
	padding:10px 0 10px 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
}


/*-------------------------------*/

.shop-a01 {
	margin:40px 0;
	font-size:18px;
	line-height:1.7em;
	color:#000;
	font-weight: bold;
}
.shop-a02 {
	width:950px;
	line-height:0em;
	border:2px solid #000;
}
.shop-a03 {
	width:950px;
	margin:-2px 0 0 0;
	padding:55px 30px 55px 55px;
	line-height:1.0em;
	line-height:0em;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
.shop-a03-1 {
	width:120px;
	text-align:left;
}
.shop-a03-2 {
	margin:5px 0 0 0;
	padding:1px 0px 0px 35px;
	font-size:20px;
	line-height:1.0em;
	font-weight: bold;
	border-left:2px solid #000;
}
.shop-a03-3 {
	font-size:20px;
	line-height:1.0em;
	font-weight: bold;
}
.shop-a03-4 {
	width:15px;
	height:15px;
	margin:6px 0 0 0;
	border-right:3px solid #000;
	border-bottom:3px solid #000;
	transform: rotate(-45deg);
}

.shop-a04 {
	display:inline-block;
	height:17px;
	margin:0 0 0 -2px;
	padding:0 20px 0 20px;
	line-height:1.0em;
	line-height:0em;
	border-left:2px solid #000;
	border-right:2px solid #000;
}
.shop-a04a {
	color:#fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

.table-menu {
	border-collapse: collapse;
}

/*-------------------------------*/

.brand-a00 {
	width:1000px;
	padding:80px 0px 50px 0px;
	background-color:#f3f3f3;
}
.brand-a01 {
	width:900px;
}
.brand-a02 {
	position:relative;
	width:195px;
	margin:0 15px 30px 15px;
}
.brand-a03 {
	padding:10px;
	line-height:1.0em;
	background-color:#fff;
	border:3px solid #e8e8e8;
}
.brand-a03-1 {
	padding:0px;
	line-height:0em;
}

.brand-a02:hover {
	animation-fill-mode:both;
	animation-duration:0.5s;
	animation-name: Up01;
	visibility: visible !important;
}
.brand-a02:hover .brand-a03 {
	animation-fill-mode:both;
	animation-duration:0.5s;
	animation-name: Up02;
	visibility: visible !important;
}
@keyframes Up01{
  from{ top:0; }
  to{ top:-20px; }
}
@keyframes Up02{
  from{ border:3px solid #e8e8e8; }
  to{ border:3px solid #0131ab; }
}

/*-------------------------------*/

.r-bike-01 {
	width:925px;
}

.r-bike-mv {
	width:100%;
	height:600px;
//	border-top:2px solid #000;
//	border-bottom:2px solid #000;
//	background-color:#eee;
	background-color:#ccd6ee;
//	background-color:#0131ab;
//	background-image: url("../images/back-yoyaku.jpg");
	background-repeat: repeat-x;
	background-size: cover;
//	background-size: contain;
	background-position: right center;
}
@media screen and (max-width:480px){
.r-bike-mv {
	height:600px;
}
}

.r-bike-02 {
	width:340px;
	margin:-35px 0 0 0;
//	padding:20px 0 0 0;
}
.r-bike-02-2 {
	margin:-1px 0 0 0;
}

.r-bike-03 {
	font-size:14px;
	letter-spacing: 2px;
	line-height:2.4em;
	text-align:left;
}
.r-bike-04 {
	margin:10px 0 20px 0;
	font-size:31px;
	line-height:1.4em;
	color:#000;
	font-weight: bold;
	text-align:left;
}
@media screen and (max-width:480px){
.r-bike-03 {
	font-size:12px;
	letter-spacing: 1px;
	line-height:2.2em;
}
.r-bike-04 {
	margin:10px 0 10px 0;
	font-size:18px;
}
}

.r-bike-mov {
	width:640px;
	height:360px;
}
@media screen and (max-width:480px){
.r-bike-mov {
//	width:100%;
//	height:auto;
	width:335px;
	height:188px;

}
}

.r-bike-05 {
	width:100%;
//	width:1200px;
//	min-height:320px;
//	margin:0 0 0 0;
	padding:40px;

	position:relative;
//	position:absolute;
	z-index:0;
//	borttom:200px;
	right:0;

	background-color:#eee;
//	background-image: url(../images/0042.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
    background-position: center top -240px;
}
@media screen and (max-width:480px){
.r-bike-05 {
//	position:relative;
	position:static;
	padding:10px;
}

}


/*-------------------------------*/

.osirase-til {
	padding: 0 0 10px 2px;
	font-size:22px;
	font-weight: bold;
	line-height:1.0em;
	text-align:left;
}
.osirase-til-c {
	text-align:center;
}

.osirase-00 {
	width:100%;
	min-height:50px;
	margin:-1px 0 0 0;
	padding:10px 15px;
	text-align:left;
	background-color:#fff;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.osirase-01 {
	width:150px;
	text-align:left;
}
.osirase-01-1 {
	margin:2px 0 0 0;
	font-size:20px;
	line-height:1.0em;
}
.osirase-02 {
//	width:700px;
	margin:6px 0 0 0;
	padding:1px 0px 0px 25px;
	font-size:14px;
	text-align:left;
	line-height:1.5em;
	border-left:1px solid #000;
}
.osirase-02 a{
	font-size:14px;
	color:#0000ff;
}
@media screen and (max-width:480px){
.osirase-01 {
	width:100%;
}
.osirase-01-1 {
	margin:2px 0 0 0;
	font-size:20px;
	line-height:1.0em;
	text-align:left;
}
.osirase-02 {
	width:100%;
	padding:1px 0px 0px 0px;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
	border-left:0px;
}
.osirase-02 a{
	font-size:12px;
}
}

/*-------------------------------*/

.guide-til {
	font-size:25px;
	line-height:1.0em;
	color:#fff;
	font-weight: bold;
}
@media screen and (max-width:480px){
.guide-til {
	font-size:18px;
	line-height:1.0em;
}
}

.guide-line {
	heigh:1px;
	border-top:1px solid #fff;
}
.guide-line2 {
	heigh:1px;
	border-top:1px solid #000;
}

.guide-01 {
	margin:0 0 40px 0;
	font-size:22px;
	line-height:1.8em;
	color:#fff;
}
@media screen and (max-width:480px){
.guide-01 {
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.6em;
}
}

.guide-02 {
	margin:10px 0 0 0;
	font-size:25px;
	line-height:1.0em;
	color:#fff;
	font-weight: bold;
}
.guide-03 {
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.0em;
	color:#fff;
}

.guide-04 {
	margin:10px 0 0 0;
	font-size:14px;
	line-height:1.5em;
	color:#fff;
}

.guide-05 {
	font-size:22px;
	line-height:1.8em;
	color:#fff;
}
.guide-06 {
	color:#fff;
	text-align:left;
}
.guide-07 {
	width:400px;
}
@media screen and (max-width:480px){
.guide-07 {
	width:100%;
}
}


.guide-08 {
	font-size:18px;
	line-height:1.5em;
	color:#fff;
}
.guide-08 b{
	font-size:18px;
	line-height:1.5em;
	font-weight: bold;
}
@media screen and (max-width:480px){
.guide-08 {
	font-size:14px;
}
.guide-08 b{
	font-size:14px;
}
}

.guide-09 {
	width:500px;
	text-align:left;
}
@media screen and (max-width:480px){
.guide-09 {
	width:100%;
	text-align:left;
}
}

.guide-10 {
	width:850px;
	padding:30px 20px 20px 20px;
	text-align:left;
	background-color:#ddd;
}
@media screen and (max-width:480px){
.guide-10 {
	width:100%;
	padding:10px 10px 10px 10px;
}
}

.guide-11 {
	width:850px;
	line-height:1.7em;
	text-align:left;
}
.guide-11-1 {
	margin:0 0 10px 0;
	font-size:22px;
	line-height:1.0em;
	font-weight: bold;
}
@media screen and (max-width:480px){
.guide-11 {
	width:100%;
	line-height:1.7em;
}
.guide-11-1 {
	margin:0 0 5px 0;
	font-size:16px;
	line-height:1.0em;
	font-weight: bold;
}
}

.guide-12 {
	width:870px;
//	border:1px solid #fff;
}
.guide-12-1 {
	width:350px;
	line-height:0em;
//	border:1px solid #fff;
}
.guide-12-2 {
	width:500px;
	padding:20px 0 0 0;
	line-height:0em;
//	border:1px solid #fff;
}
@media screen and (max-width:480px){
.guide-12 {
	width:100%;
}
.guide-12-1 {
	width:100%;
	line-height:0em;
}
.guide-12-2 {
	width:100%;
	padding:10px 0 0 0;
	line-height:0em;
//	border:1px solid #fff;
}
}

.guide-13 {
	display:inline-block;
//	width:940px;
	margin:30px 0 0 0;
	padding:30px;
	background-color:#fff;
	border:1px solid #fff;
}
.guide-13-1 {
	margin:0 0 15px 0;
	font-size:22px;
	line-height:1.0em;
	font-weight: bold;
}
.guide-13-2 {
	margin:0 0 25px 0;
	font-size:16px;
	line-height:1.7em;
}
.guide-13p {
	width:100%;
}
.guide-13-table {
	border-collapse: collapse;
}
.guide-13-td01 {
	width:250px;
	padding:0 10px;
}

@media screen and (max-width:480px){
.guide-13 {
	width:100%;
	padding:15px 5px 10px 5px;
}
.guide-13-1 {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:1.0em;
	font-weight: bold;
}
.guide-13-2 {
	margin:0 0 15px 0;
	font-size:14px;
	line-height:1.7em;
}
.guide-13-td01 {
	width:50%;
	padding:0 5px;
}
}





/*-------------------------------*/

.sub-main {
	max-width:740px;
	padding:5px 20px 50px 20px;
	text-align:left;
}
.sub-main2 {
	max-width:700px;
	padding:5px 0px 50px 0px;
	text-align:left;
}
.sub-main3 {
	padding:0 20px 0 20px;
}
.sub-title {
	display:inline-block;
	font-size:40px;
//	border-bottom:1px solid #000;
}
.sub-title2 {
	display:inline-block;
//	margin:-2px 0 0 0;
	padding: 28px 0 0 5px;
	font-weight:bold;
}
.sub-line {
	height:1px;
	margin:-5px 0 30px 0;
	border-top:1px solid #000;
}

.sub-001 {
	margin:0 0 10px 0;
	font-size:32px;
	font-weight:bold;
}
.sub-002 {
	line-height:1.9em;
}
.sub-002a {
	font-size:15px;
	line-height:1.5em;
}
.sub-002a a {
	font-size:15px;
	line-height:1.5em;
}
.sub-003 {
	margin:20px 0;
	text-align:center;
}
.sub-004 {
	margin:0 0 20px 0;
	padding:1px 0 0 10px;
	font-size:21px;
	color:#0131ab;
	font-weight:bold;
	border-left:10px solid #0131ab;
	border-bottom:1px solid #000;
}
.sub-005 {
	margin:0 0 10px 0;
	padding:1px 0 0 25px;
	background-image: url("../images/vehicle-c.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.sub-006 {
	font-size:12px;
}
.sub-007 {
	padding:8px 10px 5px 10px;
	color:#fff;
	font-weight:bold;
	background-color:#f00;
}
.sub-008 {
	padding:10px;
	font-size:14px;
	background-color:#f1f1f1;
}


.sub-table {
	border-collapse: collapse;
}
.sub-table-100 {
	width:100%;
}
.sub-table td {
	width:50%;
	vertical-align:top;
}
.sub-table td.sub001 {
	padding:0 10px 0 0;
}
.sub-table td.sub002 {
	padding:0 0 0 10px;
}

.sub-table2 {
	border-collapse: collapse;
	width:100%;
	margin:0 0 10px 0;
}
.sub-table2 th {
	width:140px;
	padding:15px 5px 10px 10px;
	font-size:14px;
	text-align:left;
	background-color:#efefef;
	border:1px solid #999;
}
.sub-table2 td {
	width:auto;
	padding:15px 5px 10px 10px;
	font-size:14px;
	text-align:center;
	border:1px solid #999;
}
.sub-table2 th.a001 {
	text-align:center;
}
.sub-table2 td.a002 {
	text-align:left;
}

.sub-table3 {
//	border-collapse: collapse;
	border-spacing:20px 20px;
	width:100%;
}
.sub-table3 td {
	width:33%;
	vertical-align:top;
}


span.supText {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.sub-p01 {
	width:100%;
	max-width:490px;
}

/*-------------------------------*/

.c000 {
	color:#000;
}
.cfff {
	color:#fff;
}
.cblu {
	color:#0131ab;
}

/*-------------------------------------------------*/

.tel-box00 {
	min-width:1110px;
	max-width:1110px;
	margin:30px 0 0 0;
	text-align:right;
bor
}
.tel-box00a {
	max-width:1140px;
	padding:0 20px 0 0;
//border:1px solid #000;
}
.tel-box00b {
	max-width:1140px;
	margin:0px 0 0 0;
	padding:0 20px 0 0;
}
.tel-box00c {
	min-width:1140px;
	max-width:1140px;
	margin:-100px 0 0 0;
	padding:0 20px 0 0;
//	border:1px solid #000;
}
@media screen and (max-width:480px){
.tel-box00c {
	min-width:1px;
}
}


.tel-box01 {
	display:inline-block;
//	width:200px;
	padding:10px 15px 10px 15px;
	font-size:18px;
	color:#0131ab;
	font-weight: bold;
	text-align:center;
	line-height:1.5em;
	background-color:#e8f6f2;
	border:2px solid #0131ab;
	border-radius:10px;
}
.tel-box01a {
	background-color:#fff;
}
.tel-box01b {
	width:550px;
	height:160px;
	background-color:#fff;
}
.tel-box01-2 {
	font-size:16px;
	color:#0131ab;
	font-weight: bold;
}
.tel-box01-3 {
	font-size:18px;
	color:#000;
	font-weight: bold;
}
.tel-box01-4 {
	margin:5px 15px 0 0;
	font-size:24px;
	color:#0131ab;
	font-weight: bold;
}
.tel-box01-4a {
	margin:15px 0 0 0;
	font-size:50px;
	line-height: 1em;
}
.tel-box01-5 {
	margin:5px 15px 0 0;
	font-size:24px;
	color:#000;
	font-weight: bold;
}
.tel-box01-5a {
	margin:10px 0 0 0;
	font-size:57px;
	line-height: 1em;
}

@media screen and (max-width:480px){
.tel-box00 {
	min-width:1px;
	padding:0 10px;
}
.tel-box00a {
	padding:10px 10px 0px 10px;
}

.tel-box01c {
	display:block;
	width:100%;
	padding:15px 0px 5px 0px;
	font-size:18px;
	line-height:1.0em;
	background-color:#fff;
}

.tel-box01-2a {
	font-size:30px;
	color:#0131ab;
	font-weight: bold;
	line-height:1.0em;
}
.tel-box01-3a {
	margin:5px 0 0 0;
	font-size:35px;
	color:#000;
	font-weight: bold;
	line-height:1.0em;
}

.tel-box01-4 {
	margin:0;
	font-size:16px;
	color:#0131ab;
	font-weight: bold;
}
.tel-box01-5 {
	margin:0;
	font-size:18px;
	color:#000;
	font-weight: bold;
}
}

/*-------------------------------------------------*/

.pln-button {
//	width:1100px;
}
@media screen and (max-width:480px){
.pln-button {
	width:100%;
}
}

.pln-button input {
	display: none;
}
.pln-button label{
	display: block;
	float: left;
	cursor: pointer;
	transition: .2s;

	width:130px;
	height:35px;
	padding:7px 0 0 0;
	margin:0 0px 0 10px;
	font-weight: bold;
//	background-color:#fff;
//	border-top:1px solid #0131ab;
//	border-left:1px solid #0131ab;
//	border-right:1px solid #0131ab;
	background-color:#666;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.pln-button label:hover{
	background-color:#fff;
}
.pln-button input[type="radio"]:checked + .switch-on {
	color:#000;
	background-color:#fff;
}
.pln-button input[type="radio"]:checked + .switch-off {
	color:#000;
	background-color:#fff;
}


.pln-button2 {
	width:100%;
	margin:0 0 20px 0px;
	text-align:left;
}
@media screen and (max-width:480px){
.pln-button2 {
	margin:0 0 10px 0px;
}
}
.pln-button2 input {
	display: none;
}

.pln-button2 label{
	display: block;
	float: left;
	cursor: pointer;
	transition: .2s;

	width:120px;
	height:30px;
	padding:5px 0 0 0;
	margin:0 10px 0 0px;
	font-size:12px;
	font-weight: bold;
	text-align:center;
//	background-color:#fff;
//	border-top:1px solid #0131ab;
//	border-left:1px solid #0131ab;
//	border-right:1px solid #0131ab;
	background-color:#666;
	border:1px solid #fff;
}
.pln-button2 label:hover{
	background-color:#fff;
}
@media screen and (max-width:480px){
.pln-button2 label{
	width:85px;
	height:30px;
	padding:8px 0 0 0;
	margin:0 5px 0 0px;
	font-size:9px;
}
}

.pln-button2 input[type="radio"]:checked + .switch-on2 {
	color:#000;
	background-color:#fff;
}
.pln-button2 input[type="radio"]:checked + .switch-off2 {
	color:#000;
	background-color:#fff;
}


.pln-button3 {
	width:100%;
	margin:0 0 20px 0px;
	text-align:left;
}
@media screen and (max-width:480px){
.pln-button3 {
	margin:0 0 10px 0px;
}
}
.pln-button3 input {
	display: none;
}

.pln-button3 label{
	display: block;
	float: left;
	cursor: pointer;
	transition: .2s;

	width:120px;
	height:30px;
	padding:5px 0 0 0;
	margin:0 10px 0 0px;
	font-size:12px;
	font-weight: bold;
	text-align:center;
//	background-color:#fff;
//	border-top:1px solid #0131ab;
//	border-left:1px solid #0131ab;
//	border-right:1px solid #0131ab;
	background-color:#666;
	border:1px solid #fff;
}
.pln-button3 label:hover{
	background-color:#fff;
}
@media screen and (max-width:480px){
.pln-button3 label{
	width:85px;
	height:30px;
	padding:8px 0 0 0;
	margin:0 5px 0 0px;
	font-size:9px;
}
}
.pln-button3 input[type="radio"]:checked + .switch-on3 {
	color:#000;
	background-color:#fff;
}
.pln-button3 input[type="radio"]:checked + .switch-off3 {
	color:#000;
	background-color:#fff;
}

.pln-button4 {
	height:20px;
}



.content01-2 {
	padding: 20px 0px 40px 40px;
//	border:1px solid #0131ab;
	border:1px solid #fff;
}
.content01-2-1 {
	margin:25px 20px -25px 0 ;
//	padding:10px;
	font-size:13px;
	color:#fff;
	text-align:right;
//	text-align:center;
//	border:1px solid #fff;
}
.content01-2-1 b{
	font-size:13px;
	color:#fff;
	font-weight: bold;
}
.content01-2-1 b a{
	font-size:13px;
	color:#ffdf1e;
	font-weight: bold;
}
.content01-2-1 b a:hover{
	color:#ff0000;
}
@media screen and (max-width:480px){
.content01-2-1 {
	font-size:12px;
}
.content01-2-1 b{
	font-size:12px;
}
.content01-2-1 b a{
	font-size:12px;
}
}


.content01-2-2 {
	display:inline-block;
//	margin:5px 0 0 0;
	padding:8px 15px 5px 15px;
	font-size:14px;
	color:#000;
	font-weight: bold;
	text-align:right;
	background-color:#fff;
	border:1px solid #fff;
}
.content01-2-2:hover {
	color:#fff;
	background-color:#000;
}

/*-------------------------------------------------*/

.kingaku-table2 {
	border-collapse: collapse;
}
.kingaku-table100 {
	width:100%;
}
.kingaku-table50 {
	width:50%;
}
.kingaku-table500 {
	width:500px;
}
.kingaku-table2 td {
//	width:180px;
//	padding:12px 10px;
	font-size:13px;
	text-align:left;
	vertical-align:top;
//	background-color:#fff;
//	border:1px solid #555;
}
.kingaku-table2 td.kintd-t001 {
//	width:120px;
	width:13%;
	padding:12px 0px;
	background-color:#ccc;
	font-weight: bold;
}
.kingaku-table2 td.kintd-t002 {
	width:37%;
	text-align:left;
}
.kingaku-table2 td.kintd-t001a {
//	width:120px;
	width:13%;
	padding:12px 0px;
	background-color:#ccc;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	border:1px solid #555;
}
.kingaku-table2 td.kintd-t002a {
	width:37%;
	padding:12px 10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #555;
}

.kingaku-table2 td.kintd-s001 {
	padding:0 20px 0 0;
	font-size:16px;
	text-align:left;
	vertical-align:middle;

}


.kingaku-table2 td a {
	font-size:13px;
}
.kingaku-table2 td b {
	font-size:13px;
}
@media screen and (max-width:480px){
.kingaku-table2 td {
//	padding:12px 10px;
	font-size:12px;
}
.kingaku-table2 td a {
	font-size:12px;
}
.kingaku-table2 td b {
	font-size:12px;
}
}

/*-------------------------------------------------*/

.dblock {
	display:block;
}
.dnone {
	display:none;
}

/*-------------------------------------------------*/

.byc-01 {
//	position:absolute;
	position:relative;
	z-index:2;
//	max-width:1100px;
//	height:500px;
	padding:15px 75px 0 75px;
}
.byc-02 {
	padding:2px 5px 5px 5px;
	font-size:11px;
	text-align:right;
}
.byc-02a {
	padding:5px 0px 0px 0px;
	font-size:11px;
	text-align:right;
}
.byc-table {
	border-collapse: collapse;
	max-width:1100px;
	width:100%;
}
.byc-table td {
	width:20%;
	padding:0px 5px;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
//	border:1px solid #555;
}
@media screen and (max-width:480px){
.byc-01 {
//	position:absolute;
	position:relative;
	z-index:2;
	padding:10px 10px 0 10px;
}
.byc-02 {
	margin:-5px 0 0 0;
	padding:0px 0px 0px 0px;
	font-size:11px;
	text-align:right;
}
.byc-02a {
	padding:5px 0px 0px 0px;
	font-size:11px;
	text-align:right;
}
.byc-table td {
//	display:block;
//	width:100%;
//	padding:5px 0px;
	padding:0px 2px 0px 0px;
}
}

/*-------------------------------------------------*/


.bunner-title {
	width:1110px;
	margin:10px 0 20px 5px;
	font-size:20px;
	line-height:1.4em;
	color:#000;
	font-weight: bold;
	text-align:left;
	border-bottom:1px solid #000;
}
.bunner-titleA {
	color:#fff;
	border-bottom:1px solid #fff;
}
@media screen and (max-width:480px){
.bunner-title {
	width:100%;
	margin:10px 0 10px 0px;
	font-size:16px;
}
}

.bunner00 {
	width:1120px;
//	width:840px;
}
.bunner00a {
	width:1120px;
//	width:840px;
}
.bunner00b {
	width:560px;
}
.bunner00c {
	width:840px;
}

.bunner01 {
	width:270px;
	margin:0 5px;
}

@media screen and (max-width:480px){
.bunner00 {
	width:100%;
	padding:0 10px;
}
.bunner00a {
	width:100%;
	padding:0 10px;
}
.bunner00b {
	width:100%;
	padding:0 10px;
}
.bunner00c {
	width:100%;
	padding:0 10px;
}
.bunner01 {
	width:100%;
	margin:5px 0 0 0;
}
}

/*-------------------------------------------------*/

.tour-body {
//	background-color:#0232ab;
	background-color:#000;
}

.tour-top {
	position:relative;
	min-width:1200px;
	height:640px;
}
.tour-top0 {
	opacity:0;
	z-index:0;
	position:absolute;
	top:0;
	left:0;
	min-width:1200px;
	width:100%;
	height:640px;
	background-image: url(../images/tour-top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center bottom;
}
@media screen and (max-width:480px){
.tour-top {
	position:relative;
	min-width:1px;
	width:100%;
	height:400px;
}
.tour-top0 {
	min-width:1px;
	width:100%;
	height:400px;
}
}

.tour-top-t {
	display:inline-block;
	margin:50px 0 0 0;
	font-size:115px;
	color:#000;
	line-height:1.0em;
	letter-spacing:1px;
//	transform: scale(1.0, 1.9);
//	transform: translateY(150px);
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
//	border:1px solid #000;
}
.tour-top-t2 {
	display:inline-block;
	font-size:115px;
	color:#0232ab;
	line-height:1.0em;
	letter-spacing:1px;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.tour-top-t3 {
	margin:5px 0 0 0;
	font-size:20px;
	font-weight: bold;
	letter-spacing:5px;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;

}


.tour-top-t-all01 {
	z-index:2;
	display:inline-block;
	position:relative;
	margin:50px auto 0 auto;
	padding:0 0px;
	overflow:hidden;
//	border:1px solid #000;
}

.tour-top-t-all01a {
	display:inline-block;
	overflow:hidden;
	padding:0 7px;
}
.tour-top-t-all01b {
	display:inline-block;
	overflow:hidden;
	padding:0 7px;
}
.tour-top-t-all01c {
	display:inline-block;
	overflow:hidden;
	padding:0 7px;
}
.tour-top-t-all01c2 {
	display:inline-block;
	overflow:hidden;
	padding:0 7px;
}
.tour-top-t-a {
	float:left;
	display:inline-block;
	font-size:115px;
	color:#000;
	line-height:1.0em;
	letter-spacing:1px;
//	transform: scale(1.0, 1.9);
//	transform: translateY(150px);
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
//	border:1px solid #000;
}
.tour-top-t-a2 {
	float:left;
	display:inline-block;
	font-size:115px;
	color:#0232ab;
	line-height:1.0em;
	letter-spacing:1px;
//	transform: scale(1.0, 1.9);
//	transform: translateY(150px);
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
//	border:1px solid #000;
}
.tour-top-t-a3 {
	float:left;
	display:inline-block;
	font-size:45px;
	color:#000;
	line-height:1.0em;
	letter-spacing:1px;
//	transform: scale(1.0, 1.9);
//	transform: translateY(150px);
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
//	border:1px solid #000;
}
.tour-top-t-a3b {
	display:inline-block;
	font-size:45px;
	color:#0232ab;
	line-height:1.0em;
	letter-spacing:1px;
//	transform: scale(1.0, 1.9);
//	transform: translateY(150px);
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
//	border:1px solid #000;
}
@media screen and (max-width:480px){
.tour-top-t-all01 {
	margin:30px auto 0 auto;
	padding:0 0px;
//	border:1px solid #000;
}
.tour-top-t-all01a {
	margin:-10px 0 0 0;
	padding:0 7px;
//	border:1px solid #000;
}
.tour-top-t-all01b {
	margin:50px 0 0 0;
	padding:0 7px;
//	border:1px solid #000;
}
.tour-top-t-all01c {
	margin:80px 0 0 0;
	padding:0 7px;
//	border:1px solid #000;
}
.tour-top-t-all01c2 {
	margin:-10px 0 0 0;
	padding:0 7px;
//	border:1px solid #000;
}
.tour-top-t-all01d {
	margin:90px 0 0 0;
	padding:0 7px;
//	border:1px solid #000;
}
.tour-top-t-a {
	font-size:75px;
}
.tour-top-t-a2 {
	font-size:75px;
}
}



.tour-top-t-b01 {
//	overflow:hidden;
	transform: translateY(100px);
}


/*---------------------------------------------*/

.tour-head {
	min-width:1200px;
	padding:10px 40px;
	border-bottom:1px solid #666;
}
.tour-head2 {
	max-width:1100px;
	margin:0 auto;
//	border:1px solid #666;
}

.tour-navi {
	padding:7px 47px 5px 47px;
	background-color: #333;
}
.tour-navi2 {
	max-width:1100px;
	margin:0 auto;
	font-size:13px;
	color:#fff;
	text-align:left;
//	border:1px solid #666;
}
.tour-navi2 a{
	font-size:13px;
	color:#fff;
	text-decoration:underline;
}
.tour-navi2 a:hover{
	color:#ff0;
}
@media screen and (max-width:480px){
.tour-head {
	min-width:1px;
	padding:10px 10px;
}
.tour-head2 {
	margin:0 auto;
//	border:1px solid #666;
}
.tour-navi {
	padding:7px 10px 5px 10px;
}
.tour-navi2{
	font-size:12px;
}
.tour-navi2 a{
	font-size:12px;
}
}


/*---------------------------------------------*/


.contena-tour-w {
	width:1180px;
//	padding:140px 80px 140px 80px;
	padding:0px 40px 0px 40px;
//	background-color:#fff;
}
@media screen and (max-width:480px){
.contena-tour-w {
	width:100%;
	padding:0px 10px 0px 10px;
}
}



.contena-tour01 {
	padding:0px 40px 0px 40px;
}

.contena-tour01-0 {
	width:1100px;
}

.contena-tour01-1 {
	width:500px;
	height:350px;
	background-color:#ddd;
	background-image: url(../images/tour-p01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.contena-tour01-2 {
	width:600px;
	padding: 0 0 0 40px;
	color:#fff;
	text-align:left;
}
.contena-tour01-2a {
	font-size:15px;
}

.contena-tour01-3 {
	margin:0 0 15px 0;
	font-size:24px;
	color:#fff;
	font-weight: bold;
	line-height:1.2em;
}
@media screen and (max-width:480px){
.contena-tour01 {
	padding:0px 10px 0px 10px;
}

.contena-tour01-0 {
	width:100%;
}

.contena-tour01-1 {
	width:100%;
	height:250px;
}
.contena-tour01-2 {
	width:100%;
	padding: 10px 0 0 0;
}
.contena-tour01-2a {
	font-size:12px;
}
.contena-tour01-3 {
	margin:0 0 15px 0;
	font-size:16px;
	color:#fff;
	font-weight: bold;
	line-height:1.2em;
}
}




.contena-tour02 {
	padding:0px 40px 0px 40px;
}
.contena-tour02a {
	opacity:0;
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
	margin:0 auto;
}

.contena-tour02-0 {
	width:1100px;
}
.contena-tour02-1 {
	position:relative;
	width:535px;
	height:140px;
//	padding:15px;
	background-color:#aaa;
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.contena-tour02-1a {
	background-image: url(../images/tour-a01.jpg);
}
.contena-tour02-1b {
	background-image: url(../images/tour-a02.jpg);
}

.contena-tour02-2 {
	position:absolute;
	right:15px;
	bottom:2px;
	font-size:50px;
	color:#000;
//	color:#0232ab;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.contena-tour02-2-1 {
	position:absolute;
	right:15px;
	bottom:57px;
	font-size:13px;
	color:#000;
//	color:#0232ab;
	font-weight: bold;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

@media screen and (max-width:480px){
.contena-tour02 {
	padding:0px 10px 0px 10px;
}
.contena-tour02a {
	opacity:0;
	position:relative;
	bottom:0px;
	left:0;
	right:0;
	margin:0 auto;
}
.contena-tour02-0 {
	width:100%;
}
.contena-tour02-1 {
	position:relative;
	width:100%;
	height:100px;
	margin:0 0 10px 0;
}
.contena-tour02-2 {
	position:absolute;
	right:10px;
	bottom:1px;
	font-size:40px;


}
.contena-tour02-2-1 {
	position:absolute;
	right:10px;
	bottom:47px;
	font-size:10px;
}
}

.contena-tour03 {
	min-width:1200px;
	padding:0px 40px 0px 40px;
	background-image: url(../images/tour-back01.png);
}
.contena-tour03-0 {
	min-width:1200px;
	padding:0px 40px 0px 40px;
}
@media screen and (max-width:480px){
.contena-tour03 {
	min-width:1px;
	padding:0px 10px 0px 10px;
}
.contena-tour03-0 {
	min-width:1px;
	padding:0px 10px 0px 10px;
}
}


.contena-tour03-1 {
	max-width:1100px;
	text-align:left;
}

.contena-tour03-2 {
	background-color:#464646;
}
.contena-tour03-3 {
	display:inline-block;
//	margin:0 10px 0 0;
	padding:10px 15px 5px 15px;
	background-color:#222;
}
.contena-tour03-4 {
	display:inline-block;
//	margin: 5px 5px 0 5px;
	padding: 5px 2px 0 2px;
//	width:42px;
	height:42px;
	color:#fff;
//	border:1px solid #fff;
}
.contena-tour03-4a {
	display:inline-block;
	color:#fff;
	transform:rotate(-90deg);
}
@media screen and (max-width:480px){
.contena-tour03-4 {
	display:inline-block;
//	margin: 5px 5px 0 5px;
	padding: 1px 0px 1px 20px;
	height:auto;
}
.contena-tour03-4a {
	transform:rotate(0deg);
}
}


.contena-tour03-5 {
	display:inline-block;
//	margin: 5px 5px 0 5px;
//	width:42px;
	color:#fff;
//	border:1px solid #fff;
}


.contena-tour03-t0 {
	font-size:32px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.contena-tour03-t1 {
	padding:15px 0 10px 0;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:1.0em;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
.contena-tour03-t2 {
	display:inline-block;
	width:150px;
	padding:10px 15px 8px 15px;
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:center;
	line-height:1.0em;
	background-color:#fff;
	border-radius:10px;
}
@media screen and (max-width:480px){
.contena-tour03-t0 {
	font-size:18px;
}
.contena-tour03-t1 {
	padding:12px 0 10px 0;
	font-size:14px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

}


.contena-tour-btn01 {
	width:400px;
	height:60px;
	color:#fff;
//	font-weight: bold;
	background-color: #555;
	border:1px solid #555;
	border-radius:5px;
	cursor: pointer;
}
.contena-tour-btn01:hover {
	color:#000;
	background-color:#fff;
}
@media screen and (max-width:480px){
.contena-tour-btn00 {
	padding:0 6px 0 0;
}
.contena-tour-btn01 {
	width:100%;
	height:50px;
}
}

.contena-tour-bunner01 {
	display:inline-block;
	width:350px;
}
.rentacar-p {
	width:100%;
	border:1px solid #fff;
}
@media screen and (max-width:480px){
.contena-tour-bunner01 {
	width:100%;
	padding:0 10px;
}
}


.shikoku-p {
	opacity:0;
	z-index:0;
	position:absolute;
	top:10px;
	left:0;
	right:650px;
	margin:0 auto;
}
@media screen and (max-width:480px){
.shikoku-p {
	left:0;
	right:0px;
}
}




md {
	display:block;
	position: relative;
	width:250px;
	padding: 0 20px;
	text-align: center;
}
md:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #fff;
}
md span {
	position: relative;
	padding: 0 20px;
	font-size:20px;
//	font-weight: bold;
	letter-spacing:4px;
}


md {
	position: relative;
	display: inline-block;
	width:100%;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}


mc {
	position: relative;
	display: inline-block;
	padding: 0 455px;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
mc:before,
mc:after {
  position: absolute;
  top: calc(50% - 1px);
  width: 420px;
  height: 1px;
  content: '';
  border-top: solid 1px #fff;
}
mc:before {
  left: 0;
}
mc:after {
  right: 0;
}
@media screen and (max-width:480px){
mc {
	position: relative;
	display: inline-block;
	width:100%;
	padding: 0 10px;
	font-size:18px;
}
mc:before,
mc:after {
  position: absolute;
  top: calc(50% - 1px);
  width: 70px;
}
}

/*-------------------------------------------------*/

.rental-body {
	min-width:1200px;
	position:relative;
	background-color:#0232ab;
//	background-color:#000;
}
@media screen and (max-width:480px){
.rental-body {
	min-width:1px;
}
}

.rental-top {
	position:relative;
	min-width:1200px;
	height:450px;
}
.rental-top0 {
	opacity:0;
	z-index:0;
	position:absolute;
	top:0;
	left:0;
	min-width:1200px;
	width:100%;
	height:450px;
	background-image: url(../images/rental-top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center top -50px;
}
@media screen and (max-width:480px){
.rental-top {
	position:relative;
	min-width:1px;
	width:100%;
	height:400px;
}
.rental-top0 {
	min-width:1px;
	width:100%;
	height:400px;
	background-position: center top 0px;
}
}

.bike-ip {
	opacity:0;
	z-index:0;
	position:absolute;
	top:30px;
	left:650px;
	right:0;
	width:250px;
	margin:0 auto;
	transform: scale(-1, 1);
}
@media screen and (max-width:480px){
.bike-ip {
	top:5px;
	left:0;
	right:0px;
	width:150px;
}
}

/*-------------------------------------------------*/

.shop-body {
	min-width:1100px;
//	background-color:#0232ab;
	background-color:#c8eaf4;
}


.shop-top {
	position:relative;
	min-width:1200px;
	height:640px;
}
.shop-top0 {
	opacity:0;
	z-index:0;
	position:absolute;
	top:0;
	left:0;
	min-width:1200px;
	width:100%;
	height:640px;
	background-image: url(../images/shop-top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center top;
}
@media screen and (max-width:480px){
.shop-body {
	min-width:1px;
}
.shop-top {
	position:relative;
	min-width:1px;
	width:100%;
	height:400px;
}
.shop-top0 {
	min-width:1px;
	width:100%;
	height:400px;
}
}

.shop-ip {
	opacity:0;
	z-index:0;
	position:absolute;
	top:30px;
	left:0;
	right:800px;
	width:180px;
	margin:0 auto;
//	transform: scale(-1, 1);
}
@media screen and (max-width:480px){
.shop-ip {
	top:5px;
	left:0;
	right:0px;
	width:100px;
}
}


/*-------------------------------------------------*/


.color-w {
	color:#fff;
}

/*-----------------------------------------------------------------
	-smart-
-----------------------------------------------------------------*/
@media screen and (max-width:500px){

#wrapper{
	display:none;
}
#smart_wrapper{
	display:block;
}
#footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/
.pc_img_class{
	display:none;
}
.smart_img_class{
	display:inline;
}

.clear-p {
	clear:none;
}
.clear-s {
	clear:both;
}

.left {
	float:none;
}
.right {
	float:none;
}

.left-s {
	float:left;
}
.right-s {
	float:right;
}


html,body {
	min-width:1px;
}

.h100 {
	height:auto;
}

.link-a {
	margin-top:-60px;
	padding-top:60px;
}
.link-a01 {
	margin-top:-60px;
	padding-top:60px;
}


.go_top {
	width:70px;
}

.font-white {
	color:#fff;
}

.color-w {
	color:#fff;
}

/*-------------------------------------------------*/
}