@charset "utf-8";


/* 基本要素 */
body {
  margin: 0;
  padding: 0;
/*   font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; */
  font-family: "Roboto", "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

  color: #303635;
}

/* リンク要素 */
a { color: #10ba98; }
a:visited { color: #5c6d6a; }
a:hover {
  color: #0c8d74;
  font-weight: bold;
  text-decoration: none;
}

p {
  margin-top: 0;
  line-height: 1.6;
}
img { max-width: 100%; }
#top_main h3 {
  font-size: 32px;
  text-align: center;
  padding: 4px 9px 4px 14px;
  font-weight: 100;
  font-family: 'Fira Sans', sans-serif, Helvetica, sans-serif;
}
.concept {
	font-size: 18px;
	text-align: center;
	line-height: 200%;
}
/* ヘッダー */
header {
  width: 980px;
  margin: 0 auto;
}
header h1 {
	/*
  float: left;
  */
  margin: 5px 0 10px;
}
header #header_contact {
  float: right;
  margin: 35px 0;
}

#title_logo {
	margin-left: 10px;
	/*
	width: 279px;
	*/
	max-width: 60%
}

#google_map{
	width: 100%;
	height: 400px;
}

/* ナビゲーション */
#global_navi {
  width: 980px;
  clear: both;
  overflow: hidden;
  margin: 16px auto;
}
#global_navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#global_navi ul li {
  width: 195px;
  float: left;
  margin-right: 1px;
  text-align: center;
}
#global_navi ul li a {
  display: block;
  padding: 16px;
  background-color: #352b23;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s linear;
}
#global_navi ul li.current a {
  background-color: #b7a077;
}
#global_navi ul li a:hover {
  background-color: #8c7a5b;
}
/* コンテンツ全体 */
#top_wrapper {
  margin: 10px auto;
  overflow: hidden;
}
#wrapper {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
/* メイン部分 */
#main {
/*
	width: 780px;
  float: left;
*/
  padding: 0 10px
}
/* サイドバー */
#sidebar {
  width: 220px;
  float: right;
}
#side_banner { margin-bottom: 30px; }
#side_banner h2 {
  background-color: #0c8d74;
  color: #fff;
  padding: 7px;
  font-size: 14px;
  text-align: center;
}
#side_banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#side_banner ul li { margin-bottom: 10px; }

#side_contact { margin-bottom: 30px; }
#side_contact {
  border: 1px solid #10ba98;
  color: #0c8d74;
  text-align: center;
}
#side_contact h2 {
  background-color: #10ba98;
  color: #fff;
  padding: 7px;
  font-size: 14px;
}
#side_contact address {
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
}
#side_contact address img {
  vertical-align: middle;
  margin-right: 5px;
}

/* フッター */
footer {
  background-color: #efefef;
  text-align: center;
  color:#8a8a8a;
}
footer #footer_nav {
  background-color: #efefef;
  padding: 10px 0;
}
footer #footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer_nav li {
  display: inline;
  border-left: solid 1px #aaa;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}
footer #footer_nav li:last-child {
  border-right: solid 1px #aaa;
  padding: 0 8px;
}
footer small {
  display: block;
  padding: 8px 0;
  color: #8a8a8a;
}



/* パンくずリスト */
#breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumb ol li {
  padding-right: 15px;
  display: inline;
  position: relative;
}
#breadcrumb ol li span:before {
  content: "";
  border-style : solid;
  border-color : transparent
                 transparent
                 transparent
                 #303635;
  right: 0;
  border-width : 8px 0 8px 8px;
  position: absolute;
}
#breadcrumb ol li span:after {
  content: "";
  border-style : solid;
  border-color : transparent
                 transparent
                 transparent
                 #ffffff;
  right: 1px;
  border-width : 8px 0 8px 8px;
  position: absolute;
}
#breadcrumb .selected {color:#10ba98;}
#breadcrumb ol li:last-child::after { content: none; }

/* トップページ */
#main_visual {
  width: 100%;
  top: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
}
#main_visual ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  transform: scale(1.15);
  -webkit-backface-visibility: hidden;
}
/* タイトル */
#main_title {
	position: absolute;
	top: 350px;
	left:  5%;
	right: 5%;
/*	font-size: 2em;
	font-family: serif;
	color: #fff;*/
}
.centering {
	position: absolute;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.top_contact {
	text-align: center;
}
table.information {
	margin:auto;
}
table.information th {
	color: #fff;
	font-weight: 200;
	background-color :#7f7f7f;
}
table.information td {
	background-color :#f8f8f8;
}
.scrollbar {
	overflow:auto;
	margin-left :5%;
	margin-right:5%;
	height:120px;
	padding:5px;
	border:1px solid #999999;
}

/* こだわり */
#point  { margin-bottom: 30px; }
#point section {
  margin-bottom: 10px;
  overflow: hidden;
}
#point figure {
  float: right;
  margin: 0 0 0 16px;
}
#point figcaption {
  font-size: 12px;
  color: #9C9689;
  text-align: center;
}
/* お知らせ */
dl.topics {
	margin-left: 10px;
}
#news dl { overflow: hidden; }
#news dt {
  float: left;
  width: 6em;
  margin-bottom: 10px;
  clear: both;
}
#news dd {
  margin-left: 6em;
  margin-bottom: 10px;
}

/*
予約画面
*/
ul li {
  list-style-type: none;
}

.border_sol {
	border: solid 1px #c0c0c0;
}
.bdBSol {
	border-bottom: 1px solid #999999;
}
.bdTDot {
	border-top: 1px dotted #999999;
}
.bdBDot {
	border-bottom: 1px dotted #999999;
}
.request_form {
	width: 100%;
	height: 3em;
}

/*
予約管理画面
*/
.bdSZero {
	border-spacing: 0;
}
.bdTopLeft {
/*
	border: solid 1px #c0c0c0;
	border-width: 1px 0px 0px 1px;
	box-sizing: border-box;
	*/
}
.wd25 {width: 25px;}
.wd30 {width: 30px;}
.wd50 {width: 50px;}
.wd60 {width: 60px;}
.wd80 {width: 80px;}
.wd100 {width: 100px;}
.wd140 {width: 140px;}
.ht40 {
	height: 40px;
}
.box_fit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.b {font-weight: bold;}
.fl {float: left;}
.fr {float: right;}
.oh {overflow: hidden;}

.pAbsolute {
	position: absolute;
}
.pRelative {
	position: relative;
}
.parentFix {
	position: absolute;
	top     : 0px;
	bottom  : 0px;
	left    : 0px;
	right   : 0px;
}
.line-through {
	text-decoration: line-through;
}

/* 回り込み解除 */
/* ---------- clearfix hack ---------- */
.clearfixTag:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfixTag { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfixTag { height:1% }
.clearfixTag {display:block;}
/* end MacIE5 */


.istL {
	width: 30%;
}
.istR {
	width: 68%;
}

/*
datepicker
*/
/* 日曜日 */
td.ui-datepicker-week-end:first-child a.ui-state-default{
  background-color: #ffecec;
  color: #f00!important;
}
/* 土曜日 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #eaeaff;
  color: #00f!important;
}
/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover{
  opacity: 0.8;
}
/* 当日(そのまま) */
td.ui-datepicker-week-end a.ui-state-highlight{
  background-color: #fffa90!important;
}

/* TOP 予約ボタン*/
.rbtn.top {
  font-size: 14px;
  display: inline-block;
  /*opacity:0.7;*/
  color: #000;
  padding: 10px 25px 10px 25px;
  text-align:center;
  border-radius: 0px;
  border: 1px solid #000;
  text-decoration: none;
}
.rbtn.top:hover{
  font-size: 14px;
  padding: 10px 25px 10px 25px;
  text-align:center;
  background: #000;
  color: #fff;
}

.redBtn {
  display: inline-block;
  background: #e4f1ef;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4f1ef));
  background: -webkit-linear-gradient(top,  #e2c7c7 0%,#e4f1ef 100%);
  background: linear-gradient(to bottom,  #f1e4e4 0%,#f1e4e4 100%);
  color: #f8677a;
  padding: 10px 20px;
  text-align:center;
  border: 1px solid #f8677a;
  border-radius: 4px;
  text-decoration: none;
}
.redBtn:hover{
  padding: 10px 20px;
  text-align:center;
  background: #f8677a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#10ba98), color-stop(100%,#58f1d2));
  background: -webkit-linear-gradient(top,  #10ba98 0%,#58f1d2 100%);
  background: linear-gradient(to bottom,  #f8677a 0%,#fbacb6 100%);
  color: #fff;
}


.blueBtn {
    display: inline-block;
    background: #e4f1ef;
    background: -webkit-linear-gradient(top, #f1f5ff 0%,#ebeeff 100%);
    background: linear-gradient(to bottom, #f1f5ff 0%,#ebeeff 100%);
    color: #1898ff;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #1898ff;
    border-radius: 4px;
    text-decoration: none;
}
.blueBtn:hover{
  padding: 10px 20px;
  text-align:center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6772f8), color-stop(100%,#acb9fb));
  background: -webkit-linear-gradient(top,  #6772f8 0%,#acb9fb 100%);
  background: linear-gradient(to bottom,  #6772f8 0%,#acb9fb 100%);
  color: #fff;
}

.bigCheckbox {
	width:			15px;
	height:			15px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}


/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width : 767px){
  /* 基本要素 */

  /* Layout */
  header,
  /*#global_navi,*/
  #sidebar,
  #wrapper,
  #top_wrapper,
  iframe{
    width: 100%;
  }

  /* ヘッダー */
  header h1 {
    float: none;
    text-align: center;
  }
  header h1 img {
  /*
    width: 70%;
    */
  }
  header #header_contact {
    display: none;
  }

  /* メイン部分 */
  #main {
    width: 100%;
    box-sizing: border-box;
  }
  #main figure {
    text-align: center;
  }

  #point figure {
    float: none;
    margin: 0 0 11px 0;
  }

  /* サイドバー */
  #side_banner ul li {
    text-align: center;
    margin: 11px auto;
  }
  #side_contact address img {
    width: 14px;
    height: 20px;
  }



.sp_btn_25p{	width:25%;}
.sp_btn_40p{	width:40%;}
.sp_btn_80p{	width:80%;}

}

.cp {
	cursor: pointer;
}




/* ---------------------------------
ナビゲーションメニューアニメーション
--------------------------------- */
/* メニュー */
.inner {
/*    width: 980px;  */
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: 0px;
    position: absolute;
    width: 100%;
    margin: 0px auto 0;
    padding: 10px 0 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #303635;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
/*#top-head .logo {
    float: left;
    font-size: 36px;
}*/
#global-nav {
	width : 100%;
	height: 40px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    font-size: 14px;
}
#global-nav ul li {
	float: left;
	border-left: 1px #999999;
	margin-left: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	box-sizing : border-box;
}
#global-nav ul li a {
    padding: 0 18px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 90px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 18px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    left: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #303635;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
.social {
	width: auto;
	top: 10px;
	right: 10px;
	position: fixed;
}
.social a{
	float: left;
	margin-left: 16px;
	width: 24px;
	height: 24px
}

/*
* ヘッダ用メディアクエリ
*/
@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    #title_logo {
    	width : 200px;
    	margin-top : 10px;
    	margin-left: 60px;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #top-head.fixed #title_logo {
    	display: none;
    }
    #mobile-head {
        width: 100%;
        height: auto;
        z-index: 999;
        position: relative;
    }
    #main_visual {
    	top: 60px;
    }
    .concept {
    	margin: 0 auto;
		width: 90%;
		line-height: 250%;
    }
    .concept br.br {
		display: none;
    }

    /* トグルメニューアクション */
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -560px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        background-color: #fff;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        margin-left:-40px;
    }
    #global-nav ul li {
        border: none;
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #303635;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}



/*
* 担当者ごとの文字色
*/
.name_color_1{color:red;}
.name_color_2{color:green;}
.name_color_3{color:blue;}
.name_color_4{color:yellow}
.name_color_5{color:gold;}




/*
* モーダル用 start
*/


.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label {
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 90%;
    border-radius: 5px;
    left: 50%;
    top: 50%;
/*    margin-top: 30px; */
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 600px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    left: 10px;
    bottom: 20px;

}
@media (max-width: 768px) {/* スマホのとき */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    left: 80% !important;
    top: 0% !important;

}
}


.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}

/*
* モーダル用 end
*/





/*
* 予約進捗 start
*/


.step{
  border: solid 2px #d4d4d4;
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
  border-radius:5px;
  text-shadow: 0.1px 0.2px 0 #000;
  text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.step li{
   width:25%;
  display:table-cell;
  position:relative;
  background: white;
  padding: 1.5em 0.5em 1.5em 2em;
  color: #777777;
}
.step3 li{   width:33%;}
.step4 li{   width:25%;}
.step5 li{   width:20%;}

.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
    top: -30px;
    right: -18px;
    border-width: 65px 5px 65px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #d4d4d4;
    z-index: 10;
}
.step li:after{
    top: -30px;
    right: -16px;
    border-width: 65px 5px 65px 15px;
    border-style: solid;
    border-color: transparent transparent transparent white;
    z-index: 10;
}
.step li.is-current{
  background: #fbdb66;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #fbdb66;
}

@media only screen and (max-width: 767px) {


.step li{  font-size: 0.7em; vertical-align: middle;}
.step li:before{    top: -21px;}
.step li:after{    top: -21px;}


}


/*
* 予約進捗 end
*/



/*
*#####################################################################################
*# 共通 start
*#####################################################################################
*/




/*
*###########################################
*# タイトル start
*###########################################
*/
h3.ttl {
position: relative;
padding: .5em;
padding: 10px 9px 10px 14px;
text-align:center;
}
h3.ttl:before,
h3.ttl:after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 5px;
box-sizing: border-box;
}
h3.ttl:before {
top: 0;
border-top: 2px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
}
h3.ttl:after {
bottom: 0;
border-top: 1px solid #d4d4d4;
border-bottom: 2px solid #d4d4d4;
}


.ttl2 {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    /* margin-left: 20px;       周りの余白指定 */
    padding: 0 10px;        /* 余白指定 */
    color:#313a00;
}

.ttl2-wrap {
    position: relative;     /* 位置調整 */
    text-align: center;
}
.ttl2-wrap:before {
    content:  '';           /* 空白の要素を作る */
    /* background-color: #000;  背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  3px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    border-top: solid 2px #313a00;
    border-bottom: solid 2px #313a00;
}


/*
*###########################################
*# タイトル end
*###########################################
*/

/*
*###########################################
*# 汎用デザイン start
*###########################################
*/

.noDisp {display: none;}
.fll {float: left;}
.flr {float: right;}

.w28p{width:28%;}
.w68p{width:68%;}
.w40p{width:40%;}
.w45p{width:45%;}
.w50p{width:50%;}
.w85p{width:85%;}
.w100p{width:100%;}

.w80{width:80px;}
.w100{width:100px;}
.w140{width:140px;}
.w150{width:150px;}
.w160{width:160px;}
.w180{width:200px;}
.w200{width:200px;}
.w300{width:300px;}
.w330{width:330px;}
.w350{width:350px;}

.h28{height:28px;}


.tc {text-align: center;}

.r0ps {right: 0%;}
.r0ps {right: 0%;}
.l5ps {left: 5%;}
.l5ps {left: 5%;}

.ma {margin: 0 auto 0 auto;}
.mg0 {margin: 0px;}
.mg2 {margin: 2px;}
.mg4 {margin: 4px;}
.mg8 {margin: 8px;}
.mg10 {margin: 10px;}
.mg12 {margin: 12px;}
.mg14 {margin: 14px;}

.mt0 {margin-top: 0px;}
.mt2 {margin-top: 2px;}
.mt4 {margin-top: 4px;}
.mt6 {margin-top: 6px;}
.mt8 {margin-top: 8px;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt70 {margin-top: 70px;}
.mt100 {margin-top: 100px;}
.mt140 {margin-top: 140px;}
.ml-40 {margin-left: -40px;}
.ml2 {margin-left: 2px;}
.ml4 {margin-left: 4px;}
.ml6 {margin-left: 6px;}

.ml2 {margin-left: 2px;}
.ml4 {margin-left: 4px;}
.ml8 {margin-left: 8px;}
.ml10 {margin-left: 10px;}
.ml12 {margin-left: 12px;}
.ml16 {margin-left: 16px;}
.ml25 {margin-left: 25px;}
.ml40 {margin-left: 40px;}
.ml60 {margin-left: 60px;}
.ml70 {margin-left: 70px;}
.mr0 {margin-right: 0px;}
.mr2 {margin-right: 2px;}
.mr4 {margin-right: 4px;}
.mr6 {margin-right: 6px;}
.mr8 {margin-right: 8px;}
.mr10 {margin-right: 10px;}
.mr12 {margin-right: 12px;}
.mr16 {margin-right: 16px;}
.mb0 {margin-bottom: 0px;}
.mb2 {margin-bottom: 2px;}
.mb4 {margin-bottom: 4px;}
.mb6 {margin-bottom: 6px;}
.mb8 {margin-bottom: 8px;}
.mb10 {margin-bottom: 10px;}
.mb12 {margin-bottom: 12px;}
.mb14 {margin-bottom: 14px;}
.mb16 {margin-bottom: 16px;}
.mb18 {margin-bottom: 18px;}
.mb20 {margin-bottom: 20px;}

.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs24 {font-size: 24px;}
.fs28 {font-size: 28px;}
.fs38 {font-size: 38px;}

.fcGreen {color: #10ba98;}
.fcRed   {color: #f8677a;}
.fcWhite {color: #fff;}
.fcOrange{color:#ff6f18;}
.fcGrey{color:#696969}

.bcGreen {background-color: #0c8d74;}
.wd74{width: 74px;}
.wd423 {width: 423;}
.bgGray {background-color:#d8d8d8;}
.bgGray2 {background-color:#EAEAEA;}
.bgWhite {background-color:#fff;}
.bgOrange{background: #ffcf1f;}



.red{color:#e64872;}

.inline_b{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bd{  font-weight: bold !important;}
.underline{text-decoration: underline;}


.center{ text-align: center;}
.right{ text-align: right;}
.top{vertical-align:top;}

.pd5{padding:5px !important;}
.pd10{padding:10px !important;}
.plr10{padding-left: 10px !important;padding-right: 10px !important;}
.pr0 {padding-right: 0px;}
.pt0 {padding-top: 0px;}
.pb0 {padding-bottom: 0px;}
.pl0 {padding-left: 0px;}

.pt5 {padding-top: 5px !important;}


.pr10 {padding-right: 10px;}
.pt10 {padding-top: 10px;}
.pb10 {padding-bottom: 10px;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}



.box1{
	padding:10px 15px 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #d4d4d4;
    margin-bottom:10px;
/*    box-shadow: 1px 1px 3px; */
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1)
}


.red_area{
	border: 2px solid #f59898;
    border-radius: 5px;
    padding: 15px;
    margin: 30px 0;
    background: #ffefef;
}


.orange_area{
	border: 2px solid #fdc813;
    border-radius: 5px;
    padding: 15px;
    margin: 30px 0;
    background: #fffbef;
}


.tagNm{
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    background: #efffe5;
    border: #d4d4d4 1px solid;
    font-size: 11px;
    line-height: 1.0;
    border-radius: 3px;
    vertical-align: middle;
        margin: 0 5px 5px 0;
}


 input[type=checkbox].bigChkbox {
	width:			18px;
	height:			18px;
	-moz-transform:		scale(1.2);
	-webkit-transform:	scale(1.2);
	transform:		scale(1.2);
}

.menuSelectBtn {
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    background: #ffffe5;
    border: #d4d4d4 1px solid;
    font-size: 13px;
    line-height: 1.0;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}

textarea{
border-radius: 4px;
}

.formInput{
	border-radius: 3px;
    height: 28px;
    padding: 0 5px;
    border: 1px solid #d4d4d4;
}


.err_msg_area{

	border: 2px solid #f59898;
    border-radius: 5px;
    padding: 15px;
    margin: 30px 0;
    background: #ffefef;
}


.pointer{
  cursor: pointer;
}

/*
*###########################################
*# 汎用デザイン end
*###########################################
*/






/*
*###########################################
*# ボタン start
*###########################################
*/
.btn {
    display: inline-block;
    padding: 14px 30px;
    /*
    background: #f3f3f3 -webkit-linear-gradient(top, #ffffff, #cecece);
    background: linear-gradient(#ffffff, #cecece);
    border: #d4d4d4 1px solid;
    color: #383838;
    */
	color: #4a4a4a;
    background: #f7f7f7;
    border: #a2a2a2 1px solid;

    border-radius: 6px;
    text-align: center;
    font-family: "Roboto", "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.0;
    text-decoration: none;
    cursor:pointer;

}
.btn:active {
    opacity:0.8;
}
.btn:focus {
    opacity:0.8;
    outline: -webkit-focus-ring-color auto 0px;
}


.btn1{
	display:inline-block;
	font-size: 16px;
	line-height:1.42;
	padding:0.5em 1.1em;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	background:transparent;
	border-radius: 6px;
	cursor:pointer;
	font-family:"Booster Next FY", "Avenir Next", Avenir, sans-serif;
	user-select:none;
	vertical-align:bottom;
	box-shadow:0 1px 1px 0 rgba(255, 255, 255, 0.2) inset
	}
.btn1:hover{opacity:0.7;}

.btnRed{
	color:white;
	background:#ff8484 !important;
    border: #c35b5b 1px solid;
}
.btnBlue {
    color: #E6EAEF;
    background: #6185ef !important;
    border: #5b64c3 1px solid;
}

.btnGrey{
	color: #4a4a4a;
    background: #dcdcdc;
    border: #a2a2a2 1px solid;
}

[type='button']:hover{
	opacity:0.7;
}

/*
*###########################################
*# ボタン end
*###########################################
*/


/*
*###########################################
*# ローディング start
*###########################################
*/


.loader_icon
{
/*    position: absolute;
 */    width: 50px; /*ローディングアイコンの横サイズ*/
    height: 50px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 8px solid #ff7600;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
}

.loader_icon
{
    animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
}

@keyframes spin
{
    0% { transform: rotate(0deg);       opacity: 1.0; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg);   opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 1.0; } /*100%の時に20％の透明度に戻る*/
}

.modalOverLay{
	z-index: 1000;
	border: medium none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.8;
	position: fixed;
}

.modalContent{
	z-index: 1011;
	position: fixed;
	padding: 0px;
	margin: 0px;
	top: 20%;
	left: 35%;
	text-align: center;
}

/*
*###########################################
*# ローディング end
*###########################################
*/


@media only screen and (min-width: 768px) {
    .sp{display: none !important;}
    .pc{display: block !important;}
}

/*
*#####################################################################################
*# スマホ用 end
*#####################################################################################
*/
@media only screen and (max-width: 767px) {

    .sp{display: block !important;}
    .pc{display: none !important;}
    span.sp{display: inline-block !important;}
    .step .stepNm{margin-top:5px;}


    .sp_w38p{width:38%;}
    .sp_w40p{width:40%;}
    .sp_w58p{width:58%;}
    .sp_w80p{width:80%;}
    .sp_w90p{width:90%;}
    .sp_w95p{width:95%;}
    .sp_w100p{width:100%;}

    .sp_plr15{padding-left:15px;padding-right:15px;}
    .sp_plr0{padding-left:0px;padding-right:0px;}
    .sp_mt5{margin-top:5px;}
    .sp_mt0{margin-top:0px;}
    .sp_mg0{margin:0;}

    .sp_pl5{padding-left:5px;}
    .sp_pr5{padding-right:5px;}
    .sp_pr0{padding-right:0px;}

    .sp_ml0{margin-left:0;}

	.sp_fl_none{float:none; }

	.sp_flr{float:right; }
	.sp_fll{float:left; }

	.sp_center{ text-align: center;}
	.sp_left{ text-align: left;}
	.sp_bg_white{ background: white;}

}
/*
*#####################################################################################
*# スマホ用 end
*#####################################################################################
*/


@media only screen and (max-width: 980px) {
header,#wrapper{
	width:100%;
}
}

/*
*#####################################################################################
*# 共通 end
*#####################################################################################
*/

/*
*#####################################################################################
*# 日時選択画面 start
*#####################################################################################
*/


.calendar {
  border-collapse: collapse;
}
.calendar th,
.calendar td {
  border-bottom: #d4d4d4 1px solid;
  border-right: #d4d4d4 1px solid;
  text-align: center;
  vertical-align: middle;
}
.calendar .calendar-time {
  color: #383838;
  background-color: #ffffff;
  font-weight: bold;
}
.calendar th {
/*  border-top: #d4d4d4 1px solid; */
  font-weight: bold;
}
.calendar th p {
  font-weight: normal;
}
.calendar td {
/*  background-color: #f3f3f3; */
}
.calendar td a {
/*  background-color: #ffffff; */
}
.calendar td .circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px;
  color:#ff7272;
  cursor: pointer;

}
.calendar tr th:last-child,
.calendar tr td:last-child {
  border-right: none;
}

.calender_header{
  line-height:50px;
  text-align:center;
}
.calender_header .target{
  display:inline-block;
  vertical-align: middle;
  line-height:normal;
}


.sub-btn a, .sub-btn--small a, .sub-btn--map a, .fav-btn a, .fav-btn--on a {
  display: inline-block;
  padding: 15px 10px;
/*
  background: #f3f3f3 -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background: linear-gradient(#ffffff, #f3f3f3);
  border: #d4d4d4 1px solid;
  color: #383838;
*/

  color: #4a4a4a;
  background: #f7f7f7;
  border: #a2a2a2 1px solid;

  border-radius: 6px;
  line-height: 1.0;
  text-align: center;
  text-decoration: none;
}
.sub-btn--small a {
  padding: 10px;
}
.sub-btn--map {
  padding: 10px 0;
  text-align: right;
}
.sub-btn--map a {
  padding: 8px 10px;
}
.sub-btn--map a .fa {
  margin-right: 3px;
}
.sub-btn.btn-prev a, .btn-prev.sub-btn--small a, .btn-prev.sub-btn--map a, .btn-prev.fav-btn a, .btn-prev.fav-btn--on a {
  position: relative;
  padding-left: 22px;
}
.sub-btn.btn-prev a::before, .btn-prev.sub-btn--small a::before, .btn-prev.sub-btn--map a::before, .btn-prev.fav-btn a::before, .btn-prev.fav-btn--on a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #383838;
  border-left: 2px solid #383838;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
.sub-btn.btn-next a, .btn-next.sub-btn--small a, .btn-next.sub-btn--map a, .btn-next.fav-btn a, .btn-next.fav-btn--on a {
  position: relative;
  padding-right: 22px;
}
.sub-btn.btn-next a::after, .btn-next.sub-btn--small a::after, .btn-next.sub-btn--map a::after, .btn-next.fav-btn a::after, .btn-next.fav-btn--on a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-bottom: 2px solid #383838;
  border-right: 2px solid #383838;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}


.click_area td:hover{
	opacity:0.7;
	background:#fff7ba;
}

/*
*#####################################################################################
*# 日時選択画面 end
*#####################################################################################
*/


/*
*#####################################################################################
*# 内容確認画面 start
*#####################################################################################
*/

.confirm_area dt {
    background: #eee;
    padding: 5px 10px;
    margin: 5px 0;
}
.confirm_area dd {
	padding: 10px;
    margin: 0;
}

.confirm_header{
  line-height:40px;
}
.confirm_header .target{
  display:inline-block;
  vertical-align: middle;
  line-height:normal;
}


.terms_of_service_ttl{
    background: #eee;
    padding: 5px 10px;
    margin: 5px 0;
}

/*
*#####################################################################################
*# 内容確認画面 end
*#####################################################################################
*/




.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.3rem 0.7rem;
    transition: all .2s;
    margin-right: -5px;
    cursor:pointer;
    border: solid 1px #eaeaea;
}


.radio-inline__input:checked + .radio-inline__label {
    background: #ff8214;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}



.swal-button--cancel{margin-right: 40px;}
