@charset "utf-8";
.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#icj-main {
  flex: 1;
}

.tochisoudan {
  padding: 60px 0;
  font-weight: 500;
}

.tochisoudan-back {
  width: 1000px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}

.tochisoudan-back a {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 20px;
  padding-left: 20px;
}

.tochisoudan-back a::before {
  content: "";
  display: block;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .tochisoudan {
    padding: 40px 0;
  }

  .tochisoudan-back a {
    font-size: 15px;
    padding-left: 20px;
  }
  
}

.tochisoudan-title {
  width: 1000px;
  padding: 0 20px;
  max-width: 100%;
  margin: 40px auto 0; 
}

.tochisoudan-title h1 {
  font-size: 40px;
  font-weight: bold;
}

.tochisoudan-title p {
  margin-top: 10px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .tochisoudan-title {
    margin-top: 30px;
  }

  .tochisoudan-title h1 {
    font-size: 24px;
  }
  
  .tochisoudan-title p {
    margin-top: 10px;
    font-size: 14px;
  }
  
}

#areaFilter {
	margin-top: 20px;
	background: #f7f7f7;
	border-top: #dddddd solid 1px;
}
#areaFilter dl {
	display: table;
	width: 960px;
  max-width: 100%;
	padding: 3px 0 10px;
	margin: 0 auto;
	background: #f7f7f7;
}
#areaFilter dt,
#areaFilter dd {
	display: table-cell;
	line-height: 26px;
}
#areaFilter dt {
	width: 200px;
}
#areaFilter dd {
}
#areaFilter span {
	display: inline-block;
	padding: 0 0 0 8px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(/guide/img/icon_filter.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	font-size: 13px;
	line-height: 16px;
}
#areaFilter dd span {
	margin: 0 20px 0 0;
	border-bottom-color: #333333;
}
#areaFilter span:hover {
}
#areaFilter span.on {
	color: #69ab7d;
	border-bottom-color: #69ab7d;
	cursor: default;
	background-image: url(/guide/img/icon_filter_current.png);
}
@media screen and (max-width: 768px) {
  #areaFilter{
    border: none;
  }

  #areaFilter .select{
    background: #fff;
    border-top: #dddddd solid 2px;
    border-bottom: #dddddd solid 2px;
  }

  #areaFilter .select__inner{
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 15px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #areaFilter .select p{
    font-weight: bold;
  }

  #areaFilter .select select{
    width: 100%;
    font-weight: bold;
    padding: 10px 15px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background: #fff;
    outline: none;
  }

  #areaFilter .select .selectWrap{
    width: 40%;
  }

  .select__inner select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }

  .select__inner select::-ms-expand{
    display: none;
  }

  .select__inner select{
    position: relative;
  }

  .selectWrap{
    width: 100%;
    position: relative;
    display: inline-block;
    border: 0px solid;
    border-bottom: transparent;
  }

  .selectWrap::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-bottom: solid 1px #585858;
    border-right: solid 1px #585858;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 18px;
    margin-top: -4px;
  }
}

.tochisoudan-list {
  width: 1000px;
  padding: 0 20px;
  max-width: 100%;
  margin: 30px auto 50px;
}

.tochisoudan-item {
  border-bottom: 1px solid #333333;
  padding: 20px;
  display: flex;
  align-items: flex-end;
}

.tochisoudan-item-image {
  width: 180px;
}

.tochisoudan-item-image img {
  width: 100%; 
}

.tochisoudan-item-content {
  width: calc(100% - 180px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}

.tochisoudan-item-title {
  font-size: 22px;
  font-weight: bold;
}

.tochisoudan-item-text {
  margin-top: 5px;
  font-size: 15px;
}

.tochisoudan-item-button-wrap {
  display: flex;
  margin-top: 20px;
}

.tochisoudan-item-button {
  position: relative;
  display: block;
  padding: 10px 0 11px;
  border-radius: 20px;
  width: 200px;
  text-align: center;
  line-height: 1;
}

.tochisoudan-item-button.map {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 16px;
}

.tochisoudan-item-button.map::after {
  content: "";
  background: url(/lp/tochisoudan/form/assets/img/icon_map.png) no-repeat center center/cover;
  display: block;
  width: 16px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.tochisoudan-item-button.guide {
  background: #eb9c2a;
  margin-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.tochisoudan-item-button.guide::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .tochisoudan-list {
    padding: 0;
  }

  .tochisoudan-item {
    position: relative;
    padding: 20px;
    display: block;
  }
  
  .tochisoudan-item-image {
    width: 45%;
  }

  .tochisoudan-item-image img {
    width: 100%;
  }
  
  .tochisoudan-item-content {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  
  .tochisoudan-item-title {
    position: absolute;
    top: 20px;
    left: 47%;
    font-size: 18px;
  }
  
  .tochisoudan-item-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .tochisoudan-item-button-wrap {
    display: block;
    margin-top: 10px;
  }
  
  .tochisoudan-item-button {
    padding: 10px 0 11px;
    width: 100%;
  }
  
  .tochisoudan-item-button.map {
    font-size: 16px;
  }
  
  .tochisoudan-item-button.map::after {
    width: 16px;
    height: 24px;
    left: 10px;
  }
  
  .tochisoudan-item-button.guide {
    margin-top: 10px;
    margin-left: 0;
    font-size: 18px;
  }
  
  .tochisoudan-item-button.guide::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 9px;
    height: 9px;
    right: 10px;
  }
}

#icj-main {
  padding-top: 0;
}

.header {
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.header__inner > a {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.header__logo {
  width: 65px;
}

.header__text {
  color: #fff;
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 57px;
  }

  .header__inner {
    padding: 0 20px;
  }

  .header__text {
    font-size: 13px;
  }
}



.footer {
  width: 100%;
  background: #333;
  padding: 20px 0;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 90.625%;
  max-width: 1000px;
  text-align: center;
}

.footer-link > a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer-link > a + a{
  margin-left: 16px;
}

.footer-sns {
  display: flex;
  justify-content: center;
}

.footer-sns a {
 background: #fff;
 border-radius: 50%;
 width: 40px;
 height: 40px;
}

.footer-sns a.youtube img {
  transform: translateY(95%);
}
.footer-sns a + a {
  margin-left: 6px;
}

.footer-sns a img {
  width: 20px;
  margin: auto;
  height: auto;
  display: block;
  transform: translateY(50%);
}
.footer-copyright {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
  margin-top: 17px;
  padding-top: 17px;
  letter-spacing: 0.02em;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    display: block;
  }
  .footer-inner {
    display: block;
  }
  .footer-sns {
    margin-top: 3.448275862068965%;
    width: 100%;
  }
  
}