/** contents **/
#contents a {
  transition: all ease-in-out .3s;
}
#contents a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  #contents a:hover {
    opacity: 1;
  }
  #contents .sp_none {
    display: none;
  }
}

/*具志堅追加*/
#main_slider ul {display:none;}
#main_slider ul.slick-initialized {
  display:block;
}

/** main_slider **/
#main_slider {
  background: url(../images/bg_01.png) repeat 0 0;
  padding: 20px 0 0;
  position: relative;
}
#main_slider ul {
  padding: 0;
  margin: 0;
}
#main_slider ul li {
  margin: 0 10px;
}
#main_slider ul li a {
  transition: all ease-in-out .3s;
}
#main_slider ul li img {
  width: 100%;
}

#main_slider .slick-slide,
#main_slider .slick-slider .slick-track,
#main_slider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#main_slider .slick-slide {
  height: auto;
}


@media screen and (max-width: 991px) {
  #main_slider ul li {
    margin: 0;
  }
}

#main_slider .slick-arrow {
  background-color: #7a7067;
  border: 0;
  border-radius: 50%;
  box-shadow: 5px 7px 7px 0px rgba(0, 0, 0, .3);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 30px;
  margin: auto 0;
  font-size: 0;
  z-index: 90;
  opacity: 0.7;
}
#main_slider .slick-prev {
  left: 170px;
}
#main_slider .slick-next {
  right: 170px;
}
#main_slider .slick-prev::before {
  content: "";
  border-bottom: 7px solid #fff;
  border-left: 7px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  margin: auto 0;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
#main_slider .slick-next::before {
  content: "";
  border-bottom: 7px solid #fff;
  border-right: 7px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto 0;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
  #main_slider .slick-prev {
    left: 18px;
  }
  #main_slider .slick-next {
    right: 18px;
  }
}

#main_slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
#main_slider .slick-dots li {
  margin: 0 5px;
  line-height: 1;
}
#main_slider .slick-dots button {
  background-color: #7a7067;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  width: 18px;
  height: 18px;
}
#main_slider .slick-dots .slick-active button {
  background-color: #fff;
}


/** sec_choose **/
.sec_choose {
  background: url(../images/bg_01.png) repeat 0 0;
  padding: 60px 0;
}
.sec_choose h2 {
  font-size: 26px;
  font-weight: bold;
  color: #4f3e2c;
  text-align: center;
  margin-bottom: 10px;
}
.sec_choose ul + h2 {
  margin-top: 50px;
}

.sec_choose_maker {
  display: flex;
  margin: 0 0 0 -5px;
  padding: 0;
}
.sec_choose_maker li {
  margin-left: 5px;
}
.sec_choose_maker li a {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, .3);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 991px) {
  .sec_choose_maker {
    display: grid;
    grid-template-columns: repeat(auto-fit, 90px);
    justify-content: center;
    margin: -10px 0 0 -7px;
  }
  .sec_choose_maker li {
    margin: 10px 0 0 7px;
  }
  .sec_choose_maker li a {
    width: 83px;
    height: 83px;
  }
  .sec_choose_maker li a img {
    width: 70%;
  }
}

.sec_choose_type {
  display: flex;
  margin: 0 0 0 -5px;
  padding: 0;
}
.sec_choose_type li {
  margin-left: 5px;
}
.sec_choose_type li a {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, .3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 166px;
  height: 100px;
}
.sec_choose_type li a div {
  display: flex;
  align-items: flex-end;
  height: 45px;
}
.sec_choose_type li a span {
  color: #4f3e2c;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .sec_choose_type {
    display: grid;
    grid-template-columns: repeat(auto-fit, 90px);
    justify-content: center;
    margin: -10px 0 0 -7px;
  }
  .sec_choose_type li {
    margin: 10px 0 0 7px;
  }
  .sec_choose_type li a {
    width: 83px;
    height: 83px;
  }
  .sec_choose_type li a div {
    justify-content: center;
    height: 32px;
  }
  .sec_choose_type li a img {
    width: 70%;
  }
  .sec_choose_type li a span {
    font-size: 13px;
  }
}

.sec_choose_budget {
  display: flex;
  margin: 0 0 0 -5px;
  padding: 0 0 6px;
}
.sec_choose_budget li {
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, .3);
  border-radius: 10px;
  margin-left: 5px;
}
.sec_choose_budget li a {
  background-color: #fff;
  border-radius: 10px;
  color: #77614a;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 195px;
  height: 100px;
}
.sec_choose_budget li a strong {
  font-size: 30px;
  font-weight: bold;
}
.sec_choose_budget li a span {
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .sec_choose_budget {
    display: grid;
    grid-template-columns: repeat(auto-fit, 120px);
    justify-content: center;
    margin: -8px 0 0 -8px;
  }
  .sec_choose_budget li {
    margin: 8px 0 0 8px;
  }
  .sec_choose_budget li a {
    width: 112px;
    height: 83px;
  }
  .sec_choose_budget li a strong {
    font-size: 22px;
  }
  .sec_choose_budget li a span {
    font-size: 14px;
  }
}

/** aside_other **/
.aside_other {
  background: url(../images/bg_otherlink_pc.png) no-repeat center;
  background-size: cover;
  padding: 63px 0 20px;
  margin: 25px 0;
}
.aside_other ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 10px;
}
.aside_other_notes {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .aside_other {
    background: url(../images/bg_otherlink_sp.png) no-repeat center;
    padding: 85px 0 65px;
    margin: 40px 0;
  }
  .aside_other ul {
    display: block;
    margin: 0;
  }
  .aside_other ul li + li {
    margin-top: 30px;
  }
  .aside_other_notes {
    display: none;
  }
}

/** sec_verno **/
.sec_verno {
  background: url(../images/bg_02.png) repeat 0 0;
  padding: 60px 0;
}
.sec_verno h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.sec_verno p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}
.sec_verno_list {
  display: flex;
  margin-left: -27px;
  padding: 0;
}
.sec_verno_list li {
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, .3);
  border-radius: 0 0 8px 8px;
  margin-left: 27px;
  width: 280px;
}
.sec_verno_list li a {
  background: url(../images/bg_lowerlink.png) repeat 0 0;
  border-radius: 8px;
  display: block;
}
.sec_verno_list li a img {
  width: 100%;
}
.sec_verno_list li a .tit {
  border-radius: 0 0 8px 8px;
  padding: 20px 0;
}
.sec_verno_list li a .tit p {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin: 0;
}
.sec_verno_list li:nth-child(1) a .tit {
  background-color: rgba(195, 33, 5, .5);
}
.sec_verno_list li:nth-child(2) a .tit {
  background-color: rgba(143, 88, 12, .5);
}
.sec_verno_list li:nth-child(3) a .tit {
  background-color: rgba(193, 178, 5, .5);
}
.sec_verno_list li:nth-child(4) a .tit {
  background-color: rgba(80, 156, 20, .5);
}
@media screen and (max-width: 991px) {
  .sec_verno h2 {
    font-size: 32px;
    margin: 0;
  }
  .sec_verno p {
    text-align: left;
  }
  .sec_verno_list {
    flex-wrap: wrap;
    margin: -33px 0 0 -13px;
    padding: 0 7px 10px;
  }
  .sec_verno_list li {
    border-radius: 0 0 10px 10px;
    margin: 33px 0 0 13px;
    width: calc(50% - 13px);
  }
  .sec_verno_list li a {
    border-radius: 10px;
  }
  .sec_verno_list li a .tit {
    border-radius: 0 0 10px 10px;
    padding: 15px 0;
  }
  .sec_verno_list li a .tit p {
    font-size: 18px;
    text-align: center;
  }
}

/** sec_news **/
.sec_news {
  padding: 70px 0 80px;
}
.sec_news .wrap {
  display: flex;
}
.sec_news h2 {
  display: flex;
  justify-content: center;
  width: 300px;
}
.sec_news h2 strong {
  display: block;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
.sec_news h2 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .sec_news .wrap {
    display: block;
  }
  .sec_news h2 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 25px;
  }
  .sec_news h2 strong {
    font-size: 32px;
    text-align: center;
  }
  .sec_news h2 span {
    font-size: 20px;
    text-align: center;
  }
}

.sec_news_list {
  width: 750px;
  margin: 0;
}
.sec_news_list li + li {
  margin-top: 13px;
}
.sec_news_list li a {
  border: 1px solid #a48c72;
  color: #4f3e2c;
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
.sec_news_list li a p {
  margin: 0;
}
.sec_news_list li a .date {
  font-size: 16px;
}
.sec_news_list li a .category {
  display: inline-block;
  line-height: 1;
  margin: 0 20px 0 10px;
}
.sec_news_list li a .category p {
  background-color: #d36852;
  border-radius: 20px;
  color: #fff;
  line-height: 1;
  padding: 10px 23px;
}
@media screen and (max-width: 991px) {
  .sec_news_list {
    padding: 0;
    width: 100%;
  }
  .sec_news_list li a {
    flex-wrap: wrap;
  }
  .sec_news_list li a .txt {
    margin-top: 10px;
  }
}

/** sec_shop **/
.sec_shop {
  display: flex;
}
.sec_shop .img {
  width: 47%;
}
.sec_shop .img img {
  width: 100%;
}
.sec_shop .txt {
  background: url(../images/bg_01.png) repeat 0 0;
  padding: 40px 70px;
  width: 53%;
}
.sec_shop .txt h2 strong {
  font-size: 36px;
  font-weight: bold;
}
.sec_shop .txt h2 span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.sec_shop .txt ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -17px;
  padding: 0;
  width: 572px;
}
.sec_shop .txt ul li {
  margin: 10px 0 0 17px;
  width: 269px;
}
.sec_shop .txt ul li a, #modal ul li a,#modal02 ul li a {
  background-color: #715a42;
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, .3);
  color: #fff;
  display: block;
  padding: 20px 50px 20px 18px;
  position: relative;
}
.sec_shop .txt ul li a::after,#modal ul li a::after,#modal02 ul li a::after{
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fffadb;
  border-right: 12px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  width: 0;
  height: 0;
  margin: auto 0;
}
@media screen and (max-width: 991px) {
  .sec_shop {
    display: block;
  }
  .sec_shop .img {
    width: 100%;
  }
  .sec_shop .txt {
    padding: 33px 0 75px;
    width: 100%;
  }
  .sec_shop .txt h2 {
    text-align: center;
    margin: 0;
  }
  .sec_shop .txt h2 strong {
    font-size: 32px;
    display: block;
    line-height: 1;
  }
  .sec_shop .txt h2 span {
    font-size: 20px;
    display: block;
    margin: 8px 0 0;
    line-height: 1;
  }
  .sec_shop .txt ul {
    flex-wrap: wrap;
    margin: -3px 0 0 -7px;
    padding: 0 7px 10px;
    width: 100%;
  }
  .sec_shop .txt ul li {
    margin: 33px 0 0 13px;
    width: calc(50% - 13px);
  }
  .sec_shop .txt ul li a {
    padding: 15px 30px 15px 15px;
  }
  .sec_shop .txt ul li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
.sec_choose {
  padding: 0 0;
}
.sec_choose h2{
  margin: 1em 0 1em;
}
}