@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

li {
  list-style: none;
}

/* common style */
body {
  font-size: 18px;
  font-family: "Noto Sans JP","游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

p {
  color: #333;
  line-height: 1.8;
}

h2 {
  font-size: 40px;
  font-weight: bold;
}

a {
  text-decoration: none;
}

/*
a:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}*/

.section {
  padding: 80px 0;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.box {
  font-family: "Yu Mincho", "YuMincho";
  background: url("img/main_bg.jpg") no-repeat center;
  background-size: cover;
  background-position: center;
}

.w-48 {
  width: 48%;
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.display-b {
  display: block;
}

.contents_ttl {
  position: relative;
  font-size: 34px;
  z-index: 1;
  font-weight: 500;
 letter-spacing: 0.1em;
}

hr {
  width: 64px;
  background: #009197;
  margin: 40px auto 80px;
  z-index: 1;
  position:relative;
}

.m-auto {
  margin: 0 auto;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.pb-1{
 padding-bottom: 1em;
}

.fs08{
 font-size: 0.8em;
}
.fs09{
 font-size: 0.9em;
}

.txt_blue {
  color: #009197;
}

.txt_sky_blue {
  color: #14a9c1;
}

.txt_white {
  color: #fff;
}

.txt_orange {
  color: #ff9f19;
}

.txt_yellow {
  color: #f99403;
}

.txt_green {
  color: #9fc52e;
}

.bg-white {
  background: white;
}

.bg_orange {
  background: #fef7e9;
}

.bg-pale-orange {
  background: #fff6f0;
}

.bg-gray {
  background: #f5f5f5;
}

.bg-green {
  background: #f5f9ea;
}

.bg-blue {
  background: #e5f4f4;
}

.bg-pale-blue {
  background: #f2fafa;
}

.bg-sky-blue {
  background: #e7f6f9;
}

.bg-sky-blue-1 {
  background: #f3fbfc;
}

.bg-orange {
  background: #fef3ea;
}

.bg-yellow {
  background: #fdefd5;
}

.bg-yellow-2 {
  background: #fef7e9;
}

.bg-yellow-3 {
  background: #fffcf6;
}

.font-14 {
  font-size: 14px;
}

.font-30 {
  font-size: 30px;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.btn a {
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 30px;
}

.news_btn a {
  background: #237eb7;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #009197;
  z-index: 100;
}

.logo a:hover {
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

nav {
  margin: 0 auto;
  background: white;
  padding: 12px 0;
  box-shadow: 0px 9px 100px 20px rgba(0,0,0,0.04);
  -webkit-box-shadow: 0px 9px 100px 20px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 9px 100px 20px rgba(0,0,0,0.04);
}

nav li {
  display: inline-block;
  margin: 8px 10px 0;
  font-size: 100%;
}

nav li a {
  text-align: center;
  color: #333;
  font-weight: 400px;
  font-size: 14px;
}

nav li a:hover {
  color: #009197;
}

nav ul {
  float: right;
  list-style: none;
  display: inline-block;
  margin: 5px 0;
}

nav img {
  width: 197px;
}

nav h1 {
  display: inline-block;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.margin_right_14 {
  margin-right: 14px;
}

.margin_bottom_14 {
  margin-bottom: 14px;
}

.section:first-child {
  padding-top: 0;
}

.pagetop {
  text-align: right;
  background: url("img/scroll_top_hover.jpg") no-repeat;
  background-position: right 0;
	position: absolute;
	top: -64px;
	right: 0;
}

.pagetop a {
    display: inline-block;
}

.pagetop a:hover {
	background-color: transparent; /* IE6対応 */
}

.pagetop a:hover img {
    visibility: hidden;
}

@media screen and (max-width: 768px) {
   .wrapper {
      width: 90%;
      overflow: hidden;
  }
  body {
    font-size: 16px;
    box-sizing: border-box;
  }
  nav {
    width: 100%;
    padding: 15px 0 10px;
  }
  nav ul {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
  .box__title {
    font-size: 90%;
  }
  .box__text img {
    width: 100%;
  }
  .box {
    background-position: left;
  }
  .margin_right_16 {
    margin-right: 0
  }
  .margin_bottom_16 {
    margin-bottom: 0;
  }
  h1 {
    font-size: 24px;
  }
  .section {
    padding: 70px 0;
  }
  .section#howtouse {
    padding: 0 0 70px 0;
  }
 
  .btn {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  nav img {
    width: 150px;
  }
  main .pc {
    display: none;
  }
  main .sp {
    display: block;
  }
  h2 {
    font-size: 30px;
  }
  .btn a {
    font-size: 13px;
    padding: 14px 60px;
  }
  .contents_ttl {
    position: relative;
    z-index: 1;
    font-size: 18px;
  }

	hr {
    position: relative;
    z-index: 1;
    margin: 20px auto 40px;
  }
  .w-48 {
    width: 100%;
  }
  nav li {
    display: block;
    font-size: 180%;
  }
  .pagetop img {
    width: 44px !important;
  }
  .pagetop {
    background: none;
  }
	
.pagetop {
  text-align: right;
  	position: absolute;
	top: 0;
	right: 0;
}
}

@media screen and (min-width: 768px) {
  .drawer {
    display: none;
  }
  .menu {
    display: inline;
  }
}

/* Main Contents */

#main {
  position: relative;
	padding-bottom: 8px;
}

#main h1 {
  position: absolute;
  top: 30%;
}

#main h1 p {
  display: table;
  font-size: 155%;
  padding: 0 10px;
  margin: 10px 0;
  letter-spacing: 4px;
}

/* About Contents */
#about h2 img{
  width: 584px;
}

#about .about_txt > p {
  margin: 45px 0 30px;
  font-size: 16px;
  line-height: 2.8;
  letter-spacing: 2px;
  font-weight: 500;
}

#about ul {
  margin-top: 50px;
  text-align: center;
}

#about ul li {
  position: relative;
  display: inline-block;
  width: 240px;
}

#about ul li img:first-of-type {
  position: absolute;
  top: -5px;
  left: 20px;
  width: 10px;
  height: 10px;
}

#about ul li p {
  padding-top: 16px;
  font-size: 14px;
}

#about ul li img {
  display: block;
  width: 100px;
  height: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #about h2 img{
    width: 80%;
  }
  #main h1 p {
    font-size: 100%;
  }
  #about .about_txt > p {
    line-height: 2;
    font-size: 15px;
  }
  .section#about {
    padding-top: 0
  }
  #about ul li {
    margin-bottom: 60px;
    width: 220px;
  }
  #about ul li:last-child {
    margin-bottom: 0
  }
}
@media screen and (max-width: 320px) {
  #main h1 p {
    font-size: 80%;
  }
}
/* convenien Contents */
#convenien {
  position: relative;
    background: #d9eff0;
}

#convenien > img{
  position: absolute;
  width: 417px;
  top: -105px;
  left: 20px;
}

#convenien ul li {
  position: relative;
  display: inline-block;
  width: 47%;
  border-radius: 20px;
  padding: 40px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#convenien ul li h4 {
  margin: 20px 0 30px;
}

#convenien ul li p {
  font-size: 14px;
}

#convenien ul li:nth-of-type(2) > img,
#convenien ul li:nth-of-type(3) > img {
  position: absolute;
  top: 40px;
  right: 30px;
}

#convenien ul li:nth-of-type(1) > img,
#convenien ul li:nth-of-type(4) > img {
  position: absolute;
  bottom: 60px;
  right: 30px;
}

#convenien ul li:nth-child(1),
#convenien ul li:nth-child(3){
  margin-right: 40px;
}

#convenien ul li:nth-child(1),
#convenien ul li:nth-child(2){
  margin-bottom: 40px;
}

#convenien ul li:nth-child(1) img {
  width: 158px;
}

#convenien ul li:nth-child(2) img {
  width: 150px;
}

#convenien ul li:nth-child(3) img {
  width: 153px;
}

#convenien ul li:nth-child(4) img {
  width: 136px;
}

@media screen and (max-width: 768px) {
  #convenien ul li:nth-child(1),
  #convenien ul li:nth-child(3){
    margin-right: 0;
  }
  #convenien ul li:nth-child(1),
  #convenien ul li:nth-child(2),
  #convenien ul li:nth-child(3){
    margin-bottom: 20px;
  }
  #convenien ul li {
    width: 100%;
    padding: 20px 30px;
  }
  #convenien ul li br {
    display: none;
  }
  #convenien ul li h4 {
    margin: 20px 0 10px;
    font-size: 105%;
  }
  #convenien ul li:nth-child(1) img {
    width: 118px;
  }

  #convenien ul li:nth-child(2) img {
    width: 110px;
  }

  #convenien ul li:nth-child(3) img {
    width: 113px;
  }

  #convenien ul li:nth-child(4) img {
    width: 116px;
  }
  #convenien > img {
    position: absolute;
    width: 210px;
    top: -60px;
    left: 0px;
  }
  #convenien .wrapper  ul li > img {
    position: relative;
    display: block;
    margin: 20px auto 0;
    top:0;
    right: 0;
  }
}

/* Howlong Contents */

#howlong {
  position: relative;
}

#howlong > img{
  position: absolute;
  width: 360px;
  top: -120px;
  right: 20px;
}

#howlong table {
  margin-bottom: 60px;
  line-height: 1.4;
}

#howlong table th {
  width: 110px;
  font-weight: normal;
  border-right: 10px solid #fff;
}

#howlong table td {
  width: 130px;
  text-align: center;
  font-weight: 500;
  font-size: 85%;
}

#howlong table td.font-14 {
  font-size: 14px;
}

#howlong table.laundry_dryer_table td {
  width:103px;
}

#howlong ul li {
  font-size: 14px;
  line-height: 1.4;
}

#howlong ul li::before {
  content: '■';
  position: absolute;
  margin: 0 -18px;
  font-weight: bold;
  font-size: 14px;
}

#howlong .laundry_table,
#howlong .dryer_table,
#howlong .sneakers_table,
#howlong .compression_table {
  display: inline-block;
}

#howlong .laundry_table,
#howlong .sneakers_table {
  margin-right: 40px;
}

#howlong .dryer_table td,
#howlong .sneakers_table td {
  width: 195px;
}

#howlong .compression_table td {
  width: 390px;
}

#howlong .compression_table tr:nth-last-of-type(3) td {
  padding-bottom: 48px;
}

#howlong h5 {
  display: inline-block;
  width: 390px;
  margin-bottom: 20px;
  padding: 8px 0;
  font-size: 92%;
  font-weight: normal;
  border-radius: 20px;
}

#howlong h5.blue {
  margin-left: 120px;
  background: #009197;
}

#howlong h5.orange {
  margin-left: 40px;
  background: #f18c33;
}

#howlong h5.yellow {
  width: 820px;
  margin-left: 120px;
  background: #f6ac28;
}

#howlong h5.sky_blue {
  margin-left: 120px;
  background: #14a9c1;
}

#howlong h5.green {
  margin-left: 40px;
  background: #9fc52e;
}

/*Add.2021.05*/
#howlong hr{
	margin-bottom: 80px;
}
.howlong-premier{ padding-bottom: 60px;}
x#howlong blockquote{
	position: relative;
	text-align: center;
	background: #e5f4f4;
	border-radius: 20px;
	margin-bottom: 60px;
}
x#howlong blockquote p{
	position: relative;
	top: -52px;
	margin-bottom: -48px;
}
#howlong blockquote{
 margin-bottom: 60px;
}
#howlong img{
	max-width: 100%;
}
#howlong blockquote h4{
	line-height: 2;
	font-size: 16px;
	padding:24px 16px 64px;
	color: #221815;
}
#howlong ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#howlong ul li{
	flex: 0 0 48%;
	margin-bottom: 80px;
}
#howlong ul li::before{
	display: none;
}

xxx#howlong ul li:last-of-type{
	margin: 0 auto 40px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #howlong .laundry_table {
    margin-right: 0;
  }
	#howlong blockquote h4{
		font-size: 15px;
	}
  #howlong h5 {
    display: block;
    width: 100%;
  }

  #howlong h5.blue {
    margin-left: 0px;
  }

  #howlong h5.orange {
    margin-left: 0px;
  }

  #howlong h5.yellow {
    margin-left: 0px;
    width: 100%;
  }

  #howlong h5.sky_blue {
    margin-left: 0;
  }

  #howlong h5.green {
    margin-left: 0;
  }
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  #howlong > img {
    position: absolute;
    width: 210px;
    top: -60px;
    right: 10px;
  }
  #howlong .compression_table tr:nth-last-of-type(3) td {
    padding-bottom: auto;
  }
}

@media screen and (max-width: 768px) {
  #howlong .laundry_table,
  #howlong .sneakers_table {
    margin-right: 0;
  }
  #howlong h5 {
    display: block;
    width: 100%;
  }

  #howlong h5.blue {
    margin-left: 0px;
  }

  #howlong h5.orange {
    margin-left: 0px;
  }

  #howlong h5.yellow {
    margin-left: 0px;
    width: 100%;
  }

  #howlong h5.sky_blue {
    margin-left: 0;
  }

  #howlong h5.green {
    margin-left: 0;
  }
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  #howlong > img {
    position: absolute;
    width: 210px;
    top: -60px;
    right: 10px;
  }
  #howlong .compression_table tr:nth-last-of-type(3) td {
    padding-bottom: auto;
  }
  #howlong table td {
    width: 28%;
  }
  #howlong .dryer_table td{
    width: 42%;
  }
  #howlong .sneakers_table td {
    width: 42%;
  }
  #howlong table.laundry_dryer_table td {
    width: 21%;
  }
  #howlong .compression_table td {
    width: 84%;
  }
  #howlong table {
    margin-bottom: 20px;

  }
	
/*Add.2021.05*/
#howlong hr{
	margin-bottom: 16vw;
}
	.howlong-premier{
		padding-bottom: 16vw;		
	}
#howlong blockquote{
}
#howlong blockquote p{
	top: -7vw;
	margin-bottom: -7vw;
	padding: 0 6vw;
}
#howlong blockquote h4{
	padding:3vw 4vw 5vw;
}
#howlong ul{
	display: block;
}
#howlong ul li{
 margin-bottom: 40px;
}
 #howlong ul li:last-child{
  margin-bottom: 0;
 }

}

/* howtouse */
#howtouse{}
#howtouse img{
 max-width: 100%;
}
#howtouse .howtouse{
 padding: 0 0 40px;
}
#howtouse .howtouse p{
}
#howtouse .howtouse p.center{
 padding: 16px 0;
}
#howtouse .howtouse .btn{
 display: inline-block;
 border:2px solid #009197;
 color: #009197;
 padding: 2px 40px 4px;
 border-radius: 16px;
 font-size: 13px;
}
#howtouse .howtouse .btn:hover{
 background: #009197;
 color: #fff;
}

@media screen and (max-width: 768px) {
 #howtouse .howtouse:last-child{
  padding: 0;
 }
 #howtouse .howtouse:last-child p.center{
  padding-bottom: 0;
 }
}

/* faq Contents */

#faq {
  position: relative;
  background: #d9eff0;
}

#faq > img{
  position: absolute;
  width: 417px;
  top: -50px;
  left: 20px;
}

#faq .wrapper > ul > li {
  position: relative;
  margin-bottom: 10px;
  padding: 30px;
  background: white;
  border-radius: 20px;
}

#faq .wrapper > ul > li  h5 {
  line-height: 1.8;
}

#faq ul li p{
  font-size: 14px;
  padding: 24px 0 0 44px;
}

#faq ul li ul {
  margin-top: 10px;
}

#faq ul li ul li {
  padding-left: 38px;
  line-height: 1.8;
  margin-bottom: 15px
}

#faq ul li ul li:last-child {
  margin-bottom: 0
}

#faq ul li p span {
  font-size: 100%;
}

#faq ul li .bg_orange {
  padding: 20px 30px;
  border-radius: 20px;
  margin: 10px 40px 0;
}

#faq ul li .bg_orange ul li h6 {
  font-size: 100%;
}

#faq ul li .bg_orange ul {
  margin-bottom: 40px;
}

#faq ul li .bg_orange ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 0;
}

#faq .bg_orange > ul > li.circle,
#faq .bg_orange > ul > li.xmark,
#faq .bg_orange > ul > li.triangle {
  padding-left: 18px;
}

#faq .bg_orange > ul > li.circle::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(img/circle.png) no-repeat;
  background-size: 10px;
}

#faq .bg_orange > ul > li.xmark::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(img/xmark.png) no-repeat;
  background-size: 10px;
}

#faq .bg_orange > ul > li.triangle::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(img/triangle.png) no-repeat;
  background-size: 15px;
}

#faq .display ul li {
  margin: 10px 0 20px;
}

#faq .display ul li img {
  vertical-align: middle;
}

#faq .display ul li .display_img,
#faq .display ul li p {
  display: inline-block;
}

#faq .display ul li .display_img {
  width: 16%;
  margin-left: 20px;
  text-align: center;
}

#faq .display ul li p {
  width: 70%;
}

#faq .answer::before {
  content: 'A';
  position: absolute;
  margin: -4px -22px;
  font-weight: bold;
  font-size: 18px;
  color: #f6ac29;
}

#faq .answer_a:last-child > p::before {
  content: 'A';
  position: absolute;
  margin: -4px -22px;
  font-weight: bold;
  font-size: 18px;
  color: #f6ac29;
}

#faq .answer_a::before {
  display: none;
}

#faq .answer_a:last-child > .icon_no::before {
  display: none;
}

/*Add.2021.05*/
#faq img{
	max-width: 100%;
}
#faq .faq_flexbox{
	display: flex;
	justify-content: space-between;
	padding: 24px;
}
#faq .faq_flexbox p{
	flex: 0 0 48%;
	padding: 0;
}
#faq ul.answer_whashed{
	margin-bottom: 120px;
}


@media screen and (max-width: 768px) {
  #faq > img {
    position: absolute;
    width: 210px;
    top: -60px;
    right: 10px;
  }
  #faq ul li .bg_orange {
    margin: 10px 0 0 40px;
    padding: 10px 20px;
  }
  #faq .display ul li .display_img {
    margin-left: 0;
    width: auto;
  }
  #faq .display ul li p {
    width: auto;
    padding: 14px 0 24px;
  }
  #faq ul li .display ul {
    margin-top: 30px;
  }
  #faq ul li p.icon_no {
    padding-top: 0
  }
  #faq ul li .bg_orange ul {
    margin-bottom: 20px;
  }
  #faq ul li p{
    padding: 10px 0 0 30px
  }
	
	/*Add.2021.05*/
#faq .faq_flexbox{
	display: block;
	padding: 24px 0 0;
}
#faq .faq_flexbox p{
	padding: 0 0 24px;
}
	#faq ul.answer_whashed{
		margin-bottom: 64px;
	}

	
}

/* Info Contents */
#info .info_right,
#info .info_left{
  display: inline-block;
  vertical-align: middle;
}

#info .info_right {
  margin-left: 20px;
}

#info .info_right br:first-of-type {
  display: none
}

#info .info_right h5{
  margin-bottom: 20px;
}

#info .info_right a {
  margin-left: 10px;
  display: inline-block;
  padding: 0;
  width: 110px;
}

#info .info_blue {
  margin-top: 20px;
  padding: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

#info h6 {
  margin-bottom: 30px;
}

#info h6 br,
.menu h6 br{
  display: none;
}

#info .info_blue .tel img,
#info .info_blue .tel div,
#info .info_blue .tel a,
.menu .info_blue .tel img,
.menu .info_blue .tel div,
.menu .info_blue .tel a{
  display: inline-block;
}

#info .info_blue .tel div p:nth-child(2),
.menu .info_blue .tel div p:nth-child(2) {
  float: left;
}

#info .info_blue .tel img,
.menu .info_blue .tel img {
  margin-right: 10px;
}

#info .info_blue .tel,
.menu .info_blue .tel {
  margin: 0 auto;
  width: 490px;
}

#info .info_blue .tel p span,
.menu .info_blue .tel p span {
  padding: 0 5px;
}

#info .btn,
.menu .btn {
  margin:15px;
  padding: 5px 0;
  width: 88px;
  border: 2px solid #009197;
  border-radius: 20px;
  font-size: 13px;
}

#info .info_txt .btn{
  margin: 0 10px;
}

#info .info_right a:hover,
#info .info_blue .tel a:hover {
  background: #009197;
  color: white;
}

/*Add.2021.05*/
.info_block_2021{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info_block_2021 img{
	max-width: 100%;
}
.info_block_2021 iframe{
	max-width: 100%;
	height: 100%;
	border-radius: 16px;
}
.info_block_2021 h4{
	text-align: center;
	margin-bottom: 24px;
	flex: 0 0 100%;
	font-size: 18px;
}
.info_block_2021 p{
	flex: 0 0 49%;
	margin-bottom: 16px;
}
.info_block_2021 p.info_ph{
	line-height: 0;
}
.info_block_2021 p.info_ph img{
	border-radius: 10px;
}

.info_block_2021 p.info_map{}
.info_block_2021 p.info_address{
	font-size: 14px;
	line-height: 2;white-space: nowrap;
}
.info_block_2021 p.info_link{
	
}
.info_block_2021 p.info_link a{ 
	display: inline-block;
	padding: 8px 16px;
	color: #009197;
	border: 2px solid #009197;
	border-radius: 16px;
 letter-spacing: -0.025em;
	font-size: 14px;
	line-height: 1;
 margin-bottom: 8px;
}
.info_block_2021 p.info_link a:hover{
	background: #009197;
	color: #fff;
}

html .modaal-wrapper{
	z-index: 9999999999;
}
.modaal-wrapper.modaal-image .modaal-close{
	background: #009197;
}
.modaal-gallery-item img{
	width: 640px; max-width: 640px;
}
.modal-L .modaal-gallery-item img{
	width: 800px; max-width: 800px;
}


@media screen and (max-width: 767px) {
  #info .info_blue,
  .menu .info_blue {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px;
  }
  #info .info_right,
  .menu .info_right {
    margin-left: 0;
  }
  #info .info_blue .tel,
  .menu .info_blue .tel {
    width: 100%
  }
  #info .info_blue img,
  .menu .info_blue img {
    position: absolute;
    top: 8px;
    width: 32px !important;
  }
  #info h6,
  .menu h6 {
    margin-left: 40px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.4;
  }
  #info h6 br,
  .menu h6 br{
    display: block;
  }
  #info .tel,
  .menu .tel {
    border-top: 1px solid #009197;
    padding-top: 12px;
  }
  #info .info_left img,
  .menu .info_left img {
    width: 100% !important;
  }
  #info .info_right h5,
  .menu .info_right h5 {
    margin-top: 20px;
  }
  #info .info_right br:first-of-type {
    display: block;
  }
  #info .btn, .menu .btn {
    margin: 10px 0 0 10px;
    width: 60px;
  }
  #info .tel .btn {
    margin: 10px 0 0 10px;
  }
  .font-30 {
    font-size: 24px;
  }
  #info .info_right a {
    width: 90px;
  }
	
	
/*Add.2021.05*/
.info_block_2021{
	display: block;
	padding-bottom: 40px;
}
.info_block_2021 img{
}
.info_block_2021 iframe{
	width: 100%;
	height: calc(100vw * 0.5);
}
.info_block_2021 h4{
}
.info_block_2021 p{
}
.info_block_2021 p.info_ph{
}
.info_block_2021 p.info_map{}
.info_block_2021 p.info_address{
white-space: normal;
}
.info_block_2021 p.info_link{
	text-align: center;
}
 
 .info_block_2021 p.info_link a{ 
  margin-bottom: 16px;
 }
 
}


@media screen and (max-width: 768px) {
  #info .info_left img,
  .menu .info_left img {
    width: 100% !important;
  }
  #info .info_right h5,
  .menu .info_right h5 {
    margin-top: 20px;
  }
  #info h6,
  .menu h6 {
    margin-bottom: 14px;
    margin-top: 0px;
  }
  #info .info_blue,
  .menu .info_blue {
    margin-top: 20px;
    padding: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 320px) {
  #info h6,
  .menu h6 {
    font-size: 14px;
  }
  #info h6 br,
  .menu h6 br {
    display: none;
  }
  #info .font-14,
  .menu .font-14 {
    font-size: 13px;
  }
  #info .font-30,
  .menu .font-30 {
    font-size: 22px;
  }
  #info .tel .btn,
  .menu .tel .btn {
    margin: 6px 0 0 10px;
  }
}

/* Tos Contents */

#tos {
  position: relative;
}

#tos .wrapper > ul {
  margin-bottom: 20px;
}

#tos ul li {
  font-size: 14px;
  line-height: 2;
}

#tos ul li ul li{
  padding-left: 10px;
}

#tos ul li ul li::before {
  content: '-';
  position: absolute;
  margin: 0 -10px;
}

#tos .wrapper > ul > li {
  padding-left: 17px;
}

#tos .wrapper > ul.tos_before > li {
  padding-left: 30px;
}

#tos .wrapper > ul > li:first-of-type {
  padding-left: 0;
}

#tos .wrapper > ul.tos_before > li::before{
  content: '・';
  position: absolute;
  margin: 0 -15px;
  font-size: 14px;
}

#tos .wrapper > ul.tos_before li.bold::before{
  display: none
}



/* Footer Contents */
footer {
  margin-top: -2px;
  padding: 40px 0 0;
  background: #009197;
	position: relative;
}

footer .footer_box h2 img {
  width: 84px;
}

footer .footer_right .btn {
  position: relative;
  margin-bottom: 30px;
}

footer .footer_right .btn a{
  position: relative;
  padding: 10px 30px 10px 44px;
  display: inline-block;
}

footer .footer_right .btn a::before {
  content:"";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 15px;
  height: 12px;
  margin-top: -5px;
  background-image: url("img/mail_icon.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 15px;
}

footer .footer_right .btn a:hover{
  background-color: white;
  color: #009197;
  /*background-color: transparent; /* IE6対応 */

}
footer .footer_right p{ padding: 0 0 8px 0; font-weight: bold;}
footer .footer_right p a:hover{color:#f6ac29;}
footer .footer_right .btn a:hover::before {
  background-image: url("img/mail_icon_hover.png");
}

footer .footer_right .btn img {
  margin-right: 5px;
  vertical-align: middle;
}

footer .footer_right {
  margin-top: -90px;
  text-align: right;
}

footer .footer_right p {
  font-size: 65%;
  text-align: right;
}

footer a {
  color: white;
  cursor: pointer;
}

footer a:visiter {
  color: white;
}

footer .footer_bottom {
  margin-top: 40px;
  padding: 8px 0;
  background: url("img/footer_border.png") repeat-x;
  background-size: contain;
}

footer .footer_right p.bold a:hover span{
  color: #f6ac29;
}

@media screen and (max-width: 768px) {
  footer .footer_right {
    margin-top: 0;
    text-align: center;
  }
  footer .footer_right p {
    font-size: 100%;
    text-align: center;
	margin-bottom: 8px;
  }
  footer .footer_bottom {
    padding: 5px 0;
    background-size: 200%;
  }
  footer .footer_right p.copy {
    padding: 15px 0;
  /*  border-top: 1px solid #33a7ac;*/
    font-size: 12px;
  }
  footer .footer_right .btn {
    margin-bottom: 0;
  }
  footer .footer_right p:first-of-type {
    margin-bottom: 0;
	  margin-top: 16px;
  }
  footer .footer_bottom {
    margin-top: 0;
  }
}

/* sp menu css*/
@media screen and (max-width: 768px) {
  .drawer{
   display: inline-block;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   position: relative;
   height: 23px;
   padding: 4px 1em;
   position: absolute;
   right: 0;
  }

  .navbar_toggle{
   z-index:9999;
  }
  .navbar_toggle_icon {
   position: relative;
   display: block;
   height: 2px;
   width: 30px;
   background: #5c6b80;
   -webkit-transition: ease .5s;
   transition: ease .5s;
  }
  .navbar_toggle_icon:nth-child(1) {
   top: 0;
  }
  .navbar_toggle_icon:nth-child(2) {
   margin: 8px 0;
  }
  .navbar_toggle_icon:nth-child(3) {
   top: 0;
  }
  /*OPEN時の動き*/
  .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
   top: 10px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   opacity: 0;
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
   top: -10px;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
  }
  .menu ul li{
   margin: 20px 0;
  }
  /*OPEN時の動き*/
  .menu.open {
    display: block;
   -webkit-transform:translateX(0);
   transform:translateX(0);
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
  }
  .navigation {
    position: relative;
  }
}

.overlayMenuBtn,
.overlayMenu {
  display: none;
}
.menu.pc {
  display: inline;
}

@media screen and (max-width: 320px) {
  .menu ul li{
   margin: 10px 0;
  }
}

/* overlay css*/

@media screen and (max-width: 768px) {
  .overlayMenuBtn  {
    display: block;
    /*position: absolute;*/
    position: fixed;
    top: 18px;
    right: 5%;
    height: 50px;
    cursor: pointer;
    z-index: 100001;
  }
  .overlayMenuBtn span {
    position: relative;
    display: block;
    width: 24px;
    border: 2px solid #000;
    transition: .5s;
  }
  .overlayMenuBtn span:nth-child(1) { top: 0; }
  .overlayMenuBtn span:nth-child(2) { top: 5px; }
  .overlayMenuBtn span:nth-child(3) { top: 10px; }

  .overlayMenu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: white;
    z-index: 100000;
  }
  .overlayMenuInner {
    padding: 10px 4% 40px 4%;
  }

  .overlayMenuHeader {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 32px;
  }
  .overlayMenuItem ul {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
  }
  .overlayMenuItem ul li a {
    display: block;
    width: 96%;
    padding: 12px 0 12px 5%;
    text-decoration: none;
    transition: .5s;
    color: #000;
  }
  .overlayMenuItem ul li a:visited {
    color: #000;
  }
  .menu.pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
	#main{padding-bottom: 40px;}
}

/* slide show */

#slide {
width:100%;
height:auto;
margin:0 auto;
position:relative;
}
#slide p img {
position:absolute;
left:0;
top:0;
}

x.sp #slide_sp {
  height: 400px;
}

.sp #slide_sp {
width:100%;
margin:0 auto;
position:relative;
}
.sp #slide_sp p img {
position:absolute;
left:0;
top:0;
}

.sp #slide_sp p img::before {
  content: "";
  display: block;
  padding-top: 400px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
  x.sp #slide_sp {
    height: 900px;
  }
  x.sp #slide_sp img::before {
    padding-top: 900px;
  }
}





/*ADD.2021.04*/

/* foot_contact
============================================================================================================ */
.foot_contact {
	padding: 60px 0;
	background-color: #fef7ec;
}
.foot_contact a {
	display: block;
	padding: 25px 0;
	background-color: #fff;
	border: 1px solid #009197;
	border-radius: 100px;
	color: #009197;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
}
.foot_contact a > span {
	position: relative;
	display: inline-block;
	padding: 0 50px;
	font-size: 18px;
}
.foot_contact a > span::before,
.foot_contact a > span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 18px;
	margin-top: -8px;
	background: no-repeat 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.foot_contact a > span::before {
	background-image: url(./img/ico_mail.png);
}
@media screen and (min-width: 769px), print {
	.foot_contact a {
		width: 560px;
		margin: auto;
	}
	.foot_contact a > span::after {
		background-image: url(./img/ico_mail_w.png);
		opacity: 0;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}
	.foot_contact a:hover {
		background-color: #009197;
		color: #fff;
	}
	.foot_contact a:hover > span::after {
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	.foot_contact {
		padding: 30px 15px;
	}
	.foot_contact a {
		padding: 15px 0;
		font-size: 1.4rem;
		line-height: 1;
	}
	.foot_contact a > span {
		padding: 0 20px 0 40px;
		font-size: 20px;
	}
}