/*

Theme Name: デイサービス横浜小机のテーマ

*/

/*-----------------
基本設定
------------------*/
body{
  line-height: 1.8;
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
}

.wrapper{
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.pc{
  display: block;
}
.tab{
  display: none;
}
.pc.tab{
  display: block;
}
.tab.mobi{
  display: none;
}
.mobi{
  display: none;
}
h2{
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
}
h3{
  line-height: 1.8;

}
/*-----------------
header top
------------------*/
header{
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}
.pc-nav{
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  width: 100%;
  margin: auto;
  height: 100px;
}
header .logo{
  margin: 15px 0 15px 45px;
}
.pc-nav ul{
  display: flex;
  gap: 30px;
  align-items: center;
}
.pc-nav ul li a{
  font-size: 16px;
}
.pc-nav ul li:last-of-type a{
  color: #fff;
  background: #f39518;
  padding: 10px 20px;
  border-radius: 20px;
}
.top{
  margin-top: 100px;
}
.top img{
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
/*-----------------
私たちについて
------------------*/
.about {
  margin-bottom: 70px;
}
.about h2{
  color: #f39518;
  margin: 80px 0 60px;
}
.about-inner{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.about-inner img{
  margin-right: 30px;
}
.about-inner p{
  width: 50%;
}
/*-----------------

------------------*/
.features{
  padding: 80px 0 75px;
  background-image: linear-gradient(180deg, rgba(253, 248, 230, 1), rgba(252, 239, 206, 1) 50%, rgba(250, 233, 182, 1));
}
.features h2{
  color: #f39518;
  margin-bottom: 45px
}
.features h2 span{
  background-color: #f39518;
  color: #fff;
  display: block;
  width: max-content;
  margin: auto;
  padding: 5px 10px;
  border-radius: 10px;
}
.features-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 70px;
}
.features-inner{
  width:360px;
}

.features-inner-desc{
  margin-top: 25px;
}
.features-inner-heading {
  font-size: 22px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.features-inner-heading span{
  width: 57px;
  height: 57px;
  background: url(images/features-num-bg.png) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 57px;
  font-size: 27px;
  display: inline-block;
  margin-right: 10px;
}
/*-----------------
1日の流れ
------------------*/
.flow{
  background: url(images/flow-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 60px 0;
}
.flow h2{
  color: #ec6b5b;
}
.flow-container{
  width: max-content;
  margin: 50px auto 0;
}
.flow-inner{
  display: flex;
  align-items: flex-start;
  position: relative;
}
.flow-inner .time{
  background: #ec6b5b;
  color: #fff;
  width: 134px;
  text-align: center;
  border-radius: 20px;
  font-size: 19px;
}
.flow-inner .time::before{
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  background: #ec6b5b;
  left: 70px;
  z-index: -1;
}
.flow-inner:last-of-type .time::before{
  content: none;
}
.flow-inner p:nth-of-type(2){
  color: #ec6b5b;
  font-size: 20px;
  width: 180px;
  margin-left: 20px;
}
.flow-inner p:last-of-type{
  margin-bottom: 40px;
}
.flow > p{
  text-align: center;
  margin: 40px 0 0;
}
/*-----------------
設備紹介
------------------*/
.equipment{
  background: #f1f6eb;
  padding: 60px 0 30px;
}
.equipment h2{
  color: #43905c;
  margin-bottom: 60px;
}
.equipment-desc{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.equipment-desc p{
  width: 457px;
  margin-right: 25px;
}
.equipment-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
.equipment-inner{
  max-width: 360px;
}
.equipment-inner p{
  text-align: center;
  margin-bottom: 15px;
}
/*-----------------
ご利用料金
------------------*/
.fee{
  margin-top: 60px;
}
.fee-container{
  width: 830px;
  margin: 40px auto 0;
  position: relative;
}
.fee-container img{
  position: absolute;
  bottom: 0;
  right: 0;
}
.fee-inner{
  padding-bottom: 45px;
}
.fee-inner h3{
  color: #2eae54;
  font-size: 30px;
}
.fee-inner-box{
  background-color: #36a552;
  color: #fff;
  padding: 20px;
  width: 446px;
  margin-top: 30px;
}
.fee-inner-box p{
  font-size: 20px;
}
.fee-inner-box p span{
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
}
.fee-inner-box p:first-of-type{
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/*-----------------
事業所概要
------------------*/
.company{
  background-image: linear-gradient(180deg, rgba(253, 248, 230, 1), rgba(252, 239, 206, 1) 50%, rgba(250, 233, 182, 1));
  padding: 80px 0 100px;
}
.company h2{
  color: #f29419;
}
.company table{
  border-collapse: collapse;
  width: 820px;
  margin: 45px auto 0;
  font-size: 20px;
  background: #fff;
}
.company th{
  color: #fff;
  background: #f39518;
  border: 1px solid #dddddd;
  width: 200px;
}
.company td{
  border: 1px solid #dddddd;
  padding: 10px 15px;
}
.map iframe{
  display: block;
}
/*-----------------
お問い合わせ
------------------*/
.contact{
  background: url(images/contact-banner-bg.png) no-repeat;
  background-position:  center;
  background-size: cover;
  padding: 45px 0 100px;
}
.contact h2{
  color: #323333;
  margin-bottom: 50px;
}
.contact-inner{
  display: flex;
  justify-content: space-between;
  width: max-content;
  align-items: center;
  margin: auto;
}
.contact-inner-tel{
  color: #323333;
  font-weight: bold;
  text-align: center;
}
.contact-inner-tel p{
  font-size: 42px;
  line-height: 1;
  position: relative;
  padding-left: 40px;
  margin-right: 90px;
}
.contact-inner-tel p::before{
  content: "";
  background: url(images/tel-icon.png);
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-inner-mail{
  font-size: 20px;
  color: #fff;
  background: #f29419;
  padding:  20px 60px;
  border-radius: 35px;
}
/*-----------------
footer
------------------*/
.footer-nav ul{
  display: flex;
  gap: 40px;
  width: max-content;
  margin: 30px auto 10px;
}
.footer-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.footer-address span{
  margin-bottom: 10px;
  display: block;
}
.copyright{
  text-align: center;
  color: #fff;
  background: #f29419;
}

/*-----------------
お問い合わせ
------------------*/
.sub-contact{
    padding-bottom: 80px;
    border-bottom: solid 1px #ddd;
}

.content-wrap{
	margin-top:100px;
}

.sub-title{
    background-image: linear-gradient(180deg, rgba(253, 248, 230, 1), rgba(252, 239, 206, 1) 50%, rgba(250, 233, 182, 1));
    text-align:center;
    height:200px;
}

.sub-title h1{
	font-weight:bold;
	font-size:1.5em;
    color: #ec6b5b;
    line-height:200px;
}

.sub-contact .req{
    background-color: #e7333c;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 0 0 20px;
    line-height: 20px;
    padding: 0px 10px;
    border-radius: 20px;
}

.sub-contact table{
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0;
}

.sub-contact table input[type=text],
.sub-contact table input[type=email] {
    width: 100%;
    height: 40px;
    padding: 0 10px 0 10px;
    font-size: 18px;
    background-color: #f7f7f7;
    border:solid 1px #666;
}

.sub-contact table textarea{
    font-size: 18px;
    background-color: #f7f7f7;
    width: 100%;
    height: 150px;
}


.sub-contact table th{
	width:30%;
	text-align:left;
    padding: 15px 0;
}

.sub-contact .privacy{
	font-size:14px;
}

.sub-contact .doui{
    font-size: 17px;
    text-align: center;
    display: block;
    margin-top: 0;
    font-weight: bold;
    position: relative;
    width: 340px;
    margin: 30px auto;
}

.sub-contact input[type="checkbox" i] {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -2px;
    left: 4px;
}

.soushin{
    margin: 50px auto 0;
    text-align: center;
}

.soushin input{
    display: block;
    border: 1px solid #ec6b5b;
    width: 300px;
    font-size: 18px;
    max-width: 100%;
    background-color: #ec6b5b;
    color: #FFF;
    text-align: center;
    margin: 40px auto 0;
    line-height: 60px;
    border-radius: 50px;
}

.soushin input:hover{
	cursor:pointer;
}

.sub-contact .error{
	color:red;
}


