@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  background: #fff;
  counter-reset: number 0;
  line-height: 1.6;
  font-weight: 300 !important;
  letter-spacing: 0.6;
  color: #343434;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  word-wrap: break-word;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  height: 100% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner1000 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

.inner920 {
  margin: 0 auto;
  min-width: 920px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}

#contents {
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px;
}
.pankuzu a {
  color: #fff;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #fff;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

.imgR, .imgL {
  margin-left: 3%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin-left: 0;
  margin-right: 3%;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }

  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

  .sptac {
    text-align: center !important;
  }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 33%;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 33.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}
.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
  }
}
.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}
.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram11 .sns_photo {
  width: 100% !important;
}
.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 300px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.bnone td {
  border: none !important;
}

/********* 新着情報 *********/
.news_area {
  max-height: 310px;
  overflow-y: auto;
}
.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.1);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
}
.news_area dt {
  flex-direction: row !important;
}
.news_area dt > span {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.news_area dl {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    padding-bottom: 1em !important;
  }
}

.sns1 {
  overflow: hidden !important;
}
.sns1 .sns_photo img {
  width: 100% !important;
  height: 10vw !important;
  object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .sns1 .sns_photo img {
    height: 30vw !important;
  }
}

/* .sns1{
	width:90%;
.sns1 div.sns_list > div {
  border-bottom: none;
  width: 90% !important; }
.sns1 .sns_list {
  border: none; }
.sns1 div.sns_list div.sns_photo {
  width: 90% !important; 
.sns_photo{
	width:100%!important;
	height:100%!important;
    a{
    	position:relative;
    	display: flex !important;
		align-items: center;
		justify-content: space-between;
		flex-direction: row !important;
		height:100%!important;
    	&:before{
		position: relative;
		z-index: 1;
		content: "";
		padding-top: 100%;
		display: block;
		width: 100% !important;
		@include tabsp {
		display: none;
		}
		}
		img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		object-fit: cover;
		font-family: "object-fit:cover;";
		width: 100% !important;
}
}
}
}
.sns1 i {
  display: none; 
}
} */
section div.form_wrap.error {
  background: #ff4882 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

section div.form_wrap dl dt {
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  background-color: #ffe8e8 !important;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

header#global_header {
  max-width: 100% !important;
  background-color: #fff;
  max-width: 960px !important;
}
@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 54px;
  }
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#header {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #header {
    text-align: center;
    border-top: none;
  }
}
#header h1 {
  padding-bottom: 5px !important;
}

.header_container {
  height: 120px;
  align-items: center;
  display: flex;
  top: 0;
  width: 100%;
  padding: 0px 0px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .header_container {
    justify-content: center;
    z-index: 10;
    height: auto;
    left: 0;
    width: 100%;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 640px) {
  .header_container {
    display: block;
  }
}
.header_container .h_logo img {
  position: absolute;
  margin: auto;
  left: 8%;
  top: -25px;
  z-index: 999;
  width: 55%;
}
@media screen and (max-width: 834px) {
  .header_container .h_logo img {
    top: 10px;
    left: 6px;
    position: fixed;
    width: 12%;
    z-index: 9999;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo img {
    top: 7px;
    left: 10px;
    z-index: 9;
    width: 16%;
  }
}
@media only screen and (max-width: 414px) {
  .header_container .h_logo img {
    top: 6px;
    left: 10px;
    z-index: 9;
    width: 28%;
  }
}
@media only screen and (max-width: 375px) {
  .header_container .h_logo img {
    width: 28%;
    top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .header_container .h_logo {
    top: 0;
    left: 0;
    right: 0;
    padding-top: 5px;
    width: 100%;
    z-index: 9999;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo {
    position: absolute;
    top: -48px;
    left: -17px;
    padding-top: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .header_container .h_logo {
    position: absolute;
    padding-top: 10px;
  }
}
.header_container .col_01 {
  width: 20%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    flex-direction: column;
    padding: 0px;
  }
}

.col_02 {
  width: 50%;
  right: 0;
  text-align: right;
  position: relative;
  margin-left: 100px;
}
@media only screen and (max-width: 1342px) {
  .col_02 {
    margin-left: 50px;
    width: 50%;
  }
}
@media only screen and (max-width: 1124px) {
  .col_02 {
    margin-left: 0px;
    width: 50%;
  }
}
@media only screen and (max-width: 1076px) {
  .col_02 {
    margin-left: 0px;
    width: 55%;
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .col_02 {
    display: none;
  }
}

#header {
  text-align: center;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  transition: .5s;
  z-index: 9999;
}

#nav_global {
  margin: 0 auto;
  padding: 1em 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
#nav_global ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
}
#nav_global ul li a {
  color: #30332f !important;
  display: block;
  font-weight: 600;
  padding: 20px 0 !important;
}
#nav_global ul li a:hover {
  transition: 0.5s;
}
@media only screen and (max-width: 1076px) {
  #nav_global ul li {
    font-size: 10px;
  }
}
#nav_global ul li:nth-child(1) a:after {
  content: 'About Clinic';
  display: block;
  letter-spacing: 1px;
  font-size: 10px;
  color: #30332f;
  font-family: 'Quicksand', sans-serif;
}
#nav_global ul li:nth-child(2) a:after {
  content: 'General';
  display: block;
  letter-spacing: 1px;
  font-size: 10px;
  color: #30332f;
  font-family: 'Quicksand', sans-serif;
}
#nav_global ul li:nth-child(3) a:after {
  content: 'Whitening/Gumpeeling ';
  display: block;
  letter-spacing: 1px;
  font-size: 10px;
  color: #30332f;
  font-family: 'Quicksand', sans-serif;
}
#nav_global ul li:nth-child(4) a:after {
  content: 'Anti-Aging';
  display: block;
  letter-spacing: 1px;
  font-size: 10px;
  color: #30332f;
  font-family: 'Quicksand', sans-serif;
}
#nav_global ul li:nth-child(5) a:after {
  content: 'Pediatric dentistry';
  display: block;
  letter-spacing: 1px;
  font-size: 10px;
  color: #30332f;
  font-family: 'Quicksand', sans-serif;
}
#nav_global ul li:nth-child(6) a:after {
  content: 'Price';
  display: block;
  letter-spacing: 1px;
  font-size: 10px;
  color: #30332f;
  font-family: 'Quicksand', sans-serif;
}
#nav_global ul li:nth-child(7) a:after {
  content: 'Access';
  display: block;
  letter-spacing: 1px;
  font-size: 10px;
  color: #30332f;
  font-family: 'Quicksand', sans-serif;
}

.contact {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .contact {
    width: 50%;
    top: 0;
    z-index: 9999;
    right: 10%;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .contact {
    margin-top: 20px;
    right: 0%;
    padding: 0 10px;
    width: 100%;
    z-index: 1 !important;
    position: static;
  }
}
.contact .info {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  .contact .info {
    padding-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .contact .info {
    padding-right: 10px;
    width: 48%;
  }
}
@media only screen and (max-width: 414px) {
  .contact .info {
    width: 83%;
  }
}
.contact .info .acce {
  text-align: left;
}
@media only screen and (max-width: 320px) {
  .contact .info .acce {
    font-size: 12px;
  }
}
.contact .btn01 {
  background-color: #bf3e59;
  color: #fff;
  width: 40%;
  padding: 36px 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.11);
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Comfortaa', cursive;
}
@media only screen and (max-width: 1062px) {
  .contact .btn01 {
    padding: 36px 18px;
  }
}
@media screen and (max-width: 834px) {
  .contact .btn01 {
    width: 20%;
    padding: 10px;
    font-size: 11px;
  }
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  .contact .btn01 {
    width: 45%;
  }
}

.contact .tel01 {
  font-size: 20px;
  font-weight: 200;
  padding-right: 20px;
  font-family: 'Quicksand', sans-serif;
}
.contact .tel01 a {
  color: #333 !important;
}
@media only screen and (max-width: 1238px) {
  .contact .tel01 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1124px) {
  .contact .tel01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 834px) {
  .contact .tel01 {
    font-size: 15px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .contact .tel01 {
    font-size: 20px;
    padding-right: 66px;
  }
}
@media only screen and (max-width: 414px) {
  .contact .tel01 {
    font-size: 15px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .contact .tel01 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .contact .tel01 {
    letter-spacing: 0px;
  }
}
.contact .fa-phone {
  font-family: "Font Awesome 5 Free" !important;
  color: #f55e49 !important;
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  .contact .fa-phone {
    font-size: 25px !important;
    width: 15%;
    padding: 18px;
    display: inline-block;
  }
}
.contact .fa-map-pin {
  color: #bf3e59 !important;
}

#mainArea {
  position: relative;
  margin: 0px;
  margin: 20px 100px 50px 100px;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin-top: -20px;
    margin: 20px 30px 50px 30px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    height: 150px;
    margin: 20px 30px 230px 30px;
  }
}
@media only screen and (max-width: 414px) {
  #mainArea {
    margin: 20px 30px 20px 30px;
  }
}
#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    max-height: 500px;
    min-height: 178px;
    width: 500px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 320px) {
  #mainArea img {
    min-height: 157px;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #ad2340;
}

.mean-container .mean-bar {
  background: #fff !important;
  position: fixed !important;
  z-index: 6 !important;
  padding: 0px 0 !important;
}

.mean-container .mean-nav {
  background: #ad2340 !important;
  margin-top: 54px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #ff7f29 !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  height: 20px !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #fff !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a {
  padding: 15px 5% !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

#global_footer {
  position: relative;
  background-size: cover;
  background-color: #bf3e59 !important;
  bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 50px !important;
  }
}
#global_footer #pagetop {
  position: absolute;
  right: 3%;
  top: -20%;
}
@media screen and (max-width: 640px) {
  #global_footer #pagetop {
    top: -7%;
  }
}

#footer {
  padding: 30px 0;
  margin-top: 50px;
  bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
    margin-top: 10px;
  }
}
#footer .inner {
  position: relative;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
}
#footer .inner .footer_container .col_001 {
  padding: 20px;
  color: #fff;
  display: flex;
  padding-bottom: 20px;
  text-align: left;
  width: 50%;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 {
    margin-bottom: 2em;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 {
    flex-direction: column;
  }
}
#footer .inner .footer_container .col_001 .f_logo img {
  width: 15%;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo img {
    width: 38%;
  }
}
#footer .inner .footer_container .col_2 {
  display: flex;
  align-items: flex-start;
  width: 49%;
  color: #fff;
}
#footer .inner .footer_container .col_2 .nav_footer {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  width: 40%;
  max-width: 40%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  color: #333 !important;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_2 .nav_footer {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
#footer .inner .footer_container .col_2 .nav_footer li a {
  font-weight: bold !important;
  color: #fff !important;
}
#footer .inner .footer_container .col_2 .nav_footer li a:hover {
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
  }
}

.add .tel03 {
  font-size: 14px;
}
.add .tel03 span {
  font-size: 20px;
}
.add .tel03 a {
  color: #fff !important;
}

#copyright {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

#global_footer {
  bottom: 0px !important;
  min-width: 0px !important;
}

@media screen and (max-width: 834px) {
  #main_btn {
    display: none;
  }
}
#main_btn a:first-child {
  position: fixed;
  z-index: 9;
  bottom: 399px;
  right: -4px;
}
#main_btn a:nth-child(2) {
  position: fixed;
  z-index: 9;
  bottom: 260px;
  right: -4px;
}
#main_btn a:last-child {
  position: fixed;
  z-index: 9;
  bottom: 154px;
  right: -4px;
}

/*-----------------------------------------------------------------------------------------*/
/* contents */
.bnone td {
  border: none !important;
}

.bnone2 td {
  border: none !important;
  padding: 10px !important;
}

.h1ttl h1 {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .h1ttl h1 {
    font-size: 26px;
  }
}

.btn02 {
  display: inline-block;
  width: 210px;
  font-size: 15px;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  box-sizing: border-box;
  background-image: url(../images/home/icon_arrow01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 200px auto;
  color: #333 !important;
}
.btn02 a {
  color: #333 !important;
}

.btn02:hover {
  background-position: left 8px bottom;
}

.cont_1 {
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .cont_1 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 {
    flex-wrap: wrap !important;
  }
}
.cont_1 .box {
  width: 64%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .cont_1 .box {
    width: 100% !important;
  }
}
.cont_1 .box:first-child img {
  width: 100% !important;
}
.cont_1 .box:last-child {
  margin-top: 100px;
  width: 40%;
  margin-left: -5%;
  background-size: cover;
  z-index: 5;
  padding: 30px 0px;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 834px) {
  .cont_1 .box:last-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .box:last-child {
    margin: 20px 10px !important;
    padding: 6px 10px !important;
  }
}
.cont_1 h2 {
  font-size: 32px;
  position: relative;
  margin-bottom: 1em;
  line-height: 25px;
}
@media screen and (max-width: 640px) {
  .cont_1 h2 {
    font-size: 28px;
  }
}
.cont_1 h2 span {
  font-size: 13px;
  letter-spacing: 5px;
}
.cont_1 a {
  display: inline-block;
  margin-top: 2em;
}
.cont_1:nth-child(even) {
  flex-direction: row-reverse !important;
}
.cont_1:nth-child(even) .box:last-child {
  margin-left: 0;
  background-size: cover;
  margin-right: -5%;
}
.cont_1 .fa-chevron-circle-right {
  padding-right: 10px;
  font-size: 14px !important;
}

@media screen and (max-width: 834px) {
  .disb {
    display: contents !important;
  }
}

.btn04 {
  display: block;
  min-width: 250px;
  position: relative;
  font-size: 14px;
  text-align: center;
  background-color: #bf3e59;
  border-radius: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .btn04 {
    min-width: 100%;
  }
}
.btn04 a {
  color: #fff !important;
}

.btn04:before {
  content: "";
  width: 18px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn04:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn04:hover:before {
  width: 20px;
  right: 10px;
}

.btn04:hover:after {
  right: 10px;
}

.menu {
  border-top: 1px #dddddd solid !important;
  border-bottom: 1px #dddddd solid !important;
}
.menu td {
  padding: 100px !important;
}
@media screen and (max-width: 834px) {
  .menu td {
    padding: 20px !important;
  }
}
.menu .left {
  border-right: 1px #dddddd solid !important;
}
.menu h3 {
  font-size: 16px;
  margin-top: 30px;
  color: #333 !important;
}
.menu h3 span {
  font-size: 13px;
}

.line .btn05 {
  display: inline-block;
  margin: 0 auto !important;
  min-width: 250px;
  position: relative;
  font-size: 14px;
  text-align: center !important;
  background-color: #bf3e59;
  border-radius: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff !important;
}
.line .btn05 a {
  color: #fff !important;
}
.line .btn05:before {
  content: "";
  width: 18px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.line .btn05:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.line .btn05:hover:before {
  width: 20px;
  right: 10px;
}
.line .btn05:hover:after {
  right: 10px;
}

.cont_2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/home/contact.jpg);
  background-size: cover;
  height: 480px;
}
@media only screen and (max-width: 834px) {
  .cont_2 {
    height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_2 {
    height: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .cont_2 {
    height: 350px;
  }
}
.cont_2 .inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.cont_2 .contbox {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  top: 10%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px;
  width: 40%;
}
.cont_2 .contbox td {
  padding: 20px !important;
}
@media only screen and (max-width: 375px) {
  .cont_2 .contbox td {
    padding: 5px !important;
  }
}
@media only screen and (max-width: 834px) {
  .cont_2 .contbox {
    right: 0%;
    width: 80%;
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_2 .contbox {
    right: 0%;
    width: 95%;
  }
}
.cont_2 .ttl {
  font-size: 25px;
  border-bottom: 1px solid #333 !important;
}
@media only screen and (max-width: 640px) {
  .cont_2 .ttl {
    font-size: 18px;
  }
}
.cont_2 .tel02 {
  font-size: 35px;
  color: #bf3e59;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 2px;
}
@media only screen and (max-width: 640px) {
  .cont_2 .tel02 {
    font-size: 30px;
  }
}
.cont_2 .tel02 a {
  color: #bf3e59 !important;
}

.cont_3 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
}
.cont_3 .inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .cont_3 .inner {
    flex-direction: column;
  }
}
.cont_3 .news h2 {
  font-size: 20px;
  border-bottom: 1px solid #333;
}
.cont_3 .news h2 span {
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
}
@media only screen and (max-width: 640px) {
  .cont_3 .news h2 {
    margin-bottom: 20px;
  }
}
.cont_3 .scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 200px;
  min-height: 200px;
  width: 80%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 13px;
}
.cont_3 .scroll a {
  color: #face5f !important;
  border-bottom: 3px solid #face5f !important;
}
@media screen and (max-width: 834px) {
  .cont_3 .scroll {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .scroll {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cont_3 .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: none !important;
  width: 70% !important;
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .cont_3 .form_wrap dl dd {
    width: 80% !important;
  }
}
.cont_3 .form_wrap dl {
  border-bottom: none !important;
  padding: 10px !important;
  border-bottom: 1px solid #ddd !important;
}
@media screen and (max-width: 834px) {
  .cont_3 .form_wrap dl {
    padding: 5px !important;
  }
}
.cont_3 .form_wrap dl dt {
  border: none !important;
  border-right: none;
  background-color: #fff !important;
  border-bottom: none;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-family: "Cormorant", serif !important;
  font-size: 13px;
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .cont_3 .form_wrap dl dt {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .form_wrap dl dt {
    width: 30% !important;
  }
}

.news h2 {
  font-size: 20px;
  border-bottom: 1px solid #333;
  display: inline-block;
  margin-bottom: 30px;
}
.news h2 span {
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
}
@media only screen and (max-width: 640px) {
  .news h2 {
    margin-bottom: 20px;
  }
}

.cont_4 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cont_4 .inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .cont_4 .inner {
    flex-direction: column;
  }
}
.cont_4 .calender {
  width: 60%;
  margin-left: 20px;
}
@media only screen and (max-width: 834px) {
  .cont_4 .calender {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 834px) and (max-width: 834px) {
  .cont_4 .calender table {
    width: 100% !important;
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .cont_4 .calender table {
    width: 100% !important;
  }
}
@media only screen and (max-width: 834px) and (max-width: 414px) {
  .cont_4 .calender table {
    width: auto !important;
  }
}

.cont_4 .calender td {
  border: 1px solid #dddddd !important;
  padding: 10px !important;
}
.cont_4 .calender .left {
  width: 30%;
}
.cont_4 .calender .maru {
  color: #bf3e59;
}

@media only screen and (max-width: 640px) {
  .googlecale iframe {
    width: 90vw !important;
    height: 80vw !important;
    margin-bottom: 20px;
  }
}

/*-------------------- h1背景 --------------------*/
.h1txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.h1txt h1 {
  font-size: 25px;
  background-color: #fff;
  width: 460px;
  padding: 20px 100px;
  display: inline-block;
  border-right: 1px solid #cecece !important;
  border-left: 1px solid #cecece !important;
  border-top: 1px solid #cecece !important;
  font-family: "M PLUS Rounded 1c";
}
@media only screen and (max-width: 834px) {
  .h1txt h1 {
    padding: 10px 50px;
    font-size: 18px;
    width: 70%;
  }
}
@media only screen and (max-width: 640px) {
  .h1txt h1 {
    padding: 10px 50px;
    font-size: 18px;
    width: 70%;
  }
}
.h1txt span {
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  color: #bf3e59;
}

.cont_5_1 {
  position: relative;
  background-image: url(../images/home/h1_bg_about.jpg);
  background-size: cover;
  border-bottom: 1px solid #cecece !important;
}
@media only screen and (max-width: 834px) {
  .cont_5_1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cont_5_1 .inner {
  width: 1200px;
  padding: 150px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .cont_5_1 .inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_1 .inner {
    flex-direction: column;
    padding: 60px;
  }
}

.cont_5_2 {
  position: relative;
  background-image: url(../images/home/h1_bg_price.jpg);
  background-size: cover;
  border-bottom: 1px solid #cecece !important;
}
@media only screen and (max-width: 834px) {
  .cont_5_2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cont_5_2 .inner {
  width: 1200px;
  padding: 150px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .cont_5_2 .inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_2 .inner {
    flex-direction: column;
    padding: 60px;
  }
}

.cont_5_3 {
  position: relative;
  background-image: url(../images/home/h1_bg_anchi.jpg);
  background-size: cover;
  border-bottom: 1px solid #cecece !important;
}
@media only screen and (max-width: 834px) {
  .cont_5_3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cont_5_3 .inner {
  width: 1200px;
  padding: 150px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .cont_5_3 .inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_3 .inner {
    flex-direction: column;
    padding: 60px;
  }
}

.cont_5_4 {
  position: relative;
  background-image: url(../images/home/h1_bg_dental.jpg);
  background-size: cover;
  border-bottom: 1px solid #cecece !important;
}
@media only screen and (max-width: 834px) {
  .cont_5_4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cont_5_4 .inner {
  width: 1200px;
  padding: 150px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .cont_5_4 .inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_4 .inner {
    flex-direction: column;
    padding: 60px;
  }
}

.cont_5_5 {
  position: relative;
  background-image: url(../images/home/h1_bg_white.jpg);
  background-size: cover;
  border-bottom: 1px solid #cecece !important;
}
@media only screen and (max-width: 834px) {
  .cont_5_5 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cont_5_5 .inner {
  width: 1200px;
  padding: 150px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .cont_5_5 .inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_5 .inner {
    flex-direction: column;
    padding: 60px;
  }
}

.cont_5_6 {
  position: relative;
  background-image: url(../images/home/h1_bg_child.jpg);
  background-size: cover;
  border-bottom: 1px solid #cecece !important;
}
@media only screen and (max-width: 834px) {
  .cont_5_6 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cont_5_6 .inner {
  width: 1200px;
  padding: 150px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .cont_5_6 .inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_6 .inner {
    flex-direction: column;
    padding: 60px;
  }
}

.cont_5_7 {
  position: relative;
  background-image: url(../images/home/h1_bg_access.jpg);
  background-size: cover;
  border-bottom: 1px solid #cecece !important;
}
@media only screen and (max-width: 834px) {
  .cont_5_7 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_7 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cont_5_7 .inner {
  width: 1200px;
  padding: 150px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .cont_5_7 .inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5_7 .inner {
    flex-direction: column;
    padding: 60px;
  }
}

.cont_5 {
  position: relative;
  background-image: url(../images/home/h1_bg.jpg);
  background-size: cover;
  border-bottom: 1px solid #cecece !important;
}
@media only screen and (max-width: 834px) {
  .cont_5 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cont_5 .inner {
  width: 1200px;
  padding: 150px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .cont_5 .inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5 .inner {
    flex-direction: column;
    padding: 60px;
  }
}

.pankuzu {
  margin: 0 auto;
  padding-top: 5px;
}
.pankuzu a {
  color: #bf3e59 !important;
}

.h2ttl h2 {
  font-size: 30px;
  color: #bf3e59;
  /*文字色*/
  border-bottom: dashed 2px #bf3e59;
  font-family: "M PLUS Rounded 1c";
}

.h3ttl h3 {
  font-size: 20px;
  padding: 0.2em 0.5em;
  /*文字の上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: #ffecf1;
  /*背景色*/
  border-left: solid 5px #bf3e59;
  /*左線*/
  border-bottom: solid 3px #d7d7d7;
  /*下線*/
}

.h4ttl h4 {
  font-size: 18px;
  background-color: #bf3e59;
  color: #fff;
  padding: 10px 150px;
  display: inline-block;
  border-radius: 40px;
}
@media only screen and (max-width: 640px) {
  .h4ttl h4 {
    padding: 10px 80px;
  }
}

.cont_6 {
  position: relative;
  margin-bottom: 50px;
}
.cont_6 .inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .cont_6 .inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .cont_6 .point {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 30px;
  }
}
.cont_6 .point td {
  padding: 20px !important;
  border-right: 1px solid #ddd !important;
}
@media only screen and (max-width: 640px) {
  .cont_6 .point td {
    padding: 5px !important;
    border-right: none !important;
  }
}
.cont_6 .point .ttl {
  font-size: 25px;
  color: #bf3e59;
}
@media only screen and (max-width: 640px) {
  .cont_6 .pointlust {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 30px;
  }
}
.cont_6 .pointlust td {
  padding: 20px !important;
  border-right: none !important;
}
@media only screen and (max-width: 640px) {
  .cont_6 .pointlust td {
    padding: 5px !important;
  }
}
.cont_6 .pointlust .ttl {
  font-size: 25px;
  color: #bf3e59;
}

.cont_7 {
  position: relative;
  margin-bottom: 50px;
}
.cont_7 .inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .cont_7 .inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .cont_7 .inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 834px) {
  .cont_7 .imgR, .cont_7 .imgL, .cont_7 .imgL {
    max-width: 100% !important;
    margin-top: 20px;
  }
}

.price td {
  padding: 10px !important;
}
.price .left {
  border-bottom: 1px solid #eaa5b3 !important;
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .price .left {
    width: 50%;
  }
}
.price .right {
  border-bottom: 1px solid #cacaca !important;
}

.imgtxt {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .imgtxt {
    flex-direction: column;
  }
}
.imgtxt img {
  width: 50% !important;
}
.imgtxt > div {
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .imgtxt img {
    width: 70% !important;
  }
}

.teethtb td {
  padding: 20px !important;
}

.list {
  margin: 10px auto;
}
.list ul li {
  background-color: #ddd;
  padding: 10px;
  border-radius: 40px;
  margin-right: 40px;
  display: inline-block;
  width: 190px;
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .list ul li {
    width: 32%;
    margin-right: 5px;
    font-size: 11px;
    padding: 5px;
  }
}

.border {
  border: 1px solid #ddd;
  padding: 30px;
  background-color: #ddd;
}

.fadein {
  opacity: 0.5;
  transform: translateY(50px);
  transition: all 1s;
}
@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}

.txt1 > div {
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .txt1 > div {
    text-align: left !important;
  }
}

/* bg_100per */
.con_100 {
  margin-top: 100px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

/* box */
.home_td03 {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .home_td03 {
    margin-top: 50px;
  }
}
.home_td03 .box {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .home_td03 .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td03 .box:nth-of-type(3n) {
  margin-right: 0;
}
.home_td03 .box img {
  width: 100% !important;
}

/* title */
body header #local-keyvisual {
  position: relative;
  z-index: 0;
  padding-top: 81px;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual {
    padding-top: 73px;
  }
}

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffd791;
  border-top: 10px double #fff;
  border-bottom: 10px double #fff;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual #local-keyvisual-title {
    font-size: 27px;
  }
}
body header #local-keyvisual #local-keyvisual-title a {
  font-weight: bold;
  color: #343434;
}
body header #local-keyvisual #local-keyvisual-title:empty {
  padding: 50px;
  margin-bottom: 50px;
}

.midashi01 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi01 h2 {
    font-size: 22px;
  }
}
.midashi01 h3 {
  font-size: 36px;
}
.midashi01 h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 834px) {
  .midashi01 h3 {
    margin-top: 20px;
  }
}
.midashi01 h3 .sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}

.midashi02 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi02 h2 {
    font-size: 22px;
  }
}
.midashi02 h3 {
  font-size: 36px;
}
.midashi02 h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 5px dotted #fff;
}
.midashi02 h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3 {
    display: block;
    font-size: 18px;
  }
}
.midashi02 h3:before, .midashi02 h3:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before, .midashi02 h3:after {
    display: none;
  }
}
.midashi02 h3:before {
  margin-right: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:before {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before {
    margin-right: 0;
  }
}
.midashi02 h3:after {
  margin-left: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:after {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:after {
    margin-left: 0;
  }
}

.midashi03 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi03 h2 {
    font-size: 22px;
  }
}
.midashi03 h3 {
  font-size: 36px;
}
.midashi03 h2 {
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
}
.midashi03 h3 {
  margin: 100px auto 40px auto;
  padding: 10px;
  background-color: #fff;
  border-left: 8px solid #ffd791;
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi03 h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi03 h3 {
    margin: 70px auto 20px auto;
    font-size: 22px;
  }
}

.sub_ttl01 div {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 4px double rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* btn */
.btn_org01, .btn_org02, .btn_org03, .btn_org04 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org03 a, .btn_org04 a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 12.5px 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.btn_org01 a:before, .btn_org02 a:before, .btn_org03 a:before, .btn_org04 a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  color: #fff;
  font-weight: 900;
}
.btn_org01 a:hover, .btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #f2efea;
  color: #343434;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #343434;
}

.btn_org02 a, .btn_org03 a, .btn_org04 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}
.btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #ffd791;
  color: #fff;
}
.btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #343434;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #343434;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #343434;
}
.btn_org04 a:hover:before {
  color: #343434;
}

/* common */
.linkTel a {
  color: #343434;
}

.wrap_org01 {
  margin-top: 100px;
  padding: 70px 0 30px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_org01 {
    margin-top: 50px;
  }
}

.wrap_gry01 {
  margin-top: 100px;
  padding: 70px 0 90px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_gry01 {
    margin-top: 50px;
  }
}

.st_tbl01 td {
  border: none !important;
  padding: 10px !important;
}

.mg_b60 h2 {
  margin-bottom: 60px;
}

.mg_b50 .box {
  margin-bottom: 50px;
}

.mg_b30 h2 {
  margin-bottom: 30px;
}

.mg_t0 h2 {
  margin-top: 0;
}

.pd_4 {
  padding: 4%;
}
@media only screen and (max-width: 640px) {
  .pd_4 {
    padding: 15px;
  }
}

.tbl_st01 td {
  padding: 30px 10px !important;
  text-align: center !important;
}
.tbl_st01 td:first-of-type {
  width: 40%;
  background-color: #ffe7bc;
}

@media only screen and (max-width: 834px) {
  .tab_blk {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .tab_blk .box, .tab_blk .box02 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .sp_blk {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .sp_blk .box {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .sp_brNone br {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .sp_brNone div {
    text-align: left !important;
  }
}

.img_30 img {
  max-width: 30%;
}

.bdr_r10 {
  border-radius: 10px;
}

.bdr_dbl01 {
  border: 19px double #fff;
}

.center {
  text-align: center;
}

.img_bdr img {
  border: 7px solid rgba(255, 215, 145, 0.6);
}

.img_100 img {
  width: 100% !important;
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}

/*# sourceMappingURL=asset.css.map */
