/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.newMark {
  background: #ff4545;
  display: inline-block;
  padding: 3px 6px 3px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  margin-left: 5px;
}
@media screen and (max-width: 750px) {
  .newMark {
    margin-bottom: 5px;
  }
}

.news_copyright {
  background: #9bbc00;
}
.news_copyright a {
  text-align: center;
  margin: 0 !important;
  font-size: 11px;
  text-decoration: none;
  background: none;
  color: #fff !important;
  position: relative;
  z-index: 10;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  footer .copy_right {
    bottom: 10px;
  }
}
.mv .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .flex .images {
  margin-right: 40px;
  position: relative;
}
.mv .flex .images .flower {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mv .flex .images .flower img {
  width: 100px;
}
.mv .flex .images .mv_img {
  width: 587px;
}
.mv .flex .txt {
  position: relative;
}
.mv .flex .txt .txt_img {
  width: 236px;
  position: relative;
  z-index: 1;
}
.mv .flex .txt .logo {
  position: absolute;
  top: -46px;
  right: -145px;
}
.mv .flex .txt .logo img {
  width: 180px;
}

@media screen and (max-width: 1300px) {
  .mv .flex {
    position: relative;
    left: -3vw;
  }
  .mv .flex .images {
    margin-right: 3.0769230769vw;
  }
  .mv .flex .images .flower {
    bottom: 0;
    right: 0;
  }
  .mv .flex .images .flower img {
    width: 7.6923076923vw;
  }
  .mv .flex .images .mv_img {
    width: 45.1538461538vw;
  }
  .mv .flex .txt .txt_img {
    width: 18.1538461538vw;
  }
  .mv .flex .txt .logo {
    top: -3.153846vw;
    right: -11vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 960px) {
  .mv .flex .txt .logo {
    top: -7.153846vw;
    right: -11vw;
  }
}
@media screen and (max-width: 1300px) {
  .mv .flex .txt .logo img {
    width: 13.8461538462vw;
  }
}
@media screen and (max-width: 960px) {
  .mv .flex {
    left: -3vw;
  }
  .mv .flex .images {
    margin-right: 0vw;
  }
  .mv .flex .images .mv_img {
    width: 55.153846vw;
  }
  .mv .flex .txt {
    position: relative;
    left: -5vw;
  }
  .mv .flex .txt .txt_img {
    width: 28.153846vw;
  }
  .mv .flex .txt .logo {
    top: -2.153846vw;
    right: -11vw;
  }
  .mv .flex .txt .logo img {
    width: 19.769231vw;
  }
}
@media screen and (max-width: 480px) {
  .mv {
    margin-top: 9vw;
  }
  .mv .flex {
    left: 5vw;
  }
  .mv .flex .images {
    margin-right: 0vw;
  }
  .mv .flex .images .flower {
    bottom: 0;
    right: auto;
    left: 0;
  }
  .mv .flex .images .flower img {
    width: 13.3333333333vw;
  }
  .mv .flex .images .mv_img {
    width: 78.2666666667vw;
  }
  .mv .flex .txt {
    position: relative;
    left: -18vw;
    top: 9vw;
  }
  .mv .flex .txt .txt_img {
    width: 43.4666666667vw;
  }
  .mv .flex .txt .logo {
    top: -15.153846vw;
    right: -9vw;
  }
  .mv .flex .txt .logo img {
    width: 24vw;
  }
}
#news {
  max-width: 1200px;
}
@media screen and (max-width: 1280px) {
  #news {
    width: 90%;
  }
}
#news .inner {
  margin-top: 40px;
  background: #fff;
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto;
}
#news .inner ul {
  padding: 40px;
}
#news .inner ul li {
  text-align: left;
  display: flex;
}
#news .inner ul li .day {
  width: 160px;
}
#news .inner ul li:not(:first-child) {
  margin-top: 20px;
}
#news .inner ul li .content {
  width: calc(100% - 160px);
}
#news .inner ul li .content .ttl {
  font-weight: bold;
  font-size: 18px;
}
#news .inner ul li .content .naiyo {
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  #news {
    width: 100%;
    margin-top: 16vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  #news .inner {
    max-height: 80vw;
    margin-top: 20px;
  }
  #news .inner ul {
    padding: 5.3333333333vw;
  }
  #news .inner ul li {
    display: block;
  }
  #news .inner ul li .day {
    width: 100%;
    font-weight: bold;
  }
}
@media screen and (max-width: 750px) and (max-width: 480px) {
  #news .inner ul li .day {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #news .inner ul li:not(:first-child) {
    margin-top: 20px;
  }
  #news .inner ul li .content {
    width: 100%;
  }
  #news .inner ul li .content .ttl {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) and (max-width: 480px) {
  #news .inner ul li .content .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #news .inner ul li .content .naiyo {
    margin-top: 5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 480px) {
  #news .inner ul li .content .naiyo {
    font-size: 14px;
  }
}
#about .flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
#about .flex .txt_area {
  width: calc(96% - 480px);
  text-align: left;
}
#about .flex .txt_area .en_img img {
  width: 308px;
}
#about .flex .txt_area .en_ttl {
  color: #db8014;
  font-size: 14px;
  line-height: 1;
  position: relative;
  font-weight: 600;
}
#about .flex .txt_area .en_ttl:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #db8014;
  margin-right: 6px;
  top: -5px;
  position: relative;
}
#about .flex .txt_area .h2_ttl {
  margin-top: 10px;
  font-size: 30px;
  color: #9bbc00;
  font-weight: 500;
}
#about .flex .txt_area .txt {
  margin-top: 15px;
}
#about .flex .txt_area .btn {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.25rem;
  border: 1px solid #9bbc00;
  color: #9bbc00;
  background: #fff;
  display: inline-block;
  padding: 5px;
  max-width: 180px;
  width: 100%;
  border-radius: 50px;
  margin-top: 20px;
  text-align: center;
}
#about .flex .p_ttl {
  font-size: 52px;
  color: #0050c6;
}
#about .flex .images {
  max-width: 480px;
  width: 100%;
  position: relative;
}
#about .flex .images img {
  border-radius: 10px;
}
#about .flex .images .flower {
  position: absolute;
  bottom: -47px;
  left: -73px;
}
#about .flex .images .flower img {
  width: 100px;
}
@media screen and (max-width: 1080px) {
  #about .flex .txt_area {
    width: calc(96% - 44.4444444444vw);
  }
  #about .flex .images {
    max-width: 44.4444444444vw;
  }
  #about .flex .images .flower {
    bottom: -0.351852vw;
    left: -6.7592592593vw;
  }
  #about .flex .images .flower img {
    width: 9.2592592593vw;
  }
}

@media screen and (max-width: 960px) {
  #about .flex {
    display: block;
  }
  #about .flex .txt_area {
    width: 100%;
  }
  #about .flex .txt_area .en_img img {
    width: 32.0833333333vw;
  }
  #about .flex .txt_area .en_ttl {
    font-size: 14px;
  }
  #about .flex .txt_area .en_ttl:before {
    width: 50px;
    height: 1px;
    margin-right: 6px;
    top: -5px;
  }
  #about .flex .txt_area .h2_ttl {
    margin-top: 10px;
    font-size: 30px;
  }
  #about .flex .txt_area .h2_ttl br {
    display: none;
  }
  #about .flex .txt_area .txt {
    margin-top: 15px;
  }
  #about .flex .txt_area .btn {
    font-size: 16px;
    letter-spacing: 0.25rem;
    padding: 5px;
    max-width: 180px;
    width: 100%;
    margin-top: 20px;
  }
  #about .flex .images {
    margin: 0 auto;
    text-align: center;
    max-width: 480px;
    width: 100%;
    margin-bottom: 40px;
  }
  #about .flex .images img {
    border-radius: 10px;
  }
  #about .flex .images .flower {
    bottom: -0.351852vw;
    left: -6.7592592593vw;
  }
  #about .flex .images .flower img {
    width: 9.2592592593vw;
  }
}
@media screen and (max-width: 750px) {
  #about .flex .txt_area {
    text-align: center;
  }
  #about .flex .txt_area .en_img {
    text-align: left;
  }
  #about .flex .txt_area .en_img img {
    width: 41.0666666667vw;
  }
  #about .flex .txt_area .en_ttl {
    text-align: left;
    font-size: 14px;
  }
  #about .flex .txt_area .en_ttl:before {
    width: 40px;
    height: 1px;
    margin-right: 6px;
    top: -5px;
  }
  #about .flex .txt_area .h2_ttl {
    text-align: left;
    margin-top: 10px;
    font-size: 26px;
    line-height: 1.3;
  }
  #about .flex .txt_area .txt {
    text-align: left;
    margin-top: 15px;
  }
  #about .flex .txt_area .btn {
    font-size: 16px;
    letter-spacing: 0.25rem;
    padding: 5px;
    margin-top: 20px;
  }
  #about .flex .p_ttl {
    font-size: 42px;
  }
  #about .flex .images {
    margin: 0 auto;
    text-align: center;
    max-width: 480px;
    width: 90%;
    margin-bottom: 40px;
  }
  #about .flex .images img {
    border-radius: 10px;
  }
  #about .flex .images .flower {
    bottom: -7.351852vw;
    left: -10.759259vw;
  }
  #about .flex .images .flower img {
    width: 13.3333333333vw;
  }
}
#store {
  padding: 100px 0;
  max-width: 100%;
  background: #bdd15e;
}
#store .ttl_area .ttl {
  color: #fff;
}
#store .ttl_area .sub_ttl {
  color: #fff;
}
#store .txt_area {
  color: #fff;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #store {
    padding: 13.3333333333vw 0;
    max-width: 100%;
  }
  #store .txt_area {
    margin: 0 auto;
    margin-top: 5.3333333333vw;
    width: 90%;
    text-align: left;
  }
  #store .txt_area br {
    display: none;
  }
}

#store .store_info ul {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  #store .store_info ul {
    max-width: 840px;
    width: 95%;
  }
}
#store .store_info ul li {
  box-shadow: 0 0 10px #889c2a;
  width: 48%;
  background: #fff;
  padding: 40px 20px;
  border-radius: 10px;
}
#store .store_info ul li .images img {
  width: 85%;
}
#store .store_info ul li h2 {
  font-size: 32px;
  color: #bdd15e;
  margin-top: 10px;
}
#store .store_info ul li .address {
  margin-top: 10px;
}
#store .store_info ul li .tel {
  margin-top: 20px;
  line-height: 1;
  font-weight: bold;
}
#store .store_info ul li .tel span {
  font-size: 38px;
}
#store .store_info ul li .fax {
  margin-top: 20px;
  line-height: 1;
  font-weight: bold;
}
#store .store_info ul li .fax span {
  font-size: 38px;
}
#store .store_info ul li .txt {
  margin-top: 10px;
}
#store .store_info ul li .more {
  background: #fff297;
  padding: 20px 10px;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  color: #11bbe3;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 1200px) {
  #store .store_info ul li {
    width: 48%;
  }
  #store .store_info ul li:nth-child(3) {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  #store .store_info ul li:nth-child(3) .images {
    width: 280px;
  }
  #store .store_info ul li:nth-child(3) .images img {
    width: 100%;
  }
  #store .store_info ul li:nth-child(3) .info_txt {
    width: calc(90% - 280px);
  }
}

@media screen and (max-width: 750px) {
  #store .store_info ul {
    max-width: 840px;
    width: 95%;
    margin: 0 auto;
    margin-top: 0vw;
  }
  #store .store_info ul li {
    padding: 5.3333333333vw 2.6666666667vw;
    margin-top: 5.3333333333vw;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  #store .store_info ul li .images {
    width: 37.3333333333vw;
  }
  #store .store_info ul li .images img {
    width: 100%;
  }
  #store .store_info ul li .info_txt {
    width: calc(90% - 37.3333333333vw);
  }
  #store .store_info ul li .info_txt .tel {
    margin-top: 2.6666666667vw;
  }
  #store .store_info ul li .info_txt .tel span {
    font-size: 32px;
  }
  #store .store_info ul li .info_txt .fax {
    margin-top: 2.6666666667vw;
  }
  #store .store_info ul li .info_txt .fax span {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  #store .store_info ul {
    max-width: 450px;
    width: 86%;
    margin: 0 auto;
    margin-top: 0vw;
  }
  #store .store_info ul li {
    padding: 8.333333vw 2.6666666667vw;
    margin-top: 8vw;
    width: 100%;
    flex-wrap: wrap;
  }
  #store .store_info ul li .images {
    max-width: 260px;
    width: 100%;
  }
  #store .store_info ul li .images img {
    width: 100%;
  }
  #store .store_info ul li .info_txt {
    margin-top: 2.6666666667vw;
    width: 100%;
  }
  #store .store_info ul li .info_txt .tel {
    margin-top: 2.6666666667vw;
  }
  #store .store_info ul li .info_txt .tel span {
    font-size: 28px;
  }
  #store .store_info ul li .info_txt .fax {
    margin-top: 2.6666666667vw;
  }
  #store .store_info ul li .info_txt .fax span {
    font-size: 28px;
  }
  #store .store_info ul li .more {
    width: 92%;
  }
  #store .store_info ul li:nth-child(3) {
    margin-top: 8vw;
    display: block;
  }
  #store .store_info ul li:nth-child(3) .images {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
  }
  #store .store_info ul li:nth-child(3) .images img {
    width: 100%;
  }
  #store .store_info ul li:nth-child(3) .info_txt {
    width: 100%;
  }
}
.storeList {
  margin: 0 auto;
  margin-top: 100px;
  color: #ff5c5c;
  border: 5px solid #ff5c5c;
  padding: 40px 0;
  max-width: 1080px;
  width: 100%;
  background: #fff;
}
.storeList .ttl {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
}
.storeList .txt {
  text-decoration: underline;
  background: #ff5c5c;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  font-size: 21px;
}
.storeList .txt a {
  padding: 20px 40px;
  display: block;
}

@media screen and (max-width: 750px) {
  .storeList {
    margin-top: 60px;
    padding: 5.3333333333vw 0;
    width: 100%;
  }
  .storeList .ttl {
    font-size: 28px;
  }
  .storeList .txt {
    margin-top: 5.3333333333vw;
    font-size: 18px;
  }
  .storeList .txt a {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .storeList {
    margin-top: 60px;
    padding: 8vw 0;
    width: 100%;
  }
  .storeList .ttl {
    font-size: 21px;
  }
  .storeList .txt {
    margin-top: 5.3333333333vw;
    font-size: 18px;
  }
  .storeList .txt a {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
#contact .inner {
  position: relative;
  background: #fff;
  padding: 60px 40px 60px;
  border-radius: 15px;
  box-shadow: 0 0 10px #e4e3bf;
}
@media screen and (max-width: 750px) {
  #contact .inner {
    padding: 8vw 5.3333333333vw 8vw;
  }
  #contact .inner .en_img {
    top: -7.7333333333vw;
    left: 0;
    width: 100%;
    padding-left: 12.6666666667vw;
  }
  #contact .inner .en_img img {
    width: 46.2666666667vw;
  }
}
#contact .inner .en_img {
  position: absolute;
  top: -58px;
  left: 0;
  text-align: center;
  width: 100%;
  padding-left: 95px;
}
#contact .inner .en_img img {
  width: 347px;
}
#contact .inner .p_ttl {
  font-size: 52px;
  color: #0050c6;
}
#contact .inner .ttl {
  /*
  text-decoration: underline;
  font-size: 19px;
  */
}
#contact .inner .txt {
  margin-top: 20px;
  font-size: 28px;
  /*
  color:#bdd15e;
  */
  font-weight: bold;
  letter-spacing: 0.25rem;
}
#contact .inner .tel_area {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 740px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #contact .inner .tel_area {
    max-width: 400px;
    width: 90%;
  }
}
#contact .inner .tel_area ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#contact .inner .tel_area ul li {
  width: 44%;
}
#contact .inner .tel_area ul li .company_name {
  font-size: 14px;
  width: 100%;
  padding: 5px;
  line-height: 1;
}
#contact .inner .tel_area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#contact .inner .tel_area ul li a .num {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  color: #bdd15e;
}
#contact .inner .tel_area ul li .p {
  font-size: 14px;
  margin-top: 10px;
}
#contact .inner .tel_area ul .honsya .company_name {
  background: #231815;
  color: #fff;
}
#contact .inner .tel_area ul .tokyo .company_name {
  border: 1px solid #231815;
  color: #231815;
}
@media screen and (max-width: 750px) {
  #contact .inner .tel_area ul li {
    width: 100%;
  }
  #contact .inner .tel_area ul .tokyo {
    margin-top: 40px;
  }
}
#contact .inner a.contact_btn {
  margin: 0 auto;
  display: inline-block;
  background: #bdd15e;
  padding: 25px 10px;
  max-width: 350px;
  width: 100%;
  border-radius: 50px;
  margin-top: 20px;
  color: #fff;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .inner a.contact_btn .icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #contact {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
  #contact .inner {
    padding: 14.833333vw 2.0833333333vw 12.5vw;
  }
  #contact .inner .en_img {
    top: -12.0833333333vw;
    left: 0;
    width: 100%;
    padding-left: 14.791667vw;
  }
  #contact .inner .en_img img {
    width: 72.2916666667vw;
  }
  #contact .inner .p_ttl {
    font-size: 42px;
  }
  #contact .inner .ttl {
    /*
    font-size: 19px;
    */
  }
  #contact .inner .txt {
    margin-top: 20px;
    font-size: 22px;
    letter-spacing: 0rem;
  }
  #contact .inner .tel_area {
    margin-top: 20px;
  }
  #contact .inner .tel_area ul li .company_name {
    font-size: 14px;
    padding: 5px;
  }
  #contact .inner .tel_area ul li a {
    margin-top: 10px;
  }
  #contact .inner .tel_area ul li a .num {
    font-size: 30px;
  }
  #contact .inner .tel_area ul li .p {
    font-size: 14px;
    margin-top: 10px;
  }
  #contact .inner a.contact_btn {
    padding: 5.2083333333vw 10px;
    max-width: 72.9166666667vw;
    width: 100%;
    border-radius: 50px;
    margin-top: 4.1666666667vw;
    font-size: 18px;
  }
  #contact .inner a.contact_btn .icon {
    margin-right: 5px;
  }
}/*# sourceMappingURL=top.css.map */