/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');


body {
    width: 100%;
    height: 100%;
    
	font-weight: 300;
    color: #454545;

    color: #1e1e1e;
    font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "Osaka", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {

    text-transform: uppercase;


    letter-spacing: 1px;
}

p {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5em;
}
@media (max-width:767px){
	p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5em;
}
}

p.lead {
	font-weight: 500;
}

a {
    color: #28c3ab;font-family: 'Bebas Neue', cursive;
    -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;
    color: #3a54a2;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    background: rgba(255, 255, 255, .8);
	
}

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


.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

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

.nav.navbar-nav {
   /*  background-color: rgba(255,255,255,.4); */
}


.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

@media (min-width:1550px){
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
     color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-brand img{
	width: 270px;	
}	
}

@media (max-width:1549px){
.navbar-custom ul.nav li a {
	font-size: 13px;
	letter-spacing: 1px;
     color: #1e1e1e;     color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: ;
}
.navbar-brand img{
	width: 230px;	
}		
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #1e1e1e;color: #ffffff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.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: 20px;
    color: #000;color: #ffffff;
}

.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/spinner5.gif) center center no-repeat;
    height: 70px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 160px;
}


@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: #FF4136;
  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 #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  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
============================ */

@media (min-width:768px){
.home-section {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;

}
.home-section1 {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;

background: #ebedf5;background: rgba(0, 121, 215, 0.08);    background: rgb(25 25 25 / 8%);background: #eee;
}
.home-section2 {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;
color: #ffffff;
background: #000000;    background: url(../img/bg.jpg)repeat;
}	
.home-section3 {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;
background: #f3ece2;
}
.home-section4 {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;
    background-color: #ad8954;
}
.home-section5 {
    padding-top: 80px;
    padding-bottom: 80px;
	display:block;
    position:relative;

	color: #ffffff;
	    background: url(../img/haikeiaaa.jpg) no-repeat;
    background-size: cover;     background: url("../img/aaaa.jpg") no-repeat;   background-size: cover; background:#868686;	
}		
.top01 {
background-color: #fff;
    padding: 60px;

}	
.m1 {
    font-size: 5.0rem;
    letter-spacing: 0.1em;
    color: rgba(0,132,117,0.2);
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}
.m2 {
    font-size: 2.4rem;
    font-weight: 400;
    color: #0079d7;
    margin-top: 6px;
    margin-bottom: 25px;

}
	
}

@media (max-width:767px){
.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;

}
.home-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    background: rgb(25 25 25 / 8%);
}
.home-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    background:#000000;
	color: #ffffff;background: url(../img/bg.jpg)repeat;
}	
.home-section3 {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    background:#000000;
background: #f3ece2;
}
.home-section4 {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    background:#000000;
    background-color: #ad8954;
}	
	
.home-section5 {
    padding-top: 40px;
    padding-bottom:40px;
	display:block;
    position:relative;
    
	    background: url(../img/haikeiaaa.jpg) no-repeat;
    background-size: cover;background: url("../img/aaaa.jpg") no-repeat;   background-size: cover; background:#868686; 
}	
.top01 {
background-color: #fff;
    padding: 20px;
   color:rgba(31,31,31,0.05);
}
.m1 {
    font-size: 4.0rem;
    letter-spacing: 0.05em;
    color: rgba(0,132,117,0.2);
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}	
.m2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0079d7;
    margin-top: 6px;
    margin-bottom: 15px;
}	
}


.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:768px){
.intro {
	width:100%;

	
	background: url(../img/.jpg) no-repeat top center;
}
}

@media (max-width:767px){
.intro {
	width:100%;
	position:relative;
	
	background: url(../img/b122.jpg) no-repeat top center;
}
}

#intro.intro {
	padding:20% 0 0 0;
}

.intro .slogan {
	text-align: center;

}

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

.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
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	



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

form#contact-form .form-group label1 {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

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);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



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

footer {
	text-align: ;
	padding: 60px 0px 60px 0px;
	border-top: 1px solid #c7c7c7;
    background: linear-gradient(to left, #232526, #414345);
	background: #111111;
    color: #fff;    letter-spacing: 0.1em;
}

footer p {
	color: #f8f8f8;
}


ul li{
	    list-style-type: none;
}
/* ==========================
Parallax
============================= */

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

#parallax1: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;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2: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 {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	display: inline-block;
    padding: 7px 20px;
    margin-bottom: 0;
    font-size: 16px;

    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
		   
}


.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);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.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(min-width:1180px) {

    .navbar {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
	    background: rgba(255, 255, 255, .8);
		background: rgb(14 14 14 / 70%);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		top:35px;
	
    }

    .top-nav-collapse {
        padding: 0;
          background: rgba(255, 255, 255, .8);
		
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

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

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


}
@media (max-width:1179px) {
	    .navbar {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
	    background: rgba(255, 255, 255, .8);background: rgb(14 14 14 / 70%);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		top:35px;
	
    }
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	background: rgba(20,85,182,.9);
	background: #0079d7;

	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}

.hhh{
	    
		margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #fff;
    font-size: 20px;
    line-height: 40px;
	display: block;
	
}

h1{
	font-size:13px !important;
	color:#ffffff;
	    line-height: 20px;
		font-weight:noemal;
		    letter-spacing: 0.8px;
	
}

.tleft{
	text-align:left !important;
}

#fh5co-footer ul {
    padding: 0;
    margin: 0;
}

#fh5co-footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main_txt {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 76px;
    width: 362px;
    height: 122px;
    text-align: center;
}

.rsample{
    width:100px;
	margin:0 auto;
	    z-index: 120;
		    height: 100%;	padding: 20% 0 0 0;
			 bottom:200px;
}
.rsample span{
    position:absolute;

    left:0px;
    width:100%;
    text-align:center;
    color:#fff;

 
}
.rsample img{
    width:100px;
	margin:0 auto;
	    position:absolute;
    bottom:100px;
	    text-align:center;
}

.rsample .page-scroll{
    width:100px;
	margin:0 auto;
	    position:absolute;
    bottom:100px;
	    text-align:center;
		
}

@media (min-width:1281px) {
	
	.rsample{
    width:100px;
	margin:0 auto;
	    z-index: 1200;
	
		    bottom: 500px;
		    height: 100%;	padding: 20% 0 0 0;
			 
			  
}
	
	.rsample span{
     position:absolute;
top:140px;
    left:0px;
    width:100%;
    text-align:center;
    color:#fff;
	text-shadow: -1px 1px 1px #000;
	clear: both;

 
}
.rsample img{
    width:100px;
	margin:0 auto;

	    text-align:center;
		clear: both;
}

.rsample .page-scroll{
    width:100px;
	margin:0 auto;
	    position:absolute;
    top:560px;
	    text-align:center;
		
}

.sptop{
	/*margin-bottom: -290px;*/
	    clear: both;
}

	
}

@media only screen and (max-width: 1280px) and (min-width: 660px) {
	
	
		.rsample{
    width:100px;
	margin:0 auto;
		    z-index: 1200;
		    height: 100%;	padding: 20% 0 0 0;
			    bottom:240px;
}
	.rsample span{
    position:absolute;
top:100px;
    left:0px;
    width:100%;
    text-align:center;
    color:#fff;
	clear: both;

 
}
.rsample img{
     position:absolute;
top:400px;
	margin:0 auto;
	    position:absolute;
   top:200px;
	    text-align:center;
		clear: both;
}

.rsample .page-scroll{
    width:100px;
	margin:0 auto;
	    position:absolute;
    top:260px;
	    text-align:center;
		
}

.sptop{
/*margin-bottom: -180px;*/

}


	
}

@media (max-width:659px) {
	
		
		.rsample{
    width:100px;
	margin:0 auto;
		    z-index: 1200;
		    height: 100%;	padding: 20% 0 0 0;
			    bottom:100px;
}
	
	.rsample span{
    position:absolute;
top:100px;
    left:0px;
    width:100%;
    text-align:center;
    color:#fff;
	clear: both;

 
}
.rsample img{
    width:180px;
	margin:0 auto;
	    position:absolute;
   top:100px;
	    text-align:center;
		clear: both;
}

.rsample .page-scroll{
    width:100px;
	margin:0 auto;
	    position:absolute;
    top:120px;
	    text-align:center;
		
}

.sptop{
/*margin-bottom: -100px;*/
}


	
}




.midasi11 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 5px solid #eee;
	font-size:px;
	font-weight:;
}
.midasi11::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 5px;
	background-color: #0079d7;
}

@media only screen and (max-width: 767px) {
.midasi11 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 5px solid #ddd;
	font-size:px;
	font-weight:;
}
.midasi11::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 5px;
	background-color: #0079d7;
}

	
}
@media only screen and (min-width: 768px) {
.read011 {
    font-size: 23px;

    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;

    line-height: 134%;
	letter-spacing:0.6px;
	font-weight:600;
	
}


.section-heading h2 {
	font-size: px;
	
}

}

@media only screen and (max-width: 767px) {
.read011 {

    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
0%;
	letter-spacing:1px;
	font-weight:600;
}
.section-heading h2 {
	font-size: 20px;
	 
		   line-height: 122%;
}
}

.mb10{
	padding-bottom:10px;
	
}

.mb15{
	padding-bottom:15px;
	
}
.mb20{
	padding-bottom:20px;
	
}


.mb30{
	padding-bottom:30px;
	
}

.mb40{
	padding-bottom:40px;
	
}
.mb50{
	padding-bottom:50px;
	
}
.mb60{
	padding-bottom:60px;
	
}
.aka{
	color:#F00;
}

.ao{
color: #008475;
}

ul{
	paddig-left:0px;
	    -webkit-padding-start: 0px !important;
}
.clear{
	clear:both;
}


.btn-warningao {
      color: #ffffff;
    background-color: #DD3127;
    border-color: #DD3127;
	
}


.btn-warningao:hover {
  color: #fff !important;
     background-color: #AA251E;
    border-color: #AA251E;
 
}

  .list02 {
	 
	 padding:0;
	 margin:0;
 }
 .list02 li {
	 list-style:none;
	 padding:0 0 0 0px;
	 margin:0;
font-size:12.5px;
    line-height: 26px;
	font-weight:400;
 }
 
  .list02 li a{
	 color:#ffffff;
 }
   .list03 {
	 
	 padding:0;
	 margin:0;
 }
 .list03 li {
	 list-style:none;
	 padding:0 0 0 0px;
	 margin:0;
font-size:16px;
    line-height: 42px;
	font-weight:400;
 }
 
  .list03 li a{
	 color:#000000;
 }
 .f26{
	 font-size:26px;
 }
 
 @media only screen and (min-width: 768px) {
 .copyright {
    font-size: 12px !important;
    text-align: center;
    display: block;
    padding: 30px 0;
    border-top: dotted 1px #ccc;
	color:#ffffff !important;background: #111111;
	
}

.pcgazou{
	
}
.spgazou{
	display:none;
}
.salecatch_bk {
   background-color: rgb(0 0 0 / 90%);
    width: 100%;
    text-align: center;
    padding: 4em 5.5em;
}
.salecatch_bk1 {
   background-color:#ffffff;
    width: 100%;
    text-align: center;
    padding: 4em;
}	 
 }
 
 

@media only screen and (max-width: 767px) {
	 
 .copyright {
    font-size: 11px !important;
    text-align: center;
    display: block;
    padding: 30px 0;
    border-top: dotted 1px #ccc;
	color:#ffffff !important;background: #111111;
		    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.spgazou{
}

.pcgazou{
	display:none;	
}
.salecatch_bk {
   background-color: rgb(0 0 0 / 90%);
    width: 100%;
    text-align: center;
    padding: 1.5em;
}
.salecatch_bk1 {
   background-color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 1.5em;
}		
}


#fh5co-clients {
    padding: 0.3em 0;
    background: #0079d7;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}




.fh5co-page-heading-lead {
    text-align: center;
    padding: 0px 0 60px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fh5co-page-heading-lead {
    position: relative;
    padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.fh5co-page-heading-lead .fh5co-border {
   width: 100px;
    height: 2px;
    background: #008475;
    margin-left: -25px;
    left: 47%;
    bottom: 0;
    position: absolute;
	
}
.midasisaisho {
    font-size: 42px;
    font-weight: 600;

    color: #008475;
}
}

@media only screen and (max-width: 767px) {
.fh5co-page-heading-lead .fh5co-border {
   width: 100px;
    height: 4px;
    background: #008475;
    margin-left: -25px;
    left: 43%;
    bottom: 0;
    position: absolute;
	
}
.midasisaisho {
    font-size: 28px;
    font-weight: 600;

    color: #0079d7;
}
}

.center{
	text-align:center;
}

.c33{
	color:#333;
}

.ao{
	color: #0079d7;
}

.help-block1 {
    /* display: block; */
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.pad-top40 {
    padding-top: 40px;
}
.pad-top20 {
    padding-top: 20px;
}
.pad-top10 {
    padding-top: 10px;
}
.pad-top15 {
    padding-top: 15px;
}
.brdrbtm {
    color: #333;
    font-size: 120%;
    border-bottom: #333 dotted 1px;
	    letter-spacing: 0.9px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 2%;
    padding-bottom: 1%;font-weight: 600;
			    line-height: 32px;
}

.gly-bk {
    background-color: #F3F3F3;
    width: auto;
padding: 30px;
    border: #333 dotted 1px;
}

#load1{
	background: url(skin/preloader.gif) 0 0 no-repeat; 
}

.right{
	text-align:right;
}
table{
	font-size:16px;
}


a .wakukoe{
    background: #0079d7 !important;
	padding:20px !important;
	color:#FFF !important;
}

a:hover .wakukoe{
  background: #333333 !important;
	padding:20px !important;
	color:#FFF !important;
}

.sirowaku{
	background:#ffffff;
	color:#000;
	font-size:18px;
	padding:15px;
	font-weight:600;
}
.f20{
	font-size:20px;
}
.f12{
	font-size:12px;
}
.f13{
	font-size:13px;
}
.border3{
	border:solid 4px #0079d7;
	padding:20px;
}

h5{
	    margin: 0 0 15px !important;
}

.glyphicon-briefcase:before {
    content: "\e139";
}
.sensen{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #333333;
}

.fom{
	   font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn-warningaopdf {
    
    background-color:#ffffff ;
    font-family: Verdana, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    border-color: #333333;
	font-weight:600;
	color:#333;
}

a:hover .btn-warningaopdf {
    
    background-color:#e3f2fc;
    font-family: Verdana, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    border-color: #333333;
	font-weight:600;
	color:#333;
}



.menu {
 /* height: 500px;
  width: 500px;
  margin: 100px auto;
  padding: 50px;
  background: #fff;*/
  font-weight:;
      color: #000000;
}


input[type="checkbox"].on-off{
  display: none;
}

.menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.menu li {

  font-size:17px;
     color: #000000;
}

input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}



.ao1{
	color:#0079d7 !important;
}


.box-gray {
    background: #e8e8e8;
    padding: 20px 20px 25px;
}

.pb225 {
    margin-bottom: -25px;
}

.box-bottom {
    background: #005BC6;
	padding: 15px 0;
    text-align: center;
	color:#FFF;
}

.aligncenter{
	text-align:center;
}

.bold{
	font-weight:bold;
	font-size:20px;
}

.clearfix {
    zoom: 1;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.staff-list li:nth-child(odd) {
    margin-right: 16px;
}

.staff-list li {
    border: #8C6900 1px solid;
	
    float: left;
    max-width: 520px;
    margin-bottom: 20px;
    position: relative;
}


@charset "UTF-8";* { padding: 0; margin: 0; }


section, article, header, nav, aside, footer, canvas, details, figure, figcaption, hgroup, menu, summary { display: block; }


img { border: none; }



ul, ol { padding: 0; margin: 0; list-style: none; }
@media only screen and (max-width: 767px) {#slideMenu { display: block; }header { background: #FFF; }header #logo { width: 100%; position: relative; max-width: 280px; }header #logo a { border: none; }header #logo a:hover { border-bottom: none; }nav#global { display: none; }nav#global ul { width: 100% !important; height: auto !important; font-size: 108%; letter-spacing: 2px !important; }nav#global ul li { width: 100% !important; height: auto !important; }nav#global ul li a { border-left: none; border-right: none; border-top: 1px solid #515151; margin: 0; margin-bottom: -1px; }nav#global img#mailIcon { top: 1.15em; }.twoLine{ display: inline; height: 1.3em; margin-top: 0; }nav#global ul#contact li.freedial { font-size: 88%; letter-spacing: 0; border-top: 1px solid #CCC; background: #EFEFEF; line-height: 0;padding: 5px 0; }nav#global ul#contact li .dialTitle { margin-top: 1.1em; }nav#global .freedial .dialCopy { margin: 0.8em; }nav#global .freedial .dialNumber { font-size: 1.6em; margin: 0.1em; margin-bottom: 0.6em }nav#global ul#contact li.linedial {max-width: none;}nav#global ul#contact li.linedial a{width: 100%;background: #39D52C;}nav#global ul#contact li.linedial img{width: 20%;}nav#global ul#contact li#reservedial { border-top: 1px solid #515151; }nav#global ul#navimenu { margin-top: 0; }#topicBox { position: relative; }.guideBox { font-size: 11px; }.hotelcap p { display: none; }.more { display: none; }.textBox { width: 90%; float: none; margin: 0 auto; margin-bottom: 2em; }.photoBox { width: 60%; min-width: 250px; margin: 0 auto 45px auto; float: none; }nav#chanel ul#orderNavi li.request ul li a { width: 140%; }footer nav ul { padding-top: 0; }.nbxTopimage .imageCopy { top: 30%; }}@media only screen and (min-width: 768px) {nav#global { display: block !important; }}@media only screen and (max-width: 600px) {#mapMenu li a { padding: 0.25em 1em; }.mapicon { width: 28px; top: -12px; left: 0.25em; }.photoicon { width: 28px; top: -9px; left: 0.25em; }ol#topicpath { width: 100%; margin-top: 0.5em; }#addressBox { width: 100%; float: none; display: inline-block; height: auto; padding-bottom: 1em; }.hotelName br { display: none; }#googlemapBox iframe { width: 100% !important; }nav#chanel { line-height: 0; }nav#chanel ul { display: inline-block; background: #FAF7F3; }nav#chanel ul#sideNavi li { width: 33.3%; margin-top: 1px; }nav#chanel ul#sideNavi li a { border-bottom: 1px solid #C9B4A0; }}@media only screen and (max-width: 540px) {header #logo { max-width: 240px; }nav#global ul li a { padding: 0.75em 0.5em; }nav#global ul li.request ul li a { padding: 0.75em 0.5em; }nav#global ul li.request ul li a:hover { padding: 0.75em 0.5em; }.imageCopy { font-size: 100% !important; }div#tabmenu { width: 90%; padding: 0 5%; }#mapBox { width: 100%; }#mapBox a.point { padding: 0; }#grbadge { width: 60px; top: -15px; right: -15px; }.guideBox { top: 15%; left: 10%; font-size: 10px; }.imgcontainer { width: 85%; float: none; margin: 1% auto; }.hotelcap { width: 100%; float: none; margin: 1% auto; font-size: 92%; text-align: center; }.hotelcap h1, .hotelcap h2 { line-height: 1.5em; }#mapMenu li a.point { padding: 0; }#mapMenu li a { padding: 0.25em 0.75em; }nav#chanel ul#orderNavi li.request ul li a { width: 200%; }.textBox h1 { font-size: 128%; letter-spacing: 0; }.textBox h1 br { display: none; }footer #okuraLogo { width: 70px; float: none; margin-bottom: 1em; }footer nav ul li { width: 50%; }footer nav ul li a { border-left: 1px solid #464646; margin-right: -1px; }div.scrollFadeView a.topBtn { bottom: 9em; }}@media only screen and (max-width: 479px) {#topImages #photoPc { display: none; }#topImages #photoSp { display: block; }#mapMenu li { font-size: 80%; }#mapMenu li a.point { font-size: 12px; }nav#chanel ul#sideNavi li, nav#chanel ul#orderNavi li { width: 100%; margin-top: 1px; }nav#chanel ul#sideNavi li a { border-bottom: 1px solid #C9B4A0; }nav#chanel ul#orderNavi li.request { position: relative; z-index: 100; }nav#chanel ul#sideNavi li.request03 { position: relative; z-index: 110; }nav#chanel ul#orderNavi li.request ul li a { padding: 0 2%; width: 95.8%; }nav#chanel ul#orderNavi li a { border-color: #5E4512; border-top-color: #fff; }nav#global ul li.linedial a {background: #39D52C;}nav#global ul li.linedial a img {display: block;width:40%;margin:0 auto;padding:0.2em 0 0.5em 0;}nav#global ul#contact li.linedial img {width: 35%;}}@media only screen and (max-width: 767px) {#topicBox { padding-top: 1.25em; }#spGNaviWrap { display: block; line-height: 0; }#spGNavi { display: inline-block; width: 100%; }#spGNavi li { float: left; width: 25%; text-align: center; height: 48px; line-height: 48px; color: #FFF; border-top: 1px solid #592677; border-bottom: 1px solid #592677;}#spGNavi .request2{ position: relative; }#spGNavi li a { font-size: 1.2em; background: #592677; color: #fff; text-decoration: none; display: block;border-left: 1px solid #fff; margin-left: -1px; }#spGNavi li a:hover { background: #f7f7f7; color: #592677; font-weight: bold; border-right: 1px solid #592677; }#mailIcon2 { width: 2.25em; margin-right: 0.5em; vertical-align: middle; }#spGNavi .request2 .reSelect {display: none;position: absolute;z-index: 88888888;width: 100%;}#spGNavi li.request2 .reSelect li { width: 100%; border: none; margin-top: 0; }#spGNavi li.request2 .reSelect li a { background: #8E2B8D; border-top: 1px solid #fff; }#spGNavi li.request2 .reSelect li a:hover { background: #EAD1E6; border-top: 1px solid #8E2B8D; }#spGNavi li.freedial2 { width: 50%; background: #f7f7f7; border: 1px solid #592677; border-left: none; border-right: none; }#spGNavi li.linedial2 a{width: 100%;background: #39D52C;border: 1px solid #592677;border-left: none;border-right: none;padding-top:0.5em;}#spGNavi li.freedial2 .dialBox { display: inline-block; }#spGNavi li.freedial2 .dialText {float: left;color: #622986;}#spGNavi li.freedial2 .dialTitle { font-weight: bold;margin: 0.7em 0;margin-right: 0.75em;color: #FFF;line-height: 1.4em;float: left;font-size: 10px;padding: 0.3em 0.75em;background: #622986;}#spGNavi li.freedial2 .dialCopy {font-size: 10px;margin: 0.75em 0 0.25em 0;text-align: left;line-height: 1em;}#spGNavi li.freedial2 .dialNumber,#spGNavi li.freedial2 .dialNumber a {font-weight: bold;margin: 0.25em 0;text-align: center;line-height: 1em;font-size: 1.5em;letter-spacing: 0;}#spGNavi li.freedial2 .dialNumber a {font-size: 1em;background: none;color: #592677;display: inline;border: none;}#spGNavi li.freedial2 .dialNumber img {width: 1.1em;margin-right: 0.25em;vertical-align: bottom;}}@media only screen and (max-width: 599px) {#spGNavi li { width: 100%; margin-top: -1px; }#spGNavi li.freedial2 { width: 100%; }.list-map{display:block;}#hotel-map {display: none;}.hotel-list_title{display:block;width:94%;margin: 20px 0 10px 2%;border-left:#BE8600 5px solid;padding-left:10px;font-size:13px;}}@media only screen and (max-width: 340px) {#spGNavi li { width: 100%; }.list-map{display:block;}#hotel-map {display: none;}.hotel-list_title{display:block;width:94%;margin: 20px 0 10px 2%;border-left:#BE8600 5px solid;padding-left:10px;font-size:13px;}}@charset "UTF-8";@media only screen and (max-width:1200px) {}@media only screen and (max-width:1040px) {#aboutNavi li a { font-size: 116%; }}@media only screen and (max-width: 950px) {.toiawaseBox { padding: 5%; }.telBox { width: 96%; margin: 2% 0;}.annaiBox { width: 100%; border-left: none; border-top: 1px solid #c8c8c8; padding: 4% 0% 0%; margin-top: 15px; }#aboutNavi li a { width: 96%; font-size: 116%;}.kotira { margin-bottom: 0; }}@media only screen and (max-width: 768px) {.pageTitle { padding: 10px 3%; }.kojinNavi { width: 94%; }.hojinNavi { width: 94%; }.shinkiBotton { width: 82%; }.memberNavi { padding-bottom: 30px; }.tokuchoTxt { width: 94%; }.tokuchoImg { width: 100%; }.miryokuTxt { width: 100%; margin-right: 0; margin-bottom: 1em;}.miryokuImg { width: 50%; }.customerImg { width: 100%; margin-right: 0; margin-bottom: 2em;}.customerTxt { width: 100%; }.voiceText { width: 100%; margin-right: 0; margin-bottom: 1em; }.voicePhoto { width: 100%; margin-right: 0; }.tokuchoCont { position: relative; }.tokuchoNum { float: none; position: absolute; top: 3%; left: 3%; z-index: 99; padding-top: 0; }.tokuchoNumW { color: #fff; }.tokuchoBox { width: 100%; }.memberTxtBox { width: 100%; margin-bottom:20px; }.memberImgBox { width: 100%; float: none; text-align: center;}.cardImg { width: 31.33%; display: inline-block; float: none; margin: 0; }.memberImgBox { width: 100%; }.riyoken { width: 66.6%; margin: 0 16.65%; }.kaigyo { clear: left; }.flow { float: none; width: auto; height: auto; padding: 1.5%; }.flowCopy { margin: 0.5em 0; }.arrowImg {width: 40px;height: auto;line-height: 1;margin: 0.5em auto;float: none;-moz-transform: rotate( 90deg );-webkit-transform: rotate( 90deg );-o-transform: rotate( 90deg );transform: rotate( 90deg );filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}.arrowCenter { display: inline; margin: 0 0.25em; }}@media only screen and (max-width: 630px) {}@media only screen and (max-width: 580px) {.miryokuImg { width: 100%; }}@media only screen and (max-width: 500px) {.topicTitle { margin-bottom: 10px; }}@media only screen and (max-width: 420px) {.toiawaseNumber { font-size: 220%; height: 30px; margin-bottom: 10px; }}@media only screen and (max-width: 768px) {.kaiinBox { width: 96%; }.shinkiKaiinkenButton { width: 100%; }.shinkiKaiinkenButton a { width: 75%;}}


@charset "utf-8";@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);#main-wrapper {width: %;padding: 1% 2%;max-width: px;margin: 2% auto;}#main_contents{max-width: 1280px;margin:0 auto;}.title-staff{text-align:center;margin-bottom:6%;}.staff-list li{border:#0079d7 1px solid;    border: #0079d7 3px solid;float:left;max-width:520px;margin-bottom:20px;position:relative;}.staff-list li:nth-child(odd){margin-right:16px;}.staff-photo{display:block;float:left;margin-right:4%;}.staff-list li dl{float:left;max-width:305px;padding:20px 0;width:50%;}
.staff-list li dt{color:#1F1F1F;font-size:26px;margin-bottom:20px;}.staff-list li dt span{display:block;padding:0 0 5px 0;font-size:18px;}
.staff-list li dt em{display:block;padding-top:10px;font-weight:normal;font-style:normal;}.staff-list li dd{color:#666;font-size:16px;line-height: 1.6;}.staff-list li a{display:block;max-width:120px;position:absolute;right:4%;bottom:4%;}.staff-list li.select {display: block;opacity: 0.50;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);filter: alpha(opacity = 50);position: relative;z-index: 1;}

.staff-list{
	overflow: hidden;
}

@media(max-width:1024px) and (min-width: 600px) {.staff-list li{max-width:none;width:100%;}.staff-list li a{display:block;max-width:120px;}.staff-photo{display:block;float:left;margin-right:4%;}.staff-list li dl{width:100%;}}

@media(max-width:599px) and (min-width: 481px) {.staff-list li{max-width: none;padding: 20px 0 0 0;position: relative;width: 48%;height: 500px;}.staff-photo{width: 85%;height: auto;margin: 0 auto;float: none;}.staff-list li dl{float: none;max-width: none;padding: 20px 0;margin: 0 auto;width: 85%;}.staff-list li a{max-width: 120px;margin: 0 auto 10px;position: absolute;right: 30%;bottom: 0%;}.staff-list li:nth-child(odd){margin-right:15px;}}



@media only screen and (max-width: 480px) {.staff-list li{margin-bottom:10px;float:none;}.staff-list li:nth-child(odd){margin-right:0;}.title-staff img{display:block;height:auto;margin:0 auto;width:80%;}.staff-photo{margin-right:2%;height:auto;width:20%;}.staff-list li dl{padding:10px 0 0;width:65%;}.staff-list li dt{font-size:18px;margin-bottom:10px;}.staff-list li dt span{font-size:13px;padding:0;}.staff-list li dt em{padding-top:5px;}.staff-list li dd{display:none;}.staff-list li a{right:5px;max-width:none;bottom:0;width:25%;}.staff-list li a img{height:auto;width:100%;}}.detail-name{color:#1F1F1F;font-size:30px;font-weight:bold;text-align:center;margin-bottom:30px;}.detail-name span{display:block;font-size:18px;font-weight:normal;padding-top:20px;}.staff-detailbox {margin:0 auto 3.5%;}.staff-detail li{, serif;max-width:460px;}.staff-detail li dt{color:#664C00;font-size:20px;line-height:1.4;margin-bottom:20px;}.staff-detail li dt span{font-size:26px;}.staff-detail li dd{color:#666;font-size:18px;line-height:1.4;margin-bottom:40px;}.left-staffbox{float:left;}.right-staffbox{float:right;}.visual-wrapper{max-width:640px;margin:0 auto 6%;}.youtube iframe{width: 100%;}#photoPc img{display:block;height:auto;width:100%;}#photoSp img{display:block;height:auto;width:100%;}



@media(max-width:768px) and (min-width: 481px) {.staff-detail li{width:100%;max-width:none;}.staff-detailbox {max-width:768px;margin:0 auto;}.staff-detail li dt{font-size:18px;}.staff-detail li dt span{font-size:20px;}.left-staffbox{float:none;}.right-staffbox{float:none;}}@media only screen and (max-width: 480px) {.detail-name{font-size:26px;margin-bottom:20px;}.detail-name span{font-size:16px;}.staff-detailbox {max-width:480px;}.staff-detail li dt{font-size:16px;margin-bottom:10px;}.staff-detail li dt span{font-size:18px;}.staff-detail li dd{font-size:14px;margin-bottom:20px;}.left-staffbox{float:none;}.right-staffbox{float:none;}.staff-visual img{display:block;height:auto;width:100%;}}		


.lightbox { display: none; }

.qmidasi{
	    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		    color: #;
    font-size: 20px !important;
    margin-bottom: px;
	font-weight:900;
}

.amidasi{
	padding: .5em .75em;
	background-color: #f6f6f6;
}

.haikeil{
	display: inline;
    padding: .1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
   background-color:#999;
    text-align: left !important;
    white-space: nowrap;

}

.fa-fax:before {
    content: "\f1ac";
}

.senmidori{
	border:solid 3px #eee;
	padding-top:10px;

	padding-bottom:15px;

}

.midasimannaka{
	    margin: 20px 0 30px 0;
    width: 100%;
    background: #0079d7;
    text-align: center;
    color: #fff;
    font-size: 19px;
    padding: 14px 0 14px 0;
    display: block;
}









.sample-box-11 {
    background-color: #fff;
    margin: 2em 0;
    padding: 2em;
    position: relative;
    z-index: 1;
}
.sample-box-11::before,
.sample-box-11::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.sample-box-11::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.sample-box-11::after {
    background-color: #a4f5c8;
    top: 5px;
    left: 5px;
    z-index: -2;
}




.midasih4s{
	font-size:20px !important;
	vertical-align:bottom !important;
}




.demo {
  width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 32px;
  color:#0079d7;
}
.heading {
  margin: 10px 0
}
.demo6 .heading {
  border-top: 4px solid #0079d7;
  border-bottom: 4px solid #0079d7;
    padding: 25px 0px;
  position: relative;
  width: 500px;
  text-align: center;
  margin: 30px auto;
  color: #0079d7;
  font-weight: bold;
}
.demo6 .heading:before {
  content: "";
  border-top:　px solid #3cb3e4;
  border-bottom: px solid #3cb3e4;
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: 58px;
  top: -12px;
  left: 10px;
}
.demo6 .heading:after {
  content: "";
  border-top: px solid #3cb3e4;
  border-bottom: px solid #3cb3e4;
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  height: 74px;
  top: -19px;
  left: 20px;
}


@media only screen and (min-width: 768px)
{
.m-kv-tit-ja {
    font-size: 34px;
    font-size: 3.4rem;
	text-align:center;
	display:block;
	margin-top:-100px;
	z-index:1000;
	
	}
}

.basu1 {
    background: url(../img/basu1.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    color: #333333;
    font-size: 100%;
    margin-bottom: 10px;
	    font-size: 16px;
}


.basu2 {
    background: url(../img/basu2.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    color: #333333;
    font-size: 100%;
    margin-bottom: 10px;
	    font-size: 16px;
}
.aaa a{
	color: #666666 !important;
}
.aaa a:hover{
	color: #0079d7 !important;
}
@media only screen and (min-width: 768px){
.ma1{
	padding: 70px 10px 70px;
}
}@media only screen and (max-width: 767px){
.ma1{
	padding: 50px 10px 50px;
}
}
.news {
	width: 100%;

	overflow: auto;
    clear: both;
    height: 250px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: none;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.news .inner {

}
.news .inner ul {
	padding: 0;
	list-style: none;
	text-align: left;
}
.news .inner ul li{
	padding: 15px 10px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.6em;
}
.news .inner ul li:first-child {
	border-top: 1px solid #cccccc;
}
.news .inner ul li a {
	color: #4c4c4c;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
.news .inner ul li{
	padding: 10px 7px;
}
}
.news .inner ul li a:hover {
	text-decoration: underline;
}

.news .inner ul li .date{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}
.l-wrapper-lg {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.children-link {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.children-link__item {
    width: 370px;
    height: 290px;
    margin-right: 14px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.children-link__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 66px 0 60px;
}
.children-link__item--service-1 {
  background-image: url(../img/service/a1.jpg);
}

.children-link__item--service-2 {
  background-image: url(../img/service/a2.jpg);
}

.children-link__item--service-3 {
  background-image: url(../img/service/a3.jpg);
}

.children-link__item--service-4 {
  background-image: url(../img/service/a4.jpg);
}

.children-link__item--service-5 {
  background-image: url(../img/service/a5.jpg);
}
.children-link__item--service-6 {
  background-image: url(../img/service/a6.jpg);
}
.children-link__item--service-7 {
  background-image: url(../img/service/a7.jpg);
}
.children-link__name {
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.1rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    height: 100px;
}

.button_blue {
    display: block;
    position: relative;
    cursor: pointer;
}
.children-link .button_blue span {
  width: 200px;
  text-align: center;
  background-color: #ffffff;background-color: #0079d7;opacity: 0.9;
}
.button_blue span {
    position: relative;
    padding: 0 50px;
    background-color: #0079d7;
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;    border: solid 1px #0079d7;
    line-height: 50px;
    letter-spacing: .25em;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.button_blue span:after {
    content: "\f105";
    font-family: Font Awesome\ 5 Free !important;
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.children-link .button_blue span:hover {
  opacity: 1;
  filter: alpha(opacity=90);
}
@media screen and (max-width: 767px){
	
.l-wrapper-lg {
    width: 100%;
}	
.children-link__item {
    width: 100%;
    height: 159px;
    margin-right: 0;
    margin-bottom: 20px;
    background-size: cover;
}
.children-link__item > a {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.children-link__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 16px 0 30px;
}	
.children-link__item {
    width: 100%;
    height: 159px;
    margin-right: 0;
    margin-bottom: 20px;
    background-size: cover;
}
.children-link__name {
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    height: 100px;
}
.children-link__name {
    height: 70px;
    font-size: 2.2rem;
    line-height: 1.13636;
}	
}
.midasiyoko {
    margin: 20px 0 15px 0;
    width: 100%;
    background: #0079d7;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    display: block;
}

@media only screen and (min-width: 1000px){
	.pchyouzisura{
		
	}
	.sphyouzisura{
		display: none;
	}	
}
@media only screen and (max-width: 999px){
	.pchyouzisura{
		display: none;		
	}
	.sphyouzisura{

	}	
}

.table-striped1 > tbody > tr {
    background-color: #eaeaea;
}
@media only screen and (min-width: 600px){
.tbl-rspa {
    width: 100%;
    border-top: 1px solid #cccccc;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.tbl-rspa td{
	border-bottom: 1px solid #cccccc;
	padding-:10px;
}
.tbl-rspa th {
    border-bottom: 1px solid #cccccc;
    width: 30%;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    padding: 15px 15px;
}
}
@media only screen and (max-width: 599px){
.tbl-rspa {
    width: 100%;
    border-top: 1px solid #cccccc;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.tbl-rspa td{
	border-bottom: 1px solid #cccccc;
	padding-:10px;    width: 100%;
}
.tbl-rspa th {
    border-bottom: 1px solid #cccccc;
    width: 30%;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    padding: 15px 15px;
}
}
.tbl-rspa1 {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.tbl-rspa1 td{
	border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
	padding-:10px;vertical-align: middle !important;
}
.tbl-rspa1 th {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;

    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: center;
vertical-align: middle !important;
    background-color: #F4F4F4;
    padding: 15px 15px;
}

.waku {
    background-color: #FCFCFC;
    padding: 15px;
    border: 2px solid #dcdcdc;
    border-radius: 2px;
}

.boxes>[class^=box] {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}
.boxes { margin: 0 0 1em;  }

.boxes div { margin:0 0 10px;  }

.boxes div div { margin: 0 10px;  }


.boxes {



	letter-spacing: -0.5em;

	word-spacing: -0.5em;

	*letter-spacing: 0;

	*word-spacing: 0;

	*zoom: 1;

}

.boxes>* {

	letter-spacing: 0;

	word-spacing: 0;

}

.boxes>[class^=box] {

	display: inline-block;

	vertical-align: top;

	overflow: hidden;

	*display: inline;

	*zoom: 1;

}

.boxes>.box01 {

	width: 8.33%;

}

.boxes>.box02 {

	width: 16.66%;

}

.boxes>.box5 {

	width: 20%;

}


.boxes>.box03 {

	width: 24.99%;

}

.boxes>.box04 {

	width: 33.33%;

}

.boxes>.box05 {

	width: 41.66%;

}

.boxes>.box06 {

	width: 49.99%;

}

.boxes>.box07 {

	width: 58.33%;

}

.boxes>.box08 {

	width: 66.66%;

}

.boxes>.box09 {

	width: 74.99%;

}

.boxes>.box10 {

	width: 83.33%;

}

.boxes>.box11 {

	width: 91.66%;

}

.boxes>.box12 {

	width: 100%;

}

.boxes>[class^=box] img,

.boxes>[class^=box] iframe,

.boxes>[class^=box] object {

	width: auto;

	max-width: 100%;

	height: auto;

}
.heitbox2 {
    height: 260px;
}
@media only screen and (max-width:600px){
	.boxes>.box01 {

	width: 50%;

}

.boxes>.box02 {

	width: 50%;

}

.boxes>.box5 {

	width: 50%;

}


.boxes>.box03 {

	width: 50%;

}

.boxes>.box04 {

	width: 50%;

}

.boxes>.box05 {

	width: 50%;

}

.boxes>.box06 {

	width: 100%;

}

.boxes>.box07 {

	width: 50%;

}

.boxes>.box08 {

	width: 50%;

}

.boxes>.box09 {

	width: 50%;

}

.boxes>.box10 {

	width: 100%;

}

.boxes>.box11 {

	width: 100%;
}

.boxes>.box12 {

	width: 100%;

}
.heitbox2 {
    height: auto;
}
	
}
.hukuri1 {
    background: url(../img/hukuri1.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 2px solid #0079d7;
    font-weight: bold;
    color: #0079d7;
    font-size: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}

.hukuri2 {
    background: url(../img/hukuri2.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 2px solid #0079d7;
    font-weight: bold;
    color: #0079d7;
    font-size: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}
.hukuri3 {
    background: url(../img/hukuri3.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 2px solid #0079d7;
    font-weight: bold;
    color: #0079d7;
    font-size: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}
.hukuri4 {
    background: url(../img/hukuri4.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
    border-bottom: 2px solid #0079d7;
    font-weight: bold;
    color: #0079d7;
    font-size: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}

.mrgn-top10{margin-top:10px;}

.news_area h2 {
    color: #4a4a4a;
    font-size: 40px;
    text-align: left;
    letter-spacing: 0.11em;
    font-weight: 800;
    margin-bottom: 25px;
}


.news_area h2:after {
  width: 4vw;
  letter-spacing: 0.2vw;
  height: 2px;
  background: #222222;
  display: inline-block;
  content: "";
  margin-left: 20px;
  /* float: right; */
}
a.news_box div{
    display: inline-block;
}
a.news_box object{
    display: inline-block;
}
a.news_box p {
    display: inline-block;
}
.news_area ul li {
  border-top: 1px solid #cccccc;
  transition: 0.3s;
}

.news_area ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.news_area ul li:last-of-type {
  border-bottom: 1px solid #cccccc;
}

.news_area ul li .news_box {
  padding: 20px;padding-left: 0px;
  display: block;
  width: 100%;
}

.news_area ul li .news_box div,
.news_area ul li .news_box object,
.news_area ul li .news_box p {
  display: inline-block;
}

.news_box .cat {
background: #ad8954;
  text-transform: uppercase;
  color: #fff;
  width: 100px;
  letter-spacing: 0.2vw;
  padding: 3px 8px;
  transition: 0.7s;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
	color: #fff;
    font-size: 110%;
font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.05em;
    font-weight: 400;
} 

/*a .cat {
  background: rgba(61, 87, 165, 0.3);
  text-transform: uppercase;
  color: #fff;
  width: 100px;
  letter-spacing: 0.2vw;
  padding: 6px 8px;
  transition: 0.7s;
    font-size: 15px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}*/

.news_area ul li:hover a.news_box .cat {
  background: #333333;
}

.news_area ul li .news_box .date {
  color: #000000;
    font-size: 15px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 20px;
	font-weight: bold;
letter-spacing: 1px;
}

.news_box p {
  color: #333333;
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;padding-top: 5px;
}
.date {
    color: #b3b3b3;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 20px;
}
.contact_area {
  text-align: center;
}

.contact_area p {
  margin: 50px 0 32px;
  font-size: 22px;
  color: #fff;
}

.news_area .link {
  position: absolute;
  right: 0px;
  top: 20px;
}



.topiks-area h2,
.message_area h2,
.service_area h2 {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.25em;
  color: #000000;
  text-align: center;
  margin-bottom: 45px;
}

.topiks-area h2 small,
.message_area h2 small,
.service_area h2 small {
  display: block;
  font-weight: normal;
  margin: 10px auto;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #4d4b4b;    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.topiks-area h2:afterbk,
.message_area h2:afterbk,
.service_area h2:afterbk {
  display: block;
  content: "";
  width: 68px;
  height: 2px;
  background: rgba(11, 43, 143, .8);
  margin: 30px auto 0;
}
.view{

    line-height: 1.7em;
    color: #000000;
    letter-spacing: 0.1vw;
    font-weight: 400;

}
.view1{

    line-height: 1.7em;
    color: #000000;

    font-weight: 400;

}
@media screen and (max-width: 767px){
.view {

    margin: 0 auto;
    line-height: 2em;
    margin-bottom: 20px;
    width: 100%;
}
.view1 {

    margin: 0 auto;
    line-height: 2em;
    margin-bottom: 20px;
    width: 90%;
}
}

.button_blue1 {
position: relative;
    padding: 15px 50px;
    border-radius: 25px;
    color: #3a54a2;
	border:solid 1px #3a54a2;
    font-size: 14px;
	font-weight: 600;
text-align: center;
    letter-spacing: .25em;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ggwaku{
	border: 5px solid #e6e6e6;
	padding:25px;
}
.ggwakua {
    border: 5px solid #929292;
    background: #f2f2f2;
    padding: 25px;
}
.ao{
	color: #0079d7;
}




#service_area {
  background: #fff;
  padding: 130px 0 160px;
  text-align: center;
}

#service_area .wrapper {
  width: 100%;
}

#service_area h2 {
  margin-bottom: 65px;
}

#service_area p {
  font-size: 16px;
  line-height: 1.6em;
  color: #5d5d5d;
  letter-spacing: 0.2vw;
  font-weight: 400;
  padding: 0px 0 30px;
}

#service_area .button_blue {
  margin: 40px auto 0;
}


#service_area .service_list {
  width: 100%;
  overflow: hidden;
}

#service_area .service_list a {
  float: left;
  width: 25%;
  overflow: hidden;
  position: relative;
}

#service_area .service_list a div.cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

#service_area .service_list a:hover div.cover {
  opacity: 0;
}

#service_area .service_list a div.cover .text {
  display: table;
  width: 100%;
  height: 100%;
  letter-spacing: 0.2vw;
}

#service_area .service_list a div.cover .text span {
  color: #fff;
  display: table-cell;
  font-size: 2vw;
  vertical-align: middle;
  text-align: center;
}

#service_area .service_list figure:last-of-type {
  margin-right: 0;
}

#service_area .service_list figure img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;

}

#service_area .service_list a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* service_01 */

#service_item_area {
  background: #fff;
  overflow: hidden;
  position: relative;
}



#service_item_area a.link_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}


.service_item_area {
  padding: 12vw 0;
  /* padding:150px 0; */
  background-size: 100%;
  position: relative;
  background-position: center;
  transition: 0.7s;
  margin-bottom: 40px;
  background-repeat: no-repeat;
}

.service_01 {
  background-image: url("../img/top/ss01.jpg");
}

.service_02 {
  background-image: url("../img/top/ss02.jpg");
}

.service_03 .left * {
  color: #4a4a4a !important;
  text-shadow: 0 0 1px #fff;
}

.service_03 {
  background-image: url("../img/top/ss03.jpg");
}

.service_04 {
  background-image: url("../img/top/ss04.jpg");
}

.service_05 {
  background-image: url("../img/top/ss05.jpg");
}
.service_06 {
  background-image: url("../img/top/ss06.jpg");
}

.service_item_area:hover {
  background-size: 106%;
}

.service_item_area:hover {}

.service_item_area a.link_wrap {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service_item_area .wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.service_item_area .wrapper .left h2 {
  font-size: 2.8em;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 900;
}

.service_item_area .wrapper .left span {
  font-size: 2em;
  letter-spacing: 0.2vw;
  color: #fff;
  font-weight: 500;
}

.service_item_area .wrapper .left {
  float: left;
}

.service_item_area .wrapper .right {
  float: right;
}



@media screen and (max-width: 767px){
 .service_item_area {
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 20px;
  }

  .service_item_area:hover {
    background-size: cover;
  }

  .service_item_area.service_01 {
    background-position: right;
  }

  .service_item_area.service_03 {
    background-position: left;
  }

  .service_item_area .wrapper .left {
    font-size: 6px;
  }

  .service_item_area .wrapper .right {
    display: none;
  }

  .service_item_area .wrapper .left span {
    font-size: 2.5em;
  }

  #service_area {
    padding: 60px 0 80px;
  }

  #service_area .service_list a {
    width: 45%;
    flex-wrap: wrap;
    float: none;
    display: inline-flex;
  }

  #service_area .service_list a div.cover .text span {
    font-size: 20px;
  }

  .button_white {
    text-align: center;
  }

  .button_white span {
    font-size: 16px;
    text-align: center;
  }

  #service_01 .wrapper .left {
    text-align: center;
    float: none;
    margin-bottom: 30px;
  }

  #service_01 .wrapper .right {
    float: none;
  }	
}


.button_white span:after {
  content: "\f105";
  font-family: Font Awesome\ 5 Free !important;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #0079d7;
}

.button_white span {
  position: relative;
  padding: 0 50px;
border: 1px solid #0079d7;
  background-color: #fff;
  border-radius: 25px;
  color: #0079d7;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: .25em;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button_white span:hover {
  background-color: #fffff;
  border-color: #0079d7;opacity: 0.8;
 /* color:#fff; */;
}/* blueline */.button_blueline {
  display: block;
  cursor: pointer;
}

.siro{
	color: #ffffff !important;
}

#footfix {
    

/*border-top:solid 1px #87d2e7;*/}
#footfix_in {
    width: 100%; background: rgba(61, 87, 165, 0.95);background: rgba(0, 121, 215, 0.95);
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center; /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
    align-items: center;  /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */

}

.footfix_in_1 a {
	font-size: 40px; padding: 0 5px; color: #FFF;text-decoration: none;
line-height: 1em;

}
.footfix_in_1 a:before {

}
.footfix_in_2{
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 2em;
    color: #FFF;
    border: solid 0px #FFF;
    padding: 1px 5px;
    vertical-align: middle;
margin: 0 15px;}
.footfix_in_3 a{
    display: block;
    background: #FFF;
    color: #0079d7;
    padding: 4px 40px;
    border: solid 2px #FFF;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Balsamiq Sans', cursive;
    font-weight: 500;
    text-decoration: none;
    margin: 0 5px;}
.footfix_in_3 a:hover{background:#0079d7; 
    color: #FFF;
    border: solid 2px #FFF;
text-decoration: none;}
@media screen and (max-width:1200px) {
    .footfix_in_1 a {font-size: 30px;}
    .footfix_in_2 {font-size: 12px;}
    .footfix_in_3 a {font-size: 13px; padding: 1px 20px;}
    .footfix_in_3 a:hover{
     padding: 1px 20px;
    font-size: 13px;
}
    }
@media screen and (max-width:768px) {
    .footfix_in_1 a:before {

  
}
    .footfix_in_1 a {font-size: 20px;}
    .footfix_in_2 {display: none; font-size: 9px; padding: 1px 5px; margin: 0 5px;/* order: 3;*/}
    .footfix_in_3 a {font-size: 11px; padding: 1px 10px;}
        .footfix_in_3 a:hover{
     font-size: 11px; padding: 1px 10px;
}
    }
@media screen and (min-width:801px) {
.lead {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
}
@media screen and (max-width:800px) {
.lead {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}	
}
.contactBlock {
    border: 1px solid #707070;
    padding: 50px 20px 30px;
    font-size: 15px;
    color: #333;
    width: 580px;
    max-width: 100%;
    margin: 65px auto 70px;
    text-align: center;
}
.contactBlock {
    padding: 45px 20px 40px;
    margin-top: 27px;
    margin-bottom: 0;
}
.footfix_in_11 a {
    font-size: 40px;
    padding: 0 5px;
    color: #000;
    text-decoration: none;
    line-height: 1em;
}
.l-main::after{


}

.page_title {
    padding-top: 185px;
    padding-bottom: 90px;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.25em;
    color: #4a4a4a;
    line-height: 36px;
    padding-left: 14%;
}
.page_title span {
display: inline-block;
    font-size: 1.4rem;
    font-family: 'lato',sans-serif;
    letter-spacing: .1.1em;
    font-weight: 500;
    margin-top: .1em;
    vertical-align: middle;
    border-top: 1px solid #151b28;
    padding-top: .7em;
}

.page_title--white:afterbk {
    display: block;
    content: "";
    width: 68px;
    height: 2px;
background: rgba(255, 255, 255, 0.95);
    margin: 30px auto 0;
}
.page_title--white {
font-size: 5rem;
    padding-right: 50%;
	font-weight: 300;
    letter-spacing: .3em;
    line-height: 1.0;
  font-family: 'Teko', sans-serif;
	color: #000000;
    display: block;
}
.page_title--white span .ja {
    color: #000000;
}
.page_title--contact {
    background: url(../img/contact.jpg) no-repeat center/cover;)
}
.page_title--sitemap {
    background: url(../img/sitemap.jpg) no-repeat center/cover;)
}
.page_title--privacy {
    background: url(../img/privacy.jpg) no-repeat center/cover;)
}
.page_title--about {
    background: url(../img/about.jpg) no-repeat center/cover;)
}
.page_title--thought {
    background: url(../img/thought.jpg) no-repeat center/cover;)
}
.page_title--merit {
    background: url(../img/merit.jpg) no-repeat center/cover;)
}
.page_title--introduction {
    background: url(../img/introduction.jpg) no-repeat center/cover;)
}
.page_title--meat {
    background: url("../img/meat.jpg") no-repeat center/cover;)
}
.page_title--fish {
    background: url("../img/fish.jpg") no-repeat center/cover;)
}
.page_title--vegetable {
    background: url("../img/vegetable.jpg") no-repeat center/cover;)
}

.page_title--other {
    background: url(../img/other.jpg) no-repeat center/cover;)
}
.page_title--news {
    background: url(../img/news.jpg) no-repeat center/cover;)
}
.page_title--remoto {
    background: url(../img/remoto.jpg) no-repeat center/cover;)
}
.page_title--company {
    background: url(../img/company.jpg) no-repeat center/cover;)
}
.page_title--question {
    background: url(../img/question.jpg) no-repeat center/cover;)
}
.page_title--column {
    background: url(../img/column.jpg) no-repeat center/cover;)
}


@media screen and (max-width: 1199px){
.page_title {
    padding: 130px 0 40px 0;
    font-size: 1rem;
    line-height: 1.33333;
}
.page_title--white {
padding-left: 20px;
    font-size: 2.6rem;
    line-height: 1.33333;

}
.page_title span {

    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.15em;
}	
}

@media only screen and (min-width:700px){
.heading-2 {
    font-size: 2.4rem;
    letter-spacing: 0.18em;
    margin-bottom: 30px;
    text-align: center;
	font-weight: bold;background: rgba(16, 16, 16, 0.08);
	padding:10px;
}
.heading-3 {
    font-size: 2.4rem;
    letter-spacing: 0.18em;
    margin-bottom: 30px;
	color: #ffffff;
    text-align: center;
	font-weight: bold;background: #000000;
	padding:10px;
}
.heading-4 {
    font-size: 2.4rem;
    letter-spacing: 0.18em;
    margin-bottom: 30px;
	color: #ffffff;
    text-align: center;
	font-weight: bold;background: #ad8954;
	padding:10px;
}	
}


@media only screen and (max-width:699px){
.heading-2 {
    font-size: 1.8rem;
    letter-spacing: 0.18em;
    margin-bottom: 40px;
    text-align: center;
	font-weight: bold;background: rgba(16, 16, 16, 0.08);
	padding:10px;
}
.heading-3 {
    font-size: 1.8rem;
    letter-spacing: 0.18em;
    margin-bottom: 40px;
	color: #ffffff;
    text-align: center;
	font-weight: bold;background: #000000;
	padding:10px;
}
.heading-4 {
    font-size: 1.8rem;
    letter-spacing: 0.18em;
    margin-bottom: 40px;
	color: #ffffff;
    text-align: center;
	font-weight: bold;background: #ad8954;
	padding:10px;
}	
}

.kuro{
	color:#333333 !important;
}


.boxes>[class^=box] {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}
.boxes { margin: 0 0 1em;  }

.boxes div { margin:0 0 10px;  }

.boxes div div { margin: 0 10px;  }



.boxes>* {

	letter-spacing: 0;

	word-spacing: 0;

}

.boxes>[class^=box] {

	display: inline-block;

	vertical-align: top;

	overflow: hidden;

	*display: inline;

	*zoom: 1;

}

.boxes>.box01 {

	width: 8.33%;

}

.boxes>.box02 {

	width: 16.66%;

}

.boxes>.box5 {

	width: 20%;

}


.boxes>.box03 {

	width: 24.99%;

}

.boxes>.box04 {

	width: 33.33%;

}

.boxes>.box05 {

	width: 41.66%;

}

.boxes>.box06 {

	width: 49.99%;

}

.boxes>.box07 {

	width: 58.33%;

}

.boxes>.box08 {

	width: 66.66%;

}

.boxes>.box09 {

	width: 74.99%;

}

.boxes>.box10 {

	width: 83.33%;

}

.boxes>.box11 {

	width: 91.66%;

}

.boxes>.box12 {

	width: 100%;

}

.boxes>[class^=box] img,

.boxes>[class^=box] iframe,

.boxes>[class^=box] object {

	width: auto;

	max-width: 100%;

	height: auto;

}
.heitbox2 {
    height: 260px;
}
@media only screen and (max-width:600px){
	.boxes>.box01 {

	width: 50%;

}

.boxes>.box02 {

	width: 50%;

}

.boxes>.box5 {

	width: 50%;

}


.boxes>.box03 {

	width: 50%;

}

.boxes>.box04 {

	width: 50%;

}

.boxes>.box05 {

	width: 50%;

}

.boxes>.box06 {

	width: 100%;

}

.boxes>.box07 {

	width: 50%;

}

.boxes>.box08 {

	width: 50%;

}

.boxes>.box09 {

	width: 50%;

}

.boxes>.box10 {

	width: 100%;

}

.boxes>.box11 {

	width: 100%;
}

.boxes>.box12 {

	width: 100%;

}
.heitbox2 {
    height: auto;
}
	
}

.b1aka{
	border: 1px solid #711616;
    color: #ffffff;
    background-color: #AD2D2D;
	    padding: 1px 1px 0 2px;
    font-family: Verdana,sans-serif;
    cursor: pointer;    width: 100px;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
}
.b1kon{
   border: 1px solid #182C57;
    color: #ffffff;
    background-color: #536CA6;
	    padding: 1px 1px 0 2px;
    font-family: Verdana,sans-serif;
    cursor: pointer;
	display: block;    width: 100px;
		text-align: center;
	border-radius: 4px;	
	font-size: 12px;
}
@media only screen and (min-width:601px){
.pc600{
	
}
.sp599{
	display: none;
}
}
@media only screen and (max-width:600px){
.pc600{
	display: none;	
}
.sp599{

}	
}
@media only screen and (max-width:600px){
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
	}

.sub-mainmenu{
	padding: 0;
    position: absolute;
top: 0px;
    right: 0px;
}
.sub-mainmenu li {
	float: left;

}

.sub-mainmenu a {
	color: #fff;
	display: block;
	line-height: 19px;
padding: 8px 14px 5px 25px;
    position: relative;
    font-size: 13px;
	letter-spacing: 0.05em;

}

.sub-mainmenu a:hover{
	background-color: #333333;
	opacity: 0.8;
}

.sub-mainmenu a .linktoiawase{
	border: solid 0px #ffffff;
	padding:3px 1px;
	color: #fff;
}
.sub-mainmenu a .linktoiawase::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -3px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #717171;
    margin-left: 14px;
}

.sub-mainmenu .link2 a {
	color: #fff;
	display: block;
	line-height: 20px;
padding: 7px 14px 5px 14px;
    position: relative;
    font-size: 22px;
	letter-spacing: 0.1em;
		background-color: #000000;
	font-family: 'Bebas Neue', cursive;
}

.sub-mainmenu .link2 a:hover{
	background-color: #000000;
	opacity: 0.8;
}
.sub-mainmenuaaa {
     color: #d7d6d6;
    display: block;
    line-height: 19px;
    font-size: 12px;
    display: block;
    line-height: 19px;
    padding: 8px 14px 5px 25px;
    position: relative;
    letter-spacing: 0.05em;
}


@media (max-width:600px) {
.sub-mainmenu{
	padding: 0;
    position: absolute;
top: 0px;
    right: 0px;
	width: 100%;
}	
.sub-mainmenu li {
	float: left;
width: 50%;
    text-align: center;
}
.sub-mainmenu a {
	color: #fff;
	display: block;
	line-height: 19px;
padding: 9px 10px 8px 10px;
    position: relative;
    font-size: 14px;
	letter-spacing: 0.02em;
	background-color: #000000;
}

.sub-mainmenu a:hover{
	background-color: #454545;
}

.sub-mainmenu .link2 a {
	color: #fff;
	display: block;
	line-height: 19px;
padding: 9px 10px 8px 10px;
    position: relative;
    font-size: 16px;
	letter-spacing: 0.1em;
	background-color: #ad8954;
}

.sub-mainmenu .link2 a:hover{
	background-color: #000000;
}	
.sub-mainmenuaaa {
  display: none;
}

}

.yokosenli{
    border-left: 1px solid #514f4f;
}
.sns {
    background: rgba(0, 0, 0, .8) ;
    background: #000 !important;
    padding: 8px 20px;
    height: 35px;
    line-height: 0;position: fixed;
	z-index: 1000;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}

@media only screen and (min-width: 850px){
.banner-top {
    height: 290px;
	text-align: center;
    background: url(../img/haikei1.jpg) no-repeat;
    background-size: cover;
}
.banner-top ul {
    top: -195px;
}
.banner-top li:first-child {
    top: 20px;
}
.banner-top li:last-child {
    top: 20px;
}	
.cicrle-list {
    max-width: 850px;
    font-size: 0;
    display: inline-block;
    position: relative;
}
.cicrle-list li {
    width: 90px;
    height: 90px;
    margin: 0 5px;
    font-size: 1.3rem;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.cicrle-list li {
    width: 250px;
    height: 250px;
    margin: 0 12px;
    font-size: 3rem;
    line-height: 34px;
}
.cicrle-list li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/maruhaikei.svg) no-repeat;
    background-size: cover;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: 0;
}
.cicrle-list li span {
    color: #9C7842;
    font-size: 8rem;
    line-height: 75px;
    font-weight: bold;font-family: 'Roboto', sans-serif;
}	
.cicrle-list__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}	


.banner-top li:first-child:after {
    transform: rotate(-30deg);
    left: 68%;
    bottom: -50px;
}
.banner-top li:last-child::after {
    transform: rotate(30deg);
    left: 10%;
    bottom: -49px;
}	
.banner-top li:after {content: "";
    width: 50px ;
    height: 82px ;
    background: url(../img/topya.svg) no-repeat;
    bottom: -60px ;
	position: absolute;
    left: 50% ;
    transform: translate(-50%, 0) ;
   z-index: -1;
}	
.banner-top .h4 {
    font-size: 3.5rem;
    line-height: 55px;
    bottom: 115px;
    margin-left: 35px;
	letter-spacing: 1.8px;
    padding: 7px 10px;
    color: #fff;
    background: #0F0F0F;
    display: inline;
    position: relative;
	text-align: center;
}
.cicrle-list__title {
    margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	color: #111111;
}
	.cicrle-list__item p{
	color: #111111;font-size: 16px;
		font-weight: 600;
	}	
}
@media screen and (min-width:440px) and ( max-width:849px) {
.banner-top {
height: 250px;
	text-align: center;
    background: url(../img/haikei1.jpg) no-repeat;
    background-size: cover;
}
.banner-top ul {
     top: -35px;
}
.banner-top li:first-child {
    top: 10px;
}
.banner-top li:last-child {
    top: 10px;
}	
.cicrle-list {
    max-width: 850px;
    font-size: 0;
    display: inline-block;
    position: relative;
}
.cicrle-list li {
    width: 110px;
    height: 110px;
    font-size: 1.5rem;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.cicrle-list li {
    width: 130px;
    height: 130px;
    font-size: 1.5rem;
    line-height: 18px;
}
.cicrle-list li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/maruhaikei.svg) no-repeat;
    background-size: cover;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: 0;
}
.cicrle-list li span {
    color: #9C7842;
font-size: 3.5rem;
    line-height: 31px;
    font-weight: bold;
}	
.cicrle-list__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}	


.banner-top li:first-child:after {
transform: rotate(-30deg);
    left: 68%;
    bottom: -20px;
}
.banner-top li:last-child::after {
    transform: rotate(30deg);
    left: 10%;
    bottom: -20px;
}	
.banner-top li:after {content: "";
width: 20px;
    height: 35px;
    background: url(../img/topya.svg) no-repeat;
    bottom: -20px ;
	position: absolute;
    left: 50% ;
    transform: translate(-50%, 0) ;
   z-index: -1;
}	
.banner-top .h4 {
font-size: 2.3rem;
    line-height: 38px;
    letter-spacing: 1.8px;
    padding: 7px 10px;
    color: #fff;
    background: #0F0F0F;
    display: inline;
    position: relative;
    margin-left: 0;
    display: inline;
    position: relative;
	text-align: center;
}
.cicrle-list__title {
margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #111111;
}
	.cicrle-list__item p{
	color: #111111;font-size: 13px;
		font-weight: 600;
	}	
}

@media screen and (max-width:439px){
.banner-top {
height: 400px;
	text-align: center;
    background: url(../img/haikei1.jpg) no-repeat;
    background-size: cover;
}
.banner-top ul {
     top: -35px;
}
.banner-top li:first-child {
    top: 10px;
}
.banner-top li:last-child {
    top: 10px;
}	
.cicrle-list {
    max-width: 850px;
    font-size: 0;
    display: inline-block;
    position: relative;
}
.cicrle-list li {
    width: 110px;
    height: 110px;
    font-size: 1.5rem;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.cicrle-list li {
    width: 130px;
    height: 130px;
    font-size: 1.5rem;
    line-height: 18px;
}
.cicrle-list li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/maruhaikei.svg) no-repeat;
    background-size: cover;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: 0;
}
.cicrle-list li span {
    color: #9C7842;
font-size: 3.5rem;
    line-height: 31px;
    font-weight: bold;
}	
.cicrle-list__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}	


.banner-top li:first-child:after {
transform: rotate(-30deg);
    left: 68%;
    bottom: -20px;
}
.banner-top li:last-child::after {
    transform: rotate(30deg);
    left: 10%;
    bottom: -20px;
}	
.banner-top li:after {content: "";
width: 20px;
    height: 35px;
    background: url(../img/topya.svg) no-repeat;
    bottom: -20px ;
	position: absolute;
    left: 50% ;
    transform: translate(-50%, 0) ;
   z-index: -1;
}	
.banner-top .h4 {
font-size: 2rem;
    line-height: 38px;
    letter-spacing: 1.8px;
    padding: 7px 10px;
    color: #fff;
    background: #0F0F0F;
    display: inline;
    position: relative;
    margin-left: 0;
    display: inline;
    position: relative;
	text-align: center;
}
.cicrle-list__title {
margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #111111;
}
	.cicrle-list__item p{
	color: #111111;font-size: 13px;
		font-weight: 600;
	}	
}

.invTop.is-show {
    opacity: 1;
}


@media only screen and (min-width: 768px){
.sp, .SP {
    display: none !important;
}
}
@media only screen and (max-width: 767px){
.pc, .PC {
    display: none !important;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ディスプレイ右サイドの固定エリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#side_fixed_zone {
    right: 0px;
    margin-top: -257px;
}

@media screen and (max-width: 1100px) {
    #side_fixed_zone {
        right: -73px;
    }
}

#side_fixed_zone p {
    right: 0px;
    position: relative;
    -webkit-transition: right 0.2s linear;
    -ms-transition: right 0.2s linear;
    -moz-transition: right 0.2s linear;
    transition: right 0.2s linear;
    margin-bottom: 2px;
}

#side_fixed_zone p:hover {
    right: 0;
}

div#side_fixed_zone .txt-vertical {
    width: 73px;
    height: ;
}

div#side_fixed_zone .txt-vertical a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px 10px 20px;
    width: 73px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;    line-height: 18px;
}

div#side_fixed_zone a:after {
    content: '';
	position: absolute;
    bottom: 1%;
    left: 5px;
    width: 2px;
    height: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

div#side_fixed_zone a:hover:after {
    /* IE系ブラウザでは､calcの結果をtransitionに利用できないらしい */
    /* height: calc(100% - 10px); */
    height: 98%;
}

div#side_fixed_zone .red a {
    background: #8c0f12; background:#999999;
}

div#side_fixed_zone .brown a {
    background: #672400;    background-color: #ad8954;
}

div#side_fixed_zone .green a {
    background: #253800;background: #000000;
}

#side_fixed_zone p:hover a {
    text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ディスプレイ右サイドの固定エリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#side_fixed_zone {
    position: fixed;
    right: -18px;
    top: 33%;
    margin-top: -135px;
    z-index: 100;
    -webkit-transition: right 0.2s linear;
    -ms-transition: right 0.2s linear;
    -moz-transition: right 0.2s linear;
    transition: right 0.2s linear;
}

#side_fixed_zone:hover {
    right: 0px;
}

#side_fixed_zone img:hover {
    opacity: 1;
}

@media screen and (max-width: 1100px) {
    #side_fixed_zone {
        right: -10px;
		    top: 42%;
    }
	div#side_fixed_zone .txt-vertical {
    width: 64px;
}
}


.top .link_itemaa {
	width: 100%;

	margin-left: auto;
	margin-right: auto;

}
.top .link_itemaa ul {
	display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top .link_itemaa ul li {
	width: 31%;
	width: -webkit-calc(100% / 3 - 2%); 
	width: calc(100% / 3 - 2%); 
	margin: 0 1% 5%;
}
.top .link_itemaa ul li a div{
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: .4s;
}
/*.top .link_item ul li a:hover div{
	opacity: 0.7;
}*/
.top .link_itemaa ul li a div::before {
	content: "";
	display:block;
	position: absolute;
	width: 11px;
	height: 34px;
	background: url(../img/yajirushi.png) no-repeat;
	top: 60%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	transition: .4s;
}
.top .link_itemaa ul li a:hover div::before {
	top: 65%;
}
.top .link_itemaa ul li a div p {
	position: absolute;
	width: 100%;
	top: 45%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 2rem;
	line-height: 2rem;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 3px #161515;
}
.top .link_itemaa ul li a div img {
	width: 100%;
}
@media screen and (max-width: 768px){
.top .link_itemaa ul li {
	width: 44%;
	width: -webkit-calc(100% / 2 - 2%); 
	width: calc(100% / 2 - 2%); 
	margin: 0 1% 5%;
}
.top .link_itemaa ul li a div p {
	font-size: 1.4rem;
	line-height: 1.4rem;
	text-shadow: 1px 1px 3px #161515;
}
.top .link_itemaa ul li a div::before {
	top: 65%;
}
.top .link_itemaa ul li a:hover div::before {
	top: 70%;
}
}
@media screen and (max-width: 480px){
.top .link_itemaa ul {
	flex-direction: column;
}
.top .link_itemaa ul li {
	width: 90%;
	margin: 0 auto 3%;
}
}

.tigai .step_no {
    background: #000000;
	line-height: 34px;
    width: 34px;
    height: 34px;
	   margin-right: .7em;
    font-size: 2rem;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
}
.tigai {
    font-weight: 500;
    font-size: 2.4rem;
	line-height: 34px; 
}
@media screen and (max-width: 700px){
.tigai {
    font-weight: 500;
    font-size: 1.8rem;
	line-height: 28px; 
}	
}
.tigaisita {
   border-bottom: 1px dotted #333333;
	padding:10px 0px;
	margin-bottom: 20px;
}

.gold{
	color: #ad8954 !important;
}

/*================================================
 *  サイトマップ（sitemap）
 ================================================*/

.sitemap_area {
	width: 800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sitemap_area .sitemap_link {
	width: 390px;
	font-size: 17px;
	font-weight: 600;
}
.sitemap_area .sitemap_link > li:not(.no_border) {
	border-bottom: 1px solid #ccc;
}
.sitemap_area .sitemap_link > li > a,
.sitemap_area .sitemap_link > li > div {
	display: block;
	padding: 1.2em 0 0.6em;
}
.sitemap_area .sitemap_link > li > a:hover,
.sitemap_area .sitemap_link > li > div {
	display: block;
	padding: 1.2em 0 0.6em;
		color: #ad8954;
}
.sitemap_area .sitemap_link .sub {
	border-top: 1px solid #ccc;
	padding-top: 0.75em;
}
.sitemap_area .sitemap_link .sub li a {
	display: block;
	position: relative;
	padding: 0.5em 1em;
}
.sitemap_area .sitemap_link .sub li a:hover {
	display: block;
	position: relative;
	padding: 0.5em 1em;
	color: #ad8954;
}
.sitemap_area .sitemap_link .sub li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.4em;
	height: 0.4em;
	margin-top: -0.3em;
	border-top: solid 2px #1e1e1e;
	border-right: solid 2px #1e1e1e;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.brdrbtmkengaku {
    color: #333;
    font-size: 150%;
    border-bottom: #333 dotted 1px;
    letter-spacing: 0.9px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1.5%;
    padding-bottom: 1%;
    font-weight: 500;
    line-height: 32px;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:800px) {

.sitemap_area {
	width: 100%;
	display: block;
}
.sitemap_area .sitemap_link {
	width: 100%;
	font-size: 2.5vw;
}
.brdrbtmkengaku {
    color: #333;
    font-size: 120%;
    border-bottom: #333 dotted 1px;
    letter-spacing: 0.9px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1.5%;
    padding-bottom: 1%;
    font-weight: 500;
    line-height: 32px;
}
}
.fa-phone-alt:before {
    content: "\f879";
}
.form{
	width: 100%;
}
@media screen and (min-width:800px) {
.midasitop {
    position: relative;
    font-size: 28px;
    text-align: center !important;
    display: inline-block;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
}
.midasitop1 {
    position: relative;
    font-size: 28px;
    text-align: center !important;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
}	
}

@media screen and (max-width:800px) {
.midasitop {
    position: relative;
    font-size: 18px;
    text-align: center !important;
    display: inline-block;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
}
.midasitop1 {
    position: relative;
    font-size: 18px;
    text-align: center !important;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
}	
}


/* step box (stepbox)
------------------------------ */
.stepbox {
	margin: 0 30px 40px 30px;
	background: #f7f6f6;
	border: 1px solid #ccc;
	position: relative;
	padding: 15px 55px 35px 80px;
}
.stepbox.flowstep{
	position: relative;
	margin-bottom: 43px;
}
.stepbox.flowstep:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 43px 236px 0 236px;
	border-color: #ad8954 transparent transparent transparent;
	position: absolute;
	bottom: -43px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.stepbox.titleonly {
	padding: 9px 55px 40px 80px;
}
.stepbox.bg_gold {
	background: #f1e4d1;
}
.stepbox:before{
	content: '';
	border: 1px solid #ffffff;
	width: 70px;
	height: 70px;
	position: absolute;
	left: -17px;
	top: -17px;
}
.stepbox__number{
	background: #000000;
	display: block;
	width: 72px;
	height: 72px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	left: -20px;
	top: -20px;
}
.stepbox__number span{
	font-size: 18px;
	line-height:1;
}
.stepbox__number p{
	font-size: 36px;
	line-height: 1;
	position: absolute;
	bottom: 7px;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.stepbox__contents{
	overflow: hidden;
}
.stepbox .stepbox__image {
	float: left;
	margin-right: 20px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}
.stepbox .stepbox__image.stepbox__image--rev {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.stepbox .stepbox__text {
	overflow: hidden;
	width: 420px;
	font-size: 16px;
	padding-top: 30px;
}
.stepbox .stepbox__text > * + p {
	margin-top: 20px;
}
.flowstep .btngold11{
	width: 285px;
	height: 56px;
}
.flowstep .stepbox__text{
	padding-top: 50px;
}

@media only screen and (max-width: 768px) {
	.stepbox {
		margin: 0 0 40px;
		background: #f7f6f6;
		border: 1px solid #ccc;
		position: relative;
		padding: 50px 15px 15px;
	}
	.stepbox:before{
		width: 50px;
		height: 50px;
		left: -13px;
		top: -13px;
	}
	.stepbox.titleonly {
		padding: 7px 10px 7px 50px;
	}
	.stepbox.flowstep:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 43px 100px 0 100px;
		border-color: #ad8954 transparent transparent transparent;
		position: absolute;
		bottom: -43px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.stepbox__number{
		width: 52px;
		height: 52px;
		padding-top: 5px;
		left: -15px;
		top: -15px;
	}
	.stepbox__number span{
		font-size: 12px;
		line-height:1;
	}
	.stepbox__number p{
		font-size: 20px;
		line-height: 1;
		position: absolute;
		bottom: 7px;
		display: block;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.stepbox .stepbox__image {
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.stepbox .stepbox__image.stepbox__image--rev {
		float: none;
		margin-left: 0;
	}
	.stepbox .stepbox__text {
		padding-top: 0;
		font-size: 13px;
		width: auto;
	}
	.flowstep .btngold11{
		width: 100%;
		height: 60px;
		line-height: 60px;
	}
	.flowstep .stepbox__text{
		padding-top: 0;
	}
}

.headline--3rd {
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
}
@media only screen and (max-width: 640px) {
	.headline--3rd {
		font-size: 16px;
	}
}

.btngold11 {
    display: block;
    border-radius: 5px;
    border: 1px solid #ad8954;
    background-color: #ad8954;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
    -webkit-transition: .5s;
    transition: .5s;
}
.btngold11:hover {
    display: block;
    border-radius: 5px;
    border: 1px solid #ad8954;
    background-color: #ffffff;
    color: #ad8954;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
    -webkit-transition: .5s;
    transition: .5s;
}

.block__btn {
    margin-top: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}

.to-more {
    background-color: #ad8954;
    border-color: #ad8954;
	border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 7px 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	color: #ffffff !important;
}

.to-more a{
	    background-color: #ad8954;
    border-color: #ad8954;
	border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 7px 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	color: #ffffff !important;
}


.to-more:hover{
	    background-color: #000000;
    border-color: #000000;
	border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
       padding: 7px 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	color: #ffffff !important;
}


.to-more a:hover{
	    background-color: #000000;
    border-color: #000000;
	border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
       padding: 7px 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	color: #ffffff !important;
}

@media screen and (max-width: 1140px){
.scrollyoko {
    overflow-x: auto;
  }
  .tbl-r07 {
    min-width: 1140px;

  }
}
.tbl-r07 td{
	    padding: 12px;

}


.area_map {
  position: relative;
  z-index: 2;
}

@media all and (max-width: 1000px) {
  .area_map {
    padding: 0 0 30px 0;
  }
}
.area_map .block_map {
  width: 1000px;
  height: 817px;
  background: url("../img/member/map.jpg") no-repeat top right;
  margin: 0 auto;
}
@media all and (max-width: 1000px) {
  .area_map .block_map {
    height: auto;
    width: 95%;
    background: none;
  }
}
.area_map .menu {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1000px) {
  .area_map .menu {
    display: none;
  }
}
.area_map .menu > li {
  position: absolute;
  width: 180px;
  text-align: center;
}
.area_map .menu > li.tohoku {
top: 320px;
    left: 390px;
  z-index: 3;
}
.area_map .menu > li.nerima {
  top: 80px;
  right: 370px;
}
.area_map .menu > li.chugoku {
    top: 480px;
    left: 220px;
  z-index: 2;
}
.area_map .menu > li.azamino {
  top: 300px;
  left: 400px;
  z-index: 1;
}
.area_map .menu > li.kanto {
    top: 520px;
    right: 140px;
}

.area_map .menu > li.chubu {
    top: 650px;
    right: 290px;
}
.area_map .menu > li.kyusyu {
    top: 570px;
    left: 30px;
}
.area_map .menu > li a {
  display: table;
  margin-top: 1px;
  padding: 10px 0 10px 5px;
  box-sizing: border-box;
  width: 100%;
  background: #ad8954;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  overflow: hidden;
  transition: all .5s ease-out;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
}
.area_map .menu > li a:hover {
  background: #000000;
  transition: all .5s ease-out;
}
.area_map .menu > li > a:after {
  font-family: "Font Awesome 5 Free";
  content: " \f0d7";
  font-weight: 900;
  padding-right: 3px;
  font-size: 130%;
}
.area_map .menu > li li a {
  display: block;
  margin-top: 0;
  padding: 0 10px;
  box-sizing: border-box;
  height: 0;
  background: #fff;
  color: #000000;
  transition: all .3s ease-out;
  font-size: 90%;
  letter-spacing: 0;
  border: none;
  width: 270px;
}
@media all and (max-width: 1000px) {
  .area_map .menu > li li a {
    width: 100%;
  }
}
.area_map .menu > li:hover li a {
  display: table;
  margin-top: 1px;
  padding: 8px;
  box-sizing: border-box;
  width: 270px;
  transition: all .5s ease-out;
  border: 1px solid #ccc;
}
@media all and (max-width: 1000px) {
  .area_map .menu > li:hover li a {
    width: 100%;
    padding: 5px;
  }
}
.area_map .menu > li:hover li a:hover {
  background: #e0bc94;
  transition: all .5s ease-out;
}
.area_map .menu > li > a:after {
    font-family: "Font Awesome 5 Free";
    content: " \f0d7";
    font-weight: 900;
    padding-right: 3px;
    font-size: 130%;
}
.menu_sp {
  display: none;
}
.mapsp{
  display: none;	
}
@media all and (max-width: 1000px) {
  .menu_sp {
    display: block;
  }
.mapsp{
    display: block;
}	
}
.menu_sp .map {
  margin: 0 0 20px 0;
}
.menu_sp .map img {
  max-width: 100%;
}
.menu_sp .flex_btn {
  display: flex;
  justify-content: space-between;
}
.menu_sp .flex_btn li {
  width: 49%;
}

select {
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), calc(100% - .5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}
.haikeimidori{
	background: #2b4b2c;
}
.siro{
	color: #ffffff;
}
.midoriaaa{
	color:#2b4b2c !important;
}
h2{
	margin-top:0px;
}
.f17l{

	line-height: 34px;
}
.f23l{
	font-size:23px;
	line-height:40px;
}
@media (max-width: 767px){
	.f23l{
	font-size:17px;
	line-height: 34px;
}
}

.option-list {
    background-color: #e5e5e5;
padding-top:50px;
	padding-left:40px;padding-right:40px;
}
@media (max-width: 767px){
.option-list {
    background-color: #e5e5e5;
padding-top:20px;
	padding-left:10px;padding-right:10px;
}	
}

.gall img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 90px;
}


/*3カラム1カラム*/
.flex31 {
  display: flex;
  flex-wrap: wrap;

   /* justify-content: center;*/ /* 子要素をflexboxにより中央に配置する */
    /*align-items: center; */ /* 子要素をflexboxにより中央に配置する */
}
 
.flex31 div.flex31_in {
  width: 31%;
  margin: 1%;
}
.flex31 div.flex31_in img{
  width: 100%;
}
@media screen and (max-width:600px) { 
.flex31 div.flex31_in {
  width: 100%;
  margin: 4% 0 6%;
    
}
}
/*3カラム1カラム*/

.wakusiro{
	background: #ffffff;
	padding:15px;
}
a:hover{
	color: #ad8954;
}
.bold11{
	font-weight: 600;
}

.yatuno:hover{
	opacity: 0.8;
}



@media only screen and (min-width: 850px){
.banner-top1 {
    height: 500px;
    text-align: center;
    background: url(../img/haikei2.jpg) no-repeat;
    background-size: cover;
}
.banner-top1 ul {
    top: 50px;
}
.banner-top1 li:first-child {
    top: 20px;
}
.banner-top1 li:last-child {
    top: 20px;
}	
.cicrle-list1 {
    max-width: 850px;
    font-size: 0;
    display: inline-block;
    position: relative;
}
.cicrle-list1 li {
    width: 90px;
    height: 90px;
    margin: 0 5px;
    font-size: 1.3rem;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.cicrle-list1 li {
    width: 250px;
    height: 250px;
    margin: 0 12px;
    font-size: 3rem;
    line-height: 34px;
}
.cicrle-list1 li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/maruhaikei.svg) no-repeat;
    background-size: cover;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: 0;
}
.cicrle-list1 li span {
    color: #9C7842;
    font-size: 8rem;
    line-height: 75px;
    font-weight: bold;font-family: 'Roboto', sans-serif;
}	
.cicrle-list__item1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}	


.banner-top1 li:first-child:after {
    transform: rotate(-30deg);
    left: 68%;
    bottom: -50px;
}
.banner-top1 li:last-child::after {
    transform: rotate(30deg);
    left: 10%;
    bottom: -49px;
}	
.banner-top1 li:after {content: "";
    width: 50px ;
    height: 82px ;
    background: url(../img/topya.svg) no-repeat;
    bottom: -60px ;
	position: absolute;
    left: 50% ;
    transform: translate(-50%, 0) ;
   z-index: -1;
}	
.banner-top1 .h4 {
    font-size: 3.5rem;
    line-height: 55px;
    /* bottom: 115px; */
    top: 120px;
    margin-left: 35px;
    letter-spacing: 1.8px;
    padding: 7px 10px;
    color: #fff;
    background: #0F0F0F;
    display: inline;
    position: relative;
    text-align: center;
}
.cicrle-list__title1 {
    margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	color: #111111;
}
	.cicrle-list__item1 p{
	color: #111111;font-size: 16px;
		font-weight: 600;
	}	
}
@media only screen and (max-width: 849px){
.banner-top1 {
height: 335px;
	text-align: center;
    background: url(../img/haikei2.jpg) no-repeat;


    background-size: cover;
}
.banner-top1 ul {
     top: 30px;
}
.banner-top1 li:first-child {
    top: 10px;
}
.banner-top1 li:last-child {
    top: 10px;
}	
.cicrle-list1 {
    max-width: 850px;
    font-size: 0;
    display: inline-block;
    position: relative;
}
.cicrle-list1 li {
    width: 110px;
    height: 110px;
    font-size: 1.5rem;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.cicrle-list1 li {
    width: 130px;
    height: 130px;
    font-size: 1.5rem;
    line-height: 18px;
}
.cicrle-list1 li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/maruhaikei.svg) no-repeat;
    background-size: cover;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: 0;
}
.cicrle-list1 li span {
    color: #9C7842;
font-size: 3.5rem;
    line-height: 31px;
    font-weight: bold;
}	
.cicrle-list__item1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}	


.banner-top1 li:first-child:after {
transform: rotate(-30deg);
    left: 68%;
    bottom: -20px;
}
.banner-top1 li:last-child::after {
    transform: rotate(30deg);
    left: 10%;
    bottom: -20px;
}	
.banner-top1 li:after {content: "";
width: 20px;
    height: 35px;
    background: url(../img/topya.svg) no-repeat;
    bottom: -20px ;
	position: absolute;
    left: 50% ;
    transform: translate(-50%, 0) ;
   z-index: -1;
}	
.banner-top1 .h4 {
font-size: 2.3rem;
    line-height: 38px;
    letter-spacing: 1.8px;
    padding: 7px 10px;
    color: #fff;
    background: #0F0F0F;
    display: inline;
    position: relative;
    margin-left: 0;
    display: inline;
    position: relative;
	text-align: center;top: 70px;
}
.cicrle-list__title1 {
margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #111111;
}
	.cicrle-list__item1 p{
	color: #111111;font-size: 13px;
		font-weight: 600;
	}	
}
.tleft{
	text-align: left !important;
}
.marker_gold {
    background: linear-gradient(transparent 75%, rgba(173, 137, 84, 0.7) 75%);
}

.MainVisualSec {
    padding-top: 13rem;    padding-bottom: 11rem;
    background-image: url("../img/iehaikei.jpg");
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.MainVisualSec .box {
    padding: 3.5rem;
    background-color: rgba(255,255,255,.8);

}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.row1{
	margin-left: -15px;
	margin-right: -15px;
}

@media only screen and (max-width: 767px){
.row1{
	margin-left: -5px;
	margin-right: -5px;
}	
}

.sirowaku1 {
    background: #ffffff;
    color: #000;
    font-size: 18px;
    padding: 25px;
    font-weight: 600;
}

.grywaku1 {
    background: #eeeeee;
    color: #000;
    font-size: 18px;
    padding: 45px;
    font-weight: 600;
}
@media only screen and (max-width: 767px){
	.grywaku1 {
    background: #eeeeee;
    color: #000;
    font-size: 18px;
    padding: 20px;
    font-weight: 600;
}
}

@media only screen and (max-width: 767px){
  .scroll1 {
    overflow-x: auto;
  }
  .tbl-r07 {
    min-width: 700px;
    margin: 0 10px 20px;
  }
  .tbl-r07 td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}


#tbl .shokai{
  width:100%;
  border: 1px solid #9f9f9f;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;

}
.shokai th{
font-weight: normal;
 background: #e8e8e8;
    color: #000;
	 border-top: 1px solid #9f9f9f !important;
    border-bottom: 1px solid #9f9f9f !important;
    border-left: 1px solid #9f9f9f !important;
    border-right: 1px solid #9f9f9f !important;	
    padding: 1em 1em;
    text-align: center;
font-weight: 600 !important;
}
 
.shokai td{
    border-bottom: 1px solid #9f9f9f !important;
    border-left: 1px solid #9f9f9f !important;
      padding: 1em 1em;font-size:16px;    border-right: 1px solid #9f9f9f !important;	

}
 
@media (max-width: 700px){
.shokai{
  border:none;  
}
.shokai th{
background: #e8e8e8;
    color: #000;
    border-bottom: 1px solid #9f9f9f !important;
    border-left: 1px solid #9f9f9f; !important;
    padding: 1em 1em;
    text-align: ;font-size:14px;
	font-weight: 600 !important;
}
.shokai td{

    padding: 1em 1em;
    border-top: 1px solid #9f9f9f !important;
  border-right:1px solid #9f9f9f !important;font-size:16px;
}
}

.galleryimg img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 220px;
}

a.anchor {
    display: block;
    padding-top: 97px;
    margin-top: -97px;
}
a:hover img {
	opacity: 0.7;
}
.aaakuro td{
	color: #111111 !important;
}

@media only screen and (min-width: 768px){
.newsmidasi{
	border-bottom:1px solid #cccccc;
font-weight: bold;
	font-size:1.8em;
	padding:10px;
	padding-left:0px;

}	
}
@media only screen and (max-width: 767px){
.newsmidasi{
	border-bottom:1px solid #cccccc;
font-weight: bold;
	font-size:1.5em;
	padding:10px;
	padding-left:0px;

}	
}
.date02 {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
}

a.btn_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background:#666666;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    width: 240px;
    height: 40px;
    border-radius: 0px;
    transition: .2s;
}
a:hover.btn_link {
    display: inline-flex;
	opticary:0.8;
    align-items: center;
    justify-content: center;
    background:#666666;
    color: #ffffff !important;
    padding: 10px;
    text-align: center;
    width: 240px;
    height: 40px;
    border-radius: 0px;
    transition: .2s;
	opacity: 0.8;
}

.text_center {
    text-align: center;
}

.newsa{
	    width: 100%;
    overflow: auto;
    clear: both;
    height: 250px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.containera {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px){.containera{width:750px}}
@media (min-width:992px){.containera{width:970px}}
@media (min-width:1200px){.containera{width:1024px}}

.h800{
	height: 800px;
}

.p-01 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 17px;
}
.bbbsita{
	border-bottom: solid 1px #333;
    margin-bottom: 50px;    margin-top: 50px;
}
.kutyox {
    border-bottom: 2px solid #2ba1d3;
    color: #2ba1d3;
	    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif
}

.p-02kutyox {
    color: #2ba1d3;
	font-weight: bold;
	text-align: right;
}
.p-02kutyox span {
    font-size: 22px;
}

.nukunuku-plus {
    border-bottom: 2px solid #e57011;
    color: #e57011;
	    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif
}

.p-02nukunuku-plus {
    color: #e57011;
	font-weight: bold;
	text-align: right;
}
.p-02nukunuku-plus span {
    font-size: 22px;
}


.dannetsu {
    border-bottom: 2px solid #009944;
    color: #009944;
	    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif
}

.p-02dannetsu {
    color: #009944;
	font-weight: bold;
	text-align: right;
}
.p-02dannetsu span {
    font-size: 22px;
}


.boxeeds {
    border-bottom: 2px solid #fb2727;
    color: #fb2727;
	    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif
}

.p-02boxeeds {
    color: #fb2727;
	font-weight: bold;
	text-align: right;
}
.p-02boxeeds span {
    font-size: 22px;
}

.catch3 {
    font-weight: 900;
    font-size: 25px;
    line-height: 1.8em;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.c_md001 {
    font-size: 280%;
    font-weight: bold;
    letter-spacing: 0.1em;
font-family: 'Bebas Neue', cursive;
}

.midasisita{
	font-weight: bold;
	padding-bottom:25px;
	font-size:18px;    
}

.haikeitop1 {
    background: url(../img/tophaikei1.jpg);
    background-position: center;
}
.navmozi{
    color: #d7d6d6;
	font-size: 12px;
	padding-bottom: 2px;
}

@media only screen and (min-width: 1200px){
.navbar-brand {
  height: 40px;
padding: 20px 7px 0px 20px;
  font-size: 18px;
  line-height: 1em;
}	
.navlogo{
	color: #ffffff;
	font-weight: 500;
	font-size: 24px;
}	
	
.sub-mainmenuleft {
     color: #d7d6d6;
color: #d7d6d6;
    display: block;
    line-height: 19px;
    font-size: 12px;position: relative;
    letter-spacing: 0.05em;
}
}
@media only screen and (max-width: 1199px){
.navbar-brand {
  height: 40px;
padding: 18px 7px 0px 18px;
  font-size: 18px;
  line-height: 1em;
}	
.navlogo{
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
}	
.sub-mainmenuleft {
     display: none;
}	
}
.bfont{
	font-family: 'Bebas Neue', cursive;
}

.sitemapmenu a::before {
    content: "" !important;
    position: absolute !important;
    top: -0em !important;
    left: 5px !important;
    width: 10px !important;
    height: calc(100% - .95em) !important;
    border-left: 1px solid #fff !important;
}
.sitemapmenu a::after {
    content: "" !important;
    position: absolute !important;
    top: .75em !important;
    left: 5px !important;
    width: 10px !important;
    border-bottom: 1px solid #fff !important;
}


#ji_area {
  width: 100%;
}
#ji_area ul {
  letter-spacing: -0.4em;
  width: 100%;
}
#ji_area ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 33.3333%;
  letter-spacing: normal;
  /*width:calc(100% / 3);*/
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
#ji_area ul li.active img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#ji_area ul li.active img.a_n_in {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#ji_area ul li .a_n:hover .ji .ji_in::before {
  display: none;
}
#ji_area ul li .a_n:hover .ji .ji_in::after {
  display: none;
}
#ji_area ul li .a_n:hover .ji .ji_in .ji_in02::before {
  display: none;
}
#ji_area ul li .a_n:hover .ji .ji_in .ji_in02::after {
  display: none;
}
#ji_area ul li a, #ji_area ul li .a_n {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  vertical-align: middle;
  text-align: center;
  top: 0;
  left: 0;
}
#ji_area ul li a:hover .ji .ji_in::before, #ji_area ul li .a_n:hover .ji .ji_in::before {
  width: 50%;
}
#ji_area ul li a:hover .ji .ji_in::after, #ji_area ul li .a_n:hover .ji .ji_in::after {
  height: 50%;
}
#ji_area ul li a:hover .ji .ji_in .ji_in02::before, #ji_area ul li .a_n:hover .ji .ji_in .ji_in02::before {
  width: 50%;
}
#ji_area ul li a:hover .ji .ji_in .ji_in02::after, #ji_area ul li .a_n:hover .ji .ji_in .ji_in02::after {
  height: 50%;
}
#ji_area ul li a .ji_all, #ji_area ul li .a_n .ji_all {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: table;
}
#ji_area ul li a .ji, #ji_area ul li .a_n .ji {
  width: 100%;
  display: table-cell;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
#ji_area ul li a .ji .ji_in, #ji_area ul li .a_n .ji .ji_in {
  /*border:solid 3px $wc;*/
  width: 80%;
  height: 80%;
  margin: 0 auto;
  display: table;
  position: relative;
}
#ji_area ul li a .ji .ji_in::before, #ji_area ul li .a_n .ji .ji_in::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#ji_area ul li a .ji .ji_in::after, #ji_area ul li .a_n .ji .ji_in::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#ji_area ul li a .ji .ji_in .ji_in02, #ji_area ul li .a_n .ji .ji_in .ji_in02 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#ji_area ul li a .ji .ji_in .ji_in02::before, #ji_area ul li .a_n .ji .ji_in .ji_in02::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#ji_area ul li a .ji .ji_in .ji_in02::after, #ji_area ul li .a_n .ji .ji_in .ji_in02::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#ji_area ul li a .ji .ji_in .ji_in02 h2, #ji_area ul li .a_n .ji .ji_in .ji_in02 h2 {
  color: #fff;
  font-size: 124%;
  font-weight: bold;    font-family: 'meirio';text-shadow: 1px 2px 2px #504848;
}
#ji_area ul li a .ji .ji_in .ji_in02 .ji_txt001, #ji_area ul li .a_n .ji .ji_in .ji_in02 .ji_txt001 {
    font-family: 'Bebas Neue', cursive;
  font-size: 290%;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  margin-bottom: 14px;text-shadow: 1px 2px 2px #504848;
}
#ji_area ul li img {
  width: 100%;
  -moz-transition: ease-out 2s;
  -o-transition: ease-out 2s;
  -webkit-transition: ease-out 2s;
  transition: ease-out 2s;
}

.cu_ca001 {
  letter-spacing: -0.4em;
  margin-bottom: 10px;
}
.cu_ca001 li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 3px 6px;
  background: #000;
  font-size: 82%;
  letter-spacing: 0.1em;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  color: #fff;
  font-family: "Bebas", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
  font-weight: bold;
  margin-right: 6px;
}

#cu_area {
  background: #fff;
  position: relative;
  width: 100%;
  padding-top: 80px;
  z-index: 1;
  background: #fff;
}
#cu_area #cu_area_in {
  position: relative;
  z-index: 99;
  width: 94%;
  max-width: 1600px;
  margin: 0 auto 100px;
}
#cu_area #cu_area_in #cu_list {
  width: 100%;
  margin-bottom: 60px;
}
#cu_area #cu_area_in #cu_list .cu_list_in {
  width: 100%;
  letter-spacing: -0.4em;
}
#cu_area #cu_area_in #cu_list .cu_list_in.se002 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu002 {
  letter-spacing: normal;
  width: 23.5%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: 26px;
  border-bottom: solid 3px #eee;
  vertical-align: top;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu002.none {
  margin-right: 0;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu002 a {
  display: block;
  width: 100%;
  /*padding:27px;*/
  padding: 16px;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu002 a:hover {
  background: #eee;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu002 a h4 {
  font-weight: bold;
  margin-bottom: 14px;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu002 a .cu002_txt001 {
  font-size: 82%;
  margin-bottom: 14px;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu002 a time {
  color: #666;
  font-family: "Bebas", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 92%;
  display: block;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu002 a .cu_ca001 li {
  font-size: 76%;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu002 a .cu002_ph {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu002 a .cu002_ph::before {
  content: "";
  display: block;
  padding-top: 75%;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a {
  display: block;
  width: 100%;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a:hover .cu_box .cu_box_in .cu_box_in02 {
  background-position: -100% 0;
  /*color: #fff;*/
  /*@include transition(.3s ease-out .8s);*/
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a:hover .cu_box .cu_box_in .cu_box_in02 time {
  color: #fff;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a:hover .cu_box .cu_box_in .cu_box_in02 h4 {
  color: #fff;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a:hover .cu_box .cu_box_in .cu_box_in02 .cu_txt001 {
  color: #fff;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a:hover .cu_box .cu_box_in .cu_box_in02 .cu_link001 em {
  color: #fff;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a:hover .cu_box .cu_box_in .cu_box_in02 .cu_ca001 li {
  background: #fff;
  color: #000;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box {
  position: relative;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box .cu_box_in {
  position: relative;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  /*float:right;*/
  padding-left: 5%;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box .cu_box_in .cu_box_in02 {
  /*background:#eee;*/
  background-image: linear-gradient(to right, #eeeeee 50%, #000000 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  padding: 20px;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box .cu_box_in .cu_box_in02 .cu_link001 {
  text-align: right;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box .cu_box_in .cu_box_in02 .cu_link001 em {
  font-size: 82%;
  text-decoration: underline;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box .cu_box_in .cu_box_in02 h4 {
  font-weight: bold;
  margin-bottom: 12px;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box .cu_box_in .cu_box_in02 .cu_txt001 {
  font-size: 82%;
  margin-bottom: 14px;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box .cu_box_in .cu_box_in02 time {
  color: #666;
  font-family: "Bebas", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 92%;
  display: block;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box .cu_ph {
  display: block;
  max-width: 40%;
  width: 362px;
  position: relative;
  top: -40px;
  z-index: 2;
  margin-right: 20px;
  /*margin-bottom:60px;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box .cu_ph img {
  width: 100%;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001 a .cu_box .cu_ph::before {
  content: "";
  padding-top: 75%;
  display: block;
}
#cu_area #cu_area_in #cu_list .cu_list_in .cu001.even {
  margin-right: 0;
}
#cu_area #cu_main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
#cu_area #cu_main #cu_main_in {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 0px;
  border-top: 100px solid transparent;
  border-right: 0px solid transparent;
  /*border-left:#990000 40px solid;*/
  border-left-color: #fff;
  border-left-style: solid;
  border-bottom: 0px solid transparent;
  z-index: 2;
}
#cu_area #cu_main::before {
  content: "";
  display: block;
  padding-top: 30%;
  background-size: cover;
  background: url(../../image/cu_main001.jpg) no-repeat center center;
}
#cu_area #cu_top {
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  width: 0px;
  border-bottom: 260px solid transparent;
  border-right: 0px solid transparent;
  /*border-left:#990000 40px solid;*/
  border-left-color: #fff;
  border-left-style: solid;
  border-top: 0px solid transparent;
  z-index: 1;
}


@media only screen and (max-width: 600px){
#ji_area ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%;
    letter-spacing: normal;
    /* width: calc(100% / 3); */
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}
}


@media print, screen and (min-width: 992px){
.headTitle, .headTitle .headbg {
    height: 340px;
}
}
.headTitle {
    padding: 0 0 0 0;
    background-size: cover;
    background-position: center 30%;
    height: 240px;
    position: relative;
}
.headbg {
       background-image: url(../img/daini.jpg);
}
.headTitle, .headTitle .headbg {
    height: 340px;
}
.headTitle h2 span.en {
    font-size: 2.8rem;
    /* color: #fff; */
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    letter-spacing: .3em;
    line-height: 1.2;
    display: block;
}
.headTitle h2 span.en {
    /* font-size: 4.2rem; */
    /* padding-right: 50%; */
}
.basewidth {
    position: absolute;
    top: 60%;
    left: 0%;
    transform: translate(0, -50%);
}
.basewidth, .breadcrumb ul {
    width: 100%;
    padding: 0 7%;
    margin: auto;
}
.headTitle h2 span.ja {
    display: inline-block;
    font-size: 1.4rem;    font-family: 'lato',sans-serif;
    letter-spacing: .1.4em;
    font-weight: 500;
    margin-top: .2em;
    vertical-align: middle;
    border-top: 1px solid #151b28;
    padding-top: .5em;
}

@media print, screen and (max-width: 991px){
	.headTitle, .headTitle .headbg {
    height: 240px;
}
.headTitle {
    padding: 0 0 0 0;
    background-size: cover;
    background-position: center 30%;
    height: 240px;
    position: relative;
}


.headTitle h2 span.en {
    font-size: 2.2rem;
    /* color: #fff; */
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    letter-spacing: .3em;
line-height: 1.4;
    display: block;
}
.headTitle h2 span.en {
    font-size: 3.2rem;
    padding-right: 50%;
}
.basewidth {
    position: absolute;
    top: 60%;
    left: 0%;
    transform: translate(0, -50%);
}
.basewidth, .breadcrumb ul {
    width: 100%;
    padding: 0 7%;
    margin: auto;
}	
	
	.headTitle h2 span.ja {
    display: inline-block;
    font-size: 1.1rem;    font-family: 'lato',sans-serif;
    letter-spacing: .1.1em;
    font-weight: 500;
    margin-top: .2em;
    vertical-align: middle;
    border-top: 1px solid #151b28;
    padding-top: .5em;
}
.headTitle .headbg {
    background-size: cover;
    background-position: center 30%;
    width: 100%;
    height: 240px;
    z-index: -1;
}	
}
@media print, screen and (min-width: 992px){
.head003 {
font-size: 168% !important;
    font-weight: bold;
    margin-bottom: 26px;
    letter-spacing: 1px;
    padding-bottom: 12px;
    border-bottom: solid 4px #ced9ed !important;
    text-align: left !important;
}
.head004 {	
display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    font-size: 158%;
    font-weight: bold;
}	
.head004::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #000;
}		
 .f33a{
	 font-size:33px;
 }	
 .f22a{
	 font-size:22px;
 }		
	
}
@media print, screen and (max-width: 991px){
.head003 {
    font-size: 128% !important;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: solid 4px #ced9ed !important;
    text-align: left !important;
}
.head004 {	
display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    font-size: 138%;
    font-weight: bold;
}	
.head004::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #000;
}	
 .f33a{
	 font-size:23px;
 }	
 .f22a{
	 font-size:18px;
 }	
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contentsbox {
    clear: both;
    width: 100%;
    margin: 2rem 0;
    padding: 2rem;
    border: 1px solid #dcdcdc;
    font-size: 1.6rem;background: #ffffff;
    box-sizing: border-box;
      border: solid 4px #ddd;
}

.contents-titlewaku1 {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding-bottom: px;
    /* padding-top: 40px; */
    font-weight: 600;
    display: table;
    border-bottom: 2px solid #ad8954;
    font-size: 2rem;
    line-height: 3.5rem;
}
.contents-titlewaku_toiawase {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding-bottom: px;
    /* padding-top: 40px; */
    display: table;
	    font-family: 'Bebas Neue', cursive;
	letter-spacing: 3px;
}

.l30 {
line-height: 30px;
}
.waku4 {
   padding: 4rem;
  border: solid 4px #ddd;
}

.brdrbtm1 {
    color: #333;
    font-size: 120%;
    border-bottom: #333 dotted 1px;
    letter-spacing: 0.9px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0.5%;
    padding-bottom: 1%;
    font-weight: 600;
    line-height: 32px;
}

.brdrbtm2 {
    color: #333;
    font-size: 120%;
    letter-spacing: 0.9px;
    border-bottom: 0px dashed #ccc;
    margin-bottom: 0%;
    padding-bottom: 0%;
    font-weight: 600;
    line-height: 32px;
}

.sansan a  {
position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sansan a img {
	width: 100%;
    transition: 0.8s;
    overflow: hidden;
}
.sansan a:hover img {
	width: 100%;
    transition: 0.8s;
    overflow: hidden;opacity: 0.8;
}

.sansan a p {
    width: 100%;
    text-align: center;
    position: absolute;
    padding-bottom: 20px;
    z-index: 10;
    color: #fff;font-weight: 600;
    font-size: 30px;text-shadow: 1px 2px 3px #191919;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
}
.sansan a p::after{ content: ''; width: 44px; height: 2px; background:#a5946f; position: absolute; left:50%; bottom: 0%; margin-left: -22px; transition: 0.5s; z-index: 10;}
.sansan a:hover p::after{ width: 100px; margin-left: -50px;}
small1 {
    display: block;
    font-weight: normal;
    margin: 10px auto;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #cc9966;
}

.flex_cont31 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;

}
 
.flex_cont31 .flex_cont31_in {


}
@media screen and (max-width: 768px) {
    .flex_cont31{
  margin: 2% 0;

}

}
/*3Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â 1Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â */
 @import url(https://fonts.googleapis.com/css?family=Raleway:500,900);
figure.snip1432 {
  
  position: relative;
  overflow: hidden;
  margin: 15px;
  min-width: 230px;
  max-width: 330px;max-width: 550px;
  width: 100%;
  background: #ad8954;
  text-align: left;
}

@media screen and (max-width: 768px) {
    figure.snip1432 {
  position: relative;
  overflow: hidden;
  margin: 3% 6%;
  width: 88%;
  background: #87d2e7;    background-color: rgb(154 137 86);
  text-align: left;
}
}
figure.snip1432 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1432 img {
  opacity: 1;
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
    width: 100%;
    object-fit: cover;
    height: 230px;
}


figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
    border: solid 1px #4d4d4d;
}
figure.snip1432 figcaption > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.snip1432 h2,
figure.snip1432 h3 {
    color: #FFF;
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0 20px;
  text-transform: capitalize;
}
figure.snip1432 h2 {
font-weight: 600;
    font-size: 24px;
  top: 0;
    line-height: 1.2em;
   background-color: rgba(0,0,0,0.5);    background-color: rgb(154 137 86);padding: 10px 1em 8px 1em;
	    background: rgb(20 20 20 / 90%);
    
}
figure.snip1432 h3 {
    font-family: 'Raleway', Arial, sans-serif;
  font-size: 1em;
  bottom: 0;
  font-weight: 500;
   
}
figure.snip1432 h3:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1432:hover img,
figure.snip1432.hover img {
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1432:hover figcaption h3:first-of-type,
figure.snip1432.hover figcaption h3:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}
figure.snip1432:hover figcaption h3:nth-of-type(2),
figure.snip1432.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.q_a {
  margin-bottom: 30px;
}

.q_a a {
  text-decoration: underline;
}

.q_a a:hover {
  text-decoration: none;
}

.q_a .que {
  padding-left: 50px;
  position: relative;
  padding-top: 5px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: solid 2px #ddd;
}

.q_a .que::before {
  content: "Q.";
  display: block;
font-family: 'Teko', sans-serif;
  font-weight: bold;
  font-size: 210%;
  position: absolute;
  left: 10px;
  top: 0;
}

.q_a .ans {
  padding-left: 50px;
  padding-top: 6px;
  position: relative;
}

.q_a .ans::before {
  content: "A.";
  color: #990000;
  display: block;
font-family: 'Teko', sans-serif;
  font-weight: bold;
  font-size: 210%;
  position: absolute;
  left: 10px;
  top: 0;
}
.q_a .que span{
	font-size: 20px !important;
}

.q_a .ans span{
	font-size: 17px !important;
	line-height: 24px;
}

.btn100 {width: 100%;
    background: url("../img/inquiry_bg.jpg") no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
position: relative;}
.btn100::before {
    content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.2);
}
.btn100 a {
  font-family: 'Teko', sans-serif;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 3px;
  display: block;
  padding: 100px 0px 75px 0px;
  text-decoration: none;
  font-size: 50px;
  color: #ad8954;color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
    text-align: center;
    line-height: 1em;
}
.btn100 a span {
    font-weight: 300;
    font-size: 20px; display: block;
text-align: center;}
@media screen and (max-width:768px) {
    .btn100 a {
  font-family: 'Teko', sans-serif;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 2px;
  display: block;
  padding: 50px 0px 43px 0px;
  text-decoration: none;
  font-size: 30px;
  color: #ad8954;  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
    text-align: center;
    line-height: 1em;
}
    .btn100 a span {
    font-weight: 300;
    font-size: 13px; display: block; }
}
.btn100 a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}
.btn100 a:hover {
  color: #fff;
}
.btn100 a:hover::after {
  left: 0;
 background-color:rgba(0,0,0,0.6);  background-color:rgba(173,137,84,0.6); 
}



.tigai .step_no {
background: #C10017;
    line-height: 34px;
    width: 34px;
    height: 34px;
    margin-right: .7em;
    font-size: 2.3rem;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
}
.tigai {
    font-weight: 500;
    font-size: 2rem;
	line-height: 34px; 
}
@media screen and (max-width: 700px){
.tigai {
    font-weight: 500;
    font-size: 1.6rem;
	line-height: 28px; 
}	
}
.tigaisita {
   border-bottom: 1px dotted #333333;
	padding:10px 0px;
	margin-bottom: 20px;
}
.pointNav_list_txt1 {
    display: block;
    margin: -17px auto 0 auto;
    padding-top: 5px;
    border-radius: 4px;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    width: 113px;
    height: 45px;
    background: #ad8954;
    color: #FFF;
    font-family: 'Teko', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pointNav {
    position: relative;
    display: block;    font-size: 16px;
    padding: 1px 5px 20px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
height: 270px;
    background: #eaeaea; 
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 2px #bcb4a8;
    -webkit-box-shadow: 0px 2px #bcb4a8;
    -moz-box-shadow: 0px 2px #BCB4A8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.pointNav_list_txt1 em {
    font-size: 25px;
    font-weight: 900;
	font-style: normal;
}
.mt20{
	padding-top: 20px;
}
.mawari25{
	padding: 25px;
}
.zirei1{
background: #f8edd9;
    margin: 0 auto 0px;
    padding: 50px 40px;
font-size: 14px;
	border-radius: 8px;
}
.zirei2{
background: #fff1f1;
    margin: 0 auto 0px;
    padding: 50px 40px;
font-size: 14px;
	border-radius: 8px;
}

@media screen and (min-width: 1000px){
	.fff26{
		font-size: 23px;
	}
}
@media screen and (max-width: 999px){
	.fff26{
		font-size: 20px;
	}
}


.monthly_mds {
    color: #f7f7f7;
    background-color: #000000;
	padding: 8px;
	border-radius: 2px;
}
.monthly ul {
	list-style: none;
	font-size: 1.1em;
	line-height: 1.8em;
}
.monthly ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #282828;
}
.monthly ul li a{
	text-decoration: none;
	color:#282828;
	line-height: 1.4em;
}
.monthly ul li:hover{
background: #efefef;
	padding: 10px 0;
}

.columnwaku {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.columnsikaku {
    position: relative;
    margin: 0 0 25px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    cursor: pointer;
    transition: 0.2s ease-in-out;width: 46%;
    margin: 0 4% 30px 0;
}
.column_link {
    display: block;
    color: #555;
    text-decoration: none;
    cursor: pointer;
	    padding-bottom: 25px;
}
a:hover.column_link {
  opacity: 0.8;
}

.column_link::hover {
  color: #555;
  text-decoration: none;
}
.column_img {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 57.7%;
}

.column_img img {
    border-radius: 2px 2px 0 0;
    width: 100%; 
}
.column_time {
    display: block;
    margin: 13px 13px 8px;
    color: #b5b5b5;
    font-size: 13px;
    font-weight: bold;
}
.column_mozi{
	    margin: 8px 13px 0;
    font-size: 16px;
	font-weight: 500;
}
.columnmidasi{
    color: #ffffff;
    background-color: #000000;
    padding: 8px;
    border-radius: 2px;
	padding: 12px;
    font-size: 16px;
}

a.btn_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    background: #222222;
    color: #ffffff;
    padding: 10px 25px;
    text-align: center;
    border-radius: 2px;
    transition: .2s;
}
a:hover.btn_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
 border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    padding: 10px 25px;
    text-align: center;
    border-radius: 2px;
    transition: .2s;
	opacity: 0.8;
}
.p-pagenavi {
    margin: 60px auto 40px auto;
    display: flex;
    width: 80%;
}

.p-pagenavi a,
.p-pagenavi span {
    display: block;
    width: auto;
    height: 30px;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 2px;
}
.p-pagenavi a, .p-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    margin: 2px;
}

.wp-pagenavi span:first-child {
    width: 80px;
}
