﻿@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	本体
------------------------------------------------------------*/
body {
 padding:0px;
 background: #fff5ca;
 -webkit-text-size-adjust: none;
}

html {
 box-sizing: border-box;
}


/*------------------------------------------------------------
	ヘッダー部分
------------------------------------------------------------*/
header {
 width: 100%;
 height: 16px;
 text-align: center;
 background: #ffffff;
}

header p {
 font-family:'Toppan Bunkyu MdMin EB',serif; 
 font-size: 10px;
 font-weight: bold;
 color: #666666;
}

#top_image {
 width: 100%;
}

#top_image img {
 display: block;
 max-width : 100% ;
}

/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/

nav {
 margin-bottom: 5px;
 width: 100%;
}

nav ul {
 list-style-type: none;
}

nav ul li {
 float: left;
 width: 25%;
 height: 40px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background: -webkit-gradient(linear, left top, left bottom, from(#e8bf00),to(#ffe66c));
 background: -webkit-linear-gradient(top,#e8bf00,#ffe66c);
 background: -ms-linear-gradient(top,#e8bf00,#ffe66c);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe8bf00',endColorstr='#ffffe66c', GradientType=0 );
 background: linear-gradient(to bottom, #e8bf00 0%, #ffe66c 100%);
 border: #e8bf00 solid 1px;
}

nav ul li a {
 display: block;
 line-height: 40px;
 font-family:'Toppan Bunkyu MdMin EB',serif;
 font-size: 16px;
 color: #00006f;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#top_photo {
 margin-top: 3px;
 width: 100%;
 height: auto;
 box-sizing: border-box;
}

#top_photo img {
 width: 100%;
}

.fine {
 clear: both;
}

.title_box {
 margin-top: 5px;
 width: 100%;
 height: auto;
 text-align: center;
 box-sizing: border-box;
}

.title_box img {
 max-width : 80% ;
 height : auto ;
}

.middle_image {
 width: 100%;
 height: auto;
}

.middle_image img {
 max-width: 100%;
}

.drink_image_top {
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 width: 90%;
 height: auto;
}

.drink_image_top img {
 max-width: 100%;
}

.drink_image {
 margin-left: auto;
 margin-right: auto;
 width: 90%;
 height: auto;
}

.drink_image img {
 max-width: 100%;
}

.link_image {
 margin-top: 3px;
 margin-left: auto;
 margin-right: auto;
 width: 90%;
 height: auto;
 box-sizing: border-box;
}

.link_image img {
 max-width: 100%;
 height: auto;
}

.intro_contents_wrap {
 margin-top: 5px;
 display: flex;
}

.intro_contents_text {
 width: 65%;
}

.intro_contents_text p {
 margin-left: 3px;
 font-family:'Toppan Bunkyu MdMin EB',serif;
 font-size: 12px;
 line-height: 16px;
 text-align: left;
 color: #00006f;
 font-weight: bold;
}

.intro_contents_img {
 width: 35%;
}

.intro_contents_img img {
 display: block;
 width: 100%;
 height: auto;
}

.menu_box {
 margin-top: 10px;
 width: 100%;
 height: auto;
 display: flex;
 justify-content: center;
}

.menu_image {
 margin: 10px;
 width: 100%;
}

.menu_image img {
 width: 100%;
}

.topexp_com {
 margin-top: 5px;
 margin-left: auto;
 margin-right: auto;
 width: 90%;
 height: auto;
 box-sizing: border-box;
}

.topexp_com p {
 font-family:'Toppan Bunkyu MdMin EB',serif;
 font-size: 12px;
 line-height: 18px;
 text-align: left;
 color: #00006f;
 font-weight: bold;
}

.d_title_box {
 margin-top: 3px;
 margin-left: 5px;
 width: 120px;
 height: 36px;
 box-sizing: border-box;
}

.d_title_box img {
 width: 100%;
}

table {
 width: 100%;
 table-layout: fixed;
 border-collapse: collapse;
}

td {
 border: 1px solid #fdd100;
 background: #ffffff;
}

td.name {
 width: 60%;
 padding: 0 0 0 3px;
}

td.name p {
 font-family:'Toppan Bunkyu MdMin EB',serif;
 font-size: 12px;
 line-height: 18px;
 text-align: left;
 color: #00006f;
 font-weight: bold;
}

.exp {
 font-family:'Toppan Bunkyu MdMin EB',serif;
 font-size: 8px;
 line-height: 18px;
 text-align: left;
 color: #00006f;
 font-weight: bold;
}

td.born {
 width: 15%;
}

td.born p {
 font-family:'Toppan Bunkyu MdMin EB',serif;
 font-size: 10px;
 line-height: 18px;
 text-align: left;
 color: #00006f;
 text-align: center;
 font-weight: bold;
}

td.price {
 width: 25%;
 padding: 0 0 5px 0;
}

td.price p {
 margin-right: 5px;
 font-family:'Toppan Bunkyu MdMin EB',serif;
 font-size: 10px;
 line-height: 18px;
 text-align: right;
 color: #00006f;
 font-weight: bold;
}

.blank {
 height: 15px;
}

td.othername {
 width: 80%;
 height: auto;
 padding: 0 0 0 3px;
}

td.othername p {
 font-family:'Toppan Bunkyu MdMin EB',serif;
 font-size: 12px;
 line-height: 18px;
 text-align: left;
 color: #00006f;
 font-weight: bold;
}

td.otherprice {
 width: 20%;
 height: auto;
 padding: 0 0 5px 0;
}

td.otherprice p {
 margin-right: 5px;
 font-family:'Toppan Bunkyu MdMin EB',serif;
 font-size: 12px;
 line-height: 18px;
 text-align: right;
 color: #00006f;
 font-weight: bold;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 25px;
}
.pagetop a {
    display: block;
    background-color: #cecece;
    text-align: center;
    color: #6e6e6e;
    font-size: 36px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #cecece;
    text-align: center;
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
 margin: 0;
 width: 100%;
 height: 25px;
 background: #fdd100;
}

footer p {
 font-family:'Toppan Bunkyu MdMin EB',serif; 
 font-size: 12px;
 line-height: 25px;
 text-align: center;
 color: #00006f;
 font-weight: bold;
}
