body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
pre,
form,
dl,
dt,
dd,
blockquote,
fieldset,
input,
address {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #000;
}

body {
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color: #fff;
}

ul {
	margin: 0;
}

li {
	list-style: none;
}

img {
	vertical-align: top;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #6a3231;
}

a:active,
a:focus {
	text-decoration: none;
}

th {
	font-weight: normal;
}

.widgettitle {
	display: none;
}

.img-ow {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.font_min {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_en {
	font-family: Garamond, serif;
}

.btn_link {
	display: block;
	width: 300px;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	background-color: #6a3231;
	padding: 22px 0;
}

.btn_link:hover {
	color: #fff;
	opacity: 0.6;
}

.ttl_l {
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
}

.ttl_l::before {
	content: "";
	display: block;
	width: 110px;
	height: 2px;
	background-color: #6a3231;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ttl_l::after {
	content: "";
	display: block;
	width: 100%;
	background-color: #dcd7cd;
	height: 2px;
	margin-top: 15px;
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}

@media only screen and (max-width: 1199px) {
	.btn_link {
		width: 280px;
		font-size: 12px;
		padding: 18px 0;
	}

	.ttl_l {
		font-size: 17px;
		margin-bottom: 25px;
	}

	.ttl_l::before {
		width: 100px;
	}

	.ttl_l::after {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.btn_link {
		width: 250px;
		padding: 16px 0;
	}

	.ttl_l {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.ttl_l::before {
		width: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.btn_link {
		width: 230px;
		padding: 14px 0;
	}

	.ttl_l {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.ttl_l::before {
		width: 70px;
	}
}


header {
	background-color: #fff;
	width: 100%;
	height: 86px;
	z-index: 1000;
	padding-left: 30px;
	position: fixed;
	top: 0;
	left: 0;
}

.home header {
	position: absolute;
	top: calc(100vh - 86px);
}

.fixed header {
	position: fixed;
	top: 0;
	left: 0;
}

header h1 {
	margin-top: 20px;
}

header h1 a:hover img {
	opacity: 0.6;
}

header h1 img {
	width: 190px;
	height: auto;
}

header .gmenu {
	position: absolute;
	top: 0;
	right: 0;
}

header .gmenu li {
	float: left;
	margin-right: 20px;
	padding-top: 32px;
}

header .gmenu li a {
	font-size: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.1em;
}

header .gmenu li.btn_ec {
	margin-right: 0;
	padding-top: 0;
}

header .gmenu li.btn_ec a {
	color: #fff;
	background-color: #6a3231;
	display: block;
	padding: 32px 20px;
	letter-spacing: 0;
}

header .gmenu li.btn_ec a:hover {
	opacity: 0.8;
}

footer {
	border-top: 6px solid #c3adad;
	padding: 50px 0;
	position: relative;
	background-color: #fff;
}

footer .shopinfo li {
	float: left;
	width: 22.75%;
}

footer .shopinfo li.space {
	width: 3%;
	border-left: 1px solid #e6e6e6;
}

footer .shopinfo h1 {
	font-weight: bold;
}

footer .shopinfo p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

footer .sns {
	text-align: center;
	margin-top: 40px;
}

footer .sns li {
	display: inline;
	margin: 0 5px;
}

footer .sns li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	background-color: #6a3231;
}

footer .sns li a:hover {
	opacity: 0.6;
}

footer .f_menu {
	text-align: center;
	margin-top: 35px;
}

footer .f_menu li {
	display: inline;
	margin: 0 10px;
}

footer .f_menu li a {
	font-size: 12px;
}

footer .copyright {
	font-size: 11px;
	text-align: center;
	color: #cacaca;
	margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
	header h1 {
		margin-top: 25px;
	}

	header h1 img {
		width: 150px;
		height: auto;
	}

	header .gmenu li {
		margin-right: 13px;
	}

	header .gmenu li a {
		font-size: 14px;
		letter-spacing: -0.01rem;
	}

	header .gmenu li.btn_ec a {
		padding: 32px 12px;
	}

	footer .shopinfo li {
		width: 23.125%;
	}

	footer .shopinfo li.space {
		width: 2.5%;
	}

	footer .shopinfo h1 {
		letter-spacing: 0.05em;
		font-size: 12px;
	}

	footer .shopinfo p {
		font-size: 11px;
		line-height: 18px;
		margin-top: 5px;
	}

	footer .f_menu {
		margin-top: 30px;
	}

	footer .copyright {
		margin-top: 50px;
		font-size: 10px;
	}
}

@media only screen and (max-width: 991px) {
	header {
		padding-left: 15px;
		height: 66px;
	}

	.home header {
		top: calc(100vh - 66px);
	}

	header h1 {
		margin-top: 20px;
	}

	header h1 img {
		width: 110px;
		height: auto;
	}

	header .gmenu li {
		margin-right: 8px;
		padding-top: 22px;
	}

	header .gmenu li a {
		font-size: 12px;
	}

	header .gmenu li.btn_ec a {
		padding: 22px 8px;
	}

	footer {
		border-top: 4px solid #c3adad;
		padding: 30px 0;
	}

	footer .shopinfo li {
		padding-right: 10px;
	}

	footer .shopinfo h1 {
		line-height: 17px;
	}

	footer .shopinfo p {
		line-height: 17px;
	}

	footer .sns {
		margin-top: 20px;
	}

	footer .f_menu {
		margin-top: 20px;
	}

	footer .copyright {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	header {
		height: 50px;
		top: 0 !important;
		padding-left: 0;
	}

	header h1 {
		margin-top: 12px;
		padding-left: 15px;
	}

	header h1 img {
		width: 120px;
		height: auto;
	}

	header .toggle {
		width: 30px;
		height: 34px;
		cursor: pointer;
		outline: none;
		background-color: #fff;
		border: none;
		border-radius: 2px;
		position: absolute;
		top: 8px;
		right: 15px;
	}

	header .toggle:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #510500;
		top: 7px;
		left: 10%;
		box-shadow: 0 9px 0 #510500, 0 18px 0 #510500;
	}

	header .gmenu {
		display: none;
		position: absolute;
		right: auto;
		top: 50px;
		left: 0;
		width: 100%;
	}

	header .gmenu li {
		margin-right: 0;
		padding-top: 0;
		float: none;
		width: 100%;
		text-align: center;
	}

	header .gmenu li a {
		display: block;
		padding: 10px 0;
		background-color: #eee;
	}

	header .gmenu li.btn_ec a {
		padding: 15px 0;
	}

	footer {
		border-top: 3px solid #c3adad;
		padding-top: 25px;
	}

	footer .shopinfo li {
		padding-right: 0;
		width: 100%;
		margin-bottom: 18px;
		text-align: center;
	}

	footer .shopinfo li:last-child {
		margin-bottom: 0;
	}

	footer .shopinfo li.space {
		display: none;
	}

	footer .sns {
		margin-top: 20px;
	}

	footer .f_menu {
		display: none;
	}

	footer .copyright {
		margin: 20px 0;
	}
}




/*home*/
.main_wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
}

.main {
	width: 100vw;
	top: 0;
	left: 0;
	z-index: -1;
}

.main img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	text-align: center;
}

.brand01 {
	background: url(../images/bg_usuzumi.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 640px;
	padding-top: 80px;
}

.home article {
	position: relative;
	margin-top: 100vh;
	background-color: #fff;
}

.home .brand01 {
	height: 710px;
}

.brand01 .text {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;
}

.brand01 h2 {
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.2em;
	margin: 30px 120px 0 70px;
}

.brand01 p {
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	letter-spacing: 0.2em;
	margin-top: 30px;
}

.brand01 .btn_link {
	margin: 50px auto 0;
	background-color: rgba(106, 50, 49, 0.7);
}

.brand02 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.brand02 dt {
	text-align: left;
	width: 130px;
}

.brand02 dd {
	margin-left: 130px;
	padding-top: 40px;
}

.brand02 dd h2 {
	font-size: 26px;
	letter-spacing: 0.2em;
}

.brand02 p {
	font-size: 14px;
	line-height: 40px;
	margin: 40px 0 40px;
}

.brand02 .right {
	padding-left: 0;
}

.bg_wrap {
	background: url(../images/bg_wrap.jpg);
	width: 100%;
	padding: 90px 0;
}

.bg_wrap .pickup ul {
	margin: 0 -15px;
}

.bg_wrap .pickup li {
	float: left;
	width: 20%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.bg_wrap .pickup dl {
	margin-top: 10px;
}

.bg_wrap .pickup a:hover img {
	opacity: 0.6;
}

.bg_wrap .pickup dd {
	font-size: 12px;
}

.bg_wrap .pickup .btn_link {
	margin: 0 auto;
}

.bg_wrap .info {
	margin-top: 90px;
}

.bg_wrap .info>.row {
	margin: 0 -30px;
}

.bg_wrap .info>.row>div {
	padding: 0 30px;
}

.bg_wrap .info a:hover {
	text-decoration: underline;
}

.bg_wrap .news li {
	border-bottom: 1px solid #dcd7cd;
	padding: 22px 0;
}

.bg_wrap .news li:first-child {
	padding-top: 0;
}

.bg_wrap .news dt {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}

.bg_wrap .blog a:hover img {
	opacity: 0.6;
}

.bg_wrap .blog dt {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0;
}

@media only screen and (max-width: 1199px) {
	.brand01 {
		height: 560px;
		padding-top: 70px;
	}

	.home .brand01 {
		height: 660px;
	}

	.brand01 h2 {
		font-size: 24px;
		letter-spacing: 0.15em;
		margin: 30px 90px 0 60px;
	}

	.brand01 p {
		font-size: 14px;
		line-height: 48px;
		letter-spacing: 0.15em;
	}

	.brand01 .btn_link {
		margin: 40px auto 0;
	}

	.brand02 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.brand02 dt {
		width: 110px;
	}

	.brand02 dd {
		margin-left: 110px;
	}

	.brand02 dd h2 {
		font-size: 24px;
		letter-spacing: 0.15em;
	}

	.brand02 p {
		margin: 35px 0 30px;
	}

	.bg_wrap {
		padding: 70px 0;
	}

	.bg_wrap .pickup ul {
		margin: 0 -10px;
	}

	.bg_wrap .pickup li {
		padding: 0 10px;
		margin-bottom: 25px;
	}

	.bg_wrap .pickup dt {
		font-size: 12px;
	}

	.bg_wrap .pickup dd {
		font-size: 11px;
	}

	.bg_wrap .info {
		margin-top: 70px;
	}

	.bg_wrap .info>.row {
		margin: 0 -20px;
	}

	.bg_wrap .info>.row>div {
		padding: 0 20px;
	}

	.bg_wrap .news li {
		padding: 16px 0;
	}
}

@media only screen and (max-width: 991px) {

	.brand01 {
		height: 460px;
		padding-top: 40px;
	}

	.home .brand01 {
		height: 540px;
	}

	.brand01 h1 img {
		width: 50px;
		height: auto;
	}

	.brand01 h2 {
		font-size: 21px;
		margin: 25px 50px 0 40px;
	}

	.brand01 p {
		font-size: 13px;
		line-height: 40px;
		margin-top: 25px;
	}

	.brand01 .btn_link {
		margin: 20px auto 0;
	}

	.brand02 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.brand02 dt {
		width: 75px;
	}

	.brand02 dt img {
		width: 55px;
		height: auto;
	}

	.brand02 dd {
		margin-left: 75px;
		padding-top: 25px;
	}

	.brand02 dd h2 {
		font-size: 19px;
	}

	.brand02 p {
		font-size: 13px;
		line-height: 30px;
		letter-spacing: 0;
		margin: 25px 0;
	}

	.brand02 .right {
		margin-top: 40px;
	}

	.brand02 .right ul {
		margin: 0 -5px;
	}

	.brand02 .right li {
		padding: 0 5px;
	}

	.bg_wrap {
		padding: 50px 0;
	}

	.bg_wrap .info {
		margin-top: 50px;
	}

	.bg_wrap .info>.row {
		margin: 0 -15px;
	}

	.bg_wrap .info>.row>div {
		padding: 0 15px;
	}

	.bg_wrap .news li {
		padding: 14px 0;
	}

	.bg_wrap .blog {
		margin-top: 40px;
	}

	.bg_wrap .blog ul {
		margin: 0 -15px;
	}

	.bg_wrap .blog li {
		padding: 0 15px;
	}

	.bg_wrap .blog li>a {
		float: left;
		width: 45%;
	}

	.bg_wrap .blog dl {
		float: right;
		width: 50%;
	}

	.bg_wrap .blog dt {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.main img {
		height: 40vh;
	}

	.main_wrap {
		position: static;
		top: auto;
		left: auto;
		height: auto;
		margin-top: 50px;
	}

	.home article {
		margin-top: 0;
	}


	.brand01 {
		height: auto;
		padding: 30px 0;
	}

	.brand01 .text {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		padding: 0 15px;
	}

	.brand01 h1 img {
		width: 180px;
		height: auto;
	}

	.brand01 h2 {
		font-size: 16px;
		margin: 30px 0 15px;
		text-align: center;
	}

	.brand01 p {
		font-size: 12px;
		line-height: 23px;
		letter-spacing: 0.05em;
		margin-top: 0px;
	}


	.home .brand01 {
		background-color: #f7f5f1;
		background-image: none;
	}

	.home .brand01 h2,
	.home .brand01 p {
		color: #000;
	}

	.home .brand01 ul {
		margin: 15px -10px 0;
	}

	.home .brand01 li {
		padding: 0 10px;
	}

	.brand01 .btn_link {
		background-color: #6a3231;
	}

	.brand02 {
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.brand02 dt {
		width: 100%;
		text-align: center;
	}

	.brand02 dt img {
		width: 45px;
		height: auto;
	}

	.brand02 dd {
		margin-left: 0;
		padding-top: 30px;
	}

	.brand02 dd h2 {
		font-size: 16px;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.brand02 p {
		font-size: 12px;
		line-height: 23px;
		margin: 15px 0;
	}

	.brand02 .right {
		padding-left: 15px;
	}

	.brand02 .right .photo_l {
		max-width: 250px;
		height: auto;
	}

	.brand02 .btn_link {
		margin: 20px auto 0;
	}

	.bg_wrap {
		padding: 25px 0;
	}

	.bg_wrap .pickup ul {
		margin: 0 -10px 20px;
	}

	.bg_wrap .pickup li {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.bg_wrap .pickup li:last-child {
		margin-bottom: 0;
	}

	.bg_wrap .pickup li>a {
		float: left;
		width: 42%;
	}

	.bg_wrap .pickup li dl {
		float: right;
		width: 53%;
		margin-top: 0;
	}

	.bg_wrap .info {
		margin-top: 30px;
	}

	.bg_wrap .news li {
		padding: 12px 0;
	}

	.bg_wrap .news dt {
		margin-bottom: 0;
		font-size: 11px;
	}

	.bg_wrap .news dd {
		line-height: 18px;
	}

	.bg_wrap .news dd a {
		font-size: 12px;
		line-height: 18px;
	}

	.bg_wrap .blog {
		margin-top: 25px;
	}

	.bg_wrap .blog li:first-child {
		margin-bottom: 15px;
	}

	.bg_wrap .blog dt {
		font-size: 11px;
	}

	.bg_wrap .blog dd {
		line-height: 18px;
	}

	.bg_wrap .blog dd a {
		font-size: 12px;
		line-height: 18px;
	}
}


.sub {
	margin-top: 86px;
}

.page_title {
	background: url(../images/bg_wrap.jpg);
	width: 100%;
	padding: 90px 0;
	text-align: center;
	margin-bottom: 90px;
}

.page_title h1 {
	font-size: 24px;
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 1199px) {
	.page_title {
		padding: 70px 0;
		margin-bottom: 70px;
	}

	.page_title h1 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 991px) {
	.sub {
		margin-top: 66px;
	}

	.page_title {
		padding: 60px 0;
		margin-bottom: 60px;
	}

	.page_title h1 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.sub {
		margin-top: 50px;
	}

	.page_title {
		padding: 30px 0;
		margin-bottom: 30px;
	}

	.page_title h1 {
		font-size: 15px;
	}
}



/*usuzumiyokan*/
.usuzumiyokan .brand_info {
	padding-top: 60px;
	padding-bottom: 80px;
}

.usuzumiyokan .brand_info h1 {
	font-size: 26px;
	margin: 50px 0;
	letter-spacing: 0.2em;
}

.usuzumiyokan .brand_info p {
	font-size: 15px;
	line-height: 44px;
}

.usuzumiyokan .brand_info .right {
	padding-left: 0;
}

.usuzumiyokan .brand_info li:first-child {
	margin-bottom: 40px;
}

.usuzumiyokan .pickup ul {
	margin: 0 -15px;
}

@media only screen and (max-width: 1199px) {
	.usuzumiyokan .brand_info {
		padding-top: 50px;
		padding-bottom: 70px;
	}

	.usuzumiyokan .brand_info h1 {
		font-size: 24px;
		margin: 30px 0 40px;
		letter-spacing: 0.2em;
	}

	.usuzumiyokan .brand_info p {
		font-size: 14px;
		line-height: 40px;
	}

	.usuzumiyokan .brand_info li:last-child {
		padding-right: 60px;
	}

	.usuzumiyokan .brand_info li:first-child {
		margin-bottom: 30px;
		padding-left: 140px;
	}
}

@media only screen and (max-width: 991px) {
	.usuzumiyokan .brand_info {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.usuzumiyokan .brand_info h1 {
		font-size: 20px;
		margin: 20px 0 25px;
		letter-spacing: 0.15em;
	}

	.usuzumiyokan .brand_info p {
		font-size: 13px;
		line-height: 30px;
	}

	.usuzumiyokan .brand_info li:last-child {
		padding-right: 15px;
	}

	.usuzumiyokan .brand_info li:first-child {
		margin-bottom: 30px;
		padding-left: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.usuzumiyokan .brand_info {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.usuzumiyokan .brand_info h1 {
		font-size: 17px;
		margin: 10px 0 20px;
		letter-spacing: 0.1em;
	}

	.usuzumiyokan .brand_info p {
		font-size: 12px;
		line-height: 23px;
	}

	.usuzumiyokan .brand_info .right {
		padding-left: 15px;
		margin-top: 15px;
	}

	.usuzumiyokan .brand_info li {
		padding: 0 !important;
		width: 50%;
		float: left !important;
	}

	.usuzumiyokan .brand_info li:first-child {
		margin-bottom: 20px;
		padding-right: 10px !important;
	}
}




/*annfun*/
.annfun .brand02 dl {
	margin-top: 60px;
}

.annfun .pickup ul {
	margin: 0 -15px;
}

@media only screen and (max-width: 991px) {
	.annfun .brand02 dl {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.annfun .brand02 dl {
		margin-top: 0;
	}
}




/*shop*/
.shop .jump_link {
	text-align: center;
	margin-bottom: 90px;
}

.shop .jump_link li {
	display: inline-block;
	position: relative;
	line-height: 1;
	margin: 0 10px;
	padding-right: 22px;
}

.shop .jump_link li::after {
	content: "";
	display: block;
	width: 2px;
	height: 13px;
	background-color: #d4d4d4;
	position: absolute;
	top: 0;
	right: 0;
}

.shop .jump_link li:last-child::after {
	display: none;
}

.shop .jump_link li a {
	font-size: 14px;
}

.shop .jump_link li a:hover {
	text-decoration: underline;
}
.shop .jump_link li a img{
	vertical-align: middle;
	margin-left: 5px;
}
.shop .jump_link li span {
	display: block;
	padding-top: 10px;
}

.shop .shop_col {
	margin-top: -106px;
	padding-top: 106px;
	margin-bottom: 90px;
}

.shop .shop_col.last {
	margin-bottom: 0;
}

.shop .shop_col li {
	border-bottom: 1px solid #dcd7cd;
	padding: 20px 0;
}

.shop .shop_col li:first-child {
	padding-top: 5px;
}

.shop .shop_col dt {
	text-align: left;
	width: 120px;
}

.shop .shop_col dd {
	margin-left: 120px;
}

.shop .shop_col .gmap {
	margin-top: 40px;
}

.shop .shop_col .gmap iframe {
	width: 100%;
	height: 310px;
}

.shop .other {
	border-top: 1px solid #dcd7cd;
	border-bottom: 1px solid #dcd7cd;
	padding: 40px 0;
	margin: 50px 0 60px;
}

.shop .other p {
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

@media only screen and (max-width: 1199px) {
	.shop .shop_col li:first-child {
		padding-top: 0;
	}

	.shop .shop_col li {
		padding: 16px 0;
	}
}

@media only screen and (max-width: 991px) {
	.shop .jump_link {
		margin-bottom: 70px;
	}

	.shop .jump_link li {
		margin: 0 5px;
		padding-right: 15px;
	}

	.shop .jump_link li::after {
		width: 2px;
		height: 12px;
	}

	.shop .jump_link li a {
		font-size: 13px;
		letter-spacing: 0.02em;
	}

	.shop .shop_col {
		margin-top: -86px;
		padding-top: 86px;
		margin-bottom: 70px;
	}

	.shop .shop_col .left {
		padding-right: 30px;
	}

	.shop .shop_col li {
		padding: 9px 0;
	}

	.shop .shop_col dt,
	.shop .shop_col dd {
		font-size: 12px;
	}

	.shop .shop_col dt {
		width: 85px;
	}

	.shop .shop_col dd {
		margin-left: 85px;
	}

	.shop .shop_col .right {
		padding-left: 0;
	}

	.shop .shop_col .gmap {
		margin-top: 25px;
	}

	.shop .shop_col .gmap iframe {
		height: 260px;
	}

	.shop .other {
		padding: 30px 0;
		margin: 40px 0 50px;
	}

	.shop .other p {
		font-size: 13px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.shop .jump_link {
		margin: 0 -5px;
		margin-bottom: 40px;
	}

	.shop .jump_link li {
		display: block;
		text-align: left;
		margin-bottom: 3px;
	}

	.shop .jump_link li:last-child {
		margin-bottom: 0;
	}

	.shop .jump_link li::after {
		display: none;
	}

	.shop .jump_link li a {
		font-size: 12px;
		line-height: 18px;
		text-decoration: underline;
	}

	.shop .jump_link li span {
		display: none;
	}

	.shop .shop_col {
		margin-top: -70px;
		padding-top: 70px;
		margin-bottom: 40px;
	}

	.shop .shop_col .left {
		padding-right: 15px;
	}

	.shop .shop_col li {
		padding: 5px 0;
	}

	.shop .shop_col dt {
		float: left;
	}

	.shop .shop_col dt {
		width: 75px;
	}

	.shop .shop_col dd {
		margin-left: 75px;
	}

	.shop .shop_col .right {
		padding-left: 15px;
		margin-top: 15px;
	}

	.shop .shop_col .gmap {
		margin-top: 15px;
	}

	.shop .shop_col .gmap iframe {
		height: 220px;
	}

	.shop .other {
		padding: 20px 0;
		margin: 30px 0 40px;
	}

	.shop .other p {
		font-size: 12px;
		line-height: 19px;
		letter-spacing: 0;
	}
}




/*contact*/
.contact .tel_col {
	text-align: center;
}

.contact .tel_col h1 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.contact .tel_col h1::after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background-color: #000;
	margin: 20px auto 0;
}

.contact .tel_col dl {
	margin: 35px 0 15px;
}

.contact .tel_col dt {
	font-size: 15px;
	font-weight: normal;
}

.contact .tel_col dd {
	font-size: 50px;
	padding-top: 20px;
}

.contact .tel_col dd span {
	font-size: 30px;
}

.contact .form {
	margin: 70px auto 100px;
	max-width: 860px;
}

.contact .form li {
	margin-bottom: 40px;
}

.contact .form dt {
	font-size: 15px;
	height: 30px;
}

.contact .form dt span {
	font-size: 10px;
	margin-left: 10px;
	background-color: #e55b5b;
	color: #fff;
	padding: 3px 5px;
	font-weight: normal;
}

.contact .form input {
	width: 100%;
	background-color: #f1ede6;
	border: none;
	padding: 15px;
	font-size: 15px;
}

.contact .form textarea {
	background-color: #f1ede6;
	width: 100%;
	height: 180px;
	border: none;
}

.contact .form ::placeholder,
.contact .form :-ms-input-placeholder {
	color: #aaa;
}

.contact .form input[type=submit] {
	width: 300px;
	background-color: #6a3231;
	margin: 0 auto;
	font-size: 14px;
}

@media only screen and (max-width: 991px) {
	.contact .form li {
		margin-bottom: 30px;
	}

	.contact .form dt {
		font-size: 13px;
		height: 25px;
	}

	.contact .form input {
		padding: 15px 12px;
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.contact .tel_col h1 {
		font-size: 15px;
		letter-spacing: 0.05em;
	}

	.contact .tel_col h1::after {
		width: 50px;
		margin: 15px auto 0;
	}

	.contact .tel_col dl {
		margin: 25px 0 5px;
	}

	.contact .tel_col dt {
		font-size: 13px;
		font-weight: normal;
	}

	.contact .tel_col dd {
		font-size: 38px;
		padding-top: 15px;
	}

	.contact .tel_col dd span {
		font-size: 20px;
	}

	.contact .tel_col p {
		font-size: 12px;
		letter-spacing: 0;
	}

	.contact .form {
		margin: 40px auto 50px;
	}

	.contact .form ul {
		margin: 0 -5px;
	}

	.contact .form li {
		margin-bottom: 15px;
		padding: 0 5px;
	}

	.contact .form dt {
		font-size: 12px;
	}

	.contact .form input {
		padding: 10px 8px;
		font-size: 12px;
	}

	.contact .form textarea {
		height: 120px;
	}

	.contact .form input[type=submit] {
		width: 250px;
		font-size: 13px;
	}
}



.category-info .info_col {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.category-info .info_col li {
	border-bottom: 1px solid #dcd7cd;
	padding: 22px 0;
}

.category-info .info_col li:first-child {
	padding-top: 0;
}

.category-info .info_col dt {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}

.category-info .info_col a {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

.category-info .info_col a:hover {
	text-decoration: underline;
	color: #6a3231;
}

@media only screen and (max-width: 1199px) {
	.category-info .info_col li {
		padding: 16px 0;
	}
}

@media only screen and (max-width: 991px) {
	.category-info .info_col {
		width: 720px;
		padding-bottom: 80px;
	}

	.category-info .info_col li {
		padding: 14px 0;
	}

	.category-info .info_col a {
		font-size: 14px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 767px) {
	.category-info .info_col {
		width: 100%;
		padding-bottom: 40px;
	}

	.category-info .info_col li {
		padding: 12px 0;
	}

	.category-info .info_col dt {
		margin-bottom: 0;
		font-size: 11px;
	}

	.category-info .info_col dd {
		line-height: 18px;
	}

	.category-info .info_col dd a {
		font-size: 12px;
		line-height: 18px;
	}
}


.single_info {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.single_info dl {
	margin-bottom: 50px;
}

.single_info h1 {
	font-size: 22px;
	line-height: 32px;
	border-bottom: 1px solid #dcd7cd;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.single_info dd {
	font-size: 12px;
}

.single_info .text p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 35px;
}

.single_info .text img {
	max-width: 100%;
	height: auto;
}

.single_info .post_nav {
	margin-top: 60px;
}

.single_info .post_nav a {
	text-decoration: underline;
	font-size: 14px;
}

.single_info .post_nav a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.single_info {
		width: 720px;
		padding-bottom: 80px;
	}

	.single_info dl {
		margin-bottom: 40px;
	}

	.single_info h1 {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}

	.single_info .text p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 25px;
	}

	.single_info .post_nav {
		margin-top: 40px;
	}

	.single_info .post_nav a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.single_info {
		width: 100%;
		padding-bottom: 40px;
	}

	.single_info dl {
		margin-bottom: 25px;
	}

	.single_info h1 {
		font-size: 14px;
		line-height: 21px;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}

	.single_info dd {
		font-size: 11px;
	}

	.single_info .text p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.single_info .post_nav {
		margin-top: 30px;
	}

	.single_info .post_nav a {
		font-size: 12px;
	}
}



.post-type-archive-product .product_col ul {
	margin: 0 -15px;
}

.post-type-archive-product .product_col li {
	float: left;
	width: 20%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.post-type-archive-product .product_col dl {
	margin-top: 10px;
}

.post-type-archive-product .product_col a:hover img {
	opacity: 0.6;
}

.post-type-archive-product .product_col dd {
	font-size: 12px;
}

.single-product .sub {
	padding-bottom: 80px;
}

.single-product .photo_col {
	padding-right: 60px;
}

.single-product .product_slider {
	opacity: 0;
	transition: opacity .3s linear;
}

.single-product .product_slider li {
	outline: none;
}

.single-product .product_slider li img {
	width: 100%;
	height: auto;
	outline: none;
}

.single-product .product_slider.slick-initialized {
	opacity: 1;
}

.single-product .thumbnail-list {
	margin: 15px -10px;
}

.single-product .thumbnail-list li {
	padding: 0 10px;
}

.single-product .thumbnail-list li img {
	border: 1px solid #dadada;
	cursor: pointer;
	width: 100%;
	height: auto;
}

.single-product .text_col {
	padding-left: 0;
}

.single-product .text_col .product_name {
	background-color: #f2eee7;
}

.single-product .text_col .product_name li {
	float: left;
}

.single-product .text_col .product_name .cat {
	width: 20%;
	text-align: center;
	font-size: 16px;
	display: table;
}

.single-product .text_col .product_name .cat div {
	display: table-cell;
	height: 103px;
	vertical-align: middle;
}

.single-product .text_col .product_name .name {
	width: 80%;
	padding-left: 30px;
	background-color: #fff;
}

.single-product .text_col .product_name {
	margin-bottom: 50px;
}

.single-product .text_col .product_name dt {
	font-size: 24px;
	line-height: 34px;
	border-bottom: 1px solid #dcd7cd;
	padding: 15px 0;
	margin-bottom: 15px;
}

.single-product .text_col .product_name dd {
	font-size: 16px;
}

.single-product .text_col .product_name dd span {
	font-size: 12px;
}

.single-product .text_col p {
	font-size: 14px;
	line-height: 28px;
}

.single-product .text_col .product_info {
	margin: 50px 0;
	border: 4px solid #f2eee7;
	padding: 10px 35px;
}

.single-product .text_col .product_info li {
	border-bottom: 1px solid #dcd7cd;
	padding: 15px 0;
}

.single-product .text_col .product_info li:last-child {
	border-bottom: none;
}

.single-product .text_col .product_info dt {
	text-align: left;
	width: 90px;
}

.single-product .text_col .product_info dd {
	margin-left: 90px;
}

.single-product .text_col .btn_link {
	width: 100%;
	font-size: 14px;
	padding: 25px 0;
}

@media only screen and (max-width: 1199px) {
	.single-product .photo_col {
		padding-right: 50px;
	}

	.post-type-archive-product .product_col li {
		width: 25%;
	}

	.single-product .text_col .product_name .cat {
		font-size: 15px;
	}

	.single-product .text_col .product_name .cat div {
		height: 99px;
	}

	.single-product .text_col .product_name .name {
		padding-left: 25px;
	}

	.single-product .text_col .product_name {
		margin-bottom: 40px;
	}

	.single-product .text_col .product_name dt {
		font-size: 21px;
		line-height: 31px;
	}

	.single-product .text_col .product_name dd {
		font-size: 15px;
	}

	.single-product .text_col .product_info {
		margin: 40px 0;
		padding: 10px 25px;
	}

	.single-product .text_col .product_info dt {
		text-align: left;
		width: 75px;
	}

	.single-product .text_col .product_info dd {
		margin-left: 75px;
	}
}

@media only screen and (max-width: 991px) {
	.single-product .sub {
		padding-bottom: 60px;
	}

	.single-product .photo_col {
		padding-right: 30px;
	}

	.post-type-archive-product .product_col li {
		width: 33.33333%;
	}

	.single-product .text_col {
		padding-left: 15px;
	}

	.single-product .text_col .product_name {
		margin-bottom: 30px;
	}

	.single-product .text_col .product_name .cat {
		font-size: 13px;
	}

	.single-product .text_col .product_name .cat div {
		height: 80px;
	}

	.single-product .text_col .product_name .name {
		padding-left: 20px;
	}

	.single-product .text_col .product_name dt {
		font-size: 16px;
		line-height: 26px;
		padding: 10px 0;
		margin-bottom: 10px;
	}

	.single-product .text_col .product_name dd {
		font-size: 14px;
	}

	.single-product .text_col .product_name dd span {
		font-size: 11px;
	}

	.single-product .text_col p {
		font-size: 13px;
		line-height: 23px;
	}

	.single-product .text_col .product_info {
		margin: 35px 0;
		padding: 5px 15px;
	}

	.single-product .text_col .product_info li {
		padding: 10px 0;
	}

	.single-product .text_col .product_info dt {
		width: 70px;
		font-size: 12px;
	}

	.single-product .text_col .product_info dd {
		margin-left: 70px;
		font-size: 12px;
	}

	.single-product .text_col .btn_link {
		font-size: 13px;
		padding: 22px 0;
	}

}

@media only screen and (max-width: 768px) {
	.single-product .sub {
		padding-bottom: 30px;
	}

	.single-product .photo_col {
		padding-right: 15px;
	}

	.single-product .text_col {
		margin-top: 20px;
	}

	.single-product .text_col .product_name {
		margin-bottom: 15px;
		background-color: #fff;
	}

	.single-product .text_col .product_name li {
		float: none;
	}

	.single-product .text_col .product_name .cat {
		padding: 5px 8px;
		width: auto;
		display: inline-block;
		font-size: 12px;
		line-height: 16px;
		background-color: #f2eee7;
	}

	.single-product .text_col .product_name .cat div {
		height: auto;
	}

	.single-product .text_col .product_name .name {
		padding-left: 0;
		width: 100%;
	}

	.single-product .text_col .product_name dt {
		font-size: 14px;
		line-height: 23px;
		padding: 0 0 8px 0;
		margin-bottom: 5px;
	}

	.single-product .text_col .product_name dd {
		font-size: 13px;
	}

	.single-product .text_col .product_name dd span {
		font-size: 10px;
	}

	.single-product .text_col p {
		font-size: 12px;
		line-height: 20px;
	}

	.single-product .text_col .product_info {
		margin: 20px 0;
	}

	.single-product .text_col .product_info li {
		padding: 5px 0;
	}

	.single-product .text_col .product_info dt {
		width: 100%;
	}

	.single-product .text_col .product_info dd {
		margin-left: 0;
	}

	.single-product .text_col .btn_link {
		font-size: 12px;
		padding: 15px 0;
	}
}

@media only screen and (max-width: 670px) {
	.post-type-archive-product .product_col li {
		width: 50%;
	}
}

@media only screen and (max-width: 599px) {
	.post-type-archive-product .product_col li {
		width: 100%;
	}

	.post-type-archive-product .product_col li>a {
		float: left;
		width: 42%;
	}

	.post-type-archive-product .product_col li dl {
		float: right;
		width: 53%;
		margin-top: 0;
	}

	.post-type-archive-product .product_col li dt {
		font-size: 12px;
		line-height: 18px;
	}
}

.category-blog .blog_col {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.category-blog .blog_col li {
	border-bottom: 1px solid #dcd7cd;
	padding: 22px 0;
}

.category-blog .blog_col li:first-child {
	padding-top: 0;
}

.category-blog .blog_col dt {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}

.category-blog .blog_col a {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

.category-blog .blog_col a:hover {
	text-decoration: underline;
	color: #6a3231;
}

.category-blog .explain {
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	padding: 0px 15px 90px;
	letter-spacing: 0.1em;
}

.category-blog .explain a {
	text-decoration: underline;
}

.category-blog .explain a:hover {
	text-decoration: none;
}

.category-blog .old_blog {
	width: 300px;
	margin: 50px auto 0;
}

.category-blog .old_blog a {
	display: block;
	border: 1px solid #dcd7cd;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
}

.category-blog .old_blog a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.category-blog .old_blog figure {
	background: url(../images/banner_img.jpg) no-repeat center;
	background-size: cover;
	height: 80px;
	width: 100%;
	margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
	.category-blog .blog_col li {
		padding: 16px 0;
	}
}

@media only screen and (max-width: 991px) {
	.category-blog .blog_col {
		width: 720px;
		padding-bottom: 80px;
	}

	.category-blog .blog_col li {
		padding: 14px 0;
	}

	.category-blog .blog_col a {
		font-size: 14px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 767px) {
	.category-blog .blog_col {
		width: 100%;
		padding-bottom: 40px;
	}

	.category-blog .blog_col li {
		padding: 12px 0;
	}

	.category-blog .blog_col li .text {
		padding-left: 0;
	}

	.category-blog .blog_col dt {
		margin-bottom: 0;
		font-size: 11px;
	}

	.category-blog .blog_col dd {
		line-height: 18px;
	}

	.category-blog .blog_col dd a {
		font-size: 12px;
		line-height: 18px;
	}

	.category-blog .old_blog {
		width: 220px;
		margin: 30px auto 0;
	}

	.category-blog .old_blog a {
		font-size: 11px;
		padding-bottom: 3px;
	}

	.category-blog .old_blog figure {
		height: 60px;
		margin-bottom: 3px;
	}

	.category-blog .explain {
		font-size: 13px;
		line-height: 25px;
		padding: 0px 15px 50px;
		text-align: left;
	}

}

.single_blog {
	padding-bottom: 100px;
}

.single_blog .contents dl {
	margin-bottom: 50px;
}

.single_blog h1 {
	font-size: 22px;
	line-height: 32px;
	border-bottom: 1px solid #dcd7cd;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.single_blog dd {
	font-size: 12px;
}

.single_blog .text p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 35px;
}

.single_blog .text img {
	max-width: 100%;
	height: auto;
}

.single_blog .post_nav {
	margin-top: 60px;
}

.single_blog .post_nav a {
	text-decoration: underline;
	font-size: 14px;
}

.single_blog .post_nav a:hover {
	text-decoration: none;
}

.single_blog .side {
	padding-left: 30px;
}

.single_blog .side h2 {
	border-bottom: 2px solid #6a3231;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
}

.single_blog .side a {
	text-decoration: underline;
}

.single_blog .side li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dcd7cd;
}

.single_blog .old_blog {
	margin-top: 50px;
}

.single_blog .old_blog a {
	display: block;
	border: 1px solid #dcd7cd;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
}

.single_blog .old_blog a:hover {
	opacity: 0.6;
}

.single_blog .old_blog figure {
	background: url(../images/banner_img.jpg) no-repeat center;
	background-size: cover;
	height: 80px;
	width: 100%;
	margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
	.single_blog .old_blog a {
		font-size: 12px;
	}

	.single_blog .old_blog figure {
		height: 65px;
	}
}

@media only screen and (max-width: 991px) {
	.single_blog {
		padding-bottom: 80px;
	}

	.single_blog .contents dl {
		margin-bottom: 40px;
	}

	.single_blog h1 {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}

	.single_blog .text p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 25px;
	}

	.single_blog .post_nav {
		margin-top: 40px;
	}

	.single_blog .post_nav a {
		font-size: 13px;
	}

	.single_blog .old_blog {
		margin-top: 30px;
	}

	.single_blog .old_blog a {
		font-size: 12px;
		padding-bottom: 3px;
	}

	.single_blog .old_blog figure {
		height: 50px;
		margin-bottom: 3px;
	}
}

@media only screen and (max-width: 767px) {
	.single_blog {
		padding-bottom: 40px;
	}

	.single_blog .contents dl {
		margin-bottom: 25px;
	}

	.single_blog h1 {
		font-size: 14px;
		line-height: 21px;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}

	.single_blog dd {
		font-size: 11px;
	}

	.single_blog .text p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.single_blog .post_nav {
		margin-top: 30px;
	}

	.single_blog .post_nav a {
		font-size: 12px;
	}

	.single_blog .side {
		padding-left: 15px;
		margin-top: 30px;
	}

	.single_blog .side h2 {
		padding-bottom: 8px;
		margin-bottom: 8px;
		font-size: 14px;
	}

	.single_blog .side li {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.single_blog .old_blog {
		width: 220px;
		margin: 30px auto 0;
	}

	.single_blog .old_blog a {
		font-size: 11px;
	}

	.single_blog .old_blog figure {
		height: 60px;
	}
}



/*.grecaptcha-badge {
	opacity: 0;
}

.google-privacy {
	margin-top: 30px;
}

.google-privacy p {
	text-align: center;
	font-size: 12px;
}

.google-privacy a {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.google-privacy {
		margin-top: 20px;
	}

	.google-privacy p {
		text-align: left;
		font-size: 11px;
		line-height: 18px;
	}

	.google-privacy br {
		display: none;
	}
}*/


.category-blog .blog_col .pagination {
	margin: 22px auto;
	text-align: center;
}

.category-blog .blog_col .pagination ul {
	width: 100%;
	display: flex;
	align-items: center;

}

.category-blog .blog_col .pagination ul .active {
	background-color: #6a3231;
	color: #FFFFFF;
	padding: 15px 22px;
	font-size: 16px;
	border: 1px solid #6a3231;
}

.category-blog .blog_col .pagination ul li {
	padding: 0px 0px;
	border: none;
	margin-right: 5px;
}

.category-blog .blog_col .pagination ul li a {
	padding: 15px 22px;
	border: 1px solid #dcd7cd;
	display: block;
	line-height: 22px;
	text-decoration: none;
	color: black;
	font-weight: normal;
}

.category-blog .blog_col .pagination ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6a3231;
	border: 1px solid #6a3231;
}

.category-info .info_col .pagination {
	margin: 22px auto;
	text-align: center;
}

.category-info .info_col .pagination ul {
	width: 100%;
	display: flex;
	align-items: center;

}

.category-info .info_col .pagination ul .active {
	background-color: #6a3231;
	color: #FFFFFF;
	padding: 15px 22px;
	border: 1px solid #6a3231;
	font-size: 16px;
}

.category-info .info_col .pagination ul li {
	padding: 0px 0px;
	border: none;
	margin-right: 5px;
}

.category-info .info_col .pagination ul li a {
	padding: 15px 22px;
	border: 1px solid #dcd7cd;
	display: block;
	line-height: 22px;
	text-decoration: none;
	color: black;
	font-weight: normal;
}

.category-info .info_col .pagination ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6a3231;
	border: 1px solid #6a3231;
}


.flex-box{
	display: flex;
	justify-content: space-between;
}
.history-col{
	max-width: 770px;
	width: 100%;
	margin: 0 auto 140px;
}
.history-col h2{
	writing-mode: vertical-rl;
	position: relative;
	font-size: 26px;
	padding-bottom: 100px;
	padding-top: 10px;
}
.history-col h2::after{
	content: "";
	display: block;
	position: absolute;
	left: 9px;
	bottom: 0;
	width: 1px;	
	height: 70px;
	background-color: #c8c8c8;
}
.history-col__text{
	padding-left: 100px;
}
.history-col__text p{
	font-size: 15px;
	line-height: 38px;
	margin-bottom: 30px;
}
.history-col__text .photo-col{
	position: relative;
}
.history-col__text .layer-last{
	width: 70%;
}
.history-col__text img{
	width: 100%;
}
.history-col__text .layer-first{
	width: 40%;
	position: absolute;
	right: 0;
	bottom: -30px;
}
.history-col.rev .history-col__lead{
	order: 2;
}
.history-col.rev .history-col__text{
	order: 1;
	padding-left: 0;
	padding-right: 100px;
}
@media only screen and (max-width: 991px) {
	.history-col{
		max-width: 700px;
		margin: 0 auto 120px;
	}
	.history-col__text p{
		line-height: 34px;
	}
}
@media only screen and (max-width: 767px) {
	.history-col{
		display: block;
		width: 100%;
		margin: 0 auto 60px;
	}
	.history-col h2{
		writing-mode: horizontal-tb;
		font-size: 18px;
		padding-bottom: 0;
		padding-top: 0;
		margin-bottom: 15px;
	}
	.history-col h2::after{
		display: none;
	}
	.history-col__text{
		padding-left: 0;
	}
	.history-col__text p{
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.history-col.rev .history-col__text{
		padding-right: 0;
	}
}

.original{
	position: relative;
	padding-bottom: 100px;
}
.original h2{
	font-size: 26px;
	line-height: 42px
}
.original p{
	font-size: 15px;
	line-height: 40px;
	margin-top: 50px;
}
.original .btn_link{
	margin-top: 40px;
}
.original .btn_link.visible-sp{
	display: none;
}
.original figure{
	position: absolute;
}
.original .original-img01{
	top: 20px;
	right: 0;
	width: 360px;
}
.original .original-img02{
	top: 300px;
	right: 50px;
	width: 390px;
}
.original figure img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1190px) {
	.original p{
		line-height: 36px;
		margin-top: 40px;
	}
	.original .original-img01{
		top: 20px;
		right: 20px;
		width: 330px;
	}
	.original .original-img02{
		top: 280px;
		right: 50px;
		width: 340px;
	}
	.original .btn_link{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.original h2{
		text-align: center;
	}
	.original p{
		text-align: center;
	}
	.btn_link.visible-tab{
		display: none;
	}
	.original .photo-col{
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
	}
	.original figure{
		position: relative;
	}
	.original .original-img01{
		top: auto;
		right: auto;
		width: 44%;
	}
	.original .original-img02{
		padding-top: 30px;
		top: auto;
		bottom: auto;
		right: auto;
		width: 51%;
	}
	.original .btn_link{
		margin: 30px auto 0;
	}
	.original .btn_link.visible-sp{
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.original{
		padding-bottom: 80px;
	}
	.original h2{
		font-size: 18px;
		line-height: 30px;
	}
	.original p{
		font-size: 13px;
		line-height: 24px;
		text-align: left;
		margin-top: 20px;
	}
	.original p br{
		display: none;
	}
	.original .photo-col{
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
	}
	.original figure{
		position: relative;
	}
	.original .original-img01{
		top: auto;
		right: auto;
		width: 44%;
	}
	.original .original-img02{
		padding-top: 30px;
		top: auto;
		bottom: auto;
		right: auto;
		width: 51%;
	}
	.original .btn_link{
		margin: 30px auto 0;
	}
}