/* kikuya-group Document */
/* ----------------------------------------- */
/* コンテンツ（ページ全般で使用）            */
/* ----------------------------------------- */

* { 
    margin: 0; 
    padding: 0; 
}
body {
    background:url("../material/back.jpg") top left repeat;
}
#container {
    width:900px;
    background:#fff url("../material/img_gureishia-kudamatsu_top.jpg") top left no-repeat;
    /*background-size:contain;*/
}
header {
    width:100%;
}
header h1 {
    text-align: right;
    padding-right:25px;
}
header h1 a {
    position: relative;
    color:#000;
    text-decoration: none;
    font-size:1.7em;
    font-weight:normal;
}
header h1 em {
    font-style:normal;
    font-size:0.28em;
}
header h1 a:hover {
    text-decoration: none;
}
#titleLogo {
    margin:5px 20px;
    padding:8px 0;
    min-height:55px;
	-webkit-box-shadow: 0 0 8px rgba(64, 53, 35, .6);
	-moz-box-shadow: 0 0 8px rgba(64, 53, 35, .6);
	box-shadow: 0 0 8px rgba(64, 53, 35, .6);
    background-color: rgba(255,255,255,0.8);
}
#titleLogo .title {
    margin:0 0 0 25px;
    text-decoration: none;
    font-size:1.5em;
}

#bn_group {
	position: absolute;
	top: 35px;
	right: 35px;
    width: 210px;
    height: 60px;
    background:url("../material/kikuya-logo.png") top left no-repeat;

}

footer {

}

main article {
    width:auto;
    margin:0 35px;
    background-color: rgba(255,255,255,0.7);
}
main article img {
    max-width: 100%;
    height: auto;   
}
main article section {
    padding:15px 25px;
}
main article h1 {
    font-size:1.8em;
    letter-spacing: 2px;
    padding:4px 8px;
    color:#f46606;
    background: #fffaf4;
    border-left: solid 5px #ffaf58;
}
main article h2 {
    margin:10px 0 5px 0;
    padding:5px 8px;
    font-size:1.6em;
    letter-spacing: 5px;
    color:#030;
}

main article h3 {
    font-size:1.4em;
    padding-left:5px;
    border-left:none;
}
main article h4 {
    margin-left:8px;
    padding-bottom:5px;
    border-bottom:1px dotted #96AEDF;
}

aside {
    width:26%;
    float: left;
}
aside h2 {
    font-size:1.3em;
    text-align:center;
}

/* 二段組のレイアウト */
.column2 {
    display: grid;
  	grid-template-columns: minmax(200px, 50%) minmax(200px, 50%);
  	grid-template-rows: auto auto;
    grid-gap: .8em .5em; 
    margin:0;
    padding:0;
}

/* 三段組のレイアウト */
.column3 {
    display: grid;
  	grid-template-columns: minmax(200px, 32%) minmax(200px, 32%) minmax(200px, 32%);
  	grid-template-rows: auto auto auto;
    grid-gap: .8em .5em; 
    margin:0;
    padding:0;
}


/* お問い合せ電話番号 */
#contactCall {
	position: absolute;
	top: 35px;
	left: 600px;
    z-index: 10;
    width:auto;
    padding:0;
    color:#030;
    line-height: 1.2;
    text-align:left;
    /*
    text-shadow: 
        white 1px 1px 1px, white -1px -1px 1px,
        white -1px 1px 1px, white 1px -1px 1px,
        white 0px 1px 1px, white  0-1px 1px,
        white -1px 0 1px, white 1px 0 1px;*/
}
#contactCall span {
    font-size:0.9em;
    letter-spacing: 0;
}
#contactCall tel {
    font-family: Verdana, Geneva, "sans-serif";
    /*font-family: 'Open Sans', sans-serif;  */
    font-size:1.55em;
    font-weight:bold;
    letter-spacing: 0;
}
#contactCall tel:before {
    font-family: FontAwesome;
    content: " \f095";
    padding-right:3px;
}
#contactCall strong {
    font-family: Verdana, Geneva, "sans-serif";
    letter-spacing: 0;
}

/* サイドバナー */
#side_bn { 
	margin:10px;
}
#side_bn a:hover {
	color:#FC3;
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;
}


/* フッターバナー */
#footer_bn { 
	width:200px;
	height:50px;
	position:absolute;
	top:30px;
	right:60px;
}
#footer_bn a:hover {
	color:#FC3;
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;
}

.contact {
	height:auto;
	text-align:center;
	line-height:1.35;
	margin:0;
	padding:20px 0 10px 20px;
	font-size:92%;
}
.contact  h5 {
	padding:0 0 5px 0;
	font-size:1.1em;
}
.contact p {
	margin:0;
	padding:0;
	line-height:1.3;
}

.copyright { /* コピーライト */
	margin:0 auto;
	padding:0;
	clear:both;
	font-size:90%;
	letter-spacing:0;
	text-align:center;
}

/* ----------------------------------------- */
/* ページコンテンツ装飾（内容）              */
/* ----------------------------------------- */

.strong { /* 太字 */
  font-size:110%;
}

.red { /* 赤文字 */
  color:red;
}

.green { /* 緑文字 */
  color:green;
}
.darkgreen { /* 深緑文字 */
  color:#143018;
}

.blue { /* 青文字 */
  color:#366C97;
}

.orange { /* 橙文字 */
	color:#F90;
}

.txt_s { /* テキスト（小） */
	font-size: 70%;
	padding: 0 0 3px 0;
}
.txt_ms { /* テキスト（やや小） */
  font-size: 86%;
  padding: 0 10px 3px 0;
}
.txt_m { /* テキスト(中) */
	font-size:118%;
} 
.txt_l { font-size:140%; } /* テキスト(大) */

/* 回り込み解除 */
.clear { clear:both; }

/* テキスト右寄せ */
.t_left {
	text-align:left !important;
}
/* テキスト右寄せ */
.t_right {
	text-align:right !important;
}
/* テキスト中央寄せ */
.t_center {
	text-align:center !important;
}
/* アンダーライン */
.u_line { border-bottom:#C00 1px solid; }

/* 枠 */
.frame {
	border:2px solid #f7b2b2;
	background:#fff;
	padding:8px 10px;
	margin:5px 35px 15px 15px;
	font-weight:bold;
	line-height:1.5;
}
/* 枠 */
.frame2 {
	border:1px solid #363;
	background:#fff;
	padding:8px;
	margin:5px 35px 15px 15px;
	line-height:1.2;
}

.txt_waku2 { /* 注意表記（赤枠つき）【div】 */
	color:#594b49;
	border:1px solid #ffe4e1; /* 枠色 LavenderBlush */
	background-color:#fff0f5; /* 背景色 misty rose */
	margin:15px 32px 15px 26px; padding:10px;
	line-height:1.6;
}

/* 反転文字 */
.txt_red {
	background:#F00;
	color:#FF6;
	font-size:14px;
	padding-left:8px;
	padding-right:8px;
}

/* ----------------------------------------- */
/* 装飾（H1〜H6）の書式設定                  */
/* ----------------------------------------- */

h1 {
	margin:0;
	padding:0;
}

h2 {
	font-size:1.6em;
	margin:15px 0 5px 0;
	padding:5px 0 0 0;
	text-align:left;
	letter-spacing:5px;
	line-height:1.65;
    /*border-top:2px solid #29459f;*/
	color:#29459f;
}

h3 {
	font-size:1.4em;
	letter-spacing:3px;
	line-height:1.5;
	margin:20px 0;
	padding:5px 0 2px 10px;
	/*color:#055FAA;*/
    color:#30437F;
    border-left:5px solid #055FAA;
    /*border-left:5px solid #947432;*/
}
.feature {
    padding-left:10px;
    color:#fff;
    background:#588706;
    border-bottom:2px solid #f46606;
}

h4 {
	font-size:1.2em;
	margin:18px 10px 5px 0px;
	color:#F63;
    /*color:#2e5994;*/
}

h5 {
	font-size:1.1em;
	padding:10px 0 10px 0;
	margin:0;
    color:#030;
}

/* ----------------------------------------- */
/* テーブル装飾                              */
/* ----------------------------------------- */

/* ノーマル・テーブルコンテンツ ///// */
table.normal { 
	margin:5px 0 10px 20px;
	line-height:1.45;
}
.normal td, .normal th { /* ノーマル */
	text-align:left;
	padding:5px;
	vertical-align:top;
}

/* ライン付きテーブルコンテンツ (０)  //// */

table.cont0 { /* 枠つき・テーブルコンテンツ(table) */
  margin:6px 0 6px 10px;
  line-height:1.45;
  border-collapse:separate;
}
.cont0 td { /* クラスcont0設定 (td) 全般 */
  padding:5px 10px 5px 10px;
  vertical-align:middle;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #61ADED;
  border-bottom: 1px solid #61ADED;
  border-left: 1px solid #FFFFFF;
  background:#E5F1F9;
  color:#4D2E33;
} 
.cont0 th { /* クラスcont0設定 (th) 全般 */
  padding:5px 6px 5px 12px;
  vertical-align:middle;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #61ADED;
  border-bottom: 1px solid #61ADED;
  border-left: 1px solid #FFFFFF;
  background:#B0D1E0;
  color:#00244D;
  font-size:100%;
  font-weight:normal;
  text-align:left;
  letter-spacing:5px;
} 
.cont0 td.cont0 { /* クラスcont0設定 (td) */
  text-align:center;
  border-right: 1px solid #C2B5AB;
  border-bottom: 1px solid #C2B5AB;
  background:#FAF2F0;
  color:#3896D6;
}

.cont0 td.not { /* クラスnot設定 ラインなし(td) */
  border:none;
  background:none;
  color:#3896D6;
}

/* ライン付きテーブルコンテンツ (１)  //// */

table.cont1 { /* ライン付き(table) */
	margin:6px 0 6px 10px;
	line-height:1.45;
	border-collapse: collapse;
}

.cont1 td { /* ライン付き(td) */
	border: 1px solid #CCC;
	padding:5px 8px 5px 12px;
	line-height:1.45;
	background-color:#f0faff;
}

.cont1 th { /* ライン付き(th) */
	font-size:100%;
	color:#fff;
	border: 1px solid #9a9;
	padding:5px 0 5px 5px;
	background:#3E87BD;
	text-align:center;
}

td.cont1-t { /* ライン付きテーブルコンテンツ (１)- タイトル用 */
	font-weight:bold;
	border: 1px solid #9a9; 
	padding:3px;
	background-color:#3E87BD;
	color: #ffffff;
	vertical-align:top;
	text-align:center;
	letter-spacing:2px;
}

td.cont1-g { /* ライン付きテーブルコンテンツ (１)- 緑 */
	border: 1px solid #9a9; 
	padding:5px;
	background-color:#f6fffb;
	color: #117a11;
	text-align:center;  
}

/* アンダーライン型テーブル装飾 //////// */

table.cont-u { /* 下ライン付き(table) */
    width:94%;
	margin:10px 10px 25px 20px;
	border:none; 
	border-collapse: collapse;
	line-height:1.5;
}
.cont-u td { /* 下ライン付き(td) */
	vertical-align:top;
	border-bottom: 1px dotted #406081; 
	padding:5px 3px 5px 18px;
	/*font-family: monospace,"ＭＳ ゴシック","Osaka−等幅";*/
	letter-spacing:1px;
}
.cont-u th {
	vertical-align:top;
	text-align:left;
	padding:5px 10px 0 15px;
	letter-spacing:1px;
	font-weight:normal;
	border-bottom: 1px dotted #8b7d6b;
	/*background:#BBD6EF;*/
}
.cont-u .en {
	font-family:Arial, Helvetica, sans-serif;
}
.cont-u ul {
	margin-left:0;
}

/* ライン付きテーブルコンテンツ (2)  //// */

table.cont2 { /* 枠つき・テーブルコンテンツ(table) */
	margin:6px 0px 6px 10px;
	line-height:1.45;
	border-collapse:separate;
  
}
.cont2 td { /* クラスcont0設定 (td) 全般 */
	font-size:100%;
	text-align:center;
	padding:5px 8px;
	border-right: 1px solid #71838d;
	border-bottom: 1px solid #71838d;
	background:#eff5fc;
	color:#3896D6;
    color:#2c4965;
} 
.cont2 th { /* 表題 クラスcont0設定 (th)  */
	font-size:105%;
	text-align:center;
	padding:5px;
	vertical-align:middle;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #71838d;
	border-bottom: 1px solid #71838d;
	border-left: 1px solid #FFFFFF;
	background:#b0bdc8;
	color:#00244D;
	letter-spacing:0;
} 
.cont2 td.t0 { /* 項目タイトル */
	font-size:110%;
	font-weight:bold;
	text-align:left;
	padding:5px 10px 5px 10px;
	vertical-align:middle;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #71838d;
	border-bottom: 1px solid #71838d;
	border-left: 1px solid #FFFFFF;
	background:#e0ebf4;
    font-weight:normal;
	color:#000;
}

.t_middle td {
    text-align:center;
}
.lh_min {
    line-height: 0.9em; 
    padding:14px 0 2px 0;
}
/* ----------------------------------------- */
/* イメージ書式設定                          */
/* ----------------------------------------- */

.img_n { /* 写真(枠付き) */
	margin:8px 0 8px 10px;
	border:1px solid #555;
}
a:hover .img_n {
	border:1px solid #FF0000;
}

.img_n0 { /* 写真(枠なし) */
	margin:8px 0 8px 5px;
	border:none;
}
.img_n1 { /* 写真(枠あり・横間隔小) */
    max-width: 100%;
    height: auto;
	margin:0 5px 8px 0;
	border:1px solid #555;
}
.img_n2 { /* 写真(枠あり・横縦間隔なし) */
	margin:0 5px 3px 0;
	border:1px solid #555;
}

.img_n3 { /* 写真(枠なし・横縦間隔なし) */
	margin:0 5px 3px 0;
	border:none;
}

.img_l { /* 写真のテキスト回り込み（左） */
 	float:left;
  	margin:0 20px 10px 10px;
}

.img_r { /* 写真のテキスト回り込み（右） */
    max-width: 100%;
    height: auto;
 	float:right;
  	margin:0 10px 20px 20px;
}

.img_mid { /* イメージ中央揃え */ 
	vertical-align:middle;
}

/* ----------------------------------------- */
/* その他                                    */
/* ----------------------------------------- */

/* アクセスマップ */
.accessmap_m img {
    max-width: 100%;
    height: auto;
}
.accessmap {
	width:96%;
	height:auto !important;
	min-height:420px;
	margin:6px 0 6px 15px;
}
#map1 {
    width:800px;
    height:600px;
}
.accessRoot {
    margin:5px 30px 10px 10px;
}

/* チェックリスト */
.ck-list {
	width:95%;
	margin:0;
	padding:4px 0 15px 4px;
}
.ck-list li {
	/*border-bottom:1px dotted #555;*/
	list-style-type:none;
	margin:5px 0 8px 30px;
	padding:3px;
	line-height: 1.4;
    font-size:1.1em;
}
.ck-list li:before {
    font-size:1.3em;
    font-family: FontAwesome;
    content: " \f058";
    color:#1652A3;
    margin-left:-20px;
    padding-right:5px;
}

/* 丸枠リスト */
.list_c {
	margin:0;
	padding:0;
}
.list_c li {
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0;
	font-size:110%;
}
.list_c li a {
	display:block;
	width:120px;
	margin:0 8px 7px 0;
	padding:5px 0;
	line-height:1.35;
    text-align: center;
    text-decoration:none;
	border:1px solid #333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    float: left;
}
.list_c a:hover {
	background-color:#FBEDED;
}
.list_c:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}

/* 注目枠リスト */
.push_fac {
	margin:0 0 0 14px;
	padding:0;
}
.push_fac:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
.push_fac li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:165px;
	height:auto;
	padding:5px 0 5px 10px;
	margin:8px 10px 3px 0;
	color:#000;
	border:1px solid #055faa;
	background:#FFF8DC;	
}

/* ログイン/ログアウトボタン */
#login a, #logout a, .btn_gren a, .btn_blue a {
    display:block;
    width:auto;
    height:auto;
    padding:8px 10px;
    margin:3px 0;
    text-decoration:none;
    text-align: center;
    line-height:1.3;
    letter-spacing:1px;
    font-size:110%;
    font-weight:bold;
    color:#ffd;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px #000;
}
#logout a, .btn_gren a {
    background: -webkit-linear-gradient(#03d7c1, #057970);
    background: -o-linear-gradient(#03d7c1, #057970);
    background: linear-gradient(#03d7c1, #057970);
    box-shadow: 0 2px 3px rgba(14, 39, 35, .4);
}
#login a, .btn_blue a {
    background: -webkit-linear-gradient(#00a6e6, #0073ad);
    background: -o-linear-gradient(#00a6e6, #0073ad);
    background: linear-gradient(#00a6e6, #0073ad);
    box-shadow: 0 2px 3px rgba(12, 42, 58, .4);
}
#login a:hover, #logout a:hover, .btn_gren a:hover, .btn_blue a:hover {
    color:#fff;
    background: -webkit-linear-gradient(#e47365, #c23321);
    background: -o-linear-gradient(#e47365, #c23321);
    background: linear-gradient(#e47365, #c23321);
    box-shadow: 0 2px 3px rgba(43, 12, 13, .4);
}
#login {
    margin:3px 10px;
}
#login a img {
    vertical-align: middle;
    margin-right:8px;
}

/* 確定ボタン */
#ConfirmBotton a {
	display:block;
	/*width:450px;*/
	/*height:40px;*/
	padding:5px 0 5px 25px;
	margin:8px 0;
	text-decoration:none;
	line-height:1.8;
	letter-spacing:3px;
	font-size:1.6em;
    font-weight:bold;
	color:#fff;
    background-color:#9F2B0B;
    box-shadow: 0 2px 3px rgba(172, 1, 22, .4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 1px #000;
}
#ConfirmBotton a:hover {
	color:#ff9;
	background-color:#f25024;
}
#ConfirmBotton em {
	font-style:normal;
	line-height: 2;
}
#ConfirmBotton a.save {
    background-color:#1E6023;
    box-shadow: 0 2px 3px rgba(30, 96, 35, .4);
}
#ConfirmBotton a:hover.save {
	color:#ff9;
	background-color:#3F9C30 !important;
}

.me img, .photo img {
    max-width: 100%;
    height: auto;
}

/* Contact Form ////// */
#contactForm {
    width:96%;
}
#contactForm label {
    padding-right:8px;
}
#contactForm input, #contactForm textarea {
    margin:3px 0 6px 0;
    font-size:1.0em;
    padding:3px 3px;
}
#contactForm textarea {
    width:90%;
    height:100px;
    resize:vertical;
}
#contactForm h5 {
    padding:6px 0 0 0;
}
#contactForm p {
    margin:3px 8px;
}

/* reserved sp style */
#reserved_sp {
   /* display: none;*/
}
#reserved_sp a {
    display:block;
    width:94%;
    height:auto;
    padding:6px 10px;
    margin:3px 0;
    text-decoration:none;
    text-align: center;
    line-height:1.3;
    letter-spacing:1px;
    font-size:1.2em;
    color:#397C15;
    background:#FBFCE5;
    border: 1px solid #309019;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#reserved_sp a:hover {
    background:#FCEEEE;
    border: 1px solid red;
    color:red;
}

/* links contacts */
.pickup_links {
    width:100%;
    margin: 0 auto;
}
.pickup_links a {
    display:block;
    width:auto;
    height:auto;
    padding:6px 20px;
    margin:10px 0;
    text-decoration:none;
    text-align: center;
    line-height:1.3;
    letter-spacing:1px;
    font-size:1.3em;
    color:#a32223;
    background:#fff;
    border: 1px solid #a32223;
}
.pickup_links a:hover {
    color:#ffd;
    background: #a32223;
}

/* links */
.links {
    width:97%;
    text-align: right;
}
.links a {
    display:inline-block;
    width:auto;
    height:auto;
    padding:6px 10px;
    margin:10px 0;
    text-decoration:none;
    text-align: center;
    line-height:1.3;
    letter-spacing:1px;
    font-size:1.2em;
    color:#fff;
    background:#29459f;
    border: 1px solid #29459f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.links a:after {
    padding-left:15px;
    content:"\025b6";
}
.links a:hover {
    background:#FCEEEE;
    border: 1px solid red;
    color:red;
}

/* link botton */
.sty_ln {
    display: block;
    width:auto;
    width:64%;
    height:auto;
    margin:6px auto;
    padding:4px 12px;
    text-decoration:none;
    text-align: center;
    line-height:1.3;
    letter-spacing:1px;
    font-size:1.0em;
    font-weight:normal;
    border-radius: 10px;
}
.color_g {
    /* green */
    color:#eeffef;
    background:#148d3f;
    box-shadow: 0 1px 3px rgba(0, 82, 54, .8);
}
.color_b {
    /* blue */
    color:#eeffef;
    background:#2681b9;
    box-shadow: 0 1px 3px rgba(23, 73, 103, .8);  
}
.color_r {
    /* red */
    color:#fff6f6;
    background:#ea618e;
    box-shadow: 0 1px 3px rgba(140, 45, 74, .8);  
}

.sty_ln:hover {
    color:#ffd;
    filter:alpha(opacity=75);
	opacity:0.75;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.shisetsu img {
    max-width: 100%;
    height: auto; 
}
.shisetsu_popimg {
    position:absolute;
    top:255px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index:10;
}