@charset "utf-8";

/*
Theme Name: Kimura-watch
Theme URI: http://kimura-watch.co.jp/
Description: 木村時計用テンプレート
Version: 1.1
Author:  Kimura-watch
Author URI: http://kimura-watch.co.jp/
*/

/* リスト要素をリセットする ---------------- */
dl,dt,dd,ol,ul,li	{
	list-style-position: outside;
	list-style-type: none;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* floatの解除 ------------- */
.fbox{
	clear:both;
	_display: inline-block;
	min-height: 1%;
}
.fbox:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}



/* ===================================================================

	スタイルの設定

=================================================================== */
html {
	font-size:14px;
}
body{
	color:#444444;
	line-height:1.8;
	margin:0;
	background:#ffffff;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','Helvetica Neue','Segoe UI', sans-serif;
}
#contents {
	box-sizing: border-box;
}
#contents * {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}



/* ---------------- 上書き ------------- */
strong {font-weight:bold;}
p,li,dl,dt,dd {line-height:2;}
.red{	color:#F40027;}
.red2{	color:#DC0000;}
.blue{	color:blue;}
.blue{	color:blue;}
.txt-left {	text-align:left;}
.txt-right {	text-align:right;}


.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(51,51,51,0.7);
	display: none;
}

/* ===================================================================
	通常のリンク
=================================================================== */
a:link {
	color: #A9894A;
	text-decoration: none;
}
a:visited {
	color: #A9894A;
	text-decoration:none;
}
a:hover {
	color: #A9894A;
	text-decoration:none;
}
a:active {
	color: #A9894A;
	text-decoration:none;
}
/* メインエリアはリンクにアンダーライン */
/*#mainarea a:hover {
	text-decoration:underline;
}*/




/* ===================================================================
	#header
	ヘッダー
=================================================================== */
header {
	padding: 0;
}
#header {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#head_info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#head_info_sp,
#gmenu_sp {
	display: none;
}
#head_tel {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#head_tel dt {
	margin-right: 0.5em;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
	font-size: 20px;
	line-height: 1;
}
#head_tel .tel_num {
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
	font-size: 20px;
	line-height: 1;
}
.head_tel_time {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 0.6rem;
	line-height: 1.5;
}
.head_tel_time .eigyo_title {
	margin-right: 0.5em;
	padding: 3px 5px;
	border: solid 1px #A9894A;
	align-self: flex-start;
	line-height: 1;
}
.head_sns {
	margin-right: 10px;
}
.head_sns a {
	color: #A9894A;
}
.head_sns a i {
	font-size: 25px;
}

/* サブメニュー */
#submenu {
	font-family: 'Noto Serif JP', serif;
	font-size:0.9rem;
}
#submenu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#submenu ul li {
	margin-left: 1em;
	line-height: 1.5;
}
#submenu a {
	color: #333333;
}
#submenu a i {
	margin-right: 0.5em;
	color: #A9894A;
	font-size:0.7rem;
}


/*	グローバルメニュー
------------------------------------------------------------------ */
#gmenu{
	border-bottom: solid 1px #E5DBC8;
	border-top: solid 1px #E5DBC8;
}
#gmenu > ul{
	width: 960px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#gmenu > ul > li {
	flex-grow: 1;
	position: relative;
}
#gmenu > ul > li a {
	display: block;
	padding: 15px 0;
	font-family: 'Noto Serif JP', serif;
	color: #333333;
	font-size: 1rem;
	font-weight: 300;
	text-align:center;
	border-bottom: 2px solid #ffffff;
	line-height: 1.4;
}
#gmenu > ul > li.current-menu-item a {
	background: #FBF8F0;
	border-bottom: 2px solid #A0804A;
}
#gmenu > ul > li a:hover {
	background: #FBF8F0;
	border-bottom: 2px solid #A0804A;
}
.menu_en,
.menu-item-description {
	display: block;
	margin-top: 4px;
	font-size: 0.7rem;
	color: #CCAF76;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','Helvetica Neue','Segoe UI', sans-serif;
	font-weight: 500;
}

/* サブメニュー */
#gmenu > ul > li ul.sub-menu {
	position: absolute;
	top: 40px;
	width: auto;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#gmenu > ul > li:hover ul.sub-menu {
	top: 70px;
	visibility: visible;
	opacity: 1;
}
#gmenu > ul > li ul.sub-menu > li {
	border-bottom: 1px solid #ffffff;
}
#gmenu > ul > li.current-menu-item ul.sub-menu > li a {
	border-bottom: none;
}
#gmenu > ul > li:hover ul.sub-menu > li:last-child {
	border-bottom: none;
}
#gmenu > ul > li:hover ul.sub-menu > li > a {
	display: block;
	padding: 20px 10px;
	background: #fff;
	border-bottom: none;
}
#gmenu > ul > li:hover ul.sub-menu > li > a:hover {
	background: #FBF8F0;
	border-bottom: none;
}

/* タブレット */
@media (max-width : 960px ){
	#header {
		width: auto;
		padding: 0;
		border-bottom: solid 1px #E5DBC8;
	}
	#logo {
		padding: 10px;
	}
	#head_info {
		display: none;
	}
	#head_info_sp {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	#header_tel_sp {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	#header_tel_sp a,
	#btn_sp_menu p {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 80px;
		height: 70px;
		padding: 0 15px;
		color: #fff;
	}
	#header_tel_sp a {
		background: #CCAF76;
		color: #fff;
	}
	#header_tel_sp span {
		display: block;
		text-align: center;
	}
	#btn_sp_menu {
		display: block;
		flex-shrink: 0;
	}
	#btn_sp_menu p {
		background: #A9894A;
	}
	#btn_sp_menu span {
		display: block;
		text-align: center;
	}
	.btn_sp_txt {
		font-size: 8px;
		font-weight: 400;
	}
	.btn_sp_icon i {
		font-size: 24px;
	}
	
	/* メニュー */
	#gmenu {
		display: none;
	}
	
	/* メニュー　スマホ */
	#gmenu_sp {
		border-top: 1px solid #dedede;
		display: block;
		transition: all 0.4s;
		transform: translate(300px);
		width:300px;
		height:100%;
		padding-bottom: 30px;
		background: #fff;
		position: fixed;
		top:0;
		right:-300px;
		bottom: 0;
		z-index: 1000;
		overflow-x: auto;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	/*
	#gmenu_sp {
		border-top: 1px solid #dedede;
		display: block;
		transition: all 0.4s;
		transform: translate(300px);
		width:280px;
		height:100%;
		height: 100vh;
		padding-bottom: 30px;
		background: #fff;
		position: fixed;
		top:0;
		right:-280px;
		bottom: 0;
		z-index: 200;
		overflow-x: auto;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#gmenu_sp::-webkit-scrollbar {
		display: none;
	}*/
	
	
	#gmenu_sp.open {
		transform: translate(0);
		right:0;
	}
	#gmenu_sp li {
		border-bottom: 1px solid #E5DBC8;
	}
	#gmenu_sp li:first-child {
		border-top: 1px solid #E5DBC8;
	}
	.gmenu_sp_close {
		padding: 10px 10px;
		text-align:right;
	}
	.sp_close_btn {
		display: inline-block;
		padding: 5px;
	}
	.sp_close_btn_icon {
		margin-right: 0.5em;
	}
	
	#gmenu_sp li a {
		display: block;
		padding: 10px;
		font-size: 1rem;
	}
	#gmenu_sp li a i {
		margin-right: 0.2em;
	}
	#gmenu_sp .sub-menu {
		margin-left: 1em;
	}
	#gmenu_sp .sub-menu li:last-child {
		border-bottom: none;
	}
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}



/* ===================================================================
	#footer
	フッター
=================================================================== */
footer {
	padding: 40px 0 0;
	color: #fff;
	background: #332200 url("./img/footer_bk.png") repeat-x top center;
}
#footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

#footer_info dt {
	margin-bottom: 10px;
}
#footer_info dd {
	margin-bottom: 10px;
}
.footer_fb {
	margin-right: 10px;
}
.footer_fb a {
	color: #fff;
}
.footer_fb a i {
	font-size: 30px;
}
#footer_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	margin: 0 7%;
}
#footer_menu dl {
	width: 45%;
}
#footer_menu dl dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.1rem;
}
#footer_menu dl dd {
	font-size: 0.9rem;
}
#footer_menu dl dd ul li {
	margin-bottom: 0.7em;
}
#footer_menu dl dd ul > li > a {
	color: #fff;
}
#footer_menu dl dd ul.sub-menu {
	margin-top: 0.5em;
	margin-left: 1em;
}
#footer_menu dl dd ul.sub-menu li {
	margin-bottom: 0.4em;
}

#footer_bn ul li {
	margin-bottom: 10px;
}



/* -------------- address -------------- */
address {
	margin:0;
	padding: 40px 0 20px;
	text-align:center;
	font-style: normal;
	color: #FFF;
	font-size: 0.8rem;
	font-family: 'Noto Serif JP', serif;
}



/* タブレット */
@media (max-width : 960px ){
	#footer {
		flex-wrap: wrap;
	}
	#footer_bn {
		width: 100%;
	}
	#footer_bn ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	#footer_bn ul li {
		max-width: 220px;
		width: 48%;
		margin: 0 1%;
		text-align: center;
	}
	#footer_menu {
		margin-right: 0;
	}
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	#footer {
		display: block;
	}
	#footer_info {
		margin-bottom: 20px;
	}
	#footer_menu {
		/*display: block;
		margin: 0 0 20px;*/
		margin: 0 0 20px;
	}
	
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}




/* ===================================================================
	共通CSS
=================================================================== */
.sec {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
}
#main {
	/*
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;*/
/*	background: url("./img/back_news.png") repeat-x center top;*/
}
#main.home,
.home #main {
	display: block;
	background: none;
}


/* パンくず
------------------------------------------*/
#breadcrumb {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	background: #ffffff;
	font-size: 0.8rem;
}
#breadcrumb ul li {
	display: inline-block;
}
#breadcrumb ul li:after {
	content:"＞";
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#breadcrumb ul li:last-child:after {
	display: none;
}
#breadcrumb ul li a {
	text-decoration: underline;
}


/* メインエリア
------------------------------------------*/
#main_content {
	background: url("./img/back_news.png") repeat-x center top;
}
#content {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#mainarea {
	width: 670px;
	order: 2;
}
#sidearea {
	width: 250px;
	order: 1;
}

/*サイドメニュー*/
.side_menu_box {
	margin: 0 0 40px;
	padding: 0 20px 20px;
	background: #fff;
	border: 1px solid #DCD2BF;
}
.side_menu_title {
	padding: 30px 0;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
	font-weight: 300;
	border-bottom: 1px solid #DCD2BF;
}
.side_menu_title span {
	display: block;
}
.side_menu_title span.jp {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
}
.side_menu_title span.en {
	font-size: 0.8rem;
}

.side_menu li {
	border-bottom: 1px dotted #DCD2BF;
}
.side_menu li:last-child {
	border: none;
}
.side_menu li a {
	display: block;
	padding: 20px 10px;
	color: #333;
}
.side_menu li.current-menu-item a {
	background: #F2EFE7;
	color: #A9894A;
	font-weight: 500;
}

/* サイド　サブメニュー */
.side_sub_menu {
	margin: 10px 1em 0;
}
.side_sub_menu li {
	border: none;
}
.side_sub_menu li a {
	
}
.side_sub_menu li a,
.side_menu li.current-menu-item .side_sub_menu a {
	display: inline-block;
	padding: 0 0 0 10px;
	color: #444;
	font-weight: 400;
	line-height: 1.4;
	background: url(./img/arrow_mini.png) no-repeat left 0.5em;
}
.side_menu li.current-menu-item .side_sub_menu li.current-menu-item a {
	color: #A9894A;
}



/* タイトル
------------------------------------------*/
#page_title {
	padding: 70px 0;
}
#page_title h1 {
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
	font-size: 2.6rem;
	text-align: center;
	font-weight: 500;
}
/* 見出し */
.h2_title {
	margin: 0 auto 40px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
	font-size: 2.2rem;
	font-weight:500;
}
.h2_title span {
	position: relative;
	display: inline-block;
}
.h2_title span:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 95px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #C5A876;
}


/* ページャー */
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin: 70px 0 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #A9894A;
	background-color: #fff;
	border: 1px solid #A9894A;
	padding: 6px 12px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.wp-pagenavi a.first, .wp-pagenavi span.first,
.wp-pagenavi a.last, .wp-pagenavi span.last{
	border: none;
	font-weight: normal;
	font-size: 1.2rem;
}
.wp-pagenavi a.first, .wp-pagenavi span.first {
	padding-left: 35px;
	background: url(./img/arrow_left.png) no-repeat left center;
}
.wp-pagenavi a.last, .wp-pagenavi span.last{
	padding-right: 35px;
	background: url(./img/arrow.png) no-repeat right center;
}
.wp-pagenavi a:hover{
	color: #FFF;
	background-color: #A9894A;
	border-color: #A9894A;
}
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
	color: #A9894A;
	background-color: #fff;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #A9894A;
	border-color: #A9894A;
}






/* タブレット */
@media (max-width : 960px ){
	#content {
		display: block;
	}
	#mainarea {
		width: auto;
		margin: 0 auto 40px;
	}
	#sidearea {
		width: auto;
	}
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	/* タイトル
	------------------------------------------*/
	#page_title {
		padding: 40px 0;
	}
	#page_title h1 {
		font-size: 2.2rem;
	}
	.h2_title {
		font-size: 2rem;
	}
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}




/* ===================================================================
	木村時計トップ
=================================================================== */
/* トップイメージ */
/* #top_img{
	text-align: center;
}
#top_img img{
	width: 100%;
} */


/* ### スライドショー
---------------------------------------- */

/* 詳細はflexslider.css ->*/


/* ニュース・What's New 共通
---------------------------------------------- */
.news {
	margin: 0 auto 100px;
	padding: 60px 0 50px;
	background: url("./img/back_news.png") repeat-x center top;
}
.news_inner {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_title {
	width: 290px;
	margin-right: 45px;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
	font-weight: 300;
	font-size: 2.8rem;
	position: relative;
	flex-shrink: 0;
}
#home_whatsnew .news_title {
	width: 290px;
}
#home_news .news_title {
	width: 200px;
}
.news_title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 2.6em;
	height: 1px;
	background-color: #CCAF76;
	-webkit-transform: rotate(-70deg);
	transform: rotate(-70deg);
	top: 50%;
	right: -0.5em;
}
.news_title span {
	display: block;
}
.news_title .title_jp {
	font-size: 1.2rem;
}
.news_txt{
	flex-grow: 1;
}
.news_date {
	margin-right: 1em;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
}
.news_txt ul li {
	margin-bottom: 0.5em;
}
.news_txt ul li a {
	color: #333333;
	text-decoration: underline;
	word-wrap: break-word;
}
.link_more {
	text-align: right;
	
}
.link_more a,
.link_more span {
	padding-right: 35px;
	background: url(./img/arrow.png) no-repeat right center;
}


/* 取扱いブランド
---------------------------------------------- */
/* ホーム見出し */
.home_h2 {
	margin: 0 auto 80px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
	font-size: 2.6rem;
	font-weight:500;
}
.home_h2 span {
	position: relative;
	display: inline-block;
}
.home_h2 span:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #CCAF76;
}
#home_brand {
}
#brand_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#brand_list li {
/*	width: 23%;
	margin-right: calc(8% / 3);
	margin-bottom: 50px;*/
	width: 28%;
	margin: 0 2.5% 50px;
}
/*#brand_list li:nth-child(4n) {
	margin-right: 0;
}*/
#brand_list li a {
	display: block;
	color: #333;
}
#brand_list li a:hover {
}
#brand_list li dt {
	text-align: center;
}
#brand_list li dd {
	/*
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;*/
}
#brand_list li dd .brand_list_img {
	width: 90px;
	margin:0 auto 10px;
	border: 1px solid #E5DBC8;
	flex-shrink: 0;
	align-self: flex-start;
}

/* バナー
---------------------------------------------- */
.home_bn ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 100px;
}
.home_bn ul li {
	max-width: 470px;
	width: 49%;
}


#home_about {
	margin-bottom: 50px;
	padding-top: 80px;
	background: url("./img/back_news.png") repeat-x center top;
}
#home_about h2 {
	margin-bottom: 50px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
	font-size: 2.6rem;
	font-weight: 500;
}
.home_about_txt {
	margin-bottom: 100px;
	text-align: center;
}
#home_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#home_menu li {
	width: calc(100% / 3);
}




/* タブレット */
@media (max-width : 960px ){
	/* ニュース・What's New 共通
	---------------------------------------------- */
	.news {
		margin: 0 auto 60px;
		padding: 20px 0;
	}
	.news_inner {
		align-items: stretch;
	}
	.news_title {
		margin-right: 45px;
		font-weight: 300;
		font-size: 2rem;
	}
	#home_whatsnew .news_title {
		width: auto;
	}
	#home_news .news_title {
		width: auto;
	}
	.news_title:after {
		width: 2.6em;
		top: 1.3em;
		right: -2em;
	}
	
	/* 取扱いブランド
	---------------------------------------------- */
	#home_brand {
	}
	#brand_list {
		margin-bottom: 50px;
	}
	#brand_list li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 50px;
	}
	#brand_list li:nth-child(4n) {
		margin-right: 2%;
	}
	#brand_list li:nth-child(3n) {
		margin-right: 0;
	}
	
}

/* スマホ（横） */
@media screen and (max-width: 600px) {
	/* ニュース・What's New 共通
	---------------------------------------------- */
	.news {
		margin: 0 auto 60px;
		padding: 20px 0;
	}
	.news_inner {
		display: block;
	}
	.news_title {
		margin: 0 0 20px;
		font-size: 2rem;
		position: relative;
		flex-shrink: 0;
	}
	.news_title span {
		display: inline;
	}
	.news_title span.title_jp {
		margin-left: 1em;
		
	}
	.news_title:after {
		display: none;
	}
	
	#home_whatsnew .news_date {
		display: block;
		margin: 0;
	}
	
	/* ブランド */
	#brand_list {
		justify-content: space-between;
	}
	#brand_list li {
		width: 46%;
		margin: 0 2% 20px;
	}
	#brand_list li:nth-child(4n),
	#brand_list li:nth-child(2n){
		margin-right: 2% ;
	}
	#brand_list li:nth-child(2n+1) {
		margin-right:2% ;
	}
	#home_about h2 {
		font-size: 2rem;
	}
	.home_about_txt {
		margin-bottom: 50px;
	}
	
	#home_menu {
		display: block;
	}
	#home_menu li {
		width: auto;
		margin-bottom: 10px;
		text-align: center;
	}
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}








/* ===================================================================
	取扱い商品 item
=================================================================== */
/*商品一覧*/
.item_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.item_list li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.item_list li:nth-child(3n) {
	margin-right: 0;
}
.item_list li dl dt {
	margin-bottom: 10px;
}
.item_list_name {
	margin-bottom: 5px;
	color: #333;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.4;
}
.item_description {
	font-size: 0.8rem;
	line-height: 1.6;
}
.item_price {
	text-align: right;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
}
.item_price span {
	font-size: 0.8rem;
}


.toriyose_txt {
	margin: 0 0 20px;
	text-align: center;
}
.toriyose_contact {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 20px;
	background: #fff;
	border: 1px solid #DCD2BF;
}
.toriyose_contact dl {
	width: 48%;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.toriyose_contact dl dt {
	margin: 0 auto 20px;
	text-align: center;
	color: #A9894A;
	font-size: 1.4rem;
	font-weight: 500;
}
.toriyose_contact dl dt span {
	position: relative;
}
.toriyose_contact dl dt span:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #C5A876;
}
.toriyose_contact dl dd a {
	font-size: 1.8rem;
}
.toriyose_contact dl dt .sp {
	display: none;
}


/* タブレット */
@media (max-width : 960px ){
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	.item_list li {
		width: 46%;
		margin: 0 2% 4%;
	}
	.item_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.toriyose_contact dl dt {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.toriyose_contact dl dt span:before {
		bottom: -10px;
	}
	.toriyose_contact dl dd a {
		font-size: 1.4rem;
	}
	.toriyose_contact dl dt .sp {
		display: inline-block;
	}
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	.toriyose_contact {
		display: block;
		padding: 10px;
	}
	.toriyose_contact dl {
		width: auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding: 15px;
	}
	.toriyose_contact dl:first-child {
		border-bottom: 1px solid #C5A876;
	}
	.toriyose_contact dl dt {
		margin: 0 20px 0 0;
	}
	.toriyose_contact dl dt span:before {
		display: none;
	}

}



/* ===================================================================
	取扱いブランド
=================================================================== */
/* ブランドの説明 */
.brand_detail {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
	padding: 20px;
	align-items: center;
	background: rgba(255,255,255,0.3);
}
.brand_detail h2 {
	width: 35%;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 5%;
}
.brand_detail_txt {
}
.brand_detail_txt h3 {
	color: #A9894A;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
}
.brand_detail_txt p {
	font-size: 0.9rem;
}



/* ブランドのリスト */
.brand_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.brand_list li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 50px;
}
.brand_list li:nth-child(3n) {
	margin-right: 0;
}
.brand_list li a {
	display: block;
	color: #333;
}
.brand_list li a:hover {
}
.brand_list li dt {
	margin-bottom: 20px;
	text-align: center;
}
.brand_list li dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 0.9rem;
}
.brand_list li dd .brand_list_img {
	width: 90px;
	margin-right: 10px;
	border: 1px solid #E5DBC8;
	flex-shrink: 0;
	align-self: flex-start;
}

/* タブレット */
@media (max-width : 960px ){
	.brand_list li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 50px;
	}
	.brand_list li:nth-child(4n) {
		margin-right: 2%;
	}
	.brand_list li:nth-child(3n) {
		margin-right: 0;
	}
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	/* ブランドの説明 */
	.brand_detail {
		display: block;
		margin: 0 0 40px;
		padding: 20px;
	}
	.brand_detail h2 {
		width: auto;
		margin-right: 0;
		text-align: center;
	}
	.brand_detail_txt h3 {
		margin-bottom: 1em;
	}
	
	/* ブランド */
	.brand_list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 50px;
	}
	.brand_list li:nth-child(4n),
	.brand_list li:nth-child(2n){
		margin-right: 0;
	}
	.brand_list li:nth-child(2n+1) {
		margin-right: 4%;
	}
	.brand_list li dd {
		display: block;
	}
	.brand_list li dd .brand_list_img {
		margin: 0 auto 10px;
	}
	
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}




/* ===================================================================
	木村時計のご案内 about
=================================================================== */
	
/* 
	木村時計について
--------------------------------------------------------- */
/*代表について１*/
#about_intro {
	margin-bottom: 80px;
}
#about_detail {
	margin-bottom: 50%;
	position: relative;
}
.about_img {
	width: 95%;
}
.about_txt {
	width: 65%;
	padding: 40px;
	background: #FFF;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
	position: absolute;
	top: 80%;
	right: 0;
}
.about_txt p {
	line-height: 2;
}

.about_movie_txt {
	margin: 0 0 10px;
	text-align: center;
}
.about_movie_img {
	text-align: center;
}
.about_movie_img iframe {
	max-width: 100%;
	max-height: 100%;
}

#about_img {
	max-width: 670px;
	margin: 0 auto 80px;
}
.about_img_top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4%;
}
.about_img_top01 {
	width: 45%;
	align-self: flex-end;
}
.about_img_top02 {
	width: 51%;
	align-self: flex-end;
}
.about_img_btm {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.about_img_btm01 {
	width: 51%;
}
.about_img_btm_r {
	width: 45%;
}
.about_img_btm02 {
	margin-bottom: 8%;
}

/* タブレット */
@media (max-width : 960px ){
	#about_detail {
		margin-bottom: 30%;
	}
	.about_txt {
		width: 80%;
		margin: -10px 0 0 auto;
		padding: 20px;
		position: relative;
		top: inherit;
		right: inherit;
	}
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}


/* 
	会社概要
--------------------------------------------------------- */
#company_profile {
	margin-bottom: 80px;
}
.company_profile_img {
	margin-bottom: 20px;
	text-align: center;
}
#company_profile dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px dotted #DCD2BF;
}
#company_profile dl:first-of-type {
	border-top: 1px dotted #DCD2BF;
}
#company_profile dl dt {
	width: 8em;
	flex-grow: 0;
	flex-shrink: 0;
	background: #F2EFE7;
}
#company_profile dl dt,
#company_profile dl dd {
	padding: 1em;
}

#company_history dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px dotted #DCD2BF;
	background: #fff;
}
#company_history dl:first-of-type {
	border-top: 1px dotted #DCD2BF;
}
#company_history dl dt {
	width: 8em;
	flex-grow: 0;
	flex-shrink: 0;
}
#company_history dl dt,
#company_history dl dd {
	padding: 1em;
}

/* 
	代表について
--------------------------------------------------------- */
/*代表について１*/
#daihyo_intro {
	margin-bottom: 80px;
}
#daihyo_detail {
	margin-bottom: 50%;
	position: relative;
}
.daihyo_img {
	width: 90%;
}
.daihyo_about {
	width: 60%;
	padding: 40px;
	background: #FFF;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
	position: absolute;
	top: 85%;
	right: 0;
}
.daihyo_about h2 {
	margin-bottom: 20px;
	color: #A9894A;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.daihyo_text{
	line-height: 2;
}

/*資格について*/
.daihyo_shikaku{
	background: url("./img/back_news.png") repeat-x top center;
	margin: 0;
	padding: 20px;
}
.daihyo_shikaku h3{
	margin-bottom: 1em;
	color: #A9894A;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.shikaku_txt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 0.5em;
}
.shikaku_txt dt {
	width: 5em;
	margin-right: 2%;
	text-align: right;
	flex-grow: 0;
	flex-shrink: 0;
}
.shikaku_txt dd {
	width: calc(100% - 6em);
}

/*時計のお医者さん*/
#daihyo_story p {
	margin-bottom: 1.5em;
}
.daihyo_story_txt_r img {
	float: right;
	margin-left: 2em;
}
.daihyo_story_txt_l img {
	float: left;
	margin-right: 2em;
}
#daihyo_story p.daihyo_story_img {
	margin: 2em 0 3em;
}
.text_close{
	text-align: right;
}


/* タブレット */
@media (max-width : 960px ){
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	#daihyo_intro {
		margin-bottom: 80px;
	}
	#daihyo_detail {
		margin-bottom: 40px;
		position: relative;
	}
	.daihyo_img {
		width: auto;
		
	}
	.daihyo_about {
		width: 90%;
		margin: -25px -5px 0 auto;
		padding: 20px;
		background: #FFF;
		box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
		position: relative;
		top: inherit;
		right: inherit;
	}
	.daihyo_about h2 {
		margin-bottom: 20px;
		color: #A9894A;
		font-family: 'Noto Serif JP', serif;
		font-size: 2rem;
		font-weight: 500;
		text-align: center;
	}
	.daihyo_text{
		line-height: 2;
	}
	.daihyo_shikaku {
		padding: 10px;
	}
	.daihyo_story_txt_r img {
		display: block;
		float: none;
		margin:0 auto 1em;
	}
	.daihyo_story_txt_l img {
		display: block;
		float: none;
		margin:0 auto 1em;
	}
	#daihyo_story p.daihyo_story_img {
		width: 100%;
		margin: 2em auto;
	}
	
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}

/* 
	アクセス
--------------------------------------------------------- */
.access_detail {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.access_img {
	width: 45%;
}
.access_tbl {
	width: 50%;
}
.company_profile_img {
	margin-bottom: 20px;
	text-align: center;
}
.access_tbl dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px dotted #DCD2BF;
}
.access_tbl dl:first-of-type {
	border-top: 1px dotted #DCD2BF;
}
.access_tbl dl dt {
	width: 6em;
	flex-grow: 0;
	flex-shrink: 0;
	background: #F2EFE7;
}
.access_tbl dl dt,
.access_tbl dl dd {
	padding: 1em;
}

.access_map iframe {
	width: 100%;
}


/* タブレット */
@media (max-width : 960px ){
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	.access_detail {
		display: block;
	}
	.access_img,
	.access_tbl {
		width: 100%;
	}
	.access_img {
		margin-bottom: 20px;
	}
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}



/* ===================================================================
	時計修理 repair
=================================================================== */
/* 
	フロー
--------------------------------------------------------- */
.repair_intro {
	margin: 0 0 80px;
}
.repair_intro_img {
	margin-bottom: 40px;
}
.repair_intro h2 {
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
	font-size: 1.3rem;
	font-weight: 500;
}
.repair_intro_txt {
	text-align: center;
}
.repair_intro_notice {
	font-size: 0.8rem;
	text-align: center;
}
.flow_list {
	margin: 0 0 80px;
}
.flow_list li {
	margin: 78px 0 0;
	padding: 20px;
	border: 1px solid #DCD2BF;
	position: relative;
}
.flow_list li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -78px;
	width: 1px;
	height: 78px;
	margin: auto;
	background: #DCD2BF;
}
.flow_list li:last-child:after {
	display: none;
}
.flow_num {
	width: 80px;
	height: 80px;
	margin: -60px auto 10px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #DCD2BF;
	background: #F2EFE7;
	color: #A9894A;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flow_num span {
	display: block;
	align-self: center;
	line-height: 1;
}
.flow_num_txt {
	font-size: 12px;
	margin-bottom: 5px;
}
.flow_num .num {
	font-size: 26px;
}

.flow_list h3 {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}
.flow_kimura {
	background: #F2EFE7;
}
.flow_list_detail {
}
.flow_bunki_box {
	padding-top: 30px;
}
.flow_bunki {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.flow_bunki:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
	width: 1px;
	height: 20px;
	margin: auto;
	background: #DCD2BF;
}
.flow_bunki:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	width: 52%;
	height: 1px;
	margin: auto;
	background: #DCD2BF;
}
.flow_bunki dl {
	width: 48%;
	padding: 15px;
	background: #F2EFE7;
	position: relative;
}
.flow_bunki dl:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	width: 1px;
	height: 15px;
	margin: auto;
	background: #DCD2BF;
}
.flow_bunki dl dt {
	color: #A9894A;
	font-weight: 600;
	font-size: 1.1rem;
	text-align: center;
}
.flow_kimura_mitsumori {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	padding-left: 12px;
}
.flow_kimura_mitsumori::after {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #A9894A;
	border-radius: 100%;
}
.flow_kimura_mitsumori dt {
	width: 7em;
	flex-shrink: 0;
	flex-grow: 0;
	font-weight: bold;
}
.flow_contact {
	margin-top: 1em;
	text-align: center;
}
.flow_contact a {
	display: inline-block;
	padding: 0.6em 2em;
	background: #A9894A;
	color: #fff;
}
.flow_contact a i {
	margin-right: 0.2em;
}

/* 修理についての説明とか */
.repair_overhaul,
.repair_request {
	margin-bottom: 80px;
}

.list_base li {
	position: relative;
	padding: 0 0 0 12px;
	margin: 3px 0;
}
.list_base li::after {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #A9894A;
	border-radius: 100%;
}
.repair_request_notice {
	margin-bottom: 20px;
	text-align: center;
}

.repair_about_ol > li {
	padding: 20px 10px;
	border-bottom: 1px dotted #DCD2BF;
}
.repair_about_ol > li:first-child {
	border-top: 1px dotted #DCD2BF;
}
.repair_about_ol > li h3 {
	font-weight: 500;
	font-size: 1.2rem;
	font-family: 'Noto Serif JP', serif;
	color: #A9894A;
}
.repair_about_detail {
	margin-left: 1.5em;
}


/* 
	料金
--------------------------------------------------------- */
.price_overhaul {
	margin-bottom: 80px;
}
.tbl_price {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	border: 1px solid #DCD2BF;
}
.tbl_price td,
.tbl_price th {
	padding: 0.5em;
	border: 1px solid #DCD2BF;
	vertical-align: middle;
}
.tbl_price th {
	background: #F2EFE7;
}
.tbl_price td.price {
	text-align: right;
}

.price_notice li {
	position: relative;
	padding: 0 0 0 12px;
	margin: 3px 0;
}
.price_notice li::after {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #A9894A;
	border-radius: 100%;
}
.price_notice dl dt {
	font-weight: 600;
}
.price_notice dl dd {
	margin-left: 1em;
}


/* タブレット */
@media (max-width : 960px ){
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	.flow_kimura_mitsumori {
		display: block;
	}
	.flow_kimura_mitsumori dt {
		width: auto;
	}
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}



/* ===================================================================
	修理実例
=================================================================== */

/* 一覧 */

.example_list li {
	margin: 0;
}
.example_list li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.example_list_img {
	width: 30%;
	/*height: 30%;*/
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
}
.example_list_img:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.example_list_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 160%;
	max-height: 160%;
}
.example_list_txt {
	margin-left: 20px;
	align-self: center;
}
.example_list_txt h2 {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 500;
}
.examplpe_list_ex {
	margin-bottom: 10px;
	color: #444;
}


/* 詳細 */
.example_title{
	margin-bottom: 40px;
	padding: 10px 15px;
	background: #A9894A;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
}
.example_img {
	margin-bottom: 10px;
	text-align: center;
}
.example_mini_img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 40px;
}
.example_mini_img > div {
	width: 24.5%;
	margin-right: 1%;
}
.example_mini_img > div:last-child {
	margin-right: 0;
}
.example_mini_txt {
	margin-bottom: 40px;
}

/*一覧に戻る*/
.back_link{
	text-align: center;
}
.back_link a {
	padding-right: 35px;
	background: url(./img/arrow.png) no-repeat right center;
	color: #A9894A;
	font-size: 1.2rem;
}


/* ===================================================================
	お問い合わせ contact
=================================================================== */
.contact_txt {
	margin: 0 0 30px;
}
.hissu {
	color: #ff0000;
	padding: 0 0.5em;
	font-weight: bold;
}
.title_form {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #A9894A;
}
.tbl_form {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	border-top: 1px dotted #DCD2BF;
}
.tbl_form tr {
	border-bottom: 1px dotted #DCD2BF;
}
.tbl_form th,
.tbl_form td {
	padding: 0.8em;
	vertical-align: middle;
}
.tbl_form th {
	text-align: left;
	font-weight: bold;
	background: #F2EFE7;
}

/* inputとか */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	border: 1px solid #CAD3DA;
	padding: 0.8em 0.5em;
}
input[type="text"].input_zip {
	width: 10em;
}

input[type="checkbox"] {
	margin-right: 0.2em;
}
input[type="radio"] {
	margin-right: 0.2em;
}
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown,
::-webkit-input-placeholder {
	color: #949DA6;
}
:-moz-placeholder ,
::-moz-placeholder {
	color: #949DA6; opacity: 1;
}
:-ms-input-placeholder {
	color: #949DA6; }
::-ms-input-placeholder {
  color: #949DA6;
}
::placeholder{
	color:#949DA6;
}
textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #CAD3DA;
	padding: 0.5em;
	font-family: Noto Sans Japanese,Noto Sans JP,-apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  sans-serif;
}

.select_box {
	width: auto;
	display: inline-block;
	background: #ffffff;
	position: relative;
}
.select_box select {
	width: 100%;
	height: 3em;
	padding: 0 30px 0 0.6em;
	border: 1px solid #CAD3DA;
	background: transparent;
	position: relative;
	z-index: 1;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select_box select::-ms-expand {
    display: none;
}
.select_box::before{
	content: '\f107';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #fff;
	border: 1px solid #CAD3DA;
	border-left: none;
	height: 100%;
	line-height: 2.8em;
	width: 2em;
	text-align: center;
	font-family: 'Font Awesome 5 Free';
	color: #949DA6;
	font-weight: 900;
	font-size: 1rem;
}


.form_btn {
	margin: 20px 0;
	text-align: center;
}
.btn_submit {
	min-width: 150px;
	border: none;
	padding: 0.5em 1em;
	background: #A9894A;
	color: #fff;
	font-size: 1.4rem;
}



/* タブレット */
@media (max-width : 960px ){
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	.tbl_form {
		width: 100%;
		margin: 0 0 40px;
		border-collapse: collapse;
		border-spacing: 0;
		border: none;
		border-top: 1px dotted #DCD2BF;
	}
	.tbl_form tr {
		border-bottom: 1px dotted #DCD2BF;
	}
	.tbl_form th,
	.tbl_form td {
		display: block;
		width: 100%;
	}
	.tbl_form th {
		padding: 0.5em 0.8em;
	}
}


/* ===================================================================
	お知らせ news
=================================================================== */
#news_list {
	border-top: 1px dotted #DCD2BF;
}
#news_list li {
	padding: 1em;
	border-bottom: 1px dotted #DCD2BF;
}
#news_list li a:hover {
	text-decoration: underline;
}

/* 詳細ページ */
.single_title {
	margin-bottom: 10px;
	padding: 10px 15px;
	border-bottom: 1px solid #DCD2BF;
	color: #A9894A;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
}
.single_date {
	margin-bottom: 20px;
	text-align: right;
}
.single_detail {
	margin-bottom: 40px;
}

.single_detail h3 {
	margin: 3em 0 1em;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #A9894A;
}



/* ===================================================================
	レスポンシブ対応用
=================================================================== */


/* タブレット */
@media (max-width : 960px ){
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}