body{ height:100%;}


body {
    background: url("../images/body_back1.jpg");
	box-shadow: 1px 2px 10px 5px rgba(100, 100, 100, 0.4);
/*	box-shadow: 1px 2px 10px rgba(100, 100, 100, 0.4);*/
}


a { color: #fff}

/*html {font-size: 62.5%;}
body {font-size: 10px; font-size: 1.0rem;}*/
li   {font-size: 14px; font-size: 1.4rem;}


.wf-roundedmplus1c { 
	font-family: "Rounded Mplus 1c";
}


/*brのように改行させる*/
.br::before {
	content: "\A" ;
	white-space: pre ;}

.inlineblock {display: inline-block;}


img{
	border: 0;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


header{background-color: white;}

.logo{
	width: 70px;
	height: 53px;
	padding: 5px 0 10px 5px;
}


.nav-tabs-outer{
    overflow-x:scroll;
	background-color: white;
}

.nav-tabs-outer a {
  background-color: #93C5CC;
}

/*タブの幅指定*/
.nav-tabs-outer .nav-tabs li{
    display: block;
    width: 110px;
}

.nav-tabs-outer .nav-tabs li a{
	margin-top:10px;
	transition-property:all;
    transition-duration: 0.25s;
    transition-timing-function:ease-out;
}

.nav-tabs-outer .nav-tabs li.active a{
	margin-top:0;
	padding: 15px 0;
	background: #0088cc;
	color: #fff;
}

.tab-content {
	background-color: #FFF;
	position: relative;
}


.topimg {
	width: 90%;
	margin: 0 auto 0px;
}

.color_green {
	color:#0F776F;
	font-weight: bold;
	font-size: 15px;}



.color_winred {
	color:#770F59;
	font-weight: bold;
	font-size: 15px;}

.center {
    margin-left: auto;
    margin-right: auto;}


.moushikomi{
	margin-bottom: 40px;
}
.starts {
	width: 80%;
	margin: 0 auto;
    border:1px solid #666;
    border-collapse: collapse;}

#startstitle {
    width:80%;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	background-color:#FBBF40;
}

/*.tel{
	margin: 50px auto 0px;
}
*/

.pctel{
	width: 60%;  
  margin:0px auto 30px;
  padding: 15px 80px;
/*  border: 5px solid white;
  background-color: white;*/
 /*<!--border-radius: 15px;-->*/
}

#footer{
	width: 100%;
}


#wrapper #myTabContent #tab1, #tab2,#tab3,#tab4,#tab5,#tab6,#tab7,#tab8,#tab9,#tab10 {
	background-color: #FBDA15;
}

.catchbox{
  width: 90%;
  height: auto;
  padding: 15px 15px;
  margin: 0px auto;
  background-color: black;
  border-radius: 20px;
}

.catch_jap {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin: 20px  auto 10px;
	width: 90%;
  color: white;
}

.catch_eng {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
	margin:0 auto;
	width: 90%;
  color: white;
}




/* PCで見たときは"sp"のclassがついた画像が消える */
@media only screen and (min-width: 640px) {
.sp { display: none; 	}
}

/* tel:" リンクをPCでは無効
-------------------------------------*/	
a[href^="tel:"] { cursor: default; }	



	/*page-top
----------------------------------*/
#page-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}



/*　Table (グレー）
----------------------------------*/
.demo01 {
	width: 90%; 
  height: auto;
	background-color: #fff;
}

.demo01 th, .demo01 td  { padding: 10px; border: 1px solid #ddd; text-align:left; }
.demo01 th  { background: #f4f4f4; }
.demo01 th  { width: 20%; text-align: left; }

.catch_jap{
	margin-left: 3%;
	margin-right: 3%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.demo01 a {
	color: blue;
	background-color: yellow;
}

	/*-----満員御礼----------*/
	.manin{
	font-size: 20px;
	font-weight: bold;
	color: #DD191C;
	text-align: center;
		margin: 15px 0;
		background-color: #FDFC57;
	}



/* =========================================
スマホ表示　　640px以下
=========================================*/
@media screen and (max-width: 640px) {

.pc { display: none;}


html{font-size: 62.5%;}
body{font-size: 1.4rem;}


.imgWrap{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.sp.imgWrap img  {
	margin-bottom: 40px;
}

.catch_jap {
	letter-spacing: normal;
	line-height: 1.6em;
	font-size: 1.1em;
	text-align: left;
	margin: 20px  auto 10px;
	width: 90%;
}

.catch_eng {
	font-size: 1em;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
	margin:0 auto;
	width: 90%;
}

	
/*　Table (グレー）　　　　　　　　sp
----------------------------------*/

.demo01 {90%;
	margin : 0px auto 35px;
}


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


.demo01 th{
		width: 18%;
/*		display: block;*/
		background: #f4f4f4; 
/*		border-top: none;*/
		padding:0px 0  0px  5px; 
 		text-align:left;
	    font-size: 11px;
	font-weight: normal;
	}
		
.demo01 td{
		width: 100%;
/*		display: block;*/
/*		border-top: none;*/
		padding:9px 0  0 10px; 
	font-size: 12px;
		text-align: left;}

	
.demo01 tr:first-child th { 
	border-top: 1px solid #ddd; }



	.starts {
	width: 95%;
	margin: 0 auto;
    border:1px solid #666;
    border-collapse: collapse;}

#startstitle {
	height: 30px;
	font-size: 15px;
}
/* センター名 文字
------------------------------------*/
.centerName{
	display:block;
	font-size:12px;
	text-align: center;

	color:#ffffff;
}
	
.tel{
  width: 70%;
	margin: 30px auto 0;
}
	

	/*-----満員御礼----------*/
	.manin{
	font-size:15px;
	font-weight: bold;
	color: #DD191C;
	text-align: center;
	margin: 15px 0;
	background-color: #FDFC57;
	}

	}

	

.backcolor {
  background-color: #FBDA15;
}
/*-----タブメニュー囲みBOX----------*/



/*-----コンテンツタブメニュー----------*/
tabs {
    margin: 0px auto;
    width: 802px;
}
 
.tabs input {
    position: absolute;
    z-index: 1000;
    width: 120px;
    height: 80px;
    left: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
}
.tabs input#tab-2{
    left: 120px;
}
.tabs input#tab-3{
    left: 240px;
}


.tabs label {
    background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    font-size: 15px;
    line-height:20px;
    height: 50px;
    position: relative;
    padding: 10px 20px;
    float: left;
    display: block;
    width: 130px;
    color: #385c5b;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}
 
.tabs input:hover + label {
    background: #5ba4a4;
}
 
.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}
 
.tab-label-2 {
    z-index: 3;
}
 
.tab-label-3 {
    z-index: 2;
}
 

/*.tabs label:after {
    content: '';
    background: #000000;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
}

.tabs input:checked + label {
    background: #fff;
    z-index: 6;
}

.content {
 background: #EFF5F1;
    position: relative;
    margin-left: 22px;
    width: 95%;
    height:500px;
    z-index: 1;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}*/
 
.content div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 5px;
    z-index: 1;
    opacity: 0;
    transition: all linear 0.1s;
}
 
.content div h2,
.content div h3{
    color: #398080;
}
.content div p {
    font-size: 11px;
    line-height: 22px;
    /*font-style: italic;*/
    text-align: left;
    margin: 0;
/*    color: #777;*/
    padding: 10px;
/*    font-family: Cambria, Georgia, serif;*/
   /* border-left: 5px solid rgba(63,148,148, 0.1);*/
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
    z-index: 100;
    opacity: 1;
    transition: all ease-out 0.2s 0.1s;
}

.sptel{
	width: 75%;  
  margin:0px auto 30px;
  padding: 15px 0px;
/*  border: 5px solid white;
  background-color: white;*/
 /*<!--border-radius: 15px;-->*/
}



*/