@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Jura:300');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

* {font-family: 'Noto Serif JP', serif;}
html,  body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	padding: 0px;
	}
	
a{
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	}
	
h1,h2,h3,h4,p{
	margin: 0px;
	padding: 0px;
	}
	
table,p{
	font-size: 2em;
	}
	
td{
	font-size: 1em;
	}
	
ul,li{
	margin: 0px;
	padding: 0px;
	}
	
img{
	height: auto;
	width: 100%;
	}
		
i{
	font-family: FontAwesome;
	font-style: normal;
	margin: 0px 3px;
    }
	
h1 img{
	height: auto;
	width: 125px;
	margin: 15px;
	}
		
.container {
	position: relative;
	width: 1000px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background-color: #FFF;
	}
	
header {
	width: 1000px;
	background-color: #fff;

	}
	
main {
	padding-bottom: 80px;
	}
	
footer {
	width: 100%;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	bottom: 0;
	font-size: 3em;
	background-color: #F4F0EF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	padding-top:2em;
	}
	
	
/*------------------------ヘッダーメニュー------------------------*/
#contactfrm{
	float: right;
	width: 50%;
	padding:15px 10px;
	}
	
.topnav	a:hover{
	color: #400b05;
	}
	
.topglink a:hover{
	color: #000;
	}

.topnav, .topglink{
	display:flex;
	list-style: none;
	padding-left: 0;
	text-align:center;
	justify-content: flex-end;
}

.topnav a{
	color: #000;
	}

.topnav > li{
	text-align: center;
	color: #000;
	padding: 8px 1em 8px 0.8em;
	font-size:2em;
	margin:0px;
    position: relative;
	}
	
.topnav > li:before {
	position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #938649;
    content: "";
	}
	
.topglink a, .glink a{
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #938649;
	border-radius: 30px;
	}
	
.topglink a{
	font-size:2em;
	padding: 8px 30px 8px 30px;
	margin:0px 5px 0px 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}

/*------------------------ドロップダウンメニュー------------------------*/
.headernav{ 
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}

.gnav {
	z-index: 1;
    display: flex;
    height: 2rem;
    margin: 0 auto;
    width: 1000px;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 25%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
	z-index: 9999;
}
.gnav li a {
	background: #fff;
	color: #000;
	display: block;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-size: 2em;
	border: 1px solid #d2d2d2;
}

/*子階層以降共通*/
.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
    border-top: 0;
}
.gnav li:hover > ul > li {
    height: 4rem;
    overflow: visible;
	min-width: max-content;
}

.gnav li:hover > a{
  background: #938649;
  color: #fff;
}

/*------------------------フッター------------------------*/

#footerlink{
	display:flex;
	justify-content: space-around;
	}
	
#footerlink img{
	height: auto;
	width: 100px;
	margin : 1em 1em 0em;
	}

small p{
	font-size: 1rem;
	margin:1rem 2em 1rem 2em;
	}

.glink a{
	padding:5px 0px 5px 0px;
	margin:1em 2em 1em 2em;
	color:#fff;
	}
	
.textwidget a{
	text-decoration: none;
	}
	
.textwidget ul{
	list-style-type: none;
	}
	
.textwidget li{
	text-align: left;
	color: #000;
	padding: 8px 1em 8px 0.8em;
	font-size: 0.8em;
	margin: 0px;
	position: relative;
	}
	
.textwidget li a{
	color: #000;
	}
	
.textwidget li:before {
	position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #938649;
    content: "";
	}
	
.textwidget a:hover{
	color: #999;
	}
	
/*------------------------インデックス------------------------*/

#photo{
	width: 100%;
	margin-top:20px;
	position:relative;
	z-index: 0;
	}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

.index_point{
	}
	
.index_point ul{
	display: flex;
	list-style-type: none;
	font-size:4em;
	margin:20px 0;
	}
	
.index_point li{
	border-radius: 40px;
	background-color: #960;
	width: 33%;
	text-align: center;
	margin: 0 20px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	}
	
.index_point span{
	background-color: #960;
	text-align: center;
	padding: 10px;
	font-size: 4em;
	margin: 10px auto;
	display:block;
	width:95%;
	color:#fff;
	font-weight: bold;
	}

.index_point img{
	width:50%;
	}

.index_col p{margin:20px; font-size:2.5em;}

.in_col{
	text-align:center;
	display: flex;
	font-size:5em;
	justify-content: center;
	flex-wrap: wrap;
	font-weight: bold;
	}
	
.in_col img{
	width:10%;
	}

.linkarea{
	display:flex;
	justify-content:space-around;
	}

.banner{
	width: 45%;
	position: relative;
	}
	
.banner a{
	font-size:2.5em;
	position: absolute;
	bottom: 20px;
	right:20px;
	color: #FFF;
	text-decoration: none;
	background:rgba(90,90,90,0.7);
	padding:5px 40px 5px 40px;
	}
	
.banner p{
	font-size: 3.3em;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 20px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 2px 3px #000
	}
	
/*------------------------会社概要------------------------*/

.cam_col table, .fudo_col table{
	width: 70%;
	border: 1px solid #d2d2d2;
	margin: 0 auto;
	font-size:2.5em;
	}
	
.cam_col table{
	margin: 5em auto;
}
	
.cam_col th{
	text-align: left;
	padding:1em;
	vertical-align:top;
	}
	
.cam_col td, .fudo_col td{
	padding:1em;
	line-height: 2em;
	vertical-align: top;
	}
	
.cam_col tr:nth-child(2n+1) , .fudo_col tr:nth-child(2n+1) {
	background-color:#f4f0ef;
}
	
.cam_col td a{
	color:#0033cc;
	}
	
.cam_col td a:hover{
	color: #666666;
	text-decoration: none;
	}
	
/*------------------------フランチャイズ------------------------*/
.fc_col{
	}
	
.fc_col p{font-size:2.5em;}

.circle {
	position: relative;/* ←文字の親要素に指定 */
	width: 200px;
	height: 200px;
	background-color: #b5a65b;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
}
.circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fc_col table{
	margin: 2em auto;
	font-size:2.5em;
}

.fc_col th{
	text-align: left;
	padding:1em;
	vertical-align:top;
	}
	
.fc_col td{
	padding:1em;
	line-height: 2em;
	vertical-align: top;
	}
	
.fc_col h1{
  border-bottom: 3px solid #938649;
  margin-top:25px;
  margin-bottom:25px;
  font-size:4em;
}

.fc_col h2{
  border-bottom: 3px solid #938649;
  margin-top:25px;
  margin-bottom:25px;
  font-size:4em;
}

.fc_col h3{
	border-bottom: 3px solid #dcca97;
	margin: 25px 1.5em;
	font-size: 4em;
	text-align: center;
	color:#9f8029;
}

.fc_col h4{
	border: 1px solid #dcca97;
	background-color:#faf2da;
	margin: 25px 1.5em;
	font-size: 4em;
	text-align: center;
	color:#000;
}

.fc_col.linkarea a{
	background-color: #faf2da;
	font-size: 3em;
	padding:0.5em;
	margin:1em;
	width: 40%;
	text-align: center;
	color: #000;
	text-decoration: none;
	border: 1px solid #938649;
	}
	
.fc_col strong, .mane_col strong{
	color: #9f8029;
	font-size: 5em;
	text-align: center;
	margin:0 auto;
	display:block;
	}
	
.opne_col{
	width: 100%;
	background-color: #c4ab66;
	font-size: 2em;
	padding:1em;
	}
	
.opne_col ul{
	background-color: #e7dcba;
	margin: 0 auto;
	border: 1px solid #938649;
	list-style-type: none;
	padding:1em;
	font-size: 1.5em;
	width: 40%;
	}
	
.opne_col span{
	display: block;
	text-align: center;
	font-size: 2em;
	}
	
.arrowh {
	height: 30px;
	width: 70%;
	background-color: #841a29;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	line-height: 2em;
	text-align: center;
	font-size:2.5em;
}

.arrowh::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #841a29;
    position:  absolute;
    top: -50%;
    left: 100%;
}

.chart{
  display: flex;
  margin:0 auto;
  margin-top:2em;
  margin-bottom:10em;
  width:90%;
}

.chart section {
	margin: 10px 20px;
	flex: 1;
	position: relative;
}

.chart section:first-child {
  background: #c4ab66;
}

.chart section:nth-child(2) {
  background: #fce5a0;
}

.chart section:last-child {
  background: #faf2da;
}

 .chart h1{
    font-size: 3em;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
	margin-top:10px;
}

.chart p{
  margin-top: 10px;
  padding: 15px 20px;
  display:flex;
  justify-content: center;
  font-size: 2.5em;
}

.chart img{
	display: flex;
	margin-left : auto;
	margin-right : auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 100px;
	width: auto;
	}
	
.chart span{
	position: absolute;
	font-size: 2em;
	color: #FFF;
	background-color: #000;
	left: 35%;
	bottom: -1em;
	padding:0.1em 2em;
	}

@media screen and (max-width: 700px) {
  .chart {
    flex-direction: column;
  }
}

.triangle {
  border: 2em solid;
  border-color: transparent transparent transparent #402c25;
  border-left-width: 3em;
  height: 0;
  width: 0;  
  position: absolute;
  top: 50%;
  right: -16%;
}

/*------------------------マネジメント------------------------*/
.mane_col{
	margin-top:1em;
	}
	
.mane_col img{
	
	}
	
.mane_col ul img{
	width:60%;
	}
	
	
.mane_col p{
	font-size:2.5em;
	}
	
.mane_col h1{
	border: 1px solid #938649;
	background-color: #faf2da;
	font-size: 3em;
	margin-top:25px;
	margin-bottom:25px;
	padding:0.5em;
	}
	
.mane_col h2{
	font-size: 3em;
	border-bottom: 3px solid #938649;
	margin-top:25px;
	margin-bottom:25px;
	font-weight: bold;
	}
	
.mane_col h3{
	font-size: 3em;
	margin-top:25px;
	margin-bottom:25px;
	font-weight: bold;
	background-color:#938649;
	padding:0.5em;
	color:#fff;
	}

	
.mane_col ul{
	padding:0 1em;
	display: flex;
	flex-wrap: wrap;
	}
	
/*.mane_col li{
	background-color: #faf2da;
	list-style-type: none;
	padding:0.5em;
	margin:0.5em;
	border: 1px solid #dcca97;
	border-left:5px solid #dcca97;
	}*/
	
.mane_col li{
	list-style-type: none;
	padding: 0.5em;
	margin: 0.5em;
	font-size: 2.5em;
	font-weight: bold;
	width: 30%;
	text-align: center;
	}

.sec_col{
	display: flex;
	}
	
.sec_col ul{
	width:50%;
	}
	
.sec_col li{
	}
	
a.btn-border {
	border-radius: 0.5em;
	text-align: center;
	display: block;
	background-color: #b9a64b;
	width: 50%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0.5em;
	font-size: 4em;
	color: #FFF;
	text-decoration: none;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

/*------------------------採用情報------------------------*/

.requ_col{
	font-size:1.5em;
}

.requ_col h1{
	font-size: 3em;
	border-bottom: 3px solid #938649;
	margin-top:25px;
	margin-bottom:25px;
	font-weight: bold;
}

.requ_col h2{
	background-color:#938649;
	margin: 25px 1.5em;
	font-size: 2em;
	text-align: center;
	color:#fff;
	padding:0.5em;
}

.requ_col table{
	width: 50%;
	margin: 0 auto;
	border-spacing: 0 1em;
	}
	
.requ_col table{
	margin: 1em auto;
}
	
.requ_col th{
	text-align: right;
	padding:1em;
	padding-right:4em;
	}
	
.requ_col td{
	padding:1em;
	padding-left:4em;
	line-height: 2em;
	vertical-align: top;
	border-left:2px solid #b9a64b;
	}
	
.requ_col td a{
	color:#0033cc;
	}
	
.requ_col td a:hover{
	color: #666666;
	text-decoration: none;
	}
	
.requ_col p{
	text-align: center;
	}
	
.requ_col i{
	padding:0.5em 0.5em 0.5em 0em;
	}

.requ_col span{
	color: #FFF;
	background-color: #938649;
	border-radius: 0.5em;
	padding: 5px;
	font-weight: bold;
	font-size: 4em;
	width: 50%;
	display: block;
	text-align: center;
	margin:10px auto;
	}
	
/*------------------------保養所------------------------*/
#hphoto{
	width: 90%;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	z-index: 0;
	margin-left:auto;
	margin-right:auto;
	}

.hoyo_col{
	font-size:1.5em;
}

.hoyo_col h1{
	font-size: 3em;
	border-bottom: 3px solid #938649;
	margin-top:25px;
	margin-bottom:25px;
	font-weight: bold;
}

.hoyo_col h2{
	background-color:#938649;
	margin: 25px 1.5em;
	font-size: 2em;
	text-align: center;
	color:#fff;
	padding:0.5em;
}

.hoyo_col h3{
	color:#000;
	margin: 25px 1.5em;
	font-size: 2em;
	text-align: center;
	padding:0.5em;
	border-bottom: 3px solid #938649;
}

.hlink{
	width:40%;
	background-color:#938649;
	border-radius: 5px;
	padding:1em 2em;
	text-align:center;
	color:#fff;
	margin-left:20px;
	margin-right:20px;
	}
	
.hlink a{
	font-size:1.5em;
	}
	
.centerp{
	text-align:center;
	margin-bottom:20px;
	}
	
/*------------------------不動産------------------------*/
	
.fudo_col{
	margin-top:1em;
	}
	
.fudo_col li > img{
	width:60%;
	}
	
.fudo_col p{
	font-size:2.5em;
	margin:1em 0;
	}
	
.fudo_col h1{
	border: 1px solid #938649;
	background-color: #faf2da;
	font-size: 3em;
	margin-top:25px;
	margin-bottom:25px;
	padding:0.5em;
	}
	
.fudo_col h2{
	font-size: 3em;
	border-bottom: 3px solid #938649;
	margin-top:25px;
	margin-bottom:25px;
	font-weight: bold;
	}
	
.fudo_col h3{
	font-size: 3em;
	margin-top:25px;
	margin-bottom:25px;
	font-weight: bold;
	}
	
.fudo_col h4{
	font-size: 3em;
	margin-top:25px;
	margin-bottom:25px;
	font-weight: bold;
	}
	
.fudo_col table{
	margin: 2em auto;
}
	
.me_col ul{
	font-size:2em;
	padding:0 1em;
	display: flex;
	flex-wrap: wrap;
	}
	
.me_col li{
	background-color: #faf2da;
	list-style-type: none;
	padding:0.5em;
	margin:0.5em;
	border: 1px solid #dcca97;
	font-size:1.5em;
	width:29%;
	text-align:center;
	}
	
.kanzen{
	font-size:3em;
	background-color: #de4537;
	color:#fff;
	padding:0.5em 5em;
	margin:0.5em;
	font-weight: bold;
	}
	
.workflow{
	background-color: #fff;
	display: flex;
	justify-content: center;
	}
	
.wftop_h1{
	background-color: #0f345e;
	font-size:2em;
	text-align:center;
	font-weight: bold;
	padding:1em 0;
	color: #FFF;
	margin:0;
	}
	
.wf_h1{
	font-weight: bold;
	color: #FFF;
	background-color: #de4537;
	padding:0.5em 1em;
	font-size:1em;
	}
	
.wf_h2{
	font-weight: bold;
	color: #0f345e;
	font-size: 1.5em;
	margin: 0em 2em 0 2em;
	vertical-align: middle;
	}
	
.workflow p{
	margin:5px;
	font-size:1em;
	font-weight: bold;
	text-align: center
	}
	
.workflow ul{
	font-size:2em;
	padding:0 1em;
	}
	
.workflow li{
	border: 2px solid #0f345e;
	padding:20px;
	margin-bottom:35px;
	position: relative;
	list-style-type: none;
	font-size:1.5em;
	text-align:center;
	}
	
.workflow li::after{
	  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0f345e;
  display: inline-block;
  position: absolute;
  margin-top: -4px;
  left: 50%;
  bottom: -30px;
}

.workflow li:last-child::after {
    content: none;
}

.arrow3{
  width: 100px;
  margin-top:7px;
}
.arrow3::before{
  content: "最終的なＭ＆Ａ成立まで無料";
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 50%;
  background: #de4537;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size:2.5em;
  color:#FFF;
  text-align: center;
  font-weight: bold;
  padding-right:20px;
}
.arrow3::after{
  content: "";
  display:block;
  border-top: 80px solid #de4537;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}

.lehman{
	background-color: #fff;
	display: flex;
	justify-content: center;
	margin-top:20px;
	}
	
.lehman table{
	width:45%;
	margin:10px;
	border: 2px solid #0f345e;
	border-spacing: 0;
	}
	
.lehman td{
	padding: 10px;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0f345e;
	}
	
.lehman th{
	background-color:#0f345e;
	padding:10px;
	font-size:1em;
	color:#fff;
	}
	
/*問い合わせフォーム*/
.con_col h2{
	font-size: 3em;
	border-bottom: 3px solid #938649;
	margin-top:25px;
	margin-bottom:25px;
	font-weight: bold;
	}
	
.con_col h3{
	font-size: 3em;
	margin-top:25px;
	margin-bottom:25px;
	font-weight: bold;
	background-color:#938649;
	padding:0.5em;
	color:#fff;
	}

.icon_hissu {
    background: none repeat scroll 0 0 #d43f3a;
    color: #fff;
    font-weight: normal;
    padding: 10px 10px;
    margin-left: 0;
    white-space: nowrap;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.icon_nini {
    background: none repeat scroll 0 0 #666666;
    color: #fff;
    font-weight: normal;
    padding: 10px 10px;
    white-space: nowrap;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.icon_hissu2 {
    width: 30px;
    padding: 4px 10px;
    margin-left: 0;
    display: inline-block;
}

textarea {
	  width: 400px;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #e3e3e3;
    resize: none;
    height: 100px;
}

.form_shinchoku {background: #ececec; border: 1px solid #bfbfbf; border-radius: 7px; overflow: hidden;}
.form_shinchoku p {margin: 0; padding: 0; width: 33.333%; font-size: 15px; color: #333; text-align: center; float: left; line-height: 3em; letter-spacing: 0.05em;}
.form_shinchoku .form_now {margin: 0; padding: 0; width: 33.333%; font-size: 15px; color: #fff; text-align: center; background: #4f121c; float: left; line-height: 3em; letter-spacing: 0.05em;}

.error {font-size: 12px; color: red;}
input {margin: 3px 0;}
select {margin: 3px 0;}
.sodanform {margin: 50px auto; text-align: left; max-width: 800px;}
.sodan_input {margin-left: 0px;}
.sodan_input input {width: 400px; padding: 5px 10px; font-size: 16px;}
.sodan_komoku {width: 180px; display: inline-block;}
.sodan_div {border-bottom: 1px dotted #555; margin-bottom: 10px; padding-bottom: 10px;}

.sodan_area {height: 100px; display: inline-block;}

.sodan_tbl {
  border-collapse:collapse;
  margin:0 auto 50px;
  width: 100%;
  border: none;
  font-size:2.5em;
}
.sodan_tbl tr {border-bottom: 1px dotted #999; padding: 3px 0;}

.sodan_tbl td,th{ border: none; vertical-align: top !important; text-align: left; line-height: 1.5em; padding: 5px 10px;}
.sodan_tbl th{
  width: ;
  background: none !important;
}

.sodan_tbl input {margin: 0px 0 5px;}

.sodan_rbl1 {width: 180px; border: none !important;}
.sodan_rbl2 {width: 40px;}
.sodan_rbl3 {width: 600px;}

.btn_sub {
	background: #1d44a8; 
   border: 1px solid #a4a4a4; 
   border-radius: 7px;
   padding: 10px 10px;
   color: #fff;
   display: inline-block;
   width: 200px;
   font-size: 20px;
   font-weight: 700;

}

.btn_sub:hover {
	background: #112968;
   border: 1px solid #a4a4a4;
   border-radius: 7px;
   padding: 10px 10px;
   color: #fff;
   display: inline-block;
   width: 200px;
   font-size: 20px;
   font-weight: 700;
   cursor: pointer;

}

.btn_sub_back {
	background: #aaaaaa;
   border: 1px solid #a4a4a4;
   border-radius: 7px;
   padding: 10px 10px;
   color: #fff;
   display: inline-block;
   width: 200px;
   font-size: 20px;
   font-weight: 700;

}

.btn_sub_back:hover {
	background: #818181;
   border: 1px solid #a4a4a4;
   border-radius: 7px;
   padding: 10px 10px;
   color: #fff;
   display: inline-block;
   width: 200px;
   font-size: 20px;
   font-weight: 700;
   cursor: pointer;

}


.sodan_tbl select {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 160px;
    padding: 5px 10px;
    background: #e3e3e3;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.yubin {width: 120px !important;}

/**/
.thanks_col{
	text-align:center;
	}
.thanks_col h2{
	margin-top:25px;
	margin-bottom:25px;
	font-size:4em;
	color:#938649;
	}
	
.thanks_col p{
	margin-bottom:25px;
	font-size:2.5em;
}
.thanks_col a{
	font-size:3em;
	}
	
/*プライバシーポリシー*/
.privacy_col h2{
        background-size: auto;
    background-size: 100% 3px;
    padding: 10px 0px 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #162f70;
}
.mt30 {
    margin-top: 30px !important;
}

.privacy_col h4 {
    border-left: 7px solid #162f70;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    color: #162f70;
    margin: 30px 0 20px 0;
    text-align: left;
}

.privacy_col h4  p {
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    font-size: 16px;
}

	
@media screen and (max-width: 640px){
	.container {
	position: relative;
	width: 100% !important;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background-color: #FFF;
	}
	
  .headernav{
    display: none;
  }
  a.bx_btn-flat span {
    position: relative;
    font-size: 12px;
}

.bx-viewport .slider li{
  display: block!important;
}

.bx-wrapper{
  border:none!important;
  box-shadow: none!important;
}
.slider_box{
  width: 100%;
}

h1 img {
    height: auto;
    width: 120px;
    margin: 10px 20px 0px 20px;
}
a.bx_btn-flat {
    overflow: hidden;
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 5px;
    background: #00a0ea;
}

main{
　　　overflow-wrap: break-word;
　　　word-wrap: break-word;
}


footer {
    width: auto;
    min-width: 320px;
    height: 25%;
    bottom: 0;
    font-size: 3em;
    padding-top: 20px;
    padding-bottom: 128px;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.glink{
	text-align:center;
	}

.linkarea {
    display: flex;
   flex-direction: column;
}
.index_col p{
	text-align:center;
	margin:0;
	}

.banner {
    width: 100%;
    position: relative;
	padding: 0;
}

.banner p{
	font-size: 4.5vw;
	text-align: left;
	}
	
.banner a{
	font-size:4em;
	}

#footerlink {
	display: flex;
	flex-direction: column;
  }
  
.textwidget{
	margin:0 25%;
}

.in_col{
	font-size:4.5vw;
	}

.index_point span{
	font-size:4vw;
	}
	
.requ_col h2 {
    margin: 25px 0.5em;
}
	
.requ_col span {
    width: 90%;
}
	
.requ_col table {
    width: 90%;
    margin: 0 auto;
    border-spacing: 0 1em;
}

.requ_col th {
    text-align: right;
    padding: 0;
    padding-right: 1em;
}

.requ_col td {
    padding: 0;
    padding-left: 1em;
    line-height: 1em;
    vertical-align: top;
}

.phonesss {
  display: flex !important;
  	justify-content: space-between;
  	flex-direction: row;
  	flex-wrap:wrap;
  position: fixed;
  width: 100%;
  background: #222;
  bottom:0;
  height: 88px;
  
}

.phonesss a {
  width:calc(50% - 1px);
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 16px;
  display: inline-block;
}

.tellink1 {
  border-right: 1px solid #fff;
}
.tellink2 {}

#info_in img {
    width: 100%;
    margin: 10px auto;
}
.info_award p {
    width: 100%;
}
a.btn-flat {
    overflow: hidden;
    padding: 0.5em 4em;
    color: #fff;
    border-radius: 0;
    background: #8c8851;
    margin: 8px 0;
}

#info_in img {
    width: 100%;
    margin: 10px;
}
.info_award p {
    width: 100%;
}

#room_inbox table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.index h3 span, .index2 h3 span {
    position: relative;
    display: block;
    font-size: 2em;
}

.sodan_tbl table {
  width: 100%;
}
 
.sodan_tbl th,
.sodan_tbl td {
  display: block;
}

.icon_hissu,
.icon_nini {
    padding: 5px;
    font-size: 1em;
}

.sodan_rbl1{
	}
	
.sodan_input input{
	width: 60%;
	}



  }

@media screen and (min-width: 641px){
.br-sp {display: none; }
}