@charset "UTF-8";

/* リセット */
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption {
  display: block;
}
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption,
img,
span,
a {
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* ユーティリティー */
a {
  zoom: 1;
  text-decoration: none;
  color: #000;
  transition: opacity 0.7s;
  display: block;
}
a:hover {
  opacity: 0.8;
}
.fgo {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  /*font-family: yu-gothic-pr6n, sans-serif;*/
  /*font-family:'Noto Sans JP', "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;*/
}
.fmin {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  /*font-family: yu-mincho-pr6n, sans-serif;*/
  /*font-family:"Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
}
/* ↓↓↓======== tw ========↓↓↓ */
.tw .fgo {
  font-family: "Noto Sans TC", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.tw .fmin {
  font-family: "Noto Serif TC", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* ↑↑↑======== tw ========↑↑↑ */

.din {
  font-family: din-2014, sans-serif;
  /*font-weight: 700;*/
  font-weight: 400;
  font-style: normal;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.page {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.pc-flex {
  display: flex !important;
}

.sp-flex {
  display: none !important;
}

.img {
  width: 100%;
  height: auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.nolink {
  pointer-events: none;
  cursor: default;
}

body {
  color: #251e1c;
  /*font-family: yu-gothic-pr6n, sans-serif;*/
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
/* ↓↓↓======== tw ========↓↓↓ */
body.tw {
  font-family: "Noto Sans TC", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
/* ↑↑↑======== tw ========↑↑↑ */
body p {
  line-height: 1.8;
}

.spbr {
  display: none;
}

/* -------------------------------------
header
------------------------------------- */
header {
  width: 100%;
}

header .hdr_in {
  color: #fff;
  width: 100%;
  background-color: #311801;
  box-shadow: rgba(000, 000, 000, 0.12) 2px 2px 6px 3px;
  position: relative;
  z-index: 10;
  transition: all 0.4s;
}
header .hdr_in.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

header a {
  color: #fff;
}

header #head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
header #head .head_top {
  width: 19%;
  padding: 12px 0 12px 10px;
  position: relative;
}
header #head #logo {
  width: 100%;
  max-width: 255px;
  min-width: 150px;
  margin: 0 auto;
}

header #head nav {
  justify-content: space-between;
  /*justify-content:flex-end;*/
  /*align-items:center;*/
  flex-wrap: nowrap;
  width: 81%;
  min-height: 43px;
}
header #head nav #gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: calc((100% - 25px) * 0.6);
  padding-left: 10px;
}

header #head nav #gnav li a {
  line-height: 1.2;
  text-align: center;
  padding: 10px 7px;
}
header #head nav #navbt {
  display: flex;
  align-content: stretch;
  width: calc((100% - 25px) * 0.41);
  max-width: 469px;
  min-width: 308px;
}
.en header #head nav #navbt,
.tw header #head nav #navbt {
  width: auto;
  min-width: 234px;
}
header #head nav #navbt {
}
header #head nav #navbt li {
  display: flex;
  width: calc(100% / 3);
  max-width: 117px;
  min-width: 85px;
}
header #head nav #navbt li.bt_w {
  width: 100%;
  max-width: 234px;
}
header #head nav #navbt li.bt_w a br.sp880 {
  display: none;
}
header #head nav #navbt li a {
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 5px 5px;
}
header #head nav #navbt li.bt_p a {
  background-color: #00396e;
}
header #head nav #navbt li.bt_w a {
  background-color: #7f3300;
}
header #head nav #navbt li.bt_m a {
  color: #311801;
  background-color: #fff;
}
header #head nav #navbt li.bt_o a {
  background-color: #005f2d;
}

header #head #lang {
  align-items: center;
  align-self: center;
  margin: 3px 10px 0 15px;
}
header #head #lang a {
  font-size: 11px;
  line-height: 1;
  text-align: center;
  display: block;
  min-width: 68px;
  padding: 2px 7px;
  border: 1px solid #fff;
}
header #head #lang a:first-child {
  margin-bottom: 5px;
}
header #head #lang.sp {
  display: none;
}

header #head a#menu_btn,
header #head a#menu_btn span {
  display: inline-block;
  transition: all 0.4s;
}
header #head a#menu_btn {
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  /*top:13px;*/
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
header #head a#menu_btn span {
  width: 22px;
  height: 3px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}

header #head a#menu_btn span:nth-of-type(1) {
  top: 6px;
}
header #head a#menu_btn span:nth-of-type(2) {
  top: 14px;
}
header #head a#menu_btn span:nth-of-type(3) {
  top: 22px;
}
header #head a#menu_btn.active {
  opacity: 1;
}
header #head a#menu_btn.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-315deg);
}
header #head a#menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
header #head a#menu_btn.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(315deg);
}

/* -------------------------------------
common
------------------------------------- */
main {
  overflow: hidden;
}
.img {
  width: 100%;
  height: auto;
  display: block;
}
.bggr {
  background-color: #efefef;
}
.sptel {
  cursor: default;
  pointer-events: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.align_items_cen {
  align-items: center;
}
.align-items_start {
  align-items: flex-start;
}
.align-items_end {
  align-items: flex-end;
}
.space-between {
  justify-content: space-between;
}

.tb {
  width: 100%;
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}

.posrel {
  position: relative;
}
.blk {
  padding: 80px 0;
  margin-bottom: 60px;
}
.inblk {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.inline-center {
  text-align: center;
}

#mainimg {
  overflow: hidden;
  position: relative;
}

.pagettl {
  color: #fff;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.pagettl span.en {
  font-size: 60px;
  display: block;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
}
.pagettl span.en:after {
  content: "";
  display: block;
  width: 71px;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pagettl span.jp {
  font-size: 25px;
}

.more_btn {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 237px;
  padding: 10px 40px;
  margin: 0 auto;
}
.more_btn.wh {
  color: #fff;
  border: 1px solid #fff;
  background: url(../imgs/common/arrow_w.svg) right 12px center no-repeat;
  background-size: 7px 9px;
}
.more_btn.bk {
  border: 1px solid #251e1c;
  background: url(../imgs/common/arrow_bk.svg) right 12px center no-repeat;
  background-size: 7px 9px;
}

.secttl {
  /*font-family: yu-mincho-pr6n, sans-serif;*/
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
}
/* ↓↓↓======== tw ========↓↓↓ */
.tw .secttl {
  font-family: "Noto Serif TC", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* ↑↑↑======== tw ========↑↑↑ */

.secttl span {
  font-size: 35px;
  display: inline-block;
  padding: 0 37px;
  margin: 0 auto;
  position: relative;
}
.secttl span:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #251e1c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.secttl span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #251e1c;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.tl_yb {
  transform: translate(0, 60px);
}
.tl_yt {
  transform: translate(-60px, 0);
}
.tl_xl {
  transform: translate(-60px, 0);
}
.tl_xr {
  transform: translate(60px, 0);
}
.tl_rol {
  transform: rotate(-10deg);
}
.tl_ror {
  transform: rotate(10deg);
}
.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}
.mov.delay100 {
  transition-delay: 100ms;
}
.mov.delay200 {
  transition-delay: 200ms;
}
.mov.delay300 {
  transition-delay: 300ms;
}
.mov.delay400 {
  transition-delay: 400ms;
}
.mov.delay500 {
  transition-delay: 500ms;
}

.btn-ver1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 386px;
  height: 69px;
  width: 100%;
  background-image: url(../imgs/common/btn_back.png);
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btn-ver1--font-size-m {
  font-size: 20px;
}

.btn-ver1::after {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  background-image: url(../imgs/common/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.btn-ver1-margin-top-l {
  margin-top: 50px;
}

.btn-ver1-margin-bootom-ll {
  margin-bottom: 100px;
}

/* -------------------------------------
footer
------------------------------------- */
footer .ftr_in {
  color: #fff;
  text-align: center;
  padding: 9.5% 0 10%;
  background: url(../imgs/common/f_img_pc.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
footer .ftr_in .flex {
  justify-content: space-between;
  align-items: center;
  max-width: 810px;
  margin: 0 auto;
}
footer a {
  color: #fff;
}
footer #flogo {
  width: 100%;
  /*max-width: 244px;
  min-width: 230px;*/
}
footer #flogo span {
	font-size:20px;
}


footer .rgt {
  text-align: left;
  max-width: 478px;
  padding: 30px 0;
  margin: 0 auto;
}
footer .add {
  margin-bottom: 20px;
}
footer .add p {
  margin-bottom: 5px;
}
footer .add .inq_btn {
  width: 100%;
  max-width: 170px;
  background-color: #fff;
  border-radius: 10px;
}
footer .add .inq_btn a {
  color: #000;
  text-align: center;
  padding: 10px 5px;
  line-height: 1;
}
footer .tel {
  font-size: 30px;
  margin-bottom: 5px;
}
footer .tel a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .tel a span {
  line-height: 1;
}
footer .tel a span.tx {
  color: #251e1c;
  font-size: 16px;
  text-align: center;
  width: 20%;
  max-width: 88px;
  min-width: 70px;
  padding: 5px 10px;
  margin-right: 10px;
  background-color: #fff;
}
footer .tel a span.num {
  letter-spacing: 2px;
}

footer nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 478px;
  /*margin: 0 auto;*/
}
footer nav ul li {
  text-align: center;
  display: flex;
  justify-content: center;
  width: calc((100% - 45px) / 4);
  min-width: 106px;
  margin-bottom: 15px;
  margin-right: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
footer nav ul li:nth-child(n + 6) {
  margin-bottom: 0;
}
footer nav ul li:nth-child(4n) {
  margin-right: 0;
}
footer nav ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7px 5px;
}
footer nav ul li a span {
  display: inline-block;
}

/*新型コロナについて*/
footer .covid {
  padding-top: 15px;
}
footer .covid a {
  color: #fff;
  font-size: 14px;
  width: 100%;
  max-width: 231px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

footer #cp {
  color: #251e1c;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}

#totop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
#totop img {
  width: 100%;
}

/* -------------------------------------
404 Not found
------------------------------------- */
.notfound {
  text-align: center;
  padding: 150px 0;
}
.notfound .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 30px;
}
.notfound p {
  font-size: 16px;
  margin-bottom: 15px;
}
.notfound p strong {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.notfound a {
  text-decoration: underline;
  display: inline-block;
}

/*2023/04/25 追加(ログインページ)*/
.um .um-field-label {
  color: #251e1c !important;
}
.um input[type="submit"].um-button {
  background-color: #933000 !important;
}
.form__area {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 1355px) {
  header #head nav #gnav {
    justify-content: center;
    width: 50%;
    padding-left: 4%;
  }
  .en header #head nav #gnav {
    width: auto;
  }
}
@media screen and (max-width: 1160px) {
  .blk {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1060px) {
  /* -------------------------------------
	header
	------------------------------------- */
  header #head {
    display: block;
  }
  header #head .head_top {
    width: 100%;
  }
  header #head nav {
    width: 100%;
  }

  header #head nav #gnav {
    /*width: calc(100% - (75px + ((100% - 25px) * 0.3)));*/
    /* width: 40%;
    padding-left: 0%; */
  }
  header #head nav #gnav li a {
    padding: 7px 7px;
  }

  /* -------------------------------------
	common
	------------------------------------- */

  /* -------------------------------------
	common
	------------------------------------- */
  #mainimg {
    height: 400px;
  }
  #mainimg > img.img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* -------------------------------------
	footer
	------------------------------------- */
}
@media screen and (max-width: 960px) {
  /* -------------------------------------
	404 Not found
	------------------------------------- */
  .notfound .content p {
    font-size: 15px;
  }
  .notfound .content p strong {
    font-size: 19px;
  }
}
@media screen and (max-width: 880px) {
  /* -------------------------------------
	common
	------------------------------------- */
  #mainimg {
    height: 350px;
  }

  .secttl {
    font-size: 30px;
  }
  .secttl span {
    font-size: 30px;
  }

  /* -------------------------------------
	header
	------------------------------------- */
  header #head nav #gnav {
    width: calc(100% - 320px);
  }
  header #head nav #navbt {
    /*width: 255px;*/
    width: auto;
    /* min-width: auto; */
  }

  /* -------------------------------------
	footer
	------------------------------------- */
	
footer #flogo span {
	font-size:clamp(14px,2.6vw,20px);
}

	
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .blk {
    padding: 60px 0;
  }

  .pagettl span.en {
    font-size: 50px;
  }
  .pagettl span.jp {
    font-size: 22px;
  }

  .pc-flex {
    display: none !important;
  }

  .sp-flex {
    display: flex !important;
  }

  /* -------------------------------------
	header
	------------------------------------- */
  header {
    position: absolute;
  }
  header .hdr_in {
    background-color: transparent;
    box-shadow: none;
  }
  header .hdr_in.fixed {
    background-color: #311801;
  }
  header.active .hdr_in {
    background-color: #311801;
  }
  header header #head .head_top {
    display: block;
    width: 100%;
    padding: 15px;
    position: relative;
  }
  header #head {
    padding: 0;
  }
  header #head #logo {
    width: 60%;
    margin: 0;
  }
  header #head nav {
    display: none;
    width: 100%;
  }
  header #head nav #gnav {
    width: 100%;
    padding-left: 0;
  }
  header.active #head nav {
    display: block;
  }

  header #head nav ul li {
    text-align: center;
    width: 100%;
  }
  header #head nav #gnav > li a {
    padding: 15px;
  }

  header #head nav #navbt {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  header #head nav #navbt li {
    width: 50%;
    max-width: 100%;
  }
  header #head nav #navbt li.bt_m {
    order: 1;
    width: 50%;
  }
  header #head nav #navbt li.bt_p {
    order: 2;
    width: 50%;
  }
  header #head nav #navbt li.bt_w {
    order: 3;
    width: 100%;
    max-width: initial;
  }
  header #head nav #navbt li a {
    padding: 20px 10px;
  }
  header #head nav #navbt li a br {
    display: none;
  }

  /* header #head #lang.pc {
    display: none;
  } */
  /* header.active #head #lang.sp {
    display: flex;
    width: 30%;
    max-width: 207px;
    min-width: 120px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 3;
  } */
  /* header #head #lang.sp li {
    width: 50%;
  }
  header #head #lang.sp li a {
    padding: 4px 7px;
  } */

  header #head a#menu_btn {
    display: block;
  }
  header #head #lang {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 20px;
  }
  header #head #lang li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  header #head #lang li:first-child {
    /* border-right: 1px solid #fff; */
  }
  header #head #lang a {
    max-width: 68px;
    padding: 5px;
    margin-bottom: 0;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer .ftr_in .flex {
    display: block;
  }
  footer #flogo {
    margin: 0 auto;
  }
  footer .rgt {
    margin: 0 auto;
  }

  /* -------------------------------------
	404 Not found
	------------------------------------- */
  .notfound .content p {
    font-size: 14px;
  }
  .notfound .content p strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }

  .spbr {
    display: block;
  }

  #totop {
    right: 30px;
  }
}

@media screen and (max-width: 660px) {
  #mainimg {
    height: auto;
  }
  #mainimg > img.img {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 640px) {
  /* -------------------------------------
	common
	------------------------------------- */
  .blk {
    padding: 50px 0;
  }

  .mttl span.jp {
    font-size: 28px;
  }

  .pagettl span.en {
    font-size: 46px;
  }
  .pagettl span.jp {
    font-size: 20px;
  }

  .secttl {
    font-size: 26px;
  }
  .secttl span {
    font-size: 26px;
  }

  /* -------------------------------------
	header
	------------------------------------- */
  header #head nav #gnav {
    padding: 20px 0;
  }
  header #head nav #gnav > li a {
    padding: 10px 15px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer .rgt {
    width: 100%;
    max-width: 348px;
  }

  footer nav ul li:nth-child(4n) {
    margin-right: 15px;
  }
  footer nav ul li:nth-child(3n) {
    margin-right: 0;
  }

  /*新型コロナについて*/
  footer .covid a {
    max-width: 227px;
  }

  #totop {
    right: 20px;
  }

  /* -------------------------------------
	404 Not found
	------------------------------------- */
  article.notfound {
    min-height: auto;
  }
}

@media screen and (max-width: 500px) {
  /* -------------------------------------
	common
	------------------------------------- */
  .blk {
    padding: 40px 0;
  }

  .more_btn {
    max-width: 200px;
    padding: 7px 30px;
  }

  .pagettl span.en {
    font-size: 42px;
  }
  .pagettl span.jp {
    font-size: 18px;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer #cp {
    font-size: 13px;
  }
  #totop {
    right: 10px;
  }
}

@media screen and (max-width: 400px) {
  footer .rgt {
    max-width: 275px;
  }
  footer nav ul {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
  }
  footer nav ul li {
    width: calc((100% - 15px) / 2);
    min-width: auto;
  }
  footer nav ul li:nth-child(3n) {
    margin-right: 15px;
  }
  footer nav ul li:nth-child(2n) {
    margin-right: 0;
  }
  footer nav ul li:nth-child(n + 5) {
    margin-bottom: 15px;
  }

  /*新型コロナについて*/
  footer .covid {
    padding-top: 0;
  }
  footer .covid a {
    max-width: 275px;
  }
}

@media screen and (max-width: 320px) {
  .page {
    padding: 0 15px;
  }

  .pagettl span.en {
    font-size: 36px;
  }
  .pagettl span.jp {
    font-size: 16px;
  }

  .secttl {
    font-size: 22px;
  }
  .secttl span {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  header #head nav {
    display: flex !important;
  }

  /* -------------------------------------
	footer
	------------------------------------- */
  footer #cp {
    font-size: 12px;
  }
}
