@charset "shift_jis";
/* CSS Document */

/****************突発系便利クラス*****************/



.w01	{width:400px;}
.w02	{width:300px;}

.cboth{clear:both;}
.cnone{clear:none;}
.cleft{clear:left;}
.cright{clear:right;}
.fleft{float:left;}
.fright{float:right;}
.tleft{text-align:left;}
.tcenter{text-align:center;}
.tright{text-align:right;}
.relative{position:relative;}

.indent01{text-indent:-1.6em; padding-left:1.6em;}

.w100	{width:100px !important;}
.w150	{width:150px !important;}
.w200	{width:200px !important;}
.w250	{width:250px !important;}
.w300	{width:300px !important;}
.w320	{width:320px !important;}
.w330	{width:330px !important;}
.w350	{width:350px !important;}
.w380	{width:380px !important;}
.w400	{width:400px !important;}
.w450	{width:450px !important;}
.w500	{width:500px !important;}
.w550	{width:550px !important;}
.w580	{width:580px !important;}
.w600	{width:600px !important;}

.h150	{height:150px !important;}
.h160	{height:160px !important;}
.h220	{height:220px !important;}

img.lid{display:block; clear:both;}
img.img_bdr	{ border:#bfbfbf solid 1px; padding:1px;}
/*!このクラスは指定することでロールオーバーを可能にするものです。ファイル名は「通常時の名前+_on」としてください!*/
.rlov{}



/****************標準枠体裁（基本的に変更禁止）*****************/

body{
	color:#3d3d3d!important;
	font-family: "游ゴシック","Yu Mincho","ヒラギノ明朝体6","游ゴシック","游明朝","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../images/body_bg_02.jpg) center top repeat-x;
	line-height:1.7;
	min-width:100%;
	font-size:90%;
	}

body.top{
	background:url(../images/body_bg_02.jpg) center top repeat-x;
	}


a{color:#0044CC;}

form em{font-size:80%; color:#F33;}
form strong{font-size:120%; color:#F60;}
.green{color:#3b7135;}
.red{color: #FF3333!important;}
.orange{color:#F60;}
.blue{color: #002586;}
.blue2{color: #353792;}
.white{color:#FFF;}

strong.subtitle{font-size:160%;}

strong.subtitle a{text-decoration:underline;}

.under{text-decoration:underline;}

/*p.linkarrow a{
	padding-left:18px;
	background:url(../images/icon_arrow.gif) left 50% no-repeat;
	font-size:120%;
}
*/
.sp-break {
	display: block;
}
p.linkarrow a:link{text-decoration:underline;}
p.linkarrow a:visited{text-decoration:underline;}
p.linkarrow a:hover{text-decoration:none;}
p.linkarrow a:active{text-decoration:none;}


.mini{font-size:85%;}
.big{font-size:105%;}
.big2{font-size:130%;}
.bgcl_01{ background: #FFF0F8;}
img {
	max-width: 100%;
}
.small {
	font-size: 60%;
}
/* --------------------------------------------------
 Wrapper Style
 -------------------------------------------------- */

.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	pointer-events: none;
}
.show .background {
    opacity: 1;
		z-index:-3;
}
.wrap {
    position: relative;
    z-index: 2;
	clear:both;
}

#content01_bg {background-image: url(../images/bg_01.jpg);}
#content02_bg {background-image: url(../images/bg_02.jpg);}
#content03_bg {background-image: url(../images/bg_03.jpg);}

div#wrap{
	width:100%;
}
/****** Head ******/
div#headerarea{
	width:auto;
	position:fixed;
	width:100%;
	z-index:8192;
	top:0;
	background-color:#FFF;
	/*font-size:75%;*/
}
.hd-add-top,.hd-add,.top-logo {
	display: none;
}
div#headerarea div#header h1{
	margin:0 auto;
	padding:0;
	text-align:left;
	line-height:20px;
	font-size:90%;
	font-weight:bold;
	display: none;
	color:#FFF;
}

div#headerarea div#header div.fleft{
	margin:0;
	padding:0;
	display: none;
}

.sp-header ul {
	display: flex;
	margin-top: 2px;
}
.sp-header li {
	width: 50%;
}
/*.sp-header li:first-child {
	width: 50%;
}*/
.sp-header li a {
	display: block;
}
div#headerarea div#header div.fright{
	text-align:right;
	margin:0;
	padding:7px 0 0;
	text-align:right;
	display: none;
}
#wrap div#headerarea div#header div.fright span{
	display:block;
	line-height:1.3;
	font-size:95%;
	color:#36C;
}

#wrap div#header h1 a{color:#FFF;}

#wrap div#header .fright{
	text-align:right;
}

/****** Gnavi ******/

div#navibg{
}

div#gnavi{
}

dl.navi,dl.navi02{
	position:relative;
	width:100%;
}

dl.navi dt,dl.navi02 dt{
	background-image:url(../images/menubg.jpg);
	background-size:100% 100%;
	display:block;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10%;
	/*border:1px solid #CCC;*/
	min-height:50px;
	line-height:12vw;
	color:#333;
	text-align:left;
	font-weight: bold;
	font-size: 100%;
}

dl.navi dd{
	display:none;
	position:absolute;
	z-index:32767;
	width:100%;
	background-color: #a58f60;
	opacity:0.9;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
	text-align:left;
	box-sizing: border-box;
}

dl.navi02 dd{
	width:100%;
	background-color:#363636;
	opacity:0.9;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}

dl.navi dd li,dl.navi02 dd div{
	border-bottom:1px dotted #aaa;
	font-size:85% !important;
	width:100%;
}

dl.navi dd li a,dl.navi02 dd div a{
	display:block;
	width:95%;
	position:relative;
	font-weight:bold;
	padding: 15px 0;
	color: #fff;
	padding-left:5%;
}

dl.navi dd li a:after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	position:absolute;
	top:40%;
	right:30px;
}


dl.navi02 dd div a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 15px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	position:absolute;
	top:40%;
	right:60px;
}
img {
	height: auto;
	width: auto;
}
img.fleft {
	float: none;
	display: block;
	margin: 0 auto;
}
table.blocktable {
	margin-bottom:40px;
	width:100% !important; 
	margin:0 auto 20px; 
	border-collapse:collapse; 
	/*border:1px solid #999;*/
}
table.blocktable tr {
	display:block; 
	width:100% !important; 
	box-sizing:border-box;
	/*border-bottom: 1px solid #999;*/
}
table.blocktable tr:last-child {
	border-bottom: none;
}
table.blocktable td {
	display:block; 
	width:100% !important; 
	padding:5px; 
	box-sizing:border-box;
	text-align: center;
}
table.blocktable td img.flow {
	width: 22%;
	margin: 0 auto;
}
/*table.blocktable th {
	border-bottom: 1px solid #999;
	display: block;
}*/
ul.listup li {
    display: block;
    margin: 0 0 10px 0;
    background-color: #cf4062;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    padding: 3px 0;
}
.recruit-box {
    padding: 4vw 0;
    background: #ee6f06;
    color: #fff;
    font-weight: bold;
}
.recruit-box br {
	display: none;
}
.big3 {
    font-size: 130%;
}
table.ntable tr td p br {
	display: block;
}
table.ntable tr td br {
	display: block;
}
table.ntable tr td:first-child {
    font-weight: bold;
    font-size: 120%;
}
table.ntable tr th {
	padding: 2vw 2vw 0;
    font-weight: bold;
    font-size: 120%;
    display: block;
    box-sizing: border-box;
    width: 100%;
}
table.ntable tr {
	border-bottom: 1px dashed #000;
	background: #fff;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
table.re-table tr:nth-child(7) {
    border-bottom: none;
}
table.re-table tr:nth-child(8) {
    border-bottom: none;
}
table.re-table tr:nth-child(9) {
    border-bottom: none;
}
table.re-table tr:nth-child(9) td {
	font-weight: normal;
}
table.re-table01 tr:last-child {
	border-bottom: none;
}
table.re-table01 tr:last-child td {
	font-weight: normal;
}
table.ntable tr td {
	padding: 2vw;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
table.ntable tr:nth-child(even) th {
    /*background-color: #58D !important;*/
}
/*table.ntable tr:last-child td:last-child {
	border-bottom: 1px solid #999;
}*/
/****** Main ******/
#wrap div#mainimage{
	clear:both;
	width:100%;
	margin:0 auto 50px;
	position:relative;
	background: url(../images/mv.jpg) center /cover no-repeat;
	/*height: calc(99vh - 120px);*/
}
#mainimage .inner .logo .appoint {
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
	position:absolute;
}
#mainimage .inner .logo .cycle {
    left: -50px;
    right: 0;
    bottom: 60px;
    width: 30%;
    /*margin: 0 15%;*/
}
div.box {
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    height: inherit;
}
.stripe {
	/*background:url(../images/stripe-sp.png) center center/cover no-repeat;*/
	height:100%;
	width:100%;
	z-index:100;
	position:absolute;
	top:0;
	left:0;
}
/*#mainimage .inner{
	width:100%;
	margin:0 auto;
	height:inherit;
	position:relative;
	top:calc(0 * (100vh - 17%));
	z-index:512;
	display: none;
}*/

/*#mainimage .inner .logo{
	padding-top:calc(1vh);
	padding-bottom:0;
	position:absolute;
	top: 0;
	left:0;
	right:0;
	z-index:768;
	text-align:center;
	max-height:calc(109vh);
	overflow:hidden;
	width: 70%;
	margin: 0 15%;
}*/


#mainimage .inner .time{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:1024;
	text-align:center;
	/*max-height:calc(70vh - 101px);*/
	overflow:hidden;
	width: 70%;
	margin: 0 15%;
}


/****** Side ******/
div#sidearea{
	width:200px;
	margin:0 0 0 0;
	padding:0 0 20px 0;
	float:left;
	text-align:left;
	font-size:80%;
	display: none!important;
}

html#top #wrap div#mainarea div#sidearea{
	margin:20px 0 0 0;
	padding:0;
	float:left;
	text-align:left;
	font-size:70%;
}

#wrap div#mainarea div#sidearea #sidemenu{
	margin-bottom:20px;
}

#wrap div#mainarea div#sidearea div.recbox{
	border:1px solid #dfdfdf;
	background-color:#5a2a1a;
	margin-bottom:20px;
	text-align:center;
	padding:7px;
}

#wrap div#mainarea div#sidearea div.recbox02{
	padding:7px;
	margin-bottom:7px;
	background-color:#edf3f6;
}


#wrap div#mainarea div#sidearea div.addbox{
	background:url(../images/side_bg.jpg) left top no-repeat;
	height:436px;
	padding-top:80px;
	text-align:center;
}

#wrap div#mainarea div#sidearea div.addbox div.add{
	margin:0 10px 10px;
	text-align:left;
	line-height:1.4 !important;
}
#wrap div#mainarea div#sidearea div.addbox div.tel{
	margin:0 10px 10px;
	color:#32a4e2;
	text-align:left;
	font-weight:bold;
}
#wrap div#mainarea div#sidearea div.addbox div.tel .big2{
	font-size:195%;
	line-height:1.3;
}



#wrap div#mainarea div#sidearea ul{
	margin:0;
}
#wrap div#mainarea div#sidearea ul li{
	padding:0 0 1px 0 !important;
	display:block;
	margin-bottom:0;
}
#wrap div#mainarea div#sidearea ul li a{
	color:#5a4322;
	display:block;
	margin-bottom:0 !important;
	padding:0 !important;
}
#wrap div#mainarea div#sidearea ul li a img{
	display:inline;
	margin-bottom:0;
	line-height:0;
}
#wrap div#mainarea div#sidearea ul li a:hover{
	text-decoration:underline;
}
#wrap div#mainarea div#sidearea ul li img{
	display:block;
	margin-bottom:0;
}

#wrap div#mainarea div#bannerarea{
	width:206px;
	text-align:center;
}


/****** Contents ******/
div#contentsarea{
	width:96%;
	margin:0 auto 0;
	padding:8vw 0;
	background-color:rgba(255,255,255,0.9);
	text-align:left;
}

#wrap div#mainarea div#contentsarea02{
}

/* Heading */

#wrap div#mainarea h1{
	margin-bottom:20px;
	clear:both;
	font-size:200%;
	text-align:center;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	color:#157295;
}

#wrap div#mainarea h1 span{
	display:block;
	margin:0 auto;
	color:#000;
	font-size:40%;
}
.ggmap {
	margin-bottom: 10vw;
}
.brown {
    color: #94795c;
}
div#contentsarea {
	width: 96%;
    margin: 10vw auto 10vw;
    padding: 4vw 2vw 4vw;
    box-shadow: 0px 0px 2px #CCC;
    box-sizing: border-box;
}
div#contentsarea p {
    margin-bottom: 1.2em;
}
.hStyle01	{
	background:#F4F0E8;
	border:#C6B39B solid;
	border-width:0 0 0 5px;
	margin:0 0 20px;
	padding:3px 0 0 10px;
	font-size:120%;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
#kasou div.contents p {
    margin: 0 0 15px;
}
div.contents {
	padding: 0 2vw;
}
#kasou div.contents {
    width: 95%;
    margin: 60px auto 60px;
    padding: 4vw 2vw;
    background-color: rgba(255,255,255,0.85);
    box-shadow: 0px 0px 2px #a58e60;
    text-align: left;
    box-sizing: border-box;
    background: #fff;
    font-family: "游ゴシック","游明朝","ヒラギノ明朝体6","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#kasou div.contents h2 {
    margin-bottom: 20px;
    clear: both;
    font-size: 200%;
    text-align: center!important;
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
    color: #fff;
    font-weight: bold;
	background: url(../images/h2_bg.jpg) center center no-repeat;
    padding: 10px 0;
}
#kasou div.contents h2 span {
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 50%;
    font-weight: 500;
    font-family: "游ゴシック","游明朝","ヒラギノ明朝体6","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#kasou div.contents h3 {
    margin-bottom: 20px;
    clear: both;
    font-size: 150%;
    text-align: left;
    /* background: #bcbcbc; */
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
    color: #a39170;
    font-weight: lighter;
}
#kasou div.contents h3 a{
    color: #a39170;
}
#kasou div.contents h4 {
    margin: 0 0 20px;
    padding: 7px 15px;
    font-weight: bold;
    background: #a58e60;
    font-size: 120%;
    clear: both;
    color: #ffffff;
    line-height: 1.4;
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
#kasou div.contents h5 {
    margin: 0 auto 15px;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid #bcbcbc;
    font-size: 100%;
    clear: both;
    background: #40583a;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
h5{
	margin:0 0 15px 0;
	padding-left:10px;
	font-weight:bold;
	border-left:3px solid #108060;
	font-size:110%;
	clear:both;
	color:#105030;
	line-height:1.2;
}
div#contentsarea h5 {
	border-bottom:1px solid #5d4c44;
	border-left:4px solid #5d4c44;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left:10px;
	color:#989390;
	font-weight:normal;
	margin-bottom:20px;
	clear:both;
	font-size:120%;
	line-height:1.5;
	border-radius:0 0;
	display: table;
}
#wrap div#mainarea h6 {
    border-right: 1px solid #603;
    background-color: #AA9988;
    padding-left: 10px;
    color: #FFF;
    font-weight: normal;
    clear: both;
    font-size: 110%;
    padding-top: 3px;
    line-height: 1.5;
    margin-bottom: 8px;
}
div#contentsarea p{
	margin:0 0 15px;
}


/* Basic parts */
#wrap div#mainarea div.section{
	margin:0 20px 50px;
	clear:both;
}
#wrap div#mainarea p{
	margin:0 0 1.0em;
}

#wrap div#mainarea div.pagetop{
	text-align:right;
	margin-top:20px;
	clear:both;
}

#wrap div#mainarea div.pagetop a{
	text-decoration:underline;
}
#wrap div#mainarea div#contentsarea .txno{
	text-indent:-9999px;
}

/* Basic parts 2 */

#wrap div#mainarea div#contentsarea .btmBox{
	background:url(../images/btm_bg.jpg) no-repeat;
	height:269px;
	margin:0 0 60px;
	clear:both;
}
#wrap div#mainarea div#contentsarea .btmBox .txno{
	height:57px;
}

#wrap div#mainarea div#contentsarea .btmBox .list{
	float:left;
	width:380px;
	text-indent:-9999px;
}

#wrap div#mainarea div#contentsarea .btmBox .tel{
	float:left;
	width:370px;
}






#wrap div#mainarea div#contentsarea div#newsbox{
	clear:both;
	background:url(../images/topic_bg.jpg) left top no-repeat;
	overflow:auto;
	padding:5px 10px;
}

#wrap div#mainarea div#contentsarea div#newsbox dl{
	padding:0 0 13px;
	margin-bottom:8px;
	clear:both !important;
	border-bottom:1px dashed #666;
}

#wrap div#mainarea div#contentsarea div#newsbox dl dt{
	color:#06C;
	font-weight:bold;
}

#wrap div#mainarea div#contentsarea div#newsbox dl dd{
}
div#newsbox dl {
    padding: 5px 0 10px;
    clear: both !important;
    border-bottom: 1px dashed #999;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
}

div#newsbox dl dt {
    font-weight: bold;
    text-align: center;
    background-color: #ab9873;
    color: #FFF;
    padding: .5em 0;
    border-radius: 25px;
    margin-bottom: 15px;
    color: #fff!important;
}
.news p {
    color: #a79776;
}
.news p span {
    font-size: 60%;
    color: #000;
}
/****** Foots ******/
#footerarea{
	background: url(../images/footer-bg.jpg) center top/cover no-repeat;
}
#footer{
	position:relative;
	z-index:10 !important;
	text-align:center;
	padding: 8vw 2vw 6vw;
}
#footer #add img {
    margin-bottom: 15px;
}
#footer #add {
	margin-bottom: 30px;
}
#footadd,#footlink {
	width: 100%;
}
#footlink {
	order: 0;
}
#footlink a {
	display: block;
	width: 90%;
	margin: 0 auto 15px;
	padding: 7px;
	border-radius: 25px;
	background: #bcbcbc;
	color: #fff;
	text-decoration: none;
}
#copyright {
	color: #000;
}
#footadd {
	order: 1;
}
#footadd p {
	display: none;
}
#footer img {
	vertical-align: middle;
}
.foot div {
	margin-bottom: 15px;
}
a.tel-banner {
    text-decoration: none;
    width: 80%;
    margin: 20px auto 20px;
    display: block;
    color: #fff;
    background: #4e2815;
    font-size: 120%;
    padding: 5px 0;
    text-align: center;
}
.foot-soc {
	margin-bottom: 20px;
}
.copyright {
	background: #a79776;
	text-align: center;
	color: #fff;
	font-size: 90%;
	padding: 1vw 0;
}

.copyright a{
	color: #fff;
}

div#english{
	position:absolute;
	left:780px;
	bottom:20px;
	margin:0 auto;
	text-align:right;
}


div#menubtn{display:none !important;}

div#menuarea{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:rgba(255,255,255,0.9);
	z-index:-1;
	padding-top:22px;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	box-shadow:0px 5px 10px #CCC;
	border-bottom:1px solid #F60;
	border-top:5px solid #F60;
	}

div#menuarea ul{
	width:100%;
	max-width:1200px;
	padding:1em;
	margin:0 auto;
	box-sizing:border-box;
	text-align:left;
	}

div#menuarea ul li{
	width:21.5%;
	float:left;
	padding-left:2.5%;
	margin-right:1%;
	border-bottom:1px dashed #999;
	margin-bottom:8px;
	padding-bottom:8px;
	font-weight:bold;
	position:relative;
	}

div#menuarea ul li:before{
	position:absolute;
	top:-4px;
	bottom:4px;
	left:0;
	content:"▲";
	transform:rotate(90deg);
	font-size:50%;
	color:#F60;
	}

div#menuarea ul li a{
	color:#666;
	}
/****************下層オンリーCSS***************/

/****** リスト ******/
ul.ulStyle_disc li	{
	list-style:disc;
	padding:0 0 0 5px;
	margin:0 0 0 25px;
}
/* アイコン付き */
ul.ulStyle_check	{
	margin:0 0 0 10px;
}
ul.ulStyle_check li	{
	background:url(../images/icon_check.gif) no-repeat;
	padding:2px 0 3px 30px;
	font-size:116%;
}

ol.olStyle_decimal li	{
	list-style:decimal;
	padding:0 0 0 5px;
	margin:0 0 0 20px;
}
/****** TABLE ******/
table.ta_01{
	border-collapse:collapse;
}
table.ta_01 th,
table.ta_01 td{
	font-weight: normal;
	background:#fff;
	border:#999 solid 1px;
	padding:5px;
}
table.ta_01 th{
	background: #d7c9b5;
}
table.ta_01 th.bg01{
	background: #efe3d2;
}

table.ta_02{
	border-collapse:collapse;
	color:#000;
}
table.ta_02 th{
	font-weight: normal;
	background:#bbddbb;
	border:#ccc solid 1px;
	padding:4px 0;
	text-align:center;
}
table.ta_02 th.bg{
	background:#eeffee;
}
table.ta_02 td{
	border:#ccc solid 1px;
	text-align:center;
	padding:7px 0;
}

/****** 定義 ******/

.dlStyle01	{
	background: #F3EEE9;
	border:#C4A891 solid 1px;
	padding:10px;
}

.dlStyle01 dt	{
	border-bottom:#C4A891 dotted 1px;
	margin:0 0 10px;
	font-weight:bold;
}


dl.dlStyle02 dt	{
	position:absolute;
	width:100px;
	padding:5px 0 5px 10px;
}
dl.dlStyle02 dd	{
	padding:5px 0 5px 100px;
	border-bottom:#ccc dotted 1px;
	background:url(../images/line_01.jpg) repeat-y 80px 0;
}

/****** ページ内リンク ******/

#wrap div#mainarea div#contentsarea .linkBox a{
	text-decoration:underline;
	line-height:1.9
}
#wrap div#mainarea div#contentsarea .linkBox a:hover{
	text-decoration:none;
}

/****** 装飾 ******/
/*線*/
.bdr_b	{
	border-bottom:#ccc solid 1px;
}
.bdr_dot_b	{
	border-bottom:#ccc dotted 1px;
}
.bdr_center	{
	background:url(../images/line_dot_tate_02.gif) repeat-y center top;
}
.none	{
	background:none !important;
}





/****** Top ******/

.top .topBox	{
		margin:0 0 40px;
}
.top .topBox .topicsBox	{
		width:450px;
		float:left;
}
.top .topBox .topicsBox iframe	{
		width:448px;
		height:170px;
		border:#ccc solid 1px;
}
.top .topBox .banaBox	{
		width:310px;
		float:right;
}


div.rinenbox{
	margin-bottom:30px;
	}


/****** Second_xxxx ******/

.implant_kihon	{
	background:url(../../implant/images/im_01.jpg) no-repeat;
	width:560px;
	height:175px;
	margin:0 0 0 20px;
}

.implant_kihon strong	{
	display:block;
	text-indent:-9999px;
	height:30px;
}
.implant_logo	{
		width:500px;
		margin:0 auto;
		padding:10px 0;
		border: #F8A281 solid 5px;
		text-align:center;
}

.implant_logo img	{
	vertical-align: middle;
}


.merit_frm	{
}
.merit_frm dl	{
	background:url(../../merit/images/merit_frm_mdl.jpg) no-repeat;
	height:39px;
	font-size:90%;
}
.merit_frm dl dt	{
	position:absolute;
	width:350px;
	padding:10px 0 0 20px;
}
.merit_frm dl dd	{
	padding:10px 0 0 400px;
}

.flow_sum	{
	background:url(../../flow/images/flow_sum02.jpg) no-repeat;
	width:730px;
}


.boxStyle01	{
		padding:10px;
		border:#DCD0C9 solid 1px;
}


table.ta_01 td.off{
	background: #BCE68E;
}
table.ta_calendar td	{ text-align:center !important;}

.calendar_off{
	color:#80D85F;
}

.map_im	{
	width:462px;
	margin:0 auto;
}

.map_im img	{
	border:#CCC solid 1px;
}


#wrap div#mainarea div#contentsarea div.section h4{
	padding-left:25px;
	background:url(../images/icon_link.jpg) left 4px no-repeat;
	border-bottom:1px dashed #960;
	margin-bottom:5px;
}
#wrap div#mainarea div#contentsarea div.section p.link{
	margin-bottom:30px;
	padding:10px;
	border-top:1px solid #DA7;
	border-left:1px solid #DA7;
	border-bottom:1px solid #B82;
	border-right:1px solid #B82;
	background-color:#F0E6DA;
}

#wrap div#mainarea div#contentsarea div.section p.policy{
	border-bottom:1px dashed #B82;
	padding-bottom:5px;
	font-weight:bold;
}


ul.voice li{margin-bottom:10px;
	padding:10px;
	background-color:#F8F8FF;
	border:3px double #039;
	margin-right:50px;
}
ul.voice li ul,ul.voice li.ans{margin-top:10px;}
ul.voice li ul li,ul.voice li.ans{
	margin-bottom:0;
	margin-right:0px;
	background-color:#FFFFFF;
	border:1px dotted #36B;
	margin-left:50px;}
	
ul.voice li.ans{margin-bottom:20px !important;}

div#mainbox01{width:233px; height:267px;}
div#mainbox02{width:233px; height:267px;}
div#mainbox03{width:233px; height:267px;}
div#mainbox04{width:351px; height:195px;}
div#mainbox05{width:351px; height:195px;}
div#mainbox06{width:351px; height:195px;}
div#mainbox07{width:351px; height:195px;}

table div.mainbox{
	position:relative;
	top:0;
	right:0;
}

div.mainbox div{
	position:absolute;
	font-size:87%;
}

div#mainbox01 div{top:158px; left:15px;}
div#mainbox02 div{top:158px; left:15px;}
div#mainbox03 div{top:158px; left:15px;}
div#mainbox04 div{top:58px; left:15px;}
div#mainbox05 div{top:58px; left:15px;}
div#mainbox06 div{top:58px; left:15px;}
div#mainbox07 div{top:58px; left:15px;}


.faq dl{
	padding:4vw;
	margin:0 0px 30px;
	background-color:#F8F8FF;
	border-radius:10px;
	display:block;
}

.faq dt{
	border-radius:10px;
	padding-left:50px;
	padding-right:10px;
	padding-top:4px;
	margin-bottom:20px;
	background:url(../images/icon_q.jpg) left top no-repeat;
	line-height:1.5;
	background-color:#999;
	color:#FFF;
	font-size:130%;
	min-height: 50px;
	position: relative;
}
.faq dd{
	border-radius:10px;
	padding-left:50px;
	padding-top:4px;
	background:url(../images/icon_a.jpg) left top no-repeat;
	background-color:#FFF;
	font-size:110%;
	position: relative;
}
.faq dd:before {
	content: "A";
	font-size: 140%;
	position: absolute;
	left: 10px;
}
.faq dt:before {
	content: "Q";
	font-size: 140%;
	position: absolute;
	left: 10px;
}
dl.faq,dl.faq02{
	background-color:#4c7aa2;
	padding:10px;
	display:block;
	border-radius:5px;
}
dl.faq dt,dl.faq02 dt{
	display:block;
	background: #90bee6 url(../images/icon_q.jpg) left top no-repeat;
	margin:0 0 10px;
	padding:15px 0 0 50px;
	color:#FFF;
	font-size:110%;
	}
dl.faq dd,dl.faq02 dd{
	display:block;
	background:url(../images/icon_a.jpg) left top no-repeat #FFF;
	margin:0 0 0;
	padding:15px 2px 15px 50px;
	line-height:1.9;
	}
dl.faq dd br,dl.faq02 dd br {
	display: none;
}
.big2 br {
	display: none;
}
span.caution{
	display:block !important;
	padding:8px;
	background-color:#F0F0F8;
	border:1px solid #ABB;
}


div.box01{
	background:url(../images/box_bg01.jpg) left top repeat-y;
	border:1px solid #CCC;
	margin:0 10px 40px;
	padding:8px;
}

div#pagelink{ width:700px; margin:0 auto 40px;}
div#pagelink ul li{
	float:left;
	width:175px;
}
div#pagelink ul li a{
	display:block;
	padding-left:18px;
	background:url(../images/arrow_green.png) left 5px no-repeat;
}

td.pickbox{
	padding:9px 9px 0px;
	border:1px solid #CFCFCF;
}

div.textbox{padding: 1em; margin:0 0 60px; background:url(../images/box_bg.jpg) right bottom no-repeat #FFF; 
	border:1px solid #a79776; border-top-width:5px; clear:both;}

div.textbox02{
	padding: 4vw;
	box-shadow: 4px 4px 9px #aeb8bf;
	background: #edf1f4;
	margin-bottom: 60px;
	box-sizing: border-box;
	width: 100%;
	clear:both;
}
div.solid {
    border: 1px solid #56673b;
    padding: 1em;
    margin-bottom: 50px;
}
div.txt {
    padding: 1vw;
    border-radius: 10px;
}
div#bannerbg a{
	display:block;
	background:url(../images/banner_04_bg.jpg) left top no-repeat;
	height:95px;
	padding:85px 0 0 50px;
	font-weight:bold;
}
div#bannerbg a:hover{
	background-position:right bottom;
}

span#tshadow{
	display:block;
	filter: glow(color=#FFFFFF,strength=5px) !important;
}

ul.linklist{
	padding-left:0px;
	margin-right:0px;
	padding-top:20px;
}

ul.linklist li{
	background:url(../images/arrow_list.jpg) left 4px no-repeat;
	padding-left:25px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #999999;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	position:relative;
	font-size:110%;
}

ul.linklist.half li{
}

ul.linklist.half li:nth-child(odd){
	clear:both;
}

ul.linklist li:before{
	position:absolute;
	left:0;
	top:4px;
	content:"▲";
	color: #ffa800;
	transform:rotate(90deg);
	font-size:60%;
}

ul.linklist li a{
	text-decoration:underline;
	font-size:130%;
	font-weight:bold;
}

dl.impbox{
	background:url(../../column/images/impbox_bottom.jpg) right bottom no-repeat;
	padding-bottom:20px;
	margin-bottom:45px;
}

dl.impbox dt{
	background:url(../../column/images/impbox_top.jpg) left top no-repeat;
	height:56px;
	line-height:56px;
	padding-bottom:7px;
	padding-left:20px;
	font-size:120%;
	font-weight:bold;
	text-shadow:1px 1px 0 #EEE;
}
dl.impbox dd{
	background:url(../../column/images/impbox_middle.jpg) left top repeat-y;
	padding:0 20px 0 70px;
	line-height:1.6;
}


div#pagetop{ 
	position:fixed;
	bottom:0px;
	right: 10px;
 	display:block;
 	z-index:1000;
 	/*width: 100%;*/
}
div#pagetop div div {
    height: 50px;
    width: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    font-size: 80%;
}
div#pagetop div {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: rgb(171 152 115);
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}
div#pagetop div.reserve {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: rgb(86 103 59);
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}
div#pagetop div.sp{
	display: flex;
}
div#pagetop div.sp div {
	width: 50%;

}

div#pagetop div div a{
	color:#FFF;
	text-decoration:none;
	/*background-color:rgba(63,20,13,.6);*/
	text-align:center;
	display: block;
	/*padding: 4vw;*/
}

.invisible{display:none !important;}

.mintyo{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}


form input[type="text"],form textarea{font-size:150%; width:93%!important;}

form input[type="submit"],form input[type="reset"],form input[type="button"]{font-size:150%; width:40%; padding:5px; box-sizing:border-box;}

.ggmap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.ggcalendar {
position: relative;
padding-top:100%;
height: 0;
overflow: hidden;
width:100%;
margin:0 0 80px;
} 
 
.ggmap iframe,
.ggmap object,
.ggmap video,
.ggcalendar iframe,
.ggcalendar object,
.ggcalendar embed,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ggmap video{
	border:1px solid #666;
	box-sizing:border-box;
}



img.full{width:100%;}
img.half{width:50%;}
img.quate{width:25%;}


dl.proposal{ display:block; 	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;}
dl.proposal dt{color:#6CB; font-size:130%; margin-bottom:0px; line-height:1.4; padding:10px 1em; border-radius:20px; margin-bottom:-5px; border:1px solid #CCC; background-color:#FFF; display:inline-block; position:relative; z-index:1;}
dl.proposal.pick dt{ background-color:#F63; color:#FFF;}
dl.proposal dd{ margin-left:2%; padding:1em; box-shadow:0 0 3px #CCC; margin-bottom:40px; background-color:#F0F8FF; z-index:0; position:relative; border-radius:5px; font-size:110%;}
dl.proposal dd .mini{display:block; padding-left:1em; text-indent:-1em; margin:15px 0 !important; color:#03C;}
dl.proposal dd .atsn{display:block; padding-left:1.9em; text-indent:-1.9em; margin:6px 0 !important;}

dl.proposal.half{}
dl.proposal.half dt{ max-width:50%;}
dl.proposal.half dd{ width:50%;}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea{
	font-size:100%;
	width:93%;
	box-shadow:0px 0px 5px #666;
	padding:8px;
	transition:background-color 0.5s;
}
form input[type="text"]:hover,form textarea:hover{background-color:#FFF8F0;}

form input[type="checkbox"]{transition:margin-left 0.5s; width:1.6em; height:1.6em; text-align:middle;}
form input[type="checkbox"]:checked{margin-left:1.5em;}

form input[type="file"]{font-size:100%; width:80%; box-shadow:0px 0px 5px #666; padding:8px;}
form select{font-size:100%; box-shadow:0px 0px 5px #666; padding:8px 0;}
form .zip input {
	width: 80px!important;
}
form input[type="submit"],form input[type="reset"],form input[type="button"]{font-size:130%; width:40%; padding:5px; box-sizing:border-box;}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: #a1653f;
    /*border-radius: 25px;*/
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #ada9a8;
    color: #fff;
    font-size: 110%;
    width: 100%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
}
.linkarrow a {
	display: block;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(-10deg,#4190ec,#064c9e);
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #2d6a8a;
    color: #fff;
    font-size: 110%;
    width: 100%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
    text-align: center;
}
/*table.ntable{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}*/

.invisible{display:none !important;}

img.subimg,div.subimg,img.subimg02,div.subimg02,img.subimg03,div.subimg03,img.subimg04,div.subimg04.subimg05,div.subimg05{
	margin:0 auto 30px;
	max-width:70%;
	display:block;
	text-align: center;
}

div.box img{
	width:100%;
}

table.calendar{width:100%; !important}
table.syorei{width:100% !important;}
table.syorei td{width:auto !important;}

div.stexot{
	width:100%;
	height:20px;
	line-height:20px;
	margin:0 auto;
	color:#FFF;
	font-size:80%;
	text-align:left;
}
div.detial-box {
	padding-top: 0;
}
.t-seminar {
	text-align: center;
	background: #fbfaf6;
}
.t-seminar-list {
	color: #fff;
	width: 96%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.t-seminar-list .tit {
	background: #051159;
	padding: 3vw 0;
	border-radius: 10px;
	margin-bottom: 2.5vw;
	font-weight: bold;
	color: #fff;
}
.t-seminar-list .tit a {
	color: #fff;
}
.t-seminar-list .tit02 {
	color: #000;
	margin-bottom: 2vw;
	font-weight: bold;
}
.t-seminar-list ul li div.t-sebox {
	background: #cee6f0;
	border-radius: 10px;
	margin-bottom: 4vw;
	padding: 2vw;
	border: 1px solid #666;
}
.t-seminar-list ul li div p {
	margin-bottom: 2vw;
}
.t-seminar-list ul li div div {
	background: #fff;
	margin: 0 auto;
	color: #004aaf;
	border-radius: 10px;
	padding: 2vw;
	border: 1px solid #999;
}
.t-seminar-list ul li div div a {
	color: #004aaf;
}
.t-seminar-list ul li div.t-sebox02 {
	background: #d6d6d6;
}
.t-seminar-list ul li div.t-sebox02 div {
	margin-bottom: 2vw;
}
.t-seminar-list ul li div.t-sebox02 span {
	color: #000;
}
.t-seminar-list ul li div.t-sebox03 {
	background: #ffeded;
}
.black {
	color: #000;
}
.t-seminar-list02 .tit a {
	text-decoration: none;
}
.t-seminar-list ul li div.t-sebox04 {
	background: none;
	border: none;
	padding: 0;
}
.t-seminar-list ul li div.t-sebox04 p {
	padding: 0 2vw;
}
ul.normallist {
    padding: 5vw 2.5vw;
    background-color: #FFF0F0;
    margin-bottom: 30px;
    border-radius: 1em;
}
ul.normallist li {
	padding: 0.3em 0 0.3em 1em;
    border-bottom: 1px dashed #999;
    margin-bottom: 8px;
    position: relative;
    font-size: 110%;
    text-indent: -1em;
}
/*ul.normallist li:before {
    content: "≫";
    position: absolute;
    left: 0.4em;
    top: 15% !important;
    font-weight: bold;
    color: #333;
    letter-spacing: -5px;
}*/
ul.workslist li {
    padding: 0.5em;
    box-shadow: 0px 0px 5px #888;
    margin: 0 0em 10px;
    background-color: rgba(255,255,255,0.8);
    line-height: 1.7;
    border-left: 8px solid #06C;
    width: auto;
}
ul.workslist {
	margin-bottom: 30px;
}
.contact-table td {
	border: 1px solid #999;
}
.contact-table tr.ml20 {
	margin-left: 0 !important;
}
table.blocktable02 {
	border: 1px solid #999;
}
table.blocktable02 tr td {
	border-bottom: 1px solid #999;
}
div.goldbox {
    padding: 3vw;
    border: 3px double #C90;
    clear: both;
    background: url(../images/goldbox_bg.jpg) right top/80% no-repeat;
    margin-bottom: 40px !important;
}
.sp-flno {
	float: none;
}
.pc,.invisible {
	display: none!important;
}
table.construtiontable {
	display: block;
	width: 100%;
}
table.construtiontable tr {
	display: flex;
	flex-wrap: wrap;
}
table.construtiontable tr td:nth-child(2) {
	display: none;
}
table.construtiontable tr td:nth-child(3) {
	order: 0;
	margin-bottom: 20px;
}
table.construtiontable tr td:nth-child(1) {
	order: 1;
}
table.construtiontable tr td {
	display: block;
	width: 100%;
	padding: 0;
}
ul.thumbimg {
	display: flex;
	flex-wrap: wrap;
}
ul.thumbimg li {
    width: 50px;
    border: none !important;
    margin-bottom: 10px;
    height: 50px;
    margin-right: 5px;
}
/*ul.thumbimg li:nth-child(4n) {
	margin-right: 0;
}*/
ul.thumbimg li.clear {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
ul.thumbimg li a {
	display: block;
}
.construtiontable img {
	width: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 5px 5px 9px #EEE;
}
ul.thumbimg li img {
    border-radius: 5%;
    box-shadow: 5px 5px 9px #EEE;
    width:100%;
    height: 50px;
}
.big {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 50px!important;
}
.big01 {
    font-size: 120%;
    font-weight: bold;
}
p.big.mintyo {
    color: #3475b7;
}
.green-b01 {
    font-size: 120%!important;
    padding-left: 0!important;
}
p.green-b {
    font-size: 120%;
    font-weight: bold;
    color: #1b5a0a;
}
img.float {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}
/*.news-box {
    background: url(../images/news_bg.jpg) center center no-repeat;
    padding: 10vw 0;
    margin: 0 auto;
}*/
div#newsbox {
    margin: 0px auto;
    padding: 4vw 2vw;
    box-sizing: border-box;
    width: 96%;
}
div#newsbox dl dd {
	text-align: left;
	color: #000;
	font-weight: normal;
}
div#newsbox a{
	text-decoration:underline;
	color: #0033FF;
}
.newswrap {
    background: #686868;
    color: #fff;
    font-weight: bold;
}
hr {
    clear: both;
    margin-bottom: 60px;
}
div.txtbox02 {
    padding: 5px;
    border-radius: 10px;
    background: url(../images/txtbox_bg.jpg) right bottom no-repeat #fFF8F0;
}
p.fleft {
	float: none;
	text-align: center;
}
h3 a {
	color: #fff;
}
table {
	width: 100%;
}
.blocktable br {
	display: none;
}
div.txtbox {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #069;
    border-right-width: 3px;
    border-bottom-width: 3px;
    margin-bottom: 20px;
}
.ml10 {
	margin-left: 0;
}
.location tr td:nth-child(2) {
	display: none;
}
.halfblock td {
	width: 50%;
}
.halfblock tr:last-child td {
	width: 100%;
}
.halfblock tr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
img.mb10 {
	margin-bottom: 0!important;
}
.brand {
	text-align: center;
}
.brand img {
	margin: 1px;
}
.spbreak {
	display: block;
}
img.fright {
	float: none;
	margin: 0 auto 30px!important;
	width: auto;
	display: block;
}
.fright {
	float: none;
}
.flowtable tr {
	display: block;
}
table.flowtable tr td {
	border-bottom: 1px solid #999;
}
ul.pagelink, ul.pagelink02 {
    padding: 5px;
    border: 1px dashed #9f9f9f;
    background-color: #FFF;
    margin-bottom: 30px;
}
.scroll-box {
	width: 100%;
	overflow: auto;
	position: relative;
}
.scroll-box table:before {
	content: "右にスクロール出来ます。";
	position: absolute;
	top: -20px;
	font-size: 100%;
	color: #000;
}
.scroll-box::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll-box table {
	width: 700px;
	position: relative;
	margin-top: 40px;
}
.scroll-box table td {
	width: 170px;
}

 div.fadebox{
   margin:50px auto;
   background-color:rgba(255,255,255,0.4);
   border-radius:20px;
   padding: 30px 1.5vw;
   width: 96%;
   box-sizing: border-box;
 }
 div#main_slide li img{
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   z-index:22222;
 }
 div#main_slide li img:hover{
   -webkit-transform: scale(1.1);
   transform: scale(1.1) rotate(-2deg);
   z-index:25600;
   opacity:0.9;
 }
.pink {
    color: #F06;
}
.sp-none br {
	display: none;
}
div#pickup {
	width: 96%;
    box-sizing: border-box;
    padding: 4vw 2vw;
    box-shadow: 0px 0px 5px #333;
    margin: 40px auto;
}
div#contentsarea h3,div#pickup h3 {
    font-size: 140%;
    color: #6a6fc7;
    clear: both;
    margin-bottom: 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-bottom: 1px solid #a7a8c3;
    display: table;
}
div#contentsarea h4, div#pickup h4 {
    border-bottom: 1px solid #2597cb;
    border-left: 10px solid #091261;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 15px;
    color: #091261;
    font-weight: bold;
    margin-bottom: 30px;
    clear: both;
    font-size: 120%;
    line-height: 2;
    border-radius: 0 0;
}
.t-contact {
    background: #050649;
    margin-bottom: 60px;
}
.news {
    padding: 25px 0;
    background: url(../images/news-bg.jpg) center 40% no-repeat;
    margin: 0 auto;
}
.t-greeting-wrap {
    background: #f3f3f3;
    margin-bottom: 30px;
}
.greeting {
	margin: 0 auto;
	background: #dcd6c6;
	padding: 8vw 0;
}
.greeting_txt p {
	margin-bottom: 10px;
}
.greeting_txt p br{
	display:none;
}
.greeting_txt p.big2 {
	text-align: right;
}
.greeting_txt p.tit {
	font-size: 140%;
	color: #bf7f6b;
	font-weight: bold;
	margin-bottom: 1em;
}
.greeting_txt {
	background: url(../images/greeting-bg.jpg) center center/cover no-repeat;
	padding: 8vw 4vw;
}
.t-feature {
	padding: 2vw 0 4vw;
	background: url(../images/feature_bg.jpg) center center/cover no-repeat;
	margin-bottom: 80px;
}
.t-feature-box ul {
	margin: 0 auto;
	padding: 8vw 4vw;
}
.t-feature-box ul li {
	box-sizing: border-box;
	border-radius: 10px;
	background: url(../images/feature-bg01.jpg) center center/cover no-repeat;
	margin-bottom: 20px;
}
.t-feature-box ul li:nth-child(2) {
	background: url(../images/feature-bg02.jpg) right center/cover no-repeat;
}
.t-feature-box ul li:nth-child(3) {
	background: url(../images/feature-bg03.jpg) right center/cover no-repeat;
}
.t-feature-box ul li:last-child {
	background: url(../images/feature-bg04.jpg) right center/cover no-repeat;
}
.t-feature-box ul li p.sp {
	padding: 6vw 0 6vw 2vw;
	background: rgba(174, 141, 188,.8);
	color: #fff;
	font-size: 130%;
	margin-bottom: 80px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.t-feature-box ul li p.tit {
	background: rgba(255,255,255,.8);
	padding: 4vw 0 4vw 4vw;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.t-feature-box ul li p br {
	display: none;
}
.t-trouble {
	background: #eee;
}
.t-trouble div {
	margin: -10px auto 0;
	padding: 8vw 4vw;
	background: url(../images/trouble-bg.jpg) center center/cover no-repeat;
}
.t-trouble-wrap .img2 {
	margin-top: -10px;
	width: 60%;
}
.t-trouble-wrap {
	margin-bottom: 60px;
}
/*.btn {
	margin-bottom: 40px;
}*/
.btn2 a {
	display: block;
	max-width: 280px;
	text-decoration: none;
	padding: 5px;
	color: #fff;
	background: #202870;
	text-align: center;
	margin: 30px auto 60px;
}
.t-symptom ul {
	padding: 4vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.t-symptom li{
	width: 48%;
  	position:relative;
  	background: #29599c;
  	padding: 20px 5px;
  	font-size: 85%;
  	color: #fff;
  	box-sizing: border-box;
  	text-align: center;
  	margin-bottom: 20px;
}
.t-symptom li:after{
	content: "";
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fff #1e4781 transparent;
	border-width: 0 20px 20px 0;
}
.t-symptom li br {
	display: none;
}
#footer .sp {
	text-align: left;
}
#access {
	display: none;
}
.mainvisual {
	/*background: #d9dae6;*/
	/*background: #dde8ee;*/
	background: #e7edf0;
}
.mainvisual div p {
	margin-bottom: 0;
	line-height: 1.4;
	text-align:left;
}
.mainvisual div.mv {
	margin: 0 auto;
	height: 250px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.mainvisual div h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
	line-height: 1.2;
}
.mainvisual div.h2 {
    background: rgba(165 142 96 / 0.8);
    padding: 10vw 3vw 6vw;
    height: 250px;
    left: 50px;
    right: 0;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
.mainvisual div h2 span {
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 60%;
	margin-top: 5px;
}
.view-information ul {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.view-information ul li {
	margin-bottom: 20px;
	width: 48%;
}
img.fleft.mr10 {
	margin-right: auto!important;
}
img.fright {
	box-shadow: -4px 4px 9px #999;
}
.access-table {
	margin-bottom: 60px;
}
.access-table div:first-child {
	background:#252b77;
	color: #fff;
	padding: 2vw;
}
.flex-box3 ul li {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
.flex-box3 ul li img {
	margin: 0 auto 10px;
	width: 100%;
}
#wrap div#mainarea p {
    margin: 0 0 1.0em;
}
.table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.table td:first-child {
	border-bottom: 1px solid #999;
}
ul.link-wrap {
	margin-bottom: 60px;
}
ul.link-wrap li {
	margin-bottom: 20px;
}
ul.link-wrap li a {
	display: block;
	background: #e5e5e5;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #fff;
	outline: 1px solid #e5e5e5;
	text-decoration: none;
	color: #5d4c44;
	font-weight: bold;
}
.fw-b {
	font-weight: bold;
}
table.ntable2 tr td:first-child {
    font-weight: bold;
    font-size: 120%;
}
table.ntable2 tr th {
    font-weight: normal;
    font-size: 120%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #999;
    border-bottom: none;
    width: 100%;
    text-align: left;
}
table.ntable2 tr td {
	border: 1px solid #999;
	/*border-top: none;*/
	border-bottom: none;
	padding: 2px;
	background: #fff;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
table.ntable2 tr:nth-child(even) th {
    /*background-color: #58D !important;*/
}
table.ntable2 tr:last-child td {
	border-bottom: 1px solid #999;
	/*border-top: none;*/
}
table.blocktable2 {
	border: 1px solid #999;
}
table.blocktable2 td {
    padding-right: 40px;
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
    color: #666;
    border-bottom: 1px solid #999;
}
table.blocktable2 tr {
	width: 100%;
	box-sizing: border-box;
}
table.blocktable2 tr:last-child td{
	border-bottom: none!important;
}
table.blocktable2 td.full {
	width: 100%;
	text-align: left;
}
table.blocktable2 th{
	background-color:#957d73;
	padding: 6px;
	box-sizing: border-box;
	color: #fff;
	border-right: 1px solid #9c9c9c;
	border-bottom:1px solid #999;
	width: 30%;
}
table.blocktable2 tr:last-child th {
	border-bottom: none!important;
}
table.blocktable2 td,table.blocktable2 td:last-child {
	width: 10%;
	text-align: center;
}
table.blocktable2 td {
	border-right: 1px solid #9c9c9c;
}
table.blocktable2 td:last-child {
	border-right: none;
}
div.cutline {
    margin: 30px 0;
    border-bottom: 1px dashed #999;
}
p.corona-tit {
    background: #bcbcbc;
    font-size: 190%;
    color: #fff;
    font-weight: bold;
    padding: 2vw;
    margin-bottom: 30px;
}
.dotted {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #000;
}
div.co-wrap,div.state {
	width: 96%;
	margin: 0 auto;
}
div.state,ul.access {
	margin-bottom: 100px;
}
ul.access li img {
	width: 100%;
}
p.commitment {
    font-size: 200%;
    font-weight: lighter;
    color: #a39170;
    margin-bottom: 10px;
}
ul.commitment {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
ul.commitment li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
ul.commitment li:nth-child(2) {
	margin-right: 0;
}
div.recruitment {
    width: 100%;
    margin-bottom: 30px;
}
div.recruitment div.recruit-txt {
	background: url(../images/sp-recruit.jpg) center/cover no-repeat;
	padding: 10vw 2vw 10vw 2vw; 
	text-align:center;
	font-weight: bold;
}
div.recruitment-tit {
	padding: 0 8vw;
}
div.recruitment a {
	text-decoration: none;
	color: #fff;
}
div.banner-ct div.fw.mintyo {
	padding: 0 2vw;
	background: #f8f8f8;
}
div.ct-wrap div p.one {
    color: #696361;
    font-size: 130%;
    margin-bottom: 20px;
}
div.ct-wrap div p.two {
    color: #483e2b;
    font-size: 124%;
}
div.banner-ct {
    padding: 6vw 0;
    margin-bottom: 100px;
    background: #f8f8f8;
}
div.banner-ct .fw-b {
	padding: 4vw;
}
.banner-ct01 {
    background: #bcb29f!important;
}
p.title {
    font-size: 180%;
    color: #a79776;
    font-weight: 400;
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
    margin-bottom: 20px;
}
ul.round {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    max-width: 340px;
}
ul.rd01 {
	max-width: 260px;
}
ul.rd02 {
    margin: 0 auto 40px;
    max-width: 170px;
}
ul.round li {
    width: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    background: #ab9873;
    border-radius: 100%;
    font-size: 75%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.btn {
	display: flex;
	flex-wrap: wrap;
}
ul.btn li {
	width: 96%;
	margin:0 2%;
	margin-bottom: 2%;
	text-align:center;
}

ul.btn li img{
}

table.table-dash td {
	border-left: 1px solid #C4D0E1;
	text-align: center;
	line-height: 1.2;
}
table.table-dash th {
	font-weight: bold;
	text-align: center;
}
table.table-dash td:nth-child(2) {
	/*font-weight: bold;*/
}
table.table-dash td,table.table-dash th {
	border-bottom: 1px solid #000000;
	padding: 1vw;
	background-color: #eeeae4;
	width: 10%;
	/*font-weight: bold;*/
	font-size: 85%;
}
table.t-table th {
	width: 25%;
	border-left: 1px solid #C4D0E1;
}
.dashed {
    border-bottom: 1px dashed #000;
    padding-top: 50px;
    margin-bottom: 50px!important;
}
div.contents br {
	display: none;
}
.recycle span {
    background: #002586;
	color: #fff;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.recycle01 span {
    background: #F60;
}
.recycle {
    margin-bottom: 50px!important;
}
@media screen and (max-width: 480px) {
	dl.navi dt {
		line-height: 50px;
	}
}

div.video{width:100%; max-width:600px; margin:0 auto 60px; border:1px solid #999; box-sizing:border-box;}
div.video video{width:100%;}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#mainmovie{
	width:100%;
	padding-top:56.25%;
	position:relative;

}
div#mainmovie video{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 背景画像のように全体を覆う */
  transform: translate(-50%, -50%);
}

/* 上に重ねる1400pxエリア */
.mv-content {
  position: relative;  /* これで動画の上に配置される */
  width: 1400px;
  height:100%;
  max-width: 100%;     /* スマホで縮む */
  margin: 0 auto;      /* 中央揃え */
  z-index: 10;         /* 動画より前面へ */
}

.mv-content img{
	position:absolute;
	bottom:-40px;
	left:0;
	z-index:8192;
}

