@charset "UTF-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color:  #000000;
  line-height: 1;
  background-image: url(../images/bg_non.png);
  background-repeat: repeat;
}

img {
  max-width: 100%;
}

@media (min-width: 760px) {
/*==================
　ヘッダー　ここから
==================　*/
.header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0),
  rgba(108, 108, 108, 1));
  z-index: 10;
}

.h-inner {
  padding:15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#menu__toggle {
  display: none;
}

.h-logo {
  display: block;
  width: 270px;
}

nav {
  display: flex;
  align-items: center;
}

.site-menu ul {
  display: flex;
  font-family: "Noto Sans JP";
}


.site-menu ul li {
  margin-left: 30px;
  margin-right: 20px;
  color: #ffffff;
  font-weight: bold;
}

/*================
　メインここから
================*/

.m-section {
  padding: 20px;
  margin: 0 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}

.m-s-text {
  flex-basis: 50%;
  margin-left: 50px;
}

h1 {
  font-size: 30px;
  font-weight: bold;
  padding: 80px 30px 10px 30px;
  line-height: 1.5;
}

.m-s-text p {
  padding: 10px;
  line-height: 2;
}

.m-section-btn ,.m-p-t-btn {
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  font-family: "Noto Sans JP";
  display: block;
  width: 180px;
  padding: 10px;
  text-align: center;
  margin: 40px auto;
  box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.4);
}

.m-s-img {
  display: block;
  flex-basis: 50%;
  max-width: 290px;
  object-fit: contain;
  transform: rotate(23deg);
  position: relative;
  top: -70px;
  left: 20%;
}

.m-s-background {
  width: 900px;
  position: absolute;
  top: 170%;
  left: -3%;
  z-index: -2;
}

h2 {
  text-align: center;
  font-size: 30px;
  margin: 0px 30px 20px 30px;
  padding-bottom: 30px;
  background-image: url(../images/text-underline.png);
  background-repeat: no-repeat;
  background-position: center bottom -7px;
}

.m-point {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 0 30px;
}

.m-p-text {
  flex-basis: 50%;
  position: relative;
  top: 120px;
}

.m-p-s-text , .m-p-t-text {
  flex-basis: 50%;
}
.m-p-s-text p {
  margin-bottom: 20px;
}

h3 {
  font-size: 22px;
  width: 80%;
  padding: 20px 10px 20px 0;

}
h3 img {
  width: 23px;
  position: relative;
  right: 8px;
  top: 5px;
}

.m-point p ,.m-p-second p ,.m-p-third p {
  width: 90%;
  margin-left: 20px;
  line-height: 2;
}

.m-p-img  {
  flex-basis: 45%;
  width: 450px;
  position: relative;
  top: 10px;
}

.m-p-second {
  padding: 20px;
  margin: 0 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.m-p-third {
  padding: 20px;
  margin: 0 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.m-p-second-img {
  flex-basis: auto;
  width: 450px;
  position: relative;
  top: 150px;
}

.m-p-third div {
  width: 50%;
}

.m-p-third a {
  display: block;
  text-align: right;
  padding-right: 30px;
  opacity: 0.5;
  font-family: "Noto Sans JP";
}



/*　================
  フッターここから　
==================*/
.footer {
  color: #000000;
  background-color: #F3E2F7;
  padding: 30px 10px 30px 10px;
}

.copyright  {
  margin-right: 20px;
  font-family: "Noto Sans JP";
  font-size: 0.9rem;
  text-align: right;
}

.f-items {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 50px 0;
}

.f-items div {
  margin-left: 25px;
}

.f-items p {
  align-items: center;
}

.f-name img {
  display: block;
  width: 80px;
  margin-right: 10px;
}

.f-name {
  display: flex;
  font-size: 26px;
  font-weight: bold;
}

.f-addless {
  font-size: 20px;
  position: relative;
  top : -3px;
  left: 110px;
}

.f-text {
  font-size: 20px;
  margin-bottom: 20px;
}

.f-text img {
  width: 35px;
  margin-left: 15px;
}

.f-tel {
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-weight: 100;
  padding-left: 5px;
}

}

/*=======================
　レスポンシブデザインここから
=========================*/  
@media (max-width: 759px) {

/*=======　ヘッダー　＝＝＝＝＝*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 10;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.01),
  rgba(108, 108, 108, 1));
}

.h-inner {
  padding: 0 20px 0 20px;
  height: 100%;
  position: relative;
  left: -8px;
}

.h-logo img {
  margin-top: 15px;
  width: 200px;
}

/*ハンバーガーメニュー*/

.h-site-menu nav {
  display: inline;
}

.menu__box {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 15em;
  margin: -600px 0 0 0;
  background-color: #736E62;
  opacity: 0.9;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition-duration: 0.5s;
}

.menu__item {
  font-family: sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin: 5px 0;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 18px;
  transition-duration: 0.5s;
}

.menu__item:hover {
  background-color: #4f5464;
}


#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background: #444444;
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background: #444444;
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  margin: 0;
}

.menu__btn {
  transition-duration: 0.25s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 2;
}
.menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #444444;
}
.menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #444444;
  content: "";
  top: -8px;
  transition-duration: 0.25s;
}
.menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #444444;
  content: "";
  top: 8px;
  transition-duration: 0.25s;
}
/*ハンバーガーメニュー終わり*/

.h-site-menu {
  top: 10px;
  left: 85%;
  position: absolute;
  width: 46px;
  height: 55px;
  padding: 0 10px 0 10px;
  background-color: rgba(248, 234, 255, 0.5);
  border-radius: 10px;
}

.site-menu ul {
  display: block;
  text-align: center;
}

.site-menu li {
    margin-top: 20px;
    font-family: "Noto Sans JP";
}

/*=== メインここから　＝＝*/
.main {
  padding-top: 70px;
}

.top-view {
  height: calc(100vh - 70px);
  background-image: url(../images/m-top.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top-view img {
  display: none;
}

.m-section {
  padding: 20px 20px 0px 20px;
}

h1 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 60px auto 50px auto;
}

.indention::after{
content:"\A";
white-space:pre;
}

.m-s-text p {
  font-size: 1.2rem;
  padding: 10px;
  margin: 0 10px;
  line-height: 2;
  display: block;
  position: relative;
  top: 22em;
}

.m-section-btn  {
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  font-family: "Noto Sans JP";
  display: block;
  position: relative;
  top: 30em;
  width: 180px;
  padding: 10px;
  text-align: center;
  margin: 0px auto;
  box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.4);
  font-size: 1rem;
}

.m-s-img {
  display: block;
  object-fit: contain;
  max-width: 220px;
  transform: rotate(23deg);
  margin: 0 auto;
  position: relative;
  top: -26em;
  z-index: -5;
}

.m-s-background {
  display: block;
  width: 900px;
  position: relative;
  top: -950px;
  z-index: -2;
  transform: rotate(-10deg);
}

h2 {
  text-align: center;
  font-size: 1.5rem;
  margin: 0px 15px;
  padding-bottom: 30px;
  background-image: url(../images/text-underline.png);
  background-repeat: no-repeat;
  background-position: center bottom -7px;
  background-size: contain;
}

.m-point ,.m-p-second ,.m-p-third {
  padding: 20px;
  margin:  0 10px;
}

.m-p-text ,.m-p-s-text {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.4rem;
  width: 80%;
  margin-top: 10px;
  margin-left: 20px;
}

h3 img {
  width: 15px;
  position: relative;
  right: 10px;
  top: 2px;
}

.m-point p ,.m-p-second p ,.m-p-third p {
  padding: 10px;
  margin-left: 20px;
  line-height: 2;
}

.m-p-img  {
  display: block;
  object-fit: contain;
  max-width: 320px;
  margin: 30px auto 0 auto;
}

.m-p-second-img {
  display: block;
  object-fit: contain;
  max-width: 320px;
  margin: 20px auto 0 auto;
}

.m-p-third a {
  display: block;
  text-align: right;
  padding-right: 30px;
  opacity: 0.5;
  font-family: "Noto Sans JP";
}

.m-p-t-btn {
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  font-family: "Noto Sans JP";
  display: block;
  width: 180px;
  padding: 10px;
  text-align: center;
  margin: 30px auto 50px auto;
  box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.4);
  font-size: 1rem;
}


/*==　フッターここから　==*/
.footer {
  color: #000000;
  background-color: #F3E2F7;
  padding: 30px 0;
}

.copyright  {
  font-family: "Noto Sans JP";
  font-size: 0.9rem;
  text-align: center;
  margin-top: 40px;
}

.f-items {
  padding: 0 20px;
}

.f-items div {
  margin-bottom: 15px;
}

.f-name img {
  display: block;
  width: 50px;
  margin-right: 10px;
}

.f-name {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  padding-right: 10px;
  margin-top: 20px;
}

.f-addless {
font-size: 1rem;
margin-left: 25px;
text-align: center;
}

.f-text {
  font-size: 1.1rem;
  margin: 30px 0 20px 40px;
  text-align: center;
}

.f-text img {
  display: block;
  margin: 15px auto;
  padding-right: 20px;
  width: 60px;
}

.f-tel {
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 100;
  text-align: center;
}

}
