
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

body{
	width:100%;
	max-width:100%;
	margin:0 auto;
	padding:0;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	background:url(base.png);
	background-repeat:no-repeat;
	background-position:center top;
    	background-size:contain;
	overflow-x:hidden;     
}

strong{
	font-weight:600;
	font-size:1.2em;
}


.container{
	margin:0 auto;
	width:90%;
}


.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}




.noto-serif-jp-<gothic> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.onsencol{
	position:relative;
	margin:0 auto;
	margin-top:1px;
	text-align:center;
	width: 100%;
	max-width:100%;
	display: flex;
        flex-wrap:wrap;
	justify-content: center;
	align-items:center;

}
.onsencol > div{
	width: 33.33333%;
	padding: 0;
}

.onsencol img{
	width:100%;
	height:auto;
	cursor:pointer;
}


.mainwall{
	position: relative;
	margin:0 auto;
	text-align:center;
	height: auto;
	background: url(../../wall/entrance.jpg) no-repeat center center;
	background-size:cover;
	padding:350px 20px 350px 20px;
	width:100%; max-width:100%;

}

.footerwall{
	position: relative;
	margin:0 auto;
	text-align:center;
	height: auto;
	background: url(../../images/aiai.jpg) no-repeat center center;
	background-size:cover;
	padding:350px 20px 350px 20px;
	width:100%; max-width:100%;
}



.outline{
	position:relative;
	margin: 0 auto;
	width:80%;
}



h1{
	font-size:1.7em;
	font-weight:500;
}


h2{
	margin-top:100px;
	font-size:1.5em;
	font-weight:500;
}


h3{
	text-align:left;
	margin-top:50px;
	margin-bottom:10px;
	font-size:1.4em;
	font-weight:500;
}

h4{
	font-size:1.3em;
	font-weight:500;
}


h5{
	font-size:1.2em;
	font-weight:500;
}



.col4{
	position:relative;
	margin:0 auto;
	margin-top:1px;
	text-align:center;
	width: 98%;
	max-width:98%;
	display: flex;
        flex-wrap:wrap;
	justify-content: center;
	align-items:start;

}
.col4 > div{
	width: 44%;
	padding:4px 8px;
}
.col4 img{
	width:100%;
	height:auto;
}

.col4 p{
	text-align:left;
}




.col2{
	position:relative;
	margin:0 auto;
	margin-top:1px;
	text-align:center;
	width: 98%;
	max-width:98%;
	display: flex;
        flex-wrap:wrap;
	justify-content: center;
	align-items:start;

}
.col2 > div{
	width: 44%;
	padding: 2px 4px;
}


.col2 p{
	text-align:left;
}


.col2 img{
	width:100%;
	height:auto;
}


.cols2{
	position:relative;
	margin:0 auto;
	margin-top:1px;
	text-align:center;
	width: 100%;
	max-width:100%;
	display: flex;
        flex-wrap:wrap;
	justify-content: center;
	align-items:center;

}
.cols2 > div{
	width: 50%;
	margin: 0;
	padding: 0;
}

.cols2 img{
	width:100%;
	height:auto;
}



.layout2{
	position:relative;
	margin:0 auto;
	margin-top:1px;
	text-align:center;
	width: 100%;
	max-width:100%;
	display: flex;
        flex-wrap:wrap;
	justify-content: center;
	align-items:start;

}
.layout2 > div{
	width: 50%;
	margin: 0;
	padding: 0;
}

.layout2 img{
	width:100%;
	height:auto;
}
.layout2 p{
	text-align:center;
	padding:6px 20px;
}



.chef2{
	position:relative;
	margin:0 auto;
	margin-top:1px;
	text-align:center;
	width: 100%;
	max-width:100%;
	display: flex;
        flex-wrap:wrap;
	justify-content: center;
	align-items:starg;

}
.chef2 > div{
	width: 40%;
	margin: 0;
	padding: 30px;
}
.chef2 p{
	text-align:left;
	font-size:.9em;
}

.chef2 img{
	width:50%;
	height:auto;
}












.obi{
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:100px;
	width:100%;
	max-width:100%;
	padding:30px;
	background:#f5f5f5;
}

.inners{
	margin:0 auto;
	text-align:left;
	line-height:1.4;
	font-size:.9em;
	padding:10px 30px;
}
.inners b{
	padding-top:30px;
	font-size:1.2em;
	font-weight:600;
}



.col1{
	position:relative;
	margin:0 auto;
	margin-top:1px;
	text-align:center;
	width: 100%;
	max-width:100%;
	display: flex;
        flex-wrap:wrap;
	justify-content: center;
	align-items:center;

}
.col1 > div{
	width: 100%;
	padding: 0;
}


.col1 p{
	text-align:left;
}


.col1 img{
	width:100%;
	height:auto;
}








.accordion {
    margin-bottom: 3px;
}
.accordion__title {
    font-size: .8em;
    padding: 6px 80px;
    color: #fff;
    background-color: #444;
    cursor: pointer;
    position: relative;
}
.accordion__title::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.accordion__title::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.accordion__title.show::before {
    opacity: 0;
}
.accordion__title.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.accordion__content {
    display: none;
}








.load-fade {
	opacity: 0;
	visibility: hidden;
	transition: all 1.8s;
	position:relative
	color:#fff;
	z-index:2;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height:1;
	}

.load-fade.is-show {
	opacity: 1;
	visibility: visible;}




























