
/* views */
.spView {
    display: none !important;
  }
  @media only screen and (max-width:768px) {
    .spView {
      display: block !important;
    }
    .pcView {
      display: none !important;
    }
  }
html {
    height: auto;
}

.central {
    margin-top: 40px;
}

#w_sub_style a.btn1 {
    margin-top: 20px;
    width: 60%;
    margin: 20px auto;
    padding: 0.5rem 10px;
}
#w_sub_style a.btn1:after {
	line-height: 38px;
}
@media only screen and (max-width:768px) {
    .central {
        margin-top: 60px;
    }
    
    .btn1 {
        margin-top: 20px;
    }
}

#content {
	background: #492a18;
}

/* -----------------------------------------------------------

.headlineImg

--------------------------------------------------------- */
/* guide */
.headlineImgAbout {
	background: url(../images/headline1.jpg) bottom right no-repeat;
	background-size: cover; /* background: #fff; */
}


/* -----------------------------------------------------------

#header .navArea ul.navi

----------------------------------------------------------- */
/* #header .navArea ul.navi a.p_about:before { background: #ddd; }
#header .navArea ul.navi a.p_about:hover:before { background: transparent; } */
.headlineImgPhotography {
	background: url(../images/staff/t.jpg) center center no-repeat;
	background-size: cover;
}
.headlineImgPhotography_plan01 {
	background: url(../images/photography/h_dress.jpg) bottom center no-repeat;
	background-size: cover;
}
.headlineImgPhotography_plan02 {
	background: url(../images/photography/h_dress.jpg) bottom center no-repeat;
	background-size: cover;
}
/* -------------------------------- 

Primary style

-------------------------------- */
table.tab01 {
	width: 95%;
	font-size: 1.0rem;
	border-collapse: separate;
	border-spacing: 0px 1px;
	margin: 2%;
	padding: 0 3%;
}
table.tab01 img {
	margin: 0;
}
table.tab01 th {
	font-weight: 500;
	padding: 8px 0;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #999 1px solid;
	/*border-bottom: #999 1px solid;
    color: #fff;*/
}
table.tab01 td {
	padding: 8px 2%;
	text-align: left;
	border-bottom: #09437c 2px solid;
}
table.tab01 td.r1 {
	width: 20%;
	text-align: left;
}
table.tab01 td.r2 {
	width: 75%;
	text-align: left;
}
.main_lead {
	text-align: center;
	font-size: 28px;
	color: #fff;
}
.under {
	background: linear-gradient(transparent 80%, rgba(255, 235, 59, .7) 10%);
}
.main_text {
	margin-top: 16px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
@media only screen and (max-width:768px) {
    .main_lead {
        font-size: 24px;
    }
}

#w_sub_style .cf {
	margin: 20px auto;
	/* border-bottom: 1px #fff solid; */
}
h3 {
	/* background: #fde6e6; */
	color: #fff !important;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.7;
	z-index: 10;
	padding: 1% 0;
	/* width: 100%; */
	font-weight: 600;
	border-bottom: solid 2px #ddd;
}
caption {
	color: #fff;
	background: #825e4c;
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	margin: 0 atuo;
}
.list {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.index {
	display: inline-block;
	background: #ddd;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 50px;
}
.index a:hover {
	background: rgba(238, 238, 238, 0.8);
}
.mt50 {
	margin-top: 50px;
}
.button {
	width: 200px;
	padding: 0 5px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background: #f39832;
	/* border: #efb55a 1px solid; */
	border-radius: 5px 5px;
	color: #fff;
	margin: 10px;
}
.fas {
	margin: 8px 5px 0 20px;
}
p {
	margin-top: 5px;
}

@media only screen and (max-width:768px) {
	#page h3 {
		margin-top: 60px;
}
}

/* -----------------------------------------------------------


#w_sub_style

----------------------------------------------------------- */
#w_sub_style {
	padding: 15px 5%;
	position: relative;
	z-index: 1;
	margin-top: 100px;
}
@media only screen and (max-width: 800px) {
	#w_sub_style {
		padding: 20px 5%;
		margin-top: 40px;
	}
}
}
@media only screen and (max-width: 738px) {
	#w_sub_style {
		padding: 10px 5%;
	}
}
@media only screen and (max-width: 414px) {
	#w_sub_style {
		padding: 10px 5%;
	}
}
/* .imgArea */
#w_sub_style .imgArea {
	float: left;
	width: 55%;
	padding: 2%;
}
#w_sub_style .imgArea img {
	padding: 2%;
}
#w_sub_style .imgArea .inner {
	position: relative;
	z-index: 2;
}
#w_sub_style .imgArea .inner:before {
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0px;
	right: 0;
	content: "";
	border: #1f1b19 1px dotted;
	background: #fefefe;
	z-index: -2;
}
#w_sub_style .imgArea .inner:after {
	position: absolute;
	top: 15px;
	right: 15px;
	left: 15px;
	bottom: 15px;
	content: "";
	border: #ffffff 1px dotted;
	z-index: 1;
}
/* .txtArea */
#w_sub_style .txtArea {
	float: right;
	width: 45%;
	padding: 2%;
}
#w_sub_style .txtArea .map_img {
	width: 90%;
	/* max-width: 500px; */
	margin: auto;
}
/* ======== table.tableOther ======== */
table.company {
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2;
	width: 100%;
}
table.company tbody {
    margin-top: 10px;
    display: block;
}
table.company tr {
	display: block;
}
table.company th {
	display: block;
	width: 100%;
	padding: 5px 5px 0 5px;
	vertical-align: 0;
}
table.company th.mt {
	margin-top: 10px;
}
table.company td {
	display: block;
	width: 100%;
	padding: 0 5px 5px 20px;
	vertical-align: 0;
	border-bottom: #825e4c 1px solid;
}
table.company td .linkArea {
	display: block;
	margin-top: 10px;
	text-align: left;
}
table.company td .linkArea a.btn {
	margin: 0;
}
/* --- #map_canvas --- */
#map_canvas {
	width: 100%;
	margin-top: 70px;
	height: 400px;
	position: relative;
	z-index: 1;
	border: #ededed 1px solid;
}
@media only screen and (max-width: 950px) {
	table.company th { /* width:30%; */ /* padding:20px; */
	}
	table.company td {
		/* padding: 20px; */
	}
}
@media only screen and (max-width: 738px) {
    table.company tbody {
        margin-top: 0px;
    }
	#w_sub_style .imgArea {
		float: none;
		width: 100%;
	}
	#w_sub_style .txtArea {
		float: none;
		width: 100%;
	}
	/*	#map_canvas { display:none; }*/
}
@media only screen and (max-width: 414px) {
	table.company th {
		/* width: 100%; */
		/* padding: 15px; */
		/* font-size: 15px; */
		/* font-weight: 600; */
		/* padding-bottom: 0; */
	}
	table.company td {
		/* padding: 15px; */
	}
}
/* -----------------------------------------------------------


#w_about_volunteer

----------------------------------------------------------- */
#w_about_volunteer {
	padding: 90px 5%;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 800px) {
	#w_about_volunteery {
		padding: 80px 5%;
	}
}
@media only screen and (max-width: 738px) {
	#w_about_volunteer {
		padding: 70px 5%;
	}
}
@media only screen and (max-width: 414px) {
	#w_about_volunteer {
		padding: 60px 5%;
	}
}
/* .imgArea */
#w_about_volunteer .imgArea {
	float: left;
	width: 50%;
}
#w_about_volunteer .imgArea .inner {
	position: relative;
	z-index: 2;
}
#w_about_volunteer .imgArea .inner:before {
	position: absolute;
	top: 7px;
	left: 0;
	bottom: 7px;
	right: 0;
	content: "";
	border: #ddd 1px solid;
	background: #fefefe;
	z-index: -2;
}
#w_about_volunteer .imgArea .inner:after {
	position: absolute;
	top: 0;
	left: 7px;
	bottom: 0;
	right: 7px;
	content: "";
	border: #ddd 1px dotted;
	z-index: -2;
}
/* .txtArea */
#w_about_volunteer .txtArea {
	float: right;
	width: 48%;
}
#w_about_volunteer .txtArea h2 {
	color: #999;
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px
}
#w_about_volunteer .txtArea p {
	font-size: 16px;
	border-radius: 5px;
	border: solid 1px #999;
	padding: 10px;
	margin-top: 20px;
}
.txt_c {
	text-align: center;
}
#w_sub_style a {
	width: auto;
	display: block;
}
/* #w_sub_style a:hover{
background: rgba(31, 27, 25,.7);

} */
@media only screen and (max-width: 950px) {
	table.volunteer th {
		width: 30%;
		padding: 20px;
	}
	table.volunteer td {
		padding: 20px;
	}
}
@media only screen and (max-width: 800px) {
	table.volunteer {
		font-size: 13px;
	}
}
@media only screen and (max-width: 738px) {
	#w_about_volunteer .imgArea {
		float: none;
		width: 100%;
	}
	#w_about_volunteer .txtArea {
		float: none;
		width: 100%;
		margin-top: 25px;
	}
	table.volunteer {
		font-size: 12px;
	}
	/* #map_canvas { display:none; }*/
}
@media only screen and (max-width: 414px) {
	table.volunteer th {
		width: 30%;
		padding: 15px;
	}
	table.volunteer td {
		padding: 15px;
	}
}
/* -----------------------------------------------------------

access_map

----------------------------------------------------------- */
.access_map {
	padding: 10px;
	margin: 30px 0;
	/*background: #1a1a1a;*/
	/*	background: #fff url(../images/site_bcg04.png);
    color:#fff;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
	background: #f7f7f7;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2), 0 -1px 0 #f2f2f2;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2), 0 -1px 0 #f2f2f2;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2), 0 -1px 0 #f2f2f2;
}

.info_area {
	margin-top: 80px;
	padding-bottom: 80px;
}
.info_lead {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.info_area .btn1 {
	max-width: 400px;
	margin-inline: auto;
}

@media only screen and (max-width:768px) {
	.info_area {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.info_lead {
		font-size: 16px;
	}
}