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

　白ゆり支援.com SP用CSS
　URL:https://

-----------------------------------------------------*/
/* BlueGreen */
/* Dark BlueGreen */
/* Right BlueGreen */
/* Pale BlueGreen */
/* Orange */
/* Pink for text */
/* Pink for txtbg */
/* #########################

	共通設定

######################### */
a {
  color: #000;
}
a:active {
  color: #2aadcb;
}

.sphidden {
  display: none;
}

sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.w100img {
  width: 100%;
}

/* #########################

	Header

######################### */
#top-header {
  width: 100vw;
  height: 101vw;
  overflow: hidden;
  background: #fff url("../img/bg_header_bg2025@2x.png") center top repeat-x;
  background-size: 251vw 101vw;
  position: relative;
  text-align: center;
}
#top-header #top-mainimage {
  width: 100vw;
  height: 101vw;
  background: transparent url(../img/img_mainimage2025@2x.png) center top no-repeat;
  background-size: 100vw 101vw;
  margin: 0 auto;
  padding: 0;
}
#top-header p {
  display: none;
}

.slidearea {
  width: 100%;
  position: absolute;
}
.slidearea .sp-slides {
  list-style: none;
  margin: 0 !important;
}
.slidearea .sp-slides li {
  margin: 0;
  position: absolute;
}
.slidearea .sp-slides li img {
  vertical-align: top;
}

#secondary-header {
  width: 100%;
  height: 50px;
  background: #fff url("../img/bg_2ndheader_bg2025.png") center top repeat-x;
  background-size: 2400px 160px;
  padding: 5px 0px 15px 0px;
}

header {
  background: #fff none;
  position: relative;
  z-index: 1000;
}
header #slideshowcover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header #slideshowcover img {
  width: 100%;
}
header h1 {
  width: 80%;
  max-width: 200px;
  display: block;
  margin: 5px 0 0 0;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 10px;
}
header h1 img {
  width: 100%;
}
header h1 a:active img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

#header-nav {
  position: absolute;
  top: 0;
  right: 0;
}

/* ##### Navigation ##### */
#navToggle {
  background: #2aadcb none;
  width: 20px;
  height: 20px;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 15;
}

#navToggle div {
  position: relative;
}

#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 2px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 0px;
}

#navToggle span:nth-child(2) {
  top: 8px;
}

#navToggle span:nth-child(3) {
  top: 16px;
}

header nav#globalnav {
  position: absolute;
  right: 10px;
  top: -370px;
  background: #eff8f8;
  color: #000;
  width: 300px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-align: left;
  z-index: 12;
}

header nav#globalnav ul {
  list-style: none;
  margin: 0;
}

header nav#globalnav ul li {
  display: block;
  margin: 0;
  border-bottom: solid 1px #2aadcb;
  line-height: 3;
}

header nav#globalnav ul li a {
  display: block;
  color: #000;
  padding: 0 15px;
  text-decoration: none;
}
header nav#globalnav ul li a:active {
  background: #2aadcb none;
  color: #fff;
}
header nav#globalnav ul li a.active {
  background: #a6d6e0 none;
  color: #000;
  font-weight: bold;
}

header nav#globalnav ul li::after {
  content: "";
}

header nav#globalnav ul li:last-child {
  border-bottom: none;
}

#navToggle {
  display: block;
}

.openNav #navToggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.openNav nav#globalnav {
  -moz-transform: translateY(450px);
  -webkit-transform: translateY(450px);
  transform: translateY(450px);
}

/* #########################

	Contents

######################### */
/* ##### Contents ##### */
#top-contents {
  width: 100%;
}
#top-contents article {
  margin: 0px auto;
  padding: 0px 0px;
}
#top-contents article div {
  margin: 0px auto 0px auto;
}

#contents {
  background: #fcf8ee none;
  margin: 0px auto;
  padding: 50px 10px;
}
#contents .cont-inner {
  background: #fff none;
  margin: 0 auto 50px auto;
  padding: 50px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#contents .cont-inner section:first-child h2 {
  margin-top: 50px;
}

/* ##### Head ##### */
h2 {
  font-size: 23px;
  text-align: center;
  margin: 100px auto 50px auto;
}
h2 span {
  background: linear-gradient(transparent 75%, #fff799 75%);
  padding: 0px 5px;
}

h3 {
  font-size: 20px;
  letter-spacing: 0.2rem;
  line-height: 2rem;
  margin: 80px 0px 30px 0px;
  padding: 5px 0px 5px 10px;
  border-left: 7px solid #2aadcb;
}

h4 {
  color: #f7931e;
  font-size: 18px;
  padding: 5px 5px;
  margin: 30px 0px 20px 0px;
  border-bottom: 1px solid #f7931e;
}

h5 {
  color: #208094;
  font-size: 17px;
  margin: 20px 0px 10px 0px;
}
h5:before {
  content: "●";
  margin-right: 5px;
}

h6 {
  font-size: 16px;
  line-height: 140%;
  margin: 20px 0px 10px 26px;
}
h6:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: #2aadcb;
  margin: 0px 8px 0px -26px;
}

/* ##### Element ##### */
ul {
  margin: 5px 0px 5px 1.5em;
}
ul li {
  margin-bottom: 3px;
}

ol {
  margin: 5px 0px 5px 2em;
}
ol li {
  margin-bottom: 3px;
}

table {
  margin: 5px 0px;
  border-collapse: collapse;
  border-top: 1px solid #a6d6e0;
}
table th {
  display: block;
  padding: 3px 5px;
  background: #eff8f8;
}
table td {
  display: block;
  padding: 3px 0px;
  border-bottom: 1px solid #a6d6e0;
}

/* ##### Btn ##### */
.btn-nml {
  text-align: center;
  padding: 50px 10px;
}
.btn-nml a {
  display: block;
  background: #a6d6e0 none;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 30px 10px 30px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-nml a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

#backbtn {
  margin: 50px auto 20px auto;
  text-align: center;
}
#backbtn a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 30px 10px 30px;
  margin-bottom: 5px;
  border: 1px solid #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#backbtn a:active {
  background-color: #eff8f8;
  color: #000;
}

/* ##### Page Nation ##### */
.pageNav {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 50px auto;
}
.pageNav a {
  background: #a6d6e0;
  border: 1px solid #a6d6e0;
  color: #000;
  text-decoration: none;
}
.pageNav a:active {
  background: #2aadcb;
  color: #fff;
  border: 1px solid #2aadcb;
}

.pageNav a,
.pageNav span {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  padding: 14px 17px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.pageNav .current {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.pageNav .invalid {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}

.pageNav .page {
  display: none;
}

/* ##### Side Menu ##### */
#sidemenu {
  display: none;
}

/* #########################

	Footer

######################### */
footer {
  background: #fff url("../img/bg_footer_bg.png") center bottom repeat-x;
  font-size: 14px;
  line-height: 140%;
  border-top: 10px solid #d5bc90;
  text-align: center;
}
footer address {
  font-style: normal;
  margin: 30px auto 130px auto;
}
footer address p {
  color: #000;
  text-align: center;
  line-height: 200%;
  padding: 0px 20px 0px 0px;
  vertical-align: middle;
}
footer #copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0px;
  margin: 0px;
  padding: 5px 0px;
}
footer #copyright span {
  display: none;
}

#btn-pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 500;
}
#btn-pagetop a {
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
#btn-pagetop a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}
#btn-pagetop a img {
  width: 60px;
  height: 60px;
}

/* #########################

	Toppage

######################### */
#top-logo p.img {
  text-align: center;
}
#top-logo p.txt a:active img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
#top-logo ul {
  list-style: none;
  margin: 0px;
  text-align: center;
}
#top-logo ul li {
  margin: 5px 0px;
}

.top-page-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
}
.top-page-nav.flex-sb {
  justify-content: center;
}
.top-page-nav.flex-ct {
  justify-content: center;
}
.top-page-nav a {
  display: block;
  width: 210px; /*210px*/
  background: #fff none;
  text-decoration: none;
  margin: 0px 6px 15px 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  overflow: hidden;
}
.top-page-nav a span {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 150%;
  margin: 0px;
}
.top-page-nav a span:last-child {
  background: transparent url("../img/icon_tri_or.png") right center no-repeat;
  padding: 10px 15px 15px 10px;
}
.top-page-nav a span strong {
  font-size: 16px;
}
.top-page-nav a:active img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

#bannerarea {
  width: 100%;
  margin: 30px auto 0px auto;
}
#bannerarea ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#bannerarea ul li {
  width: 260px;
  margin: 0 10px 20px 10px;
  padding: 0px;
}
#bannerarea ul li a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* ##### Information ##### */
#info-list {
  list-style: none;
  margin: 50px 0px 0px 0px;
  padding-bottom: 50px;
  border-top: 1px solid #ccc;
}
#info-list li {
  border-bottom: 1px solid #ccc;
  margin: 0px;
}
#info-list li a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 10px 5px 15px 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#info-list li a span {
  display: block;
  text-align: justify;
  padding: 0px 0px;
}
#info-list li a span img {
  vertical-align: middle;
  margin-left: 5px;
}
#info-list li a:active {
  background: #eff8f8 none;
  color: #000;
}

/* ##### Banner ##### */
#banner-area #insta-area {
  text-align: center;
  margin: 30px auto;
}
#banner-area #insta-area h3 {
  color: #000;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 140%;
  margin: 20px 0px 20px 0px;
}
#banner-area ul {
  list-style: none;
  margin: 100px 0px;
  text-align: center;
}
#banner-area li {
  display: inline-block;
  width: 280px;
  height: 80px;
  margin: 0px 10px;
}

/* =========================== Secondary =========================== */
.w100img {
  width: 100%;
  max-width: 880px;
}

.photo-3clm {
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /*flex-start,center,space-between*/
}
.photo-3clm li {
  width: 270px;
  padding: 0px;
  margin: 0 5px 10px 5px;
}

.imglink:active img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

.blockquote-bg {
  background: #eff8f8;
  padding: 30px;
}

/* #########################

	Information

######################### */
h3#info-title {
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  margin: 20px 0px 10px 0px;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #eee;
}

#info-date {
  font-size: 14px;
  text-align: right;
  margin: 10px 0 30px 0;
  padding: 5px 0px;
}

#info-text {
  padding: 30px 0px 50px 0px;
  margin: 0px;
  border-bottom: 1px solid #eee;
}

/* 2021.01追加 予約状況 */
#info-text table {
  border: 1px solid #000;
}
#info-text table tr:first-child {
  font-size: 15px;
}
#info-text table th {
  display: table-cell;
  text-align: center;
  line-height: 130%;
  padding: 10px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
#info-text table td {
  display: table-cell;
  background: #fff;
  text-align: center;
  line-height: 130%;
  white-space: normal;
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

/*
#info-text {
	& table.reserve-tb01 {
		border: 1px solid #000;
		border-bottom: 0px none;
		& tr {
			width: 100%;
			&:first-child {
				display: none;
			}
		}
		& th {
			display: block;
			text-align: center;
			padding: 15px 20px;
			border-bottom: 1px solid #000;
			border-right: 0px none;
		}
		& td {
			display: block;
			text-align: center;
			padding: 10px 20px;
			border-bottom: 1px solid #000;
			border-right: 0px none;
			&:before {
				content: attr(data-label);
				float: left;
				margin-right: 10px;
			}
		}
	}
}
*/
/* 追加ここまで */
/* ##### File Upload ##### */
#contents ul#fileupload {
  list-style: none;
  margin: 0px;
}
#contents ul#fileupload li {
  margin: 0px;
  border-bottom: 1px solid #eee;
}
#contents ul#fileupload li a {
  display: block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  line-height: 130%;
  padding: 20px 10px;
}
#contents ul#fileupload li a img {
  margin-right: 5px;
  vertical-align: middle;
}
#contents ul#fileupload li a:active {
  background: #eff8f8 none;
}

/* ##### Photo Area ##### */
#contents #photo-thumb {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 30px 0px;
  border-bottom: 1px solid #eee;
}
#contents #photo-thumb li {
  min-width: 270px;
  margin: 0 auto 15px auto;
  vertical-align: top;
}
#contents #photo-thumb li a {
  display: block;
  min-width: 270px;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 140%;
  text-align: left;
}
#contents #photo-thumb li a span {
  display: block;
  margin: 7px 0px;
}
#contents #photo-thumb li a span:first-child {
  text-align: center;
}
#contents #photo-thumb li a span img {
  max-width: 270px;
  max-height: 270px;
}
#contents #photo-thumb li a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* #########################

	Support

######################### */
#support-page-nav ul {
  list-style: none;
  margin: 50px auto;
  text-align: center;
}
#support-page-nav ul li {
  margin: 0px;
  padding: 0px;
}
#support-page-nav ul li:first-child a {
  border-top-left-radius: 10px; /* 左上 */
  border-top-right-radius: 10px; /* 右上 */
  -webkit-border-top-left-radius: 10px; /* 左上 */
  -webkit-border-top-right-radius: 10px; /* 右上 */
  -moz-border-radius-topleft: 10px; /* 左上 */
  -moz-border-radius-topright: 10px; /* 右上 */
}
#support-page-nav ul li:last-child a {
  border-bottom-left-radius: 10px; /* 左下 */
  border-bottom-right-radius: 10px; /* 右下 */
  -webkit-border-bottom-left-radius: 10px; /* 左下 */
  -webkit-border-bottom-right-radius: 10px; /* 右下 */
  -moz-border-radius-bottomleft: 10px; /* 左下 */
  -moz-border-radius-bottomright: 10px; /* 右下 */
}
#support-page-nav ul li a {
  display: block;
  background: #a6d6e0 url("../img/icon_arrow_bl.png") right center no-repeat;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 5px 30px;
  position: relative;
}
#support-page-nav ul li a:active {
  background: #2aadcb;
  color: #fff;
}
#support-page-nav ul li a.active {
  background: #2aadcb;
  color: #fff;
}

.border-article {
  border-top: 2px solid #2aadcb;
  margin-top: 50px;
}

/* #########################

	Usage

######################### */
#usage-list {
  list-style: none;
  margin: 0px;
}
#usage-list li {
  background: #eff8f8 none;
  min-height: 123px; /* 163px */
  border: 2px solid #2aadcb;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#usage-list li h4 {
  color: #2aadcb;
  font-size: 21px;
  margin: 0px;
  padding: 0px;
  border-bottom: 0px none;
}
#usage-list li h4 span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #2aadcb;
  color: #fff;
  font-size: 27px;
  line-height: 1.5em;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#usage-list li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2aadcb;
}
#usage-list li:last-child:before {
  border: 0px none;
}
#usage-list li .usage-list-img {
  display: block;
  width: 173px;
  margin: 10px auto;
}
#usage-list li table {
  margin: 10px 0px;
  border-collapse: separate;
  border-spacing: 5px;
  border: 0px none;
}
#usage-list li table th {
  display: block;
  background: #2aadcb;
  color: #fff;
  padding: 3px 5px;
  border: 0px none;
}
#usage-list li table td {
  display: block;
  padding: 3px 0px;
  border: 0px none;
}

/* #########################

	Staff

######################### */
.staff-list span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  margin-left: 5px;
  padding: 4px 8px;
}
.staff-list span.staff-baby {
  background: #ff99a4;
  color: #fff;
}
.staff-list span.staff-m2m {
  background: #2aabc9;
  color: #fff;
}
.staff-list span.staff-muscat {
  background: #8ac43f;
  color: #fff;
}
.staff-list span.staff-lemon {
  background: #faec21;
  color: #9f9a00;
}
.staff-list span.staff-keep {
  background: #c49a6d;
  color: #fff;
}
.staff-list span.staff-clerk {
  background: #9c78b6;
  color: #fff;
}
.staff-list span.staff-sora {
  background: #b6e1ed;
  color: #2e6390;
}
.staff-list span.staff-niji {
  background: #f5911e;
  color: #fff;
}
.staff-list span.staff-kzoukei {
  background: #d34041;
  color: #fff;
}

/* #########################

	Facility

######################### */
#facility-link {
  list-style: none;
  margin: 50px auto 0px auto;
  text-align: center;
}
#facility-link li {
  margin-bottom: 5px;
}

h2#facility-title {
  margin: 30px auto 30px auto !important;
}
h2#facility-title:before {
  display: none;
}
h2#facility-title:after {
  display: none;
}

#facility-img img {
  width: 100%;
  max-width: 880px;
}

#accessmapframe {
  width: 100%;
  max-width: 880px;
  height: 400px;
  border: 0px none;
}

#parkingimg {
  width: 100%;
  max-width: 733px;
}

/* #########################

	Keep

######################### */
.keep-regi {
  display: inline-block;
  background: #f2bbb5;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 100%;
  padding: 4px 15px;
}

/* #########################

	Inquiry Form

######################### */
.hissu {
  color: #f00;
  margin-left: 5px;
}

#inquiryform {
  margin-top: 20px;
  padding-top: 30px;
}
#inquiryform p {
  text-align: center;
  margin: 30px auto 0px auto;
}

dl#inquiry-item, dl#inquiry-item-check {
  width: 100%;
  margin: 20px auto;
  border-top: 1px solid #a6d6e0;
}

dl#inquiry-item dt, dl#inquiry-item-check dt {
  background: #eff8f8;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 10px 0px 10px 0px;
}

dl#inquiry-item dd {
  text-align: center;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #a6d6e0;
}

dl#inquiry-item-check dd {
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
dl#inquiry-item-check dd:last-child {
  border: 0px none;
}

dl#inquiry-item dd img, dl#inquiry-item-check dd img {
  vertical-align: middle;
  margin-left: 5px;
}

dl#inquiry-item-check dd {
  font-weight: bold;
}

dl#inquiry-item dd span {
  display: block;
  padding: 10px;
}

#inquiryform input, #inquiryform textarea, #inquiryform select {
  border: 1px solid #ccc;
  padding: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
  font-size: 14px;
}

#inquiryform input[type=text], #inquiryform input[type=email], #inquiryform input[type=file] {
  width: 90%;
}

#inquiryform textarea {
  width: 90%;
  height: 10em;
}

#inquiryform input[type=text]:focus, #inquiryform input[type=email]:focus, #inquiryform textarea:focus {
  background-color: #fff;
  border: 1px solid #000;
}

#inquiryform p {
  width: 90%;
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 2px;
  margin: 0px auto;
}
#inquiryform p::before {
  position: absolute;
  top: 1.2em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
#inquiryform p select {
  width: 100%;
  background: #fff none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 50px 10px 30px;
  cursor: pointer;
}
#inquiryform p select select::-ms-expand {
  display: none;
}

#inquiryform input[type=submit] {
  width: 100%;
  background-color: #a6d6e0;
  font-size: 14px;
  border: 1px solid #a6d6e0;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#inquiryform input[type=submit]:active {
  background-color: #2aadcb;
  border: 1px solid #2aadcb;
}

.mikinyu {
  display: block;
  color: #999;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}

dl#inquiry-item-check dd img {
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #ccc;
}

#formbackbtn {
  width: 100%;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}

#formbackbtn:hover {
  border: 1px solid #000;
  color: #000;
}

/* #########################

	Sitemap

######################### */
#sitemap-list li {
  font-weight: bold;
  margin-bottom: 20px;
}
#sitemap-list li a {
  color: #f7931e;
  text-decoration: none;
}
#sitemap-list li a:after {
  content: url("../sitemap/img/icon_tri_or.png");
  margin-left: 5px;
}
#sitemap-list li a:active {
  text-decoration: underline;
}
#sitemap-list li ul {
  list-style: none;
}
#sitemap-list li ul li {
  margin: 0px;
}