@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;/*font-size:100%;*/vertical-align:baseline;/*background:transparent;font-weight:normal;*/}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;/*font-size:100%;*/vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle;font-size:1em;}
a:hover{opacity: 0.5;}nav a:hover{opacity: 1;}
hr.boldhr{display:block;height:3px;border:0;border-top:2px solid #ccc;margin:0.2em 0;padding:0}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:100%;
	color:#636a6c;
	font-family: 'source-han-sans-cjk-ja', Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
-moz-osx-font-smoothing: grayscale;
	line-height:1.6;
	background:#fff;
	-webkit-text-size-adjust:100%;
}

.inner {
	position:relative;
	max-width:1280px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
    /*background:#fcfcfc;
    height: 125px;
    background: url(../img/common/header_bg.png) 0 0 repeat-x;
    border-bottom: solid 1px #ccc;*/
}
header .inner {
    margin: 0 auto;
    padding: 0;
    max-width: 1280px;
    height: 100px;
    /*background: url(../img/common/header_bg_bottom.jpg) 85px 90% no-repeat;*/
}
header h1 {
    margin: 0;
    padding: 3px 0 0;
    font-size: 70%;
    height: 10px;
    font-style: normal;
    font-weight: normal;
}
nav {
	width:100%;
	⁄zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

.contents {
	overflow:hidden;
	width:100%;
	margin:0px auto;
	background:#fff;
    clear: both;
    padding: 10px 0 30px;
}
.contents2 {
	overflow:hidden;
	width:100%;
	margin:0px auto;
	background:#fff;
    clear: both;
    padding: 0 0 30px;
}
.contents3 {
	overflow:hidden;
	width:100%;
	margin:0px auto;
	background:#fff;
    clear: both;
    padding: 0 0 30px;
}
.contents4 {
	overflow:hidden;
	width:100%;
	margin:0px auto;
	background:#fff;
    clear: both;
    padding: 0 0 30px;
}
.contents5 {
	overflow:hidden;
	width:100%;
	margin:0px auto;
	background:#fff;
    clear: both;
    padding: 0 0 30px;
}

.main {
	box-sizing:border-box;
	overflow:hidden;
	width:1280px;
    margin: 0px auto;
}

#sub {
    display: none;
	/*box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:20%;*/
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:50px auto 0;
}

a {
	color:#636a6c;
	text-decoration:none;
}
a:hover {
	color:#F39700;
	text-decoration:underline;
}

/*h2 {
	margin-bottom:0.5em;
	padding:10px 0;
	font-size:21px;
	color:#333;
	border-top:3px solid #1E8E7C;
	border-bottom:1px dotted #1E8E7C;
}*/

h2 {
    font-size: 33px;
    margin: 0px auto;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.top h2 {
    font-size: 33px;
    /*margin: 0px auto;*/
    text-align: center;
    letter-spacing: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.4em;
}
.blue {  
    color: #00008b;
}
.red {
    color: #990033;
}
.grey {  
    color: #636a6c;
}
.white {
    color: #fff;
}
.lightblue {
     color: #00ccff;   
}
/*h2 span,*/
h2 img {
    vertical-align: middle;
}

h2.maru {
  display: flex;
  align-items: center;
}
h2.maru::before,
h2.maru::after {
  content: '';
  flex-grow: 1;
  height: 3px;
  background: #636a6c;
}
h2.maru::before {
  margin-right: 20px;
}
h2.maru::after {
  margin-left: 15px;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 1em;
	border-left: 6px solid #636a6c;
	margin: 0 0 0.5em !important;
	text-align: left;
	background: #e5e6ea;
	height: 45px;
	line-height: 45px;
}

/*h3 {
  position: relative;
  padding:0.6em 0 0.4em;
  text-align: center;
  margin: 15px 0;
  font-size: 25px;
}
h3::before,
h3::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h3::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
h3::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
h3 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 0px !important;
    text-align: center;
    color:#00008b;
}
h3:before,
h3:after {
    display: none;
}
h3 .red {
    color: #b84544;
    font-size: 130%;
}*/
.title_reason {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    background: #00008b;
    font-weight: bold;
    text-align: center;
    border-left: 200px solid #fff;
    border-right: 200px solid #fff;
}
/*.title_reason {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}
.title_reason:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #000;
    top: 50%;
    left: 0;
}*/
.serif {
   font-family: serif; 
}
p.serif {
   font-family: serif; 
   font-size:1.2em;
}

h4 {
	margin:0  0 0.5em;
	font-size:25px;
	font-weight: bold;
    line-height:1.4em;
    color:#00008b;
}

.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	text-align: center;
    color:#3fc1c9;
}
.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}
.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

h5 {
	font-size:22px;
	font-weight:bold;
    margin: 0 0 10px;
    line-height: 1.4em;
}
.bubble01 {
    font-size: 25px;
    position: relative;
    display: block;
    margin: 20px 0 15px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #e3992f;
}
.bubble01:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    content: '';
    border-top: 20px solid #e3992f;
    border-right: 20px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 20px solid transparent;
}
.bubble02 {
    font-size: 25px;
    position: relative;
    display: block;
    margin: 20px 0 15px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #e86b8b;
}
.bubble02:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    content: '';
    border-top: 20px solid #e86b8b;
    border-right: 20px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 20px solid transparent;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

.font130 {
    font-size: 130%;
}

p {
	/*margin:0 0 1em 0;*/
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ccc;
	border-left:5px solid #ccc;
}

ol, ul, li {
	list-style: none;
	margin:0;
	padding:0;
}
.pager {
    clear: both;
}
/*ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}*/
li {
	/*margin-left:2em;*/
	list-style:none;
}

dl {
	display: block;
}
dt {
	width:65px;
    display: inline-block;
    text-align-last: justify;
    text-justify: inter-ideograph;
    justify-content: space-between;
}
dd {
    display: inline-block;
}

.newsDate {
	clear: both;
	margin-bottom:0.5em;
	border-bottom:1px dotted #ccc;
}
.newsDate:before {
	content:"\0025a0";
}
.newsContents {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:2em;
	border-collapse:collapse;
	border:none;
	background:#fff;
	border:1px solid #ccc;
}
th {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#e5e6ea;
	font-weight:bold;
	box-sizing: border-box;
	vertical-align: middle;
}
td {
	padding:10px;
	text-align:left;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
	vertical-align: middle;
}
tr:first-of-type {
	/*border-top:1px dotted #ccc;*/
}
sup {
    font-size: 50%;
    vertical-align: super;
}
.left {
	float:left;
}
.right {
	float:right;
}
.textL {
    text-align: left;
}
.textR {
    text-align: right;
}
.textC {
    text-align: center;
}
select {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px 1px;
	border: #bbb solid 1px;
}

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 5px;
    vertical-align: middle;
}

.w30 {
    width:30%;
}
.w39 {
    width:39%;
}
.w40 {
    width:40%;
}
.w48 {
    width:48%;
}
.w49 {
    width:49%;
}
.w50 {
    width:50%;
}
.w59 {
    width:59%;
}
.w60 {
    width:60%;
}
.w65 {
    width:65%;
}
.w70 {
    width:70%;
}
.w80 {
    width:80%;
}
.w85 {
    width:85%;
}
.w90 {
    width:90%;
}
.w100 {
    width:100%;
}
.p-top10 {
    padding-top:10px;
}
.p-top30 {
    padding-top:30px;
}
.p-top50 {
    padding-top:50px;
}
.p-bottom30 {
    padding-bottom:30px;
}
.p-bottom50 {
    padding-bottom:50px;
}
.m-top10 {
    margin-top:10px;
}
.m-top20 {
    margin-top:20px;
}
.m-top30 {
    margin-top:30px;
}
.m-top50 {
    margin-top:50px;
}
.m-bottom10 {
    margin-bottom:10px;
}
.m-bottom20 {
    margin-bottom:20px;
}
.m-bottom30 {
    margin-bottom:30px;
}
.m-bottom50 {
    margin-bottom:50px;
}

.clear {
    clear: both;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

small {
    font-size:70%;
}

.fadein {
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}
.FormSubGroup {
	transition : all 1500ms;
}
.fadein.scrollin,
.LoginView.scrollin,
.FormSubGroup.scrollin,
.FormTable.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.tenpo_img {
	text-align: center;
	margin-bottom: 10px;
}

/*==========================================================================================

フローティングボタン（会員登録・お問合せ）

==========================================================================================*/
.floatingMenu {
bottom: 300px;
right:0;
position:fixed;
z-index:10;
width:43px;
margin:0;
padding:0;
}

.floatingMenu ul { margin:0; }
.floatingMenu ul li { margin:0 0 10px 0; }

/*================================================
 *  ヘッダー
 ================================================*/
header {
	/*padding:10px;
    height:90px;*/
}
header a.logo:hover {
    text-decoration: none;
}
header .logo {
    float: left;
    /*width: 215px;
    height: 73px;*/
    margin: 20px 10px 0 0;
    padding: 0;
}
.login {
    background: #f7f7f7;
    border: #ddd solid 3px;
    float: right;
    /*height: 76px;*/
    box-sizing: border-box;
    border-radius: 7px;
    width: 190px; 
    margin:0 0 5px;
}
.login .title {
    background: #82888b;
    color:#fbef8d;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 3px 0 0;
}
.login .title img {
    margin: 0 5px 0 0;
    vertical-align: top !important;
}
.login_in {
    padding: 5px 0;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 2.0em;
}
.login a {
    letter-spacing: -0.1em;
    font-size:10px;
}
 .login span {
    width:72px;
    display: inline-block;
}
     .login .error {
        color: #f00;
        font-size: 0.8em;
        text-align: center;
         margin:-10px 0;
    }
    .error br {
        display: none;
    }
    .error div {
        display: inline-block;
    }

.top-kensaku .title {
    width:70%; 
    margin: 0 auto;
}

.btn_orange {
    background: #e3992f;
    padding: 10px 15px;
    color: #fff !important;
}
.btn_gray {
    background: #990033;
    padding: 10px 15px;
    color: #fff !important;
    text-align: center;
}
.btn_white {
    background: #fff;
    padding: 10px 15px;
    color: #636a6c !important;
    text-align: center;
}
.btn_green {
    background: #009359;
    padding: 10px 15px;
    color: #fff !important;
    text-align: center;
}
.bg_gray {
    background: #636a6c;
    /*padding: 20px;*/    
    text-align: center;
    box-sizing: border-box;
}
a.bg_gray {
    color: #fff !important;
    text-decoration: none !important;
}

.btn_orange:hover,
.btn_gray:hover,
.btn_white:hover
.btn_green:hover,
.btn_orange_b:hover,
.btn_gray_b:hover,
.btn_gray2_b:hover,
.bg_gray:hover {
    text-decoration: none !important;
    opacity: 0.5;
}

.d-block {
    display: block;
}
.d-inline {
    display: inline-block;
}

.top-kensaku .btn_orange_b {
    background: #e3992f;
    text-align: center;
    font-weight: bold;
    padding: 18px 140px;
    font-size: 150%;
    margin: 0px 15px;
    line-height: 65px;
}
.top-kensaku .btn_gray2_b {
    background: #c4c8cd;
    text-align: center;
    font-weight: bold;
    padding: 18px 140px;
    font-size: 150%;
    margin: 0px 15px;
    line-height: 65px;
}
.top-baikyaku .btn_gray2_b {
    background: #c4c8cd;
    text-align: center;
    font-weight: bold;
    padding: 18px 70px;
    font-size: 150%;
    margin: 0px 15px;
    line-height: 65px;
}
.top-toiawase .btn_gray_b {
    background: #990033;
    text-align: center;
    font-weight: bold;
    padding: 18px 80px;
    font-size: 150%;
    margin: 0 0 10px;
    line-height: 65px;
}
.top-kensaku .btn_orange_b a,
.top-toiawase .btn_gray_b a {
    color: #fff;
    text-decoration: none;
}
.top-kensaku .btn_gray2_b a,
.top-baikyaku .btn_gray2_b a {
    color: #636a6c;
    text-decoration: none;
}

.top-ranking .inner {
    padding-top:20px;
    width:90%;
    margin:0 auto;
}

.summary {
	position:absolute;
	top:0;
	right:0px;
	margin:0;
	font-size:0.9em;
	text-align: right;
	line-height: 2.0em;
}

.headRightBox{ float:right; background: #fff;border: #c93a33 solid 3px; border-radius: 7px;padding: 7px;width: 190px; box-sizing: border-box;}
.headTelBox{ float:left; }
.innerHeadTelBox{ margin:0; }
.top-toiawase .innerHeadTelBox{ /*width:300px;height:70px; */ margin:0; background:url(../img/common/icon_tel.png) 1% 85% no-repeat; }
.headTelBox .telMsg{font-size:85%; line-height:1.3em; }
.headTelBox .telMsg span {color:#dd8717;}
.headTelBox .telNumber{ font-size:132%; font-weight:bold; color:#c93a33; line-height:1.1em; }
.headTelBox .telNumber a { color:#333 !important; }

.headTelBox .telTime{ font-size:72%; color:#38312C; line-height:1.5em; /*width: 75%;*/}

.headOtoiawaseBox{ display:none !important;/*float:right; width:100px; height:70px; margin:0; padding:0; background:url(../img/common/header_box_otoiawase.png) 100% 0 no-repeat #fcfaee;border-top: 3px solid #1E8E7C;border-right: 3px solid #1E8E7C;border-bottom: 3px solid #1E8E7C;border-top-right-radius: 7px; border-bottom-right-radius: 7px;*/ }
.headOtoiawaseBox p{ width:90px; margin:18px auto 0; font-size:100%; font-weight:bold; color:#333; line-height:1.2em; text-align: center;}
.headOtoiawaseBox p a {color:#1E8E7C;}
.headOtoiawaseBox p a:hover {text-decoration: none;}

.top-recommend .topShopTitle {
   color: #c93a33;
   font-size:1.5em;
   display: flex;
   align-items: center;
   font-style: italic;
   font-weight: bold;
   margin: 0 0 10px;
}
.top-recommend .topShopTitle::after {
    content: '';
    background-color: #c93a33;
    flex-grow: 1;
    height: 1px;
    margin-left: 0.5em;
}

/*.voice1 {
    background: url("/file/img/top/top-voice1.png") no-repeat;
    position: relative;
    width:353px;
    height: 100px;
    margin: 10px auto;
}
.voice2 {
    background: url("/file/img/top/top-voice2.png") no-repeat;
    position: relative;
    width:353px;
    height: 100px;
    margin: 10px auto;
}
.voice1 span,
.voice2 span {
    position: absolute;
    top:30px;
    right:60px;
    color: #fff;
    font-size:30px;
    font-weight:bold;
}*/

.voice1 {
    background: #b5d19a;
    padding:5px !important;
    text-align: center;
}
.circle1 {
    width: 100px;
    height: 100px; 
    line-height: 100px;
    text-align: center;
    background-color: #45a862;
    border-radius: 50%;
    color: #fff !important;
    font-size:28px;
    font-weight: bold;
    display: inline-block;
}
.voice2 {
    background: #eac4d1;
    padding:5px !important;
    text-align: center;
}
.circle2 {
    width: 100px;
    height: 100px; 
    line-height: 100px;
    text-align: center;
    background-color: #c52e6a;
    border-radius: 50%;
    color: #fff !important;
    font-size:28px;
    font-weight: bold;
    display: inline-block;
}
.voice1 .text,
.voice2 .text {
    font-size:25px;
    margin:0 20px 0 0;
}

.top-toiawase .main {
    width: 70%;
    margin: 0 auto;
}
.top-toiawase .left {
    font-size:150%;
}
.top-toiawase .headTelBox .telNumber {
    margin: 10px 0 3px 70px !important;
}
.top-toiawase .headTelBox .telTime.red {
    color: #c93a33 !important;
}
.top-toiawase .headTelBox .telTime {
    margin: 0 0 0 70px !important;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#00008b;
		z-index:3;
        height: 66px;
	}

	/* 共通 */
	nav ul {
		margin:0;
		padding:0;
	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
	}

	nav ul li a {
		display:block;
		margin:0;
		/*background:#e5e6ea;*/
		color:#fff;
		font-size:14px;
		font-weight:normal;
		text-decoration:none;
        border-right: 1px solid #636a6c;
        line-height: 60px;
        height: 66px;
        font-weight: bold;
	}
    nav ul.gnav > li:nth-child(2) a {
        line-height: 1.4em !important;
    }
    nav ul li.bg_gray a {
        border-right: none;
        background:#636a6c;
        color:#fff;
	}
    nav ul li.bg_red a {
        border-right: none;
        /*background:#990033;*/
        color:#fff;
	}
    	nav ul li:nth-child(n+10) > a {
        /*padding: 10px 0;*/
	}
    	nav ul li:nth-child(1) > a,
    	nav ul li:nth-child(n+11) > a {
        border-right: none;       
	}

	nav ul li:hover > a {
		color:#fff;
		background:#999;
        text-decoration: none;
	}
    nav ul li ul li:hover > a {
        color:#fff;
		background:#999;
        text-decoration: none;
    }
	nav ul li a:hover {
        text-decoration: none;
	}
    /*nav ul li .logo img {
        vertical-align:middle;
        margin:-12px 5px 0 0;
        display: inline-block;
    }*/
    nav ul li .headShop {
        display: inline-block;
    }
    nav ul li .headShop .Shop1 {
        margin: 5px auto 0;
        font-weight: normal !important;
    }
    nav ul li .headShop .Shop2 {
        font-size: 19px;
        font-weight: bold;
        margin: 4px auto 0;
    }

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:6%;
		float:left;
		margin:0;
		text-align:center;
		list-style:none;
        height: 66px;
        /*padding: 20px 0;*/
	}
    nav ul.gnav li.bg_gray {
        width:8%;
        background: #636a6c;
	}
    nav ul.gnav li.subnav ul li:last-child {
        background: #eee !important;
	}
	nav ul.gnav > li:first-child {
		width:15%;
        /*padding: 8px 0;*/
	}
	nav ul.gnav > li:nth-child(2) {
		width:25%;
	}
	nav ul.gnav > li:nth-child(n + 3) {
		width:6.5%;
	}

	/*nav ul.gnav > li.subnav a {
		padding-right:20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#fff;
	}*/

	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:100%;
		margin:0;
		padding:0;
	}

	nav ul li ul li {
		overflow:hidden;
		width:100%;
		height:0;
		color:#fff;
	}

	nav ul li ul li a {
		text-align:center;
		background:#a8a8a8;
		font-weight:normal;
        border-right: none;
	}

	nav ul li:hover > ul > li {
		overflow:visible;
		height:66px;
		border-bottom:1px solid #ccc;
		color:#333;
	}

	nav ul li:hover ul li:last-child {
		border-bottom:none;
	}

	nav ul.gnav > li:last-child > ul {
		left:0%;
	}

	nav ul li ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#333;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}

	/* 3段目 */
	nav ul li ul li ul {
		top:0;
		left:100%;
	}

	nav ul li ul li ul li {
		width:100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom:1px solid #ccc;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left:-100%;
	}
    nav ul li ul li ul li {
    }

	nav ul li ul li ul li a {
		background:#eee;
	}

	nav ul li ul li ul li a:hover {
		background:#999;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.fixed {
		/*position:fixed;*/
		top:0;
		left:0;
	}

}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	padding-top:10px;
}
.Pankuzu li {
    float: left;
    font-size: 13px;
}
.Pankuzu li:first-child a {
	margin:0 10px 0 0;
}
.Pankuzu li:nth-child(n + 2) a {
	margin:0 10px;
}
.Pankuzu .add {
	font-size:13px;
	margin:0 0 0 10px;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr a img {
	width:100%;
}

.subCount {
    height: 120px;
    margin: 0 0 10px;
    padding: 0;
    background: url(../img/common/woman4.png) no-repeat 107% bottom;
    border: 3px solid #ccc;
    border-radius: 7px;
    overflow: hidden;
}
.subCount .subCountBg {
  height: 100%;
  /*background: rgba(255,255,255,0.2);*/
}
.subCount .pc-sub-guide__title {
    /*background-color: #e62b1f;*/
    color: #e62b1f;
    font-weight:bold;
    margin: 10px 0 0 10px;
    line-height: 1.0em;
}
.subCount p.countTxt {
    margin: 0 0 0 10px;
    padding: 4px 0 0 0;
    text-align: left;
    line-height: 1.2em;
}
.subCount .first_word {
    vertical-align: 2px;
    color: #fff;
    background: #e62b1f;
    border: 1px solid #e62b1f;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 5px;
}
.subCount .first_word2 {
    vertical-align: 2px;
    color: #333;
    background: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 5px;
}
.subCount .countNum {
    margin: 0 3px 0 10px;
    color: #e62b1f;
    font-size: 160%;
    font-weight:bold;
}
.subCount .countNum2 {
    margin: 0 3px 0 10px;
    color: #333;
    font-size: 140%;
    font-weight:bold;
}

/*================================================
 *  フッター
 ================================================*/

.footer_banner a {
    display: inline-block;
    width:30%;
    margin:10px 1.5% 0;
}
.footer_banner a img{
    width:100%;
    height:104px;
}

@media(min-width: 767px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

#footer .topShopTitle {
    color: #fff;
    font-size:1.5em;
    font-weight: bold;
}
#footer .footerRightBox .topShopTitle {
   font-size:1.2em;
   display: flex;
   align-items: center;
   font-style: italic;
   margin: 0 0 10px;
   padding-top: 10px;
}
#footer .footerRightBox .topShopTitle::after {
    content: '';
    background-color: #fff;
    flex-grow: 1;
    height: 1px;
    margin-left: 0.5em;
}

#footer a, #footer p, #footer dl { color:#fff; }

#footer {
margin:auto;
padding:0;
/*background:url(../img/common/footer_bg.jpg) 0 100% repeat-x;*/
background:#00008b;
width:100%; /*追記*/
/*height:163px; 追記*/
/*position:absolute; 追記*/
bottom:0; /*追記*/
clear:both;
}

#footer .innerFooter{
margin:0 auto;
padding:20px 10px 10px;
max-width:1280px;
}

.footerBox{
float:left;
width:65%;
margin:0 0 10px 0;
padding:20px 0;
/*background:#FCFAEE;
border:solid 3px #CECBC4;*/
border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
}

.footerLeftBox{ float:left; width:100%; /*margin:10px 0 0 27px;*/}
.footerLeftBox img {
    width:100%;
}
.footerRightBox{ float:right; width:30%; /*height:197px;margin:0 27px 0 0; */ display: table; }

.ftCompanyBox1 { float:left; width:50%; }
.ftCompanyBox2 { float:left; width:50%; }
.ftCompanyBox3 { float:left; width:26%; }
.ftCompanyBox1 a, .ftCompanyBox2 a, .ftCompanyBox3 a {display:block; font-size:0.9em;}

/*左側*/
.footerLeftBox img{ margin:0 0 2px; }
.footerLeftBox img.footerlogo{ width: inherit;margin: 0 auto 13px;
-moz-appearance: none;
appearance: none; }

/*右側会社情報*/

.ftShopName{
margin:0 0 8px 0;
padding:0 0 0px 0;
/*background-image:url("../img/common/line_bg.jpg"), url("../img/common/footer_balloon_bg.png");
background-repeat:repeat-x, no-repeat;
background-position:bottom left,top right;*/
font-size:144%;
font-weight:bold;
line-height:2.0em;
/*border-bottom: dotted 1px #A4A296;
width:470px;*/
}

.ftComName{ margin:0; padding:0; font-size:122%; font-weight:bold; }
.ftComName span{ padding:0; color:#605A56; font-size:70%; font-weight:normal; }

.ftComTel{ float:left; /*width:235px;*/ margin:0; padding:0; color:#ef8000; font-size:219%; font-weight:bold; font-family:Meiryo, 'メイリオ'; }
.ftComTel a{ color:#ef8000 !important; }

.ftComInfo{ float:left; /*width:275px;*/ margin:22px 0 0 5px; padding:0; color:#1E8E7C; font-size:100%; font-weight:bold; line-height:1.0em; }

/*.innerFooter ul li{ display:table-cell; margin:0; padding:10px 20px 20px 0; font-size:84%; font-weight:bold; }
.innerFooter ul li a{ background:url(../img/common/footer_arrow.jpg) 0 40% no-repeat; padding:2px 0 2px 18px; }*/
.innerFooter ul {
    text-align: center;
}
.innerFooter ul li {
	position: relative;
    display: inline-block;
    margin: 10px 15px;
}
.innerFooter ul li::after,
.innerFooter ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.innerFooter ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #1E8E7C;
	border-radius: 100%;
}
.innerFooter ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.innerFooter ul li a {
    font-weight: bold;
    font-size:0.9em;
}

/*右側ボタン*/
.ftBtnBox{ float:right; width:128px; height:140px; margin:28px 12px 0 0; background:url(../img/common/footer_btn_bg.jpg) 0 0 no-repeat; }
.ftBtnBox p{ margin:0 0 0 -5px; padding:106px 0 0 0; font-size:122%; font-weight:bold; text-align:center; }
.ftBtnBox p a{
margin:0;
padding:0 20px 0 20px;
background-image:url("../img/common/btn_arrow_left.png"), url("../img/common/btn_arrow_right.png");
background-repeat:no-repeat, no-repeat;
background-position:left,right;
}

address {
max-width:1200px;
margin:0;
padding:0;
font-size:77%;
color:#fff;
text-align:center;
font-style:normal !important;
}

.top_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 1em !important; 
    font-weight: bold;
    text-shadow: 0 0 30px blue;	
}
.tenpo_2in {
	float: left;
	width: 49%;
	padding-right: 1px;
	padding-left: 1px;
}

.totop {
 position: fixed;
  right: 0px;
  bottom: 0px;
  display: block;
}

}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#1E8E7C;
}
.totop img:hover {
	background:#ccc;
}

.toins2 {
	position:fixed;
	bottom:85px;
	right:15px;
}
.toface2 {
	position:fixed;
	bottom:150px;
	right:15px;
}


@media screen and (max-width:767px) {
.totop {
	position:fixed;
	bottom:70px;
	right:15px;
}
.toins2 {
	position:fixed;
	bottom:110px;
	right:15px;
}
.toface2 {
	position:fixed;
	bottom:150px;
	right:15px;
}
.totop img {
	width:30px;
}

.toins2 img {
	width:30px;
}

.toface2 img {
	width:30px;
}
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ccc;
}

.col_two_one,
.col_three_one,
.col_three_one_border {
	overflow:hidden;
    width: 100%;
    margin: 0 auto;
}
.col_three_one ul,
.col_three_one_border {
    width: 100%;
}
.col_four_one,
.col_six_one {
	overflow:hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
}
.staff .col_four_one {
	overflow:hidden;
	display: unset;
	flex-direction: unset;
	flex-wrap: unset;
	justify-content: unset;
    width: 100%;
}
.col_two_one ul,
.col_three_one_border ul {
	overflow:hidden;
	/*margin:2% -2% 0 0;*/
}
.col_two_one ul li {
	list-style:none;
	float:left;
	width:48%;
	/*padding: 15px;*/
	box-sizing: border-box;
}
.col_two_one ul li:nth-of-type(odd) {
	margin:0 2% 2% 0;
}
.col_two_one ul li:nth-of-type(even) {
	margin:0 0% 2% 2%;
}
.col_two_one ul li:nth-child(2n+1) {
	clear:both;
}
.col_two_one ul li img,
.col_three_one ul li img {
	width:100%;
	margin-bottom:2.5%;
}
/*.col_three_one_border div img {
	max-width:100%;
	height:150px;
}*/

.uri_bener{
	background: #00008b;
	color: #fff;
	padding: 10px 0px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 30px;
}

.col_three_one ul li {
	list-style:none;
	float:left;
	width:32%;
	box-sizing: border-box;
    margin: 0.5% 0.5% 0;
}
.col_three_one_border .toku {
	list-style:none;
	float:left;
	width:32%;
	margin:0.5%;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
    height: 460px;
    position: relative;
}
.col_three_one ul li:nth-child(3n+1),
.col_three_one_border div:nth-child(3n+1) {
	clear:both;
}
.col_three_one_border ul li:nth-child(3n) {
	/*margin:0 0 1% 1%;*/
}
.col_three_one > div {
	list-style:none;
	float: left;
    width: 32.6%;
	margin:0.6% 0;
}
.col_three_one > div:nth-child(2) {
	list-style:none;
	float: left;
    width: 32.6%;
	margin:0.6% 1.1%;
}
.col_four_one > div {
    list-style:none;
	display: inline-block;
    width: 24%;
	margin:0.5%;
    padding: 3px;
    box-sizing: border-box;
	list-style:none;
	float:left;
    box-sizing: border-box;
}
.staff .col_four_one > div {
    list-style:none;
	display: inline-block;
    width: 24%;
	margin:0.5%;
    padding: 10px;
    box-sizing: border-box;
	list-style:none;
	float:left;
    box-sizing: border-box;
    height: 330px;
}
.top .col_four_one > div.needs_b,
.top4 .col_four_one > div.needs_b,
.top5 .col_four_one > div.needs_b,
.top6 .col_four_one > div.needs_b,
.top7 .col_four_one > div.needs_b {
    list-style:none;
	display: inline-block;
    width: 49%;
	margin:0.5%;
    padding: 10px;
    box-sizing: border-box;
	list-style:none;
	float:left;
}
.col_four_one > div img {
    width:100%;
}
.needs_b {
    position: relative;
    border: 1px solid #636a6c;
    padding:15px;
    text-align: center;
    width:49%;
	margin: 0 0.5% 1%;
    background: #fff;
}
.needs {
    position: relative;
    border: 1px solid #636a6c;
    padding:10px;
    text-align: center;
    width:24%;
	margin: 0 0.5% 1%;
    box-sizing: border-box;
    background: #fff;
}
.needs_title {
    margin: 0 auto 5px;
    font-size: 18px;
    font-weight: bold;
    color: #00008b;
    border-bottom: 1px solid #ccc;
    line-height: 1.4em;
    padding-bottom: 5px;
}
.needs_title2 {
    font-size: 19px;
    font-weight: bold;
}
.needs_title2 span {
    font-size: 80%;
    margin:0 0 0 10px;
    font-weight:normal;
}
.needs_text {
    font-size: 15px;
    text-align: left;
}
.needs_text_s {
    font-size: 12px;
    text-align: right;
}
.company .needs_text {
    font-size: 15px;
    text-align: center;
}
.Item-Content-Flg {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #636a6c;
}
.Item-Content-Flg1 {
    background: #e3992f;
    margin:0 0 10px;
    font-weight:bold;
    color: #fff;
}
.Item-Content-Flg2 {
    background: #e86b8b;
    margin:0 0 10px;
    font-weight:bold;
    color: #fff;
}

.col_six_one div {
	list-style:none;
	float:left;
	width:16%;
	margin:1% 0 1% 0;
	padding: 10px;
	box-sizing: border-box;
}
.woman {
    border: 3px #ccc solid;
    overflow: hidden;
    background: url(../img/top/woman.png) no-repeat left bottom;
    display:block;
    height:130px;
}
.woman2 {
    border: 3px #ccc solid;
    overflow: hidden;
    background: url(../img/top/woman2.png) no-repeat right bottom;
    display:block;
    height:130px;
}
.woman a,
.woman2 a {
    display: block;
    width:100%;
    height:100%;
    font-size:250%;
    color: #1E8E7C;
    padding-top: 25px;
}
.woman a:hover,
.woman2 a:hover {
    text-decoration: none;
}

.c_box.count1 {
 background:#f8dce5;
}
.c_box.count2 {
 background:#f6d6a6;
}
.c_box.count2 .box_title span {
 background:#e3992f;
 color:#fff;
}

.small {
    font-size:0.8em;
}
.main_catch {
    position: relative;
}
.main_catch1 {
    position: absolute;
    bottom: 15px;
    left: 7%;
    background-color: rgba(255,255,255, 0.5);
    color:#00008b;
    padding: 20px;
    box-sizing: border-box;
    /*background-image: url("/file/img/top/rank1.png");*/
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-size: 15%;
    z-index: 1;
}
.main_catch1 .title {
    font-size:1.9em;
    font-weight:bold;
}
.main_catch2 {
    position:absolute;
    top: 15px;
    right: 7%;
    z-index: 1;
}

.mybox1 {
    position: relative;
    height: 120px;
    width: 180px;
    float:left;
    display: none;
}
.mybox1_title {
    position: absolute;
    z-index: 1;
    background: #e86b8b;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    top: 0px;
    left: 0px;
}
.mybox1_title::before {
    border: 15px solid transparent;
    border-right-width: 15px;
    border-left-color: transparent;
    border-left-color: #e86b8b;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
}
.mybox1_inner {
    position: absolute;
    z-index: 0;
    background-color: #f8dce5;
    left: 10px;
    top: 10px;
    padding: 30px 10px 5px;
}

.mybox2 {
    position: relative;
    height: 120px;
    width: 180px;
    float:left;
}
.mybox2_title {
    position: absolute;
    z-index: 1;
    background: #990033;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    top: 0px;
    left: 0px;
}
.mybox2_title::before {
    border: 15px solid transparent;
    border-right-width: 15px;
    border-left-color: transparent;
    border-left-color: #990033;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
}
.mybox2_inner {
    position: absolute;
    z-index: 0;
    background-color: #ffcccc;
    left: 10px;
    top: 10px;
    padding: 30px 10px 5px;
}


.mybox1 .left,
.mybox2 .left{
    margin:0 20px 10px 0;
    color:#636a6c;
}
.mybox1 .right,
.mybox2 .right {
    margin:-10px 0 0 0;
}
.countNum {
    margin: 0 3px 0 10px;
    color: #e62b1f;
    font-size: 140%;
    font-weight: bold;
}
.countTxt {
    margin-top: -5px;
}
.countTxt .first_word {
    font-size: 100%;
    color:#636a6c;
    font-weight: bold;
}
.countTxt span {
    font-weight: bold;
}
/*.top-kensaku .mybox2{
	margin: 0px 10px 0px 50px !important;
}
.top-baikyaku .mybox1{
	margin: 0px 10px 0px 50px !important;
}*/
.top-baikyaku .mybox1{
	margin: 0px !important;
    width:350px;
    float: left  !important;
}
.top-baikyaku .mybox1 .mybox_inner{
	display: block;
}
.top-baikyaku .mybox1 .mybox1_inner .left.small{
    margin: 0px !important;
	width: 100%;
}
.top-baikyaku .mybox1 .mybox_inner .countTxt {
	display: inline-block;
    margin: 0 5px 0 0 !important;
}
.frame {
   background: url("/file/images/frame.png") no-repeat;
}
    
.top-kensaku .mybox2{
	margin: 50px 10px 0px;
    width:350px;
    float: left  !important;
}
.top-kensaku .mybox2 .mybox_inner{
	display: block;
}
.top-kensaku .mybox2 .mybox2_inner .left.small{
    margin: 0px !important;
	width: 100%;
}
.top-kensaku .mybox2 .mybox_inner .countTxt {
	display: inline-block;
    margin: 0 5px 0 0 !important;
}

.staff-blog > li:first-of-type {
    display: none;
}

.banner {
    margin: 40px auto;
    display: table;
}
.banner > div {
    margin: 10px;
}

.office_info .left {
    width:65%;
}
.office_info .right {
    width:33%;
    margin: 0 0 20px;
}
.office_info .right img,
.office_info .col_three_one div img {
    width:100%;
}
.office_info .col_three_one div {
    width: 33%;
}
.office_info .col_three_one div:nth-child(2n) {
    margin: 0 0.5%;
}
.office_info .staff-office h3 {
    display: none;
}

/*店舗一覧*/
.ShopBlock {
	display: table;
	width: 100%;
}
.ShopBlock .OfficeName {
	border-bottom: 1px solid #ccc;
	padding: 0.2em;
	color: #333;
	background: transparent;
	margin:60px 0 30px;
	font-size: 20px;
	font-weight:bold;
	width:100%;
	clear: both;
}
.ShopBlock .OfficeName:before {
    background-color: #d87a74;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    width: 5px;
	border-bottom: 1px solid #ccc;
}
.shop_list .photo0 {
	clear:left;
	width:35%;
}
.shop_list .photo0 img {
	width:100%;
}
.shop_list .OfficeAddress,
.shop_list .OfficeFreeTel,
.shop_list .OfficeTel,
.shop_list .OfficeFax,
.shop_list .OfficeAnnai {
	float:right;
	width:60%;
	border-bottom: 1px solid #ccc;
	padding:5px 0;
}
.shop_list .OfficeAnnai span.naiyo {
	float: right;
	width: 70%;
	font-weight: normal;
}
.shop_list .Link {
	float:right;
	width:60%;
	padding:5px 0;
}
.shop_list .Link a {
	width:130px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	color:#333;
	font-size:14px;
	box-shadow: 0px 2px #b2b2b2;
	-webkit-box-shadow: 0px 2px #b2b2b2;
	text-decoration: none;
	margin: 10px 5px 0 0;
	display: inline-block;
}
.shop_list .Link a:nth-child(1):before {
	font-family: "Font Awesome 5 Free";
	content: '\f0ca';
	font-weight: bold;
	padding: 0 3px 0 0;
}
.shop_list .Link a:nth-child(2):before {
	font-family: "Font Awesome 5 Free";
	content: '\f4ad';
	font-weight: bold;
	padding: 0 3px 0 0;
}
.shop_list .Link a:nth-child(3):before {
	font-family: "Font Awesome 5 Free";
	content: '\f304';
	font-weight: bold;
	padding: 0 3px 0 0;
}
.shop_list .OfficeAddress a,
.office_info .OfficeAddress a {
	/*line-height: 32px;*/
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	color:#333;
	font-size:14px;
	box-shadow: 0px 2px #b2b2b2;
	-webkit-box-shadow: 0px 2px #b2b2b2;
	text-decoration: none;
	font-weight:bold;
	margin:0 0 0 10px;
	padding:0px 5px;
	display: inline-block;
}
.shop_list .OfficeAddress a:before,
.office_info .OfficeAddress a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	font-weight:bold;
}
.shop_list .OfficeFreeTel span,
.shop_list .OfficeTel span,
.shop_list .OfficeFax span,
.shop_list .OfficeAnnai span {
	font-weight:bold;
	width:120px;
	display:inline-block;
}
.shop_list .OfficeAccess,
.shop_list .OfficeParking,
.shop_list .OfficeLicense,
.shop_list .OfficeOther1,
.shop_list .OfficeOther2,
.shop_list .OfficeOther3,
.shop_list .shop_list .photo1,
.shop_list .photo2,
.shop_list .photo3,
.shop_list .photo4,
.shop_list .photo5,
.shop_list .photo6,
.shop_list .photo7 {
	display:none;
}
.office_info .right.w40 img {
    width:100%;
}

/*スタッフ一覧*/
.StaffList li {
	display: table;
	clear: both;
	border-bottom: dotted 1px #ccc;
	box-sizing: border-box;
	margin: 10px 0;
    width:100%;
    padding:0 0 10px;
}
.StaffList li .img{
	background: #FFF;
	padding: 1px;
	width: 20%;
	float: left;
	margin:0 10px 0 0;
	overflow: hidden;
}
.StaffList li .img img {
	width: 100%;
}
.StaffList li .wrapper {
    float: right;
    width: 75%;
}
.StaffList li .wrapper .title {
	padding-bottom: 1em;
}
.StaffList li .wrapper .title .name {
    font-size: 18px;
    float: left;
    font-weight:bold;
}
.StaffList li .wrapper .title .post {
    font-size: 16px;
    float: right;
}
.StaffList li .wrapper dd.license,
.StaffList li .wrapper dd.comment1 {
	background: url(/file/images/ico_qualification.png) no-repeat;
	/*height:22px;*/
    margin-bottom: 0.5em;
}
.todetail {
    display:none;
}

.sbox_category {
	margin: 10px 0 20px;
}
.sbox_category li {
	display: inline-block;
	border-right: 1px solid #461e1f;
	padding:0 10px 0 5px;
	height: 20px;
	line-height: 20px;
}
.sbox_category li:nth-last-child(-n+3) {
	border-right: none;
}

.thumb_img_caption {
	font-size: 0.8em;
	text-align: left !important;
	line-height: 1.1em !important;
	display: inline-block;
}

/*office_info*/
.StaffList .wrapper .emal{
	display: none;
}
.StaffList .wrapper .tel{
	display: none;
}


/*.sbox li.hoverOpacity a {
    display: block;
    position: relative;
    z-index: 999;
}
.sbox li.hoverOpacity a .newsDetails {
    display: table;
    height: 166px;
    width: 100%;
}
.sbox li.hoverOpacity a .newsDetails .photoWrap {
    background-color: #ccc;
    vertical-align: top;
    font-size: 0;
    border-right: 2px solid #000;
	display: table-cell;
    width: 30%;
}
.sbox li.hoverOpacity a .newsDetails .photo {
    display: inline-block;
    width: 100%;
}
.sbox li.hoverOpacity a .newsDetails .photo img {
    width: 166px;
    height: 166px;
    vertical-align: top;
}
.sbox li.hoverOpacity a .newsDetails .detail {
    vertical-align: top;
    padding: 15px;
	display: table-cell;
    width: 70%;
}
.sbox li.hoverOpacity a .newsDetails .detail .title {
    font-size: 13px;
    font-weight: bold;
	line-height: 1.3em;
	border-bottom: none;
	margin-bottom: 0;
}
.sbox li.hoverOpacity a .newsDetails .detail .date {
	display:none;
    font-size: 10px;
    text-align: right;
    margin-bottom: 5px;
}
.sbox li.hoverOpacity a .newsDetails .detail .body {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 140%;
}
.sbox li.hoverOpacity .more {
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.sbox li.hoverOpacity a .newsDetails .detail .Category {
	display: inline-block;
	background-color: #570015;
	color:#fff;
	font-size:0.7em;
	padding:0 5px;
}*/

.form-chart {
  font-size: 0;
  margin-bottom: 20px; }

.form-chart li {
  font-size: 16px;
  list-style: none;
  display: inline-block;
  width: calc(28% - 10px);
  margin-right: 10px;
  background: #ddd;
  text-align: center;
  padding: 10px;
  position: relative; }

.accessBox{ margin:0 auto; padding:0 0 30px; }

.accessPhotoBox{ float:left; width:30%; margin:1.5%; padding:0; /*background:url(../img/company/number_bg.jpg) 50% 0 no-repeat;*/ }
.accessPhotoBox p.accNumber{ margin:3px 0; padding:0; text-align:center; color:#fff; font-size:100%; font-weight:bold; line-height:25px;     background: #1E8E7C;
    height: 25px;
    width: 10%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
display: inline-block;
vertical-align: top;
}
.accessPhotoBox img{
border:solid 3px #1E8E7C;
border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
width:100%;
}
.accessPhotoBox p.accCaptionTtl{ margin:10px 3px 7px; color:#1E8E7C; font-weight:bold; font-size:107%; line-height:1.4em; }
.accessPhotoBox p.accCaption{ margin:3px; line-height:1.4em;display: inline-block;vertical-align: top;width:80%; }

.newsBlock {
    border-top: 2px #636a6c solid;
    border-bottom: 2px #636a6c solid;
    padding:5px;
    height:300px;
    overflow-y: scroll;
}
.newsBlock > li {
    display:none;
}
[class^="blog_latest_"] li {
    border-bottom: dotted 1px #ccc;
    padding:8px;
    margin: 8px;
}
[class^="blog_latest_"] .blog_latest_date {
    width:150px;
    display: inline-block;
}

.search_condition_saved_view table {
    width:100%;
    border-collapse: collapse;
}
.search_condition_saved_view td {
    border: 1px solid #ccc;
    padding: 10px;
}
.search_condition_saved_view td.search_condition_saved_each {
    width: 60%;
    text-align: left;
}
.search_condition_saved_view td.search_condition_saved_delete {
    width: 10%;
    text-align: center;
}
.search_condition_saved_view td.search_condition_saved_delete a {
    border: 1px #aaa solid;
    border-radius: 5px;
    background: #aaa;
    padding: 4px;
    color: #fff !important;
    white-space: nowrap
}
.search_condition_saved_view td.search_condition_saved_delete a:hover {
    text-decoration: none;
    opacity: 0.25;
}

/*よくある質問*/
.target{ 
  margin:0 10px 10px 0;
  height:250px;
}
.acd-check{
    display: none;
}
.acd-label{
    background: #fff;
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    border: 1px solid #ccc;
    font-size:1.2em;
}
.acd-label:after{
    background: #fff;
    box-sizing: border-box;
    content: '＋';
    display: block;
    height: 45px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #00008b;
    font-weight: bold;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: 'ー';
    font-weight: bold;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.topShop2.left {
	width: 32%;
	padding-right: 15px;
}
.topShop2.mid {
	width: 32%;
	float:left;
}
.topShop2.right {
	width: 32%;
	float:right;
}
@media screen and (min-width: 768px) {
.form-chart li {
      padding: 20px; }
}

.form-chart li::before {
  border: 10px solid transparent;
  border-left-color: #ddd;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 0;
  margin: auto; }

.form-chart li:last-child {
  /*width: 28%;*/
  margin-right: 0; }

.form-chart li:last-child::before {
  display: none; }

.form-chart li span {
  display: block;
  color: #999;
  font-family: 'Oswald', sans-serif; }
  @media screen and (min-width: 768px) {
    .form-chart li span {
      display: inline;
      margin-right: 1em; } }

.form-chart li.active {
  background: #F39700;
  color: #fff;
  font-weight:bold;}

.form-chart li.active::before {
  border-left-color: #F39700; }

.form-chart li.active span {
  color: #fff; }

/*================================================
 *  スライドショー
 ================================================*/
.slide {
    position: relative;
    width: 100%;
    height: calc(100vh - 123px);
    /*background: #f7f7f7;*/
    z-index: -1;
    overflow: hidden;
}
.slide img {
  display    : block;
  position   : absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity    : 0;
  animation  : slideAnime 56s ease infinite;
  object-fit: cover;
}
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 7s }
.slide img:nth-of-type(3) { animation-delay: 14s }
.slide img:nth-of-type(4) { animation-delay: 21s }
.slide img:nth-of-type(5) { animation-delay: 28s }
.slide img:nth-of-type(6) { animation-delay: 35s }
.slide img:nth-of-type(7) { animation-delay: 42s }
.slide img:nth-of-type(8) { animation-delay: 49s }

@keyframes slideAnime{
   0% { opacity: 0 }
   25% { opacity: 1 }
  25% { opacity: 1 }
  50% { opacity: 0 }
 100% { opacity: 0 }
}

.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; margin: 0 !important; padding: 0 !important;
}
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border: solid 5px #fff;
  margin: 0 auto;
  padding: 10px 0 0;
}
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}
.slider-label {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  line-height: 2;
  text-align: center;  
}
.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden; 
}
.loop-box, .loop-box ul {
  height: 300px;
}
.loop-box ul {
  position: absolute; left: 0; top: 0;
  display: flex; 
  justify-content: space-between;
  background: #fff;
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(300px * 1.5 * 3);
  animation: 50s linear infinite;
}
.loop-box li {
  display: flex;
  align-items: center; 
  justify-content: center;
  color: #fff;
  width: calc(100% / 3);
  margin: 0 10px !important;
}
.loop-box img {
  height: auto;
  width: 100%;
}
.loop-box ul.loop1 {
  animation-name: loop1;
}
.loop-box ul.loop2 {
  animation-name: loop2;
}
@keyframes loop1 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes loop2 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}

.controlNav {
	display: none;
    /*position:relative;
	float:left;
	left:50%;*/
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#1E8E7C;
}

.search_conditions_ul span#search_area_modal_button a,
.search_conditions_ul span#search_line_modal_button a,
.search_conditions_ul span#search_other_modal_button a {
    padding: 0px 3px;
    background:#fff;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color:#aaa;
    margin: 0 auto;
    border: 1px #aaa solid;
    -webkit-appearance: none;
    width:120px;
    float: right;
}
.search_conditions_ul span#search_area_modal_button a:hover,
.search_conditions_ul span#search_line_modal_button a:hover,
.search_conditions_ul span#search_other_modal_button a:hover,
.FormTable a.AddessSet_4:hover {
    background:#ccc;
    border:1px #ccc solid;
    color:#fff;
}

.search_conditions span.search_conditions_koumoku {
    display: inline-block;
    font-weight:bold;
}

.FormTable a.AddessSet_4,
.FormTable a.LineStationSet_3 {
    padding: 1px 3px;
    background:#F39700;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color:#fff;
    margin: 0 auto;
    border: 1px #F39700 solid;
    -webkit-appearance: none;
    width:100px;
}
.FormTable a.AddessSet_4:hover,
.FormTable a.LineStationSet_3:hover {
    background:#cf6f00;
    border:1px #cf6f00 solid;
}

.modal_window #SearchInput {
    width:96%;
    margin: 1.5em 2% 3.5em;
}
.companyBox {
    margin: 0 0 30px 0;
}
.companyBox img {
  float:right;
  margin:0 0 10px 10px;
}
.aboutBox{
margin:0 0 10px 0;
padding:15px;
border:solid 3px #ccc;
/*border:solid 3px #F3F2ED;*/
border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
}
.about p.aboutTxt {
    margin: 10px 0 5px;
    font-weight: bold;
    color: #1E8E7C;
    font-size: 107%;
}

.contents_in {
	overflow:hidden;
	width:100%;
	margin:5rem auto;
    clear: both;
    /*-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    counter-increment: promise-item;
    padding: 3rem 3rem 2rem;
    box-sizing: border-box;
    text-align: center;
    background: #fff;*/
}
.talk {
margin: -30px auto 0;
}
.talk figure img {
}
.talk-imgname {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
p.talk-text {
margin: 0 0 8px;
text-align: center;
font-size: 1.1em;
}
p.talk-text:last-child {
margin-bottom: 0px;
}
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}
.talk-Rimg {
float: right;
margin-top: 0px;
}
.talk-Rtxt {
position: relative;
margin: 30px 480px 0 30px;
padding: 1.2em;
border: 3px solid #359FE6;
background-color: #fff;
border-radius: 10px;
}
.talk-Rtxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #359FE6;
top: 15px;
right: -23px;
}
.talk-Rtxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}

.talk-Limg {
float: left;
margin-top: -170px;
}
.reason4 .talk-Limg {
float: left;
margin-top: -200px !important;
}
.reason6 .talk-Limg {
float: left;
margin-top: -140px !important;
}
.talk-Ltxt {
position: relative;
margin: 30px 30px 0 480px;
padding: 1.2em;
border: 3px solid #359FE6;
background-color: #fff;
border-radius: 10px;
}
.talk-Ltxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #359FE6;
top: 15px;
left: -20px;
}
.talk-Ltxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -16px;
}
.tani {
    font-size:30px;
    font-weight:bold;
    padding:30px 0 0;
}
.odometer.odometer-auto-theme {
    vertical-align: unset !important;
    font-size:110px;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	.contents,
    .contents2,
    .contents3,
    .contents4,
    .contents5 {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
    body {
        margin-top:0 !important;
    }
	.lock {
		overflow:hidden;
	}
    header .inner {
        width:100% !important;
        background: none;
    }
	header {
		display: none;
	}
    h1 {
    margin: 0 0 0 5px;
    padding: 1px 0 0 0;
    font-size: 65%;
    font-style: normal;
    font-weight: normal;
}
    .logo {
    float: left;
    width: unset;
    height: auto;
    padding: 5px;
}
    .logo .headShop {
        display: inline-block;
        margin: 0 0 0 5px;
    }
    .floatingMenu,
    .headRightBox {
        display: none;
    }

	.summary {
		position:relative;
		top:auto;
		right:auto;
		font-size:0.8em;
		/*margin-top:15px;*/
	}
    .login {
        position: absolute;
        top: 100px;
        left: 0;
        right:0;
        margin:0;
        height:auto;
        padding: 5px;
    }
    .error {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
    }
    .tel_botom{
    	width:100%;
    }
    .w70{
    	width:100%;
    }
    .m-bottom50{
    	margin-bottom:0px;
    }
	.contents,
    .contents2,
    .contents3,
    .contents4,
    .contents5 {
		padding:10px 10px 0px;
	}
	.main {
		float:none;
		width:100%;
		margin:0px;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:0px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #ccc;
		background:#f7f7f7;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#333;
		text-decoration:none;
		background:#f7f7f7;
	}
	nav li a:hover {
		color:#fff;
		background:#999;
	}
	nav ul ul {
		/*display:none;*/
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#1E8E7C;
	}
	.subnav > a:hover:before {
		background:#fff;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#f7f7f7;
	}
	.subnav a:hover:after {
	  background:#999;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:3;
		position:fixed;
		top:20px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#1E8E7C;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	/*.col_two_one ul,
	.col_three_one ul {
		margin-right:0;
	}
	.col_two_one li,
	.col_three_one li {
		width:100%;
		clear:both;
	}*/
	/*.col_two_one li:nth-child(2n+1),
	.col_three_one li:nth-child(3n+1) {
		clear:both;
	}*/
    
h2 {
    font-size: 20px;
    margin: 0px auto;
    text-align: center;
    letter-spacing: 0px;
}
h2 img {
    display: none;    
}
.top h2 {
    font-size: 25px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 1.3em;
    margin: 0px auto 10px;
}
h2.maru {
  display: block;
  align-items: center;
  margin: 0px auto;
}
h2.maru::before,
h2.maru::after {
  content: none;
  flex-grow: unset;
  height: 0px;
  background: #fff;
}
h2.maru::before {
  margin-right: 0px;
}
h2.maru::after {
  margin-left: 0px;
}
h4 {
   font-size: 22px;     
}    
h5 {
   font-size: 18px;     
}
.tenpo_2in {
	float:none;
	width: 100%;
	padding-right: 1px;
	padding-left: 1px;
}
.topShop2.left{
	width: 100%;
	padding-right: 0px;

}

.topShop2.mid {
	width: 100%;
	padding-top: 20px;
	float:none;
}
.topShop2.right {
	width: 100%;
	padding-top: 20px;
	float:none;
}
    
    .w39,  
    .w40,  
    .w48,
    .w49,
    .w50,
    .w59,
    .w60,
    .w65,
    .w80{
    width:100%;
    }

	.col_two_one ul li,
	.col_three_one ul li,
	.col_three_one_border ul li{
		clear: both;
		width:100%;
		margin:10px 0 0 !important;
	}
	.col_four_one > div {
	list-style:none;
	float:left;
	width:49%;
	margin: 0.5%;
    box-sizing: border-box;
}
	.col_six_one div {
	width:32%;
	}

	th {
	border-right:none !important;
	}

.slide {
    width: 100%;
    height: 210px;
}
.slide img {
    width: 100%;
    height: unset;
}
.main_catch {
    box-sizing: border-box;
    padding:5px;
}
.main_catch1 {
    position: absolute;
    top: 0%;
    left: unset;
    /*background-color: #fff;*/
    color:#00008b;
    padding:20px;
    /*background-image: url("/file/img/top/rank1.png");*/
    background-position: 2% 25%;
    background-size: 18%;
    font-size:70%;
}
.main_catch1 .title {
    line-height: 1.3em;
    font-size:1.3em;
}
.main_catch1 .text {
    padding: 5px 0 0 135px;  
    font-size:0.9em;
}
.main_catch2 {
    position:absolute;
    top:45%;
    left: 3%;
    right: unset;
    font-size:80%;
}
.col_three_one ul li:nth-child(3n+1),
.col_three_one_border div:nth-child(3n+1) {
    clear:none !important;   
}
   /* .col_three_one_border div {
    list-style: none;
    float: left;
    width: 49%;
    margin: 0.5%;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    height: 370px;
}*/
    .col_three_one_border .toku {
        width:100%;
        margin: 0.5% 0;
    }
    .col_three_one > div,
    .col_three_one > div:nth-child(2) {
	display: block;
	width:100%;
    margin: 0.6% 0%;
}
    
    #footer .innerFooter {
    margin: 0 auto;
    padding: 0 10px 65px;
    width: 100%;
    box-sizing: border-box;
}
    .footerBox {
    width:100%;
}
    .footerLeftBox {
    float: unset;
    width: 100%;
    margin: 10px auto;
}
    .footerRightBox {
    float: unset;
    width: 100%;
    background-position: 95% 90%;
    }
    #footer .footerRightBox .topShopTitle {
        margin: 0px;
    }
    .ftCompanyBox {
        float:unset;
        width:100%;
    }
    .ftComName span {
        display: block;
        margin:0;
    }
    .ftShopName {
        width:100%;
    }
    .ftComTel {
        font-size:180%;
    }
    .ftComInfo {
        margin: 0;
        font-size:80%;
    }
    .ftCompanyBox1 { float:left; width:50%; font-size:80%;}
    .ftCompanyBox2 { float:left; width:50%; font-size:80%;}
    .ftCompanyBox3 { float:left; width:26%; font-size:80%;}
    address {
        width:100%;
    }

    .accessBox{ margin:0 auto; padding:0 0 30px; }

.accessPhotoBox{ float:left; width:100%; margin:0.5% 0; padding:0; /*background:url(../img/company/number_bg.jpg) 50% 0 no-repeat;*/ }
.accessPhotoBox p.accNumber{ margin:3px 0; padding:0; text-align:center; color:#fff; font-size:150%; font-weight:bold; line-height:40px;     background: #1E8E7C;
    height: 40px;
    width: 18%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
display: inline-block;
vertical-align: top;
}
.accessPhotoBox img{
border:solid 3px #1E8E7C;
border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
width:50%;
float:left;
}
.accessPhotoBox p.accCaptionTtl{ margin:10px 3px 7px; color:#1E8E7C; font-weight:bold; font-size:107%; line-height:1.4em; }
.accessPhotoBox p.accCaption{ margin:3px; line-height:1.4em;display: inline-block;vertical-align: top;width:100%; }
.accessPhotoBox .accessText {
width:46%;
float:right;
}
    
.top-kensaku .title {
   width: 100%;     
}
.top-kensaku .title .left {
    width: 60%;
}
    
.top-toiawase .main {
    width:100%;
}
.top-toiawase .left,
.top-toiawase .right {
    width:100%;
    font-size:130%;
    margin: 5px auto 10px;
}
.top-toiawase .right a:hover {
    text-decoration: none;
}
.top-toiawase .headTelBox .telNumber {
    margin: 10px 0 3px 70px !important;
}
.top-toiawase .headTelBox .telTime.red {
    color: #c93a33 !important;
}
.top-toiawase .headTelBox .telTime {
    margin: 0 0 0 70px !important;
}
    
.bnr img {
	width:100% !important;
}

.top-kensaku .btn_orange_b {
    background: #e3992f;
    text-align: center;
    font-weight: bold;
    padding: 20px 0 0;
    font-size: 120%;
    margin: 10px 0 0px;
    line-height: 0px;
    width: 100%;
}
.top-kensaku .btn_gray2_b {
    background: #c4c8cd;
    text-align: center;
    font-weight: bold;
    padding: 20px 0 0;
    font-size: 120%;
    margin: 10px 0 0px;
    line-height: 0px;
    width: 100%;
}
.top-baikyaku .btn_gray2_b {
    background: #c4c8cd;
    text-align: center;
    font-weight: bold;
    padding: 20px 0 0;
    font-size: 120%;
    margin: 10px 0 0px;
    line-height: 0px;
    width: 100%;
}
.top-toiawase .btn_gray_b {
    background: #636a6c;
    text-align: center;
    font-weight: bold;
    padding: 20px 0 0;
    font-size: 120%;
    margin: 10px 0 0px;
    line-height: 0px;
    width: 100%;
}
.top-ranking .inner .left,
.top-ranking .inner .right {
    width: 100%;    
}
.top-ranking .inner .d-inline {
    display: block !important;
}
    
.btn_orange_b a {
    color: #fff;
    background: #e3992f;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    font-size: 120%;
    width: 100%;
    margin: 0 auto 20px;
    line-height: 65px;
    display: block;
}
.btn_gray_b a {
    color: #fff;
    background: #636a6c;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    font-size: 120%;
    width: 100%;
    margin: 0 auto 20px;
    line-height: 65px;
    display: block;
}
.btn_gray2_b a {
    color: #636a6c;
    background: #c4c8cd;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    font-size: 120%;
    width: 100%;
    margin: 0 auto 20px;
    line-height: 65px;
    display: block;
}
    
.contents_in {
	overflow:hidden;
	margin:3rem auto;
    clear: both;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    counter-increment: promise-item;
    padding: 1.5rem 1.5rem 5.5rem;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    position: relative;*/
}
  
.top-baikyaku .mybox1{
	margin: 0px !important;
    width:100%;
    float: unset  !important;
}
.top-baikyaku .mybox1 .mybox_inner{
	display: block;
}
.top-baikyaku .mybox1 .mybox1_inner .left.small{
    margin: 0px !important;
	width: 100%;
}
.top-baikyaku .mybox1 .mybox_inner .countTxt {
	display: inline-block;
    margin: 0 5px 0 0 !important;
}
    
.top-kensaku .mybox2{
	margin: 0px !important;
    width:100%;
    float: unset  !important;
}
.top-kensaku .mybox2 .mybox_inner{
	display: block;
}
.top-kensaku .mybox2 .mybox2_inner .left.small{
    margin: 0px !important;
	width: 100%;
}
.top-kensaku .mybox2 .mybox_inner .countTxt {
	display: inline-block;
    margin: 0 5px 0 0 !important;
}
.title_reason {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    background: #00008b;
    font-weight: bold;
    text-align: center;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}
    
.talk {
margin: 0 auto;
width: 100%;
}
.talk figure img {
width: 150px;
}
.talk-imgname {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
p.talk-text {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
}
p.talk-text:last-child {
margin-bottom: 0px;
}
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}
.talk-Rimg {
float: unset;
margin-top: 0px;
position: absolute;
right: 0;
bottom: 0;
z-index: 10;
}
.talk-Limg {
float: unset;
margin-top: 0px;
position: absolute;
left: 0;
bottom: 0;
z-index: 10;
}
.talk-Rtxt,
.talk-Ltxt {
	position: relative;
	background: #ffffff;
	border: 3px solid #359fe6;
    margin: 0;
}
.talk-Rtxt:after, .talk-Rtxt:before,
.talk-Ltxt:after, .talk-Ltxt:before {
	top: 100%;
	left: 70%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.talk-Rtxt:before,
.talk-Ltxt:before {
	border-color: rgba(53, 159, 230, 0);
	border-top-color: #359fe6;
	border-width: 14px;
	margin-left: -14px;
}
.talk-Rtxt:after,
.talk-Ltxt:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}

.tani {
    font-size:30px;
    font-weight:bold;
    padding:30px 0 0;
}
.odometer.odometer-auto-theme {
    vertical-align: unset !important;
    font-size:110px;
}
    
th, td {
    padding: 5px;
    font-size:90%;
}

p.serif {
    font-family: serif;
    font-size: 1.0em;
}
h3 {
    position: relative;
    padding: 0.6em 0 0.4em;
    text-align: center;
    margin: 15px 0;
    font-size: 20px;
}

.reason h3 {
    font-weight: normal;
    font-size: 2em;
    padding-left: 0 !important;
    border-left: none !important;
    margin: 0 !important;
    text-align: center;
    background: #fff !important;
}
.reason h3 .red {
    color: #b84544;
    font-size: 130%;
    margin:0px;
}

.company .needs_text {
    font-size: 13px;
    text-align: center;
}
    
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}
#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 33.3%;
   padding:0;
   margin:0;
   font-size: 15px;
   border-top: 1px solid #fff;
   font-weight:bold;
   background: #1E8E7C;
}
#sp-fixed-menu li:nth-child(2){
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
}
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:5px 0 0;
   box-sizing: border-box;
}
    #sp-fixed-menu li a:hover {
        text-decoration: none;
        color: #fff;
    }
    
    .staff .col_four_one > div {
    list-style:none;
	display: inline-block;
    width: 48%;
	margin:0.5%;
    padding: 10px;
    box-sizing: border-box;
	list-style:none;
	float:left;
    box-sizing: border-box;
    height: 265px;
}
    
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:20;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.5; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{}
        #cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent {
	padding: 0;
	overflow: auto;
-moz-box-shadow: 0px 1px 10px #ccc;
-webkit-box-shadow: 0px 1px 10px #ccc;
box-shadow: 0px 1px 10px #ccc;
}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
/*
        #cboxLoadingOverlay{background:#fff;}
*/
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating)
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}*/

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

#inline-content {
	margin: 20px;
}
#ajax-wrap {
	margin: 20px;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
	top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible ;
}
#cboxTitle {
	color: #fff;
}

.kokuchi {
    color:#ff0000;
    border: 2px solid #ff0000;
    padding:10px;
    margin:0 0 10px;
    display:block;
    font-size: 12px;
}

.delayed-image {
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media screen and (min-width:768px) {
.pc_block {display:block;}
.sp_block {display:none;}
.sp-br {display: none; }
}
@media screen and (max-width:767px) {
.pc_block {display:none;}
.sp_block {display:block;}
}

/*googlemap*/
.gm-style .gm-style-iw-c {
    padding: 5px !important;
}
.sold_bukken_address2 {
    text-align: center;
    font-weight:bold !important;
    font-size:1.2em !important;
}
.sold_bukken_line2 {
    font-weight:bold !important;
    color:#e62b1f;
    margin:2px 0 !important;
}
.map_bukken_price {
    font-weight:bold !important;
    color:#e62b1f;
}
.gm-style-iw-d table {
    border: 1px solid #ccc !important;
}
.gm-style-iw-d table tr:first-of-type {
    background: #f5f5f5;
}
.gm-style-iw-d table tr {
    border: 1px solid #ccc !important;
}
.gm-style-iw-d table tr:first-child td {
    text-align: center !important;
}
.gm-style-iw-d table tr:nth-child(n+2) td {
    text-align: right;
}
.gm-style-iw-d table tr td:first-child {
    text-align: left;
}
.gm-style-iw-d table td {
    padding: 3px;
}
.gm-style-iw-d sup {
    font-size: 70% !important;
    vertical-align: top !important;
    position: relative !important;
    top: -0.1em !important;
}
.gm-style-iw-d table td .LandValue,
.gm-style-iw-d table td .FloorValue {
    width:45px;
    display: inline-block;
}

.member_tokuten {
    background: #e68b18;
    border-radius: 5px;
    padding:20px;
    display: table;
    margin: 0 0 30px;
    box-sizing: border-box;
}
.member_tokuten .title {
    font-size:2.2em;
    color:#fff;
    font-weight:bold;
    text-align: center;
}
.member_tokuten .tokuten_left {
    float:left;
    width:55%;
}
.member_tokuten .tokuten_bg {
    background: #fff;
    border-radius: 5px;
    padding:10px 15px; 
    margin: 10px 0;
    width:100%;
    box-sizing: border-box;
}
.member_tokuten .tokuten_right .tokuten_bg {
    padding:26px 5px; 
}
.member_tokuten .tokuten_bg .tokuten {
    background: #de2726;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    padding: 1px 5px;
    font-size: 1em;
    margin: 0 5px 0 0;
    text-align: center;
    font-weight:bold;
}
.member_tokuten .tokuten_bg .tokuten2 {
    background: #1E8E7C;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    padding: 1px 5px;
    font-size: 1.1em;
    margin: 0 5px 0 0;
    text-align: center;
    font-weight:bold;
}
.member_tokuten .tokuten_bg .tokuten_title {
    font-size: 1.3em;
    font-weight:bold;
}
.member_tokuten .tokuten_bg .tokuten_title2 {
    font-size: 1.8em;
    font-weight:bold;
}
.member_tokuten .tokuten_bg .tokuten_title3 {
    font-size: 2.4em;
    font-weight:bold;
}
.member_tokuten .tokuten_bg p {
    border-top:solid 1px #e68b18;
    margin-top: 10px;
    padding-top: 10px;
}
.member_tokuten .tokuten_right {
    float:right;
    width:44%;
    text-align: center;
}

@media screen and (max-width: 600px) {  
.gm-style-iw-d div {
  white-space: nowrap;
}
.gm-style-iw-d div::-webkit-scrollbar{　　
 height: 5px;
}
.gm-style-iw-d div::-webkit-scrollbar-track{
 background: #333;
}
.gm-style-iw-d div::-webkit-scrollbar-thumb {
 background: #999;
}
.gm-style-iw-d table{
  border-collapse:collapse;
  border-spacing:0;
  border-top:#ccc solid 1px;
  border-left:#ccc solid 1px;
}
.gm-style-iw-d tr:first-child,
.gm-style-iw-d td{
  padding:10px 15px;
  font-weight:normal;
  border-right:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
  font-size:12px;
}
.gm-style-iw-d tr:first-child {
  background:#eee;
  width:80px;
}
    
.member_tokuten .tokuten_left,
.member_tokuten .tokuten_right {
    float:unset;
    width:100%;
}
}

/*@media screen and (max-width: 600px) {  
.gm-style-iw-d table { width: 100%; border:none !important;}
.gm-style-iw-d table tr:first-child { display: none;}
.gm-style-iw-d table tr {
    border:  1px solid #ccc;
    display: block;
    margin: 0 0 5px;
}
.gm-style-iw-d table td {
    display: block;
    text-align: center !important;
}
.gm-style-iw-d table tr td:nth-child(2):before {
    content:"成約年月：" ;
}
}*/

