@charset "UTF-8";
/***************************************************************/
/* リセット ******************************/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  appearance: button;
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/***************************************************************/
/* body ******************************/
body#becks {
  /* BECK'S */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  word-break: break-word;
}

/***************************************************************/
/* aタグテキストリンク（デフォルト） ******************************/
a.linkText {
  color: #004699;
  text-decoration: underline;
}
a.linkText:hover, a.linkText:focus {
  text-decoration: none;
}
a:focus {
  outline: auto;
}

/***************************************************************/
/* buttonタグ（デフォルト） ******************************/
button:focus {
  outline: auto;
}

/***************************************************************/
/* 各テンプレート ******************************/
.tpl_outer {
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #333;
}
@media only screen and (max-width: 567px) {
  .tpl_outer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tpl_outer * {
  box-sizing: border-box;
}
.tpl_outer *::before, .tpl_outer *::after {
  box-sizing: border-box;
}
body#honnoriya #ContentsBody > .container > .item-display > .tpl_outer {
  /* ほんのり屋 */
  padding-bottom: 80px;
}
body#kiraku #ContentsBody > .container > .item-display > .tpl_outer {
  /* いろり庵きらく */
  padding-bottom: 80px;
}
body#corporate #ContentsBody > .container > .item-display > .tpl_outer {
  /* 企業サイト */
  padding-bottom: 80px;
}
.tpl_outer .firstHeader {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .firstHeader {
    text-align: left;
  }
}
.tpl_outer .firstHeader > span.mainTitle {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: normal;
}
.tpl_outer .firstHeader + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .firstHeader {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft {
  width: fit-content;
  display: block;
  margin: 37px 0 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.35;
}
.tpl_outer .firstHeader + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .secondHeader_alignLeft {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter {
  width: fit-content;
  display: block;
  margin: 37px auto 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .secondHeader_alignCenter {
    margin-left: 0;
    margin-right: 0;
  }
}
.tpl_outer .firstHeader + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .secondHeader_alignCenter {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .text_alignLeft {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.tpl_outer .text_alignLeft > p {
  margin-top: 0;
  margin-bottom: 1em;
}
.tpl_outer .text_alignLeft > p:last-of-type {
  margin-bottom: 0;
}
.tpl_outer .firstHeader + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .text_alignLeft {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .text_alignCenter {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.tpl_outer .text_alignCenter > p {
  margin: 0;
  margin-bottom: 1em;
}
.tpl_outer .text_alignCenter > p:last-of-type {
  margin-bottom: 0;
}
.tpl_outer .firstHeader + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .text_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .image_alignLeft {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.tpl_outer .image_alignLeft > p {
  width: fit-content;
  margin: 0;
  text-align: left;
}
.tpl_outer .image_alignLeft > p > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.tpl_outer .firstHeader + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .image_alignLeft {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .image_alignCenter {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.tpl_outer .image_alignCenter > p {
  width: fit-content;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.tpl_outer .image_alignCenter > p > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.tpl_outer .firstHeader + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .image_alignCenter {
  margin-top: 60px;
}

.tpl_outer .image_w100per {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 0;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .image_w100per {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.tpl_outer .image_w100per > p {
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.tpl_outer .image_w100per > p > img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
.tpl_outer .firstHeader + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .image_w100per {
  margin-top: 60px;
}

.tpl_outer .list_col2 {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .list_col2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.tpl_outer .list_col2 p {
  margin: 0;
  margin-bottom: 1em;
}
.tpl_outer .list_col2 p:last-of-type {
  margin-bottom: 0;
}
.tpl_outer .list_col2.image > .list_col2_inner {
  width: 100%;
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto;
  gap: 0 4%;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .list_col2.image > .list_col2_inner {
    display: block;
  }
}
.tpl_outer .list_col2.image > .list_col2_inner > .firstContents, .tpl_outer .list_col2.image > .list_col2_inner > .secondContents {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .list_col2.image > .list_col2_inner > .firstContents, .tpl_outer .list_col2.image > .list_col2_inner > .secondContents {
    display: block;
  }
}
.tpl_outer .list_col2.image > .list_col2_inner > .firstContents img, .tpl_outer .list_col2.image > .list_col2_inner > .secondContents img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
.tpl_outer .list_col2.image > .list_col2_inner > .firstContents > .first_text {
  margin-top: 20px;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .list_col2.image > .list_col2_inner > .secondContents {
    margin-top: 40px;
  }
}
.tpl_outer .list_col2.image > .list_col2_inner > .secondContents > .second_text {
  margin-top: 20px;
}
.tpl_outer .list_col2.textRight > .list_col2_inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .list_col2.textRight > .list_col2_inner {
    display: block;
  }
}
.tpl_outer .list_col2.textRight > .list_col2_inner > .firstContents, .tpl_outer .list_col2.textRight > .list_col2_inner > .secondContents {
  display: block;
  width: 48%;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .list_col2.textRight > .list_col2_inner > .firstContents, .tpl_outer .list_col2.textRight > .list_col2_inner > .secondContents {
    width: 100%;
  }
}
.tpl_outer .list_col2.textRight > .list_col2_inner > .firstContents img, .tpl_outer .list_col2.textRight > .list_col2_inner > .secondContents img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
.tpl_outer .list_col2.textLeft > .list_col2_inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .list_col2.textLeft > .list_col2_inner {
    display: block;
  }
}
.tpl_outer .list_col2.textLeft > .list_col2_inner > .firstContents, .tpl_outer .list_col2.textLeft > .list_col2_inner > .secondContents {
  display: block;
  width: 48%;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .list_col2.textLeft > .list_col2_inner > .firstContents, .tpl_outer .list_col2.textLeft > .list_col2_inner > .secondContents {
    width: 100%;
  }
}
.tpl_outer .list_col2.textLeft > .list_col2_inner > .firstContents img, .tpl_outer .list_col2.textLeft > .list_col2_inner > .secondContents img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
.tpl_outer .firstHeader + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .list_col2 {
  margin-top: 60px;
}

.tpl_outer .list_col3 {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .list_col3 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.tpl_outer .list_col3 p {
  margin: 0;
  margin-bottom: 1em;
}
.tpl_outer .list_col3 p:last-of-type {
  margin-bottom: 0;
}
.tpl_outer .list_col3.image > .list_col3_inner {
  width: 100%;
  display: grid;
  grid-template-columns: 31% 31% 31%;
  grid-template-rows: auto;
  gap: 0 3.5%;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .list_col3.image > .list_col3_inner {
    display: block;
  }
}
.tpl_outer .list_col3.image > .list_col3_inner > .firstContents, .tpl_outer .list_col3.image > .list_col3_inner > .secondContents, .tpl_outer .list_col3.image > .list_col3_inner > .thirdContents {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.tpl_outer .list_col3.image > .list_col3_inner > .firstContents img, .tpl_outer .list_col3.image > .list_col3_inner > .secondContents img, .tpl_outer .list_col3.image > .list_col3_inner > .thirdContents img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
.tpl_outer .list_col3.image > .list_col3_inner > .firstContents > .first_text {
  margin-top: 20px;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .list_col3.image > .list_col3_inner > .secondContents {
    margin-top: 40px;
  }
}
.tpl_outer .list_col3.image > .list_col3_inner > .secondContents > .second_text {
  margin-top: 20px;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .list_col3.image > .list_col3_inner > .thirdContents {
    margin-top: 40px;
  }
}
.tpl_outer .list_col3.image > .list_col3_inner > .thirdContents > .third_text {
  margin-top: 20px;
}
.tpl_outer .firstHeader + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .list_col3 {
  margin-top: 60px;
}

.tpl_outer .movieInclude {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .movieInclude {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.tpl_outer .movieInclude > .movieInclude_inner {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}
.tpl_outer .movieInclude > .movieInclude_inner > iframe {
  width: 100%;
  height: 100%;
}
.tpl_outer .firstHeader + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignLeft + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .secondHeader_alignCenter + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .image_alignLeft + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .image_alignCenter + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .image_w100per + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .text_alignCenter + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .text_alignLeft + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .list_col2 + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .list_col3 + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .movieInclude + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .eventInfo + .movieInclude {
  margin-top: 60px;
}

.tpl_outer .eventInfo {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 0;
  padding-left: 20%;
  padding-right: 20%;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .eventInfo {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.tpl_outer .eventInfo p {
  margin: 0;
  margin-bottom: 1em;
}
.tpl_outer .eventInfo p:last-of-type {
  margin-bottom: 0;
}
.tpl_outer .eventInfo > .eventInfo_inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 35px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .eventInfo > .eventInfo_inner {
    display: block;
    padding: 15px;
  }
}
body#becks .tpl_outer .eventInfo > .eventInfo_inner {
  /* BECK'S */
  border-color: #B30016;
  background-color: #fffafc;
}
.tpl_outer .eventInfo > .eventInfo_inner > .firstContents {
  width: 40%;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .eventInfo > .eventInfo_inner > .firstContents {
    width: 100%;
  }
}
.tpl_outer .eventInfo > .eventInfo_inner > .firstContents img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
.tpl_outer .eventInfo > .eventInfo_inner > .secondContents {
  display: block;
  width: 55%;
}
@media only screen and (max-width: 567px) {
  .tpl_outer .eventInfo > .eventInfo_inner > .secondContents {
    width: 100%;
  }
}
.tpl_outer .eventInfo > .eventInfo_inner > .secondContents .eventInfo_dateHeader {
  display: block;
  width: fit-content;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 #ccc, -1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px -1px 0 #ccc, 0px 1px 0 #ccc, -1px 0 #ccc, -1px 0 0 #ccc, 1px 0 0 #ccc;
  color: #ccc;
}
body#becks .tpl_outer .eventInfo > .eventInfo_inner > .secondContents .eventInfo_dateHeader {
  /* BECK'S */
  color: #B30016;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .eventInfo > .eventInfo_inner > .secondContents .eventInfo_dateHeader {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 567px) {
  .tpl_outer .eventInfo > .eventInfo_inner > .secondContents .eventInfo_dateHeader {
    margin-top: 20px;
    font-size: 1.75rem;
  }
}
.tpl_outer .eventInfo > .eventInfo_inner > .secondContents .eventInfo_dateHeader span.mini {
  font-size: 1.125rem;
  vertical-align: middle;
  margin-right: 6px;
}
@media only screen and (max-width: 999px) {
  .tpl_outer .eventInfo > .eventInfo_inner > .secondContents .eventInfo_dateHeader span.mini {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 567px) {
  .tpl_outer .eventInfo > .eventInfo_inner > .secondContents .eventInfo_dateHeader span.mini {
    font-size: 0.75rem;
    margin-right: 0;
  }
}
.tpl_outer .movieInclude + .eventInfo {
  margin-top: 60px;
}

.tpl_outer .linkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 210px;
  min-height: 30px;
  padding: 5px 35px 5px 35px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.75rem;
  color: #004699;
  background-color: #fff;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  position: relative;
}
body#becks .tpl_outer .linkBtn {
  /* BECK'S */
  color: #333;
}
.tpl_outer .linkBtn.fontBold {
  font-weight: bold;
}
.tpl_outer .linkBtn.nextPage {
  padding: 5px 35px 5px 35px;
}
.tpl_outer .linkBtn.nextPage::after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 13px;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 7px solid #999;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.tpl_outer .linkBtn.backPage {
  padding: 5px 35px 5px 35px;
}
.tpl_outer .linkBtn.backPage::after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 13px;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 7px solid #999;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.tpl_outer .linkBtn[href$=".pdf"]:not([class*=next]):not([class*=back]) {
  padding: 5px 35px 5px 35px;
}
.tpl_outer .linkBtn[href$=".pdf"]:not([class*=next]):not([class*=back])::after {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 12px;
  margin-top: auto;
  margin-bottom: auto;
  background: url(/img/common/ico_pdf_1.png) no-repeat left top;
  background-size: 13px 17px;
}
body#becks .tpl_outer .linkBtn[href$=".pdf"]:not([class*=next]):not([class*=back])::after {
  /* BECK'S */
  background: none;
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  font-size: 1rem;
  vertical-align: bottom;
}
.tpl_outer .linkBtn[target=_blank]:not([href$=".pdf"]) {
  padding: 5px 35px 5px 35px;
}
.tpl_outer .linkBtn[target=_blank]:not([href$=".pdf"])::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  background: url(/lib/img/common/icon_newwin.svg) no-repeat left top;
}
.tpl_outer .linkBtn.left {
  margin-right: auto;
}
.tpl_outer .linkBtn.right {
  margin-left: auto;
}
.tpl_outer .linkBtn.center {
  margin-left: auto;
  margin-right: auto;
}
.tpl_outer .linkBtn:hover {
  background-color: #faf9f6;
  opacity: 0.7;
}
.tpl_outer .linkBtn:focus {
  opacity: 0.8;
  background-color: #dedede;
}/*# sourceMappingURL=brandinfo_template.css.map */