
@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
*{
  box-sizing: border-box;
  word-break : break-all;
}

body {
  font-weight: 500;
  font-size: 1.6em;
  background: #fff;
  color: #181818;
  line-height: 1.8;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

a {
  color: #181818;
  text-decoration: none;
  transition: opacity .2s ease;
}
a:hover {
  opacity: .7;
  transition: opacity .2s ease;
}
a.link-tel {
  pointer-events: none;
}
a.footer-link-tel {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.disp-pc {
  display: block;
}

.disp-tab {
  display: none;
}

.disp-sp {
  display: none;
}

.disp-tab2 {
  display: none;
}
.disp-sp2 {
  display: none;
}
.disp-sp-ip5 {
  display: none;
}

.fa-phone {
  transform: rotateY(180deg);
}
a.link-tel {
  pointer-events: auto;
  font-size: 40px;
}
a.footer-link-tel {
  pointer-events: auto;
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  .disp-tab {
    display: block;
  }
  .disp-no1024{
    display:none;
  }
  .disp-tab2 {
    display: block;
    margin: 0 auto;
    width: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .disp-sp2 {
    display: block;
  }
  .disp-tab2 {
    display: none;
  }
a.link-tel {
  pointer-events: auto;
  font-size: 26px;
}
a.footer-link-tel {
  pointer-events: auto;
  font-size: 24px;
}
}
@media only screen and (max-width: 320px) {
  .disp-sp-ip5 {
    display: block;
  }
  .disp-sp2 {
    display: none;
  }
}

/*------------------------------------------
  parts
------------------------------------------*/
/*  layout
-------------------------*/
.layout-type01 {
  padding: 0 0px;
  max-width: 1080px;
  /* width: 100%; */
  margin: auto;
}

.layout-type02 {
  padding: 0 0px;
  /* max-width: 1080px; */
  width: 100%;
  margin: 30px auto 0;
}
.layout-typefot {
  padding: 0 20px;
  max-width: 1080px;
  margin: auto;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .layout-typefot {
    padding: 0 10px;
  }
}

.layout-typefot .txt02{
  font-size: 16px;
  color: #ef856d;
  text-align: left;
}

/*  flexbox
-------------------------*/
.flexbox {
  display:flex;
  flex-wrap: wrap;
}
.fotflex{
display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.fotflex .mf-link:nth-child(1){
  width: 30%;
}
.fotflex .mf-link:nth-child(2){
  width: 30%;
}
.fotflex .mf-link:nth-child(3){
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .fotflex .mf-link:nth-child(1){
    width: 40%;
  }
  .fotflex .mf-link:nth-child(2){
    width: 40%;
  }
  .fotflex .mf-link:nth-child(3){
    width: 90%;
   padding: 20px;
   margin: 0 auto;
  }
}

@media screen and (max-width: 820px) {
  .fotflex .mf-link:nth-child(1){
    width: 50%;
  }
  .fotflex .mf-link:nth-child(2){
    width: 50%;
  }
  .fotflex .mf-link:nth-child(3){
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .fotflex .mf-link:nth-child(1){
    width: 90%;
    margin: 10px auto;
  }
  .fotflex .mf-link:nth-child(2){
    width: 90%;
    margin: 10px auto;
  }
  .fotflex .mf-link:nth-child(3){
    width: 95%;
    padding: 20px 0;
    margin: 0 auto;
  }
}

/*  title
-------------------------*/
.title-type01 {
  text-align: center;
  position: relative;
}
.title-type-right {
  text-align: right;
}
.title-type01 .ttl-main {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #181818;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-type01 .ttl-main {
    font-size: 15px;
  }
  }
.title-type01 .ttl-sub {
  color: #181818;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
.title-type01 .ttl-sub {
  font-size: 26px;
}
}

/* 02 */
.title-type01 .ttl-main02 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #181818;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-65%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .title-type01 .ttl-main02 {
    font-size: 20px;
  }
}


.title-type01 .ttl-sub02 {
  color: #fff;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: bold;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
.title-type01 .ttl-sub02 {
  font-size: 26px;
}
}




.white_title_area .title-type01 .ttl-main {
  color: #F36CB8;
  text-align: right;
}
.white_title_area .title-type01 .ttl-sub  {
  color: #F36CB8;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .white_title_area .title-type01 .ttl-main {
    text-align: left;
  }
  .white_title_area .title-type01 .ttl-sub  {
    text-align: left;
  }
}

.concept_box .title-type01 .ttl-main {
  color: #e5b94b;
}
.concept_box .title-type01 .ttl-sub  {
  color: #e5b94b;
}


.title-type02 {
  /*display: inline-block;*/
  text-align: left;
}
.title-type02 .ttl-en {
  text-align: center;
  color: #F36CB8;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.title-type02 .ttl-ja {
  text-align: center;
  color: #F36CB8;
  font-size: 35px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .title-type02 .ttl-en {
    font-size: 16px;

  }
  .title-type02 .ttl-ja {
    font-size: 30px;
  }
}

.title-type03 {
  border-bottom: 3px solid #ccc;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: .5em;
  position: relative;
  line-height: 1.5;
}
.title-type03:after {
  content: "";
  width: 4em;
  height: 3px;
  background: #96C3B0;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.title-type04 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #f4a460;
  position: relative;
  padding: .3em .6em;
}
.title-type04:before, .title-type04:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
.title-type04:before {
  top: 2px;
}
.title-type04:after {
  bottom: 2px;
}

/*  btn
-------------------------*/
.btn-type01 {
  display: inline-block;
}
.btn-type01 i {
  color: #359865;
}

.btn-type02 {
  display: inline-block;
  padding: .5em 2em;
  background: #181818;
  color: #fff;
  border-radius: 4px;
}

/*  table
-------------------------*/
.table-type03 {
  width: 100%;
  border-top: 1px solid #F36CB8;
}
.table-type03 tr {
  border-bottom: 1px solid #F36CB8;
}
.table-type03 th, .table-type03 td {
  padding: 1.5em 1em;
  vertical-align: middle;
  box-sizing: border-box;
  background: #ffffff;
}
.table-type03 th {
  background: #ffe9ee;
  font-size: 18px;
  /* color: #fff; */
  width: 33%;
}
@media screen and (max-width: 820px) {
  .table-type03 th {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .table-type03 th {
    font-size: 16px;
  }
}

/*  list
-------------------------*/
.list-type01{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list-type01 li {
  margin-bottom: 5px;
  width: 100%;
  padding: 10px;
  border-bottom: 2px dotted #e5b94b;
}
.column_page .list-type01 li {
  margin-bottom: 5px;
  width: 100%;
  padding: 10px;
  border-bottom: 2px dotted #e4c179;
}


.topnews{
  max-width: 1080px;
  margin:0 auto;
}
@media screen and (max-width: 767px) {
  .topnews{
    margin: 0px;
  }
}
.list-type01 a {
  display: table;
  width: 100%;
}

.list-type01 .item-text p{
  margin-bottom: 10px;
}
.list-type01.news .item-text p{
  margin-bottom:0;
}

.item-head{
  position: relative;
}
.item-head .label{
  position: absolute;
  top: 0;
  right: 0;
}

.list-type01 .news_title {
  font-size: 18px;
  line-height: 1.4;
  padding: 0px 0;
}

.list-type01 .news_text {
  font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}
.list-type01 .news_text a{
    color: #333;
}
@media screen and (max-width: 767px) {
  .list-type01 .news_title {
    font-size: 16px;
    font-size: 1.6rem;

  }
  .list-type01 .news_text {
    font-size: 12px;
      font-size: 1.2rem;
  }
  .list-type01 .news_text a{
      color: #333;
  }
}
.news_text_time{
 color: #F36CB8;
 margin-top: 30px;
}
.column_page .news_text_time{
  color: #e4c179;
  margin-top: 30px;
}

/*  pager
-------------------------*/
.pager-type01 {
  margin-top: 2em;
  text-align: right;
}
.pager-type01 li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.pager-type01 a {
  display: block;
  position: relative;
  padding: .5em 2em;
  color: #fff;
  background: #359865;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
}

.pager-type02 {
  margin-top: 25px;
  font-size: 0;
  text-align: center;
}
.pager-type02 li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}
.pager-type02 a {
  display: block;
  position: relative;
  padding: .5em 2em;
  background: #00B1FF;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .pager-type02 a {
    padding: .5em 1em;
  }
}
/*  column
-------------------------*/
.column-type01 {
  align-items: center;
  justify-content: space-between;
}

.column-type02 {
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  /* layout */
  .list-type01 a{
    display:block;
  }
  /* title */

  .title-type03 {
    border-width: 2px;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 0;
  }
  .title-type03:after {
    height: 2px;
    bottom: -2px;
  }
  /* table */
  .table-type02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .table-type02 th {
    font-size: 16px;
    font-size: 1.6rem;
    width: 4em;
    padding-left: 0;
  }
  .table-type02 td.month {
    padding-left: 20px;
    width: 80px;
  }
  .table-type02 .label-month {
    width: 54px;
    line-height: 54px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .table-type02 .label-month:after {
    border-width: 8px 12px 8px 0;
    left: -8px;
    margin-top: -8px;
  }
  /* list */
  .list-type01 li {
    margin-bottom: 1em;
  }

  .list-type01 .item-head {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
    vertical-align: top;
  }
  .list-type01 .item-text {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left:5px;
  }
  /* textbox */
  .textbox-type01 {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.5em 1em;
  }
  .list-type01.news .item-head,
  .list-type01.news .item-date,
  .list-type01.news .item-text{
    display:block;
  }
}

@media only screen and (max-width: 480px) {
  /* table */
  .table-type03 {
    border-top: 1px solid #181818;
  }
  .table-type03 tr {
    border-bottom: 1px solid #181818;
  }
  .table-type03 th, .table-type03 td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .table-type03 th {
    padding: .6em;
  }
  /* column */
  .column-type01 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .column-type02 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .col-o1 {
    order: 1;
  }
  .col-o2 {
    order: 2;
  }
  .col-o3 {
    order: 3;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.cmn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.8;
  z-index: 20;
}

.header-contents {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .05);
  z-index: 20;
  align-items: center;
}

.header-logo {
  width: 200px;
  padding: 5px;
  margin-left: 5%;
}
@media screen and (max-width: 1180px) {
  .header-logo {
    width: 175px;
    margin-right: 0;
    padding: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 125px;
    padding: 20px 0;
    margin-left: 1%;
  }
}

.header-menu {
  margin-left: 5px;
  margin-right: 20px;
  text-align: center;
  padding: 5px 10px 0px 10px;
}
.header-menu span{
  text-align: center;
}
.header-menu a:hover{
  opacity: 1;
}

.gnav{
  margin-left:auto;
}
.header-search {
  color: #e68737;
  margin-left: 20px;
}
.header-search .search-trigger {
  cursor: pointer;
}
.header-search .search-trigger .icon {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 2;
}
.header-search .search-trigger .icon-minus {
  display: none;
}
.header-search .search-form {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  background: #f2f2f2;
  padding: 1.5em 0;
  display: none;
  box-sizing: border-box;
}
.header-search input {
  display: block;
  float: left;
  height: 46px;
  box-sizing: border-box;
}
.header-search .input-text {
  width: 90%;
  background: #fff;
  padding: 0 1em;
  border: 1px solid #f4f4f4;
}
.header-search .input-submit {
  width: 10%;
  background: #212121;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.header-search-open .search-trigger .icon-plus {
  display: none;
}

.header-search-open .search-trigger .icon-minus {
  display: block;
}

.gnav-item {
  text-align: center;
}
.gnav-item:last-child {
  text-align: center;
}

.gnav-item a {
  display: block;
  font-size:16px;
  text-align: left;
  line-height: 2;
}
.gnav-item a:hover {
  color: #3B1218;
}
@media screen and (max-width: 1180px) {
  .gnav-item a:hover {
    color: #fff;
    opacity: 1;
    font-weight: bold;
  }
  .gnav-item .gnav-child a:hover {
    color: #181818;
    opacity: 1;
    font-weight: bold;
  }
}

.gnav-link {
  position: relative;
  padding: 5px 7px;
}
.gnav-link:before, .gnav-link:after {
  content: "";
  width: 0;
  height:2px;
  background: #F36CB8;
  position: absolute;
  bottom: 0;
  transition: .2s;
}
.gnav-item.current .gnav-link:before, .gnav-item.current .gnav-link:after {
  width: 50%;
  background: #F36CB8;
}
.gnav-link:before {
  left: 50%;
  bottom:2px;
}
.gnav-link:after {
  right: 50%;
  bottom:2px;
}
.gnav-link:hover {
  opacity: 1;
}
.gnav-link:hover:before, .gnav-link:hover:after {
  width: 50%;
  bottom:2px;
}
.gnav-link .txt-en {
  font-size: 11px;
  font-size: 1.5rem;
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
  color: #808080;
}

.gnav-toggle {
  display: none;
}

.gnav-child {
  display: none;
  background: #fff;
  position: absolute;
  width: 125%;
  left: -17px;
  z-index: 2;
  top:55px;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .gnav-child li:hover {
    background: #FFD8E3;
  }
}

.gnav-child2 {
  display: none;
  background: #C2F2FF;
  position: absolute;
  width: 228%;
  left: -48px;
  z-index: 2;
  top:55px;
  text-align: center;
}
.gnav-child li,
.gnav-child2 li{
  border-bottom: 2px dotted #e5b94b;
  margin: 0 auto;
}
.gnav-child a,
.gnav-child2 a{
  padding: 10px 30px;
  font-size: 16px;
}

  @media only screen and (max-width: 1180px) {
  .header-menu {
    margin-left: 5px;
    margin-right: 20px;
    text-align: center;
  }
  .header-search {
    margin-left: auto;
    margin-right: 70px;
  }
  .gnav-list {
    display: block;
    position: fixed;
    width: 40%;
    height: 100dvh;
    background: #ffe9ee;
    top: 0;
    left: -100%;
    z-index: 10;
    transition: .4s;
    overflow-y: scroll;
  }
  .gnav-list-open {
    left: 0 !important;
    border-right: 1px solid #e5b94b;
    transition: .4s;
  }
  .gnav-item {
    width: 100%;
    text-align: left;
    flex: none;
    border-bottom: 2px dotted #e5b94b;
  }
  .gnav-item.current .gnav-link {
    background: #E4007F;
  }
  .gnav-item p:after {
    content: "";
    display: block;
    width: 6px !important;
    height: 6px;
    border-top: 2px solid #e5b94b;
    border-right: 2px solid #e5b94b;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 0.8em;
    top: 50%;
    margin-top: -4px;
  }
  .gnav-item.sparrow p:after {
    content: "";
    display: block;
    width: 6px !important;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    right: 0.8em;
    top: 50%;
    margin-top: -4px;
  }
  .gnav-item.noarrow p:after {
    display:none;
  }
  .gnav-child li,
  .gnav-child2 li{
    position:relative;
  }
  .gnav-child li:after,
  .gnav-child2 li:after {
    content: "";
    display: block;
    width: 6px !important;
    height: 6px;
    border-top: 2px solid #e5b94b;
    border-right: 2px solid #e5b94b;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 0.8em;
    top: 50%;
    margin-top: -4px;
  }
  .gnav-child li.noarrow:after,
  .gnav-child2 li.noarrow:after {
    display:none;
  }
  .gnav-link {
    color: #fff;
    padding: 1em;
    /*padding:0px 10px;*/
    border: none !important;
  }
  .gnav-link:hover {
    background: #181818;
  }
  .gnav-link:before, .gnav-link:after {
    content: none;
  }
  .gnav-link .txt-en {
    color: #fff;
  }
  .gnav-child,
  .gnav-child2 {
    position: static;
    width: 100%;
    display: block !important;
  }
  .gnav-toggle {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #e5b94b;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 20;
  }
  .gnav-toggle-icon {
    position: relative;
  }
  .gnav-toggle-icon div {
    position: absolute;
    width: 22px;
    height: 20px;
    top: 15px;
    left: 14px;
  }
  .gnav-toggle-icon span {
    transition: .2s;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .gnav-toggle-icon span:nth-of-type(1) {
    top: 0;
  }
  .gnav-toggle-icon span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .gnav-toggle-icon span:nth-of-type(3) {
    bottom: 0;
  }
  .gnav-open .gnav-toggle-icon span {
    transition: .2s;
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}

@media only screen and (max-width: 768px) {
  .header-contents {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-search input {
    height: 40px;
  }
  .header-search .input-text {
    width: 80%;
  }
  .header-search .input-submit {
    width: 20%;
  }
  .gnav-toggle {
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .header-search {
    margin-right: 65px;
  }
  .header-search .search-form {
    padding: 15px 5px;
  }
  .gnav-list {
    width: 60%;
    left: -60%;
    /*height: calc(100vh - 51px);*/
    margin-top:0 !important;
    z-index:100;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.cmn-footer {
  position: relative;
  border-top: 2px dotted #e5b94b;
  z-index: 3;
  background: #fff;
}

.mf-link .mf-flex_box2 ul li a{
  color:#333 !important;
}

.mf-link .mf-flex_box2 ul li a:hover {
  color: #9AD6EC !important;
}

.fotcopy{
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  background: #F36CB8;
  color: #fff;
}
.fotcopy a{
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  text-decoration: underline;
}
.footer-contents {
  padding-top: 2em;
  padding-bottom: 2em;
  align-items: center;
}

.footer-menu {
  margin-left: auto;
  text-align: right;
}
.footer-menu li {
  display: inline-block;
  margin-left: 1em;
}
.footer-menu li a {
  text-decoration: underline;
}

.footer-link {
  margin-top: 20px;
}

.footer-copyright {
  color: white;
  text-align: center;
  font-family: "Lato", "Noto Sans Japanese", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  background: #003862;
  padding: 1em 0;
  font-weight: 700;
  position: relative;
}

.sp-footer-menu {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 768px) {

  .footer-menu {
    width: 100%;
    text-align: center;
  }
  .footer-menu li {
    margin: 0 .5em;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sp-footer-menu {
    display: block;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
  }
  .sp-footer-menu .menu-item {
    width: 25%;
    height: 65px;
    text-align: center;
    display: table;
    border-left: 1px solid #f0f0f0;
    position: relative;
    box-sizing: border-box;
  }
  .sp-footer-menu .menu-item:last-child {
    border-right: 1px solid #f0f0f0;
  }
  .sp-footer-menu .menu-item a, .sp-footer-menu .menu-item span {
    display: table-cell;
    vertical-align: middle;
    background: #ef856d;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .sp-footer-menu .menu-item i {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-copyright {
    margin-bottom: 102px;
  }
  .gnav-link {
    color: #333;
    padding:5px 10px;
    border: none !important;
  }
  .gnav-child a, .gnav-child2 a {
    padding: 10px 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
/*  home
-------------------------*/
.top-section {
  position: relative;
  padding: 6% 0 6%;
  background: #fff;
}

.top-section-shot {
  position: relative;
  padding: 4% 0 4%;
  background: #fff;
}
.top-section-supershot {
  position: relative;
  padding: 4% 0 1%;
}

.footer-section {
  position: relative;
  padding: 2% 0 10%;
  background: #fff;
}
.footer-sectionshot {
  position: relative;
  padding: 2% 0 2%;
  background: #fff;
}

.top-section.branksec{
  padding: 4% 0 4%;
}
.top-section .section-header {
  margin-bottom: 2em;
}
.top-section .section-header-mini {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 820px) {
  .top-section .section-header {
    margin-bottom: 0em;
  }
}


.top-section01 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 90px;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .top-section01 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 91px;
    top: 0;
    left: 0;
  }  
}
@media (max-width: 820px) {
  .top-section01 {
    position: relative;
    width: 100%;
    height: 55vw;
    margin-top: 91px;
    top: 0;
    left: 0;
  }  
}
@media (max-width: 767px) {
  .top-section01 {
    position: relative;
    width: 90%;
    height: 90vw;
    margin: 85px auto 0;
    top: 0;
    left: 0;
  }  
}

.top-section01 .main-catch {
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  z-index: 2;
  transform: translateY(-50%);
}
.top-section01 .main-catch .lead {
  font-size: 54px;
  font-size: 6rem;
}
.top-section01 .main-catch .catch {
  font-size: 30px;
  font-size: 3rem;
}
.top-section01 .main-catch .sub {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 25px;
  margin-bottom: 10px;
}
.top-section01 .icon-scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  font-size: 13px;
  font-size: 1.3rem;
  /*font-family: "Lato", "Noto Sans Japanese", sans-serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  padding-top: 50px;
  color: #fff;
  transform: translateX(-50%);
}
.top-section01 .icon-scroll .scroll-bar {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 40px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 10px;
}
.top-section01 .icon-scroll .scroll-bar:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  animation: scroll02 2s infinite;
}

.top-section06{
  background-color: #FDFBF7;
}

.main-slider {
  height: auto;
    padding: 50px 0;
    position: relative;
    background: #ffe9ee;
}

@media (max-width: 820px) {
  .main-slider {
      padding: 50px 20px;
  }

}


@media (max-width: 767px) {
  .main-slider {
      padding: 0px 0;
  }
  .slider_radius{
    border-radius: 0px;
    overflow: hidden;
  }
}

.main-slider .slick-list, .main-slider .slick-track, .main-slider .slide-item {
  height: 100%;
}
.main-slider .slide-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 20px;
}
@media screen and (max-width: 820px) {
  .main-slider .slide-item {
    background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0px;
  }
}

.top-section02 {
  padding-top: 6%;
}
.top-section02-black {
  padding-top: 6%;
}

@keyframes scroll02 {
  0% {
    top: 8px;
    opacity: 1;
  }
  100% {
    top: 32px;
    opacity: 0;
  }
}

.top-section06 {
  padding-bottom: 0;
}
.top-section06 .section-contents {
  border: 1px solid #ccc;
}

/*  page
-------------------------*/
.cmn-main {
  position: relative;
  z-index: 3;
}

.cmn-sidebar {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
.cmn-sidebar .side-title {
  font-weight: bold;
  background: #1e68b7;
  color: #fff;
  padding: .6em 1em;
  font-size: 16px;
  font-size: 1.6rem;
}


.cmn-pagetitle {
  position: relative;
  padding-top:92px;
}
@media screen and (max-width: 1180px) {
  .cmn-pagetitle {
    position: relative;
    padding-top: 90px;
}
}
@media screen and (max-width: 767px) {
  .cmn-pagetitle {
    position: relative;
    padding-top: 85px;
}
}

.cmn-pagetitle .pagetitle-inner {
  padding: 6em 0 6em;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 300px;
}
@media screen and (max-width: 1180px) {
  .cmn-pagetitle .pagetitle-inner {
    height: 250px;
  }
}



.cmn-pagetitle .pagetitle-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}

.cmn-pagetitle .pagetitle {
  max-width:1080px;
  margin:0 auto;
  /* padding-left:40px; */
}

.cmn-breadcrumb {
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  background: #fcf4e3;
}
.cmn-breadcrumb .layout-type01 {
  padding: 10px 20px;
  background: #fcf4e3;
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.column_page .cmn-breadcrumb {
  background: #f4f4f4;
}
.column_page .cmn-breadcrumb .layout-type01 {
  background: #f4f4f4;
}

.cmn-breadcrumb a {
  display: inline-block;
}
.cmn-breadcrumb span {
  display: inline-block;
}

.contents-wrapper {
  padding: 10em 15px;
  background: #fff;
}

.pagebcw .cmn-main{
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding:10px 50px;
  box-sizing: border-box;
}
.pagebn .cmn-main{
  max-width: 1080px;
}
.pagebcw .session_form .cmn-main,
.pagebcw .contactform .cmn-main{
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding:10px 50px;
  box-sizing: border-box;
}
.contents-wrapper-column {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.contents-wrapper-column .cmn-main {
  float: left;
  width: 74%;
  background-color: #fff;
  padding:10px 30px;
  box-sizing: border-box;
}
.contents-wrapper-column .cmn-sidebar {
  float: right;
  width: 26%;
  padding-left:40px;
  box-sizing: border-box;
}

.page-section {
  padding-bottom: 6%;
}
.page-section:last-child {
  padding-bottom: 0;
}
.page-section .section-header {
  margin-bottom: 20px;
}
.page-section .contents-block {
  margin-bottom: 4%;
}
.page-section .contents-block:last-child {
  margin-bottom: 0;
}

/*  form
-------------------------*/
.form-block .txt-form {
  margin-bottom: 30px;
  margin-top: 30px;
}

.form-block .txt-form-conf {
  display: none;
}

.form-block .input-text input,
.form-block .input-text select,
.form-block .input-textarea textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  padding: 5px;
}

.form-block .input-text input,
.form-block .input-text select {
  height: 36px;
  padding: 0 .5em;
}

.form-block .input-text-check input,
.form-block .input-text select {
  margin: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  background: none;
  border: none;
  font-size: 16px;
  outline-style: none;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  width: 22%;
}

.form-block .input-text-check input {
  height: initial;
  padding: 0 .5em;
}
.form-block .input-text-check input[type="text"] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
}

.form-block .input-text-check input[type="text"] {
  height: 36px;
  padding: 0 .5em;
}
.form-block .input-text-check textarea {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  width: 100%;
}

.form-block .input-text-check textarea {
  padding: .5em;
}

.form-block .input-submit {
  text-align: center;
  margin-top: 2em;
}
.form-block .input-submit span {
  display: inline-block;
  vertical-align: middle;
}
.form-block .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.form-block .input-submit .back {
  margin-right: 10px;
}
.form-block .input-submit .back input {
  background: #E66E5F;
  color: #fff;
}
.form-block .input-submit .enter input {
  margin: 20px 0;
  padding: 5px 10px;
  display: block;
  width: 200px;
  height: 47px;
  text-decoration: none;
  text-align: center;
  border: 2px solid #E66E5F;
  color: #E66E5F;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

@media screen and (max-width: 767px){
  .form-block .input-submit .enter input {
    width: 270px;
    height: 50px;
    font-size: 16px;
}
}


.form-block .input-submit .enter input:hover {
  background: #E66E5F;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.6s;
}

.mw_wp_form_preview .form-block .txt-form-entry {
  display: none;
}

.mw_wp_form_preview .form-block .txt-form-conf {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .contents-wrapper-column .cmn-sidebar {
    padding-right: 20px;
  }
  .cmn-breadcrumb {
    position: static;
    border-bottom: 1px solid #ccc;
  }
  .contents-wrapper {
    padding-top: 6%;
    padding-bottom: 8%;
  }
  .contents-wrapper-column .cmn-main {
    width: 100%;
    padding:50px;
  }
  .contents-wrapper-column .cmn-sidebar {
    width: 100%;
    margin-top: 6%;
    padding: 0 10px;
  }
  .page-section {
    padding-bottom: 10%;
  }
  .page-section .section-header {
    margin-bottom: 15px;
  }
  .page-section .contents-block {
    margin-bottom: 8%;
  }
}

@media only screen and (max-width: 768px) {
  /*  home
-------------------------*/
  .top-section .section-header {
    margin-bottom: 2em;
    padding-top:0rem;
  }
  .top-section01 .main-catch .lead {
    font-size: 30px;
    font-size: 3rem;
  }
  .top-section01 .main-catch .catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top-section01 .main-catch .sub {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .top-section02 {
    padding-top: 8%;
  }
  .top-section06 {
    padding-bottom: 0;
  }
  .top-section06 iframe {
    height: 300px;
  }
  /*  page
-------------------------*/
  .cmn-breadcrumb {
    position: static;
    border-bottom: 1px solid #fff;
  }
  .contents-wrapper {
    padding: 10px;
  }
  .contents-wrapper-column .cmn-main {
    width: 100%;
    padding:10px 10px 20px;
  }
  .contents-wrapper-column .cmn-sidebar {
    width: 100%;
    margin-top: 6%;
    padding: 0 10px;
  }
  .page-section {
    padding-bottom: 10%;
  }
  .page-section .section-header {
    margin-bottom: 15px;
  }
  .page-section .contents-block {
    margin-bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .contents-wrapper {
    padding: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .top-section01 .icon-scroll {
    bottom: 2%;
  }
  .cmn-pagetitle .pagetitle {
    padding-left: 20px;
  }
  .top-section .section-header{
    margin:0;
  }
  .top-section01 .icon-scroll {
    padding-top:40px;
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .top-section01 .icon-scroll {
    bottom: 9.5%;/*10%; 0; 60px;*/
  }
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .header-search .search-form, .contents-wrapper-column {
  zoom: 1;
}
.clearfix:after, .header-search .search-form:after, .contents-wrapper-column:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

h5{
    position: relative;
    padding-top: 1em;
    width: fit-content;
    padding: 0.2em;
    background: #359869;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.block-item{
    width: 90%;
    padding: 2.5em 2em;
    margin: 50px 0;
    background-color: #FFFAEE;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.s-flow{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.company-sidebar {
  margin-top: 4em;
}


.mf-inner {
    margin: 0 auto;
    max-width: 1100px;
}

.mf-flex_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mf-flex_box {
    width: auto;
}

.mf-flex_box2 {
    width: 100%;
    margin: 0 auto;
}

.company0{
    margin-bottom: 15px;
    font-size: 15px;
}

.tour-top {
    position: relative;
    padding-top: 1em;
}

.tour-top .sec__content {
    width: 80%;
    margin: 0 auto 0;
    margin-bottom: 40px;
    margin-left: 0px;
}

.alert__box {
    padding: 0.4em 1.4em;
    border: 2px solid #C60000;
}

.alert__box span {
    padding: 0.4em;
    background: #C60000;
    color: #fff;
    margin-right: 10px;
}

.alert-txt {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-size: 1.6rem;
    margin-left: 15px;
}

.erubu {
  font-size: 1.4rem;
}

.erubu {
    display: block;
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
}

 .sub-ti{
    position: relative;
    padding-top: 1em;
    width: fit-content;
    padding: 0.2em;
    background: #FFFAEE;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0.6em;
    padding-right: 0.6em;
    font-size: 18px;
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: unset;
}
.wp-block-media-text {
  grid-template-columns: unset;
}
#mainImg span {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.5385;
    letter-spacing: .1em;
    color: #fff;
    /*font-family: 'Alegreya Sans SC',sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    position: absolute;
    right: 0;
    left: 0;
    padding-bottom: 60px;
            animation-duration: 3s;
            animation-name: slidein;
            animation-iteration-count: infinite; }


@media (max-width: 768px) {
  .company-sidebar {
    margin-top: 0;
  }
  .block-item {
    width: 100%;
    padding: 0 .6em;
  }
}

@media (max-width: 480px) {
  .tour-top .sec__content {
    width: 92%;
  }
  .top-section02 {
    margin-top: 0vh;
    padding-top: 0;
  }
}

/* ---------------
メガメニュー
--------------- */
/* ------------------------------------
メガメニュー
--------------------------------------- */
.blk_mask {
  visibility: hidden;
}
/* 
.megamenu01_open:hover .blk_mask,
.megamenu02_open:hover .blk_mask,
.megamenu03_open:hover .blk_mask {
  width: 100%;
  height: calc(100vh - 84px);
  background: rgba(0, 0, 0, .4);
  z-index: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  visibility: visible;
} */
.megamenu01 {
  position: absolute;
  top: 90px;
  right: 50%;
  transform: translateX(50%);
  max-width: 1040px;
  width: 100%;
  height: auto;
  background: #fff;
  visibility: hidden;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  z-index: 1;
}
.megamenu02,
.megamenu03 {
  position: absolute;
  top: 90px;
  right: 50%;
  transform: translateX(50%);
  max-width: 1040px;
  width: 100%;
  height: auto;
  padding: 2rem 4rem 3rem;
  background: #fff;
  visibility: hidden;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  z-index: 1;
}
.megamenu01_open:hover .megamenu01,
.megamenu02_open:hover .megamenu02,
.megamenu03_open:hover .megamenu03 {
  visibility: visible;
}
.megamenu01_flex::before,
.megamenu02_flex::before,
.megamenu03_flex::before {
  background: transparent;
  position: absolute;
  top: -41px;
  right: 0%;
  content: "";
  width: 100%;
  height: 100px;
  z-index: -1;
}

.megamenu01_flex{
  display: flex;
  justify-content: space-between;
}
.megamenu01_flex .area_01{
  width: 15%;
  background: #F36CB8;
  padding: 20px;
}
.megamenu01_flex .area_02{
  width: 60%;
  display: flex;
  padding-left: 10px;
}
.megamenu01_flex .area_02 .megamenu01_item{
  width: 33%;
  padding: 10px 0 10px;
}

.megamenu01_flex .area_03{
  width: 25%;
}
.megamenu01_flex .area_03 .stage01{
  background: #e97687;
  color: #fff;
  padding: 3px 0;
}
.megamenu01_flex .area_03 .stage02{
  background: #FEBDCF;
  padding: 0px 10px 5px;
}
.megamenu01_flex .area_01 .megamenu_item_ttl_sub{
  color: #fff;
  text-align: center;
}
.megamenu01_flex .area_03 .stage02 .megamenu_item_ttl_sub{
  color: #fff;
}

.megamenu01_flex .area_03 .stage02 .fa-chevron-circle-right:before {
  content: "\f138";
  color: #fff;
}

.megamenu02_flex {
  display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
}

.megamenu02_item {
  margin: 10px;
}
.megamenu02_item a:hover {
  color: #0075C2;
}


.megamenu03_flex {
  display: flex;
}
.megamenu03_item:not(:last-child) {
  margin-right: 4.2rem;
}

.megamenu_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 40px;
  line-height: 1;
}
.megamenu_ttl_sub{
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

.megamenu_item_ttl_sub {
  font-size: 16px;
  text-align: left;
  padding: 0 10px;
  line-height: 1.6;
}

.dib {
  display: inline-block;
}

.megamenu_img {
  padding: 10px 10px 5px 10px;
}

.megamenu_img img{
  border-radius: 0px;
}
.mr20 {
  margin-right: 20px;
}

/* --------------
アコーディオン
-------------- */
.menu__item {
  display: block;
  position: relative;
}
.menu__item__link {
  display: block;
}
.submenu {
  display: none;
}
.submenu__item {
  color: #222;
}
::placeholder {
  color: rgba(0,0,0,.3);
}

.fa-chevron-circle-right:before {
  content: "\f138";
  color: #e4c179;
}
.megamenu02_item_ttl {
  color: #1b2735;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: left;
}


.megamenu02_item_ttl span{
  color: #574d06;
    font-weight: normal;
    font-size: 1.4rem;
  }

.en_font {
  font-family: 'Roboto Condensed', 'sans-serif';
  letter-spacing: 0.1rem;
}

/* ボタン */
.btn-layout{
  text-align: center;
}
.master-btn {
  display: inline-block;
    width: 250px;
    background: #0c3862;
    border: 2px solid #0c3862;
    margin: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
  .master-btn {
    display: inline-block;
    width: 160px;
    background: #0c3862;
    border: 2px solid #0c3862;
    margin: 20px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
}

.master-btn:hover{
  color: #0c3862;
  font-weight: bold;
  background: #ffffff;
  border: 2px solid #0c3862;
  transition: 0.6s ease-in-out;
}


.logo_img{
width: 80px;
}

/* サイトマップ */
.sitemap-section {
  padding-bottom: 6%;
}

.sitemap-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
.sitemap-inner {
max-width: 800px;
margin: 0 auto;
padding-top: 20px;
}
.sitemaplist33 {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
  }
  .sitemaplist33 li {
  width: 50%;
  list-style: none;
  }
  @media screen and (max-width: 820px) {
  .sitemaplist33 {
    width: 95%;
    margin: 0 auto;
    }
  }

  @media screen and (max-width: 767px) {
  .sitemaplist33 li {
    width: 100%;
    list-style: none;
    }
  }

.sitemaplist33 li a{
  display: block;
  border: 1px solid;
  margin: 10px;
  padding: 5px 20px;
  position: relative;
  border-color: #F36CB8;
  color: #F36CB8;
}
.sitemaplist33 li a:hover{
  display: block;
  border: 1px solid;
  margin: 10px;
  padding: 5px 20px;
  position: relative;
  border-color: #F36CB8;
  background: #ffe9ee;
  color: #F36CB8;
  /* font-weight: bold; */
  opacity: 1;
}
.sitemaplist33 li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 0px;
color: #E6AAB4;
}
.sitemaplist33 li a:hover::after {
  content: ">";
  display: block;
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 0px;
  color: #fff;
}

/* 個人情報保護方針 */

.contents-block33 p{
  color: #333; 
}
.contents-block33 p a{
  color: #333; 
}

.text-master33 p{
 color: #333; 
}

.flex-title {
  display:flex;
  flex-wrap: wrap;
}
.flex-title li:nth-child(1){
  width: 16%;
  padding: 10px;
  margin: 5px;
}
.flex-title li:nth-child(2){
  width: 70%;
  padding: 10px;
  margin: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .flex-title {
    display:flex;
    flex-wrap: wrap;
  }
  .flex-title li:nth-child(1){
    width: 30%;
    padding: 10px;
    margin: 0 auto;
  }
  .flex-title li:nth-child(2){
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #181818;
  }
}

.flex-title-2col {
  display:flex;
  flex-wrap: wrap;
  background: #e9f4ff;
  padding: 25px 10px;
    margin: 20px 0;
    border: 1px solid #1e68b7;
    border-radius: 15px;
}
.flex-title-2col li:nth-child(1){
  width: 48%;
  padding: 0px 5px;
    margin: 0px;
    font-size: 16px;
}
.flex-title-2col li:nth-child(2){
  width: 48%;
  padding: 0px 5px;
    margin: 0px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
  .flex-title-2col {
    display:flex;
    flex-wrap: wrap;
    background: #e9f4ff;
    padding: 25px 10px;
      margin: 20px 0;
      border: 1px solid #1e68b7;
      border-radius: 15px;
  }
  .flex-title-2col li:nth-child(1){
    width: 100%;
    padding: 0px 5px;
      margin: 0px;
      font-size: 16px;
  }
  .flex-title-2col li:nth-child(2){
    width: 100%;
    padding: 0px 5px;
      margin: 0px;
      font-size: 16px;
  }

}

.flex-title2 {
  display:flex;
  flex-wrap: wrap;
}
.flex-title2 li:nth-child(1){
  width: 20%;
    padding: 0px;
    margin: 0px;
}
.flex-title2 li:nth-child(2){
  width: 74%;
    padding: 5px;
    margin: 5px;
    color: #181818;
}
.flex-title2 li span{
  color: #1e68b7;
 font-weight: bold;
}
@media screen and (max-width: 767px) {
  .flex-title2 {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-title2 li:nth-child(1){
    width: 30%;
    padding: 10px;
    margin: 0 auto;
  }
  .flex-title2 li:nth-child(2){
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #181818;
  }
}

hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 2px;
  margin: 30px auto;
  width: 95%;
}
.hr02 {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 2px;
  margin: 15px auto;
  width: 100%;
}

.img-50 {
  text-align: center;
}
.img-50 img{
  width: 100%;
  margin: 0 auto;
}

.center-title{
  font-size: 26px;
    color: #0075C2;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 15px;
}

/* singleページ */
  .postitems-flex {
    display:flex;
    flex-wrap: wrap;
    padding: 10px 0px;
    margin: 20px 0px 80px;
  }
  .postitems-flex li:nth-child(1){
    width: 28%;
    padding: 0px 5px;
    margin: 0px;
    text-align: center;
  }
  .postitems-flex li:nth-child(2){
    width: 60%;
    margin: 0px auto;
  }
  .postitems-flex img{
    border: 1px solid #003862;
    width: 100%;
  }

  @media only screen and (max-width: 1024px) {
    .postitems-flex {
      display:flex;
      flex-wrap: wrap;
      padding: 10px 0px;
      margin: 0px 0px 40px;
    }
    .postitems-flex li:nth-child(1) {
      width: 50%;
      padding: 0px 5px;
      margin: 0px auto;
      text-align: center;
  }
  .postitems-flex li:nth-child(2) {
    width: 100%;
    margin: 30px 0 0;
  }
  }


  @media screen and (max-width: 767px) {
    .postitems-flex {
      display:flex;
      flex-wrap: wrap;
      padding: 25px 10px;
        margin: 20px 0;
    }
    .postitems-flex li:nth-child(1){
      width: 100%;
      padding: 0px 10px;
        margin: 0px;
    }
    .postitems-flex li:nth-child(2){
      width: 100%;
      padding: 0px 10px;
        margin: 0px;
    }
    .postitems-flex img{
      border: 1px solid #003862;
      width: 100%;
    }
  }

.n-box{
  background: #e9f4ff;
  color: #181818;
  font-size: 18px;
  padding: 20px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 6px 6px 1px #cccc;
}

.n-box-flex {
  display:flex;
  flex-wrap: wrap;
  padding: 10px 0px;
}
.n-box-flex li {
  position: relative;
    padding: 0px 0px;
    width: 40%;
    text-align: left;
    padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .n-box{
    background: #e9f4ff;
    color: #181818;
    font-size: 18px;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 6px 6px 1px #cccc;
  }

  .n-box-flex {
    display:flex;
    flex-wrap: wrap;
    padding: 15px 15px;
  }
  .n-box-flex li {
    position: relative;
      padding: 0px 0px;
      width: 50%;
      text-align: center;
      padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .n-box{
    background: #e9f4ff;
    color: #181818;
    font-size: 18px;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 6px 6px 1px #cccc;
  }

  .n-box-flex {
    display:flex;
    flex-wrap: wrap;
    padding: 15px 15px;
  }
  .n-box-flex li {
    position: relative;
      padding: 0px 0px;
      width: 100%;
      text-align: center;
      padding-left: 0px;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}

.topitemlist {
  max-width: 1040px;
  margin: 0 auto 4%;
}

.list-type003 {
  justify-content: space-between;
}

.list-type003 li {
  width: 49%;
  margin-bottom: 20px;
  text-align: center;
}

.list-type003::after {
  content:"";
  display: block;
  width:49%;
}

@media screen and (max-width: 767px) {
  .list-type003 li {
    width: 100%;
  }
}

.list-type003 .item-image img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.list-type003 .item-text {
  padding: 0px 10px;
  text-align: center;
}
.item-text .title{
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.8;
  padding: 0px;
  display: inline-block;
  color: #ef856d;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.item-text .text{
  text-align: left;
  line-height: 1.8;
  color: #333;
}
.topcenter-center {
  text-align: center;
}
.topcenter {
  text-align: left;
}
.btn-type04 {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 166px;
  text-align: center;
  background: #fff;
  color: #221714;
  border: 2px solid #221714;
  margin: 5px 20px;
  padding: 5px 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-type04::after {
  background: #221714;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn-type04::before {
  position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #221714;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    transform: translateY(-50%);
}

.btn-type04:hover {
  color: #fff;
}

.btn-type04:hover::before {
  position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    transform: translateY(-50%);
}
.btn a:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.btn-type04:hover::after {
  transform: scale(1, 1);
}

.btn a:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.btn-type05:hover::after {
  transform: scale(1, 1);
}


.top-list {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-list {
    width: 95%;
  }
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
.ani_delay01{
  animation-delay: 0s;
}
.ani_delay02{
  animation-delay: 0.5s;
}
.ani_delay03{
  animation-delay: 1s;
}
.ani_delay04{
  animation-delay: 1.5s;
}
.ani_delay05{
  animation-delay: 2s;
}
.ani_delay06{
  animation-delay: 2.5s;
}
.ani_delay07{
  animation-delay: 3s;
}
.ani_delay08{
  animation-delay: 3.5s;
}
.ani_delay09{
  animation-delay: 4s;
}
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
  transform: translateY(100px);
    }
    to {
      opacity: 1;
  transform: translateY(0);
    }
  }
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  .fadeUpTrigger{
      opacity: 0;
  }

.btn-type06 {
  display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    /* font-family: "Comfortaa", "Noto Sans Japanese", serif; */
    width: 100px;
    text-align: center;
    background: #fff;
    color: #221714;
    border: 1px solid #221714;
    margin: 20px 5px 0px;
    padding: 0px 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn-type06::after {
  background: #9AD6EC;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn-type06::before {
  position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #221714;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    transform: translateY(-50%);
}

.btn-type06:hover {
  color: #fff;
  border: 1px solid #9AD6EC;
}

.btn-type06:hover::before {
  position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    content: "";
    
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    transform: translateY(-50%);
}
.btn-type06:hover::after {
  transform: scale(1, 1);
}

/* スクロール to TOP */
#page_top {
  position: fixed;
  bottom: 100px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  #page_top {
    display: none !important;
  }
}


#page_top a {
  background-color: #ffffff;
  border: 1px solid #F36CB8;
  color: #F36CB8;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 25px 32px;
}
#page_top a:hover {
  background-color: #F36CB8;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: 1s;
}
.arrow-up {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 2px;
  height: 30px;
  background: currentColor;
}

.arrow-up::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}


.btn2,
a.btn2,
button.btn2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-3d-flip {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 0;
  perspective: 600px;
  opacity: 1;
}

a.btn-3d-flip:hover .btn-3d-flip-box {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}

a.btn-3d-flip.btn-3d-flip2:hover .btn-3d-flip-box2 {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

.btn-3d-flip-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: all 0.4s;
  transform: rotateX(0);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transform-style: preserve-3d;
}

.btn-3d-flip-box2 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: all 0.4s;
  transform: rotateY(0);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transform-style: preserve-3d;
}

.btn-3d-flip-box-face {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
  transition: all 0.4s;
  color: #1b2634;
  backface-visibility: hidden;
}

.btn-3d-flip-box-face--front {
  background: #485A69;
    border: 1px solid;
    color: #fff;
}

.btn-3d-flip-box-face--back {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-1px) rotateX(-90deg);
  transform-origin: 50% 0;
  background: #1b2634;
  color: #fff;
}

.btn-3d-flip-box-face--front2 {
  color: #000;
  border: 2px solid #000;
  background: #fff;
}

.btn-3d-flip-box-face--back2 {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-1px) rotateY(90deg);
  transform-origin: 0 0;
  color: #fff;
  border: 2px solid #000;
  background: #000;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.anchor{
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/* リクルート */
.list-type04 .item-inner {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
    background: linear-gradient(#1b2951, #41add4 ) firebrick;
}
.list-type04 li {
  float: left;
  display: table;
  width: 29%;
  height: 100px;
  border: 2px solid #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 2px;
  margin-right: 4%;
}

@media only screen and (max-width: 767px) {
  .list-type04 li {
    float: left;
    display: table;
    width: 100%;
    height: 65px;
    border: 2px solid #ccc;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 2px;
    margin: 3px auto;
  }
}


.fz85 {
  font-size: 70%;
}
.list-type04:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.section-contents .contents-block {
  margin-bottom: 6%;
}
.section-contents .contents-block:last-child {
  margin-bottom: 0;
}

#zip1, #zip2 {
  width: 150px;
  margin: 10px 5px;
}

.top-members-ttl {
  font-weight: bold;
  padding: 0px 0px;
  color: #181818;
}

.message-space{
  min-height: 250px;
}

#toc_container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 30px 50px;
  margin-bottom: 1em;
  width: 80%;
  display: table;
  font-size: 100%;
  line-height: 2;
  margin: 1em auto;
}
@media screen and (max-width: 767px) {
  #toc_container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 15px;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 100%;
  line-height: 2;
  margin: 1em auto;
}
}
.box-btn{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.box-btn li a{
  padding: 10px 20px;
  display: inline-block;
  background: #19254a;
  border: 1px solid #19254a;
  color: #fff;
  
}
.box-btn li a:hover{
  padding: 10px 20px;
  display: inline-block;
  background: #4bbce5;
  border: 1px solid #4bbce5;
  color: #fff;
  opacity: 1;
  transition: 1s;
}
div#toc_container {
  border: 1px solid #1b2634;
  background: #fffff0;
}
.catchcopy{
  text-align: left;
  padding-bottom: 10px;
  font-size: 22px;
  color: #F36CB8;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .catchcopy{
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.red_text{
 color: #DB5443; 
}
.s_text{
  font-size: 18px;
 }
 @media screen and (max-width: 767px) {
  .s_text{
    font-size: 22px;
   }
}


/* バックグラウンドカラー一覧 */
.top_section_bg_offwhite{
  background: #f9f9f9;
}

.top_box{
  background:#fff;
  padding: 0px;
}

.footer_pagelist{
     display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer_pagelist li{
  width: 50%;
  line-height: 1;
  padding: 7px 10px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .footer_pagelist li{
    width: calc(100% / 3);
    padding: 10px 10px;
}
}
@media screen and (max-width: 767px) {
  .footer_pagelist li{
    width: calc(100% / 2);
    line-height: 1;
    padding: 15px 5px;
    font-size: 16px;
}

}
.footer_pagelist li a{
  color: #3B1218;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.single-inner{
  padding: 40px;
  margin: 0 auto;
  max-width: 878px !important;
}
@media screen and (max-width: 767px) {
  .single-inner{
    padding: 0px;
  }
}

.single_title{
  color: #181818;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0px 0 30px;
  border-top: 2px dotted #F36CB8;
  border-bottom: 2px dotted #F36CB8;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.column_page .single_title{
  color: #181818;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0px 0 30px;
  border-top: 2px solid #e4c179;
  border-bottom: 2px solid #e4c179;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}


.single .article-header img{
  width: 100%;
}
.pager-type02 .all a{
  background: #c881af;
}
.pager-type02 .prev a{
  background: #D4ACCC;
}
.pager-type02 .next a{
  background: #D4ACCC;
}

.column_page .pager-type02 .all a{
  background: #c881af;
}
.column_page .pager-type02 .prev a{
  background: #D4ACCC;
}
.column_page .pager-type02 .next a{
  background: #D4ACCC;
}



/* .page_box {
  background-color: #fff;
  padding: 20px;
  z-index: 0;
  position: relative;
  text-align: center;
  border: 2px solid #ffd8e3;
}
@media screen and (max-width: 820px) {
  .page_box {
    min-height: 375px;
  }
}

@media screen and (max-width: 767px) {
  .page_box {
    min-height: 0px;
  }
}

.page_box .service_title{
  font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 10px;
    letter-spacing: 3px;
    color: #f77a8c;
    z-index: 2;
    position: relative;
    text-align: center;
    display: inline-block;
} */


/* 
.page_box02 {
  background-color: #181818;
  padding: 20px;
  z-index: 0;
  position: relative;
  text-align: center;
  border: 2px solid #E4007F;
}
@media screen and (max-width: 820px) {
  .page_box02 {
    min-height: 375px;
  }
}

@media screen and (max-width: 767px) {
  .page_box02 {
    min-height: 0px;
  }
}

.page_box02 .service_title{
  font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 10px;
    letter-spacing: 3px;
    color: #fff;
    z-index: 2;
    position: relative;
    text-align: center;
    display: inline-block;
} */


.service_2coi_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service_2coi_flex li{
width: 50%;
padding: 20px;
}
@media screen and (max-width: 767px) {
  .service_2coi_flex li{
    width: 100%;
    padding: 20px;
    }
}

.arrow {
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.arrow::before {
  animation: arrow 4s infinite;
  border: solid #c2f2ff;
  border-width: 0 0 3px 3px;
  content: "";
  margin: auto;
  position: absolute;
  top: 22px;
  left: 55px;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 820px) {
  .arrow::before {
    left: 160px;
}
}
@media screen and (max-width: 767px) {
  .arrow::before {
    display: none;
}
}

@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

.txt-form p{
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .contact_area p {
    font-size: 16px;
    color: #333;
    text-align: left;
  }
  .txt-form p{
    font-size: 16px;
    color: #333;
  }
}

.title-type-stripsky{
  position: relative;
  text-align: left;
  width: 100%;
  height: auto;
  background-image: url(../images/top/strip_sky.png);
  background-repeat: repeat-x;
  background-size: 30px 30px;
  z-index: 1;
}



/* Pagination */
.pagination_box{
  position: relative;
}
.pagination_title{
  color: #181818;
  font-size: 16px;
  padding: 5px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  transform: translateY(-50%);
  text-shadow: 2px  2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
@media screen and (max-width: 820px) {
  .pagination_title{
    font-size: 14px;
  }
}
.pagination_img {
  filter: brightness(0.5);
}
.pagination_img img{
  width: 320px;
  height: 100px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 1180px) {
  .pagination_img img{
    width: 280px;
    height: 100px;
  }
}
@media screen and (max-width: 1180px) {
  .pagination_img img{
    width: 250px;
    height: 100px;
  }
}
@media screen and (max-width: 820px) {
  .pagination_img img{
    width: 230px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pagination_img img{
    width: 120px;
    height: 120px;
  }
}
.pager-type03 {
  margin-top: 25px;
  font-size: 0;
  text-align: center;
}
.pager-type03 li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}
.pager-type03 a {
  display: block;
  position: relative;
  padding: .5em 2em;
  background: #00B1FF;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .pager-type03 a {
    padding: .5em 1em;
  }
}
.pager-type03 .all a{
  background: #FDD000;
}
.pager-type03 .prev a{
  background: #ffffff;
    border: 2px solid #F6AD3C;
    padding: 0;
}
.pager-type03 .next a{
  background: #ffffff;
    border: 2px solid #F6AD3C;
    padding: 0;
}


.salon_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.salon_flex li:nth-child(1){
  width: 45%;
  padding: 20px 10px;
}
.salon_flex li:nth-child(2){
  width: 55%;
  padding: 20px 10px;
}
@media screen and (max-width: 1180px) {
  .salon_flex li:nth-child(1){
    width: 55%;
  }
  .salon_flex li:nth-child(2){
    width: 45%;
  }
}
@media screen and (max-width: 820px) {
  .salon_flex li:nth-child(1){
    width: 100%;
  }
  .salon_flex li:nth-child(2){
    width: 100%;
  }
}

.salon_flex p {
  color: #181818;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .salon_flex p {
    font-size: 15px;
  }
}

.salon_box{
  width: 90%;
  margin: 0px auto;
}

.salon_flex .salon_box02 p{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0px;
  text-align: center;
}
.salon_box02{
  background: #fcf4e3;
  border: 2px dotted #e5b94b;
  padding: 30px;
  width: 90%;
  margin: 30px auto;
}


.about_logo_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_logo_flex div:nth-child(1){
  width: 80%;
  padding: 10px;
}
.about_logo_flex div:nth-child(2){
  width: 20%;
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .about_logo_flex div:nth-child(1){
    width: 100%;
  }
  .about_logo_flex div:nth-child(2){
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .about_logo_flex div:nth-child(1){
    width: 100%;
  }
  .about_logo_flex div:nth-child(2){
    width: 60%;
    margin: 0 auto;
  }
}

.footercopy_text{
  padding: 5px;
}

.footercopy_text h3{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  color: #DB5443;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .footercopy_text h3{
    font-size: 22px;
  }
}

.cfootercopy_text p{
  font-size: 16px;
  text-align: left;
  color: #F6AD3C;
  font-weight: bold;
  line-height: 1.8;
  padding: 10px 0;
  }


.logo_guide_area{
  margin: 40px 0;
}

.flex_4col_text{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flex_4col_text li{
  width: 25%;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .flex_4col_text li{
    width: 33%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .flex_4col_text li{
    width: 50%;
    padding: 10px;
  }
}

  .top-main-contents{
    position: relative;
    z-index: 0;

  }

/* ロゴ浮き上がってくるアニメーション */
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.circles li {
  display: block;
  position: absolute;
  bottom: -150px;
  width: 40px;
  height: 40px;
  border-radius: 10%;
  background: url(../images/top/top_item-01.png) no-repeat center/contain;
  list-style: none;
  animation: animate 35s linear infinite;
  opacity: 1;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 40px;
  height: 40px;
  background: url(../images/top/top_item-01.png) no-repeat center/contain;
  animation-duration: 22s;
  animation-delay: 3s
}
.circles li:nth-child(2) {
  background: url(../images/top/top_item-02.png) no-repeat center/contain;
  left: 10%;
  width: 55px;
  height: 55px;
  -webkit-animation-duration: 32s;
  animation-duration: 32s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 55px;
  height: 55px;
  background: url(../images/top/top_item-03.png) no-repeat center/contain;
  -webkit-animation: animate 25s linear infinite;
  animation: animate 25s linear infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  background: url(../images/top/top_item-04.png) no-repeat center/contain;
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 28s;
  animation-duration: 28s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 40px;
  height: 40px;
  background: url(../images/top/top_item-05.png) no-repeat center/contain;
  -webkit-animation: animate 26s linear infinite;
  animation: animate 26s linear infinite;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.circles li:nth-child(6) {
  background: url(../images/top/top_item-06.png) no-repeat center/contain;
  left: 75%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate 22s linear infinite;
  animation: animate 22s linear infinite;
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 50px;
  height: 50px;
  background: url(../images/top/top_item-07.png) no-repeat center/contain;
  -webkit-animation: animate 20s linear infinite;
  animation: animate 20s linear infinite;
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
.circles li:nth-child(8) {
  background: url(../images/top/top_item-08.png) no-repeat center/contain;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 60px;
  height: 60px;
  background: url(../images/top/top_item-09.png) no-repeat center/contain;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.circles li:nth-child(10) {
  background: url(../images/top/top_item-10.png) no-repeat center/contain;
  left: 80%;
  width: 50px;
  height: 50px;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes animate {
  0% {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  }
  100% {
  -webkit-transform: translateY(-1800px) rotate(720deg);
  transform: translateY(-1800px) rotate(720deg);
  }
}
@keyframes animate {
  0% {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  }
  100% {
  -webkit-transform: translateY(-1800px) rotate(720deg);
  transform: translateY(-1800px) rotate(720deg);
  }
}

/* morebtn1 */

.morebtn1{
  margin: 3rem auto 0;
}
.campaign_flex .morebtn1 {
  margin: 0rem auto 0;
}
.price_information .morebtn1 {
  margin: 0rem auto 0;
}
.morebtn1 a,
.morebtn1 .fomb{
  border: 2px solid #F36CB8;
  transition: 1s;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #fff;
  background: #F36CB8;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
}

.morebtn1 a:hover,
.morebtn1 .fomb:hover{
  background: #fff;
  color: #F36CB8;
  font-weight: bold;
  opacity: 1;
}
.morebtn1 .fomb input{
  color: #fff;
}
.morebtn1 .fomb:hover input{
  color: #000A63;
}

/* morebtn2 */

.morebtn2{
  margin: 25px auto 0;
}
.morebtn2 a,
.morebtn2 .fomb{
  border: 2px solid #F36CB8;
  transition: 1s;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0px;
  background: #fff;
  color: #F36CB8;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
}

.morebtn2 a:hover,
.morebtn2 .fomb:hover{
  color: #fff;
  background: #F36CB8;
  font-weight: bold;
  opacity: 1;
}
.morebtn2 .fomb input{
  color: #fff;
}
.morebtn2 .fomb:hover input{
  color: #000A63;
}

/* morebtn3 */

.morebtn3{
  margin: 1rem auto 0;
}
.morebtn3 a,
.morebtn3 .fomb{
  border: 2px solid #F36CB8;
  transition: 1s;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
  background: #fff;
  color: #F36CB8;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .morebtn3 a,
  .morebtn3 .fomb{
    font-size: 18px;
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .morebtn3 a,
  .morebtn3 .fomb{
    width: 100%;
  }
}


.morebtn3 a:hover,
.morebtn3 .fomb:hover{
  color: #fff;
  background: #F36CB8;
  font-weight: bold;
  opacity: 1;
}
.morebtn3 .fomb input{
  color: #fff;
}
.morebtn3 .fomb:hover input{
  color: #000A63;
}
/* morebtn4 */

.morebtn4{
  margin: 1rem auto 0;
}
.morebtn4 a,
.morebtn4 .fomb{
  border: 2px solid #F36CB8;
  transition: 1s;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #fff;
  background: #F36CB8;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .morebtn4 a,
  .morebtn4 .fomb{
    font-size: 16px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .morebtn4 a,
  .morebtn4 .fomb{
    width: 100%;
  }
}


.morebtn4 a:hover,
.morebtn4 .fomb:hover{
  background: #fff;
  color: #E4007F;
  font-weight: bold;
  opacity: 1;
}
.morebtn4 .fomb input{
  color: #fff;
}
.morebtn4 .fomb:hover input{
  color: #000A63;
}


/* morebtnline */

.morebtnline{
  margin: 0rem auto 0;
}
.campaign_flex .morebtnline {
  margin: 0rem auto 0;
}

.morebtnline a,
.morebtnline .fomb{
  border: 2px solid #06C755;
  transition: 1s;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #fff;
  background: #06C755;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
}

.morebtnline a:hover,
.morebtnline .fomb:hover{
  background: #fff;
  color: #06C755;
  font-weight: bold;
  opacity: 1;
}
.morebtnline .fomb input{
  color: #fff;
}
.morebtnline .fomb:hover input{
  color: #000A63;
}

  /*****************************
    ナビメニュー調整
*****************************/
.pcnav { display: block !important; }
.spnav { display: none !important; }
@media only screen and (max-width: 1180px) {
    .pcnav { display: none !important; }
    .spnav { display: block !important; }
}
.pc_nav_flex{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 1180px) {
  .pc_nav_flex{
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .pc_nav_flex{
    margin-left: 0%;
  }
}

.bg-001{
  background: #F77A8C;
}
.bg-002{
  background: #F891A0;
}
.bg-003{
  background: #ffe9ee;
}
.bg-004{
  background: #FFD8E3;
}
.bg-005{
  background: #FFE8EE;
}
.bg-006{
  background: #fcf4e3;
}
.bg-007{
  background: #282828;
}
.bg-008{
  background: #fcf4e3;
}
.bg-bs{
  background: #ffe9ee;
  /* clip-path: polygon(0 calc(0% + 5vw), 100% 0, 100% calc(100% - 7vw), 0 100%); */
  padding: 8% 0;
  position: relative;
}
.bg-bs::before{
  background: url(../images/common/bg_pattern01_pink.png) repeat-x left top;
  background-size: auto 22px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 100%;
  z-index: 5;
}
.conceptsec{
  position: relative;
}
.conceptsec::before{
  background: url(../images/common/bg_pattern01_white.png) repeat-x left top;
  background-size: auto 22px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 100%;
  z-index: 5;
}
.bg-2color{
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #ffe9ee 60%, #ffe9ee 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcimg { display: block !important; }
.spimg { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pcimg { display: none !important; }
    .spimg { display: block !important; }
}

.experience_bnr{
 width: 70%;
 margin: 0 auto; 
}
@media screen and (max-width: 1024px) {
  .experience_bnr{
    width: 80%;
   }
}
@media screen and (max-width: 820px) {
  .experience_bnr{
    width: 90%;
   }
}
@media screen and (max-width: 767px) {
  .experience_bnr{
    width: 95%;
   }
}

.news_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;

}
.news_flex .news_left_area{
  width: 30%;
  padding: 50px 40px;
}
.news_flex .news_right_area{
  width: 70%;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .news_flex .news_left_area{
    width: 100%;
    padding: 20px 40px;
  }
  .news_flex .news_right_area{
    width: 100%;
    padding: 35px 10px;
  }
}

.top_flex001{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.top_flex001 li:nth-child(1){
  width: 55%;
  padding: 20px;
  margin-left: 5%;
}
.top_flex001 li:nth-child(2){
  width: 40%;
  padding: 20px;
}
.top_service_area img{
  box-shadow: -30px 30px 1px #F5E6C8;
  border: 2px dotted #e5b94b;
}
@media screen and (max-width: 1024px) {
  .top_flex001 li:nth-child(1){
    width: 45%;
    padding: 10px;
    margin-left: 5%;
  }
  .top_flex001 li:nth-child(2){
    width: 50%;
    padding: 10px;
  }
  .top_service_area img{
    box-shadow: -20px 20px 1px #FEBDCF;
  }
}
@media screen and (max-width: 820px) {
  .top_flex001 li:nth-child(1){
    width: 70%;
    padding: 10px;
    margin-left: 0%;
    margin: 0 auto;
  }
  .top_flex001 li:nth-child(2){
    width: 90%;
    padding: 40px 20px;
    margin: 0 auto;
  }
  .top_service_area img{
    box-shadow: -10px 10px 1px #FEBDCF;
  }
}
@media screen and (max-width: 767px) {
  .top_flex001 li:nth-child(1){
    width: 90%;
  }
  .top_flex001 li:nth-child(2){
    width: 90%;
    padding: 20px 0px;
    margin: 0 auto;
  }
}

.card_area{
  box-shadow: 2px 2px 5px #ddd;
}

.menu_box{
  background: #fff;
  padding: 25px 25px;
  position: relative;
}
.menu_box h3{
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
}
.menu_box p{
  font-size: 16px;
}
.menu_box .menu_label{
  position: absolute;
  background: #F36CB8;
  padding: 0px 20px;
  color: #fff;
  top: -15px;
  left: 20px;
  font-size: 14px;
  line-height: 2;
}

.menu_box .menu_price{
  font-size: 18px;
  font-family:“Hiragino Kaku Gothic Pro W3”,“Hiragino Kaku Gothic ProN”,Meiryo,sans-serif;
}

/* .concept_box{
  position: relative;
  background: #fff;
  padding: 40px;
  box-shadow: 2px 2px 2px #bbb;
  border: 1px solid #bbb;
} */
.concept_box{
  position: relative;
  background: #fff;
  border: 2px dotted #e5b94b;
  border-radius: 6px;
  display: flex;
  color: #E4007F;
  text-decoration: none;
  height: 100%;
  padding: 35px 33px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .concept_box{
    padding: 40px;
    box-shadow: 2px 2px 2px #bbb;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .concept_box{
    padding: 30px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .concept_box{
    padding: 30px 0;
    width: 95%;
  }
}
.concept_box::before{
  content: "";
  position: absolute;
  /* background: url(../images/top/triangle_item.png) no-repeat center / contain; */
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
  background: #ffe9ee;
  height: 15%;
  width: 11%;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}


.concept_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.concept_flex li p{
  margin-bottom: 15px;
  color: #3B1218;
}
.concept_flex li:nth-child(1){
  width: 65%;
  padding: 30px;
}
.concept_flex li:nth-child(2){
  width: 35%;
  padding: 30px 15px;
}
.concept_flex li:nth-child(2) img{
  box-shadow: 20px 20px 1px #F5E6C8;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .concept_flex li:nth-child(1){
    width: 100%;
    padding: 30px 30px 0;
  }
  .concept_flex li:nth-child(2){
    width: 100%;
    padding: 0px;
  }
  .concept_flex li:nth-child(2) img{
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .concept_flex li:nth-child(1){
    padding: 40px 10px 0;
  }
}



/* マップ */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 88%;
  position: relative;
  border: 8px solid #F5DCE6;
  }
  @media screen and (max-width: 820px) {
    .gmap {
      padding-bottom: 45%;
  }
  }
  @media screen and (max-width: 767px) {
    .gmap {
      padding-bottom: 75%;
      border: 5px solid #fff7f9;
      width: 90%;
      margin: 0 auto;
  }
  }
  
  .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }

/* 下層map */
.access_area{
 width: 80%;
 margin: 0 auto; 
}
@media screen and (max-width: 820px) {
  .access_area{
    width: 95%;
   }
}

.access_area p{
 margin-top: 10px;
 margin-bottom: 20px; 
}
.access_area .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  border: 0px solid #fff7f9;
  }
  @media screen and (max-width: 820px) {
    .access_area .gmap {
      padding-bottom: 45%;
  }
  }
  @media screen and (max-width: 767px) {
    .access_area .gmap {
      padding-bottom: 75%;
      border: 0px solid #fff7f9;
      width: 100%;
      margin: 0 auto;
  }
  }
  
  .access_area .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }




.page_logo img{
  width: 250px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page_logo img{
    width: 180px;
  }
}

.guidance_box{
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .guidance_box{
    width: 95%;
    margin: 0 auto;
  }
}

.guidance_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.guidance_flex li:nth-child(1){
  width: 33%;
  padding: 20px 20px;
  border-right: 2px dotted #e5b94b;
}
.guidance_flex li:nth-child(2){
  width: 33%;
  padding: 0 15px;
  border-right: 2px dotted #e5b94b;
}
.guidance_flex li:nth-child(3){
  width: 33%;
  padding: 0 15px;
}
.guidance_flex li:nth-child(1) img{
  width: 100%;
  padding: 15px;
}
.guidance_flex li:nth-child(3) img{
  border-radius: 15px;
}

@media screen and (max-width: 820px) {
   .guidance_flex li:nth-child(1) img{
    width: 100%;
    padding: 70px 0px;
  }
 }
/* 特殊 */
@media screen and (max-width: 650px) {
  .guidance_flex li:nth-child(1){
    width: 100%;
    padding: 0 15px;
    border-right: 0px solid #EBE0CA;
    border-bottom: 2px solid #EBE0CA;
    text-align: center;
  }
  .guidance_flex li:nth-child(2){
    width: 50%;
    padding: 15px 5px;
    border-right: 2px solid #EBE0CA;
  }
  .guidance_flex li:nth-child(3){
    width: 50%;
    padding: 15px 5px;
  }
  .guidance_flex li:nth-child(1) img{
    width: 85%;
    padding: 25px;
}
}



.guide_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.guide_flex h3{
  font-size: 18px;
  color: #C881AF;
}

.guide_flex p{
  font-size: 14px;
  color: #3B1218;
}

.guide_flex .left_area{
  width: 30%;
  padding: 5px;
  margin: auto;
 }
 .guide_flex .right_area{
  width: 70%;
  padding: 5px;
  margin: auto;
 }
 @media screen and (max-width: 1024px) {
  .guide_flex .right_area{
    width: 100%;
    padding: 5px;
    margin: auto;
   }
 }
 @media screen and (max-width: 820px) {
  .guide_flex .left_area{
    width: 40%;
    padding: 5px;
    margin: auto;
   }
 }
/* 特殊 */
@media screen and (max-width: 650px) {
  .guide_flex .left_area{
    width: 50%;
   }
 }

/* ----------------------------------------
よくあるご質問
------------------------------------------*/
.ul-tab-faq {
  display: flex;
  gap: 1rem;
  margin-bottom: 5rem;
}
.ul-tab-faq li a {
  border: 2px solid #EBE0CA;
  display: block;
  padding: 1rem 2rem;
}
.cat-faq-wrap:not(:last-of-type) {
  margin-bottom: 5rem;
}
.ttl-faq-cat {
  font-size: 2rem;
  border-bottom: 2px dotted #e5b94b;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ul-tab-faq {
    flex-wrap: wrap;
  }
  .ul-tab-faq li {
    width: calc(100% / 2 - .5rem);
  }
  .ul-tab-faq li a {
    padding: 1rem;
  }
}

.qa_list {
  margin-bottom: 20px;
  user-select: none;
}
.qa_list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
}
.qa_list dl:first-child {
  margin-top: 0;
}
.qa_list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.qa_list .open::after {
  transform: rotate(-45deg);
}
.qa_list dl dt {
  position: relative;
  margin: 0;
  padding: 15px 60px 15px 90px;
  background: #F36CB8;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .qa_list dl dt {
    padding: 15px 60px 15px 60px;
  }
}
.qa_list dl dt::before {
  font-size: 22px;
  position: absolute;
  top: 5px;
  left: 20px;
  content: 'Q.';
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
}
.qa_list dl dd {
  position: relative;
  margin: 0;
  padding: 30px 20px 40px 90px;
  background: #fff;
  font-size: 16px;
  border: 2px solid #F36CB8;
}
@media screen and (max-width: 820px) {
  .qa_list dl dd {
    padding: 30px 20px 40px 60px;
  }
  .qa_list dl dt::before {
    left: 10px;
  }
}


.qa_list dl dd::before {
  font-size: 22px;
  position: absolute;
  top: 10px;
  left: 20px;
  content: 'A.';
  color: #F36CB8;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .qa_list dl dd::before {
    left: 10px;
  }
}

.faq_area{
  width: 95%;
  margin: 50px auto;
}

.footer_catch_copy h3{
  /* color: #C881AF; */
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0px;
  text-align: center;
}
.footer_catch_copy p{
  color: #181818;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
}

.salon_box03{
  padding: 0px;
  width:  100%;
  margin: 0px auto 0;
}

.page_img_flex{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.page_img_flex .pagemain_left_area{
  width: 55%;
  height: 300px;
}
.page_img_flex .pagemain_right_area{
  width: 45%;
  height: 300px;
}
.page_title_area{
  background: #ffe9ee;
  width: auto;
  padding: 100px;
  height: 100%;
}

.column_page .page_title_area{
  background: #fcf4e3;
  width: auto;
  padding: 100px;
  height: 100%;
}

@media screen and (max-width: 1180px) {
  .page_img_flex .pagemain_left_area{
    height: 250px;
  }
  .page_img_flex .pagemain_right_area{
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .page_img_flex .pagemain_left_area{
    width: 100%;
    height: 150px;
  }
  .page_img_flex .pagemain_right_area{
    display: none;
  }
  .page_title_area{
    padding: 50px;
  }
}

.menu_3col_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  width: 100%;
}
.menu_3col_flex li{
  width: 33%;
  padding: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .menu_3col_flex{
    justify-content: flex-start;
    width: 90%;
    margin: 0 auto;
  }
  .menu_3col_flex li{
    width: 50%;
    padding: 10px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .menu_3col_flex{
    width: 100%;
  }
  .menu_3col_flex li{
    width: 100%;
    padding: 20px;
  }
}

.page_flex001{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page_flex001 p{
  margin-bottom: 10px;
}
.page_flex001 li:nth-child(1){
  width: 42%;
  padding: 10px;
  margin-left: 3%;
}
.page_flex001 li:nth-child(2){
  width: 55%;
  padding: 10px;
}
.page_img_area img{
  box-shadow: -30px 30px 1px #F5E6C8;
}
@media screen and (max-width: 1024px) {
  .page_flex001 li:nth-child(1){
    width: 45%;
    padding: 10px;
    margin-left: 5%;
  }
  .page_flex001 li:nth-child(2){
    width: 50%;
    padding: 10px;
  }
  .top_service_area img{
    box-shadow: -20px 20px 1px #282828;
  }
}
@media screen and (max-width: 820px) {
  .page_flex001 li:nth-child(1){
    width: 70%;
    padding: 10px;
    margin-left: 0%;
    margin: 0 auto;
  }
  .page_flex001 li:nth-child(2){
    width: 90%;
    padding: 40px 20px;
    margin: 0 auto;
  }
  .page_img_area img{
    box-shadow: -10px 10px 1px #FEBDCF;
  }
}
@media screen and (max-width: 767px) {
  .page_flex001 li:nth-child(1){
    width: 90%;
  }
  .page_flex001 li:nth-child(2){
    width: 90%;
    padding: 20px 0px;
    margin: 0 auto;
  }
}


.page_flex002{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page_flex002 li{
width: calc(100% /3);
padding: 10px;
}
@media screen and (max-width: 767px) {
  .page_flex002 li{
    width: calc(100% /2);
    padding: 10px;
    }
}


.flow_box{
  padding: 20px;
  background: #ffe9ee;
  width: 80%;
  margin: 0 auto 25px;
  /* box-shadow: 1px 1px 2px #ddd; */
  border: 2px dotted #e5b94b;;
}
@media screen and (max-width: 820px) {
  .flow_box{
    width: 95%;
    margin: 30px auto;
  }
}

.flow_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flow_flex li:nth-child(1){
  width: 30%;
  padding: 10px;
}
.flow_flex li:nth-child(2){
  width: 70%;
  padding: 10px;
  }
  @media screen and (max-width: 1024px) {
    .flow_flex li:nth-child(1){
      width: 40%;
      padding: 10px;
    }
    .flow_flex li:nth-child(2){
      width: 60%;
      padding: 10px;
      }
  }
  @media screen and (max-width: 767px) {
    .flow_flex li:nth-child(1){
      width: 300px;
        padding: 10px;
        margin: 0 auto;
    }
    .flow_flex li:nth-child(2){
      width: 100%;
      padding: 10px;
      }
  }


  .flow_flex h3{
    text-align: left;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    line-height: 1.4;
  }
  .flow_flex h3 span{
    text-align: center;
    font-size: 18px;
    background: #F36CB8;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 5px 10px;
    margin-right: 10px;
  }
  .flow_flex p span{
    color: #E66E5F;
  }
  .flow_white_box{
    padding: 20px;
    background: #fff;
    min-height: 125px;
  }


  .campaign_box{
    padding: 0px;
    background: #fff;
    width: 95%;
    margin: 0 auto 40px;
    /* box-shadow: 1px 1px 5px #ddd; */
    border: 2px dotted #e5b94b;;
  }

  
  .campaign_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .campaign_flex li:nth-child(1){
    width: 35%;
    padding: 0px;
  }
  .campaign_flex li:nth-child(2){
    width: 65%;
    padding: 20px;
    }
    @media screen and (max-width: 820px) {
      .campaign_flex li:nth-child(1){
        width: 300px;
          padding: 10px;
          margin: 0 auto;
      }
      .campaign_flex li:nth-child(2){
        width: 100%;
        padding: 10px;
        }
    }
    .campaign_flex img{
     width: 100%;
     height: 100%;
     object-fit: cover;
    }
  
  
.campaign_flex h3{
  text-align: left;
  padding-bottom: 0px;
  font-size: 22px;
  color: #181818;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.4;
}
.campaign_flex p{
  color: #181818;
}
.campaign_white_box{
  padding: 10px 0px;
  background: #fff;
}

.price_box{
  display: flex;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .price_box{
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .price_box{
    width: 100%;
  }
}
.price_box .left_price_area{
  width: 30%;
  padding: 10px 10px;
  border: 1px solid #E66E5F;
  background: #E66E5F;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}

.price_box .right_price_area{
  width: 70%;
  padding: 10px 10px;
  border: 1px solid #E66E5F;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #E66E5F;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .price_box .left_price_area{
    width: 35%;
    font-size: 14px;
  }
  .price_box .right_price_area{
    width: 65%;
  }
}

.price_box .right_price_area span{
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.btn_flex_2col{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn_flex_2col .left_btn{
  width: 50%;
  padding: 15px 5px;
}
.btn_flex_2col .right_btn{
  width: 50%;
  padding: 15px 5px;
}
@media screen and (max-width: 1024px) {
  .btn_flex_2col .left_btn{
    width: 100%;
    padding: 15px 0px 0;
  }
  .btn_flex_2col .right_btn{
    width: 100%;
    padding: 15px 0px 0;
  }
}
@media screen and (max-width: 767px) {
  .btn_flex_2col .right_btn{
    width: 100%;
    padding: 15px 0px 15px;
  }
}

.pink_box{
  width: 80%;
  margin: 0 auto;
  background: #ffe9ee;
  padding: 40px;
  border-radius: 10px;
  /* box-shadow: 2px 2px 2px #fcf4e3; */
  border: 2px dotted #e5b94b;;
}
@media screen and (max-width: 1024px) {
  .pink_box{
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .pink_box{
    padding: 20px;
  }
}

.pink_box h3{
  text-align: left;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    line-height: 1.4;
    border-left: 4px solid #F36CB8;
    padding-left: 12px;
    margin-bottom: 10px;
}
.menu_white_box {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}


.lumix_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lumix_flex li:nth-child(1){
  width: 50%;
  padding: 10px;
}
.lumix_flex li:nth-child(2){
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .lumix_flex li:nth-child(1){
    width: 60%;
    margin: 0 auto;
  }
  .lumix_flex li:nth-child(2){
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lumix_flex li:nth-child(1){
    width: 95%;
  }
  .lumix_flex li:nth-child(2){
    width: 95%;
  }
}

.lumix_flex h3{
  text-align: left;
  font-size: 22px;
  color: #F77A8C;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.4;
}
.movie_style{
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie_style iframe{
  width: 100%;
  height: 100%;
}
.lumix_box{
  border: 2px solid #e6a096;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lumix_box{
    width: 95%;
  }
}


.lumix_flex02{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.lumix_flex02 li:nth-child(1){
  width: 70%;
  background: #fff;
}
.lumix_flex02 li:nth-child(2){
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .lumix_flex02 li:nth-child(1){
    width: 75%;
  }
  .lumix_flex02 li:nth-child(2){
    width: 25%;
  }
}
@media screen and (max-width: 820px) {
  .lumix_flex02 li:nth-child(1){
    width: 60%;
  }
  .lumix_flex02 li:nth-child(2){
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .lumix_flex02 {
    flex-direction: column-reverse;
  }
  .lumix_flex02 li:nth-child(1){
    width: 100%;
  }
  .lumix_flex02 li:nth-child(2){
    width: 100%;
    margin: 0 auto;
    padding: 0 20%;
    background: #181818;
  }
}

.lumix_box02{
  padding: 30px;
 }
 @media screen and (max-width: 820px) {
  .lumix_box02{
    padding: 20px;
   }
 }

 .lumix_flex02 h3 {
  text-align: left;
  font-size: 22px;
  color: #E66E5F;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.4;
 }

 .lumix_flex02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lumix_catch_copy{
  margin-top: 10px;
  margin-bottom: 10px;
}
.lumix_catch_copy p{
  color: #F891A0;
  border-bottom: 4px dotted #F77A8C;
  font-size: 18px;
  display: inline-block;
  margin-left: 40px;
  position: relative;
}
.lumix_catch_copy p::before{
  content: "";
  position: absolute;
  background: url(../images/common/lumix_item.png) no-repeat center / contain;
  width: 40px;
  height: 40px;
  top: 0;
  left: -45px;
}

.one_line{
  width: 60%;
  margin: 10px auto 100px;
}
.one_line img{
  box-shadow: -30px 30px 1px #FEBDCF;
}

.price_information{
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .price_information{
    width: 95%;
  }
}

.price_information h3{
  background: #C86284;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}
.price_information img{
  width: 100%;
  padding: 10px 80px;
}
@media screen and (max-width: 767px) {
  .price_information img{
    width: 100%;
    padding: 10px 0px;
  }
}


.btn_flex_2col02{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 70%;
  margin: 0 auto 60px;
}
.btn_flex_2col02 .left_btn{
  width: 50%;
  padding: 15px 5px;
}
.btn_flex_2col02 .right_btn{
  width: 50%;
  padding: 15px 5px;
}
@media screen and (max-width: 1024px) {
  .btn_flex_2col02 .left_btn{
    width: 100%;
    padding: 15px 0px 0;
  }
  .btn_flex_2col02 .right_btn{
    width: 100%;
    padding: 15px 0px 0;
  }
}
@media screen and (max-width: 767px) {
  .btn_flex_2col02 .right_btn{
    width: 100%;
    padding: 15px 0px 15px;
  }
}

/* table design01 */
.design01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 25px;
  margin-bottom: 15px;
 }
 .design01 th {
  padding: 10px;
  background: #3B1218;
  border: solid 1px #dbdbdb;
  color: #fff;
  vertical-align: middle;
 }
 .design01 td {
  padding: 10px;
  border: solid 1px #dbdbdb;
  vertical-align: middle;
 }

 .design01 .line_stage01{
  width: 20%;
 }
 .design01 .line_stage02{
  width: 35%;
 }
 .design01 .line_stage03{
  width: 45%;
 }

.pink_box_flex01{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pink_box_flex01 li:nth-child(1){
  width: 40%;
  padding: 10px;
}
.pink_box_flex01 li:nth-child(2){
  width: 60%;
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .pink_box_flex01 li:nth-child(1){
    width: 300px;
    padding: 10px;
    margin: 0 auto;
  }
  .pink_box_flex01 li:nth-child(2){
    width: 100%;
    padding: 10px;
  }
}

.pink_box_flex02{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pink_box_flex02 li:nth-child(1){
  width: 60%;
  padding: 10px;
}
.pink_box_flex02 li:nth-child(2){
  width: 40%;
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .pink_box_flex02 {
    flex-direction: column-reverse;
  }

  .pink_box_flex02 li:nth-child(1){
    width: 100%;
    padding: 10px;
  }
  .pink_box_flex02 li:nth-child(2){
    width: 300px;
    padding: 10px;
    margin: 0 auto;
  }
}

.recommend_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: url(../images/common/recommend_img001.jpg) no-repeat center / cover;
  width: 100%;
    height: 350px;
}

.recommend_flex li:nth-child(1){
  width: 50%;
  padding: 20px;
}
.recommend_flex li:nth-child(2){
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .recommend_flex li:nth-child(1){
    width: 40%;
  }
  .recommend_flex li:nth-child(2){
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .recommend_flex li:nth-child(1){
    width: 30%;
  }
  .recommend_flex li:nth-child(2){
    width: 70%;
  }
}

.recommend_box{
  background: rgb(255, 255, 255, 0.8);
  padding: 20px 60px;
}
.recommend_box h3{
  text-align: center;
  font-size: 24px;
  color: #F77A8C;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.6;
}
.recommend_box p{
  color: #181818;
    border-bottom: 4px dotted #C5E5E0;
    font-size: 18px;
    display: inline-block;
    margin-left: 40px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
}
.recommend_box p::before{
  content: "";
  position: absolute;
  background: url(../images/common/recommend_item.png) no-repeat center / contain;
  width: 25px;
  height: 25px;
  top: 5px;
  left: -30px;
}


.faical_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.faical_flex li:nth-child(1){
  width: 35%;
  padding: 10px;
}
.faical_flex li:nth-child(2){
  width: 65%;
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .faical_flex li:nth-child(1){
    width: 60%;
    margin: 0 auto;
  }
  .faical_flex li:nth-child(2){
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .faical_flex li:nth-child(1){
    width: 300px;
  }
  .faical_flex li:nth-child(2){
    width: 95%;
  }
}

.faical_flex h3{
  text-align: left;
  font-size: 22px;
  color: #E4007F;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.4;
}

.faical_box{
  width: 95%;
  margin: 0 auto;
 background: #fff;
 padding: 20px;
}
.faical_img{
width: 100%;
margin: 0 auto;
text-align: center;
}

a.anchor{
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/* table design02 */
.design02 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 25px;
  margin-bottom: 15px;
 }
 .design02 th {
  padding: 10px;
  background: #fcf4e3;
  border: solid 1px #d4c5a5;
  color: #181818;
  vertical-align: middle;
  width: 30%;
 }
 .design02 td {
  padding: 10px 30px;
  border: solid 1px #d4c5a5;
  vertical-align: middle;
  width: 70%;
  text-align: left;
 }

.salon_box{
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .salon_box{
    width: 95%;
    margin: 0 auto;
  }
}
.kessai_area{
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact_area .morebtn3 a,.contact_area .morebtn3 .fomb {
  width: 300px;
}
.contact_box{
  width: 80%;
    margin: 0 auto;
}
.c_red_label {
  background: #E4007F;
  padding: 4px 5px 4px 7px;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  border-radius: 3px;
  letter-spacing: 2px;
}

.privacy_area{
 width: 80%;
 margin: 0px auto; 
}
@media screen and (max-width: 820px) {
  .privacy_area{
    width: 95%;
    margin: 0 auto; 
   }
}



.privacy_area .contents-block33 h3{
  font-size: 20px;
    font-weight: bold;
    color: #3B1218;
    margin-top: 30px;
}

.news_area{
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .news_area{
    width: 95%;
    margin: 0 auto;
  }
}

.note_flex{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.note_flex li{
  width: calc(100% / 3);
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .note_flex li{
    width: calc(100% / 2);
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .note_flex li{
    width: calc(100% / 1);
    padding: 10px;
  }
}
.note_area{
  background: #E6AAB4;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.note_area a{
  color: #fff;
}

.top-section02 .title-type01 .ttl-sub,
.top-section02 .title-type01 .ttl-main{
  color: #F36CB8;
}

.pink_txt{
  color: #E66E5F;
}
.black_txt{
  color: #181818 !important;
}

.ba_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ba_box{
  width: calc(100% / 2 - 20px);
}
.ba_box p{
  text-align: center;
  font-size: 20px;
  color: #E4007F;
}

.bg_black{
  background: #fff9ec;
}
.txt_w{
  color: #E66E5F !important;
}
.txt_g{
  color: #f7f7f7 !important;
}

/*****************************
    SECTION 装飾
*****************************/
.faqsec,
.topsalonsec{
  position: relative;
}
.faqsec::before{
  background: url(../images/common/bg_pattern01_pink.png) repeat-x left top;
  background-size: auto 22px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 100%;
  z-index: 5;
}
.topsalonsec::before{
  background: url(../images/common/bg_pattern01_white.png) repeat-x left top;
    background-size: auto 22px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 100%;
    z-index: 5;
}