@charset "utf-8";

/*基本設定
----------------------------------------------------*/

body {
		margin:0;
		padding:0;
		background:url(../images/common/bg.gif) left top repeat-x #fff;
		font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
		color:#443F3F;
		line-height:1.8em;
		font-size:14px;
		text-align:center;
		
}

html {   
		overflow-y:scroll;   
}  


a {
		color:#1576BB;
		text-decoration:underline;
}

a:hover {
		color:#1576BB;
		text-decoration:none;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,p {
		margin:0;
		padding:0;
		font-weight:normal;
}

ul,li {
		margin:0;
		padding:0;
		list-style-type:none;
}

table {
		width:100%;
		border:0;
}

th,td {
		font-size:14px;
}


#wrap {
		margin:0 auto;
		padding:0;
		width:900px;
		text-align:left;
}

.clear {
		clear:both;
}

.fix:after {
  content: "."; 
  display:block; 
  clear:both;
  height:0;
  visibility:hidden;
}

.fix {
  min-height:1px;
}

* html .fix {
  height:1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.ohz {
		overflow: hidden;
		_zoom: 1;
}


p.mark {
		display:none;
}

span.red {
		color:#f00;
		font-weight:bold;
		text-decoration:underline;
}

.img {
		float:left;
		margin:0 20px 0 0;
}

.img02 {
		float:right;
		margin:0 0 0 20px;
}

.tel {
		font-size:24px;
		font-weight:bold;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#FF7B00;
}


p.del {
		width:100px;
		height:50px;
		text-align:center;
		margin:10px 0 0 0;
}

p.del a {
		display:block;
		background:#419444;
		color:#fff;
		text-decoration:none;
		border:solid 1px #419444;
}

p.del a:hover {
		display:block;
		background:#fff;
		color:#419444;
		text-decoration:underline;
		border:solid 1px #419444;
}



/*section p
----------------------------------------------------*/

.section {
		margin:0 0 30px 0;
		width:100%;
}


.section h2 {
		margin:0 0 10px 0;
		background:url(../images/common/h2bg.gif) 0 0 no-repeat;
		font-weight:bold;
		padding:7px 0 10px 40px;
		font-size:14px;
}

.inner {
		width:100%;
}

.btm5 {
		margin-bottom:5px;
}

.btm10 {
		margin-bottom:10px;
}

.btm15 {
		margin-bottom:15px;
}

.btm20 {
		margin-bottom:20px;
}

.btm25 {
		margin-bottom:25px;
}

.btm30 {
		margin-bottom:30px;
}

.btm40 {
		margin-bottom:40px;
}


.top5 {
		margin-top:5px;
}

.top10 {
		margin-top:10px;
}

.top20 {
		margin-top:20px;
}

.left35 {
		margin-left:35px;
}

.f10 {
		font-size:10px;
}

.f12 {
		font-size:12px;
}

.f14 {
		font-size:14px;
}

p.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}

.m0 {
		margin:0!important;
}

.tar {
		text-align:right!important;
}

.tac {
		text-align:center;
}

.f-l {
		float:left;
}

.f-r {
		float:right;
}

.hover a:hover{
    opacity: 0.7; 
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7;
}



/*ヘッダー
----------------------------------------------------*/

#header {
		width:100%;
		height:140px;
		position:relative;
}

.h1-box {
		position:absolute;
		text-align:left;
		top:6px;
		left:0px;
		font-size:12px;
		color:#443F3F;
		width:100%;
		font-size:12px;
}


h1 {
		position:absolute;
		text-align:left;
		top:6px;
		left:0px;
		font-size:12px;
		color:#443F3F;
		float:left;
		position:static;
		margin:0 10px 0 0;
}

p.h-txt {
		float:left;
		font-size:10px;
}

p.h-access {
		position:absolute;
		top:78px;
		left:329px;
}

p.logo {
		position:absolute;
		top:49px;
		left:0px;
}

p.h-contact {
		position:absolute;
		top:10px;
		right:-11px;
}


/*ナビ
----------------------------------------------------*/

#navi {
		width:900px;
		height:65px;
		margin:0;
		padding:0;
}

#navi li {
		margin:0;
		padding:0;
		float:left;
}


/*コンテンツ
----------------------------------------------------*/
#cont {
		width:100%;
		margin:25px 0 0 0;
}

#main-image {
		margin:0 0 15px 0;
}


/*サイド
----------------------------------------------------*/

#side {
		width:200px;
		float:left;
}

.s-box {
		border:solid 1px #E0DDD5;
		background:#F3F3F3;
		margin:0 0 10px 0;
		padding:4px;
}

.s-box ul {
		background:#fff;
		padding:0 0 0 5px;
}

.s-box ul li {
		background:url(../images/common/s_menu_bg.gif) 0 bottom no-repeat;
		padding:5px 0 5px 18px;
}

.s-box a {
		color:#443F3F;
}

/*メイン
----------------------------------------------------*/

#main {
		width:670px;
		float:right;
}

ul.check {
		margin:0 0 0 0;
}

ul.check-bg {
		background:url(../images/top/check_bg.gif) right top no-repeat;
		padding:0 0 20px 0;
}


ul.check li {
		background:url(../images/common/check.gif) 0 0 no-repeat;
		padding:0 0 0 30px;
		margin:0 0 5px 0;
		font-weight:bold;
}

ul.voice-date {
		margin:0 0 10px 0;
}

ul.voice-date li {
		margin:0 0 5px 0;
		padding:0 0 5px 0;
		border-bottom:dashed 1px #ccc;
}

ul.voice-date li span {
		font-weight:bold;
		color:#FF7B00;
}

span.by {
		text-decoration:underline;
		background:#FFFF66;
		font-weight:bold;
}


.btm-contact {
		width:670px;
		height:329px;
		background:url(../images/common/btm_con_off.gif) 0 0 no-repeat;
		position:relative;
}

.bc-tel {
	position:absolute;
	left: 28px;
	top: 191px;
}

.bc-mail {
	position:absolute;
	left: 30px;
	top: 252px;
}



h3.add {
		padding:0;
		margin:25px 0 10px 0;
		background:none;
		font-weight:bold;
}

h3.add span{
		background:#FD4800;
		padding:7px 9px;
		color:#fff;
		display:block;
		float:left;
		margin:-7px 7px 0 0;
		border-radius:20px;
		font-size:20px;
		font-family:Century Gothic,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

h3.add span.marker {
background: linear-gradient(transparent 50%, #ff7 0%);
color:#333;
padding:0;
float:none;
display:inline;
font-size:17px;
margin:0;
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.profie_movie iframe{
	width: 100%;
	height: 50vw;
	max-height: 400px;
}

.movie_conts{
	margin-bottom: 20px;
}

.movie_ttl{
	background: #FF7B00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 5px 5px 0 0;
}

.movie_conts iframe{
	width: 100%;
	min-height: 400px;
}

.btm-line{
	margin-bottom: 30px;
	position: relative;
}

.btm-line-bg{
	position: relative;
}

.btm-line-btn{
	position: absolute;
	bottom: 39%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	text-align: center;
}

.linereserve_btn{
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 16px;
	background: #06c755;
	border-radius: 4px;
	margin-top: 12px;

	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.025em;
}

.linereserve_btn img{
	width: auto;
	max-width: 20px;
	height: auto;
	margin-right: 6px;
	position: relative;
	top: 4px;
}

.linereserve_btn:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

/*フッター
----------------------------------------------------*/

#footer-wrap {
		width:100%;
		text-align:center;
		background:url(../images/common/footer_bg.gif) 0 top #F3F2E9 repeat-x;
		padding:0 0 20px 0;
		margin:40px 0 0 0;
		font-size:12px;
}

#footer {
		margin:0 auto;
		padding:0;
		width:900px;
		text-align:left;
}

#footer a {
		color:#443f3f;
		text-decoration:none;
}

#pagetop {
		text-align:right;
		margin:0 0 20px 0;
}



p.cr {
		font-size:10px;
		clear:both;
		margin:20px 0 0 0;
}
