@charset "utf-8";

/*Common.css
----------------------------------------------------------- */

body {
	color: #595959;
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:14px;
	font-weight:normal;
	background-color: #fff;
	line-height: 1.5;
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
}

/*
box_sizing[Body配下のBlock要素全てBorder_box]
----------------------------------------------------------- */
body *
{
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/*hd-style.css
----------------------------------------------------------- */
h1{
	color:#333;
}

h2{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
	background:url(../images/common/h2-bg.png) no-repeat 0 0;
	height:50px;
	line-height:50px;
	padding:0 0 0 55px;
}

h3{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	color:#00479D;
	background:url(../images/common/h3-bg.png) no-repeat 0 3px;
	padding:0 0 0 17px;
}

p{
	margin-bottom:20px;
}

img {
  display: block;
  vertical-align: bottom;
}

a:hover img{
	opacity: 0.75;
}

/*Theme-original*/

/*header
----------------------------------------------------------- */
header{
	overflow: hidden;
	margin-bottom:17px;
}

.header-inner{
	overflow:hidden;
	width:960px;
	margin:0 auto;
	height:115px;
}

.header-inner h1{
	width:100%;
	text-align:right;
	font-weight:lighter;
	font-size:12px;
	line-height:30px;
}

p.logo{
	float:left;
	margin:12px 0 0 0;
}

div.address{
	overflow: hidden;
	float:right;
	width:295px;
	padding:0 0 0 0;
}

p.tel{
	color:#000;
	float:left;
	font-weight:bold;
	font-size:28px;
	vertical-align: baseline;
	margin:0;
	padding:0 0 0 0;
}

div.address .tel span{
	font-size:15px;
	margin-right:15px;
	float:left;
	position:relative;
	top:15px;
	left:6px;
}

.address ul{
	clear:both;
}

.address ul li{
	list-style-type:none;
	font-size:12px;
	line-height:15px;
}

/*wrapper
----------------------------------------------------------- */
.wrapper{
	overflow:hidden;
	width:960px;
	margin:0 auto 60px;
}

/*TOP-IMAGE
----------------------------------------------------------- */
.top-img{
	overflow:hidden;
	width:100%;
	height:auto;
}

.top-img img{
	width:100%;
	height:auto;
}

/*global
----------------------------------------------------------- */
.global-nav{
	margin-bottom:40px;
	overflow: hidden;
	width:100%;
}

.post .global-nav{
	margin-top:0px;
}

.global-nav li{
	font-weight:bold;
	font-size:16px;
	color:#054191;
	float:left;
	text-align:center;
	height:60px;
	line-height:53px;
	background:url(../images/common/gnav.png) no-repeat 0 bottom;
	border-right:1px solid #CCC;
	margin-right:2px;
}

.global-nav li:hover{
	background:url(../images/common/gnav-on.png) no-repeat center bottom;
}

.global-nav li:first-child{
	width:115px;
}

.global-nav li:nth-child(2){
	width:135px;
}

.global-nav li:nth-child(3){
	width:110px;
}

.global-nav li:nth-child(4){
	width:100px;
}

.global-nav li:nth-child(5){
	width:120px;
}
.global-nav li:nth-child(6){
	width:90px;
}
.global-nav li:nth-child(7){
	width:156px;
}
.global-nav li:last-child{
	margin-right:0;
	width:120px;
	border:0;
}

.global-nav li a{
	color:#054191;
	display:block;
	text-decoration:none;
}

.global-nav li a:hover{
	color:#0084EE;
}

/*go-top
----------------------------------------------------------- */
aside.go-top{
	width:960px;
	margin:0 auto;
	overflow: hidden;
}

aside.go-top a{
	float:right;
}

/*footer
----------------------------------------------------------- */
footer{
	background-color:#000;	
}

.ft-inner{
	overflow: hidden;
	margin-top:20px;
	width:960px;
	margin:0 auto;
	padding:30px 0 0 0;
}

.ft-inner ul{
	color:#FFF;
	float:left;
	margin:0 15px 0 30px;
}

.ft-inner ul li{
	list-style-type:none;
	margin-bottom:6px;
}

.map{
	float:left;
}

.copyright{
	clear:both;
	color:#FFF;
	font-size:12px;
	text-align:center;
	margin:30px 0 0 0;
	line-height:250%;
}

/*top-cont01
----------------------------------------------------------- */
.top-cont01{
	overflow:hidden;
	width:730px;
	float:left;
	margin-bottom:40px;
}

.top-cont01 h2{
	color:#FFF;
	height:50px;
	line-height:50px;
	background:url(../images/common/h2-bg-c01.png) no-repeat 0 0;
	padding:0 0 0 55px;
}

.top-cont01 dl{
	overflow:hidden;
	font-size:14px;
	margin-bottom:30px;
	padding:2%;
}

.top-cont01 dd{
	float:left;
	width:500px;
}

.top-cont01 dd.cat{
	font-size:10px;
	color:#FFF;
	text-align:center;
	background-color:#00469a;
	width:90px;
	margin:0 10px 12px 0;
	position:relative;
	top:3px;
	left:0;
	line-height:20px;
}

.top-cont01 dt{
	float:left;
	width:95px;
	clear:both;
}

/*top-cont02
----------------------------------------------------------- */
.top-cont02{
	overflow:hidden;
	width:100%;
	height:387px;
	background:url(../images/common/cont02-bg.png) no-repeat 0 0;
	margin-bottom:65px;
	padding:50px 0 0 0;
	margin-top:20px;
}

.top-cont02 p.ttl{
	font-weight:bold;
	color:#000;
	font-size:28px;
	float:right;
	position:relative;
	top:0;
	right:110px;
	margin-bottom:10px;
}

.top-cont02 h2{
	float:right;
	clear:both;
	background:none;
	height:101px;
	line-height:101px;
	padding:0;
	margin:0;
	position:relative;
	top:0;
	right:95px;
}

.top-cont02 p.comment{
	clear:both;
	width:595px;
	position:relative;
	top:15px;
	left:105px;
	margin:0;
}

.top-cont02 p.profile{
	display:block;
	width:595px;
	text-align:right;
	position:relative;
	top:15px;
	left:105px;
	margin:0;
}

/*top-cont03
----------------------------------------------------------- */
.top-cont03{
	margin-bottom:65px;
	clear:both;
}

.top-cont03 table,
.top-cont05 table{
	width:100%;
}

.top-cont03 table td{
	vertical-align: middle;
	padding:25px;
	border:1px solid #CCC;
}

.top-cont03 table td:first-child{
	width:165px;
	text-align:center;
	background-color:#CCECF9;
}

.top-cont03 table td img{
	margin-bottom:15px;
}

.top-cont03 table td img.ico{
	display:inline;
	margin:0 0 0 20px;
}

.top-cont03 span{
	color:#00479D;
}

/*top-cont04
----------------------------------------------------------- */
.top-cont04{
	margin-bottom:65px;
}

.top-cont04 ul{
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
}

.top-cont04 ul li{
	width:160px;
	height:auto;
	float:left;
	list-style-type:none;
}

.top-cont04 ul li img{
	width:160px;
	height:160px;
}
/*top-cont05
----------------------------------------------------------- */
.top-cont05{
	margin-bottom:65px;
}

.top-cont05 table{
	margin-bottom:30px;
}

.top-cont05 table td{
	vertical-align: middle;
	padding:15px 25px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

/*
.top-cont05 table td:first-child{
	width:245px;
	text-align:center;
	background-color:#CCECF9;
}
*/
.top-cont05 table td.blue{
	background-color:#00479D;
	color:#fff;
	text-align:center;
	width:50%;
}


.top-cont05 table td.bg_blue{
	background-color:#CCECF9;
	text-align:left;
	width:40%;
}

.top-cont05 table td.bg_gray{
	background-color:#eee;
	text-align:center;
	width:10%;
}

.top-cont05 table td span{
	font-size:12px;
	margin-left:15px;
}

.top-cont05 table td span.bl{
	margin-left:0;
	color:#00479D;
}

div.comment-box{
	border:1px solid #CCC;
	padding:20px 50px;
}

div.comment-box p{
	margin:0;
}
div.comment-box img{
	width:100%;
	height:auto;
}

/*aside.bnr
----------------------------------------------------------- */
aside.bnr{
	float:right;
	margin-bottom:20px;
	width:200px;
}

/*article.post
----------------------------------------------------------- */

article.post{
	overflow:hidden;
	width:730px;
	float:left;
}

aside.sidebar{
	overflow: hidden;
	width:200px;
	float:right;
}

div.post-meta{
	overflow:hidden;
	margin-top:30px;
	padding:15px;
	border:1px solid #00469A;
	background-color:#EEE;
}

div.post-meta p{
	margin:0;
	line-height:150%;
}

/***** 制作依頼コンタクトフォーム *****/
.c1{
background:#fff;
padding:15px 20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
display:block;
line-height:50px;
}
 
.c2{
background:#E8EEF9;
padding:5px 20px 10px 20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
line-height:50px;
}
 
p.c1,p.c2{
margin:0;
}
 
.c1:hover,.c2:hover{
background:#FFEEEE;
}
 
.c1.last,.c2.last{
border-bottom:none;
margin-bottom:20px;
}
 
.m-alert{
padding:5px;
background:#ff8080;
color:#fff;
margin:5px;
font-weight:normal;
}
 
input[type=text],input[type=tel],input[type=email]{
font-size:15px;
}
 
.c1 textarea,.c2 textarea{
font-size:13px;
width:100%;
}
 
.file{
margin:10px;
display:block;
}
 
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
   width:100%;
}
 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}
 
.contact_right textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:100%;
   padding:0 3px;
}
 
.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}
 
.contact_right textarea {
   outline: none;
width:100%;
}
 
input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:33%;
   height:50px;
font-size:20px;
   padding:0 3px;
   margin:5px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}
 
.contact_form input[type=submit]{
width:50%;
}
 
.contact_form input[type=text],.contact_form input[type=email]{
width:100%;
height:50px;
font-size:1.5em;
}
 
input[type="radio"]{
margin: 0 0 4px 0 !important;
}
span.wpcf7-list-item{
	line-height:30px;
}

ul.icon-list{
	overflow: hidden;
	width:730px;
	height:auto;
	list-style-type:none;
	margin-bottom:20px;
}

ul.icon-list li{
	float:left;
	margin:5px;
	width:80px;
}

ul.icon-list li:last-child{
	margin-right:0px;
}

ul.icon-list li img{
	width:100%;
	height:auto;
}

.top-cont01.cat dt,
.top-cont01.cat dd{
	margin-bottom:7px;
	
}

.global-nav.under{
	margin-bottom:0;
}

.breadcrumbs{
	height:50px;
	line-height:50px;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}
 
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
 
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}
 
.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}
 
.pagination li:first-of-type a {
  border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}
 
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
 
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
 
  .pagination li.previous a { border-left-width: 0; }
}
 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}
 
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

/*responsive*/
@media screen and (max-width:736px){

#outerImageContainer,
#imageDataContainer{
	max-width:80%!important;
	height:auto!important;
}

#lightboxImage,
#prevLink,
#nextLink{
	width:100%!important;
	height:auto!important;
}

body,
.header-inner,
.wrapper,
.ft-inner,
.top-cont01,
aside.bnr{
	min-width:0px;
	width:100%;
	height:auto;
}

.wrapper{
	margin:0 auto 20px;
}
.header-inner{
	padding:10px 0;
	height:auto;
}

.header-inner h1,
div.address,
div.timetable,
.top-cont02 p.ttl,
aside.bnr,
p.profile
{
	display:none;
}

div.address{
	width:100%;
}

ul.icon-list{
	width:100%;
}

ul.icon-list li{
	margin:1%;
	height:90px;
	width:23%;
}
aside.go-top,
.top-cont03 table td img.ico{
	display:none;
}

p.logo{
	float:none;
	text-align:left;
}
	p.logo img{
		display:inline;
		margin:0;
		width:60%;
	}

.top-cont02{
	margin:0 0 10px;
	padding:0;
	background:none;
	height:auto;
}

.top-cont02 h2{
	position:static;
	height:auto;
	margin-bottom:15px;
}

.top-cont02 h2 img{
	width:100%;
}

.top-cont02 p.comment{
	position:static;
	width:100%;
	padding:10px;
}
.top-cont01 h2,
h2{
	font-size:17px;
	padding:7px 0;
	margin:0 0 20px;
	text-align:center;
	background:none;
	background-color:#00469A;
	line-height:160%;
	height:auto;
}

h3{
	background:none;
	text-align:center;
}

.top-cont01 dl{
	margin:2%;
}

.top-cont01 dd{
	margin-bottom:15px;
}
.top-cont01 dd.cat{
	top:1px;
}
.top-cont03 table{
	font-size:90%;
	width:96%;
	margin:2%;
}


/*top-table*/
.top-cont03 table tr,
.top-cont05 table tr
{
	display: block;
}

.top-cont03 table th,
.top-cont03 table td,
.top-cont05 table th,
.top-cont05 table td{
	display: list-item;
	list-style-type:none;
	border:0;
	padding:7px 0;
}

.top-cont03 table td,
.top-cont03 table td:first-child,
.top-cont05 table td,
.top-cont05 table td:first-child{
	width:96%;
	margin:2%;
	text-align:center;
}

.top-cont05 table td.bg_gray{
	width:96%;
	margin:2%;
	text-align:center;
}

.top-cont05 h3{
	font-size:17px;
}

.top-cont03 table img,
.top-cont05 table img{
	width:100%;
	height:auto;
}

.top-cont04 ul li{
	width:50%;
	padding:1%;
	margin:0;
	height:auto;
}

.top-cont05 table td span{
	display:block;
}

.top-cont04 ul li img{
	width:100%;
	height:auto;
	margin:0;
}

div.comment-box{
	padding:2%;
	margin:2%;
}

#bx-04 p,
#bx-05 p{
	margin:7px 14px;
}

.ft-inner{
	margin-top:10px;
	padding:15px 4%;
}

.ft-inner p.logo{
	text-align:center;
}
.ft-inner p.logo img{
	margin-bottom:10px;
}

.ft-inner ul{
	font-size:11px;
	margin: 0 0 20px 0;
}

.ft-inner ul li {
	text-align:center;
}

.map{
	float:none;
	margin:0 auto;
	text-align:center;
}

.map img{
	display:inline;
	width:95%;
	height:auto;
}
.copyright{
	margin: 10px 0 0 0;
	padding-bottom:20px;
	font-size:9px;
	line-height:150%;
}

.copyright span{
	display:block;
}

/*Drower menu*/
.btn {
    background:transparent url(../images/common/btn.png) no-repeat 0 0;
    display: block;
    width:35px;
    height: 35px;
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
    z-index: 11000;
}
.peke {
    background-position: -35px 0;
}
.drawr {
    display: none;
    background-color:rgba(0,0,0,0.75);
    position: absolute;
    top: 0px;
    right:0;
    width:100%;
    padding:60px 20px 20px 20px;
    z-index: 10000;
}
#menu li {
    width:260px;
}
#menu li a {
    color:#fff;
    display: block;
    padding: 15px;
}

.global-nav li{
	width:50%!important;
	margin:0;
	padding:0;
	font-size:15px;
	border:0;
	background:none;
    text-align:left;
	height:auto;
	line-height:220%;
}

.global-nav li:hover{
	background:none;	
}

.global-nav li a{
	color:#FFF;	
}

.global-nav li.ft{
	border-top:1px solid #ccc;
	width:100%!important;
	color:#FFF;
	margin-top:30px;
	font-size:12px;
	padding:20px 0 0 0;
	line-height:120%;
}

.global-nav li.ft div{
	overflow: hidden;
	margin-bottom:20px;
}

.global-nav li.ft div img{
	height:50px;
	width:auto;
	float:left;
}

article.post{
	width:100%;
	padding:2%;
}

article.post img{
	max-width:100%;
	height:auto;
	display:block;
	margin:20px auto 20px;

}

.breadcrumbs{
	display:none;
}

article.post h1{
	font-size: 14px!important;
    padding:7px 1%!important;
    margin: 0 0 20px;
    text-align: left;
    background: none!important;
    background-color: #00469A!important;
    height:auto!important;
    line-height:130%!important;
}

.top-cont01 dt,
.top-cont01.cat dt{
	display:block;
}

.top-cont01 dd,
.top-cont01.cat dd{
	width:100%;
}
}

/*2020.06.21 add css*/
ul.trainer{
	text-align: center;
	font-size: small;
	overflow:hidden;
	margin-bottom: 14px;
}

ul.trainer li{
	float: left;
	width: 25%;
	padding: 1%;
    list-style: none;
}

ul.trainer li img{
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}

.header-inner{
	position: relative;
}

div.address{
	position: absolute;
	right:0;
}
.address ul{
    margin-left:48px;
}

.address ul li{
font-size: 12px;
}

.timetable{
	position: absolute;
	left:300px;
	font-size:12px;
}

.timetable table{
	border: 1px solid #ccc;
    table-layout: fixed;
}
.timetable table tr{
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.timetable table th{
	background-color: #f5f5f5;
	color: #666;
	font-weight: normal;
	padding: 2px 10px;
    border-right: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}
.timetable table td{
	padding: 0px 5px;
	border-right: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

div.important{
	padding:12px 30px 30px;
	margin-bottom: 30px;
	background: #EAEAEA;
	border: 5px double #d00; 
}

span.ttl{
	font-size: 22px;
	font-weight:bold;
	text-align: center;
	display: block;
	margin-bottom: 14px;
}

.monthly-calendar table caption{
	font-size: 14px;
    padding: 13px;
}

.monthly-calendar table  th{
	padding:1%;
	border-bottom:1px solid rgba(166, 168, 179, 0.12);
	font-weight: normal;
    font-size: 14px;
}

.monthly-calendar table  td{
	border-bottom:1px solid rgba(166, 168, 179, 0.12);
}

.monthly-calendar .calendar-mark{
	font-size: 16px;	
}

.monthly-calendar .monthly-prev-next{
	padding:7px;
}

.yoyaku .day-calendar table {
	width: 100%;
}

.yoyaku .day-calendar table .booking-timelink{
	font-size: 16px;
}

.content-form th, .content-form td{
	border: none!important;
}

@media screen and (max-width:736px){
	ul.trainer li{
		width:50%;
	}
}

.holyday{color:red;}

/*2021.12.05*/
div.top-intro{
	overflow: hidden;
    width: 100%;
    background: url(../images/common/intro-bg01.png) no-repeat 0 0;
    margin-bottom: 30px;
    padding: 50px 30px 20px 30px;
    margin-top: 20px;
	border:1px solid #00469a;
	border-radius:10px;
}

div.top-intro p.ttl{
	font-weight: bold;
	color: #000;
	font-size: 24px;
	text-align: right;
	margin: 0;
}

div.top-intro h2 {
    background: none;
    padding: 0;
    margin: 0 0 30px;
	height:100%;
}

div.top-intro h2 img{
	width:100%;
}

div.top-intro .profile{
	width:100%;
}

div.top-intro .pf_img{
	float:right;
	margin-left:50px;
}
div.top-intro .name{
	text-align:right;
}

div.top-intro video{
	margin: 0 auto;
	display: block;
	width:85%;
}

.top-cont06{
	clear:both;
}

div.pv{
	margin-bottom:60px;
}

div.pv video{
	width:100%;
	height:auto;
}

@media only screen and ( max-width: 500px ) {
	div.top-intro{
		padding-top:80px;
	}
	div.top-intro p.ttl{
		font-size:20px;
	}
	div.top-intro .pf_img{
		float:none;
		margin:0 auto 20px;
	}
	div.top-intro .profile{
		width:100%;
	}

	.top-cont01,.monthly-calendar{
		padding:0 2%;
	}
	
}

/* bnr */
div.sponser_bnr ul{
	overflow: hidden;
}

div.sponser_bnr ul li{
	float:left;
	width:33%;
	list-style:none;
}

@media only screen and ( max-width: 500px ) {
	div.sponser_bnr ul li{
	width:100%;
	}
}

div.sponser_bnr ul li img{
	max-width: 100%;
	height:auto;
	padding:10px 10px;
}

div.sponser_bnr h2{
	color: #595959;
    text-align: center;
    background: inherit;
    font-size: 29px;
    padding: 0;
    margin-bottom: 40px;
}

.day-box{
	height:70px;
}