@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0 15px;
    box-sizing: border-box; } }
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1000px;
    margin: 0 auto; } }

.hero {
  text-align: center; }
  .hero img {
    width: 100%; }

h1 {
  margin: 0;
  padding: 0; }

.intro {
  background: #222423; }
  @media only screen and (max-width: 767px) {
    .intro {
      padding: 60px 15px; } }
  @media only screen and (min-width: 768px) {
    .intro {
      padding: 150px 0 120px; } }
  @media only screen and (min-width: 768px) {
    .intro__content {
      margin: 0 auto;
      max-width: 900px; } }
  .intro__content p {
    text-align: left;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .intro__content p {
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .intro__content p {
        font-size: 1.05rem;
        line-height: 2.0rem;
        margin: 0 0 15px; } }

.bg {
  background-image: url("../img/bg.png");
  background-repeat: repeat-x;
  height: 100px; }

.bg_02 {
  background-image: url("../img/bg_02.png");
  background-repeat: repeat-x;
  height: 100px; }

@media only screen and (max-width: 767px) {
  .outline {
    padding: 60px 15px; } }
@media only screen and (min-width: 768px) {
  .outline {
    padding: 100px 0; } }
.outline__ttl {
  text-align: center;
  font-family: "Sawarabi Mincho";
  letter-spacing: 0.2em; }
  @media only screen and (max-width: 767px) {
    .outline__ttl {
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .outline__ttl {
      font-size: 1.9rem;
      margin: 0 0 60px; } }
@media only screen and (min-width: 768px) {
  .outline__content {
    margin: 0 auto;
    max-width: 900px; } }
.outline dl {
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: #fff solid 1px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .outline dl {
      margin: 0 auto 15px;
      padding: 0 0 15px;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .outline dl {
      width: 80%;
      margin: 0 auto 15px;
      padding: 0 10px 15px; } }
  .outline dl dt {
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .outline dl dt {
        width: 100%;
        margin: 0 0 5px;
        padding: 0; } }
    @media only screen and (min-width: 768px) {
      .outline dl dt {
        width: 20%; } }
  @media only screen and (max-width: 767px) {
    .outline dl dd {
      width: 100%;
      margin: 0;
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    .outline dl dd {
      width: 80%; } }
.outline .note {
  margin: 40px 0 0; }
  .outline .note ul {
    margin: 0 0 0 25px;
    padding: 0; }
    .outline .note ul li {
      margin: 0 0 5px; }
.outline .note-ttl {
  margin: 0 0 10px;
  font-weight: 600; }

.special__content {
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .special__content {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .special__content {
      justify-content: space-between;
      margin: 50px 0 0; } }
.special__image {
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .special__image {
      width: 80%; } }
  @media only screen and (min-width: 768px) {
    .special__image {
      width: 30%; } }
.special__text {
  align-self: center; }
  @media only screen and (max-width: 767px) {
    .special__text {
      margin: 30px 0 0;
      width: 90%; } }
  @media only screen and (min-width: 768px) {
    .special__text {
      width: 60%; } }
.special__text-ttl {
  font-family: "Sawarabi Mincho";
  margin: 0 0 30px; }
  @media only screen and (max-width: 767px) {
    .special__text-ttl {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 768px) {
    .special__text-ttl {
      font-size: 1.4rem;
      font-weight: 600; } }
  .special__text-ttl span {
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .special__text-ttl span {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .special__text-ttl span {
        font-size: 1.1rem; } }
.special .detail {
  display: flex;
  padding: 0;
  box-sizing: border-box;
  border: none; }
  @media only screen and (max-width: 767px) {
    .special .detail {
      margin: 0 auto 15px;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .special .detail {
      width: 100%;
      margin: 0 0 15px; } }
  .special .detail:last-child {
    margin: 0; }
  .special .detail dt {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .special .detail dt {
        width: 100%;
        margin: 0 0 0 -5px; } }
    @media only screen and (min-width: 768px) {
      .special .detail dt {
        width: 25%;
        margin: 0; } }
  .special .detail dd {
    margin: 0;
    padding: 0;
    line-height: 1.8rem; }
    @media only screen and (max-width: 767px) {
      .special .detail dd {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .special .detail dd {
        width: 75%; } }
.special__sample {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0; }
  @media only screen and (max-width: 767px) {
    .special__sample {
      flex-wrap: wrap; } }
.special__sample-item {
  position: relative;
  overflow: hidden;
  background: #ccc; }
  @media only screen and (max-width: 767px) {
    .special__sample-item {
      width: 48%;
      height: 150px;
      margin: 0 0 13px; } }
  @media only screen and (min-width: 768px) {
    .special__sample-item {
      width: 23%;
      height: 200px;
      cursor: pointer; } }
  .special__sample-item:hover {
    opacity: 0.8; }
  .special__sample-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    width: 100%; }
.special__note {
  margin: 50px 0 0; }
  .special__note .note-ttl {
    margin: 0 0 10px;
    font-weight: 600; }
  .special__note ul {
    list-style: none;
    padding: 0; }
    .special__note ul li {
      margin: 0 0 5px;
      padding: 0 0 0 30px;
      position: relative; }
      .special__note ul li:before {
        position: absolute;
        display: inline-block;
        content: '※';
        top: 0;
        left: 5px; }

.guest {
  background: #222423; }
  @media only screen and (max-width: 767px) {
    .guest {
      padding: 60px 15px; } }
  @media only screen and (min-width: 768px) {
    .guest {
      padding: 100px 0; } }
  .guest__ttl {
    text-align: center;
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.2em; }
    @media only screen and (max-width: 767px) {
      .guest__ttl {
        margin: 0 0 40px; } }
    @media only screen and (min-width: 768px) {
      .guest__ttl {
        font-size: 1.9rem;
        margin: 0 0 60px; } }
  @media only screen and (min-width: 768px) {
    .guest__content {
      margin: 0 auto;
      max-width: 900px; } }
  .guest__item {
    display: flex;
    margin: 0 0 50px; }
    @media only screen and (max-width: 767px) {
      .guest__item {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .guest__item {
        align-items: flex-start; } }
    .guest__item:last-child {
      margin: 0; }
  @media only screen and (max-width: 767px) {
    .guest__image {
      width: 80%;
      margin: 0 auto;
      order: 1; } }
  @media only screen and (min-width: 768px) {
    .guest__image {
      width: 35%; } }
  .guest__name {
    font-family: "Sawarabi Mincho";
    background: #000;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .guest__name {
        width: 80%;
        font-size: 1.1rem;
        text-align: center;
        margin: 10px auto 0;
        padding: 15px 20px;
        order: 2; } }
    @media only screen and (min-width: 768px) {
      .guest__name {
        font-size: 1.4rem;
        padding: 20px 50px; } }
    @media only screen and (max-width: 767px) {
      .guest__name span {
        font-size: 0.8rem; } }
    @media only screen and (min-width: 768px) {
      .guest__name span {
        font-size: 1.0rem; } }
  .guest .kojima {
    justify-content: flex-end; }
  @media only screen and (min-width: 768px) {
    .guest .left {
      margin-right: 40px; } }
  @media only screen and (min-width: 768px) {
    .guest .right {
      margin-left: 40px; } }

@media only screen and (max-width: 767px) {
  .contact {
    padding: 60px 0 100px; } }
@media only screen and (min-width: 768px) {
  .contact {
    padding: 100px 0 150px; } }
.contact__ttl {
  text-align: center;
  font-family: "Sawarabi Mincho";
  letter-spacing: 0.2em; }
  @media only screen and (max-width: 767px) {
    .contact__ttl {
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .contact__ttl {
      font-size: 1.9rem;
      margin: 0 0 60px; } }
@media only screen and (max-width: 767px) {
  .contact__content {
    margin: 0 0 50px; } }
@media only screen and (min-width: 768px) {
  .contact__content {
    margin: 0 auto;
    max-width: 900px; } }
.contact__content p {
  text-align: center;
  line-height: 1.9rem; }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }

.global_head {
  margin: 0;
  padding: 0; }
