@charset "UTF-8";
/* variable
------------------------------------------------------------ */
/* font family */
/* media query */
/* color */
/* reset add
------------------------------------------------------------ */
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

/* import
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background: #ffffff;
  color: #000000;
  font-size: 19px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

a img:hover {
  opacity: 0.7;
}

.inner {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

p.btn {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  p.btn {
    display: block;
  }
}
p.btn a {
  display: block;
  background: #AA8D51;
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  padding: 0 40px;
}
p.btn a:hover {
  background: #997639;
}
@media screen and (max-width: 480px) {
  p.btn a {
    padding: 10px 40px;
  }
}

p.btn_l {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  p.btn_l {
    display: block;
  }
}
p.btn_l a {
  display: block;
  background: #920909;
  background: url("../images/bg4.png") #920909;
  background-size: 1460px 23px;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  padding: 20px 40px;
}
p.btn_l a:hover {
  background: url("../images/bg4_2.png") #920909;
  background-size: 1460px 23px;
}
@media screen and (max-width: 480px) {
  p.btn_l a {
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* footer
------------------------------------------------------------ */
footer .inner {
  max-width: 1000px;
}
footer .news {
  background: url("../images/bg3.png") #725e26;
  background-size: 2284px 30px;
  color: #ffffff;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  footer .news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .news a {
  color: #ffffff;
  text-decoration: none;
}
footer .news a:hover {
  text-decoration: underline;
}
footer .news h3 {
  font-size: 32px;
  font-weight: normal;
  border-bottom: solid 1px #ffffff;
  display: inline-block;
  margin-bottom: 45px;
  line-height: 1;
  padding-bottom: 3px;
}
@media screen and (max-width: 480px) {
  footer .news h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
footer .news ul {
  padding-bottom: 20px;
}
footer .news ul li h4 {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 3px;
}
@media screen and (max-width: 480px) {
  footer .news ul li h4 {
    font-size: 14px;
    text-align: left;
  }
}
footer .news ul li p {
  font-size: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  footer .news ul li p {
    font-size: 14px;
    text-align: left;
    padding-bottom: 20px;
  }
}
footer .link {
  background: #282828;
  padding-top: 50px;
  padding-bottom: 20px;
  color: #9D9D9D;
}
@media screen and (max-width: 480px) {
  footer .link {
    padding-top: 30px;
  }
}
footer .link .inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  footer .link .inner {
    display: block;
  }
}
footer .link ul.text {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  margin-right: 15px;
}
footer .link ul.text a {
  color: #9D9D9D;
  text-decoration: none;
}
footer .link ul.text a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .link ul.text li {
  white-space: nowrap;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  footer .link ul.text li {
    white-space: normal;
  }
}
footer .link ul.text li li {
  padding-left: 1rem;
}
@media screen and (max-width: 480px) {
  footer .link ul.text li li {
    display: inline-block;
    padding-right: 1rem;
  }
}
footer .link ul.banner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  footer .link ul.banner {
    margin-top: 30px;
    justify-content: space-between;
  }
}
footer .link ul.banner li {
  max-width: 213px;
  margin-left: 20px;
  margin-bottom: 30px;
  width: calc(33% - 20px);
}
@media screen and (max-width: 768px) {
  footer .link ul.banner li {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer .link ul.banner li {
    margin-left: 0;
    width: calc(50% - 5px);
  }
}
footer .copyright {
  background: #282828;
  padding-bottom: 20px;
  font-size: 10px;
  color: #ffffff;
  text-align: right;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 480px) {
  footer .copyright {
    text-align: center;
  }
}

/* header
------------------------------------------------------------ */
#top header {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #top header {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  #top header {
    margin-bottom: 20px;
  }
}
#top header .inner {
  max-width: 1300px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  #top header .inner {
    display: block;
  }
}
#top header h1 {
  width: 200px;
  position: absolute;
  top: 25px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  #top header h1 {
    left: 30px;
  }
}
@media screen and (max-width: 480px) {
  #top header h1 {
    left: 20px;
    margin-right: auto;
    margin-left: auto;
    top: 20px;
    width: 110px;
  }
}
#top header ul.language {
  z-index: 999;
  position: absolute;
  top: 40px;
  left: calc(60px + 200px );
}
@media screen and (max-width: 768px) {
  #top header ul.language {
    left: calc(30px + 200px );
  }
}
@media screen and (max-width: 480px) {
  #top header ul.language {
    right: 20px;
    left: auto;
    text-align: center;
    top: 20px;
  }
}
#top header ul.language li {
  display: inline-block;
  color: #000000;
  margin-left: 45px;
  font-size: 16px;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top header ul.language li {
    margin-left: 20px;
  }
}
#top header ul.language li.active {
  border-bottom: solid 2px #AA8D51;
}
#top header ul.language li a {
  color: #000000;
  text-decoration: none;
  display: block;
}
#top header h2 {
  width: calc(353 / 1300 * 100%);
  padding-top: 40px;
  margin-right: 40px;
  margin-right: calc(40 / 1300 * 100%);
}
@media screen and (max-width: 480px) {
  #top header h2 {
    margin-right: auto;
    margin-left: auto;
    width: 40%;
    position: relative;
    padding-top: 80px;
  }
}
#top header p.image {
  width: calc(751 / 1300 * 100%);
  padding-top: 70px;
  margin-left: 150px;
  margin-left: calc(150 / 1300 * 100%);
}
@media screen and (max-width: 480px) {
  #top header p.image {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }
}
#top header nav {
  width: 100%;
}
#top header nav ul {
  display: flex;
  flex-direction: row-reverse;
  margin-right: calc(390 / 1300 * 100%);
  margin-top: -100px;
  margin-top: calc(-100 / 1300 * 100%);
}
@media screen and (max-width: 480px) {
  #top header nav ul {
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    margin-top: 40px;
    justify-content: space-between;
    padding-bottom: 50px;
  }
}
#top header nav ul li {
  width: calc(30 / 990 * 100%);
  padding-left: calc(36 / 990 * 100%);
}
@media screen and (max-width: 480px) {
  #top header nav ul li {
    width: 20px;
    padding-left: 36px;
    padding-left: 0;
  }
}
#top header nav ul li:nth-child(3) {
  width: calc(22.5 / 990 * 100%);
}
@media screen and (max-width: 480px) {
  #top header nav ul li:nth-child(3) {
    width: 15px;
  }
}

#top.english header {
  margin-bottom: -20px;
}
#top.english header h2 {
  width: calc(416 / 1300 * 100%);
  padding-top: 245px;
}
@media screen and (max-width: 480px) {
  #top.english header h2 {
    width: 70%;
    padding-top: 100px;
  }
}
#top.english header p.image {
  margin-left: calc(87 / 1300 * 100%);
}
@media screen and (max-width: 480px) {
  #top.english header p.image {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }
}

#top.english nav {
  width: 100%;
  background: #f0ece3;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #top.english nav {
    margin-bottom: 40px;
  }
}
#top.english nav .inner {
  max-width: 1000px;
}
@media screen and (max-width: 480px) {
  #top.english nav .inner {
    display: flex;
    justify-content: center;
  }
}
#top.english nav ul {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #top.english nav ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #top.english nav ul {
    display: block;
  }
}
#top.english nav ul li {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  #top.english nav ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #top.english nav ul li {
    font-size: 18px;
    text-align: left;
  }
}
#top.english nav ul li .mark {
  display: none;
}
@media screen and (max-width: 480px) {
  #top.english nav ul li .mark {
    display: inline;
    color: #AA8D51;
    font-size: 14px;
    margin-right: 5px;
  }
}
#top.english nav ul li a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  #top.english nav ul li a {
    display: block;
  }
}
#top.english nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  #top.english nav ul li a:hover {
    text-decoration: none;
  }
}

/* main
------------------------------------------------------------ */
@media screen and (max-width: 480px) {
  #top main .inner {
    display: block !important;
  }
  #top main h3 {
    width: 100% !important;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.2;
  }
  #top main h3 img {
    display: none;
  }
}
#top main section#s1 {
  background: url("../images/top/top_image01.jpg") no-repeat bottom;
  background-size: cover;
}
#top main section#s1 .inner {
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #top main section#s1 .inner {
    display: block;
  }
}
#top main section#s1 h3 {
  width: 225px;
}
@media screen and (max-width: 480px) {
  #top main section#s1 h3::before {
    content: '日本の食文化とは';
  }
}
#top main section#s1 .text {
  width: calc(100% - 225px - 60px);
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  #top main section#s1 .text {
    padding-top: 0;
    width: 100%;
    padding-bottom: 100px;
  }
}
#top main section#s1 .text p {
  text-indent: 1em;
}
#top main section#s1 ul.link {
  width: 100%;
  margin-bottom: 100px;
  margin-top: -50px;
}
@media screen and (max-width: 480px) {
  #top main section#s1 ul.link {
    margin-bottom: 80px;
    margin-top: -80px;
  }
}
#top main section#s1 ul.link li p.btn_l {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 480px) {
  #top main section#s1 ul.link li p.btn_l {
    width: 100%;
  }
}
#top main section#s1 ul.link li p.btn_l a {
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #top main section#s1 ul.link li p.btn_l a {
    font-size: 14px;
  }
}
#top main section#s1 .movie {
  width: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #top main section#s1 .movie {
    padding-bottom: 50px;
  }
}
#top main section#s1 .movie .youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
#top main section#s1 .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#top main section#s1 .movie .youtube p.comingsoon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  color: #9D9D9D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}
@media screen and (max-width: 480px) {
  #top main section#s1 .movie .youtube p.comingsoon {
    font-size: 24px;
  }
}
#top main section#s1 .movie .text2 {
  background: #323232;
  color: #ffffff;
  padding: 20px;
  font-size: 26px;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 480px) {
  #top main section#s1 .movie .text2 {
    font-size: 14px;
  }
}
#top main section#s1 .movie .text2 small {
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  #top main section#s1 .movie .text2 small {
    font-size: 12px;
  }
}
#top main section#s2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #top main section#s2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#top main section#s2 .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1045px;
}
#top main section#s2 h3 {
  width: 114px;
}
@media screen and (max-width: 480px) {
  #top main section#s2 h3::before {
    content: '日本の食文化を伝える\A五つのテーマ';
    white-space: pre;
  }
}
#top main section#s2 ul {
  padding-top: 80px;
  width: calc(100% - 204px);
}
@media screen and (max-width: 768px) {
  #top main section#s2 ul {
    width: calc(100% - 164px);
  }
}
@media screen and (max-width: 480px) {
  #top main section#s2 ul {
    width: 100%;
    padding-top: 0px;
    margin-right: 0;
  }
}
#top main section#s2 ul li {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #top main section#s2 ul li {
    margin-bottom: 20px;
  }
}
#top main section#s3 {
  background: url("../images/top/top_image02.jpg") no-repeat right bottom;
  background-size: cover;
  padding-top: 30px;
}
#top main section#s3 .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1045px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #top main section#s3 .inner {
    padding-bottom: 100px;
  }
}
#top main section#s3 h3 {
  width: 76px;
  padding-right: 38px;
}
@media screen and (max-width: 480px) {
  #top main section#s3 h3 {
    padding-right: 0;
  }
  #top main section#s3 h3::before {
    content: '食文化の研究及び\A継承・振興活動事例';
    white-space: pre;
  }
}
#top main section#s3 .link-list {
  width: calc(100% - 210px);
}
@media screen and (max-width: 480px) {
  #top main section#s3 .link-list {
    width: 100%;
  }
}
#top main section#s3 .link-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  #top main section#s3 .link-list ul {
    display: block;
    padding-top: 20px;
  }
}
#top main section#s3 .link-list ul li {
  width: calc(50% - 30px);
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  #top main section#s3 .link-list ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
#top main section#s3 .link-list ul li a {
  text-decoration: none;
  color: #000000;
  display: block;
  padding-left: 10px;
  border-left: solid 5px #AA8D51;
}
#top main section#s3 .link-list ul li a:hover {
  background: #f4ede1;
}
#top main section#s3 .link-list ul li h4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #top main section#s3 .link-list ul li h4 {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
  }
}
#top main section#s3 .link-list ul li p {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  #top main section#s3 .link-list ul li p {
    font-size: 14px;
  }
}
#top main section#s3 .link-list ul li p .mark {
  color: #AA8D51;
}
#top main section#s3 .link-list p.btn a {
  text-align: center;
}

#top.english main section#s1 .inner {
  display: block;
}
#top.english main section#s1 h3 {
  width: 100%;
  font-size: 50px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #top.english main section#s1 h3 {
    font-size: 32px;
  }
  #top.english main section#s1 h3::before {
    content: none;
  }
}
#top.english main section#s1 .text {
  width: 100%;
}
#top.english main section#s1 .text p {
  text-indent: 0;
  line-height: 1.75;
}
#top.english main section#s2 .inner {
  display: block;
  max-width: 860px;
}
#top.english main section#s2 h3 {
  width: 100%;
  font-size: 60px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #top.english main section#s2 h3 {
    font-size: 32px;
  }
  #top.english main section#s2 h3::before {
    content: none;
  }
}
#top.english main section#s2 h3 small {
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  #top.english main section#s2 h3 small {
    font-size: 18px;
  }
}
#top.english main section#s2 ul {
  width: 100%;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #top.english main section#s2 ul {
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top.english main section#s2 ul {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #top.english main section#s3 {
    padding-top: 0;
  }
}
#top.english main section#s3 .inner {
  display: block;
  max-width: 860px;
}
#top.english main section#s3 h3 {
  width: 100%;
  padding-right: 0;
  font-size: 42px;
  font-style: italic;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #top.english main section#s3 h3 {
    font-size: 20px;
  }
  #top.english main section#s3 h3::before {
    content: none;
  }
}
#top.english main section#s3 .link-list {
  width: 100%;
}
#top.english main section#s3 .link-list ul li h4 {
  line-height: 1.5;
  padding-bottom: 10px;
}
#top.english main section#s3 .link-list ul li p {
  line-height: 1.5;
}

/* header
------------------------------------------------------------ */
#theme header {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #theme header {
    margin-bottom: 40px;
  }
}
#theme header .inner {
  max-width: 1300px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  #theme header .inner {
    display: block;
  }
}
#theme header h1 {
  width: 84px;
  position: absolute;
  top: 40px;
  left: calc(60px + 45px);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #theme header h1 {
    left: calc(30px + 45px);
  }
}
@media screen and (max-width: 480px) {
  #theme header h1 {
    left: 20px;
    margin-right: auto;
    margin-left: auto;
    top: 20px;
    width: 56px;
  }
}
#theme header ul.language {
  z-index: 999;
  position: absolute;
  top: 40px;
  left: calc(60px + 45px + 84px + 30px);
}
@media screen and (max-width: 480px) {
  #theme header ul.language {
    right: 20px;
    left: auto;
    text-align: center;
    top: 20px;
  }
}
#theme header ul.language li {
  display: inline-block;
  color: #000000;
  margin-left: 45px;
  font-size: 16px;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #theme header ul.language li {
    margin-left: 20px;
  }
}
#theme header ul.language li.active {
  border-bottom: solid 2px #AA8D51;
}
#theme header ul.language li a {
  color: #000000;
  text-decoration: none;
  display: block;
}
#theme header h2 {
  width: calc(427 / 1300 * 100%);
}
@media screen and (max-width: 480px) {
  #theme header h2 {
    margin-right: auto;
    margin-left: auto;
    width: 90% !important;
    position: relative;
    padding-top: 80px;
  }
}
#theme header h2 img.pc {
  display: inline;
}
@media screen and (max-width: 480px) {
  #theme header h2 img.pc {
    display: none;
  }
}
#theme header h2 img.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  #theme header h2 img.sp {
    display: inline;
  }
}
#theme header p.image {
  width: calc(780 / 1300 * 100%);
  margin-top: 126px;
}
@media screen and (max-width: 480px) {
  #theme header p.image {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
  }
}

#theme.english header h1 {
  width: 167px;
}
@media screen and (max-width: 480px) {
  #theme.english header h1 {
    width: 90px;
  }
}
#theme.english header ul.language {
  left: calc(60px + 45px + 167px + 30px);
}
@media screen and (max-width: 480px) {
  #theme.english header ul.language {
    left: auto;
  }
}
#theme.english header h2 {
  width: calc(490 / 1300 * 100%);
}

/* main
------------------------------------------------------------ */
#theme main {
  display: block;
}
#theme main .inner {
  max-width: 1300px;
}
#theme main section {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 270px;
}
@media screen and (max-width: 768px) {
  #theme main section {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  #theme main section {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#theme main section div.text {
  width: 470px;
  margin-right: calc(150 / 1300 * 100%);
  margin-left: calc(110 / 1300 * 100%);
  line-height: 2;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #theme main section div.text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 20px;
  }
}
#theme main section div.text p {
  text-indent: 1em;
}
#theme main section div.image {
  width: calc(570 / 1300 * 100%);
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  #theme main section div.image {
    width: 100%;
    font-size: 12px;
  }
}
#theme main section div.image img {
  display: block;
  margin-bottom: 10px;
}

#theme.english main section div.text p {
  text-indent: 0;
  line-height: 1.5;
}
#theme.english main section div.image {
  line-height: 1.5;
}

/* main
------------------------------------------------------------ */
#theme.waza main {
  background: url("../images/theme/waza_bg01_pc.jpg") no-repeat bottom right;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #theme.waza main {
    background-image: none;
  }
}
@media screen and (max-width: 480px) {
  #theme.waza main div.text {
    background: url("../images/theme/waza_bg01_sp.jpg") no-repeat bottom;
    background-size: cover;
  }
}

/* main
------------------------------------------------------------ */
#theme.dento main {
  background: url("../images/theme/dento_bg01_pc.jpg") no-repeat bottom right;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #theme.dento main {
    background-image: none;
  }
}
@media screen and (max-width: 480px) {
  #theme.dento main div.text {
    background: url("../images/theme/dento_bg01_sp.jpg") no-repeat bottom;
    background-size: cover;
  }
}

/* main
------------------------------------------------------------ */
#theme.kyodo main {
  background: url("../images/theme/kyodo_bg01_pc.jpg") no-repeat bottom right;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #theme.kyodo main {
    background-image: none;
  }
}
@media screen and (max-width: 480px) {
  #theme.kyodo main div.text {
    background: url("../images/theme/kyodo_bg01_sp.jpg") no-repeat bottom;
    background-size: cover;
  }
}

/* main
------------------------------------------------------------ */
#theme.utsuwa main {
  background: url("../images/theme/utsuwa_bg01_pc.jpg") no-repeat right;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #theme.utsuwa main {
    background-image: none;
  }
}
@media screen and (max-width: 480px) {
  #theme.utsuwa main div.text {
    background: url("../images/theme/utsuwa_bg01_sp.jpg") no-repeat bottom;
    background-size: cover;
  }
}

/* main
------------------------------------------------------------ */
#theme.kisetsu main {
  background: url("../images/theme/kisetsu_bg01_pc.jpg") no-repeat bottom right;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #theme.kisetsu main {
    background-image: none;
  }
}
@media screen and (max-width: 480px) {
  #theme.kisetsu main div.text {
    background: url("../images/theme/kisetsu_bg01_sp.jpg") no-repeat bottom;
    background-size: cover;
  }
}

/* header
------------------------------------------------------------ */
#other header {
  height: 240px;
  background: url("../images/bg1.png") #a47f36;
  background-size: 2284px 30px;
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  #other header {
    height: 200px;
    margin-bottom: 40px;
  }
}
#other header .inner {
  max-width: 1300px;
  position: relative;
}
#other header h1 {
  width: 84px;
  position: absolute;
  top: 40px;
  left: calc(60px + 45px);
}
@media screen and (max-width: 768px) {
  #other header h1 {
    left: calc(30px + 45px);
  }
}
@media screen and (max-width: 480px) {
  #other header h1 {
    left: 20px;
    margin-right: auto;
    margin-left: auto;
    top: 20px;
    width: 56px;
  }
}
#other header ul.language {
  position: absolute;
  top: 40px;
  right: calc(60px + 45px);
}
@media screen and (max-width: 768px) {
  #other header ul.language {
    right: calc(30px + 45px);
  }
}
@media screen and (max-width: 480px) {
  #other header ul.language {
    right: 20px;
    left: auto;
    text-align: center;
    top: 20px;
  }
}
#other header ul.language li {
  display: inline-block;
  color: #ffffff;
  margin-left: 45px;
  font-size: 16px;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #other header ul.language li {
    margin-left: 20px;
  }
}
#other header ul.language li.active {
  border-bottom: solid 2px #ffffff;
}
#other header ul.language li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
#other header h2 {
  font-size: 35px;
  text-align: center;
  padding-top: 100px;
  color: #ffffff;
  font-weight: normal;
  text-shadow: 0px 0px 10px #000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #other header h2 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  #other header h2 {
    font-size: 24px;
    padding-top: 140px;
    line-height: 1.1;
  }
}

#other.english header h1 {
  width: 167px;
}
@media screen and (max-width: 480px) {
  #other.english header h1 {
    width: 90px;
  }
}

/* main
------------------------------------------------------------ */
#other {
  background: url("../images/bg2.png");
  background-size: 2284px 30px;
}

#other main .inner {
  max-width: 868px;
}

/* coming soon
------------------------------------------------------------ */
#other main p.comingsoon {
  font-size: 32px;
  color: #7D7D7D;
  text-align: center;
  margin-top: 200px;
  margin-bottom: 200px;
}

/* header
------------------------------------------------------------ */
#other.jirei header {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #other.jirei header h2 {
    padding-top: 120px;
  }
}
#other.jirei header h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  #other.jirei header h2 br {
    display: block;
  }
}

#other.jirei.english header h2 {
  padding-top: 70px;
  line-height: 1.2;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #other.jirei.english header h2 {
    font-size: 24px;
    padding-top: 160px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 480px) {
  #other.jirei.english header h2 {
    font-size: 20px;
    padding-top: 100px;
    line-height: 1.1;
  }
}
#other.jirei.english header h2 br {
  display: block;
}
@media screen and (max-width: 768px) {
  #other.jirei.english header h2 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #other.jirei.english header h2 br {
    display: none;
  }
}

/* main
------------------------------------------------------------ */
#other.jirei main section {
  padding-bottom: 80px;
  padding-top: 80px;
  border-bottom: solid 1px #AA8D51;
  text-align: right;
}
@media screen and (max-width: 480px) {
  #other.jirei main section {
    padding-bottom: 20px;
    padding-top: 40px;
  }
}
#other.jirei main section:last-child {
  border: none;
}
#other.jirei main section p.image {
  padding-bottom: 40px;
}
#other.jirei main section h3 {
  font-size: 34px;
  padding-bottom: 15px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #other.jirei main section h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #other.jirei main section h3 br.pc {
    display: none;
  }
}
#other.jirei main section p.name {
  font-size: 25px;
  padding-bottom: 25px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #other.jirei main section p.name {
    font-size: 16px;
  }
}
#other.jirei main section p.text {
  padding-bottom: 40px;
  text-align: left;
}
#other.jirei main section ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #other.jirei main section ul {
    padding-bottom: 20px;
  }
}
#other.jirei main section ul li {
  width: calc(808 / 868 / 3 * 100%);
}
@media screen and (max-width: 480px) {
  #other.jirei main section ul li {
    width: 80%;
    margin-bottom: 20px;
  }
}
#other.jirei main section p.btn {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  #other.jirei main section p.btn {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
#other.jirei main section p.btn a {
  text-align: center;
}

#other.jirei.english main section p.text {
  line-height: 1.5;
}

#other.news main section {
  text-align: center;
  border-bottom: solid 1px #AA8D51;
  margin-bottom: 75px;
}
#other.news main section:last-child {
  border-bottom: none;
}
#other.news main section p.date {
  font-size: 20px;
  display: inline-block;
  border-bottom: solid 2px;
  line-height: 1;
  padding-bottom: 3px;
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  #other.news main section p.date {
    margin-bottom: 20px;
  }
}
#other.news main section h3 {
  font-size: 31px;
  font-weight: normal;
  margin-bottom: 35px;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #other.news main section h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#other.news main section p.text {
  text-align: left;
  padding-bottom: 40px;
}
#other.news main section p.text a {
  color: #000000;
}
#other.news main section p.image {
  max-width: 100%;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  #other.news main section p.image {
    padding-bottom: 20px;
  }
}
#other.news main section p.btn_l {
  margin-bottom: 90px;
  width: 50%;
}
#other.news main section p.btn_l a {
  background: #AA8D51;
}
#other.news main section p.btn_l a:hover {
  background: #997639;
}
@media screen and (max-width: 480px) {
  #other.news main section p.btn_l {
    margin-bottom: 40px;
    width: 100%;
  }
}

#other.news.english main section p.text {
  line-height: 1.5;
}

#other.news main section#d210305 p.text2::after {
  display: block;
  clear: both;
  content: "";
}
#other.news main section#d210305 p.text2 img {
  width: 200px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  #other.news main section#d210305 p.text2 img {
    width: 30%;
  }
}
#other.news main section#d210305 p.text3 {
  padding-bottom: 10px;
}
#other.news main section#d210305 .youtube div {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #other.news main section#d210305 .youtube div {
    margin-bottom: 60px;
  }
}
#other.news main section#d210305 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#other.news main section#d210224 strong {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  #other.news main section#d210224 strong {
    font-size: 18px;
  }
}
#other.news main section#d201221 strong {
  font-weight: bold;
  display: block;
  text-align: center;
}

#other.link main ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#other.link main ul li {
  width: calc(808 / 868 / 3 * 100%);
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #other.link main ul li {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  #other.link main ul li {
    padding-bottom: 50px;
    width: 100%;
    width: 48%;
  }
}
#other.link main ul li p.image {
  margin-bottom: 20px;
  width: 100%;
}
#other.link main ul li p.image a:hover img {
  opacity: 1;
}
#other.link main ul li p.text {
  line-height: 1.2;
  float: left;
  margin-bottom: 5px;
}
#other.link main ul li p.btn {
  line-height: 1.5;
  float: right;
}
#other.link main ul li p.btn a {
  padding: 0 20px;
  font-size: 14px;
}

#other.privacy main section {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #other.privacy main section {
    margin-bottom: 40px;
  }
}
#other.privacy main section:last-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  #other.privacy main section:last-child {
    margin-bottom: 80px;
  }
}
#other.privacy main section h3 {
  font-size: 28px;
  display: inline-block;
  border-bottom: solid 2px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #other.privacy main section h3 {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
  }
}
#other.privacy main section h4 {
  text-align: left;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#other.privacy main section p {
  text-align: left;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#other.privacy.english main section p {
  line-height: 1.5;
}

#other.symposium header h2 {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #other.symposium header h2 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  #other.symposium header h2 {
    padding-top: 100px;
  }
}
#other.symposium header h2 br:last-child {
  display: none;
}
@media screen and (max-width: 480px) {
  #other.symposium header h2 br:last-child {
    display: block;
  }
}

#other.symposium main section {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #other.symposium main section {
    margin-bottom: 40px;
  }
}
#other.symposium main section h3 {
  font-size: 34px;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #other.symposium main section h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#other.symposium main section h3 span {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  #other.symposium main section h3 span {
    font-size: 18px;
  }
}
#other.symposium main section h4 {
  font-size: 28px;
  display: inline-block;
  border-bottom: solid 2px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #other.symposium main section h4 {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
  }
}
#other.symposium main section h5 {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  #other.symposium main section h5 {
    font-size: 18px;
  }
}
#other.symposium main section p.text {
  text-align: left;
}
#other.symposium main section ul.paneler {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
#other.symposium main section ul.paneler li {
  width: calc(25% - 30px);
}
@media screen and (max-width: 480px) {
  #other.symposium main section ul.paneler li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
#other.symposium main section ul.paneler li p.image {
  margin-bottom: 5px;
}
#other.symposium main section ul.paneler li p.profile {
  line-height: 1.4;
}
#other.symposium main section ul.paneler li p.name {
  font-weight: bold;
}
#other.symposium main section p.btn_l {
  margin-top: 20px;
  margin-bottom: 20px;
}
#other.symposium main section p.btn_l a {
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 480px) {
  #other.symposium main section p.btn_l a {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#other.symposium main section p small {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  #other.symposium main section p small {
    font-size: 14px;
  }
}
#other.symposium main section ul.paneler2 li {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #other.symposium main section ul.paneler2 li {
    display: block;
  }
}
#other.symposium main section ul.paneler2 li p.image {
  width: calc(33% - 20px);
}
@media screen and (max-width: 480px) {
  #other.symposium main section ul.paneler2 li p.image {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
#other.symposium main section ul.paneler2 li div.data {
  width: calc(66% - 20px);
}
@media screen and (max-width: 480px) {
  #other.symposium main section ul.paneler2 li div.data {
    width: 100%;
  }
}
#other.symposium main section ul.paneler2 li p.name {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #other.symposium main section ul.paneler2 li p.name {
    text-align: center;
  }
}
#other.symposium main section ul.paneler2 li p.profile {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #other.symposium main section ul.paneler2 li p.profile {
    text-align: center;
  }
}
#other.symposium main section.privacy h4 {
  font-size: 20px;
}
#other.symposium main section.privacy p.text {
  font-size: 14px;
  margin-bottom: 40px;
}
