@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 16px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF;
	-webkit-text-size-adjust: 100%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #382621;
}
a:hover {
	opacity: 0.6;
	transition: 0.6s;
}
a:hover img {
	opacity: 0.6;
	transition: 0.6s;
}
/*文字の大きさ,font種類設定
---------------------------------------------------------------------------*/
.tx_big {
	font-size:120%;
	font-weight:bold;
}
.tx_sml {
	font-size:80%;
	font-weight:normal;
}
.tx_mdl {
	font-size:90%;
	font-weight:normal;
}
.tx_gray {
	color:666;
}
.tx_white {
	color:#FFF;
}
.tx_red {
	color: #F03;
}
.tx_red {
	color: #E50012;
}

.tx_cha {
	color: #382621;
}
.tx_yamabuki {
	color: #da9300;
}
/*その他共通設定
---------------------------------------------------------------------------*/
.clear {
	clear:both;
}
.t_right {
	text-align:right;
}
.t_left {
	text-align:left;
}
.center {
	text-align:center;
}
.f_lift {
	float:left;
}
.f_right {
	float:right;
}

.photo_lift {
	float:left;
	padding:0 12px 0 0
}
.mxb_12px {
	margin-bottom:12px;
}
.px_50 {
	padding:50px 0;
}

.mxr_56 {
	margin-right:56px;
}

.mxl_20 {
	margin-left:20px;
}
/*矢印
---------------------------------------------------------------------------*/
.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.circlearrow::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #004d99;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
	border-top:none;
	border-right:none;
}
.circlearrow::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -4px;
}	
/*図形
---------------------------------------------------------------------------*/

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width:100%;
	margin:0 auto;
	overflow: hidden;
  /*  box-shadow:5px 5px 10px;*/
	border-top: 3px solid #333;
}
/*ヘッダー
---------------------------------------------------------------------------*/
header {
	height: auto;
	width: 980px;
	position: relative;
	margin:12px auto;/*	padding-top:50px;*/
}
header h1 {
	position: absolute;
	left:8px;
	top: 6px;
	font-size:90%;
	font-weight:normal;
}
header .logo {
	margin-top: 44px;
}
/*header お問い合わせ部分
---------------------------------------------------------------------------*/
#header_box ul {
	height: 72px;
	width: 346px;
	position: absolute;
	top: 44px;
	left:336px;
	text-align:center;
}
#header_box ul li a {
	height: 72px;
	width: 112px;
	text-decoration: none;
	text-align: center;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 2px;
}

#header_tel {
	position: absolute;
	top: 6px;
	right:0;
	text-align:center;
	float:left;
}
#phonetime {
	background-color: #7baa17;	/*一番右は透明度（0.7＝70％）の指定。*/
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-radius: 20px;
	padding: 0.5em 1em;
	margin-top: 1em;
}
/*navi
---------------------------------------------------------------------------*/
nav#navi {
	width:100%;
	height:44px;
	margin:12px auto;
	clear:both;
	background:#f3f5f2;
	border-top:#7baa17 solid 3px;
	border-bottom:#CCC solid 1px;
	margin:0 auto;
	padding:10px 0 6px 0;
}
nav#navi ul#menu {
	width:980px;
	font-size: 16px;
	margin:0 auto;
}
nav#navi ul li a {
	width: auto;
	text-decoration: none;
	text-align: center;
	display: block;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	/*	overflow: hidden;*/
	float: left;
	padding:0 6px;
	color: #333;
	padding:0 20px;
}
nav#navi ul li a span, nav#navi ul li a strong {
	display:block;
}
nav#navi ul li a span {
	color:#333;
	font-size:10px;
}
/*トップページメイン画像
---------------------------------------------------------------------------*/
#main_back {
	width:100%;
	background:url(../images/main_back.jpg) repeat-x;
}
#mainimg {
	position: relative;
	height: 360px;
	width: 980px;
	margin:0 auto 40px auto;
}
/*
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.bxslider ,
ul.bxslider li {
	padding: 0;
	margin: 0;
}


/*トップページコンテンツ
---------------------------------------------------------------------------*/
#topcontents {
	clear:both;
	width: 980px;
	margin:0 auto 30px;
}
#topcontents ul {
	padding: 0 20px;
	line-height:1.6em;
}

/*トップページ・コンテンツページ　共通タグ設定
---------------------------------------------------------------------------*/
#topcontents h2 {
	font-size:1.2em;
	font-weight:300;
	padding: 0px 50px 16px;
	color: #382621;
	text-align:center;
	line-height:1.2m;
}
#topcontents h6 {
	width:96%;
	background-color:#f0e8df;	
	color: #382621;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
	display: inline-block;
	border-radius: 10px;
	margin-top: 1em;
	padding:1em 20px;
}

#topcontents h2.introduction {
	font-size: 24px;
}
/*トップページ・コンテンツページ 項目バー設定
---------------------------------------------------------------------------

#hdr {
	width:100%;
	background-color:#f0e8df;	
	color: #382621;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
	display: inline-block;
	border-radius: 10px;
	margin-top: 1em;
	padding-top:0.5em;
}*/
/*コンテンツの段落タグ設定*/
#topcontents p, #contents p {
	padding: 0.5em 20px 1em;
}

/*topページ　設定
---------------------------------------------------------------------------*/
#topcontents .backbeige, #contents .backbeige{
	background:#f8f9ee;
	padding:0 0 20px;
}

#topcontents h2.info {
	font-size:1.6em;
	font-weight:800;
	color: #333;
	text-align:center;
	line-height:1.2m;
}
#topcontents h3 {
	font-size:1.4em;
	font-weight:800;
	height:44px;
	padding: 8px;
	line-height:1.2m;
	color:#FFF;
	background:url(../images/titleback980.png) no-repeat;
	text-align:center;
}
/*topページ特徴*/
#topcontents section.menu article {
	height: 155px;
	width:474px;
	margin: 20px 0 20px 16px;
	padding:0;
	float:left;
}
/*topページ相談*/
#topcontents .consultbox {
	width:980px;
	margin:0 auto;
	display:inline-block;
}
#topcontents .consult {
	width:462px;
	height:340px;
	padding:10px 0 0;
	background: url(../images/top_concept_box.png) no-repeat;
	float:left;
}
#topcontents .consult p{
	width:462px;
	text-align:center;
	padding:12px 0;
}
#topcontents ul.checkbox {
	margin:6px 0;
}

#topcontents ul.checkbox li{
	background:url(../images/reten.png) no-repeat;
	text-indent:32px;
}	
/*topページ介護の基礎知識*/
#topcontents #guidebox {
	width:980px;
	height:440px;
	background:url(../images/top_guidebox.png) no-repeat;
	margin:0 auto;
	text-align:left;
	position:relative;
}	
#topcontents #guidebox h4 {
	position:absolute;
	top: 44px;
	left: 423px;
	font-size:150%;
}
#topcontents #guidebook {
	padding:140px 20px 0 ;
}
/*topページ介護ガイドブックセクション*/
#topcontents #guidebook section article {
	height: 150px;
	width:313px;
	margin: 0;
	padding:0;
	float:left;
}
#topcontents #guidebook section article img{
	padding:0 6px 0 0;
	float:left;
}
#topcontents #guidebook section article h5{
	font-size:12px;	
	line-height:1.2em;
	padding:1em 0 0;
}
#topcontents #guidebook section article p{
	font-size:12px;
	line-height:1.4em;
	padding:0;
}
/*topページ介護ニュース*/
#news {
	margin:20px 20px 0 0;
	width:100%;
	padding:20px 0;
}
#news dl {
	margin: 20px 20px 0px;
	overflow:hidden;
	line-height:2.6em;
}
/*日付設定*/
#news dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
/*記事設定*/
#news dd {
	padding-left: 8em;
}
/*
#news dd img {
	vertical-align: middle;
}


/*コンテンツ　ローカルメニュー　
---------------------------------------------------------------------------*/
#rightbox{
	float:right;
	width:25%;
	margin:30px 0 0 0;
}
ul#localmenu {
	width:100%;
	border:1px solid #999;
}
ul#localmenu li {
	display:block;
	padding:10px;
}
ul#localmenu li.section {
	background:#382621;
	color:#fff;
}
ul#localmenu li.regular {
	background:#f0e8df;
	color:#382621;
}
#localmenu #pagetitle {
	width:100%;
	background:#669999;
	padding:12px 6px;
	margin-top:20px;
}
#localmenu_none {
	width:100%;
	border:none;
}
#localmenu_none ul li {
	display:inline-block;
	padding:12px 0 0 20px;
}


/*コンテンツページ 基本設定
---------------------------------------------------------------------------*/
#wrapper {
	width:980px;
	margin:0 auto 30px;
}
.kuzu {
	padding:12px 0;
}
#leftbox{
	width: 70%;
	margin:30px 0 0 0;
	float:left;
	text-align:left;
}
#contents {
	clear:both;
	width: 100%;
	margin:0 auto 30px;
}
/*ぶらさがりインデント*/
#contents ul li.point {
	padding-left:1em;
	text-indent:-1em;
}/*ぶらさがりインデント*/
#contents p.point {
	padding-left:1em;
	text-indent:-1em;
}

/*コンテンツ内　キャッチコピー*/
#contents h2 {
	font-size:1.2em;
	font-weight:600;
	padding: 0px 50px;
	text-align:center;
	line-height:1.2m;
}
/*コンテンツ内　ページタイトル*/
#contents h3 {
	width: 93%;
	background: #f3f5f2;
	border: 1px solid #c1cbbc;
	font-size: 140%;
	font-weight: bold;
	padding:2em 1em;	
}
/*コンテンツ内　項目タイトル*/
#contents h4 {
	background-color:#f0e8df;	
	color: #382621;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
	border-radius: 10px;
	padding:1em 0;
	margin:-50px 0 12px 0;
	text-indent:30px;
}
/*コンテンツ項目タイトル*/
.square:before {
	content:"";
	width:8px;
	height:30px;
	margin:20px 0 0 12px;
	background:#382621;
	display: inline-block;
}
/*コンテンツ内タイトル*/
#contents h5 {
	width:94%;
	background-color:#f0e8df;	
	color: #382621;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	border-radius: 0px;
	margin-top: 1em;
	padding:1em 20px;
}
/*コンテンツ　タイトル
#contents h6 {
	width:94%;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding:0;
	border-bottom:1px #09C dotted;
}*/
#contents ul {
	padding: 0.5em 12px 1em;
}
/* 角丸box */ 
.radius_box {
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:12px;
}
/*コンテンツページ　
---------------------------------------------------------------------------*/
#contents .service_bk{
/*	background:url(../images/service_bk.png) no-repeat;
	height:300px;*/
}
#contents h5.service_title{
    border-top: 3px solid #1867a7;
    border-bottom: 1px dashed #1867a7;
    box-sizing: border-box;
    color: #382621;
    font-size: 1.2em;
	background:#FFF;
}
/*ボックスの設定　2分割*/
#contents div#twobox {
	height: auto;	/*ボックスの高さ*/
	width: 335px;	/*ボックスの幅*/
	float: left;
}

#twobox h5, #twobox p {
	padding:0;
	width:auto;
	background:#FFF;
}
#twobox .radius_box {
	margin-bottom:20px;
}
#contents .guideimg {
	width:90px;
	height:auto;
	float:left;
	padding:0 12px 0 0;
}
.mxl16{
	margin-left:16px;
}
#twobox ul {
	padding:12px 0 0 0;
}
#twobox ul li.indent{
	padding:0 0 0 6px;
}
/*ボックスの設定　3分割*/
#contents div#threebox {
	height: auto;	/*ボックスの高さ*/
	width: 222px;	/*ボックスの幅*/
	float: left;
}

#threebox h5 {
	padding:0;
	margin:0 0 12px;
	width:100%;
	text-align:center;
	background:#FFF;
}
 #threebox p {
	padding:0;
	width:100%;
	text-align:left;
/*	background:#FFF;*/
}
#threebox .radius_box {
	margin-bottom:20px;
}
.mxr10{
	margin-right:10px;
}
/*次の項目を読む*/
#contents p.arrow {
	padding-top:1em;
}
/*高齢者住まいの基礎知識　設定
----------------------------------------------*/
/*コンテンツ項目タイトル*/
.home:before {
	content:"";
	width:8px;
	height:30px;
	margin:20px 0 0 12px;
	background:#2a579a;
	display: inline-block;
}
.hoken:before {
	content:"";
	width:8px;
	height:30px;
	margin:20px 0 0 12px;
	background:#eb594a;
	display: inline-block;
}
/*GOOD　BOX*/
#contents .good{
	border:#003399 1px solid;
	background:#f0f7ff url(../images/good.png) no-repeat 0.5em center;
	margin-bottom:12px;
	
}
#contents .good ul{
	padding-left: 70px;
	
}
#contents .good ul li{
	color:#003399;
	
}

/*BAD　BOX*/
#contents .notice{
	border:#c33 1px solid;
	background:#fff0ff url(../images/notice.png) no-repeat 0.5em center;
	
}
#contents .notice ul{
	padding-left: 70px;
	
}
#contents .notice ul li{
	color:#F00;
	
}

/*項目　小タイトル*/
#contents h6.type {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding:1em;
	margin:30px 0 0;
	border:1px solid #CCC;
}


/*介護保険　申請の流れ*/
#contents ul.flow {
	margin:6px 0;
}
#contents ul.flow li.check{
	background:url(../images/reten.png) no-repeat;
	text-indent:32px;
}
#contents ul.flow li.sum{
	padding:0 0 0 2em;
}
#contents .flowbox{
	border:#ffe1b0 1px solid;
	background:#f8f9ee;
	margin:0 5% 30px;
	
}
#contents .flowbox ul li.sum{
}
	

#contents .flowbox ul li{
	
}

/*相談の流れ　設定
----------------------------------------------*/

h5.flow_box{
    border-top: 3px solid #45B035;
    border-bottom: 1px dashed #45B035;
    box-sizing: border-box;
    color: #382621;
    font-size: 1.2em;
	background:#FFF;
	margin-bottom:24px;
}
#contents .flow_box .arrow_link {
	float:right;
	background:url(../images/arrow_03.gif) no-repeat 0 8px;
	text-indent:12px;
}
.flow_img{
	float:left;
	margin:20px 20px 10px 0;
}
.flow_arrow{
	clear:both;
	margin:10px 0px 10px 333px;
}
/*施設選びのポイント　設定
----------------------------------------------*/
#contents .pointbox{
	border:#ccc 1px solid;
	padding:12px 20px;
	margin:20px 0;
}
/*相談する　設定
----------------------------------------------*/
/*#contents h2.tx_green {
	color: #597b11;
}
#contents h2.tx_pink {
	color: #f05a4c;
}

#threebox h5.bg_pink {
	background-color:#f05a4c;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:12px 0;
}
#threebox h5.bg_yellow {
	background:#FFAB00;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:12px 0;
}
#threebox h5.bg_gray {
	background:#EEEEEE;
	color:#333;
	font-size:18px;
	font-weight:bold;
	padding:12px 0;
}

#contents ul.consult_check {
	width:320px;
	margin:6px auto;
}

#contents ul.consult_check li{
	background:url(../images/reten.png) no-repeat;
	text-indent:32px;
}	

/*項目　お急ぎの方電話タイトル*/
#contents h6.quick_title {
	width:500px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding:1em;
	background:#f8f9ee;
	border-radius: 20px;
	padding: 0.5em 1em;
	margin: 1em auto;
	border:1px solid #999;
}
/*項目　お急ぎの方webタイトル*/
#contents h6.quick_webtitle {
	width:500px;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	padding:1em;
	background:#2774b5;
	color:#FFF;
	border-radius: 20px;
	padding: 0.5em 1em;
	margin: 5em auto 1em;
	border:1px solid #999;
}


/* 　Q&A
----------------------------*/

#contents dl#faq{
	width:675px;
	margin:6px 0;
	padding:10px 10px 1px 10px;
	font-size:16px;
}
#contents dl#faq dt {
	clear: both;
	line-height:160%;
	margin-right:10px;
	float:left;
}
#contents dl#faq dd.q {
	line-height:120%;
	margin: 0 0 6px 0;
	padding:8px 0 12px 0;
	border-bottom:1px #09C dotted;
	background: none;
}


#contents dl#answer {
	width:675px;
	margin:6px 0;
	padding:10px 10px 1px 10px;
	font-size:16px;
	background:#f8f9ee;
}
#contents dl#answer dt {
	clear: both;
	line-height:160%;
	margin-right:10px;
	float:left;
}
#contents dl#answer dd.q02 {
	line-height:120%;
	margin: 0 0 6px 12px;
	padding:8px 0 12px 0;
	background: none;
}

#contents dl#answer dd p {
	line-height:160%;
	border:1px #ccc dotted;
	margin:20px 0 0 0;
	background:#FFF;
	padding:12px;
}
#contents dl#answer dd p span{
	background:#f1898a;
	color:#FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:0 4px;
}


#contents dl#answer dd.q a {
	text-decoration:none;
}

#contents dl#answer dd.a {
	line-height:120%;
	margin: 0 0 6px 0;
	padding:6px 0 12px 46px;
	border-bottom:1px #F90 dotted;
	background: none;
}

/*お問合せ誘導ボックス
----------------------------*/
.contactbox {
	width:98%;
	border-radius: 4px;
	text-align: center;
	background: #ffffdd;
	border: 3px solid #e4cd86;
}
.contactbox p {
	background:url(../images/contactbox_boder.png) no-repeat center 26px;
	margin:20px;
}
.contactbox ul {
	margin:20px 0 40px;
}
.contactbox ul li a {
	border-radius: 4px;
	padding: 12px 20px 12px 28px;
	text-align: center;
	background-image:none;
	background-color:#7baa17;
	color:#FFF;
}
/*介護ニュース
----------------------------*/

/* 角丸box */ 
.radius_news{
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:20px;
}
#contents .radius_news h6 {
	width:94%;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding:0x;
	border-bottom:1px #09C dotted;
}
#contents .radius_news p {
	padding-left:0;
}
.news_tuzuki a{
	background-color: #382621;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float:right;
	width: 14em;
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-radius: 10px;
	padding: 0.7em 1em;
	margin-top:0.5em;
	cursor:pointer;
	-webkit-appearance: none;
}


/*コンテンツ内タイトルワークショップ
#contents h5.workshop {
	margin:20px 0;
	font-size:140%;
	font-weight:bold;
}
#contents .photobox {
	float:right;
	padding:0 0 12px 12px;
}
#contents .photobox_left {
	float:left;
	padding:0 12px 12px 0;
}

#contents #guide01{
	float:left;
	
}*/




/*コース設定
#course {
	margin-top:20px;
	padding:10px;
}
#course .course_list {
	position: relative;
	padding: 20px 3.57% 20px 4.46%;
	margin: 0;
	background: #fff;
	clear: both;
}
#course .course_list .ribbon {
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
}
#course .course_list h2.course_cpry {
	padding: 20px 0 0 100px;
	text-align:left;
}
#course .course_list h3.course_cpry {
	padding: 0 0 0 100px;
	text-align:left;
	font-weight:bold;
}
#course .course_list .course_notes {
	margin: 12px 0 40px;
	padding: 0 0 0 100px;
	font-size: 90%;
}
#course .course_list dl {
	margin: 0 0 30px;
	padding:  0 0 0 100px;
}
#course .course_list dl dt {
	margin: 0 0 15px;
	padding: 0;
	color: #111;
}*/
/*	
#course .course_list dl.course_belongings {
		margin: 0;
		padding: 10px;
		background: #f3f3f3;
		border: 0;
	}
#course .course_list dl.course_belongings dt {
		width: 25%;
		float: left;
		margin: 0;
	}
#course .course_list dl.course_belongings dd {
		width: 70%;
		float: right;
		margin: 0;
	}
#course .course_list dl.course_belongings dd ul {
		margin: 5px 0;
		padding: 5px;
		border: 1px dotted #ccc;
	}
#course .course_list dl.course_belongings dd ul li {
		margin: 0;
		padding: 0 10px;
		display: inline;
		font-weight: bold;
		color: #FF696B;
	}
*/
#coursebox {
	width:48%;
	padding:0 6px;
	float:left;
}
#course .course_list h2.course_cprysurf {
	padding: 10px 20px;
	text-align:left;
}
#course .course_list h3.course_cprysurf {
	padding: 0 20px;
	text-align:left;
	font-weight:bold;
}
#course .course_list .course_notessurf {
	margin: 12px 0 40px;
	padding: 0 20px;
	font-size: 90%;
}
#course .course_list .none_course_notessurf {
	margin: 12px 0 0;
	padding: 0 20px;
	font-size: 90%;
}
#course .course_list dl.surf {
	margin: 0 0 30px;
	padding:  0 20px;
}
#course .course_list dl.surf dt {
	margin: 0 0 15px;
	padding: 0;
	color: #111;
}
#course .course_list .course_campaign {
	margin: 12px 0 15px;
	padding: 0 20px;
	color:#C30;
	font-weight:bold;
}
.radius_green {
	background-color:#86a724;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 6px;
}
.radius_blue {
	background-color:#144eb0;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 6px;
	padding: 3px;
}
.radius_orange {
	background-color:#ffab00;
	color: #382621;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 6px;
	padding: 3px;
}
.radius_purple {
	background-color:#8645ae;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 6px;
}
#go_yoga {
	clear: both;
	text-align: center;
}
#go_yoga a {
	background-color: #DE9527;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-radius: 20px;
	padding: 0.7em 1em;
}
#go_yoga :hover {
	color: #FFF;
	-webkit-transition: 0.8s;
	　transition: 0.8s;
}
#go_surf {
	clear: both;
	text-align: center;
}
#go_surf a {
	background-color: #6598BA;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-radius: 20px;
	padding: 0.7em 1em;
}
#go_surf :hover {
	color: #FFF;
	-webkit-transition: 0.8s;
	　transition: 0.8s;
}



.radius_yoga {
	background-color: #DE9527;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 6px;
	padding:6px;
	font-size:80%;
}
.radius_surf {
	background-color: #6598BA;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 6px;
	padding:6px;
	font-size:80%;
}
.radius_other {
	background:#FFd277;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 6px;
	padding:6px;
	font-size:80%;
}
/*ワークショップ項目設定
----------------------------------------------

#go_workshop {
	clear: both;
	text-align: center;
	margin:20px 0;
}
#go_workshop a {
	background:#FFd277;
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-radius: 20px;
	padding: 0.7em 1em;
}
#go_workshop :hover {
	-webkit-transition: 0.8s;
	　transition: 0.8s;
}*/

/*施設案内、サーフスクールの流れ、ガイド設定
----------------------------------------------*/
/*各ボックスの設定　3分割
#contents section.info article {
	height: auto;	
	width: 310px;	
	float: left;
	margin: 0px 10px 1em;
}
#contents section.info article p {
	padding: 0px;
}*/
/*各ボックスの設定　4分割
#contents section.guide article {
	height: auto;	
	width: 230px;	
	float: left;
	margin: 0px 8px 1em;
}
#contents section.guide article p {
	padding: 0px;
}*/
/*PAGE TOP設定
---------------------------------------------------------------------------
#pagetop {
	clear: both;
	width:100px;
	height:20px;
	background:#b2863f;
	float: right;
	margin:0;
	padding:10px;
}
#pagetop a {
	text-decoration:none;
	color:#FFF;
}*/
#go_top {
	clear: both;
	float: right;
	margin:0;
	padding:10px;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width:100%;
	height:auto;
	clear: both;
	padding: 0;
	background:#f3f5f2;
	font-weight:300; 
	border-top:1px solid #EEE;
	box-shadow:rgba(153, 153, 153, 0.0588235) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px inset;
}
footer a {
	text-decoration: underline;
	display: block;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
#footer_area {
	width:980px;
	height:250px;
	margin:0 auto;
	position:relative;
}
#footer_infobox{
	width:38%;
	padding:40px 20px 0;
	float:left;
}
#footer_infobox h3{
	color:#382621;
	font-size:160%;
	padding-bottom:12px;
}
#footer_contactbox {
	padding:20px 0 0;
	float:left;
}
#footer_contactbox ul{
	margin:10px 0 0;
}

#footer_contactbox ul li a {
	float:left;	
	padding:0 3px 0;
}
#footer_menu ul{
	width:980px;
	margin:0 auto;
	text-align:center;
}
#footer_menu ul li{
	display:inline-block;
	padding:12px;
	font-size:12px;

}
p#copy {
	clear:both;
	text-align:center;
	font-size:12px;
}
/*googlemap設定*/
#go_gmap {
	clear: both;
	text-align: center;
}
#go_gmap a {
	background-color: rgba(56,38,31,1);	/*一番右は透明度（0.7＝70％）の指定。*/
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-radius: 20px;
	padding: 0.5em 1em;
	margin-top: 1em;
}
#go_gmap :hover {
	color: #FFF;
	-webkit-transition: 0.8s;
	　transition: 0.8s;
}
/*テーブル
---------------------------------------------------------------------------*/
table.sub {
	margin: 0.5em 20px 1em;
	border: 1px dotted #90805a;
}
table.sub, table.sub td, table.sub th {
	text-align:center;
	padding: 3px;
}
table.sub th {
	border: 1px solid #ccc;
}
table.sub td {
	border: 1px solid #ccc;
	vertical-align:middle;
}

table.yellow_table {
	margin: 0.5em 20px 1em;
	border:#666633 1px solid;
	background:#fbfcf6;
}
table.yellow_table, table.yellow_table td, table.yellow_table th {
	text-align:left;
	padding: 6px;
	vertical-align:middle;
	border:#666633 1px solid;
	font-weight:normal;
}
table.two {
	width: 98%;
	margin: 0.5em 20px 1em;
}
table.two, table.two td, table.two th {
	text-align:left;
	padding: 10px;
}
table.two th.orange {
	background:#DE9527;
	border-right:1px dotted #FFF;
	width:70%;
}
table.two th.lightblue {
	background:#6598BA;
	border-right:1px dotted #FFF;
}
table.two th.lightyellow {
	background:#FFd277;
	border-right:1px dotted #FFF;
}
/*フォーム
---------------------------------------------------------------------------*/

#contents .send {
	text-align:center;
}
.hissu {
	font-size:0.8em;
	color:#F33;
	padding: 10px;
}
input, textarea {
	border:0;
	padding:10px;
	font-size:1.3em;
	border:solid 1px #ccc;
	margin:10px 0;
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}/*
input[type= checkbox] {
	border:0;
	padding:10px;
	margin:10px 0;
	width:30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
}*/
input[type= radio] {
	border:0;
	padding:10px;
	margin:10px 0;
	width:30px;
/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;*/
}
select {
	border:0;
	border:solid 1px #ccc;
	padding:10px;
	margin:10px 0;
	width:200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input:focus {
	border:solid 1px #EEA34A;
}
textarea:focus {
	border:solid 1px #EEA34A;
}
input[type=submit] {
	background-color: #f08200;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-radius: 30px;
	padding: 0.7em 1em;
	cursor:pointer;
	-webkit-appearance: none;
}
input[type=button] {
	background-color: rgba(67,71,75,0.7);
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-radius: 30px;
	padding: 0.7em 1em;
	cursor:pointer;
	-webkit-appearance: none;
}
input[type=submit]:hover {
	opacity: 0.6;
	transition: 0.6s;
}
input[type=button]:hover {
	opacity: 0.6;
	transition: 0.6s;
}

table.form{
	border-collapse:collapse;
	margin:0 auto;
	border: 1px solid #c1cbbc;
	width:100%;
}
table.form td{
	width:70%;
	padding:3px 6px;
	text-align:left;
	border: 1px solid #c1cbbc;
}
table.form th{
	padding:3px 6px 3px 12px;
	font-weight:normal;
	text-align:left;
	background:#fbfcf6;
	border: 1px solid #c1cbbc;
}
#formWrap {
	line-height:120%;
	margin:0 auto;
	text-align:center;
}
#formWrap h4 {
	padding: 0.5em 20px 1em;
}
#formWrap p {
	padding: 0.5em 20px 1em;
}
table.formTable{
	border-collapse:collapse;
	padding: 0.5em 20px 1em;
	margin:0 auto;
}
table.formTable td,table.formTable th{
	padding:10px;
	text-align:left;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}
/*ページトップ
---------------------------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #382621;
    text-align: center;
    color: #FFF;
    font-size: 32px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.8;
    opacity: 0.8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.pagetop a:hover {
    display: block;
    background-color: #382621;
    text-align: center;
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
