@charset "UTF-8";

table,tr,th,td{table-layout : fixed;}

table.gsc-search-box, .gsc-search-box tr, .gsc-search-box th, .gsc-search-box td {
   table-layout: auto;
}

.box_reseve {
    padding: 35px;
    border: 1px solid #F00;
    margin: 10px 0px 40px 0px;
    line-height: 180%;
    font-size: 14px;
    font-size: 1.4rem;
	text-align: left;
}

.box_reseve2 {
    padding: 35px;
    margin: 10px 0px 40px 0px;
    line-height: 180%;
    font-size: 14px;
    font-size: 1.4rem;
	text-align: left;
    background-color: #f6f4ef;
}

.h4_reseve {
    font-size: 16px;
    font-size: 1.6rem;
    color: #F00;
    margin: 0px 0px 8px -7px;
	font-weight: bold;
}
.h4_reseve2 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    margin: 0px 0px 3px 0px;
	font-weight: bold;
}
.red{
    font-size: 14px;
    font-size: 1.4rem;
}
ul.photo2{width:auto;display: flex;  flex-wrap: wrap;gap: 10px 10px;}
.photo2 li{ width:48%;}


ul.photo2 a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.box_note{ margin:20px auto; width:700px;}
 body.feature main .new{ padding: 0;}


@media only screen and (max-width: 767px) {
.slider2 .slick-dots{
        bottom: -30px;
    }
.box_reseve {
    padding: 30px;
    border: 1px solid #F00;
    margin: 10px 0px 30px 0px;
    line-height: 180%;
    font-size: 14px;
    font-size: 1.4rem;
	text-align: left;
}
    .box_reseve2 {
    padding: 25px 15px 35px 15px;
    margin: 0px 0px 40px 0px;
    line-height: 180%;
    font-size: 14px;
    font-size: 1.4rem;
	text-align: left;
    background-color: #f6f4ef;
}
}

/*==================================================
スライダーのためのcss
===================================*/
.slider2 {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
    margin:15px auto 0 auto !important;
}

.slider2 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slider2 .slick-prev, 
.slider2 .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slider2 .slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slider2 .slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slider2 .slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slider2 .slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slider2 .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slider2 .slick-dots .slick-active button{
    background:#55908d;/*ドットボタンの現在地表示の色*/
    margin: -1px 0 0 -1px;
}


/*共通*/
.contact_orange{
    font-size: 14px;
    font-size: 1.4rem;
	color: #f84239;
	font-weight:bold;
	margin:5px 0 2px 0;
	line-height: 160%;
}

/********************************************
  問い合わせフォームTOP index.php
*********************************************/


body.contact #wrap main .content {
  background: #f4f4f4;
  padding: 30px 0;
}

body.contact #wrap main .content .block {
  background: #fff;
  padding: 45px 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block {
    padding: 30px 20px 0;
  }
}

body.contact #wrap main .content .block .read-text {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 40px;
}

body.contact #wrap main .content .block .read-text strong {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .read-text strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.contact #wrap main .content .block .read-text p {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .read-text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.contact #wrap main .content .block h3 {
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  letter-spacing: .1em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

body.contact #wrap main .content .block h3:after {
  content: "";
  width: 110px;
  height: 3px;
  display: block;
  background: #333;
  margin: 12px auto 0;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block h3:after {
    width: 60px;
    height: 2px;
    margin: 6px auto 0;
  }
}

body.contact #wrap main .content .block .contact-list {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .contact-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

body.contact #wrap main .content .block .contact-list li {
  width: 31.111%;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .contact-list li {
    width: 100%;
    margin-bottom: 35px;
  }
}

body.contact #wrap main .content .block .contact-list li .img img {
  margin: 0 auto;
}

body.contact #wrap main .content .block .contact-list li .img h4 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .04em;
  font-weight: bold;
  margin: 10px 0 8px;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .contact-list li .img h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

body.contact #wrap main .content .block .contact-list li .img p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .contact-list li .img p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.contact #wrap main .content .block .contact-list li .img .link-btn {
  display: block;
  padding: 26px 0;
  background: #f84239;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .04em;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .contact-list li .img .link-btn {
    width: 250px;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 16px 0;
    margin: 14px auto 0;
  }
}

body.contact #wrap main .content .block .contact-list li .img .link-btn span:before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../contact/images/mail.png) center center/cover no-repeat;
  position: relative;
  top: -3px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .contact-list li .img .link-btn span:before {
    width: 24px;
    height: 24px;
    top: -1px;
  }
}

body.contact #wrap main .content .block .contact-list li .pamph img {
  width: 165px;
}

body.contact #wrap main .content .block .contact-list li .tour img {
  width: 146px;
}

body.contact #wrap main .content .block .contact-list li .tour .link-btn {
  background: #f57129;
}

body.contact #wrap main .content .block .contact-list li .personal img {
  width: 132px;
}

body.contact #wrap main .content .block .contact-list li .personal .link-btn {
  background: #56a4a0;
}

body.contact #wrap main .content .block .company-box {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .company-box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

body.contact #wrap main .content .block .company-box .box {
  width: 48.33333%;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .company-box .box {
    width: 100%;
    margin-bottom: 45px;
  }
}

body.contact #wrap main .content .block .company-box .box h4 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .company-box .box h4 {
    margin-bottom: 10px;
  }
}

body.contact #wrap main .content .block .company-box .box h4 span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .company-box .box h4 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

body.contact #wrap main .content .block .company-box .box h4 small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .company-box .box h4 small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

body.contact #wrap main .content .block .company-box .box ul {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .company-box .box ul {
    margin-bottom: 30px;
  }
}

body.contact #wrap main .content .block .company-box .box ul li {
  background: #f6f4ef;
  padding: 10px 0 4px;
  margin-bottom: 10px;
}

body.contact #wrap main .content .block .company-box .box ul li small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333em;
  font-weight: bold;
}

body.contact #wrap main .content .block .company-box .box ul li .tel, body.contact #wrap main .content .block .company-box .box ul li .fax {
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .05em;
  font-weight: bold;
  font-family: "century-gothic", sans-serif;
}

body.contact #wrap main .content .block .company-box .box ul li .tel:before, body.contact #wrap main .content .block .company-box .box ul li .fax:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  background: url(../../contact/images/tel.png) center center/cover no-repeat;
}

body.contact #wrap main .content .block .company-box .box ul li .fax:before {
  background: url(../../contact/images/fax.png) center center/cover no-repeat;
}

body.contact #wrap main .content .block .company-box .box ul .org {
  color: #f79700;
}

body.contact #wrap main .content .block .company-box .box ul .org .tel:before {
  background: url(../../contact/images/tel_org.png) center center/cover no-repeat;
}

body.contact #wrap main .content .block .company-box .box ul .grn {
  color: #56a4a0;
}

body.contact #wrap main .content .block .company-box .box ul .grn .tel:before {
  background: url(../../contact/images/tel_blu.png) center center/cover no-repeat;
}

body.contact #wrap main .content .block .company-box .box .map-box {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
}

@media only screen and (max-width: 767px) {
  body.contact #wrap main .content .block .company-box .box .map-box {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

body.contact #wrap main .content .block .company-box .box .map-box .img img {
  width: 100%;
}

body.contact #wrap main .content .block .company-box .box .map-box address {
  font-style: normal;
  padding: 0 16px;
  display: block;
  margin-top: 16px;
}

body.contact #wrap main .content .block .company-box .box .map-box a {
  padding: 0 16px;
  text-decoration: underline;
  color: #1242bc;
}


/********************************************
  問い合わせフォーム 入力画面
*********************************************/
body.form #wrap main .content {
  background: #f4f4f4;
  padding: 30px 0;
}

body.form #wrap main .content .block {
  background: #fff;
  padding: 45px 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block {
    padding: 30px 20px 30px;
  }
}

body.form #wrap main .content .block .read-text {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 40px;
}

body.form #wrap main .content .block .read-text strong {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .read-text strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.form #wrap main .content .block .read-text p {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .read-text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.form #wrap main .content .block h3 {
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

body.form #wrap main .content .block h3:after {
  content: "";
  width: 110px;
  height: 3px;
  display: block;
  background: #333;
  margin: 12px auto 0;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block h3:after {
    width: 60px;
    height: 2px;
    margin: 6px auto 0;
  }
}

body.form #wrap main .content .block .box_form {
  margin-top: 42px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form {
    margin-top: 30px;
  }
}

body.form #wrap main .content .block .box_form table {
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}

body.form #wrap main .content .block .box_form table input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

body.form #wrap main .content .block .box_form table textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
  height: 190px;
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

body.form #wrap main .content .block .box_form table tr th {
  border-top: 1px solid #dcdcdc;
  background: #f6f4ef;
  vertical-align: middle;
  position: relative;
  text-align: left;
  padding: 20px;
  width: 26.6%;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

body.form #wrap main .content .block .box_form table tr th span {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr th span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

body.form #wrap main .content .block .box_form table tr th .required {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  color: #fff;
  width: 55px;
  background: #f84239;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr th .required {
    font-size: 10px;
    font-size: 1rem;
    width: 50px;
    right: 10px;
  }
}

body.form #wrap main .content .block .box_form table tr td {
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  width: 73.4%;
  padding: 20px 0px 20px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td {
    display: block;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    border-left: none;
    padding: 15px 10px;
  }
}

body.form #wrap main .content .block .box_form table tr td .required {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  color: #fff;
  width: 55px;
  background: #f84239;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td .required {
    font-size: 10px;
    font-size: 1rem;
    width: 50px;
    line-height: 1.6;
  }
}

body.form #wrap main .content .block .box_form table tr td .box {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td .box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.form #wrap main .content .block .box_form table tr td .box:last-of-type {
  margin-bottom: 0;
}

body.form #wrap main .content .block .box_form table tr td .box .item {
  width: 90px;
  text-align: left;
}


@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td .box .item {
    margin-bottom: 10px;
    width: 100%;
    line-height: 1;
  }
}

body.form #wrap main .content .block .box_form table tr td .box .item strong {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td .box .item strong {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.form #wrap main .content .block .box_form table tr td .box .item small {
  font-size: 12px;
  font-size: 1.2rem;
}

body.form #wrap main .content .block .box_form table tr td .box .input-area {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td .box .input-area {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.form #wrap main .content .block .box_form table tr td .box .input-area .sub-text {
  margin-right: 10px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td .box .input-area .sub-text {
    width: 12px;
    margin-bottom: 10px;
  }
}

body.form #wrap main .content .block .box_form table tr td .box .input-area .sub-text:nth-of-type(2) {
  margin-left: 28px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td .box .input-area .sub-text:nth-of-type(2) {
    margin-left: 0;
  }
}

body.form #wrap main .content .block .box_form table tr td .box .input-area input {
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

body.form #wrap main .content .block .box_form table tr td .box .input-area select {
    width: 204px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    height: 40px;
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Noto Sans JP", "Yu Gothic", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
		cursor: pointer;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td .box .input-area input,
	body.form #wrap main .content .block .box_form table tr td .box .input-area select{
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .nameline .box {
    margin-bottom: 10px;
  }
}

body.form #wrap main .content .block .box_form table tr .nameline .box .input-area input {
  width: 202px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .nameline .box .input-area input {
    width: calc(100% - 22px);
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .sexline .box {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  body.form #wrap main .content .block .box_form table tr .sexline .box .btn {
    margin-left: -18px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .sexline .box .btn {
    width: 48%;
    margin-top: -24px;
  }
}

body.form #wrap main .content .block .box_form table tr .sexline .box .btn input {
  visibility: hidden;
}

body.form #wrap main .content .block .box_form table tr .sexline .box .btn input:checked + label {
  border: 1px solid #55908d;
  background: #55908d;
}

body.form #wrap main .content .block .box_form table tr .sexline .box .btn input:checked + label i:before {
  background: url(../../contact/images/check_on.png) center center/cover no-repeat;
}

body.form #wrap main .content .block .box_form table tr .sexline .box .btn label {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  padding: 6px 12px;
  width: 125px;
  text-align: left;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .sexline .box .btn label {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}

body.form #wrap main .content .block .box_form table tr .sexline .box .btn label i {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .sexline .box .btn label i {
    width: 20px;
    height: 20px;
  }
}

body.form #wrap main .content .block .box_form table tr .sexline .box .btn label i:before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -1px;
  background: url(../../contact/images/check.png) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .sexline .box .btn label i:before {
    width: 20px;
    height: 20px;
  }
}

body.form #wrap main .content .block .box_form table tr .addressline .box:nth-of-type(3) {
  margin-bottom: 0;
}



body.form #wrap main .content .block .box_form table tr .addressline .box .input-area{
	    width: 100%;
}

body.form #wrap main .content .block .box_form table tr .addressline .box .input-area input {
  width: 204px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .addressline .box .input-area input,
	body.form #wrap main .content .block .box_form table tr .addressline .box .input-area select{
    width: 100%;
  }
}

input#addr3{width:100% !important;}

.red {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
  .red {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .telline .box .input-area {
    width: 100%;
  }
}

body.form #wrap main .content .block .box_form table tr .telline .box .input-area input {
  width: 286px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .telline .box .input-area input {
    width: 100%;
  }
}

body.form #wrap main .content .block .box_form table tr .telline .box .input-area .required {
  margin-left: 12px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .telline .box .input-area .required {
    font-size: 10px;
    font-size: 1rem;
    width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .telline .box .item .required {
    margin-left: 10px;
    font-size: 10px;
    font-size: 1rem;
    width: 50px;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .item {
  width: 125px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .item .required {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .item .required {
    display: inline-block;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .item strong {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .item small {
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .item small {
    display: inline-block;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .tour-item {
  width: 175px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .tour-item {
    width: 100%;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .input-area {
  display: block;
  width: calc(100% - 125px);
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .input-area {
    width: 100%;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off .btn {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  padding: 6px 12px;
  width: 145px;
  text-align: left;
  margin-right: 15px;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off .btn {
    width: 48%;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 12px;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off .btn:nth-of-type(2) {
  margin-right: 0;
}

body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off .btn.is-active {
  background: #55908d;
}

body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off .btn.is-active i:before {
  background: url(../../contact/images/check_on.png) center center/cover no-repeat;
}

body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off .btn i {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off .btn i {
    width: 20px;
    height: 20px;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off .btn i:before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -1px;
  background: url(../../contact/images/check.png) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .input-area .on-off .btn i:before {
    width: 20px;
    height: 20px;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .input-area ul {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.form #wrap main .content .block .box_form table tr .tourline .box .input-area ul li {
  margin-bottom: 12px;
}

body.form #wrap main .content .block .box_form table tr  .box .input-area ul li input {
  visibility: hidden;
  height: 18px;
  width: 18px;
}
body.form #wrap main .content .block .box_form table tr .telline .box .input-area ul li input {width:auto; margin-left: 10px; }

body.form #wrap main .content .block .box_form table tr  .box .input-area ul li input:checked + label > i:before {
  content: "";
  width: 14px;
  height: 12px;
  display: block;
  background: url(../../contact/images/red_check.png) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.form #wrap main .content .block .box_form table tr .box .input-area ul li label {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-weight: bold;
  margin-left: -20px;
  margin-right: 16px;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr  .box .input-area ul li label {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: -26px;
  }
}

body.form #wrap main .content .block .box_form table tr  .box .input-area ul li label i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #959595;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr  .box .input-area ul li label i {
    width: 16px;
    height: 16px;
  }
}

body.form #wrap main .content .block .box_form table tr .tourline .box .tour-area {
  width: calc(100% - 175px);
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .tourline .box .tour-area {
    width: 100%;
  }
}

body.form #wrap main .content .block .box_form table tr .questionline .box .input-area {
  display: block;
	width : 100%;
}

body.form #wrap main .content .block .box_form table tr .questionline .box .input-area ul {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.form #wrap main .content .block .box_form table tr .questionline .box .input-area ul li {
  margin-bottom: 12px;
}

body.form #wrap main .content .block .box_form table tr .questionline .box .input-area ul li input {
  visibility: hidden;
  height: 18px;
  width: 18px;
}

body.form #wrap main .content .block .box_form table tr .questionline .box .input-area ul li input:checked + label > i:before {
  content: "";
  width: 14px;
  height: 12px;
  display: block;
  background: url(../../contact/images/red_check.png) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.form #wrap main .content .block .box_form table tr .questionline .box .input-area ul li label {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-weight: bold;
  margin-left: -20px;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .questionline .box .input-area ul li label {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: -26px;
  }
}

body.form #wrap main .content .block .box_form table tr .questionline .box .input-area ul li label i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #959595;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .questionline .box .input-area ul li label i {
    width: 16px;
    height: 16px;
  }
}

body.form #wrap main .content .block .box_form  .nextBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  display: block;
  margin: 45px auto;
  background: #55908d;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .04em;
  width: 222px;
  padding: 28px 0;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form  .nextBtn {
    padding: 16px 0;
    margin: 25px auto;
  }
}

body.form #wrap main .content .block .box_form  .prevBtn {
  display: block;
  margin: 45px auto;
  background: #c5b897;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .04em;
  width: 222px;
  padding: 28px 0;
  border-radius: 3px;
  border-color:transparent;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form  .prevBtn {
    padding: 16px 0;
    margin: 25px auto 0;
  }
}

body.form #wrap main .content .block .box_form  .btnBox {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form  .btnBox {
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}


body.form #wrap main .content .block .read-text{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 3px 0 20px;
}

.error{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 3px 0 20px;
		color: #f84239;
	font-weight:bold;
}


/*キャラバン*/


body.form #wrap main .content .block .box_form table tr .crv_tour .box .item {
  width: 105px;
}
@media only screen and (max-width: 767px) {
body.form #wrap main .content .block .box_form table tr .crv_tour .box .item {
  width: 100%;
}	
}
@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area {
    width: 100%;
  }
}

body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area input {
  width: 286px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area input {
    width: 100%;
  }
}


body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area.tour_name{
	width: 85%;
}
@media only screen and (max-width: 767px) {
    body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area.tour_name{
	    width: 100%;
    }
}
body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area.tour_name input
{width:100%}

body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area .required {
  margin-left: 12px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area .required {
    font-size: 10px;
    font-size: 1rem;
    width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tour .box .item .required {
    margin-left: 10px;
    font-size: 10px;
    font-size: 1rem;
    width: 50px;
  }
}

body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area.ninzu input{
	width: 100px;
}

@media only screen and (max-width: 767px) {
	body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area.ninzu input{
		
    width: calc(100% - 30px);
    margin-bottom: 10px;
	}
}

body.form #wrap main .content .block .box_form table tr td .box .input-area.ninzu .sub-text {
	width: 50px;
  margin-right: 0px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td .box .input-area.ninzu .sub-text {
    width: 30px;
    margin-bottom: 10px;
  }
}

body.form #wrap main .content .block .box_form table tr td .box .input-area.ninzu .sub-text:nth-of-type(2) {
  margin-left: 28px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr td .box .input-area.ninzu .sub-text:nth-of-type(2) {
    margin-left: 0;
  }
}
body.form #wrap main .content .block .box_form table tr .crv_tour .box:nth-of-type(4){
	margin-bottom: 0;
}
body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area .red {
    display: block;
    margin-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tour .box .input-area .red {
    font-size: 12px;
    font-size: 1.2rem;
  }
}


@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .input-area input {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .btn {
    margin-left: -18px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .btn {
    width: 48%;
    margin-right: 5px;
		margin-top: -4px;
  }
}

  body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .input-area.hacchaku {
	margin-top:  -20px;
		margin-bottom: 5px;
    margin-left: 28px;
}
@media only screen and (max-width: 767px) {
	 body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .input-area.hacchaku {
    margin-left: 0px;
	}
}

  body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .input-area.zaseki {
		margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .input-area.zaseki .btn {
    width: 100%;
		margin-top: -16px;
  }
}

body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .btn input {
  visibility: hidden;
	height: 0px;
	/*display: none;*/
}

body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .btn input:checked + label {
  border: 1px solid #55908d;
  background: #55908d;
}

body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .btn input:checked + label i:before {
  background: url(../../contact/images/check_on.png) center center/cover no-repeat;
}

body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .btn label {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  padding: 6px 12px;
  /*width: 125px;*/
  text-align: left;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .btn label {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}

body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .btn label i {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .btn label i {
    width: 20px;
    height: 25px;
 	 margin-right: 13px;
  }
}

body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .btn label i:before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -1px;
  background: url(../../contact/images/check.png) center center/cover no-repeat;
}

body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box:nth-of-type(2){
	margin-bottom: 0;
}
body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .input-area .red {
    display: block;
    margin-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .crv_tourdetail .box .input-area .red {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.form #wrap main .content .block .box_form table tr .box.goiken {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
body.form #wrap main .content .block .box_form table tr .box.goiken .item,
	body.form #wrap main .content .block .box_form table tr .box.goiken .input-area {
		width: 100%;
}

/*ツアー問い合わせ*/



body.form #wrap main .content .block .box_form table tr .t_contact_tour .box.s_tour {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
body.form #wrap main .content .block .box_form table tr .t_contact_tour .box.s_tour .item,
	body.form #wrap main .content .block .box_form table tr .t_contact_tour .box.s_tour .input-area {
		width: 100%;
}

@media only screen and (min-width: 768px){
	body.form #wrap main .content .block .box_form table tr .t_contact_tour .box.s_tour .input-area input:first-of-type{
		width: 150px;
	}
}
body.form #wrap main .content .block .box_form table tr .t_contact_tour .box .input-area .sub-text:nth-of-type(1){
	width:110px;
	margin-right: 5px;
}
body.form #wrap main .content .block .box_form table tr .t_contact_tour .box .input-area .sub-text:nth-of-type(2){
	width:145px;
	margin-left: 10px;
	margin-right: 5px;
}


@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .t_contact_tour .box {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .t_contact_tour .box .input-area input {
    width: calc(100% - 22px);
    margin-bottom: 10px;
  }
}


@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .soufu .box {
    -webkit-flex-direction:column;
    flex-direction:column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  body.form #wrap main .content .block .box_form table tr .soufu .box .btn {
    margin-left: -18px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .soufu .box .btn {
    width: 100%;
    margin-top: -13px;
  }
}

body.form #wrap main .content .block .box_form table tr .soufu .box .btn input {
  visibility: hidden;
}

body.form #wrap main .content .block .box_form table tr .soufu .box .btn input:checked + label {
  border: 1px solid #55908d;
  background: #55908d;
}

body.form #wrap main .content .block .box_form table tr .soufu .box .btn input:checked + label i:before {
  background: url(../../contact/images/check_on.png) center center/cover no-repeat;
}

body.form #wrap main .content .block .box_form table tr .soufu .box .btn label {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  padding: 6px 12px;
  text-align: left;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .soufu .box .btn label {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}

body.form #wrap main .content .block .box_form table tr .soufu .box .btn label i {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .soufu .box .btn label i {
    width: 20px;
    height: 20px;
  }
}

body.form #wrap main .content .block .box_form table tr .soufu .box .btn label i:before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -1px;
  background: url(../../contact/images/check.png) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .soufu .box .btn label i:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .questionline_r .box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
  body.form #wrap main .content .block .box_form table tr .questionline_r .box .input-area,
  body.form #wrap main .content .block .box_form table tr .questionline_r .box .input-area ul{
    width: 100%;
	-webkit-flex-wrap: wrap; 
  flex-wrap        : wrap;
  }

@media only screen and (min-width: 768px) {
  body.form #wrap main .content .block .box_form table tr .questionline_r .box .btn {
    margin-left: -18px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .questionline_r .box .btn {
    margin-right: 5px;
		margin-top: -4px;
	width: 100%;
  }
}


body.form #wrap main .content .block .box_form table tr .questionline_r .box .btn input {
  visibility: hidden;
	height: 0px;
	/*display: none;*/
}

body.form #wrap main .content .block .box_form table tr .questionline_r .box .btn input:checked + label {
  border: 1px solid #55908d;
  background: #55908d;
}

body.form #wrap main .content .block .box_form table tr .questionline_r .box .btn input:checked + label i:before {
  background: url(../../contact/images/check_on.png) center center/cover no-repeat;
}

body.form #wrap main .content .block .box_form table tr .questionline_r .box .btn label {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  padding: 6px 12px;
  width: 260px;
  text-align: left;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .questionline_r .box .btn label {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}

body.form #wrap main .content .block .box_form table tr .questionline_r .box .btn label i {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .questionline_r .box .btn label i {
    width: 20px;
    height: 25px;
 	 margin-right: 13px;
  }
}

body.form #wrap main .content .block .box_form table tr .questionline_r .box .btn label i:before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -1px;
  background: url(../../contact/images/check.png) center center/cover no-repeat;
}

body.form #wrap main .content .block .box_form table tr .questionline_r .box:nth-of-type(2){
	margin-bottom: 0;
}
body.form #wrap main .content .block .box_form table tr .questionline_r .box .input-area .red {
    display: block;
    margin-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  body.form #wrap main .content .block .box_form table tr .questionline_r .box .input-area .red {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.box_mg{ text-align: center}
.box_mg img{ margin: 0 auto}
.box_mg h4{ margin:80px 0 0 0; font-size:16px; font-size: 1.6rem; font-weight: bold;}

body.form #wrap main .content .block .box_form table tr td .box .input-area input:focus {
    border: 3px solid #31a488;
}
#goiken{
    line-height: 130%;
}