@charset "utf-8";
/* CSS Document */


/*@font-face {
font-family: "ryumin";
src:url(../font/A-OTF-RyuminPro-Medium.otf?) format("opentype");
}*/

/*------------------------------------------------------------------------
共通
------------------------------------------------------------------------*/
ul#nav li a, #header p.inquiry a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
.mobile {
	display: none !important;
}
div.second{
    margin-top:20px !important;
}
.mt30{
    margin-top:30px;
}
/*------------------------------------------------------------------------
header
------------------------------------------------------------------------*/
#headerWrapper {
	width: 100%;
	min-width: 960px;
	height: 174px;
	background: #fff;
}
p.catch {
	font-size: 12px;
	line-height: 24px;
    width: 100%;
    height: 24px;
    background:#534741;
    text-align: center;
    color:#fff;
}
#header {
	width: 960px;
	height: 98px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	background:url(../img/logo.svg) no-repeat;
    width:388px;
    height: 64px;
    background-size: 388px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:43px;
    left:0;
}
#header h1 a{
    display: block;
    width:100%;
    height: 100%;
    border: none;
}
#header p {
	position: absolute;
}
#header p.campany {
	font-size: 30px;
	top: 22px;
	left: 90px;
	color: #000;
}
#header p.company a {
	color: #000;
}
#header p.inquiry,
#header p.tel,
#header p.access{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#header p.inquiry a,
#header p.tel a,
#header p.access a{
   display: block;
   width:100%;
   height: 100%;
   border: none;
}
#header p.inquiry:hover,
#header p.tel:hover,
#header p.access:hover{
   opacity: 0.7;
}
#header p.inquiry {
    background:url(../img/header1.svg) no-repeat;
    width:414px;
    height: 70px;
    background-size:414px;
    position: absolute;
    top:10px;
    right:0;
}
#header p.tel {
    background:url(../img/header3.svg) no-repeat;
    width:200px;
    height: 50px;
    background-size:200px;
    position: absolute;
    top:90px;
    right:0;
}
#header p.access{
    background:url(../img/header2.svg) no-repeat;
    width:200px;
    height: 50px;
    background-size:200px;
    position: absolute;
    top:90px;
    right:214px;
}
/*------------------------------------------------------------------------
全体枠
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
nav
------------------------------------------------------------------------*/
div#navWrapper {
	width: 100%;
	min-width: 960px;
	height: 60px;
	margin: 0 auto;
	background: #534741;
	z-index: 100;/*overflow: hidden;*/
}
ul#nav,
div#footer ul#sitemap{
	width: 960px;
	height: 30px;
    padding:15px 0;
	margin: 0 auto;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
ul#nav li,
div#footer ul#sitemap li{
	height: 30px;
	line-height: 30px;
    text-align: center;
    border-bottom:4px solid #534741;
}
ul#nav li:hover,
ul#nav li.active{
    border-bottom:4px solid #7ac943;
}
ul#nav li a,
div#footer ul#sitemap li a{
    color:#fff;
}
/*------------------------------------------------------------------------
slider
------------------------------------------------------------------------*/
div.sliderWrapper {
	width: 100%;
	height: 380px;
	min-width: 960px;
    margin:20px auto;
}
div.slider {
	width: 960px;
	height: 380px;
	margin: 0 auto;
	position: relative;
}
div.slider2 {
	width: 690px;
	height: 380px;
	margin: 0 auto;
	position: relative;
}
button.slick-prev {
	background: url(../img/icon_arrow01_prev_1.svg) no-repeat;
	background-size: 64px;
	left: 0;
}
button.slick-prev:hover {
	background-image: url(../img/icon_arrow01_prev_0.svg) !important;
}
button.slick-next {
	background: url(../img/icon_arrow01_next_1.svg) no-repeat;
	background-size: 64px;
	right: 0;
}
button.slick-next:hover {
	background-image: url(../img/icon_arrow01_next_0.svg) !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 158px;
	z-index: 1;
	border: none;
	cursor: pointer;
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #666;
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: #fff !important;
}
/*------------------------------------------------------------------------
トップページ
------------------------------------------------------------------------*/
div#container {
	width: 960px;
	margin: 0 auto;
    overflow: hidden;
}
div.main{
    width:640px;
    float: right;
}
div.main div.feature{
    width:640px;
    overflow: hidden;
    background: #fbb03b; /* Old browsers */
    background: -moz-linear-gradient(top, #fbb03b 0%, #f15a24 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbb03b 0%,#f15a24 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbb03b 0%,#f15a24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb03b', endColorstr='#f15a24',GradientType=0 ); /* IE6-9 */
}
div.feature h2{
    background:url(../img/feature.svg) no-repeat;
    width: 191px;
    height: 66px;
    background-size: 191px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div.feature ol{
    margin:0 20px 20px;
    padding:20px;
    border:1px solid #fff;
    color:#fff;
    font-size: 24px;
}
div.feature ol li{
    margin-left:30px;
}
h2.main{
    width:600px;
    height: 40px;
    line-height: 40px;
    background-color:#534741;
    margin:0 0 10px;
    text-indent: 20px;
    font-weight: bold;
    border-left:40px solid #7ec336;
    color:#fff;
}
ul.info{
    
}
ul.info li{
    background:#d8edc3;
    padding:10px;
    margin-bottom:10px;
    overflow: hidden;
}
ul.info span{
    display: block;
}
ul.info span.date{
    width:100px;
    float: left;
}
ul.info span.title{
    width:500px;
    float: right;
    font-weight: bold;
}
ul.info span.body{
    clear: both;
    padding-top:10px;
    margin-left:120px;
}
div.side{
    width:300px;
    float: left;
}
p.toHokubu{
	width:270px;
	height: 77px;
	margin:20px auto;
}
p.toHokubu img:hover{
	opacity: 0.7;
}

/*------------------------------------------------------------------------
トップページ
------------------------------------------------------------------------*/
div.wideWrapper {
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
	background:#7ac943;
    background-size:888px;
    overflow: hidden;
}
div.wideWrapper2 {
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
	background:#534741;
    height: 60px;
    line-height: 60px;
    border-top:12px solid #7ac943;
    clear: both;
    
}
div.wideWrapper h2{
	width: 960px;
	height: 90px;
	margin: 0 auto;
	background:url(../img/topdot.svg) center center no-repeat #7ac943;
    color:#fff;
    text-align: center;
    line-height: 90px;
    font-size:32px;
}
div.wideWrapper2 h3{
    text-align: center;
    color:#fff;
    height: 60px;
    width:100%;
}
p.toppolicy{
    width:760px;
    padding:20px;
    border:1px solid #fff;
    border-radius: 4px;
    margin:20px auto;
    color:#fff;
}
ol.toppolicy{
    width:760px;
    padding:20px;
    border:1px solid #fff;
    border-radius: 4px;
    margin:20px auto 40px;
    color:#fff;
}
ol.toppolicy li{
    background-size:14px;
    padding-left:20px;
    margin-bottom: 1em;
    margin-left:30px;
}
ol.toppolicy li:last-child{
    margin-bottom: 0;
}
ul.toplink{
    width:960px;
    margin:50px auto;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:space-between;
}
ul.toplink li{
    width:260px;
    height: 260px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size:260px;
    background-repeat:no-repeat;
    background-position: center center;
}
ul.toplink li a{
    display: block;
    width:100%;
    height: 100%;
    border: none;
}
ul.toplink li:hover{
    opacity: 0.7;
}
ul.toplink li.link1{
    background-image:url(../img/toplink1.png)
}
ul.toplink li.link2{
    background-image:url(../img/toplink2.png)
}
ul.toplink li.link3{
    background-image:url(../img/toplink3.png)
}
/*------------------------------------------------------------------------
当院について
------------------------------------------------------------------------*/
h3.general{
    width:calc(100% - 40px);
    margin:40px auto;
    height: 40px;
    line-height: 40px;
    color:#fff;
    background-color:#534741;
    border-left:40px solid #7ac943;
    text-indent: 20px;
}
h4.general{
    width:calc(100% - 100px);
    margin:0 auto 20px 100px;
    height: 30px;
    line-height: 30px;
    color:#000;
    border-bottom:4px solid #7ac943;
    text-indent: 20px;
    font-size: 18px;
}
p.general{
    width:690px;
    margin-left:135px;
    margin-bottom: 30px;
}
dl.faq dt{
    width:calc(100% - 40px);
    margin:40px auto;
    height: 40px;
    line-height: 40px;
    color:#fff;
    background-color:#534741;
    border-left:40px solid #7ac943;
    text-indent: 20px;
    background-image:url(../img/faq_plus.svg);
    background-position:right 10px center;
    background-repeat:no-repeat;
    background-size:20px;
    cursor: pointer;
}
dl.faq dt.minus{
    background-image:url(../img/faq_minus.svg);
}
dl.faq dd{
    width:calc(100% - 135px);
    padding-left:95px;
    margin:40px auto;
    color:#000;
    background:url(../img/faq_q.png) repeat-y;
    display: none;
    padding:20px 20px 20px 95px;
}
ul.index{
    width:calc(100% - 50px);
    margin:15px;
    padding:10px;
    border:1px solid #ccc;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    font-size: 14px;
}
ul.index li{
    padding-top:4px;
    border-bottom:4px solid #fff;
}
ul.index li:hover{
    border-bottom:4px solid #3fa9f5;
}
div.doctor{
    overflow: hidden;
    margin-bottom:20px;
    border: 1px solid #ccc;
    padding:10px;
}
div.doctor div.photo{
    width:200px;
    padding:4px;
    background:#ccc;
    float: left;
}
div.photo img{
    width:200px;
    height: auto;
}
div.doctorRight{
    width:calc(100% - 220px);
    float: right;
}
div.doctorRight h4.doctor{
    font-size: 18px;
    margin-bottom:10px;
    border-bottom: 1px solid #ccc;
}
div.doctorRight dl.doctor,
div.doctorRight dl.rehabili{
    width:100%;
    overflow: hidden;
    font-size: 14px;
}
dl.doctor dt,
dl.doctor dd{
    padding:5px;
}
dl.doctor dt{
    width:calc((100% - 20px) * 0.25);
    float: left;
    clear: both;
}
dl.rehabili dt{
    width:calc((100% - 20px) * 0.12);
    float: left;
    clear: both;
}
dl.doctor dd{
    width:calc((100% - 20px) * 0.75);
    float: right;
}
dl.rehabili dd{
    width:calc((100% - 20px) * 0.88);
    float: right;
    margin-bottom:0.5em;
}
dl.doctor dd span{
    padding:2px 3px;
    background:#3fa9f5;
    margin-right:3px;
    border-radius: 3px;
    color:#fff;
}
dl.seikei4{

}
dl.seikei4 dt{
    border-left:4px solid #3fa9f5;
    line-height: 20px;
    text-indent: 10px;
    color:#3fa9f5;
}
dl.seikei4 dd{
    margin:10px 0 30px 50px;
    font-size: 14px;
}
h4.rehabili{
    border-bottom:2px solid #3fa9f5;
    line-height: 20px;
    text-indent: 10px;
    color:#3fa9f5;

}
div.rehabiliPhoto{
    width:100%;
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
    justify-content:         space-around;
    flex-wrap: wrap;
}
div.rehabiliPhoto p{
    font-size: 14px;
}
div.rehabiliPhoto img{
    width:calc((100% - 40px) / 2);
    height: auto;
    margin:10px;
}
div.regaku{
    width:calc((100% - 40px) / 2);
    margin:10px;
}
div.regaku img{
    width:100% !important;
    height: auto;
    margin:0 !important;
    margin:0 auto;
}
div.photoGallery {
	width: 960px;
	margin: 0 auto;
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div.photoBox{
    width:160px;
    margin:10px;
}
div.photoBox div{
    overflow: hidden;
    width:150px;
    height: 150px;
    border:5px solid #ccc;
}
div.photoBox img{
    margin-bottom:5px;
    width:150px;
    height: 150px;
    object-fit: cover;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    display: block;
}
div.photoBox img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
div.staffWrapper{
    margin-left:135px;
    margin-right: 135px;
    width:690px;
}
div.staffBox{
    overflow: hidden;
    margin-bottom: 36px;
    width:960px;
    margin:36px auto;
    color:#4C4948;
}
p.staffName{
    width:379px;
    height: 45px;
    background:url(../img/staffName.svg);
    background-size:379px;
    line-height: 45px;
    text-align: center;
    font-size:18px;
    margin:10px auto 0;
}
p.staffName span{
    font-size:14px;
    margin-right:10px;
}
ol.purpose{
    background:#7AC943;
    width:620px;
    margin:auto;
    padding:20px;
    border-radius: 4px;
}
ol.purpose li{
    margin-left:30px;
    margin-bottom:1em;
    color:#fff;
}
/*------------------------------------------------------------------------
交通アクセス
------------------------------------------------------------------------*/
div#map{
    width:670px;
    height: 400px;
    border:10px solid #ccc;
    margin-left:135px;
    margin-bottom:30px;
}
p.googlemap{
    margin-left:135px;
    width:240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background:#39b54a;
    color:#fff;
    margin:20px auto;
}
p.googlemap a{
    display: block;
    width:100%;
    height: 100%;
    border: none;
    color:#fff;
}
p.googlemap:hover{
    opacity: 0.7;
}

/*------------------------------------------------------------------------
採用情報
------------------------------------------------------------------------*/
div.recruitTop{
    width:960px;
    background:url(../img/recruitimg06.png) center bottom 10px no-repeat #ECF0BA;
    padding-bottom:30px;
}
div.recruitTop img{
    width:960px;
    height: auto;
    margin:0 !important;
    padding:0 !important;
}
div.recruitFlex{
    width:960px;
    display: flex;
    justify-content: space-between;
    margin-top:-120px;
}
div.recruitFlexChild{
    width:320px;
    height: 303px;
    background-repeat:no-repeat;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div.rfc1{
    background-image:url(../img/recruitimg02.svg);
}
div.rfc2{
    background-image:url(../img/recruitimg03.svg);
}
div.rfc3{
    background-image:url(../img/recruitimg04.svg);
}
p.recruit01{
    background:url(../img/recruitimg05.svg) no-repeat;
    width:670px;
    height: 118px;
    background-size:670px;
    margin:36px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
p.recruitGeneral{
    text-align: center;
    line-height: 2em;
}
h3.recruit02{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin:36px auto;
}
h3.rec1{
    background:url(../img/recruitH3-1.svg) no-repeat;
    width:531px;
    height: 88px;
    background-size:531px;
}
h3.rec2{
    background:url(../img/recruitH3-2.svg) no-repeat;
    width:400px;
    height: 86px;
    background-size:400px;
}
h3.rec3{
    background:url(../img/recruitH3-3.svg) no-repeat;
    width:457px;
    height: 86px;
    background-size:457px;
}
h3.rec4{
    background:url(../img/recruitH3-4.svg) no-repeat;
    width:412px;
    height: 86px;
    background-size:412px;
}
h3.rec5{
    background:url(../img/recruitH3-5.svg) no-repeat;
    width:271px;
    height: 86px;
    background-size:271px;
}
div.staffPhoto{
    width:400px;
}
div.staffPhoto.left{
    float: left;
    margin-right: 15px;
}
div.staffPhoto.right{
    float: right;
    margin-left:15px;
}
p.staffStrong{
    font-size:26px;
    margin-bottom:18px;
}
p.staffMessage{
    font-size:16px;
    text-align: justify;
    text-justify:distribute;
}
div.container{
    width:690px;
    margin:20px auto;
    overflow: hidden;
}
div.floor{
    width:690px;
    margin:0 auto 40px;
}
div.floor img{
    margin-bottom: 10px;
}
div.imgWrapper img{
    width:100%;
    height: auto;
    margin-bottom:40px;
}
div.imgLeft{
    width:350px;
    float: left;
}
div.imgLeft img{
    width:100%;
    height: 100%;
}
div.staff{
    overflow: hidden;
    width:100%;
}

div.imgRight{
    width:300px;
    float: right;
}
div.imgRight h4{
    border-bottom:4px solid #7ac943;
    text-indent: 20px;
    margin-bottom:20px;
}

div.imgRight p{
    margin-left:40px;
}
dl.bosyu{
    width:80%;
    overflow: hidden;
    border-bottom:1px dashed #000;
    margin:0 auto 36px;
}
dl.bosyu dt,
dl.bosyu dd{
    padding:10px;
    border-top:1px dashed #000;
}
dl.bosyu dt{
    float: left;
    clear: both;
    width:calc(40% - 20px);
}
dl.bosyu dd{
    float:right;
    width:calc(60% - 20px);
}
dl.dayphoto{
    width:445px;
    padding-right:472px;
    height: 479px;
    background:url(../img/dayPhoto2.png) right center no-repeat #f7931e;
    overflow: hidden;
}
div.day{
    width:920px;
    padding-right: 40px;
    background:url(../img/staffDayBg.png) no-repeat;
    background-size:960px;
    min-height: 846px;
    margin:36px auto;
    overflow: hidden;
    position: relative;
}
div.day h3{
    background:url(../img/staffDayH3.svg) no-repeat;
    background-size:393px;
    width:393px;
    height: 49px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top:23px;
    left: 73px;
    position: absolute;
}
div.day div.daydlbox{
    width:900px;
    height: 800px;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
}
div.day dl{
    overflow: hidden;
    position: absolute;
    width:960px;
}
div.day dl dt{
    width:86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color:#6FBA2C;
    float: left;
    clear: both;
    background:#fff;
    border-radius: 16px;
    margin-bottom:30px;
}
div.day dl dd{
    width:calc(100% - 100px);
    line-height: 32px;
    margin-left:13px;
    float: right;
}
div.day dl dd:after{
    content:"・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
}
div.day dl:nth-child(1){
    top:35px;
    left:500px;
}
div.day dl:nth-child(2){
    top:97px;
    left:470px;
}
div.day dl:nth-child(3){
    top:159px;
    left:440px;
}
div.day dl:nth-child(4){
    top:221px;
    left:410px;
}
div.day dl:nth-child(5){
    top:283px;
    left:380px;
}
div.day dl:nth-child(6){
    top:345px;
    left:350px;
}
div.day dl:nth-child(7){
    top:407px;
    left:320px;
}
div.day dl:nth-child(8){
    top:469px;
    left:290px;
}
div.day dl:nth-child(9){
    top:531px;
    left:260px;
}
div.day dl:nth-child(10){
    top:593px;
    left:230px;
}
div.day dl:nth-child(11){
    top:655px;
    left:200px;
}
div.day dl:nth-child(12){
    top:717px;
    left:170px;
}
div.day img{
    position: absolute;
}
img.dayPhoto1{
    top:105px;
    left:77px;
}
img.dayPhoto2{
    top:391px;
    left:50px;
}
img.dayPhoto3{
    top:464px;
    left:613px;
}
div.recruitBox{
    width:900px;
    margin:36px auto;
}
div.recruitBox img{
    float: right;
    width:260px;
    height: auto;
    margin-left:18px;
}
div.recruitBox ul{

}
div.recruitBox ul li{
    background:url(../img/recruitList01.svg) left 0.25em no-repeat;
    background-size:16px;
    padding-left:30px;
    margin-bottom:2em;
}
div.recruitBox2{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width:960px;
    margin:36px auto;
}
div.env{
    width:463px;
    height: 423px;
    position: relative;
}
div.env img{
    padding:3px;
    box-shadow:3px 3px 5px rgba(0,0,0,0.5);
    background:#fff;
}
div.env h4{
    background-repeat:no-repeat;
    width:188px;
    height: 188px;
    background-size:188px;
    position: absolute;
    left:0;
    bottom:0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div.env h4.env1{
    background-image:url(../img/h4env1.svg);
}
div.env h4.env2{
    background-image:url(../img/h4env2.svg);
}
div.env h4.env3{
    background-image:url(../img/h4env3.svg);
}
div.env h4.env4{
    background-image:url(../img/h4env4.svg);
}
div.env p{
    width:254px;
    position: absolute;
    top:320px;
    right: 0;
    text-align: justify;
    text-justify:distribute;
}
/*------------------------------------------------------------------------
サイド
------------------------------------------------------------------------*/
div.side{
    width:300px;
    float: left;
}
div.side h2.side{
    width:300px;
    height: 40px;
    line-height: 40px;
    background-color:#534741;
    margin:0 0 10px;
    text-indent:20px;
    font-weight: bold;
    color:#fff;
}
p.roken{
    background:#998675;
    padding:20px;
    width:260px;
    color:#fff;
}
div.side table{
    width:300px;
    font-size:14px;
    margin-bottom:10px;
}
p.recruit{
    background:url(../img/bannerRecruit.png) no-repeat;
    width:300px;
    height: 200px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top:20px;
}
p.recruit:hover{
    opacity: 0.7;
}
p.recruit a{
    display: block;
    width:100%;
    height: 100%;
    border: none;
}
p.tac{
    text-align: center;
    margin: 36px auto;
}
p.tac.footer{
    background:url(../img/recruitFooter.svg) no-repeat;
    width:900px;
    height: 182px;
    margin:36px auto;
    display: table-cell;
    vertical-align: middle;
}
p.tac span{
    display: block;
    width:440px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    margin:10px auto;
    background:#6FBA2C;
    font-size:20px;
}
p.tac span:hover{
    background:#FFB000;
}
p.tac span a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}
dl.fukuri{
    width:960px;
    background:
        url(../img/fukuriBg2.png) top 50px right 20px no-repeat,
        url(../img/fukuriBg1.png)
        ;
    background-size: 250px,auto;
    overflow: hidden;
    padding-bottom:36px;
}
dl.fukuri dt{
    font-size: 20px;
    color:#6FBA2C;
    margin:35px 30px 10px;
    list-style-type: decimal;
}
dl.fukuri dd{
    margin-left:40px;
    width:670px;
    border-bottom:1px dotted #000;
    padding-bottom:10px;
}
/*------------------------------------------------------------------------
サービス
------------------------------------------------------------------------*/
div.imgFlex{
    width:690px;
    margin-left:135px;
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around
}
div.imgFlex img{
    margin:0 10px;
    padding:3px;
    background:#fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.35);
}
dl.general{
    width:30%;
    overflow: hidden;
    margin:0 auto 20px;
}
dl.general dt,
dl.general dd{
    width:50%;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:5px;
}
dl.general dt{
    float: left;
    clear: both;
}
dl.general dd{
    float: right;
}
/*------------------------------------------------------------------------
施設概要
------------------------------------------------------------------------*/
dl.aboutus{
    width:690px;
    margin:auto;
    overflow: hidden;
    border-bottom:1px solid #ccc;
}
dl.aboutus dt,
dl.aboutus dd{
    padding:10px;
}
dl.aboutus dt{
    width:calc(30% - 20px);
    float: left;
    clear: both;
    border-top:1px solid #ccc;
}
dl.aboutus dd{
    width:calc(70% - 20px);
    float: right;
    border-top:1px solid #ccc;
}
/*------------------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------------------*/
div.privacyBox{
    width:500px;
    margin:25px auto;
    border:5px solid #534741;
    padding:25px;
}
div.privacyBox h2{
    font-size: 18px;
}
div.privacyBox dl{
    overflow: hidden;
    margin-top:10px;
}
div.privacyBox dl dt{
    width:80px;
    float: left;
    clear: both;
}
/*------------------------------------------------------------------------
お問い合わせ
------------------------------------------------------------------------*/
form dl {
	width: 960px;
	overflow: hidden;
}
form dl:first-child{
	margin-top:50px;
}
form h3{
	font-size: 18px;
	margin:50px 0;
	border-bottom:1px solid #ccc;
}
form dl dt {
	width: 280px;
	padding: 10px;
	float: left;
	clear: both;
	margin-bottom: 20px;
	display: table-cell;
	vertical-align: middle;
	height: 48px;
	line-height: 48px;
	text-indent:60px;
}
form dl dt.must{
	background:url(../img/icon_must.svg) left 10px center no-repeat;
	background-size:45px;
}
form dl dd {
	width: 640px;
	padding: 10px;
	float: right;
	line-height: 48px;
}
form dl:nth-child(2n+1){
	background:#f6f6f6;
}
form input[type=text], form input[type=tel], form input[type=email], form select {
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 3px;
}
form textarea
form .sizeS {
	width: calc(30% - 20px);
	margin-right: 10px;
}
form .sizeM {
	width: calc(60% - 10px);
}
form .sizeL {
	width: calc(90% - 20px);
}
form select{
	background-image:url(../img/icon_pulldown.svg);
	background-repeat:no-repeat;
	background-position: right center;
	background-size:14px;
	cursor: pointer;
	padding-right:20px;
	width:calc(30% + 10px);
}
::-webkit-input-placeholder {
    font-size: 12px;
}
input::placeholder {
    font-size: 12px;
}
input:focus::-webkit-input-placeholder {
	color:transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
form textarea{
	border:1px solid #ccc;
	padding:10px;
}
form input[type=radio],
form input[type=checkbox]{
	width:16px;
	height: 16px;
	background-size:16px;
}
form input[type=radio]{
	background:url(../img/icon_radio_off.svg) center center no-repeat;
}
form input[type=radio]:checked{
	background-image:url(../img/icon_radio_on.svg);
}
form input[type=checkbox]{
	background:url(../img/icon_check_off.svg) center center no-repeat;
}
form input[type=checkbox]:checked{
	background-image:url(../img/icon_check_on.svg);
}
form input + label{
	margin:0 1em 0 0.5em;
}
form input[type=submit],
div.submit input[type=button]{
	width:240px;
	height: 60px;
	background:#ccc;
	cursor:pointer;
}
form input[type=submit]:hover,
div.submit input[type=button]:hover{
	background:#aaa;
}
div.privacy{
	width: 50%;
	margin:50px auto;
	padding:30px 0;
	text-align: center;
	border:10px solid #ddd;
}
div.submit{
	text-align: center;
    margin:15px auto;
}
	/*------------------------------------------------------------------------
footer
------------------------------------------------------------------------*/
div#footerWrapper {
	width: 100%;
	min-width: 960px;
	background: #534741;
	margin-top: 50px;
}
div#footer {
	width: 960px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
div#footer h2 img {
	width: 75px;
	height: 75px;
	position: absolute;
	top: 15px;
}
div#footer p.company {
	position: absolute;
	top: 27px;
	left: 0;
    background: url(../img/logo_footer.svg) no-repeat;
    width:224px;
    height: 36px;
    background-size: 224px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div#footer p.comapny a{
    display: block;
    width:100%;
    height: 100%;
    border: none;
}
div#footer p.address {
	width: 700px;
	position: absolute;
	top: 75px;
	left: 0;
	color: #fff;
}
div#footer ul#sitemap {
	width: 960px;
	position: absolute;
	top: 150px;
}
div#footer ul#sitemap li{
	height: 30px;
	line-height: 30px;
    text-align: center;
    border-bottom:4px solid #534741;
}
div#footer ul#sitemap ul {
}
div#footer ul#sitemap li.active,
div#footer ul#sitemap li:hover{
    border-bottom:4px solid #fff !important;
}
div#footer p.copy{
    width:100%;
    font-size:12px;
    position: absolute;
    bottom:0;
    color:#fff;
    text-align: center;
}
p#totop {
	background: url(../img/totop.svg) no-repeat;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	position: fixed;
	bottom: 64px;
	right: 64px;
}
p#totop:hover {
	opacity: 0.5;
}
p#totop a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}