p {
	line-height: 1.7em;
}
.navbar-nav .nav-ja {
    display: block;
    font-size: 70%;
	font-family: 'Noto Serif JP', serif;
}
.nav-item {
    text-align: center;
}
.navbar .navbar-nav .nav-link {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.logo {
    width: 180px;
}
.lead-1 {
    font-size: 110%;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    background: rgba(245,181,189,0.9);
    padding: 15px 20px;
	border: solid 1px #fff;
}
.lead-L {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8em;
    font-family: 'Noto Serif JP', 'Cormorant Garamond', serif;
    color: #004d73;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.heading-1 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #004d73;
    position: relative;
    padding: 0 0 16px 5px;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}
.heading-1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #004d73, #004d73 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #004d73, #004d73 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.heading-2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 21px;
    color: #004d73;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.5em;
    position: relative;
    margin-bottom: 30px;
}
.heading-2:before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #004d73;
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.heading-3 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #004d73;
    position: relative;
    background: #f7f7f7;
    font-size: 18px;
    padding: 12px 20px 13px 25px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 500;
}
.heading-3:before {
    position: absolute;
    top: 25%;
    left: 10px;
    width: 6px;
    height: 50%;
    content: '';
    background: #004d73;
}
.en-name {
    font-size: 14px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: #004d73;
    float: right;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.menu-item {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 3px 6px 4px 6px;
    background: #004d73;
    font-weight: 500;
    margin: 0 0.2em 0.4em 0;
    line-height: 1.5;
}
.green {
    color: #2AC8A3;
}
.profile dl {
    display: flex;
    margin: 0;
    flex-flow: row wrap;
}
.profile dt {
    width: 12%;
    color: #1b1b1b;
    padding: 10px 0;
    border-bottom: 1px solid #004d73;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 3px;
}
.profile dd {
    width: 80%;
    margin-left: 0em;
    padding: 10px 20px;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
}
.highlighter {
    display: inline;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgb(255, 247, 198) 70%);
}
.yoshitake {
    width: 170px;
}
.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
table.custom-1 {
    width: 100%;
}
table.custom-1 th {
    color: #1b1b1b;
    width: 22%;
    background-color: #FCFCFC;
    text-align: center;
    letter-spacing: 2px;
}
table.custom-1 th, table.custom-1 td {
    padding: 16px;
    border: 1px solid #E6E6E6;
}
a:hover {
    color: #004d73;
    text-decoration: none;
}
.bg-001 {
    background-image: url("../img/bg-001.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    background-attachment: fixed;
}
.bg-002 {
    background-image: url(../img/bg-002.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    background-attachment: fixed;
}
.header .caption h1 {
		letter-spacing: 4px;
	margin-bottom: 10px;
	}
	.header .caption h2 {
		background: rgba(245,181,189,0.6);
		padding: 5px 8px 8px;
	}
	.slide-logo {
		width: 30%;
	}

.lead-block {
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.3em;
    border-top: solid 1px #ababab;
    border-bottom: solid 1px #ababab;
}
.lead-block:before, .lead-block:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #ababab;
}
.lead-block:before {left: 10px;}
.lead-block:after {right: 10px;}
.lead-block p {
    margin: 0; 
}
.section-title span {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #464646;
	font-size: 16px;
}
.nav-scroll .navbar-nav .nav-link {
	color: #004d73;
}
@media screen and (max-width: 767px) {
    .logo {
        width: 156px;
    }
	.nav-item {
    text-align: left;
}
    .navbar-nav .nav-ja {
        display: inline-block;
        margin-left: 15px;
        font-size: 70%;
    }
    .header .caption h1 span {
        font-size: 22px;
        margin: 0;
        display: block;
    }
    .header .caption h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .section-title {
        font-size: 22px;
        letter-spacing: 0.05em;
    }
    .section-subtitle {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    .header .caption h6 {
        margin-bottom: 20px;
    }
   
    .lead-L {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .services .item h5 {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 1.6em;
    }
    .nopixel-blog .content .date h6 {
        letter-spacing: 4px;
        font-size: 12px;
    }
    .nopixel-blog .content .date h1 {
        font-size: 46px;
    }
    .nopixel-blog .content .info .tags {
        padding: 4px;
        display: inline-block;
        margin-bottom: 12px;
    }
    .menu-item {
        font-size: 13px;
    }
    .section-voice-padding {
        padding: 60px 0
    }
    .profile dl {
        font-size: 14px;
        flex-flow: column;
    }
    .profile dt {
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }
    .profile dd {
        width: 100%;
        padding: 5px 0;
        border: none;
    }
    .about .about-img .img {
        margin-bottom: 30px;
    }
    .en-name {
        font-size: 13px;
        float: left;
        letter-spacing: 4px;
    }
    .heading-2 {
        font-size: 19px;
    }
    .heading-3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section-title span {
        font-size: 15px;
        margin-left: 10px;
    }
    .img-mb-15 {
        margin-bottom: 15px;
    }
    .img-mb-30 {
        margin-bottom: 30px;
    }
    .yoshitake {
        display: none;
    }
    .accordion-box .block .acc-btn {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 30px 14px 10px;
        letter-spacing: 1px;
    }
    .accordion-box .block .acc-btn::before {
        right: 10px;
        top: 8px;
    }
    .accordion-box .block .acc-btn .count {
        font-size: 15px;
    }
    .map {
        margin-bottom: 30px;
    }
    table.custom-1 th, table.custom-1 td {
        padding: 12px;
        font-size: 14px;
    }
    table.custom-1 th {
        width: 25%;
        letter-spacing: 1px;
    }
    .banner-header p {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .header .caption h6 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .banner-header h1 {
        font-size: 34px;
        letter-spacing: 4px;
    }
    .section-padding {
        padding: 70px 0;
    }
    .copyright {
        margin-top: 10px !important;
        letter-spacing: 2px;
    }
    .line-vr-section {
        margin: -30px auto;
        height: 60px;
    }
    .testimonials-box .head-box h4 {
        font-size: 20px;
    }
	.bg-001 {
    background-image: url("../img/bg-001.png");
    background-repeat: repeat-y;
    background-size: 300%;
    background-position: center top;
    background-color: #fff;
    background-attachment: scroll;
}
.bg-002 {
    background-image: url(../img/bg-002.png);
    background-repeat: no-repeat;
    background-size: 300%;
    background-position: right top;
    background-color: #fff;
    background-attachment: scroll;
}
	.header .caption h1 {
    font-size: 30px;
    margin-bottom: 10px;
}
	.header .caption h1 {
		letter-spacing: 4px;
	}
	.header .caption h2 {
		background: rgba(245,181,189,0.6);
		padding: 5px 8px 8px;
	}
	.slide-logo {
		width: 50%;
	}
}


/*料金*/
.menu-set {
	background: #f7f7f7;
	padding: 10px;
	margin-bottom: 15px;
}

.menu-price {
	color: #000;
	font-size: 18px;
	margin-bottom: 30px;
}

.menu-price span.yen {
	color: #000;
	font-size: 28px;
	font-weight: 600;
}
.menu-price span.tax {
	font-size: 14px;
}


.menu-block {
	margin-bottom: 40px;
}

.insurance {
	border: solid 1px rgba(245,181,189,1);
	padding: 3px 6px;
	background: #fff;
	margin-left: 1em;
	color: rgba(245,181,189,1) !important;
	letter-spacing: 0;
	font-size: 14px;
}

.chart-price {
	text-align: right;
	color: #000;
}
.chart-price .yen {
	font-weight: 600;
	font-size: 20px;
}
	
.contact-tel {
	padding: 30px;
	text-align: center;
}
.contact-tel a {
	padding: 30px;
}

.contact-tel a.btn-curve span {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

	
	@media screen and (max-width: 767px) {
	.nopixel-blog .content .cont h3 {
    font-family: 'Noto Serif JP', 'Cormorant Garamond', serif;
    margin: 0 0 40px 0;
    font-size: 24px;
    color: #004d73;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.5em;
    position: relative;
}
		.table-chart th, .table-chart td {
			width: 100%;
			display: block;
		}
}







.no-gutters > [class*="col-"] {
    padding-right:0;
    padding-left:0;
}

.footer-fix-btn {
  position:fixed;
  bottom:20px;
  width:30%;
  padding:5px;
  text-align:center;
  font-size:16px;
  color:#000000;
	z-index: 100;
	margin: 0 auto;
	   left: calc(50% - 15%);
}
.footer-fix-btn a {
  display:block;
  width:100%;
  text-decoration:none;
	color: #fff;
	padding: 6px;
	border: solid 1px #fff;
}
.footer-fix-btn a span  {
	font-size: 80%;
}
.footer-fix-btn a:hover {
  opacity:0.8;
}
.footer-shopping-btn {
	margin: 1px;
}
a.btn-web {
    background: #f85457 !important;
	border-radius: 6px;
}
a.btn-phone {
	background: #f5b5bd !important;
	border-radius: 6px;
}
a.btn-shop {
	background: #f46fa5 !important;
	border-radius: 6px;
}


@media only screen and (max-width: 768px) {
	.footer-fix-btn {
  position:fixed;
  bottom:0;
  width:100%;
  padding:5px;
  text-align:center;
  font-size:16px;
  color:#000000;
	z-index: 100;
		left: 0 !important;
}
.footer-fix-btn a {
  display:block;
  width:100%;
  text-decoration:none;
	color: #fff;
	padding: 6px;
	border: solid 1px #fff;
}
.footer-fix-btn a span  {
	font-size: 80%;
}
.footer-fix-btn a:hover {
  opacity:0.8;
}
.footer-shopping-btn {
	margin: 1px;
}
a.btn-web {
    background: #f85457 !important;
	border-radius: 6px;
}
a.btn-phone {
	background: #f5b5bd !important;
	border-radius: 6px;
}
a.btn-shop {
	background: #f46fa5 !important;
	border-radius: 6px;
}
	.footer-fix-btn a {
  font-size: 13px;
}
	.progress-wrap {
		bottom: 60px;
	}
}