@charset "UTF-8";
.contensInner {
	background: url("../img/bg_05.png") no-repeat left bottom / contain , #141659;
}
.btnBlock {
	background: url("../img/bg_01.png") repeat-y left top / contain;
}
.contsTxt {
	color: #FFF;
}
.btnBlock .contsTxt,
.conts01 .contsTxt {
	line-height: 1.7;
}
a.txtLink {
	text-decoration: underline;
	color: #fcff00;
	display: inline;
}
.normalBtn01 {
	max-width: 799px;
	width: 83.3%;
	margin: 0 auto 4.1664%;
}
.normalBtnLink01 {
	display: block;
}
.conts01, .conts02, .conts03, .conts04, .conts05, .position {
	position: relative;
}
.conts01::before, .conts02::before, .conts05::before{
	position: absolute;
	content: '';
	background: url("../img/img_line_01.png") no-repeat left top / contain;
	top: 0;
	left: 0;
	width: 100%;
	height: 37px;
}
.conts03::before, .conts04::before {
	position: absolute;
	content: '';
	background: url("../img/img_line_02.png") no-repeat left top / contain;
	top: 0;
	left: 0;
	width: 100%;
	height: 49px;
}
.conts01 {
	background: url("../img/bg_02.png") no-repeat left bottom / contain;
}
.btn_05, .btn_06 {
	position: absolute;
	display: block;
	top: 22.9%;
}
.btn_05 {
	right: 32%;
	width: 142px;
	height: 44px;
}
.btn_06 {
	right: 13%;
	width: 175px;
	height: 44px;
}
@media only screen and (max-width: 959px) { 
	.btn_05, .btn_06 {
		top: 85.9375vw;
	}
	.btn_05 {
		right: 32%;
		width: 14.8vw;
		height: 4.58vw;
	}
	.btn_06 {
		right: 13%;
		width: 18.3vw;
		height: 4.58vw;
	}
}
.conts02 {
	padding-top: 8.8%;
}
.mw960 {
	max-width: 960px;
	width: 100%;
	padding: 0;
}
.bgOrange {
	background-color: #f09000;
}
.bgOrange a.txtLink {
	color: #fff000;
}
.fs19 {
	font-size: 19px;
}
/*--------- 検索 ---------*/
.form_searchBox_outline {
   width: 58.5%;
   max-width: 520px;
  text-align: center;
  height: 58px;
  font-size: 0;
  margin: 0 auto;
 }
.searchTextWrap {
  position: relative;
  width: 80%;
  display: inline-block;
}
.form_input_searchText {
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  border: 1px solid #8b7b74;
  color: #8b7b74;
  border-radius: 6px 0 0 6px;
  font-size: 15px;
  background: url("../img/ic_search_bar.png") 7px no-repeat;
  background-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 50px;
}
/* IE11 調節 */
.form_input_searchText::placeholder{
  color: #8b7b74;
}
.form_input_searchText:focus {
  background: none;
  padding-left: 10px;
}
/*テキストリセットボタン*/
.resetBttnWrap {
  display: none;
  position: absolute;
  top: 35%;
  right: 2.5%;
}
.resetBttn {
  background: url("../img/ic_suggest_clear.png") no-repeat;
  background-size: 18px 18px;
  text-indent: -9999px;
  white-space: nowrap;
  width: 18px;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
}
/*IE11,Edge デフォルトの✕マーク隠す*/
  input::-ms-clear {
    visibility:hidden
  }
@media only screen and (max-width: 640px) { 
	.form_searchBox_outline {
  	width: 90%;
  }
}
/* 検索ボタン */
.form_input_searchBtn {
  width: 20%;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #8b7b74;
  cursor: pointer;
  color: white;
  vertical-align: middle;
  border: 1px solid #8b7b74;
  border-radius: 6px 0 0 6px;
  line-height: 50px;
}
input[type="submit"] {
  border-radius: 0 6px 6px 0;
}
/**
 * 検索エリア
 */
#search {
	border-radius: 5px;
	max-width: 890px;
	width: 92.8%;
  padding: 4.4% 0 5%;
	margin: 0 auto;
  background-color: #F4EFE6;
}
#search .form_input_searchText {
  background-color: #fff;
}
#search .map_icon{
  margin: 12px auto 0;
}
#search .bnr_check {
  margin: 5% 3% 0;
}
#search .bnr_check img {
  width: 100%;
  height: auto;
}
#search .note {
  background-color: #E8DBC2;
  padding: 2% 3%;
}
#search .note p {
  font-size: 3.2vw;
}
@media screen and (min-width: 641px){
	#search .map_icon {
		margin: 20px auto 0;
	  width: 88%;
	}
	#search .bnr_check {
	  max-width: 500px;
	  margin: 25px auto 0;
	}
	#search .note {
	  padding: 10px 3%;
	}
	#search .note p {
	  font-size: 14px;
	  max-width: 500px;
	  margin: 0 auto;
	}
	.btn_home {
	  margin-top: 50px;
	}
}
/*--------- /検索 ---------*/

/*--------- ボタン ---------*/
/*通常ボタン*/
.next {
	border: 2px solid #a7a7a7;
	border-radius: 6px;
	text-align: center;
	margin: 20px auto;
	width: 58.5%;
  max-width: 520px;
	background-color: #FFFFFF;
}
.next a {
  display: block;
  color: #333;
}
.next a:hover {
  opacity: 0.7;
}
.next p {
  position: relative;
  padding: 16px 30px;
  font-size: 4vw;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}
.next p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  vertical-align: middle;
  background: none;
}
@media screen and (min-width: 641px) {
  .next {
    margin: 30px auto;
  }
  .next p{
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) { 
	.next {
  	width: 90%;
  }
}

/* 地図ボタン（.nextと一緒に使う） */
.map_icon {
}
.map_icon p::before {
	position: absolute;
	top: 0;
	left: 3%;
	content: "";
	width: 25px;
	height: 100%;
	display: block;
	background: url("../img/ic_search_map.png") no-repeat 50% 50%;
	background-size: 20px;
}
.map_icon a{
  display: block;
}
.map_icon a:hover {
  opacity: 0.7;
}
/*------------------*/
.commonParts {
	background: url("../img/bg_03.png") no-repeat left bottom / 100%;
}
.cpNotesFlame {
	background-color: #FFF;
}
.cpNotesFlame a.txtLink {
	color: #0000ff;;
}
.cpNotesItem01 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.cpNotesItem02 {
	text-indent: -3.0em;
	padding-left: 3.0em;
}
.conts05 {
	background: url("../img/bg_06.png") no-repeat left top / 100%;
}
.normalBtn02{
  max-width: 789px;
  width: 83.3%;
  position: absolute;
  top: 75.2%;
  left: 49%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 959px) { 
  .normalBtn02{
    top: 141.25vw;
  }

}

.conts03 {
	background: url("../img/bg_04.png") no-repeat left top / 100%;
}
.switch {
	background-color: #ffff00;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: -10px -2px 0px 0px #e0cb00 inset, -4px -10px 0px 0px #e0cb00 inset;
  box-shadow: -10px -2px 0px 0px #e0cb00 inset, -4px -10px 0px 0px #e0cb00 inset;
	padding: 0;
	transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
}

.switch.open::before {
	content: "";
  position: absolute;
  background: url(../img/img_line_03.png) no-repeat center top / 100%;
	bottom: 5%;
	left: 50%;
	width: 88.5%;
	height: 8px;
	transform: translateX(-50%);
}
@media only screen and (min-width: 641px) {
  .switch.open {
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	-webkit-border-radius: 18px 18px 0 0;
  	border-radius: 18px 18px 0 0;
  }
}
.switch:after {
	background-image: url(../img/btn_arrrow.png);
	right: 30px;
	-webkit-transform: translate(-50%, -60%) rotate(0deg);
  transform: translate(-50%, -60%) rotate(0deg);
	transition: all .5s cubic-bezier(.4, 0, .2, 1) 0s;
}
.switch.open:after {
  -moz-transform: translate(-50%, -60%) rotate(90deg);
  -ms-transform: translate(-50%, -60%) rotate(90deg);
  -webkit-transform: translate(-50%, -60%) rotate(90deg);
  transform: translate(-50%, -60%) rotate(90deg);
}
.accordion {
	max-width: 800px;
	width: 83.4%;
}
.accordion .contsImg {
	padding: 0;
}
.contentWrap {
	background-color: #ffff00;
	padding-bottom: 3%;
	border-radius: 0 0 18px 18px;
}
.txtIndent02 {
	text-indent: -2.0em;
	padding-left: 2.0em;
}
.conts04 {
	padding-top: 8.6%;
}
.conts04 .contsImg {
	max-width: 640px;
	width: 66.7%;
	padding: 0;
}
.conts04 .contsImg.mw814 {
	max-width: 814px;
	width: 84.8%;
	padding: 0;
}
@media only screen and (max-width: 640px) { 
	.fs19 {
		font-size: 14.4px;
	}
	.accordion {
		width:  93.75%;
		padding: 0 0 3.125%;
	}
	.switch {
		-webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: -8px 0px 0px 0px #e0cb00 inset, -8px -7px 0px 0px #e0cb00 inset, 0px -5px 0px 0px #e0cb00 inset;
    box-shadow: -8px 0px 0px 0px #e0cb00 inset, -8px -7px 0px 0px #e0cb00 inset, 0px -5px 0px 0px #e0cb00 inset;
	}
	.switch:after {
    right: 14px;
	}
	.contentWrap {
		border-radius: 0 0 5px 5px;
	}
}