@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	background-image: url(../images/otlb-bg.jpg);
	background-repeat: repeat;
}
#navi {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	color: white;
	background-color: rgba(105,5,5,1);
	z-index: 9999;
	display: flex;
	justify-content: center;
}

menu {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
menu a {
	font-family: "ヒラギノ明朝", serif;
}
h1, h2 {
	font-family: "ヒラギノ明朝", serif;
}

h2 span {
	font-family: "ヒラギノ明朝", serif;
	background: linear-gradient(transparent 90%, #8b0202 90%);
	
}

a {
	color: #fff;
}
/*******************スライダー*******************/

#slider {
	width: 100vw;
	height: 100vh;
}
.topcopy {
	font-family: "ヒラギノ明朝", serif;
	text-shadow: 0px 0px 10px #000,  0px 0px 10px #000;
	font-weight: 700;
	z-index: 100;
	position: relative;
	top: 33%;
}
/**************************************/


/*******************ロゴ*******************/

.logo {
	top: 5px;
	left: 5px;
	position: absolute;
	z-index: 100;
}
 @media screen and (max-width: 1023px) {
.logo {
	width: 15%;
}
}
 @media screen and (max-width: 500px) {
.logo {
	width: 50%;
	top: 0px;
	left: 2px;
}
.logo_img {
	width: 100%;
}
}
/**************************************/
	
.about-text {
	font-family: "ヒラギノ明朝", serif;
}
.profiletext {
	background-color: #9c0d21;
	border-radius: 20px;
	text-align: justify;
	z-index:999;
}
h3, h4 {
	text-align: center;
}
.iconlist {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
ul {
	list-style-type: none;
}
li {
	display: flex;
	flex-wrap: wrap;
}
.link_icon {
	border-radius: 1000px;
}
.itemheader {
	width:100%;
}
.hand {
	width:;
}

.itemname {
	justify-content: center;
	font-family: "ヒラギノ明朝", serif;
	font-weight: 500;
}
.item_container {
	display: flex;
}
.itemtext {
	text-align: justify;
	font-family: "ヒラギノ明朝", serif;
}
.more {
	background-color: #f7f7f7;
	color: #333;
	border-radius: 30px;
}
.text_container {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}
.concepttext {
	font-family: "Zen Maru Gothic", sans-serif;
}
h5, h6 {
	font-family: "Zen Maru Gothic", sans-serif;
}
h5 {
	margin-bottom: 60px;
}
h6 {
	color: #a07346;
}
#concept h6 {
	color: #333;
	border-bottom: 3px solid #fdd23c;
	text-align:center;
}
#matsue, #izumo {
	margin-bottom: 40px;
	max-width:100%;
}
.container-re, .container-col {
	display: flex;
}

.shoptext {
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.2rem;
	line-height: 2rem;
}
.access {
	margin-top: 30px;
}

th, td {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.2rem;
	line-height: 2rem;
	text-align:left;
}

th {
	width:100px;
	vertical-align:top;
}

/**************************************PC画面**************************************/

@media screen and (min-width:1200px) {
#navi {
	width: 100%;
	height: 90px;
}
menu {
	font-size: 1.4rem;
	padding-top: 24px;
}
.naviicon img {
	width:60px;
}

.topcopy {
	font-size: 3rem;
	line-height: 6.2rem;
}

.main {
	width:1200px;
	margin:auto;
}
section {
	margin-bottom: 120px;
}

.description {
	padding-top:130px;
	font-size: 1.5rem;
	width:1000px;
}
h1 {
	font-size: 3.4rem;
	margin: 20px 0;
}
h2 {
	font-size: 2.4rem;
	margin: 20px 0;
}
.fukidasi {
	margin-bottom:-50px;
}
.profile {
	width:1200px;
}
.profilephoto {
	width: 50%;
	max-width:500px;
	position:relative;
	left:-25%;
}
.profiletext {
	width: 70%;
	max-width:700px;
	min-height:517px;
	padding: 30px;
	margin:auto;
	position:relative;
	right:-20%;
	bottom:590px;
	margin-bottom:-500px;
}
.bun {
	font-size:1.3rem;
}
h3 {
	font-size:2.4rem;
	margin-bottom:10px;
}
h4 {
	font-size:1.8rem;
	margin-bottom:-5px;
}

.bun {
	font-size:1.2rem;
	line-height:2rem;
}
#itemlist {
	width:1200px;
}

.iconlist {
	margin-top: 40px;
}
li {
	margin: 0 20px 20px;
}
.itemname {
	margin: 10px 0;
	font-size: 1.3rem;
}

.itemview {
	width: 1000px;
}
.item_container {
	width: 1000px;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.itemtext {
	width: 490px;
	font-size: 1.3rem;
	line-height: 2.2rem;
}
.hand {
	width: 500px;
}
.more {
	width:1000px;
	padding: 60px 0;
}
.text_container {
	width: 900px;
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
}

h5 {
	font-size: 2.4rem;
	margin-bottom: 60px;
}
h6 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#concept h6 {
	border-bottom: 3px solid #fdd23c;
	padding-bottom: 3px;
	margin-top:20px;
}

.concepttext {
	width: 500px;
	text-align: justify;
	font-size: 1.2rem;
	line-height: 2rem;
}

.illust img {
	width: 390px;
}
.container-re, .container-col {
	width: 900px;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}

.shoptext {
	width: 450px;
}
.photo img {
	width: 390px;
}

.map {
	width: 900px;
	margin-top: 20px;
}
.map iframe {
	width: 100%;
	height: 300px;
}
.hr {
	width: 900px;
	margin: 60px 0;
}

.sp_br {
	display:none;
}
}


/**************************************タブレット**************************************/

@media screen and (769px <= width <= 1199px) {
#navi {
	width: 100%;
	height: 90px;
}
menu {
	font-size: 1.4rem;
	padding-top: 24px;
}
.naviicon img {
	width:60px;
}

.topcopy {
	font-size: 2.4rem;
	line-height: 6.2rem;
}

section {
	margin-bottom: 120px;
}

.description {
	padding-top: 130px;
	font-size: 1.5rem;
	width:100%;
}
h1 {
	font-size: 3.4rem;
	margin: 20px 0;
}
h2 {
	font-size: 2.4rem;
	margin: 20px 0;
}
.fukidasi {
	margin-bottom:-20px;
}

.profile {
	width:95%;
}
.profilephoto {
	width: 50%;
	max-width:500px;
	position:relative;
	left:-25%;
}
.profiletext {
	width: 60%;
	max-width:560px;
	min-height:517px;
	padding: 20px;
	margin:auto;
	position:relative;
	right:-20%;
	bottom:590px;
	margin-bottom:-550px;
}
.bun {
	font-size:1.2rem;
}
h3 {
	font-size:2rem;
	margin-bottom:10px;
}
h4 {
	font-size:1.4rem;
	margin-bottom:-5px;
}

#itemlist {
	width:95%;
}

.iconlist {
	margin-top: 10px;
	justify-content:center;
}
.iconlist a {
	width:200px;
}
li {
	margin: 0 20px 30px;
}

.link_icon {
	width:100%;
}
.itemname {
	margin: 10px 0;
	font-size: 1.3rem;
}

.itemview {
	width: 95%;
}
.item_container {
	width: 100%;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.itemtext {
	width: auto;
	padding-right:20px;
	font-size: 1.3rem;
	line-height: 2.2rem;
}
.hand {
	width: 350px;
}
.more {
	width:95%;
	padding: 60px 0;
}
.text_container {
	width: 85%;
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
}

h5 {
	font-size: 2.4rem;
	margin-bottom: 60px;
}
h6 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#concept h6 {
	border-bottom: 3px solid #fdd23c;
	padding-bottom: 3px;
	margin-top:20px;
}

.concepttext {
	width: 500px;
	text-align: justify;
	font-size: 1.2rem;
	line-height: 2rem;
}

.illust img {
	width: 100%;
}

#matsue, #izumo {
	min-width:100%;
	margin-bottom:20px;
}

.container-re, .container-col {
	width: 95%;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}

.shoptext {
	width: 50%;
}
.photo img {
	width:100%;
}

.map {
	width: 95%;
	margin-top: 20px;
}
.map iframe {
	width: 100%;
	height: 300px;
}
.hr {
	width: 95%;
	margin: 60px 0;
}

.sp_br {
	display:block;
}

}





/**************************************スマホ**************************************/

@media screen and (max-width: 768px) {
#navi menu {
	display:none;
}

menu ul li {
	width:20%;
}

.topcopy {
	font-size: 1.3rem;
	line-height: 3.7rem;
	position: relative;
	top: 35%;
}

section {
	margin-bottom:60px;
}

h1 {
	font-size: 1.8rem;
	margin: 10px 0;
}
h2 {
	font-size:1.4rem;
}

.description {
	padding-top:80px;
	width:100%;
}
.description img {
	width:70%;
}
.about-text {
	margin:auto;
	margin-top:20px;
	height:360px;
	font-size: 1.2rem;
	writing-mode: vertical-rl;
	text-align:start;
}

.fukidasi {
	width:100%;
}

.profile {
	width:95%;
}
.profilephoto {
	width: 100%;
	max-width:500px;
	margin-top:10px;
}
.profiletext {
	width: 100%;
	padding: 10px 20px 20px 20px;
	margin:auto;
	position:relative;
	bottom:150px;
	margin-bottom:-120px;
}
.bun {
	font-size:1rem;
}
h3 {
	font-size:2rem;
	margin-bottom:5px;
}
h4 {
	font-size:1.4rem;
	margin-top:10px;
	margin-bottom:-10px;
}

#itemlist {
	width:95%;
}

.iconlist {
	margin-top: 10px;
	justify-content:space-around;
}
.iconlist a {
	width:130px;
}
li {
	margin: 0 10px 20px;
}

.link_icon {
	width:100%;
}
.itemname {
	margin: 5px 0;
	font-size: 1.1rem;
}


.itemview {
	width: 95%;
}

.item_container {
	width: 95%;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.itemtext {
	font-size:1.1rem;
	margin:10px 0;
}
.hand {
	width: 100%;
}
.more {
	width:95%;
	padding: 30px 0;
}
.text_container {
	width: 90%;
}
h5 {
	font-size: 1.6rem;
	margin-bottom: 30px;
}
h6 {
	font-size: 1.4rem;
	margin-bottom:10px;
}
#concept h6 {
	margin-top:15px;
}

.concepttext {
	text-align: justify;
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.6rem;
}

.illust img {
	width: 100%;
}

#matsue, #izumo {
	width:100%;
	margin-bottom:20px;
}
.container-re, .container-col {
	width: 90%;
	margin-bottom:30px;
}

.container-re {
	flex-direction:column-reverse;
}
.container-col {
	flex-direction:column;
}

.shoptext {
	text-align: center;
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.6rem;
	position:relative;
}
.photo {
	margin:auto;
}
.photo img {
	width: 100%;
	margin-bottom:10px;
}
.access {
	width:95%;
}

.map {
	width: 100%;
	margin-top: 20px;
}
.map iframe {
	width: 100%;
	height: 300px;
}
.hr {
	width: 95%;
	margin: 60px 0;
}

.sp_br {
	display:block;
}


}
/*******************戻るリンクの設定*******************/

#gotop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	background-image: url(../images/otlb-gotop.png);
	width: 90px;
	height: 120px;
	opacity: 100;
	z-index: 9999;
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
 @keyframes floating-y {
 0% {
transform: translateY(-15%);
}
 100% {
transform: translateY(5%);
}

