@charset "utf-8";

/*---------------------------------------------
	初期化
  ---------------------------------------------*/
* { margin: 0; padding: 0; }
*,
*::before,
*::after { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
form label { cursor: pointer; }
a img { border: none; }
img { vertical-align: bottom; }
th { font-weight: normal; }
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    body {
        image-rendering: -webkit-optimize-contrast;
    }
}


/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
	color: #131313;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	-webkit-text-size-adjust: none;
	overflow-x:hidden;
	background-color: #ffffff;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}
@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}


/*---------------------------------------------
	Text
  ---------------------------------------------*/

html {
    font-family: sans-serif; /* 1 */
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
	overflow-x:hidden;
}

html { font-size: 10px;}
body { font-size: 16px; font-size: 1.6rem; }
h2, h3, h4, h5 { line-height:1.6; font-family: "FOT-ロダン ProN B"; }
h2 {
	font-size: 34px; font-size: 3.4rem;
	color: #FE8C13;
	background-image: url(../image/title-icon.png);
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: 0 62px;
	padding: 50px 0 30px 50px;
}
h3 { font-size: 21px; font-size: 2.1rem; margin:35px 0 20px; color: #FE8C13; }
h4 { font-size: 21px; font-size: 2.1rem; margin:35px 0 15px; }
h5 { font-size: 18px; font-size: 1.8rem; margin:35px 0 15px; }
p { line-height: 180%; margin-bottom: 0.8em; }

.text11 { font-size: 11px; font-size: 1.1rem; }
.text12 { font-size: 12px; font-size: 1.2rem; }
.text13 { font-size: 13px; font-size: 1.3rem; }
.text14 { font-size: 14px; font-size: 1.4rem; }
.text15 { font-size: 15px; font-size: 1.5rem; }
.text16 { font-size: 16px; font-size: 1.6rem; }
.text18 { font-size: 18px; font-size: 1.8rem; }
.text20 { font-size: 20px; font-size: 2.0rem; }
.text24 { font-size: 24px; font-size: 2.4rem; }
.text28 { font-size: 28px; font-size: 2.8rem; }
.text18, .text20, .text24, .text28 { font-family: "FOT-ロダン ProN B"; }

@media screen and (max-width: 979px) {
	h2 {
		font-size: 2.2rem;
		background-size: 30px auto;
		background-position: 0 37px;
		padding: 25px 0 10px 40px;
	}
	h3 { font-size: 2.1rem; margin:20px 0 15px; }
	h4 { font-size: 1.8rem; }
	h5 { font-size: 1.6rem; }
	.text24 { font-size: 20px; font-size: 2.0rem; }
	.text28 { font-size: 24px; font-size: 2.4rem; }
}

@media screen and (max-width: 767px) {
	h4 { margin:20px 0 10px; }
	.text18 { font-size: 16px; font-size: 1.6rem; }
	.text20 { font-size: 18px; font-size: 1.8rem; }
	.text24 { font-size: 20px; font-size: 2.0rem; }
	.text28 { font-size: 24px; font-size: 2.4rem; }
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a { outline: none; }
a:link { text-decoration: none; color: #F27C00; }
a:visited { text-decoration: none; color: #F27C00; }
a:hover { text-decoration: underline; color: #ff6600; }
a:active { text-decoration: underline; color: #ff6600; }


/*---------------------------------------------
	Table
  ---------------------------------------------*/
table {
	width:100%;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:inherit;
}

/*---------------------------------------------
	全体設定
  ---------------------------------------------*/
img { max-width: 100%; height: auto; }
table { width:100%; }
.text-center { text-align: center; }
a img:hover { filter: alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; }
.zero-top {	margin-top:0px; padding-top:0px; }
.round { border-radius: 8px; }
.circle { border-radius: 50%; }
.center { text-align:center; }
.right { text-align:right; }
.space10 { margin-bottom: 10px; }
.space15 { margin-bottom: 15px; }
.space20 { margin-bottom: 20px; }
.space30 { margin-bottom: 30px; }
.space40 { margin-bottom: 40px; }
.space50 { margin-bottom: 50px; }
.underline-dot { border-bottom: 1px dotted #999999; margin-bottom: 15px; padding-bottom: 15px; }
.float-right { float: right; position: relative; }
.float-left { float: left; position: relative; }
.caution { color:#c00; }
i.fa { margin: 0 0.3em 0 0.4em; }

#contents a img:hover,
#shozohin a img:hover {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}
#contents a img:hover,
#shozohin a img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.box {
	opacity: 0;
	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity: 0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */
	zoom: 1;
}

/* ------ テキスト折り返し指定 ------ */
.read span { display:inline-block }

/* float clear
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear { clear: both; }


/*---------------------------------------------
	ヘッダ
  ---------------------------------------------*/
header {
	position: relative;
	width: 100%;
	background: url(../image/header-bg.png) repeat-x;
}
@media (max-width: 979px) {
	header { background: none; }
}

#header-inner {
	position: relative;
	max-width: 1000px;
	height: 135px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../image/header-bg-slash.png) no-repeat;
}
#header-inner h1 {
	font-size: 11px; font-size: 1.1rem;
	text-align: right;
	padding-top: 4px; 
}

@media (max-width: 979px) {
	#header-inner { display:none }
}

#pc-header .logo {
	position:absolute;
	left:20px;
	top:41px;
}
#pc-header .onlinestore {
	position:absolute;
	right:0;
	top:75px;
}

/*---------------------------------------------
	SPヘッダ
  ---------------------------------------------*/
#sp-header {
	height: 64px;
	position: relative;
	background-color: #FFB900;
	background-image: url(../image/header-bg-sp.png),url(../image/header-bg-slash-sp.png);
	background-repeat: no-repeat,no-repeat;
	background-position: top 15px right 65px, top 0 left 0;
	background-size: auto 28px,auto 75px;
}
#sp-header .logo-sp { position: absolute; left:0; top:15px; z-index: 1000; }


/*---------------------------------------------
	メニュ
  ---------------------------------------------*/

#gnav {
	position: absolute;
	top: 85px;
	left: 195px;
	margin: auto;
}
#gnav nav {
	width: 580px;
	overflow: hidden;
	*zoom: 1;
	height: 50px;
}
#gnav #navi li a { float: left; display: block; background-repeat: no-repeat; height: 0; padding-top: 50px; margin-right: 15px; overflow: hidden; }
#gnav #mm1 a { width: 130px; background-image: url(../image/menu-shop.png); }
#gnav #mm2 a { width: 130px; background-image: url(../image/menu-takumi.png); }
#gnav #mm3 a { width: 130px; background-image: url(../image/menu-company.png);}
#gnav #mm4 a { width: 130px; background-image: url(../image/menu-cotact.png);}

#gnav li a:hover { background-position: 0px -50px; }
#gnav.current1 li#mm1 a { background-position: 0px -50px; }
#gnav.current2 li#mm2 a { background-position: 0px -50px; }
#gnav.current3 li#mm3 a { background-position: 0px -50px; }
#gnav.current4 li#mm4 a { background-position: 0px -50px; }


/*---------------------------------------------
	メインビジュアルスライダー
  ---------------------------------------------*/
#mainvisual { position: relative; margin-bottom: 40px; }
#mainvisual .main-slider { margin: 0 auto; }
#mainvisual .main-slider img { height: 400px; margin: 0 10px; object-fit: cover; }
@media (max-width: 768px) {
	#mainvisual { position: relative; margin-bottom: 20px; }
	#mainvisual .main-slider img { height: 360px; margin: 0; }
}
@media (max-width: 640px) {
	#mainvisual .main-slider img { height: 290px; margin: 0; }
}
@media (max-width: 480px) {
	#mainvisual .main-slider img { height: 200px; margin: 0; }
}

/*---------------------------------------------
	全体枠
  ---------------------------------------------*/
#contents {
	max-width: 960px;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
}
@media (max-width: 979px) {
	#contents { padding: 0 15px; }
}
@media (max-width: 767px) {
	#contents { padding: 0 10px; }
}

#takumi,
#shozohin {
	width: 100vw; position: relative; left: 50%; transform: translateX(-50%);
	padding: 0;
	background-color: #EEECE6;
}
#shozohin .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
}
#takumi .inner {
	max-width: 960px;
	margin: 30px auto 0;
	padding: 20px 0 30px;
	position: relative;
}


/*---------------------------------------------
	トップページ
  ---------------------------------------------*/

.top-catch img { width: 262px; margin-bottom: 10px; }
@media (max-width: 767px) {
	.top-catch img { width: 188px; margin-bottom: 5px; }
}

/* ------ ティッカー ------ */
.item-ticker { width: 100vw; position: relative; left: 50%; transform: translateX(-50%); }
.ticker li img.ofi {
	height: 160px; width: 160px;
	margin-right: 10px;
	box-sizing: border-box;
    object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
}
@media (max-width: 767px) {
	.ticker li img.ofi { height: 100px; width: 100px; margin-right: 5px; }
}

/* ------ ティッカー（ロゴ） ------ */
.item-ticker.logo { background-color: #EFEDE7; padding: 10px 0; margin-top: 20px; }
.ticker-logo li {
	background-color: #ffffff;
	height: 50px; width: 120px;
	margin-right: 10px;
	position: relative;
}
.ticker-logo li img {
	max-width: 100%;
	margin: auto;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}
@media (max-width: 767px) {
	.item-ticker.logo { padding: 5px 0; margin: 5px 0; }
	.ticker-logo li { height: 36px; width: 86px; margin-right: 5px; }
	.ticker-logo li img { padding: 0 8px; }
}

/* ------ フッタバナー ------ */
.banner { margin: 50px 0; }
.banner ul { font-size: 0; }
.banner li {
	display: inline-block;
	max-width: 465px;
	margin-top: 30px;
	margin-right: 30px;
}
.banner li:last-child { margin-right: 0; }

@media (max-width: 960px) {
	.banner { width: 100vw; position: relative; left: 50%; transform: translateX(-50%); margin: 0; }
	.banner li { display: inline-block; max-width: 50%; margin: 0; }
}
@media (max-width: 767px) {
	.banner { margin: 0; }
	.banner li { max-width: 100%; }
}


/*---------------------------------------------
	コンテンツページ
  ---------------------------------------------*/

.header-photo { position: relative; margin-bottom: 20px; }
.header-photo img { width: 100%; height: 260px; object-fit: cover; }
@media (max-width: 979px) {
	.header-photo { margin-bottom: 0px; }
	.header-photo img { width: 100%; height: 180px; object-fit: cover; }
}


/* ------ コラム ------ */
@media (min-width: 767px) {
	.column {
		display: -webkit-box; /* Android 2~4 */
		display: -webkit-flex; /* Safari */
		display: flex;
		margin-left: -30px;
		position: relative;
	}
/*	.column img { width:100%;}*/
	.column section {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		margin-left: 30px;
	}
	.column section.l31 {
		-webkit-box-flex: 65;
		-webkit-flex: 65;
		flex: 65;
		margin-left: 30px;
	}
	.column section.r31 {
		-webkit-box-flex: 28;
		-webkit-flex: 28;
		flex: 28;
	}
/* ------ 店舗案内リード文 ------ */
	.column section.l31b {
		-webkit-box-flex: 7;
		-webkit-flex: 7;
		flex: 7;
		margin-left: 30px;
	}
	.column section.r31b {
		-webkit-box-flex: 3;
		-webkit-flex: 3;
		flex: 3;
	}
/* ------ 売場案内 ------ */
	.column section.text-l {
		-webkit-box-flex: 40;
		-webkit-flex: 40;
		flex: 40;
		margin-left: 30px;
	}
	.column section.photo-r {
		-webkit-box-flex: 60;
		-webkit-flex: 60;
		flex: 60;
	}
	.column section.text-r {
		-webkit-box-flex: 40;
		-webkit-flex: 40;
		flex: 40;
		margin-left: 30px;
	}
	.column section.photo-l {
		-webkit-box-flex: 60;
		-webkit-flex: 60;
		flex: 60;
	}
	.column section.photo-r.convert { -webkit-order: 2; order: 2; }
	.column section.text-l.convert { -webkit-order: 1; order: 1; }
}

@media screen and (max-width: 768px) {
	.column section.text-l { margin-left: 20px; }
}


/* ------ 店舗案内アクセスマップ＆看板 ------ */
#contents .icon-access,
#contents .kanban { position: absolute; z-index: 1000; right :0; }
#contents .icon-access { top: 65px; }
#contents .kanban { top: 225px; }

#uriba h5 { font-size: 16px; font-size: 1.6rem; }


/* ------ 3つのお約束 ------ */
.oyakusoku {
	width: 100vw; position: relative; left: 50%; transform: translateX(-50%);
	background-color: #EEECE6;
}
.oyakusoku .inner {
	max-width: 960px;
	margin: 70px auto 0;
	padding: 50px 0 20px;
	position: relative;
}
.oyakusoku .inner .title {
	position: absolute;
	top: -45px;
	left: -45px;
}
.oyakusoku .column {
	margin-top: 25px;
}
.oyakusoku section {
	background-color: #FEFBE9;
	padding: 20px;
	font-size: 14px; font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.oyakusoku .inner {	margin: 30px auto 0; padding: 50px 10px 10px; }
	.oyakusoku .inner .title img { width: 320px; }
	.oyakusoku .inner .title { top: -25px; left: -5px; }
	.column { margin-left: -20px; }
	.column section { margin-left: 20px; }
}
.oyakusoku h5.no1,
.oyakusoku h5.no2,
.oyakusoku h5.no3 {
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: top left;
	padding-left: 40px;
	line-height: 30px;
}
.oyakusoku h5.no1 { background-image: url(../shop/image/icon-no1.png); }
.oyakusoku h5.no2 { background-image: url(../shop/image/icon-no2.png); }
.oyakusoku h5.no3 { background-image: url(../shop/image/icon-no3.png); }

/* ------ 店舗紹介他 スライドイン ------ */
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; text-align: left; }
.delighter.right.started { transform:none; opacity:1; }
.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }


/* ------ 匠の逸品  ------ */
.header-photo.shozohin { margin-bottom: 0; }
.text24.read.mincho { font-family: "FOT-UD明朝 Pr6N B"; }
#takumi h3,
#takumi h5,
#shozohin h3,
#shozohin h5 { font-family: "FOT-UD明朝 Pr6N B"; }
#shozohin h5 { color: #131313; }

#takumi img,
#shozohin img { margin-bottom: 10px; }

#takumi .photospace img,
#shozohin .photospace img { margin-top: 45px; }

@media screen and (max-width: 768px) {
	#shozohin h5 { margin-top: 20px; }
	#takumi .inner,
	#shozohin .inner { margin: 0 auto; padding: 10px 10px; }
	#shozohin .row-space { margin-bottom: 0.8em; }
}
@media screen and (max-width: 486px) {
	#takumi .photospace img,
	#shozohin .photospace img { margin-top: 0; }
}

/* ------ 会社概要 ------ */
.gaiyou { margin: 30px 0 10px; line-height: 1.8; }
.gaiyou dt {
	clear : both;
	float : left;
	width : 9em;
}
.gaiyou dd {
	padding-left : 9em;
	padding-bottom:10px;
	border-bottom: #999999 dotted 1px;
	margin-bottom: 10px;
	
}
@media (max-width: 479px) {
	.gaiyou dt { float : none; font-weight: 700; }
	.gaiyou dd { padding-left : 0em; }
}

/* ------ GoogleMap ------ */
#map_canvas { width: 100%; height: 400px; }
@media (max-width: 479px) {
	#map_canvas { height: 320px; }
}

/* ------ 画像フロート設定 ------ */
.img-right { float: right; margin: 5px 0 20px 25px; }
.img-left { float: left; margin: 5px 30px 20px 0; }
.img-right.w280, .img-left.w280 { width:280px; }
.img-right.w200, .img-left.w200 { width:200px; }
.img-right.w160, .img-left.w160 { width:160px; float: right; margin: 5px 0 15px 20px; }

@media (max-width: 767px) {
	.img-right.w280, .img-left.w280 { width:200px; }
	.img-right.w200, .img-left.w200 { width:160px; }
	.img-right.w160, .img-left.w160 { width:140px; }
}
@media (max-width: 479px) {
.img-right { float: right; margin: 5px 0 15px 25px; }
	.img-right.w280, .img-left.w280 { width:160px; }
	.img-right.w200, .img-left.w200 { width:120px; }
	.img-right.w160, .img-left.w160 { width:110px; }
}

/* ------ ボタン ------ */
.btn {
	margin: 15px 0 0;
	text-align: center;
}

.btn a {
	display: block;
	color: #ffffff;
	background-color: #FF9100;
	font-weight: 600;
	padding: 6px;
}
.btn a:hover {
	background-color: #FF9900;
	color: #ffffff;
	text-decoration: none;
}
.btn.top { margin: 15px 0 70px; }
@media (max-width: 767px) {
	.btn.top { margin: 15px 0 30px; }
}

/* ------ テーブル ------ */

/* 一般 */
table.general th, table.general td {
	padding: 8px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
table.general th {
	/*	color: #ffffff;
	background-color: #1D6BB1;*/
	font-weight: normal;
	background-color: #FFF3D6;
}

table.dot {
/*	border-top: 1px dotted #999999;*/
}
table.dot th, table.dot td {
	padding: 8px 8px 8px 0;
	border-bottom: 1px dotted #999999;
}


/*---------------------------------------------
	耳たぶ
  ---------------------------------------------*/
#extra1,
#extra2 {
	position: fixed;
	_position: absolute;
	right: 0;
	width: 40px;
	z-index: 1000;
}
#extra1 { top: 270px; }
#extra2 { top: 470px; }

#extr1 img,
#extr2 img {
	cursor: pointer;
}
@media (max-width: 979px) {
	#extra1, #extra2 { display: none; }
}


/*---------------------------------------------
	ページの先頭へ
  ---------------------------------------------*/
#page-top {
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:15px;
	bottom:55px;
}
#page-top p {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFB902;
}
#page-top p:hover{ background-color: #ff6600; }

#move-page-top {
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
@media (min-width: 1120px) {
	#page-top { right:80px; }
}


/*---------------------------------------------
	フッタ
  ---------------------------------------------*/
footer { font-size: 14px; font-size: 1.4rem; }
#footer { width: 100%; background-color: #FFC400; }
#footer-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 20px 15px;
	background: url(../image/footer-bg-slash.png) no-repeat right bottom;
}
@media (max-width: 979px) {
	#footer-inner { padding: 20px 15px 10px; }
}

#footer-inner .name { font-size: 24px; font-size: 2.4rem; line-height: 1.6; font-family: "FOT-ロダン ProN B"; }
#footer-inner a, #footer-inner a:visited { color: #131313; }

footer .copy { background-color: #303030; color: #ffffff; font-size: 11px; font-size: 1.1rem; text-align: center; padding: 5px 0; }
@media (max-width: 979px) {
	footer { margin-bottom: 40px; }
	#footer-inner {
		padding: 12px 10px 0;
		background-size: 38px 15px;
		background-position: right 5px bottom;
	}
	#footer-inner .name { font-size: 18px; font-size: 1.8rem; }
	footer .copy { padding-left: 10px; text-align: left; }
}

#btn-store {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #A1C900;
	text-align: center;
	z-index: 1001;
}
#btn-store img { height: 40px; }
#btn-store a { display: block; }



/*	レスポンシブ　   */

@media (min-width: 980px) {
	.forSP { display:none }
	#sp-header { display:none }
}

/*	タブレット横（979px以下）　*/
@media (max-width: 979px) {
	.forPC { display:none }
}
@media (max-width: 767px) {
	#page-contents { padding-bottom: 20px; }
}


/*	採用情報 表示/非表示　*/
.zdo_drawer_nav .menu.recruitment, #extra2 { display: none }
