html {
  overflow-x: hidden;
}

body{
	  overflow-x: hidden;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
  margin: 0px;
  font-size: 15px;
  color:#000;
  background-color:#fff;
  height:100%;
line-height: 140%;
/*border: solid 1px #000;*/
}


/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
font-display: swap;
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
font-display: swap;
}


/*table*/
td{
  font-size: 12px;
	line-height: 140%;
  color:#000000;
}

TD#h{
  font-size: 12px;
  color:#FFFFFF;
  background-color:#aa0000;
  border-style : solid solid solid solid;
  border-color:#000000;
  border-width:1px;

}
TD#w{
  font-size: 12px;
  border-width:1px;
  border-style : solid solid solid solid;
  border-color:#000000;
  background-color:#ffffff;
}
TD#b{
  font-size: 12px;
  border-width:1px;
  border-style : solid solid solid solid;
  border-color:#000000;
}


/********************
テキストスタイル
*********************/
h1,h2,h3{
  font-size: 11px;
  font-weight: normal;
  margin:0px;
  padding:0px;
  line-height: 120%;
}

h1, 
h2, 
h3, 
div {
	margin: 0;
	padding: 0;
}
a:link, 
a:visited,
a:active {
  color: #04C; 
  text-decoration: none; 
  font-weight: bold;
}
a:hover{
    color:#1580FF; 
}
a:hover img{
-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);}
	
/*リンク先上部余白*/
.ancor{
	scroll-margin-top: 160px;
}

.new{
	font-weight:bold;
	color: #f60;
	}

.textCenter{
	text-align:center;
	}
.textRight{
	text-align:right;
	}
/*リストスタイルなしリスト*/
.listNoBullet{
	list-style:none;
	padding:0;
}
.listNoBullet li{
		margin: 1em 0;
	padding:0;
	display:list-item;

	}
.border{
	margin: 10px 0;
	padding: 10px 0;
	border-top: dotted 3px #F7CD40;
	border-bottom: dotted 3px #F7CD40;
}
.border-orange{
	border: 2px solid #ffca00;}

.n{
  font-size: 12px;
  background-color:#FFDA4D;
  border-style : solid solid solid solid;
  border-color:#B42112;
  border-width:1px;
  color:#B42112;
}

.sc {
  color:#D83300;
	font-size:10px;
  line-height: 13px;
 }

strong {
	font-weight:bold;
	color:#f60;
}

.important{
	display:inline-block;
	font-weight: bold;
	color: #f60;
	line-height:100%;
}

.important-tpics{
	display:inline-block;
	font-weight: bold;
	color: #c40100;
	line-height:100%;
}


.st1{ 
	font-weight: bold;
	color: #f60;
 }

.st2 { font-size:12px;
line-height: 20px;
 }

.st3 { font-size:11px;
line-height: 13px;
 }

.st3_2 {
color:#ffffff;
font-size:11px;
line-height: 13px;
 }

.st4 { font-size:10px;
line-height: 13px;
 }
 
.st5{
color: #4F99D0;
}

/* 角丸タイトル */
.title_round{
	display: inline-block;
	margin-top:10px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding:5px 20px;
	background-color:#FFC200;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
}


A#im:link {
  font-size: 13px;
  color: #04C; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
  font-weight: bold;
}





/****************
レイアウト・デザイン
*****************/

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  


/*左フロート*/
.left{
	float:left;
	margin:0 10px 10px 0;
}

/*画像中央*/
.center{
	display: block;
	float:none;
	margin: 0 auto;
}
/*リンクボタン格納用*/
.linkButton{
	text-align:right;
	margin: 3em 0;
	padding: 2em 0;
	}

/*画像のレスポンシブ対応*/
img{
	max-width : 100%;
	height: auto;
	}
/*header*/
#header{
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 100%;
    position:fixed;
    top:0;
    z-index:9999;
	background-color:#ffc923;
}
#header-logo-mark {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 550px;
	box-sizing: border-box;
	height: 60px;
}
#header-logo-mark a.logo_a{
	display:block;
	width:490px;
	height:65px;
}

#header-loro-mark a.tel_a{
	display:inherit!important;
	height:auto;
	width:auto;
}

#header-logo-mark img{
	padding:9px 10px;
}
.tel{
    margin-left: 15px;
    font-weight: bold;
    font-size: 18px;
}

.tel-hours{
	font-size:12px;
}

#contact-index .md-hidden{
	font-size: 23px;
    line-height: 120%;
}
#contact,
#contact-index{
	float: right;
	margin: 3px;
/*	padding: 5px 10px;*/
	font-weight: bold;
	font-size: 12px;
	line-height:1.5em;
	box-sizing: border-box;
	background-color: #f60;
	color:#fff;
}

#contact-index:hover{
	background-color:#fff;
}

#contact a,
#contact-index a{
    color: #fff;
    display: block;
    padding: 5px 10px;
}
#contact a,
#contact-index a:hover{
		color: #f60;
}
#english{
    display: block;
    clear: both;
    text-align: right;
    padding-top: 4px;
    margin-right: 10px;
    height: 26px;
}




@media screen and (max-width: 768px){
	
	#contact,#contact-index{
		clear:both;
		margin: 0px;
		padding: 5px 10px;
	}
	.ancor{
		scroll-margin-top: 100px;
	}
}


span.envelope{
	background:url(../img/mainmenu/icon_envelope.png) no-repeat 0 0;
	padding-left: 30px;
	min-height: 10px;
	display:inline-block;
	}

#index,
#base{
	width:100%;
	margin: 0 auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}


/* header 20181120
------------------------------------------- */
#header-menu {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
  position:rerative;
  display:none;
}

ul.headerNav,
.headerNav li{list-style: none; text-decoration: none;padding-inline-start:0px;}

ul.headerNav{
 height: 90%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;

}

.header__leadWrap {
  color: #fff;
  font-size: 11px;
}
.headerNavWrap,
.headerNav  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.headerNavWrap {
  padding: 20px 0 15px;
}
.header__logo {
	display:none;
  width: 700px;
  line-height: 50px;
}
.headerNav {
  max-width: none;
  font-size: 17px;
  font-weight: bold;
}
.headerNav li {
  margin-left: 30px;
}
.headerNav li:first-child {
  margin-left: 0;
}
.headerNav li a {
  display: block;
  line-height: 48px;
}
#js-menuBk {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
#js-closeBtnWrap {
  display: none;
}
#js-openBtn {
  display: none;
}
.menuClose {
  display: inline-block;
  padding: 20px;
}
.menuClose img {
  width: 17px;
}

@media screen and (max-width: 1100px) {
  .header__leadWrap {
    padding: 0 10px;
  }
  .headerNavWrap {
    padding: 20px 10px 15px;
  }
  .headerNav li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
	#header{
	width: 100%; /* 長さ */
	position: fixed; /* ヘッダーを固定(これが重要) */
	top: 0; /* 固定する位置 */
	left: 0; /* 固定する位置 */
	right: 0;  /* 固定する位置 */
	z-index:9999;
	}
  #header-menu {
	  display:block;
    position: relative;
  }
  #menuOpen,#menu,#header-logo-mark,#contact-index,#contact{
	  display:none!important;
  }
  .headerNavWrap {
    display: block;
	height:50px;
    position: relative;
    padding: 0;
  }
  .headerNav {
    display: block;
  }
  .header__logo{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    margin: auto;
    padding: 0px;
  }
  .header__logo a{
	  display:block;
	  height:50px;
  }
  .header__logo img {

    /*width: 700px;*/
	height:50px;
  }
  
  .sp-taiken{
	  display:block;
	  width:90px;
	  font-family:meiryo,メイリオ;
	  font-size:12px;
	  font-weight:100;
	  position:absolute;
	  right:55px;
	  top:0;
	  margin:auto;
	  padding:0;

  }
  .sp-taiken a{
	  display:block;
	  color:#FFF;
	  margin-top:2px;
	  padding:7px 4px;
	  text-align:center;
	  line-height:140%;
	letter-spacing: 1px;
background-color: #f60;
	}
  #js-closeBtnWrap {
    display: block;
    background:#ffc923;
  }
  #js-openBtn {
    display: block;
    position: absolute;
    top: 0px;
    right: 3px;
    bottom: 0;
    height: 34px;
    margin: auto;
    padding: 6px 10px;
	background:#444;
  }
  #js-openBtn img {
    width: 30px;
  }
  #js-spNav {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 78%;
    transform: translateX(100%);
    transition: all .3s;
  }
  #js-spNav.isOpen {
    transform: translateX(0);
  }
  .headerNav li {
    margin-left: 0;
    background: #f6dd92;
    border-bottom: 1px solid #c2ad6b;
  }
  .headerNav li:first-child {
    border-top: 1px solid #ad8e2e;
  }
  .headerNav li a {
    position: relative;
    padding: 0 15px;
    font-weight: normal;
    line-height: 50px;
  }
  .headerNav li a,.headerNav li a:visited,.headerNav li a:active{
	  color:#333;
  }
  .headerNav li a::after {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-right: 1px solid #ee0000;
    border-bottom: 1px solid #ee0000;
    transform: rotate(-45deg);
    content: "";
  }
}

@media screen and (max-width: 640px) {

  .header__logo a{
	  height:50px;
	  width:400px;
  }
  .header__logo img {
	margin:5px;
    /*width: 700px;*/
	height:40px;
  }
  
  #footer{
	  font-size:1em;
	  line-height:2em;
  }
  
  #footer #dex{
	display:none!important;
	}
	#address{
		font-size:1.2em!important;
	}
	#copyright{
		margin-top: 1.5em!important;
		font-size:0.8em!important;
	}
	
	
}

@media screen and (max-width: 540px) {

  .header__logo a{
	  height:50px;
	  width:350px;
  }
  .header__logo img {
	margin:7px 5px;
    /*width: 700px;*/
	height:35px;
  }
}

@media screen and (max-width: 500px) {

  .header__logo a{
	  height:50px;
	  width:270px;
  }
  .header__logo img {
	margin:12px 5px;
    /*width: 700px;*/
	height:27px;
  }
}
@media screen and (max-width: 400px) {

  .header__logo a{
	  height:50px;
	  width:220px;
  }
  .header__logo img {
	margin:15px 5px;
    /*width: 700px;*/
	height:22px;
  }
}
@media screen and (max-width: 320px) {

  .header__logo a{
	  height:50px;
	  width:270px;
  }
  .header__logo img {
	margin:18px 5px;
    /*width: 700px;*/
	height:16px;
  }
}


/*menu*/
#menu{
/*	display: block;*/
    position:fixed;
    top:95px;
    width:100%;
    z-index:9999;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-flow: row;
	align-items: center;
	-ms-flex-pack:distribute;
	/*
	justify-content:space-around;
	align-items:stretch;*/
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	height: 42px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #000;
}

#menu li{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-right:1px solid #eee;
}

#menu li a{
	margin: 0;
    padding: 9px 10px 0 10px;
	display: block;
	color: #fff;
	text-align:center;
	width:100%;
	height: 42px;
	box-sizing: border-box;
	overflow:hidden;
}
#menu li a:hover{
	color:#f60;
    background:#32150a;
	}
#menu li:last-child{
	border-right:none;
}

#base #menu .fas{
	display:none;
}

#index #menu .fas{
	color:#cc0000;
}

#index #menu a:hover .fas{
	color:#ff0000;
}

#menuOpen{
	display:none;
	}
#pageTop{
	padding-right: 1em;
	text-align:right;
	}
#pageTop a{
	color: #000;
}

/**パンくずリスト**/
.breadcrumb {
  margin: 0;
  padding: 5px;
  list-style: none;
  background: #ddd;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: normal;
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #3d57a3;
}

.breadcrumb li:first-child a:before {
  /*家アイコン
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #2e7fea;*/
}

.breadcrumb li a:link,.breadcrumb li a:visited,.breadcrumb li a:active{
    font-weight: normal;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

a.mutelink{
    pointer-events:none;
}
.breadcrumb li a.mutelink {
    color:#555;
}

/***footer ***/
#footer{
	background-color:#ffca00;
	font-size: 13px;
	padding: 10px;
	}
	
/*
#footer #dex{
float: none;
margin: 0 auto;
height:20px;
display: table;
}

#footer #dex ul{
	margin-block-start: 0em;
    margin-block-end: 0em;
	padding-inline-start: 0px;
}

#footer #dex ul li{
	margin:0px;
	list-style: none;
	color:#000;
	float:left;
	padding: 0px 2px;
}
*/

#footer #dex ul{
	margin-block-start: 0em;
    margin-block-end: 0em;
	padding-inline-start: 0px;
}

#footer #dex ul{
	display:flex;
	list-style: none;
	justify-content: center;
}
#footer #dex li{
	border-left: 1px solid #333;
	padding:0px 5px;
}

#footer #dex li:last-child{
	border-right: 1px solid #333;
}


#footer #dex a:link,
#footer #dex a:active,
#footer #dex a:visited{ 
  color: #000; 
}
#footer #dex a:hover{ 
  color: #04C; 
}

#copyright{
	margin:0;
	text-align:center;
	font-size: 0.8em;
}
#copyright a:link,
#copyright a:active,
#copyright a:visited{
	color: #000;
	}

#address{
	margin:10px 0 0 0;
	text-align:center;
	font-size: 1em;
}

/***footer***/

/***trial-btn***/

.trial-btn a{
	display:block;
	background:#FF9A2A;
	padding:20px;
	margin:20px auto;
	width:75%;
	border-radius:5px;
	color:#fff;
	text-align:center;
	font-size:17px;
	transition:all 0.15s ease-out;
}
.trial-btn a:hover{
	background:#ff6b2a;
}


@media screen and (min-width: 570px) {
  .sp_br{
    display: none;
  }
}
