/*
    Theme Name: Lonely
    Theme URL: https://bootstrapmade.com/free-html-bootstrap-template-lonely/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans+Hannari+Sawarabi Mincho:400,300,600,400italic,700);


body {
    width: 100%;
    height: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
    color: #111;
	font-size: 1.4em;
    background-color: #fff;
line-height: 2;
    letter-spacing: 1px;
}

html {
    width: 100%;
    height: 100%;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #444;
}
h1 {
    font-size: 12px;
    font-weight:800;
}
.h1title {
    padding: 5px 0 0 20px;
}
blockquote {
	font-family: Georgia, arial, sans-serif;
	color: #bbb;
	font-size: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 2.0em;
}

p.lead {
	font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.light {
    font-weight: 400;
}

img.img-responsive {
	margin-bottom: 20px;
}


/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto;
}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}

.navbar-custom ul.nav {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav li {
	float: none;
	display: inline-block;
	text-align: center;
}
.navbar-custom ul.nav li a {
font-size: 1.4rem;
    font-weight: bold;
	letter-spacing: 1px;
    color: #222;
	text-transform: uppercase;
}
/* ------- 調整中 ------------
.navbar-custom ul,.nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.navbar-custom ul,.nav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background:  #d43076;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.navbar-custom ul,.nav li a:hover::after {
  transform: scale(1, 1);
}
 */


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #d43076;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #d43076;
  box-shadow: 10px 0px #d43076, 10px 0px #d43076;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 120px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.section-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media (min-width:480px) {
.section-heading h2 {
	font-size: 38px;
	margin-bottom: 50px;
	line-height: 1em;
font-family: "游明朝", YuMincho, "Sawarabi Mincho", serif;
font-weight:bold;
text-align:center;
}
}
@media (max-width:480px) {
.section-heading h2 {
	font-size: 20px;
	margin-bottom: 50px;
	line-height: 1em;
font-family: "游明朝", YuMincho, "Sawarabi Mincho", serif;
font-weight:normal;
text-align:left;
}
}

@media (max-width:480px) {
h2.toptitle {
	font-size: 18px !important;
	margin-bottom: 0px;
}
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */
@media (min-width:480px) {
.intro {
	width:100%;
	position:relative;	
	background: url(../img/bg1.jpg) no-repeat top center;
	background-size: cover;
}
}
@media (max-width:480px) {
.intro {
	width:auto;
        height:100%
	position:relative;	
	background: url(../img/bg1_sp.jpg) no-repeat top center;
	background-size: cover;
}
}
#intro.intro {
	padding:0px 0 0px 0;
}
@media (max-width:480px) {
#intro img {
margin-top:100px;
	width:300px;
        height:auto;
}
}
@media (min-width:480px) {
.intro .slogan {
	text-align: center;
}
.intro .slogan_sp {
	display:none;

}
}
@media (max-width:480px) {
.intro .slogan_sp {
	text-align: center;

}
.intro .slogan {
	display:none;
}
.home-section_top {
    margin-top: -41px;
    padding-top: 0px;
    padding-bottom: 0px;
}
}

.intro .page-scroll {
	text-align: center;
}


.intro .page-scroll a {
	color: #fff;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.icon .fa {
	color: #fff;
}

/* ==========================
--- Gallery
============================= */


.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	


/* ===========================
--- Contact
============================ */

.form-wrapper {
	background: #f9f9f9;
	padding: 40px;
	 border-radius: 6px;
}


form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	letter-spacing: 1px;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 4px;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fefefe;
	color: #888;
}

form#contact-form input,form#contact-form select {
	height: 40px;
}

form#contact-form button {
	border-radius: 4px;
	height: 40px;
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	background: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* ===========================
--- Footer
============================ */

footer {
	opacity:0.7;
	text-align: center;
	padding: 50px 0 30px;
	
}

footer p {
	color: #f8f8f8;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ccc;
}
.credits {
    color: #fff;
}

/* ==========================
Parallax
============================= */

#separator {	
	background-image: url(../img/parallax-bg.jpg);
}

#separator .icon {
	margin-bottom: 20px;
}

#separator span {
	color: #fff;
}

#separator:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

/* ===========================
--- Elements
============================ */

.btn {

    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn:hover {
	color: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media (max-width:768px) {
	.navbar-header .fa {
		color: #666;
	}
	
	.col-xs-6 {
		margin-bottom: 30px;
	}
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}

	
	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}
	
}

/* 追記 */
@media (max-width:896px) {
img{
max-width:100%;
height:auto;
}
}
@media (min-width:480px) {
.col-md-6,.col-lg-8 {
    margin-top: 70px;
    margin-bottom: 20px;
}
}
@media (max-width:480px) {
.col-md-6,.col-lg-8 {
    margin-top: 70px;
    margin-bottom: 20px;
    margin-left:20px;
    margin-right:20px;
}
}
.center{
text-align: center;
width:100%;
height:auto;
}
.right{
text-align: right;
}
/* 矢印背景 */
@media (min-width:480px) {
#separator_top {
    background-image: url(../img/allow_bg.png);
    background-repeat: no-repeat;
background-position: center;
}
}

@media (max-width:480px) {
#separator_top {
    background-image: url(../img/allow_bg_sp.png);
    background-repeat: no-repeat;
background-position: center;
}	
}
.home-section_top {
margin-top:-15px;
margin-bottom:-100px;
    padding-top: 60px;
    padding-bottom: 110px;
}

h2.toptitle{
margin-top:10px;
color:#fff;
font-size:36px;
letter-spacing: 0.2em;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 両サイド線　英語見出し */
@media (min-width:480px) {
.title-border {
display: flex;
align-items: center;
font-size:36px;
color: #d43076;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}
@media (max-width:480px) {
.title-border {
display: flex;
align-items: center;
font-size:16px;
color: #d43076;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}

/* 00ブランク */
.home-section0 {
background:#ffffff;

    display: block;
    position: relative;
    z-index: 120;
}
/* 01ごあいさつ */
@media (min-width:480px) {
.home-section1 {
background:#ffffff url(../img/parallax1-bg.jpg) center center no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
    position: relative;
    z-index: 120;
}
}
@media (max-width:480px) {
.home-section1 {
background:#ffffff url(../img/parallax1-bg_sp.jpg) center center no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
    position: relative;
    z-index: 120;
}
}
/* 02メリット */
@media (min-width:480px) {
.home-section2 {
background:#ffffff url(../img/parallax2-bg.jpg) center center no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
    position: relative;
    z-index: 120;
}
}
@media (max-width:480px) {
.home-section2 {
background:#ffffff url(../img/parallax2-bg_sp.jpg) center center no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    position: relative;
    z-index: 120;
}
}
/* 02メリット続き */
@media (min-width:480px) {
.home-section3 {
background:#ffffff url(../img/parallax3-bg.jpg) center center no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
    position: relative;
    z-index: 120;
}
}
@media (max-width:480px) {
.home-section3 {
background:#ffffff url(../img/parallax3-bg_sp.jpg) center center no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    position: relative;
    z-index: 120;
}
}
/* 03デメリット */
@media (min-width:480px) {
.home-section4 {
background:#ffffff url(../img/parallax4-bg.jpg) center center no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
    position: relative;
    z-index: 120;
}
}
@media (max-width:480px) {
.home-section4 {
background:#ffffff url(../img/parallax4-bg_sp.jpg) center center no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    position: relative;
    z-index: 120;
}
}
/* 04自費診療の考え方 */
@media (min-width:480px) {
.home-section5 {
background:#ffffff url(../img/parallax5-bg.jpg) center center no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
    position: relative;
    z-index: 120;
}
}
@media (max-width:480px) {
.home-section5 {
background:#ffffff url(../img/parallax5-bg_sp.jpg) center center no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    position: relative;
    z-index: 120;
}
}
/* 05デンタルローン */
.home-section6 {
background:#d43076 center center no-repeat;
opacity: 0.7;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    position: relative;
    z-index: 120;
}
/* 06安心のマウスピース矯正 */
@media (min-width:480px) {
.home-section7 {
background:#ffffff url(../img/parallax7-bg.jpg) center center no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    position: relative;
    z-index: 120;
}
}
@media (max-width:480px) {
.home-section7 {
background:#ffffff url(../img/parallax7-bg_sp.jpg) center center no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
    position: relative;
    z-index: 120;
}
}
/* 黄色アンダーライン */
.under {
  background: linear-gradient(transparent 50%, yellow 50%);
}
/* トップロゴ下テキスト */
@media (min-width:896px) {
h2.sitename{
	text-align:center !important;
	margin:0 auto;
	background-color:#8E6741 !important;
	font-size:1.5em !important;
	text-shadow: none !important;
	width:350px;
	margin-bottom:100px;
}
h2.catch_s{
	text-shadow: none !important;
	color:#222 !important;
	font-size:3.6em !important;
	font-weight:bold !important;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
h2.catch_l{
	text-shadow: none !important;
	color:#222 !important;
	font-size:6.8em !important;
	font-weight:bold !important;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	padding-top:30px;
	margin-bottom:200px;
}
}
@media (max-width:896px) {
h2.sitename{
	text-align:center !important;
	margin:0 auto;
	background-color:#8E6741 !important;
	font-size:1em !important;
	text-shadow: none !important;
	width:350px;
	margin-bottom:100px;
}
h2.catch_s{
	text-shadow: none !important;
	color:#222 !important;
	font-size:2.4em !important;
	font-weight:bold !important;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
h2.catch_l{
	text-shadow: none !important;
	color:#222 !important;
	font-size:4.5em !important;
	font-weight:bold !important;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	padding-top:30px;
	margin-bottom:200px;
}
}
/* 院長名前 */
@media (min-width:480px) {
.name {
  font-size: 1.5em !important;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}
@media (max-width:480px) {
.name {
  font-size: 1.1em !important;
font-weight:bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}

.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}
/* Ｈ２横アイコン */
@media (min-width:480px) {
.icon1 {
    display: inline-block;
    width: 60px;
    height: 60px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon1.png) no-repeat;
}
}
@media (max-width:480px) {
.icon1 {
    display: inline-block;
    width: 40px;
    height: 40px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon1_sp.png) no-repeat;
}
}
@media (min-width:480px) {
.icon2 {
    display: inline-block;
    width: 69px;
    height: 52px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon2.png) no-repeat;
}
}
@media (max-width:480px) {
.icon2 {
    display: inline-block;
    width: 46px;
    height: 35px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon2_sp.png) no-repeat;
}
}
@media (min-width:480px) {
.icon3 {
    display: inline-block;
    width: 79px;
    height: 57px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon3.png) no-repeat;
}
}
@media (max-width:480px) {
.icon3 {
    display: inline-block;
    width: 52px;
    height: 38px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon3_sp.png) no-repeat;
}
}
@media (min-width:480px) {
.icon4 {
    display: inline-block;
    width: 81px;
    height: 57px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon4.png) no-repeat;
}
}
@media (max-width:480px) {
.icon4 {
    display: inline-block;
    width: 54px;
    height: 38px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon4_sp.png) no-repeat;
}
}
@media (min-width:480px) {
.icon5 {
    display: inline-block;
    width: 81px;
    height: 65px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon5.png) no-repeat;
}
}
@media (max-width:480px) {
.icon5 {
    display: inline-block;
    width: 54px;
    height: 43px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon5_sp.png) no-repeat;
}
}
@media (min-width:480px) {
.icon6 {
    display: inline-block;
    width: 55px;
    height: 55px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon6.png) no-repeat;
}
}
@media (max-width:480px) {
.icon6 {
    display: inline-block;
    width: 36px;
    height: 36px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon6_sp.png) no-repeat;
}
}
@media (min-width:480px) {
.icon7 {
    display: inline-block;
    width: 55px;
    height: 68px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon7.png) no-repeat;
}
}
@media (max-width:480px) {
.icon7 {
    display: inline-block;
    width: 36px;
    height: 45px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon7_sp.png) no-repeat;
}
}
@media (min-width:480px) {
.icon_itero {
    display: inline-block;
    width: 167px;
    height: 64px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon_itero.png) no-repeat;
}
}
@media (max-width:480px) {
.icon_itero {
    display: inline-block;
    width: 66px;
    height: 40px;
margin-right:20px;
margin-top:20px;
    background: url(../img/icon_itero_sp.png) no-repeat;
}
}
/* アイコン位置 */
.section-heading i {
    margin-bottom: -15px;
}
/* iTero番号 */
.itero_number1 {
position: relative;
background: #FFEEFF;
padding: 2px 5px 2px 25px;
font-size: 20px;
border-radius: 0 10px 10px 0;
}
.itero_number1:before {
content: "1";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #FF70B2;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}
.itero_number2 {
position: relative;
background: #FFEEFF;
padding: 2px 5px 2px 25px;
font-size: 20px;
border-radius: 0 10px 10px 0;
}
.itero_number2:before {
content: "2";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #FF70B2;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}
.itero_number3 {
position: relative;
background: #FFEEFF;
padding: 2px 5px 2px 25px;
font-size: 20px;
border-radius: 0 10px 10px 0;
}
.itero_number3:before {
content: "3";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #FF70B2;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}
/* 価格囲み枠 */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}


.col-md-6 img{
width:100%;
}
@media (max-width:480px) {
h1{
text-align:center;
font-size:0.7em;
}
}

.fix_menu_smartphone{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
}
/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
@media (max-width:480px) {
footer {
	text-align: center;
	padding: 50px 0 180px;
	
}
ul.footer_menu {
	margin-bottom:70px;
	padding: 0;
	width: 100%;
	overflow: hidden;
	display: table;
}
ul.footer_menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
}
ul.footer_menu li a {
	border: none;
	display: block;
	color: #666;
	text-align: center;
	text-decoration: none;
}
.footer_menu {
	position: fixed;
	bottom: 0;
	left:0;
	background: #fff;
	z-index: 9999999999;
}
}
@media (min-width:480px) {
ul.footer_menu {
	display:none;
}
}

@media (max-width:480px) {
.fix_menu_smartphone img{
  width:100%;
}
}
@media (max-width:896px) {
.bunkatsu_pc{
display:none;
}
}
@media (min-width:480px) {
.fix_menu_smartphone{
display:none;
}
}
@media (min-width:896px) {
.bunkatsu{
display:none;
}
}

/*--------------------------------
ローン　テーブル
---------------------------------*/
table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,table td{
  padding: 10px 0;
  text-align: center;
}

table td{
    border-bottom: 1px solid #CCC;
}
table th{
  background-color: #fff0f5;
      border-bottom: 1px solid #FFF;
}
.section-heading h2{
	margin:30px 0 10px 0;
	text-align:center;
}
/*--------------------------------
矢印
---------------------------------*/
.arrow{
  text-align:center;
}
.arrow1{
  display:inline-block;
    margin:0 auto;

  margin:30px 0 30px 0;
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
/*--------------------------------
ボックス　シャドウ
---------------------------------*/
.boxshadow {
  background-color:#fff;
  padding:40px 30px 20px 30px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
@media (min-width:480px) {
.boxshadow h2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom:30px;
  padding:20px 10px 20px 10px;
  font-size: 2em !important;
  font-weight:bold;
  text-align:center;
  border-bottom: solid 3px #d43076;
}
}
@media (max-width:480px) {
.boxshadow h2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom:30px;
  padding:20px 10px 20px 10px;
  font-size: 1.3em !important;
  font-weight:bold;
  text-align:center;
  border-bottom: solid 3px #d43076;
}
}
.boxshadow h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding:20px 10px 20px 10px;
  font-size: 1.2em !important;
  font-weight:bold;
  text-align:center;
}
.boxshadow p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1em !important;
  font-weight:bold;
  text-align:center;
}
.boxshadow2 {
  background-color:#fff;
  padding:20px 10px 20px 10px;
  margin:20px 15px 20px 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.boxshadow2 h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding:0;
  font-size: 1.2em !important;
  font-weight:bold;
  text-align:center;
}
.boxshadow3 {
  background-color:#FFFFF0;
  padding:20px 10px 20px 10px;
  margin:20px 15px 20px 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.boxshadow3 h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding:0;
  font-size: 1.2em !important;
  font-weight:bold;
  text-align:center;
}
.boxtext{
	font-size:0.8em;
	color:#d43076;
	margin:0px 10px 0px 0px;
}
.underbox{
	margin:10px 10px 20px 10px !important;
	background:none;
}
.undertext{
	font-size:0.9em !important;
	margin:0px !important;
	line-height:1.2em !important;
  text-align:center;
}
/*--------------------------------
ボーダー　ボックス
---------------------------------*/
.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #fff;
    border: dashed 2px #ccc;/*点線*/
}
/*--------------------------------
お手軽な安心価格
---------------------------------*/
@media (min-width:480px) {
.p01{
	text-align:center;
	color:#fff;
	padding-top:20px;
	font-size:32px;
	font-weight:bold;
  border-bottom: solid 3px #fff;
}
.p02{
	text-align:center;
	color:#fff;
	margin-top:-40px;
	font-size:80px;
	font-weight:bold;
}
.p02_1{
	text-align:center;
	color:#fff;
	font-size:32px;
	font-weight:bold;
}
.p02_2{
	text-align:center;
	color:#fff;
	font-size:40px;
	font-weight:bold;	
}
.p03{
	text-align:center;
	color:#fff;
	margin-top:-80px;
	line-height: 1.2em;
	padding-top:20px;
	font-size:32px;
	font-weight:bold;	
}
}
@media (max-width:480px) {
.p01{
	text-align:center;
	color:#fff;
	padding-top:20px;
	font-size:26px;
	font-weight:bold;
  border-bottom: solid 3px #fff;
}
.p02{
	text-align:center;
	color:#fff;
	margin-top:0px;
	font-size:50px;
	font-weight:bold;
}
.p02_1{
	text-align:center;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}
.p02_2{
	text-align:center;
	color:#fff;
	font-size:22px;
	font-weight:bold;	
}
.p03{
	text-align:center;
	color:#fff;
	margin-top:-30px;
	line-height: 1.2em;
	padding-top:20px;
	font-size:20px;
	font-weight:bold;	
}
}
/*--------------------------------
総額費用
---------------------------------*/
@media (min-width:480px) {
h2.sougaku{
	text-align:center;
	font-weight:bold;
}
h2 span.under{
	color:#d43076;
}
.sougaku_t{
	color:#fff;
	font-size:2em;
	text-align:center;
	padding:30px;
	margin:10px;
	border-radius: 60px;
	background-color:#d43076;
}
.sougaku_p{
	color:#d43076;
	font-size:60px;
	text-align:center;
	font-weight:bold;
}

.footname{
	font-size:1.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#333;
}
}
@media (max-width:480px) {
h2.sougaku{
	margin-top:30px;
	text-align:center;
	font-size:22px;
	font-weight:700;
}
h2 span.under{
	color:#d43076;
}
.sougaku_t{
	opacity:0.7;
	color:#fff;
	font-size:1em;
	text-align:center;
	font-weight:700;
	padding:10px;
	margin:5px;
	border-radius: 20px;
	background-color:#d43076;
}
.sougaku_p{
	color:#d43076;
	font-size:44px;
	text-align:center;
	font-weight:bold;
}

.footname{
	font-size:1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#333;
}
}
