@charset "UTF-8";
/*----------------------------------------------//*/
/* *Media Queries								//*/
/*----------------------------------------------//*/
/*tab*/
/*sp*/
/* ベースレイアウト */
/* ワイドレイアウト */
/* フォント　日本語フォント */
/* フォント　英語フォント */
/* フォントのベースサイズ*/
/* Clearfix */
/* Opacity */
/* Hover animation */
/* 黒いボタン */
/* グレーボタン */
/* ホワイトボタン */
/* 緑ボタン */
/* フォントサイズ*/
/* @include fsz(任意のサイズ,親要素のサイズ); ※px不要*/
/* 値を振り分け - choiceValue*/
/* @include cV(プロパティ,pc幅,tab~sp幅); or @include cV(プロパティ,pc幅,tab幅,sp幅);*/
/* ===================================================================
CSS information

 file name  :10th.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
.con_gnav {
  display: none;
}

/*----------------------------------------------------
	header　	ヘッダー
----------------------------------------------------*/
.con_lower_kv .box_lower_kv {
  padding-top: 100vh;
}
.con_lower_kv .box_lower_kv h2 {
  width: 70%;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lower_kv .box_lower_kv h2 {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_lower_kv .box_lower_kv h2 {
    width: 95%;
  }
}
.con_lower_kv .box_lower_kv h2 span {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", "Noto Serif JP", serif;
  font-size: 200%;
  /*sp*/
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 2  !important;
}
@media only screen and (max-width: 767px) {
  .con_lower_kv .box_lower_kv h2 span {
    font-size: 110%;
  }
}
.con_lower_kv .box_lower_kv h2 span b {
  font-size: 150%;
  /*sp*/
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_lower_kv .box_lower_kv h2 span b {
    font-size: 150%;
  }
}

/*----------------------------------------------------
	.box_slider　	スライド
----------------------------------------------------*/
.slick-slider .slick-list {
  padding: 0;
}

.slick-slider img {
  height: 100vh;
}

.box_slider {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*----------------------------------------------------
	#contents　	コンテンツ 共通設定
----------------------------------------------------*/
#page {
  font-size: 100%;
}

#contents {
  background-color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", "Noto Serif JP", serif;
  font-weight: normal !important;
  letter-spacing: .1em;
}
#contents #topickpath {
  margin: 0;
  padding: 20px;
  padding: 20px;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  #contents #topickpath {
    padding: 10px;
  }
}
#contents .con_10th {
  background-color: #fcfaf6 !important;
  background: url(../10th-anniversary/images/bg_intro.png) no-repeat;
  background-size: contain;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  #contents .con_10th {
    background: url(../10th-anniversary/images/bg_intro-sp.png) no-repeat;
    background-size: contain;
  }
}
#contents .box_intro, #contents .box_contest, #contents .box_event {
  max-width: 1260px;
  margin: auto;
  width: 95%;
}
#contents .box_intro .box .txt {
  line-height: 2.5;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  #contents .box_intro .box .txt {
    line-height: 2;
  }
}
#contents .en {
  font-family: "Playfair Display", serif;
}
#contents h5 .en {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", "Noto Serif JP", serif;
}
#contents p {
  line-height: 2.3;
  /*sp*/
  /*pc*/
}
@media only screen and (max-width: 767px) {
  #contents p {
    line-height: 2;
  }
}
@media only screen and (min-width: 1025px) {
  #contents p {
    font-size: 108%;
  }
}
@media print {
  #contents p {
    font-size: 108%;
  }
}
.ie8 #contents p {
  font-size: 108%;
}
#contents h4, #contents h5 {
  font-weight: normal;
}
#contents h4 {
  font-size: 208%;
  /*tab*/
  /*sp*/
  line-height: 1.1;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents h4 {
    font-size: 180%;
  }
}
@media only screen and (max-width: 767px) {
  #contents h4 {
    font-size: 130%;
  }
}
#contents h4 span.en {
  font-size: 50%;
  font-style: italic;
  color: #c3a462;
  letter-spacing: .1em;
}
#contents .sans {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}

/*----------------------------------------------------
	.box_intro　総支配人より挨拶
----------------------------------------------------*/
.box_intro {
  display: flex;
  display: flex;
  /*sp*/
  padding-bottom: 9em;
  /*tab*/
  /*sp*/
  border-bottom: solid #c88c0e 1px;
  width: 67%;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .box_intro {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_intro {
    padding-bottom: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .box_intro {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .box_intro {
    width: 100%;
  }
}
.box_intro h3 {
  padding-top: 5.8em;
  /*tab*/
  /*sp*/
  font-size: 200%;
  /*tab*/
  /*sp*/
  color: #555555 !important;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_intro h3 {
    padding-top: 2.8em;
  }
}
@media only screen and (max-width: 767px) {
  .box_intro h3 {
    padding-top: 1.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_intro h3 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .box_intro h3 {
    font-size: 122%;
  }
}
.box_intro .txt p {
  margin-bottom: 2.5em;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .box_intro .txt p {
    margin-bottom: 2em;
  }
}
.box_intro .txt .txt_right {
  text-align: right;
  font-size: 120%;
  display: block;
  margin-top: 3em;
}
.box_intro .intro_gm {
  padding-top: 11.7em;
  /*tab*/
  /*sp*/
  margin-left: 7em;
  /*tab*/
  /*sp*/
  text-align: center;
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_intro .intro_gm {
    padding-top: 12.2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_intro .intro_gm {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_intro .intro_gm {
    margin-left: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .box_intro .intro_gm {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_intro .intro_gm {
    margin-bottom: 2em;
  }
}

/*----------------------------------------------------
	.box_contest　フォトコンテエスト
----------------------------------------------------*/
.box_contest {
  text-align: center;
  background: url(../10th-anniversary/images/bg_st_10th.png) center 4.1em no-repeat;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contest {
    background: url(../10th-anniversary/images/bg_st_10th.png) center 2em/contain no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .box_contest {
    background: url(../10th-anniversary/images/bg_st_10th.png) center 2em/contain no-repeat;
  }
  .box_contest .txt, .box_contest .txt_thanks {
    text-align: left;
  }
}
.box_contest h3 {
  font-size: 340%;
  /*tab*/
  /*sp*/
  padding-top: 3em;
  /*tab*/
  /*sp*/
  line-height: 1.1;
  letter-spacing: 3px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contest h3 {
    font-size: 240%;
  }
}
@media only screen and (max-width: 767px) {
  .box_contest h3 {
    font-size: 140%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contest h3 {
    padding-top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_contest h3 {
    padding-top: 3.1em;
  }
}
.box_contest .box_photo {
  margin: 10em 0;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contest .box_photo {
    margin: 7em 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_contest .box_photo {
    margin: 3em 0;
  }
}
.box_contest .box_photo h4 {
  margin-bottom: 1em;
}
.box_contest .box_photo p {
  padding-bottom: 5em;
}
.box_contest .box_photo h5 {
  font-size: 150%;
  /*sp*/
  margin-bottom: 3.5em;
  /*tab*/
  /*sp*/
  background-color: #c88c0e;
  color: #fff;
  padding: .5em 0;
}
@media only screen and (max-width: 767px) {
  .box_contest .box_photo h5 {
    font-size: 110%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contest .box_photo h5 {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_contest .box_photo h5 {
    margin-bottom: 1.5em;
  }
}
.box_contest .box_photo h5.stt_result02 {
  background-color: #b7b5b2;
}
.box_contest .box_photo .box_result {
  margin-bottom: 8em;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .box_contest .box_photo .box_result {
    margin-bottom: 5em;
  }
}
.box_contest .box_photo .box_result dl dt {
  margin-bottom: 4em;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .box_contest .box_photo .box_result dl dt {
    margin-bottom: 2em;
  }
}
.box_contest .box_photo .box_result dl dt em {
  font-size: 108%;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .box_contest .box_photo .box_result dl dt em {
    font-size: 100%;
  }
}
.box_contest .box_photo .box_result dl dt strong {
  font-size: 136%;
  /*sp*/
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .box_contest .box_photo .box_result dl dt strong {
    font-size: 110%;
  }
}
.box_contest .box_photo .box_result dl dt span {
  font-size: 85%;
}
.box_contest .box_photo .txt_thanks {
  font-size: 115%;
  /*sp*/
  color: #f00;
  padding-top: 3em;
  /*tab*/
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .box_contest .box_photo .txt_thanks {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_contest .box_photo .txt_thanks {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_contest .box_photo .txt_thanks {
    padding-top: 0;
  }
}

/*----------------------------------------------------
	.box_event　イベント情報
----------------------------------------------------*/
.box_event {
  padding-bottom: 10em;
  padding-bottom: 10em;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_event {
    padding-bottom: 7em;
  }
}
@media only screen and (max-width: 767px) {
  .box_event {
    padding-bottom: 4em;
  }
}
.box_event h4 {
  text-align: center;
  margin: -1em 0 1em;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_event h4 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_event h4 {
    margin: 0 0 -1em;
  }
}
.box_event ul li {
  display: flex;
  /*sp*/
  padding: 5em 0;
  /*sp*/
  border-bottom: solid #c88c0e 1px;
}
@media only screen and (max-width: 767px) {
  .box_event ul li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .box_event ul li {
    padding: 3em 0;
  }
}
.box_event ul li p {
  width: 100%;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .box_event ul li p {
    width: 100%;
  }
}
.box_event ul li .box_txt {
  margin: 0 0 0 4em;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_event ul li .box_txt {
    margin: 0 0 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_event ul li .box_txt {
    margin: 0;
  }
}
.box_event ul li .box_txt .sans {
  background-color: #c88c0e;
  color: #fff;
  padding: .5em 1.5em;
  font-size: 120%;
  margin-bottom: .8em;
  display: inline-block;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .box_event ul li .box_txt .sans {
    margin: 1em auto;
    font-size: 100%;
  }
}
.box_event ul li .box_txt h5 {
  font-size: 120%;
  /*sp*/
  line-height: 2.5em;
  line-height: 2.5em;
  /*sp*/
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .box_event ul li .box_txt h5 {
    font-size: 110%;
  }
}
@media only screen and (max-width: 767px) {
  .box_event ul li .box_txt h5 {
    line-height: 1.8em;
  }
}
.box_event ul li .box_txt h5 span.en {
  font-size: 160%;
  /*tab*/
  /*sp*/
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", "Noto Serif JP", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_event ul li .box_txt h5 span.en {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .box_event ul li .box_txt h5 span.en {
    font-size: 130%;
  }
}
