:root {
  --main-color: #FF9305;
  --ac-color: #05D2FF;
  --ja: 'Noto Sans JP', sans-serif;
  --serif: 'Noto Serif JP', serif;
}

img {
	width: 100%;
	height: auto;
}

html {
  color: #4F4D4D;
  font-weight: 300;
	font-family:  var( --ja);
	letter-spacing: 1px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spkaigyo {
  display: none;
}

@media (max-width: 500px) {
  .spkaigyo {
    display: block;
  }
}

.top-form {
	display: flex;
}

.top-form > li {
	width: 20%;
}

.top-form  li ul {
	padding: 20px;
}

.top-form  li ul li:first-child {
	    font-size: 14px;
font-weight: 500;
	margin-bottom: 10px;
}

.top-form select {
width: 100%;
    padding: 10px;
	border-radius: 5px;
	border: 2px solid #ccc;
}


.top-form .wpcf7-spinner {
    height: 0;
}


.top-form li:last-child ul {
    padding: 0;
    background: #FF9305;
    height: 100%;
    border-radius: 0 8px 8px 0;
	border: 3px solid #FF9305;
}

.top-form li:last-child ul:hover {
	opacity: .7;
}


.tabkaigyo {
  display: none;
}

@media (max-width: 780px) {
  .tabkaigyo {
    display: block;
  }
}

body.active {
  overflow: hidden;
}

/*ハンバーガーメニューのcss
--------------------------------------------------------------------------------------------------------------*/
.openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 999;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background: #828282;
  width: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.openbtn1 span:nth-of-type(1) {
  top: 16px;
}

.openbtn1 span:nth-of-type(2) {
  top: 24px;
}

.openbtn1 span:nth-of-type(3) {
  top: 32px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.nav-wrapper {
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 999;
}

.header-nav {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

.nav-list {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.nav-list li {
  display: block;
  white-space: nowrap;
  margin-bottom: 40px;
}

.nav-list a {
  color: black;
  font-weight: 700;
}

.nav-item {
  margin-right: 0;
  margin-bottom: 40px;
}

/* メニューオープン時 */
.nav-wrapper.fade {
  visibility: visible;
  opacity: 1;
}

.nav-wrapper.slide-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


/*
-----------------------------------------------------------------------------------------------------------------*/

.single-post {
	    max-width: 750px;
    margin: 120px auto 100px;
	padding: 0 15px;
}

.single-post-blk {
	display: flex;
	justify-content: center;
}

.single-post-blk .l {
	width: 100%;
}

.single-post-blk .l h1 {
font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.7;
}

.single-post-blk .l h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.7;
    background: aliceblue;
    padding: 7px 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #1298b4;
}

.single-post-blk .l .blog-f h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.7;
    padding: 10px;
    margin-bottom: 50px;
    margin-top: 80px;
    color: #1298b3;
    border: 1px solid;
}

.single-post-blk .l .blog-link {
display: flex;
    margin: 50px 0;
    justify-content: space-between;
}

.single-post-blk .l .blog-link img {
	width: 96%;
}

.single-post-blk .l .blog-link img:hover {
	opacity: .7;
}

.blog-map {
	max-width: 400px;
    margin: 0 auto 50px;
}

.single-post-blk .l strong {
		font-weight: 500;
background: transparent -webkit-linear-gradient(transparent 68%,#ffec9e 0);
    background: transparent linear-gradient(transparent 68%,#ffec9e 0);
    color: #000;
}

.single-post-blk .l h3 {
	border: 2px solid #1298b4;
    padding: 5px 15px;
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #1298b4;
}

.single-post-blk .l a {
color: #0038ef;
}

.single-post-blk .l .post-thumbnail {
	    margin: 50px 0;
	text-align: center;
}

.single-post-blk .l  .kakomi-usu {
    background: #f5f5f5;
    margin: 30px 0;
    padding: 20px;
    color: #000;
    font-weight: 300;
	display: block;
}

.single-post-blk .l ul {
    line-height: 2.3;
    list-style: disc;
    font-weight: 300;
    background: #e8f9e9;
    display: inline-block;
    padding: 20px 20px 20px 40px;
    border-radius: 5px;
}


.single-post-blk .l .b-date {
    margin-bottom: 15px;
	font-size: 14px;
}

.single-post-blk .l p {
	line-height: 2;
	text-align: justify;
}

.single-post-blk .l .first-text {
    margin-bottom: 30px;
	font-size: 14px;
}

.single-post-blk .r {
	width: 30%;
}



a {
  color: #4F4D4D;
  text-decoration: none;
}

.wrapper {
  max-width: 1214px;
  width: 100%;
  margin: 0 auto;
}

.openbtn1 {
  display: none;
  margin-right: 15px;
}

@media (max-width: 1100px) {
  .openbtn1 {
    display: block;
  }
}

@media (max-width: 500px) {
  .openbtn1 {
    margin-right: 6px;
  }
}

.logo {
  width: 201px;
}

.logo img {
  width: 100%;
}

.arr {
  width: 14px;
}

.arr img {
  width: 100%;
}

.page-id-602 .main {
  padding: 0 20px;
  padding-top: 40px;
  background-image: url("../img/main.jpg");
  background-size: cover;
  height: 680px;
  background-position: center;
}

.star img {
	width: 100px;
}

@media (max-width: 1100px) {
.page-id-602  .main {
    background-position: 20%;
  }
}

@media (max-width: 780px) {
.page-id-602  .main {
    background-position: 40%;
    height: 480px;
  }
}

@media (max-width: 500px) {
 .page-id-602 .main {
    background-position: 45%;
    padding-top: 20px;
    height: 318px;
  }
}

.main .wrapper {
  position: relative;
}

.main header {
  height: 57px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 27px;
  position: fixed;
  top: 41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1214px;
  width: 96%;
  z-index: 99999;
}

@media (max-width: 780px) {
  .main header {
    padding-left: 12px;
    top: 20px;
    height: 48px;
  }
}

@media (max-width: 500px) {
  .main header {
    padding-left: 12px;
    top: 10px;
    height: 48px;
  }
}

.main header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1100px) {
  .main header .nav ul {
    display: none;
  }
}

.main header .nav ul li {
  margin-right: 40px;
  font-size: 14px;
}

.main .title_top {
  font-size: 24px;
  line-height: 58px;
  letter-spacing: 4px;
  background-color: #fff;
  color: var(--main-color);
  display: table;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 10px;
  /*
----------------------------------------------------------------------------*/
  margin-top: 367px;
}

@media (max-width: 780px) {
  .main .title_top {
    margin-top: 110px;
    margin-top: 167px;
    font-size: 18px;
    letter-spacing: 1px;
  }
}

@media (max-width: 500px) {
  .main .title_top {
    margin-top: 70px;
    margin-top: 127px;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.main .title_bottom {
  font-size: 32px;
  line-height: 75px;
  letter-spacing: 4px;
  background-color: #fff;
  color: var(--main-color);
  display: table;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 18px;
}

@media (max-width: 780px) {
  .main .title_bottom {
    font-size: 24px;
    letter-spacing: 1px;
    padding-left: 10px;
  }
}

@media (max-width: 500px) {
  .main .title_bottom {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 40px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.main .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.main .flex p.tag {
    line-height: 40px;
    background-color: var(--main-color);
    color: #fff;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 500;
    padding: 0 20px 3px;
    border-radius: 10px;
    margin-right: 20px;
}

.main .flex p:nth-of-type(3) {
  padding: 0 13px;
}

@media (max-width: 500px) {
  .main .flex p.tag {
    padding: 0 8px;
    font-size: 12px;
    line-height: 30px;
  }
}

.main .abs {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 10px 11px 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  bottom: -20px;
  right: -70px;
}

.main .abs:hover {
	opacity: .85;
}

@media screen and (max-width: 1440px) {
  .main .abs {
    right: 0px;
  }
}

@media screen and (max-width: 1100px) {
  .main .abs {
    display: none;
  }
}

.main .abs .img {
  width: 132px;
}

.main .abs .img img {
  width: 100%;
}

.main .abs .text {
  margin-left: 16px;
  margin-right: 16px;
}

.main .abs .text .top {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.main .abs .text .bottom {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

/*about
-------------------------------------------------------------------------------*/
.about {
  padding: 0 20px;
  margin-top: 75px;
}

@media (max-width: 500px) {
  .about {
    margin-top: 26px;
  }
}

.about .inner {
  max-width: 1042px;
  margin: auto;
}

.about .inner .hukidasi {
  color: #fff;
  background-image: url("../img/hukidasi.png");
  width: 418px;
  height: 86px;
  line-height: 53px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
	letter-spacing: 4px;
}

@media (max-width: 780px) {
  .about .inner .hukidasi {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .about .inner .hukidasi {
    margin: 0 auto;
    font-size: 14px;
    width: 300px;
    height: 66px;
    line-height: 31px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
  }
}

.about .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .inner .flex .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about .inner .flex .text .imagetab {
  display: none;
  width: 60.0vw;
  margin: auto;
  margin-top: 40px;
}

.about .inner .flex .text .imagetab img {
  width: 100%;
}

@media (max-width: 780px) {
  .about .inner .flex .text .imagetab {
    display: block;
  }
}

.about .inner .flex .text h2 {
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 10px;
}

.about .inner .flex .text h2 span {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

@media (max-width: 1100px) {
  .about .inner .flex .text h2 {
    font-size: 24px;
  }

  .about .inner .flex .text h2 br {
    display: none;
  }
}

@media (max-width: 780px) {
  .about .inner .flex .text h2 {
    font-size: 24px;
  }
}

@media (max-width: 780px) {
  .about .inner .flex .text h2 {
    font-size: 16px;
    text-align: justify;
  }
}

.about .inner .flex .text .keyword {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 80px;
}

@media (max-width: 500px) {
  .about .inner .flex .text .keyword {
    margin-top: 24px;
  }
}

.about .inner .flex .text .keyword_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .about .inner .flex .text .keyword_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(180px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
  }
}

.about .inner .flex .text .keyword_wrap .tag {
  text-align: center;
  color: var(--main-color);
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  background-color: #F5F5F5;
  padding: 0 10px;
  line-height: 40px;
  margin-right: 16px;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .about .inner .flex .text .keyword_wrap .tag {
    padding: 0;
    margin: 0;
  }
}

.about .inner .flex .image {
  -ms-flex-preferred-size: 34.55%;
  flex-basis: 34.55%;
  margin-left: 44px;
}

@media (max-width: 1100px) {
  .about .inner .flex .image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

@media (max-width: 780px) {
  .about .inner .flex .image {
    display: none;
  }
}

.about .inner .flex .image img {
  width: 100%;
}

.about .inner .desc {
  font-size: 20px;
  letter-spacing: 4px;
  color: var(--main-color);
  line-height: 1.8;
  font-weight: 700;
}

@media (max-width: 780px) {
  .about .inner .desc br {
    display: none;
  }
}

@media (max-width: 500px) {
  .about .inner .desc {
    font-size: 14px;
    margin-top: 20px;
  }
}

.about .inner .inparea {
  border-radius: 10px;
  border: 1px solid var(--main-color);

  max-width: 977px;
  margin-top: 30px;
}

@media (max-width: 780px) {
  .about .inner .inparea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .about .inner .inparea {
    margin-top: 40px;
  }
}

.about .inner .inparea .matome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0;
  padding-left: 26px;
  gap: 16px 0px;
}

@media (max-width: 780px) {
  .about .inner .inparea .matome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 24px;
  }
}

.about .inner .inparea .item {
  margin-right: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 780px) {
  .about .inner .inparea .item {
    margin: 0;
  }
}

.about .inner .inparea .name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

@media (max-width: 780px) {
  .about .inner .inparea .name {
    line-height: 1.4;
  }
}

.top-form-submit input {
    border: none;
    background: initial;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 80px;
    padding-top: 25px;
	outline: none;
}




.about .inner .inparea input:focus {
  outline: 2px var(--main-color) solid;
}

@media (max-width: 780px) {
  .about .inner .inparea input {
    width: 100%;
  }
}

.about .inner .inparea .search {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--main-color);
  border: 0;
  padding: 0 20px;
  margin-left: auto;
  border-radius: 0 10px 10px 0;
}

.about .inner .inparea .search .megane {
  width: 29px;
}

@media (max-width: 780px) {
  .about .inner .inparea .search {
    margin: 0;
    border-radius: 0 0px 10px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
  }

  .about .inner .inparea .search br {
    display: none;
  }
}

.about .inner .inparea .search p {
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: left;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 500px) {
  .about .inner .inparea .search p {
    font-size: 16px;
    letter-spacing: 2px;
    margin-left: 14px;
  }
}

/*nagare
------------------------------------------------------------*/
.nagare {
  margin-top: 108px;
  padding: 0 20px;
  padding-bottom: 78px;
}

@media (max-width: 500px) {
  .nagare {
    margin-top: 58px;
    padding-bottom: 40px;
  }
}

@media (max-width: 780px) {
  .nagare .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
  }
}

@media (max-width: 500px) {
  .nagare .grid {
    display: block;
  }
}

.nagare .inner {
  max-width: 1042px;
  margin: auto;
}

.nagare .inner h2 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 4px;
  margin-bottom: 55px;
}

@media (max-width: 500px) {
  .nagare .inner h2 {
    font-size: 24px;
  }
}

.nagare .inner .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}

@media (max-width: 1100px) {
  .nagare .inner .step br {
    display: none;
  }
}

@media (max-width: 780px) {
  .nagare .inner .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    margin-bottom: 0px;
  }
}

@media (max-width: 500px) {
  .nagare .inner .step {
    margin-bottom: 30px;
  }
}

.nagare .inner .step .text {
  padding: 23px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nagare .inner .step .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 780px) {
  .nagare .inner .step .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.nagare .inner .step .title .stp {
  font-size: 26px;
  border: 2px solid var(--main-color);
  border-radius: 20px;
  text-align: center;
  color: var(--main-color);
  line-height: 45px;
  letter-spacing: 4px;
  font-weight: 700;
  padding: 0 20px;
  margin-right: 21px;
}

@media (max-width: 780px) {
  .nagare .inner .step .title .stp {
    font-size: 20px;
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  .nagare .inner .step .title .stp {
    font-size: 14px;
    margin-right: 10px;
  }
}

.nagare .inner .step .title h3 {
font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.4;
}

@media (max-width: 780px) {
  .nagare .inner .step .title h3 {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .nagare .inner .step .title h3 {
    font-size: 16px;
  }
}

.nagare .inner .step .desc {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.7;
}

@media (max-width: 780px) {
  .nagare .inner .step .desc {
    padding: 0 10px;
  }

  .nagare .inner .step .desc br {
    display: none;
  }
}

@media (max-width: 500px) {
  .nagare .inner .step .desc {
    font-size: 16px;
	  font-weight: 400;
  }
}

.nagare .inner .step .imgarea {
  padding: 7px 0 10px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.nagare .inner .step .imgarea img {
  width: 100%;
}

@media (max-width: 780px) {
  .nagare .inner .step .imgarea {
    width: 71.82%;
  }

  .nagare .inner .step .imgarea img {
    width: 100%;
  }
}

.nagare .inner .step .imgarea2 {
  padding: 12px 0 0px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.nagare .inner .step .imgarea2 img {
  width: 100%;
}

@media (max-width: 780px) {
  .nagare .inner .step .imgarea2 {
    width: 71.82%;
  }

  .nagare .inner .step .imgarea2 img {
    width: 100%;
  }
}

.nagare .inner .step .imgarea3 {
  padding: 17px 0 0px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.nagare .inner .step .imgarea3 img {
  width: 100%;
}

@media (max-width: 780px) {
  .nagare .inner .step .imgarea3 {
    width: 71.82%;
  }

  .nagare .inner .step .imgarea3 img {
    width: 100%;
  }
}

.nagare .inner .banner {
  margin: auto;
  margin-top: 84px;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 550px) {
  .nagare .inner .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
}

@media (max-width: 500px) {
  .nagare .inner .banner {
    margin-top: 40px;
    gap: 20px 0;
  }
}

.nagare .inner .banner .banner_img1 {
  width: 46.5%;
}

.banner img:hover {
	opacity: .7;
}

@media (max-width: 780px) {
  .nagare .inner .banner .banner_img1 {
    width: 100%;
  }
}

.nagare .inner .banner .banner_img1 img {
  width: 100%;
}

.nagare .inner .banner .banner_img1:nth-child(1) {
  margin-right: 35px;
}

.nagare .inner .banner .banner_img2 {
  width: 45%;
}

@media (max-width: 780px) {
  .nagare .inner .banner .banner_img2 {
    width: 100%;
  }
}

.nagare .inner .banner .banner_img2 img {
  width: 100%;
}

.nagare .inner .banner .banner_img2:nth-child(1) {
  margin-right: 35px;
}

/*riyuu
----------------------------------------------------------------------------------------------------*/
.riyuu {
  padding: 94px 20px 99px;
  background-color: #EEFCFF;
}

@media (max-width: 500px) {
  .riyuu {
    padding: 40px 20px 40px;
  }
}

.riyuu .inner {
  max-width: 1118px;
  margin: 0 auto;
  position: relative;
}

.riyuu .inner .hukidasi {
  text-align: center;
  color: #fff;
  width: 320px;
  height: 86px;
  line-height: 53px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: auto;
  background-image: url("../img/hukidasi2.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
}

@media (max-width: 500px) {
  .riyuu .inner .hukidasi {
    width: 280px;
    background-size: contain;
    font-size: 16px;
  }
}

.riyuu .inner h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  color: #000;
  line-height: 1.4;
}

.riyuu .inner .flex {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.riyuu .inner .flex span {
  display: block;
  width: 43px;
  line-height: 43px;
  text-align: center;
  background-color: var(--main-color);
  text-align: center;
  margin-right: 5px;
  letter-spacing: 0.05em;
}

.riyuu .inner .flex span:nth-of-type(2n) {
  background-color: var(--ac-color);
}

.riyuu .inner .cards {
  margin-top: 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 37px;
}

@media (max-width: 1100px) {
  .riyuu .inner .cards {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .riyuu .inner .cards {
    -ms-grid-columns: (minmax(280px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

.riyuu .inner .cards .card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 23px 22px 20px;
  border: 1px solid var(--main-color);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.riyuu .inner .cards .card h3 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 43px;
  background-color: #DCF9FF;
  color: #000;
}

.riyuu .inner .cards .card p {
    font-size: 16px;
    margin-top: 19px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
	min-height: 120px;
}

.riyuu .inner .cards .card .img1 {
  text-align: center;
  margin-top: auto;
  max-width: 229px;
  margin: auto;
}



.riyuu .inner .cards .card .img1 img {
  width: 100%;
}

.riyuu .inner .abimg1 {
  position: absolute;
  top: 34px;
  left: 30px;
}

.riyuu .inner .abimg1 img {
  width: 154px;
}

@media (max-width: 1100px) {
  .riyuu .inner .abimg1 {
    display: none;
  }
}

.riyuu .inner .abimg2 {
  position: absolute;
  top: 0;
  right: 19px;
}

.riyuu .inner .abimg2 img {
  width: 131px;
}

@media (max-width: 1100px) {
  .riyuu .inner .abimg2 {
    display: none;
  }
}

.riyuu .inner .abimg3 {
  position: absolute;
  top: 146px;
  right: 173px;
}

.riyuu .inner .abimg3 img {
  width: 103px;
}

@media (max-width: 1100px) {
  .riyuu .inner .abimg3 {
    display: none;
  }
}

.riyuu .resimg {
  display: none;
}

@media (max-width: 1100px) {
  .riyuu .resimg {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: auto;
    margin-top: 40px;
  }

  .riyuu .resimg img {
    width: 100%;
  }
}

/*talk
---------------------------------------------------------------------------------------------*/
.talk .pd {
  margin-top: 90px;
  padding: 0 20px;
}

@media (max-width: 500px) {
  .talk .pd {
    padding: 0 4vw;
    margin-top: 40px;
  }
}

.talk .ttlcard {
  max-width: 745px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  background-color: #FFF7ED;
  padding-left: 52px;
  padding-right: 92px;
  padding-top: 9px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .talk .ttlcard {
    padding-right: 52px;
  }
}

@media (max-width: 780px) {
  .talk .ttlcard {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 500px) {
  .talk .ttlcard {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.talk .ttlcard h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

@media (max-width: 500px) {
  .talk .ttlcard h2 {
    margin-bottom: 12px;
    font-size: 5.31vw;
  }
}

.talk .ttlcard h2 span {
  display: block;
  width: 43px;
  line-height: 43px;
  text-align: center;
  background-color: var(--main-color);
  text-align: center;
  margin-right: 5px;
  letter-spacing: 0.05em;
}

@media (max-width: 780px) {
  .talk .ttlcard h2 span {
    font-size: 24px;
    width: 36px;
    line-height: 36px;
  }
}

@media (max-width: 500px) {
  .talk .ttlcard h2 span {
    font-size: 5vw;
    margin-right: 0.97vw;
    width: 8vw;
    line-height: 8vw;
  }
}

.talk .ttlcard .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 780px) {
  .talk .ttlcard .text {
    padding: 20px 0;
  }
}

@media (max-width: 500px) {
  .talk .ttlcard .text {
    padding: 8px 0;
  }
}

.talk .ttlcard .text .desc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 2px;
  color: var(--main-color);
		  font-weight: 400;
}

@media (max-width: 780px) {
  .talk .ttlcard .text .desc br {
    display: none;
  }
}

@media (max-width: 500px) {
  .talk .ttlcard .text .desc {
    font-size: 3.38vw;
  }
}

.talk .ttlcard .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.talk .ttlcard .imgarea img {
  width: 170px;
}

@media (max-width: 780px) {
  .talk .ttlcard .imgarea {
    margin-left: 20px;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }

  .talk .ttlcard .imgarea img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .talk .ttlcard .imgarea {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left: 2vw;
  }
}

.talk .slider {
  margin: auto;
  margin-top: 90px;
  position: relative;
}

@media (max-width: 500px) {
  .talk .slider {
    margin-top: 40px;
  }
}

.talk .slider .slick-slide {
  margin-right: 3.13vw !important;
  margin-left: 3.13vw !important;
}

@media (max-width: 500px) {
  .talk .slider .slick-slide {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}

.talk .slider .item {
  border: 1px solid var(--main-color);
  border-radius: 10px;
  padding: 24px 22px;
  width: 100%;
  height: 100%;
}

@media (max-width: 780px) {
  .talk .slider .item {
    padding: 24px 16px;
  }
}

.talk .slider .item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.talk .slider .item .ttl .ttl_img {
  margin-right: 15px;
}

.talk .slider .item .ttl .ttl_img img {
  width: 39px;
}

.talk .slider .item .ttl .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

.talk .slider .item .ttl .star p {
  margin-right: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.talk .slider .item .ttl .tag {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  background-color: #F5F5F5;
  display: table;
  padding: 0.8em;
  border-radius: 10px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.talk .slider .item h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--main-color);
  margin-top: 16px;
  line-height: 1.4;
}

.talk .slider .item .desc {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 18px;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .talk .slider .item .desc br {
    display: none;
  }
}

.talk .slick-dots li button:before {
  font-family: 'slick';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: '';
  text-align: center;
  opacity: 1;
  background-color: #EBEBEB;
  border-radius: 100%;
}

.talk .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--main-color);
}

.talk .slick-dots li {
  margin: 8px;
}

.talk .slick-dots {
  bottom: -50px;
}

.talk .prev-arrow {
  position: absolute;
  display: block;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translateX(-136px);
  transform: translateX(-136px);
  z-index: 10;
  cursor: pointer;
}

.talk .prev-arrow *:hover {
  cursor: pointer;
}

.talk .next-arrow {
  position: absolute;
  display: block;
  bottom: -44px;
  right: 50%;
  -webkit-transform: translateX(136px);
  transform: translateX(136px);
  z-index: 10;
  cursor: pointer;
}

.talk .next-arrow *:hover {
  cursor: pointer;
}

.talk .slide-arrow {
  width: 23px;
}

/*gide
------------------------------------------------------------------------*/
.gide {
  padding: 0 20px;
  margin-top: 160px;
}

.gide h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

.gide h2 span {
  color: var(--main-color);
}

@media (max-width: 500px) {
  .gide h2 {
    font-size: 24px;
  }
}

.gide .inner {
  max-width: 984px;
  width: 100%;
  margin: auto;
}

.gide .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 70px;
}

@media (max-width: 500px) {
  .gide .grid {
    -ms-grid-columns: (minmax(280px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 30px;
  }
}

.gide .grid .item {
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 30px 0px #0000001A;
  box-shadow: 4px 4px 30px 0px #0000001A;
}

.gide .grid .item .pd {
  padding: 21px 16px;
}

.gide .grid .item .img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.gide .grid .item .img img {
  width: 100%;
  border-radius: 15px 15px 0 0;
	height: auto;
}

.blog-map img {
	width: 100%;
}

.b-card-lst img {
	width: 100%;
	height: auto;
}

.gide .grid .item h3 {
font-size: 16px;
    font-weight: 400;
    color: var(--main-color);
    line-height: 1.6;
}

.gide .grid .item p {
background-color: #F5F5F5;
    display: table;
    color: #4F4D4D;
    padding: 0.5em;
    border-radius: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 16px;
    font-size: 14px;
}

.gide .more {
  display: table;
  background-color: #F5F5F5;
  text-align: center;
  line-height: 42px;
  width: 207px;
  border-radius: 5px;
  margin: 54px auto 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 500px) {
  .gide .more {
    margin-top: 40px;
  }
}

/*situmon
--------------------------------------------------------------------*/
.situmon .pd {
  margin-top: 90px;
  padding: 0 20px;
}

@media (max-width: 780px) {
  .situmon .pd {
    padding: 0 4vw;
  }
}

@media (max-width: 500px) {
  .situmon .pd {
    margin-top: 60px;
  }
}

.situmon .pd .ttlcard {
  max-width: 980px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--ac-color);
  border-radius: 10px;
  background-color: #EEFCFF;
  padding-left: 52px;
  padding-right: 39px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .situmon .pd .ttlcard {
    padding-right: 20px;
  }
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.situmon .pd .ttlcard h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard h2 {
    margin-bottom: 2vw;
    font-size: 5.31vw;
  }
}

.situmon .pd .ttlcard h2 span {
  display: block;
  width: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #03AFD4;
  text-align: center;
  margin-right: 5px;
  letter-spacing: 0.05em;
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard h2 span {
    font-size: 24px;
    width: 36px;
    line-height: 36px;
  }
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard h2 span {
    font-size: 3.5vw;
    margin-right: 0.57vw;
    width: 5vw;
    line-height: 5vw;
  }
}

.situmon .pd .ttlcard .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard .text {
    padding: 20px 0;
  }
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard .text {
    padding: 3vw 0;
  }
}

.situmon .pd .ttlcard .text .desc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 2px;
  color: #03AFD4;
	font-weight: 400;
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard .text .desc br {
    display: none;
  }
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard .text .desc {
	  font-size: 3.38vw;
    font-weight: 400;
  }
}

.situmon .pd .ttlcard .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: bottom;
  margin-left: 20px;
  width: 301px;
}

.situmon .pd .ttlcard .imgarea img {
  width: 100%;
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard .imgarea {
    margin-left: 20px;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }

  .situmon .pd .ttlcard .imgarea img {
    width: 100%;
    vertical-align: bottom;
  }
}

@media (max-width: 780px) {
  .situmon .pd .ttlcard .imgarea {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left: 2vw;
  }
}

.situmon .inner {
  margin-top: 77px;
  padding: 0 20px;
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}

@media (max-width: 780px) {
  .situmon .inner {
    padding: 0 4vw;
  }
}

@media (max-width: 500px) {
  .situmon .inner {
    margin-top: 40px;
  }
}

.situmon .inner .accordion-area {
  list-style: none;
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
}

.situmon .inner .accordion-area li {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  margin-bottom: 33px;
}

@media (max-width: 500px) {
  .situmon .inner .accordion-area li {
    margin-bottom: 20px;
  }
}

.situmon .inner .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #414150;
  padding: 3% 4% 3% 2%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 780px) {
  .situmon .inner .title {
    padding: 5% 14% 5% 5%;
  }
}

@media (max-width: 500px) {
  .situmon .inner .title {
    padding: 5% 16% 5% 4%;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	      font-weight: 500;
    line-height: 1.7;
  }
}

.situmon .inner .title .ques {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  margin-right: 18px;
}

@media (max-width: 780px) {
  .situmon .inner .title .ques {
    margin-right: 16px;
  }
}

.situmon .inner .title::before,
.situmon .inner .title::after {
  position: absolute;
  content: '';
  width: 28px;
  height: 2px;
  background-color: #C4C4C4;
}

.situmon .inner .title::before {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.situmon .inner .title::after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.situmon .inner .title.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.situmon .inner .title.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.situmon .inner .box {
  display: none;
  padding: 3% 2%;
  color: #414150;
  border-top: 1px solid #CCCCCC;
}

@media (max-width: 780px) {
  .situmon .inner .box {
    padding: 5% 5% 5% 5%;
  }
}

@media (max-width: 500px) {
  .situmon .inner .box {
    font-size: 14px;
  }
}

.situmon .inner .box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.situmon .inner .box p .ans {
  font-size: 24px;
  font-weight: 700;
  color: var(--ac-color);
  margin-right: 18px;
}

@media (max-width: 780px) {
  .situmon .inner .box p .ans {
    margin-right: 16px;
  }
}

.situmon .inner .box p {
  line-height: 1.7;
}

.situmon .sonota {
  max-width: 980px;
  margin: auto;
  font-size: 16;
  line-height: 1.4;
  margin-top: 52px;
}

@media (max-width: 500px) {
  .situmon .sonota {
    margin-top: 30px;
  }
}

.situmon .banner {
  margin: auto;
  margin-top: 84px;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 550px) {
  .situmon .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
}

@media (max-width: 500px) {
  .situmon .banner {
    margin-top: 40px;
    gap: 20px 0;
  }
}

.situmon .banner .banner_img1 {
  width: 46.5%;
}

@media (max-width: 780px) {
  .situmon .banner .banner_img1 {
    width: 100%;
  }
}

.situmon .banner .banner_img1 img {
  width: 100%;
}

.situmon .banner .banner_img1:nth-child(1) {
  margin-right: 35px;
}

.situmon .banner .banner_img2 {
  width: 45%;
}

@media (max-width: 780px) {
  .situmon .banner .banner_img2 {
    width: 100%;
  }
}

.situmon .banner .banner_img2 img {
  width: 100%;
}

.situmon .banner .banner_img2:nth-child(1) {
  margin-right: 35px;
}

/*omakase
-------------------------------------------------------------------------------------------------*/
.omakase {
  padding: 0 20px;
  margin-top: 86px;
}

@media (max-width: 500px) {
  .omakase {
    margin-top: 40px;
  }
}

.omakase p {
  max-width: 1100px;
  margin: auto;
  padding: 34px 8px;
  font-size: 12px;
  line-height: 2;
  color: #000;
  letter-spacing: 0.05em;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.under-nav {
  padding: 0 20px;
  margin-top: 30px;
}

@media (max-width: 780px) {
  .under-nav {
    margin-top: 40px;
  }
}

@media (max-width: 500px) {
  .under-nav {
    padding-bottom: 0;
  }
}

.under-nav .inner {
  max-width: 1100px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 900px) {
  .under-nav .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.under-nav .inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.under-nav .inner .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .under-nav .inner .nav ul {
    margin-top: 40px;
  }
}

@media (max-width: 780px) {
  .under-nav .inner .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 24px;
  }
}

.under-nav .inner .nav ul li {
  margin-left: 40px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .under-nav .inner .nav ul li {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 780px) {
  .under-nav .inner .nav ul li {
    margin-top: 16px;
  }
}

.area {
  padding: 0 20px;
  margin-top: 40px;
}

@media (max-width: 500px) {
  .area {
    display: none;
  }
}

.area .inner {
  max-width: 1100px;
  margin: auto;
  border-bottom: 1px solid #E9E9E9;
}

.area .inner dl {
  margin-bottom: 30px;
	text-align: justify;
}

.area .inner dl dt {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 20px;
}

.area .inner dl dd {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #000;
  display: inline-block;
}

.area .inner dl dd a {
  font-weight: 300;
}

.area .inner dl dd::after {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
}

.area .inner dl dd:first-child {
  padding-left: 0;
}

.area .inner dl dd:last-child::after {
  content: "";
  display: none;
  margin: 0;
}

footer {
  padding: 0 20px;
}

footer .inner {
  max-width: 992px;
  width: 100%;
  margin: auto;
}

footer .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 38px;
}

@media (max-width: 780px) {
  footer .inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 18px;
  }
}

footer .inner .flex .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .inner .flex .nav ul li {
  margin-right: 24px;
  font-size: 14px;
  color: #4F4D4D;
  letter-spacing: 0.05em;
}

@media (max-width: 500px) {
  footer .inner .flex .nav ul li {
    font-size: 12px;
    margin-right: 16px;
  }
}

footer .inner .flex .copy {
  font-size: 14px;
  color: #4F4D4D;
  letter-spacing: 0.1em;
}

@media (max-width: 780px) {
  footer .inner .flex .copy {
    margin-top: 38px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  footer .inner .flex .copy {
    margin-top: 20px;
    font-size: 12px;
  }
}


.sagashi-form.cotact.blog {
	max-width: 850px;
   margin: 150px auto 0;
	padding: 0 15px;
}

.blog-list-blk {
	    margin: 70px 0 50px;
}

.b-date span {
    background: aliceblue;
    padding: 2px 5px;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: 400;
    letter-spacing: 2px;
	font-size: 12px;
}


.b-card-lst {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
	padding-top: 20px;
    border-top: 1px solid #f5f5f5;
}

.b-card-lst h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #03AFD4;
	line-height: 1.6
}

.b-card-lst .r p {
    font-size: 14px;
    line-height: 1.6;
text-align: justify;
	margin-bottom: 10px;
}

.b-card-lst .l {
	width: 30%;
}

.b-card-lst .r {
	width: 65%;
	padding-top: 5px;
}


.basic-blk.privacy {
	    max-width: 800px;
    margin: 120px auto 70px;
    line-height: 2;
	font-size: 14px;
	padding: 0 15px;
	text-align: justify;
}

.base-page-mv ul {
    padding-left: 30px;
    list-style: auto;
    margin-bottom: 40px;
    line-height: 2.2;
}

.base-page-mv ul ul {
    list-style: disc;
}

.basic-blk h2 {
font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
	margin: 30px 0;
}

.basic-blk .base-page-mv h2 {
    font-size: 20px;
}

.privacy-top {
	margin-bottom: 30px;
}

.base-page-mv h2 {
	
}

.p_ttl {
	font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.p_ttl2 {
		font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 30px 0;
}

.policy_inner ul {
    list-style: decimal;
    padding-left: 20px;
}

.about-blk {
	
}

.about-mv {
	background: url(/wp-content/themes/mqua/img/about-mv.jpg);
	padding: 150px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.about-mv h1 {
	font-size: 36px;
    letter-spacing: 4px;
    font-weight: 500;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
	padding: 0 15px;
}

.about-mv h2 {
	font-size: 20px;
    letter-spacing: 3px;
    font-weight: 400;
    max-width: 1000px;
    margin: 30px auto;
    color: #fff;
    line-height: 1.6;
	padding: 0 15px;
}

.about-inner {
	margin: 0 auto;
    background: #FAFBFF;
    padding: 80px 15px;
}

.ttl-blk {
	max-width: 950px;
    margin: 0 auto 100px;
    padding: 0 15px;
    display: flex;
	justify-content: space-between;
}

.ttl-blk .l {
	width: 65%;
}

.ttl-blk .l p {
    line-height: 1.8;
    margin-top: 40px;
}

.greeting-inner {
	background: #fff;
    margin-top: 40px;
    padding: 40px 30px;
    line-height: 1.9;
    text-align: justify;
}

.ttl-blk.n2 {
	margin-bottom: 0;
}

.ttl-blk ul {
    line-height: 2.1;
    margin: 40px 0 0;
    font-size: 16px;
}

.ttl-blk.n1 .r {
    margin-top: 60px;
}

.about-profile {
    max-width: 950px;
    margin: 60px auto;
    padding: 0 15px;
	line-height: 1.8;
	font-size: 16px;
	border-bottom: 1px solid #E5E5E5;
}

.about-profile h2 {
	color: #6C96CB;
    font-size: 30px;
    font-weight: 600;
}

.about-profile h3 {
    color: #6C96CB;
    font-size: 16px;
}

.about-profile > ul {
    margin-top: 40px;
}

.about-profile  ul ul {
    border-top: 1px solid #E5E5E5;
	padding: 17px 0;
	display: flex;
}

.about-profile ul ul li:first-child {
	width: 35%
}

.about-profile ul ul li:last-child {
	width: 65%
}

.ttl-blk .r {
	width: 35%;
}

.ttl-blk h2 {
	color: #6C96CB;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ttl-blk h3 {
	color: #6C96CB;
    font-size: 16px;
}

.greething-img {
	display: flex;
	justify-content: space-between;
}

.greething-img .l,
.greething-img .r {
    width: 49%;
    margin-top: 50px;
}
	
@media (max-width: 950px) {
	
	.top-form {
	flex-wrap: wrap;
}
.top-form > li {
	width: 25%;
}
	.top-form > li:last-child {
	width: 100%;
}
	
.top-form li:last-child ul {
    border-radius: 0 0 8px 8px;
}

}

@media (max-width: 760px) {
	
.top-form > li {
	width: 50%;
}
}

@media (max-width: 500px) {
	.omakase p {
		font-weight: 400;
	}
	
.single-post-blk .l .blog-link {
    margin: 50px 0 0;
}
	
.riyuu .inner .cards .card p {
	font-weight: 400;
}
	
.talk .slider .item .desc {
	font-weight: 400;
}
	
.single-post-blk .l h1 {
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
	}
	
.single-post-blk .l h2 {
    font-size: 18px;
	letter-spacing: 1px;
}
	
.single-post-blk .l h3 {
    border-bottom: 2px solid #1298b4;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.6;
}
	
.single-post-blk .l p {
    font-size: 14px;
	font-weight: 400;
}
	
.single-post-blk .l .blog-f h2 {
    font-size: 17px;
    letter-spacing: 1px;
}
	
.top-form > li {
	width: 100%;
}
	
.top-form-submit input {
    height: 40px;
    padding-top: 15px;
	position: relative;
	z-index: 100;
    top: 5px;
}
	
.b-card-lst {
    display: block;
	}
	
.b-card-lst .l {
    width: 100%;
}
	
.b-card-lst .r {
    width: 100%;
    margin-top: 10px;
}
	
.b-card-lst h2 {
    font-size: 16px;
    font-weight: 500;
}
	
.b-card-lst .r p {
    font-weight: 400;
    margin-bottom: 20px;
}
	
.basic-blk.privacy {
	letter-spacing: 1px;
}
	
.basic-blk .base-page-mv h2 {
    font-size: 16px;
    margin: 20px 0;
}
	
.basic-blk h2 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
	
.basic-blk.privacy {
    margin: 80px auto 70px;
	font-weight: 400;
}
	
.p_ttl {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}
	
.p_ttl2 {
    font-size: 16px;
    margin: 20px 0;
}
	
	
/*about*/
	
.about-mv h1 {
    font-size: 16px;
    letter-spacing: 2px;
}
	
.about-mv {
    padding: 100px 0;
}
	
.about-inner {
    padding: 40px 15px;
}
	
.about-mv h2 {
    font-size: 14px;
    letter-spacing: 1px;
}
	
	.about-mv h2 br {
		display: none;
}
	
.ttl-blk {
    padding: 5px;
	display: block;
	margin-bottom: 50px;
}
	
.ttl-blk .l {
    width: 100%;
    text-align: justify;
    font-size: 14px;
}
	
.ttl-blk h2 {
    font-size: 24px;
}
	
	.ttl-blk h3 {
    font-size: 14px;
}
	
	.ttl-blk .l br {
		display: none;
}
	
.ttl-blk .r {
    width: 100%;
    margin-top: 40px;
}
	
.greeting-inner {
    padding: 20px 15px;
    font-size: 14px;
}

	.ttl-blk .greething-img .r {
    margin-top: 50px;
	}
	
.about-blk {
    font-weight: 400;
}
	
.about-profile h2 {
    font-size: 24px;
}
	
.about-profile {
    max-width: 950px;
    margin: 60px auto;
    padding: 0 15px;
    line-height: 1.8;
    font-size: 13px;
    border-bottom: 1px solid #E5E5E5;
}
	
.about-profile ul ul li:first-child {
    width: 25%;
}

.about-profile ul ul li:last-child {
    width: 75%;
}


	
}




/*# sourceMappingURL=style.css.map */