@charset "utf-8";
/* ==========================================================

オンライン仮予約 common CSS

2019/02/06 326_sakaguchi

========================================================== */

/* --------------------------------------
 全ページ共通
--------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6,
p, em, img,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td, figure{
	margin:0;
	padding:0;
	border:0;
	outline:0;
  line-height:1;
}
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	background:transparent;
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	color: red;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea,select {
   -webkit-appearance: none;
   border-radius: 0;
}

/* --------------------------------------
 header
--------------------------------------- */
#headbg {
	position:relative;
	background: url("../image/cmn/head_bg.gif") repeat-x left top;
	width: 100%;
	height:123px;
}

#header {
	position:relative;
	top:17px;
	width:986px;
	height:106px;
	background: url("../image/cmn/bg_logo_tado.png") no-repeat 0 0;
	margin: 0 auto;
	padding:0;
}
#header h1{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:16px;
	font-weight:100;
}
#header .ttl_header01{
	display:block;
	position:absolute;
	top:10px;
	margin-left:15px;
	font-size:0.9em;
	letter-spacing:1px;
}
#header .ttl_header02{
	display:inline-block;
	vertical-align:middle;
	margin:38px 0 0 15px;
	width:130px;
	font-size:0.9em;
	line-height:17px;
	letter-spacing:1px;
}

#header .ttl_header03{
	position:absolute;
	top:47px;
	left:158px;
	vertical-align:middle;
}
.head_tel_box{
	position:absolute;
	bottom:15px;
	right:188px;
}
.head_tel_box .tel_read{
	font-size:0.9em;
}
.head_tel_box .tel{
	background:url("../image/cmn/bg_tado_tel.png") no-repeat 0 4px;
	margin-top:5px;
	padding-left:40px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.4em;
	letter-spacing:5px;
}

#header_tr{
	position:relative;
	top:17px;
	width:986px;
	height:106px;
	background: url("../image/cmn/bg_tr_logo.jpg") no-repeat 0 0;
	margin: 0 auto;
	padding:0;
}
#header_tr h1{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:16px;
	font-weight:100;
}
#header_tr .ttl_header01{
	display:block;
	position:absolute;
	top: 14px;
    left: 118px;
	margin-left:15px;
	font-size:0.9em;
	letter-spacing:1px;
}

#header_tr .ttl_header02{
	position:absolute;
	top:47px;
	left:158px;
	vertical-align:middle;
}
.head_tel_box02{
	position:absolute;
	bottom: 10px;
    right: 160px;
}
.head_tel_box02 .tel_read{
	font-size:0.9em;
}
.head_tel_box02 .tel{
	background:url("../image/cmn/bg_tr_tel.png") no-repeat 0 4px;
	padding-left:40px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.4em;
	letter-spacing:5px;
	line-height:30px;
}
@media screen and (max-device-width: 1024px) {
  #header .ttl_header01{
	font-weight:800;
}
#header .ttl_header02{
	font-weight:800;
}
#header_tr .ttl_header01 {
	font-weight:800;
}
 .head_tel_box,.head_tel_box02{
	font-weight:100;
}
 .head_tel_box a, .head_tel_box02 a{
	color:#000;
	font-weight:800;
}
}

/* --------------------------------------
 宿泊／会員種別
--------------------------------------- */
#status {
	width: 920px;
	margin: 20px auto;
	display: table;
	overflow: hidden;
}

#status li {
 display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	height: 32px;
}

/* ホテル宿泊 */
#status .stay {
	width: 130px;
	padding-left: 37px;
	background: url(../image/cmn/sel_ico_stay.gif) no-repeat 0px center;
}

/* ゴルフプレー */
#status .play {
	width: 150px;
	padding-left: 37px;
	background: url(../image/cmn/sel_ico_play.gif) no-repeat 0px center;
}

/* 宿泊プレー */
#status .stay_play {
	width: 190px;
	padding-left: 78px;
	background: url(../image/cmn/sel_ico_stay_play.gif) no-repeat 0px center;
}

/* レジデンス会員 */
#status .residence {
	padding-left: 37px;
	background: url(../image/cmn/member_sel_ico_residence.gif) no-repeat 0px center;
}
/*　レジデンス会員会員時のみ「様」の前にスペースをつける　*/
#status .residence .user_name:after {
	content: " ";
}

/* 一般のお客様 */
#status .general {
	padding-left: 37px;
	background: url(../image/cmn/member_sel_ico_general.gif) no-repeat 0px center;
}

/* ゴルフ会員 */
#status .golf {
	padding-left: 37px;
	background: url(../image/cmn/member_sel_ico_golf.gif) no-repeat 0px center;
}

/* チケットをお持ちのお客様 */
#status .ticket {
	padding-left: 37px;
	background: url(../image/cmn/member_sel_ticket.gif) no-repeat 0px center;
}

/*  ---------------------------------------------
 * add.201708 宿泊／会員種別
 *-----------------------------------------------*/
#status.header {
	width: 907px;
	margin: 0 auto;
	display: table;
	text-align:center;
}
#status.header > *:nth-child(1){
	width:460px;
	height:76px;
	padding-top:25px;
	margin:0 auto;
}
#status.header > *:nth-child(2){
	width:460px;
	height:50px;
	margin:0 auto;
}
#status.header > *:nth-child(2) strong{
	font-size:16px;
	color:#ad9a2e;
}
#status.header > *:nth-child(2) img{
	vertical-align:text-bottom;
}
#status.header > *:nth-child(3){
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}

/* ゴルフプレー予約・ビジター様専用 */
#status.header.golfplay_visitor{
	background:url(../image/cmn/bg_status_golf_top.png) no-repeat top center;
}

/* ゴルフプレー予約・メンバー様専用 */
#status.header.golfplay_member {
	background:url(../image/cmn/bg_status_golf_member_top.png) no-repeat top center;
}
#status.header.golfplay_member > *:nth-child(4){
	text-align:right;
	padding-top:5px;
	padding-bottom:10px;
}

/* ホテル予約・ビジター様専用 */
#status.header.playstay_visitor {
	background:url(../image/cmn/bg_status_playstay.png) no-repeat top center;
}

/* ホテル予約・メンバー様専用 */
#status.header.playstay_member {
	background:url(../image/cmn/bg_status_playstay.png) no-repeat top center;
}
#status.header.playstay_member > *:nth-child(4){
	text-align:right;
	padding-top:5px;
	padding-bottom:10px;
}

/* パンくず .siteroute -------------------*/
#status.header *.siteroute,
#status.header > *.siteroute:nth-child(3){
	text-align:left;
	padding-top:10px;
	padding-bottom:0px;
/*	padding-bottom:20px; */
}

#status.header *.siteroute {
	margin-bottom: 2em;
}

#status.header.golfplay_member *.siteroute,
#status.header.playstay_member *.siteroute{
	text-align:left;
	padding-top:10px;
	padding-bottom:0;
}
#status.header *.siteroute li{
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	color: #c0c0c0;
	vertical-align: middle;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	height:18px;
}
#status.header *.siteroute li:first-child{
	padding: 0;
}
#status.header *.siteroute li.current{
	color:#000;
}
#status.header *.siteroute li::before{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 4px;
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#status.header *.siteroute li:first-child::before{
	border: none;
}
#status.header *.siteroute li.nolink::before{
	border-color: #c0c0c0;
}


/* フロー .nav_location -------------------*/
.nav_location {
	margin: 1em auto 0.5em;
	text-align: center;
}



/* --------------------------------------
 アンカーリンク　ページトップへ戻る設定
--------------------------------------- */
#btn_pagetop {
    display: none;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 100;
    border-radius: 6px;
}


/* --------------------------------------
 main 
--------------------------------------- */
#main {
	overflow: hidden;
	width: 863px;
	margin: 0 auto;
	padding-bottom: 5em;
}

#main .txt_lead {
	line-height: 1.3em;
	margin-bottom: 1.5em;
}

#main .txt_lead {
	line-height: 1.6;
	width:45em;
	margin:0 auto 1em;
}

#main .txt_must{
	margin:0 0 10px;
}

#main .txt_must span {
	color: red;
}

h3 {
	border-bottom: 3px solid #44250d;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	text-align: center;
	width: 100%;
}

h3 span {
	background-image: linear-gradient(
    -45deg,
    #44250d 25%,
    #4E3019 25%, #4E3019 50%,
    #44250d 50%, #44250d 75%,
    #4E3019 75%, #4E3019
  );
  background-size: 6px 6px;
	display: block;
	line-height: 2em;
	margin-bottom: 1px;
}

#main #hotel,
#main #golf {
	margin-bottom: 3em;
}

/* --------------------------------------
 .con_form 
--------------------------------------- */
.con_form {
	margin: 0 auto;
	overflow: hidden;
	width: 842px;
}

.con_form dl {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1em;
}

.con_form dl dt {
	align-items: center;
	color: #000;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding-left: 0.7em;
	width: 232px;
}

.con_form dl dd {
	padding: 1em;
	width: 620px;
}

#hotel .con_form dl {
	border: 1px solid #861212;
}

#hotel .con_form dl dt {
	background: url(../image/bg-hotel.jpg) repeat;
	border-left: 5px solid #861212;
	border-right: 1px solid #861212;
}

#hotel .con_form dl dt .must {
	color: red;
	margin-right: 0.2em;
}

#golf .con_form dl {
	border: 1px solid #046304;
}

#golf .con_form dl dt {
	background: url(../image/bg-golf.jpg) repeat;
	border-left: 5px solid #046304;
	border-right: 1px solid #046304;
}

#customer .con_form dl {
	border: 1px solid #482D17;
}

#customer .con_form dl dt {
	background: url(../image/bg-customer.jpg) repeat;
	border-left: 5px solid #482D17;
	border-right: 1px solid #482D17;
}

.con_form ol {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.con_form ol li {
	margin-bottom: 0!important;
}

.txt_link {
	font-size: 14px;
	margin-bottom: 1em;
	text-align: right;
}

.txt_link span {
	display: inline-block;
	letter-spacing: -0.1em;
	transform: scale(0.8, 1.3);
	vertical-align: text-top;
}

.con_form input[type='text'],
.con_form input[type='tel'] {
	border: 1px solid #000;
	padding: 0.25em 0.7em;
}

.con_form input[type='text']::placeholder,
.con_form input[type='tel']::placeholder {
	opacity: .3;
}
.con_form input[type='text']:-ms-input-placeholder,
.con_form input[type='tel']:-ms-input-placeholder {
  color: #ccc;
}

.con_form select {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(../image/ico-circle.png) no-repeat right center #fff;
	border: 1px solid #000;
	line-height: 2em;
	padding: 0 0.7em;
}

.con_form select.select_disabled {
	background: #e2e2e2;
}

.con_form select::-ms-expand {
    display: none;
}


/* 20190614 セレクトボックス　select2  上書きstyle */
.select2-container--default .select2-selection--single {
	border: 1px solid #000;
	border-radius: 0;
	height: 2em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
	border-width: 8px 6px 0 6px;
	margin-left: -6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #000 transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0 6px 8px 6px;
}

.con_form button.btn_delete {
	align-items: center;
	background: #fff;
	border: none;
	color: #0000ff;
	display: inline-flex;
	font-size: 14px;
}

.con_form button.btn_delete:hover {
	color: red;
}

.con_form button.btn_delete img {
	margin-right: 0.3em;
	vertical-align: middle;
}


.con_form small {
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
}

.con_form small:nth-of-type(n+2) {
	margin-top: 0.3em;
}

.btn_next {
	background: #C31B1B;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #890707;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.3em;
	margin: 0 auto;
	padding-right: 1em;
	position: relative;
	text-align: center;
	width: 280px;
}

.btn_next:hover {
	color: #fff;
	opacity: .8;
	transition: .5s all;
}

.btn_next:before {
	background: url(../image/cmn/ico-btn-arrow.png) center center no-repeat;
  background-size: 0.4em;
  border: none;
  bottom: 0;
  content: "";
  display: block;
  right: -0.5em;
  position: absolute;
  top: 0;
  transform: none;
  width: 3em;
}

.btn_next.btn_gray {
	background: #949494;
	border-bottom: 2px solid #6f6f6f;
	color: #fff;
}

.btn_next.btn_gray:hover {
	opacity: 1;
}
/*ログアウト*/
.btn_logout {
	background: #1A4EAC;
	border-bottom: 2px solid #0C3173;
	border-radius: 3px;
	float: right;
	margin: -1em 1.3em 0.5em 0;
	position: relative;
	text-align: center;
	width: 140px;
}

.btn_logout:hover {
	opacity: .8;
	transition: .5s all;
}

.btn_logout:before {
	background: url(../image/cmn/ico-btn-arrow.png) center center no-repeat;
  background-size: 0.4em;
  border: none;
  bottom: 0;
  content: "";
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  transform: none;
  width: 2em;
}

.btn_logout a {
	color: #fff;
	display: block;
	font-feature-settings: "palt";
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.3em;
}

.btn_logout a:hover {
	text-decoration: none;
}


/*エラーのとき*/
.con_form input[type='text'].error,
.con_form input[type='tel'].error {
	background: #FFE8E8!important;
  border: 1px solid #C33030!important;
}

.error_txt {
	color: red;
	margin-top: 0.3em;
	width: 100%;
}


/* --------------------------------------
 　お客様情報　#customer
--------------------------------------- */

#customer .txt_lead {
	margin: 0 1em 0.5em;
}

#customer .txt_lead span {
	color: red;
}

#customer .txt_link {
	margin: 0 1em 10px;
	text-align: left;
}

#customer .con_form dl dt {
	font-feature-settings: "palt";
	letter-spacing: 0;
}

#customer .con_form dl dt .must {
	color: red;
	margin-right: 0.2em;
}

#customer .con_form dl dd ul li {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
	width: 100%;
}

#customer .con_form dl dd ul li:last-child {
	margin-bottom: 0;
}

#customer .con_form dl dd ul li small {
	margin: 0;
	text-align: left;
}

#customer .con_form dl dd ul li p {
	/*color: #BB2020;*/
	margin-bottom: 0.5em;
	width: 100%;
}

#customer .con_form input[type=text],
#customer .con_form input[type=tel] {
	width: 340px;
}

#customer .con_form textarea {
	height: 110px;
	width: 560px;
}

#customer .con_form small {
	margin: 0.3em 0 0;
	text-align: right;
}


/* --------------------------------------
 全ページ共通　footer
--------------------------------------- */
.footer_cmn {
	margin: 0px;
	padding: 0px 0px 30px;
	border-top: #ccc solid 1px;
	background: url(../image/cmn/footer_line.gif) repeat-x 0 bottom;
  font-size:0.75em;
}

#footer_box {
	padding-top: 20px;
	background: url(../image/cmn/footer_bg.gif) repeat-x 0 0;
}

#footer_box .footmenu {
	overflow: hidden;
	clear: both;
	width: 650px;
	margin: 0px auto;
	padding: 0px;
}

#footer_box .footmenu > h2 {
	float: left;
	clear: left;
	width: 90px;
	background: none;
	margin: 0px 0px 8px 8px;
	padding: 0px 8px 0px 0px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	line-height: 1.2;
}

#footer_box > ul {
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}

#footer_box .footmenu ul > li {
	display: inline;
	float: left;
	margin: 0px 0px 8px;
	padding: 0px 14px 2px 2px;
	border: none;
	background: url(../image/cmn/mrk_slash.gif) no-repeat right 1px;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
	letter-spacing: -0.1em;
}

#footer_box > ul > li {
	display: inline;
	padding: 0px 10px;
	border-right: #000 solid 1px;
}

#footer_box > ul > li:first-child {
	border-right: #000 solid 1px;
	border-left: #000 solid 1px;
}

#footer_box p {
	margin: 10px 0px;
	text-align: center;
}


/* --------------------------------------

 .box_btn_form

--------------------------------------- */
.box_btn_form {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 50px auto 70px;
  text-align: center;
  width: 450px;
}

.box_btn_form.mt_room {
  margin: 30px auto 0;
}

.box_btn_form.w_option {
  width: 500px;
}

.box_btn_form .btn_back {
  color: #FFF;
  background: #2447af;/*背景色*/
  border-bottom: solid 3px #223d8c;/*少し濃い目の色に*/
  border-radius: 3px;/*角の丸み*/
  display: inline-block;
  font-weight: bold;
  height: 2.3em;
  position: relative;
  text-decoration: none;
  width: 130px;
}

.box_btn_form .btn_back:before {
  background: url(../image/cmn/ico-btn-arrow.png) center center no-repeat;
  background-size: 0.5em;
  border: none;
  bottom: 0;
  content: "";
  display: block;
  left: 0.5em;
  position: absolute;
  top: 0.3em;
  transform: rotate(180deg);
  width: 2em;
}

.box_btn_form .btn_back a {
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
  line-height: 2.5em;
  padding-left: 1em;
}

.box_btn_form .btn_next {
	width: 245px;
}

.box_btn_form .btn_next a {
	color: #fff;
	display: block;
}

.box_btn_form .btn_next a:hover {
	color: #fff;
}

.box_btn_form .btn_confirm {
  color: #FFF;
  background: #d42222;/*背景色*/
  border-bottom: solid 3px #a01515;/*少し濃い目の色に*/
  border-radius: 5px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  display: inline-block;
  font-weight: bold;
  height: 3.5em;
  position: relative;
  text-decoration: none;
  width: 280px;
}

.box_btn_form .btn_confirm:before {
  background: url(../image/cmn/ico-btn-arrow.png) center center no-repeat;
  background-size: 0.6em;
  border: none;
  bottom: 0;
  content: "";
  display: block;
  right: 0;
  position: absolute;
  top: 0.3em;
  transform: none;
  width: 3em;
}

.box_btn_form .btn_confirm a {
  color: #fff;
  display: block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5em;
}

#notice.box_coron{
	width: 660px;
	height:148px;
	border:2px solid #E91E63;
	margin: 0 auto 20px;
	background:#fff;
	position:relative;
}
#notice.box_coron a{
	color:#000;
}
#notice.box_coron a:hover{
	opacity:0.75;
}
#notice.box_coron p.midashi{
	width: 640px;
	font-weight: 600;
	font-size:19px;
	padding:10px 0 5px;
	margin:auto;
	text-align:center;
	border-bottom:1px solid #000;
}
#notice.box_coron p{
	width: 620px;
	margin:0;
	padding:1em 1em 0;
	line-height:1.5;
}

/* --------------------------------------
 Googleリマーケティング 余白の非表示
--------------------------------------- */
iframe[name="google_conversion_frame"] {display:none;}


.mt5{
	margin-top:5px!important;
}
.mt10{
	margin-top:10px!important;
}
.mt15{
	margin-top:15px!important;
}
.ml10{
	margin-left: 10px!important;
}
.ml15{
	margin-left: 15px!important:
}
.ml20{
	margin-left: 20px!important;
}
.ml25{
	margin-left:25px!important;
}
.ml30{
	margin-left: 30px!important;
}