@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////////////////////////

共通css

///////////////////////////////////////////////////////*/
body {}

body {
  font-size: 16px;
  font-family: YakuHanJP,  'Noto Serif JP', serif;
  background: #f293a6;
}
/*
font-weight: 100;
font-weight: 200;
font-weight: 300;
font-weight: 400;
font-weight: 500;
font-weight: 700;
font-weight: 900;

*/


/* english numeric font */

ol, ul {
    list-style: none;
    list-style-type: none;
  }
/*    input {
    display: none;
    }*/
    button {
      border: none;
      background: none;
      outline:none;
    }
/*    a:hover,
    a img:hover,
    label img:hover {
    opacity: 0.8;
 }*/


*{
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
.inner {
  padding: 0 10px;
  width: 100%;

}}
/*=======================================================
header
 =======================================================*/
.head {
  display: flex;
  width: 100%;
}
.logo {
 width: 263px;
margin: 0 auto;
text-align: center;
margin-top: 13px;
margin-right: 27px;
}
.logo img {
  width:250px;
  margin-top: 20px; 
}
.info {
  flex: 1;
}


.info .contents {
  display: flex;
}
.info .description {
  flex: 1;
}

.info .description .fullreservation {
display: inline-block;
border-radius: 20px;
color: #fff;
background: #e93252;
padding: 5px 30px;
margin-top: 24px;
}

.info .description .concept {
font-size: 14px;
margin-top: 10px;
line-height: 24px;
}



.info .tell {

  width: 260px;
  margin-bottom: 24px;
  background: #ee7f95;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 124px;
}
.info .tell a {

  width: 260px;
  margin-bottom: 24px;
  background: #ee7f95;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 124px;
  margin-bottom: 0;
}

.info .tell .reserve {
font-size: 14px;
}

.info .tell .number {
font-size: 26px;
font-weight: 500;
letter-spacing: 0.09em;
}


.info .tell .text {
font-size: 10px;

}


.info .contact {
  min-height: 124px;
  width: 260px;
  background: #33190a;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 0 25px;
}
.info .contact a {
  min-height: 124px;
  width: 260px;
  background: #33190a;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 0 25px;
  margin-bottom: 0;
}
.info .contact a:hover {
  min-height: 124px;
  width: 260px;
  background: #FFF;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: solid 1px #e93252 ;
  color: #e93252;
  padding: 0 25px;
  margin-bottom: 0;
}

.info .contact .web {
font-size: 36px;
font-weight: 500px;
}
.info .contact .text {
  font-size: 10px;
  text-align: left;
}

.main-container{
  display: flex;
  width: 100%;
}

@media screen and (max-width:1124px) {/* voice */
.info .description {
  flex: 1;
}

.info .description .fullreservation {
display: inline-block;
border-radius: 20px;
color: #fff;
background: #e93252;
padding: 5px 30px;
margin-top: 24px;
}

.info .description .concept {
font-size: 14px;
margin-top: 10px;
line-height: 24px;
}



.info .tell {
  width: 200px;
  margin-bottom: 24px;
  background: #ee7f95;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 124px;
  padding: 0 10px;
}

.info .tell .reserve {
font-size: 12px;
}

.info .tell .number {
font-size: 22px;
font-weight: 500;
letter-spacing: 0.01em;
}


.info .tell .text {
font-size: 10px;

}


.info .contact {
  min-height: 124px;
  width: 200px;
  background: #33190a;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 0 10px;
}
.info .contact .web {
font-size: 28px;
font-weight: 500px;
}
.info .contact .text {
  font-size: 10px;
  text-align: left;
}}
/* ナビゲーション　*/
.sidebar{
  flex: 0 0 240px;


}

.sidebar ul.navigation {
padding-left: 27px;
}

.sidebar ul.navigation a {
display: block;
border: 1px solid #ee869a;
background: -moz-linear-gradient(top, #ffd9e1, #f59cae);
background: -webkit-linear-gradient(top, #ffd9e1, #f59cae);
background: linear-gradient(to bottom, #ffd9e1, #f59cae);
border-radius: 10px;
margin-bottom: 10px;
display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
min-height: 53px;

}

.sidebar ul.navigation a.selected {
display: block;
border: 1px solid #ccb19a;
background: -moz-linear-gradient(top, #fbf0ce, #fcdea3);
background: -webkit-linear-gradient(top, #fbf0ce, #fcdea3);
background: linear-gradient(to bottom, #fbf0ce, #fcdea3);
border-radius: 10px;
margin-bottom: 10px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
min-height: 53px;

}

.sidebar ul.navigation a:hover {
display: block;
border: 1px solid #ccb19a;
background: -moz-linear-gradient(top, #fbf0ce, #fcdea3);
background: -webkit-linear-gradient(top, #fbf0ce, #fcdea3);
background: linear-gradient(to bottom, #fbf0ce, #fcdea3);
border-radius: 10px;
margin-bottom: 10px;
display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
min-height: 53px;
}

.sidebar ul.navigation li a {
  color: #330a0a;

}

.sidebar ul.navigation p {
  font-size: 16px;
line-height: 16px;
}


.sidebar ul.navigation span {
  font-size: 10px;
  display: block;
}

.sidebar ul.navigation li:last-child {
display: block;
border: 0;
background: none;
border-radius: 0
margin-bottom: 0;
}

.sidebar ul.navigation li:last-child a {
display: block;
border: 0;
background: none;
border-radius: 0
margin-bottom: 0;

}
.sidebar ul.navigation li:last-child a:hover {
opacity: 0.7;
}





/* ナビゲーション　*/
.maincol{
  flex: 1 1 auto;
  margin-left: 30px;
  margin-right: 30px;



}


.maincol .topbanner img {
width: 100%;
margin-bottom: 20px;
}
.maincol .caution {
width: 100%;
display: block;
background: #fee9bd;
border: 2px solid #492b25;
color: #492b25;
/*margin-top: 24px;*/
padding: 0 30px 20px;
}

/* スマホバナー*/
.maincol .topbanner_sp img {
width: 100%;
}
/* スマホバナー*/

.maincol .caution h2 {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.maincol .caution h3 {
  display: inline-block;
  background: #492b25;
  color: #fff;
  font-weight: 500;
  padding: 3px 10px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.maincol .caution h4 {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.maincol .caution .description {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 40px;
}


.caution ul.list {
  margin: 0 auto 20px;
  padding: 0


}
.caution ul.list li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}



/* toppage about starts */

.maincol .about {
width: 100%;
}

.maincol .about h2 {
display: block;
color: #fff;
background: #e93252;
margin-top: 40px;
margin-bottom: 24px;
}
.maincol .about .headline {
display: inline-block;
text-align: left;
font-weight: 500;
font-size: 30px;
padding: 10px 20px;

}
.maincol .about .small {
display: inline;
color: #fff;
padding: 20px;
font-size: 22px;
margin-left: 40px;
}


.maincol .about ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.maincol .about ul li {
    border: 1px solid #beb6af;
    padding: 20px 15px;
    margin-bottom: 20px;
    text-align: left;
    list-style-type: none;
    flex-basis: 48.5%;
    box-sizing: border-box;
    margin-bottom: 30px;
}


.maincol .about ul li:last-child {

    border: 3px solid #e93252;
    min-height: 70px;
    background: url(../img/firsttime_pic.png);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 21px;
    color: #e93252;
    display: flex;
    align-items: center;
}
.maincol .about ul li:last-child a {
display: block;
padding: 30px 10px;
width: 100%;
color: #e93252;
font-weight: bold;
}
.maincol .about ul li img {
  height: auto;
  width: auto;
  background-size: contain;

}
.maincol .about ul li:not(:nth-child(even)) {
    margin-right: 3%;

}
.maincol .about ul li .box {
  display: flex;
}
.maincol .about ul li .icon {
  width: 135px;

}
.maincol .about ul li .text {
  flex: 1;
display: flex;
  align-items: center;

}

.maincol .about ul li .text .catch {
  font-size:23px;
  font-weight: bold;
  color: #e93252;

}
.maincol .about ul li .text .catch .explain {
  font-size:18px;
  display: inline-block;
  color: #000;
  font-weight: normal;
}

.maincol .about .circle {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #e93252;
  color: #fff;
}

.maincol .about .circle .text {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  text-align:center;
  font-size: 28px;
  line-height: 20px;
}
.maincol .about .circle .en {
font-size: 13px;
}

.wrapper {
margin: 0 auto;
max-width: 1200px;
background: #fff;

}


.contentwrap {
  width: 100%;
  margin: 0 auto;
}


.contentwrap .inner {
  width: 100%;
  max-width: 1200px
  margin: 0 auto;
}



/* top news */
.maincol .news {
width: 100%;
}

.maincol .news h2 {
display: block;
color: #fff;
background: #e93252;
margin-top: 24px;
margin-bottom: 24px;
}
.maincol .news .headline {
display: inline-block;
text-align: left;
font-weight: 500;
font-size: 30px;
padding: 10px 20px;

}

.maincol .news .small {
display: inline;
color: #fff;
padding: 20px;
font-size: 22px;
margin-left: 40px;
}


.maincol .news ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.maincol .news ul li {
    border-top: 1px solid #000;
    padding: 30px 0;
    text-align: left;
    list-style-type: none;
    font-size: 18px;
    box-sizing: border-box;
}
.maincol .news ul li:nth-child(odd) {
    flex-basis: 18%;
}
.maincol .news ul li:nth-child(even) {
    flex-basis: 80%;
}
.maincol .news ul li:not(:nth-child(even)) {
    padding-right: 2%;
}

.maincol .news ul li:nth-child(3), .maincol .news ul li:last-child {
    border-bottom: 1px solid #000;
    }

/* access */
/* top news */
.maincol .access {
width: 100%;
padding-bottom: 10px;
}

.maincol .access h2 {
display: block;
color: #fff;
background: #e93252;
margin-top: 50px;
margin-bottom: 24px;
}
.maincol .access p {
display: inline-block;
text-align: left;
font-weight: 500;
font-size: 30px;
padding: 10px 20px;

}
.maincol .access h3 {
display: block;
color: #fff;
background: #e93252;
margin-top: 0;
margin-bottom: 24px;
}
.maincol .access h4 {
    width: 100%;
    display: block;
    color: #fff;
    background: #f293a6;
    margin-top: 0;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-image: url(../img/title_image.png);
}
.maincol .access .small {
display: inline;
color: #fff;
padding: 20px;
font-size: 22px;
margin-left: 40px;
}


.maincol .access ul.location {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 20px;
}
.maincol .access ul.location li:nth-child(even) {
    list-style-type: none;
    width: calc( 100% - 110px );
}

.maincol .access ul.location li:first-child {
    border-top: 1px solid #000;
  }
.maincol .access ul.location li:nth-child(odd) {
  list-style-type: none;
  width: 110px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color:#e93252;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

.maincol .access ul.location li:nth-child(2) {
    border-top: 1px solid #000;


}
.maincol .access ul.location li:nth-child(even) {
    border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align: left;
  padding: 20px;
  font-size: 14px;
  line-height: 28px;
}
.maincol iframe {
  margin-bottom: 30px;
}
.maincol .access ul.location li:last-child {
    border-bottom: 1px solid #000;
        text-align: left;
    padding: 20px;
    font-size: 12px;
    line-height: 18px;
  }

@media screen and (max-width:870px) {
.maincol .about ul li .icon {
  width: 120px;

}.maincol .about .circle {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #e93252;
  color: #fff;
}
.maincol .about .circle .text {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110px;
  text-align:center;
  font-size: 28px;
  line-height: 20px;
}
}


@media screen and (max-width:768px) {
.sidebar{
display: none;
}
.maincol{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.head {
padding-bottom: 20px;
}
.logo {
width: auto;
margin: 0 auto;
text-align: center;
margin-top: 8px;
margin-right: 12px;
margin-left: 8px;

}
.logo img {
  width: 150px;
  margin-top: 30px;
}

.info {
  flex: 1;
}


.info .contents {
  display: flex;
}
.info .description {
  flex: 1;
}

.info .description .fullreservation {
display: inline-block;
border-radius: 20px;
color: #fff;
background: #e93252;
padding: 3px 40px;
margin-top: 15px;
margin-right: 10px;
float: right;
font-size: 12px;
}

.info .description .concept {
font-size: 14px;
margin-top: 10px;
line-height: 24px;
display: inline-block;
font-size: 11px;
line-height: 18px;
margin-right: 5px;
}

.info .tell {
  width: 260px;
  margin-bottom: 24px;
  background: #ee7f95;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 124px;
}

.info .tell .reserve {
font-size: 14px;
}

.info .tell .number {
font-size: 26px;
font-weight: 500;
letter-spacing: 0.09em;
}

.info .tell .text {
font-size: 10px;
}
.info .contact {
  min-height: 124px;
  width: 260px;
  background: #33190a;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 0 25px;
}
.info .contact .web {
font-size: 36px;
font-weight: 500px;
}
.info .contact .text {
  font-size: 10px;
  text-align: left;
}
.maincol .caution {

    padding: 0 15px 10px;
}

.maincol .caution h2 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.maincol .caution h3 {
  display: inline-block;
  background: #492b25;
  color: #fff;
  font-weight: 500;
  padding: 3px 10px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.maincol .caution h4 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.maincol .caution .description {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 20px;
}


.caution ul.list {
  margin: 0 auto 20px;
  padding: 0


}
.caution ul.list li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;

}
/* toppage about starts */

.maincol .about {
width: 100%;
}

.maincol .about h2 {
display: block;
color: #fff;
background: #e93252;
margin-top: 20px;
margin-bottom: 10px;
}
.maincol .about .headline {
display: inline-block;
text-align: left;
font-weight: 500;
font-size: 26px;
padding: 10px 15px;

}
.maincol .about .small {
display: inline;
color: #fff;
padding: 10px;
font-size: 14px;
margin-left: 5px;
}


.maincol .about ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.maincol .about ul li {
    border: 1px solid #4a3620;
    padding: 10px;
    margin-bottom: 20px;
    text-align: left;
    list-style-type: none;
    flex-basis: 48.5%;
    box-sizing: border-box;
    margin-bottom: 10px;
}


.maincol .about ul li:last-child {
    border: 3px solid #e93252;
    min-height: 120px;
    background: url(../img/firsttime_pic_sp.png);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 17px;
    color: #e93252;
    display: flex;
    align-items: center;
}

.maincol .about ul li img {
  height: auto;
  width: auto;
  background-size: contain;

}
.maincol .about ul li:not(:nth-child(even)) {
    margin-right: 0;

}.maincol .about ul li {
    margin-right: 0;

}
.maincol .about ul li .box {
  display: flex;
}
.maincol .about ul li .icon {
  width: 110px;

}
.maincol .about ul li .text {
  flex: 1;
  display: flex;
  align-items: center;
}

.maincol .about ul li .text .catch {
  font-size:19px;
  font-weight: bold;
  color: #e93252;

}
.maincol .about ul li .text .catch .explain {
  font-size:15px;
  display: inline-block;
  color: #000;
  font-weight: normal;
}

.maincol .about .circle {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #e93252;
  color: #fff;
}

.maincol .about .circle .text {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  text-align:center;
  font-size: 23px;
  line-height: 20px;
}
.maincol .about .circle .en {
font-size: 10px;
}

.wrapper {
margin: 0 auto;
max-width: 1200px;
background: #fff;

}


.contentwrap {
  width: 100%;
  margin: 0 auto;
}


.contentwrap .inner {
  width: 100%;
  max-width: 1200px
  margin: 0 auto;
}
/* top news */
.maincol .news {
width: 100%;
}

.maincol .news h2 {
display: block;
color: #fff;
background: #e93252;
margin-top: 24px;
margin-bottom: 10px;
}
.maincol .news .headline {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    font-size: 26px;
    padding: 10px 15px;
}

.maincol .news .small {
    display: inline;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin-left: 5px;
}

.maincol .news ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}
.maincol .news ul li {
    border-top: 0;
    padding: 0 20px;
    text-align: left;
    list-style-type: none;

    box-sizing: border-box;
}
.maincol .news ul li:nth-child(odd) {
    flex-basis: 100%;
    font-size: 10px

}
.maincol .news ul li:nth-child(even) {
    flex-basis: 83%;
}
.maincol .news ul li:not(:nth-child(even)) {
    padding-right: 2%;
}

.maincol .news ul li:nth-child(3), .maincol .news ul li:last-child {
border-bottom: 0;
    }

.maincol .news ul li:first-child {
border-top: 1px solid #000;
}
.maincol .news ul li:nth-child(even) {
padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.maincol .news ul li:nth-child(odd) {
padding-top: 10px;

}
.maincol .voice_sp {
  margin-top: 30px;
}
.maincol .voice_sp img {
  width: 100%;
}
/* access */
/* top news */
.maincol .access {
width: 100%;
padding-bottom: 0;
}

.maincol .access h2 {
display: block;
color: #fff;
background: #e93252;
margin-top: 0;
margin-bottom: 10px;
}
.maincol .access .headline {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    font-size: 26px;
    padding: 10px 15px;

}

.maincol .access .small {
    display: inline;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin-left: 5px;
}



.maincol .access ul.location {
display: flex;
flex-wrap: wrap;
flex-direction: column;
width: 100%;
margin-bottom: 30px;
}
.maincol .access ul.location li:nth-child(even) {
    list-style-type: none;
width: 100%;
}

.maincol .access ul.location li:first-child {
    border-top: 1px solid #000;
  }
.maincol .access ul.location li:nth-child(odd) {
  list-style-type: none;
width: 100%;
  border-bottom: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background-color:#e93252;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}


.maincol .access ul.location li:nth-child(2) {
    border-top: 0;


}
.maincol .access ul.location li:nth-child(even) {
    border-bottom: 0;
  border-right: 1px solid #330a0a;
  border-left: 1px solid #330a0a;
  text-align: left;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
}
.maincol .access ul.location li:last-child {
    border-bottom: 1px solid #330a0a;
  }
.maincol iframe {
  margin-bottom: 0;
}
}
/*footer*/
footer {
  background: #e93252;
  padding: 30px 0 20px;
  width: 100%;


}



.gb_nav {
  width: 100%;
  color: #fff;


}
.gb_nav .container {
  /*width: 1200px;*/
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.gb_nav ul {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.gb_nav ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  list-style-type: none;
  padding: 6px 15px;
  text-align: center;
  font-size: 16px;
}
.gb_nav ul li a {
color: #fff;
}
.gb_nav ul li .line-right {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #fff;
}

footer .copy {
  text-align: center;
  color: #fff;
  font-size:12px;
}
@media screen and (max-width: 999px) {
  .gb_nav .container {
  width: 100%;
  }
}
@media screen and (max-width: 768px) {

.gb_nav ul {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.gb_nav ul li {
  position: relative;
  display: block;
  text-align: center;
  list-style-type: none;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.gb_nav ul li .line-right {
  display: none;

}
}

/* concept */

.maincol .concept {
width: 100%;
}

.maincol .concept h2 {
width: 100%;
display: block;
color: #fff;
background: #f293a6;
margin-top: 0;
margin-bottom: 24px;
background-repeat: no-repeat;
background-image:url(../img/title_image.png);

}
.maincol .concept p {
display: inline-block;
text-align: left;

font-weight: 500;
font-size: 30px;
padding: 10px 20px;

}


.maincol .concept h3 {
  padding: .25em 0 .5em .75em;
  border-left: 7px solid #e93252;
  border-bottom: 1px solid #f497a9;
  margin-bottom: 20px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-weight: bold;
}
.curlprice {
  border-collapse:collapse;
  border-spacing:0;
  width: 100%;}
.curlprice td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:16px; padding: 20px;
  overflow:hidden;padding:10px 5px;word-break:normal; padding: 25px 0; line-height: 26px; font-weight: bold;}
.curlprice th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal; width: calc( 100% / 3 );}
.curlprice .tg-8jfw{border-color:#4a3620;color:#000000;text-align:center;vertical-align:top;}
.curlprice .tg-kb2n{background-color:#e93252;border-color:#4a3620;color:#ffffff; font-size: 18px; font-weight: bold; text-align:center;vertical-align:top}
.curlprice .tg-smvd{background-color:#ffecf0;border-color:#4a3620;color:#e93252;text-align:center;vertical-align:top}

.curlprice #alignment {
  width: 20%;
}
.maincol .aboutperm .arrowdown {
  margin: 20px auto 20px;
  text-align: center;
}

.maincol .aboutperm .catch {
  color: #e93252;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.maincol .aboutperm .visual {
margin: 0 auto;
}

.maincol .aboutperm .visual img {
width: 100%;
}


.maincol .aboutperm .parent {
  display: flex;
  border-bottom: 2px solid #e93252;
justify-content: center;
    align-items: center;
}
.maincol .aboutperm .child {
 /* display: flex;
  justify-content: center;
  align-items: center;*/

  font-size: 1.4rem;
}
.maincol .aboutperm .child.title {
  width: 160px;
  font-size: 45px;
  font-weight: bold;
  color: #e93252;
}
.maincol .aboutperm .child.problem {
  font-size: 16px;
  width: 330px;
  text-align: left;
  padding: 50px 20px;

}
.maincol .aboutperm .child.arrowright {
  width: 100px;
}
.maincol .aboutperm .child.solution {
  flex: 1;
  font-size: 16px;
}
.maincol .aboutperm .child#red {
  color: #e93252;
}


.maincol .aboutperm {
width: 100%;
}

.maincol .aboutperm h2 {
display: block;
color: #fff;
margin-top: 30px;
margin-bottom: 24px;
background: #e93252;
}

.maincol .aboutperm h2 p {
display: inline-block;
text-align: left;
font-weight: 500;
font-size: 30px;
padding: 10px 20px;


}
.maincol .aboutperm .details {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
}
.maincol .aboutperm .item-image {
  width: 50%;
}

.maincol .aboutperm .item-image img {
border: 3px solid #e93252;
width: 100%;
}

.maincol .aboutperm .item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
line-height: 28px;
margin-left: 30px;
}
.maincol .aboutperm .item-text #red {
  color: #e93252;
  font-weight: bold;
}

.aboutperm .description {
  margin-top: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size:16px:
  line-height:28px;
  margin-bottom: 40px;
}

.aboutperm .description #red {
  color: #e93252;
  font-weight: bold;
}



.maincol .aboutperm ul {
    padding: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.maincol .aboutperm ul {
    margin-top: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
    list-style-type: none;
}

.maincol .aboutperm ul li {
background: #f1f0ef;
margin: 0;
padding: 30px 0;
width: 23%;
  margin-right: 2.6%;
}

.maincol .aboutperm ul li img {
/*height: 90px;*/

}
.maincol .aboutperm ul li:last-child {
  margin-right: 0;
}






.maincol .aboutperm ul.treatmentflow {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}
.maincol .aboutperm ul.treatmentflow {
    margin-top: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
    list-style-type: none;
}

.maincol .aboutperm ul.treatmentflow li {
background: #ffecf0;
margin: 0;
padding: 30px;
width: 49%;

}
.maincol .aboutperm ul.treatmentflow li{
  margin-right: 2%;
}
.maincol .aboutperm ul.treatmentflow li:nth-child(2) {
  margin-right: 0;
}

.maincol .aboutperm ul.treatmentflow .text {
font-size: 16px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
text-align: left;
}
.maincol .aboutperm ul.treatmentflow .explanation1 {
  display: flex;
  font-size: 24px;
  color: #e93252;
  margin-bottom: 20px;
  font-weight: bold;
}

.maincol .aboutperm ul.treatmentflow .explanation1:before {
  display: inline;
    left: -35px;
    background-color: #e93252;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    content: "1";
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}
.maincol .aboutperm ul.treatmentflow .explanation2 {
  display: flex;
  font-size: 24px;
  color: #e93252;
  margin-bottom: 20px;
  font-weight: bold;
}

.maincol .aboutperm ul.treatmentflow .explanation2:before {
  display: inline;
    left: -35px;
    background-color: #e93252;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    content: "2";
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}


.maincol .aboutperm .finish {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 120px;
}
.maincol .aboutperm .finish .finish-image {
  width: 50%;

}
.maincol .aboutperm .finish .finish-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  align-items: center;
}

.maincol .aboutperm .finish .finish-image img {
    width: 100%;
  border: 1px solid #e93252;
}
.maincol .aboutperm .finish .title {
  color: #e93252;
  font-size: 28px;
 text-align: left;
 font-weight: bold;
 margin-bottom: 20px;

 }
.maincol .aboutperm .finish .text {
  font-size: 16px;
  line-height: 28px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
 margin-right: 30px;
}
.maincol .aboutperm .child.solution .red {
    color: #e93252;
}
@media screen and (max-width:768px) {

.maincol .concept h2 {
display: block;
color: #fff;
background: #f293a6;
margin-top: 0;
margin-bottom: 24px;
background-repeat: no-repeat;
background-image:url(../img/title_image.png);

}
.maincol .concept p {
display: inline-block;
text-align: left;

font-weight: 500;
font-size: 20px;
padding: 10px 20px;

}


.maincol .concept h3 {
  padding: .25em 0 .5em .75em;
  border-left: 7px solid #e93252;
  border-bottom: 1px solid #f497a9;
  margin-bottom: 20px;
  font-size: 16px;
}
.maincol .aboutperm h2 {
display: block;
color: #fff;
margin-top: 30px;
margin-bottom: 24px;
background: #e93252;
}

.maincol .aboutperm h2 p {
display: inline-block;
text-align: left;
font-weight: 500;
font-size: 20px;
padding: 10px 20px;


}

.maincol .aboutperm .details {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.maincol .aboutperm .item-image {
  width: 100%;
}

.maincol .aboutperm .item-image img {
border: 3px solid #e93252;
width: 100%;
}

.maincol .aboutperm .item-text {
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
line-height: 28px;
margin-left: 0;
}
.maincol .aboutperm .item-text #red {
  color: #e93252;
  font-weight: bold;
}
.maincol .aboutperm ul {
  display: flex; /* 横並びに */
  flex-wrap: wrap; /* 折り返し表示できるように */
    margin-bottom: 40px;
}
.maincol .aboutperm ul {
    margin-top: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
    list-style-type: none;
}
.maincol .aboutperm ul img {
height: 70px;
}

.maincol .aboutperm ul li {
background: #f1f0ef;
margin: 0;
padding: 30px;
  flex-basis: 49%; /* 要素の幅指定 */
  margin-bottom: 10px;

}
.maincol .aboutperm ul li:not(:last-child) {
  margin-right: 0;
}
.maincol .aboutperm ul li:not(:nth-child(even)) {
  margin-right: 2%;
}
.aboutperm .description {
  margin-top: 15px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size:16px:
  line-height:28px;
  margin-bottom: 40px;
}
.maincol .aboutperm .catch {
    color: #e93252;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.maincol .aboutperm .parent {
  display: flex;
  border-bottom: 2px solid #e93252;
  flex-direction: column;
}
.maincol .aboutperm .child {
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.4rem;
}
.maincol .aboutperm .child.title {
  width:100%;
  font-size: 45px;
  font-weight: bold;
  color: #e93252;
  text-align: center;
  margin: 20px auto 0;
}
.maincol .aboutperm .child.problem {
  font-size: 16px;
  width:100%;
  text-align: left;
  padding: 20px 20px;
  text-align: center;
}
.maincol .aboutperm .child.arrowright {
  width:100%;
  margin-bottom: 10px;
  margin: 0 auto
  text-align: center;
}
.maincol .aboutperm .child.solution {
    width: 100%;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
    display: inline-block;

}
.maincol .aboutperm .child.solution .red {
color: #e93252;
}
.maincol .aboutperm .child#red {
  color: #e93252;

}
.maincol .aboutperm .arrowdown {
    margin: 10px auto;
    text-align: center;
}


.maincol .aboutperm ul.treatmentflow {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px;
}
.maincol .aboutperm ul.treatmentflow {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    list-style-type: none;
}

.maincol .aboutperm ul.treatmentflow li {
background: #ffecf0;
margin: 0;
padding: 20px 8px 20px 15px;
width: 100%;

}
.maincol .aboutperm ul.treatmentflow li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 20px;
}
.maincol .aboutperm ul.treatmentflow .text {
font-size: 16px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
text-align: left;
}
.maincol .aboutperm ul.treatmentflow .explanation1 {
  display: flex;
  font-size: 24px;
  color: #e93252;
  margin-bottom: 10px;
  font-weight: bold;
}

.maincol .aboutperm ul.treatmentflow .explanation1:before {
  display: inline;
    left: -35px;
    background-color: #e93252;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    content: "1";
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}
.maincol .aboutperm ul.treatmentflow .explanation2 {
  display: flex;
  font-size: 22px;
  color: #e93252;
  margin-bottom: 10px;
  font-weight: bold;
}

.maincol .aboutperm ul.treatmentflow .explanation2:before {
  display: inline;
    left: -35px;
    background-color: #e93252;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    content: "2";
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}


.maincol .aboutperm .finish {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 60px;
  flex-direction: column;
}

.maincol .aboutperm .finish .finish-image{
 order: 1;
}
.maincol .aboutperm .finish .finish-text {
 order: 2;
}
.maincol .aboutperm .finish .finish-image {
  width: 100%;


}
.maincol .aboutperm .finish .finish-text {
  display: flex;
  flex-wrap: wrap;

  flex: 1;
  align-content: center;
  align-items: center;
}

.maincol .aboutperm .finish .finish-image img {
    width: 100%;
  border: 1px solid #e93252;
}
.maincol .aboutperm .finish .title {
  color: #e93252;
  font-size: 26px;
 text-align: left;
 font-weight: bold;
margin:20px auto;
 text-align: center;

 }
.maincol .aboutperm .finish .text {
  font-size: 16px;
  line-height: 28px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
 margin-right: 30px;
}
.curlprice {
  border-collapse:collapse;
  border-spacing:0;
  width: 100%;

}
.curlprice td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px; padding: 20px;
  overflow:hidden;padding:10px 5px;word-break:normal; padding: 10px 5px; line-height: 20px; font-weight: bold;}
.curlprice th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal; width: calc( 100% / 3 );}
.curlprice .tg-8jfw{border-color:#4a3620;color:#000000;text-align:center;vertical-align:top;}
.curlprice .tg-kb2n{background-color:#e93252;border-color:#4a3620;color:#ffffff; font-size: 12px; font-weight: bold; text-align:center;vertical-align:top}
.curlprice .tg-smvd{background-color:#ffecf0;border-color:#4a3620;color:#e93252;text-align:center;vertical-align:top}

.curlprice #alignment {
  width: 17%;
}
}
/* menu */

.maincol .menu {
width: 100%;
}

.maincol .menu h2 {
display: block;
color: #fff;
background: #f293a6;
margin-top: 0;
margin-bottom: 24px;
background-repeat: no-repeat;
background-image:url(../img/title_image.png);

}
.maincol .menu p {
display: inline-block;
text-align: left;

font-weight: 500;
font-size: 30px;
padding: 10px 20px;

}


.maincol .menu h3 {
  padding: .25em 0 .5em .75em;
  border-left: 7px solid #e93252;
  border-bottom: 1px solid #f497a9;
  margin-bottom: 20px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-weight: bold;
}



/* top news */
.maincol .perm {
width: 100%;
}

.maincol .perm h2 {
display: block;
color: #fff;
background: #e93252;
margin-top: 24px;
margin-bottom: 24px;
}

.maincol .perm h3 {
margin: 40px 60px;
color: #e93252;
font-size: 32px;
font-weight: bold;
}

.maincol .perm h5 {
margin: 30px 60px;
font-size: 25px;
font-weight: bold;
}
.maincol .perm h2 p {
display: inline-block;
text-align: left;
font-weight: 500;
font-size: 30px;
padding: 10px 20px;


}

.maincol .perm .small {
display: inline;
color: #fff;
padding: 20px;
font-size: 22px;

}

.maincol .perm .box {
display: block;
border: 2px solid #e93252;
}
.maincol .perm .box .title {
display: block;

}
.maincol .perm .box .parent {
  display: flex;
  height:88px;
  background: #ffecf0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.maincol .perm .box .main {
  flex: 1;
}
.maincol .perm .box .side {
padding-right: 20px;

}

.maincol .perm .box .menu1 {
  font-size: 22px;
  font-weight: bold;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
padding: 10px 20px;
}
.maincol .perm .box .price {
display: inline-block;
border-radius: 30px;
background: #e93252;

}

.maincol .perm .box .price .text {
font-size: 25px;
color: #fff;
padding: 5px 20px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.maincol .perm .box .price .small {
  font-size: 16px;
color: #fff;
padding: 0;

}



.maincol .perm ul.example {
    padding: 50px 60px;
    display: flex;
    flex-wrap: wrap;
    border: 0;

}
.maincol .perm ul.example li {
    text-align: left;
    list-style-type: none;
    flex-basis: 47.5%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 0;
}


.maincol .perm ul.example li:last-child {
    padding: 0 30px;
    background: #e93252;;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 38px;
}

.maincol .perm ul.example li img {
  height: 100%;
  width: 100%;
  background-size: contain;

}
.maincol .perm ul.example li:not(:nth-child(even)) {
    margin-right: 2.5%;

}
.maincol .perm ul.example li .box {
  display: flex;
}
.maincol .perm ul.example li .icon {
  width: 160px;

}
.maincol .perm ul.example li .text {
  flex: 1;
  display: flex;
  align-items: center;
}

.maincol .perm .desctiption {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
}


.maincol .perm ul.menulist {
    display: flex;
    flex-wrap: wrap;
    border: 0;

}
.maincol .perm ul.menulist li {
    text-align: left;
    list-style-type: none;
    flex-basis: 47.5%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 0;
      border: 2px solid #e93252;
}

.maincol .perm ul.menulist .titlebox {
    background: #e93252;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.maincol .perm ul.menulist .title {
width: 100%;
font-size: 20px;
padding-top: 10px;
text-align: center;
}
.maincol .perm ul.menulist .details {
margin: 20px 30px;
font-size: 14px;
}
.maincol .perm ul.menulist .subtitle {
width: 100%;
font-size: 16px;
padding-bottom: 12px;
text-align: center;

}

.maincol .perm ul.menulist li:not(:nth-child(even)) {
    margin-right: 2.5%;

}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 80px;
}
.item {
  display: flex;
  flex-direction: column;
  width: 49%;
  border: 2px solid #e93252;
  box-sizing: border-box;
  margin-bottom: 25px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

}
.maincol .item .titlebox {
    background: #e93252;
    justify-content: center;
    align-items: center;
    color: #fff;

}
.maincol .item .title {
width: 100%;
font-size: 20px;
padding-top: 10px;

text-align: center;
}
.maincol .item .title2 {
width: 100%;
font-size: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
.maincol .item .details {
margin: 20px 30px;
font-size: 14px;
}
.maincol .item .subtitle {
width: 100%;
font-size: 16px;
padding-bottom: 12px;
text-align: center;

}

.item-btn {
  margin-top: auto;
  padding-top: 1em;
}
.item-btn a {
  display: block;
  padding: .5em;

  border-radius: 4px;
  color: #e93252;
  text-decoration: none;
  text-align: right;
}

.item-btn .text {
font-size: 24px;
color: #e93252;
  display: block;
  padding: .5em;
  text-align: right;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.item-btn .tax {
  font-size: 16px;
color: #e93252;

}

@media screen and (max-width:768px) {
 /* menu */

.maincol .menu {
width: 100%;
}

.maincol .menu h2 {
display: block;
color: #fff;
background: #f293a6;
margin-top: 0;
margin-bottom: 24px;
background-repeat: no-repeat;
background-image:url(../img/title_image.png);

}
.maincol .menu p {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 20px;


}


.maincol .menu h3 {
  padding: .25em 0 .5em .75em;
  border-left: 7px solid #e93252;
  border-bottom: 1px solid #f497a9;
  margin-bottom: 20px;
}



/* top news */
.maincol .perm {
width: 100%;
}

.maincol .perm h2 {
display: block;
color: #fff;
background: #e93252;
margin-top: 0;
margin-bottom: 24px;
}

.maincol .perm h3 {
margin: 20px 20px;
color: #e93252;
font-size: 20px;
font-weight: bold;
}

.maincol .perm h5 {
margin: 20px;
font-size: 14px;
font-weight: bold;
}
.maincol .perm h2 p {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 20px;


}

.maincol .perm .small {
display: inline;
color: #fff;
padding: 20px;
font-size: 22px;

}

.maincol .perm .box {
display: block;
border: 2px solid #e93252;
}
.maincol .perm .box .title {
display: block;

}
.maincol .perm .box .parent {
  display: flex;
  height:140px;
  background: #ffecf0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.maincol .perm .box .main {
  width:100%;
    flex: none;
}
.maincol .perm .box .side {
padding-right: 20px;

}

.maincol .perm .box .menu1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
padding: 0 20px 10px;
}
.maincol .perm .box .price {
display: inline-block;
border-radius: 30px;
background: #e93252;

}

.maincol .perm .box .price .text {
font-size: 18px;
color: #fff;
padding: 5px 20px;
}
.maincol .perm .box .price .small {
  font-size: 16px;
color: #fff;
padding: 0;

}



.maincol .perm ul.example {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    border: 0;

}
.maincol .perm ul.example li {
    text-align: left;
    list-style-type: none;
    flex-basis: 48.5%;
    box-sizing: border-box;
    margin-bottom: 8px;
    border: 0;
}

.maincol .perm ul.example li:last-child {
    padding: 0 10px;
    background: #e93252;;
    font-size: 11px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 20px;
}

.maincol .perm ul.example li img {
  height: 100%;
  width: 100%;
  background-size: contain;

}
.maincol .perm ul.example li:not(:nth-child(even)) {
    margin-right: 2.5%;

}
.maincol .perm ul.example li .box {
  display: flex;
}
.maincol .perm ul.example li .icon {
  width: 160px;

}
.maincol .perm ul.example li .text {
  flex: 1;
  display: flex;
  align-items: center;
}

.maincol .perm .desctiption {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
}


.maincol .perm ul.menulist {
    display: flex;
    flex-wrap: wrap;
    border: 0;

}
.maincol .perm ul.menulist li {
    text-align: left;
    list-style-type: none;
    flex-basis: 47.5%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 0;
      border: 2px solid #e93252;
}

.maincol .perm ul.menulist .titlebox {
    background: #e93252;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.maincol .perm ul.menulist .title {
width: 100%;
font-size: 20px;
padding-top: 10px;
text-align: center;
}
.maincol .perm ul.menulist .details {
margin: 20px 30px;
font-size: 14px;
}
.maincol .perm ul.menulist .subtitle {
width: 100%;
font-size: 16px;
padding-bottom: 12px;
text-align: center;

}

.maincol .perm ul.menulist li:not(:nth-child(even)) {
    margin-right: 2.5%;

}







.menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
}
.item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid #e93252;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.maincol .item .titlebox {
    background: #e93252;
    justify-content: center;
    align-items: center;
    color: #fff;

}
.maincol .item .title {
width: 100%;
font-size: 20px;
padding-top: 10px;
text-align: center;
}
.maincol .item .details {
margin: 20px 15px 0 15px;
font-size: 14px;
}
.maincol .item .subtitle {
width: 100%;
font-size: 16px;
padding-bottom: 12px;
text-align: center;

}



.item-btn {
  margin-top: auto;
  padding-top: 1em;
}
.item-btn a {
  display: block;
  padding: .5em;

  border-radius: 4px;
  color: #e93252;
  text-decoration: none;
  text-align: right;
}

.item-btn .text {
font-size: 18px;
color: #e93252;
  display: block;
  padding: 0 .5em .5em .5em;
  text-align: right;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.item-btn .tax {
  font-size: 14px;
color: #e93252;

}

.mb60px {
  margin-bottom: 80px;
}
}
/* staff */

.maincol .staff {
width: 100%;
}

.maincol .staff h2 {
display: block;
color: #fff;
background: #f293a6;
margin-top: 0;
margin-bottom: 24px;
background-repeat: no-repeat;
background-image:url(../img/title_image.png);

}
.maincol .staff p {
display: inline-block;
text-align: left;

font-weight: 500;
font-size: 30px;
padding: 10px 20px;

}


.maincol .staff h3 {
font-size: 28px;
text-align: center;
margin: 20px auto 0;
line-height: 50px;
font-weight: bold;
}

.maincol .staff h4 {
font-size: 15px;
text-align: left;
margin: 20px 10px;
line-height: 28px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.maincol .profile ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.maincol .profile ul {
    margin-top: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
    list-style-type: none;
}
.maincol .profile ul li .frame {

margin: 0;
padding: 0;
}
.maincol .profile ul li {

    width: calc( 100% / 3 );

}
.maincol .profile ul li:not(:last-child) {

  margin-right: 25px;

}

.maincol .profile img {
    width: 100%;
    border: 2px solid #e93252;
}
.maincol .profile .name {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
 }
.maincol .profile .experience {
  font-size: 14px;
  font-weight: bold;
  color: #e93252;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
margin-bottom: 80px;
}
@media screen and (max-width:768px) {
.maincol .staff {
width: 100%;
}

.maincol .staff h2 {
    display: block;
    color: #fff;
    background: #f293a6;
    margin-top: 24px;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-image: url(../img/title_image.png);
}
.maincol .staff p {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 20px;

}


.maincol .staff h3 {
font-size: 20px;
text-align: left;
margin: 20px auto 0;
line-height: 38px;
font-weight: bold;
}

.maincol .staff h4 {
font-size: 14px;
text-align: left;
margin: 20px 10px;
line-height: 28px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.maincol .profile ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.maincol .profile ul {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    text-align: center;
    list-style-type: none;
}
.maincol .profile ul li .frame {

margin: 0;
padding: 0;
}
.maincol .profile ul li {

    width: calc( 100% / 2 );

}


.maincol .profile ul li:not(:last-child) {
  margin-right: 10px;

}
.maincol .profile ul li {

  margin-right: 10px;

}
  .maincol .profile ul li:nth-child(2) {

  margin-right: 0;

}
.maincol .profile img {
    width: 100%;
    border: 2px solid #e93252;
}
.maincol .profile .name {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
 }
.maincol .profile .experience {
  font-size: 11px;
  font-weight: bold;
  color: #e93252;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
margin-bottom: 80px;
}
}
/* voice */

.maincol .voice {
width: 100%;
}

.maincol .voice h2 {
display: block;
color: #fff;
background: #f293a6;
margin-top: 0;
margin-bottom: 24px;
background-repeat: no-repeat;
background-image:url(../img/title_image.png);

}

.maincol .voice p {
display: inline-block;
text-align: left;

font-weight: 500;
font-size: 30px;
padding: 10px 20px;

}

.maincol .voice .customer {
  width:100%;
  max-width: 700px;
  margin: 0 auto 30px;
  border: 1px solid #e93252;

}
.maincol .voice .title {
  width:100%;
  max-width: 700px;
  background: #ffecf0;
  font-weight: bold;
  }
.maincol .voice .title .comment {
font-size: 22px;
margin: 0;
padding: 20px 20px 0 20px;
color: #e93252;
display: block;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

}
.maincol .voice .title .name {
font-size: 16px;
margin: 0;
padding: 0 20px 20px 10px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

}
@media screen and (max-width:768px) {/* voice */

.maincol .voice {
width: 100%;
}

.maincol .voice h2 {
    display: block;
    color: #fff;
    background: #f293a6;
    margin-top: 24px;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-image: url(../img/title_image.png);

}
.maincol .voice p {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 20px;
}
.maincol .voice .customer {
  width:100%;
  max-width: 700px;
  margin: 0 auto 30px;
  border: 1px solid #e93252;

}
.maincol .voice .title {
  width:100%;
  max-width: 700px;
  background: #ffecf0;
  font-weight: bold;
  }
 .maincol .voice .text img {
width: 100%;
 }
.maincol .voice .title .comment {
font-size: 16px;
margin: 0;
padding: 20px 20px 0 20px;
color: #e93252;
display: block;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

}
.maincol .voice .title .name {
font-size: 13px;
margin: 0;
padding: 0 20px 20px 10px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

}
}

/* privacy */

.maincol .privacy {
width: 100%;
}

.maincol .privacy h2 {
width: 100%;
display: block;
color: #fff;
background: #f293a6;
margin-top: 0;
margin-bottom: 24px;
background-repeat: no-repeat;
background-image:url(../img/title_image.png);

}
.maincol .privacy p {
display: inline-block;
text-align: left;

font-weight: 500;
font-size: 30px;
padding: 10px 20px;

}


.maincol .privacy h3 {
  padding: .25em 0 .5em .75em;
  border-left: 7px solid #e93252;
  border-bottom: 1px solid #f497a9;
  margin-bottom: 20px;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-weight: bold;
}




.maincol .privacy .details {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
}

.maincol .privacy .item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
line-height: 28px;
margin-left: 30px;
}

.privacy .description {
  margin-top: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size:16px:
  line-height:28px;
  margin-bottom: 40px;
}

@media screen and (max-width:768px) {

.maincol .privacy h2 {
display: block;
color: #fff;
background: #f293a6;
margin-top: 0;
margin-bottom: 24px;
background-repeat: no-repeat;
background-image:url(../img/title_image.png);

}
.maincol .privacy p {
display: inline-block;
text-align: left;

font-weight: 500;
font-size: 20px;
padding: 10px 20px;

}


.maincol .privacy h3 {
  padding: .25em 0 .5em .75em;
  border-left: 7px solid #e93252;
  border-bottom: 1px solid #f497a9;
  margin-bottom: 20px;
  font-size: 16px;
}


.maincol .privacy .details {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.maincol .privacy .item-text {
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
line-height: 28px;
margin-left: 0;
}


}


/*フッター固定*/

/*-------------------------------------------*/
/*  スマホのフッターメニュー
/*-------------------------------------------*/
footer {
  padding-bottom: 90px;
}
ul.footerMenu {
    margin: 0 auto;
    /*padding: 12px 0;*/
    width: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;

}

ul.footerMenu li {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align:middle;
    list-style-type: none;
    font-size: 13px;

    border-right: 1px #fff solid;
    padding: 15px 0;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
}

ul.footerMenu li a i{
    font-size: 24px;
}

ul.footerMenu li a {
    border: none;
    /*display: block;*/
    color: #fff;
    text-align: center;
    text-decoration: none;
}


ul.footerMenu li:last-child {
   border-right: none;
 }
.footerMenu {
    position: fixed;
    bottom: 0;
    left:0;
    background: #e93252;
    z-index: 9999999999;
    -moz-opacity: 1;
    opacity: 1;
}

.footerMenu img {

    height: auto;
    margin-right: 8px;
}

.footerMenu .small img {
       width: 8%;
       }


#navOpen {
  display: inline-block;
  /*width: 30px;
  height: 22px;*/
  vertical-align: middle;
  color: #fff;
}



/*中身*/
#navContent {
  display: none;
  position: fixed;
  width: 100%;
  height : -webkit-calc(100% - 75px) ;
  height : calc(100% - 75px) ;
  top: 0;
  left: 0;
  transition: .2s ease-in-out;
  margin: 0 auto;
}

#navContent.open {
  display: block;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height : -webkit-calc(100% - 48px) ;
  height : calc(100% - 48px) ;
  padding: 10px;
  background: #ffecf0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/

}


/*:beforeにぼかし効果を設定する*/
#navContent.open:before {

  content: '';
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;/*重なり順序を一番下にしておく*/
}


/*チェックが入ったら表示する内容*/

.hamburger-top {
 /* height: 40px;*/
}

.footNavList {
  text-align: center;
  margin-top: 10px;
}

.footNavList #address {
  text-align: left;
  margin-left: 10px;
  padding: 10px 0;
}

.footNavList p {
    text-align: left;
}

.footNavList #phone{
  text-align: left;
  margin-left: 10px;


}
.footNavList #phone a {
  text-align: left;
  margin-left: 10px;
  color: #222;
  text-decoration: none;
}
.footNavList span {
  text-align: left;
  display: inline-block;

}
.footNavList img {
  text-align: center;
  width: 20%;
  margin: 0 auto;
  margin-bottom: 10px;
}


.footNavListTitle {
  padding: 0.5rem;
}

.footNavListTitle a {
  color: #333;
  text-decoration: none;
}


/*三本線を動かす*/
#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
}

.footNavList {
    width: 100%;

}
.footNavList .footNavListTitle {
    font-color: #222;
    font-size: 20px;
    line-height: 40px;
    display: block;
}
.footNavList .footNavListTitle a {
    font-color: #222!important;
}

.footNavList ul li {
    display: block;
    color: #222;
}
.footNavList ul li {
    border-bottom: solid 1px #ccc;
    padding: 15px 10px;
    text-align: left;
}
.footNavList ul li a {
    display: block;
    color: #222;
    text-align: left;
    text-decoration: none;

}

.footerMenuMobileFixed .foot_menu .footNavList img {
    width: 100%;
}

.footerMenuMobileFixed .foot_menu .footNavList #address {
    text-align: left;
}

/* additional */
@media (min-width: 770px) {
#topMainBnr {
    padding: 0;
}

#topMainBnr {
    background-color: #f5f5f5;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.25);

    padding: 0;
}
}
