﻿@charset "utf-8";/* CSS Document *//*大枠*/#outer{width: 1260px;margin: 0 auto;}/*パンくず*/.navitopicpath_{overflow: hidden;font-size: 12px;margin: 15px 10px 25px;}#bread-crumb-list{width: 100%;float: left;overflow: hidden;}#bread-crumb-list li{display: inline;}.navitopicpath_ a{margin: 0 0.5em;white-space: nowrap;}/*見出し*/#outer .top_parts{width: 100%;display: flex;justify-content: space-between;background-color: #FFC600;margin-bottom: 50px;}#outer .top_parts .top_txt{width: 54%;color: #FFFFFF;display: flex;flex-direction: column;justify-content: center;box-sizing: border-box;padding: 0 0 0 25px;}#outer .top_parts .top_txt h1{font-size: 5em;font-weight: bold;padding-bottom: 5px;line-height: 1.2;text-align: center;border-bottom: solid 2px #ffffff;}#outer .top_parts .top_img{width: 44%;}#outer .top_parts .top_img img{width: 100%;}*/*h2*/#outer h2.uline_b{font-size: 2.5em;font-weight: bold;border-bottom: solid 5px #000000;margin-top: 45px;margin-bottom: 25px;}/*各項目*/#outer .contents{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 auto;}p.contents_txt{width: 100%;font-weight: bold;font-size: 1.2em;padding: 10px;margin-bottom: 40px;}.contents h3{font-size: 2em;font-weight: bold;margin-bottom: 20px;padding-left: 5px;}.contents h3::before{content: "┃"}.contents .item{width: 100%;display: flex;flex-wrap: wrap;box-sizing: border-box;justify-content: space-between;margin-bottom: 70px;padding: 10px;}.contents .item .item_img{width: 39%;}.contents .item .item_img img{width: 100%;}.contents .item .item_txt{width: 59%;padding: 0 15px 15px;box-sizing: border-box;}.contents .item .item_txt p{line-height: 1.7;}.contents .item .item_txt02{width: 100%;padding: 0 15px 15px;}.contents .item .item_txt02 p{line-height: 1.5;}.contents .item .item_02{width: 24%;display: flex;box-sizing: border-box;margin-top: 20px;margin-bottom: 20px;padding: 10px;flex-direction: column;position: relative;border: solid 1px #cccccc;}.contents .item .item_02 img{width: 100%;}.contents .item .item_02 a{width: 100%;position: absolute;top: 0;left: 0;height: 100%;text-indent: -999px;transition: .3s;}.contents .item .item_02 p{font-weight: bold;font-size: 1em;text-align: center;}/*おすすめ一覧*/#outer .recommend{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-content: flex-start;margin: 15px auto;}#outer .recommend .item{width: 19%;position: relative;display: flex;flex-direction: column;align-items: center;font-weight: bold;margin-bottom: 20px;border: solid 1px #cccccc;padding: 0 0 1rem;}#outer .recommend .item a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-indent: -999px;transition: .3s;}#outer .recommend .item img{width: 100%;}#outer .recommend .item p{padding: 5px 5px 0;}#outer .btn_gazou{width: 100%;font-size: 1em;margin-bottom: 10px;}#outer .btn_gazou a{position: relative;display: block;text-align: center;vertical-align: middle;margin: auto;padding: 1rem 4rem;font-weight: bold;border-radius: 100vh;border-bottom: 10px solid #836600;background: #FFC600;color: #ffffff!important;font-size: 2em;}#outer .btn_gazou a::after{content: "";position: absolute;top: 50%;right: 35%;transform: translateY(-50%);border: 10px solid transparent;border-left: 13px solid #ffffff;}/*スマホの設定*/@media screen and (max-width : 768px ){/*大枠*/#outer{width: 100%;}/*見出し*/#outer .top_parts{flex-direction: column-reverse;}#outer .top_parts .top_txt{width: 100%;padding: 15px;}#outer .top_parts .top_txt h1{font-size: 1.6em;padding: 5px 5px 20px 5px;}#outer .top_parts .top_txt p{font-size: 1em;padding: 5px;}#outer .top_parts .top_img{width: 100%;}#outer .top_parts .top_img img{width: 100%;}/*h2*/h2.uline_b{font-size: 2.2em!important;margin: 25px 10px 25px;padding-bottom: 5px;line-height: 1.2;text-align: center;}/*各項目*/#outer .contents{width: 100%;margin-top: 10px;}.contents h3{font-size: 23px;font-weight: bold;border-left: none;}.contents h3::before{content: "┃"}.contents .item{width: 100%;margin: 0 0 5px 0;padding-bottom: 15px;}.contents .item .item_img{width: 100%;}.contents .item .item_txt,.item_txt02{width: 100%;padding: 5px;}.contents .item .item_txt p{line-height: 1.5;}.contents .item .item_txt p.item_p{line-height: 1.5;margin-bottom: 35px;}.contents .item .item_txt02 p{line-height: 1.5;}p.contents_txt{width: 100%;padding: 10px;font-size: 1em;margin-bottom: 35px;}.contents .item .item_02{width: 49%;margin: 0 0 10px 0;padding-bottom: 15px;border: solid 1px #cccccc;}.contents .item .item_02 p{font-size: 1em;padding: 5px;}.contents .item .item_02 img{width: 100%;}/*おすすめ商品一覧*/#outer .recommend{justify-content: space-between;box-sizing: border-box;padding: 0 10px;}#outer .recommend .item{width: 49%;font-size: 0.8em;}#outer .btn_gazou{font-size: 10px;}#outer .btn_gazou a{padding: 10px 0;background-color: #FFC600;border-radius: 100vh;color: #ffffff;font-weight: bold;text-align: center;display: block;position: relative;transition: .3s;margin: 5px;}#outer .btn_gazou a::after{content: "";position: absolute;top: 50%;left: 75%;transform: translateY(-50%);border: 10px solid transparent;border-left: 13px solid #ffffff;}}/*@mediaの閉じタグ*/