﻿@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+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

@charset "UTF-8";

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, main, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;}
  article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;}
*,
*:before,
*:after {
  box-sizing: border-box;}

body {
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  color: inherit;
  background: #f1f1f1;
}


/* 明朝 */
	.noto-serif-jp {
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 300;
		font-style: normal;
	}

/* ゴシック */
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}


h1 {
  margin: 0;
  color:#111;
  font-optical-sizing: auto;
  font-size:1.6em;
  font-weight: 300;
  font-style: normal;
  line-height:1;
}
@media screen and (max-width: 768px) {
h1 {
  font-size:1.2em;
}}

h2 {

  font-optical-sizing: auto;
  font-size:1.4em;
  font-weight: 300;
  font-style: normal;
  line-height:3.0;
}
@media screen and (max-width: 768px) {
h2 {
  font-size:1.2em;
}}
h3 {
  text-align:center;
  font-optical-sizing: auto;
  font-size:1.3em;
  font-weight: 300;
  font-style: normal;
  line-height:2.0;
}
@media screen and (max-width: 768px) {
h3 {
  font-size:1.2em;
}}



h5{
	font-sizse:1.2em;
	font-weight:300;
}

@media screen and (max-width: 767px){
h5 {
	text-align:center;
	font-size:.8em;
	margin-bottom:30px;
}}



h6{
  margin:0;
  padding:0;
  padding-left:10px;
  line-height:1.5;
  font-weight:300;
}


.morinoyadocap{
  font-size:.9em;
}

@media screen and (max-width: 767px){
.morinoyadocap {
 font-size:.7em;
}}



a {
	color:#111;
	text-decoration: none;
}

a:hover{
	color:##3C379E;
}

a:visited{
	color:#111;
}


.text {
  padding-bottom: 3px;
  font-size: 1.1em;
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}

.text:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}



a img{ filter:grayscale(0); }


a img:hover{
	filter:grayscale(50%);
	transition:0.3s;
}

.caption {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 700;
  color: #053D69;
}
.caption::before,
.caption::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #053D69;
}
.caption::before {
  margin-right: 1em;
}
.caption::after {
  margin-left: 1em;
}


.plus {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.plus:before, .plus:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ccc;
  border-radius: 1px;
}
.plus:before {
  width: 2px;
  height: 90px;
}
.plus:after {
  width: 90px;
  height: 2px;
}


.translate{
  position:absolute;
  right:30px;
  top:70px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:1.0em;
  font-weight:100;
}
.translate a:hover{
  color:#990000;
}

.capt {
  position: relative;
  font-size: 1.1em;
  font-weight: 300;
  padding: .4em 0em .4em .9em;
  margin-bottom: 1em;
  text-align:left;
}

.capt:before {
  position: absolute;
  background-color: #666;
  border-radius: 1em;
  content: "";
  left: 0%;
  top: 5%;
  bottom: 10%;
  width: 4px;
  height: 90%;
}


.heading {
  align-items: center;
  display: flex;
  justify-content: center;
  transform: rotate(90deg);
transform-origin:center center 0;
  height:200px;
}
.heading::before,
.heading::after {
  background-color: #333;
  content: "";
  height: 1px;
  width: 60px;
}
.heading::before {
  margin-right: 15px;
}
.heading::after {
  margin-left: 15px;
}
.transform{
  transform: rotate(-90deg);
}


.inner{
	position:relative;
	margin: 0 auto;
	width:60%;
	padding: 0 20px;
	text-align:left;

}
@media screen and (max-width: 768px) {
.inner{
	width:98%;
}}




.inner2{
	position:relative;
	margin: 0 auto;
	width:60%;
	padding: 0 20px;
	text-align:center;

}
@media screen and (max-width: 768px) {
.inner2{
	text-align:left;
	width:98%;
}}



.left{
	margin-top:130px;
	text-align:left;
	padding:0 30px;
}



.seasons{
	font-size:1.5em;
	padding-right:18px;
}


canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;  max-width:100%;
}



/*--中央ライン--*/

.wrap {
	display: flex;
	text-align: center;
	font-weight:100;
  	justify-content: center;
  	align-items: end;
}
.wrap .box-a {
	width:80px;
	height:180px;
	flex-grow: 1;
	position: relative;
        text-align:right;
	line-height: ;
	margin-right: 2em;
	background-color: transparent;

}
.wrap .box-a::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 1rem;
	padding-top:100px;
	content: "";
	width: 1px;
	height:180px;
	background-color: #ccc;
}

.wrap .box-b {
	width:100px;
	flex-grow: 1;
	text-align:left;
	height: 180px;
	line-height:300px;
	background-color: transparent;
}





.vwrap {
	display: flex;
	text-align: center;
	font-weight:100;
  	justify-content: center;
  	align-items: end;
}
.vwrap .vbox-a {
	width:80px;
	height:100px;
	flex-grow: 1;
	position: relative;
        text-align:right;
	line-height: ;
	margin-right: 2em;
	background-color: transparent;

}
.vwrap .vbox-a::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 1rem;
	padding-top:100px;
	content: "";
	width: 1px;
	height:100px;
	background-color: #ccc;
}

.vwrap .vbox-b {
	width:100px;
	flex-grow: 1;
	text-align:left;
	height: 100px;
	line-height:100px;
	background-color: transparent;
}



.right {
	text-align:right;
	font-size:.9em;
}




.wraps {
width:80px;
height:100px;
position:relative;
margin:0 auto;
tex-align:center;
display:inline-block;
}

.borders {
position:absolute;
background:#ccc;
left:50%;
width:1px;
height:100px;
}



.kakomi {
	position:relative;
	width:90%;
	margin: 30px auto;
	text-align:center;
	display:inline-block;
	padding: 1em 3em;
	position: relative;
	box-sizing: border-box;
	font-size:1.0em;
}
.kakomi::before,
.kakomi::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	border-top: dotted 2px #ccc;
	border-bottom: dotted 2px #ccc;
	top: 0;  
}
.kakomi::before {
	border-left: dotted 2px #ccc;
	left: 0;
}
.kakomi::after {
	border-right: dotted 2px #ccc;
	right: 0;
}
.kakomi p{
	margin: 0;
	text-align:left;
}

@media screen and (max-width: 768px) {
.kakomi{
    text-align:left;
    max-width:98%;
}}





.design {
  position:relative;
  max-width:90%;
  text-align: center;
    --x-gradient: linear-gradient(90deg, #ccc 0 25px, transparent 0 calc(100% - 25px), #ccc calc(100% - 25px));
    --y-gradient: linear-gradient(#ccc 0 25px, transparent 0 calc(100% - 25px), #ccc calc(100% - 25px));
    margin: 0.3rem auto;
    padding: 1em 1em;
    outline: 1px solid #fff;
    outline-offset: -3px;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
}
.design p {
    line-height: 1.5;
    color: #222;
}

@media screen and (max-width: 768px) {
.design {
    max-width:90%;
}}





.4box {
	position:relative;
	margin:0 auto;
	max-width:90%;
    --x-gradient: linear-gradient(90deg, #333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
    --y-gradient: linear-gradient(#333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
    margin: 0.5rem;
    padding: 1rem;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;

}

.4box p {
    line-height: 1.5;
    color: #222;
}


.indexcontainer {
	margin:0 auto;
	text-align:center;
	width:100%;
	max-width:100%;
}



/* SIDE */

.side{
 position: absolute;
 position: fixed;
 left:0;
 background:rgba(204,204,204, .5);
 height:100vh;
 width:25%;
 padding:0;
 z-index:1;
}
@media screen and (max-width: 768px) {
.side {
 width:10%;
}}

.side h1{
    position: relative;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
    text-align:center;
}
.side p{
    position: relative;
    top: 41%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
    text-align:center;
}


/* CONTENT */

.content{
  position:relative;
  margin: 0 auto;
  margin-left:25%;
  text-align:center;
  padding: 0 20px 0 20px;
  width:75%;
  height:auto;
  background:transparent;
}

.content p{
  font-size:.9em;
  line-height:1.6;
}

@media screen and (max-width: 768px) {
.content {
  margin-left:7%;
  text-align:left;
  width:93%;
}}



.contents{
  position:relative;
  margin: 0 auto;
  margin-left:25%;
  width:75%;
  height:auto;
  background:rgba(255,255,255, .9);
}
.contents p{
  font-size:.9em;
  line-height:1.6;
}

@media screen and (max-width: 768px) {
.contents {
  margin-left:22%;
  width:76%;
}}



/* Banners (style) */

.banners{
	position:relative;
	margin: 0 auto;
	text-align:center;
	width:77%;
	max-width:77%;
	margin-bottom:100px;
}
.banners img{
	width:100%; height:auto;
}

@media screen and (max-width: 768px) {
.banners{
	width:100%;
	max-width:100%;
	margin-bottom:50px;
}}


.banners2 {
 	position: relative;
 	left: 50%;
 	transform: translateX(-50%); 
	width:70%;
	max-width:70%;
}
.banners2 img{
	width:100%; height:auto;
}

@media screen and (max-width: 768px) {
.banners2{
	width:96%;
	max-width:96%;
}}


.banners3 {
 	position: relative;
 	left: 50%;
 	transform: translateX(-50%); 
	width:40%;
	max-width:40%;
}
.banners3 img{
	width:100%; height:auto;
}

@media screen and (max-width: 768px) {
.banners3{
	width:60%;
	max-width:70%;
}}






.midashi{
  margin: 0 auto;
  tex-align:center;
  display:block;
  margin-bottom:30px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size:1.7em;
  font-weight:200;
  width:100px;
  padding: 1rem 2rem;
  border-left: 2px dotted #666;
}


/* 縦書 */
.tategaki-wrap{
	position: absolute;top: 30%;left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:auto;height:auto;
	border: 0px solid red;margin: 0 auto;
}

.tategaki{
	font-size:1.7em;
	color:#111;
	background: trancepalent;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl; 
	text-align: justify;text-justify: inter-ideograph;
	line-height: 2.0;
	letter-spacing: 3px;
  	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-weight: 100;
  	font-style: normal;
}


@media screen and (max-width: 768px){
.tategaki-wrap {
	position:relative;
	margin: 0 auto;
	text-align:center;
}
.tategaki{
	left:1%;
	font-size:1em;

}}



.content-tategaki-wrap{
	position:relative;
	margin: 0 auto;
	text-align:center;
　
}

.content-tategaki{
	display: inline-block;
	color:#111;
	background: trancepalent;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl; 
	text-align: justify;text-justify: inter-ideograph;
	line-height: 2.0;
	letter-spacing: 3px;
  	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-weight: 200;
  	font-style: normal;
	height: 440px;
}


.content-tategaki h6{
	font-size:1.2em;
	line-height:3;
}

.content-tategaki p{
	text-align:left;
	font-size: .9em;
	line-height:3.3;
}


@media screen and (max-width: 767px){
.content-tategaki p {
	line-height:2.1;
}}


.page_tategaki-wrap{
	position: absolute;top: 170px;left: 10%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:auto;height:auto;
	border: 0px solid red;margin: 0 auto;
}

@media screen and (max-width: 767px){
.page_tategaki-wrap {
	position: absolute;top: 100px;left: 10%;
	margin-left:-1%;
}}
.page_tategaki{
	background: trancepalent;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl; 
	text-align: justify;text-justify: inter-ideograph;
	text-align: left;
	line-height: 2.0;
  	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-weight: 300;
  	font-style: normal;
	letter-spacing:7px;
}

img {
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}


.topcomment{
  margin: 100px auto;
  text-align:center;
}

.topcomment p{
	font-size:1.0em;
	line-height:1.5;
}

@media screen and (max-width: 768px){
.topcomment {
  text-align:left;
}}


.pagetab{
  position:relative;
  margin: 0 auto;
  text-align:center;
  padding:10px;
  max-width:80px;
  height:100px;
  background: #222;
  color:#fff;
  font-size:.7em;
}

.pagetab:hover{
	background:#990000;
	transition-duration: 2s;
	transition-property: background-color;
}




.framebox001 {
	margin: 0 auto;
	width:90%;
	padding: 30px;
	position: relative;
}

.framebox001::before, .framebox001::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.framebox001::before {
	border-left: solid 2px #999;
	border-top: solid 2px #999;
	top: 0;
	left: 0;
}

.framebox001::after {
	border-right: solid 2px #999;
	border-bottom: solid 2px #999;
	bottom: 0;
	right: 0;
}



.framebox002 {
	margin: 0 auto;
	width:90%;
	padding: 10px;
	position: relative;
}

.framebox002::before, .framebox002::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.framebox002::before {
	border-left: solid 7px #ccc;
	border-top: solid 7px #ccc;
	top: 0;
	left: 0;
}

.framebox002::after {
	border-right: solid 7px #ccc;
	border-bottom: solid 7px #ccc;
	bottom: 0;
	right: 0;
}


.framebox-inner{
	position:relative;
	magin:0;
	padding:10px;
	text-align:left;
}
.framebox-inner p{
	text-align:center;
	line-height:2;
}

@media screen and (max-width: 768px){
.framebox-inner p {
  text-align:left;
}}






.kakko01auto {
	margin: 0 auto;
	width:90%;
	padding: 1em 3em;
	position: relative;
	box-sizing: border-box;
}
.kakko01auto::before,
.kakko01auto::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	border-top: solid 2px #a9a9a9;
	border-bottom: solid 2px #a9a9a9;
	top: 0;  
}
.kakko01auto::before {
	border-left: solid 2px #a9a9a9;
	left: 0;
}
.kakko01auto::after {
	border-right: solid 2px #a9a9a9;
	right: 0;
}
.kakko01auto p{
	margin: 0;
}




/* Grid */

.container {
	margin:100px auto;
	text-align:center;
	width:77%;
	display: grid;

}

/* アイテム */
.itemA {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
	background: #333;
	margin:0;
	width:100%;
	height:500px;
}
.itemB {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	background: #666;
	margin:0;

}
.itemC {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	background: #999;
	margin:0;

}


.lines-left {
	position:relative;
	margin: 0 auto;
	tex-align:center;
	border-left: 1px solid #ccc;
	height:170px;
	width:1px;
}
.lines-left p{
	margin-top:20px;
	text-align:left;
	padding:50px 10px 10px 10px;
	font-size:.8em;
	width:130px;
}





.pagelines-left {
	position:relative;
	margin: 0 auto;
	tex-align:center;
	border-left: 1px solid #ccc;
	height:170px;
	width:1px;
}
.pagelines-left p{
	text-align:left;
	padding:50px 10px 10px 10px;
	font-size:.8em;
	width:130px;
}








.selectlines-left {
	position:relative;
	margin: 0 auto;
	tex-align:center;
	border-left: 1px solid #ccc;
	height:150px;
	width:1px;
}
.selectlines-left p{
	margin-top: 0;
	text-align:left;
	padding:30px 10px 10px 10px;
	font-size:1.0em;
}






.col2{
	margin:50px auto;
	display: flex;
  	justify-content: center;
  	align-items: flex-start;
	width: 70%;
	max-width:70%:
}
.col2 > div{
	width: 50%;
	padding: 10px;
	text-align:center;
}
.col2 img { width:100%;height:auto;}

@media screen and (max-width: 768px) {
.col2 {
	width:100%; max-width:100%;
}}

.col-2{
	margin:70px auto;
	display: flex;
  	justify-content: center;
  	align-items: flex-start;
	width: 90%; max-width:90%;
}
.col-2 > div{
	width: 50%;
	padding: 10px;
	text-align:center;

}
.col-2 img { width:100%;height:auto;}
.col-2 p{ text-align:left; line-height:1.8;}

@media screen and (max-width: 768px) {
.col-2 {
	width:98%; max-width:98%;
	display:block;
}
.col-2 > div{
	width:100%;

}}







.indexcol3{
	margin:70px auto;
	display: flex;
  	justify-content: center;
  	align-items: flex-start;
	width: 70%;
	max-width:70%:
}
.indexcol3 > div{
	width: 33.3333%;
	padding: 10px;
	text-align:center;
}
.indexcol3 img { width:100%;height:auto;}

@media screen and (max-width: 768px) {
.indexcol3 {
	width:98%; max-width:98%;

}
.indexcol-3 > div{
	width:100%;
}}


.indexcol-3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.indexcol-3 > div{
	width: 33.33333%;
	padding: 1px;
}
.indexcol-3 > div img{
	width:100%; height:auto;
}

@media screen and (max-width: 960px) {
.indexcol-3 > div{
		width: 33.33333%;%;
	}
}
@media screen and (max-width: 480px) {
.indexcol-3 > div{
		width:  33.33333%;%;
	}
}


.indexlines-left {
	position:relative;
	margin: 0 auto;
	tex-align:center;
	border-left: 1px solid #ccc;
	height:150px;
	width:1px;
}

.indexlines-left span{
	font-size:.7em;
}

.indexlines-left p{
	margin-top: 0;
	word-break: break-all;
	text-align:left;
	padding:10px 10px 10px 20px;
	font-size: 1.1em;
}
@media screen and (max-width: 768px) {
.indexlines-left p{
	padding:10px 10px 10px 10px;
}}



.col3{
	margin:70px auto;
	display: flex;
  	justify-content: center;
  	align-items: flex-start;
	width: 70%;
	max-width:70%:
}
.col3 > div{
	width: 33.3333%;
	padding: 10px;
	text-align:center;
}
.col3 img { width:100%;height:auto;}

@media screen and (max-width: 768px) {
.col3 {
	width:98%; max-width:98%;

}
.col-3 > div{
	width:100%;
}}


.col-3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col-3 > div{
	width: 33.33333%;
	padding: 1px;
}
.col-3 > div img{
	width:100%; height:auto;
}

@media screen and (max-width: 960px) {
.col-3 > div{
		width: 33.33333%;%;
	}
}
@media screen and (max-width: 480px) {
.col-3 > div{
		width:  33.33333%;%;
	}
}


.col_2{	margin: 0 auto;
	width: 100%;
	max-width:100%;
	display: flex;
	flex-wrap: wrap;
}
.col_2 > div{width: 50%;padding: 10px;}
.col_2 > div img{width:100%; height:auto;}

@media screen and (max-width: 768px) {
.col_2 > div{width: 100%;
}}


.col_3{
	position:reltavie;
	margin: 0 auto;
	width: 88%; 
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
	text-align:left;
}

.col_3 > div{
	width: 33%;
	padding: 12px;

}
.col_3 p{
	font-size:1em;
	line-height:2;
}
.col_3 span{
	font-size:.9em;
	line-height:2;
}

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

.col_3 img:hover{
	cursor: crosshair;
}

@media screen and (max-width: 768px) {
.col_3{
	width: 98%;
	display:block;
}}
@media screen and (max-width: 768px) {
.col_3 > div{
	width: 100%;
	}
}




.col4{
	position: relative;
	margin: 0 auto;
	text-align:center;
	overflow: hidden;
	justify-content: center;
  	align-items: center;
	width: 88%;
	display: flex;
	flex-wrap: wrap;
}

.col4 a{
	cursor: crosshair;
}
.col4 > div{
	width: 22%;
	padding: 10px;
	font-size:1.0em;
}
.col4 img {
        position:relative;
 	overflow:hidden;
	width:100%;
	height: auto;
}

@media screen and (max-width: 768px) {
.col4 > div{
	width: 45%;
	font-size: .9em;
	margin-bottom:3px;
}}











.service {
	position:relative;
	padding: 0;
	margin: 0 auto;
	text-align:center;
	max-width:100%;

}


.service li{
	list-style:none;
	padding: 20px;
	padding-top:28px;
	margin: 0;
	display: -moz-inline-box;
	display: inline-block;
	/zoom: 1;
	height:auto;
	text-align: center;
	padding-right:5px;
	vertical-align:top;
	width:23%;

}

.service li{
	padding-top:5px;
	text-align:center;
	font-size:.9em;
}

.service li span{
	font-size:.7em;
}

.service li img {
	width:100%;
	height:auto;
	border: 1px solid #eee;
	box-shadow: 0 1px 1px 0px rgba(0,0,0,0.3) ;

}

.service li img:hover{
	cursor: crosshair;
}

@media screen and (max-width: 767px){
.service li {
	width: 80%;
	padding: 0;
}}






.terminal li{
	padding-top:5px;
	text-align:center;
	font-size:.9em;
}

.terminal li span{
	font-size:.7em;
}

.terminal li img {
	width:50%;
	height:auto;
	border: 1px solid #eee;
	box-shadow: 0 1px 1px 0px rgba(0,0,0,0.3) ;

}

.terminal li img:hover{
	cursor: crosshair;
}

@media screen and (max-width: 768px){
.terminal li {
	width: 80%;
	padding: 0;
}}






















.cuisines {
	position:relative;
	padding: 0;
	margin: 0 auto;
	text-align:center;
	max-width:100%;
	margin-bottom:80px;

}
.cuisines h5{
	margin:10px 10px;
	font-size:1.0em;
	font-weight:300;
	text-shadow: none;
}

.cuisines li{
	list-style:none;
	padding: 0;
	padding-top:28px;
	margin: 0;
	display: -moz-inline-box;
	display: inline-block;
	/zoom: 1;
	height:auto;
	text-align: left;
	padding-right:20px;
	vertical-align:top;
	width:44%;
}

.cuisines li p{
	padding-top:5px;
	text-align:left;
	font-size: .8em;
}

.cuisines li img {
	width:100%;
	height:auto;
	border: 1px solid #eee;
	box-shadow: 0 3px 2px 1px rgba(0,0,0,0.3) ;

}

.cuisines li img:hover{
	cursor: crosshair;
}


@media screen and (max-width: 767px){
.cuisines li {
	width: 80%;
	padding: 0;
}}


.sub {
	font-size:.8em;
}

.mini{
	font-size:.7;
}





footer{
    background:#ccc;
    padding:30px 30px 50px 30px;
    text-align:center;
    font-size:.9em;
    color:#555;
}
@media screen and (max-width: 768px) {
footer{
   padding:33px 30px 30px 33px;
}}

.footernavarea{
   position:relative;
   margin: 0 auto;
   width:100%; max-width:100%;
   margin-bottom:10px;
   background:rgba(255,255,255, .8);
   padding:8px;
   border-radius: 0 0 7px 7px;
   -moz-border-radius: 0 0 7px 7px;
   -webkit-border-radius: 0 0 7px 7px;
}


@media screen and (max-width: 768px) {
.footernavarea {
  display:none;
}}



ul.footer {
	position: relative;
	list-style-type: none;
	margin:0 auto;
	padding:10px 18px;
	text-align: center;
	vertical-align: top;
	margin-bottom:20px;
	z-index:999;
}
ul.footer li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	white-space:nowrap;
	padding-right: 16px;
	vertical-align: top;
	line-height:2;
}

ul.footer li a{
	color: #444;
	font-size:1.0em;
	text-decoration:none;
}


ul.footer li a:hover{
	color: #e45991;
}




@media screen and (max-width: 768px) {
ul.footer{
	display:none;
}}


.copy{  position:relative; font-size: .8em; margin-top:100px; }

@media screen and (max-width: 768px) {
footer{
    height:auto;
}}




.copyright {
  letter-spacing: .1em;
  text-align: center;
  margin-left:10%;
  font-size: .8em;
  font-weight: 100;
  color: #ccc;
}





.conceptarea{
	position:relative;
	margin:0 auto;
	padding:0;
	width:77%;
	max-width:77%;
	margin-left:12%;
}
@media screen and (max-width: 768px){
.conceptarea{
	width:98%;
	margin-left:13%;
}}



.conceptbox {
    --x-gradient: linear-gradient(90deg, #999 0 25px, transparent 0 calc(100% - 25px), #999 calc(100% - 25px));
    --y-gradient: linear-gradient(#999 0 25px, transparent 0 calc(100% - 25px), #999 calc(100% - 25px));
    margin:0.1rem ;
    padding: .3rem;
    outline: 2px solid #ccc;
    outline-offset: -6px;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 5px, 5px 100%, 100% 5px, 5px 100%;
    background-position: top, right, bottom, left;
}
.conceptbox p {
    line-height: 1.8;
    color: #222;
    font-size:.9em;
}

@media screen and (max-width: 768px){
.conceptbox{
   width:100%;max-width:100%;
}

.conceptbox p{
  margin:0 auto;
  padding:10px;
  text-align:left;
}}







/* Button */


/* 00 */
.button00 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    max-width: 140px;
    padding: 10px 0px 10px 10px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button00 a:before, .button00 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button00 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: .7rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button00 a:after {
  left: 0;
  background: #333;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.button00 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button00 a:hover span {
  color: #fff;
}
.button00 a:hover:before {
  left: .8rem;
}
.button00 a:hover:after {
  right: 0;
  width: 100%;
}









/* 000 */
.button3 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    max-width: 170px;
    padding: 10px 0px 10px 10px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button3 a:before, .button3 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button3 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: .7rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button3 a:after {
  left: 0;
  background: #333;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.button3 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button3 a:hover span {
  color: #fff;
}
.button3 a:hover:before {
  left: .8rem;
}
.button3 a:hover:after {
  right: 0;
  width: 100%;
}
























/* 01 */
.button01 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 0px 10px 22px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button01 a:before, .button01 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button01 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: .9rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button01 a:after {
  left: 0;
  background: #333;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.button01 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button01 a:hover span {
  color: #fff;
}
.button01 a:hover:before {
  left: .6rem;
}
.button01 a:hover:after {
  right: 0;
  width: 100%;
}


.btn-circle-3d-dent {
  display: inline-block;
  text-decoration: none;
  background: #333;
  color: #ccc;
  width: 122px;
  font-size: .8;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: inset 0px 3px 0 rgba(255,255,255,0.3), 0 3px 3px rgba(0, 0, 0, 0.3);
  font-weight: 300;
  border-bottom: solid 3px #333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
  transition: .4s;
}

.btn-circle-3d-dent:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  border-bottom: none;
}




.transfers{
  position:relative;
  margin: 0 auto;
}



.arrow-extend {
  padding: 0 50px;
  color: #333;
  font-size:.9em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.arrow-extend:hover {
  color: #fff;
  transition-duration: 0.6s;
  transition-property: color;
}



.arrow-extend::before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #9c893a;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  z-index: -1;
}

.arrow-extend::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.arrow-extend:hover::before {
  width: 98%;
}






.marks {
  position: relative;
  left:0;
  display: inline-block;
  width: auto;  height: auto;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  outline: none;
  z-index:1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size:.9em;
  background-color: #b99d40;
  border: 1px solid #b99d40;
  color: #a1862d;
  line-height: 50px;
}


.marks::before,
.marks::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';

}
.marks,
.marks::before,
.marks::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.marks:hover {
  background-color: #b99d40;
  border-color: #b99d40;
  color: #fff;
}
.marks::before,
.marks::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fbfaf8;
}
.marks::before {
  right: 0;
}
.marks::after {
  left: 0;
}
.marks:hover::before,
.marks:hover::after {
  width: 0;
  background-color: #b99d40;
}


.iicon{
	position:absolute;
	left:10px;
	top:10px;
	z-index:9;
	text-align:center;
	font-size:1.6em;
	color:#000;
}
.iicon a:hover{
	color:#fff;
	transition-duration: .8s;
	transition-property: color;
}

.sns{
	display:block;
	font-size:.5em;
	line-height:1;
}

@media screen and (max-width: 768px) {
.iicon,.sns{
	display:none;
}}




.marks2 {
  display: inline-block;
  width: 320px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  outline: none;
  padding: 0 18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
 text-decoration:none;

}

@media screen and (max-width: 768px) {
.marks2{
	width: 100%;
	}
}

.marks::before,
.marks::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.marks2,
.marks2::before,
.marks2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.marks2 {
  position: relative;
  z-index: 1;
  background-color: #629d1d;
  border: 2px solid #629d1d;
  color: #fff;
  line-height: 48px;
}
.marks2:hover {
  background-color: #fff;
  border-color: #b99d40;
  color: #b99d40;
  text-decoration:none;
}
.marks2::before,
.marks2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #b99d40;
}
.marks2::before {
  right: 0;
}
.marks::after {
  left: 0;
}
.marks2:hover::before,
.marks2:hover::after {
  width: 0;
  background-color: #b99d40;
}




.speng{
   position:relative;
   margin:0;
   padding:0;
   text-align:right;
   line-height:1;
   margin-top:-30px;
}




/* Responsive */

@media screen and (max-width: 768px){
.spNone { display: none;}
}
@media only screen and (min-width:640px){
.pnone {display:none}
}
@media screen and (max-width: 1024px){
.nvNone { display: none;}
}
/* pc */
.pc { display: block !important; }
.sp { display: none !important; }
/* smartphone */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/* Lenis */

html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

















