@charset "UTF-8";
@media print, screen and (min-width: 741px) {
  .area-intro {
    margin-top: 20px;
    margin-bottom: 100px;
  }
	h4 {
		font-size: 20px;
		padding-top: 30px;
	}
}

.title-kodawari-page {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media print, screen and (min-width: 741px) {
  .title-kodawari-page {
    font-size: 30px;
  }
}

.block-kodawari-main {
  *zoom: 1;
  margin-bottom: 30px;
}
.block-kodawari-main:before, .block-kodawari-main:after {
  content: "";
  display: table;
}
.block-kodawari-main:after {
  clear: both;
}
@media print, screen and (min-width: 741px) {
  .block-kodawari-main {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 740px) {
  .block-kodawari-main p:last-child {
    margin-bottom: 0;
  }
}

.title-kodawari {
  color: #325E34;
  font-size: 14px;
  border-bottom: 1px dotted #325E34;
}
@media print, screen and (min-width: 741px) {
  .title-kodawari {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 28px;
    padding-bottom: 4px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .title-kodawari {
    font-size: 16px;
    margin-left: -28px;
    margin-right: -28px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 4px;
  }
}
@media print, screen and (min-width: 741px) {
  .title-kodawari.no-border {
    border-bottom: none;
  }
}

@media only screen and (max-width: 740px) {
  .hasscroll-sp {
    overflow-x: auto;
    margin-bottom: 10px;
    margin-right: -10px;
  }
}
.hasscroll-sp::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.hasscroll-sp::-webkit-scrollbar-thumb {
  background: #DDD;
  border-radius: 10px;
}
.hasscroll-sp::-webkit-scrollbar-track-piece:start {
  background: #EFEFEF;
}
.hasscroll-sp::-webkit-scrollbar-track-piece:end {
  background: #EFEFEF;
}
@media only screen and (max-width: 740px) {
  .hasscroll-sp img {
    max-width: none;
    width: 200%;
  }
}

@media only screen and (max-width: 740px) {
  .page_jishin .hasscroll-sp img {
    max-width: none;
    width: 160%;
  }
}

.button-info {
  background-color: #F0F0E1;
  line-height: 70px;
  padding: 0;
}
@media only screen and (max-width: 740px) {
  .button-info {
    line-height: 40px;
    width: 270px;
  }
}
@media print, screen and (min-width: 741px) {
  .button-info {
    width: 340px;
  }
}

@media only screen and (max-width: 740px) {
  .flex-taifu-last {
    flex-direction: column;
  }
}
@media only screen and (max-width: 740px) {
  .flex-taifu-last .image-left {
    float: left;
    margin-right: 10;
    margin-left: 0;
    width: 160px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .flex-taifu-last .image-right-sp {
    float: right;
    margin-right: 0;
    margin-left: 10px;
    width: 160px;
  }
}

#next .header-next {
  background-image: none;
}

.title-form {
  text-align: center;
  font-size: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 740px) {
  .title-form {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.icon-wood {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  clear: both;
}
@media only screen and (max-width: 740px) {
  .icon-wood {
    padding-left: 15px;
  }
}
.icon-wood:before {
  background: url(../new-maki/new-club/img/icon_tree.png) left top no-repeat;
  content: "";
  display: inline-block;
  width: 17px;
  height: 46px;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: -12px;
  left: 0;
}
@media only screen and (max-width: 740px) {
  .icon-wood:before {
    top: -10px;
    height: 28px;
    width: 12px;
  }
}

.title-section-contact {
  font-size: 26px;
  position: relative;
  margin-left: 50px;
}
@media only screen and (max-width: 740px) {
  .title-section-contact {
    font-size: 16px;
    margin-left: 25px;
    margin-bottom: 0;
  }
}
.title-section-contact:before {
  position: absolute;
}

.title-icon-tel:before {
  background: url(../new-contact/img/icon_tel.png) left top no-repeat;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center center;
  left: -50px;
  top: -5px;
}
@media only screen and (max-width: 740px) {
  .title-icon-tel:before {
    top: -10px;
    width: 20px;
    left: -25px;
  }
}

.title-icon-mail:before {
  background: url(../new-contact/img/icon_mail.png) left top no-repeat;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center center;
  left: -50px;
  top: -5px;
}
@media only screen and (max-width: 740px) {
  .title-icon-mail:before {
    top: -10px;
    width: 20px;
    left: -25px;
  }
}

.dl-address {
  margin-left: 50px;
  margin-top: 5px;
}
@media only screen and (max-width: 740px) {
  .dl-address {
    margin-left: 0;
  }
}
.dl-address dt {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 740px) {
  .dl-address dt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 740px) {
  .dl-contact-tel {
    margin-left: 0;
  }
}
.dl-contact-tel dt {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 741px) {
  .dl-contact-tel dt {
    font-size: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .dl-contact-tel dt {
    float: left;
  }
}
@media only screen and (max-width: 740px) {
  .dl-contact-tel dd {
    padding-left: 140px;
    padding-top: 7px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 740px) {
  .dl-contact-tel a {
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
    max-width: 135px;
    width: 135px;
    background-color: #F0F0E1;
    line-height: 36px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px;
  }
}

.bg-form {
  background-color: #EEE;
}

@media print, screen and (min-width: 741px) {
  .table-form tr {
    border-bottom: 1px solid #DDD;
  }
  .table-form tr:first-child {
    border-top: none;
  }
  .table-form tr:last-child {
    border: none;
  }
}
@media only screen and (max-width: 740px) {
  .table-form th, .table-form td {
    display: block;
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .table-form th {
    background-color: transparent;
    width: 190px;
  }
}
@media only screen and (max-width: 740px) {
  .table-form th {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 740px) {
  .table-form td {
    padding-top: 3px;
  }
}
.table-form .table-form-title {
  display: block;
}
@media print, screen and (min-width: 741px) {
  .table-form .table-form-title {
    padding-top: 9px;
    position: relative;
  }
}
@media print, screen and (min-width: 741px) {
  .table-form .table-form-title.line2 {
    padding-top: 0;
    margin-top: -3px;
  }
}
@media print, screen and (min-width: 741px) {
  .table-form .table-form-title.line2 .label-required {
    margin-top: -11px;
  }
}
@media print, screen and (min-width: 741px) {
  .table-form .table-form-title .label-required {
    position: absolute;
    height: 22px;
    top: 50%;
    right: 0;
    margin-top: -7px;
  }
}
@media only screen and (max-width: 740px) {
  .table-form .table-form-title .label-required {
    float: none;
  }
}
.table-form .text-append {
  display: inline;
  margin-left: 5px;
}
@media print, screen and (min-width: 741px) {
  .table-form .width-long {
    width: 300px;
  }
}

.panel-note {
  margin-top: 40px;
}
@media print, screen and (min-width: 741px) {
  .panel-note {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 740px) {
  .panel-note {
    margin-top: 20px;
  }
}
.panel-note h5 {
  font-weight: 700;
}

.color-rd {
  color: #B20000;
}

.panel-white {
  background-color: #FFF;
  padding: 15px 40px;
}
@media only screen and (max-width: 740px) {
  .panel-white {
    padding: 10px;
  }
}

.list-radio label {
  border: 1px solid #AAA;
}

.select-arrow {
  display: block;
}

.dl-form-order {
  display: table;
  width: 95%;
  background-color: #EEEEEE;
  padding: 12px 20px;
}
.dl-form-order dt, .dl-form-order dd {
  display: table-cell;
  vertical-align: middle;
}

.dl-form-order dt span{
  color: #707070;
}

.dl-form-order dd {
  padding-left: 10px;
  width: 6em;
}

.sold-out{
  border: 1px solid #CCC;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 16px;
  border-radius: 6px;
  background-color: #fff;
  color: #B20000;
}

@media screen and (min-width:741px){
  .dl-form-order select{
    padding: 12px 20px;
  }
  
  .sold-out{
    padding: 12px 13px;
  }
}

@media screen and (max-width:740px){
  .dl-form-order{
    padding: 15px 12px 15px 7px;
    line-height: 1.7;
  }
  
  h4{
    font-size: 16px;
    padding-top: 20px;
  }
  
  .sold-out{
    padding: 8px 3px;
  }
}

.other dt {
  width: 180px;
}
.other dt .order-cap {
  font-size: 14px;
  color: #bb5838;
  font-weight: bold;
}
@media print,screen and (max-width: 740px) {
  .other dt .order-cap {
    font-size: 12px;
  }
}
.other .list-block-form li {
  width: 150px;
}
@media print,screen and (max-width: 740px) {
  .other .list-block-form li {
    width: 130px;
  }
}

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

/* 旧品切れ
.soldout {
	background-color: #D8D8D8;
	color: #000;
	text-align: center;
	padding: 1em;
  margin-bottom: 1.5em;
	display: block;
	font-weight:bold;
} */
