@charset "utf-8";

/* =============================================
	スマートフォン
============================================ */

@media screen and (max-width:947px){

/* CSS Document */

/*------------------------------------------------------
　　　　　　　　　＊ HTML5 RESET ＊
-------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    line-height:1;
	font-size:100%;
	font-weight:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul{list-style:none;}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    font-size:100%;
    vertical-align:baseline;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
img {
	margin:0;
	vertical-align: bottom;
	border: none;
	}

/*------------------------------------------------------
　　　　　　　　　＊ SP / PC　＊
-------------------------------------------------------*/
.sp-img {
		display:none !important;
	}	.pc {
display:none !important;
	}
	
	img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.sp-img {
		display:block !important;
	}

body {
	min-width:300px !important;
	max-width: 100% !important;
	width: 100% !important;
	margin-right: auto;
	margin-left: auto;
}

.wrapper {
    margin-right: auto;
    margin-left: 0px;
    width: 100%;
    min-width: 300px !important;
	max-width:100% !important;
}

/*.contents {
    clear: both;
    min-height: 300px;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35%;
    padding-bottom: 100px;
	max-width:90% !important;
}*/

.pc-img {
		display:none !important;
	}


/*------------------------------------------------------
　　　　　　　　　＊ COMMON　＊
-------------------------------------------------------*/
.fl_l {float: left !important;}
.fl_r {float: right !important;}
.center {
	margin-right: auto;
	margin-left: auto;
}
.clear_b {clear: both !important;}

.ta_l {text-align: left !important;}
.ta_r {text-align: right !important;}
.ta_c {text-align: center !important;}

/* Clearfix */  
.clearfix:after {
    content: "";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}
.clearfix {
    display: inline-block;  
    min-height: 1%;  
}

.m_0 {margin: 0px !important;}
 
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b45 {margin-bottom: 45px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b55 {margin-bottom: 55px !important;}
.m_b65 {margin-bottom: 65px !important;}
.m_b100 {margin-bottom: 100px !important;}


.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t35 {margin-top: 35px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t-15 {margin-top: -15px !important;}
.m_t-20 {margin-top: -20px !important;}
.m_t-30 {margin-top: -30px !important;}

.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l-10 {margin-left: -10px !important;}
.m_l-15 {margin-left: -15px !important;}
.m_l-20 {margin-left: -20px !important;}

.m_r0 {margin-right: 0px !important;}
.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r25 {margin-right: 25px !important;}
.m_r30 {margin-right: 30px !important;}

.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_t12 {padding-top: 12px !important;}
.p_t15 {padding-top: 15px !important;}
.p_t20 {padding-top: 20px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t30 {padding-top: 30px !important;}
.p_t40 {padding-top: 40px !important;}
.p_t45 {padding-top: 45px !important;}
.p_t50 {padding-top: 50px !important;}
.p_t60 {padding-top: 60px !important;}

.p_b0 {padding-bottom: 0px !important;}
.p_b5 {padding-bottom: 5px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b15 {padding-bottom: 15px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b25 {padding-bottom: 25px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b35 {padding-bottom: 35px !important;}
.p_b40 {padding-bottom: 40px !important;}
.p_b50 {padding-bottom: 50px !important;}
.p_b60 {padding-bottom: 60px !important;}
.p_b65 {padding-bottom: 65px !important;}
.p_b70 {padding-bottom: 70px !important;}
.p_b80 {padding-bottom: 80px !important;}
.p_b100 {padding-bottom: 100px !important;}

.p_l5 {padding-left: 5px !important;}
.p_l10 {padding-left: 10px !important;}
.p_l15 {padding-left: 15px !important;}
.p_l20 {padding-left: 20px !important;}
.p_l25 {padding-left: 25px !important;}
.p_l30 {padding-left: 30px !important;}
.p_l40 {padding-left: 40px !important;}
.p_l45 {padding-left: 40px !important;}
.p_l50 {padding-left: 50px !important;}
.p_l60 {padding-left: 60px !important;}
.p_l110 {padding-left: 110px !important;}
	
.p_r5 {padding-right: 5px !important;}
.p_r10 {padding-right: 10px !important;}
.p_r15 {padding-right: 15px !important;}
.p_r20 {padding-right: 20px !important;}
.p_r25 {padding-right: 25px !important;}
.p_r30 {padding-right: 30px !important;}
.p_r60 {padding-right: 60px !important;}

.fw_b{font-weight: bold !important;}
.fc_red01{color: #B64354 !important;}
.fc_blue01{color: #4297C7 !important;}
.fc_red02{color: #b40000 !important;}
.fc_blue02{color: #276687 !important;}

.lh_130{line-height: 1.3;}
.lh_180{line-height: 1.8;}

.fs_11{font-size: 11px;}

.bdr_sb_1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #837E76;
}
.bdr_db_1{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #837E76;
}

/*------------------------------------------------------
　　　　　　　　　＊ BASE ＊
-------------------------------------------------------*/
body{
	font-size: 12px;
	line-height: 1.5;
	color: #8C4600;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*overflow-x: hidden;*/
}

a {
	color:#8C4600;
	text-decoration:none;
	/*color: #301c00;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;*/
}
a:hover {
	text-decoration:underline;
	/*opacity: 0.4;
    filter: alpha(opacity=60);*/
	transition: all 0.3s ease-in-out 0s;
}

.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
} 


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


img {
	vertical-align:top;
}


strong {
	font-weight:bold;
}


body {
	width:100%;
}

.wrapper {
	/*width: 1100px;*/
	margin-right: auto;
	margin-left: auto;
	width:100%;
}

.topicpath {
	display:none;
}
/*------------------------------------------------------
　　　　　　　　　＊ MENU ＊
-------------------------------------------------------*/


/*------------------------------------------------------
　　　　　　　　　＊ HEADER ＊
-------------------------------------------------------*/
.heaader-outer {
	width: 100%;
height: auto;
	margin-right: auto;
	margin-left: auto;
}

.heaader-inner {
	padding: 0 0 0 2%;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6px;
}
.heaader-inner .logo {
	display: block;
	float: left;
	height: auto;
	width: 60%;
	padding-top:14px;
}
.heaader-inner .logo span {
	font-size:11px;
	display:block;
	margin-bottom:10px;
}
.heaader-inner .logo img {
	width:70%;
}
.heaader-inner .logo a {
	text-decoration:none;
	display:block;
	height: auto;
}
.rightMenu {
	background-color: #A97541;
	border-radius: 30px;        /* CSS3草案 */
	padding:2px 12px 0 12px;
	margin-right:2%;
	margin-top:6px;
	color:#FFF;
	font-size:xx-large;
	float:right;
}
.heaader-right {
	float: right;
	padding-top:35px;
}

.heaader-right ul {
	padding-top:6px;
    display:block;
}
.heaader-right li {
	color:#8C4600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C4600;
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.heaader-right li a {
	color:#8C4600;
}

.heaader-right li.none-rborder {
	margin-right: 0px;
	padding-right: 0px;
	border-right-style: none;
}

.heaader-right p {
	color:#8C4600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C4600;
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.heaader-right p a {
	color:#8C4600;
}
.heaader-right p:hover {
}

/*------------------------------------------------------
　　　　　　　　　＊ GLOBAL NAVI ＊
-------------------------------------------------------*/
.gnavi-outer {
	clear: both;
	min-height: 69px;
	_height:69px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/gnavi_bg.png), url(../img/gnavi_bg.png);
	background-repeat: repeat-x,  repeat-x;
	background-position: left top, left bottom;
}
.gnavi-inner {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-height: 29px;
	_min-height:29px;
	padding-top:7px;
}

.gnavi-inner ul {
	display:block;
	min-height:56px;
}
.gnavi-inner li {
	display: block;
	min-height: 56px;
	float: left;
	background-image: url(../img/gnavi_border.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:1%;
	margin-right:1%;
	line-height:120%;
	padding-bottom:8px;
}
.gnavi-inner li a {
	display:block;
	min-height:23px;
	text-align:center;
	text-decoration:none;
	padding-top:33px;
	padding-left:2%;
	padding-right:2%;
	background-repeat: no-repeat;
	padding-bottom:4px;
}
.gnavi-inner li a:hover,
.gnavi-inner li a.on {
	color:#fff;
	background-color:#A8743F;
	border-radius: 6px;        /* CSS3草案 */
}
.gnavi-inner li.gnavi01 {
	width:14%;
}
.gnavi-inner li.gnavi01 a {
	background-image: url(../img/gnavi01_off.png);
	background-position: center 7px;
}
.gnavi-inner li.gnavi01 a.on,
.gnavi-inner li.gnavi01 a:hover {
	background-image: url(../img/gnavi01_on.png);
}

.gnavi-inner li.gnavi02 {
	width:11%;
}
.gnavi-inner li.gnavi02 a {
	background-image: url(../img/gnavi02_off.png);
	background-position: center 7px;
}
.gnavi-inner li.gnavi02 a.on,
.gnavi-inner li.gnavi02 a:hover {
	background-image: url(../img/gnavi02_on.png);
}

.gnavi-inner li.gnavi03 {
	width:11%;
}
.gnavi-inner li.gnavi03 a {
	background-image: url(../img/gnavi03_off.png);
	background-position: center 7px;
}
.gnavi-inner li.gnavi03 a.on,
.gnavi-inner li.gnavi03 a:hover {
	background-image: url(../img/gnavi03_on.png);
}
.gnavi-inner li.gnavi04 {
	width:14%;
}
.gnavi-inner li.gnavi04 a {
	background-image: url(../img/gnavi04_off.png);
	background-position: center 7px;
}
.gnavi-inner li.gnavi04 a.on,
.gnavi-inner li.gnavi04 a:hover {
	background-image: url(../img/gnavi04_on.png);
}

.gnavi-inner li.gnavi05 {
	width:14%;
	font-size:96%;
	line-height:130%;
}
.gnavi-inner li.gnavi05 a {
	background-image: url(../img/gnavi05_off.png);
	background-position: center 10px;
}
.gnavi-inner li.gnavi05 a.on,
.gnavi-inner li.gnavi05 a:hover {
	background-image: url(../img/gnavi05_on.png);
}

.gnavi-inner li.gnavi06 {
	width:14%;
	font-size:96%;
	line-height:130%;
}
.gnavi-inner li.gnavi06 a {
	background-image: url(../img/gnavi06_off.png);
	background-position: center 7px;
}
.gnavi-inner li.gnavi06 a.on,
.gnavi-inner li.gnavi06 a:hover {
	background-image: url(../img/gnavi06_on.png);
}

.gnavi-inner li.gnavi07 {
	margin-right:0px;
	padding-right:0;
	border-right:none;
	background:none;
	width:8%;
}
.gnavi-inner li.gnavi07 a {
	background-image: url(../img/gnavi07_off.png);
	background-position: center 7px;
}
.gnavi-inner li.gnavi07 a.on,
.gnavi-inner li.gnavi07 a:hover {
	background-image: url(../img/gnavi07_on.png);
}


/*------------------------------------------------------
　　　　　　　　　＊ FOOTER ＊
-------------------------------------------------------*/
.footer-outer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer_border.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
}
.footer-inner {
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


.footer-outer #copyright p {
	background-image: url(../img/copyright_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	min-height:30px;
	_height:30px;
	color:#663300;
	font-size:12px !important;
	line-height:2.6em;
}




.pagetop {
      /* ▼表示位置を画面の右下に固定 */
      position: fixed; /* ←表示場所を固定 */
      bottom: 8px;   /* ←下端からの距離 */
      right: 8px;    /* ←右端からの距離 */
      width: 4em;     /* ←横幅 */

      /* ▼最初は非表示にしておく */
      display: none;

      /* ▼配色・配置・文字の装飾など */
      background-color: #A97541; /* ←背景色 */
      opacity: 0.90;             /* ←透明度 */
      border-radius: 44px;       /* ←角丸の半径 */
      text-align: center;    /* ←文字の位置 */
      font-size: 100%;       /* ←文字サイズ */
      font-weight: bold;     /* ←文字の太さ */
      margin: 0px;    /* ←外側の余白 */
      padding: 10px;  /* ←内側の余白 */
}

.pagetop p a {
	float:right;
	display:block;
	background-image: url(../img/icon_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:12px;
	color:#FFF;
	text-decoration:none;
}

.footer-menu {
	text-align:center;
	margin-bottom:2px;
	display:block;
	margin-left:2%;
	margin-right:2%;
}
.footer-menu li {
	display:inline;
	color:#8C4600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8C4600;
	padding-right:10px;
	margin-right:10px;
	white-space:nowrap;
	line-height:280%;
}
.footer-menu li a {
	color:#8C4600;
	/*text-decoration:none;*/
}

.footer-menu li.none-rborder {
	margin-right: 0px;
	padding-right: 0px;
	border-right-style: none;
}


.footer-shoplist {
	text-align:center;
	color:#8C4600;
	padding-top:20px;
	margin-left:2%;
	margin-right:2%;
	line-height:280%;
}
.footer-shoplist a {
	color:#8C4600;
	padding-right:10px;
	/*text-decoration:none;*/
}
.footer-shoplist dl {
	clear:both;
	
}
.footer-shoplist dt {
}
.footer-shoplist dd {
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8C4600;
	padding-right:10px;
	margin-right:10px;
	white-space:nowrap;
}


.footer-shoplist dd.none-rborder {
	margin-right: 0px;
	padding-right: 0px;
	border-right-style: none;
}

.footer-shoplist p {
	margin-left:2%;
	margin-right:2%;
	display:block;
	padding-top:20px;
	text-align:left;
	margin-bottom:20px;
	line-height:200%;
}



/*------------------------------------------------------
　　　　　　　　　＊ CONTENTS ＊
-------------------------------------------------------*/
.contents {
	clear:both;
	min-height:100px;
	_height:100px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


.bloc {
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

.content-outer {
	margin-top:14px;
	clear: both;
	width: 100%;
	padding-bottom:20px;
}
.content-inner {
	padding: 0px;
	width:100%;
	margin-top: 20px;
	overflow:hidden;
}
.content-inner a {
	color:#4C83CC;
}
.content-inner h2 {
	font-size:large;
	background-repeat:no-repeat;
	color:#A6723F;
	line-height:130%;
	overflow:hidden;
}

.red-txt {
	color:#E50012;
}
/*------------------------------------------------------
　　　　　　　　　＊ LINK / BTN ＊
-------------------------------------------------------*/
a.pdf-icon {
	background-image:url(../img/icon_pdf.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#6192D2;
	font-size:16px;
	padding:4px 33px;
	float:left;
	display:block;
	width:auto;
	min-height:22px;
	margin-bottom:6px;
}
a.right-circle-icon {
	background-image:url(../img/icon_right_circle.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#6192D2;
	font-size:16px;
	padding:4px 30px;
	float:left;
	display:block;
	width:auto;
	min-height:22px;
	margin-bottom:8px;
}
a.right-squair-icon {
	background-image:url(../img/icon_right_squair.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#6192D2;
	font-size:16px;
	padding:4px 30px;
	float:left;
	display:block;
	width:auto;
	min-height:22px;
	margin-bottom:8px;
}
a.pdf-btn {
	background-image:url(../img/icon_pdf.png), url(../img/brown_btn_bg.png);
	background-position:10px center, left top;
	background-repeat:no-repeat, repeat;
	color:#fff;
	font-size:16px;
	padding:12px 30px 11px 53px;
	float:left;
	display:block;
	width:auto;
	min-height:22px;
	border-radius: 6px;        /* CSS3草案 */
	margin-bottom:5px;
	margin-top:5px;
	margin-right:10px;
}
a.pdf-btn:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
a.right-circle-btn {
	background-image:url(../img/btn_right_circle.png), url(../img/brown_btn_bg.png);
	background-position:14px center, left top;
	background-repeat:no-repeat, repeat;
	color:#fff;
	font-size:16px;
	padding:12px 30px 11px 53px;
	float:left;
	display:block;
	width:auto;
	min-height:22px;
	border-radius: 6px;        /* CSS3草案 */
	margin-bottom:5px;
	margin-top:5px;
	margin-right:10px;
}
a.right-circle-btn:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
a.right-squair-btn {
	background-image:url(../img/btn_right_squair.png), url(../img/brown_btn_bg.png);
	background-position:14px center, left top;
	background-repeat:no-repeat, repeat;
	color:#fff;
	font-size:16px;
	padding:12px 30px 11px 53px;
	float:left;
	display:block;
	width:auto;
	min-height:22px;
	border-radius: 6px;        /* CSS3草案 */
	margin-bottom:5px;
	margin-top:5px;
	margin-right:10px;
}
a.right-squair-btn:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}
a.data-btn {
	background-image: url(../img/webedi/icon_data.png), url(../img/brown_btn_bg.png);
	background-position:10px center, left top;
	background-repeat:no-repeat, repeat;
	color:#fff;
	font-size:16px;
	padding:12px 30px 11px 53px;
	float:left;
	display:block;
	width:auto;
	min-height:22px;
	border-radius: 6px;        /* CSS3草案 */
	margin-bottom:5px;
	margin-top:5px;
	margin-right:10px;
}
a.data-btn:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}



	
}