@charset "utf-8";
/* CSS Document */

p.next_links {
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

p.credit {
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.8em;
    letter-spacing: 0.05em;
	margin-bottom: 50px;
}

.main_txt {
    margin-bottom: 0;
}

div.doc p {
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

p.brand_btn {
	max-width: 790px;
    margin: 0px auto;
	background: #fff;
}

p.brand_btn a {
	display: block;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #444;
    text-align: center;
    max-width: 80%;
    margin: 0px auto;
    background-image: url(/themes/custom/gressive_theme/tokimegu/image/mark.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-color: #cecece;
}

p.brand_btn a:hover {
	background: #3c3c3c;
	color: #fafafa;
	background-image: url(/themes/custom/gressive_theme/tokimegu/image/mark_w.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

ul.tokimegu_sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
}

ul.tokimegu_sns li {
	width: 30%;
	height: auto;
}

ul.tokimegu_sns li img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 320px;
	margin: 0 auto;
}

ul.image2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	width: 100%;
	height: auto;
}

ul.image2 li {
	width: 382px;
}


h3.katataitle {
    margin-top: -10px;
	margin-bottom: 40px;
    font-family: "Noto Sans Japanese" sans-serif;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 29px;
    line-height: 38px;
    text-align: center;
}

ul.bswt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin: 50px 0 -40px 0;
}

ul.bswt li {
	width: 48%;
	height: auto;
	margin-bottom: 30px;
}

ul.bswt li a img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}

ul.bswt li:hover{
	opacity: 0.9;
}

.brand-list {
	background: #fff;
	overflow: hidden;
}

.brand-list .inner {
	max-width: 790px;
	margin: 0px auto;
}

.brand-list .inner label {
	display: block;
	padding: 20px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	text-align: center;
	max-width: 80%;
	margin: 0px auto;
	background-image: url(/themes/custom/gressive_theme/tokimegu/image/mark.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-color: #cecece;
	cursor :pointer;
}

.brand-list .inner label:hover {
	background: #3c3c3c;
	color: #fafafa;
	background-image: url(/themes/custom/gressive_theme/tokimegu/image/mark_w.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

.brand-list .inner input {
	display: none;
}

.brand-list .inner .hidden_list {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
	width: 80%;
	margin: 0 auto;
}

.brand-list .inner input:checked ~ .hidden_list {
	padding: 20px 0 0;
	margin-bottom: 0px;
	height: auto;
	opacity: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.brand-list .inner .hidden_list li {
	width: 50%;
	font-size: 14px;
}

.brand-list .inner .hidden_list li a {
	display: block;
    padding: 10px;
	box-sizing: border-box;
	margin: 0px;
}

.brand-list .inner .hidden_list li a:hover {
    background-color: #444;
	color: #fafafa;
}

.brand-list .inner .hidden_list li a .name {
	font-size: 12px;
	color: #aaa;
}


@media screen and (max-width: 640px) {

p.brand_btn a {
    max-width: 100%;
}

ul.tokimegu_sns {
	margin-bottom: 30px;
}

ul.tokimegu_sns li {
	width: 100%;
	margin-bottom: 10px;
}

ul.image2 li {
	width: 100%;
}

ul.image2 li:nth-child(1) {
	padding-bottom: 30px;
}

ul.bswt li {
	width: 100%;
}

.brand-list .inner label {
	max-width: 100%;
}

.brand-list .inner input:checked ~ .hidden_list {
	padding-top: 0;
}

.brand-list .inner .hidden_list {
	width: 100%;
}

.brand-list .inner .hidden_list li {
	width: 100%;
	font-size: 15px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	box-sizing: border-box;
}

/*.brand-list .inner .hidden_list li:nth-child(odd) {
	border-right: 0;
}*/

.brand-list .inner .hidden_list li a {
	padding: 7px;
}

.brand-list .inner .hidden_list li a .sp {
	display: inline;
}

.brand-list .inner .hidden_list li a .name {
	display: none;
}

}