body{
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
}

a{
	text-decoration: none;
	color: black;
}

header{
	background-image: url("../img/wood.jpg");
	background-color:#FFFFFFAA;
	background-blend-mode:lighten;
	
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
}
.head-m{
	margin: 40px;
}
header>a>h1{
	margin: 0;
	display: inline-block;
}
header>a>h1>img{
	max-height: 70px;
	max-width: 200px;
}
.top-logo{
	height: 60px;
	position: relative;
	top: 15px;
	margin: 0 20px;
}

.top-logo-side{
	height: 30px !important;
	position: relative;
	top: 5px;
}

.head-nav{
	display: inline-block;
}
ul{
	list-style: none;
}

.head-nav>ul>a>li{
	display: inline-block;
	height: 30px;
	margin: 10px 30px;
	
}

li>p{
	margin: 0;
	padding: 20px;
}

li>p:hover{
	animation: nav-back 1s forwards;
}

@keyframes nav-back{
	0%{
		background-color: #FFFFFF00;
	}
	100%{
		background-color: #FFFFFF99;
	}
}

.h-product{
	width: 80px;
}
.h-shop{
	position: relative;
	top: 1px;
	width: 93px;
}
.h-contact{
	width: 113px;
}



#slide{
	position: relative;
	width: 100%;
	margin: 0;
}


#sen-slide>img{
	width: 30% !important;
}

.topimgtext{
	position: absolute;
	top: 13vw;
	left: 0;
	z-index: 5;
	width: 45vw !important;
}


#top-main{
	position: relative;
	z-index: 5;
	background-color: white;
	padding: 80px 0;
	
	display: flex;
	justify-content: center;
}

#top-main>nav{
	width: 20%;
	background: white;
}

.side-nav>ul{
	background: #00000003;
	padding-inline-start: 0;
	background-image: url("../img/wood-tex.png");
	margin-left: 20px;
	background-blend-mode: lighten;
	background-color: #FFFFFF55;
}

.side-nav>ul>a>li, .side-nav>ul>div>a>li{
	color: black;
	font-size: 1.2em;
	height: 30px;
	padding: 20px;
	margin: 10px 0;
	text-align: center;
	
	background-image: url("../img/var/06png.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
	font-weight: bolder;
}



.side-nav>ul>div{
	
}




#top-main>section{
	width: 47%;
	margin: 4px;
}

.main-bg{
	background-color: white;
	background-blend-mode: lighten;
	overflow: hidden;
	position: absolute;
	top: 540px;
	
	transform: rotate(-11deg);
	
	width: 1800px;
	height: 1200px;
	z-index: 1;
}



.newsbox{
	border-bottom: solid #EEEEEE 1px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.newsbox:hover{
	background: #EEEEEE;
}
.new-disp {
	display: inline-block;
	margin: 5px;
	color: red;
	letter-spacing: 5px;
	padding-left: 10px;
	text-decoration: underline;
}
.n-title{
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 5px;
}



.li-top{
	margin-top: 50px !important;
	padding: 0;
	background-image: none !important;
	height: auto !important; 
}
.li-top>p{
	margin: 0;
}
.li-main{
	background-image: url("../img/sennotori_logo-01.png") !important;
	width: 100%;
	height: 80px !important;
	margin: 0 !important;
	padding: 0 !important;
	background-size: cover;
}



#link>a>div{
	width: 90%;
	height: 300px;
	margin: 10px auto;
	margin-bottom: 70px;
}

.f-title {
	color: white;
	position: relative;
	top: -30px;
	font-size: 0.8em;
}

footer {
	position: relative;
	z-index: 3;
	padding: 10px 0;
	margin-top: 50px;
	background: black;
	color: white;
}

.footerimg>img {
	max-height: 50px;
	margin: 10px;
}

.bg-slide {
	position: relative;
	background: url("../img/wood.jpg");
	background-blend-mode: lighten;
	background-size: cover;
	background-color: #FFFFFF66;
	width: 2000px;
	height: 800px;
	/*
	left: 2000px;
	opacity: 0;
	*/
	top: -200px;
	transform: rotate(11deg);
}

.link-sntr>img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 70%;
	max-height: 70%;
	margin:auto;
}
.link-sntr{
	position: relative;
	text-align: center;
	
	background-image: url("../img/wood-tex.png");
	background-blend-mode: lighten;
	background-color: #FFFFFFAA;
}

.link-tr {
	position: relative;
	text-align: center;
	line-height: 50px;
	
	background-image: url("../img/wood-tex.png");
	background-blend-mode: lighten;
	background-color: #FFFFFFAA;	
}
.link-contact{
	display: table;
}
.link-contact>p{
	font-size: 1.4em;
	color: black;
	text-align: center;
	font-weight: bolder;
	display: table-cell;
	vertical-align: middle;
}

.tr-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin: auto;
	max-width: 70%;
	max-height: 70%;
}

.n-more {
	text-align: right;
	color: gray;
	display: inline-block;
	
	width: 90%;

}

.tr-img-bg {
	max-width: 100%;
	max-height: 100%;
	
}

.side-to-home>img {
	height: 20px;
}

.sntr-top {
	position: relative;
	top: 15px;
	left: 30px;
}
.sntr-top>img{
	height: 80px;
}

#sen-main {
	position: relative;
	z-index: 5;
	background-color: white;
	padding: 20px 0;
	padding-top: 0;
}

.flex-div {
	display: flex;
  	display: -webkit-flex;
	justify-content: center;
	width: 100%;
}

.flex-div>nav{
	margin: 20px;
	width: 20%;
}

.flex-div>section{
	width: 60%;
}

#menu {
	width: 75%;
	margin: 10px;
}

.menu {
	margin: 30px;
	width: 200px;
	height: 200px;
	text-align: center;
}

.menu-img, .menu-img>img{
	max-height: 120px;
	margin: 0 auto;
}
.menu-name{
}

.menutype-bar {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.menutype {
	padding: 10px;
	margin: 10px;
	cursor: pointer;
	border-radius: 20px;
	
	background-image: url("../img/wood-tex.png");
	background-blend-mode: lighten;
	background-color: #FFFFFFCC;
	box-shadow: 1px 1px 1px 0.1px black;
}

.menutype:hover{
	background-color: #FFFFFF22;
}

.menulist {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	
	background-image: url("../img/wood.jpg");
	background-blend-mode: lighten;
	background-color: #FFFFFFAA;
	
	width: 100% !important;
}

.new-genre {
	
}

.dragdroparea {
	margin: 20px;
	padding: 20px;
	border: dotted 3px gray;
	width: 200px;
	height: 200px;
	font-size: 0.8em;
}

.img-disp {
	width: 200px;
	height: 200px;
	margin: 20px;
	padding: 20px;
	border: solid 1px black;
}
.img-disp>img{
	max-width: 100%;
	max-height: 100%;
}

.now-genre {
	font-size: 0.8em;
}
.now-genre>table>tbody>tr>td:nth-of-type(1)
{
	background: #EEEEEE;
}

.f-box {
	display: flex;
	justify-content: center;
}



.footerimg {
	text-align: center;
}

header>h2 {
	display: inline-block;
	position: relative;
	left: 50px;
	font-size: 1.6em;
}

#sen-news {
	width: 100%;
	margin: 30px auto;
	margin-top: 0;
	background: #FAFAFA;
	
	padding: 100px 0;
	
	
	margin-bottom: 0;
}

.side-nav {
	width: 20%;
}

#trader-main {
	margin-top: 100px;
	display: flex;
}

#trader {
	width: 75%;
	margin-left: 20px;
}

.trader01 {
	width: 300px;
	margin: 20px;
}

.nav02 {
	margin-top: 30px;
	padding: 20px 0; 
	background: #FFFFFF88;
}

.nav-sen {
	background: none;
}

.nav-sen-tr {
	background: #FFFFFF88;
}

.f-info {
	display: flex;
	justify-content: center;
}
.f-info>div{
	margin: 20px;
}

#sen-slide {
	position: absolute;
	top: 40px;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	text-align: center;
}


#sen-newslist {
	margin: 20px;
	
}
#link {
	width: 80%;
}
#link>a>div{
	position: relative;
	box-shadow: 5px 5px 0px 1px #CCCCCC;
}
#link>a>div:hover{
	top: 2px;
	left: 2px;
	background-color: #FFFFFF22;
}

.menulist-top {
	width: 95%;
}

nav>ul{
  position: sticky;
  top: 50px;
}

.men {
	
}

.exp01 {
	font-size: 1.2em;
	line-height: 50px;
}

.sen-exp {
	position: relative;
	top: 50px;
	opacity: 0;
	padding: 5px;
	/*
	box-shadow: 20px 20px 1px 1px black;
	
	border: 1px black solid;
	*/
	width: 100%;
	
	background-image: url("../img/wood-tex.png");
	background-blend-mode: lighten;
	background-color: #FFFFFFBB;
}

.today-menu {
	position: relative;
	top: 80px;
	opacity: 0;
}

.top-head{
	background-color: #FFFFFFDD;
}

.bg01 {
	box-shadow: -30px -1px 8px 8px #FFFFFF;
}

.trade-box {
	position: relative;
	background: #EEEEEE;
	height: 230px;
}

.trade-bg-img {
	position: absolute;
	top: 0;
	right: 10px;
	max-height: 100%;
}

.t-title {
	font-size: 24px;
	padding: 10px;
	padding-bottom: 0;
	font-weight: bolder;
	letter-spacing: 5px;
}

.t-con {
	padding: 0px 20px;
}

.to-contact {
	position: relative;
	
	padding: 10px;
	margin: 10px auto;
	border: 1px solid black;
	background: #FFFFFF;
	width: 300px;
	text-align: center;
	
	box-shadow: 5px 5px 0 1px black;
	margin-bottom: 50px;
	z-index: 2;
}

.to-contact:hover{
	top: 2px;
	left: 2px;
	background-color: #EEEEEE;
}

.menulist-e {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	
	background-image: url("../img/wood.jpg");
	background-blend-mode: lighten;
	background-color: #FFFFFFDD;
}

.arrow>.sq {
	width: 25px;
	height: 75px;
	background: black;
	position: relative;
	left: 7px;
}
.arrow>.tri{
	width: 0;
	height: 0;
	border-top: 15px solid black;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.arrow {
	margin-top: 20px;
	margin-left: 20px;
}

.trader02 {
	width: 200px;
	margin: 10px;
}

.opentext{
	text-align: center;
	color: red;
	font-size: 1.4em;
	letter-spacing: 3px;
	font-weight: bolder;
	padding: 3px;
	margin: 5px auto;
	border: red solid 1px;
	border-radius: 3px;
	width: 90%;
	max-width: 600px;
}

.sen-title {
	max-height: 25px;
	margin-bottom: 3px;
}

.menubtn {
	display: none;
}

.delbtn {
	margin: 4px;
	padding: 5px;
	border: red solid 1px;
	font-size: 0.8em;
	width: 100px;
	text-align: center;
	color: red;
}
.delbtn:hover{
	background: rgba(255,218,219,1.00);
}

.rec-menu {
	position: relative;
	
	left: 30px;
	opacity: 0;
	
	margin: 20px auto;
	width: 95%;
	max-width: 600px;
	
	text-align: right;
	
	background-image: url("../img/wood-tex.png");
	background-blend-mode: lighten;
	background-color: #FFFFFFAA;
	padding-top: 100px;
	
	box-shadow: 2px 2px 1px 1px #00000033;
}

.rec-menu>img{
	max-width: 450px;
	opacity: 0;
}

.sen-rec {
	padding-top: 40px;
	background-image: url("../img/wood-tex.png");
	background-blend-mode: lighten;
	background-color: #FFFFFF66;
	
}

.m-name {
	font-size: 2.3em;
	
	position: absolute;
	left: 40px;
	bottom: 2px;
	letter-spacing: 8px;
	
	text-shadow: 2px 2px 3px white;
	
	opacity: 0;
}

.rec-left {
	text-align: left;
}

.m-exp {
	position: absolute;
	top: 0;
	letter-spacing: 3px;
	line-height: 40px;
	color: white;
	text-shadow: 1px 1px 1px black;
	text-align: left;
	
	padding: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

.exp-right {
	right: 0;
	text-align: right;
}

.name-right {
	text-align: right;
	right: 0;
}

.tmg-img {
}

.sen-title-main {
	text-align: center;
	font-size: 1.4em;
}

#sen-body {
	/*background-image: url("../img/wood-tex.png");*/
	background-blend-mode: lighten;
	background-color: #FFFFFFBB;
}

.price {
	margin: 0;
	font-size: 0.8em;
}

.menu-exp {
	background: #FFFFFF99;
	width: 98%;
	padding: 2px;
	margin-top: 4px;
	border-radius: 2px;
	
}

.input-m-name {
	position: static;
	border: black solid 1px;
	width: auto;
	height: auto;
	opacity: 1;
	padding: 0;
	margin: 0;
	letter-spacing: normal;
}

.basque-1 {
	position: relative;
	width: 100%;
	
	background-image: url("../img/b-bg02.jpg");
	background-size: cover;
	background-blend-mode: lighten;
	background-color: #FFFFFF77;
}
#basque>div{
	padding-top: 50px;
	max-width: 500px;
	margin: 0 auto;
}

#basque>div>img{
	position: relative;
	
	width: 100%;
	max-width: 500px;
}

.basque-logo {
	position: relative;
	max-width: 400px;
	width: 60%;
}

.basque-2 {
	background-image: url("../img/b-bg04.jpg");
	background-color: #FFFFFF66;
}

#basque>div {
	background-blend-mode: lighten;
	background-size: cover;
}
#basque>div>p{
	margin: 0;
	
	padding: 20px;
	line-height: 40px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 5px;
	
	color: white;
	text-shadow: 2px 1px 4px black;
}

.basque-3 {
	background-image: url("../img/b-bg03.jpg");
	background-color: #FFFFFF99;
}

.basque-4 {
	background-image: url("../img/b-bg03.jpg");
	background-color: #FFFFFF88;
}

.basque-5 {
	background-image: url("../img/b-bg02.jpg");
}

.to-basq-02 {
	position: relative;
	
	padding: 10px;
	margin: 10px auto;
	border: 1px solid black;
	background: #FFFFFF;
	width: 300px;
	text-align: center;
	
	top: -100px;
	
	box-shadow: 5px 5px 0 1px black;
	margin-bottom: 50px;
	z-index: 2;
}
.to-basq-02:hover{
	top: -98px;
	left: 2px;
	background-color: #EEEEEE;
}

.footer-basq {
	margin-top: -30px !important;
}

.basq-img01 {
	position: relative;
	top: -40px;
}

.basq-bg {
	background-image: url("../img/b-bg04.jpg");
	background-blend-mode: lighten;
	background-color: #FFFFFF44;
	border-color: #DDDDDD00;
	box-shadow: 4px 4px 1px 1px gray;
}

.infotable {
	width: 100%;
	max-width: 600px;
	
	margin: 0px auto;
	font-size: 0.75em;
}

.infotable>tbody>tr{
	border-bottom: solid 1px gray;
}

.infotable>tbody>tr>td:nth-of-type(1){
	background: #FAFAFA;
	padding: 10px;
	text-align: right;
	
	
	min-width: 100px;
}

#info {
	margin-top: 60px;
	width: 100%;
}

.basq-table {
	margin: 0 auto;
	
}
.basq-table>tbody>tr>td:nth-of-type(1){
	background: #FFFFFF66;
	padding: 6px;
	font-size: 0.85em;
	max-width: 80px;
}
.basq-table>tbody>tr>td>input, .basq-table>tbody>tr>td>select{
	padding: 6px;
	margin: 4px;
	
}
.in-long{
	min-width: 200px;
	width: 90%;
}

.btm-bar {
	position: fixed;
	z-index: 2;
	bottom: 0;
	background: #FFFFFFDD;
	width: 100%;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}

.to-check {
	position: relative;
	border: black solid 1px;
	width: 200px;
	margin: 0 auto;
	padding: 10px;
	background: #FFFFFF;
	cursor: pointer;
}
.to-check:hover{
	top: 2px;
	left: 2px;
	
	background: #EEEEEE;
}

.no-mp {
	padding: 0 !important;
	margin: 0 !important;
}

#contact {
	padding: 20px;
}
#contact>input, #contact>textarea{
	width:250px;
	padding: 5px;
	border-radius: 3px;
	border: solid 1px #DDDDDD;
}
#contact>textarea{
	height: 140px;
}

.req {
	color: red;
	margin-left: 20px;
	text-decoration: underline;
}

.submitbtn {
	margin: 10px;
	padding: 10px;
	background: black;
	color: white;
	text-align: center;
	width: 140px;
}
.submitbtn:hover{
	background: #777777;
}

#thankyou {
	height: 500px;
}

.gohome {
	font-size: 0.9em;
}

#basque {
	background-image: url("../img/b-bg02.jpg");
}



.basq-top-img {
	position: absolute;
	top: -500px;
	z-index: 0;
}

.basq-img-middle {
	margin: 50px 0;
}

.basq-img-top {
	position: relative;
}

.basq-img{
	position: relative;
	top: 100px;
	opacity: 0;
}

.menunum-5, .menunum-6 {
	width: 250px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.topvideo {
	top: 0;
	left: 0;
	
	width: 120%;
	z-index: 0;
	
	opacity: 0.2;
}

.vidbox {
	position: relative;
	background: #FFFFFF;
}

.insta {
	text-align: center;
}

.taxin {
	font-size: 0.7em;
}

.sen-slide {
	text-align: center;
	height: 360px;
	
	background: #DDDDDD;
}

.error {
	color: red;
	text-shadow: none;
	font-size: 12px;
}
