@charset "UTF-8";
/*!
	Theme Name:		SMART-WP-MINIMUM
	Theme URI:		https://github.com/zionboogie/smart-wp-minimum3.0
	Description:	最小限必要と思われる構成のテンプレート
	Author:			rhythmfactory
	Author URI:		https://rfs.jp/
	Version:		3.0
	Requires at least: 5.3
	Tested up to: 5.6
	Requires PHP: 5.6
	License:		GNU General Public License v2 or later
	License URI:	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  smart-wp-minimum
	Tags: two-columns, accessibility-ready, threaded-comments
	*/
/*#########################################################
WordPress必須クラス
#########################################################*/
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter,
.screen-reader-text {
  /**/ }

/*#########################################################

読み込み

#########################################################*/
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/*#########################################################

基本設定

#########################################################*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  src: url("/diamond-burger/wp-content/themes/diamond-burger/_src/asset/font/Impact.ttf") format("ttf");
  font-family: "Impact", "sans-serif";}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ2：モバイルファースト用（デスクトップファーストの場合はコメントアウト）
$breakpoints: (
	// タブレット
	'md': 'screen and (min-width: ' + ($screen-sm-max + 1) + ') and (max-width: ' + ($screen-md-max) + ')',
	// デスクトップ
	'lg': 'screen and (min-width: ' + ($screen-sm-max + 1) + ')',
) !default;


// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
main {
  background: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    main {
      background: #fff; } }
  @media screen and (max-width: 767px) {
    main {
      background: #fff; } }

/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: "Impact","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  color: #000;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.5; } }

p {
  margin-bottom: 1rem; }

a {
  color: #d62829;
  transition: all 0.5s ease-out; }
  a:visited {
    color: #d62829; }
  a:focus {
    color: #d64a28; }
  a:hover {
    color: #d64a28;
    opacity: 0.6; }
  a:active {
    color: #d62829; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3.2rem; }

h3 {
  font-size: 2.8rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.6rem; }

textarea {
  border: 1px solid #959595;
  font-family: sans-serif;}

input {
  border: 1px solid #959595;
  font-family: sans-serif;}

table {
  border-collapse: collapse; }

ul, ol {
  list-style: inside; }

/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
/*
.pc{
	display: none !important;
	@include mq(lg){
		display: inherit !important;
	}
}
.sp{
	display: inherit !important;
	@include mq(lg){
		display: none !important;
	}
}
*/
/* ========================================================
PC版・SP版専用設定(PCファースト用)
=========================================================*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pc {
    display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .sp {
      display: inherit !important; } }

/* ========================================================
矢印
=========================================================*/
.arrow.-opendown::before, .arrow.-openup::before, .arrow.-openleft::before, .arrow.-openright::before {
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

.arrow.-up::after, .arrow.-down::after, .arrow.-left::after, .arrow.-right::after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-indent: -10000px;
  width: 9px;
  height: 9px; }
  .arrow::after, .arrow::before {
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    margin: auto;
    vertical-align: middle; }
  .arrow.-opendown::before, .arrow.-openup::before {
    transform: rotate(-45deg); }
  .arrow.-opendown::before {
    transform: rotate(135deg); }
  .arrow.-openleft::before, .arrow.-openright::before {
    transform: rotate(45deg); }
  .arrow.-openleft::before {
    transform: rotate(-135deg); }
  .arrow.-up, .arrow.-down {
    width: 9px; }
    .arrow.-up::before, .arrow.-down::before {
      right: 0;
      width: 1px;
      height: 9px;
      background: #000; }
    .arrow.-up::after, .arrow.-down::after {
      transform: rotate(-45deg); }
  .arrow.-down::after {
    transform: rotate(135deg); }
  .arrow.-left::before, .arrow.-right::before {
    width: 9px;
    height: 1px;
    background: #000; }
  .arrow.-left::after, .arrow.-right::after {
    transform: rotate(45deg); }
  .arrow.-left::after {
    transform: rotate(-135deg); }

/*#########################################################

プロジェクト専用

#########################################################*/
/* ========================================================
よく使うComponents
=========================================================*/
/* ========================================================
ボタン
=========================================================*/
.default-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 4rem;
  color: #fff;
  background-color: #222; }
  .default-button:hover {
    background: #ff4e50; }
.btn {
    text-align: center;
    display: flex;
    border-radius: 4rem;
    margin: auto;
}
.btn a, .btn input {
    margin: auto;
    text-decoration: none;
    font-size: 2.6rem;
    font-family: "Impact", "sans-serif";
    color: #fff;
    padding: 1rem 4rem;
    background: #0277a2;
    border-radius: 4rem;
    letter-spacing: .06em;
    border: none;
}
@media screen and (max-width: 767px) {
  .btn a, .btn input {
    font-size: 2rem;
  }
}

/* ========================================================
縦の一覧
=========================================================*/
ul.default-list {
  list-style: none; }
  ul.default-list li a {
    padding: 10px; }

/* ========================================================
タイトル
=========================================================*/
/* ========================================================
Components
=========================================================*/
/*#########################################################

ページヘッダ

#########################################################*/
body > .site-header {
  /* max-width: $w-content; */
  margin: auto;
  width: auto;
  height: 100vh;
  position: relative;
  animation: fadeIn 5s forwards;}
body > .site-header.mv {
  background-color: #0b0500;
  background-image: url(/diamond-burger/wp-content/uploads/2021/03/dynamite-burger_mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
/* body > #background-slider {
  background-image: url(/diamond-burger/wp-content/themes/diamond-burger/common/img/kyoryoku_v1.png), url(/diamond-burger/wp-content/themes/diamond-burger/common/img/kyoryoku_v2.png);
  background-image: none;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
  overflow: hidden;
  padding: 0; }
.bg-image {
  background-color: #0b0500;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto 800px;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: none; } */
body > .site-header {
  background-color: #0b0500;
  background-image: url("/diamond-burger/wp-content/themes/diamond-burger/common/img/yamakisan_Image.png?preload");
  background-position: center bottom;
  background-size: auto 94vh;
  background-repeat: no-repeat;
  padding: 0;}
body > .site-header.sub {
  background-color: #0b0500;
  background-image: url(/diamond-burger/wp-content/themes/diamond-burger/common/img/kyoryoku_v2.png?preload);
  background-position: center bottom;
  background-size: auto 94vh;
  background-repeat: no-repeat;
  padding: 0; }
body > .site-header.sub2 {
  background-image: url(/diamond-burger/wp-content/themes/diamond-burger/common/img/kyoryoku_v1.png?preload); }
.site-header.sub .in:before {
  z-index: 3; }
.site-header.sub .sitelogo a {
  color: #0477a2;
  font-size: 8rem;
  line-height: 1.8;
  text-shadow: #000 5px 5px 0px;
  font-family: GSanSerif-B,Impact,sans-serif; }
.site-header.sub .sitecatch {
  font-size: 4rem;
  line-height: 1.8;
  text-shadow: #000 3px 3px 0px;
  font-family: GSanSerif-B,Impact,sans-serif;
  z-index: 1;}
.site-header.sub .sp_block {
  display: none;
}
@media screen and (max-width: 950px) {
  .site-header.sub .sp_block {
    display: block;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body > .site-header::before {
  mix-blend-mode: multiply;
  content: "";
  position: absolute;
  background: #ffc44f40;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100vh;
  z-index: 1; }
  @media (orientation: portrait){
    body>.site-header {
      background-size: cover;
    }
  }
  @media (orientation: landscape) and (max-height: 800px){
    body>.site-header {
      background-size: contain;
    }
  }
  @media screen and (max-width: 767px) {
    body>.site-header {
      background-size: cover;
    }
    body > .site-header.sub,
    body > .site-header.sub2 {
      height: 50vh;
      background-size: auto 46vh;
    }
    body > .site-header.sub:before,
    body > .site-header.sub2:before {
      height: auto;
    }
    /* body > #background-slider {
      height: 50vh;
      background-size: auto 46vh;
    }
    .bg-image {
      height: 50vh;
      background-size: auto 46vh;
    } */
    .site-header.sub .sitelogo a {
      font-size: 4.5rem;
      text-shadow: #000 4px 4px 0px;
      line-height: 1.1;
    }
    .site-header.sub .sitecatch {
      font-size: 1.8rem;
      padding-top: 1rem;
      text-shadow: #000 2px 2px 0px;
    }
  }

.site-header {
  font-family: GSanSerif-B, Impact, sans-serif;
  padding: calc(5 * 10px) 20px;
  text-align: center; }
  .site-header > .h-menu {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    z-index: 2; }
    .site-header > .h-menu li {
      display: inline-block;
      list-style: none; }
    .site-header > .h-menu a {
      color: #ffffff;
      font-family: GSanSerif-B, Impact, sans-serif;
      font-size: 2.2rem;
      padding: 10px;
      margin: 10px;
      text-decoration: none;
      transition: none;
      text-shadow: #000 4px 4px 0px;}
    .site-header > .h-menu a:hover {
      color: #0077a2;
      opacity: 1; }
  .site-header > .in {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
  .site-header .in:before {
    content: "";
    background: #ffc44f40;
    height: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .site-header.sub > .in {
    padding: 0; }
  #s-logo, #image {opacity: 0;}
  .site-header .sitelogo {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    display: inline-block;
    font-family: Impact, sans-serif;
    /* margin-bottom: 20px; */
    font-size: 15rem;
    font-weight: bold;
    line-height: 1;
    z-index: 2;}
  .site-header.sub .sitelogo {
    font-family: GSanSerif-B, sans-serif; }
    .site-header .sitelogo a {
      display: block;
      text-decoration: none;
      color: #ffeab9;
      text-shadow: #000 10px 5px 0px; }
    @media screen and (max-width: 767px) {
      .site-header .sitelogo {
        font-size: 8rem;
        line-height: 1.2;} }
  .site-header .sitecatch {
	  font-family: Impact, sans-serif;
    color: #0077a2;
    font-size: 8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    text-shadow: #000 5px 5px 0px;
    padding: 2rem 0 0 0;}
    .site-header.mv .sitecatch {
      padding: 0 0 2rem 0; }
    @media screen and (max-width: 767px) {
      .site-header .sitecatch {
        font-size: 4.4rem; } }
      @media screen and (max-width: 480px) {
        .site-header > .h-menu a {
          font-size: 2rem;
          margin: 0;} }

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
/*#########################################################

検索フォーム

#########################################################*/
/* ========================================================
検索フォーム
=========================================================*/
.search-form {
  display: flex; }

/*#########################################################

サイトのフッタ

#########################################################*/
body > .site-footer {
  background: #0a0702;
  margin: 0 auto; }
.site-footer .sitecatch {
  color: #fff;
  text-align: center;
  font-size: 1.2rem; }
  .site-footer > .f-menu a {
    font-family: Impact, GSanSerif-B, sans-serif;
    text-decoration: none;  }
    .site-footer > .f-menu a::after {
      font-family: 'Material Icons Outlined';
		content: "\e89e";
		padding-left: 5px;
		font-size: 18px;
		line-height: 1;
		position: relative;
		top: 3px;  }
.site-footer {
  padding: 10px; }
  .site-footer > .copyright {
    color: #fff;
    font-family: Impact, GSanSerif-B, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .04em;
    /* max-width: $w-content; */
    margin-bottom: 0;
    text-align: center; }
        .site-footer > .f-menu #menu-item-16::marker {
          display: none; }
    @media screen and (max-width: 767px) {
      /* body > .site-footer {
        margin-top: 50px;
      } */
      .site-footer > .copyright {
        font-size: 1.2rem; } }
  .site-footer > .f-menu {
    position: relative;
    text-align: center; }
    .site-footer > .f-menu ul {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
    .site-footer > .f-menu #menu-item-16 {
      position: relative;
      list-style: none;
      padding: 1em;  }
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;  }
  #pagetop a {
    position: absolute;
	 display: block;
    background: #0077a2;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    right: 0;
    bottom: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 65px;
    font-size: 250%;
    color: #fff;
    font-family: Impact, sans-serif;
    opacity: 0.9;
    transition: all .3s ease;  }
    #pagetop a:hover {
      opacity: .5;  }

/* ========================================================
メインコンテンツ、左カラムを含むラッパー
=========================================================*/
body > .main-container {
  max-width: 1080px;
  margin: 0 auto 50px; }
@media screen and (max-width: 1500px) {
  body > .main-container {
    max-width: 880px;
    margin: 0 auto;
    padding: 2%;}
}
.main-container {
  display: flex;
  flex-direction: column;
  padding: 0; }
  .main-container > .breadcrumb-container {
    margin-bottom: 20px; }
  .main-container > .home h2 {
    color: #d64a28;
    font-family: GSanSerif-B, Impact, sans-serif;
    font-weight: 600;
    font-size: 5.5rem;
    letter-spacing: .04em;
    margin-top: 100px;
    text-align: center; }
@media screen and (max-width: 767px) {
  .main-container > .home h2 {
    font-size: 3.5rem;
    letter-spacing: .04em;
    margin-top: 50px;
    padding-bottom: 15px;
  }
}
.home > .map {
  margin-top: 20px; }
  .home > .map iframe {
    width: 100%; }

/* ========================================================
記事領域
=========================================================*/
.entrylist-contaier {
  padding: 10px; }

.entry-header {
  padding: 10px; }
  .entry-header h1 {
    font-size: 5rem; }

/*#########################################################

記事内の装飾

#########################################################*/
.home .entry-container {
  padding: 0;
}
.entry-container, .block-editor__typewriter {
  padding: 10px;
  /* table */ }
  .entry-container iframe, .block-editor__typewriter iframe {
    max-width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .entry-container iframe, .block-editor__typewriter iframe {
        width: 100%; } }
  .entry-container ol,
  .entry-container ul, .block-editor__typewriter ol,
  .block-editor__typewriter ul {
    list-style-position: inside;
    margin: 30px 10px 30px 10px;
    line-height: 1.8; }
    .entry-container ol li,
    .entry-container ul li, .block-editor__typewriter ol li,
    .block-editor__typewriter ul li {
      position: relative;
      margin-bottom: 20px;
      padding: 0 0 0 20px;
      margin: 7px 0; }
      .entry-container ol li::marker,
      .entry-container ul li::marker, .block-editor__typewriter ol li::marker,
      .block-editor__typewriter ul li::marker {
        content: none; }
      .entry-container ol li::before,
      .entry-container ul li::before, .block-editor__typewriter ol li::before,
      .block-editor__typewriter ul li::before {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        top: 0.62em;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ee0979; }
  .entry-container ul, .block-editor__typewriter ul {
    list-style-type: none; }
  .entry-container ol li, .block-editor__typewriter ol li {
    list-style-type: none;
    counter-increment: li;
    padding-left: 25px; }
  .entry-container ol li::before, .block-editor__typewriter ol li::before {
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    box-sizing: content-box;
    width: 2em;
    height: 2em;
    padding: 0;
    color: #fff;
    line-height: 2;
    text-align: center;
    background-color: #ee0979;
    border-radius: 50%;
    transform: scale(0.8);
    transform-origin: 0 50%;
    content: counter(li); }
  .entry-container p, .block-editor__typewriter p {
    margin: 2rem 0; }
  .entry-container pre, .block-editor__typewriter pre {
    line-height: 1.5;
    white-space: pre-wrap;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem; }
  .entry-container dl, .block-editor__typewriter dl {
    line-height: 1.8;
    padding: 3rem;
    border-radius: 3px;
    border: 1px solid #e0e3e4;
    margin-bottom: 30px; }
    .entry-container dl dt, .block-editor__typewriter dl dt {
      font-weight: bold; }
    .entry-container dl dd, .block-editor__typewriter dl dd {
      margin-bottom: 1rem;
      border-bottom: 1px dotted #e0e3e4;
      padding-bottom: 0.5rem; }
      .entry-container dl dd:last-child, .block-editor__typewriter dl dd:last-child {
        border-bottom: none;
        padding-bottom: 0; }
  .entry-container h1,
  .entry-container h2,
  .entry-container h3,
  .entry-container h4,
  .entry-container h5,
  .entry-container h6, .block-editor__typewriter h1,
  .block-editor__typewriter h2,
  .block-editor__typewriter h3,
  .block-editor__typewriter h4,
  .block-editor__typewriter h5,
  .block-editor__typewriter h6 {
    margin: 0 0 20px 0;
    font-weight: bold;
    line-height: 1.8; }
  .entry-container h1, .block-editor__typewriter h1 {
    font-size: 5rem; }
  .entry-container h2, .block-editor__typewriter h2 {
    font-size: 4rem;
    padding-bottom: 2px;
    border-bottom: 2px solid #252f39; }
  .entry-container h3, .block-editor__typewriter h3 {
    font-size: 3.25rem;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e3e4; }
  .entry-container h4, .block-editor__typewriter h4 {
    font-size: 2.5rem; }
  .entry-container h5, .block-editor__typewriter h5 {
    font-size: 2.25rem; }
  .entry-container h6, .block-editor__typewriter h6 {
    font-size: 2.125rem; }
  .entry-container h1 + h2,
  .entry-container h2 + h3,
  .entry-container h3 + h4,
  .entry-container h4 + h5,
  .entry-container h5 + h6, .block-editor__typewriter h1 + h2,
  .block-editor__typewriter h2 + h3,
  .block-editor__typewriter h3 + h4,
  .block-editor__typewriter h4 + h5,
  .block-editor__typewriter h5 + h6 {
    margin-top: 20px; }
  .entry-container dl + h5,
  .entry-container dl + h6,
  .entry-container ul + h5,
  .entry-container ul + h6,
  .entry-container ol + h5,
  .entry-container ol + h6, .block-editor__typewriter dl + h5,
  .block-editor__typewriter dl + h6,
  .block-editor__typewriter ul + h5,
  .block-editor__typewriter ul + h6,
  .block-editor__typewriter ol + h5,
  .block-editor__typewriter ol + h6 {
    margin-bottom: 5px; }
  .entry-container img, .block-editor__typewriter img {
    max-width: 100%;
    height: auto; }
  .entry-container table, .block-editor__typewriter table {
    margin: 30px auto 2rem;
    width: 100%; }
    .entry-container table td,
    .entry-container table th, .block-editor__typewriter table td,
    .block-editor__typewriter table th {
      padding: 0.5rem 1rem;
      border: 4px solid #0077a2;
      line-height: 1.8;
      font-family: "游ゴシック", sans-serif;
      font-weight: 600; }
      .entry-container table td.-nowrap,
      .entry-container table th.-nowrap, .block-editor__typewriter table td.-nowrap,
      .block-editor__typewriter table th.-nowrap {
        white-space: nowrap; }
    .entry-container table th, .block-editor__typewriter table th {
      background: #0077a2;
      text-align: center;
      color: #FFEABA;
      font-weight: 600; }
    .entry-container table td.td_strong, .block-editor__typewriter table td.td_strong {
      font-weight: bold; }
    .entry-container table th, .block-editor__typewriter table th {
      text-align: left; }
  .entry-container .tableformat01, .block-editor__typewriter .tableformat01 {
    margin-bottom: 50px; }

.entry-footer {
  padding: 10px; }

.comment-container {
  padding: 10px; }

.comment-list {
  padding: 10px; }
@media screen and (max-width: 767px) {
  .entry-container table tr {
    display: flex;
    flex-direction: column;}
}

/* ========================================================
右カラム
=========================================================*/
.sidebar-container {
  padding: 10px;
  display: flex;
  justify-content: space-between; }
  .sidebar-container > .widget-container {
    margin-bottom: 50px;
    width: 100%; }

/* ========================================================
ウィジェット
=========================================================*/
.widget-container {
  padding: 10px; }
  .widget-container > ul {
    list-style: none; }
  .widget-container.-dynamic {
    display: flex;
    justify-content: space-between; }

.category-list {
  list-style: none; }

/* ========================================================
ぱんくずリスト
=========================================================*/
#breadcrumb ul {
  display: flex;
  justify-content: left;
  align-items: center;
}
#breadcrumb li {
  list-style: none;
  padding: 0 20px;
  position: relative;
}
#breadcrumb li:after {
  content: ">";
  font-size: 14px;
  position: absolute;
  right: -7px;
  top: 2px;
}
#breadcrumb li:last-child:after {
  content: "";
}

/* ========================================================
TOP：テンプレート
=========================================================*/
/* top common */
.main-container p img {
  max-width: 100%;
  height: auto;
}
/* template-parts/front-menu */
.main-container .menu-outer, .main-container .information-outer, .main-container .challenger-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding: 2%; */
}
@media screen and (max-width: 767px) {
  .main-container .menu-outer, .main-container .information-outer, .main-container .challenger-outer {
    flex-direction: column;
  }
}
/*.main-container .menu-outer:after, .main-container .challenger-outer:after {
  content: "";
  display: inline-block;
  width: 33.3%;
}
.main-container .information-outer:after {
  content: "";
  display: inline-block;
  width: 33.3%;
}*/
.main-container .menu-outer > div, .main-container .information-outer > div, .main-container .challenger-outer > div {
  width: 100%;
  margin: 2%;
}
@media screen and (max-width: 767px) {
  .main-container .menu-outer > div, .main-container .information-outer > div, .main-container .challenger-outer > div {
	 width: 100%;
	 margin: 0 0 5% 0;
  }
}
/* template-parts/front-menu */
.main-container .menu-outer > div {
  border: 8px solid #d64a28;
  padding: 4%;
  font-family: "游ゴシック", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .main-container .menu-outer > div {
    padding: 5%;
  }
}
.category-menu h3 {
  color: #d64a28;
  font-family: GSanSerif-B, Impact, sans-serif;
  font-weight: 600;
  font-size: 250%;
   padding-bottom: 20px;
  text-align: center;
  line-height: 1.4;
}
.category-menu h3 + p {
  text-align: center;
}
.category-menu p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.category-menu hr {
  background: #d64a28;
  border: none;
  height: 4px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .category-menu h3 {
    font-size: 160%;
  }
  .category-menu h3 + p {
    text-align: left;
  }
}
/* template-parts/front-information */
.main-container .information-outer .information {
  box-shadow: 4px 4px 10px rgba(0,0,0,.5);
  padding: 1% 2%;
  border-radius: 4px;
  background: url(/diamond-burger/wp-content/themes/diamond-burger/common/img/box-bg.jpg);
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-container .information-outer .information {
    padding: 5%;
    border-radius: 8px;
  }
}
.main-container .information-outer .information:hover {
	top: 2px;
}
.main-container .information-outer > .information:before{
  background: #000 url(/diamond-burger/wp-content/themes/diamond-burger/common/img/box-bg.jpg);
  background-size: cover;
  border-radius: 4px;
  box-shadow: 4px 4px 10px rgba(0,0,0,.5);
  content: '';
  filter: brightness(0.5);
  height: 100%;
  opacity: .9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.information h3 {
  padding-bottom: 1rem;
}
.information a {
  color: #fff;
  position: relative;
  text-decoration: none;
  text-shadow: 2px 2px 1px rgba(0,0,0,.5);
}
.information a:hover {
  opacity: 1;
}
.information p {
  font-size: 92%;
  margin-bottom: 0;
}
.information p img {
  height: 250px;
  object-fit: cover;
}
/* template-parts/front-challenger */
.challenger h3 {
  font-size: 170%;
  text-align: center;
}
.challenger h3 span {
  display: block;
  font-family: GSanSerif-B, Impact, sans-serif;
  font-size: 130%;
}
.challenger:first-of-type h3 span {
  color: #e6b600;
}
.challenger:nth-child(2) h3 span {
  color: #9f9f9f;
}
.challenger:nth-child(3) h3 span {
  color: #ae7109;
}
.challenger h4 {
  font-size: 20px;
  text-align: center;
}
.challenger p {
  margin-bottom: 0;
  text-align: center;
}
.challenger img {
	border-radius: 50%;
  /* clip-path: circle(150px at 50% 50%); */
}
.challenger:first-of-type img {
  border: 8px solid #e6b600;
}
.challenger:nth-child(2) img {
  border: 8px solid #9f9f9f;
}
.challenger:nth-child(3) img {
  border: 8px solid #ae7109;
}

/* Information カテゴリアーカイブ */
.title a {
  color: #d62829;
  text-decoration: underline;
  text-shadow: none;
}
.title a:hover {
  text-decoration: none;
}

/* ページトップ冒頭 */
.intro-container {
  overflow: hidden;
  line-height: 0;
  margin: auto;
  width: auto;
  /* height: 100vh; */
  position: relative;
  animation: fadeIn 5s forwards;
}
.intro {
  position: relative;
}
.intro:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  padding-top: 66%;
  position: absolute;
  /* z-index: 1; */
  mix-blend-mode: color-burn;
  background: #ffc44f40;
  z-index: 1;
}
.intro img {
  width: 100%;
  height: 100%;
  position: relative;
}
.intro .sitecatch {
  font-family: GSanSerif-B,Impact,sans-serif;
  color: #0077a2;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 12%;
  text-shadow: #000 5px 5px 0px;
  margin: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .intro .sitecatch {
    font-size: 6rem; }
}
@media screen and (max-width: 767px) {
  .intro-container {
    height: auto; }
  .intro .sitecatch {
    color: #d64a28;
    font-size: 5rem;
    line-height: 3.2;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-table; }
}
/* 申し込みフォーム */
.ppbox {
  background: #ffeab9;
  padding: 2rem;
  margin: 4% 0 8% 0;
}
.ppbox p, .ppbox li {
  font-size: 1.3rem;
  list-style: none;
}
.ppbox li p:first-child {
  font-size: 1.5rem;
  font-weight: 600;
}
.ppbox .pttl {
  padding-bottom: .5rem;
  font-size: 2rem;
  font-weight: 600;
}
.btn.form, .btn.form p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.btn.form p span {
  margin: auto;
}
.btn.form input {
  font-family: GSanSerif-B, sans-serif;
}
.btn.form input:hover {
  background: #d64a28;
  cursor: pointer;
}
.wpcf7 input:not(.wpcf7-submit), .wpcf7 textarea, .wpcf7 select {
  border: none;
  outline: 3px solid #000;
  width: 100%;
  line-height: 1;
}
.wpcf7 input:not(.wpcf7-submit):focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
  outline: 3px solid #959595;
}
.ppbox > p:last-of-type {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Helvetica Neue",Helvetica,Arial,"メイリオ",Meiryo,sans-serif;
}
.wpcf7 hr {
  height: 8px;
  background: #d64a28;
  border: none;
  margin: 2rem 0;
}
.attention {
  color: #d64a28;
}
.apply_info p {
  margin-bottom: 0;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
}
.apply_form {
  margin: 4% 0;
}
.apply_form p label {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Helvetica Neue",Helvetica,Arial,"メイリオ",Meiryo,sans-serif;
  font-weight: 600;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
  font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif !important;
}
.apply_form input, .apply_form textarea {
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: .75rem;
  padding: .5rem 1rem;
  font-weight: 400;
  font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
.apply_form select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  color: #000;
  border-radius: 0;
  margin-top: .75rem;
  padding: .75rem 1rem;
  display: block;
  font-weight: 400;
  font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  width: auto;
}

@media screen and (max-width: 767px) {
  .apply_form select {
    padding: 0 .5rem;
    height: 3.5rem;
  }
}
