@charset "UTF-8";

* {
  box-sizing: border-box;
}

/*
---------------------------------------------
helper
---------------------------------------------
*/

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap {
	display: flex;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

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

.flex-start {
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
}

.flex-reverse {
	display: flex;
  flex-direction: row-reverse;
	flex-wrap: wrap;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-stretch {
	display: flex;
	justify-content: stretch;
}

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

.flex-col-center {
	display: flex;
	align-items: center;
}

.flex-col-end {
	display: flex;
	align-items: flex-end;
}

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

.text-right {
	text-align: right;
}

.font-normal {
	font-weight: normal;
}

.font-bold {
	font-weight: bold;
}

.pc {
	display:block;
}

.sp {
	display:none;
}

br.sp,img.sp,span.sp {
	display:none;
}

br.pc,img.pc,span.pc {
	display:inline;
}

.en {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
	.sp-block {
		display: block;
	}

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}

	br.sp,img.sp,span.sp {
		display:inline;
	}

	br.pc,img.pc,span.pc {
		display:none;
	}
}

/*
---------------------------------------------
header footer
---------------------------------------------
*/

#kansha .header .header-inner h1 {
  width: 537px;
}

#kansha .footer-logo {
  margin-top: 80px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  #kansha .header .header-inner h1 {
    width: 100px;
  }

  #kansha .footer-logo {
    margin: 30px auto 10px;
    width: 170px;
  }
}

/*
---------------------------------------------
contents-inner
---------------------------------------------
*/

.contents-inner {
  max-width: 1180px;
  margin: auto;
}

@media screen and (max-width: 1180px) {
  #wrapper {
    min-width: 1180px;
  }

  .contents-inner {
    min-width: 1180px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 100%;
  }

  .contents-inner {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }

  .contents-inner.is-sp {
    padding: 0;
  }
}

/*
---------------------------------------------
main
---------------------------------------------
*/

.main {
  display: block;
  margin-top: 124px;
}

@media screen and (max-width: 767px) {
  .main {
    margin-top: 57px;
  }
}


/* _about */

#kansha ._about .call {
  position: relative;
  background: white;
  border: solid 5px #572E15;
  padding: 26px 86px 32px;
  max-width: 757px;
  margin: -55px auto 80px;
  z-index: 1;
}

#kansha ._about .call .call-title {
  color: #ED6B25;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

#kansha ._about .call .list li {
  line-height: 1.5;
  list-style: disc;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #kansha ._about {
    margin-bottom: 30px;
  }

  #kansha ._about .call {
    margin: 20px auto 0;
    padding: 15px;
    width: calc(100% - 20px);
  }

  #kansha ._about .call .call-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  #kansha ._about .call .list {
    margin-left: 20px;
  }
}


/* _event */

#kansha ._event {
  background: #FAFAFC;
  padding-top: 102px;
  padding-bottom: 10px;
}

#kansha ._event .contents-inner {
  position: relative;
}

#kansha ._event .contents-inner::before {
  position: absolute;
  top: -145px;
  left: 0;
  content: "";
  background: url(./images/balloon01.png) no-repeat;
  width: 381px;
  height: 241px;
}

#kansha .title {
  font-size: 53px;
  vertical-align: text-bottom;
  line-height: 1;
  justify-content: center;
  color: #298138;
}

#kansha .title.is-white {
  color: white;
}

#kansha .title.is-brown {
  color: #572E15;
}

#kansha .title span {
  display: inline-block;
  font-size: 29px;
  margin-left: 10px;
  margin-bottom: 7px;
}

#kansha .title::after,
#kansha .title::before {
  content: "・・・・";
  color: #614C3F;
  font-size: 43px;
}

#kansha ._event .lead {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 57px;
}

#kansha ._event .list > li {
  background: white;
  border-radius: 11px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  width: 570px;
  padding: 36px 24px 20px;
  margin-bottom: 48px;
}

#kansha ._event .title-wrap .map-num {
  font-weight: bold;
  font-size: 20px;
  color: #ed6b25;
  text-align: center;
  margin-right: 32px;
}

#kansha ._event .title-wrap .map-num .num {
  width: 50px;
  line-height: 50px;
  background: #ed6b25;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

#kansha ._event .title-wrap .sub-title {
  background: #298138;
  color: white;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  width: 359px;
  padding: 15px 0;
}

#kansha ._event .title-wrap .sub-title.is-small {
  font-size: 20px;
  padding: 19px 0 18px;
}

#kansha ._event .list .lead {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #ed6b25;
  margin-bottom: 0;
  margin-top: 10px;
}

#kansha ._event .list .text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 15px;
}

#kansha ._event .note {
  margin-top: 10px;
}

#kansha ._event .note > li {
  line-height: 1.8;
  margin-bottom: 5px;
}

#kansha ._event .note.is-small > li {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 2px;
}

#kansha ._event .gift {
  font-weight: bold;
  font-size: 20px;
  color: #ed6b25;
  text-align: center;
  margin-bottom: 14px;
  margin-top: 20px;
}

#kansha ._event .gift i {
  margin-right: 10px;
}

#kansha ._event .gift::after,
#kansha ._event .gift::before {
  content: "";
  width: 134px;
  background: transparent;
  border: 1px dashed #572e15;
  margin: 0 9px;
}

#kansha ._event .gift-list {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  width: 360px;
  margin: auto;
}

#kansha ._event .gift-list dt {
  width: 40px;
  margin-bottom: 10px;
}

#kansha ._event .gift-list dd {
  width: calc(100% - 40px);
  margin-bottom: 10px;
}

#kansha ._event .gift-wrap .left {
  width: 213px;
}

#kansha ._event .gift-wrap .left p {
  font-weight: bold;
}

#kansha ._event .gift-wrap .left .mb {
  margin-bottom: 20px;
}


#kansha ._event .gift-wrap .left .box {
  background: #572E15;
  color: white;
  font-size: 11px;
  padding: 5px;
  margin-bottom: 20px;
}

#kansha ._event .gift-wrap .right {
  width: 280px;
}

#kansha ._event .gift-wrap .right .balloon {
  border: 2px solid #572e15;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
}

#kansha ._event .gift-wrap .right .balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  border: 6px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

#kansha ._event .gift-wrap .right .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
  border: 8px solid transparent;
  border-right: 14px solid #572e15;
  z-index: 1;
}

#kansha ._event .list li > .box {
  margin-top: 20px;
}

#kansha ._event .list li > .box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

#kansha ._event .list li > .box p.note {
  font-size: 13px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #kansha .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #kansha .title > div {
    max-width: 145px;
  }

  #kansha .title span {
    font-size: 15px;
    margin-bottom: 3px;
  }

  #kansha .title::after, #kansha .title::before {
    content: "・・・・";
    font-size: 16px;
  }

  #kansha ._event {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  #kansha ._event .contents-inner::before {
    display: none;
  }

  #kansha ._event .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #kansha ._event .list > li {
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
  }

  #kansha ._event .title-wrap .map-num {
    font-size: 14px;
    margin-right: 10px;
  }

  #kansha ._event .title-wrap .map-num .num {
    width: 40px;
    line-height: 40px;
    background: #ed6b25;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
  }

  #kansha ._event .title-wrap .sub-title {
    font-size: 18px;
    line-height: 1.3;
    width: 100%;
    padding: 5px;
  }

  #kansha ._event .title-wrap .sub-title.is-small {
    font-size: 17px;
    line-height: 1.3;
    padding: 5px;
  }

  #kansha ._event .list .text {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }

  #kansha ._event .note {
    margin-top: 10px;
  }

  #kansha ._event .note > li {
    line-height: 1.4;
    margin-bottom: 5px;
  }

  #kansha ._event .gift {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #kansha ._event .gift::after,
  #kansha ._event .gift::before {
    width: 40px;
  }

  #kansha ._event .gift i {
    margin-right: 5px;
  }

  #kansha ._event .gift-list {
    font-size: 14px;
    width: 100%;
  }

  #kansha ._event .gift-list dt {
    width: 30px;
    margin-bottom: 5px;
  }

  #kansha ._event .gift-list dd {
    width: calc(100% - 30px);
    margin-bottom: 5px;
  }

  #kansha ._event .list .lead {
    font-size: 16px;
  }

  #kansha ._event .gift-wrap .left {
    margin-bottom: 5px;
    width: 100%;
  }

  #kansha ._event .gift-wrap .left .mb {
    margin-bottom: 5px;
  }

  #kansha ._event .gift-wrap .left .box {
    margin-bottom: 5px;
  }

  #kansha ._event .gift-wrap .right {
    width: 100%;
  }

  #kansha ._event .gift-wrap .right .balloon::after,
  #kansha ._event .gift-wrap .right .balloon::before {
    display: none;
  }
}


/* _food */

#kansha .bg {
  background: url(./images/bg.jpg);
  padding-top: 72px;
}

#kansha ._food .list {
  margin-bottom: 20px;
}

#kansha ._food .list li {
  background: white;
  border-radius: 11px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  width: 570px;
  padding: 36px 24px 20px;
  margin-bottom: 48px;
  box-sizing: border-box;
}

#kansha ._food .list .left,
#kansha ._food .list .right {
  width: 50%;
}

#kansha ._food .list .left {
  border-right: dashed 1px #572E15;
  padding-right: 14px;
}

#kansha ._food .list .right {
  padding-left: 14px;
}

#kansha ._food .list li .food-title {
  margin: 0 auto 17px;
  width: 359px;
  background: #ed6b25;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  padding: 15px 0;
}

#kansha ._food .list li .food-title.mb {
  margin: 0 auto 41px;
}

#kansha ._food .list li .lead {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #ed6b25;
  margin-bottom: 19px;
}

#kansha ._food .list li .img {
  margin-bottom: 13px;
}

#kansha ._food .list li .img.mb {
  margin-bottom: 5px;
}

#kansha ._food .list li p {
  line-height: 1.5;
  margin-bottom: 10px;
}

#kansha ._food .list li .note {
  font-size: 12px;
}

#kansha ._food .list li .name {
  font-weight: bold;
  font-size: 20px;
  color: #ed6b25;
}

#kansha ._food .list li .text {
  font-size: 16px;
}

#kansha ._food .list li .body {
  width: 247px;
}

#kansha ._food .list li .box {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #kansha .bg {
    padding-top: 30px;
  }

  #kansha ._food .list li .food-title {
    width: 100%;
  }

  #kansha ._food .list li {
    border-radius: 5;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
  }

  #kansha ._food .list li .food-title {
    margin: 0 auto 10px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
  }

  #kansha ._food .list li .food-title.mb {
    margin: 0 auto 15px;
  }

  #kansha ._food .list li .lead {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #kansha ._food .list .left,
  #kansha ._food .list .right {
    width: 100%;
  }

  #kansha ._food .list .left {
    border-right: none;
    padding-right: 0;
    margin-bottom: 15px;
  }

  #kansha ._food .list .right {
    padding-left: 0;
  }

  #kansha ._food .list li .img {
    margin-bottom: 10px;
  }

  #kansha ._food .list li .text {
    font-size: 14px;
  }

  #kansha ._food .list li .name {
    font-size: 16px;
  }

  #kansha ._food .list li .body {
    width: 100%;
  }
}


/* _program */

#kansha ._program {
  padding-bottom: 20px;
}

#kansha ._program .list {
  margin-bottom: 20px;
}

#kansha ._program .list li {
  background: white;
  border-radius: 11px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  width: 570px;
  padding: 36px 24px 20px;
  margin-bottom: 48px;
  box-sizing: border-box;
}

#kansha ._program .list .left,
#kansha ._program .list .right {
  width: 50%;
}

#kansha ._program .list li .title-wrap {
  align-items: center;
  margin-bottom: 30px;
}

#kansha ._program .list li .circle {
  width: 77px;
  height: 77px;
  background: #ed6b25;
  border-radius: 50%;
  margin-right: 46px;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

#kansha ._program .list li .circle.is-green {
  background: #298138;
}

#kansha ._program .list li .program-title {
  width: 359px;
  background: #572E15;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  padding: 15px 0;
}

#kansha ._program .list li .img {
  margin-bottom: 20px;
}

#kansha ._program .list li .img img {
  max-width: 100%;
}

#kansha ._program .list li .lead {
  font-weight: bold;
  font-size: 20px;
  color: #ed6b25;
  margin-bottom: 20px;
}

#kansha ._program .list li .text {
  font-size: 16px;
  line-height: 1.6;
}

#kansha ._program .list li .link {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #298138;
  display: block;
  margin-top: 34px;
  text-decoration: underline;
}

#kansha ._program .list li .box {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.6;
}

#kansha ._program .list li .box .left {
  width: 40%;
  text-align: right;
  padding-right: 20px;
}

#kansha ._program .list li .box .right {
  width: 60%;
}

#kansha ._program .list li .time {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}

#kansha ._program .list li .note {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #kansha ._program {
    padding-bottom: 0;
  }

  #kansha ._program .list {
    margin-bottom: 0;
  }

  #kansha ._program .list li {
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
  }

  #kansha ._program .list li .title-wrap {
    margin-bottom: 15px;
  }

  #kansha ._program .list li .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    padding-top: 9px;
  }

  #kansha ._program .list li .program-title {
    width: calc(100% - 60px);
    font-size: 18px;
    padding: 10px 0;
  }

  #kansha ._program .list li .img {
    margin-bottom: 10px;
  }

  #kansha ._program .list li .lead {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #kansha ._program .list li .text {
    font-size: 14px;
    line-height: 1.4;
  }

  #kansha ._program .list li .link {
    font-size: 14px;
    margin-top: 20px;
  }

  #kansha ._program .list li .box {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #kansha ._program .list li .time {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #kansha ._program .list li .note {
    font-size: 12px;
  }
}


/* _festival */

.bg-cream {
  background: #F3EDE7;
}

#kansha ._festival {
  padding-top: 70px;
  margin-bottom: 77px;
}

#kansha ._festival .contents-inner {
  position: relative;
}

#kansha ._festival .contents-inner::before {
  position: absolute;
  top: -46px;
  right: 0;
  content: "";
  background: url(./images/balloon02.png) no-repeat;
  width: 260px;
  height: 131px;
}
#kansha ._festival .lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

#kansha ._festival .list {
  justify-content: center;
}

#kansha ._festival .list li {
  margin: 0 14px 48px;
}

#kansha ._festival .list li .img {
  margin-bottom: 18px;
}

#kansha ._festival .list li .img img {
  border-radius: 11px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#kansha ._festival .list li .box {
  background: #ED6B25;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

#kansha ._festival .list li .box .schedule {
  color: #FFF2C6 !important;
}

#kansha ._festival .list li .box .link-wrap {
  padding-left: 10px;
  border-left: solid 1px #FFF2C6;
  margin-left: 10px;
}

#kansha ._festival .list li .box a {
  color: #FFF2C6 !important;
}

#kansha ._festival .list li .box .link {
  font-size: 14px;
}

#kansha ._festival .list li .box .insta {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #kansha ._festival {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  #kansha ._festival .lead {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #kansha ._festival .contents-inner::before {
    display: none;
  }

  #kansha ._festival .list {
    justify-content: space-between;
  }

  #kansha ._festival .list li {
    margin: 0 0 20px;
    width: 48%;
  }

  #kansha ._festival .list li .img {
    margin-bottom: 10px;
  }

  #kansha ._festival .list li .img img {
    border-radius: 5px;
  }

  #kansha ._festival .list li .box {
    font-size: 12px;
    line-height: 1.3;
  }

  #kansha ._festival .list li .box .link-wrap {
    padding-left: 5px;
    margin-left: 5px;
  }

  #kansha ._festival .list li .box .link {
    font-size: 12px;
  }
}


/* _market */

#kansha ._market {
  padding-bottom: 60px;
}

#kansha ._market .sub-title {
  color: #298138;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 46px;
}

#kansha ._market .lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

#kansha ._market .lead.mb {
  margin-bottom: 84px;
}

#kansha ._market .list {
  margin-bottom: 77px;
}

#kansha ._market .list li .img {
  margin-bottom: 18px;
}

#kansha ._market .list li .img img {
  border-radius: 11px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#kansha ._market .list li .box {
  background: #ED6B25;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

#kansha ._market .list li .box .schedule {
  color: #FFF2C6 !important;
}

#kansha ._market .list li .box .link-wrap {
  padding-left: 10px;
  border-left: solid 1px #FFF2C6;
  margin-left: 10px;
}

#kansha ._market .list li .box a {
  color: #FFF2C6 !important;
}

#kansha ._market .list li .box .link {
  font-size: 14px;
}

#kansha ._market .list li .box .insta {
  margin-left: 10px;
}

#kansha ._market .list li .box .is-height {
  line-height: 40px;
}

#kansha ._market .list li .box .schedule {
  color: #FFF2C6;
}

#kansha ._market .wrap {
  position: relative;
}

#kansha ._market .wrap::before {
  position: absolute;
  top: -38px;
  right: 0;
  content: "";
  background: url(./images/balloon02.png) no-repeat;
  width: 260px;
  height: 131px;
}

#kansha ._market .wrap .list {
  margin-bottom: 0;
}

#kansha ._market .wrap .list li {
  position: relative;
  margin-bottom: 94px;
  width: 274px;
}

#kansha ._market .wrap .list li .map-num {
  position: absolute;
  top: -44px;
  left: -20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ed6b25;
}

#kansha ._market .wrap .list li.is-vertical .map-num {
  left: 16px;
}

#kansha ._market .wrap .list li .map-num .num {
  width: 50px;
  line-height: 50px;
  background: #ed6b25;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

#kansha ._market .wrap .list li .icon-car {
  position: absolute;
  top: 0;
  right: 0;
  background: #298138;
  width: 75px;
  height: 49px;
  border-radius: 0px 11px 0px 0px;
  padding: 10px 0 0 11px;
}

#kansha ._market .wrap .list li.is-vertical .icon-car {
  width: 41px;
  padding: 15px 0 0 5px;
}

#kansha ._market .wrap .list li .img {
  text-align: center;
}

#kansha ._market .wrap .list li.is-vertical .img img {
  border-radius: 0;
}

#kansha ._market .wrap .list li .box {
  min-height: 82px;
  display: flex;
  flex-direction: column;
}

#kansha ._market .wrap .list li .box .inner {
  margin-top: auto;
}

#kansha ._market .wrap .list li .box .f12 {
  font-size: 12px;
}
#kansha ._market .wrap .list li .box .f13 {
  font-size: 13px;
}
#kansha ._market .wrap .list li .box .f14 {
  font-size: 14px;
}

#kansha ._market .notes {
  background: white;
  border: 5px solid #572e15;
  padding: 20px;
  max-width: 450px;
  margin: -30px auto 0;
}

#kansha ._market .notes .notes-title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #ed6b25;
  margin-bottom: 12px;
}

#kansha ._market .notes ul li {
  font-size: 13px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #kansha ._market {
    padding-bottom: 30px;
  }

  #kansha ._market .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
    margin-top: 15px;
  }

  #kansha ._market .lead {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  #kansha ._market .lead.mb {
    margin-bottom: 40px;
  }

  #kansha ._market .list {
    margin-bottom: 20px;
  }

  #kansha ._market .list li {
    margin-bottom: 20px;
    width: 48%;
  }

  #kansha ._market .list li .img {
    margin-bottom: 10px;
  }

  #kansha ._market .list li .box {
    font-size: 12px;
    padding: 5px;
    line-height: 1.3;
  }

  #kansha ._market .list li .box .is-height {
    line-height: 1.3;
  }

  #kansha ._market .wrap::before {
    display: none;
  }

  #kansha ._market .wrap .list li {
    margin-bottom: 40px;
    width: 48%;
  }

  #kansha ._market .wrap .list li .map-num {
    top: -30px;
    left: 0;
    font-size: 11px;
  }

  #kansha ._market .wrap .list li.is-vertical .map-num {
    left: 0;
  }

  #kansha ._market .wrap .list li .map-num .num {
    width: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  #kansha ._market .wrap .list li .icon-car img {
    width: auto;
  }

  #kansha ._market .wrap .list li .img img {
    height: 46vw;
    width: 100%;
  }

  #kansha ._market .wrap .list li.is-vertical .img img {
    width: auto;
  }

  #kansha ._market .wrap .list li .box {
    min-height: 60px;
  }

  #kansha ._market .wrap .list li .box .f13,
  #kansha ._market .wrap .list li .box .f14 {
    font-size: 13px;
  }

  #kansha ._market .list li .box .link {
    font-size: 10px;
  }

  #kansha ._market .list li .box .link-wrap {
    padding-left: 5px;
    margin-left: 5px;
  }

  #kansha ._market .wrap .list li .icon-car {
    width: 41px;
    height: 35px;
    padding: 9px 0 0 5px;
  }

  #kansha ._market .wrap .list li.is-vertical .icon-car {
    width: 41px;
    height: 35px;
    padding: 9px 0 0 5px;
  }

  #kansha ._market .wrap .list li .icon-car img {
    width: 30px;
  }

  #kansha ._market .notes {
    padding: 10px;
    margin-top: -10px;
    font-size: 12px;
  }

  #kansha ._market .notes .notes-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #kansha ._market .notes ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }
}