/*============================
　CSSリセット
=============================*/
* {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* HTML5タグ用リセット */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
body {
	font-size: 72%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 12px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
		10px	>>	0.83em
		11px	>>	0.95em
		12px	>>	1em
		13px	>>	1.08em
		14px	>>	1.17em
		15px	>>	1.25em
		16px	>>	1.33em
		18px	>>	1.50em
		20px	>>	1.67em
----------------------------------------- */
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	
}
/*============================
　共通チップス
=============================*/
.clear {clear:both;}

/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}

.hide {display:none;}
a {
	color:#f19579;
	outline:none;
	overflow:hidden;
	text-decoration:underline;
}
a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration:none;
}
a img{
}
a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}

ul li {
	list-style:none;
}

/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	background:url(../../images/178/bgi_main_001.jpg);
}
body > * {
	font-size:1.17em;
	color:#2d2d2d;
	line-height:1.7;
}
#container {
	position:relative;
}
#container .inner {
	width:960px;
	margin:0 auto;
}
#content {
	padding:26px 0 80px;
	background:url(../../images/178/bgi_content_001.png) left 36px repeat-x;
}
#main {
	width:660px;
	float:right;
}
#sidebar {
	width:220px;
	float:left;
}

/*============================
	ヘッダー
=============================*/
#header {
	background:#fdfaf2;
	position:relative;
	padding:22px 0 18px;
}
#header:after {
	content:"";
	display:block;
	position:absolute;
	bottom:-15px;
	left:0;
	width:100%;
	height:15px;
	background:url(../../images/178/bgi_header_001.png);
}
#header ul {
	text-align:right;
}
#header ul li {
	line-height:1;
	display:inline-block;
	margin-left:43px;
}
#header ul li a {
	text-decoration:none;
}

/*============================
	フッター
=============================*/
#footer {
	background:#fdfaf2;
	position:relative;
	padding:18px 0 22px;
}
#footer:before {
	content:"";
	display:block;
	position:absolute;
	top:-15px;
	left:0;
	width:100%;
	height:15px;
	background:url(../../images/178/bgi_footer_001.png);
}
#footer address {
	text-align:center;
	font-size:0.83em;
	font-style:normal;
}

/*============================
	ページトップ
=============================*/
#pagetop {
	position:absolute;
	right:20px;
	bottom:87px;
}

/*============================
	サイドバー
=============================*/
#sidebar {
	background:url(../../images/178/bgi_sidebox_001.png) center bottom repeat-x;
}
#sidebar .sidebox {
	background:url(../../images/178/bgi_sidebox_001.png) center top repeat-x;
	padding-top:17px;
	margin-bottom:35px;
}
#sidebar .sidebox h3 {
	text-align:center;
	color:#f19579;
	font-size:1.3em;
	margin-bottom:13px;
}

/*============================
スライド
=============================*/
.mainSlideIn {
    box-sizing:content-box;
    box-sizing:inherit;
    width:660px;
    margin-bottom: 50px;
}
.bx-wrapper {
    margin-bottom:40px !important;
    height:275px !important;
}
#mainSlide{
    margin:0;
}
#mainSlide li {
    height:275px !important;
    width:660px;
    position:relative;
    background:#fdfaf2;
    overflow:hidden;
	border-radius: 5px;
}
#mainSlide li img {
    position:absolute;
    left:0;
    width:660px;
    height:auto;
    background-color: #fdfaf2;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 7.5px;
    outline: 0;
    cursor:pointer;
    border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f19579;
    opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
    width:40px;
    height:40px;
    margin:0;
    cursor:pointer;
}
.bx-wrapper .bx-prev {
    background:url(../../images/178/btn-slider_001.png) 15px center no-repeat;
    left:-40px;
    left: calc(50% - 100px);
}
.bx-wrapper .bx-prev:hover {
    background:url(../../images/178/btn-slider_001_hover.png) 15px center no-repeat;
    opacity:1;
}
.bx-wrapper .bx-next {
    background:url(../../images/178/btn-slider_002.png) 17px center no-repeat;
    right:-40px;
    right: calc(50% - 100px);
}
.bx-wrapper .bx-next:hover {
    background:url(../../images/178/btn-slider_002_hover.png) 17px center no-repeat;
    opacity:1;
}



/*　タイトル
-----------------------------------------*/
#site_title {
	margin-bottom:20px;
}
#site_title h1 a {
	background:#f19579;
	border-radius:5px;
	padding:10px;
	display:table;
	min-height:140px;
	height:140px;
	width:200px;
	text-decoration:none;
}
#site_title h1 a span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	border:2px dotted #fff;
	border-radius:5px;
	padding:10px;
	line-height:1.3;
}
#site_title h1 a:hover {
	background:#ffbfab;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#site_title h1 a img {
	max-width:160px;
	height:auto;
}

/*　ディスクリプション
-----------------------------------------*/
#site_description {
	margin-bottom:28px;
}
#site_description h2 {
	font-weight:normal;
	font-size:1em;
	text-align:justify;
}

/*　グローバルナビ
-----------------------------------------*/
#sidebar #global_nav {
}
#sidebar #global_nav a {
	text-decoration:none;
	padding-left:20px;
	display:block;
}
#sidebar #global_nav dl dt a {
	color:#2d2d2d;
	background:url(../../images/178/ico_nav_001.png) left 7px no-repeat;
}
#sidebar #global_nav dl dt {
	margin-top:8px;
}
#sidebar #global_nav dl dd {
	margin-top:3px;
}
#sidebar #global_nav dl dt.parent {
	margin-bottom:3px;
}
#sidebar #global_nav dl dt:first-child {
	margin-top:0;
}
#sidebar #global_nav dl dd a {
	color:#989898;
}

/*　アバウト
-----------------------------------------*/
#sidebar #about a {
	text-decoration:none;
	padding-left:20px;
}
#sidebar #about dl dt a {
	color:#2d2d2d;
	background:url(../../images/178/ico_nav_001.png) left 3px no-repeat;
}
#sidebar #about dl dt {
	margin-top:8px;
}

/*　ブログ
-----------------------------------------*/
#sidebar #blog dl dd {
	margin-bottom:14px;
}
#sidebar #blog dl dd a {
	color:#2d2d2d;
}
#sidebar #blog #blog_link {
	text-align:center;
	margin-top:5px;
}
#sidebar #blog #blog_link a {
	display:inline-block;
	width:190px;
	color:#fff;
	font-weight:bold;
	background:#f19579;
	text-decoration:none;
	border-radius:5px;
	padding:5px 0;
}

/*　QRコード
-----------------------------------------*/
#sidebar .qrBox {
	text-align:center;
	margin-bottom:10px;
}
#sidebar .qrBox img {
	border:1px solid #f19579;
}
#sidebar #qrcode p {
	font-size:0.83em;
}

/*============================
	メイン
=============================*/
/*　リードエリア
-----------------------------------------*/
#lead_area {
	background:#fff;
	border-radius:5px;
	margin-bottom:32px;
	padding:20px;
}

/* メイン写真  */
#cover{
	position:relative;
	/position:inherit;
	width:365px;
	float:left;
}
#cover img{
	width:365px;
	height:auto;
}

/* トピックス */
#topics{
	position:relative;
	float:right;
	box-sizing: initial;
	width: 238px;
    height: auto;
	overflow:auto;
}
#topics h3{
	font-size:1.2em;
	color:#f19579;
	text-align:center;
	line-height:1;
	padding:4px 0 18px;
	background:url(../../images/178/bgi_sidebox_001.png) center bottom repeat-x;
	margin-bottom:12px;
}
#topics dl{
	overflow:auto;
	max-height:190px;
    height: auto;
}
#topics dl dt{/* 日付 */
    line-height: 1;
	display:block;
	margin-bottom:9px;
}
#topics dl dd{/* トピックス本文 */
	display:block;
	line-height:1.3;
	margin-bottom:24px;
}
#topics dl dd a{}

/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img #topics{
	width:100%;
	height:auto;
	padding:0;
}
.no-img #topics dl dd {
}
.no-img #cover{display:none!important;}

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin:40px 0 35px;
}
#inquiry a {
	display:inline-block;
	color:#fff;
	background:#f19579;
	font-weight:bold;
	text-decoration:none;
	border-radius:5px;
	line-height:1;
	width:380px;
	padding:20px 0;
	font-size:1.5em;
}

/*============================
	記事ボックス
=============================*/
#main .article_box {
	background:#fff;
	border-radius:5px;
	margin-bottom:22px;
	position:relative;
}
#main .article_box:before {
	content:"";
	display:block;
	position:absolute;
	background:url(../../images/178/img_flower_001.png) left top no-repeat;
	width:97px;
	height:87px;
	right:-17px;
	top:-11px;
	z-index:1;
}
#main .article_title {
	background:#fffadb;
	border-radius:5px 5px 0 0 / 5px 5px 0 0;
	padding:18px 80px 7px 20px;
	position:relative;
}
#main .article_title:after {
	content:"";
	display:block;
	position:absolute;
	background:url(../../images/178/bgi_articletitle_001.png) center top repeat-x;
	width:100%;
	height:15px;
	left:0;
	bottom:-15px;
}
#main .article_title h2 {
	color:#f19579;
	line-height:1.3;
	font-size:1.7em;
}
#main .article_box .entry {
	width:400px;
	float:left;
	padding:35px 20px;
}
#main .article_box .entry img {
	max-width:100%;
	height:auto;
}

/* 記事画像あり */
.article_box .article_figure{
width:200px;
padding:35px 20px 35px 0;
float:right;
margin:0;
}
.article_box .article_figure img{
    max-width:200px;
    width: 100%;
}
.article_box .article_figure a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
.article_box .article_figure figure {
	margin-bottom:12px;
}
.article_box .article_figure span{
font-size:85.7%;
display:block;
padding:5px 0 0 0 ;
}
/* 記事画像なし */
#main .article_box.no-img {}
#main .article_box.no-img .entry{
	float:none!important;
	width:auto!important;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#f19579 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#f19579 1px solid;
	padding:10px;
}

/*Thickbox*/
#TB_overlay{z-index:10000;}
#TB_window{box-sizing:initial;z-index:10000;}

.article_box .entry strong{
    font-weight:bold;
}

/*============================
	下層ページ共通
=============================*/
#page_title {
	background:#fff;
	border-radius:5px;
	padding:20px;
	margin-bottom:35px;
}
#page_title h2 {
	color:#f19579;
	line-height:1.3;
	font-size:1.7em;
	margin-bottom:5px;
}
#pnkz {
	font-size:0.85em;
}
#pnkz a {
	color:#2d2d2d;
}
.contbox {
	background:#fff;
	border-radius:5px;
	padding:20px;
}

/*============================
	フリーエリア
=============================*/
#side-area{ padding-top:35px!important;text-align:justify; }
#foot-area{ margin-top:40px; }

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
}
#map table,#form table, #profile table {
	border-collapse:collapse;
	margin:0 auto;
	width:100%;
}
#map #frame iframe {
	width: 620px;
	height: 400px;
}
#form table{
	table-layout:fixed;
}
#map th, #profile th,#form th {
	padding:15px 20px;
	vertical-align:middle;
	font-weight:normal;
	border-top:1px solid #f19579;
	border-right:1px solid #f19579;
	width:110px;
	font-weight:bold;
	text-align:left;
}
#map td, #profile td,#form td {
	vertical-align:middle;
	padding:15px 20px;
	border-top:1px solid #f19579;
}
#map table tr:first-child th, #profile table tr:first-child th,#form table tr:first-child th,
#map table tr:first-child td, #profile table tr:first-child td,#form table tr:first-child td {
	border-top:none;
}
#form th {
	width:150px;
}
#form td {
}
/*お問い合わせ
-----------------------------------------*/
.warning {
	text-align:right;
}
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:center;
	border-top:none;
	padding:20px 0 0;
}
#form input, #form textarea {
	font-size:1em;
	padding:2px;
	
}
#form input[type=text], #form textarea {
	border:solid 1px #d3d0d0;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#fdfaf2;
}
#form input[type=submit],
#form input[type=reset] {
	padding: 8px 20px;
	width:150px;
	font-size:20px;
	margin:10px 0 20px 0;
}

#form input[type=submit] {
margin-right: 20px;

font-weight: bold;
text-decoration: none;
color: #ffffff;
transition: 0.6s opacity 0s;
-moz-transition: 0.6s opacity 0s;
-webkit-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
background: #f19579;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:none;
}

#form input[type=reset] {
font-weight: bold;
text-decoration: none;
color: #888;
transition: 0.6s opacity 0s;
-moz-transition: 0.6s opacity 0s;
-webkit-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
background: #dadada;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #d8d8d8;
}

#form input[type=submit]:hover, #form input[type=reset]:hover {
cursor: pointer;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
-ms-opacity: 0.6;
-o-opacity: 0.6;
opacity: 0.6;
}
#form input[type=submit]:focus, #form input[type=reset]:focus {
	outline:none;
}

/*リード文
-----------------------------------------*/
#lead_s {
	margin-bottom:20px;
}
/*地図
-----------------------------------------*/
#frame iframe {
	width:620px;
	height:400px;
	margin-bottom:10px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	text-align:left;
	margin-bottom:-10px;
	padding:10px 0 0 0;
}
.w_mark {
	color:#cc3300;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

.hidden {
	display:none;
}


/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}


/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}


/* 20211112 フリーエリアテーブル設定
-----------------------------------------*/
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th, 
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}

