/*
Theme Name: 寄り添う心で、あたたかな看護を。｜訪問看護ステーション心愛｜大阪・岸和田
Theme URI: tk-style-houkan-lp.com
Description: 精神疾患・認知症に専門対応
一人ひとりの想いに寄り添い、安心できる毎日を支えます
24時間対応・生活支援・医療ケアでご自宅での暮らしをサポート
ぜひお気軽にご相談ください
Version: 1.1
Author: 寄り添う心で、あたたかな看護を。｜訪問看護ステーション心愛｜大阪・岸和田
Author URI: tk-style-houkan-lp.com
*/
@charset "utf-8";
/*リセットcss*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-size: 20px;
  line-height: 1.7;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav,
ul,
ol,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #fff;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* ----------------------------------------------
　animate css
----------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transition: 2s;
}
.fadeIn_up.is-show {
  opacity: 1;
}
/* ----------------------------------------------
　共通
----------------------------------------------*/
@media screen and (min-width: 865px) {
  .sp {
    display: none;
  }
}
html {
  background: #fff9f9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3d3333;
}
/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * {
    text-shadow: transparent 0 0 0, rgba(0, 0, 0, 0.7) 0 0 0 !important;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  margin: auto;
  box-sizing: border-box;
}
a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
section {
  width: 100%;
}
.content {
  width: 100%;
}
figure {
  line-height: 0;
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}
.main_ttl {
  color: #ff9d9d;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
.ttl_catch{
  color: #3d3333;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pink{
  color: #ff9d9d;
  font-size: 24px;
  font-weight: 400;
}
.con_txt{
  margin: 0 0 30px;
}
h3{
  color: #ff9d9d;
  font-size: 21px;
  font-weight: 400;
}
/* ----------------------------------------------
　mv
----------------------------------------------*/
.top-mv{
  position: relative;
}
.logo{
  position: absolute;
  top:3%;
  left: 2%;
  width: 6%;
}
.mv_contact{
  content: "";
  display: block;
  position: absolute;
  left: 3%;
  top: 63%;
  width: 20%;
  z-index: 999;
}
.mv_contact:hover{
  opacity: 0.8;
}
/* ----------------------------------------------
　footer
----------------------------------------------*/
small {
  background: #ff9d9d;
  color: #fff;
  display: block;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}
/* ----------------------------------------------
　漫画
----------------------------------------------*/
.manga {
  padding: 100px 0;
  text-align: center;
}
.manga_con{
  margin: 0 auto;
  width: 1000px;
}
.manga li {
  margin: 0 auto 50px;
  width: 960px;
}
.manga li.w700 {
  width: 700px;
}
.manga li.w800 {
  width: 800px;
}
.manga li.w888 {
  width: 888px;
}
.manga li.w1000 {
  width: 1000px;
}
.contact_banner{
  display: block;
  margin: 0 auto 100px;
  width: 800px;
}
.contact_banner:hover{
  opacity: 0.8;
}
/* ----------------------------------------------
content01
----------------------------------------------*/
.sec01 {
  align-items: center;
  margin: 0 auto;
  padding: 100px 0 ;}
.con01_img{
  width: 45%;
}
.sec01_con{
  margin: 0 auto;
  width: 44%;
}
.sec01_con .main_ttl{
  font-size: 55px;
}
/* ----------------------------------------------
section02
----------------------------------------------*/
.sec02 {
  background: url(img/con02_bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0 ;
  text-align: center;
}
.sec02_con{
  margin: 0 auto;
  width: 1100px;
}
.sec02_con ul{
  margin-bottom: 50px;
}
.sec02_con li{
  align-items: center;
  width: 530px;
}
.sec02_con li figure{
  margin-bottom: 15px;
  width: 200px;
}
.sec02_con li p{
  font-size: 21px;
  text-align: left;
  width: 300px;
}
.con02_catch{
  margin: 0 auto;
  width: 1000px;
}
/* ----------------------------------------------
section03
----------------------------------------------*/
.sec03 {
  background: #ffe4e4;
  background-position: right bottom;
  padding: 100px 0;
  text-align: center;
}
.sec03_con{
  margin: 0 auto;
  width: 1200px;
}
.sec03_con li{
  background: #fff;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 0 30px;
  padding: 15px;
  text-align: left;
  width: 580px;
}
.sec03_con li figure{
  width: 200px;
}
.sec03_con li div{
  width: 320px;
}
.sec03_con li span{
  display: block;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
}
/* ----------------------------------------------
content04
----------------------------------------------*/
.sec04 {
  padding: 100px 0;
  text-align: center;
}
.sec04_con{
  margin: 0 auto;
  width: 1200px;
}
.sec04_con li{
  align-items: center;
  margin-bottom: 30px;
}
.sec04_con li figure{
  width: 600px;
}
.sec04_con li div{
  text-align: left;
  width: 550px;
}
.sec04_con li h3{
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.bg_pink{
  background: #ff9d9d;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  padding: 2px 25px;
}
/* ----------------------------------------------
section05
----------------------------------------------*/
.sec05 {
  background: url(img/con05_bg.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
.sec05_con{
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 80px 0;
  margin: 0 auto;
  width: 1100px;
}
.sec05_con span{
  font-size: 20px;
}
/* ----------------------------------------------
section06
----------------------------------------------*/
.sec06 {
  align-items: center;
  margin: 0 auto;
  padding: 100px 0 ;}
.con06_img{
  width: 45%;
}
.sec06_con{
  margin: 0 auto;
  width: 44%;
}
.sec06_con .main_ttl{
  font-size: 55px;
}
.banner{
  display: block;
  margin: 0 auto 100px;
  width: 800px;
}
.banner:hover{
  opacity: 0.8;
}
/* ----------------------------------------------
section07
----------------------------------------------*/
.sec07 {
  background: #ffe4e4;
}
.sec07_con{
  align-items: center;
  margin: 0 auto;
  width: 1000px;
}
.sec07_con div{
  width: 550px;
}
.con07_img{
  margin: 0 auto 30px;
  width: 450px;
}
.sec07_con div .bold{
  font-size: 20px;
  font-weight: 600;
}
/* ----------------------------------------------
section08
----------------------------------------------*/

.sec08 {
  background:url(img/con08_bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.sec08_con{
  background: rgba(255, 249, 249, 0.8);
  box-sizing: border-box;
  margin: 0 auto;
  padding:  80px 0 50px;
  width: 1100px;
}
/* ----------------------------------------------
  概要ブロック
----------------------------------------------*/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 50px;
}
.menu-list dt,
.menu-list dd {
  color: #333;
  padding: 25px 0 10px;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #333;
}
.menu-list dt {
  box-sizing: border-box;
  padding-left: 10px;
  width: 30%;
}
.menu-list dd {
  text-align: left;
  width: 70%;
  padding-right: 10px;
  box-sizing: border-box;
}
.menu-list dd span {
  display: block;
  font-size: 12px;
}
.menu-list dd a {
  color: #971111;
}
/* ----------------------------------------------
　お問い合わせ
----------------------------------------------*/
.contact {
  padding:100px 0;
  text-align: center;
}
.contact_con{
  margin: 0 auto;
  width: 800px;
}
form{
  text-align: left;
}
/* ----------------------------------------------
　スマホ
----------------------------------------------*/
@media screen and (max-width: 864px) {
  .pc {
    display: none;
  }
  p,
  li {
    font-size: 3.7vw;
  }
  small {
    padding: 10px 0;
    text-align: center;
    writing-mode: unset;
  }
  footer {
    display: block;
    height: auto;
    margin: 0px 0 60px;
    position: unset;
  }
  .footer_tel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10000;
  }
  .footer_tel .footer_tel_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
    margin-right: 0px;
  }
  .inquiry_btn {
    color: #fff;
    background: #ff9d9d;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 80%;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.5px;
  }
  .content {
    box-sizing: border-box;
    padding: 50px 20px;
  }
  .main_ttl{
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .ttl_catch{
    font-size: 3vw;
  }
  .top-mv {
    margin-bottom: 0;
  }
  .logo {
    width: 15%;
  }
  .mv_contact {
    top: 43%;
    width: 52%;
  }
  .manga_con{
    width: 100%;
  }
  .manga li {
    margin: 0 auto 30px;
    width: 100%;
  }
  .manga li.w700 {
    width: 80%;
  }
  .manga li.w800 {
    width: 85%;
  }
  .manga li.w888 {
    width: 90%;
  }
  .manga li.w1000 {
    width: 100%;
  }
  .sec01{
    width: 100%;
  }
  .con01_img{
    margin: 0 0 30px;
    width: 100%;
  }
  .sec01_con{
    width: 100%;
  }
  .sec01_con .main_ttl {
    font-size: 8vw;
  }
  .sec02{
    padding: 0 20px;
  }
  .sec02_con{
    width: 100%;
  }
  .sec02_con li{
    margin-bottom: 15px;
    width: 100%;
  }
  .sec02_con li figure{
    margin: 0 auto;
    width: 50%;
  }
  .sec02_con li p{
    font-size: 4vw;
    text-align: center;
    width: 100%;
  }
  .con02_catch{
    width: 100%;
  }
  .sec02_con ul{
    margin-bottom:15px;
  }
  .sec03_con{
    width: 100%;
  }
  .sec03_con li{
    width: 100%;
  }
  .sec03_con li figure{
    width: 100%;
  }
  .sec03_con li div{
    width: 100%;
  }
  .sec03_con li span{
    font-size: 15vw;
  }
  h3 {
    font-size: 5vw;
  }
  .sec04_con{
    width: 100%;
  }
   .sec04_con li:nth-child(even){
    flex-direction: column-reverse;
   }
  .sec04_con li figure{
    margin: 0 0 15px;
    width: 90%;
  }
  .sec04_con li div{
    width: 100%;
  }
  .sec04_con li h3{
    font-size: 5vw;
    margin-bottom: 0;
  }
  .bg_pink{
    font-size: 3.5vw;
    margin-bottom: 5px;
    letter-spacing: 0;
    padding: 3px 10px;
  }
  .sec05{
    background: none;
    padding: 0;
    text-align: left;
  }
  .sec05_con{
    background: none;
    width: 100%;
  }
  .sec05_con span{
    font-size: 3.7vw;
  }
  .sec06{
    padding: 0 20px;
    width: 100%;
  }
  .con06_img{
    margin: 0 0 30px;
    width: 100%;
  }
  .sec06_con{
    width: 100%;
  }
  .sec06_con .main_ttl {
    font-size: 8vw;
  }
  .banner{
    margin-bottom: 50px;
    width: 90%;
  }
  .sec07{
    padding-top: 0;
  }
  .sec07_con{
    flex-direction: column-reverse;
    width: 100%;
  }
  .con07_img{
    width: 80%;
  }
  .sec07_con div{
    width: 100%;
  }
  .sec07_con div .bold{
    font-size: 3.7vw;
  }

  .sec08{
    background: none;
    padding: 0;
  }
  .sec08_con{
    background: none;
    width: 100%;
  }
  .pink{
    font-size: 4.5vw;
  }


  .contact_con{
    width: 100%;
  }
  iframe{
    height: 70vw;
    width: 100%;
  }
  .menu-list {
    margin: 0 auto 30px;
    width: 100%;
  }
  .menu-list dt,
  .menu-list dd {
    font-size: 12px;
  }
  .fg-item.fg-type-image.fg-loaded {
    width: 45%;
  }
  .fg-default.fg-gutter-10 .fg-item {
    margin-right: 0;
  }
  .fg-default.fg-gutter-10 {
    justify-content: space-between;
  }
  form{
    width: 100%;
  }
}
