@charset "utf-8";

/*=======================================================
==========================================================
　　　　　　　　　　　　　MAIN CSS
==========================================================
========================================================*/
section.main{
  width:100%;
  height:100vh;
  position:relative;
  background-image: url("../img/top-main_pc.png");
  background-size: cover;
  background-position: center top;
}
section.main .maru-text{
  position:absolute;
  bottom:5%;
  left:3%;
  width: 400px;
  height: 400px;
  background-image: url(../img/top-main-text02.png);
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
section.main p{
  text-align: center;
  font-size:2rem;
  color:#FAEFE0;
  margin:0;
}
section.main h1{
  text-align: center;
  font-size:3rem;
  color:#FAEFE0;
  line-height: 1.5em;
  margin:1em 0 0;
}
.kazari{
  position:absolute;
  bottom:5%;
  right:3%;
  width:20%;
}


section.pet-with{
  padding:13rem 3%;
  position:relative;
}
.pet-with_img01{
  position:absolute;
  top:8rem;
  right:5%;
  z-index: 0;
  width:17%;
}
section.pet-with h2{
  font-size: 5rem;
  color: #FAEFE0;
  font-weight: normal;
  margin: 0 0 1em;
  line-height: 1.4em;
}
.pet-with_content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  z-index: 1;
}
.pet-with_content img{
  width: 43%;
  object-fit: cover;
}
.pet-with_content p{
  width: 52%;
  color: #FAEFE0;
  line-height: 1.8em;
  font-size:2.1rem;
  margin:0;
}

section.point{
  padding:13rem 3%;
  position:relative;
}
section.point h2{
  font-size:5rem;
  text-align: center;
  margin:0 auto 1em;
}
section.point h2 span{
  color:#598A34;
}
section.point ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
section.point ul li{
  width:31%;
  position:relative;
  margin:70px 0 0;
  border:4px solid #C1B4AA;
  background-color:#fff;
}
section.point ul li > img{
  position:absolute;
  top:-70px;
  left: 50%;
  transform: translateX(-50%);
  width:30%;
}
section.point ul li .point-box-content{
  padding:2.5em 2em;
}
section.point ul li .point-box-content h3{
  text-align: center;
  font-size:2.4rem;
  margin: 0 auto .8em;
}
section.point ul li .point-box-content p{
  font-size:1.6rem;
  line-height:1.9em;
  letter-spacing: normal;
  margin:0;
  font-family: sans-serif;
}

section.yoyaku{
  padding:13rem 0;
}
section.yoyaku h2{
  font-size:5rem;
  text-align: center;
  margin:0 auto 1em;
  color: #FAEFE0;
}
section.yoyaku ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section.yoyaku ul li:nth-child(1){
  margin-right:3%;
}
section.yoyaku ul li a{
  display:block;
  background-color: #FAEFE0;
  border-radius: 100px;
  padding:1em 2em;
}
section.yoyaku ul li img{
  height:60px;
}
section.yoyaku ul li:nth-child(2) img{
  padding:5px 0;
}

section.osanpo{
  padding:13rem 0;
  position: relative;
}
section.osanpo h2{
  font-size:5rem;
  margin:0 auto 1em;
}
section.osanpo h2 span{
  color:#598A34;
}
.osanpo-backimg{
  position:absolute;
  width:35%;
  top:10rem;
  right:6%;
  z-index: 0;
}
section.osanpo ul{
  position:relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
section.osanpo ul li:nth-child(1){
  width:45%;
}
section.osanpo ul li:nth-child(2){
  width:53%;
}
section.osanpo ul li:nth-child(2) h3{
  font-size:3rem;
  line-height: 1.8em;
  margin:0 auto .8em;
}
section.osanpo ul li:nth-child(2) p{
  font-size:2rem;
  line-height: 2em;
  margin:0 auto;
}

section.breakfast{
  padding:13rem 0;
  position: relative;
}
section.breakfast ul{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
section.breakfast ul li{
  width:48%;
  display: flex;
  flex-direction: column;
}
section.breakfast ul li:nth-child(1){
  width:48%;
}
section.breakfast ul li h2{
  font-size:5rem;
  margin:0 0 1em;
  color: #FAEFE0;
  line-height: 1.5em;
  text-align:center;
}
section.breakfast ul li:nth-child(2){
  align-items: center;
}
section.breakfast ul li:nth-child(2) p{
  text-align:center;
  color: #FAEFE0;
  font-size:2.4rem;
  line-height: 2em;
  letter-spacing: .1em;
  margin:2em 0 0;
}
section.breakfast ul li:nth-child(2) img{
  width:40%;
}


section.access{
  padding:13rem 0;
  position: relative;
}
section.access ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.access ul li{
  width:52%;
  display: flex;
  flex-direction: column;
}
section.access ul li:nth-child(2){
  width:42%;
}
.ac-title{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin:0 0 1em;
}
.ac-title h2{
  font-size:5rem;
  margin:0;
}
.ac-title img{
  height: 10rem;
  margin: 0em 0 -1em 1em;
}
section.access ul li p{
  font-size:2rem;
  line-height:1.8em;
  letter-spacing: .1em;
  margin:4em 0 1em;
}
section.access ul li:nth-child(1) > img{
  width:80%;
  margin:0 0 0 auto;
}
section.access ul li:nth-child(2) > img{
  width:100%;
  margin:0 0 3em;
}














/*=======================================================
==========================================================
  　　　　　　　　　　　　SP only
==========================================================
========================================================*/
@media screen and (max-width:768px) {
section.main {
  width: 100%;
  height: 65vh;
  position: relative;
  background-image: url(../img/top-main_pc.png);
  background-size: cover;
  background-position: center top;
  z-index: 2;
}
section.main .maru-text {
  position: absolute;
  bottom: -170px;
  right: 0;
  left: 0;
  margin: 0 auto 0;
  width: 85vw;
  height: 85vw;
  max-width: 330px;
  max-height: 330px;
  background-image: url(../img/top-main-text03.png);
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
section.main h1 {
  text-align: center;
  font-size: 2.8rem;
  color: #FAEFE0;
  line-height: 1.5em;
  margin: 1em 0 0;
  letter-spacing: .05em;
}
.maru-inu{
  position: absolute;
  left: 4%;
  bottom: -158px;
  width: 100px;
  height: 89px;
}
section.pet-with {
    padding: 23rem 3%;
    position: relative;
}
section.pet-with h2 {
    font-size: 2.5rem;
    color: #FAEFE0;
    font-weight: normal;
    margin: 0 0 1em;
    line-height: 1.8em;
}
.pet-with_img01 {
    position: absolute;
    top: 18rem;
    right: 5%;
    z-index: 0;
    width: 19%;
}
.pet-with_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    z-index: 1;
}
.pet-with_content img {
    width: 100%;
    object-fit: cover;
}
.pet-with_content p {
    width: 100%;
    color: #FAEFE0;
    line-height: 1.8em;
    font-size: 1.65rem;
    margin: 1.5em 0 0;
    letter-spacing: .05em;
}
section.pet-with {
    padding: 23rem 3% 10rem;
    position: relative;
}
section.point {
    padding: 10rem 3%;
    position: relative;
}
section.point h2 {
    font-size: 3rem;
    letter-spacing: .01em;
    text-align: center;
    margin: 0 auto 1em;
}
section.point ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
section.point ul li {
    width: 100%;
    position: relative;
    margin: 70px auto 1rem;
    border: 4px solid #C1B4AA;
    background-color: #fff;
}
section.point ul li > img {
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
}
section.point ul li .point-box-content p {
    font-size: 1.5rem;
}
section.yoyaku h2 {
    font-size: 3.2rem;
}
section.yoyaku ul li img {
    height: 33px;
}
section.yoyaku ul li a {
    display: block;
    background-color: #FAEFE0;
    border-radius: 100px;
    padding: .7em 1.7em;
}
section.yoyaku ul li:nth-child(1) {
    margin-right: 6%;
}
section.yoyaku {
    padding: 10rem 0;
}
section.osanpo {
    padding: 10rem 0 7rem;
    position: relative;
}
section.osanpo h2 {
    font-size: 3.8rem;
    margin: 0 auto 1em;
}
.osanpo-backimg {
    position: absolute;
    width: 37%;
    top: 1.7rem;
    right: 2%;
    z-index: 0;
}
section.osanpo ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
section.osanpo ul li:nth-child(1),section.osanpo ul li:nth-child(2) {
    width: 100%;
}
section.osanpo ul li:nth-child(2) h3 {
    font-size: 2.5rem;
    line-height: 1.8em;
    margin: 2em auto .8em;
}
section.osanpo ul li:nth-child(2) p {
    font-size: 1.8rem;
    letter-spacing: normal;
    line-height: 2em;
    margin: 0 auto;
}
section.breakfast {
    padding: 10rem 0;
    position: relative;
}
section.breakfast ul {
    flex-direction: column;
}
section.breakfast ul li:nth-child(1),section.breakfast ul li:nth-child(2) {
    width: 100%;
}
section.breakfast .br-sp-yoso{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin:0 0 2em;
}
section.breakfast .br-sp-yoso img {
  width: 12rem;
  padding:0 1.5em 0 1em;
  height: auto;
  object-fit: cover;
}
section.breakfast ul li h2 {
  font-size: 3.2rem;
  margin:0;
}
section.breakfast ul li:nth-child(2) p {
    text-align: center;
    color: #FAEFE0;
    font-size: 1.8rem;
    line-height: 2em;
    letter-spacing: .07em;
    margin: 2em 0 0;
}

section.access ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.access {
    padding: 10rem 0;
    position: relative;
}
section.access ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
}
section.access ul li:nth-child(1) > img {
    width: 100%;
    margin: 2em 0;
}
.ac-title h2 {
    font-size: 4rem;
    margin: 0;
}
.ac-title img {
    height: 7rem;
    margin: 0em 0 -1em 1em;
}
section.access ul li p {
    font-size: 1.6rem;
    line-height: 1.8em;
    letter-spacing: .05em;
    margin: 1em 0 1em;
}
section.access ul li:nth-child(1) > img:nth-child(2) {
    width: 100%;
    margin: 2em 0 2em;
}
section.access ul li:nth-child(1) > img:nth-child(4) {
    width: 100%;
    margin: 0em 0 3em;
}
section.access ul li:nth-child(2) {
    width: 100%;
}
.map {
  padding-top: 105%;
}




























}/*====================================================
  　　　　　　　　　　　　さらに細かく480以下
=======================================================*/
@media screen and (max-width:480px) {
}/*=======================================================
==========================================================
  　　　　　　　　　　　　Ipad only
==========================================================
========================================================*/
@media screen and (min-width:768px) and ( max-width:1190px) {
.kazari {
    width: 28%;
    max-width: 250px;
}
section.main .maru-text {
    width: 320px;
    height: 320px;
}
section.point ul {
    flex-direction: column;
}
section.point ul li {
    width: 100%;
    max-width: 500px;
}
section.point ul li {
    width: 100%;
    position: relative;
    margin: 70px auto 5rem;
    border: 4px solid #C1B4AA;
    background-color: #fff;
    max-width: 500px;
}
section.point ul li:last-child{
    margin: 70px auto 0rem;
}
section.point ul li .point-box-content h3 {
    font-size: 2.8rem;
}
section.point ul li .point-box-content p {
    font-size: 1.8rem;
}





















}/*=======================================================
==========================================================
==========================================================
========================================================*/
