@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
html, body, div, span, object, iframe, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  color: #333;
  line-height: 1.8;
  font-size: 100%;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, input, select, textarea {
  vertical-align: middle;
}
a {
  color: #000;
  /*transition: 0.5s;*/
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.7;
}
/*Icon Fonts*/
@font-face {
  font-family: 'kokoro';
  src: url('../font/ipaexm.ttf'), url('../font/ipaexg.ttf');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e600";
}
.icon-twitter:before {
  content: "\e601";
}
.icon-pinterest:before {
  content: "\e602";
}
/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
body {
  font-family: sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 100;
  color: #333;
}
/*
=========================================
	Modules（Block）
=========================================
*/
#Contents #ContentsInner {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
#Main {
  margin: 0 auto !important;
  padding: 8px 0 0 !important;
  width: 100% !important;
}
#MainInner {
  border-top: medium none !important;
  margin: 0 auto !important;
  width: 100% !important;
  padding-top: 0 !important;
}
#Main .BreadCrumb {
  border-bottom: 1px solid #dcdcd5;
  margin: 0 auto !important;
  padding-bottom: 6px;
  width: 980px !important;
}
#Footer {
  margin: 0 auto !important;
}
#cn-asahi {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 980px;
}
#cn-top-wrapper {
  clear: both;
  width: 100%;
}
#cn-wrapper {
  width: 100%;
}
#cn-container {
  margin: 0 auto;
  width: 980px;
}
#cn-content {
  margin: 10px auto;
  width: 980px;
}
#cn-main {
  float: left;
  /*width: 640px;*/
  width: auto;
}
#cn-side {
  float: right;
  width: 300px;
}
/*
=========================================
	Each page（Original）
=========================================
*/
.intro {
  font-size: 14px;
}
.intro h1 span {
  font-size: 16px;
}
#mainv {
  margin-bottom: 30px;
  text-align: center;
}
#mainv span {
  display: inline-block;
  padding-top: 8px;
}
.lead {
  padding: 0 20px;
  font-size: 16px;
}
.article {
  background: #fff;
  margin-bottom: 30px;
}
.article_inner {
  padding: 0 20px 20px 20px;
  margin-bottom: 40px;
}
.article_inner h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #ef0101;
}
.article_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  border-right: solid 9px #ef0101;
  border-bottom: double 6px #ef0101;
  padding: 10px 0 15px;
  margin: 50px 0;
}
.article p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}
.article p:last-of-type {
  margin-bottom: 60px;
}
.article .img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}
.article .img img {
  box-sizing: border-box;
}
.article .cap {
  padding: 8px 0;
  font-size: 13px;
  margin-bottom: 0;
}
.article .link {
  text-align: center;
  margin-bottom: 40px;
}
.article .link a {
  display: inline;
  text-decoration: underline;
}
.article .ques {
  color: #b32424;
  margin-bottom: 20px;
}
.article_inner a {
  color: #ef0101;
  text-decoration: none;
}
.article_inner a:hover {
  color: #ef0101;
}
.article_inner a.link2 {
  color: #ef0101;
  text-decoration: none;
  padding-bottom: 4px;
}
.article_inner a.link2:hover {
  color: #ef0101;
  border-bottom: 2px dotted #ef0101;
}
sup {
  font-size: 70%;
}
.logo img {
  width: 220px;
  height: auto;
  display: block;
  margin: 20px auto 30px;
}
.logo p {
  text-align: center;
}
.drinking img {
  width: 600px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}
/*
=========================================
	Modules（Parts）
=========================================
*/
#credit {
  text-align: right;
  margin-top: 10px;
  font-size: 70%;
}
#cn-main .intro h1 {
  border-right: solid 9px #ef0101;
  border-top: double 6px #ef0101;
  padding: 25px 20px 15px 0;
  font-size: 26px;
}
#cn-main #sns {
  text-align: right;
  padding: 15px 0 5px 0;
  margin-bottom: 40px;
}
/*btn_page
--------------------*/
#btn_page {
  width: 300px;
  margin: 0 auto;
}
#btn_page li {
  float: left;
}
#btn_page li {
  width: 60px;
  height: 40px;
}
#btn_page a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/btn_page.gif) no-repeat;
  background-size: 280px 80px;
}
#btn_page .btn01 a {
  background-position: 0 0;
}
#btn_page .btn02 a {
  background-position: -60px 0;
}
#btn_page .btn03 a {
  background-position: -120px 0;
}
#btn_page .btn04 a {
  background-position: -180px 0;
}
#btn_page .btn05 a {
  background-position: -240px 0;
}
#btn_page .btn01 a:hover, #btn_page .btn01.active a {
  background-position: 0 -40px;
}
#btn_page .btn02 a:hover, #btn_page .btn02.active a {
  background-position: -60px -40px;
}
#btn_page .btn03 a:hover, #btn_page .btn03.active a {
  background-position: -120px -40px;
}
#btn_page .btn04 a:hover, #btn_page .btn04.active a {
  background-position: -180px -40px;
}
#btn_page .btn05 a:hover, #btn_page .btn05.active a {
  background-position: -240px -40px;
}
#article_side {
  background-color: fff;
  border-top: 6px double #ef0101;
}
#article_side li {
  background-color: fff;
  padding: 15px 5px 15px 12px;
  border-bottom: 1px double #ef0101;
  font-size: 14px;
}
#article_side #side_title {
  border-top: 4px solid #ef0101;
  font-size: 18px;
}
#article_side .side_last {
  border-bottom: 1px solid #ef0101;
}
#article_side li a {
  padding-left: 20px;
  display: inline;
  position: relative;
}
#article_side li a:hover {
  color: #ef0101;
  text-decoration: none;
  border-bottom: 1px solid #ef0101;
  padding-bottom: 3px;
}
#article_side li a::before {
  left: 2px;
  width: 7px;
  height: 3px;
  background: #ef0101;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#article_side li a::after {
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ef0101;
  border-right: 3px solid #ef0101;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#cn-side p {
  margin-top: 20px;
}
.side_fixed {
  position: fixed;
  top: 20px;
  width: 300px;
}
/*
=========================================
	Utilities
=========================================
*/
/* width
---------------------------------*/
.u-w600 {
  width: 600px;
}
/* パディング
---------------------------------*/
.u-pt50 {
  padding-top: 50px;
}
/* マージン
---------------------------------*/
.u-mt0 {
  margin-top: 0;
}
.u-mt5 {
  margin-top: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mb0 {
  margin-bottom: 0;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mb300 {
  margin-bottom: 300px;
}
/* 左右行揃え
---------------------------------*/
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
/* バックグラウンドカラー
---------------------------------*/
.u-bg-gray {
  background-color: #C8C8C8;
}
.u-bg-yellow {
  background-color: #FFFFCC;
}
.u-bg-pink {
  background-color: #FFD6D9;
}
.u-bg-lightBlue {
  background-color: #D2EFFF;
}
.u-bg-purple {
  background-color: #F4F4F4;
}
/* common-color
---------------------------------*/
/* フロート／フロート解除
---------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* 表示調整
---------------------------------*/
/*SP*/
.u-sp {
  display: block;
}
.u-pc {
  display: none;
}
/* text
---------------------------------*/
.f80 {
  font-size: 85% !important;
}
.f70 {
  font-size: 70% !important;
}
.tRight {
  text-align: right;
}
rt {
  font-size: 5px;
}
/* column
---------------------------------*/
.article .column3 {
  margin-bottom: 30px;
}
.article .column3 li {
  float: left;
  display: block;
  width: 190px;
  margin-right: 15px;
}
.article .column3 li:last-child {
  margin-right: 0;
}
/* column
---------------------------------*/
.column {
  margin: 0 0 50px;
  background: #FFFCD3;
}
.column .column_title {
  margin: 50px 0 0;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #ef0101;
}
.column .column_inner {
  padding: 20px 20px 0;
}
.column .img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
/* product
---------------------------------*/
.product {
  margin: 0 0 30px;
  padding: 20px 20px 0;
  border: 2px solid #ef0101;
}
.product .img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
a.premal {
  color: #000;
}
a.premal:hover {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
/* clear
---------------------------------*/
.clr {
  clear: both
}
/* 20190419
-------------------------------- */
.img-cmn-01 {
  max-width: 320px;
  width: 100%;
}
.img-cmn-02 {
  /*max-width: 540px;*/
  max-width: 700px;
  width: 100%;
}
.img-cmn-03 {
  /*max-width: 540px;*/
  max-width: 500px;
  width: 100%;
}
.article .notes {
  font-size: 80%;
}