@charset "utf-8";
/* CSS Document */

/* -------フォントセット------- */

@font-face{ 
font-family: 'HanaMinA'; /* 自由な名前をつけることができます */
src:url('../fonts/HanaMinA.eot'); /* IE9以上用 */
src:url('../fonts/HanaMinA.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
url('../fonts/HanaMinA.woff') format('woff'), /* モダンブラウザ用 */
url('../fonts/HanaMinA.ttf') format('truetype'); /* iOS, Android用 */	
}

.WebFontClass {
font-family: 'HanaMinA';
}

body{
	/*font-weight:200;
	font-family: 'Noto Sans Japanese', serif;*/
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif !important;
    margin:0 auto;
	padding:0;
	background-color:#fff;
	color:#333;
}

/*img{max-width:100%;}

body{ text-align:center; }*/

#box-basic{ width:100%; margin:0 auto; padding:0; text-align:center; }

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom !important;
	max-width:100%;
}

/* -------見出し------- */


.line-format01 {
    font-family: 'Quattrocento';
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 3% auto 0;
    padding: 0% 0 0% 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: table;
    white-space: nowrap;
    color:#868583;
}
.line-format01::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.line-format01 span{
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #f8f7f1;
    text-align: left;
}


/* -------効果------- */


a.imgeffect{
    /*  background-color:#fff; */ /*背景に白を設定*/
    /*display:block;*/ /*ブロック化重要！*/
	display: inline-block;
	background-color: #000;
    }
a.imgeffect img{
    transition:all 0.5s ease;
    }

a:hover.imgeffect img{
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
    }
a:hover.imgeffect{
	background-image: url(../img/ic-collection2.png);
	background-repeat: no-repeat;
	background-position: center center;
	/*opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;*/
}


/*-----ヘッダー-----*/

.head-nav{
	/*background-color: #005199;*/
	text-align: center;
	padding: 5% 0;
	background-image: url(../img/bg-head2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.box-pankuzu{ margin:0 auto; text-align:center;	border-bottom-width: 1px;
	/*border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	background-color:#FFF;
	box-shadow:0px 5px 5px -5px rgba(0,0,0,0.26);}
.pankuzu{
	text-align:left;
	width: 960px;
	margin: 0 auto 0;
	padding: 16px 0;
	text-align: center;
}
.pankuzu ul{ overflow:hidden;}
.pankuzu ul li{ float:left; margin:0 10px 0 0; position:relative; padding: 0 20px 0 0; font-size:13px; font-weight:bold; }
.pankuzu ul li a{ position:relative; display:inline-block; color:#000; }
.pankuzu ul li a:hover{ color: #0189c3;}
.pankuzu ul li:last-child{ margin:0; color:#0189c3;}
.pankuzu ul li:before {
	color:#000;
    position: absolute;
    font-size: 14px !important;
    top: 4px;
    right: 0px;
    font-family: 'Material Icons';
    content: 'keyboard_arrow_right';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
.pankuzu ul li:last-child:before{ content: none;}

/*-----フッタ－-----*/
.foot-zip{ background-color:#EDE9E7; padding:3% 0; text-align:center; }
.foot-zip ul{ font-size:1.5rem; line-height:2.4rem;}
.foot-zip ul li{ margin:0 auto 20px;}
.foot-zip ul li:last-child{ margin:0 auto 0;}
.foot-copy{ font-size:1.1rem; text-align:center; padding:15px 0; }
.foot-zip-marur{ font-size: 1.6rem; font-weight: bold;}
.foot-zip-marur span{ display:inline-block;}
.foot-zip-marur span img{ height:17px; vertical-align: top !important;}
.foot-zip-marur br{ display:none;}
.foot-zip-url a{ color:#036; text-decoration:underline;}
.foot-zip-url a:hover{ text-decoration:none;}
.foot-btn-statement a{
/*font-weight: bold;*/
    border: solid 1px #333;
    color: #333;
    line-height: 160%;
    display: inline-block;
    padding: 12px 20px 10px;}
.foot-btn-statement a:hover{    background-color: #b19f97;
    border: solid 1px #b19f97;
    color: #fff;}

@media only screen and (max-width: 768px) {
	
.foot-zip{ padding:6% 0; }
.head-nav img{ width:50%; }
.pankuzu{ width:94%;}

}

@media only screen and (max-width: 479px) {

.foot-zip{ padding:10% 0; }
.foot-zip-marur br{ display:inherit;}

.head-nav img{ width:50%; }
.pankuzu{ padding:10px;}
.pankuzu ul li{ font-size:11px;}
.pankuzu ul li:before{ top:0px;}

.foot-zip-marur span {
    display: block;
    margin-bottom: 6px;
}
.foot-zip-marur span img{ vertical-align: baseline !important;}
	
}

