/*!==============================
 * Theme Name: rc301
 * Theme URL: https://probootstrap.com/atlantis-hotel-free-html5-template-using-bootstrap-framework
 * Author: ProBootstrap.com
 * Author URL: https://probootstrap.com
 * License: Released for free under the Creative Commons Attribution 3.0 license (probootstrap.com/license)
 */
body,
html {
    overflow-x: hidden;
}
@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon/icomoon.eot?1z9v6x");
    src: url("../fonts/icomoon/icomoon.eot?1z9v6x#iefix") format("embedded-opentype"),url(../fonts/icomoon/icomoon.ttf?1z9v6x) format("truetype"),url(../fonts/icomoon/icomoon.woff?1z9v6x) format("woff"),url(../fonts/icomoon/icomoon.svg?1z9v6x#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
html {
    font-size: 1em;
}
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;
    background: #fff;
   	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;	
	color: #000;
}

@media screen and (max-width:480px){
body {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    background: #fff;
	color: #000;
}	
	
	
}

::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
h1,
h2,
h3,
h4 {
    margin: 1.414em 0 0.5em;
    line-height: 1.2;
    font-weight: 300;
   	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;	
    color: #000;
}
h1 {
    margin-top: 0;
    font-size: 3.998em;
}
h2 {
    font-size: 2.827em;
}

@media screen and (max-width:480px) {
h2 {
    font-size: 24px;
}
}

h3 {
    font-size: 1.999em;
}

@media screen and (max-width:480px) {
h2,h3,h4,h5 {
    font-size: 18px;
}
}



h4 {
    font-size: 1.414em;
}
.font_small,
small {
    font-size: 0.807em;
}
figure,
ol,
p,
ul {
    margin-bottom: 1.3em;
}
a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #134493;
}
a:active,
a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}
a.hover-reverse {
    color: #000;
}
a.hover-reverse:active,
a.hover-reverse:focus,
a.hover-reverse:hover {
    color: #006835;
    text-decoration: none;
}





@media screen and (max-width:480px) {
.sp-navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    border-top-width: 0px;
}
.sp-navbar-fixed-bottom, .sp-navbar-fixed-top{

position: fixed;
right: 0;
left: 0;
z-index: 1030;

}	
	
}


.probootstrap-header {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    z-index: 4;
    top: 0;
    background: #fff;
	border-top:solid 3px #274a78;
	border-bottom:solid 1px #f2f2f2;	
}
.probootstrap-logo {
    float: left;
    color: #000;
    padding-left: 15px;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Rubik,sans-serif;
}
.probootstrap-logo:active,
.probootstrap-logo:focus,
.probootstrap-logo:hover {
    color: #000;
}
@media screen and (max-width:768px) {
    .probootstrap-logo {
        padding-left: 25px;
    }
}
.probootstrap-logo-center {
    text-transform: uppercase;
    position: relative;
    top: -7px;
}
.probootstrap-logo-center a {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    color: #000;
    display: inline-block;
    zoom: 1;
}
@media screen and (max-width:992px) {
    .probootstrap-logo-center a {
        margin-left: 0;
        margin-right: 0;
    }
}
.probootstrap-nav {
    margin-left: 0;
    text-align: center;
    float: none;
}
.probootstrap-mobile-menu-active .probootstrap-nav {
    text-align: left;
    position: fixed;
    display: block!important;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    height: 100vh;
    width: 300px;
    background: #fff;
    padding: 30px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text {
    display: block;
    float: left;
    clear: both;
    margin-top: 30px;
    color: #000;
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons {
    padding: 0;
    margin: 0 0 20px;
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li {
    display: inline-block;
    zoom: 1;
    padding: 0;
    margin: 0;
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li a {
    color: #fff;
    padding: 10px;
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li:first-child a {
    padding-left: 0;
}
.probootstrap-mobile-menu-active .probootstrap-nav .extra-text h5 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #223a70;
}
.probootstrap-mobile-menu-active.show .probootstrap-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.probootstrap-main-nav {
    margin: 0;
    padding: 0;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav {
    float: left;
    margin-top: 40px;
	margin-bottom:400px;
    width: 100%;
}
.probootstrap-main-nav li {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: inline;
    font-size: 18px;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
}
.probootstrap-main-nav li a {
   	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;	
    text-transform: uppercase;
    padding: 0;
    color: #000;
	font-weight:700;
    font-size: 14px;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li a {
    margin-bottom: 10px;
    padding: 5px 0;
    display: block;
    line-height: 1.5;
    color: #000;
    border-bottom: solid 1px #666;
}
.probootstrap-main-nav li a:hover {
    color: #223a70;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li a:hover {
    color: #223a70;
}
.probootstrap-main-nav li.probootstrap-cta {
    margin-left: 20px;
}
.probootstrap-main-nav li.probootstrap-cta a {
    border: 2px solid #fff;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 4px;
}
.probootstrap-main-nav li.probootstrap-cta a:hover {
    background: #fff;
    color: #7a7452;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li.probootstrap-cta {
    margin-left: 0;
    margin-top: 20px;
}
.probootstrap-mobile-menu-active .probootstrap-main-nav li.probootstrap-cta a {
    padding-top: 2px;
    padding-bottom: 2px;
}
.probootstrap-main-nav li.active a {
    color: #223a70;
    border-bottom: 3px solid #223a70;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li.active a {
    border-bottom: none!important;
    color: #223a70;
}

.probootstrap-header-social {
    position: absolute;
    top: 34px;
    right: 60px;
}
.probootstrap-header-social li {
    display: inline;
    list-style: none;
    margin-left: 5px;
}
.probootstrap-header-social li a {
    color: #fff;
}
.mobile-menu-overlay {
    z-index: 1099;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.probootstrap-mobile-menu-active.show .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
}
.probootstrap-intro {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    height: 100vh;
    overflow: hidden;
}
.probootstrap-intro.probootstrap-intro-inner {
    height: 500px;
}
.probootstrap-intro .probootstrap-scroll-down {
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.9s all ease-out;
    transition: 0.9s all ease-out;
    bottom: 20px;
    color: #fff;
    opacity: 1;
    visibility: visible;
}
.probootstrap-intro .probootstrap-scroll-down.probootstrap-sleep {
    bottom: -50px;
    opacity: 0;
    visibility: hidden;
}
.probootstrap-intro .probootstrap-intro-text {
    margin-top: 300px;
}
@media screen and (max-width:768px) {
    .probootstrap-intro {
        background-position: center center;
    }
    .probootstrap-intro .probootstrap-intro-text {
        height: inherit!important;
        margin-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.probootstrap-intro.probootstrap-intro-inner .probootstrap-intro-text {
    margin-top: 190px;
}
.probootstrap-intro:before {
    z-index: 1;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #ddf0f3;
    background: -webkit-gradient(linear,left top,right top,from(#ddf0f3),to(#006835));
    background: linear-gradient(to right,#ddf0f3 0,#006835 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$firstcolor, endColorstr=$secondcolor, GradientType=1);
    opacity: 0.8;
}
.probootstrap-intro > .container,
.probootstrap-intro > .container-fluid {
    position: relative;
    z-index: 3;
}
.probootstrap-intro h1 {
    font-size: 120px;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    line-height: 100px;
    margin-bottom: 0;
}
.probootstrap-intro h1 span {
    font-weight: 300;
    display: block;
}
@media screen and (max-width:768px) {
    .probootstrap-intro.probootstrap-intro-inner .probootstrap-intro-text {
        margin-top: 150px;
    }
    .probootstrap-intro {
        height: inherit!important;
        padding: 7em 0;
    }
    .probootstrap-intro h1 {
        font-size: 60px;
        line-height: 60px;
    }
}
.probootstrap-intro .probootstrap-subtitle {
    max-width: 700px;
}
.probootstrap-intro .probootstrap-subtitle h2 {
    margin-top: 0;
    color: rgba(0,0,0,.9);
    font-weight: 300;
    font-family: "Crimson Text",serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.probootstrap-intro .probootstrap-subtitle h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #006835;
}
.probootstrap-intro .probootstrap-subtitle h2 a {
    color: #000;
}
.probootstrap-intro .probootstrap-subtitle h2 a:hover {
    color: rgba(0,0,0,.7);
}
.probootstrap-intro.probootstrap-intro-inner h1 {
    font-size: 100px;
    line-height: 100px;
}
@media screen and (max-width:768px) {
    .probootstrap-intro.probootstrap-intro-inner h1 {
        font-size: 50px;
        line-height: 50px;
    }
}
.probootstrap-intro.probootstrap-intro-inner h2 {
    font-size: 30px;
}
.probootstrap-watch-intro {
    font-size: 23px;
    font-weight: 300;
}
.probootstrap-watch-intro a i {
    position: relative;
    top: 2px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.probootstrap-watch-intro a:hover i {
    margin-left: 20px;
}
.probootstrap-burger-menu {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-decoration: none;
}
.probootstrap-burger-menu i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 2px;
    color: #223a70;
    font: 700 14px/.4 Helvetica,arial;
    text-transform: uppercase;
    text-indent: -55px;
    background: #223a70;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.probootstrap-burger-menu i::after,
.probootstrap-burger-menu i::before {
    content: '';
    width: 18px;
    height: 2px;
    background: #223a70;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.probootstrap-burger-menu i::before {
    top: -7px;
}
.probootstrap-burger-menu i::after {
    bottom: -7px;
}
.probootstrap-burger-menu:hover i::before {
    top: -10px;
}
.probootstrap-burger-menu:hover i::after {
    bottom: -10px;
}
.probootstrap-burger-menu.active i {
    background: 0 0;
}
.probootstrap-burger-menu.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.probootstrap-burger-menu.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i {
    color: #223a70;
    background: #223a70;
}
.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i:after,
.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i:before {
    background: #223a70;
}
.probootstrap-mobile-menu-active.show .probootstrap-burger-menu.active i {
    background: 0 0;
}
.probootstrap-burger-menu {
    position: absolute;
    top: 26px;
    right: 20px;
}
.btn {
    border: none;
    border-radius: 0px;
    padding: 8px 15px;
}
.btn:active {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-lg {
    line-height: 1.5;
    padding: 15px 20px;
}
.btn.btn-primary {
    border: 2px solid #223a70;
    background:#223a70;
    color: #fff;
	font-weight:700;	
}
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background: #fff;
    color: #223a70;
    border: 2px solid #223a70;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
    outline: 0;
    border: 2px solid #223a70;
}



.btn.btn-primary2 {
    border: 2px solid #fff;
    background:#b5000c;
    color: #fff;
	font-weight:700;
}
.btn.btn-primary2:active,
.btn.btn-primary2:focus,
.btn.btn-primary2:hover {
    background: #fff;
    color: #b5000c;
    border: 2px solid #fff;
}
.btn.btn-primary2:active,
.btn.btn-primary2:focus {
    outline: 0;
    border: 1px solid #fff;
}



.btn.btn-primary3 {
    border: 2px solid #FFF;
    background:0 0;
    color: #fff;
	font-weight:700;	
}
.btn.btn-primary3:active,
.btn.btn-primary3:focus,
.btn.btn-primary3:hover {
    background: orange;
    color: #fff;
    border: 2px solid #FFF;
}
.btn.btn-primary3:active,
.btn.btn-primary3:focus {
    outline: 0;
    border: 2px solid #FFF;
}




.btn.btn-ghost {
    background: 0 0;
    border: 2px solid #223a70;
    color: #223a70;
	font-weight:700;
	padding:20px;
	font-size:16px;
}
.btn.btn-ghost:hover {
    background: #223a70;
    color: #fff;
    border: 2px solid #223a70;
}
.btn.btn-ghost:active,
.btn.btn-ghost:focus {
    outline: 0;
    background: 0 0;
    color: #fff;
    border: 2px solid #223a70;
}

.btn.btn-ghost.btn-ghost-white {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.btn.btn-ghost.btn-ghost-white:hover {
    background: #fff;
    color: #006835;
}
.btn.btn-ghost.btn-ghost-white:active,
.btn.btn-ghost.btn-ghost-white:focus {
    outline: 0;
    background: #fff;
    color: orange;
    border: 2px solid #fff;
}






.btn.btn-black,
.btn.btn-black:active,
.btn.btn-black:focus,
.btn.btn-black:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.btn.btn-black:active,
.btn.btn-black:focus {
    outline: 0;
}


.btn.btn-ghostw {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
	font-weight:700;
	padding:20px;
	font-size:16px;
}
.btn.btn-ghostw:hover {
    background: orange;
    color: #fff;
    border: 2px solid orange;
}
.btn.btn-ghostw:active,
.btn.btn-ghostw:focus {
    outline: 0;
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
}

.btn.btn-ghostblue {
    background: #223a70;
    border: 2px solid #223a70;
    color: #fff;
	font-weight:700;
	padding:20px;
	font-size:16px;
}
.btn.btn-ghostblue:hover {
    background: orange;
    color: #fff;
    border: 2px solid orange;
}
.btn.btn-ghostblue:active,
.btn.btn-ghostblue:focus {
    outline: 0;
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
}

.probootstrap-section {
    padding: 5em 0;
    position: relative;
    z-index: 2;
}
.probootstrap-section.probootstrap-section-sm {
    padding: 3em 0;
}
.probootstrap-section.probootstrap-border-top {
    border-top: 1px solid rgba(0,0,0,.1);
}
.probootstrap-section.probootstrap-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.probootstrap-section > .container.probootstrap-border-top {
    padding-top: 50px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.probootstrap-section.probootstrap-section-colored,
.probootstrap-section.probootstrap-section-dark {
    background: #ddf0f3;
    background: -webkit-gradient(linear,left top,right top,from(#ddf0f3),to(#006835));
    background: linear-gradient(to right,#ddf0f3 0,#006835 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$firstcolor, endColorstr=$secondcolor, GradientType=1);
}
.probootstrap-section.probootstrap-section-colored .section-heading h2,
.probootstrap-section.probootstrap-section-dark .section-heading h2 {
    color: #fff;
}
.probootstrap-section.probootstrap-section-colored .section-heading p,
.probootstrap-section.probootstrap-section-dark .section-heading p {
    color: rgba(255,255,255,.9);
}

.probootstrap-section.probootstrap-section-dark {
    background: #F5F4F0;
    color: #000;
}
.probootstrap-section.probootstrap-section-dark .section-heading h2 {
    color: #000;
}

.probootstrap-section.probootstrap-bg-white {
    background: #fff;
}
.probootstrap-section.probootstrap-bg {
    background-size: cover;
    background-repeat: no-repeat;
}
.probootstrap-section.probootstrap-bg:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.probootstrap-section .heading-with-icon {
    color: #006835;
    font-size: 24px;
}
.probootstrap-section .heading-with-icon i {
    color: #006835;
}
.probootstrap-section-heading h2 {
    margin-top: 0;
    margin-bottom: 10px;
	font-weight:700;
}
@media screen and (max-width:768px) {
    .probootstrap-section {
    padding: 3em 0;
    }
    .probootstrap-section-heading h2 {
    font-size: 20px;
	font-weight:700;		
    }
}
.probootstrap-cta {
    padding: 2em 0;
}
.probootstrap-cta.probootstrap-light {
    background: #f5f5f5;
}
.probootstrap-cta .probootstrap-cta-heading {
    font-size: 24px;
    margin-top: 10px;
    float: left;
    width: 80%;
    margin-bottom: 0;
}




.probootstrap-cta .probootstrap-cta-heading span {
    font-size: 16px;
}
.probootstrap-cta .probootstrap-cta-button-wrap {
    width: 20%;
    float: right;
    text-align: right;
}
@media screen and (max-width:768px) {
    .probootstrap-cta .probootstrap-cta-heading {
		font-size: 16px;
        margin-top: 5px;
	    text-align:center;
        margin-bottom: 10px;
    }
    .probootstrap-cta .probootstrap-cta-button-wrap,
    .probootstrap-cta .probootstrap-cta-heading {
        width: 100%;
        text-align: left;
    }
}
.probootstrap-relative {
    position: relative;
}
.probootstrap-owl-navigation {
    margin: 0;
    padding: 0;
}
.probootstrap-owl-navigation.absolute {
    position: absolute;
    top: 2px;
}
.probootstrap-owl-navigation.absolute.right {
    right: 15px;
}
@media screen and (max-width:768px) {
    .probootstrap-owl-navigation.absolute {
        position: relative;
        margin-bottom: 40px;
    }
    .probootstrap-owl-navigation.absolute.right {
        margin-left: 15px;
    }
}
.probootstrap-owl-navigation.absolute.left {
    left: 0;
}
.probootstrap-owl-navigation li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.probootstrap-owl-navigation li a {
    font-size: 20px;
    padding: 7px;
    background: #e6e5e5;
    color: #807f7f;
    border-radius: 4px;
}
.probootstrap-owl-navigation li a i {
    position: relative;
    top: 1px;
}
.probootstrap-owl-navigation li a:hover {
    background: #00afaf;
    color: #fff;
}
.probootstrap-room {
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    margin-bottom: 30px;
}

.probootstrap-room img{
   display: block;
  height: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;  
}


.probootstrap-room h3 {
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
}
.probootstrap-room p {
    color: #7a7a7a;
}
.probootstrap-room p strong {
    color: #000;
    font-weight: 400;
}
.probootstrap-room p:last-child {
    margin-bottom: 0;
}
.probootstrap-room .text {
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

@media screen and (max-width:480px){
	.probootstrap-room .text>p{
    padding: 5px;
    font-size:12px;
}
	
}

.probootstrap-room.fade {
    opacity: 0.4;
}
.probootstrap-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.probootstrap-half .image,
.probootstrap-half .text {
    width: 50%;
}
.probootstrap-half .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.probootstrap-half .text {
    padding: 100px;
    background: #fff;
	border:solid 8px orange;
	color:#666;
}
@media screen and (max-width:1000px) {
    .probootstrap-half .image {
        height: 200px;
        width: 100%;
    }
    .probootstrap-half .text {
        width: 100%;
        padding: 30px 15px;
        float: left;
    }
}
.probootstrap-half .text h2 {
    color: orange;
	font-weight:700;
}
.probootstrap-half .text p {
    color: #666;
    line-height: 1.5;
}
.section-heading h2 {
    font-size: 2.074em;
    font-weight: 300;
}
.probootstrap-form .form-note-link,
.probootstrap-form label {
    font-weight: 400;
	width:100%;
}

.mitemite {
  position: relative;
  padding: 15px;
  background:#223a70;
  color:#fff;
  border-radius:12px;
}

.mitemite:after {
position: absolute;
content: '';
top: 100%;
left: 40%;
border: 15px solid transparent;
border-top: 15px solid #223a70;
width: 0;
height: 0;
}

.bg-black{
	background:#223a70;
}
.bg-i{
	background-image: url("../img/bg-i.jpg");
	padding:50px 0px;	
}
.bg-i2 {
    background-image: url("../img/bg-i2.jpg");
	padding:50px 0px;
}
.bg-i3 {
    background-image: url("../img/bg-i3.jpg");
	padding:50px 0px;
}
.w{
	color:#fff;
}

.rheader {
    color: #223a70;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
	margin-top:40px;
    margin-bottom: 40px;
}
@media screen and (max-width:480px){
.rheader {
    font-size: 18px;
}	
}

/*トップピックアップ*/

#pickup{
	background:;
}
#pickup img{
  display: block;
  height: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

#pickup h4{
	font-size:16px;
}

.dt{
	font-weight:400;
	text-align:center;
	font-size:12px;
	color:#333;
	margin-bottom:5px;
}
.dd{
	line-height:1.0;
	text-align:center;
	font-size:24px;
	color:#223a70;
}

.price small{
	font-size:14px;
}

@media screen and (max-width:480px){
#pickup h4{
	font-size:13px;
}	
.dd{
	font-size:15px;

}	
.price small{
	font-size:10px;
}	
}


.bgb {
    background: #000;
}
@media screen and (max-width:480px){
.bgb {
    padding: 10px;
	text-align:center;
}	
}

.bgd{
    background-image: url("../img/slider_1.jpg");
    width: 100%;
    margin-right: -100%;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;

}
.pd10{
	padding:10px;
}

.rd{
	color:#223a70;
}

.lead {
   	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;	
    line-height: 1.65;
	font-weight:700;
}

.probootstrap-footer {
    padding: 3em 0;
    position: relative;
}
.probootstrap-footer .probootstrap-backtotop {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.probootstrap-footer .probootstrap-backtotop a {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    display: inline-block;
    zoom: 1;
    text-align: center;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border-bottom: none!important;
}
.probootstrap-footer .probootstrap-backtotop a:active,
.probootstrap-footer .probootstrap-backtotop a:focus,
.probootstrap-footer .probootstrap-backtotop a:hover {
    color: #006835!important;
}
.probootstrap-footer .border-top {
    padding-top: 50px;
    border-top: 1px solid rgba(255,255,255,.2);
}
@media screen and (max-width:768px) {
    .probootstrap-footer {
        padding: 3em 0;
    }
}
.probootstrap-footer .probootstrap-footer-widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.probootstrap-footer .probootstrap-footer-widget h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.probootstrap-footer .probootstrap-footer-link {
    padding: 0;
    margin: 0;
}
.probootstrap-footer .probootstrap-footer-link.float {
    float: left;
    margin-right: 40px;
}
@media screen and (max-width:992px) {
    .probootstrap-footer .probootstrap-footer-link.float {
        margin-top: 0;
        margin-left: 0;
        margin-right: 40px;
    }
}
@media screen and (max-width:480px) {
    .probootstrap-footer .probootstrap-footer-link.float {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
.probootstrap-footer .probootstrap-footer-link li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.probootstrap-footer .probootstrap-back-to-top {
    text-align: right;
}
@media screen and (max-width:768px) {
    .probootstrap-footer .probootstrap-back-to-top {
        text-align: left;
        margin-top: 30px;
    }
}


.bg-b{
	background:#eaf3ff;
	padding:40px 0px;
}


.probootstrap-hover-overlay {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.7s all ease-out;
    transition: 0.7s all ease-out;
    margin-bottom: 30px;
}
.probootstrap-hover-overlay img {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.probootstrap-hover-overlay:before {
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.probootstrap-hover-overlay .probootstrap-text-overlay {
    position: absolute;
    z-index: 20;
    left: 20px;
    top: 20px;
    -webkit-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
    opacity: 0;
    visibility: hidden;
}
.probootstrap-hover-overlay .probootstrap-text-overlay h3 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}
.probootstrap-hover-overlay .probootstrap-text-overlay p {
    color: rgba(255,255,255,.8);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.probootstrap-hover-overlay .probootstrap-text-overlay p:last-child {
    margin-bottom: 0;
}
.probootstrap-hover-overlay:hover:before {
    opacity: 1;
    visibility: visible;
}
.probootstrap-hover-overlay:hover .probootstrap-text-overlay {
    top: 20px;
    opacity: 1;
    visibility: visible;
}
.probootstrap-hover-overlay:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.probootstrap-block-image-text {
    background: #fff;
    margin-bottom: 30px;
}
.probootstrap-block-image-text figure {
    margin-bottom: 0;
    position: relative;
}
.probootstrap-block-image-text figure img {
    max-width: 100%;
    margin-bottom: 0;
}
.probootstrap-block-image-text .actions {
    position: absolute;
    bottom: 10px;
    right: 0;
}
.probootstrap-block-image-text .actions a {
    color: #fff;
    margin-right: 10px;
}
.probootstrap-block-image-text .text {
    padding: 20px;
}
.probootstrap-block-image-text .text h3 {
    margin: 0 0 10px;
    font-size: 30px;
}

@media screen and (max-width:480px) {
.probootstrap-block-image-text .text h3 {
    margin: 0 0 10px;
    font-size: 20px;
}   
}


.probootstrap-block-image-text .text h3 a {
    color: #000;
}
.probootstrap-block-image-text .text h3 a:hover {
    color: #006835;
}
.probootstrap-block-image-text .text p.dark {
    color: #999;
}
.probootstrap-block-image-text .text p:last-child {
    margin-bottom: 0;
}
.post-meta {
    font-size: 12px;
    text-transform: uppercase;
    color: #b3b2b2;
}
.post-meta ul {
    padding: 0;
    margin: 0;
}
.post-meta ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}
.post-meta .review-rate {
    border-radius: 4px;
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
    padding: 4px 4px;
	font-weight:700;
    line-height: 1;
    background: #000;
    color: #fff;
}
.probootstrap-blog-list,
.probootstrap-news-list,
.probootstrap-product-list {
    padding: 0;
    margin: 0;
}
.probootstrap-blog-list li,
.probootstrap-news-list li,
.probootstrap-product-list li {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}
.probootstrap-blog-list li a,
.probootstrap-news-list li a,
.probootstrap-product-list li a {
    color: #000;
    display: table;
}
.probootstrap-blog-list li a .probootstrap-image,
.probootstrap-blog-list li a .probootstrap-text,
.probootstrap-news-list li a .probootstrap-image,
.probootstrap-news-list li a .probootstrap-text,
.probootstrap-product-list li a .probootstrap-image,
.probootstrap-product-list li a .probootstrap-text {
    display: table-cell;
    vertical-align: top;
}
.probootstrap-blog-list li a p,
.probootstrap-news-list li a p,
.probootstrap-product-list li a p {
    color: #7e8890;
    line-height: 1.4;
}
.probootstrap-blog-list li a .probootstrap-image,
.probootstrap-news-list li a .probootstrap-image,
.probootstrap-product-list li a .probootstrap-image {
    width: 80px;
}
.probootstrap-blog-list li a .probootstrap-image img,
.probootstrap-news-list li a .probootstrap-image img,
.probootstrap-product-list li a .probootstrap-image img {
    border-radius: 2px;
}
.probootstrap-blog-list li a .probootstrap-text,
.probootstrap-news-list li a .probootstrap-text,
.probootstrap-product-list li a .probootstrap-text {
    padding-left: 20px;
}
.probootstrap-blog-list li a .probootstrap-text .meta,
.probootstrap-news-list li a .probootstrap-text .meta,
.probootstrap-product-list li a .probootstrap-text .meta {
    display: block;
    color: #ccc;
}
.probootstrap-blog-list li a .probootstrap-text h4,
.probootstrap-news-list li a .probootstrap-text h4,
.probootstrap-product-list li a .probootstrap-text h4 {
    font-size: 20px;
    margin: 0;
    color: #000;
}
.link-with-icon,
.probootstrap-blog-list li a:hover h4,
.probootstrap-news-list li a:hover h4,
.probootstrap-product-list li a:hover h4 {
    color: #006835;
}
.link-with-icon i {
    position: relative;
    top: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    left: -20px;
}
.link-with-icon:focus,
.link-with-icon:hover {
    color: #6b265a;
}
.link-with-icon:focus i,
.link-with-icon:hover i {
    position: relative;
    top: 2px;
    left: 0;
    opacity: 1;
    visibility: visible;
}
.link-with-icon.white,
.link-with-icon.white:hover {
    color: #fff;
}
.probootstrap-footer-social {
    padding: 0;
    margin: 0;
}
.probootstrap-footer-social li {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
}
.probootstrap-footer-social li a {
    padding: 10px;
    font-size: 22px;
}
.probootstrap-footer-social li:first-child > a {
    padding-left: 0;
}
.nav-pills.probootstrap-center,
.nav-tabs.probootstrap-center {
    text-align: center;
}
.nav-pills.probootstrap-center > li,
.nav-tabs.probootstrap-center > li {
    float: none;
    display: inline-block;
    zoom: 1;
}
.nav-pills.probootstrap-tabs > li > a,
.nav-tabs.probootstrap-tabs > li > a {
    border-radius: 0;
    padding: 20px 30px;
    background: #006835;
    color: #fff;
    font-size: 16px;
    border: none!important;
}
@media screen and (max-width:480px) {
    .nav-pills.probootstrap-center > li,
    .nav-pills.probootstrap-tabs > li > a,
    .nav-tabs.probootstrap-center > li,
    .nav-tabs.probootstrap-tabs > li > a {
        width: 100%;
        display: block;
    }
}
.nav-pills.probootstrap-tabs > li > a:hover,
.nav-tabs.probootstrap-tabs > li > a:hover {
    background: #7d2d69;
}
.nav-pills.probootstrap-tabs > li > a:active,
.nav-pills.probootstrap-tabs > li > a:focus,
.nav-tabs.probootstrap-tabs > li > a:active,
.nav-tabs.probootstrap-tabs > li > a:focus {
    outline: 0;
}
.nav-pills.probootstrap-tabs > li.active > a,
.nav-tabs.probootstrap-tabs > li.active > a {
    background: #fff;
    color: #000;
}
.nav-pills.probootstrap-tabs.no-border,
.nav-tabs.probootstrap-tabs.no-border {
    border-bottom: none;
}
.probootstrap-tab-style-1 {
    position: absolute;
    bottom: 1px;
    width: 100%;
}
@media screen and (max-width:768px) {
    .probootstrap-tab-section {
        padding-bottom: 0!important;
    }
    .probootstrap-tab-style-1 {
        position: relative;
    }
}

/*//////////サービス////*/

.s-title {
	font-size:32px;
	font-weight:700;
    border-bottom: solid 4px #cce4ff;
    position: relative;
}

.s-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #5472cd;
    bottom: -4px;
    width: 35%;
}

.service {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    padding: 40px;
    border: 1px solid rgba(0,0,0,.1);
}
.service .icon {
    display: block;
    margin-bottom: 30px;
}
.service .icon i {
    font-size: 40px;
    color: #006835;
}
.service h3 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
}
.service p {
    font-size: 15px;
}
.service.left-icon {
    padding: 0;
    border: none;
    margin-bottom: 20px!important;
}
.service.left-icon .icon,
.service.left-icon .text {
    display: table-cell;
    vertical-align: top;
}
.service.left-icon .icon {
    width: 70px;
    position: relative;
    top: 0;
}
.service.left-icon .icon img {
    max-width: 100%;
}
.service.left-icon .icon i {
    font-size: 40px;
}
.service.left-icon .icon .svg {
    fill: #006835;
}
.service.left-icon .text {
    display: table-cell;
    padding-left: 30px;
}
.service.left-icon h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.service.left-icon p {
	
    font-size: 14px;
}
.service.left-icon p:last-child {
    margin-bottom: 0;
}
.service.left-icon.left-icon-sm .icon {
    width: 60px;
}
.service.left-icon.left-icon-sm .text {
    padding-left: 0;
}
.service.hover_service {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.service.hover_service:focus,
.service.hover_service:hover {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    border: 1px solid transparent;
}
.probootstrap-form {
    margin-bottom: 50px;
}
.probootstrap-form.probootstrap-form-box {
    background: #fff;
    padding: 60px;
    -webkit-box-shadow: 18px 17px 104px -24px rgba(0,0,0,.1);
    box-shadow: 18px 17px 104px -24px rgba(0,0,0,.1);
}
@media screen and (max-width:768px) {
    .probootstrap-form.probootstrap-form-box {
        padding: 20px;
    }
}
.probootstrap-form .form-note-link a {
    color: #bfbfbf;
}
.probootstrap-form .form-note-link a:active,
.probootstrap-form .form-note-link a:focus,
.probootstrap-form .form-note-link a:hover {
    color: #404040;
}
.probootstrap-form .form-control {
    height: 46px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #e6e5e5;
    background: #fafafa;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.probootstrap-form .form-control:active,
.probootstrap-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #006835;
    background: #fff;
}
.probootstrap-form .form-group .form-field {
    position: relative;
}
.probootstrap-form .form-group .form-field .icon {
    position: absolute;
    top: 15px;
    right: 20px;
}
.probootstrap-form .form-group .form-field .form-control {
    padding-right: 50px;
}
.probootstrap-form textarea.form-control {
    height: inherit;
    resize: vertical;
}
.probootstrap-animate {
    opacity: 0;
    visibility: hidden;
}
.probootstrap-contact-info,
.with-icon {
    padding: 0;
    margin: 0 0 30px;
}
.probootstrap-contact-info li,
.with-icon li {
    padding: 0;
    margin: 20px 0 15px;
    list-style: none;
    line-height: 24px;
    display: table;
}
.probootstrap-contact-info li > i,
.probootstrap-contact-info li > span,
.with-icon li > i,
.with-icon li > span {
    vertical-align: top;
    display: table-cell;
}
.probootstrap-contact-info li > i,
.with-icon li > i {
    font-size: 20px;
    position: relative;
    top: 4px;
    width: 30px;
}
.with-icon li i {
    top: 4px;
    font-size: 15px;
}
.with-icon.colored i {
    color: #006835;
}
.flexslider,
.flexslider .slides > li,
.slider-height {
    height: 600px;
    overflow: hidden;
}
.lead {
    font-size: 18px;
	color:#000;
}

@media screen and (max-width:480px) {
.lead {
    font-size: 12px;
	color:#000;
}
}

.red{
	color:#223a70;
}

.sec-topic{
	background:#223a70;
	padding:15px;
	
}



.topics{
	padding:5px;
}
.topics h3{
	color:#fff;
	font-size:24px;
	text-align:center;
}
.topics small{
	color:#fff;
}
.topics h4{
	font-size:14px;
	text-align:center;
	border:solid 1px #fff;
	padding:15px;
	color:#fff;
}
.topic01{
	background:#fff;
	padding:10px;
}
.topic01 h4{
	font-size:12px;
	background:#666;
	color:#fff;
	padding:18px;
	text-align:center;
	margin:0px;
}
.topic h3{
	font-size:16px;
	margin:0px 0px 5px 0px;
	
}
.topic p{
	font-size:13px;
	margin:0px;	
}
.topicbtn{
	display:block;
	width:100%;
	background:orange;
	color:#fff;
	padding:13px;
	text-align:center;
}

@media screen and (max-width:930px){
.topic01 h4{
	font-size:12px;
	background:#666;
	color:#fff;
	padding:11px;
	text-align:center;
	margin:0px;
}
.topics h3{
	color:#fff;
	font-size:16px;
	text-align:center;
}
	
.topic h3{
	text-align:center;
	font-size:13px;
	margin:0px 0px 10px 0px;
	
}
.topic p{
	text-align:center;	
	font-size:12px;
	margin:0px 0px 10px 0px;
}	
	
}

.topiclist{
	background:#fff;
	padding:5px;
	margin-bottom:0px;
}

.topiclist li{
	list-style:none;
	padding-left:0px;
	border-bottom:solid 1px #f2f2f2;
}

.topiclist h3{
	font-size:16px;
}

.infotag{
	width:100%;
	background:#223a70;
	color:#fff;
	padding:5px;
	border-radius:5px;
	text-align:center;
	font-size:12px;
	margin-bottom:0px;	
}
.infodate{
	font-size:14px;
	margin-bottom:0px;	
}

.topabout h3{
	text-align:center;
	font-size:20px;

}

.topabout p{
	text-align:center;
}

@media screen and (max-width:480px){
.infotag{
	width:100%;
	color:#fff;
	padding:3px;
	border-radius:3px;
	text-align:center;
	font-size:10px;
	margin-bottom:0px;	
}	
.infodate{
	font-size:12px;
	margin-bottom:0px;	
}
	
.topiclist h3{
	font-size:12px;
}
	
}

.tpw{
	border:solid 1px #f2f2f2;
	margin-bottom:15px;
}
.tpw h3{
	font-size:14px;
	text-align:center;
	padding:10px;
}




.flexslider {
    position: relative;
    z-index: 2;
    background: 0 0;
    border: none;
    margin: 0;
    border-radius: 0;
    color: #fff;
}
.flexslider .seperator {
    max-width: auto;
    width: auto!important;
    margin: 0 auto;
}
.flexslider .probootstrap-heading {

    color: #fff;
	text-shadow:2px 2px 2px #666;
    font-weight: 300;
    font-size: 50px;
    line-height: 1.0;
    font-weight:700;
}
.flexslider .probootstrap-sub-wrap {
    max-width: 700px;
    text-align: left;
    font-size: 18px;
	text-shadow:1px 1px 1px #666;	
    line-height: 1.5;
	font-weight:700;
}
.flexslider .text-center .probootstrap-sub-wrap {
    margin: 0 auto;
    text-align: center;
}
.flexslider .probootstrap-slider-text {
    margin-top: 80px;
}

@media screen and (max-width:480px) {
.flexslider .probootstrap-sub-wrap {
    font-size: 14px;
    line-height: 1.5;
	font-weight:700;	
}

.flexslider .probootstrap-heading {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
	font-weight:700;
}


}





@media screen and (max-width:480px) {
    .flexslider,
    .flexslider .slides > li,
    .slider-height {
        height: inherit;
        height: 330px;
    }
    .flexslider .probootstrap-slider-text {
        margin-top: 120px;
    }
}

.flexslider.probootstrap-inner {
    height: 350px;
}
.flexslider.probootstrap-inner .probootstrap-slider-text {
    margin-top: 150px;
}
.flexslider .slides > li {
    background-size: cover;
    background-position: center center;
    background-repeat: none;
}
.flexslider .slides > li.overlay:before {
    content: "";
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.flexslider .flex-control-paging {
    position: absolute;
    bottom: 30px;
    z-index: 20;
}
@media screen and (max-width:480px) {
    .flexslider.probootstrap-inner .probootstrap-slider-text {
        margin-top: 180px;
    }
    .flexslider .flex-direction-nav {
        display: none;
    }
}
.flexslider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 50%;
    padding: 30px;
}
.flexslider .flex-direction-nav a:active,
.flexslider .flex-direction-nav a:focus,
.flexslider .flex-direction-nav a:hover {
    outline: 0;
}
.flexslider .flex-direction-nav a:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e929";
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 30px;
    display: inline-block;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.flexslider .flex-direction-nav a.flex-next:before {
    content: "\e92a";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.flex-direction-nav .flex-prev {
    left: 50px;
}
.flex-direction-nav .flex-next {
    right: 50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 60px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover,
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
    background: rgba(255,255,255,.3);
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 60px;
}
.flex-control-paging li a {
    width: 7px;
    height: 7px;
    display: block;
    background: rgba(255,255,255,.2);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(255,255,255,.7);
}
.flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
}
.owl-carousel {
    margin-bottom: 100px;
}
.owl-carousel.border-rounded .item {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    overflow: hidden;
}
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 20px;
}
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
    color: #000;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: 0 0!important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] i {
    font-size: 24px;
    background: rgba(0,0,0,.7)!important;
    padding: 12px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.mfp-no-margins .mfp-container,
.mfp-no-margins img.mfp-img {
    padding: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:focus i,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover i {
    background: rgba(0,0,0,.7)!important;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}
.owl-carousel-fullwidth.owl-theme .owl-dots,
.owl-work.owl-theme .owl-dots {
    bottom: -30px;
    margin-bottom: -2.5em;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(0,0,0,.2);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
    background: 0 0;
    border: 2px solid rgba(0,0,0,.2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: 0 0;
    border: 2px solid #000;
}
.probootstrap-testimonial:before {
    background: rgba(0,0,0,.7)!important;
}
.probootstrap-testimonial .section-heading p {
    color: rgba(255,255,255,.9)!important;
}
.probootstrap-testimonial .owl-theme .owl-dots .owl-dot span {
    background: rgba(255,255,255,.2);
}
.probootstrap-testimonial .owl-theme .owl-dots .owl-dot span:hover {
    background: 0 0;
    border: 2px solid rgba(255,255,255,.2);
}
.probootstrap-testimonial .owl-theme .owl-dots .owl-dot.active span,
.probootstrap-testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: 0 0;
    border: 2px solid #fff;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.image-link {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-title {
    text-align: center;
    padding: 6px 0;
}
.image-source-link {
    color: #DDD;
}
.probootstrap-gutter0 > div[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
@media screen and (max-width:480px) {
    .probootstrap-gutter0 > div[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .probootstrap-gutter10 > div[class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
}
.probootstrap-gutter10 > div[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.probootstrap-gutter40 > div[class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
}
@media screen and (max-width:480px) {
    .probootstrap-gutter40 > div[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.probootstrap-gutter60 > div[class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
}
.mb0 {
    margin-bottom: 0!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb15 {
    margin-bottom: 15px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb40 {
    margin-bottom: 40px!important;
}
.mb50 {
    margin-bottom: 50px!important;
}
.mb60 {
    margin-bottom: 60px!important;
}
.mb70 {
    margin-bottom: 70px!important;
}
.mb80 {
    margin-bottom: 80px!important;
}
.mb90 {
    margin-bottom: 90px!important;
}
.mb100 {
    margin-bottom: 100px!important;
}
.mt0 {margin-top: 0px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important;}
.mt100 {margin-top: 100px!important;}

.mr10 {margin-right: 10px!important;}
.mr15 {margin-right: 15px!important;}


.pb0 {
    padding-bottom: 0!important;
}
.probootstrap-black-color {
    color: #000!important;
}
.probootstrap-white-color {
    color: #fff!important;
}
.probootstrap-primary-color {
    color: #006835!important;
}
.probootstrap-secondary-color {
    color: #ddf0f3!important;
}
@media screen and (max-width:768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
    .img-sm-responsive,
    .img-xs-responsive {
        max-width: 100%;
    }
}
@media screen and (max-width:480px) {
    .probootstrap-gutter60 > div[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}



/*/////////PChead//////////////*/
.pc-head{
	width:100%;
	background:#223a70;
	color:#fff;
}

.pc-head p{
	margin-bottom:5px;
}
.pc-head i{
	color:#fff;
}

.head-link{
	margin-left: auto;
}

.head-link span{
	float:left;
}


.head-tel{
	font-size:24px;
	font-weight:700;
	margin-right:10px;
}

.head-tel a{
	color:#fff;
	text-decoration:none;
}

.head-time p{
	font-size:12px;
	margin-right:10px;
	margin-bottom:2px;
	margin-top:2px;
	line-height:1.2;
}

/*///////メニューバードロップダウン/////*/

.navlist li{
	padding:0px;
	

}

.dropdown-menu{
	background:#fff;
	padding:5px;
z-index:9999999999999999999;	
}


.dropdown-menu a{
	text-align:center;
	background:#fff;
	padding:10px!important;
	border-bottom:dotted 1px #223a70;
}




/*/////画像///////////*/

.blockin-bigeffect{
    width:100%;
    overflow: hidden;
}

.blockin-bigeffect img{
    width:100%;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.blockin-bigeffect img:hover{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}


/*/////toppage////*/
.bg-glay{
	background:#f2f2f2;
}


.fps{
	padding-bottom:20px;
}

.fps h3{
	color:#223a70;
	text-align:center;
	font-size:28px;
	font-weight:700;
}

.fps h4{
	color:#223a70;
	text-align:center;
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
}

.bg-orange{
	background:orange;
	padding:30px 0px;
}


.tokubai-right{
	background:#fff;
	padding:20px;
	
}

.tokubai-right h2{
	margin-top:0px;
	font-weight:700;
	text-align:center;
	border-bottom:dotted 3px orange;
	
}


.fpp{
	font-size:50px;
	color:#DE0615;
	font-weight:700;
	border-bottom:solid 3px #DF0615;
}

@media screen and (max-width:480px){
.fpp{
	font-size:40px;
	color:#DE0615;
	font-weight:700;
	border-bottom:solid 3px #DF0615;
}	
	
}


.f-link{
	background:#f2f2f2;
}


.area-title{
	font-size:26px;
	text-align:center;
	font-weight:700;
    margin-top:15px;
    position: relative;
    padding: 0.5em;
    background: #223a70;
    color: white;
}

.area-title::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}

.area-title2{
	text-align:center;
	font-weight:700;
margin-top:15px;
position: relative;
padding: 0.5em;
background: #794a24;
color: white;
}

.area-title2::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}


/*コンテンツホバー・・・・・・・・・・*/
.hv1:hover{
filter:alpha(opacity=80);
opacity:0.8;
transition: opacity 0.2s ease-out;
}

/*テーブル赤*/
.tb0{
	width:100%;
	background:#fff;
}

.tb0 th{
	background:#794a24;
	color:#fff;
	text-align:center;
	border:solid 1px #fff;	
	padding:15px;
	border:solid 1px #e1e1e1;
}

.tb0 td{
	background:#fff;
	font-weight:700;
	font-size:24px;
	text-align:center;
	border:solid 1px #e1e1e1;	
	padding:15px;
	border:solid 1px #e1e1e1;
}


@media screen and (max-width:480px) {
	
.tb0{
	width:100%;
	background:#fff;
}

.tb0 th{
	text-align:center;
	border:solid 1px #fff;	
	padding:12px;
}

.tb0 td{
	font-weight:700;
	font-size:12px;
	text-align:center;
	padding:15px;
}		
}



/*テーブル赤*/
.tb1{
	width:100%;
	background:#fff;
}

.tb1 th{
	background:#223a70;
	color:#fff;
	text-align:center;
	border:solid 1px #fff;	
	padding:15px;
	border:solid 1px #e1e1e1;
}

.tb1 td{
	background:#fff;
	font-weight:700;
	font-size:24px;
	text-align:center;
	border:solid 1px #e1e1e1;	
	padding:15px;
	border:solid 1px #e1e1e1;
}


@media screen and (max-width:480px) {
	
.tb1{
	width:100%;
	background:#fff;
}

.tb1 th{
	text-align:center;
	border:solid 1px #fff;	
	padding:12px;
}

.tb1 td{
	font-weight:700;
	font-size:12px;
	text-align:center;
	padding:15px;
}		
}

/*テーブル青*/
.tb2{
	width:100%;
	background:#fff;
}

.tb2 th{
	width:40%;
	background:#3b5998;
	color:#fff;
	text-align:center;
	border:solid 1px #fff;	
	padding:15px;
	border:solid 1px #e1e1e1;
}

.tb2 td{
	background:#fff;
	font-weight:700;
	font-size:24px;
	text-align:center;
	border:solid 1px #e1e1e1;	
	padding:15px;
	border:solid 1px #e1e1e1;
}


@media screen and (max-width:480px) {
	
.tb2{
	width:100%;
	background:#fff;
}

.tb2 th{
	background:#247ce0;
	color:#fff;
	text-align:center;
	border:solid 1px #fff;	
	padding:15px;
	border:solid 1px #e1e1e1;
}

.tb2 td{
	background:#fff;
	font-weight:700;
	font-size:15px;
	text-align:center;
	border:solid 1px #e1e1e1;	
	padding:15px;
	border:solid 1px #e1e1e1;
}		
}

.a-table{
	border:solid 1px #f2f2f2;
	
}
.a-table th{
	width:25%;
	border:solid 1px #f2f2f2;
	text-align:center;
	padding:10px;
	
}

.a-table td{
	border:solid 1px #f2f2f2;
	font-size:14px;
	padding:10px;
	
}

.voice1{
	background:#fff;
	padding:10px;
	border:solid 1px #f2f2f2;
	margin-bottom:15px;
}

.voice1 img{
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom:30px;
  display: block;
  margin-left: auto;
  margin-right: auto;  
}
.voice1 h5{
	font-size:16px;
}

@media screen and (max-width:480px){
	
.voice1 h5{
	font-size:14px;
}

}


/*サービスブロック*/

.service-block{
	background:#fff;
	padding:0px;
	margin-bottom:15px;
}

.service-block img{
	border:solid 1px #f2f2f2;
	margin-bottom:15px;
	padding:2px;
}
.service-block h3{
	text-align:center;
	line-height:2.0;
	font-size:24px;
	font-weight:700;
	border-bottom:dotted 3px #223a70;
	margin-bottom:10px;
	margin-top:0px;
}

@media screen and (max-width:480px){
	.service-block h3{
	text-align:center;
	line-height:1.5;
	font-size:18px;
	font-weight:700;
	border-bottom:dotted 3px orange;
	margin-bottom:10px;
	margin-top:0px;
}
	
}

/*サービスブロック*/

.service-block3{
	background:#fff;
	padding:10px;
	margin-bottom:15px;
	border-radius:10px;
}

.service-block3 img{
	border:solid 1px #f2f2f2;
	margin-bottom:15px;
	padding:2px;
}
.service-block3 h3{
	text-align:center;
	line-height:1.5;
	font-size:24px;
	font-weight:700;
	border-bottom:dotted 3px #223a70;
	margin-bottom:10px;
	margin-top:0px;
}

@media screen and (max-width:480px){
	.service-block3 h3{
	text-align:center;
	line-height:1.5;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
	margin-top:0px;
}
	
}

/*サービスブロック青*/

.service-block2{
	background:#fff;

	margin-bottom:15px;
}

.service-block2 img{
	border:solid 1px #f2f2f2;
	margin-bottom:15px;
	padding:2px;
}
.service-block2 h3{
	text-align:center;
	line-height:1.5;
	font-size:24px;
	font-weight:700;
	border-bottom:solid 3px #3b5998;
	margin-bottom:10px;
	margin-top:0px;
}

@media screen and (max-width:480px){
	
.service-block2{
	background:#fff;
	padding:0px;
	margin-bottom:5px;
}	
	
.service-block2 h3{
	text-align:center;
	line-height:1.5;
	font-size:14px;
	font-weight:700;
	border-bottom:solid 3px #3b5998;
	margin-bottom:10px;
	margin-top:0px;
}
	
}



/*ポイント赤-------------------------------*/

.point{
	text-align:center;
	background:#223a70;
	color:#fff;
	border-radius:10px;
}

.point h3{
	text-align:center;
	color:#fff;
	font-weight:700;
	padding:20px;
	font-size:24px;
	line-height:1.5;
}

@media screen and (max-width:480px) {
.point h3{
	text-align:center;
	color:#fff;
	font-weight:700;
	padding:15px;
	font-size:16px;
	line-height:1.5;
}	
	
}
	

/*ポイント青-------------------------------*/

.point2{
	text-align:center;
	background:#3b5998;
	color:#fff;
	border-radius:10px;
}

.point2 h3{
	text-align:center;
	color:#fff;
	font-weight:700;
	padding:20px;
	font-size:24px;
	line-height:1.5;
}

@media screen and (max-width:480px) {
.point2 h3{
	text-align:center;
	color:#fff;
	font-weight:700;
	padding:20px;
	font-size:18px;
	line-height:1.5;
}	
	
}

/*/////frontpage-about////*/

.f-about{
    background-image: url("../img/slider_1.jpg");
    width: 100%;
    margin-right: -100%;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
	padding:80px 0px;
}

.f-about-a{
	background:#fff;
	text-align:center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    margin-bottom:20px;	
}
.f-about-a h2{
	margin-top:5px;
	padding-top:20px;
	font-size:26px;
	font-weight:700;
}
.f-about-a h3{
	color:#223a70;
	margin-top:0px;
	padding:15px 5px;
	font-size:24px;
	font-weight:700;
}
.f-about-a p{
	margin-top:0px;
	padding:15px;

}
@media screen and (max-width:480px){
.f-about-a h3{
	color:#223a70;
	margin-top:0px;
	padding:15px 5px;
	font-size:18px;
	font-weight:700;
}	
	
}
.tt{
	background:#223a70;
	padding:30px;
	text-align:center;
	color:#fff;
	border-radius:10px;
}

.tt dt{
	font-size:26px;
}

.ttp{
	font-size:80px;
	font-weight:800;
}
.ttp p{
	color:#7b6646;
}


.ttul{
	list-style:none;
	padding-left:0px;
	padding:30px;
	border:solid 2px #f2f2f2;
}

.ttul li:before{
	content: '\eb91';
    font-family: "icomoon";
    color:#7b6646;
    position: left;
    margin-right: 15px;
}

.ttul li{
	border-bottom:solid 1px #f2f2f2;
	font-size:18px;
}


.ttul2{
	background:#223a70;
	padding:30px;
	list-style:none;
	border-radius:8px;	
}

.ttul2 li{
	padding:15px 15px 15px 40px;
	background:#fff;
	margin-bottom:15px;
	font-size:18px;
	border-radius:8px;
}

.ttul2 h3{
	margin:0px;
	font-size:24px;
}
.ttul2 p{
	margin:0px;
	font-size:14px;
}

@media screen and (max-width:480px){
.tt{
	padding:20px;
	text-align:center;
	color:#fff;
	border-radius:10px;
	margin-bottom:0px;
}

.tt dt{
	font-size:14px;
}

.ttp{
	line-height:1.0;
	font-size:60px;
}
.ttul{
	padding:15px;
	border:solid 2px #f2f2f2;
}
.ttul li{
	border-bottom:solid 1px #f2f2f2;
	font-size:13px;
	margin-bottom:10px;
}
.ttul2{
	padding:10px;
	border-radius:5px;	
}

.ttul2 li{
	padding:15px 15px 15px 30px;
	background:#fff;
	margin-bottom:10px;
	font-size:14px;
	border-radius:5px;
}

.ttul2 h3{
	margin:0px;
	font-size:16px;
}
.ttul2 p{
	margin:0px;
	font-size:12px;
}

	
}
	
.post-block	{
	background:#f5f5f5;
	padding:30px;
}

.post-content{
	background:#fff;
	margin-top:0px;
	padding:15px;
}

.post-content h2{
	margin-top:0px;
	font-size:24px;
	font-weight:700;
}
.post-content span{
	font-size:16px;
	color:#666;
	margin-left:8px;

}
@media screen and (max-width:480px) {
.post-content{
	text-align:center;
}
.post-content p{
	font-size:14px;

}	
.post-content span{
	font-size:12px;
	color:#666;
	margin-left:8px;

}	
.post-content h2{
	margin-top:0px;
	font-size:18px;
	font-weight:700;
}
	
	
}	

.lg-price{
	font-size:32px;
	font-weight:700;
	color:#223a70;
}	

/*トップ新着情報*/

.goldtag{
	font-size:12px;
	background:#223a70;
	padding:4px;
	border-radius:3px;
	color:#fff;
}


.newslist{
	list-style:none;
	padding-left:0px;
}


.news-fp{
	border:solid 1px #f3f3f3;
	padding:10px;
	background:#fff;

}

.news-fp img{
	width:30%;
	height:100%;
}

.news-fpc{
	inline:block;
	width:70%;
	height:100%;
}

.news-fp h3{
	font-size:16px;
	font-weight:700;
	
}

.s-news h1{
	font-size:32px;
	font-weight:700;
}

.s-news img{
	  display: block;
  height: auto;
  max-width: 100%;
	
}

.s-news h2{
	font-size:24px;
   padding: 15px;/*文字周りの余白*/
   color: #000;/*文字色*/
   font-weight:700;
   background: #eaf3ff;/*背景色*/
   border-left: solid 5px #223a70;/*左線（実線 太さ 色）*/
	
}



@media screen and (max-width:480px) {
	
.s-news h1{
	font-size:18px;
	font-weight:700;
}	

.s-news h2{
	font-size:16px;
   padding: 10px;/*文字周りの余白*/
   color: #000;/*文字色*/
   font-weight:700;
   background: #eaf3ff;/*背景色*/
   border-left: solid 5px #223a70;/*左線（実線 太さ 色）*/
	
}


	
.news-fp h3{
	font-size:13px;
	font-weight:700;
	
}
.news-fp span{
	font-size:12px;
	font-weight:700;
	
}	
	
	
}



/*トップ2大バナー*/

.intro-box1{background-image: url("../img/f-bn01.jpg");	}
.intro-box2{background-image: url("../img/f-bn02.jpg");	}
.intro-box3{background-image: url("../img/f-bn03.jpg");	}
.intro-box4{background-image: url("../img/f-bn04.jpg");	}
.intro-box5{background-image: url("../img/f-bn05.jpg");	}
.intro-box6{background-image: url("../img/f-bn06.jpg");	}

.intro-box1 .intro-box2 .intro-box3 .intro-box4{
	background-repeat: no-repeat;
}


.intro01:hover{
filter:alpha(opacity=80);
opacity:0.8;
transition: opacity 0.2s ease-out;

}






.intro01 h3{
	font-size:24px;	
	text-align:center;
    padding:75px;	
	color:#fff;
	font-weight:700;
	border:solid 1px #fff;
    text-shadow:0px 0px 7px #000000;
	margin-bottom:0px;
	margin-top:15px;

	
}

@media screen and (max-width:480px){
.intro01 h3{
	font-size:18px;
	text-align:center;
    padding:55px;	
	color:#fff;
	font-weight:700;
	border:solid 1px #fff;
    text-shadow:0px 0px 7px #000000;
	margin-bottom:0px;
	margin-top:15px;
	
}
	
	
}



/*フッターブログリスト*/

.info-list-f{
	list-style:none;
	padding-left:0px;
	
}
.info-list-f li{
	border-bottom:solid 1px #f2f2f2;
	margin-bottom:20px;
	
}

.info-list-f h3{
	font-size:14px;
	margin-bottom:10px;
	
}

.info-list-f img{
  display: block;
  height: auto;
  max-width: 100%;
	
}

.info-list-f span{
	font-size:12px;
	margin-right:20px;
	
}

#news iframe{
	width:100%;
	height:450px;
	
}
#news h1{
	font-size:32px;
    font-weight:700;	
}

@media screen and (max-width:480px) {
#news iframe{
	width:100%;
	height:250px;
	margin-bottom:15px;
}
#news h1{
	font-size:20px;	
}
}

/*ブログ*/

.info-list{
	list-style:none;
	padding-left:0px;
	
}
.info-list li{
	border-bottom:solid 1px #f2f2f2;
	margin-bottom:20px;
	
}

.info-list h3{
	font-size:20px;
	margin-bottom:20px;
	
}

.info-list img{
  display: block;
  height: auto;
  max-width: 100%;
	
}

.info-list span{
	margin-right:20px;
	
}




.pagenav{
	background:#f2f2f2;
	border-radius:5px;
	padding:15px;
}

.pagenav p{
	margin-bottom:10px;
}

.etc{
	background:#fff;
}

.etc:hover{
	opacity:0.7;
	transition:0.3s;
}

.etc img{
  display: block;
  height: auto;
  max-width: 100%;
}

.etc h3{
	font-size:16px;
	padding:10px;
}
.etc span{
	font-size:14px;
	padding:10px;
}


.bg-gold{
	background:#223a70;
}

/*////////blog//////*/
#news img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#news h2 {
    font-size: 24px;
    margin-top: 0px;
}

.blog-heading {
	text-align:center;

}

.blog-heading h2{
	color:#fff;
	font-weight:700;
}
.blog-heading p{
	color:#fff;

}

@media screen and (max-width:480px){
#news h2 {
    font-size: 14px;
    margin-top: 0px;
}	
	
.bg-gold{
	margin-top:80px;
}

.blog-heading {
	text-align:center;

}

.blog-heading h2{
	color:#fff;
	font-weight:700;
}
.blog-heading p{
	color:#fff;

}	
	
	
}

#blog h1{
	font-size:32px;
	font-weight:700;
}

#blog h2{
	font-size:26px;
	font-weight:700;
	border-left:solid 8px #223a70;
    padding-left:15px;	
	border-bottom:solid 2px #999;
	margin-bottom:20px;
}

#blog h3{
	font-size:24px;
	font-weight:700;
	border-left:solid 4px #666;
    padding-left:15px;	
	margin-bottom:20px;
}

#blog p{
	margin-bottom:5px;
}


#blog img{
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom:30px;
display: block;
margin-left: auto;
margin-right: auto;  

}


@media screen and (max-width:480px){
	
#blog h1{
	font-size:20px;
	font-weight:700;
}

#blog h2{
	font-size:18px;
	font-weight:700;
	border-left:solid 8px #00afaf;
    padding-left:15px;	
	border-bottom:solid 2px #00afaf;
	margin-bottom:20px;
	line-height:1.8;
}

#blog h3{
	font-size:18px;
	font-weight:700;
	border-left:solid 4px #666;
    padding-left:15px;	
	margin-bottom:20px;
}


#blog img{
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom:30px;
display: block;
margin-left: auto;
margin-right: auto;  

}	
}


.sidebar{
	border:solid 1px #f3f3f3;
	padding:10px;
	margin-bottom:20px;
}

.sidebar h4{
 text-align:center;
 border-bottom:solid 2px #7a7452;
 margin-top:10px;
 margin-bottom:20px;
	
}

.sidebar ul{
	list-style:none;
	padding:0px;
	margin-bottom:30px;

}

.sidebar li{
	border-bottom:solid 1px #f2f2f2;
	margin-top:15px;
	height:80px;
}

.sidebar li:last-child{

	border:none;
}

.sidebar li>img{

height: auto;
width: 30%;	
margin-right:5px;
margin-bottom:0px !important;
float:left;
}

.clear{
clear:both;
}

.sidebar li>h3{
font-size:14px;
margin:0px;
}

.sidebar li>span{
font-size:12px;
margin-bottom:15px;

}

.b{
	font-weight:700;
}

/*ページサービス*/

.sv{
	border:solid 4px #223a70;
	padding:20px;
}

.sv span{
	font-size:40px;
	font-weight:700;
	color:#223a70;

}

.sv hr{
	border:solid 2px #223a70;
	font-weight:700;
	color:#223a70;

}

.title-border{
	margin-top:0px;
	font-size:32px;
	line-height:2;
	font-weight:700;
	border-bottom:solid 4px #223a70;
}




.g-title{
	font-size:24px;
	margin-top:0px;
	text-align:center;
	background:#00592c;
	color:#fff;
	padding:15px;
}


.g-midashi{
	font-size:26px;
	line-height:1.3;
	margin-top:0px;
	background:#00592c;
	color:#fff;
	padding:20px;
    border-radius:10px;	
}

.g-midashi span{
	font-size:30px;
	margin-top:0px;
	background:#fff;
	color:#00592c;
	border-radius:10px;	
	padding:0px 13px;
	margin-right:10px;
}


@media screen and (max-width:480px) {

.g-midashi{
	font-size:18px;
	line-height:1.3;
	margin-top:0px;
	background:#00592c;
	color:#fff;
	padding:20px;
    border-radius:10px;	
}

.g-midashi span{
	font-size:18px;
	margin-top:0px;
	background:#fff;
	color:#00592c;
	border-radius:10px;	
	padding:0px 9px;
	margin-right:10px;
}




}

.eitaistm{
	background:#F5F5F5;
}

.list01 {
	padding-left:0px;
}

.b-title{
	background:#444;
	padding:10px;
	color:#fff;
	font-size:24px;
}

@media screen and (max-width:480px){
.b-title{
	background:#444;
	padding:10px;
	color:#fff;
	font-size:18px;
}	
	
}


.list01 li{
	text-align:center;
	line-height:2;
	padding-left:0px;
	list-style:none;
	border-bottom:solid 1px #e1e1e1;	
}

.pd20{
	padding:0px 20px;
}

.panel-heading2{
	background:#FFF;
	border:solid 2px #223a70;
	color:#223a70;
	padding:15px;
}

.panel-heading2 a{
	font-size:18px;
	font-weight:700;
}

.panel-heading2 a:hover{
	color:#666;
}

.panel-heading2 a>span{
	font-size:20px;
	margin-right:10px;
}


@media screen and (max-width:480px) {
.panel-heading2 a{
	font-size:18px;
}

.panel-heading2 a>span{
	font-size:12px;
	margin-right:15px;
}
}

.gp{
	color:#223a70;
}

.gline{
	border-bottom:solid 1px #223a70;
	line-height:1.8;
	margin-top:20px;
}

@media screen and (max-width:480px) {
.sp80{
	width:80%;
}
.sp50{
	width:50%;
}

}


.navfix{
	background:#fff;
	color:#fff;
	text-align:center;
	padding:0px;
	font-weight:700;
}

.navfix i{
	margin-right:10px;
}


.navbtn {
	width:50%;
	background:#fff;
	padding:5px 0px 15px 0px;
	float:left;	
	border:solid 1px #f2f2f2;
}

.navbtn a{
	font-size:18px;
	text-decoration:none;
	color:green;
	text-align:center;
	margin-bottom:6px;

}

.navbtn p{
	font-size:12px;
	line-height:0px;
    margin:0px;
	color:green;
	text-align:center;

}

.navbtn2 {
	width:50%;
	background:#fff;
	border:solid 1px #f2f2f2;	
	padding:5px 0px 15px 0px;
	float:left;	
	
	
}

.navbtn2 a{
	font-size:18px;
	text-decoration:none;
	color:#223a70;
	text-align:center;
margin-bottom:6px;
}


.navbtn2 p{
	font-size:12px;
	line-height:0px;
    margin:0px;
	color:#223a70;
	text-align:center;

}


@media screen and (max-width:480px) {
.navbtn a{
	font-size:16px;
}
.navbtn2 a{
	font-size:16px;
}

.navbtn p{
	font-size:10px;
}
.navbtn2 p{
	font-size:10px;
}

}


.h-price {
	font-size:40px;
	color:#00592C;
	
}



.item-t{
	color:orange;
	border:solid 2px orange;
	padding:15px;
}




/*////////////////墓じまい完全ガイド////////////////////////////*/

.sns{
	background:#f2f2f2;
	padding:10px;
}

.sns i{
	font-size:20px;
}


.twitter{color:#1DA1F2;}
.facebook{color:#3B5998;}

.mainbox img{
	padding:0px;
}

.mainbox h1{
	font-size:32px;
	font-weight:700;
	line-height:1.2;
	border-bottom:solid 2px #223a70;
	border-left:solid 10px #223a70;
	padding-left:30px;
	
}

.mainbox h2{
	font-size:24px;
	font-weight:700;
	line-height:1.6;
	border-left:solid 4px #223a70;
	padding-left:15px;
	
}

.mainbox h3{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	line-height:1.8;
	border-bottom:dotted 3px #d3d3d3;	
}


@media screen and (max-width:480px){
.mainbox h1{
	font-size:18px;
	font-weight:700;
	line-height:1.4;
	padding-left:30px;
}
	
.mainbox h2{
	font-size:18px;
	font-weight:700;
	line-height:1.6;
	border-left:solid 4px #223a70;
	padding-left:15px;
	
}

.mainbox h3{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	line-height:1.8;
	border-bottom:dotted 3px #d3d3d3;	
}
	
	
	
}






.hosoku{
	font-size:18px;
	font-weight:700;
    text-align:center;	
}

.matome{
	background:#f2f2f2;
	padding:15px;
	border-radius:8px;
}
.matome i{
	color:#FEDC0E;
}
.matome h3{
	text-align:center;
}

.hg-box{
	border:solid 1px #f2f2f2;
	padding:10px;
	margin-bottom:20px;
}
.hg-box h3{
	text-align:center;
	font-size:18px;
}

.sidebox section{
	border:solid 1px #f2f2f2;
}

.sidebn{
	padding:10px;	
}

.sidebn h3{
	margin-top:0px;
	text-align:center;
	font-size:20px;
	font-weight:700;
	
}


.sidebn ul{
	list-style:none;
	font-size:20px;
	font-weight:700;
	padding-left:0px;
	
}

.sidebn li{
	background:#223a70;
	border:solid 2px #223a70;	
	color:#fff;
	font-size:15px;
	padding:10px;
	margin-bottom:5px;
	
}

.sidebn li:hover{
	background:#FFF;
	color:#223a70;
	border:solid 2px #223a70;
	transition:0.3s;
	
}
.sidebn img{
	border:solid 1px #f2f2f2;
	
}


.price{
	font-size:20px;
	font-weight:700;
	color:#223a70;
}

.img-border{
	border:solid 5px #e3e3e3;
}


/*コールブロック*/

.callwrap{
	width:100%;
}

.call{
	background:#223a70;
}

.callleft{
	width:60%;
	float:left !important;

}


.callleft h2{
	font-size:32px;
	font-weight:700;

}

.callleft ul{
	list-style:none;
	padding-left:0px;

}

.callleft li{
	line-height:1.3;
	text-align:center;
	width:30%;
	background:#8db3eb;
	padding:10px;
	border-radius:8px;
	float:left;
	margin-right:5px;
	color:#fff;
	font-weight:700;

}


.calltel i{
	font-size:50px;
	color:#8db3eb;
	float:left;
	vertical-align:center;
}

.calltel p{
	float:left;
	vertical-align:center;
}

.calltel h3{
	font-size:46px;
	font-weight:700;
	line-height:1.0;
	margin-bottom:0px;
	
}

.calltel span{
	margin-top:0px;
	font-size:14px;
	font-weight:400;
	clear:both;

	
}

.callright{
	width:40%;
	float:left;
}
.callright img{
	width:400px;
	margin-top:40px;
    vertical-align: bottom;
	
}

@media screen and (max-width:980px) {
	
.callleft{
	width:100%;
	float:left !important;
	margin-bottom:30px;

}


.callleft h2{	
	font-size:18px;
	font-weight:700;
	text-align:center;
}

.callleft p{	
	font-size:12px;
}

.callleft ul{
	list-style:none;
	padding-left:0px;

}

.callleft li{	
	line-height:1.3;
	text-align:center;
	width:32%;
	padding:3px;
	border-radius:5px;
	float:left;
	font-size:12px;
	color:#fff;
	margin-right:3px;

}


.calltel i{
	text-align:center;
	font-size:50px;
	float:left;
	vertical-align:center;
}

.calltel p{
	float:left;
	vertical-align:center;
}

.calltel h3{
	font-size:20px;
	font-weight:700;
	line-height:1.0;
	margin-bottom:0px;
	text-align:center;	
	
}

.calltel span{
	margin-bottom:25px;
	text-align:center;
	
}
	
}


/*--------------------永代供養一覧ページ--------------------*/

.pref{
	border:solid 2px #f2f2f2;
	border-radius:10px;
	padding:20px;
}

.pref h3{
	border-bottom:solid 3px #223a70;
	line-height:1.8;	
}

.pref h4{
	font-weight:700;
	margin-top:15px;
	margin-bottom:10px;
}

.pref span{
	color:#e3e3e3;
	font-size:16px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:10px
}

/*------------------永代供養アーカイブ---------------------*/
.list-wrap{
	background:#f2f2f2;
	border:solid 1px #f2f2f2;
	padding:30px;
	
}
.c-list{
	background:#fff;
	padding:40px 50px;
	
}

@media screen and (max-width:480px){
	.list-wrap{
	background:#f2f2f2;
	border:solid 1px #f2f2f2;
	padding:5px;
	
}
	
	
	.c-list{
	background:#fff;
	padding:10px 10px;
	
}
	
}

.mite{
	font-size:22px;
	font-weight:700;
	
}

.cp{
	font-size:28px;
	font-weight:700;
	color:#223a70;
}

.c-list h2{
	font-size:28px;
	font-weight:700;
	margin-bottom:15px;
	border-bottom:solid 2px #223a70;
	margin-top:0px;
	
}

.c-list i{
	color:#223a70;
	margin-right:5px;
	
}


.c-tags span{
	padding:3px;
	background:#223a70;
	color:#fff;
	margin-right:5px;
}

@media screen and (max-width:480px){
	
.mite{
	font-size:14px;
	font-weight:700;
	
}

.cp{
	font-size:14px;
	font-weight:700;
	color:#223a70;
}

.c-list h2{
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
	border-bottom:solid 2px #223a70;
	margin-top:10px;
	
	
}

.c-list i{
	color:#223a70;
	margin-right:5px;
	
}


.c-tags span{
	padding:3px;
	background:#223a70;
	color:#fff;
	margin-right:5px;
}	
}


/*////bochi///*/

.tpitem{
	background:#fff;
	border:solid 1px #e3e3e3;
}
.tpitem img{
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom:0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tpitem h2{
	margin-top:0px;
	margin-bottom:0px;
	padding:10px;
	font-size:18px;
	font-weight:700;
}
.tpitem span{
	margin-top:0px;
	font-size:11px;
	color:#fff;
	background:#223a70;
	padding:3px;
	margin:0px 3px;
}
.tpitem p{
	margin-top:0px;
	font-size:18px;
}

@media screen and (max-width:480px){
.tpitem h2{
	margin-top:0px;
	margin-bottom:0px;
	padding:10px;
	font-size:11px;
	font-weight:700;
}	
}

.bochi-btn{
	font-size:18px;
	color:#fff;
	text-align:center;
	width:100%;
	border:solid 2px #fff;
	padding:20px;
}

/*///////////page-about//////////////*/

.nav-tabs {
    border-bottom: 3px solid #223a70;
	font-size:20px;
	font-weight:700;
	text-align:center;
	
}

.nav-tabs li{
    width:25%;
	
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #223a70;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}



@media screen and (max-width:480px){
	
.nav-tabs {
	font-size:14px;
	font-weight:700;	
	text-align:center;
	
}	
	
.nav-tabs li{
    width:100%;
	
}


}
.big {
  border-radius:8px;
  position: relative;
  padding: 20px;
  background: #223a70;
  color:#fff;
  font-size: 55px;
  font-weight: 800; 
  text-align: center; 
}

.big:after {
position: absolute;
content: '';
top: 100%;
left:47%;
border: 30px solid transparent;
border-top: 30px solid #223a70;
width: 0;
height: 0;
}

@media screen and (max-width:480px){
.big {
    text-align: center;
    font-size: 24px;
}
.big:after {
position: absolute;
content: '';
top: 100%;
left:45%;
border: 20px solid transparent;
border-top: 20px solid #223a70;
width: 0;
height: 0;
}
}
/*------------------霊園アーカイブ--------------------*/

.bochi-title{
	margin-top:0px;
	font-size:28px;
	font-weight:700;
	background:#223a70;
	color:#fff;
	text-align:center;
	padding:20px;
}

@media screen and (max-width:480px){
.bochi-title{
	margin-top:30px;
	font-size:18px;
	font-weight:700;
	background:#223a70;
	color:#fff;
	text-align:center;
	padding:20px;
}	
}


/*------------------霊園シングル---------------------*/

.sc-header{
	background:#fff;
	border-bottom:solid 1px #f2f2f2;
	padding:15px 0px;
}

.sc-header h1{
	font-size:28px;
	font-weight:700;
	margin:0px;
}
.sc-header i{
	font-size:20px;
	font-weight:700;
	color:#223a70;
	margin-right:10px;

}


.sc-header span{
	font-size:14px;
	font-weight:700;
	background:#f79c00;
	color:#FFF;
	padding:5px;
	border-radius:5px;

}

@media screen and (max-width:480px){
.sc-header h1{
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}
.sc-header i{
	font-size:20px;
	font-weight:700;
	color:#223a70;
	margin-right:10px;

}	
	
.sc-header span{
	font-size:10px;
	font-weight:400;
	background:#f79c00;
	color:#FFF;
	padding:3px;
	border-radius:3px;

}	
}


#bc{
	background:#f2f2f2;
	padding:15px 0px 15px 0px;
	
}

@media screen and (max-width:480px){
	
#bc{
	margin-top:80px;
	padding:5px;
	font-size:11px;
	margin-bottom:0px
}	
	
}



#c-info img{
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom:30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	
}
#c-info h2{
	font-size:30px;
	
}

#c-info dl{
	margin-bottom:5px;
	
}

#c-info dt{
	font-size:20px;
	background:#f2f2f2;
	padding:8px;
	text-align:center;
	
}
#c-info dd{
	font-size:36px;
	font-weight:700;
	text-align:center;
	padding:8px;
    color:#223a70;	
}
.c-info-content{

	
}

.c-info-content img{
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom:30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	
}

.c-info-content h1{
	font-size:28px;
	font-weight:700;
}


.c-info-content h2{
	font-size:24px;
	font-weight:700;
	line-height:1.4;
	border-bottom:solid 2px #f2f2f2;	
	border-left:solid 10px #223a70;
	padding-left:15px;
}


.c-side-content{
	background:#fff;
}

.c-side-content a{
	color:inherit;
}

.c-side-content ul{
	list-style:none;
	padding-left:0px;
	border-top:solid 4px #444;
}

.c-side-content li{
	border-bottom:solid 1px lightgray;
	padding:10px;
}

.c-side-content li:hover{
	background:#f9f9f9;

}

.c-side-content i{
	margin-right:10px;
	color:#223a70;
}

.c-side-content img{
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom:30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	
}


.cs-price dl{
	margin-bottom:5px;
	border:solid 1px #f2f2f2;
	
}

.cs-price dt{
	font-size:20px;
	background:#223a70;
	padding:8px;
	text-align:center;
	color:#fff;
	
}
.cs-price dd{
	font-size:36px;
	font-weight:700;
	text-align:center;
	padding:8px;
    color:#223a70;	
}


@media screen and (max-width:480px){
#c-info dt{
	font-size:12px;
	padding:5px;	
    font-weight:400;
	
}
#c-info dd{
	font-size:30px;
	font-weight:700;
	text-align:center;
	padding:8px;
    color:#223a70;	
}
.c-info-content h1{
	font-size:18px;
	font-weight:700;
}
.c-info-content h2{
	font-size:16px;
	font-weight:700;
	line-height:1.4;
	border-bottom:solid 2px #f2f2f2;	
	border-left:solid 10px #223a70;
	padding-left:15px;
}
.cs-price dt{
	font-size:14px;
}
.cs-price dd{
	font-size:18px;
}
}

.btn.btn-primary4 {
    border: 3px solid #223a70;
    background:#223a70;
    color: #fff;
	font-weight:700;
    width:100%;
	padding:15px;
	font-size:20px;
}
.btn.btn-primary4:active,
.btn.btn-primary4:focus,
.btn.btn-primary4:hover {
    background: #FFF;
    color: #223a70;
    border: 3px solid #223a70;
}



.btn.btn-primary5 {
    border: 3px solid #223a70;
    background:#223a70;
    color: #fff;
	font-weight:700;
    width:100%;
	padding:10px;
	font-size:18px;
}
.btn.btn-primary5:active,
.btn.btn-primary5:focus,
.btn.btn-primary5:hover {
    background: #FFF;
    color: #223a70;
    border: 3px solid #223a70;
}
.btn.btn-primary5:active,
.btn.btn-primary5:focus {
    outline: 0;
    border: 3px solid #FFF;
}


.btn.btn-primary6 {
    border: 3px solid #223a70;
    background:#fff;
    color: #223a70;
	font-weight:700;
    width:100%;
	padding:10px;
	font-size:18px;
}
.btn.btn-primary6:active,
.btn.btn-primary6:focus,
.btn.btn-primary6:hover {
    background: #223a70;
    color: #fff;
    border: 3px solid #223a70;
}
.btn.btn-primary5:active,
.btn.btn-primary5:focus {
    outline: 0;
    border: 3px solid #FFF;
}



.bg-g{
	background:#f2f2f2;
	padding:10px;
	margin-bottom:10px;
}

.bg-g h3{
	font-size:18px;
	margin-top:0px;
}

.bg-g p{
	font-size:14px;
	margin-bottom:0px;
}

/*詳細情報テーブル*/
.tb3{
	width:100%;
	background:#fff;
}

.tb3 th{
	width:20%;
	font-size:16px;
	color:#000;
	background:#f2f2f2;
	font-weight:400;
	text-align:center;
	border:solid 1px #fff;	
	padding:15px;
	border:solid 1px #e1e1e1;
}

.tb3 td{
	background:#fff;
	font-weight:700;
	font-size:16px;
	text-align:center;
	border:solid 1px #e1e1e1;	
	padding:15px;
	border:solid 1px #e1e1e1;
}


@media screen and (max-width:480px) {
	
.tb3{
	width:100%;
	background:#fff;
}

.tb3 th{
	font-size:12px;
	background:#f2f2f2;
	color:#000;
	text-align:center;
	border:solid 1px #fff;	
	padding:10px;
	border:solid 1px #e1e1e1;
}

.tb3 td{
	background:#fff;
	font-weight:400;
	font-size:12px;
	text-align:center;
	border:solid 1px #e1e1e1;	
	padding:10px;
	border:solid 1px #e1e1e1;
}		
}


/*//////////////////お墓spec////////////*/


.ohakaspec{
	border:solid 1px #f2f2f2;

}

.ohakaspec dt{
	font-size:24px;
	background:#223a70;
	padding:10px;
	color:#fff;
	text-align:center;
}

.ohakaspec dd{
	padding:10px;
	text-align:center;
	border-bottom:solid 1px #f2f2f2;
}
.ohakaspec i{
	color:green;
	font-size:24px;
}

.itemslide{
	border:solid 1px #f2f2f2;
}

.itemslide h3{
	margin:5px 0px 5px 0px;
	font-size:18px;
	font-weight:700;
	padding:10px;
}

.itemslide p{
	padding:0px 10px;
	margin-top:0px;
	text-align:center;
	line-height:1.0;

}
.itemslide strong{
	color:#223a70;
	font-size:28px;
}

.itemslide span{
	font-size:14px;
	color:#fff;
	font-weight:700;
	text-align:center;
	border-radius:3px;
	background:#e08e00;
	padding:5px;
	margin-left:10px;
}


.hgr{
	background:#223a70;
	
}

.hgr i{
	color:#fff;
	margin-right:10px;
}




.p-box{
	padding:20px;
}
.p-box h3{
	text-align:center;
	margin-top:0px;
	color:#fff;
	font-weight:700;
}
.p-box p{
	color:#fff;
	font-weight:400;
}

.hg-step{
	border:solid 5px #f2f2f2;
	text-align:center;
	padding:40px;
	margin-bottom:20px;
	background:#fff;
}

.hg-step h4{
	font-size:24px;
	padding-top:0px;
	font-weight:700;
	color:#DE0615;
}

.hg-step img{
	width:50%;
	margin-bottom:15px;
}

.hg-step h3{
	font-size:26px;
	font-weight:700;
}

.hg-step span{
	color:#223a70;
	font-weight:700;
}


.panel-default > .panel-heading{
	background:#223a70;
	color:#fff;
	font-size:18px;
	font-weight:700;
	padding:15px;

}

.hgq{
	border:solid 1px #f2f2f2;
    padding:25px;
}

.hgq dt{
	color:#223a70;
	font-size:24px;
	border-bottom:solid 2px #223a70;
	margin-bottom:15px;
}

.hgq dd{
	margin-bottom:40px;
}


.kuyo-item {
	background:red;
	padding:20px;
	width:100%;
}


.kuyo-item iframe{
	background:blue;
	padding:20px;

}



/*------------------個人情報保護方針-------------*/

.sec h4{
	border-left:10px solid #999;
	padding-left:10px;
	font-weight:700;
	
}



/*///////墓石カタログ///////*/

.stone-i{
	background:#fff;
	border:solid 1px #e3e3e3;
}
.stone-i h3{
	text-align:center;
	font-weight:700;
	margin:0px;
	padding:20px 20px 10px 20px;
}
.stone-i h3>small{
	font-size:14px;
}
.stone-i span{
	font-size:24px;
	line-height:1.0;
	color:orange;
	display:block;
	text-align:center;
	font-weight:700;
	margin-bottom:10px;
}
.stone-i p{
	margin-top:0px;
	padding:0px 20px 20px 20px;
}



/*////遺品整理///*/
#ihin{
	background-image: url("../img/bg-haka.png");	

    background-color: #F7F3E7;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%, auto;
}

.ihin-wrap{
	margin:30px 0px;
	background:#fff;
	padding:15px;
	border-radius:10px;
}

.s1 span {
    color: #C93A40;
    font-weight: 700;
}


.intro-title {
    font-size: 32px;
    text-align: center;
    border-bottom: 4px dotted #794a24;
    padding: 10px;
    line-height: 1.2;
    margin-bottom: 20px;
	font-weight:700;
}

.intro-title span{
	color: #794A24;
}

.s1 h4 {
    text-align: center;
    background: #794A24;
    color: #fff;
    padding: 15px;
    font-size: 24px;
}

.pink-title2 {
    color: #794A24;
    border-bottom: solid 4px #794A24;
    border-top: solid 4px #794A24;
    font-size: 22px;
    padding: 5px;
    margin-top: 15px;
	font-weight:700;
}

@media screen and (max-width:480px){
.intro-title {
    font-size: 20px;
    text-align: center;
    border-bottom: 4px dotted #794a24;
    padding: 5px;
    line-height: 1.2;
    margin-bottom: 20px;
	font-weight:700;
}
.pink-title2 {
    color: #794A24;
    border-bottom: solid 4px #794A24;
    border-top: solid 4px #794A24;
    font-size: 16px;
    padding: 5px;
    margin-top: 15px;
	font-weight:700;
}	
}
