@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans:wght@400;700&family=Noto+Serif+JP&family=Noto+Sans+HK:wght@400;700&family=Noto+Serif+KR:wght@400;700&family=Noto+Serif+SC:wght@400;700&family=Noto+Serif+TC:wght@400;700&display=swap');


*,
::before,
::after {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a[href] {
  cursor: pointer;
}
@media (min-resolution: .001dpcm) {
  _:-o-prefocus, HTML {
    font-size:10px;
  };
}
html {
  color: #383838;
  font-size: 62.5%;
  -o-font-size: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media only screen and
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
    html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
}
body {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height:1;
  /*    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


/* style */
body.en{
  font-family: 'Noto Sans', sans-serif;
}
body.sc{
  font-family: 'Noto Sans SC', sans-serif;
}
body.hk{
  font-family: 'Noto Sans HK', sans-serif;
}
body.kr{
  font-family: 'Noto Sans KR', sans-serif;
}
#container {
  width: 100%;
  min-height: 100vh;
  background-color: #CDCDC8;
  position: relative;
}

/*トップ*/
#container .toppage {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 14px;
}
.toppage .logo {
  padding: 35px 0 33px;
}
.toppage .logo img {
  width: 112px;
  display: block;
  margin: 0 auto;
}
.toppage .button {
  padding: 0 72px;
}
.toppage .button a {
  display: block;
  margin-bottom: 22px;
  text-align: center;
  font-size: 2.9rem;
  color: #fff;
  font-weight: 400;
  padding: 10px 0;
  background-color: #5C656C;
  letter-spacing: 0.05em;
}
.toppage .button a:nth-child(1) {
  font-family: 'Noto Serif JP', serif;
}
.toppage .button a:nth-child(2) {
  font-family: 'Noto Serif SC', serif;
}
.toppage .button a:nth-child(3) {
  font-family: 'Noto Serif TC', serif;
}
.toppage .button a:nth-child(4) {
  font-family: 'Noto Serif KR', serif;
}
.toppage p {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
}

/*下層*/
#container .back_btn {
  position: fixed;
  top: 0;
  right: 0;
}
h3.title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}
h3.title::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #383838;
  position: absolute;
  top: 7px;
  left: 0;
}
#container .cards_wrap {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 14px;
}
#container .card {
}
#container .card:not(:last-child) {
  margin-bottom: 40px;
}
#container .card2 {
  margin-top: -20px;
}
#container .photo_wrap {
  max-width: 100%;
}
#container .photo {
  margin-bottom: 15px;
}
#container .info {
  padding: 0 23px;
}
#container .info .title_wrap {
  margin-bottom: 15px;
  padding: 0 0 0px 15px;
  position: relative;
}
#container .info .title_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #383838;
}
#container .info .title {
  margin-bottom: 7px;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
#container .info .title span,
#container .info .trans span {
  font-size: 0.85em;
}

#container .info .trans {
  font-weight: 700;
  font-size: 1.6rem;
/*  padding-left: 5px;*/
  line-height: 1.2;
}
#container .info .title_wrap2 {
  
}
#container .info .title_wrap2 .title {
  font-size: 2rem;
}
#container .info .title_wrap2 .trans {
  margin-bottom: 10px;
}
#container .info .title_wrap2::before {
  width: 0;
}

#container .info > p {
  line-height: 1.389;
}
#container .info > p:not(:last-child) {
  margin-bottom: 8px;
}
#container .info > p span {
  display: block;
}


/* 

202204

*/
#container .card.mb {
  margin-bottom: 80px;
}
.c2 {
  color: #3a3736;
}
.c3 {
  color: #5e323b;
}
.bg2 #container .info .title_wrap.c3::before {
  background-color: #5e323b;
}
.c4 {
  color: #2f4e4a;
}.bg2 #container .info .title_wrap.c4::before {
  background-color: #2f4e4a;
}
.c5 {
  color: #72612d;
}.bg2 #container .info .title_wrap.c5::before {
  background-color: #72612d;
}
.c6 {
  color: #9e723d;
}.bg2 #container .info .title_wrap.c6::before {
  background-color: #9e723d;
}
.c7 {
  color: #b16d6c;
}.bg2 #container .info .title_wrap.c7::before {
  background-color: #b16d6c;
}
.c8 {
  color: #293e5c;
}.bg2 #container .info .title_wrap.c8::before {
  background-color: #293e5c;
}

.bg2 {
  background-color: #f4efed;
}
.bg2 #container {
  background-color: #F4EFED;
}
.bg2 .toppage .button a {
  background-color: #3a3736;
}
.bg2 #container .info .title_wrap {
  padding-bottom: 20px;
  padding-left: 0;
}
.bg2 #container .info .title_wrap::before {
  top: inherit;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #3a3736;
}
#container .info .title_wrap3 {
  margin-bottom: 15px;
}
#container .info .title_wrap3 .title {
  font-size: 1.8rem;
  font-weight: 700;
}

.font15,.font27,.font20,.font22,.font32,.font36 {
  font-style: italic;
}
.info p br {
  display: block;
  content: "";
  margin: 0.5em 0;
}
.info p.trans br,
.info p.title br {
  margin: 0;
}
td[class^="xl"] {
  display: inline;
}
font {
  display: inline;
}
