@charset "utf-8";
/*----------------------------------------------------------
    初期設定
----------------------------------------------------------*/
@import url("reset.css");
@import url("init.css");
/*----------------------------------------------------------
    テキスト
----------------------------------------------------------*/
.indent1 {
	text-indent: 1em;
}
.indent2 {
	text-indent: 2em;
}
.inline > li {
	display: inline-block;
}
.txt-indent1 {
	text-indent: -1rem;
	padding-left: 1rem;
}
.txt-indent2 {
	text-indent: -1.7rem;
	padding-left: 1.7rem;
}
.txt_center {
	text-align: center;
}
.txt_red {
	color: #c30d23;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 14px!important;
	font-weight: normal!important;
}
img {
	width: 100%;
}
/*----------------------------------------------------------
    body
----------------------------------------------------------*/
body {
	background-color: #d0121b;
}
#container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #FFFEF5;
}
section {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 10% 0;
}
/*----------------------------------------------------------
    headbar
----------------------------------------------------------*/
#headbar {
	width: 100%;
	background: #fff;
	padding: 15px 0;
}
#headbar ul {
	width: 100%;
	max-width: 1230px;
	margin: auto;
	padding: 0 15px;
	display: table;
}
#headbar .logo-amone,
#headbar .logo_sommelier {
	display: table-cell;
	vertical-align: middle;
}
#headbar .logo_sommelier {
	text-align: right;
}
#headbar .logo-amone img {
	width: 413px;
	height: auto;
}
#headbar .logo_sommelier img {
	width: 499px;
	height: auto;
}
#headbar .logo_amone_sp,
#headbar .logo_sommelier_sp{
	display: none;
}
/*----------------------------------------------------------
    header
----------------------------------------------------------*/
/*----------------------------------------------------------
    footer
----------------------------------------------------------*/
.footer_wrap {
	width: 100%;
	height:56px;
	overflow:hidden;
     }
#footerLink {
	width: 100%;
	padding: 25px 5% 21px;
	background: #F2F2F2;
}
#footerLink ul {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
#footerLink ul li {
	display: inline-block;
	position: relative;
	margin: 4px 15px 4px 0;
	padding-right: 15px;
	line-height: 1.3;
}
#footerLink ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	border-right: solid 1px #ccc;
}
#footerLink ul li:last-child:after {
	border-right: none;
}
#footer .name {
	padding: 30px 0;
	background: #D5D5D5;
}
#footer .name p {
	max-width: 960px;
	margin: auto;
	font-size: 13px;
	text-align: center;
}
#footer .name p:first-child {
	font-size: 133.33%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer .copyright {
	padding: 15px 5% 20px;
	background: #fff;
}
#footer .copyright p {
	max-width: 960px;
	margin: auto;
	text-align: center;
}
#footer .copyright p img {
	width: 400px;
}
.pagetop {
	position: fixed;
	bottom: -100px;
	right: 20px;
	transition: 0.6s;
	z-index: 9999;
}
.pagetop:hover {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: .75;
	-moz-opacity: .75;
}
/*----------------------------------------------------------
   article
----------------------------------------------------------*/
