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

   object
         - index
         - yado
									- news
									- about
									- sight
									- contact
									- privacy


--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------*/
.sp-buttons {
	padding-bottom: 6px;
}

.sp-button {
	width: 18px;
	height: 18px;
	border: none;
	background-color: #CCC;
	margin-bottom: 4px;
}

.sp-selected-button {
	width: 26px;
	height: 26px;
	margin-bottom: 0;
	border: none;
	background: url(../image/momo.png) no-repeat transparent 0 0;
	background-size: 26px;
}

.sp-slide .sub {
	position: absolute;
	opacity: 0;
	left: 30px;
	bottom: -50px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	display: inline-block;
	background-color: #FFF;
	color: #000;
}

.sp-selected .sub {
	opacity: 1;
	bottom: 10px;
	padding: 8px 20px;
	font-size: 20px;
}

.mess-top {
  padding: 100px 0 164px 0;
  background: url(../image/top/bg-mess-top.jpg) no-repeat center center;
  background-size: cover;
}
.mess-top .l-container3 {
  position: relative;
		display: flex;
		justify-content: right;
}
.mess-top__info {
  color: #4d4d4d;
		-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	order: 1;
}
.text-combine {
	-webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.mess-top__info p {
  margin: 30px 0 0 40px;
  font-size: 18px;
  line-height: 1.6;
}
.mess-top .p-heading {
  font-size: 40px;
  color: #4d4d4d;
  line-height: 1.4;
  margin: 0 20px 0 40px;
  padding-right: 75px;
  text-align: left;
		-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
		order: 2;
		letter-spacing: 0.05em;
}
.mess-top .p-heading span {
  position: absolute;
  right: 0;
  display: block;
  writing-mode: initial;
}
.mess-top .p-heading::after {
  position: static;
}

.accommodation-top {
  padding: 70px 0 25px 0;
  background: #ffe1d9 url(../image/top/bg-accommodation-top.png) no-repeat center bottom 300px;
  background-size: cover;
}
.accommodation-top__info {
  margin-top: 60px;
}
.accommodation-top__info-row1 {
  justify-content: center;
}
.accommodation-top__info-row2 {
  justify-content: space-between;
  margin-top: 20px;
}
.accommodation-top__item {
  text-align: left;
  border: 1px solid #4e4e4e;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 500;
}
.accommodation-top__item--1 {
  width: 50%;
}
.accommodation-top__item--2 {
  width: 49%;
}
.accommodation-top__item-photo {
  width: 34%;
}
.accommodation-top__item-photo img {
  width: 100%;
}
.accommodation-top__item-text {
  width: 66%;
  text-align: center;
  padding: 20px 0 5px 0;
}
.accommodation-top__item-title {
  border-left: 5px solid #85c5e4;
		width: 170px;
  padding: 6px 0 ;
  display: inline-block;
  background: url(../image/icon-next-link.png) no-repeat center right;
		background-size: 17px;
}
.accommodation-top__item-title--pink {
  border-left: 5px solid #f7a89e;
}
.accommodation-top__item-title--green {
  border-left: 5px solid #afd6a1;
}
.accommodation-top__item-list-text {
  margin-top: 20px;
}
.accommodation-top__item-list-text li {
  margin: 0 7px;
  min-width: 80px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
.accommodation-top__item-list-text--pink li a {
  background-color: #f7a89e;
  border-radius: 25px;
 padding: 5px 0;
		border: 2px solid #f7a89e;
}
.accommodation-top__item-list-text--pink li a:hover {
	background-color: #FFF;
	color: #f7a89e;
}

.accommodation-top__item-list-text--green li a {
  background-color: #afd6a1;
  border-radius: 25px;
		border: 2px solid #afd6a1;
 padding: 5px 0;
}
.accommodation-top__item-list-text--green li a:hover {
	background-color: #FFF;
	color: #afd6a1;
}

.accommodation-top__item-list-text a {
	color: #FFF;
 padding: 5px 0;
  background-color: #85c5e4;
  border-radius: 25px;
		border: 2px solid #85c5e4;
}
.accommodation-top__item-list-text a:hover {
	background-color: #FFF;
	color: #85c5e4;
}

.accommodation-top__map {
  margin-top: 50px;
}

.info-top {
  padding: 113px 0 114px 0;
  background: url(../image/top/bg-info-top.png) no-repeat center top, url(../image/top/bg-bottom-top.jpg) repeat;
  background-size: 100% auto, auto auto;
}
.info-top__list.u-flex {
  margin-top: 70px;
		display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
		align-items: start;
}
.info-top__item {
  width: calc(33.3333333% - 3px);
}
.info-top__item img {
  width: auto;
  max-width: 100%;
  height: 250px;
  display: block;
  margin: 0 auto;
}
.info-top__text {
  padding: 10px 0 37px 0;
}
.info-top__title-list li {
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #4e4e4e;
  margin: 0 2px 10px;
  padding: 0 6px;
		background-color: #FFF;
		display: inline-block;
}

.info-top__item a:hover img {
	opacity: 0.8;
}

.info-top__desc {
  line-height: 1.6;
  letter-spacing: 0.75px;
  padding: 15px 5px 12px 5px;
}

.info-top__desc h3 {
	color: #F27466;
	font-weight: 500;
	margin-bottom: 10px;
}
.info-top__date {
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 5px;
}
.info-top .c-btn {
  margin-top: 30px;
}

.news-top {
  position: relative;
  background: url(../image/top/bg-news-top.png) no-repeat left 0 bottom 55px;
}
.news-top::before {
  content: "";
  left: 0;
  top: 0;
  width: 34.6%;
  background-color: #ffe1d9;
  position: absolute;
  height: 100%;
  z-index: -1;
}
.news-top__head {
  width: 25%;
  /*background-color: #ffe1d9;*/
  padding-top: 117px;
  padding-bottom: 30px;
}
.news-top .p-heading {
  writing-mode: vertical-lr;
  padding-bottom: 35px;
  margin-bottom: 102px;
  margin-left: 17%;
}
.news-top .p-heading span {
  writing-mode: initial;
  margin-right: 15px;
}
.news-top .p-news-list {
  width: 75%;
  padding: 30px 0 55px 10%;
}

.news-top .c-btn {
  background: #fff url(../image/icon-next-link.png) no-repeat left 20px center;
  position: relative;
  margin-left: -5px;
		background-size: 17px;
}

.news-top .c-btn:hover {
  background: #ffe1d9 url(../image/icon-next-link.png) no-repeat left 20px center;
		background-size: 17px;
}

.social-top {
  padding: 117px 0 97px;
  background: url(../image/top/bg-social-top.png) no-repeat center bottom, url(../image/top/bg-bottom-top.jpg) repeat;
}
.social-top__info {
  justify-content: space-between;
}
.social-top__info-title {
  padding-left: 26px;
  line-height: 22px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #f7a89e;
  letter-spacing: 0.5px;
  background: url(../image/top/icon-flower.png) no-repeat left top;
}
.social-top__info-face {
  width: 48%;
}
.social-top__info-face-photo {
  width: 100%;
  border: 5px solid #ffe1d9;
}
.social-top__info-face img {
  width: 100%;
}
.social-top__info-youtube {
  width: 45%;
}
.social-top__info-youtube img {
  width: 100%;
}
.social-top__company {
  padding-top: 127px;
}
.social-top__company ul {
  text-align: center;
}
.social-top__company li {
  display: inline-block;
}
.social-top__company-list-link li {
  margin: 0px 4px 35px 4px;
}
.social-top__company-list-link li a {
	 width: 200px;
  padding: 10px 35px 10px 20px;
  border: 1px solid #4e4e4e;
  background: #fff url(../image/icon-square.png) no-repeat right 18px center;
}
.social-top__company-list-link li a:hover {
  background: url(../image/icon-square.png) #FBECE8 no-repeat right 18px center;
}

.social-top__company-list-company1 li {
  margin: 0 13px 35px 13px;
}
.social-top__company-list-company2 li {
  margin: 0 8px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------------------------------
  yado
--------------------------------------------------------------------------------------------*/
.form-search-yado {
  margin: 40px 0 95px 0;
}
#uwpqsf_id {
border: none !important;
}
.uwpqsf_class span {
background-color: #ffe1d9;
}
.uwpqsf_class select {
margin-top: 8px;
margin-bottom: 12px;
}
.uwpqsf_class input[type="submit"] {
padding: 4px 20px;
}
.kensuu {
margin: 0 0 40px;
}

.form-search-yado__table {
margin: 0 0 40px;
background-color: #FFF;
padding: 20px;
border: 1px solid #333;
border-radius: 20px;
}
.form-search-yado__table table {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #4e4e4e;
}
.form-search-yado__table th {
  width: 170px;
  text-align: center;
  background-color: #ffe1d9;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
}
.form-search-yado__table td {
  width: calc(100% - 170px);
  padding: 22px 0 17px 37px;
  border-bottom: 1px dashed #4e4e4e;
  background-color: #fff;
}
.form-search-yado__table tr:last-child th, .form-search-yado__table tr:last-child td {
  border-bottom: none;
}
.form-search-yado input[type=text],
.form-search-yado select {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding: 15px 0 15px 25px;
  border: none;
}
.form-search-yado .input-box {
  width: 427px;
  padding: 3px 20px 3px 3px;
  padding-right: 36px;
  border: 1px solid #4e4e4e;
  border-radius: 10px;
  background: url(../image/yado/icon-text.png) no-repeat right 13px center;
}
.form-search-yado input[type=checkbox] {
  display: inline-block;
  border-radius: 3px;
  width: 15px;
  height: 15px;
}
.form-search-yado-list-check-photo {
  width: 47px;
  text-align: center;
  display: inline-block;
}
.form-search-yado-list-check-photo img {
  vertical-align: middle;
}
.form-search-yado-list-check li {
  padding-right: 20px;
  margin: 15px 0 15px 0;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.form-search-yado input[type=checkbox] {
  display: none;
}
.form-search-yado input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 15px !important;
  height: 15px;
}
.form-search-yado input[type=checkbox] + label {
  background: url(../image/yado/icon-checkbox.png) no-repeat -15px 0;
}
.form-search-yado input[type=checkbox]:checked + label {
  background: url(../image/yado/icon-checkbox.png) no-repeat 0 0;
}
.form-search-yado__btn {
  margin: 26px 0 96px 0;
}
.form-search-yado__btn li {
  display: inline-block;
  margin: 0 15px;
}

.result-search-yado {
  padding-bottom: 100px;
}
.result-search-yado__item {
  margin-bottom: 40px;
  padding: 45px;
  border: 1px solid #b9afaf;
  background-color: #fff;
}
.result-search-yado__head {
  padding-left: 5px;
  border-bottom: 2px solid #f7a89e;
  justify-content: space-between;
  padding-bottom: 5px;
}
.result-search-yado__title {
  font-size: 22px;
  color: #f7a89e;
  letter-spacing: 0.6px;
  font-weight: 500;
  line-height: 1;
}
.result-search-yado__contact li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.result-search-yado__contact li img {
  padding-right: 9px;
}
.result-search-yado__contact li a {
  padding-bottom: 3px;
  border-bottom: 1px solid #4e4e4e;
}
.result-search-yado__info {
  margin-top: 20px;
  justify-content: space-between;
}
.result-search-yado__info-list li {
  display: inline-block;
  margin-right: 17px;
}
.result-search-yado__info-list li:last-child {
  margin-right: 0;
}
.result-search-yado__info-list-cat {
  min-width: 80px;
  line-height: 20px;
  border-radius: 20px;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  background-color: #f7a89e;
}
.result-search-yado__info-list-title {
  font-size: 14px;
  font-weight: 500;
}
.result-search-yado__info-desc {
  margin-top: 20px;
  margin-bottom: 30px;
}
.result-search-yado__info-service {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-search-yado__info-service-list li {
  margin-right: 8px;
  display: inline-block;
}
.result-search-yado__info-service-list li img {
width: 34px;
height: 34px;
}

.result-search-yado__info .c-btn {
}
.result-search-yado__photo {
  width: 30.8%;
  min-height: 210px;
  height: auto;
}
.result-search-yado__photo img {
  max-width: 100%;
  height: auto;
}
.result-search-yado__text {
  width: 65.8%;
  letter-spacing: 0.6px;
}

.yadoDetail {
	padding: 40px 0 0;
}

.yadoDetail h2 {
	margin: 0 0 40px;
	padding: 0 8px 20px;
	font-size: 30px;
	font-weight: 500;
	position: relative;
}

.yadoDetail h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #F48B80, #F48B80 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #F48B80, #F48B80 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.yadoDetail dl {
	display: flex;
	margin: 0 0 30px;
}

.yadoDetail dl dt {
	width: 100px;
	background-color: #f7a89e;
	display: inline-block;
	color: #FFF;
	border-radius: 20px;
	padding: 0 15px;
	text-align: center;
	margin-right: 10px;
}

.yadoDetail dl dd {
	margin-right: 30px;
}

.yadoDetail ul.kodawari {
	margin: 0 0 50px;
	padding: 20px 20px 0;
	background-color: #FFF;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.yadoDetail ul.kodawari li {
	margin: 0 0 28px;
	padding: 0;
	width: 25%;
	position: relative;
}

.yadoDetail ul.kodawari li:before {
	position: absolute;
	content: "";
	background-color: #f7a89e;
	width: 30px;
	height: 4px;
	bottom: -6px;
	left: 0;
}

.yadoDetail ul.kodawari li img {
	margin-right: 8px;
}

.yadoLead p {
	margin: 0 0 30px;
}

.yadoMainPhoto p {
	margin: 0 0 30px;
}

.yadoMainPhoto p img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.yadoLocation {
	width: 90%;
	margin: 0 auto 40px;
}

.yadoLocation th {
	width: 20%;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
	padding: 16px;
}

.yadoLocation td {
	border-bottom: 1px solid #CCC;
	padding: 16px;
	position: relative;
}

.yadoLocation td:before {
	position: absolute;
	width: 1px;
	height: 70%;
	top: calc( 50% - 35% );
	left: 0;
	background-color: #CCC;
	content: "";
}

.yadoOfficial {
	margin: 0 0 80px;
	text-align: center;
}

.yadoOfficial a {
	display: block;
	width: 500px;
	background-color: #f7a89e;
	color: #FFF;
	margin: 0 auto;
	padding: 16px 0;
	border-radius: 30px;
	border: 2px solid #f7a89e;
	font-size: 18px;
	font-weight: 500;
	box-shadow: 3px 3px 0 #DDD;
	text-decoration: none;
}
	
.yadoOfficial a:hover {
	background-color: #FFF;
	color: #f7a89e;
}

.yadoGallery {
	margin: 0 0 80px;
	display: flex;
	flex-wrap: wrap;
}

.yadoGallery div {
	width: 30%;
	margin: 0 0 30px;
}

.yadoGallery div:nth-of-type(3n-1) {
	margin: 0 5% 30px;
}

.yadoGallery div p {
margin-bottom: 0 !important;
}
.yadoGallery div img {
	max-width: 100%;
	height: auto;
}

.yadoDetail .gmap {
	margin-bottom: 40px;
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}

.yadoDetail .gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/*--------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------*/
.secondInner ul.p-news-list {
	padding-bottom: 80px;
}

.secondInner ul.p-news-list li a {
	display: block;
	text-decoration: none;
	color: #4e4e4e;
}

.p-new-list__desc p {
	margin: 0;
}

.newsDetail {
	padding: 40px 0 0;
}

.newsDetail h3 {
	margin: 0 0 20px;
	font-size: 22px;
	padding: 0 8px 20px;
	position: relative;
	letter-spacing: 1px;
}

.newsDetail h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #F48B80, #F48B80 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #F48B80, #F48B80 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.newsDetail .date {
	margin: 0 0 20px;
	padding: 0 0 0 22px;
	background: url(../image/icon_clock.png) no-repeat 0 4px;
	background-size: 18px;
}

.newsDetail .text {
	margin: 0 0 60px;
}

.newsDetail .text p {
	margin: 0 0 20px;
}

.p-gradation--news .btnall {
	text-align: center;
}

.btnall {
	text-align: center;
}

.btnall a {
	display: inline-block !important;
	margin: 0 auto;
	text-decoration: none;
	color: #4e4e4e;
}

.pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

.pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager_wrap ul.pager li {
	display: inline;
	margin: 2px 8px;
	padding: 0;
	text-align: center;
	text-indent: 0;
}

.pager_wrap ul.pager li a {
	display: block;
	text-decoration: none;
	border: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #4e4e4e;
	border-radius: 50%;
	color: #000;
}

.pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}
.pager_wrap ul.pager li.active {
	background-color: #4e4e4e;
	display: block;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	border-radius: 50%;
	line-height: 40px;
}

.pager_wrap ul.pager li.active a:link, .pager_wrap ul.pager li.active a:visited,
.pager_wrap ul.pager li.active a:hover, .pager_wrap ul.pager li.active a:active {
	color: #000 !important;
}

.pager_wrap ul.pager li a:hover {
	color: #000;
	background-color: #ffe1d9;
}





/*--------------------------------------------------------------------------------------------
  about
--------------------------------------------------------------------------------------------*/
.aboutDetail {
	padding: 40px 0 0;
}

.aboutDetail h3 {
	margin: 0 0 40px;
	font-size: 22px;
	padding: 0 8px 16px;
	color: #F16B5C;
	letter-spacing: 1px;
	position: relative;
}

.aboutDetail h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #f7a89e, #DFE654);
}

.aboutDetail p {
	margin: 0 0 40px;
}

.aboutDetail p.mgn {
	margin: 0 0 80px;
}

.aboutDetail table {
	width: 100%;
	margin: 0 0 80px;
}

.aboutDetail table th {
	font-weight: normal;
	padding: 16px;
	border-bottom: 1px solid #CCC;
	width: 200px;
}

.aboutDetail table td {
	padding: 16px;
	border-bottom: 1px solid #CCC;
}

.aboutDetail ul {
 margin: 0 0 40px;
	padding: 0 0 0 40px;
}

.aboutDetail ul li {
	list-style: disc;
	margin: 0 0 10px;
}


/*--------------------------------------------------------------------------------------------
  sight
--------------------------------------------------------------------------------------------*/
.sightDetail {
	padding: 40px 0;
}

.sightDetail p {
	margin: 0 0 30px;
}

/*.sightDetail ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.sightDetail ul li {
	width: 46%;
	margin: 0 2% 50px;
	padding: 0;
}

.sightDetail ul li a {
	display: block;
	margin: 0 0 4px;
	padding: 8px 8px 8px 20px;
	background-color: #FFF;
	position: relative;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 1px #F3F2F1 solid;
}

.sightDetail ul li a:before {
	position: absolute;
	top: -8px;
	left: 8px;
	width: 4px;
	height: 16px;
	background-color: #f7a89e;
	content: "";
}

.sightDetail ul li a:hover {
	background-color: #ffe1d9;
}
*/

.sightArea {
	display: flex;
	justify-content: space-between;
}

.sightArea .sightList {
	width: 550px;
}

.sightArea .sightList h3,
.sightLinks h3 {
	margin-bottom: 8px;
	font-weight: 500;
	padding: 8px;
	color: #FFF;
	border-radius: 8px;
}

.sightArea .sightList h3.sbizen,
.sightLinks h3.sbizen {
	background-color: #85c5e4;
}

.sightArea .sightList .sbittyu,
.sightLinks h3.sbittyu {
	background-color: #f7a89e;
}

.sightArea .sightList .smimasaka,
.sightLinks h3.smimasaka {
	background-color: #afd6a1;
}

.sightArea .sightList ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px 40px;
}

.sightArea .sightList ul li {
	margin-right: 30px;
}

.sightArea .sightMap {
	width: 394px;
	margin-left: 30px;
}

.sightLinks {
	margin-bottom: 60px;
}

.sightLinks:last-of-type {
	margin-bottom: 0;
}

.sightLinks h4 {
	margin-left: 20px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	border-radius: 8px;
	padding: 8px;
	background-color: #FFF;
}

.sightLinks h4.sbizen {
	border: 2px solid #85c5e4;
}

.sightLinks h4.sbittyu {
	border: 2px solid #f7a89e;
}

.sightLinks h4.smimasaka {
	border: 2px solid #afd6a1;
}

.sightLinks ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 70px 40px;
}

.sightLinks ul li {
	width: 50%;
	list-style-type: disc;
}



/*--------------------------------------------------------------------------------------------
  document
--------------------------------------------------------------------------------------------*/
.documentDetail {
	padding: 40px 0 0;
}

.documentDetail ul {
	margin: 0 0 80px;
	padding: 0;
	list-style: none;
}

.documentDetail ul li {
	margin: 0 0 30px;
	padding: 0;
}

.documentDetail ul li a {
	display: block;
	margin-bottom: 8px;
	padding: 8px 0 8px 20px;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
	background: url(../image/icon-next-link.png) no-repeat 0 14px;
	background-size: 14px;
	font-weight: 500;
}

.documentDetail ul li a:hover {
	text-decoration: underline;
}


/*--------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------*/
.contactDetail {
	padding: 40px 0 0;
}

.contactDetail p {
	margin: 0 0 30px;
}

.contactDetail table {
	width: 100%;
	margin: 0 0 40px;
}

.contactDetail table th {
	width: 20%;
	padding: 16px;
	border-bottom: 1px solid #CCC;
}

.contactDetail table td {
	width: 80%;
	padding: 16px;
	border-bottom: 1px solid #CCC;
}

.contactDetail table td input[type="text"] {
	border: 1px solid #CCC;
	padding: 8px;
	box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
	width: 50%;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

.contactDetail table td textarea {
	display: block;
	border: 1px solid #CCC;
	padding: 8px;
	box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
	width: 100%;
	height: 120px;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

.contactDetail .btns {
	text-align: center;
}

.contactDetail .btns input[type="submit"] {
	margin: 0 10px;
	padding: 12px 20px;
	cursor: pointer;
}

.mw_wp_form .error {
	color: #F00 !important;
}


/*--------------------------------------------------------------------------------------------
  privacy
--------------------------------------------------------------------------------------------*/
.privacyDetail {
	padding: 40px 0 0;
}

.privacyDetail h3 {
	margin: 0 0 20px;
	font-size: 22px;
	padding: 0 8px 16px;
	color: #F16B5C;
	letter-spacing: 1px;
	position: relative;
}

.privacyDetail h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #f7a89e, #DFE654);
}

.privacyDetail p {
	margin: 0 0 40px;
}

.privacyDetail ul {
	margin: 0 0 40px;
	padding: 0 0 0 40px;
}

.privacyDetail ul li {
	margin: 0 0 16px;
	list-style: disc;
}

.privacyDetail dl {
	width: 80%;
	margin: 0 auto 60px;
	padding: 20px;
	border: 8px solid #ffe1d9;
	background-color: #FFF;
}

.privacyDetail dl dt {
	font-weight: 500;
	margin-bottom: 8px;
}



/*# sourceMappingURL=page.css.map */
