@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');



* {
	margin: 0;
	padding: 0;
}

html,
body,
.Container {
	height: 100%;
	font-family: "Noto Sans", sans-serif;
}



*, *:before, *:after {
	box-sizing: border-box;
}


html{
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-size:100%;
}


body {
	background-image:url(../img/sumihaikei.jpg);
	background-repeat:repeat;
	font-size:100%;
}

.btn {
	border-radius: 0;
}


.Notos{
	font-family: 'Noto Sans JP', sans-serif;
}


.Noto{
font-family: 'Noto Serif JP', serif;
}


.cursive {
	font-family: 'Pinyon Script', cursive;
	color:rgba(0,0,0, .6);
	font-size: 1.4em;
}



h5.cursive {
	font-size: 1.9em;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	line-height:1.2;
	color:rgba(0,0,0, .6);
}


a:link,
a:hover,
a:visited {
	text-decoration: none;
}

a:link.white,
a:hover.white,
a:visited.white {
	text-decoration: none;
	color: #fff;
}

.bold {
	font-weight: bold;
}


.title{
	font-size:2em;
}

h1 {
	font-size: 2.8rem;
	font-weight:400;
	color:#444;
}

h2 {
	font-size: 1.5rem;
	font-weight:300;
}


h3 {
	font-size: 3.8rem;
	font-weight:300;
	color:#444;
}


@media screen and (max-width: 768px){
h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.3rem;
}


h3 { font-size: 1.4rem;
}}



p {
	color: #000;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.0em;
	line-height:1.8;
}

.min-100 {
	min-height: 100%;
}



@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; }
}




.conces{
    margin: 0 auto;
    background: rgba(255,255,255,.4);
    box-shadow:0px 0px 10px rgba(0,0,0,.1);
    border:1px solid #ccc;
    text-align:center;
    padding:16px;

    width: 88%;
    height:auto;
}


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

.conces h1{
	margin-top: 70px;
}



.conces h2{
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	font-size:2.0em;
	padding: 10px 0 10px 0;
	font-weight:300;
 	color: #111;
	font-family: 'Noto Serif JP', serif;
}

.conces h3{
	font-size:1.7em;
	font-weight:300;
	margin:0; padding:0;
	margin-top:20px;
	color:#111;
}


.wagara{
	background-image:url(../concept/wagara.png);
	background-repeat:no-repeat;
	-webkit-user-select:none;
	background-position: right 0 bottom 0;
}




/* Spacing */

.no-gutter {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}


/* Half Page */

.Container:before {
	content: '';
	height: 100%;
	float: left;
}

.Content {
	position: relative;
	z-index: 1;
}

.Content:after {
	content: '';
	clear: both;
	display: block;
}

.Wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #e9e8e6;
}

.LeftContent {
	float: left;
	margin: 0;
	padding: 0;
}

.RightContent {
	overflow: auto;
}

@media (min-width: 1200px) {
	.Wrapper>div {
		height: 100%;
	}
}

.split-image-left {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
}

.background-1 {
	background-image: url("../img/photo-6.jpg");
}

.background-2 {
	background-image: url("../img/photo-4.jpg");
}

.split-image-right {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.signature {
	padding-top: 2rem;
	height: 6rem;
}


.fadeInUp {
  opacity : 0;
  transform: translateY(40px);
  transition: 1s;
}

.fadeInUp2 {
  opacity : 0;
  transform: translateY(90px);
  transition: 2s;
}





/* Works - Horizontal Gallery */

.swiper-container {
	width: 100%;
	height: 100%;
	margin-bottom: 5rem;
}

@media (max-width: 1200px) {
	.swiper-container {
		padding: 0 20px 0;
	}
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

 :root {
	--swiper-theme-color: #000;
}

.swiper-pagination {
	display: none;
}


/* Works */

.works {
	font-size: 1.2em;
	padding-top: 7rem;
	padding-bottom: 3rem;
}


/* Studio */

.studio {
	font-size: 1.2em;
	padding-top: 2.6rem;
	padding-bottom: 1rem;
}


/* Contact */

.contact {
	font-size: 1.8em;
	padding-top: 15rem;
	padding-bottom: 10rem;
}


/* Contact Form */

.contact-form {
	font-size: 1.2em;
	padding-bottom: 11rem;
}

.contact-form .btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.contact-form .form-control {
	color: #000;
	background-color: transparent;
	border-color: #000;
	border-width: 0 0 2px 0;
	border-radius: 0;
	border-style: solid;
	font-size: 1.5rem;
}

.form-control::-webkit-input-placeholder {
	color: #000;
	opacity: 0.6;
}

.form-control {
	padding: 1.5rem 16rem 1.5rem 0.75rem
}

.contact-form .btn {
	padding: 0.8rem 4rem;
	border-radius: 5px;
}





















/*  customize  */




.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
}
.flex-start{
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.flex-center{
	justify-content: center;
	-webkit-justify-content: center;
}
.flex-end{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.flex-bet{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}












ul{
	list-style:none;

}
.site-header{
	background: rgba(176,173,200,0.95);
	padding: 20px;
	position: fixed;
	bottom: 0;
	transition: .5s;
	width: 100%;
	z-index: 99999;
}


.site-logo_img{
	height: auto;
	width: 50%;
}
.gnav_menu_item{
	margin-left: 20px;

}

.gnav_menu_item_link{
	color: #111;
	font-size: 1.1em;
	font-weight: 300;
	padding-right:12px;
}



.column {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-right: 1px;
  margin-bottom: 40px;
  margin-left: 1px;
  background: transparent;
}
.column-img {
  width: 55%;
}
.column-img img {
  width: 100%;
}
.column-texts {
  box-sizing: border-box;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  width: 45%;
}
.column-texts-title {
  margin: 0;
  font-size: 1.7em;
}
.column-texts-p {
  margin: 0;
  padding-top: 20px;
  font-size: 1.0em;
  line-height: 2.0;
  font-weight:normal;
}
.column-texts-link {
  padding-top: 30px;
}


.column-texts-link a {
  margin: 0 10px;
  border: 1px solid #555;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  font-size: .9em;
  text-decoration: none;
  color: #000;
}


.column-texts-link a:hover {
  border: 1px solid #333;
  background:#666;
  transition-timing-function:ease-in-out;
  transition-duration:1s;
  color: #fff;
}




@media screen and (max-width: 767px) {
  .column {
    flex-direction: column;
  }
  .column--reserve {
    flex-direction: column-reverse;
  }
  .column-img {
    width: 100%;
  }
  .column-texts {
    width: 100%;
  }
  .column-texts-title {
    font-size: 26px;
  }
  .column-texts-p {
    font-size: 13px;
  }
  .column-texts-link a {
    font-size: 13px;
  }
}









.footer{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:100%;
	height:auto;
	background:rgba(0,0,0, .2);
	background-image:url(../images/footer.png);
	background-repeat:repeat;
	padding:60px 8px 88px 8px;
	height:auto;

}

@media screen and (max-width: 768px) {
.footer{
	padding:10px 8px;
}}



.footer p{
	text-align:right;
	font-size:.8em;
	padding-top:50px;
	padding-right:30px;
	margin-top:10px;
	margin-bottom:20px;
}
.telephonebox {
	position:absolute;
	width:330px;
	height:auto;
	right:0;
	margin-top:-80px;
	padding:18px;
	background-color:#f8f8f8;
	background-image:url(../images/telboxwall.png);
	background-repeat:no-repeat;
	background-position: right 0 bottom 0;
	opacity: 0.88;
	-moz-opacity: 0.88;
	filter: alpha(opacity=88);
	-ms-filter: "alpha(opacity=88)";
    	box-shadow: 1px 3px 4px rgba(0,0,0,.4);
	z-index:1;
	border-radius: 6px 0px 0px 6px;
	border: 1px solid #eee;
	font-size:1.0em;
	color:#333;
	text-shadow: 0 -1px 1px #ddd, 1px 1px 1px #fff;
}

.tels{
font-family: 'Noto Serif JP', serif;
	font-size:1.4em;
}
.tels a{
	color:#111;
}

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



.footerbanner{
	position:absolute;
	left:20px;
	margin-top:-140px;
}


@media screen and (max-width: 768px) {
.footerbanner{
	margin-top:30px;
}}























.flexbox{
　　display:-webkit-box;
　　display: -webkit-flex;
　　display:-ms-flexbox;
　　display: flex;
　　-webkit-flex-wrap:wrap;
　　-ms-flex-wrap:wrap;
　　flex-wrap:wrap;
}

.col_2{
　　	display: flex;
	justify-content: flex-end;
	width: 90%;
	right:0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	text-align:left;
}
.col_2 > div{
	width: 44%;
	padding: 0;
	font-size:1.0em;
	padding-top:10px;
	text-align:left;
}

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








.col_3{
　　	display: flex;
	justify-content: flex-end;
	width: 96%;
	right:0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	text-align:left;
}
.col_3 > div{
	width: 32%;
	padding: 0;
	font-size:1.0em;
	padding-top:10px;
	text-align:left;
}

@media screen and (max-width: 768px) {
	.col_3 > div{
		width: 98%;
		padding-top:20px;
}

.col_3 iframe{
	height:180px;
}

}

















table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.0em;
}
table th {
  width: 20%;
  margin:4px;
  background: trasparent;
  color:#111;
  border: 0px solid #ccc;
  box-sizing: border-box;
  padding: 6px;
  vertical-align: top;
  text-align: left;
  font-weight:500;
}
table td {
  margin:4px;
  background: trasparent;
  border: 0;
  box-sizing: border-box;
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

@media all and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 0px solid #ccc;
  }
}









.col2{
	position:relative;
	width: 100%;
	max-width:100%;
	background:none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.col2 > div{
	width: 50%;
	padding: 0 4px 0 0;
}


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



.tomo1{
	width:100%;
	height:auto;
}

.tomo2{
	width:32.8%;
	height:auto;
	padding:4px 2px;
}

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



.dining2{
	position:relative;
	margin: 0 auto;
	width: 80%;
	max-width:80%;
	background:none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.dining2 > div{
	width: 40%;
	padding: 0 0 0 0;

}
.dining2 > div p{
	color:#fff;
}	

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



.uptext{
	text-align:center;
	margin-top:-170px;
	color:#fff;
}





@media screen and (max-width: 768px) {
.dining2 > div{
	width: 100%;
}
.dining2 > div p{
	color:#111;
}
.uptext{
	margin:0 auto;
	margin-top:10px;
	width:90%;
	text-align:center;

}}



.col_3{
	position:relative;
	margin: 0 auto;
	width: 100%;
	max-width:100%;
	background:#f9f9f9;
	margin: 0;
	padding: 0;
	margin-top:1px;
	display: flex;
	flex-wrap: wrap;
}
.col_3 > div{
	width: 33.33334%;
	padding: 0;
}


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


.col_4{
	position:relative;
	margin: 0 auto;
	width: 100%;
	max-width:100%;
	background: transparent;
	margin: 0;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}
.col_4 > div{
	width: 25%;
	padding: 20px;
}


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







.col6{
	position:relative;
	margin: 0 auto;
	width: 100%;
	max-width:100%;
	background:none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.col6 > div{
	width: 33%;
	padding: 0 8px 0 14px;
}
.col6 img{
	width:100%;
	height:auto;
}

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








.col_roomnavi{
　　	display: flex;
	justify-content: center;
	width: 80%;
	right:0;
	margin: 0 auto;
	text-align:center;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	text-align:right;
	margin-bottom:10px;
}
.col_roomnavi > div{
	width: 20%;
	padding: 0;
	font-size:13px;
	padding-top:10px;
	text-align:left;
	margin:20px;
}


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


@media screen and (max-width: 768px) {

.col_roomnavi{
		width: 100%;
}

.col_roomnavi > div{
		margin:4px;
		width: 26%;
		padding-top:4px;
}}




.col_onsen{
	position:relative;
	margin: 0 auto;
	width: 70%;
	max-width:100%;
	background:#none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.col_onsen > div{
	width: 33.33333%;
	padding: 0;
}
.col_onsen img{
	width:90%;
	height:auto;
}


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









.goto{
	position:relative;
	background:#999;
	margin: 0 auto;
	text-align:center;
	padding:10px;
}
@media screen and (max-width: 768px) {
.goto img{
	width: 60%;
}}




.inqs{
	position:absolute;
	position:fixed;
	bottom:0;
	right:152px;
	width:auto;
	height:auto;
	display:inline-block;
	padding:16px 12px;
	background: #ea940e;
	background: #f29f24;
	color:#fff;
	opacity: 0.99;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
	-ms-filter: "alpha(opacity=99)";
	border-radius:  0 0 1px 1px;
	-webkit-border-radius: 0 0 1px 1px; 
	-moz-border-radius:0 0 1px 1px; 
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:1.0em;
	font-weight:300;
	line-height:2.0;
	letter-spacing:3px;
	z-index: 99999;

}

.inqs a{
	color:#fff;
}



.inq{
	position:absolute;
	position:fixed;
	bottom:0;
	right:82px;
	width:auto;
	height:auto;
	display:inline-block;
	padding:16px 12px;
	background: #a17d38;
	background: #c6a05b;
	color:#fff;
	opacity: 0.99;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
	-ms-filter: "alpha(opacity=99)";
	border-radius:  0 0 1px 1px;
	-webkit-border-radius: 0 0 1px 1px; 
	-moz-border-radius:0 0 1px 1px; 
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:1.0em;
	font-weight:100;
	line-height:2.0;
	letter-spacing:3px;
	z-index: 99999;

}

.inq a{
	color:#fff;
}


@media screen and (max-width: 768px) {
.inq,.inqs{height:auto;line-height:.7;padding:12px 10px; font-size:.8em;}
.inqs{ left:0;right:auto;}
.inq{ left:146px;right:auto;}
}




.inqs2{
	position:absolute;
	position:fixed;
	bottom:0;
	right:152px;
	width:auto;
	height:auto;
	display:inline-block;
	padding:16px 12px;
	background: #ea940e;
	background: #f29f24;
	color:#fff;
	opacity: 0.99;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
	-ms-filter: "alpha(opacity=99)";
	border-radius:  0 0 1px 1px;
	-webkit-border-radius: 0 0 1px 1px; 
	-moz-border-radius:0 0 1px 1px; 
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:1.0em;
	font-weight:100;
	line-height:2.0;
	letter-spacing:3px;
	z-index: 99999;

}

.inqs2 a{
	color:#fff;
}



.inq2{
	position:absolute;
	position:fixed;
	bottom:0;
	right:0;
	width:auto;
	height:auto;
	display:inline-block;
	padding:16px 12px;
	background: #a17d38;
	background: #c6a05b;
	color:#fff;
	opacity: 0.99;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
	-ms-filter: "alpha(opacity=99)";
	border-radius:  0 0 1px 1px;
	-webkit-border-radius: 0 0 1px 1px; 
	-moz-border-radius:0 0 1px 1px; 
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:1.0em;
	font-weight:100;
	line-height:2.0;
	letter-spacing:3px;
	z-index: 99999;

}

.inq2 a{
	color:#fff;
}


@media screen and (max-width: 768px) {
.inq2,.inqs2{height:auto;line-height:.7;padding:12px 10px; font-size:.8em;}
.inqs2{ left:0;right:auto;}
.inq2{ left:146px;right:auto;}
}








#triangle::before {
    content: "";
    bottom: 0;
    left: 0;
    border-top: 4em solid transparent;
    border-left: 4em solid #333;
    position: absolute;
    position:fixed;
    z-index: 100;

}
#triangle::after {
    content: " ご予約 ";
    display: block;
    bottom: 5px;
    transform: rotate(45deg);
    color: #fff;
    font-size:.9em;
    font-weight: 300;
    left: 0px;
    position: absolute;
    position:fixed;
    z-index: 111;
    padding:8px;
}

#triangle:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.intro{
	margin: 0 auto;
	width:80%;
	text-align:left;
}

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




.introl{
	margin: 0 auto;
	width:80%;
	text-align:center;
}

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



.caption{
	font-size:2.0em;
	color:#111;
}


.imgcaption{
	font-size:2.0em;
	color:#fff;
}
@media screen and (max-width: 768px) {
.imgcaption{
	color:#111;
}}






.wall_tomonoura{
	position: relative;
	margin:0 auto;
	margin-top:0;
	text-align:center;
	width:100%;
	max-width:100%;
	height:auto;
	background-image: url(../images/tomonoura.png);
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 30px;
}
.wall_tomonoura p{
	color: #222;
}

@media screen and (max-width: 768px){
.wall-tomonoura {
	background-image: url(../images/tomonouras.png);
	height:auto;
}}


.layoutaccess {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width:100%;
}
.layoutaccess li{
	list-style:none;
	padding:0 5px;
	margin: 0;
	float: left;
	width: 50%;
	height:auto;
	box-sizing:border-box;
	display: block;
	text-align: center;
	border: 0px #fff solid;
	vertical-align:middle;
}

.layoutaccess li img{
	width:100%;
}

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



hr {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}






.copyright {
  letter-spacing: .1em;
  text-align: center;
  font-size: .8em;
  color: #777;
  text-shadow: 0 -1px 1px #ddd, 1px 1px 1px #fff;

}





.wmarks{
    position:absolute;
    margin:-30px -30px;
    width:150px;
    height: 130px;
    background: rgba(255,255,255, .8);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    text-align:center;
    padding:40px 10px;
}

@media screen and (max-width: 768px){
.wmarks{
	margin:-30px -30px;
	height:50px;
	font-size:.8em;
        padding:10px 10px;
}}
.womarks{
    position:absolute;
    margin:-30px -30px;
    width:150px;
    height: 130px;
    background: rgba(0,0,0, .8);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    text-align:center;
    padding:40px 10px;
    color:#eee;
}

@media screen and (max-width: 768px){
.womarks{
	margin:-30px -30px;
	height:50px;
	font-size:.8em;
        padding:10px 10px;
}}


.rights{
margin-right:80px;
}

@media screen and (max-width: 768px){
.rights{
margin-right:10px;
}}


.lefts{
margin-left:80px;
}

@media screen and (max-width: 768px){
.lefts{
margin-left:10px;
}}



.newroom{
	position:absolute;
	width:50%;
	left:0;
	margin-top: -300px;
	padding-bottom:100px;
}



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


.newroom img{
	width:90%;height:auto;
}


.specials{
    position:absolute;
    top:30px;
    left:0;
    right:20px;
    width:80%;
    height: auto;
    text-align:right;
    padding:40px 10px;
    z-index:9;
    color:#fff;
    font-size:1.8em;
}


.specials span{
	font-family: YuMincho, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3",  "Times New Roman", HGS明朝E, メイリオ, Meiryo, serif;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl; 
	text-align: justify;text-justify: inter-ideograph;

}



@media screen and (max-width: 768px){
.specials{
	margin:-30px -30px;
	height:50px;
	font-size:.8em;
        padding:10px 10px;
}}


















.chosei{
	height:330px;
}

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


#goto{
	position:absolute;
	top:950px;
	right:20px;
	display:inline-block;
	z-index:4;
}

@media screen and (max-width: 768px){
#goto{
	top:250px;
}

#goto img { width:70%;
}}



.wall_indexs{
	position: relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	height: auto;
	background-image: url(../img/commerce.png);
	background-repeat:no-repeat;
	background-size:cover;
	padding:290px 0 290px 0;
}
.wall_indexs p{
	font-size:1.1em;
	line-height:2.8;
	color: #fff;
	width:90%
}


@media screen and (max-width: 768px){
.wall_indexs{
	padding:120px 0 120px 0;
}
.wall_indexs p{
	padding: 0 0 0 10px;
	text-align:left;
	font-size:.9em;
}}


.heights200{
	height:200px;
}
@media screen and (max-width: 768px){
.heights200{
	height:100px;
}}


.heights150{
	height:150px;
}
@media screen and (max-width: 768px){
.heights150{
	height:75px;
}}




.heights100{
	height:100px;
}
@media screen and (max-width: 768px){
.heights100{
	height:50px;
}}


.heights50{
	height:50px;
}
@media screen and (max-width: 768px){
.heights50{
	height:25px;
}}


.heights30{
	height:30px;
}
@media screen and (max-width: 768px){
.heights30{
	height:15px;
}}

hr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}


#parent {
      width: 90%;
      font-size:.9em;
      height: auto;
      display: flex;
      justify-content: flex-end;
    }

    #child1 {
      width:40%;
      text-align:left;
    }
    #child2 {
      width:40%;
    }
    #child3 {
      width:10%;
    }

.btn-circle-fishy {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-size:.8em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(45deg, #999 0%, #666 100%);
  transition: .4s;
}

.btn-circle-fishy:hover {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.kamome{
	position:absolute;
	margin-top:-140px;
	text-allign:right;
	display:inline-block;
	right:10px;
	margin-bottom:50px;
	z-index:-1;
}



.ls{
	letter-spacing: 10px;
}






