@charset "UTF-8";
/*
Theme Name: 大樹興行
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html, body {
  margin: 0;
  color: #1a1f1a;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a.link {
  color: #5cc356;
  text-decoration: underline;
}

header, footer, #top, #aisatu, #news, #company, #service, #contact, #single {
  min-width: 1300px;
}
@media screen and (max-width: 700px) {
  header, footer, #top, #aisatu, #news, #company, #service, #contact, #single {
    min-width: auto;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

header {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2px 30px 55px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  header {
    padding: 0 2px 30px 5vw;
  }
}
header .logo {
  height: 52px;
}
@media screen and (max-width: 700px) {
  header .logo {
    height: 10vw;
  }
  header .logo img {
    width: auto;
    height: 100%;
  }
}
header nav {
  display: flex;
  justify-content: space-between;
  width: 730px;
  padding: 0 20px;
}
@media screen and (max-width: 700px) {
  header nav {
    display: none;
  }
}
header .tel {
  width: 400px;
  height: 130px;
  background-color: #5cc356;
  text-align: center;
  border-radius: 0 0 15px 15px;
  color: #fff;
}
@media screen and (max-width: 700px) {
  header .tel {
    display: none;
  }
}
header .tel .store {
  font-size: 20.21px;
}
header .tel .phone_number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  font-weight: 700;
}
header .tel .phone_number img {
  margin-right: 10px;
}
header .tel .time {
  font-size: 21.59px;
}
header .sp_menu {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 13vw;
  height: 13vw;
  margin: 3vw;
  border-radius: 50%;
  background-color: #5cc356;
}
@media screen and (max-width: 700px) {
  header .sp_menu {
    display: flex;
  }
}
header .sp_menu .btn {
  width: 7vw;
  height: 0.4vw;
  background-color: #fff;
}
header .sp_menu .btn:before, header .sp_menu .btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 7vw;
  height: 0.4vw;
  background-color: #fff;
  transition: 0.3s;
}
header .sp_menu .btn:before {
  top: 32%;
}
header .sp_menu .btn:after {
  top: 63%;
}
header .sp_menu #sp_btn {
  display: none;
}
header .sp_menu #sp_btn:checked ~ .btn {
  background-color: rgba(0, 0, 0, 0);
}
header .sp_menu #sp_btn:checked ~ .btn:before {
  top: 50%;
  transform: rotate(45deg);
}
header .sp_menu #sp_btn:checked ~ .btn:after {
  top: 50%;
  transform: rotate(-45deg);
}
header .sp_menu #sp_btn:checked ~ nav {
  max-height: 70vh;
}
header .sp_menu nav {
  position: absolute;
  display: block;
  top: 17vw;
  left: -84vw;
  width: 100vw;
  background-color: #5cc356;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
header .sp_menu nav a {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 20px 0 20px 8vw;
  border-bottom: 1px solid #fff;
}
header .sp_menu nav a span {
  font-weight: 300;
  opacity: 0.5;
  padding-left: 1.5em;
}
header .sp_menu nav .tel {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  color: #5cc356;
  height: auto;
  padding: 10px 0;
}
header .sp_menu nav .tel .store {
  font-weight: bold;
}
header .sp_menu nav .tel .phone_number {
  margin-left: -20px;
}
header .sp_menu nav .tel .phone_number img {
  width: 12vw;
  height: 12vw;
  padding: 7px;
}
header .sp_menu nav .tel .phone_number a {
  color: #5cc356;
  font-size: 36px;
  padding: 0 0 0 2vw;
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100px;
  height: 226px;
  bottom: 20px;
  right: 30px;
}
@media screen and (max-width: 700px) {
  #pagetop {
    display: none !important;
  }
}

h2.top {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 700px) {
  h2.top {
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    margin-left: 8vw;
  }
}
h2.top .main {
  font-size: 36.27px;
  font-weight: bold;
}
h2.top .sub {
  color: #5cc356;
  font-size: 35.6px;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  h2.top .pc {
    display: none;
  }
}
h2.top .sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 700px) {
  h2.top .sp {
    display: block;
  }
}

#top {
  margin: 0 auto 50px;
}
@media screen and (max-width: 700px) {
  #top {
    overflow: hidden;
  }
}
#top img {
  display: block;
  max-width: 1681px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 700px) {
  #top img {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
#top img.pc {
  display: block;
}
@media screen and (max-width: 700px) {
  #top img.pc {
    display: none;
  }
}
#top img.sp {
  display: none;
}
@media screen and (max-width: 700px) {
  #top img.sp {
    display: block;
  }
}

#aisatu {
  display: flex;
  justify-content: right;
  margin-bottom: 130px;
}
@media screen and (max-width: 700px) {
  #aisatu {
    flex-direction: column;
  }
}
#aisatu h2 {
  width: 141px;
  height: 334px;
  margin-right: 80px;
  margin-top: 100px;
}
@media screen and (max-width: 700px) {
  #aisatu h2 {
    margin-right: auto;
    width: 68%;
    height: auto;
    margin: 0 0 0 8vw;
  }
}
#aisatu .content {
  width: 490px;
  min-width: 480px;
  margin-right: 90px;
}
@media screen and (max-width: 700px) {
  #aisatu .content {
    width: 84vw;
    min-width: auto;
    margin: 0 auto;
  }
}
#aisatu .content h3 {
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 700px) {
  #aisatu .content h3 {
    font-size: 24px;
    text-align: left;
    margin: 1.5em 0;
  }
}
#aisatu .content .text {
  line-height: 42px;
}
@media screen and (max-width: 700px) {
  #aisatu .content .text {
    line-height: 32px;
  }
}
#aisatu .img {
  max-width: 840px;
  width: 100%;
  overflow: hidden;
}
#aisatu .img img {
  width: 840px;
  height: 543px;
}
@media screen and (max-width: 700px) {
  #aisatu .img img {
    display: none;
  }
}

#news {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 700px) {
  #news {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
#news h2 {
  width: 79px;
  height: 175px;
}
@media screen and (max-width: 700px) {
  #news h2 {
    order: 1;
    width: 37%;
    height: auto;
  }
}
#news .content {
  margin-left: 80px;
  margin-right: 100px;
}
@media screen and (max-width: 700px) {
  #news .content {
    order: 2;
    margin: 0 0 150px 0;
  }
}
#news .content article {
  position: relative;
  display: flex;
  width: 570px;
  padding: 20px 0 20px 80px;
  font-size: 19.2px;
  border-bottom: 1px dotted #b4bfc6;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  #news .content article {
    width: 100vw;
    padding: 20px 8vw 20px;
  }
}
#news .content article .time {
  color: #5cc356;
}
#news .content article .title {
  margin-left: 40px;
}
#news .content article:after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #5cc356;
  border-right: 2px solid #5cc356;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 700px) {
  #news .content article:after {
    width: 10px;
    height: 10px;
    right: 6vw;
  }
}
#news .img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 915px;
  width: 100%;
  overflow: hidden;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 700px) {
  #news .img {
    display: none;
  }
}
#news .img img {
  width: 1066px;
  height: 601px;
}
@media screen and (max-width: 700px) {
  #news .img img {
    width: 767.52px;
    height: 432px;
    margin-right: 8vw;
  }
}
#news:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 700px;
  box-sizing: border-box;
  border-top: 350px solid rgba(0, 0, 0, 0);
  border-right: 50vw solid #f3faf6;
  border-bottom: 350px solid #f3faf6;
  border-left: 50vw solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 700px) {
  #news:before {
    width: 100vw;
    height: 60vw;
    box-sizing: border-box;
    border-top: 30vw solid rgba(0, 0, 0, 0);
    border-right: 50vw solid #f3faf6;
    border-bottom: 30vw solid #f3faf6;
    border-left: 50vw solid rgba(0, 0, 0, 0);
  }
}

#company {
  background-image: url("./images/company_back.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 175px;
  margin-bottom: 200px;
}
@media screen and (max-width: 700px) {
  #company {
    background-image: none;
    padding: 0;
    margin-bottom: 80px;
  }
}
#company h2.top {
  width: 85px;
  height: 227px;
  margin-right: 140px;
}
@media screen and (max-width: 700px) {
  #company h2.top {
    margin-right: 0;
    margin-left: 8vw;
    width: 62%;
    height: auto;
  }
}
#company .content {
  display: flex;
  box-sizing: border-box;
  width: 1200px;
  background-color: #fff;
  padding-top: 70px;
  padding-left: 256px;
  border-radius: 0 30px 0 0;
}
@media screen and (max-width: 700px) {
  #company .content {
    flex-direction: column;
    width: 100vw;
    margin: 0;
    padding: 0;
  }
}
#company .content .tablebox table {
  width: 575px;
  border-spacing: 10px 6px;
}
@media screen and (max-width: 700px) {
  #company .content .tablebox table {
    width: 100%;
    border-spacing: 0 20px;
  }
}
#company .content .tablebox table tr:last-child td:last-child {
  border-bottom: none;
}
#company .content .tablebox table th {
  width: 137px;
  height: 63px;
  background-color: #5cc356;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 700px) {
  #company .content .tablebox table th {
    width: 25vw;
    border-radius: 0 5px 5px 0;
  }
}
#company .content .tablebox table td {
  padding-left: 45px;
  border-bottom: 1px solid #edf2f1;
}
#company .content .tablebox table:nth-child(2), #company .content .tablebox table:nth-child(3) {
  height: 195px;
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  #company .content .tablebox table:nth-child(2), #company .content .tablebox table:nth-child(3) {
    margin-top: 20px;
  }
  #company .content .tablebox table:nth-child(2) tr, #company .content .tablebox table:nth-child(3) tr {
    display: flex;
    flex-direction: column;
  }
  #company .content .tablebox table:nth-child(2) tr th, #company .content .tablebox table:nth-child(3) tr th {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 50vw;
  }
  #company .content .tablebox table:nth-child(2) tr td, #company .content .tablebox table:nth-child(3) tr td {
    width: 100vw;
    padding: 20px 0 20px 45px;
    box-sizing: border-box;
  }
}

#service {
  display: flex;
  justify-content: right;
  padding-bottom: 90px;
}
@media screen and (max-width: 700px) {
  #service {
    flex-direction: column-reverse;
  }
}
#service h2 {
  width: 82px;
  height: 266px;
  margin-right: 120px;
}
@media screen and (max-width: 700px) {
  #service h2 {
    width: 56%;
    height: auto;
  }
}
#service .inner {
  display: flex;
  justify-content: flex-end;
  margin-right: 45px;
  max-width: 1510px;
  width: 100%;
  margin: 0 10px 0 auto;
}
@media screen and (max-width: 700px) {
  #service .inner {
    display: block;
  }
}
#service .inner article {
  width: 19vw;
  min-width: 260px;
  border: 2px solid #5cc356;
  margin-right: 7px;
  margin-bottom: 10px;
  padding: 30px 15px 0 15px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #service .inner article {
    width: 100%;
    border: none;
  }
}
#service .inner article .no {
  margin-bottom: 15px;
}
#service .inner article .no.pc {
  display: block;
}
@media screen and (max-width: 700px) {
  #service .inner article .no.pc {
    display: none;
  }
}
#service .inner article .no.sp {
  display: none;
}
@media screen and (max-width: 700px) {
  #service .inner article .no.sp {
    display: block;
  }
}
#service .inner article .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 5px;
}
#service .inner article .title:before, #service .inner article .title:after {
  content: "-";
}
#service .inner article .thumbnail {
  width: 100%;
}
#service .inner article .text, #service .inner article .content {
  text-align: left;
}
@media screen and (max-width: 700px) {
  #service .inner article .text, #service .inner article .content {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
#service .inner article .text {
  color: #a3b3a3;
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  #service .inner article .text {
    width: 80%;
    text-align: center !important;
    margin-top: 10px;
    text-align: left;
  }
}
#service .inner article .content {
  color: #5cc356;
  font-size: 18px;
  padding-bottom: 40px;
  text-align: center;
}
#service .inner article .content b {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  #service .inner article:nth-child(2n) {
    color: #fff;
    background-color: #5cc356;
  }
  #service .inner article:nth-child(2n) .no {
    color: #fff;
  }
  #service .inner article:nth-child(2n) .text {
    color: #fff;
  }
  #service .inner article:nth-child(2n) .content {
    color: #fff;
  }
}
#service .inner article:last-child {
  margin-right: 0;
}

#contact {
  display: flex;
  background-color: #f3faf6;
  padding: 80px 0 60px;
  margin-bottom: 150px;
}
@media screen and (max-width: 700px) {
  #contact {
    flex-direction: column;
    margin-bottom: 0;
  }
}
#contact h2.top {
  width: 84px;
  height: 409px;
  margin-left: 125px;
}
@media screen and (max-width: 700px) {
  #contact h2.top {
    width: 90vw;
    height: auto;
    margin-left: 5vw;
    margin-bottom: 10vw;
  }
}
#contact .content {
  max-width: 1028px;
  width: 100%;
  margin-left: 250px;
  margin-right: 50px;
}
@media screen and (max-width: 700px) {
  #contact .content {
    width: 100vw;
    margin: 0;
  }
}
#contact .content article {
  margin-bottom: 45px;
}
@media screen and (max-width: 700px) {
  #contact .content article {
    margin-bottom: 25px;
    padding-left: 8vw;
    box-sizing: border-box;
  }
}
#contact .content article .form input, #contact .content article .form textarea {
  font-size: 21px;
  border-radius: 5px;
  border: 2px solid #5cc356;
}
@media screen and (max-width: 700px) {
  #contact .content article .form input, #contact .content article .form textarea {
    font-size: 16px;
  }
}
#contact .content article .title {
  font-size: 21px;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  #contact .content article .title {
    font-size: 18px;
  }
}
#contact .content article .form {
  padding-left: 70px;
}
@media screen and (max-width: 700px) {
  #contact .content article .form {
    padding-left: 0;
  }
}
#contact .content article .form input {
  width: 650px;
  padding: 15px 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  #contact .content article .form input {
    width: 70vw;
    padding: 10px 0.5em;
  }
}
#contact .content article .form textarea {
  max-width: 950px;
  width: 100%;
  height: 430px;
}
@media screen and (max-width: 700px) {
  #contact .content article .form textarea {
    width: 80vw;
  }
}
#contact .content .btn {
  display: none;
}
#contact .content .btn ~ label {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-color: #54d689;
}
@media screen and (max-width: 700px) {
  #contact .content .btn ~ label {
    width: 50vw;
    font-size: 21px;
  }
}
#contact .content .btn:hover {
  opacity: 0.3;
  transition: 0.8s;
}

footer {
  display: flex;
  box-sizing: border-box;
  background-color: #58cd70;
  padding: 45px 0 35px 90px;
}
@media screen and (max-width: 700px) {
  footer {
    flex-direction: column;
    padding: 80px 0 85px 8vw;
  }
}
footer h2.top {
  width: 70px;
  height: 206px;
  margin-right: 200px;
  color: #000;
}
@media screen and (max-width: 700px) {
  footer h2.top {
    margin: 0 0 80px 0;
  }
}
footer h2.top .main {
  font-size: 30px;
}
@media screen and (max-width: 700px) {
  footer h2.top .main {
    font-size: 42px;
  }
}
footer h2.top .sub {
  color: #000;
  font-size: 27px;
}
@media screen and (max-width: 700px) {
  footer h2.top .sub {
    font-size: 32px;
  }
}
footer .company {
  margin-right: 250px;
}
@media screen and (max-width: 700px) {
  footer .company {
    margin: 0 0 80px 0;
  }
}
footer .company .logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  footer .company .logo {
    width: 70vw;
  }
  footer .company .logo img {
    width: 100%;
  }
}
footer .company .tel, footer .company .mail, footer .company .map {
  display: flex;
  align-items: center;
  color: #000;
}
footer .company .tel:before, footer .company .mail:before, footer .company .map:before {
  content: "";
  display: block;
  margin-right: 20px;
}
footer .company .tel {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .company .tel .sp {
  display: none;
}
@media screen and (max-width: 700px) {
  footer .company .tel {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  footer .company .tel .sp {
    display: inline-block;
    font-size: 14px;
    background-color: #fff;
    color: #5cc356;
    padding: 0.2em 0.5em;
    margin-left: 1em;
    border-radius: 3px;
  }
}
footer .company .tel:before {
  width: 29px;
  height: 45px;
  margin-right: 20px;
  background-image: url(./images/icon_tel.png);
}
@media screen and (max-width: 700px) {
  footer .company .tel:before {
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
footer .company .mail {
  font-size: 18px;
  margin-bottom: 15px;
}
footer .company .mail:before {
  width: 25px;
  height: 18px;
  background-image: url(./images/icon_mail.png);
}
footer .company .map {
  font-size: 16.7px;
  align-items: start;
}
footer .company .map br {
  display: none;
}
@media screen and (max-width: 700px) {
  footer .company .map br {
    display: block;
  }
}
footer .company .map:before {
  width: 19px;
  height: 27px;
  background-image: url(./images/icon_map.png);
}
footer nav {
  display: grid;
  grid-template: repeat(3, 25px)/repeat(2, 1fr);
  gap: 35px 0;
  font-size: 16px;
  max-width: 390px;
  width: 100%;
  color: #000;
  margin-right: 50px;
}
@media screen and (max-width: 700px) {
  footer nav {
    max-width: none;
    font-size: 24px;
    font-weight: bold;
    gap: 50px 30px;
  }
}

.copyright {
  background-color: #fff;
  color: #5cc356;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

#single article {
  width: 1100px;
  margin: 100px auto 150px;
}
#single article .time {
  font-size: 14px;
  text-align: right;
}
#single article .title {
  border-left: 10px solid #5cc356;
  border-bottom: 2px solid #5cc356;
  padding: 0.5em;
  margin-top: 0;
}
#single article .back {
  display: block;
  border-top: 2px solid #5cc356;
  border-bottom: 2px solid #5cc356;
  margin: 100px 40% 0;
  padding: 0.5em 0;
  text-align: center;
}
