@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  /*smartphone*/
}

html {
  font-size: 62.5%;
}

body {
  display: none;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #fff;
  background-color: #000;
  font-family: sans-serif;
}

.text {
  display: block;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: underline;
  color: #ffd000;
}

a img {
  border-style: none;
}

input[type="button"],
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: underline;
  border: none;
  background-color: transparent;
  color: #ffd000;
  font-size: 1rem;
}

input[type="button"]:hover,
button:hover {
  cursor: pointer;
}

img {
  display: none;
}

ul {
  list-style: none;
}

button {
  font-size: 1.6rem;
}

/* layout */
#header,
#footer,
.single_01,
.single_02,
.single_03,
.single_04,
.single_05,
.single_06,
.single_07,
.single_08,
.single_09 {
  margin: 0 auto;
  max-width: 1024px;
}

/* underlayer */
#underlayer #navi {
  display: none;
}

/* header */
#logo {
  font-size: 1.6em;
}

.notranslate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0px;
  width: 100%;
  border: 2px solid #fff;
}

.notranslate p {
  display: none;
}

.notranslate li {
  cursor: pointer;
  color: #ffd000;
  text-decoration: underline;
}

.notranslate li::before {
  content: "テキストサイズ　";
}

.fw p {
  display: none;
}

.p_nav_button {
  display: none;
}

.p_nav_button_back {
  margin: 1em 0;
}

/* footer */
#footer {
  margin-top: 3em;
}

.copyright {
  text-align: center;
}

/* displa: none; */
#humberger,
#drawernav,
#sp_navi,
#page-top,
.ggmap {
  display: none !important;
}

/* contents */
section {
  margin-bottom: 3em;
}

.column2 .child {
  margin-bottom: 3em;
}

/* table */
.new_issue th {
  width: 10%;
}

/* slideshow */
#catch,
.slide_contact {
  max-width: 1024px;
  margin: 0 auto;
}

.accordion_contents {
  display: none;
  margin-top: 40px;
}

.accordion {
  position: relative;
}

.accordion::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  margin-left: 8px;
}

.accordion.close::after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
}

/* page_title_box */
.page_title_box .inner {
  max-width: 1024px;
  margin: 0 auto;
}

/* breadcrumb_box */
.breadcrumb_box {
  max-width: 1024px;
  margin: 0 auto;
}

.breadcrumb_box .home::before {
  content: "ホームへ戻る";
}

#navi ul li span {
  display: none;
}

/* tablet, sp */
@media screen and (max-width: 1160px) {
  #header,
  #footer,
  .single_01,
  .single_02,
  .single_03,
  .single_04,
  .single_05,
  .single_06,
  .single_07,
  .single_08,
  .single_09 {
    max-width: 95%;
  }
  #catch,
  .slide_contact {
    max-width: 95%;
  }
  .page_title_box .inner {
    max-width: 95%;
  }
  .breadcrumb_box {
    max-width: 95%;
  }
}
