@charset "UTF-8";
body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
  background-color: #F8F6ED;
  text-align: center;
}

h1,
h2,
h3,
h4,
p,
ul,
li,
dd {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

html {
  font-size: 18px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #6FB0C6;
}

#title {
  font-size: 1.5rem;
}

.contact_icon {
  display: flex;
}
.contact_icon img {
  width: 15px;
}

/* --------------------
ドロワーメニューの設定
-------------------- */
#nav_button {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0);
}

#nav_button span,
#nav_button span:before,
#nav_button span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}

#nav_button span:before {
  bottom: 12px;
}

#nav_button span:after {
  top: 12px;
}

#nav_button_blue {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0);
}

#nav_button_blue span,
#nav_button_blue span:before,
#nav_button_blue span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #6FB0C6;
  position: absolute;
}

#nav_button_blue span:before {
  bottom: 12px;
}

#nav_button_blue span:after {
  top: 12px;
}

#nav_check:checked ~ #nav_button_blue span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#nav_check:checked ~ #nav_button_blue span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #6FB0C6;
}

#nav_check:checked ~ #nav_button_blue span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #6FB0C6;
}

#nav_check:checked ~ #nav_button span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#nav_check:checked ~ #nav_button span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #6FB0C6;
}

#nav_check:checked ~ #nav_button span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #6FB0C6;
}

#nav_check {
  display: none;
}

.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #fff;
}

.nav_content ul {
  padding: 70px 10px 0;
}

.nav_content ul li a {
  display: block;
  width: 100%;
  font-size: 24px;
  box-sizing: border-box;
  color: #6FB0C6;
  text-decoration: none;
  padding: 20px 0;
  position: relative;
}

.nav_content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 1000;
  background-color: #fff;
  transition: all 0.5s; /*アニメーション設定*/
}

#nav_check:checked ~ .nav_content {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0; /*メニューを画面内へ*/
}

.sub_about {
  background-color: #F8F6ED;
}
.sub_about .abo_image_wrap .abo_image img {
  border-radius: 15px;
  width: 100%;
}
.sub_about .abo_image_wrap .abo_sub_text {
  padding-top: 25px;
}
.sub_about .abo_image_wrap .abo_sub_text h2 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 40px;
  line-height: 35px;
}
.sub_about .abo_image_wrap .abo_sub_text h2 span {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #6FB0C6;
}
.sub_about .abo_image_wrap .abo_sub_text p {
  font-family: work-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  color: #6FB0C6;
  padding-top: 10px;
}
.sub_about .abo_japanese {
  text-align: left;
  padding: 20px 0 30px;
}

.abo_works, .abo_exhibition {
  padding-top: 130px;
  text-align: left;
  background-color: #F8F6ED;
}
.abo_works .under, .abo_exhibition .under {
  border-bottom: solid 1px #6FB0C6;
}
.abo_works .under h3, .abo_exhibition .under h3 {
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 5px;
}
.abo_works .timeline, .abo_exhibition .timeline {
  padding-top: 35px;
}
.abo_works .timeline h4, .abo_exhibition .timeline h4 {
  font-family: work-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  color: #6FB0C6;
  padding-bottom: 5px;
}
.abo_works .timeline .timeline_each, .abo_exhibition .timeline .timeline_each {
  list-style-type: disc;
  list-style-position: inside;
}

li::marker {
  margin-right: 0;
}

.abo_exhibition {
  padding-bottom: 100px;
}

.sub_gallery {
  background-color: #F8F6ED;
}
.sub_gallery .dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}
.sub_gallery .menu a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #6FB0C6;
}
.sub_gallery .menu_work a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #fff;
  background-color: #6FB0C6;
  border-radius: 5px;
}
.sub_gallery .menu_work a:hover {
  background-color: rgba(111, 176, 198, 0.8);
}
.sub_gallery .menu li:last-child {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}
.sub_gallery .menu li:nth-child(2n) {
  background-color: #e3e9eb;
}
.sub_gallery label {
  display: flex;
  padding: 15px;
  line-height: 1;
  color: #fff;
  background: #6FB0C6;
  cursor: pointer;
  font-family: work-sans, sans-serif;
  border-radius: 5px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}
.sub_gallery label p {
  padding-left: 5px;
}
.sub_gallery label:hover {
  background-color: rgba(111, 176, 198, 0.8);
}
.sub_gallery input {
  display: none;
}
.sub_gallery .menu ul {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  list-style: none;
}
.sub_gallery #links01:last-child,
.sub_gallery #links02:last-child {
  border-radius: 0 0 5px 5px;
}
.sub_gallery .menu li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sub_gallery .menu_wrap {
  padding-bottom: 10px;
}
.sub_gallery #menu_bar01:checked ~ #links01 li,
.sub_gallery #menu_bar02:checked ~ #links02 li {
  height: 54px;
  opacity: 1;
}
.sub_gallery .but_pai_painting {
  background-color: #6FB0C6;
  width: 49%;
  border-radius: 5px;
}
.sub_gallery .but_pai_painting p {
  font-family: work-sans, sans-serif;
  color: #fff;
}
.sub_gallery .but_pai_works {
  background-color: #fff;
  width: 49%;
  border-radius: 5px;
  border: 1px solid #6FB0C6;
}
.sub_gallery .but_pai_works p {
  font-family: work-sans, sans-serif;
  color: #6FB0C6;
}

.gallery_wrap {
  text-align: left;
  background-color: #F8F6ED;
  padding-top: 100px;
}
.gallery_wrap .under {
  border-bottom: solid 1px #6FB0C6;
}
.gallery_wrap .under h3 {
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 5px;
}

.gallery_each img {
  width: 100%;
  padding-top: 5px;
}
.gallery_each .paint_info_wrap {
  padding-bottom: 100px;
}
.gallery_each .paint_info_wrap .paint_info dt {
  font-family: work-sans, sans-serif;
  font-size: 26px;
  color: #6FB0C6;
}

.sub_gallery {
  background-color: #F8F6ED;
}
.sub_gallery .menu_gallery_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.sub_gallery .but_wor_works {
  background-color: #6FB0C6;
  width: 49%;
  border-radius: 5px;
}
.sub_gallery .but_wor_works p {
  font-family: work-sans, sans-serif;
  color: #fff;
}
.sub_gallery .but_wor_painting {
  background-color: #fff;
  width: 49%;
  border-radius: 5px;
  border: 1px solid #6FB0C6;
}
.sub_gallery .but_wor_painting p {
  font-family: work-sans, sans-serif;
  color: #6FB0C6;
}

.gallery_wrap {
  text-align: left;
  background-color: #F8F6ED;
}
.gallery_wrap .under {
  border-bottom: solid 1px #6FB0C6;
}
.gallery_wrap .under h3 {
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 5px;
}

.gallery_each img {
  width: 100%;
  padding-top: 5px;
}
.gallery_each .paint_info_wrap {
  padding-bottom: 100px;
}
.gallery_each .paint_info_wrap .paint_info dt {
  font-family: work-sans, sans-serif;
  font-size: 26px;
  color: #6FB0C6;
}

.buttun_year {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.buttun_year li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6FB0C6;
  color: #fff;
  width: 49%;
  height: 45px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.buttun_year a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
}

.menu_gallery_wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.but_pai_painting {
  background-color: #6FB0C6;
  width: 49%;
  border-radius: 5px;
}
.but_pai_painting p {
  font-family: work-sans, sans-serif;
  color: #fff;
}

.but_pai_works {
  background-color: #fff;
  width: 49%;
  border-radius: 5px;
  border: 1px solid #6FB0C6;
}
.but_pai_works p {
  font-family: work-sans, sans-serif;
  color: #6FB0C6;
}

.gallery_wrap {
  text-align: left;
  background-color: #F8F6ED;
}
.gallery_wrap .under {
  border-bottom: solid 1px #6FB0C6;
}
.gallery_wrap .under h3 {
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 5px;
}

.gallery_each img {
  width: 100%;
  padding-top: 5px;
}
.gallery_each .paint_info_wrap {
  padding-bottom: 100px;
}
.gallery_each .paint_info_wrap .paint_info dt {
  font-family: work-sans, sans-serif;
  font-size: 26px;
  color: #6FB0C6;
}

.contact_complete {
  height: 75vh;
}

.sub_contact {
  background-color: #F8F6ED;
  width: 100%;
}
.sub_contact .strong {
  padding-top: 12px;
}
.sub_contact .contact_form_each {
  background-color: #F8F6ED;
  text-align: left;
  padding: 20px 0 50px;
}
.sub_contact .contact_form_each .buttun {
  text-align: center;
  padding-top: 50px;
}
.sub_contact .contact_form_each .buttun input {
  width: 200px;
  height: 40px;
}
.sub_contact .contact_form_each .buttun input:hover {
  opacity: 0.8;
}
.sub_contact .contact_form_each .form_area {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #6FB0C6;
  border-radius: 5px;
}

.form_info {
  font-family: work-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #6FB0C6;
}

.form_return {
  text-align: center;
  font-family: work-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #6FB0C6;
  background-color: #fff;
  border-radius: 30px;
  border: solid 1px #6FB0C6;
}

.form_send {
  font-family: work-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  background-color: #6FB0C6;
  border-radius: 30px;
  border: none;
}

.back_home_wrap {
  display: flex;
  justify-content: center;
}
.back_home_wrap .back_home {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: work-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  background-color: #6FB0C6;
  border-radius: 30px;
  border: none;
  width: 200px;
  height: 40px;
  margin: 100px 0;
}
.back_home_wrap .back_home:hover {
  opacity: 0.8;
}

.necessary {
  font-size: 0.8em;
  color: #fff;
  background-color: #ff0000;
  padding: 1px;
  margin-left: 5px;
  border-radius: 3px;
}

@media (min-width: 749px) {
  .main_contact {
    width: 950px;
  }
  .sub_contact .contact_form_each {
    padding: 20px 0 350px;
  }
  .buttun_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.main_shop {
  height: 80vh;
}

.sub_shop {
  background-color: #F8F6ED;
}
.sub_shop h2 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  padding-top: 40px;
}
.sub_shop .chotto_sokomade {
  padding: 0 0 120px 0;
}
.sub_shop .chotto_sokomade img {
  width: 250px;
}
.sub_shop .chotto_sokomade img:hover {
  opacity: 0.8;
}

@media (min-width: 749px) {
  .sub_shop h2 {
    font-size: 28px;
  }
  .sub_shop .chotto_sokomade img {
    width: 350px;
  }
}
.sub_about {
  background-color: #F8F6ED;
}
.sub_about .conc_image_wrap .conc_image img {
  border-radius: 15px;
  width: 100%;
}
.sub_about .conc_text {
  text-align: left;
  padding: 20px 0 30px;
}
.sub_about .conc_text .conc_china {
  font-size: 15px;
}
.sub_about .conc_text .conc_china, .sub_about .conc_text .conc_english {
  color: #ababab;
}

header {
  background-color: rgb(93, 201, 247);
}
header .hamburger {
  background-color: darkgrey;
  text-align: center;
}
header .hamburger ul {
  text-align: left;
  display: inline-block;
  list-style: none;
}
header .hamburger ul a {
  text-decoration: none;
}

.main_visual {
  position: relative;
}
.main_visual .main_v_back img {
  width: 100vw;
}
.main_visual .logo_absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  padding: 30px;
  margin: 0;
}

main {
  text-align: center;
  background-color: #F8F6ED;
  padding: 50px 30px 0;
  max-width: 750px;
}
main h1 {
  font-family: work-sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #6FB0C6;
}
main h2 {
  font-family: work-sans, sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #6FB0C6;
}
main h3 {
  font-family: work-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  color: #6FB0C6;
}
main .youtube {
  position: relative;
  display: flex;
  background-color: #F8F6ED;
  width: 100%;
}
main .youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .content_img img {
  border-radius: 15px;
  width: 100%;
}
main .sub_title_wrap {
  margin-bottom: 25px;
}
main .readmore {
  background-color: #F8F6ED;
  text-align: right;
  width: 100%;
  padding-top: 20px;
}
main .readmore img {
  width: 150px;
}

.about {
  background-color: #F8F6ED;
  padding: 110px 0;
}
.about h2 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}
.about h2 span {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #6FB0C6;
}
.about p {
  font-family: work-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  color: #6FB0C6;
  padding-top: 7px;
}

.readmore {
  text-align: right;
}

.gallery {
  background-color: #F8F6ED;
  padding: 110px 0;
}

.exhibition {
  background-color: #F8F6ED;
  padding: 0 0 110px 0;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8F6ED;
  padding: 110px 0;
  border-top: 1px solid #6FB0C6;
  border-bottom: 1px solid #6FB0C6;
}
.contact .contact_form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 40px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 10px;
  border: 1px solid #6FB0C6;
  opacity: 0.9;
}
.contact .contact_form p {
  font-family: work-sans, sans-serif;
  font-weight: 300;
  color: #6FB0C6;
}
.contact .contact_form img {
  width: 13px;
  padding-left: 5px;
}
.contact .contact_form:hover {
  opacity: 0.75;
}

.shop {
  background-color: #F8F6ED;
  padding: 110px 0;
}
.shop .sub_title_wrap h3 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: -15px;
  padding-top: 20px;
}
.shop .chotto_sokomade img {
  width: 250px;
}
.shop .chotto_sokomade img:hover {
  opacity: 0.8;
}

footer {
  background-color: #6FB0C6;
  padding: 65px 0 100px 0;
  width: 100%;
}

small {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.pagetop_triangle img {
  width: 50px;
}

.sns_menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  background-color: #6FB0C6;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns_icon_wrap {
  text-align: center;
}
.sns_icon_wrap a {
  width: 40px;
  height: 40px;
  padding-right: 60px;
}
.sns_icon_wrap a:last-child {
  width: 40px;
  height: 40px;
  padding-right: 0;
}/*# sourceMappingURL=style.css.map */