@charset "utf-8";

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

	Browser Reset CSS
	Last Up Date 18/03/01

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

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td,figure {margin: 0; padding: 0;}

html,body {color: #11284C;}

body {font:14px/1 -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}

a {
	outline:none;
	color:#11284C;
	text-decoration: none;
	backface-visibility: hidden;
}

a:hover {
	text-decoration: underline;
}

a.scale:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.trans {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

img {border: 0; vertical-align: top;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}

.clear{
clear:both;
}

/*-- clearfix --*/
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}


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

	Structure CSS

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



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

	Text Decorations CSS

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



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

	Header CSS

========================================== */
.globalHeader .free {
	text-align: center;
	background-color: #f8d200;
	color: #11284C;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}

.globalHeader .wrapper {
	background-color: #11284c;
	position: relative;
	padding: 0 0 10px 0;
}

.globalHeader .wrapper::before {
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	background-color: #4e5e79;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 1;
}

.globalHeader .wrapper .inner {
	max-width: 1050px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}

.globalHeader01 {
	display: flex;
	height: 110px;
}

.globalHeader01 a.logo {
	width: 235px;
	height: auto;
	display: block;
	margin: 20px 0 0 0;
}

.globalHeader01 a.logo:hover {
	opacity: 0.7;
}

.globalHeader01 a.logo img {
	width: 100%;
	height: auto;
}

.globalHeader01 figure.beer {
	/* width: 71px; */
	width: 166px;
	height: 77px;
	display: block;
	/* margin: 20px 0 0 30px; */
	margin: 20px 5px 0 25px;
}

/* .globalHeader01 figure.beer img {
	width: 100%;
	height: auto;
} */
.globalHeader01 figure.beer img:nth-child(2) {
	margin-left: 5px;
	transform: translateY(-11px);
}

.globalHeader01 dl.cards {
	width: 349px;
	/* margin: 20px 20px 0 95px; */
	margin: 20px 20px 0 0;
}

.globalHeader01 dl.tel {
	width: 224px;
	margin: 20px 0 0 0;
}

.globalHeader01 dl dt {
	font-size: 12px;
	font-weight: bold;
	color: #11284C;
	background-color: #9eacc1;
	text-align: center;
	padding: 3px 0;
}

.globalHeader01 dl.cards dd {
	margin: 10px 0 0 0;
}

.globalHeader01 dl.tel dd {
	margin: 10px 0 0 0;
}

.globalHeader01 dl dd img {
	width: 100%;
	height: auto;
}

.globalHeader02 {
	height: 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.globalHeader02 ul {
	display: flex;
	margin: 10px 0 0 0;
	font-size: 13px;
}

.globalHeader02 ul li {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 1px 0 0;
	height: 13px;
}

.globalHeader02 ul li:last-child {
	border-width: 0;
	margin: 0;
	padding: 0;
}

.globalHeader02 ul li a {
	color: #ffffff;
	text-decoration: underline;
}

.globalHeader02 ul li a:hover {
	text-decoration: none;
}

.globalHeader02 div {
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #707070;
	width: 250px;
	height: 26px;
	background-color: #ffffff;
	margin: 2px 0 0 0;
	display: flex;
}

.globalHeader02 div input {
	border-width: 0;
	outline: none;
	margin: 3px 0 0 3px;
	padding: 0;
	box-sizing: border-box;
	width: 215px;
}

.globalHeader02 div button,
.globalHeader02 div .search_button {
	background-color: transparent;
	border-width: 0;
	width: 16px;
	cursor: pointer;
}

.globalHeader02 div button img {
	width: 16px;
	height: auto;
	margin: -2px 0 0 0;
}

#globalNavi ul {
	display: flex;
	position: relative;
}

#globalNavi ul li {
	width: 170px;
}

#globalNavi ul li a.trans {
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: #E7EBF0;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 25px 0 0 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #11284c;
}

#globalNavi ul li a.trans:hover,
#globalNavi ul li#beer:hover a.trans {
	text-decoration: none;
	background-color: #4e5e78;
	color: #ffffff;
}

#globalNavi ul li:last-child {
	margin: 0 0 0 10px;
}

#globalNavi ul li:last-child a span {
	display: inline-block;
	background-image: url("../img/ico_book@2x.png");
	background-repeat: no-repeat;
	background-size: 21.5px 15px;
	background-position: 0 center;
	padding: 0 0 0 25px;
}

#globalNavi ul li .subMenu {
	border-width: 4px;
	border-style: solid;
	border-color: #11274c;
	box-sizing: border-box;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	padding: 35px 25px;
	justify-content: space-between;
	display: none;
	z-index: 3;
}

#globalNavi ul li:hover .subMenu {
	display: flex;
}

#globalNavi ul li .subMenu dl {
	width: 475px;
}

#globalNavi ul li .subMenu dl dt {
	text-align: center;
	background-image: url("../img/bg_title.png");
	background-repeat: no-repeat;
	background-size: auto 60px;
	background-position: center center;
	height: 60px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}

#globalNavi ul li .subMenu dl dd,
#globalNavi ul li .subMenu .oneLine {
	display: flex;
	flex-wrap: wrap;
}

#globalNavi ul li .subMenu .oneLine {
	width: 100%;
}

#globalNavi ul li .subMenu dl dd a,
#globalNavi ul li .subMenu .oneLine a {
	display: flex;
	width: 48%;
	height: auto;
	margin: 0 4% 0 0;
	padding: 6px 0;
	box-sizing: border-box;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #dadfe3;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
	justify-content: space-between;
	align-items: center;
}

#globalNavi ul li .subMenu .oneLine a {
	width: 23.5%;
	height: 60px;
	margin: 0 2% 0 0;
	padding: 0;
}

#globalNavi ul li .subMenu dl dd a:nth-child(2n),
#globalNavi ul li .subMenu .oneLine a:nth-child(4n) {
	margin: 0;
}

#globalNavi ul li .subMenu dl dd a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #000000;
}

#globalNavi ul li .subMenu dl dd a figure,
#globalNavi ul li .subMenu .oneLine a figure {
	width: 45px;
	text-align: center;
	box-sizing: border-box;
}

#globalNavi ul li .subMenu dl dd a figure img,
#globalNavi ul li .subMenu .oneLine a figure img {
	width: auto;
	height: 50px;
}

#globalNavi ul li .subMenu dl dd p,
#globalNavi ul li .subMenu .oneLine p {
	width: calc(100% - 55px);
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 140%;
}

#globalNavi ul li:last-child .subMenu .oneLine p {
	width: 100%;
}

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

	Footer CSS

========================================== */
#globalFooter {
	background-color: #11284C;
	color: #ffffff;
	padding: 40px 0;
}

#globalFooter .wrapper {
	max-width: 1030px;
	margin: 0 auto;
	position: relative;
}

#globalFooter .wrapper ul {
	display: flex;
	margin: 0 0 40px 0;
}

#globalFooter .wrapper ul li {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #ffffff;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	font-size: 13px;
}

#globalFooter .wrapper ul li:last-child {
	border-width: 0;
	margin: 0;
	padding: 0;
}

#globalFooter .wrapper ul li a {
	color: #ffffff;
	text-decoration: underline;
}

#globalFooter .wrapper ul li a:hover {
	text-decoration: none;
}

#globalFooter .wrapper address {
	line-height: 160%;
	font-size: 13px;
}

#globalFooter .wrapper address span {
	font-weight: bold;
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 16px;
}

#globalFooter .wrapper p {
	font-size: 13px;
	position: absolute;
	bottom: 0;
	right: 0;
}
