@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------
TOP
 -----------------------------------------------*/
#page_box{
	height: 420px;
	width: 1250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
	z-index: 0;
	padding-top: 42px;
}

#description_page{
	background-image: url(../img/heder-p.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	top: 0px;
	z-index: 10;
}
.main-bnr {
	width:100%;
	height: 110px;
	padding: 20px 0 0 1px;
	overflow:hidden;
	box-sizing: border-box;
}
.main-bnr a {
	margin-right: 5px;
	letter-spacing: 0 !important;
	transition: opacity 500ms ease-out;
}
.main-bnr a:hover {
	opacity: 0.6;
}
.main-bnr a:last-child {
	margin-right: 0;
}
.insta_feed {
	position: relative;
}
.insta_feed h2 {
	/* position: absolute; */
	/* top: 25px; */
	margin-top: 25px;
	min-height: 26px;
	padding: 4px 0 0 32px;
	background-image: url(../img/insta_icon.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
#instagram{
	display: flex;
	justify-content: space-between;
	width: 638px;
}
#instagram a{
	display: block;
	width: 210px;
	height: 210px;
	background-size: contain;
	background-repeat: no-repeat;
}
.brd-b {
	border-bottom:#000 solid 2px;
	width: 502px;
}
.btm_area {
	height: 130px !important;
	padding-left: 2px;
}
.btm_area a {
	margin-right: 18px;
}
.btm_area a:last-child {
	margin-right: 0 !important;
}
.top_recipe_area h2 {
	padding-bottom: 0.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
}
.top_recipe_area h2 img,
.top_recipe_area h2 span {
	vertical-align: middle;
}
.top_recipe_area h3 {
	margin: 1.5rem 0;
}
.top_recipe_area h3 .sub_title {
	font-size: 1rem;
	vertical-align: middle;
}
.top_recipe_area h3 .main_title {
	font-size: 1.5rem;
	vertical-align: middle;
}
.top_recipe_info {
	overflow: hidden;
}
.top_recipe_info > div:first-child {
	float: left;
}
.top_recipe_info > div:first-child img {
	max-width: 520px;
	height: auto;
}
.top_recipe_info > div:last-child {
	float: right;
	width: 420px;
}
.top_recipe_info > div:last-child p {
	font-size: 0.9rem;
}
.top_recipe_info > div:last-child ul {
	font-size: 0.9rem;
	list-style-type: inherit;
	list-style-position: inside;
	margin: 1rem 0;
}
a.btn_recipe {
	margin: 1rem 0 0 0;
	padding: 1rem;
	box-sizing: border-box;
	display: block;
	background-color: #eee;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	color: #333;

}
a.btn_recipe img,
a.btn_recipe span {
	vertical-align: middle;
}
.top_sake {
	margin: 1rem 0;
	padding: 1rem 0 1rem 0;
	background-color: #f9f3e8;
	border-radius: 4px;
	color: #333;
}
.top_sake h4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
}
.top_sake ul {
	list-style-type: none;
	padding: 1rem 0 0 0;
	margin: auto;
	text-align: center;
}
.top_sake li {
	max-width: 170px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.top_sake li:first-child {
	padding-left: 0;
}
.top_sake li:last-child {
	padding-right: 0;
}
.top_sake li a {
	color: #333;
	font-size: 0.8rem;
}
.top_sake li a span {
	display: block;
}
.top_sake li a img {
	max-width: 170px;
	height: auto;
}
/*-----------------------------------------------
ITM-MENU
 -----------------------------------------------*/
#itme_menu_box{
	height: 400px;
	width: 720px;
	margin-top: 56px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


ul#item-menu {
	width:720px;
	overflow:hidden;

　/*float解除*/
	zoom:100%;　/*float解除*/
 	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding-top: 10px;
	height: 380px;
	width: 720px;
	float: left;
	margin-top: 0px;
	z-index: 12;
}
ul#item-menu li {
	float:left; /*次の要素を右側へ回り込ませる*/
	list-style:none;
	position: relative;
	z-index: 12;
}
ul#item-menu li a {
	display:block; /*インラインからブロック要素へ変更*/
	height:380px; /*高さ*/
	width:73px; /*横幅*/
	text-align:center; /*テキストの位置*/
	font-weight:bold; /*テキストの太さ*/
	letter-spacing:1px; /*文字間隔*/
	text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
	/*background-image:url(../img/item-menu.jpg);*/ /*メニュー画像*/
	background-repeat:no-repeat;
}


ul#item-menu a.itme-01 {
	background-image:url(../img/item-menu_01.jpg);
}
ul#item-menu li a.itme-01:hover {background-position:-0px -400px;
	background-image:url(../img/item-menu_01.jpg);
}
.itme-01_on {background-position:0px -400px;
	background-image:url(../img/item-menu_01.jpg);
}



ul#item-menu a.itme-02 {
	background-image:url(../img/item-menu_02.jpg);
}
ul#item-menu li a.itme-02:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_02.jpg);
}
.itme-02_on {background-position:0px -800px;
	background-image:url(../img/item-menu_02.jpg);
}


ul#item-menu li a.itme-03 {
	background-image:url(../img/item-menu_03.jpg);
}
ul#item-menu li a.itme-03:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_03.jpg);
}
.itme-03_on {background-position:0px -800px;
	background-image:url(../img/item-menu_03.jpg);
}

ul#item-menu li a.itme-04 {
	background-image:url(../img/item-menu_04.jpg);
}
ul#item-menu li a.itme-04:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_04.jpg);
}
.itme-04_on {background-position:0px -800px;
	background-image:url(../img/item-menu_04.jpg);
}


ul#item-menu li a.itme-05  {
	background-image:url(../img/item-menu_05.jpg);
}
ul#item-menu li a.itme-05:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_05.jpg);
}
.itme-05_on{background-position:0px -800px;
	background-image:url(../img/item-menu_05.jpg);
}

ul#item-menu li a.itme-06  {
	background-image:url(../img/item-menu_06.jpg);
}
ul#item-menu li a.itme-06:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_06.jpg);
}
.itme-06_on {background-position:0px -800px;
	background-image:url(../img/item-menu_06.jpg);
}


ul#item-menu li a.itme-07  {
	background-image:url(../img/item-menu_07.jpg);
}
ul#item-menu li a.itme-07:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_07.jpg);
}
.itme-07_on{background-position:0px -800px;
	background-image:url(../img/item-menu_07.jpg);
}

ul#item-menu li a.itme-08  {
	background-image:url(../img/item-menu_08.jpg);
}
ul#item-menu li a.itme-08:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_08.jpg);
}
.itme-08_on {background-position:0px -800px;
	background-image:url(../img/item-menu_08.jpg);
}


ul#item-menu li a.itme-09  {
	background-image:url(../img/item-menu_09.jpg);
}
ul#item-menu li a.itme-09:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_09.jpg);
}
.itme-09_on {background-position:0px -800px;
	background-image:url(../img/item-menu_09.jpg);
}


ul#item-menu li a.itme-10  {
	background-image:url(../img/item-menu_10.jpg);
}
ul#item-menu li a.itme-10:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_10.jpg);
}
.itme-10_on {background-position:0px -800px;
	background-image:url(../img/item-menu_10.jpg);
}

ul#item-menu li a.itme-11  {
	background-image:url(../img/item-menu_11.jpg);
}
ul#item-menu li a.itme-11:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_11.jpg);
}
.itme-11_on {background-position:0px -800px;
	background-image:url(../img/item-menu_11.jpg);
}

ul#item-menu li a.itme-12  {
	background-image:url(../img/item-menu_12.jpg);
}
ul#item-menu li a.itme-12:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_12.jpg);
}
.itme-12_on {background-position:0px -800px;
	background-image:url(../img/item-menu_12.jpg);
}

ul#item-menu li a.itme-13  {
	background-image:url(../img/item-menu_13.jpg);
}
ul#item-menu li a.itme-13:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_13.jpg);
}
.itme-13_on {background-position:0px -800px;
	background-image:url(../img/item-menu_13.jpg);
}

ul#item-menu li a.itme-14  {
	background-image:url(../img/item-menu_14.jpg);
}
ul#item-menu li a.itme-14:hover {background-position:0px -400px;
	background-image:url(../img/item-menu_14.jpg);
}
.itme-14_on {background-position:0px -800px;
	background-image:url(../img/item-menu_14.jpg);
}


/*-----------------------------------------------
商品ページ
 -----------------------------------------------*/
 .itme_list_box
 {
	height: auto;
	width: 960px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
 }


 .item_title
 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 30pt;
	height: auto;
	width: 960px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 160%;
}

.itme_sep
{
	height: auto;
	width: 983px;
	margin-bottom: 50px;
	float: left;
	margin-right: -23px;
}

.itme_sep dl
{
	height: 440px;
	width: 222px;
	float: left;
}
.itme_sep dl dd
{
	height: 80px;
	width: auto;
	float: left;

}
.mb25 {
	margin-bottom: 25px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt15 {
	margin-top: 15px;
}
.itme_t
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}


.itme_t2
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}


.itme_t3
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}


.itme_t4
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.itme_t5
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}


.itme_t6
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}


.itme_t7
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.itme_t8
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon8.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.itme_t9
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon9.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}


.itme_t10
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.itme_t11
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon11.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.itme_t12
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.itme_t13
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon13.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}


.itme_t14
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon14.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.itme_t15
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon15.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}


.itme_t16
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon16.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.itme_t18
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon18.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.itme_t19
{
	height: auto;
	width: 182px;
	background-image: url(../img/icon19.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}


.notes_box
{
	width:960px;
	height:auto;
	position: relative;
  }
.notes
{
	font-weight: bold;
	color: #CC9829;
	padding: 5px;
	height: auto;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9829;
	border-right-color: #CC9829;
	border-bottom-color: #CC9829;
	border-left-color: #CC9829;
	position: absolute;
	top: 13px;
	right: -1px;
}


/*-----------------------------------------------
page
 -----------------------------------------------*/
#page_heder{
	height: 270px;
	width: 1250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	top: 0px;
	z-index: 0;
	padding-top: 42px;
}

#wap_in
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 35px;
	clear: both;
	margin-bottom: 0px;
	background-image: url(../img/boder.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-height:100%;
	float: left;
}

#dwon_b{
	clear: both;
	height: auto;
	width: 960px;
}

.dwon_title
 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 30pt;
	height: auto;
	width: 960px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 160%;
}


.pp_title
 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 30pt;
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 160%;
}


.left
{
	float: left;
	height: auto;
	width: 480px;
}

.right
{
	float: right;
	height: auto;
	width: 480px;
}

.left2
{
	float: left;
	height: auto;
	width: 470px;
	padding-right: 10px;
}

.right2
{
	float: right;
	height: auto;
	width: 470px;
	padding-left: 10px;
}

.image{
	height: auto;
	width: auto;
}


/*-----------------------------------------------
history
 -----------------------------------------------*/


.history_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 50px;
	clear: both;
	margin-bottom: 0px;
	padding: 0px;
	float: none;
	background-position: center top;
	padding: 0px;
	background-image: url(../img/history_bg.jpg);
	min-height:100%;
	float: left;
	background-repeat: no-repeat;
}

.history_text
{
	float: right;
	height: auto;
	width: 390px;
}

.history_pri
{
	float: left;
	height: 139px;
	width: 386px;
	background-image: url(../img/history_img03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 2px;
	padding-left: 2px;
	position: relative;
	margin-top: 10px;
}

.history_pri_t
{
	width: 350px;
	position: absolute;
	top: 15px;
	font-size: 9pt;
	left: 22px;
	line-height: 120%;
}
/*-----------------------------------------------
千歳鶴の仕込み水
 -----------------------------------------------*/
 #shikomi_wap
{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 50px;
	clear: both;
	margin-bottom: 0px;
	float: none;
	min-height:100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img/sikomimizu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.shikomi_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	clear: both;
	margin-bottom: 0px;
	float: none;
	min-height:100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.left_shikomimizu
{
	float: left;
	height: auto;
	width: 417px;
}

.right_shikomimizu
{
	float: right;
	height: auto;
	width: 543px;
}

.shikomi_text
{
	height: auto;
	width: 543px;
}

/*-----------------------------------------------
千歳鶴の酒米
 -----------------------------------------------*/
  #sakegome_wap
{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 50px;
	clear: both;
	margin-bottom: 0px;
	float: none;
	min-height:100%;
	padding-top: 550px;
	padding-bottom: 0px;
	background-image: url(../img/sakegome_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.sakegome_box
{
	width: 960px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}


.left_sakegome
{
	float: left;
	height: auto;
	width: 325px;
}

.right_sakegome
{
	float: right;
	height: auto;
	width: 635px;
}

.sakegome_t{
	font-size: 18px;
	color: #7378A3;
	height: auto;
	width: 635px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7378A3;
	font-weight: bold;
}

/*-----------------------------------------------
千歳鶴の杜氏
 -----------------------------------------------*/
  #morishi_wap
{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 50px;
	clear: both;
	margin-bottom: 0px;
	float: none;
	min-height:100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img/morishi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.morishi_box
{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.morishi_box dl
{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	float: none;
	min-height:100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.morishi_box dt
{
	background-image: url(../img/morishi_imeg05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 200px;
	width: 300px;
}

.morishi_box dd
{
	float: right;
	height: 200px;
	width: 400px;
}

/*.morishi_box dd
{
	background-image: url(../img/morishi_imeg03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 180px;
	width: 350px;
}*/

/*-----------------------------------------------
工場の見学について
 -----------------------------------------------*/
  #factory_wap
{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 50px;
	clear: both;
	margin-bottom: 0px;
	float: none;
	min-height:100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img/factory_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.factory_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
	padding-top: 200px;
	padding-bottom: 200px;
	margin-top: 50px;
	margin-bottom: 50px;
}


.left_factory
{
	float: left;
	height: 490px;
	width: 550px;
	background-image: url(../img/factory_img01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.right_factory
{
	float: right;
	height: auto;
	width: 375px;
}

.factory_boder
{
	float: left;
	height: auto;
	width: 375px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}


/*-----------------------------------------------
お問い合わせ
 -----------------------------------------------*/
  #contact_wap
{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	clear: both;
	margin-bottom: 0px;
	float: none;
	min-height:100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.contact_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
}


.contact_text
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 452px;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
	margin-top: 0px;
	background-image: url(../img/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

iframe{
 border:solid 1px #FFFFFF;}



 /*-----------------------------------------------
豆知識
 -----------------------------------------------*/
  #knowledge_wap
{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 50px;
	clear: both;
	margin-bottom: 0px;
	float: none;
	min-height:100%;
	padding-top: 345px;
	padding-bottom: 0px;
	background-image: url(../img/mame_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.knowledge_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
}

.kaisetu_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
}

.kaisetu_01
{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 260px;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
	background-image: url(../img/mame_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px;
}

.kaisetu_02
{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 260px;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
	background-image: url(../img/mame_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px;
}

.kaisetu_03
{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 210px;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
	background-image: url(../img/mame_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px;
}

.kaisetu_04
{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 210px;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
	background-image: url(../img/mame_bg_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px;
}


.kaisetu_t
{
	font-weight: bold;
	color: #7378A3;
	float: left;
	width: 400px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7378A3;
}

.kaisetu_box table
{
	height: auto;
	width: 960px;
}

.kaisetu_box table td
{
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px #000;
}

.t_title{

background-color:#E9E9CA}

.t_red
{
	background-color: #FAF0DF;
}

.t_gre
{
	background-color: #F6FAEE;
}
.t_bul
{
	background-color: #F4F4F5;
}

.kankei_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 366px;
	clear: both;
	float: none;
	min-height:100%;
	float: left;
	background-image: url(../img/mame_img01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.kankei_text{
	float: left;
	height: auto;
	width: 538px;
}


/*-----------------------------------------------
直営店
 -----------------------------------------------*/
  #shop_wap
{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 50px;
	clear: both;
	margin-bottom: 0px;
	float: none;
	min-height:100%;
	padding-top: 700px;
	padding-bottom: 0px;
	background-image: url(../img/tyokueiten_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.shop_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	float: none;
	min-height:100%;
	float: left;
}
.shop_t{
	background-image: url(../img/tyoueiten_h_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 107px;
	width: 910px;
	float: left;
	padding-left: 50px;
	padding-top: 30px;
	clear: both;
}

.shop_d{
	height: auto;
	width: 918px;
	margin: 0 auto;
}

.left_shop{
	float: left;
	height: auto;
	width: 186px;
}

.right_shop{
	float: right;
	height: auto;
	width: 708px;
}

.right_shop table th{
	height: auto;
	width: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #858C8C;
	font-weight: bold;
}

.right_shop table td{
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #858C8C;
	padding-left: 10px;
}


/*-----------------------------------------------
酒ミュージアム
 -----------------------------------------------*/
  #museum_wap
{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 50px;
	clear: both;
	margin-bottom: 0px;
	min-height:100%;
	padding-bottom: 0px;
	/*background-image: url(../img/museum_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 250px;*/
}
.museum_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	float: none;
	min-height:100%;
	float: left;
}


.museum_left
{
	float: left;
	height: auto;
	width: 405px;
}

.museum_right
{
	float: right;
	height: auto;
	width: 530px;
}

.museum_box dl
{
	height: auto;
	width: 438px;
}

.mus_bg
{
	background-image: url(../img/museum_bg02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.museum_bg {
	margin-left: -97px;
}

/*-----------------------------------------------
酒米ができるまで
 -----------------------------------------------*/
  #sakegome02_wap
{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 50px;
	clear: both;
	margin-bottom: 0px;
	min-height:100%;
	padding-bottom: 0px;
	background-image: url(../img/kome_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sakegome02_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	float: none;
	min-height:100%;
	float: left;
}


.sake02_b
{
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	float: none;
	min-height:100%;
}


.left_sake02
{
	float: left;
	height: auto;
	width: 407px;
}

.right_sake02
{
	float: left;
	height: auto;
	width: 385px;
}

.sake02_bg{
	background-image: url(../img/kome_img03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
}


.sake02_t
{ color:;
	font-size: 14pt;
	font-weight: bold;
	color: #7477A0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 10px;
}


/*-----------------------------------------------
会社概要
 -----------------------------------------------*/

.company_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	float: none;
	min-height:100%;
	float: left;
}

.company_left
{
	float: left;
	height: auto;
	width: 435px;
}

.company_left table th{
	height: auto;
	width: 130px;
	padding-bottom: 27px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #858C8C;
	font-weight: bold;
	color: #0D1663;
	text-align: right;
}

.company_left table td{
	height: auto;
	width: auto;
	padding-bottom: 27px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #858C8C;
	padding-left: 10px;
}

.company_right
{
	float: right;
	height: auto;
	width: 435px;
}


.company_right dl
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #858C8C;
	padding-bottom: 50px;
}

.company_box_h
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	float: none;
	min-height:100%;
	float: left;
}



.company_box_h th
{
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

/*-----------------------------------------------
プライバシー
 -----------------------------------------------*/

 .privacy_box{
	float: left;
	height: auto;
	width: 960px;
}

  .privacy_box ol{
	width: 960px;
}

  .privacy_box ol li{
	width: 400px;
}

/*-----------------------------------------------
サイトマップ
 -----------------------------------------------*/

 .sitemap_box
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	float: none;
	min-height:100%;
	float: left;
}

 .sitemap_list
{
	float: left;
	height: auto;
	width: 470px;
}


 .sitemap_list ul li{
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 30px;
}


.sitemap_list a {
	outline: none;
	text-decoration:none;
	color:#000;
}

.sitemap_list a:active {
	color:#000;
}

.sitemap_list a:visited {
	color:#000;
}

.sitemap_list a:hover {
	color:#333;
}

/*-----------------------------------------------
TOP main_topics 追加　201708
 -----------------------------------------------*/
.main_topics {
	overflow: hidden;
	box-sizing: border-box;
	width: 96%;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #888888;
}
.main_topics .mt_wrap {
	display: table;
	width: 100%;
}
.main_topics .mt_wrap > div {
	display: table-cell;
}
.main_topics .mt_wrap > div.mt_text {
	width: 75%;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
	font-size: 90%;
	color: #222222;
}
.main_topics .mt_wrap > div.mt_img {
	width: 25%;
	text-align: right;
}
.main_topics .mt_wrap > div.mt_img img {
	display: block;
	margin: 0 auto;
}
.main_topics h2 {
	font-size: 1.3em;
	line-height: 150%;
	margin: 0.2em 0 1.2em 0;
	padding: 10px 0 10px 12px;
	border-left: 5px solid #212857;
}
.main_topics p {

	margin: 0 0 1em 0;
}
.main_topics dl {
	overflow: hidden;
	width: 95%;
	padding: 5px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}
.main_topics dt,
.main_topics dd {
	float: left;

}
.main_topics dt {
	width: 60px;
}
.main_topics a.topics_link {
	display: block;
	border: 2px solid #c0534c;
	border-radius: 3px;
	background-color: #fad867;
	padding: 10px;
	width: 160px;
	text-align: center;
	margin: 20px auto 0 auto;
	color: #a0332c;
}
.main_topics a.topics_link:hover {
	border: 2px solid #d0635c;
	background-color: #ffdd6c;
	color: #d0635c;
	text-decoration: none;
}
.main_topics a.topics_link img {
	vertical-align: middle;
	margin-left: 5px;
}


/*-----------------------------------------------
レシピページ 追加　20190131
 -----------------------------------------------*/
.recipe_area .title_area {
	display: table;
	width: 100%;
	padding: 1.5rem 0;
}
.recipe_area .title_area h2,
.recipe_area .title_area > div {
	display: table-cell;
}
.recipe_area .title_area h2 {
	width: 70%;
	margin: 1.5rem 0;
}
.recipe_area .title_area h2 span {
	display: block;
}
.recipe_area .title_area h2 .sub_title {
	font-size: 1rem;
	vertical-align: middle;
	line-height: 3rem;
}
.recipe_area .title_area h2 .main_title {
	font-size: 1.5rem;
	vertical-align: middle;
}
.recipe_area .title_area > div {
	width: 30%;
	vertical-align: bottom;
	text-align: right;
}
.recipe_info {
	display: table;
	width: 100%;
}
.recipe_info > div {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
}
.recipe_info > div:first-child {
	background-image: url(../img/recipe_info_arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.recipe_info > div:first-child img {
	max-width: 520px;
	height: auto;
}
.recipe_info > div:last-child {
	width: 420px;
	min-height: 200px;
	padding: 2rem 1.5rem 1.5rem 2rem;
	background-color: #fddbbf;
	border-radius: 15px;
}
.recipe_info > div:last-child p {
	font-size: 0.9rem;
}
.recipe_info > div:last-child ul {
	font-size: 0.9rem;
	list-style-type: inherit;
	list-style-position: inside;
	margin: 1rem 0;
}
.detail_area {
	display: table;
	width: 100%;
}
.detail_area > div {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
}
.detail_area > div:first-child {
		padding: 0 20px 0 0;
}
.detail_area > div:last-child {
		padding: 0 0 0 20px;
}
.detail_area > div h3 {
	margin: 1.8rem 0 0.8rem 0;
	padding-bottom: 1.2rem;
	border-bottom: 2px solid #000;
	font-size: 1.5rem;
	line-height: 2rem;
}
.detail_area > div.ingredient dl {
	margin: 0.5rem 0;
	padding: 0 20px 0.5rem 20px;
	border-bottom: 1px dotted #000;
	overflow: hidden;
}
.detail_area > div.ingredient dl dt {
	float: left;
}
.detail_area > div.ingredient dl dd {
	float: right;
}
.detail_area > div.process > div {
	overflow: hidden;
	margin: 0.8rem 0;
	padding: 0 0 0.8rem 0;
	border-bottom: 1px dotted #000;
}
.detail_area > div.process > div h4 {
	float: left;
	width: 30px;
	padding: 5px;
	background-color: #fddbbf;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
}
.detail_area > div.process > div > div {
	float: right;
	width: 90%;
	font-size: 0.9rem;
}
.recipe_sake {
	margin: 1rem 0;
	padding: 1rem 0 0 0;
	background-color: #f9f3e8;
	border-radius: 4px;
	color: #333;
}
.recipe_sake h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 1rem 0 1.5rem 0;
}
.recipe_references {
	margin: 1.5rem 0 0 0;
	padding-left: 1rem;
	text-indent: -1.2rem;
	font-size: 0.8rem;
}
.sake_info {
	display: table;
	width: 100%;
	padding: 0 0 2rem 0;
}
.sake_info > div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}
.sake_info > div:first-child {
	text-align: right;
	padding-right: 10px;
}
.sake_info > div:first-child img {
	max-width: 440px;
	height: auto;
}
.sake_info > div:last-child {
	padding: 0 20px 0 10px;
}
.sake_info > div:last-child h4 {
	margin-bottom: 1.5rem;
	font-size: 2rem;
}
.sake_info > div:last-child h4 p {
	margin: 0;
	font-size: 2rem;
	line-height: 2.5rem;
}
.sake_info > div:last-child p {
	margin: 0.8rem 0;
	font-size: 0.9rem;
}
.sake_info > div:last-child ul {
	margin: 0.8rem 0 0.8rem 18px;
	font-size: 0.9rem;
	list-style: inherit;
}
.sake_info > div:last-child > div.btn_area {
	text-align: center;
	overflow: hidden;
}
.sake_info > div:last-child > div.btn_area a {
	display: inline-block;
	float: left;
	margin: 0.5rem 10px 0 0;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	background-color: #eee;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 0.9rem;
	color: #333;
}
.sake_info > div:last-child > div.btn_area a:last-child {
	margin: 0.5rem 0 0 0;
}
.index_area {
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
}
.index_area h3 {
	text-align: center;
	font-size: 1.5rem;
	margin: 0.2rem 0 1.5rem 0;
}
.index_area ul {
	text-align: center;
}
.index_area li {
	margin: 0.8rem 0;
}
.index_area a {
	color: #6666ee;
	font-size: 0.9rem;
	text-decoration: underline;
}
.index_area a:visited {
	color: #333;
}
.recipe_head {
	padding-top: 110px;
	width:100%;
	height:230px;
	background-image: url(../img/header_recipe.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.recipe_head > div {
	width: 960px;
	height: 230px;
	box-sizing: border-box;
	padding-top: 50px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/teacher_main.png);
	background-repeat: no-repeat;
	background-position: right;
}
.recipe_head > div h1 div:first-child {
	margin: 20px 0 0.2rem 3px;
	font-size: 2rem;
	line-height: 1;
	position: absolute;
}
.recipe_head > div h1 div:last-child {
	margin: 32px 0 0 0;
	font-size: 2.4rem;
	line-height: 1;
	position: absolute;
}
.recipe_head > div h1 div:last-child span:first-child {
	margin: 0;
	font-size: 2.4rem;
	line-height: 1;
}
#nav-single {
	width: 100%;
	overflow: hidden;
}
#nav-single > span {
	display: inline-block;
	margin: 0 10px 1rem 0;
}
#nav-single > span a {
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	background-color: #eee;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 0.9rem;
	color: #333 !important;
}
#nav-single > span.nav-previous {
	float: left;
}
#nav-single > span.nav-next {
	float: right;
}
