@charset "utf-8";

.first-view {
  height: calc(60vh - 110px);
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 150px;
  color: #f8f8ff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.first-view-text p {
  font-size: 24px;
  margin-top: 30px;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.2em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}

.lead {
  max-width: 1200px;
  margin: 60px auto;
}

.lead p {
  line-height: 2;
  text-align: center;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
}

.link-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.link-button:hover {
  background-color: #d8b500;
}

.recommended {
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 55px;
}

.recommended h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

.recommended h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #993333;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list_box {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #fff;
    box-shadow: 0px 0px 0px 10px #fff;
    border: dashed 2px #993333;
}

.item-list img {
    display: block;
    margin: auto;
    width: auto;
    height: 80px;
	padding: 5px;
    object-fit: contain;
    text-align: center;
  }

.item-list li {
  flex-shrink: 0;
  width: 240px;
  margin-left: 50px;
}

.item-list li:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}

/*--------slider枠調整---------*/

.box_top_a {
    padding: 0.5em 1em;
    margin: 2em 0;
	height: 250px;
    color: #993333;
    background: white;
    border-top: solid 5px #993333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box_top_b {
    padding: 0.5em 1em;
    margin: 2em 0;
	height: 250px;
    color: #00608d;
    background: white;
    border-top: solid 5px #00608d;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box_top_a p {
    margin: 0; 
    padding: 0;
	color: #000000;
  	line-height: 1.8em;
  	font-size: 1rem;
}

.box_top_a img {
    display: block;
    margin: auto;
    width: auto;
    height: 10px;
    object-fit: contain;
    text-align: center;
  }

.box_top_a dl {
  margin-top: 20px;
}

.box_top_a dt {
  font-weight: bold;
  color: #000000;
}

.box_top_a dd {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  color: #000000;
}

.box_top_b p {
    margin: 0; 
    padding: 0;
	color: #000000;
  	line-height: 1.8em;
  	font-size: 1rem;
}

.box_top_b img {
    display: block;
    margin: auto;
    width: auto;
    height: 10px;
    object-fit: contain;
    text-align: center;
  }

.box_top_b dl {
  margin-top: 20px;
}

.box_top_b dt {
  font-weight: bold;
  color: #000000;
}

.box_top_b dd {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  color: #000000;
}


.top_menu1 {
  margin: auto;
  text-align: center;
  flex: 0 0 15%;
}

.top_menu2 {
  flex: 1;
  display: flex;
  align-items: center; 
}

.top_title p {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.8em;
  font-size: 1.3rem;
  font-color: #000;
}

.top_info p {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.8em;
  font-size: 1rem;
  font-color: #000;
}

.yokonarabi {
  display: flex; /*横並び*/
  padding:  10px;             /* 余白指定 */
  justify-content: center;
  gap: 10px 10px; /* 余白 */
}

/*--------slider枠調整ここまで---------*/

@media (max-width: 800px) {
  .first-view {
    height: calc(100vh - 50px);
    background-image: url(../images/index/bg-main-sp_ap.jpg);
    align-items: flex-start;
  }

  .first-view-text {
    padding-top: 60px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p {
    text-align: left;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 220px;
    margin-left: 30px;
  }
	
  .box_top_a p {
	margin-left: 15px;
	margin-right: 15px;
  }
	
  .box_top_b p {
	margin-left: 15px;
	margin-right: 15px;
  }
	
@media (max-width: 600px) {
    .first-view {
      height: calc(80vh - 50px);
  }
	
@media (max-width: 490px) {
      .first-view {
        height: calc(70vh - 50px);
    }
	  .topmenu {
        margin-top: 70px;
    }
}