@charset "UTF-8";
/* 2023_01 */

/* thanks */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
/* ol,ul {
	list-style: none;
}*/
ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

/* clearfix */
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}




img.pointer {
	cursor: pointer;
}




html {
	font-size: 11pt;
	line-height: 1.4rem;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	height: 100%;
}

body {
	background-size: 100%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	background-image: url('../img/fac_wall.png');
}

/*
.widthbg { background-color: #fff; }
@media screen and ( max-width: 767px ){
.widthbg { background-color: #efc; }
}
@media screen and ( max-width: 479px ){
.widthbg { background-color: #cef; }
}
*/

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

a:link    { color: #e3007f; font-weight: bold;  /* #039 */  }
a:visited { color: #01b901; /* #3c0 */ }
a:hover   { color: #01b901; /* #3c0 */ }








div#DOOR_L {
	width: 100%;
	position: fixed;
	transition: all 2000ms 0s ease;
	top: 0px;
	z-index: 30;
	height:100vh;
	background-position: center;
	background-image: url('../img/fac_door_l.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
div#DOOR_R {
	width: 100%;
	position: fixed;
	transition: all 2000ms 0s ease;
	top: 0px;
	z-index: 31;
	height:100vh;
	background-position: center;
	background-image: url('../img/fac_door_r.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
#DOOR_L.open {
	margin-left: -100%;
}
#DOOR_R.open {
	margin-left: 100%;
}






div#POP_MENU {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	height:100vh;
	z-index: 99;
	display: none;
	background-color: rgba(0,25,50,0.80);
	background-image: url('../img/fac_menu.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

div.pm_frame {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.pm_frame_l {
	width: 35%;
}
div.pm_frame_r {
	width: 35%;
}
.pm_item {
	width: 100%;
}
.pm_item img {
width: 100%;
}





div#FAC_CEILING {
	z-index: -1;
	width: 100%;
	position: fixed;
	top: 0px;
}
#FAC_CEILING img {
	width: 100%;
}
div.button_left {
	z-index: 15;
	width: 6%;
	position: fixed;
	left: 0px;
	top: 0px;
}
.button_left img {
	width: 100%;
}
div.button_right {
	z-index: 16;
	width: 6%;
	position: fixed;
	right: 0px;
	top: 0px;
}
.button_right img {
	width: 100%;
}
div.button_sanwadesign {
	z-index: 4;
	width: 35%;
	position: fixed;
	left: 0px;
	top: 0px;
}
.button_sanwadesign img {
	width: 100%;
}






div#FAC_FLOOR {
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../img/fac_floor.png');
	font-size: 0.7rem;
	text-align: center;
	line-height: 1rem;
}
#FAC_FLOOR img {
	width: 6%;
}
div#FOOTER {
	width: 80%;
	margin: 0px auto;
	text-align: center;
}
p.footer_title {
	font-weight: bold;
	font-size: 1.4rem;
	font-style: italic;
	margin-top: 20px;
}
p.footer_address {
	font-weight: normal;
	font-size: 0.8rem;
	margin: 20px 0px 20px 0px;
}






div#CONTENT {
	position: relative;
	z-index: 10;
	margin-top: 15%;
}

div.e1 {
	width: 1px;
	height: 100px;
}

div.e2 {
	width: 1px;
	height: 50px;
}

div.e3 {
	width: 1px;
	height: 30px;
}



div.pb {
	padding-bottom: 10px;
}
div.p1 {
	width: 88%;
	margin: 0px auto;
}
.p1 img {
	width: 100%;
}


div.c1 {
	width: 88%;
	margin: 0px auto;
}
.c1 img {
	width: 100%;
	cursor: default;
}


div.samples {
	width: 80%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
div.smp {
	width: 32%;
}
.smp img {
	width: 100%;
}
div.sml {
	width: 48%;
}
.sml img {
	width: 100%;
}
div.stampshop {
	width: 24%;
}
.stampshop img {
	width: 80%;
	margin: 0px auto;
}

div.sms {
	width: 19%;
}
.sms img {
	width: 100%;
}




div.f1 {
	width: 70%;
	margin: 0px auto;
	border: 2px solid #879ca7;
	background-color: #d5dde1;
	font-size: 1.0rem;
	border-radius: 10px;
}
div.f2 {
	margin: 25px;
	font-size: 1.0rem;
	line-height: 2.2rem;
}

.f2 select {
	width: 100%;
}

.f2 input[type="text"] {
	width: 100%;
	line-height: 2.0rem;
}
.f2 textarea {
	width: 100%;
}

.f2 hr {
	border-top: 2px dashed #879ca7;
	border-bottom: none;
}


.f2 input[type="submit"], input[type="reset"] {
	padding: 5px;
	width: 40%;
	font-size: 1.0rem;
}

div.f3 {
	width: 70%;
	margin: 0px auto;
/*	border: 2px solid #a5cdb4;
	background-color: #d7f3e2;*/
	border: 2px solid #879ca7;
	background-color: #d5dde1;
/*	background-color: #fff; */
	font-size: 1.0rem;
	border-radius: 10px;
}
div.f4 {
	margin: 25px;
	font-size: 1.0rem;
	line-height: 2.2rem;
}
.f4 input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 5px;
	width: 40%;
	font-size: 1.0rem;
}

div.form_name {
}
div.form_value {
	border: 1px solid #fff;
	background-color: #fff;
	margin: 10px;
	width: 95%;
}


.f4 h3 {
	font-weight: bold;
}
.f4 hr {
	border-top: 2px dashed #879ca7;
	border-bottom: none;
}













div.ptxt {
	width: 70%;
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin: 0px auto;
}

div.contbt {
	z-index: 101;
	width: 30%;
	margin: 20px auto;
	background-image: url('../img/cont_wall.png');
	background-repeat: no-repeat;
	background-size: 100%;
	line-height: 0px;
}
.contbt img {
	width: 100%;
}

div.prof {
width: 60%;
margin: 0px auto;

}
.prof table {
width: 100%;
}
.prof td {
line-height: 2.0rem;
border-bottom: 1px solid #aaa;
padding: 10px;
}
.prof img {
	width: 100%;
}






div.xxp1 {
	width: 100%;
}
.xxp1 img {
	width: 100%;
}

