<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

img{ vertical-align:bottom;}
p{ line-height: 150%;}

.img_center {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

* html body{
	overflow: hidden;
}

h2{
    clear: both;
    margin: 0 0 5px 0;
    color: #333;
    font-size:1.7em;
    border-bottom:3px solid #dadada;
    position: relative;
    padding:.5em 0;
    line-height:1.4em;
  }

h2:after{
    content:"";
    display:block;
    width:15%;
    border-bottom:3px solid #F3767C;
    position:absolute;
    bottom:0;
    margin-bottom:-3px;
  }

h4 {
  margin: 0 0 20px 0;
  font-size: 123.1%;
  font-weight: bold;
  color: #004AA6;
}

h5.shisetsutitle {
  font-size: 123.1%;
  font-weight: bold;
  color: #004AA6;
}

.all {
  font-size: 153.9%;
  font-weight: bold;
  color: #1E8BB1;
}


hr {
  clear: both;
  height: 0;
  margin: 10px 0;
  padding: 0;
  border: 0;
border-top: 1px dashed #bbb;
}

hr.dblog {
  clear: both;
  height: 0;
  margin: 10px 0 20px 0!important;
  padding: 0;
  border: 0;
border-top: 1px dashed #bbb;
}


.showing {
  font-size: 120%;
  font-weight: bold;
  color: #699327;
}


.result{
  padding: 10px 0;
  line-height: 1.2em;
}

.page ul.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #F3F1EA;
	text-align: center;
}

.page ul.pageNav01 li {
	display: inline;
	margin: 0 4px;
	padding: 0;
}

.page ul.pageNav01 li span,
.page ul.pageNav01 li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid #E0DCC9;
  text-decoration: none;
  vertical-align: middle;
}

.page ul.pageNav01 li a:hover {
  background: #F3767C;
  border-color: #F3767C;
  color: #fff;
}




.social_btn {
  display: none;
  position: fixed;
  top: 90px;
  right: 5px;
}

.social_btn img{
  margin: 0 0 4px 0;
}

.social_btn a {
  display: block;
}

.result_list_l a {
  color: #fff;
  font-size: 16px;
}

.sq_btntop {
	margin-top: 5px;
}

.sq_btntop  a {
	color: #FFF;
}

.sq_btn_redsmall{
    margin: 5px 0;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    background: #ea303a;/*ボタン色*/
    color: #FFF !important;
    border-bottom: solid 2px #AAA;
    border-radius: 3px;
    width: 100px;
    text-align: center;
}
.sq_btn_redsmall:hover {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*下に動く*/
    border-bottom: none;/*線を消す*/
	color: #FFF;
}



.sq_btn{
    margin: 10px 0;
    display: inline-block;
    padding: 16px 20px;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    width: 90%;
    text-align: center;
}
.sq_btn:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.sq_btn_gr{
    margin: 10px 0;
    display: inline-block;
    padding: 16px 20px;
    text-decoration: none;
    background: #2e8b57;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #006400;
    border-radius: 3px;
    width: 90%;
    text-align: center;
}
.sq_btn_gr:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.sq_btn_or{
    margin: 10px auto;
    display: inline-block;
    padding: 16px 20px;
    text-decoration: none;
    background: #ffa500;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ff8c00;
    border-radius: 3px;
    width: 70%;
    text-align: center;
}
.sq_btn_or:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.sq_btn_or:link {
    color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

.square_btn{
    margin: 8px 10px 8px 0;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;/*左線*/
    color: #ff7c5c;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.square_btn_1{
    margin: 8px 10px 8px 0;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #2e8b57;/*左線*/
    color: #2e8b57;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn_1:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.square_btn_2{
    margin: 8px 10px 8px 0;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #8b0000;/*左線*/
    color: #8b0000;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn_2:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.square_btn_3{
    margin: 8px 10px 8px 0;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #6a5acd;/*左線*/
    color: #6a5acd;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn_3:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.square_btn_4{
    margin: 8px 10px 8px 0;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px orange;/*左線*/
    color: orange;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn_4:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.square_btn_5{
    margin: 8px 10px 8px 0;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px blue;/*左線*/
    color: blue;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn_5:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}


.basictb table {
  margin: 20px 0;
  border-collapse: collapse;
  width:100%;
  border: #ccc 1px solid;
  font-size: 123.1%;
  text-align: center;
}

.basictb th {
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 16px;
  background:#F2F2F2;
  text-align: center;
}

.basictb td {
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 16px;
  font-size: 14px !important;
  text-align: center;
}


/* ===== tag===== */

.listcate_f0{
  float: left;
  margin: 5px !important;
  padding: 2px 6px;
  background:#ff7f50;
  color: #fff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size: 85%;
}

.listcate_f1{
  float: left;
  margin: 5px !important;
  padding: 2px 6px;
  background: #3cb371;
  color: #fff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size: 85%;
}

.listcate_f2{
  float: left;
  margin: 5px !important;
  padding: 2px 6px;
  background: #dc143c;
  color: #fff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size: 85%;
}

.listcate_f3{
  float: left;
  margin: 5px !important;
  padding: 2px 6px;
  background: #668ad8;
  color: #fff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size: 85%;
}




.tbbg_p {
  color: #fff;
  background: #ED7EA7 !important;
}

.tbbg_g {
  color: #fff;
  background: #AEB5A5 !important;
}

.tbbg_b {
  color: #fff;
  background: #5F94C9 !important;
}

.listtb table {
  margin: 20px 0;
  width:100%;
  font-size: 123.1%;
}

.listtb tr {
  border-top: #ccc 1px solid;
}

.listtb th {
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 16px;
  background:#F2F2F2;
}

.listtb td {
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 16px;
  font-size: 14px !important;
  background:#fff;
}

table.detailtb {
  margin: 4px 0;
  width:100%;
}

table.detailtb tr {
  border-top: #ccc 1px solid;
}

table.detailtb th {
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 3px;
  background:#F2F2F2;
  text-align:center;
  font-size: 12px !important;
  width:20%;
}

table.detailtb td {
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 3px;
  background:#fff;
  text-align:left;
}


.link_btn{
    float: left;
    margin: 10px 10px 10px 0;
    padding: 6px 10px;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

.detail a:link.link_btn{
    color: #FFF;
}

.detail a:hover.link_btn{
    color: #FFF;
    text-decoration: underline;
}

.detail a:visited.link_btn{
    color: #FFF;
}

/* ===== お問い合わせボタン===== */


.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:21px;
	padding:20px 60px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.myButton:active {
	position:relative;
	top:1px;
}

.contact {
  text-align: center;
}

.contact a {
	color:#fff !important;
}


.contact a:link {
  color: #fff !important;
}

.contact a:visited {
  color: #fff !important;
}

.contact a:hover {
  color: #fff !important;
}

/* ===== パンくず ===== */

#crumbs ul {margin-left:0 !important; margin-bottom:0 !important;}
#crumbs ul li {
  /* liを横並び＆ブレットを消す */
  clear: both;
  display: inline;
  list-style-type: none;
  line-height: 17px;
  height:17px;
  margin-left:0 !important;
}

#crumbs ul li a{
  text-decoration: none;
}

#crumbs ul li a:hover{
  text-decoration: underline;
}

#crumbs ul li:before {
  /* liの前に記号追加 */
  content: " &gt; ";
}

#crumbs ul li:first-child:before {
  /* 最初のliだけcontentを消す */
  content:"";
}

/* ===== 詳細ページ追記 ===== */

.detbtn a:link {
  color: #fff !important;
}

.detbtn a:active {
  color: #fff !important;
}

.detbtn a:visited {
  color: #fff;
}

.detbtn p {
  color: #FF6188;
}

.shiny-button {
  width:70px;
  display: inline-block;
  margin: 5px 5px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #CF0056;
  background-image: -webkit-linear-gradient(top, #d40058 0%, #df196b 48%, #CF0056 49%, #CF0056 82%, #eb0062 100%);
  background-image: -moz-linear-gradient(top, #d40058 0%, #df196b 48%, #CF0056 49%, #CF0056 82%, #eb0062 100%);
  background-image: -o-linear-gradient(top, #d40058 0%, #df196b 48%, #CF0056 49%, #CF0056 82%, #eb0062 100%);
  background-image: linear-gradient(top, #d40058 0%, #df196b 48%, #CF0056 49%, #CF0056 82%, #eb0062 100%);
  border-color: hsl(335, 38%, 41%);
  -webkit-box-shadow: inset 0 0 1px 1px #ff2781, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #ff2781, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #ff2781, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #69002c;
  -moz-text-shadow: 1px 1px 1px #69002c;
  -o-text-shadow: 1px 1px 1px #69002c;
  text-shadow: 1px 1px 1px #69002c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 15px 12px 15px;
}

.shiny-button:link{
	color:#FFF !important;
}

.shiny-button strong {
  letter-spacing: 1px;
  font-size: 14px;
}

.shiny-button:hover {
  color: #CCC;
  background-color: #DA6595;
  background-image: -webkit-linear-gradient(top, #e3005e 0%, #e62072 48%, #de005c 49%, #de005c 82%, #fa0068 100%);
  background-image: -moz-linear-gradient(top, #e3005e 0%, #e62072 48%, #de005c 49%, #de005c 82%, #fa0068 100%);
  background-image: -o-linear-gradient(top, #e3005e 0%, #e62072 48%, #de005c 49%, #de005c 82%, #fa0068 100%);
  background-image: linear-gradient(top, #e3005e 0%, #e62072 48%, #de005c 49%, #de005c 82%, #fa0068 100%);
  border-color: hsl(335, 39%, 44%);
  -webkit-box-shadow: inset 0 0 1px 1px #ff3186, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #ff3186, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #ff3186, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #780032;
  -moz-text-shadow: 1px 1px 1px #780032;
  -o-text-shadow: 1px 1px 1px #780032;
  text-shadow: 1px 1px 1px #780032;
}

.shiny-button:active {
  color: #FFFFFF;
  background-color: #c00050;
  background-image: -webkit-linear-gradient(top, #b6004c 0%, #CF0056 100%);
  background-image: -moz-linear-gradient(top, #b6004c 0%, #CF0056 100%);
  background-image: -o-linear-gradient(top, #b6004c 0%, #CF0056 100%);
  background-image: linear-gradient(top, #b6004c 0%, #CF0056 100%);
  padding: 13px 30px 11px 30px;
}

.shiny-button2{
	width:80% !important;
	font-size: 20px !important;
	
}


.shiny-buttonlong {
  width:110px !important;
  padding: 5px !important;
}

.detailh3 {
  padding:16px;
  background: #f1f8fe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cdcdcd));
  background: -moz-linear-gradient(top, #fff, #cdcdcd);
  background: -o-linear-gradient(top, #fff, #cdcdcd);
  background: -ms-linear-gradient(top, #fff, #cdcdcd);
  background: linear-gradient(top, #fff, #cdcdcd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#cdcdcd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#cdcdcd')";
  background: linear-gradient(top, #fff, #cdcdcd);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  zoom: 1;
  color: #333;
}


.detailh4 {
  padding:10px 16px;
  background: #eee;
  font-size: 110%;
  color: #333;
}

.hosp{
  margin-top: 5px;
  padding: 2px 6px;
  background:#F3767C;
  color: #fff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size: 85%;
}

.detailblog span{
 float: right;
  padding: 2px 6px;
  background:#F3767C;
  color: #fff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size: 70%;
}

.detailblog h3 {
    margin: 3px 0;
    padding: .5em .75em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1.2em;
    font-weight: bold;
    background: #fff;
    color: #1E8BB1;
}

.detbr{
 float: right;
}

h5.titles {
background: none !important;
border: none !important;
float:clear;
width:90%;
color: #6600ff;
font-size:150%;
font-weight:bold;
text-align:center;
line-height: normal;
margin:5px auto;
padding:3px 0;
}

/*スポンサー*/
.sponsor{
	color:#666;
	font-size:60%;
	margin:0 auto;
	width:98%;
	text-align:center;
}
.sponsor .stitle{
	text-align:left !important;
	font-size:7px;
}

.paragrapharea {
	clear:both;
    margin: 30px auto;
    width: 90%;
    background: #FFF9E6;
    border: 1px solid #FFE493;
    padding: 10px;
    text-align: left;
}

.paragrapharea h3{
    margin: 10px 0;
    padding: .5em .75em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1.2em;
    font-weight: bold;
    background: #fff;
    color: #1E8BB1;
}

.paragrapharea_p {
    margin: 0 auto;
    width: 90%;
    padding: 5px 5px;
    border-radius: 4px;
    font-size: 14px;
}


.list_ba{
	margin-left:15px;
	text-align: left;
}

.list_ba ul {
  margin: 3px 0;
  padding-left: 30px;
  font-size:16px;
}

.list_ba ul li {
  position: relative;
  padding-left: 5px;
  line-height: 20px;
  font-weight: bold;
}

/* =====動画ページ ===== */

.mainmovieinner {
	position: relative;/*相対配置*/
	margin:15px auto;
	font-size:70%;
}
.mainmovieinnerstr {
	float: left;
    width: 80%;
	height:75%;
	position: absolute;/*絶対配置*/
	color: #666;/*文字は白に*/
	top: 5%;
	left:5%;
	background-color: rgba(255,255,255,0.8);
	padding:10px;
	border: 5px solid #FF6188;
}

.mainmovieinnerstr p{
	font-size:12px;
}


/*会員登録ポップアップ*/
.member_popup{
	font-size:180%;
	color:#3366ff;
	text-align:center;
	border-bottom: 2px solid #3366ff;
}

.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}


.ftit {
margin: 10px 0;
padding: 6px 10px;
color: white;
border-radius: 0.5em;
font-weight: bold;
font-size: 110%;
background: #F3767C;
}


.member_register {
  display:none;
  position: fixed;
  top: 0;
  width:100%;
  height:100%;
  background: rgba(68,68,38,0.9);
  z-index: 2000;
  }

.member_register_tit {
  font-size: 120%;
  font-weight: bold;
  }



@media (min-width: 768px){

.member_register_cont {
  margin: 30px auto;
  padding: 5px 10px;
  width:60%;
  height:460px;
  background: #F8F7F3;
  border-radius: 10px;
  font-size: 90%;
  }

table.member {
  margin: 10px 0 5px 0;
  width:100%;
}

table.member tr {
  border: none!important;
}

table.member th {
  padding: 3px;
  text-align:center;
  font-size: 9px !important;
  border: none!important;
}

table.member td {
  padding: 3px;
  text-align:left;
  border: none!important;
}

table.signup {
  margin: 1px 0;
  width:100%;
}

table.signup tr {
  border: none!important;
}

table.signup th {
  padding: 3px;
  text-align:center;
  font-size: 12px !important;
  border: none!important;
  width:26%;
}

table.signup td {
  padding: 1px;
  text-align:left;
  border: none!important;
}


}

@media (max-width: 767px){

.member_register_cont {
  margin:  10px auto;
  padding: 5px 10px;
  width:80%;
  height:460px;
  background: #F8F7F3;
  border-radius: 10px;
  font-size: 80%;
  }

table.member {
  margin: 3px 0;
  width:100%;
}

table.member tr {
  border: none!important;
}

table.member th {
  padding: 3px;
  text-align:center;
  font-size: 10px !important;
  border: none!important;
}

table.member td {
  padding: 3px;
  text-align:left;
  border: none!important;
}


table.signup {
  margin: 2px 0;
  width:100%;
}

table.signup tr {
  border: none!important;
}

table.signup th {
  padding: 3px;
  text-align:center;
  font-size: 10px !important;
  border: none!important;
  width:26%;
}

table.signup td {
  padding: 3px;
  text-align:left;
  border: none!important;
}

.cp_ipcheck label {
	font-size: 80%;
	padding: 12px 10px 4px 30px;
}


}






@media (min-width: 768px){
#sp_menu {display: none;}
#panel {display: none;}
.sp_cont {display: none;}





/* ===== グローバルメニュー ===== */


ul#globalnavi {
  margin: 0 auto;
  padding: 0;
  width: 1000px;

}

ul#globalnavi:after { /* after擬似要素による子ボックスのフロートのクリア */
  margin: 0;
  padding: 0;
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

ul#globalnavi li {
  margin: 0;
  padding: 0;
  float: left; /* 左寄せ */
  text-align: center; /* li内のテキストを中央揃え */
}

ul#globalnavi a {
  display:block;
}

.gnavi_last img {
  padding-left: 18px;
}

ul#globalnavi ul.sub {
   background-color: #FFF; /* サブメニュー全体の背景色 */
   border-width: 1px 1px 0px 1px; /* サブメニュー全体の枠線の太さ */
   border-style: solid; /* サブメニュー全体の枠線の線種 */
   border-color: #EEE; /* サブメニュー全体の枠線の色 */
   margin: 0px;
   padding: 0px;
   display: none;
   position: absolute;
   width: 197px; /* サブメニュー1項目の横幅 */
}
ul#globalnavi ul.sub li {
   width: 197px; /* サブメニュー1項目の横幅 */
   height: 42px; /* サブメニュー1項目の高さ */
   border-width: 0px 0px 1px 0px; /* サブメニュー1項目の枠線の太さ */
   border-style: solid; /* サブメニュー1項目の枠線の線種 */
   border-color: #EEE; /* サブメニュー1項目の枠線の色 */
}
ul#globalnavi ul.sub li a {
   line-height: 42px; /* サブメニュー1項目の行の高さ(「サブメニュー1項目の高さ」と合わせる) */
   text-align: left;  /* サブメニュー1項目の項目名の配置(左寄せ) */
   text-indent: 10px;  /* サブメニュー1項目の項目名前方の余白 */
   font-size: 85%;
}
ul#globalnavi ul.sub li a:hover {
   background-color: #EF4E56; /* サブメニュー項目にマウスが載ったときの背景色 */
   color: #FFF; /* サブメニュー項目にマウスが載ったときの文字色 */
}

#crumbsArea{
  padding: 15px 0 0 0;
  border-bottom: 1px solid #DDDDDD;
  background: #F3F1EA;
  font-size: 85%;
  width: 100%;
}

#crumbs {
  margin: 0 auto;
  padding: 0;
  width: 1000px !important;
  text-align: left;
}

/* メインパネル */
div#TopPanelArea {
  padding: 60px 0 0 0;
}

div#Toppanel {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  height: 360px;
  background: url(/img/2017/top_main.png) no-repeat;
}

div.btn_kansai {
  font-size:80%;
  width:160px;
  position: absolute;
  top: 280px;
  right: 150px;
}

div.btn_chubu {
  font-size:80%;
  width:80px;
  position: absolute;
  top: 240px;
  right: 110px;
}


div.btn_tokyo {
  font-size:80%;
  width:160px;
  position: absolute;
  top: 210px;
  right: -30px;
}

div#SearchArea {
  width: 100%;
  border-top: 6px solid #F3767C;
  background: #F3F1EA;
}

div.search {
  margin: 0 auto;
  padding: 26px 0;
  width: 1000px;
}

div.search h3 {
  margin: 0 0 10px 0;
}

.search_l {
  float: left;
  padding : 10px 0;
  width: 320px;
  height: 80px;
  text-align: left;
}

.search_m {
  float: left;
  padding : 10px 0 0 20px;
  width: 320px;
  height: 80px;
  text-align: left;
}

.search_r {
  float: right;
  padding : 10px 0;
  width: 320px;
  text-align: left;
}

dl.search_keyword{
  position: relative;
}
dl.search_keyword dt{
  width:70%;
  padding:3px;
  background-color:#fff;
  border:1px solid #aaa;
  position: absolute;
}
dl.search_keyword dt input{
  width:100%;
  height:24px;
  line-height:24px;
  background:none;
  border:none;
}
dl.search_keyword dd{
  position: absolute;
  top:0;
  right:0;
  width:28%;
}

dl.search_job{
  position: relative;
}
dl.search_job dt{
  width:70%;
  position: absolute;
}
dl.search_job dt select{
  width:100%;
  height:32px;
  line-height:32px;
}
dl.search_job dd{
  position: absolute;
  top:0;
  right:0;
  width:28%;
}


select {
  margin: 0;
  padding: 0;
  width:80%;
  height:30px;
  line-height:30px;
  background-color:#fff;
  border:1px solid #aaa;
}

.search_cond ul{
  margin: 20px 0;
}


.search_cond li{
  float:left;
  width: 200px;

}

.search_cond input{
  margin: 0 10px 0 0;
}

.cond_btn{
  clear: both;
  padding: 20px 0 0 0;
  width:100%;
  text-align: center;
}


/* コンテンツエリア */
div#content {
  width: 100%;
}

div#content_beige {
  width: 100%;
  background: #F3F1EA;
}

div.contentArea {
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 1000px;
}

.topics {
  float: left;
  padding : 10px 0;
  width: 660px;
  text-align: left;
}

.topics ul{
  margin :20px 0;
}

.topics li{
  padding: 12px 2px;
  line-height: 120%;
  height: 50px;
  border-bottom: 1px dotted #666666;
}

.topics li img{
  float: left;
  padding-right: 20px;
}

.topics span{
  margin-right: 5px;
  padding: 2px 10px;
  color: #fff;
  background: #EE4C54;
  font-size: 85%;
}

.topics p{
  margin-top: 0px;
  font-size: 85%;
}

.topics .title{
  color: #ED4C53;
  font-weight: bold;
  text-decoration: none;
}

.blog {
  float: right;
  padding : 10px 0;
  width: 300px;
  text-align: left;
}

.blog ul{
  margin : 10px 0;
}

.blog li{
  padding: 12px 2px;
  line-height: 100%;
  border-bottom: 1px dotted #666666;
}

.blog li img{
  float: left;
  padding: 0 20px 20px 0;
}

.blog ul h3 a {
  color: #015B63;
  font-weight: bold;
  text-decoration: none;
}


.blog ul h4{
	font-size:70%;
	margin:0;
	text-decoration: none;
}

.blog ul h4 a{
  color: #3366ff;
  font-weight: bold;
  text-decoration: none;
}

.blog p{
  margin-left:130px;
  font-size: 30%;
}

.blog p.topics{
  margin-left:0px !important;
  width:100%;
  font-size: 30%;
}

.blog p a{
  text-decoration: none;
}

.blog span{
  padding: 2px 10px;
  color: #fff;
  background: #EE4C54;
  font-size: 70%;
}

.news a:hover{
  text-decoration: underline;
}


.side {
  float: right;
  width: 230px;
  text-align: left;
}



.pickup {
  margin-left:15px;
  margin-top: 10px;
  float: left;
  padding : 15px;
  width: 270px;
  height: 300px;
  text-align: left;
  background: #fff;
}

.pickup img{
  margin : 0 0 5px 0;
  border: 1px solid #ccc;
}


.pickup h3 a{
  color: #ED4C53;
  font-weight: bold;
  text-decoration: none;
}

.pickup p{
  font-size: 85%;
}

.pickup p.comp{
	font-size:90% !important;
	margin:0 auto;
	text-decoration: none;
}

.pickup p.comp a{
  color: #3366ff;
  font-weight: bold;
  text-decoration: none;
}


.rm50{
  margin-right: 50px !important;
}

.newmovie {
  float: left;
  padding : 10px 0;
  width: 226px;
  text-align: left;
}

.newmovie img{
  margin : 5px 0;
  border: 1px solid #ccc;
}

.newmovie h3{
  margin-bottom: 3px;
  line-height: 120%;
}

.newmovie h3 a{
  color: #ED4C53;
  font-weight: bold;
  text-decoration: none;
}
.newmovie h4{
  margin:0 auto;

}

.newmovie .date{
	color: #60c3ad;
	font-size:90%;
	line-height: 100%;
}
	

.newmovie p{
  font-size: 85%;
}

.rm24{
  margin-right: 24px !important;
}

.flr{
  float: right !important;
}


.map {
  width: 100%;
  border-top: 1px solid #ddd;
}

.mapArea {
  margin: 0 auto;
  padding: 5px 0;
  width: 1000px;
}

/* ===== map ===== */
.mapinfo {
	margin: 3px auto;
    padding: 7px 0 0px;
    font-size: 26px;
    font-weight: normal;
    width: 960px;
    height: 40px;
    line-height: 26px;
    background: url(/img/2017/list_title.png) no-repeat;
    text-align: center;
    color: #4B3422;
}


.mapleft {
	width:620px;
	height:auto;
	float:left;
	position: relative;

}

.mapright {
	width:250px;
	height:auto;
	float:left;
}

.rightbox {
  width: 330px;
  height: 500px;
  margin:0;
  float:left;
  overflow:auto;   /* スクロール表示 */
  overflow-y:auto;
  overflow-x:hidden;
}

.rightboxhsmall {
  width: 330px;
  height: 400px;
  margin:0;
  float:left;
  overflow:auto;   /* スクロール表示 */
  overflow-y:auto;
  overflow-x:hidden;
}


.mapright h3 {
	font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic";
	margin: 0 auto;
	color: #3567e8;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height: normal;
	padding: 0;
	height: auto;
	background: #FFFFFF;
	width:200px;
}

.maptab {
	width:400px;
	height:300px;
	font-size:8px;
	overflow:hidden;
	text-align:left;
	font-weight:bold;
	font-family:'Lucida Grande',
	 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	 Meiryo, メイリオ, sans-serif;
}

.gm-style-iw {
	overflow: hidden ! important;
}
.gm-style-iw div {
	overflow: hidden ! important;
}

.maptab h4{
	width: 90%;
	color: #444444;
	font-size:20px;
	font-weight:bold;
	font-family:'Lucida Grande',
	 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	 Meiryo, メイリオ, sans-serif;
	vertical-align: middle;
	text-align:left;
	vertical-align: middle;
	margin: 3px 5px 0px 5px;
	padding: 0 0 0 5px;
	line-height: 95%;
	border-left: solid 6px #ff00ff;
	height: auto;
	background: #FFFFFF;
}

.maptab p{
width:90%;
line-height: 8px !important;
padding: 7px !important;
}

.maptab .scr {
  overflow:auto;   /* スクロール表示 */
  overflow-y:auto !important;
  overflow-x:hidden;
  width: 400px;
  height: 230px;
  margin:0 auto;
}

.maptab table, td, th{
	margin:5px;
	border: 1px #CCCCCC solid;
}

.maparea{
width:100%;
border-top: solid 1px #9999cc;
padding-top:3px;
text-decoration: none;
}

.maparea_left {
	float: left;
	width:165px;
	margin: 0 0 10px 5px;
}


.maparea .contents{
	padding:5px;
	color:#222222;
	float:left;
	width:220px;
	text-decoration: none;
}
.maparea .title{
	color: #444444;
	font-size:14px;
	font-weight:bold;
	vertical-align: middle;
	padding: 3px;
	line-height: 95%;
	height: auto;
	background: #FFFFFF;
}

.mapdown{
	border-top: solid 4px #CCCCCC;
}

.mapdown .column{
	color:#444444;
	text-align:center;
	height:0.8em;
}

.mapdown h3 {
	font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic";
	margin: 0 auto;
	color: #3567e8;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height: normal;
	padding: 0;
	height: auto;
	background: #FFFFFF;
	width:200px;
}
#maploading{
	position: absolute;
	z-index: 5;
	top: 140px;
    left:250px;
}


.blog_left {
	float: left;
	width:30%;
	margin: 0 0 10px 5px;
}

.blog_right {
	float: left;
	width:60%;
	margin: 0 0 0 8px;
}

.blog_right p {
	font-size: 8px;
	line-height: 12px;
}

.b_column_box h5 {
background: none !important;
border: none !important;
float: left;
color: #6600ff;
font-size:10px;
font-weight:bold;
text-align:left;
line-height: normal;
margin:0 0 0 20px;
padding: 0;
height: auto;
}

.b_column_box h6.movietitle {
background: none !important;
border: none !important;
float: left;
color: #6600ff;
font-size:10px;
font-weight:bold;
text-align:left;
line-height: normal;
margin:0 0 0 20px;
padding: 0;
height: auto;
}

.nurse_blog {
	width: 330px;
	height: 307px;
	margin:0;
	float:left;
	text-align: left;
}
.nurse_blog img{
	float:left;
}
.b_column_box {
margin-left:2%;
border-bottom: solid 1px #ccc;
width:95%;
text-align: left;
}

.b_column_box h4 {
color: #FF0079;
font-size:8px;
line-height:12px;
font-weight:bold;
vertical-align: middle;
text-align:left;
vertical-align: middle;
height:auto;
margin: 7px 0 0;
padding:0;
background: none !important;
border: none !important;
}

.b_column_box h5.shisetsutitle  {
color: #FF0079;
font-size:8px;
line-height:12px;
font-weight:bold;
vertical-align: middle;
text-align:left;
vertical-align: middle;
height:auto;
margin: 7px 0 0;
padding:0;
background: none !important;
border: none !important;
float:none !important;
}

/* ===== 検索一覧 ===== */

.result_list {
  margin: 20px 0;
  padding: 30px;
  background: #F3F1EA;
}


.result_list h3 {
  margin-bottom: 20px;
  padding: .5em .75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size:1.6em;
  font-weight: bold;
  background: #fff;
  color: #1E8BB1;
}

.result_list h5 {
  margin: 10px 0;
  padding: .8em .75em;
  background-color: #fff;
  border-radius: 4px;
  color: #1E8BB1;
}

.result_list_l {
  float: left;
  width: 38%;
}

.result_list_l img{
  width: 100%;
}

.result_list_r {
  float: right;
  width: 58%;
}

.movieclm {
  float: left;
  width: 32%;
  font-size: 10px;
}

/* ===== 詳細ページ ===== */

.othermovie {
  margin: 10px 0;
  float: left;
  width: 25%;
  font-size: 80%;
  line-height:1.2em;
}

.othermovie_left {
  float: left;
  width: 40%;
}

.othermovie_left2{
  margin-top: 0px;
  margin-left:10px;
  padding: 2px 2px;
  background:#F3767C;
  color: #fff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size: 85%;
  width:50%;
  float:left;
}

.othermovie_right {
  float: right;
  width: 98%;
}







/* ===== フッタ ===== */
div#footer {
  clear: both;
  width: 100%;
  padding: 26px 0 0 0;
  background: #F3F1EA;
  border-top: 1px solid #E3DFCE;
}

div#footerArea {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
}

/*フッターロゴ*/
div.footer_logo {
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
  width: 246px;
}

.footer_logo p{
  padding: 10px 2px;
  margin: 0;
  text-align: left;
  font-size: 12px;
}

div.footer_menu {
  float: left;
  margin: 0 auto;
  padding: 0 0 40px 0;
  text-align: left;
  width: 186px;
}

div.footer_menu h4{
  margin: 0 0 6px 0;
  padding: 0 26px 0 16px;
  line-height: 24px;
  font-size: 96%;
  background: url(/img/2017/footer_li.png) no-repeat 0 7px;
}

div.footer_menu h4 a {
  text-decoration: none;
  color: #333;
}
div.footer_menu li {
  padding: 0 0 0 20px;
  line-height: 24px;
  font-size: 85%;
}

div.footer_menu a:hover {
  text-decoration: underline;
}



div#footerBottomArea {
  clear: both;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 76px;
  background: #F3767C;
}

.footerBottom {
  padding: 20px 0;
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

.footerBottom ul {
  border-left: 1px dotted #fff;
  height: 36px;
}

.footerBottom ul li {
  float: left;
  border-right: 1px dotted #fff;
  padding: 0 20px;
  line-height: 36px;
  font-size: 85%;
}

.footerBottom ul a {
  text-decoration: none;
  color: #fff;
}

.footerBottom ul a:hover {
  text-decoration: underline;
}


div#footerCopyArea {
  clear: both;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  background: #F3F1EA;
}

.footerCopy {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

.footerCopy p{
  padding: 10px 0;
  margin: 0;
  font-size: 77%;
  color: #666;
}



/* ページトップへ */

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}


.pagetop a {
  display: block;
}


.detailtb input[type=text],
.detailtb input[type=password],
.detailtb input[type=tel],
.detailtb input[type=email]
{
    padding:10px;
    width: 100%;
    box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
  background:#F0F8E9;
  border: #ACD381 1px solid;
  font-size:130%;
}

.detailtb textarea {
    padding:10px;
    width: 100%!important;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
  background:#F0F8E9;
  border: #ACD381 1px solid;
}

}
/* ==========end:min768========== */

/* ==================== */

   div#headerArea {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background-color: #FFF;
        color: #fff;
        opacity: 0.95;
        /* 55％不透明度（＝45％透過） */
        z-index: 1000;
    }

    div.header {
        margin: 0 auto;
        width: 1000px;
        height: 96px;
    }
    div.header_logo {
        float: left;
        margin: 0;
        padding: 18px 0 0;
    }
    div.header_navi {
        float: right;
        margin: 0;
        padding: 24px 0 0;
    }
    div.header_navi li {
        float: left;
        padding: 0;
    }
    div.header_navi li a {
        text-decoration: none;
    }

h2{
    clear: both;
    margin: 0;
    color: #333;
    font-size:1.2em;
    border-bottom:3px solid #F3767C;
    position: relative;
    padding:.5em 0;
    line-height:1.4em;
  text-align: center;
  background: #F3F1EA;
  }

h2::after{
    content:"";
    display:block;
    width:15%;
    border-bottom:3px solid #F3767C;
    position:absolute;
    bottom:0;
    margin-bottom:-3px;
  }


div.btn_kansai {
	font-size:80%;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

div.btn_chubu {
	font-size:80%;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}



div.btn_tokyo {
　font-size:80%;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}


#SearchArea {
  padding: 10px;
  background: #F3F1EA;
}

.search h3 img{
  margin: 10px 0;
}

.cond_btn {
  width: 100%;
  text-align: center;
}
.cond_btn img{
	margin: 0;
	width: 90%;
}


.search_cond li {
  float: left;
  padding: 5px 10px 5px 0;
}

/* ===== パンくず ===== */
#crumbsArea{
  padding: 3px 0 0 0;
  border-bottom: 1px solid #DDDDDD;
  font-size: 70%;
  width: 100%;
}

#crumbs {
  margin: 0 auto;
  padding: 0;
  width:100%;
  text-align: left;
}




/* コンテンツエリア */
div.content {
  padding: 20px 0;
  width: 100%;
  border-bottom: solid 1px #EEE;

}


/* コンテンツエリア */
div#content {
  width: 100%;
}

div#content_beige {
  width: 100%;
  background: #F3F1EA;
}

div.contentArea {
  margin: 0 auto;
  padding: 0px 0 20px 0;
}


.detail {
  padding: 10px;
}

.topics {
  float: left;
  padding : 10px 0;
  text-align: left;
}

.topics ul{
  margin :20px 0;
}

.topics li{
  padding: 10px;
  line-height: 120%;
  border-bottom: 1px dotted #666666;
}

.topics li img{
  float: left;
  padding-right: 20px;
}

.topics span{
  margin-right: 5px;
  padding: 2px 10px;
  color: #fff;
  background: #EE4C54;
  font-size: 85%;
}

.topics p{
  margin-top: 2px;
  font-size: 85%;
}

.topics .title{
  color: #ED4C53;
  font-weight: bold;
  text-decoration: none;
}

.blog {
  padding : 10px 0;
  width: 100%;
  text-align: left;
}

.blog ul{
  margin : 10px 0;
}

.blog li{
  clear: both;
  padding: 10px;
  line-height: 100%;
  border-bottom: 1px dotted #666666;
}

.blog li img{
  float: left;
  padding: 0 20px 0 0;
  margin:10px 0;
}

.blog ul h3 a{
  color: #015B63;
  font-weight: bold;
  decoration: none;
}

.blog p{
  font-size: 85%;
}

.blog p a{
  text-decoration: none;
}



.blog ul h4{
	font-size:70%;
	margin:0;
	text-decoration: none;
}

.blog ul h4 a{
  color: #3366ff;
  font-weight: bold;
  text-decoration: none;
}

.blog span{
  padding: 2px 10px;
  color: #fff;
  background: #EE4C54;
  font-size: 70%;
}

.news a:hover{
  text-decoration: underline;
}





.pickup {
  padding : 5px;
  border-bottom: 1px dotted #666666;
  text-align: center;
}

.pickup img{
  margin : 0 auto;
  border: 1px solid #ccc;
}

.pickup h3 a{
  color: #ED4C53;
  font-weight: bold;
  decoration: none;
}

.pickup p{
  font-size: 85%;
}

.pickup h4{
	font-size:90%;
	margin:0 auto;
	text-decoration: none;
}

.pickup h4 a{
  color: #3366ff;
  font-weight: bold;
  text-decoration: none;
}


.newmovie {
  float: left;
  padding : 10px 0;
  text-align: center;
  margin:0 auto;
}

.newmovie img{
  margin : 5px 0;
  border: 1px solid #ccc;
}

.newmovie h3{
  margin-bottom: 3px;
  line-height: 120%;
}

.newmovie h3 a{
  color: #ED4C53;
  font-weight: bold;
  text-decoration: none;
}
.newmovie h4{
  margin:0 auto;

}

.newmovie .date{
	color: #60c3ad;
	font-size:90%;
	line-height: 100%;
}

.newmovie p{
  font-size: 85%;
}

.rm24{
  margin-right: 12px !important;
}


.map {
  width: 100%;
  border-top: 1px solid #ddd;
}

.mapArea {
  margin: 0 auto;
  padding: 5px 0;
}

/* ===== map ===== */
.mapinfo {
	margin: 3px auto;
    padding: 7px 0 0px;
    font-size: 26px;
    font-weight: normal;
    height: 40px;
    line-height: 26px;
    text-align: center;
    color: #4B3422;
}


.mapleft {
	margin: 3px auto;
	width:100%;
	height:auto;
	float:left;
	position: relative;
	text-align:center;
}

.mapright {
	display:none;
}

.maptab {
	width:400px;
	height:300px;
	font-size:8px;
	overflow:hidden;
	text-align:left;
	font-weight:bold;
	font-family:'Lucida Grande',
	 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	 Meiryo, メイリオ, sans-serif;
}

.gm-style-iw {
	overflow: hidden ! important;
}
.gm-style-iw div {
	overflow: hidden ! important;
}

.maptab h4{
	width: 90%;
	color: #444444;
	font-size:20px;
	font-weight:bold;
	font-family:'Lucida Grande',
	 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	 Meiryo, メイリオ, sans-serif;
	vertical-align: middle;
	text-align:left;
	vertical-align: middle;
	margin: 3px 5px 0px 5px;
	padding: 0 0 0 5px;
	line-height: 95%;
	border-left: solid 6px #ff00ff;
	height: auto;
	background: #FFFFFF;
}

.maptab p{
width:90%;
line-height: 8px !important;
padding: 7px !important;
}

.maptab .scr {
  overflow:auto;   /* スクロール表示 */
  overflow-y:auto !important;
  overflow-x:hidden;
  width: 400px;
  height: 230px;
  margin:0 auto;
}

.maptab table, td, th{
	margin:5px;
	border: 1px #CCCCCC solid;
}

.maparea{
width:100%;
border-top: solid 1px #9999cc;
padding-top:3px;
text-decoration: none;
}

.maparea_left {
	float: left;
	width:165px;
	margin: 0 0 10px 5px;
}


.maparea .contents{
	padding:5px;
	color:#222222;
	float:left;
	width:220px;
	text-decoration: none;
}
.maparea .title{
	color: #444444;
	font-size:14px;
	font-weight:bold;
	vertical-align: middle;
	padding: 3px;
	line-height: 95%;
	height: auto;
	background: #FFFFFF;
}

.mapdown{
	display:none;
}

#maploading{
	position: absolute;
	z-index: 5;
	top: 140px;
    left:40%;
}

div#footerArea {
  padding: 0 0 0 10px;
  margin: 0 auto;
}

.footerCopy p{
  padding: 5px 10px;
  margin: 0;
  color: #FFF;
  text-align: left;
  font-size: 11px;
}




/* ===== 検索一覧 ===== */

.result_list {
  margin: 20px 0 40px 0;
  padding: 10px;
  background: #F3F1EA;
}


.result_list h3 {
  margin-bottom: 20px;
  padding: .5em .75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size:1.2em;
  font-weight: bold;
  background: #fff;
  color: #1E8BB1;
}

.result_list h5 {
  margin: 10px 0;
  padding: .8em .75em;
  background-color: #fff;
  border-radius: 4px;
  color: #1E8BB1;
}

.result_list_l {
  width: 100%;
}

/*.result_list_l img{
  width: 100%;
}*/
.result_list_r {
  width: 100%;
}

.movieclm {
  float: left;
  padding-bottom: 16px;
  width: 46%;
  font-size: 10px;
}

/* ===== 詳細ページ ===== */

.othermovie {
  margin: 2px 0;
  float: left;
  width: 48%;
  font-size: 80%;
  line-height:1.2em;
  height: 80px;
}

.othermovie_left {
  float: left;
  width: 50%;
}

.othermovie_left2{
  margin-top: 0px;
  padding: 2px 2px;
  background:#F3767C;
  color: #fff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size: 85%;
  width:45%;
  float:left;
}

.othermovie_left img{
  width: 98%;
  float:left;
}

.othermovie_right {
  float: left;
  width: 98%;
}



/* ページトップへ */

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 5px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 85%;
  text-decoration: none;
  line-height: 50px;
}





/* ===== フッタ ===== */
div.footer_nav {
      padding: 16px 0;
      width: 100%;
      background: #E6E6E6;
      text-align: center;
      font-size: 85%;
}

div.footer_navArea {
        margin: 0 auto;
      width: 900px;
      text-align: center;
      font-size: 85%;
}

    /*---- フッター・メニュー ----*/
    .footer_nav ul {
        list-style-type: none;
        margin: 0 auto;
        text-align: center;
        color: #333;
    }

    .footer_nav li {
        display: -moz-inline-box;
        display: inline-block;
        /display: inline;
        /zoom: 1;
        padding: 0 10px;
        text-align: center;
        cursor: pointer;
        border-left: 1px solid #999;
    }

    .footer_nav li:first-child {
        border: none;
    }

#panel-btn {
  color: #666;
}

#sp_menu {
  position: fixed;
  top: 30px;
  right: 0;
  float: right;
  margin: -10px 10px 0 0;
  z-index: 1000;
}

#sp_menu a{
  text-decoration: none;
}

.sp_menu_lbg{
  background: #006D9F !important;
}

.sp_menu_etc{
  background:#0046AA;
  width:100%;
  margin:0 auto;
  padding:12px 0;
  color: #FFF;
  font-size:16px;
  border-bottom:1px solid #6691CC;
  text-align: center;
}

.sp_menu_etc a{
  color: #FFF;
  text-decoration: none;
}

/*input*/
.detail input {
    padding:10px;
    width: 100%;
    box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    font-size: 1.2em;
  background:#F0F8E9;
  border: #ACD381 1px solid;
}

.detail textarea {
    padding:10px;
    width: 100%!important;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    font-size: 1.2em;
  background:#F0F8E9;
  border: #ACD381 1px solid;
}

.detailtb input[type=text],
.detailtb input[type=password],
.detailtb input[type=tel],
.detailtb input[type=email] {
    padding:10px;
    width: 100%;
    box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    font-size: 1.2em;
  background:#F0F8E9;
  border: #ACD381 1px solid;
}

.detailtb textarea {
    padding:10px;
    width: 100%!important;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    font-size: 1.2em;
  background:#F0F8E9;
  border: #ACD381 1px solid;
}

/* toggle-panel */
#panel {
  position: fixed;
  top: 86px;
  border-top:1px solid #D14F07;
  z-index: 3000;
}

#panel-btn { display: inline-block; position: relative; width: 40px; height: 40px; margin: 5px 0 10px; background: #fff; font-size:9px; padding:5px 3px 0 3px;}
#head a { color: #F3767C; text-decoration:none; text-aligin:center;}
#panel-btn:hover { background: #fafafa; }
#panel-btn-icon { display: block; position: absolute; top: 50%; left: 50%; width: 20px; height: 3px; margin: 1px 0 0 -10px; background: #F3767C; transition: .2s; }
#panel-btn-icon:before, #panel-btn-icon:after { display: block; content: ""; position: absolute; top: 50%; left: 50%; width: 20px; height: 3px; margin-left: -10px; background: #F3767C; transition: .3s; }
#panel-btn-icon:before { margin-top: -7px; }
#panel-btn-icon:after { margin-top: 4px; }

#panel-btn .close { background: transparent; }
#panel-btn .close:before, #panel-btn .close:after { margin-top: 0; }
#panel-btn .close:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
#panel-btn .close:after { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }

#panel { display: none; width: 100%; margin: 0; padding: 0; background: #E3F2FD; text-align: left; }




ul.accordion { background:#DDD; width:100%; margin:0 auto; padding:0; font-size:16px;}
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#FFF;}
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#FFF;}
ul.accordion ul { display:none;}
ul.accordion &gt; li { background: #F3767C; border-bottom:1px solid #D14F07;}
ul.accordion &gt; li &gt; a { background:url(/img/2017/go.png) no-repeat 98% center;}
ul.accordion &gt; li &gt; p { cursor:pointer;}
ul.accordion &gt; li &gt; p span { background-image:url(/img/2017/open.png); text-aligin:left;}
ul.accordion &gt; li &gt; p span.open { background-image:url(/img/2017/close.png);}
ul.accordion &gt; li &gt; ul &gt; li { background:#008A80; border-bottom:1px solid #D14F07;}
ul.accordion &gt; li &gt; ul &gt; li &gt; p { background:#008A80;}
ul.accordion &gt; li &gt; ul &gt; li:last-child { border:none;}
ul.accordion &gt; li &gt; ul &gt; li &gt; a { background:url(/img/2017/go.png) no-repeat 98% center;}
ul.accordion &gt; li &gt; ul &gt; li &gt; ul &gt; li { background:#FFF; border-bottom:1px dotted #D14F07;}
ul.accordion &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child { border:none;}



}
/* ==========end:max767========== */
</pre></body></html>