@charset "UTF-8";

/* Normalize
--------------------------------*/
html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: .3s;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: baseline;
  border: 1px solid;
  text-align: left;
}

/* Remove Margin
--------------------------------*/
*:first-child,
.paragraph:first-child,
.widget:first-child,
.post:first-child {
  margin-top: 0;
}

*:last-child,
.paragraph:last-child,
.widget:last-child,
.post:last-child {
  margin-bottom: 0;
}

/* Heading
--------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
}

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

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.center {
  text-align: center;
}

/* Site Width
--------------------------------*/
.site {
  max-width: 720px;
  margin: 0 auto;
}

.backnumber {
  margin: 64px 0 32px;
}

.backnumber__caption {
  line-height: 1;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  font-size: 1em;
  text-align: center;
}

.backnumber-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto;
}

.backnumber-banner__item {
  flex: 0 0 334px;
  margin-top: 10px;
}

.backnumber-banner__item:nth-child(-n+2) {
  margin-top: 0;
}

footer {
  padding-bottom: 32px;
  text-align: center;
}

/* Main
--------------------------------*/
h2 {
  line-height: 2.533;
  margin: 0 -5px 20px;
  padding: 0 8px;
  border: solid #EAC641;
  border-width: 3px 0 1px;
  color: #EAC641;
  font-size: 15px;
}

.cocktail_night {
  background: url(/assets/images/old-plan/cocktail_night/bg_cocktail.jpg) no-repeat right 435px #000;
  color: #fff;
}

.note {
  padding-left: 24px;
  background: url(/assets/images/old-plan/cocktail_night/icon_heart.png) no-repeat 0 0;
}

#cocktail_header {
  padding: 0 40px 24px;
}

.cocktail_desc {
  margin: 32px 0;
  font-size: 15px;
  font-weight: bold;
}

#cocktail_first {
  width: 550px;
  padding: 0 40px;
}

#cocktail_first p {margin-bottom: 2em}

#cocktail_first .cocktail_caption {
  line-height: 2;
  margin-bottom: 8px;
  padding: 0 5px;
  border-bottom: 1px solid;
  font-size: 15px;
  font-weight: bold;
}

#cocktail_first .cocktail_caption + p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
}

.cocktail_cast {
  list-style: none;
  overflow: hidden;
  line-height: 2.8;
  margin: 1em -32px 1em 0;
  padding: 0;
  text-align: center;
}

.cocktail_cast li {
  float: left;
  margin-right: 32px;
}

.cocktail_sec {
  margin-bottom: 48px;
  padding: 0 15px;
}

.cocktail_detail dt {font-size: 16px}

.cocktail_detail dd {margin: 0 0 1.5em 1.5em}

.cocktail_detail .second {
  float: left;
  width: 40%;
}

.cocktail_detail dd.second {clear: left}

.cocktail_detail .addition {
  clear: both;
  color: #EAC641;
  font-weight: bold;
}

.cocktail_detail + p {margin-bottom: 36px}

.cocktail_inner_sec {
  float: left;
  width: 320px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  border-radius: 8px;
  background: #333;
}

.cocktail_inner_sec.even {float: right}

.cocktail_inner_sec h3 {
  margin: 0 -10px 12px 0;
  padding-left: 20px;
  background: url(/assets/images/old-plan/cocktail_night/icon_cocktail.png) no-repeat left;
  color: #EB73AC;
  font-size: 16px;
  text-shadow: 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff;
}

.cocktail_inner_sec + p {
  clear: both;
  padding-top: 14px;
}

.cocktail_contact {
  text-align: center;
}