@charset "UTF-8";
.t-text-title {
 color: #5A0D12;
 font-size: 120%;
 font-weight: bold;
}
.bottom-img-wrapper {
 margin: 0px auto 10px;
}
.bottom-img-wrapper > img {
 width: 100%;
 height: 100%;
}

/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print, screen and (min-width: 769px) {
 
 
 .inbound_h2 {
  text-align: center;
  font-size: 1.2em;
  margin-top: 2.5%;
 }
 .inbound_h2::before {
  content: "日本文化の魅力が伝わる";
  line-height: 1.8em;
  display: block;
 }
 .inbound_h3 {
  padding: 0.5em; /*文字周りの余白*/
  color: #174c10; /*文字色603813*/
  font-size: 150%;
  background: #e8ede7; /*背景色*/
  border-left: solid 20px #174c10; /*左線（実線 太さ 色）*/
  margin-top: 30px;
  text-align: left;
 }
 .top_text {
  text-align: center;
  margin: 20px 0px 0px;
 }
 .t_text {
  width: 900px;
  margin: 5px 30px 0px 25px;
  padding: 5px 5px 0px 5px;
  line-height: 1.8em;
 }
	
/*　旧ナビボタン　*/	
 .nav_btn_area {
  margin-left: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
 }
 .nav_btn_area table {
  width: 700px;
 }
 .nav_btn_area td {
  height: 110px;
  padding: 10px 20px;
 }
 .nav_btn_area img {
  width: 110px;
 }
	
/*　ナビボタンここから*/		
.navibtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto -2% auto;
  margin-top: 1%;
  font-size: 1.2em;
 }
 
 .navibtn a {
  position: relative;
  display: flex;
  width: 32%;
  margin: 1%;
  padding: 1.5% 4% 1.5% 2%;
  text-decoration: none;
  color: #174c10;
  font-weight: bold;
  border: 1px solid #174c10;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;	 
 }
 
 .navibtn a:hover {
  color: #fff;
  background: #174c10;	
  border: 1px solid #174c10;
 }
 
 .navibtn a:visited {
  color: #174c10;
 }

 .navibtn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #174c10;
    border-right: 3px solid #174c10;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}		
	
 .navibtn a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out; 
 }		
	
	
 /* 商品テーブル(横4つ) */
 .item_table {
  /* 残*/
  margin: 0px auto;
  width: 910px;
  margin-top: 7px;
 }
 /* 残*/
 .item_table td {
  /* 残*/
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
  vertical-align: top;
 }
 .item_table_press > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 /* 商品6個配置テーブル */
 .item_table_mini {
  /* 残*/
  margin: 3px auto;
  margin-top: -7px;
  width: 910px;
 }
 .item_table_mini tr {
  margin-left: 20px;
 }
 .item_table_mini td {
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
 }
 .item_table_mini_td {
  width: 15%;
  vertical-align: top;
 }
 .item_table_mini_td > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 /* 商品横2個配置テーブル */
 .item_table_big {
  /* 残*/
  margin: 3px auto;
  margin-top: 15px;
  width: 850px;
  border-collapse: separate;
  border-spacing: 5px;
 }
 .item_table_big_mds {
  color: #174c10;
  font-size: 140%;
  font-weight: bold;
 }
 .item_table_big td {
  /* 残*/
  padding: 3px;
  margin: 0px 20px;
  border: none;
  width: 400px;
  vertical-align: top;
 }
 .item_table_press_big_img {
  width: 190px;
  padding: 4px;
  margin-bottom: 3px;
  margin-left: 1px;
  float: left;
 }
 .banner_2 {
  margin-top: 2%;
  text-align: center;
 }
 .banner_2 p {
  font-weight: bold;
 }
 .banner_2 ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 1%;
 }
	
 .banner_2 li {
  width: 180px;
 }
	
 .banner_2 img {
  width: 93%;
 }


}


/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
 .inbound_h2 {
  text-align: center;
  font-size: 1em;
  margin-top: 4%;
 }
 .inbound_h2::before {
  content: "日本文化の魅力が伝わる";
  line-height: 1.8em;
  display: block;
 }
 .inbound_h3 {
  padding: 0.6em 0.6em 0.5em 0.6em; /*文字周りの余白*/
  color: #fff; /*文字色603813*/
  font-size: 110%;
  background: #174c10; /*背景色*/
  margin-top: 5%;
  margin-bottom: 2%;
  text-align: left;
 }
 .top_text {
  width: 95%;
  margin: 3% auto 0% auto;
  font-size: 1em;
	line-height: 1.5em;
 }
 .t_text {
  width: 95%;
  margin: 1% auto !important;
  margin-top: -1%;
  padding: 5px;
  line-height: 1.5em;
  font-size: 3vw;
 }
 .item_text {
  width: 100%;
  margin: 1% auto !important;
  margin-top: 2%;
  padding: 5px;
  line-height: 1.5em;
  font-size: 2.9vw;
 }
	
/*　旧ナビボタン　*/		
 .nav_btn_area {
  display: none;
 }

	
/*　ナビボタンここから　*/		
.navibtn {
 display: flex;
 flex-wrap: wrap;
 justify-content:center;
 width: 90%;
 margin: 3% 6% 0 6%;
 font-size: 0.9em;
}
 
.navibtn a {
  position: relative;
  display: flex;
 width: 75%;
 margin: 1%;
 padding: 3% 4% 3% 3%;
 text-decoration: none;
 color: #174c10;
 font-weight: bold;
 border: 1px solid #174c10;
  border-radius: 5px;
 background: #fff;	
}
 
.navibtn a:visited {
 color: #ff563a;
}
 
 .navibtn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #174c10;
    border-right: 3px solid #174c10;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
	
	
 /* 商品一覧 */
 .item_table {
  /* 残 */
  margin: auto;
  margin-top: 2%;
  margin-left: 1.5%;
  width: 98%;
  display: block;
 }
 .item_table tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 /* 残 */
 .item_table td {
  /* 残 */
  padding: 2px;
  margin: 0px 0px 10px 0px;
  border: 0;
  width: 47%;
  margin-left: 0.5%;
  display: inline-block;
  vertical-align: top;
 }
 .item_table_img {
  border: #efefef solid 1px;
 }
 /* 商品一覧横3つ(小)並び */
 .item_table_mini {
  margin: 0% auto;
  width: 97%;
  margin-top: -1%;
  margin-bottom: 0%;
  display: block;
 }
 .item_table_mini tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 /* 残 */
 .item_table_mini td {
  /* 残 */
  padding: 1%;
  margin: -5px 0px 5px 1px;
  border: 0;
  width: 30%;
  display: inline-block;
  vertical-align: top;
 }
 /* 商品テーブル大 */
 .item_table_big {
  /* 残 */
  margin: auto;
  width: 98%;
  margin-left: 1.4%;
  justify-content: center;
 }
 .item_table_big tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 .item_table_big td {
  padding: 3px;
  margin: 0px 0px 10px 0px;
  width: 47%;
  display: inline-block;
  vertical-align: top;
 }
 .item_table_big_mds {
  color: #174c10;
  font-size: 140%;
  font-weight: bold;
 }
 .item_table_press_big_img {
  width: 100%;
  padding: 4px;
  margin-bottom: 3px;
  margin-left: 1px;
 }
 .item_table_press_big > img {
  border: #efefef solid 1px;
  width: 100%;
  margin-bottom: 1%;
 }
 /* スマホ全体のリンクに使えるボタン */
 .sp_btn {
  margin: 7% auto;
  padding: 8px 0px 7px 0px;
  background: #FFD96D;
  width: 90%;
  text-align: center;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: bold;
  border: solid 1px #F1B524;
  border-radius: 10px;
  box-shadow: 2px 2px #F18324;
 }
 .sp_btn a {
  display: block;
 }
 .sp_btn a:link {
  color: #603813;
 }
 .sp_btn a:visited {
  color: #603813;
 }
 .sp_btn a {
  text-decoration: none;
 }
 .top-text-link-list {
  margin-top: 2%;
  width: 95%;
  font-size: 110%;
 }
 .banner_2 {
  margin-top: 2%;
  text-align: center;
 }
 .banner_2 p {
  font-weight: bold;
 }
 .banner_2 ul {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  margin-top: 1%;
 }
 .banner_2 img {
  width: 95%;
 }
}