@charset "utf-8";
/*
Theme Name: 竜崇のテーマv1.5
Theme URI:
Description: ryusouhoukaten_theme_v1.5
Author: meakdesign Yuji Namatame
*/

/*-------------
reset
-------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd, hr,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sas-serif;
	*font-size: small;
	*font: x-small;
}
table {
	font-size: inherit; font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 104%;
	line-height: 100%;
}
.cf {
	clear: both;
}
.taC {
	text-align: center!important;
}
.taL {
	text-align: left!important;
}
.sp-only {
	display: none!important;
}

/*-------------
base
-------------*/
html,body {
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
body {
	width: 100%;
	font-family: "BIZ UDMincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 1em;
	background: #fff
}
p {
	background-image: url(images/clear.gif);
	max-height: 999999px;
	line-height: 2;
	font-size: 14px;
	margin-bottom: 30px;
}
li {
	line-height: 1.7;
}

/*擬似クラス指定*/
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*背景の画像＆色の設定*/
.inner {
	width: 95%;
	margin: 0 auto;
}

.rollover a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*ヘッダー部分（キャッチ＆ロゴほか）*/
#header {
	width: 100%;
	padding: 20px 0 10px;
	z-index: 99;
}
#content-header {
	width: 100%;
	padding: 20px 0 10px;
	position: fixed;
	z-index: 99;
	mix-blend-mode: difference;
}
#header h1 {
	display: block;
	width: 3%;	
}
#header h1 a {
	display: block;
}
#content-header h1 {
	display: block;
	width: 3%;
}
#content-header h1 a {
	display: block;
}
#head-fixmenu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}
.animate-toggle-title-header {
	display: block;
	width: 42px;
	height: 42px;
}
#menuButton {
	display: block;
    width: 42px;
    height: 42px;
    position: fixed;
    top: 30px;
    right: 3%;
    z-index: 99999;
}
#menuButton span {
    display: block;
    background: #000;
    width: 37px;
    height: 1px;
    position: absolute;
    left: 9px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
#content-header #menuButton span {
	background: #fff;
}
#menuButton span:first-child {
    top: 12px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 12px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
	transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
	transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
	}
#global-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(102,102,102,1);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
	text-align: center;
}
ul#header-menu {
	width: 100%;
	height: 100%;
	display: block;
	align-items: center;
	justify-content: center;
}
ul#header-menu li {
	display: block;
  	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5vw;
	line-height: 1.4;
	white-space: nowrap;
	margin-bottom: 20px;
}
ul#header-menu li:first-child {
	margin-top: 50px;
}
ul#header-menu li a {
	display: block;
	width: 100%;
	border-left: none;
	border-right: none;
	color: #fff;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
	transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
}
ul#header-menu li a:hover {
	opacity: 0.5;
}
ul#header-menu li span {
	display: none;
}
ul#header-menu-child {
	display: none;
}
.submenu {
	font-size: 17px;
	margin-left: 40px;
	position: relative;
}
.submenu:before {
	position: absolute;
	top: 5px;
	left: -20px;
	content: 'ー';
	color: #fff;
}

/*main*/
#main {
	width: 100%;
	margin-bottom: 50px;
}
ul.main-photo {
	width: 98%;
	margin: 0 auto;
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.project {
	width: 100%;
	-webkit-box-shadow: 1px 1px 15px 2px #eaeaea36;
	box-shadow: 1px 1px 15px 2px #eaeaea36;
}
.project .image-wrapper {
  	width: 100%;
}

/*contents_toppage*/
#contents {
	clear: both;
	padding: 30px 0 0;
}
section {
	padding: 30px 0;
}
.contents-top h2 {
	width: 95%;
	margin: 0 auto 15px;
	font-size: 2vw;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	position: relative;
}
.btn {
	display: block;
	text-align: center;
	font-size: 1vw;
	font-style: normal;
}
.btn a {
	display: inline-block;
	text-align: center;
	color: #000;
	padding: 8px 30px;
	border-bottom: 1px solid #444;
	text-decoration: none;
	transition: all 0.5s ease;
}
.btn a:hover {
	border-bottom: none;
}

/*schedule*/
#schedule {
	position: relative;
}
#schedule-btn {
	position: absolute;
	right: 2.5%;
	top: 30px;
}
ul.schedule-list {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%!important;
	margin: 0 auto;
}
ul.schedule-list li {
	width: 50%;
	display: block;
	position: relative;
}
ul.schedule-list li a {
	text-decoration: none;
	transition: all 0.5s ease;
}
ul.schedule-list li a:hover {
	opacity: 0.5;
}
.schedule-list-txt {
	position: absolute;
	left: 3%;
	bottom: 3%;
	color: #fff;
}
ul.schedule-list li h4 {
	font-size: 1vw;
	font-weight: 400;
}
.schedule-list-photo {
	width: 100%;
}
.schedule-list-photo img {
	width: 100%;
}

/*blog*/
#blog {
	position: relative;
	padding-bottom: 0;
}
#blog-btn {
	position: absolute;
	right: 2.5%;
	top: 30px;
}
ul.blog-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
ul.blog-list li {
	width: 33.33333333333%;
	position: relative;
	overflow: hidden;
}
ul.blog-list li a {
	transition: all 0.5s ease;
}
ul.blog-list li a:hover {
	opacity: 0.5;
}
.blog-txt {
	position: absolute;
	left: 3%;
	bottom: 3%;
	color: #fff;
}
.blog-date {
	font-size: 1vw;
}
.blog-txt h3 {
	font-weight: 400;
	font-size: 1vw;
}

/*フッターの設定*/
footer {
	clear: both;
	background: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 100px;
}
#footer-menu {
	text-align: center;
	margin-bottom: 50px;
}
#footer-menu ul {
	list-style-type: none;
}
#footer-menu ul li {
	display: inline-block;
	margin: 0 15px;
	font-size: 1vw;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-weight: 400;
}
#footer-menu ul li a {
	color: #000;
	text-decoration: none;
}
#footer-menu ul li a:hover {
	text-decoration: underline;
}
address {
	clear: both;
	text-align: center;
	font-style: normal;
	font-size: 0.8vw;
	margin-bottom: 15px;
}

/*-------------
contents
-------------*/
/*ここからコンテンツページ共通*/
#contents-mainimg {
	width: 100%;
	height: 100vh;
	text-align: center;
}
img.check-orientation {
	width: 100%;
	height: 100vh;
	display: block;
	overflow: hidden;
}
img.check-orientation.landscape {
	object-fit: cover;
	object-position: center center;
}
img.check-orientation.portrait {
	object-fit: contain;
	object-position: center center;
}
img.check-orientation.square {
	object-fit: contain;
	object-position: top center;
}
#page-contents {
	clear: both;
	min-height: 1000px;
	/*width: 880px;
	margin: 0 auto;*/
	padding-top: 80px;
	padding-bottom: 110px;
}
.blog-post-content img.landscape {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}
.blog-post-content img.portrait {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}
.blog-post-content img.square {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}

#page-contents h2 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
#page-contents h3 {
	font-size: 20px;
	font-weight: 400;
	width: 880px;
	margin: 0 auto 30px;
}
#page-contents p {
	width: 880px;
	margin: 0 auto 30px;
}
.movie-wrap {
	width: 60%;
	margin: 0 auto 50px;
}
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*コレクションアーカイブ archive-collection*/
#page-collection-archive {
	clear: both;
	min-height: 1000px;
	padding-top: 80px;
	padding-bottom: 110px;
}
#page-collection-archive h2 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
ul.collection-archive {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
}
ul.collection-archive li {
	display: block;
	width: 100%;
	margin-bottom: 2.5%;
}
ul.collection-archive li a {
	display: block;
	text-decoration: none;
}
.collection-archive-photo {
	width: 100%;
	margin-bottom: 10px;
}
.collection-archive-photo img {
	width: 100%;
}
ul.collection-archive li h4 {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
}

/*コレクション単独 single-collection*/
#page-collection {
	clear: both;
	min-height: 1000px;
	padding-top: 50px;
	padding-bottom: 80px;
}
#page-collection h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}
#page-collection h3 {
	text-align: center;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 40px;
}
.collection-txt {
	text-align: center;
}
.btn-group {
	margin: 0 auto 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 20px;
}

/*紹介ページ page-about*/
ul.about-list {
	list-style-type: none;
	width: 100%;
}
ul.about-list li {
	width: 100%;
}
ul.about-list li a {
	display: block;
	text-decoration: none;
	background: #fff;
}
ul.about-list li h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
ul.about-list li h4 {
	text-align: center;
	font-size: 13px;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 20px;
}
.about-detail-content {
	text-align: center;
}
.about-list-photo img {
	width: 100%;
}

/*革の在庫ページ page-stock*/
.stock-detail {
	width: 100%;
	margin: 0 auto;
}
.stock-detail-ttl {
	margin: 0 auto 30px!important;
	padding: 0!important;
	font-size: 20px;
	font-weight: normal;
}
ul.recommend-list {
	width: 100%;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 50px;
}
ul.recommend-list li {
	width: 20%;
	position: relative;
}
.recommend-color {
	display: block;
	width: 100%;
	height: 300px;
}
.cabin {
	background-color: #d27d43;
}
.black {
	background-color: #000000;
}
.darkbrown {
	background-color: #5C4033;
}
.lightbrown {
	background-color: #b5612b;
}
.nero {
	background-color: #444444;
}
.recommend-parts {
	transform: rotate(-90deg);
	transform-origin: 0 0;
	position: absolute;
	bottom: 0;
	left: 3px;
	color: #fff;
}
.stock-detail h4 {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
}
.stock-detail h5 {
	font-size: 14px;
	font-weight: normal;
}
ul.regular-list {
	margin-left: 30px;
}
ul.regular-list li {
	margin-bottom: 15px;
}

/*スケジュールアーカイブ archive-schedule*/
#page-schedule-archive {
	clear: both;
	min-height: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 110px;
}
#page-schedule-archive h2 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
ul.schedule-archive {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
}
ul.schedule-archive li {
	display: block;
	width: 100%;
	margin-bottom: 2.5%;
}
ul.schedule-archive li a {
	display: block;
	text-decoration: none;
}
.schedule-archive-photo {
	width: 100%;
	margin-bottom: 10px;
}
.schedule-archive-photo img {
	width: 100%;
}
ul.schedule-archive li h4 {
	font-size: 14px;
	font-weight: 400;
	width: 90%;
	margin: 0 auto;
}
ul.schedule-archive li p {
	width: 90%;
	margin: 0 auto;
}

/*スケジュール単独 page-schedule*/
#page-schedule {
	clear: both;
	min-height: 1000px;
	width: 880px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 110px;
}
#page-schedule h2 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
#page-schedule h3 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.schedule-place {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 40px;
}

/*下駄箱アーカイブ archive-shoerack*/
#page-shoerack {
	clear: both;
	min-height: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 110px;
}
#page-shoerack h2 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
ul.rack-archive {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
ul.rack-archive li {
	display: block;
	width: 25%;
	position: relative;
}
.rack-photo a {
	transition: 0.5s;
}
.rack-photo a:hover {
	opacity: 0.75;
}
.rack-txt {
	position: absolute;
	left: 3%;
	bottom: 3%;
	color: #fff;
}
.rack-txt a {
	color: #fff;
	text-decoration: none;
}
.rack-txt h4 {
	font-weight: 400;
	font-size: 1vw;
}
.rack-model {
	font-size: 1vw;
}

/*下駄箱単独 single-shoerack*/
.shoerack-paper {
	width: 1000px;
	margin: 0 auto 50px;
	background: #fff;
	padding: 22px 35px;
}
.shoerack-paper-inner {
	border: 1px solid #ccc;
	padding-top: 255px;
	position: relative;
}
.shoerack-owner {
	display: inline-block;
	background: #fff;
	padding: 5px 35px;
	position: absolute;
	left: 50px;
	top: -14px;
	font-size: 13px;
}
.shoerack-mainimg {
	width: 77%;
	margin: 0 auto 257px;
}
.shoerack-table {
	width: 52%;
	margin: 0 auto 204px;
	border-collapse: collapse;
}
.shoerack-table th {
	font-size: 13px;
	padding: 8px;
	border: 1px solid #ccc;
}
.shoerack-table td {
	font-size: 13px;
	padding: 8px;
	border: 1px solid #ccc;
}
.btn-rack-back {
	display: block;
	text-align: center;
	font-size: 14px;
}
.btn-rack-back a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	background: #444;
	color: #fff;
}

/*category-blog*/
#page-blogcategory {
	min-height: 1000px;
}
ul.blogcategory-list {
	list-style-type: none;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
ul.blogcategory-list li {
	width: 33.33333333333%;
	position: relative;
}
ul.blogcategory-list li a {
	transition: all 0.5s ease;
}
ul.blogcategory-list li a:hover {
	opacity: 0.5;
}
/*single-blog*/
.single-blog-date {
	width: 880px;
	margin: 0 auto 40px;
	font-size: 13px;
	text-align: right;
}

/*スナップアーカイブ archive-snap*/
#page-snap-archive {
	min-height: 1000px;
}
ul.snap-archive {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
ul.snap-archive li {
	display: block;
	width: 20%;
	position: relative;
}
.snap-txt {
	position: absolute;
	left: 3%;
	bottom: 3%;
	color: #fff;
}
.snap-date {
	font-size: 1vw;
}
.snap-txt h3 {
	font-weight: 400;
	font-size: 1vw;
}
.glightbox-container .glightbox-overlay {
	background-color: #fff!important;
	opacity: 1!important;
}

/*category-news*/
#page-newscategory {
	clear: both;
	min-height: 1000px;
	width: 880px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 110px;
}
#page-newscategory h2 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
ul.newscategory-list {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
}
ul.newscategory-list li {
	display: block;
	width: 100%;
	margin-bottom: 2.5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #444;
	padding-bottom: 15px;
}
.news-date {
	width: 80px;
	font-size: 15px;
}
ul.newscategory-list li h3 {
	width: 760px;
	font-size: 15px;
	font-weight: normal;
}
ul.newscategory-list li h3 a {
	text-decoration: none;
}
ul.newscategory-list li h3 a:hover {
	text-decoration: underline;
}


/*フォーム*/
table.form-table th {
	text-align: left!important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 110%;
	padding: 0.7em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 110%;
	padding: 0.2em 0.5em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
.wpcf7 input[type="number"] {
	background-color: #fff;
	color: #333;
	width: 20%;
	border: 1px solid #ddd;
	font-size: 110%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.hissu {
	font-weight: normal;
	font-size: 12px;
	background: #fff;
	padding: 1px 5px;
	color: #004f8f;
}

/*サイトマップ*/
ul.sitemap-list {
	margin-left: 50px;
}
ul.sitemap-list li {
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #dddddd;
}

/*ニュース単独*/
.single-date {
	font-size: 13px;
	text-align: right;
	margin-bottom: 30px;
}

.wp-pagenavi {
	font-size: 15px;
	text-align: center;
}
.wp-pagenavi .pages {
	display: inline-block;
	margin-right: 4px;
	padding: 6px;
	background: #dd341e;
	color: #fff;
}
.wp-pagenavi .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #dd341e;
	border-radius: 50%;
	background: #dd341e;
	color: #fff;
	line-height: 30px;
}
.wp-pagenavi .extend {
	display: inline-block;
	margin: 4px;
	font-weight: bold;
	line-height: 30px;
}
.wp-pagenavi a {
	font-size: 15px;
	text-decoration: none;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
	margin: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border: 0;
	border-bottom: 1px solid #dd341e;
	border-radius: 0;
	background: transparent;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #dd341e;
	border-radius: 50%;
	line-height: 30px;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.smaller:hover,
.wp-pagenavi a.larger:hover {
	border-color: #dd341e;
	background: #dd341e;
	color: #fff;
	transition: all .3s;
}

#breadcrumbs {
	font-size: 90%;
	margin: 0 0 20px;
	text-align: left;
}

/*タイトル 共通*/
.contents h2 span {
	display: inline-block!important;
	font-size: 26px!important;
	line-height: 1.3!important;
	max-width: 1110px!important;
	margin: 0 auto!important;
	padding: 0 10px!important;
}

/* スマホ */
@media screen and ( max-width:800px )
{
	body {
		font-size: 1.0em;
	}
	.inner {
		width: 95%;
		margin: 0 auto;
	}
	.sp-only {
		display: block!important;
	}
	.pc-only {
		display: none!important;
	}	

	/*ヘッダー部分（キャッチ＆ロゴほか）*/
	#header {
		width: 94%;
		padding: 15px 3% 0;
		z-index: 99;
		margin: 0;
	}
	#header h1 {
		display: block;
		width: 11%;
		margin: 0;
	}
	#content-header {
		width: 94%;
		padding: 15px 3% 0;
		z-index: 99;
		margin: 0;
	}
	#content-header h1 {
		display: block;
		width: 12%;
		margin: 0;
	}
	#menuButton {
		display: block;
		position: fixed;
		top: 10px;
		right: 5%;
	}
	ul#header-menu li {
		font-size: 3.7vw;
		line-height: 1.4;
		white-space: nowrap;
		margin-bottom: 20px;
	}
	ul#header-menu li:first-child {
		margin-top: 50px;
	}
	ul#header-menu li a {
	}
	ul#header-menu li a:hover {
		opacity: 1;
	}
	ul#header-menu li span {
		display: none;
	}
	ul#header-menu-child {
		display: none;
	}

	/*main*/
	#main {
		width: 100%;
		margin-bottom: 40px;
	}
	ul.main-photo {
		width: 98%;
		margin: 0 auto;
	}
	.project {
		width: 100%;
	}

	/*contents_toppage*/
	#contents {
		clear: both;
		padding: 10px 0 0;
	}
	section {
		padding: 20px 0;
	}
	.contents-top h2 {
		width: 95%;
		margin: 0 auto 10px;
		font-size: 5vw;
	}
	.btn {
		display: block;
		text-align: center;
		font-size: 3.8vw;
	}
	.btn a {
		padding: 8px 30px;
	}
	.btn a:hover {
		border-bottom: none;
	}
	
	/*schedule*/
	#schedule {
		position: relative;
	}
	#schedule-btn {
		position: absolute;
		right: 2.5%;
		top: 10px;
	}
	ul.schedule-list {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		margin: 0 auto;
	}
	ul.schedule-list li {
		width: 100%;
		position: relative;
	}
	ul.schedule-list li a {
	}
	ul.schedule-list li a:hover {
		opacity: 1;
	}
	.schedule-list-txt {
		position: absolute;
		left: 3%;
		bottom: 3%;
	}
	ul.schedule-list li h4 {
		font-size: 3.5vw;
	}
	.schedule-list-photo {
		width: 100%;
	}
	.schedule-list-photo img {
		width: 100%;
	}

	/*blog*/
	#blog {
		position: relative;
		padding-bottom: 0;
	}
	#blog-btn {
		position: absolute;
		right: 2.5%;
		top: 10px;
	}
	ul.blog-list {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	ul.blog-list li {
		width: 50%;
		position: relative;
		overflow: hidden;
	}
	ul.blog-list li a {
		transition: all 0.5s ease;
	}
	ul.blog-list li a:hover {
		opacity: 1;
	}
	.blog-txt {
		position: absolute;
		left: 3%;
		bottom: 3%;
	}
	.blog-date {
		font-size: 3.2vw;
	}
	.blog-txt h3 {
		font-size: 3.5vw;
	}
	
	/*フッターの設定*/
	footer {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	#footer-menu {
		margin-bottom: 40px;
	}
	#footer-menu ul {
	}
	#footer-menu ul li {
		display: inline-block;
		margin: 0 1.5%;
		font-size: 3.5vw;
	}
	address {
		font-size: 3vw;
		margin-bottom: 15px;
	}
	
	/*-------------
	contents
	-------------*/
	/*ここからコンテンツページ共通*/
	#contents-mainimg {
		width: 100%;
		height: auto;
	}
	img.check-orientation {
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
	}
	img.check-orientation.landscape {
		object-fit: contain;
		object-position: center center;
	}
	img.check-orientation.portrait {
		object-fit: cover;
		object-position: center center;
	}
	img.check-orientation.square {
		object-fit: cover;
		object-position: top center;
	}
	#page-contents {
		min-height: 500px;
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.blog-post-content img.landscape {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
	}
	.blog-post-content img.portrait {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
	}
	.blog-post-content img.square {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
	}
	#page-contents h2 {
		font-size: 4.5vw;
		margin-bottom: 40px;
	}
	#page-contents h3 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	#page-contents p {
		width: 90%;
		margin: 0 auto 30px;
	}
	
	#page-contents h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#page-contents h5 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	/*archive-collection*/
	#page-collection-archive {
		min-height: 500px;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 100px;
	}
	#page-collection-archive h2 {
		font-size: 4.5vw;
		margin-bottom: 40px;
	}
	ul.collection-archive {
		width: 100%;
		margin: 0 auto;
	}
	ul.collection-archive li {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.collection-archive-photo {
		width: 100%;
		margin-bottom: 15px;
	}
	ul.collection-archive li h4 {
		font-size: 15px;
	}

	/*single-collection*/
	#page-collection {
		min-height: 500px;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 100px;
	}
	#page-collection h2 {
		font-size: 4.5vw;
		margin-bottom: 15px;
	}
	#page-collection h3 {
		font-size: 3vw;
		margin-bottom: 40px;
	}
	.btn-group {
		margin: 0 auto 50px;
		display: flex;
		justify-content: center;
		gap: 20px;
	}
	
	/*革の在庫ページ page-stock*/
	.stock-detail {
		width: 100%;
		margin: 0 auto;
	}
	.stock-detail-ttl {
		font-size: 3.8vw;
		font-weight: normal;
	}
	ul.recommend-list {
		display: flex;
		flex-wrap: wrap;
	}
	ul.recommend-list li {
		width: 25%;
		margin-bottom: 25px;
	}
	.recommend-color {
		width: 100%;
		height: 300px;
	}
	.recommend-parts {
		transform: rotate(-90deg);
	}
	.stock-detail h4 {
		margin-bottom: 2px!important;
		font-size: 3.3vw!important;
	}
	.stock-detail h5 {
		font-size: 3.3vw!important;
	}
	
	/*archive-schedule*/
	#page-schedule-archive {
		min-height: 500px;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 100px;
	}
	#page-schedule-archive h2 {
		font-size: 4.5vw;
		margin-bottom: 40px;
	}
	ul.schedule-archive {
		width: 100%;
		margin: 0 auto;
	}
	ul.schedule-archive li {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.schedule-archive-photo {
		width: 100%;
		margin-bottom: 15px;
	}
	ul.schedule-archive li h4 {
		font-size: 15px;
	}
	
	/*page-schedule*/
	#page-schedule {
		min-height: 500px;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.schedule-txt {
		width: 90%;
		margin: 0 auto;
	}
	#page-schedule h2 {
		font-size: 4.5vw;
		margin-bottom: 40px;
	}
	#page-schedule h3 {
		font-size: 3.6vw;
		margin-bottom: 20px;
	}
	.schedule-place {
		font-size: 3.6vw;
		margin-bottom: 20px;
	}
	
	/*下駄箱アーカイブ archive-shoerack*/
	#page-shoerack {
		min-height: 500px;
		width: 100%;
		padding-bottom: 100px;
	}
	#page-shoerack h2 {
		font-size: 4.5vw;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	ul.rack-archive {
		width: 100%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	ul.rack-archive li {
		display: block;
		width: 50%;
		position: relative;
	}
	.rack-txt {
		position: absolute;
		left: 3%;
		bottom: 3%;
	}
	.rack-txt h4 {
		font-size: 3.5vw;
	}
	.rack-model {
		font-size: 3.2vw;
	}

	/*下駄箱単独 single-shoerack*/
	.shoerack-paper {
		width: 88%;
		margin: 0 auto 5%;
		padding: 3% 4%;
	}
	.shoerack-paper-inner {
		border: 1px solid #eee;
		padding-top: 18%;
		position: relative;
	}
	.shoerack-owner {
		padding: 5px 35px;
		position: absolute;
		left: 14%;
		top: -1.6%;
		font-size: 2.4vw;
	}
	.shoerack-mainimg {
		margin-bottom: 18%;
	}
	.shoerack-table {
		width: 90%;
		margin: 0 auto 14%;
	}
	.shoerack-table th {
		font-size: 2.4vw;
		padding: 4px;
		border: 1px solid #eee;
	}
	.shoerack-table td {
		font-size: 2.4vw;
		padding: 4px;
		border: 1px solid #eee;
	}
	.btn-rack-back {
		font-size: 3vw;
	}
	.btn-rack-back a {
		padding: 5px 10px;
	}

	
	/*category-blog*/
	#page-blogcategory {
	}
	ul.blogcategory-list {
	}
	ul.blogcategory-list li {
		width: 50%;
		position: relative;
	}
	ul.blogcategory-list li a {
	}
	ul.blogcategory-list li a:hover {
		opacity: 1;
	}
	/*single-blog*/
	.single-blog-date {
		width: 90%;
		margin: 0 auto 40px;
		font-size: 13px;
	}
	
	/*archive-snap*/
	#page-snap-archive {
	}
	ul.snap-archive {
	}
	ul.snap-archive li {
		width: 33.333333333333%;
		position: relative;
	}
	.snap-txt {
		position: absolute;
		left: 3%;
		bottom: 3%;
	}
	.snap-date {
		font-size: 3.2vw;
	}
	.snap-txt h3 {
		font-size: 3.5vw;
	}
	
	/*category-news*/
	#page-newscategory {
		min-height: 500px;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 100px;
	}
	#page-newscategory h2 {
		font-size: 4.5vw;
		margin-bottom: 15px;
	}
	ul.newscategory-list {
		width: 100%;
		margin: 0 auto;
	}
	ul.newscategory-list li {
		width: 100%;
		margin-bottom: 2%;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		border-bottom: 1px solid #444;
		padding-bottom: 2%;
	}
	.news-date {
		width: auto;
		font-size: 15px;
	}
	ul.newscategory-list li h3 {
		width: auto;
		font-size: 15px;
	}
	ul.newscategory-list li h3 a {
	}
	ul.newscategory-list li h3 a:hover {
	}
	
	/*フォーム*/
	table.form-table {
		width: 100%!important;
	}
	table.form-table th {
		display: block;
		background: #f1f1f1;
	}
	table.form-table td {
		display: block;
	}
	
	.movie-wrap {
		width: 100%;
		margin: 0 auto 30px;
	}
	
	/*サイトマップ*/
	ul.sitemap-list {
		margin-left: 5%;
	}
	ul.sitemap-list li {
		font-size: 14px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}

	/*ニュース単独*/
	.single-date {
		font-size: 13px;
		margin-bottom: 30px;
	}

	/*お知らせ一覧*/
	ul.news-list {
		width: 100%;
		margin-bottom: 20px;
	}
	ul.news-list li {
		font-size: 14px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
	ul.news-list li h5 {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	ul.news-list ul li a {
	}

	/*アクセス*/
	.map-main {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.map-main img {
	}

}