@charset "utf-8";
/****************************************************************

SETTING

****************************************************************/
html,body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
body{
	min-width: 1000px;
	color: #444;
}

ul,li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #444;
}
a:hover {
	opacity: 0.7;
}
h1,h2,h3,h4,div,p,ul,li,dl,dt,dd,section{
	box-sizing: border-box;
}

/****************************************************************

TOP

****************************************************************/
#header {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #ffb100;
    box-shadow: 0px 11px 10px rgba(0,0,0,0.3);
        top: 0
}
#header h1 {
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}
#headerContact img {
    width: clamp(30px,12vw,50px);
    padding: 0 10px;
}
#keyImg {
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    text-align: center;
}
#keyImg img {
    max-width: 100%;
}
.size {
    max-width: 100%;
    display: block;
}
.slideWrap {
    position: relative;
}
.mainCopy {
    position: absolute;
    z-index: 10;
    color: #FFF;
    font-size: clamp(20px,6vw,50px);
    font-weight: 300;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 2px 3px #808080; 
}

#slide img {
  transform-origin: center top;
  transform: scale(1.0);
  transition: 5s ease-out;
  max-width: 100%;
  margin: auto;
}
#slide .slick-active img {
  transform: scale(1.03);
}
.slick-slider .slick-track {
    overflow: hidden;
}
.slick-slider .slick-track {
    /*max-width: 1800px;*/
    /*margin: 0 auto 30px;*/
    /*overflow: hidden;*/
}
.slick-dotted.slick-slider {
    max-width: 1800px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.slick-dots {
    position: static;
}
section.profile {
    /*margin-top: min(50%,800px);*/
    background-color: #FFF;
    position: relative;
    z-index: 30;
}

.profile .inner,
.contact .inner {
    padding: 50px 0;
    max-width: 1000px;
    margin: 0 auto;
}
/*.contactWrapOuter{
	padding-top: 300px;
	background-image: url(../img/bg01.jpg);
	background-attachment: fixed;
	    background-position: top;
    background-size: cover;
}*/
.contactOuter {
    background-color: #FFF;
}
.titleWrap span {
    font-size: clamp(20px,9vw,60px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    display: block;
    color: #E8E8E8;
}
.titleWrap {
    font-size: clamp(18px,5vw,30px);
    color: #484848;
    font-weight: bold;
    padding: 30px 20px;
    margin: 0;
}
.profile table {
    border-top: 1px solid #e1e4e6;
    line-height: 1.5;
    table-layout: fixed;
    text-align: left;
    width: 100%;
    word-wrap: break-word;
    border-collapse: collapse;
    border-spacing: 0;
}

.profile tr{
	border-bottom: 1px solid #e1e4e6;
}


.profile th {
    width: clamp(70px,12vw,200px);
    color: #000;
    font-weight: bold;
    background-color: #f5f7f9;
    padding: 1.7em 2em;
    vertical-align: middle;
}
.profile td{
	background-color: #FFF;
	font-weight: normal;
    color: #000;
    padding: 1.7em 3em;
    vertical-align: middle;
}
.contactWrap {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.contactWrap dl {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    padding: 20px;
    width: calc((100% / 3) - 15px);
    transition: all 0.5s;
    background-color: #FFF;
}
.contactWrap dl.link:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.contactWrap img{
	width: 80px;
	height: auto;
	display: block;
	margin: auto;
}
.contactWrap dt {
    font-size: 25px;
    font-weight: lighter;
}
.contactWrap dd {
    font-size: clamp(14px,2vw,24px);
    margin: 0;
}


#footer {
    text-align: center;
    background-color: #463617;
    padding: 30px 0 5px;
    color: #FFF;
    font-weight: lighter;
}
.footerLinkWrap {
    background-color: #FFF;
    padding: 50px 0 0;
}
.bg-selective-yellow {
    background: #ffb100;
    color: #333;
    display: inline-block;
    padding: 3px 10px;
}
#copyrigth {
    margin: 0;
    text-align: center;
    text-decoration: underline;
}
.map {
height: 0;
overflow: hidden;
padding-bottom: 30%;
position: relative;
width: 100%;
max-width: 1000px;
margin: auto;
max-height: 450px;
/*margin-bottom: 100px;*/
}
.map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.titleWrap.maptitle {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 20px;
}
/*@media screen and (max-width: 600px) {
.contactWrapOuter{
	padding-top: 0;
	background:none;
	background-attachment: unset;
	    background-position: top;
    background-size: cover;
}
}
*/


.privacy h3{
    color: #009b59;
    font-size: clamp(16px,3vw,24px);
    margin-bottom: 0;
}
.privacy {
    padding: 0 20px;
    box-sizing: border-box;
}
p {
    text-align: justify;
}

body{
    min-width: initial;
}
.contactWrapOuter{
    padding: 0 20px;
    position: relative;
    z-index: 30;
    background-color: #FFF;
}
.contactWrapOuter .inner {
    padding: 0 20px;
    position: relative;
    z-index: 30;
    background-color: #FFF;
        max-width: 1000px;
    margin: 0 auto;
}

#header h1 img {
    max-width: 271px;
    display: block;
}
.profile.privacyWrap {
    padding-top: clamp(50px,10vw,100px);
    max-width: 1000px;
    margin: 0 auto;
}
.link_privacy a {
    color: #FFF;
    padding-bottom: 10px;
    display: inline-block;
}
.topLink {
    text-align: center;
    padding: 20px 0;
}
.topLink a {
    color: #009c58;
    padding: 10px;
    border: 1px solid #009c58;
    cursor: pointer;
}

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

}
@media screen and (max-width: 700px){
.contactWrap {
    display: block;
}
.contactWrap dl {
    width: 100%;
}
}

.contactButtonWrap{
    text-align: center;
}
.contactButton {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    background-color: #094;
    border-bottom: 5px solid #00662d;
    font-size: 1.4rem;
    position: relative;
    padding: 1.5rem 3rem 1.5rem 2rem;
    border-radius: 8px;
    margin-right: 1rem;
    display: inline-block;
}

.contactButton:hover {
  color: #fff;
  background: #00a349;
}
.contactButton:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

.contactButton:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
/*  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;*/
  margin: 0;
  padding: 0 10px;
  content: '\f0e0';

}
.contactButton:after {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
/*  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;*/
  margin: 0;
  padding: 0 10px;
  content: '\f1d8';
}
.footerLinkWrap .link_privacy {
    text-align: center;
}
.footerLinkWrap .link_privacy a {
    color: #333;
}
.footer-companys-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    font-size: 12px;
    max-width: 1100px;
    margin: auto;
}
.footer-companys-list li {
    padding: 5px;
    position: relative;
}
.footer-companys-list a{
    color: #FFF;
}
.sp {
    display: none;
}
.cookie span {
    display: block;
    padding-bottom: 0.5em;
}
.cookie .offset1em {
    display: inline-block;
    padding-left: 3em;
    text-indent: -3em;
}
.cookie .offset2em {
    display: inline-block;
    padding-left: 4em;
    text-indent: -1em;
}
.cookie .txt {
    text-align: left;
}

@media screen and (max-width: 450px){
#header h1 img {
    max-width: 180px;
}
.contactWrapOuter .inner {
    padding: 0;
}
.contactButton {
    padding: 10px;
}
.contactButton:before {
    display: block;
}
.contactButton:after{
    display: none;
}
.pc {
    display: none;
}
.sp {
    display: block;
}
.footer-companys {
    padding: 0 20px;
}
#footer-companys-head.footerSp,
#footer-companys-list.footerSp li {
    display: block;
}
#footer-companys-head.footerSp{
    position: relative;
}
#footer-companys-head.footerSp:after {
    content: '▼';
    display: block;
    position: absolute;
    right: 20px;
    top: 3px;
}
#footer-companys-head.footerSp.open:after{
    content: '▲';    
}
#footer-companys-list{
    display: none;
}
#copyrigth {
    font-size: 11px;
    padding-top: 20px;
}



}







