@media only screen and (max-width: 400px) {
	body{
	 font-size: 4vmin;
	}
	h1{
	 font-size: inherit;
	}
}
/* ■■■■■ Deco Design ■■■■■ */
div.com_btn{
  padding: 10px;
}
div.com_btn a{
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff;
  background: #80caf7;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  margin-top: 5px;
}
br.com_br{
  line-heignt: 2em;
}
/* ----- border ----- */
div.com_border{
  width: cal(100% - 50px);
  height: 10px;
  background: #bdede3;
  border-radius: 10px;
  border: solid 1px #bdede3;
  margin: 30px 0;
}
span.com_back_yellow{
  display: inline-block !important;
  background: #ffffdd;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
}
/* ----- pos ----- */
span.com_pos{
  display: inline-block;
  width: 10px;
  height: 2em;
  background: #6fb7a9;
}
/* ----- font ----- */
strong.com_title,
span.com_title{
  /*display: inline-block;*/
  width: calc(100% - 20px);
  font-size: 1.2em;
  font-weight: bold;
  color: #6fb7a9;
  line-height: 2em;
  vertical-align: top;
}
h2.com_title{
  display: inline-block;
  width: calc(100% - 20px);
  font-size: 1.2em;
  font-weight: bold;
  color: #6fb7a9;
  line-height: 2em;
  vertical-align: top;
}
strong.com_red,
span.com_red{
  color: #f22424;
  background-color: #ffff66;
  font-weight: bold;
}
span.com_red1{
  color: #f22424;
  font-weight: bold;
}
span.com_blue{
  color: #234df1;
  font-weight: bold;
}
span.com_line{
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
span.com_pink,h2.com_pink{
  color: #FF9FAD;
  font-weight: bold;
}
span.com_pink2, li.com_pink2{
  color: #ff6e83;
  font-weight: bold;
}
span.com_lightblue{
  color: #9fadff;
  font-weight: bold;
}
span.com_bold{
  font-weight: bold;
}
span.com_green{
  color: #6fb7a9;
  font-weight: bold;
}

/* ----- list ----- */
div.com_list ul li{
  line-height: 1.5em;
  list-style-type: none;
  margin-left: 20px;
}
div.com_list ul li::before{
  content:  "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #6fb7a9;
  border-radius: 50%;
  margin-right: 5px;
}
div.com_list p{
  margin-top: 20px;
  line-height: 1.5em;
}
div.com_list p.up{
  margin-top: 0;
  line-height: 1.5em;
}
/* pink */
div.com_list_p ul li::before{
  background: #ffb7c2;
}
div.com_list_red ul li::before{
  background: #f26fb3;
}


@media only screen and (max-width: 549px) {
	/*
	div.com_list  ul{
	  margin: 20px 0;
	}
	*/
	div.com_list ul li{
	  margin-left: 5px;
	}
}
/* ----- Fukidashi ----- */
.com_fuki {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.com_fuki .image {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.com_fuki .image img{
  width: 100%;
  height: auto;
  /*border: solid 3px #d7ebfe;*/
  border-radius: 50%;
}
.com_fuki .chatting {
  width: 100%;
}
.com_fuki .says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
  line-height: 1.2em;
}
.com_fuki .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}
.com_fuki .says_b {
  background: #d7ebfe;
}
.com_fuki .says_b:after {
  border-right: 12px solid #d7ebfe;
}
.com_fuki .says_y {
  background: #ffffdd;
}
.com_fuki .says_y:after {
  border-right: 12px solid #ffffdd;
}
.com_fuki .says p {
  margin: 0;
  padding: 0;
}
.com_top{
  padding-top: 10px;

}

/* ----- button ----- */
.com_btn_radius {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 25px;
  text-decoration: none;
}
.com_btn_g{
  color: #FFF;
  background: #bbfc8d;
}
.com_btn_g:hover{
  background: #8de84c;
}
.com_btn_g_h{
  background: #8de84c;
}
.com_btn_b{
  color: #FFF;
  background: #9fadff;
}
.com_btn_b:hover{
  background: #8a9af7;
}

.com_bottom10{
  padding-bottom: 10px;
}
.com_bottom20{
  padding-bottom: 20px;
}
.com_bottom50{
  padding-bottom: 50px;
}

/* ■■■■■ Base Design ■■■■■ */
body{
  margin: 0;
  font-family: Meiryo, sans-serif ;
  -webkit-text-size-adjust: 100%;
}
div#content{
  max-width: 1000px;
  background: #fff;
  margin: auto;
  border-radius: 10px;
  padding: 130px 10px 0 10px;
}
a{
 text-decoration: none;
}
p{
  line-height: 1.2em;
}
/* ■■■■■ Header Design ■■■■■ */
div#header{
  margin: 0;
  padding: 0;
  width: 100%;
  background: #c9fce4;
  position: fixed;
  z-index: 99;
  min-height: 64px;
  height: 64px;
}
div#header div#top{
  display: block;
  position: relative;
  height: 3.5em;
  margin: 0 auto;
  padding-right: 10px;
}
div#header div#top a#name{
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 1.5em;
  line-height: 2.5em;
  color: #6a725b;
  text-decoration: none;
}
/* ----- info ----- */
div#header div#top div#info{
  text-align: right;
  height: 100%;
  color: #6a725b;
  padding-top: 10px;
}
div#header div#top div#info span.tel{
  display: block;
  font-size: 120%;
}

/* ----- icon ----- */
div#header div#top div#icon{
  position: absolute;
  top: 2px;
}
div#header div#top div#icon a{
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  background: #B3BCA7;
  border-radius: 15px;
  border: 1px solid #d7ffa3;
}
div#header div#top div#icon a span{
  width: 100%;
  color: #d7ffa3;
  font-size: 15px;
  text-align: center;
  /*font-weight: bold;*/
}
div#header div#top div#icon a span.row0{
  position: absolute;
  top: 20px;
  left: 0;
}
div#header div#top div#icon a span.row1{
  position: absolute;
  top: 10px;
  left: 0;
}
div#header div#top div#icon a span.row2{
  position: absolute;
  top: 30px;
  left: 0;
}
@media only screen and (min-width: 751px) {
	div#header div#top{
	  max-width: 1000px;
	}
	/* 基本情報表示・アイコン表示 */
	div#header div#top div#info{
	  padding-right: 60px;
	}
	div#header div#top div#icon{
	  left: calc(100% - 60px);
	}
	div#header div#top div#icon a#menu{
	  display: none;
	}
	div#header div#top div#info div#time span:first-child{
	  padding-right: 10px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 750px) {
	div#header{
	  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
	}
	/* 基本情報表示・アイコン表示 */
	div#header div#top div#info{
	  padding-right: 120px;
	}
	div#header div#top div#icon{
	  left: calc(100% - 120px);
	}
	div#header div#top div#icon a#menu{
	  display: inline-block;
	}
	div#header div#top div#info div#time span{
	  font-size: 80%;
	}
}
@media only screen and (max-width: 600px) {
	div#header{
	  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
	}
	/* 基本情報非表示・アイコン表示 */
	div#header div#top div#info{
	  display: none;
	}
	div#header div#top div#icon{
	  left: calc(100% - 120px);
	}
	div#header div#top div#icon a#menu{
	  display: inline-block;
	}
}

/* ■■■■■ Nav Design ■■■■■ */
div#nav{
  width: 100%;
  position: fixed;
  z-index: 98;
  padding-top: 64px;
  /*background: #838e75;*/
  background: #909e7e;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
  text-align: center;
}
div#nav ul{
  display: inline-block;
  margin: 0;
}
div#nav ul.active{
  width: 100%;
}
div#nav ul li a{
  display: block;
  width: 100%;
  height: 2em;
  color: #464941;
  text-decoration: none;
}
div#nav ul li a.active{
  background: #68725b;
  color: #fff;
}
div#nav ul li a span{
  width: 100%;
  height: 100%;
  line-height: 2em;
  font-size: 110%;
}
div#nav ul li#menu_booking{
  display: none;
}
div#nav ul li#menu_pointcard{
  display: none;
}
@media only screen and (min-width: 751px) {
	div#nav{
	  display: block !important;
	  height: 2em;
	}
	div#nav ul{
	  width: auto !important;
	}
	div#nav ul li{
	  float: left;
	  list-style: none;
	  width: 90px;
	  border-right: 1px solid #f1f7e6;
	}
	div#nav ul li:first-child{
	  border-left: 1px solid #f1f7e6;
	}
	div#nav ul li#menu_close{
	  display: none;
	}
}
@media only screen and (max-width: 750px) {
	div#nav{
	  display: none;
	}
}
/* ■■■■■ toTop Design ■■■■■ */
a#toTop{
  display: none;
  width: 64px;
  height: 64px;
  right: 12px;
  bottom: 12px;
  border-radius: 50%;
  background: #6fb7a9;
  border: 1px solid #d7ffa3;
  position: fixed;
}
a#toTop:after{
  content: "";
  width: 20px;
  height: 20px;
  top: 25px;
  left: 18px;
  transform: rotate(-45deg);
  position: absolute;
  border-top: 8px solid #d7ffa3;
  border-right: 8px solid #d7ffa3;
}
/* ■■■■■ Footer Design ■■■■■ */
div#footer{
  background: #c9fce4;
  /*background: #d7ffa3;*/
  text-align: center;
  margin-top: 100px;
  padding-top: 30px;
}
/* ----- info ----- */
div#footer div#info ul li span{
  display: block;
  color: #6a725b;
  text-align: left;
  line-height: 1.5em;
}
div#footer div#info{
  display: inline-block;
  margin-bottom: 20px;
}
div#footer div#info ul{
  padding: 0;
}
div#footer div#info ul li{
  list-style: none;
}
@media only screen and (min-width: 751px) {
	div#footer div#info ul{
	  display: table;
	}
	div#footer div#info ul li{
	  display: table-cell;
	  vertical-align: middle;
	  height: 4em;
	  padding: 0 20px;
	}
	div#footer div#info ul li{
	  border-right: 8px dotted #a7bcb1;
	}
	div#footer div#info ul li:first-child{
	  border-left: 8px dotted #a7bcb1;
	}
}
@media only screen and (max-width: 750px) {
	div#footer div#info ul li{
	  padding: 10px;
	  border-bottom: 8px dotted #a7bcb1;
	}
	div#footer div#info ul li:first-child{
	  border-top: 8px dotted #a7bcb1;
	}
}
/* ----- policy ----- */
div#footer div#policy{
  display: block;
  padding: 20px 0 40px 0;
  width: 100%;
  text-align: left;
  font-size: 0.8em;
}
div#footer div#policy a{
  display: inline-block;
  text-decoration: none;
  color: #6a725b;
  margin-left: 50px;
}
/* ----- copyrights ----- */
div#footer div#copyrights span{
  display: block;
  color: #6a725b;
  text-align: center;
  padding: 20px 0 10px 0;
}

.com_btn2{
  padding: 10px;
  text-align: left;
}
.com_btn2 span{
  display: block;
}

.com_btn2 a{
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff;
  background: #80caf7;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  margin-top: 5px;
}
.breadcrumbs{
  padding: 10px;
}
.breadcrumbs ol {
  display: table;
  font-size: 1em;
}
.breadcrumbs ol li {
  margin: 0 10px 0 0;
  float: left;
}