/*============================
　CSSリセット
=============================*/
* {
margin: 0px;
padding: 0px;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
}
h1, h2, h3, h4, h5, h6, strong, b {
font-weight:bold;
}
body {
font-size: 81%;/*font-sizeリセット*/
}
html>/**/body {
font-size: 13px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
10px	>>	0.77em
11px	>>	0.83em
13px	>>	1em
14px	>>	1.08em
15px	>>	1.17em
16px	>>	1.25em
17px	>>	1.33em
19px	>>	1.46em
20px	>>	1.54em
----------------------------------------- */
img {
border:none;
margin: 0px;
padding: 0px;
vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
body {
line-height:1.8;
color:#8C5C53; /*基本色*/
}
.clear {
clear:both;
}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.hide {
display:none;
}
a {
color:#63C0EB;
text-decoration:none;
}
a:hover {
color:#86DFFF;
text-decoration:none;
}

/*============================
レイアウト
=============================	*/
body{
	background-image:url(../../images/135/bgi_body_001.gif);
	position:relative;
	z-index:0;
}
#container {
	width:100%;
	background-image:url(../../images/135/bgi_container_top.png);
	background-repeat:repeat-x;
	padding-top:58px;
}
#content {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#main {
	width:692px;
	float:right;
}
#sidebar {
	width:232px;
	float:left;
}
#footer {
	clear:both;
}

/*============================
ヘッダー
=============================*/
#header {
	width:100%;
	background-image:url(../../images/135/bgi_head_001.gif);
	background-repeat:repeat-x;
	position:relative;
}
#header_bottom {
	width:100%;
	background-image:url(../../images/135/bgi_header_bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#header_In {
	width:960px;
	margin:0 auto;
	position:relative;
}
#header_In h1 {
	padding:44px 150px 42px 2px;
}
#header_In h1 a {
	font-family:Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	font-weight:normal;
	font-size:40px;
	line-height:75%;
	color:#874739;
	text-decoration:none;
}
#header_In #head_nav {
	position:absolute;
	top:0;
	right:12px;
	z-index:10;
	}
#header img{
	max-width:510px;
}

/*============================
カバーエリア
=============================*/
#cover {
	width:100%;
	background-image:url(../../images/135/bgi_cover_002.png);
	position:relative;
	min-height:167px;
	z-index:1;
}
#cover_In {
	width:960px;
	margin:0 auto;
}
#cover_In #site_discription {
	width:545px;
	border-radius:5px;
	border:5px solid #FFF;
	background-color:#fff6f8;
	float:left;
	margin:24px 0;
	position:relative;
	box-shadow: 0px 2px 4px 0px rgba(182,48,75,0.2);
}
#cover_In #site_discription img {
	position:absolute;
	left:-5px;
	top:-11px;
}
#cover_In #site_discription h2 {
	font-family:Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	font-weight:normal;
	font-size:1.25em;
	line-height:187.5%;
	padding:28px 80px 23px 24px;
}
#cover.no-img{
	padding: 30px 0;
}
#cover.no-img #site_discription {
	width:950px;
	float: none;
	margin: 0;
}
/*メイン画像*/
#main_photo {
	width:375px;
	float:right;
	margin:-18px 0 -19px 0;
}
#main_photo img {
	width:365px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	border-radius: 15px;
	border:5px solid #FFF;
	position:relative;
	box-shadow: 0px 2px 4px 0px rgba(182,48,75,0.2);
}

/* スライド
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:0px 0 0;
	margin-bottom: 20px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:400px !important;
	border-radius:5px;
	border:5px solid #FFF;
	background-color:#fff6f8;
	box-shadow: 0px 2px 4px 0px rgba(182,48,75,0.2);
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	height:auto;
}

/* 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: #ec6676;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -38px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:180px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/135/btn-slider_001.png) 15px center no-repeat #ec6676;
	left:-45px;
	border-radius: 5px 0 0 5px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/135/btn-slider_002.png) 17px center no-repeat #ec6676;
	right:-45px;
	border-radius: 0 5px 5px 0;
}
.bx-wrapper .bx-next:hover {
	opacity:0.8;
}
/*============================
メインエリア
=============================*/
/*最新情報*/

#topics {
	background-image:url(../../images/135/bgi_topics_001.png);
	background-repeat:no-repeat;
	width:693px;
	height:233px;
	margin-bottom:34px;
}
.topics-entry {
	padding:56px 25px 25px 29px;
}
#topics dl {
	max-height:147px;
	width:638px;
	overflow-x : hidden;
	overflow-y : auto;
}
#topics dt {
	font-size:1.08em;
	color:#eb6375;
	padding:12px 0 0 0;
	float:left;
}
#topics dd {
	padding:12px 0 10px 125px;
    border-bottom:1px dashed #c5c5c5;
}

/*記事ボックス*/
.article_box {
	background-image:url(../../images/135/bgi_article_box.png);
	border-radius:5px;
	border:1px #f4d6db;
	margin-bottom:34px;
	padding-top:10px;
	box-shadow: -1px 2px 1px 1px #fbe3e4;
}
.article_title {
	background-image:url(../../images/135/bgi_article_box_title.png);
}
.article_title h3 {
	font-family:Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	font-weight:normal;
	font-size:25px;
	line-height:120%;
	color:#fff;
	padding:14px 26px 12px 26px;
}
.article_box .article_figure {
	padding:23px 23px 40px 0px;
	width:210px;
	float:right;
}
.article_box .article_figure img {
	width:200px;
	background:#fff;
	padding:5px;
	border:1px solid #e6e6e6;
	box-shadow:-1px 1px 1px 1px #f6f6f6;
}
.article_box .article_figure div span {
	display:block;
	color:#a3928e;
	font-size:0.9em;
	line-height:150%;
	padding:4px 0 10px 0;
}
.article_box .entry {
	padding:23px 23px 54px 26px;
	font-size:1.08em;
	width:407px;
	float:left;
}
/*記事エリア内img*/
.article_box img {
	max-width:100%;
}

/*article_box no-img*/
.no-img .entry {
	float:none;
	width:641px;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#999 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#999 1px solid;
	padding:10px;
}

/*お問い合わせ*/
#inquiry {
	margin:34px;
	text-align:center;
}

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

/*============================
サイドバー
=============================*/

/*グローバルナビ*/

#global_nav {
	background-color:#FFF;
	border-radius:5px;
	border:3px solid #ffd4d4;
	box-shadow:-1px 3px 1px 1px #f8e3e6;
	background-image:url(../../images/135/bgi_global_nav_title_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#global_nav img{
	padding:3px 0 1px 0;
}
#global_nav dl{
	padding:3px 0 52px 0;
}

/* 親メニュー */

#global_nav dt{
	border-top:1px solid #CCC;
	border-bottom:1px solid #ddcfcf;
	margin-top: -1px;
}
#global_nav dt:hover {
	background:#ffd4d4;
	background-image:url(../../images/135/btn_ribbon.png);
	background-repeat:no-repeat;
	border-color:#ffd4d4;
}
#global_nav dt a{
	display:block;
	background-image:url(../../images/135/btn_ribbon.png);
	background-repeat:no-repeat;
	padding:13px 22px 14px 42px;
	font-size:18px;
	line-height:140%;
	color:#ec6676;
}

/* 子メニュー */

#global_nav dd{
	background-color:#fff;
	background-image:url(../../images/135/btn_dot.png);
	background-repeat:no-repeat;
	font-size:16px;
	color:#ec6676;
}
#global_nav dd:hover {
	background:#fff1f1;
	background-image:url(../../images/135/btn_dot.png);
	background-repeat:no-repeat;
	color:#eb6475;
}
#global_nav dd a{
	display:block;
	background-image:url(../../images/135/btn_dot.png);
	background-repeat:no-repeat;
	font-size:16px;
	color:#7b5152;
	padding:7px 22px 7px 42px;
}

/*私たちについて*/

#about {
	margin-top:20px;
}
#about li {
	margin-bottom:10px;
	list-style:none;
}
#about li a:hover{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}

/*blog*/
#blog {
	background-color:#FFF;
	border-radius:5px;
	border:3px solid #ffd4d4;
	box-shadow:-1px 3px 1px 1px #f8e3e6;
	background-image:url(../../images/135/bgi_blog_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0 0 11px 0;
	margin-top:20px;
}
#blog_title img{
	padding:1px 0;
	border-bottom:1px solid #ddcfcf;
}
#blog dl{

}
#blog dt{
	background-color:#fff;
	background-image:url(../../images/135/btn_blog_ribbon.png);
	background-repeat:no-repeat;
	color:#ec6676;
	padding:11px 22px 7px 40px;
}

#blog dd{
	background-color:#fff;
	background-repeat:no-repeat;
	font-size:14px;
	line-height:125%;
	color:#ec6676;
	padding:0 11px 14px 10px;
	border-bottom:1px solid #ddcfcf;
}
#blog dd a:link {
    color:#ec6676;
    text-decoration:underline;
}
#blog dd a:hover {
    text-decoration:none;
}
.more-btn-area {
	padding:10px 0 0 45px;
}
.more-btn-area a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*QRコード*/
#qrcode {
	background-color:#fff;
	background-image:url(../../images/135/bgi_qrcode_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:20px 0;
	border-radius:5px;
	border:3px solid #ffd4d4;
	box-shadow:-1px 3px 1px 1px #f8e3e6;
	margin:20px 0 20px 0;
}
#qrcode_title img{
	padding:2px 0;
	border-bottom:1px solid #ddcfcf;
}
#qrcode .qrcodeIn {
	text-align:center;
	padding:10px 0 21px 0;
}
#qrcode p{
	font-size:0.83em;
	line-height:160%;
	padding:4px 33px 0 33px;
	text-align:left;
}

/*============================
フッター
=============================*/
#footer {
	background-image:url(../../images/135/bgi_footer_001.gif);
}
#pagetop {
	width:960px;
	margin:0 auto;
	position:relative;
}
#pagetop img {
	position:absolute;
	top:-54px;
	right:0;
}
#copyright {
	width:100%;
	font-size:1em;
	color:#fff;
	padding:55px 0 55px 0;
}
address {
	display:block;
	text-align:center;
	font-style:normal;
	width:960px;
	margin:0 auto;
}

/*============================
下層ページ共通
=============================*/

#page_title h2{
	font-family:Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	font-weight:normal;
	font-size:32px;
	text-align:center;
	color:#eb5d72;
	padding:55px 0;
}

/*パン屑リスト*/
#pnkz {
	font-size:1.08em;
	color:#8c5c53;
	padding:0 0 21px 0;
	text-align:left;
	margin-top:-23px;
}
#pnkz li {
	float:left;
	list-style:none;
}
#pnkz .home {
	background-image:url(../../images/135/bgi_pkz_home.png);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding:0 0 0 30px
	}
#pnkz .cont {
	background:url(../../images/135/bgi_pkz_li.png) 0 4px no-repeat;
	padding:0 0 0 20px;
}
#pnkz li a {
	color:#8c5c53;
}
#pnkz li a:link {
	text-decoration:underline;
}
#pnkz li a:hover {
    text-decoration:none;
}



/*============================
フリーエリア
=============================*/
#side-area{
	margin:0 auto 20px auto;
	padding:10px;
}
#side-area img{
	max-width: 100%;
}

#foot-area{
	margin:40px auto 40px auto;
	padding:10px;
}
#foot-area img{
	max-width: 100%;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
width:100%;
margin:0 auto;
}
#map iframe{
	width:100%;
	height: 390px;
	margin-bottom:24px;
}
#form {
padding-bottom:60px;
}

#form table, #map table, #profile table {
border-radius:5px;
border:3px solid #ffd4d4;
box-shadow:-1px 3px 1px 1px #f8e3e6;
background:#FFF;
width:100%;
text-align:left;
border-collapse: collapse;
margin:0 auto 30px auto;
}

#form th, #map th, #profile th {
width:160px;
color:#ec6676;
border:1px solid #999;
background-color:#fff;
font-size: 1em;
font-weight: normal;
text-align: center;
padding: 0.5em;
vertical-align:middle;
}
#form td {
line-height:150%;
border:1px solid #999;
padding: 0.6em 0.7em 0.6em 0.7em;
}
#map td, #profile td {
line-height:150%;
background-color:#fff;
border:1px solid #999;
padding: 0.6em 0.7em 0.6em 0.7em;
}
.ptb {
padding:.6em 0;
}

#contact_submit {
padding: 1.2em 0;
text-align:center;
border:none;
}
/*必須項目
-----------------------------------------*/
.warning span{
color:#d00276;
}
.validation_span{
color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
line-height:150%;
margin:8px 0 8px 0;
font-size:1em;

}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
margin-top: 3px;
color: #cc0000;
}
.warning {
line-height :150%;
padding:5px 0 5px 0;
}

.w_mark {
color: #333333;
}

.thaks {
line-height: 150%;
padding :0 16px 40px 0;
}

input,textarea {
color:#333;
padding:.3em .2em;
}
input:focus,textarea:focus {
background:#f2fbff;
border-style:solid;
border-color:#cecece;
outline:none;
}
/* 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;
}

