@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */


body {
    font-size: 12px;
    line-height: 180%;
    color: #6A6A6A;
    background-repeat: repeat;
    background-position: top;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(../images/bg.png);
}
	

#map_canvas { 
  width: 680px;  
  height: 400px; 
} 
.pc{
    display: block;
}
.sp{
    display: none;
}

/* LINK・
------------------------------------------------------------*/
a{
    color: #826B54;
    text-decoration: none;
}
a:hover{
    color: #FF8943;
}
a:active, a:focus{outline:0;}
a:hover img{
opacity: 0.7;
filter: alpha(opacity=70);
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background-color: #AA9F8B;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* BASE
------------------------------------------------------------*/
#wrapper{
	width: 100%;
	overflow: hidden;
	}
h1{
	padding: 3px 0;
	font-size: 10px;
	font-weight: normal;
	color: #8B8B8B;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	line-height: 100%;
}
/*************
 container
*************/
#container{
	width: 100%;
		}
#container .scheduleBox,#container .full_box{
    width: 1038px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: rgba(255,255,255,1.00);
    padding-bottom: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(208,196,180,1.00);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* box-shadow */
    box-shadow: 4px 3px 1px -1px #f2f2f2;
    -moz-box-shadow: 4px 3px 1px -1px #f2f2f2;
    -webkit-box-shadow: 4px 3px 1px -1px #f2f2f2;
}
#container .scheduleBox .ttl,#container .full_box .ttl{
    text-align: center;
    margin-bottom: 25px;
}
.tenpo{
    text-align: center;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(208,196,180,1.00);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.schedule{
    margin-bottom: 35px;
}

#container .inner{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}


#main{
	width: 750px;
	float: left;
}
#side{
	width: 300px;
	float: right;
	}

/*************
/* header
*************/
#header{
    background-image: url(../images/header_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
}
#header h1{
    font-size: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 100%;
    text-align: left;
    width: 1100px;
}
#header .inner{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: left 44px;
	position: relative;
}
#header #logo{
    float: left;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 15px;
    width: 250px;
    margin-bottom: 10px;
}

	#header #logo img{
	width: 100%;
	height: auto;
	}

#header .contact{
	width: 300px;
	float: right;
	margin-bottom: 15px;
	margin-top: 30px;
}
#header .contact .tel{
	width: 300px;
	float: left;
	margin-right: 10px;
}
#header #logo2,#header .contact2,#header .contact3{
 display: none;
}
#header .contact_bt{
    display: none;
}		
#header .contact .email,#header .contact .access{
	float: left;
	width: 203px;
	margin-left: 10px;

}
#header .link{
	width: 560px;
	float: right;
}
#header .link ul{}
#header .link ul li{
	float: left;
	font-size: 12px;
	padding-left: 16px;
	padding-right: 16px;
	border-right: 1px solid #FFFFFF;
	line-height: 100%;
	background-image: url(../images/gnav_bg_011.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .link ul li a{
	color: #FFFFFF;
}
#header .link ul li a:hover{
	color: #b5aa21;
	text-decoration: none;
}

* html #header{height:1%;}

/**************************
/* GNAVI
**************************/
.gnavi{
    background-image: -webkit-linear-gradient(270deg,rgba(215,177,177,1.00) 0%,rgba(215,177,177,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(215,177,177,1.00) 0%,rgba(215,177,177,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(215,177,177,1.00) 0%,rgba(215,177,177,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(215,177,177,1.00) 0%,rgba(215,177,177,1.00) 100%);
}
.gnavi ul{
	text-align: center;
	height: 61px;
	width: 1062px;
	margin-left: auto;
	margin-right: auto;
	
}
.gnavi ul li{
	padding-right: 0px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	width: 157px;
	background-repeat: no-repeat;
	background-position: right top;	
}
.gnavi ul li a:hover{
    padding-right: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: rgba(245,227,227,0.50);
    }
.gnavi2{

}
.gnavi2 ul{
	text-align: center;
	height: 61px;
	width: 1062px;
	margin-left: auto;
	margin-right: auto;
	
}
.gnavi2 ul li{
	padding-right: 0px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	width: 157px;
	background-image: url(.22./images/gnav_bg_011.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

.bg_none{
	background-image: none!important;
}
#main_img{
	display: block;
	margin-bottom: 40px;

}
#main_img_smp{
	padding-bottom: 10px;
	border-bottom: 2px solid #541468;
	display: none;
}
#main_img_kasou{
	display: block;
	margin-bottom: 40px;
	background-image: url(../images/main_pricelist.png);
	height: 433px;
	background-repeat: no-repeat;
	background-position: center top;

}
#main_img_kasou2{
	display: block;
	margin-bottom: 40px;
	background-image: url(../images/main_recruit.png);
	height: 433px;
	background-repeat: no-repeat;
	background-position: center top;

}
#main_img_kasou22{
    display: block;
    margin-bottom: 40px;
    background-image: url(../images/main_recruit-kashiwa.png);
    height: 433px;
    background-repeat: no-repeat;
    background-position: center top;
}
#main_img_kasou3{
	display: block;
	margin-bottom: 40px;
	background-image: url(../images/main_staff.png);
	height: 433px;
	background-repeat: no-repeat;
	background-position: center top;

}
#main_img_kasou4{
	display: block;
	margin-bottom: 40px;
	background-image: url(../images/main_contact.png);
	height: 433px;
	background-repeat: no-repeat;
	background-position: center top;

}
#main_img_kasou5{
	display: block;
	margin-bottom: 40px;
	background-image: url(../images/main_access.png);
	height: 433px;
	background-repeat: no-repeat;
	background-position: center top;

}
#main_img_kasou6{
	display: block;
	margin-bottom: 40px;
	background-image: url(../images/main_concept.png);
	height: 433px;
	background-repeat: no-repeat;
	background-position: center top;

}
#main_img_kasou7{
    display: block;
    margin-bottom: 40px;
    background-image: url(../images/main_schedule.png);
    height: 433px;
    background-repeat: no-repeat;
    background-position: center top;
}

#side .twitter {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
.TwitterWidget #twitter-widget-0 {
	width:100% !important;
}
 a.twitter-timeline {
	width: 100%;
	height: 400px;
	
}
 
#side .banner {
margin-bottom: 15px;
position: relative;
width: 80%;
margin-right: auto;
margin-left: auto;
padding: 0!important;
}
#side .banner ul {
width: 100%;
padding: 0!important;
}

#side .banner ul li {
	width: 100%;
	padding: 0!important;
	margin-bottom: 10px;
}

#side .banner img {
	height: auto;
	width: 100%;
}


#container #side .nf{
    width: 296px;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
    /* box-shadow */
    box-shadow: 4px 3px 1px -1px #f2f2f2;
    -moz-box-shadow: 4px 3px 1px -1px #f2f2f2;
    -webkit-box-shadow: 4px 3px 1px -1px #f2f2f2;
    border: 1px solid rgba(193,188,171,1.00);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
}
#container #side .nf .ttl{
	width: 265px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#container #side .nf .image{
	width: 265px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

#container #side .nf .image img{
	width: 222px;
	height: auto;

}
#container #side .nf .txt{
	width: 222px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container .inner #main .contentBox{
    margin-bottom: 40px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border: 1px solid #DBD4C6;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 30px;
    background-position: left top;
    background-repeat: no-repeat;
    /* box-shadow */
    box-shadow: 4px 3px 1px -1px #f2f2f2;
    -moz-box-shadow: 4px 3px 1px -1px #f2f2f2;
    -webkit-box-shadow: 4px 3px 1px -1px #f2f2f2;
    background-color: #FFFFFF;
}

.darkcolor{
  
}
.darkcolor .subttl{
    background-color: #D7CBC0;
    color: #827A71;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    display: inline;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#container .inner #main .contentBox .ttl{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
}
#container .inner #main .contentBox .txt{
    font-size: 13px;
    line-height: 260%;
    text-align: center;
    color: rgba(91,91,91,1.00);
}
#container .inner #main .contentBox .txt2{
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 20px;
}
#container .inner #main .contentBox .txt2 a{
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 20px;
	color: #000000;
}


#container .inner #main .contentBox .txt-half{
	font-size: 21px;
	line-height: 260%;
	width: 50%;
	float: left;
}	
#container .inner #main .contentBox .price{
	margin-bottom: 30px;
}
#container .inner #main .contentBox .price_image{
	margin-bottom: 30px;
}
#container .inner #main .contentBox .price .therapyttl{
    font-size: 18px;
    margin-bottom: 10px;
    padding: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(270deg,rgba(195,115,115,1.00) 0%,rgba(177,144,151,1.00) 99.48%);
    background-image: -moz-linear-gradient(270deg,rgba(195,115,115,1.00) 0%,rgba(177,144,151,1.00) 99.48%);
    background-image: -o-linear-gradient(270deg,rgba(195,115,115,1.00) 0%,rgba(177,144,151,1.00) 99.48%);
    background-image: linear-gradient(180deg,rgba(195,115,115,1.00) 0%,rgba(177,144,151,1.00) 99.48%);
}
#container .inner #main .contentBox .price .txt{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 160%;
    width: 500px;
    margin-left: auto;
    margin-right: auto;

}
#container .inner #main .contentBox .price dl{
	margin-bottom: 15px;
}
#container .inner #main .contentBox .price dt{
    width: 200px;
    float: left;
    text-align: left;
}
#container .inner #main .contentBox .price dd{
	clear: right;
	width: 300px;
	float: left;
}
#container .inner #main .contentBox .kinshi{

}
#container .inner #main .contentBox .kinshi ul{
	margin-bottom: 18px;
	}

#container .inner #main .contentBox .kinshi li{
	list-style-position: inside;
	margin-bottom: 7px;
	list-style-type: disc;
	}
#container .inner #main .contentBox .tencho{
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
	float: left;
	width: 150px;
	}
#container .inner #main .contentBox .tencho img{
 width: 100%;
	height: auto;
}

#container .inner #main .contentBox .comment{
	font-size: 14px;
	margin-bottom: 20px;
	float: right;
	width: 500px;
	line-height: 180%;
}

#container .inner .full_box2{
	margin-bottom: 40px;
}
#container .inner #main .contentBox .intro{
	margin-bottom: 30px;
}
#container .inner #main .contentBox .intro ul{

}
#container .inner #main .contentBox .intro ul li{
	background-repeat: no-repeat;
	background-image: url(../images/list2.png);
	padding-left: 25px;
}
#container .inner #main .contentBox .intro .img{
	width: 100%;
	height: auto;
}
#container .inner #main .contentBox .intro .ttl{
	margin-bottom: 10px;
}

#container .inner #main .contentBox .intro dl{
	margin-bottom: 10px;
	border-bottom: 1px dotted #DCDCDC;
	padding-bottom: 10px;
	width: 100%;
}
#container .inner #main .contentBox .intro dl dt{
	width: 100px;
	float: left;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#container .inner #main .contentBox .intro dl dd{
	width:550px;
	float: right;
}
#container .inner #main .contentBox .intro .banner{
	width: 220px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}
	#container .inner #main .contentBox .intro .banner2{
	width: 220px;
	height: 35px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url(../images/recruit_line.png);
	text-align: center;
	padding-top: 75px;
}
#container .inner #main .contentBox .staff{
    margin-bottom: 40px;
}
#container .inner #main .contentBox .staff .cast_box{
    width: 162px;
    border: 1px solid #D9D4BC;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
#container .inner #main .contentBox .staff .cast_box:nth-child(4n){
	margin-right: 0px;
}

#container .inner #main .contentBox .staff .cast_box .image{
	width: 152px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: hidden;
}
#container .inner #main .contentBox .staff .cast_box .image img{
	width: 160px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


#container .inner #main .contentBox .staff .cast_box .name{
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 12px;
    text-align: center;
    width: 152px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 5px;
    background-color: rgba(255,255,255,0.75);
    left: 5px;
    border-top: 1px solid #c9806c;
    color: #000000;
}
#container .inner #main .contentBox .staff .cast_box .name .icon{

    padding-bottom: 7px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #eee;
}
#container .inner #main .contentBox .staff .cast_box .name .namae{
    line-height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #0B0B0B;
}
#container .inner #main .contentBox .staff .cast_box .time{
    font-size: 13px;
    color: #C9806C;
    text-align: center;
    line-height: 100%;
    border-bottom: 1px solid rgba(216,216,216,1.00);
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#container .inner #main .contentBox .staff_detail{
	margin-left: auto;
	margin-right: auto;
}
#container .inner #main .contentBox .staff_detail .left{
	width: 300px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#container .inner #main .contentBox .staff_detail .left .twitter{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;	
}
#container .inner #main .contentBox .staff_detail .right{
	width: 350px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#container .inner #main .contentBox .staff_detail .right .name{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #CBCBCB;
}
#container .inner #main .contentBox .staff_detail .right dl{
	border-bottom: 1px dotted #D5D5D5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#container .inner #main .contentBox .staff_detail .right dl dt{
	width: 20%;
	float: left;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: small;
}
#container .inner #main .contentBox .staff_detail .right dl dd{
	width: 70%;
	font-size: small;
	float: right;
}
#container .inner #main .contentBox .staff_detail .right .koumoku{
    padding: 7px;
    margin-bottom: 8px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,225,160,1.00) 0%,rgba(255,183,2,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,225,160,1.00) 0%,rgba(255,183,2,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,225,160,1.00) 0%,rgba(255,183,2,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,225,160,1.00) 0%,rgba(255,183,2,1.00) 100%);
}
#container .inner #main .contentBox .staff_detail .right .txt{
    font-size: 14px;
    text-align: left;	
}
#container .topic .in{
    overflow-y: auto;
    max-height: 400px;
	}
#container .inner #main .topic dl{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CBB8A1;
}	
#container .inner #main .topic dl dt{
	width: 100px;
	float: left;
}
#container .inner #main .topic dl dd{
	width: 550px;
	float: right;
}
#container .inner #main .topic .list{

}
#container .inner #main .topic .list dl{

}
#container .inner #main .topic .list dl dt{
	width: 180px;
	float: left;
	background-color: #D93639;
}
#container .inner #main .topic .list dl dd{
	width: 500px;
	float: right;
}

#container .inner #main .reserv{}
#container .inner #main .reserv dl{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C8C8C8;
}
#container .inner #main .reserv dt{
	width: 150px;
	float: left;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#container .inner #main .reserv dd{
	width: 510px;
	float: right;
}
#container .inner #main .x{
	margin-bottom: 40px;
}
.btstyle{
	padding: 7px;
	font-size: 17px;
	margin-bottom: 0px;
	margin-top: 15px;
}
	.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
 #container .inner .box_full{
	width: 1010px;
	border: 2px solid #C9B59B;
	padding-top: 20px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}	
#container .inner .box_full .ttl{
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}


#container .inner .box_full .ttl_Txt{
	text-align: right;
	font-size: 13px;
	margin-bottom: 30px;
}


#container .inner .box_full .right_side{
	width: 48%;
	float: right;
}
#container .inner .box_full .right_side .title3{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #9A7C57;
	margin-bottom: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
}
#container .inner .box_full .right_side .txt{
	font-size: 13px;
	margin-bottom: 15px;
}
#container .inner .recruitBox{
    margin-bottom: 120px;
    line-height: 200%;
}
#container .inner .recruitBox .left1{
    width: 400px;
    float: left;
}
#container .inner .recruitBox .right1{
    width: 650px;
    float: right;
}
#container .inner .recruitBox .left2{
    width: 650px;
    float: left;
}
#container .inner .recruitBox .right2{
    width: 400px;
    float: right;
}
#container .inner .recruitBox .ttl{
    margin-bottom: 30px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
#container .recruitBox1{
    margin-bottom: 60px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#container .recruitBox2{
    position: relative;
    padding: 20px;
    margin-bottom: 60px;
}
#container .recruitBox2 .left{
    width: 40%;
    float: left;
}
#container .recruitBox2 .left img{
	width: 100%;
	height: auto;
}
#container .recruitBox2 .right{
    float: right;
    width: 55%;

}
#container .recruitBox2 .right .inner{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
#container .recruitBox2 .right .inner .ttl{
    margin-bottom: 25px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
     }
#container .gallery{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}
#container .gallery .ttl{
    margin-bottom: 40px;
    width: 130px;
    float: left;
    margin-right: 970px;
}
#container .gallery .txt{
    margin-bottom: 40px;
    float: none;
    clear: both;
}
#container .gallery ul{}
#container .gallery ul li{
    float: left;
    margin-right: 10px;
}
#container .question{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
#container .question .ttl{
    width: 140px;
    margin-bottom: 40px;
    float: left;
}
#container .question .ttlSub{
    float: left;
    margin-left: 45px;
    font-size: 12px;
    margin-top: 15px;
}
#container .question .box{
    width: 490px;
    margin-right: 18px;
    margin-bottom: 20px;
    background-color: rgba(255,253,253,1.00);
    padding: 20px;
    border: 1px solid rgba(212,212,212,1.00);
    height: 150px;
    float: left;
}
#container .question .box:last-child{
    margin-right: 0px;
}
#container .question .box .q{
    background-image: url(../images/re_q.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
    color: rgba(95,95,95,1.00);
}
#container .question .box .txt{
    font-size: 12px;
	line-height: 180%;
     color: rgba(95,95,95,1.00);
}
#container .details{
    padding-top: 80px;
    padding-bottom: 80px;
}
#container .details .inner{}
#container .details .inner .ttl{
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-bottom: 40px;
}
#container .details .inner .ttlSub{
    margin-left: 45px;
    font-size: 12px;
    width: 600px;
    float: left;
    margin-top: 15px;
}
#container .details table{
    border-collapse: collapse;
    font-size: 12px;
    border-top: 3px solid #C9BEA5;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#container .details th{
    padding: 20px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #C9BEA5;
}
#container .details td{
    padding: 20px;
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #C9BEA5;
}
#container .contact{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFFFFF;	
}
#container .contact .inner{
    width: 900px;
    margin-left: auto;
    margin-right: auto;

}
#container .contact .inner .ttl{
    margin-bottom: 40px;
    width: 140px;
    float: left;
}
#container .contact .inner  .ttlSub{
    float: left;
    width: 710px;
    margin-left: 50px;
    margin-top: 15px;
}
#container .contact .inner dl{
    margin-bottom: 10px;
}
#container .contact .inner dt{
    padding: 10px;
    width: 150px;
    background-color: #EFE6E0;
    text-align: center;
    float: left;
}
#container .contact .inner dd{
    width: 720px;
    float: right;  
}

.required{
	color: #CF0003;
	position: absolute;
	right: 5px;
	top: 16px;
}

/*////tab//////// */
#tab-menu {
	list-style: none;
	padding-left: 4px;
	margin-bottom: -4px;
}
#tab-menu li {
    padding: 5px 25px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 0%;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: -4px;
    color: #28407A;
    border: 1px solid #DCD8CF;
    margin-bottom: 3px;
}
#tab-menu li.active {
    background-color: rgba(237,234,225,1.00);
    color: #28437A;
border: 1px solid #DCD8CF;
}

/* tab */
#tab-box {
    padding: 15px;
    border: 1px solid #DCD8CF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(270deg,rgba(237,234,225,1.00) 0%,rgba(241,241,241,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(237,234,225,1.00) 0%,rgba(241,241,241,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(237,234,225,1.00) 0%,rgba(241,241,241,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(237,234,225,1.00) 0%,rgba(241,241,241,1.00) 100%);
}
#tab-box .cont {
  display: none;
}
#tab-box div.active {
  display: block;
}
/*tab-contents*/
#tab-box .cont .cast_box{
    width: 170px;
    border: 1px solid #D9D4BC;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}


#tab-box .cast_box .image{
	width: 160px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: hidden;
}
#tab-box .cast_box .image img{
	width: 160px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


#tab-box .cast_box .name{
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 12px;
    text-align: center;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 8px;
    background-color: rgba(255,255,255,0.75);
    left: 8px;
    padding-bottom: 5px;
    border-top: 1px solid #c9806c;
}
#tab-box .cast_box .name .icon{
    height: 14px;
    margin-bottom: 5px;
    display: none;
}
#tab-box .cast_box .name .namae{

    line-height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    
}
#tab-box .cast_box .time{
    font-size: 13px;
    color: #C9806C;
    text-align: center;
    line-height: 100%;
    border-bottom: 1px solid rgba(216,216,216,1.00);
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#container .inner .pagetop {
    text-align: center;

}
/*//////tab ここまで//////////*/


#container .bannerC{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
#container .banner_area{
	background-image: url(../images/banner_bg.png);
	background-position: center 0%;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#container .banner_area ul{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#container .banner_area ul li{
	float: left;
	margin-right: 50px;
	width: 300px;
	margin-bottom: 10px;
}
#container .banner_area ul li:nth-child(3n){
	float: left;
	margin-right: 0px;
}

section.content{
padding:10px 0;
margin-bottom:20px;
border-radius:6px;
overflow:hidden;
font-size:14px;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}



.rollover{opacity: 1!important;
filter: alpha(opacity=100)!important;}


.formstyle1{
    padding-top: 10px!important;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px!important;
    width: 700px;
    font-size: 14px;
    border: 1px solid #DBCFC8;
   
}
.formstyle2{
    padding: 5px;
    width: 50px;
    border: 1px solid #DBCFC8;
    font-size: 12px!important;
}
.btstyle{
	padding: 7px;
	font-size: 17px;
	margin-bottom: 0px;
	margin-top: 15px;
}

/*************
 Footer
*************/
.pagetop{
	margin-top: 20px;
	text-align: center;
	width: 63px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(url);
}
#footer{
    width: 100%;
    background-position: center top;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 30px;
    background-image: url(../images/header_bg.png);
}
* html #footer{height:1%;}

#footer .inner{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#footer .inner .link{}
#footer .inner .link ul{
}
#footer .inner .link ul li{
	background-image: url(../images/foot_list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 11px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
#footer .inner .link ul li a{
	color: #877557;
}
#footer .inner .link ul li a:hover{
	color: #FFEF62;
	text-decoration: underline;
}

#footer .inner .address{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 170%;
}
#footer .inner .banner{
	width: 180px;
	float: right;
}
#footer .inner .copyright{
	text-align: center;
	font-size: 10px;
	clear: both;
	padding-top: 30px;
	margin-bottom: 30px;
}
#footer .line{
	float: right;
	margin-right: 50px;
	margin-top: 20px;
}
