@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gHeader h1 {
  width: 138px; }
@media screen and (max-width: 767px) {
  #gHeader .hd_logo img {
    max-height: 120px; } }

.mainVisual {
  position: relative;
  box-sizing: border-box;
  background: url("../img/index/main_img.jpg") no-repeat center top;
  background-size: cover; }
  .mainVisual .textImg {
    margin-top: -14px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%; }

#main .sec01 {
  padding: 67px 0 84px; }
  #main .sec01 ul {
    margin-bottom: 53px;
    display: flex;
    flex-wrap: wrap; }
  #main .sec01 li {
    width: 360px; }
    #main .sec01 li:not(:nth-child(3n)) {
      margin-right: 30px; }
    #main .sec01 li a {
      display: block; }
      #main .sec01 li a:hover {
        opacity: 0.7; }
    #main .sec01 li .photo {
      margin-bottom: 30px; }
    #main .sec01 li p {
      line-height: 1.93;
      letter-spacing: 0.1em; }
    #main .sec01 li .title {
      margin-bottom: 9px;
      line-height: 1.5;
      position: relative; }
      #main .sec01 li .title span {
        width: 90px;
        display: block;
        position: absolute;
        right: 2px;
        top: -3px;
        text-align: center;
        line-height: 1;
        padding: 8px 0 5px;
        box-sizing: border-box;
        border: 1px solid #a7a7a7; }
    #main .sec01 li .ttl {
      margin-bottom: 10px;
      color: #ca2420;
      font-weight: bold;
      line-height: 1.5; }
#main .sec02 {
  padding: 77px 0 78px;
  background-color: #f0f0f0; }
  #main .sec02 .headLine01 {
    margin-bottom: 49px; }
  #main .sec02 ul {
    margin-top: -29px;
    display: flex;
    flex-wrap: wrap; }
    #main .sec02 ul li {
      margin: 29px 30px 0 0;
      width: 165px; }
      #main .sec02 ul li a:hover img {
        opacity: 0.7; }
      #main .sec02 ul li:nth-child(6n) {
        margin-right: 0; }
#main .sec03 {
  padding: 78px 0 79px; }
  #main .sec03 .headLine01 {
    margin-bottom: 28px; }
  #main .sec03 .bgBox {
    height: 450px;
    position: relative;
    background: url("../img/index/bg01.jpg") no-repeat center center;
    background-size: cover;
    box-sizing: border-box; }
    #main .sec03 .bgBox p {
      position: absolute;
      left: 50%;
      width: 1140px;
      margin-left: -568px;
      bottom: 23px;
      color: #fff;
      letter-spacing: 0.1em;
      line-height: 1.93; }
      #main .sec03 .bgBox p span {
        margin: 0 0 3px -8px;
        display: block;
        letter-spacing: 0.1em;
        font-size: 3.6rem;
        font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif; }
    #main .sec03 .bgBox .comLink {
      position: absolute;
      right: 0;
      bottom: 29px; }
      #main .sec03 .bgBox .comLink a {
        border: 1px solid #969696;
        opacity: 0.902; }
        #main .sec03 .bgBox .comLink a:hover {
          opacity: 0.7; }
#main .sec04 {
  padding: 77px 0;
  background-color: #f0f0f0; }
  #main .sec04 .headLine01 {
    margin-bottom: 29px; }
  #main .sec04 p {
    margin-bottom: 45px;
    text-align: center;
    line-height: 1.93;
    letter-spacing: 0.1em; }
  #main .sec04 .photo {
    margin-bottom: 61px; }

@media all and (max-width: 767px) {
  #main .sec01 {
    padding: 24px 11px 60px 14px; }
    #main .sec01 ul {
      margin-bottom: 37px;
      display: inherit; }
    #main .sec01 li {
      width: auto; }
      #main .sec01 li:not(:nth-child(3n)) {
        margin-right: 0; }
      #main .sec01 li:not(:last-child) {
        margin-bottom: 22px; }
      #main .sec01 li .photo {
        margin-bottom: 18px; }
        #main .sec01 li .photo img {
          width: 100%; }
      #main .sec01 li p {
        line-height: 1.26; }
      #main .sec01 li .title {
        margin-bottom: 8px; }
        #main .sec01 li .title span {
          width: 88px;
          right: 1px;
          top: -5px;
          padding: 10px 0 6px; }
      #main .sec01 li .ttl {
        margin-bottom: 8px; }
  #main .sec02 {
    padding: 52px 13px 58px; }
    #main .sec02 .headLine01 {
      margin-bottom: 32px; }
    #main .sec02 ul {
      margin-top: -16px;
      justify-content: center; }
      #main .sec02 ul li {
        margin: 16px 9px 0 !important;
        width: 98px; }
  #main .sec03 {
    padding: 52px 0 41px; }
    #main .sec03 .headLine01 {
      margin-bottom: 31px; }
    #main .sec03 .bgBox {
      height: 375px;
      padding: 53px 15px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: inherit;
      background-image: url("../img/index/sp_bg01.jpg"); }
      #main .sec03 .bgBox p {
        position: static;
        width: auto;
        margin: 0 0 30px;
        line-height: 1.26;
        text-align: center; }
        #main .sec03 .bgBox p span {
          margin: 0 0 9px;
          font-size: 1.8rem; }
      #main .sec03 .bgBox .comLink {
        position: static; }
  #main .sec04 {
    padding: 28px 0 37px; }
    #main .sec04 .headLine01 {
      margin-bottom: 28px; }
    #main .sec04 p {
      margin: 0 15px 27px;
      line-height: 1.26; }
    #main .sec04 .photo {
      margin-bottom: 30px; } }
@media all and (-ms-high-contrast: none) {
  #main .sec01 li .title span {
    padding: 10px 0 3px; } }
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
  background-image: url("../img/common/bg_01.png"); }

.mainVisualPhoto {
  background-color: #222; }

#yourTargetCarousel2 .mainVisualPhoto {
  background: none; }

/*--------画像サイズ調整---------*/
.mainVisual img {
  width: auto;
  height: 60vh;
  object-fit: cover;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .mainVisual img {
      height: 60vh; } }
.mainVisual .slick-slide {
  height: auto !important; }
.mainVisual .slick-next {
  right: 0 !important; }
.mainVisual .slick-prev {
  left: 0 !important; }
.mainVisual .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important; }
  .mainVisual .slick-arrow:before {
    font-size: 30px !important; }

/*------------------------------------------------------------
	recommend　slider
------------------------------------------------------------*/
#yourTargetCarousel2 .column_item {
  width: 85% !important;
  display: table !important; }
  @media screen and (max-width: 767px) {
    #yourTargetCarousel2 .column_item {
      width: 75% !important;
      display: inherit !important; } }
  @media screen and (max-width: 767px) {
    #yourTargetCarousel2 .column_item .ttl {
      margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    #yourTargetCarousel2 .column_item .txt {
      line-height: 1.6;
      margin-bottom: 0; } }
  #yourTargetCarousel2 .column_item .price {
    margin-top: 0; }
@media screen and (max-width: 767px) {
  #yourTargetCarousel2 .slick-dots {
    bottom: 0; } }

.slick-slide img {
  border: 1px solid #ccc; }

.slick-slide {
  margin: 0 3px; }

/*------------------------------------------------------------
	recommendBox
------------------------------------------------------------*/
.recommendBox {
  overflow: hidden; }
