@charset "UTF-8";

/* ==============================
  base
============================== */
html {
	font-size: 62.5%;
}
body{
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	background-color: #fff;
	/*background-color: #ececec;*/
}
body,
input,
textarea {
	color: #555;
	font-size: 1.4rem;
	line-height: 1.7;
	word-wrap: break-word;
}

/* Links */
a {
	transition: all 0.3s ease-out;
}
a img{
	border:0 none;
	transition: all 0.3s ease-out;
	/* hover時画像ズレ対策 */
	box-shadow: #000 0 0 0;
}
/* table */
table,
th,
td {
	border: none;
}
table,
.form_table { margin-bottom: 0; }
th,
td,
.form_table th,
.form_table td {
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	position: relative;
}
th,
.form_table th {
	width: 260px;
	padding-left: 10px;
	padding-right: 60px;
	text-transform: initial;
	background-color: inherit;
}
td,
.form_table td {
	padding-bottom: 10px;
}

/* Forms
------------------------------*/
select {
	margin: 5px 0.5ex 5px;
	height: 3em;
	vertical-align: middle;
	/*  background: -prefix-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0));
	  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0));*/
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"],
input[type="file"],
select {
	margin: 0 0.5ex 10px;
	padding: 4px 6px;
	border: 1px solid #ccc;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	min-width: 280px;
	height: auto;
	padding:14px 20px;
	box-shadow: 0 2px 1px #D9D9D9;
	background-color:#0480c8;
	border: none;
	letter-spacing: .1em;
}
.address input[type="button"] {
	min-width: 100px;
	padding:5px 10px;
}
input[name="submit__b"] {
	background-color: #999;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}
input[name="submit__c"]:hover,
input[name="submit__r"]:hover {
	background-color: #0480c8;
}
textarea {
	resize: none;
}
input, button, select, optgroup, textarea {
	color: #333;
}
input[value="カレンダーから選択"]{
	min-width: initial;
	padding:6px 10px;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0;
	background-color: #999;
	vertical-align: top;
	margin-right: 12px;
}
input[type=text]:focus {
	border-color: #0480c8;
}
input.err {
	background: #ffedf5!important;
	border: #ffb0bd solid 1px!important;
}

/*Radio Check*/
.labelCheckbox {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.labelRadio label, .labelCheckbox label {
	position      : relative;
	cursor        : pointer;
	display       : inline-block;
	overflow      : hidden;
	box-sizing    : border-box;
}
.labelRadio label {
	min-height   : calc(18px + 5px);
	margin-right : calc(18px + 5px);
	padding-left : calc(18px + 5px);
	line-height  : calc(18px + 5px);
}
.labelCheckbox label {
	padding-left : calc(18px + 5px);
	line-height  : 18px;
	margin-right: 5px;
}
/** before after **/
.labelRadio label:before, .labelCheckbox label:before,
.labelRadio label:after, .labelCheckbox label:after{
	content  : '';
	position : absolute;
	box-sizing : border-box;
}
.labelRadio label:before{
	border-radius    : 100%;
}
.labelCheckbox label:after{
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	border-right      : 2px solid #3b99fc;
	border-bottom     : 2px solid #3b99fc;
	top               : 18px;
	display           : block;
	margin-top        : -15px;
	width             : calc(((11px / 12 ) * 5));
	height            : 11px;
	z-index           : 1;
	/*
	  top               : calc(50% - (((11px / 12 ) * 5) / 2));
	  margin-top        : calc(((11px / 12 ) * 5) * -1);*/
}
.labelRadio label:before, .labelRadio label:after{
	top              : 0px;
	bottom           : 0px;
	margin-top       : auto;
	margin-bottom    : auto;
}
.labelRadio label:before {
	width         : 18px;
	height        : 18px;
	border        : 1px solid #cdcdcd;
	left          : 0px;
	z-index       : 3;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1) inset;
}
.labelCheckbox label:before {
	width    : 18px;
	height   : 18px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #c7c7c7;
	z-index  : 3;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1) inset;
}
.labelRadio label:after {
	width            : 10px;
	height           : 10px;
	border-radius    : 100%;
	left             : calc(((18px/2) - (10px) / 2));
	background-color : #3b99fc;
	z-index          : 1;
}
.labelCheckbox label:after {
	left : calc((18px / 2) - (((11px / 12 ) * 5) / 2));
}
/** input **/
.labelRadio label input[type="radio"], .labelCheckbox input[type="checkbox"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	margin     : 0px;
	width      : 18px;
	height     : 18px;
	box-sizing    : border-box;
	outline       : none;
}
.labelRadio label input[type="radio"]{
	left       : calc(18px * -1);
	width      : 18px;
	height     : 18px;
	top           : 0px;
	bottom        : 0px;
	margin-top    : auto;
	margin-bottom : auto;
	border-radius : 100%;
}
.labelCheckbox input[type="checkbox"]{
	left       : calc(18px * -1);
	top: 0;
	padding    : 0;
}
.labelRadio label input[type="radio"] {
	box-shadow : 18px 0px #FFF;
}
.labelCheckbox input[type="checkbox"] {
	display    : block;
	box-shadow : 18px 0px #FFF;
}
/** checked forcus */
.labelCheckbox input[type="checkbox"]:checked,
.labelRadio label input[type="radio"]:checked{
	box-shadow : none;
}
/*
.labelCheckbox input[type="checkbox"]:checked:focus {
  opacity: 0.1;
}
.labelRadio label input[type="radio"]:focus{
  opacity: 0.2;
}
.labelCheckbox input[type="checkbox"]:checked:focus {
  box-shadow : 18px 0px #666;
}
.labelCheckbox input[type="checkbox"]:focus {
  box-shadow : 18px 0px #EEE;
}
.labelRadio label input[type="radio"]:focus {
  box-shadow : 18px 0px #FFF;
}
*/






/* ==============================
  不要か確認
============================== */
.reserve_box {
	margin-bottom: 10px;
}
.reserve_box a { display: block;
	position: relative; }
.reserve_box .actionbox {
	background-color: #fff;
	position:absolute;
	bottom: 0;
	left: 50%;
	margin-left: -130px;
}
.primal_form_table th,
.primal_form_table td {
	border: none;
}
/* ==============================
  不要か確認
============================== */



/* form_step_img
------------------------------*/
.form_step_img {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.form_step_img2 {
	margin-bottom: 30px;
}
.form_sign {
	overflow: hidden;
	height: 163px;
}
.form_sign img {
	margin: auto;
	display: block;
}


/* form class
------------------------------*/
.form_head {
	/*  background-color: #fbfbfb;
	  padding: 30px 40px;
	*/  margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.form_head th {
	padding-left: 20px;
}
.form_head tr:last-child th,
.form_head tr:last-child td {
	border-bottom: none;
}
/*
.form_head tr:first-child th,
.form_head tr:first-child td {
  padding-top: 10px;
}
.form_head tr:last-child th,
.form_head tr:last-child td {
  padding-bottom: 10px;
}*/
.form_head tr:last-child textarea,
.form_head tr:last-child input[type="text"] {
	margin-bottom: 0;
}
/* form_bunjou */
.form_head #tantou_tenji {
	margin-bottom: 10px;
}

#content .form_head h2:first-child.band_ttl {
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
	.form_head {
		padding: 0px 10px 10px;
	}
	#content .form_head h2:first-child.band_ttl + .catalog_list h3.catalog_h3 {
		padding-top: 0;
	}
}
/*
.form_head input[type="text"],
.form_head input[type="email"],
.form_head input[type="search"],
.form_head input[type="password"],
.form_head input[type="tel"],
.form_head input[type="url"],
.form_head input[type="date"],
.form_head textarea,
.form_head input[type="reset"],
.form_head input[type="radio"],
.form_head input[type="checkbox"],
.form_head input[type="file"],
.form_head select {
  background-color: #fff;
}
*/
.form_table .length_s { width: 60px;}
.form_table .length_m { width: 35%;}
.form_table .length_l { width: 50%;}
.form_table .length_zip { width: 100px;}
#zipcode_01 {
	width: 7em;
}
form .aligncenter {
	text-align: center;
}

.thkMessage {
	margin: 15px 0;
}


.caution_txt,
.require {
	color: #900;
}
.Ps_form_message {
	color: #FF0000;
	display: block;
}

.present_link_th {
	background-color :#ddd;
}



.em2, .em3, .em4, .em5, .em6, .em8, .em4-sp, .em5-sp, .em6-sp {
	display: inline-block;
}
.em2 { width: 2.5em;}
.em3 { width: 3.5em;}
.em4 { width: 4.5em;}
.em5 { width: 5.5em;}
.em6 { width: 6.5em;}
.em8 { width: 8.5em;}

@media only screen and (max-width: 767px) {
	.sp-display-block { display: block;}
	.em4-sp { width: 4.5em;}
	.em5-sp { width: 5.5em; }
	.em6-sp { width: 6.5em; }
}

input + .em3 { margin-left: 10px; }
.em6 + select { margin-left: 0 }

.notes,
.supplement_text { font-size: 90%; }
.supplement_text:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
	margin-bottom: 10px;
}

.mar-b0 { margin-bottom: 0 !important;}
.mar-b5 { margin-bottom: 5px !important;}
.mar-b10 { margin-bottom: 10px !important;}
.mar-b15 { margin-bottom: 15px !important;}
.mar-b20 { margin-bottom: 20px !important;}
.mar-b30 { margin-bottom: 30px !important;}
.mar-b40 { margin-bottom: 40px !important;}
.mar-b50 { margin-bottom: 50px !important;}
.mar-b80 { margin-bottom: 80px !important;}
.mar-t0 { margin-top: 0 !important;}
.mar-t5 { margin-top: 5px !important;}
.mar-t10 { margin-top: 10px !important;}
.mar-t15 { margin-top: 15px !important;}
.mar-t20 { margin-top: 20px !important;}
.mar-t30 { margin-top: 30px !important;}
.mar-t40 { margin-top: 40px !important;}
.mar-t50 { margin-top: 50px !important;}
.mar-t80 { margin-top: 80px !important;}

/* btn */
.submit_btn {
	margin-top: 20px;
}
.entry-content input[name="submit__b"] {
	background-color: #888;
	font-size: 14px;
	line-height: 1em;
	min-width: 180px;
}
@media only screen and (max-width: 767px){
	.submit_btn {
		position: relative;
		padding-bottom: 50px;
	}
	.submit_btn input[name="submit__b"] {
		min-width: 280px;
		position: absolute;
		bottom: 0;
	}
}


.icon_01 {
	background-color: #c1272d;
	color: #fff;
	display: block;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	width: 36px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	position: absolute;
	top: 22px;
	right: 10px;
	text-align: center;
	border-radius: 2px;
}



.form_error_ttl {
	color: #FF0000;
	font-size: 1.2em;
	display: block;
	margin-bottom: 1rem;
	background-color: #ffdddd;
	padding: 10px;
}
.form_check_ttl {
	border: 1px solid #990000;
	color: #333;
	font-size: 115%;
	padding: 10px;
	display: block;
	margin-bottom: 0;
}

.entry-content ol {
	margin-bottom: 30px;
}
.recommend {
	margin: 30px 0;
	padding: 50px 20px 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	background-color: #dfe7f0;
}
.recommend:before {
	content: "Recommend";
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
.recommend li strong a {
	color: #333;
}
.contact_box {
	margin: 30px 0;
}
.contact_box ul {
	margin: 0!important;
}
.contact_box li {
	display: inline-block;
	box-sizing: border-box;
	width: 32.333%;
	padding: 5px;
}


/* need to check */
/* ok */
input[type="text"].is_check ,
input[type="email"].is_check ,
input[type="tel"].is_check ,
select.is_check,
textarea.is_check {
	border-width: 1px;
	border-style: solid;
	border-color: #8fcf2e;
	background-color: #f9fcf5;
}
/* err */
input[type="text"].is_required,
input[type="email"].is_required,
input[type="tel"].is_required,
select.is_required,
textarea.is_required {
	border-color: #c1272d;
	background-color: #fefbfb;
}
.labelRadio .is_check label:before,
.labelCheckbox .is_check label:before {
	border-color: #8fcf2e;
}
.labelRadio .is_required label:before,
.labelCheckbox .is_required label:before {
	border-color: #c1272d;
}

.labelRadio label.is_check:before,
.labelCheckbox label.is_check:before {
	border-color: #8fcf2e;
}
.labelRadio label.is_required:before,
.labelCheckbox label.is_required:before {
	border-color: #c1272d;
}

.clear .labelCheckbox {
	vertical-align: middle;
}

.labelBlock {
	display: block;
}
.yui-calcontainer {
	z-index: 1000!important;
}
.yui-skin-sam .yui-calendar .calweekdaycell {
	display: table-cell;
}
.yui-skin-sam .yui-calcontainer .yui-calendar td.wd6 a {
	background-color: #ffd4d4 !important;
}
.yui-skin-sam .yui-calcontainer .yui-calendar td.wd0 a {
	background-color: #ffd4d4 !important;
}


table,
.form_table {
	margin-top: 0;
}

/* 01_reuse
------------------------------*/
.notice2 td {
	border: 1px solid #ddd;
}
.notice2 {
	margin-top: 20px;
}
.notice2 .icon_01 {
	display: inline-block;
	position: initial;
}
.kinyu_other {
	display: inline-block;
	position: absolute;
	margin-left: -23px;
	margin-top: 0px;
}
.kinyu_other + #kinyu_other {
	margin-left: 5em;
}
.Ps_form_message + .kinyu_other {
	position: inherit;
	margin-left: 0;
}
.kinyu_adjust {
	padding-bottom: 20px;
}
.labelCheckbox .Ps_form_message {
	display: none;
}
input#your_kana_01,
input#your_name_01 {
	margin-right: 20px;
}

.reuseItems {
	display: flex;
	flex-wrap: wrap;
}
.reuseItem {
	flex-basis: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}
.reuseInner {
	overflow: hidden;
}
.reuseTtl {
	width: 57%;
	display: table;
	height: 84px;
	float: right;
}
.reuseTtl span {
	display: table-cell;
	vertical-align: middle;
}
.reuseImg {
	width: 27%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	padding-right: 15px;
}
.reuseImg img {
	display: block;
	margin: 0;
}
.reuseItems .labelCheckbox label:before {
	border-radius: inherit;
	background-color: #fff;
}
.reuseItems .labelCheckbox input[type="checkbox"] {
	box-shadow: none;
}
.reuseItems .labelCheckbox input[type="checkbox"]:checked + label:after {
	z-index: 5;
}

.calendarWrap #preference_month_1,
.calendarWrap #preference_day_1,
.calendarWrap #preference_month_2,
.calendarWrap #preference_day_2 {
	width: 4.5em;
}

/* 171222 */
/*
.reuseItem {
  flex-basis: 55%;
  max-width: 55%;
}
*/
.reuseTtl {
	width: 73%;
}
.reuseImg {
	width: 27%;
}


@media only screen and (max-width: 480px) {
	.reuseItem {
		flex-basis: 100%;
		max-width: 100%;
	}
	.reuseTtl {
		width: 60%;
		height: 60px;
	}
	.reuseImg {
		width: 40%;
	}
	.reuseImg img {
		max-width: 290px;
		width: 100%;
		margin-bottom: 0;
	}
}




/* desiogt_forn
------------------------------*/
.tourWrap {
	margin-top: 10px;
}
.calendarWrap #raijou_month,
.calendarWrap #raijou_day {
	width: 4.5em;
}
.calendarWrap #raijou_time,
.calendarWrap #raijou_date {
	width: 6em;
}

/* form_bunjou
------------------------------*/
.calendarWrap #kengaku_month,
.calendarWrap #kengaku_day {
	width: 4.5em;
}
.calendarWrap #kengaku_time {
	width: 6em;
}
.bunjoCatalog__items {
	display: flex;
	flex-wrap: wrap;
}
.bunjoCatalog__item {
	flex-basis: 32.333%;
	max-width: 32.333%;
	padding: 4px;
	box-sizing: border-box;
	margin: .5%;
	border: 1px solid #efefef;
}
.bunjoCatalog__inner {
	padding: 10px;
}
.bunjoCatalog__img img {
	display: block;
	margin: 10px auto;
}
.bunjoCatalog__group {
	border: 1px solid #efefef;
	box-sizing: border-box;
	padding: 8px;
}
.bunjoCatalog__group .bunjoCatalog__item {
	border: none;
}
@media only screen and (min-width: 767px) {
	.bunjoCatalog__group .bunjoCatalog__item + .bunjoCatalog__item {
		border-left: 1px solid #efefef;
	}
	.bunjoCatalog__group .lineL2-pc {
		line-height: 3.5em;
	}
}
@media only screen and (max-width: 767px) {
	.bunjoCatalog__group {
		padding: 8px 8px 0;
	}
	.bunjoCatalog__group .bunjoCatalog__item:nth-child(2) {
		border-left: 1px solid #efefef;
	}
}
@media only screen and (max-width: 480px) {
	.bunjoCatalog__group .bunjoCatalog__item + .bunjoCatalog__item {
		border-top: 1px solid #efefef;
		border-left: none;
	}
}

/* 05_form_reserve
------------------------------*/
.formHead-reserve tr:last-child th,
.formHead-reserve tr:last-child td {
	padding-bottom: 20px;
}
.tourWrap #raijou_date,
.tourWrap #raijou_night {
	width: 6em;
}
.visionalist_tag {
	height: 0;
}
@media only screen and (max-width: 767px) {
	.formHead-reserve tr:last-child th,
	.formHead-reserve tr:last-child td {
		padding-bottom: 10px;
	}
}

/* 06_form_catalog
------------------------------*/
.form_box_01 {
	margin-bottom: 20px;
}
.form_box_01 ul {
	margin: 0!important;
	padding: 0;
	list-style-type: none!important;
}
.form_box_01 p.notice_txt {
	margin-bottom: 10px;
}
.caution_txt_02 {
	background: none repeat scroll 0 0 #ffeeee;
	border: 1px solid #ddd;
	color: #ff5555;
	margin: 0 0 10px;
	padding: 5px;
}
.form_box_01 .caution_txt_02 {
	border: none;
}

.formHead-catalog {
	background-color: #fafcfe;
	padding: 30px 40px;
}
.formHead-catalog tr:first-child th,
.formHead-catalog tr:first-child td {
	padding-top: 10px;
}
.formHead-catalog tr:last-child th,
.formHead-catalog tr:last-child td {
	padding-bottom: 10px;
}
.formHead-catalog .left_bar {
	margin: 40px 0 20px;
}
.formHead-catalog .left_bar:first-child {
	margin: 10px 0 0;
}
.formHead-catalog select {
	background-color: #fff;
}

.formHead-catalogBottom tr:first-child th,
.formHead-catalogBottom tr:first-child td {
	padding-top: 20px;
}
.formHead-catalogBottom tr:last-child th,
.formHead-catalogBottom tr:last-child td {
	padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.formHead-catalog {
		padding: 5px 10px 10px;
	}
}



.left_bar {
	padding-left: 16px;
	border-left: 5px solid #888;
	font-weight: bold;
}
.left_bar_bl {
	padding-left: 16px;
	border-left: 5px solid #0075c1;
	font-weight: bold;
}
h2.left_bar_bl,
.left_bar {
	font-size: 21px;
	margin: 50px 0 30px;
	line-height: 1.4;
}
h2.left_bar_bl,
.left_bar,
.catalog_list h3,
.catalog_list h4 {
	padding-bottom: 0!important;
}
#content h2.band_ttl,
#contents h2.band_ttl {
	font-size: 20px;
}
#content .band_ttl,
#contents .band_ttl  {
	background-color: #5596C9;
	color: #fff;
	padding: 10px 15px;
	margin: 40px 0 20px;
}
.catalog_list h3 {
	font-size: 18px;
	padding-top: 15px;
}
.catalog_list h4 {
	font-size: 14px;
	min-height: 3.5em;
}

.catalog_list {
	display: flex;
	flex-wrap: wrap;
}
.catalog_h3 {
	flex-basis: 100%;
	max-width: 100%;
}
.catalog_box {
	flex-basis: 24.5%;
	max-width: 24.5%;
	padding: 10px;
	box-sizing: border-box;
	margin: .25%;
	border: 1px solid #efefef;
	background-color: #fff;
}
.catalog_list p {
	margin-bottom: 0;
}
.catalog_list p img {
	display: block;
	margin: 10px auto;
}

h3.quater_length_three {
	flex-basis: 75%;
	max-width: 75%;
	order: 1;
}
h3.quater_length_one {
	flex-basis: 25%;
	max-width: 25%;
	order: 2;
}
.catalog_list_2 .one { order: 3;}
.catalog_list_2 .two { order: 4;}
.catalog_list_2 .three { order: 5;}
.catalog_list_2 .four { order: 6;}

.catalog_list_3 .one { order: 3;}
.catalog_list_3 .two { order: 4;}
.catalog_list_3 .three { order: 5;}
.catalog_list_3 .four { order: 6;}

.catalog_list_2-b .one { order: 3;}
.catalog_list_2-b .two { order: 4;}
.catalog_list_2-b .three { order: 5;}
.catalog_list_2-b .four { order: 6;}

.catalog_list_3-b .one { order: 3;}
.catalog_list_3-b .two { order: 4;}
.catalog_list_3-b .three { order: 5;}
.catalog_list_3-b .four { order: 6;}

.catalog_list_3-b h3.quater_length_three {
	order: 2;
}
.catalog_list_3-b h3.quater_length_one {
	order: 1;
}


h3.half_length_left {
	flex-basis: 50%;
	max-width: 50%;
	order: 1;
}
h3.half_length_right {
	flex-basis: 50%;
	max-width: 50%;
	order: 2;
}

/* 08_form_mailmag
------------------------------*/
.formPoll {
	padding: 30px 40px;
	margin-top: 10px;
	margin-bottom: 0;
	border: 1px solid #ddd;
}
.formPoll th {
	border-bottom: none;
	padding-bottom: 0;
}
.formPoll th,
.formPoll td {
	padding-left: 0;
	padding-right: 0;
}
.formPoll tr:first-child th {
	padding-top: 0;
}
.formPoll tr:last-child td {
	border-bottom: none;
}
.formPoll tr:last-child textarea,
.formPoll tr:last-child input[type="text"] {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.formPoll {
		padding: 0px 10px 10px;
	}
}

/* 12_area
------------------------------*/
.areaHead {
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
.areaHead th {
	padding-left: 20px;
}
.areaHead tr:last-child th,
.areaHead tr:last-child td {
	border-bottom: none;
}
.areaHead tr:first-child td {
	font-weight: bold;
}
.areaHead tr:last-child textarea,
.areaHead tr:last-child input[type="text"] {
	margin-bottom: 0;
}
.supplementText-noClear {
	font-size: 90%;
	margin-bottom: .5em;
	display: block;
}

.form_area br + br { display: none; }
.form_item_wrapper label {
	display: inline-block;
	width: 44%;
}
#event_date { width: 100%; }
#participants,
#children {
	margin-left: .5ex;
	margin-right: .5ex;
}





/* form_club_entry
------------------------------*/
.form_club_entry .left_bar {
	font-size: 18px;
}
.assent_box_inner {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
#birth_01 { width: 8em; }
#birth_02, #birth_03 {
	width: 4em;
}
input.btn-change {
	min-width: 100px;
	padding: 10px 10px;
	background-color: #888;
	box-shadow: 0 1px 2px #888;
}
.form_club_entry #address {
	margin-left: 0;
}


/* form_rh_entry
------------------------------*/
.rhEntry_middle {
	line-height: 18px;
	display: inline-block;
	overflow: hidden;
}
.rhEntryCatalog__items {
	display: flex;
	flex-wrap: wrap;
}
.rhEntryCatalog__item {
	flex-basis: 32.333%;
	max-width: 32.333%;
	padding: 4px;
	box-sizing: border-box;
	margin: .5%;
	border: 1px solid #efefef;
}
.rhEntryCatalog__inner {
	padding: 10px;
}
.rhEntryCatalog__img img {
	display: block;
	margin: 10px auto;
}
.rhEntryCatalog__group {
	border: 1px solid #efefef;
	box-sizing: border-box;
	padding: 8px;
}
@media only screen and (min-width: 767px) {
	.rhEntryCatalog__item .lineL2-pc {
		min-height: 3.5em;
		display: block;
	}
}

/* form_rh_inquiry
------------------------------*/
.kinyu_br label:first-child {
	display: block;
	margin-bottom: 1em;
}

/*
.catalog_box {
  width: 24%;
  display: inline-block;
  padding: 4px;
  box-sizing: border-box;
  margin: .25%;
  border: 1px solid #efefef;
  vertical-align: top;
}
.catalog_list p {
  height: 136px;
  text-align: center;
  padding: 10px;
  margin: 0;
}

.catalog_list p.desc {
  text-align: left;padding-bottom: 0;
}
.catalog_list p.desc.row_1st {
  height: 76px;
}
.catalog_list p.desc.row_2nd {
  height: 76px;
}
.devide_three_left {
  width: 75%;
}
.devide_three_left .catalog_box {
  width: 33.333%;
}
.devide_one_right {
  width: 25%;
}
.devide_one_right .catalog_box {
  width: 100%;
}
.devide_half_left,
.devide_half_right {
  width: 50%;
}
.devide_half_left .catalog_box,
.devide_half_right .catalog_box {
  width: 50%;
}
*/
.formIntro {
	margin-top: 20px;
}
.pc_off {
	display: none;
}

@media only screen and (max-width: 767px) {
	body { font-size: 14px; }
	table,
	.form_table { border-top: 1px solid #ddd; }
	th,
	.form_table th {
		display: block;
		width: 100%;
		border: none;
		border-width: 1px 0;
		margin-top: 12px;
		padding: 5px 10px 0;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.416666667;
	}
	th.th-required {
		padding-right: 50px;
	}
	td,
	.form_table td {
		display: block;
		padding: 10px 10px 12px;
		box-sizing: border-box;
		color: #333;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		margin: 3px 0 7px;
	}
	.form_table select {
		margin: 3px 0 7px;
	}
	.form_table .length_m {
		width: 35%;
	}
	.length_xl,
	.length_l {
		width: 100%!important;
		box-sizing: border-box!important;
	}
	th .icon_01,
	th .icon_02 {
		top: 4px;
		right: 0;
	}
	td label {
		line-height: 2em;
	}
	.pc_off {
		display: block;
	}
	.sp_off {
		display: none;
	}
	.form_item {
		display: block;
	}
	.form_step_img {
		margin: 15px auto;
	}
	.formIntro {
		text-align: left;
		background-color: #f5f5f5;
		padding: 15px;
		margin-top: 0;
	}
	h2.left_bar_bl,
	.left_bar {
		font-size: 18px;
		margin: 30px 0 20px;
	}

	.labelCheckbox {
		display: block;
	}
	.labelInlineblock {
		display: inline-block;
	}
	.notice2 {
		border-top: none;
	}
	.notice2 .labelCheckbox {
		display: inline-block;
	}

	.kinyu_other + #kinyu_other {
		margin: 0;
	}
	#kinyu_other { width: 100%; }

	.contact_box li {
		width: 50%;
		float: left;
	}
	table .alignright {
		display: block;
		float: none;
		text-align: right;
	}
	th .alignright {
		display: block;
		text-align: left;
		margin-left: 0;
	}
	.yui-calcontainer th {
		display: table-cell;
		line-height: 1em;
	}
	.yui-calcontainer td {
		display: table-cell;
		line-height: 1em;
	}
	select#tenjijo_select_01,
	select#raijou_event,
	select#bunjou {
		width: 100%;
	}
	.bunjoCatalog__item,
	.rhEntryCatalog__item {
		flex-basis: 48%;
		max-width: 48%;
	}
	/*
	td.name .em3 { width: 15%; }
	td.name .length_m { width: 85%; }
	input + .em3 { margin-left: 0; }
	*/

	.catalog_box {
		flex-basis: 49%;
		max-width: 49%;
		margin: .5%;
	}
	#content h2.band_ttl,
	#contents h2.band_ttl {
		font-size: 18px;
		padding: 5px 10px;
		margin: 20px 0 10px;
	}

	h3.quater_length_three {
		flex-basis: 100%;
		max-width: 100%;
		order: 1;
	}
	.catalog_list_2 .one { order: 2;}
	.catalog_list_2 .two { order: 3;}



	h3.quater_length_one {
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 50%;
		order: 4;
	}
	.catalog_list_2 .three { order: 5;}
	.catalog_list_2 .four { order: 6;}

	.catalog_list_2-b .one { order: 2;}
	.catalog_list_2-b .two { order: 3;}
	.catalog_list_2-b h3.half_length_right { order: 4;}


	h3.half_length_left {
		flex-basis: 100%;
		max-width: 100%;
		order: 1;
	}
	.catalog_list_3 .one { order: 2;}
	.catalog_list_3 .two { order: 3;}

	h3.half_length_right {
		flex-basis: 100%;
		max-width: 100%;
		order: 4;
	}
	.catalog_list_3 .three { order: 5;}
	.catalog_list_3 .four { order: 6;}


	.catalog_list_2-b .one { order: 2;}
	.catalog_list_2-b .two { order: 3;}
	.catalog_list_2-b h3.half_length_right { order: 4;}

	.catalog_list_3-b .one { order: 2;}
	.catalog_list_3-b h3.quater_length_three { order: 3;}
	.catalog_list_3-b .two { order: 4;}


	#bunjo_01, #bunjo_02 { width: 100%; }
	input#your_kana_01,
	input#your_name_01 {
		margin-right: 10px;
	}
	input#your_age_01,
	input#experience_01,
	input#nenrei { margin-right: .5ex;}
	input#zipcode_01 {
		margin-right: 0.5ex;
	}
	/* form_club_entry */
	select#birth_01, select#birth_02, select#birth_03, input#your_age,
	input#plan_tshubo, input#plan_area, input#suggested, input#funds_01 {
		margin-right: .5ex;
	}
	input#grown_up, input#child_01 {
		margin-right: .5ex;
		margin-left: .5ex;
	}
	/* form_desio-gt */
	.calendarWrap input[value="カレンダーから選択"]{
		font-size: 10px;
		line-height: 22px;
		margin-right: .5ex;
	}
	/* 追加電話番号 */
	input#tel2, input#tel3 {
		margin-left: 3px;
	}
}
@media only screen and (max-width: 480px) {
	.bunjoCatalog__item,
	.rhEntryCatalog__item {
		flex-basis: 99%;
		max-width: 99%;
	}
	.catalog_box {
		flex-basis: 99%;
		max-width: 99%;
	}
	.catalog_list_2 .three { order: 4;}
	h3.quater_length_one {
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 0;
		order: 5;
	}
}


/* form_premium 2017 07 */
.premium__items {
	display: flex;
	flex-wrap: wrap;
}
.premium__item {
	flex-basis: 49%;
	max-width: 49%;
	padding: 4px;
	box-sizing: border-box;
	margin: .5%;
	border: 1px solid #efefef;
	background-color: #fff;
}
.premium__inner {
	padding: 10px;
}
.premium__ttl span {
	/*  min-height: 3em;*/
	min-height: 4.3em;
}
.premium__img img {
	display: block;
	margin: 10px auto;
}
/*
.premium__items .premium__item {
  color: #fff;
}*/
.premium__items .labelCheckbox label:before,
.premium__item-secondary .labelCheckbox label:before {
	border-radius: inherit;
	background-color: #fff;
}
.premium__items .labelCheckbox input[type="checkbox"],
.premium__items-secondary .labelCheckbox input[type="checkbox"] {
	box-shadow: none;
}
.premium__items .labelCheckbox input[type="checkbox"]:checked + label:after,
.premium__items-secondary .labelCheckbox input[type="checkbox"]:checked + label:after {
	z-index: 5;
}

.premium__item-secondary {
	padding: 10px 14px 0 14px;
	box-sizing: border-box;
	margin: .5%;
	border: 1px solid #efefef;
	background-color: #fff;
}
/*
.premium__items .premium__item:first-child {
  background-color: #005fa3;
}
.premium__items .premium__item:nth-child(2) {
  background-color: #00953d;
}
.premium__items .premium__item:last-child {
  background-color: #b81b30;
}
*/

@media only screen and (max-width: 480px) {
	.premium__item {
		flex-basis: 99%;
		max-width: 99%;
	}
	.premium__ttl span {
		min-height: 1em;
	}
	.premium__img img {
		max-width: 290px;
		width: 100%;
		margin-bottom: 0;
	}
}


/* stepnave */
.stepNave {
	display: block;
	overflow: hidden;
}
.stepNave *,
.stepNave *:after {
	box-sizing: border-box;
}
.stepNave_list:after {
	clear: both;
	content: "";
	display: table;
}
.stepNave_list {
	width: 100%;
	padding: 0.5em 1em;
	margin: 0 auto 1em !important;
	background-color: #edeff0;
}
.stepNave_list li {
	display: inline-block;
	float: left;
	margin: 0 0 .5em;
}
.stepNave_txt {
	width: 100%;
	text-align: center;
}
.stepNave_list li > * {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
}
.stepNave_ttl {
	display: inline-block;
}
.stepNave_list li {
	position: relative;
	padding: 0;
	width: 33.33%;
}
.stepNave_list.triangle {
	background-color: transparent;
	padding: 0;
}
.stepNave_list.triangle li > * {
	position: relative;
	padding: 1em .8em 1em 2.4em;
	color: #2c3f4c;
	background-color: #edeff0;
	border-color: #edeff0;
}
.stepNave_list.triangle li.current > * {
	color: #ffffff;
	background-color: #0075c1;
	border-color: #0075c1;
}
.stepNave_list.triangle li:first-of-type > * {
	padding-left: 1.6em;
}
.stepNave_list li:after {
	margin: 0 1em;
}
.stepNave_list.triangle li > *:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	height: 0;
	width: 0;
	border: 24px solid transparent;
	border-right-width: 0;
	border-left-width: 20px;
}
.stepNave_list.triangle li > *:after {
	z-index: 2;
	border-left-color: inherit;
}
.stepNave_list.triangle li:last-of-type > * {
	padding-right: 1.6em;
}
.stepNave_list.triangle li:last-of-type:after,
.stepNave_list.triangle li:last-of-type > *:after {
	display: none;
}
.stepNave_txt em {
	margin-right: .5em;
}

/* .stepNave_list-4th */
.stepNave_list-4th li {
	width: 25%;
}
.stepNave_list-4th.triangle li > * {
	padding-left: 1.5em;
	font-size: 1.4rem;
}
.stepNave_list-4th .stepNave_txt em {
	display: block;
	margin: 0 0 4px;
}
.stepNave_list-4th.triangle li:after,
.stepNave_list-4th.triangle li > *:after {
	border: 37px solid transparent;
	border-right-width: 0;
	border-left-width: 10px;
}
.stepNave_list-4th.triangle li:after {
	z-index: 1;
	border-left-color: #ffffff;
	margin: 0;
}
.stepNave_list-4th .stepNave_txt {
	min-height: 74px;

}
.stepNave_list-4th.triangle li > *:after {
	z-index: 2;
	border-left-color: inherit;
}
.stepNave_list-4th .stepNave_ttl {
	display: table;
	width: 100%;
}
.stepNave_list-4th .stepNave_ttl span {
	height: 2em;
	display: table-cell;
	vertical-align: middle;
}

li:nth-of-type(even) .stepNave_txt {
	background-color: #CCDFEF;
}
li:nth-of-type(odd) .stepNave_txt {
	background-color: #DDEAF4;
}
.stepNave_list.triangle li:nth-of-type(even) .stepNave_txt:after {
	border-left-color: #CCDFEF;
}
.stepNave_list.triangle li:nth-of-type(odd) .stepNave_txt:after {
	border-left-color: #DDEAF4;
}
.stepNave_list.triangle li.current .stepNave_txt:after {
	border-left-color: #0075c1;
}
@media only screen and (max-width: 767px) {
	.stepNave_txt em {
		display: block;
		margin: 0 0 4px;
	}
	.stepNave_list.triangle li > *:after {
		border: 34px solid transparent;
	}
	.stepNave_list.triangle li:after {
		z-index: 1;
		border-left-color: #ffffff;
		margin: 0;
	}
	.stepNave_list.triangle li > *:after {
		z-index: 2;
		border-left-color: inherit;
	}
	.stepNave_list-4th.triangle li:first-of-type > * {
		padding-left: 1em;
	}
	.stepNave_list-4th.triangle li:last-of-type > * {
		padding-right: 1em;
	}
	.stepNave_list-4th.triangle .stepNave_txt {
		min-height: 88px;
	}
	.stepNave_list-4th.triangle .stepNave_ttl span {
		height: 3em;
	}
	.stepNave_list-4th.triangle li > *:after {
		border: 44px solid transparent;
		border-right-width: 0;
		border-left-width: 10px;
	}
}
@media only screen and (max-width: 667px) {
	.stepNave_list li > * {
		font-size: 1.4rem;
	}
	.stepNave_list.triangle li > * {
		padding-left: 1.4em;
	}
	.stepNave_list.triangle .stepNave_txt {
		min-height: 60px;
	}
	.stepNave_list.triangle li > *:after {
		border: 30px solid transparent;
		border-right-width: 0;
		border-left-width: 10px;
	}
	.stepNave_list-4th.triangle li > *:after {
		border: 44px solid transparent;
		border-right-width: 0;
		border-left-width: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.stepNave_list {
		margin: 0 auto!important;
	}
	.stepNave_ttl {
		display: table;
		width: 100%;
	}
	.stepNave_list .stepNave_ttl span {
		display: table-cell;
		vertical-align: middle;
	}
	.stepNave_list-3rd .stepNave_ttl span {
		height: 2em;
	}
	.stepNave_list-3rd.triangle li > * {
		font-size: 1.1rem;
		padding-left: 1.2em;
	}
	.stepNave_list-3rd.triangle li > *:after {
		border: 30px solid transparent;
		border-right-width: 0;
		border-left-width: 10px;
	}
	.stepNave_list-3rd.triangle li:first-of-type > * {
		padding-left: 1em;
	}
	.stepNave_list-3rd.triangle li:last-of-type > * {
		padding-right: 1em;
	}
	.stepNave_list-4th.triangle li:first-of-type > * {
		padding-left: .8em;
	}
	.stepNave_list-4th.triangle li:last-of-type > * {
		padding-right: .8em;
	}
	.stepNave_list-4th li {
		margin: .5em 0;
	}
	.stepNave_list-4th.triangle li > * {
		font-size: 1.0rem;
	}
	.stepNave_list-4th.triangle li > *:after {
		border: 37px solid transparent;
		border-right-width: 0;
		border-left-width: 10px;
	}
	.stepNave_list-4th.triangle .stepNave_ttl span {
		height: 4em;
	}
}

.formHead-present .pc-none { display: none; }
.formHead-present .sp-none { display: block; }
@media only screen and (max-width: 767px){
	.formHead-present .pc-none { display: block; }
	.formHead-present .sp-none { display: none; }
}

.formHead-present {
	background-color: #fff;
	padding: 30px 40px;
	margin-bottom: 0;
}
.formHead-present:last-child {
	margin-bottom: 30px;
}
.formHead-present + .formHead-present {
	margin-top: 0;
	border-top: none;
}
.formHead-present-td,
.formHead-present-th {
	display: block;
}

.formHead-present .present_h3 { padding: 15px 0; }
.formHead-present p.desc { margin-bottom: 5px;}
.formHead-present .left_bar { margin: 15px 0; }

.formHead-present .left_bar + .formHead-present .present_h3 { padding-top: 5px; }
/*
.formHead-present tr:first-child th,
.formHead-present tr:first-child td {
  padding-top: 10px;
}
.formHead-present tr:last-child th,
.formHead-present tr:last-child td {
  padding-bottom: 10px;
}
*/
@media only screen and (min-width: 768px) {
	.formHead-present .form_table th {
		width: 220px;
	}
}

@media only screen and (max-width: 767px) {
	.formHead-present {
		padding: 5px 10px 10px;
	}
	.formHead-present .left_bar + .formHead-present .present_h3 { padding-top: 0; }
}
.formHead-present
input#yosan_02 {
	margin-right: .5ex;
}

/* カタログ追加 1904 */
.formHead-catalogBottom-02 {
	background-color: #fff;
	padding: 30px 40px;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.formHead-catalogBottom-02 .left_bar:first-child {
	margin: 10px 0 20px;
}
.catalog_list-formHead-catalogBottom-02 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form_table-formHead-catalogBottom-02 {
	width: 60%;
}
.form_table-formHead-catalogBottom-02 th,
.form_table-formHead-catalogBottom-02 td {
	border-bottom: none;
}

.formHead-catalogBottom-02 .catalog_box {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.formHead-catalogBottom-02 .catalog_box::after {
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		right: -35%;
		width: 1px;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.1);
	}
}

@media only screen and (max-width: 767px) {
	.form_table-formHead-catalogBottom-02 {
		margin-top: 30px;
		width: 100%;
	}
}

.noteWrap {
	border: solid 1px #ddd;
	padding: 20px;
	margin: 20px 0;
}
#content .noteWrap h3,
#contents .noteWrap h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
}
.noteWrap .supplement_text {
	margin-bottom: 0;
}
.noteWrap .supplement_text::after {
	display: none;
}


select#raijou_event {
	-webkit-text-size-adjust: 100%;
	width: 80%;
}

/* gensai_form */
.gensai-form__items {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center; }

.gensai-form__img {
	width: 160px;
	margin-bottom: 10px; }
@media screen and (max-width: 767px) {
	.gensai-form__img {
		width: 40%; } }

.gensai-form__name {
	padding-left: 10px;
	line-height: 1.2em; }

.gensai-form__items .labelRadio label {
	margin-right: 0;
}



select[name="raijou_date"] {
	width: 6em;

}

/* Synergy error message */
#err {
	color: red;
}
