@charset "UTF-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
}
nav ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {border-collapse:collapse;}

hr {
    display:block;
    height:4px;
    border:0;
    border-top:4px solid #e1edf6;
    margin: 0;
    padding:0;
}

input, select {vertical-align:middle;}


/* BIZ UDPGothic */
@font-face {
    font-family: ' BIZUDPGothic ';
    src: url('../fonts/BIZUDPGothic-Regular.woff2') format('woff2'),
             url('../fonts/BIZUDPGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* BIZ UDPGothic-Bold */
@font-face {
    font-family: ' BIZUDPGothic ';
    src: url('../fonts/BIZUDPGothic-Bold.woff2') format('woff2'),
             url('../fonts/BIZUDPGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkeQI51R5_F_gUk0w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Chakra Petch';
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkeJI91R5_F_gUk0w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
color: #333;
font-size: 93%;
line-height: 1.6;
font-weight:normal;
font-family: ' BIZUDPGothic ';
letter-spacing: 0.05rem;
padding-top: 60px;
position: relative;
overflow: hidden;
background:white;}


@media (min-width: 768px) {
body {
letter-spacing: 0.05rem;

}
}

@media (min-width: 992px) {

body {
font-size: 94%;
line-height: 1.7;
letter-spacing: 0.05rem;
padding-top: 80px;}

}
@media (min-width: 1200px) {
body {
font-size: 99%;
line-height: 1.8;
letter-spacing: 0.08rem;
}


}


/* -------------------------------

/* 共通
---------------------------------------------------- */

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

.f-right {float: right;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 25px;line-height: 1.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.7;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.mb150mb100{margin-bottom: 150px;}
.mb120mb80{margin-bottom: 120px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

@media (max-width: 1140px) {
.mb120mb80{margin-bottom: 80px;}
.mb150mb100{margin-bottom: 100px;}
.mb50mb30{margin-bottom: 40px;}

}


@media (max-width: 991px) {
.mb120mb80{margin-bottom: 60px;}
.mb150mb100{margin-bottom: 90px;}
.mb30-md{margin-bottom: 30px;}
.mb50mb30{margin-bottom: 30px;}

}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 50px;}
.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
}
@media (max-width: 666px) {
.mb30-xs2{margin-bottom: 30px;}
.mb10-xs{margin-bottom: 10px;}
.mb30mb10{margin-bottom: 10px;}
.mb20-xs2{margin-bottom: 20px;}

}


@media (min-width: 1200px) {

.mb30-xl { margin-bottom: 30px !important; }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.flexbox{display: flex;align-items: center;}

.flexbox-between{display: flex;align-items: center;justify-content: space-between;}
.flexbox2{display: flex;align-items: stretch;}

.flexbox3{display: flex;align-items: flex-end;}
.flexbox4{display: flex;align-items: center;justify-content: flex-end;}


@media (max-width: 767px) {
.flexbox4{display:block;}


}


.bg-gray{background:rgba(152,133,95,.06);}
.bg-blue{background:rgba(0,156,255,0.05);}
.bg-border-top{border-top: 1px solid #ddd;}




/*btn
------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{vertical-align: bottom;}




/* アニメーション
---------------------------------------------------- */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.vertical {
  animation: vertical_6392 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_6392 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}



.horizontal {
  animation: horizontal_5801 5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_5801 {
  0% { transform:translate(0,0) }
  4.41177% { transform:translate(5px,0) }
  8.82353% { transform:translate(0,0) }
  13.23529% { transform:translate(5px,0) }
  17.64706% { transform:translate(0,0) }
  22.05882% { transform:translate(5px,0) }
  26.47059% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.passing-reverse {
  animation: passing-reverse_1059 4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes passing-reverse_1059 {
  0% { transform:translateX(50%); opacity:0 }
  50% { transform:translateX(35%); opacity:.5 }
  100% { transform:translateX(0%); opacity:1 }
}

.float {
  animation: float_1 4s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_1 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

.float2 {
  animation: float_2 2s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_2 {
  0% { transform: translateY(0) }
  60% { transform: translateY(-5px) }
  100% { transform: translateY(0) }
}

.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.swing {
animation: swing 2s ease-in-out infinite;
}
/* swing */
@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

/* link
---------------------------------------------------- */
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
a img{transition: .4s;}
a:hover img{opacity: .7;}

[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: .8em; line-height: 1.5; }
.small { font-size: .9em; line-height: 1.5; letter-spacing: 0;}
.middle { font-size: 14px; letter-spacing: 0;}
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; line-height: 1.5;}
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {font-style: italic;}
.bold{font-weight: 700;font-family: ' BIZUDPGothic-Bold ';}
.middle2 { font-size: 14px;font-weight: normal;letter-spacing: 0;}
.normalfont{font-weight: normal;font-size: 16px;letter-spacing: 0;}
.white { color: #ffffff; }
.red { color: #f00; }
.blue{color: dodgerblue;}
.green { color: forestgreen; }
.pink { color: #EB5960; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.gray{color: #666;}


/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fafafa;
}
.cb-header .inner {width: 96%;margin: 0px auto; margin-top: 20px;}




@media (max-width: 767px) {
.cb-header {display: none!important;}

}



/* header mobile pad
---------------------------------------------------- */
#header{display: none;}
.cb-header2 {
    position: fixed;
    /* 固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: block;
    /* 表示 */
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
}

.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 60px;background:white;}
	
.sc .logo{padding-left: 15px;}
.sc .logo a{}
.sc img{vertical-align: bottom;width: 200px;height: auto;}

header{display: none;}



/*header pc
------------------------------------------------------------------*/
@media (min-width: 992px) {

header{display: block;}
.cb-header2 {display: none;}



.header {
  position: fixed;
  top: 0px;
  left:0;
  width: 100%;
  z-index: 60;
}
.header .wrap{  height: 100px;
  display: flex;
  align-items: center;justify-content: space-between;
  width: 100%;transition: all 0.5s;
}
.header .wrap .logo {position: relative;padding-left: 50px;}
.header .wrap .logo.color {display: none;}
.header .wrap .navi{padding-right: 50px;display: flex;align-items: center;justify-content: flex-end;}

.is-fixed .wrap {
    position: fixed;
	height: 80px;
    top: 0;
    left: 0;
	background: white;
}
.header.is-fixed .wrap .logo {display: none;}
.header.is-fixed .wrap .logo.color {display:block;}

/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */

}
.menu-item {position: relative;padding: 0 1em;text-align: center;}
.menu-item a {
font-weight: 700;
font-size: 16px;
  color:#222;
  height: 1.4;
  position: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.menu-item a:hover {}
.menu-item a.active {color: #000!important; position: relative;}
.menu-item a.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom:-10px;
left:0;  
  width: 100%;
  height: 1px;
  background: #555;
}
.link-current {color: #000!important; position: relative;}
.link-current::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom:-10px;
left:0;  
  width: 100%;
  height: 1px;
  background: #555;
}

}

.contents {}
/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  background: #fff;
  height: 80px;
  transition: color 2s ease-out;
}
.header.headerColorScroll .logo {display: none;}
.header.headerColorScroll .logo.color {display:block;}



@media (max-width: 1680px){


}

@media (max-width: 1366px){
.header .wrap .logo {position: relative;padding-left: 20px;width: 330px;}

.header .wrap .navi{padding-right: 20px;display: flex;align-items: center;justify-content: flex-end;}

}

@media (max-width: 1199px){
.header .wrap .logo {position: relative;padding-left: 20px;width: 300px;}
.menu-item {position: relative;padding: 0 .5em;text-align: center;}

}











/*main
------------------------------------------------------------------*/

#main{position: relative;width: 100%;overflow: hidden;margin-top: 20px;}
#main .main{position: relative;width: 100%;z-index: 30;}

.main-h2{position: absolute;z-index: 50;
top: 50%;
transform: translateY(-50%);
left: 12%;}

.main-h2 h2{
  font-family: 'Chakra Petch';
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 50px;
}
.main-h2 h2 span{font-size: .7em;}
.main-h2 .h2-ja{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: 600;font-size: 40px;line-height: 1.6;}
.main-h2 .h2-ja span{font-size: 34px;display: block;}



@media (max-width: 1680px){

.main-h2 h2{font-size: 90px;}



}



@media (max-width: 1440px){
.main-h2 h2{font-size: 70px;}
.main-h2 .h2-ja{font-size: 32px;line-height: 1.6;}
.main-h2 .h2-ja span{font-size: 28px;display: block;}




}


@media (max-width: 1199px){
.main-h2 h2{font-size: 60px;}
.main-h2 .h2-ja{font-size: 28px;line-height: 1.6;}
.main-h2 .h2-ja span{font-size: 24px;display: block;}


}




@media only screen and (max-width: 991px) {
#main{margin-top: 0px;}




}

@media only screen and (max-width: 767px) {
.main-h2 h2{font-size: 40px;}
.main-h2 .h2-ja{font-size: 24px;line-height: 1.6;}
.main-h2 .h2-ja span{font-size: 20px;display: block;}




}


@media only screen and (max-width: 666px) {
.main-h2{left: 5%;}

.main-h2 h2{font-size: 26px;margin-bottom: 20px;}
.main-h2 .h2-ja{font-size:18px;line-height: 1.6;}
.main-h2 .h2-ja span{font-size: 15px;display: block;}






}





/* index.html 
---------------------------------------------------- */
.home #section01{position: relative;padding: 50px 0 0px;}
.home #section01 .bg-pic{position:relative;z-index: 5;margin-top: -20px;}
.home #section01 .box{position:relative;margin-left:5%;width: 90%; z-index: 10;height: auto;}

.home #section01 .index{color: #111;text-align: center; font-weight: bold;font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";margin-bottom: 1em;font-size: 1.15em;line-height: 1.8;letter-spacing: .1rem;}
.home #section01 .txt{margin-bottom: 18px;}


.home #section02{position: relative;padding: 50px 0;}
.home #section02 .txt{margin-bottom: 1em;}


.home #section03{position: relative;padding: 50px 0;background: #fff;}
.home #section03 .txt{margin-bottom: 1em;}

#news{position: relative;padding: 50px 0;background: rgba(0,200,89,.04);}
#news .headline{text-align: center;}
#news .date{margin-bottom: 10px;}
#news .txt{text-align: justify;}

#top-contact{padding: 50px 0;background: #f6f6f6;}
#top-contact .btn-view-right { display: flex;align-items: center;}
#top-contact .btn-view {position: relative;width: 150px; display: flex;align-items: center; }


.home #section04{position: relative;padding: 50px 0;}
.home #section04 .txt{margin-bottom: 1em;}




.gmap{margin-bottom: 1em;}
.gmap iframe{width: 100%;height: 220px;border-radius: 0;margin-bottom: 0;vertical-align: bottom;}

.btn-posi-right{display: flex;justify-content: flex-end;}

.btn-view {position: relative;display: flex;align-items: center; height: 50px; color: black; letter-spacing: .05rem;transition: .5s;}
.btn-view span{position: absolute;left:25px;padding-left: 30px; padding-bottom: .1em;border-bottom:1px solid #222;}
.btn-view:hover span {color: black;}
.btn-view::before{
content: "";
  position: absolute;
  left:0px;
  top:50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#c2b974;transition: .4s;
}

a.btn-view:hover::before{background:#00C957;}

.btn-dummy {position: relative;z-index: 10;}
.btn-dummy span {
width: 230px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
	background:#393;
    color: #fff;
	padding: 0 .5em;
	transition: .5s;
	font-family: ' ReemKufi ';
	font-weight: 500;
	position: relative;}
.btn-dummy span::after {
  content: '';
  position: absolute;
  right:0;
  top:50%;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: .5s;
}




@media (min-width: 667px) {
.home #section01 .index{text-align:left; }

}




@media (min-width: 768px) {

.home #section01{padding: 70px 0 0px;}
.home #section01 .box{margin-left: 5%;width: 90%; z-index: 10;position: relative;}

.home #section01 .index{color: #111;font-weight: 600;font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";margin-bottom: 1em;font-size: 1.5em;}
.home #section01 .txt{}
.home #section01 .bg-pic{margin-top: -30px;}




.home #section02{padding: 70px 0;}

.home #section03{padding: 70px 0;}

.home #section04{padding: 70px 0;}


.home #section05{}
#news {padding: 70px 0;}

#top-contact{padding: 70px 0;}
#top-contact .btn-view-right { display: flex;align-items: center;justify-content: flex-end; }
#top-contact .btn-view {position: relative;width: 130px; display: flex;align-items: center; }


.link-pdf{width: 100px;}

.gmap{}
.gmap iframe{height: 300px;}


}



@media (min-width: 992px) {
.home #section01 .index{margin-bottom: 1em;font-size: 1.7em;}
.home #section01 .txt{width: 67%;line-height: 2;}
.home #section01 .bg-pic{margin-top: -60px;}
.btn-float{position: absolute;right:0;top:120px;width: 180px;}
.home #section02 .txt{margin-bottom: 2em;}
.home #section03 .txt{margin-bottom: 2em;}
.home #section04 .txt{margin-bottom: 0;padding-top: .3em;line-height: 2;}

#news ul{width: 860px;margin: 0 auto;}
#news .headline{text-align: center;margin-bottom: 40px;}
#news .date{margin-bottom: 0px;}


.btn-arrow a {
width: 250px;
    height: 60px;   
	padding: 0;
	}



.btn-view {height: 70px; }
.btn-view span{left:35px;padding-left: 45px;font-size: 15px; padding-bottom: .1em;border-bottom:1px solid #222;}
.btn-view::before{
  width: 70px;
  height: 70px;
}

#top-contact .btn-view {position: relative;width: 160px; display: flex;align-items: center; }

.d-btwn{display: flex;flex-direction: column;justify-content: space-between;}
.gmap iframe{width: 100%;height: 350px;}

}



@media (min-width: 1200px) {

.home #section01{padding: 100px 0 0;}
.home #section01 .box{margin-left:auto;width: 1110px;margin: 0 auto;}
.home #section01 .txt{width: 65%;}
.home #section01 .txt{margin-bottom:2em;line-height: 2.2;}
.home #section01 .bg-pic{margin-top: -115px;}


.home #section02{padding: 200px 0 100px;}



.home #section03{padding: 100px 0 100px;}


.home #section04{padding: 100px 0 100px;}

.home #section05{}
#news {padding: 100px 0;}
#news ul{width:960px;margin: 0 auto;}

#top-contact{padding: 100px 0;}

.btn-arrow a {
width: 350px;
height: 75px;}

#top-contact .btn-view {position: relative;width: 170px; display: flex;align-items: center; }

.gmap iframe{height: 450px;}

}





@media (min-width: 1440px) {
.home #section01 .index{margin-bottom: 1em;font-size: 35px;}
.btn-float{position: absolute;left:74%;top:180px;width: 26%;}

}

@media (min-width: 1680px) {
.home #section01 .txt{width: 55%; line-height: 2.4;}
.home #section01 .bg-pic{margin-top: -175px;}
.home #section02 .txt{margin-bottom: 3em;}
.home #section03 .txt{margin-bottom: 3em;}
.home #section04 .txt{margin-bottom: 0;padding-top: .4em;line-height: 2.3;}

}

@media (min-width: 1920px) {
.home #section01 .bg-pic{margin-top: -210px;}

.btn-view {height: 80px; }
.btn-view span{left:40px;padding-left: 55px;font-size: 15px; }
.btn-view::before{
  width: 80px;
  height: 80px;
}

#top-contact .btn-view {position: relative;width: 200px; display: flex;align-items: center; }

}

.maker{
  background: linear-gradient(
    transparent 60%,
    #fbeb64 60%
  );}




a.btn-large{width: 100%;line-height: 55px; font-size: 17px; background: black;color: white;text-align: center;margin-top: 10px;display: block;
  padding: 0px;
  border:none;
  transition: .3s;
  padding-right: 0px!important;
  margin-right: 0!important;
}
a.btn-large:hover{background: #07a3d7;}

@media (min-width:667px) {


}



@media (min-width:768px) {
.cp_button {
  width: 230px;
  padding: 1em;
}

a.btn-large{width: 100%;line-height: 68px;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}

@media (min-width: 992px) {


a.btn-large{width: 100%;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}


@media (min-width: 1200px) {
.cp_button {
  width: 290px;
  padding: 1em;
}

a.btn-large{width: 100%;line-height: 80px;font-size: 24px;}


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
	transition: .5s;
}
#pagetop:hover {opacity: .8;}


@media (max-width: 1280px) {
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
}



}

@media (max-width: 992px) {
#pagetop {
bottom: 15px;
right: 15px;
}

}

@media (max-width: 568px) {
#pagetop {
bottom: 15px;
right: 10px;
}

}





/* -----  footer ------- */

footer{ padding: 50px 0px 15px;position: relative; border-top: 1px solid #999;}
footer .container{z-index: 5;}
footer .logoblock{position: relative;width: 200px; text-align: center;margin: 0 auto; margin-bottom: 10px;}
footer .banner{width: 100%;margin: 0 auto;margin-bottom: 1em;}
footer .banner a{margin: 0 0 1em;padding:1em .5em;background: #f6f6f6; line-height: 1.2;display: block;text-align: center;transition: .4s;}
footer .banner a span{font-size: .9em;color: #222;display: block;margin-bottom: .5em;}
footer .banner a:first-child span{color:#000;font-size: .9em;}
footer .banner a:first-child img{width: 110px;height: auto;}
footer .banner a:hover{background:rgba(0,198,86,.1);}

footer .address{font-size: 1em;letter-spacing: 0;text-align: center;margin-bottom: .5em;line-height: 1.3;}
footer .address a{color: yellow;transition: .4s;}
footer .address a:hover{color:#fff;}
footer .tel{text-align: center;font-size: 1em;margin-bottom: .5em;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";letter-spacing: 0;}
footer .tel .call{color: #333;}
footer .time{text-align: center;font-size: 1em;margin-bottom: 1.5em;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";letter-spacing: 0;}



.footer-menu{width: 100%;padding: 0 30px; margin: 0 auto; margin-bottom: 1.5em;}
.footer-menu ul{display: block;border-top: 1px solid #ccc;}
.footer-menu li{width:100%;text-align:center;background:none;font-size: 14px;}
.footer-menu li a{color: #333;text-decoration: none; text-align: center; padding: .8em 0;border-bottom: 1px solid #ccc;display: block;transition: .3s;}
.footer-menu li a:hover{color:#00C657;}

.copy{text-align: center;color: #999; font-size: .8em;letter-spacing: 0;}
.copy{padding-top: 1.5em;}

@media (min-width: 667px) {

footer .address{text-align: center;}

footer .tel{text-align: center;font-size: 1em;letter-spacing: .08rem;}
footer .tel .call{font-size: 1em;}

.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin-bottom: 1em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;justify-content: center;margin-bottom: 1.5em;}
.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0.05rem;border-right:none; padding: 0 .5em;text-align: left;border-bottom: none;line-height: 1;}
.footer-menu li:first-child a{padding: 0 .5em 0 0;}
.footer-menu li:last-child a{padding: 0 0 0 .5em;}
footer .banner{margin: 0 auto; margin-bottom: 1em;display: flex;align-items: center;justify-content: space-between;}
footer .banner a{margin: 0em;width: 49%;height: 90px;display: flex;flex-direction: column;justify-content: center;align-items: center;}

.down{border-bottom: none;padding: 0;}

}



@media (min-width: 768px) {
footer .logoblock{position: relative;width: 250px; text-align: center;margin: 0 auto; margin-bottom: 10px;}


footer .txt{margin-bottom: 1.6em;text-align: center;}

footer .banner{width: 80%;margin: 0 auto; margin-bottom: 1em;}


.copy{font-size: 12px;}
.copy{padding-top: 2em;}


}


@media (min-width: 992px) {

footer .logoblock{margin-bottom: 20px;width: 280px; text-align: left;margin-left: 0;}
footer .address{text-align: left;margin-bottom: .5em;}
footer .tel{text-align:left;margin-bottom: .1em;}
footer .time{text-align:left;margin-bottom: 0;}

.footer-menu{width: 100%;border-top: none;padding-top: 0;margin-bottom: 0px;padding: 1em 0;}
.footer-menu ul{border-top: none;border-left:none;display: flex;align-items: center;justify-content: space-between;}
.footer-menu li {padding-bottom: 0px;text-align: left;font-size: 14px;}
.footer-menu li a{text-decoration: none;padding: 0em .6em;letter-spacing: .08rem;}
.footer-menu li:first-child a{padding: 0em .6em 0 0;letter-spacing: .08rem;}
.footer-menu li:last-child a{padding: 0em 0 0 .6em;letter-spacing: .08rem;}

footer .banner{width: 100%;margin-right:0; margin-bottom: 1em;display: flex;align-items: center;justify-content: space-between;}
footer .banner a{width:49%;margin: 0 0 0 15px;}
footer .banner a:first-child{margin: 0;}
footer .banner a span{font-size: .8em;}
footer .banner a:first-child span{font-size: .95em;}

.btwn{display: flex;flex-direction: column;justify-content: space-between;}
.btwn2{display: flex;flex-direction: column;justify-content: center;}

.copy{font-size: 12px;text-align: right;}

}




@media (min-width: 1200px) {

footer{padding: 100px 0 30px;}
footer .logoblock{position: relative;margin-bottom: 20px;width: 370px;}
.footer-menu ul{width:90%;margin-left: 10%;}

.footer-menu li {font-size: 16px;}
.footer-menu li a{text-decoration: none;padding: .8em .5em;letter-spacing: .08rem;}
footer .banner{width:90%;margin-right:0; margin-left: 10%; margin-bottom: 1em;}

.copy{font-size: 12px;}


}







/*------------------------------　　h2area 背景　　------------------------------------------*/

.h2area{
position: relative;
width:100%;
height: 400px;
display: flex;flex-direction: column;
justify-content: center;
background:rgba(19,136,71,.2);margin-top: 20px;
}

.h2-txt{position:relative;z-index: 10;font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-weight:400;font-size: 22px;letter-spacing: .1rem;color: #000;padding-left: 13%;}
.h2-txt span{display: block;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: 600;font-size:50px;margin-left: -2px;position: relative;margin-bottom: .2em;}

.h2area .sub{position:relative;z-index: 10; color: #333;padding-left: 13%;padding-right: 46%;margin-top: 30px;}
.h2area .kanban{position: absolute;z-index: 5;right:150px;top:50%;transform: translateY(-50%);width: 350px;}
.h2area .kanban img{ width: 100%;
  rotate: 0deg;}
.h2area .kanban::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}

.h2area .kanban-w{position: absolute;z-index: 5;right:25%;top:15%;}
.h2area .kanban-w .kanban1{position: relative;width: 280px;}
.h2area .kanban-w .kanban1::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}
.h2area .kanban-w .kanban2{position: absolute;width: 280px;right:-98%;top:55%;}
.h2area .kanban-w .kanban2::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}



@media (max-width: 1440px){
.h2area{height:380px;}
.h2-txt{font-size: 20px;letter-spacing: .1rem;padding-left: 10%;}
.h2-txt span{font-size: 42px;}
.h2area .sub{padding-left: 10%;margin-top: 25px;}
.h2area .kanban{width: 300px;right:100px;}
.h2area .kanban-w{position: absolute;z-index: 5;right:25%;top:15%;}
.h2area .kanban-w .kanban1{position: relative;width: 250px;}
.h2area .kanban-w .kanban1::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}
.h2area .kanban-w .kanban2{position: absolute;width: 250px;right:-98%;top:55%;}
.h2area .kanban-w .kanban2::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}

}

@media (max-width: 1366px){
.h2area{height:380px;}
.h2-txt{font-size: 20px;letter-spacing: .1rem;padding-left: 7%;}
.h2-txt span{font-size: 42px;}
.h2area .sub{padding-left: 7%;margin-top: 25px;}
.h2area .kanban{width: 270px;right:50px;}

.h2area .kanban-w{position: absolute;z-index: 5;right:20%;top:16%;}
.h2area .kanban-w .kanban1{position: relative;width: 220px;}
.h2area .kanban-w .kanban1::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}
.h2area .kanban-w .kanban2{position: absolute;width: 220px;right:-98%;top:55%;}
.h2area .kanban-w .kanban2::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}

}


@media (max-width: 1199px){
.h2area{height:300px;}

.h2-txt{font-size: 20px;}
.h2-txt span {font-size: 38px;}
.h2area .kanban{right:40px;}

.h2area .kanban-w{position: absolute;z-index: 5;right:22%;top:16%;}
.h2area .kanban-w .kanban1{position: relative;width: 190px;}
.h2area .kanban-w .kanban1::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}
.h2area .kanban-w .kanban2{position: absolute;width: 190px;right:-98%;top:55%;}
.h2area .kanban-w .kanban2::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}

}

@media only screen and (max-width: 991px) {
.h2area{height: 260px;margin-top: 0px;}

.h2-txt{font-size: 20px;padding-left: 6%;}
.h2-txt span {font-size: 32px;}
.h2area .sub{padding-left: 6%;padding-right: 38%;margin-top: 20px;}
.h2area .kanban{right:20px;width: 230px;}

.h2area .kanban-w{position: absolute;z-index: 5;right:17%;top:5%;}
.h2area .kanban-w .kanban1{position: relative;width: 170px;}
.h2area .kanban-w .kanban1::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}
.h2area .kanban-w .kanban2{position: absolute;width: 170px;right:-50%;top:102%;}
.h2area .kanban-w .kanban2::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}

}


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

.h2-txt{font-size: 18px;padding-left: 5%;}
.h2-txt span {font-size: 32px;}
.h2area .sub{padding-left: 5%;padding-right: 40%;margin-top: 20px;}

.h2area .kanban{right:20px;width:200px;}

}

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

.h2area{height: 250px;}

.h2-txt{font-size: 17px;}
.h2-txt span {font-size: 20px;letter-spacing: 0;}
.h2-txt span{position: relative;}

.h2area .sub{padding-right: 5%;font-size: .90em;line-height: 1.5;}

.h2area .kanban{right:15px;top:15px;transform: translateY(0);width:125px;}

.h2area .kanban-w{position: absolute;z-index: 5;right:10%;top:10%;}
.h2area .kanban-w .kanban1{position: relative;width: 120px;}
.h2area .kanban-w .kanban1::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}
.h2area .kanban-w .kanban2{position: absolute;width: 120px;right:-20%;top:130%;}
.h2area .kanban-w .kanban2::after {
  content: "";
  position: absolute;
  top: 10px;
  right:-10px;
  display: none;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.1);
  z-index: -1;
}

}



/*------------------------------　　下層ページ style　　------------------------------------------*/
.heading{color: white;font-size: 30px;margin-bottom: 1em;position: relative;font-family: 'Chakra Petch';font-weight: 600;padding-left: 40px;}
.heading::before {
  content: "";
  position: absolute;
  top: 50%;left:0;
  width: 35px; /* 線の幅 */
  height: 1px; /* 線の太さ */
  background-color: #fff; /* 線の色 */
  transform: translateY(-50%);
}

.headline-h3 {
color: #000;
text-align: center;
  position: relative;
  margin-bottom: 45px;
  font-size: 22px;
  letter-spacing:0rem;
  line-height: 1.4;
font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-weight: 500;}
.headline-h3:before {
  content: '';/*何も入れない*/
  position: absolute;
  bottom:-15px;
  left:50%;
  transform: translateX(-50%);
  width: 1.5em;/*画像の幅*/
  height: 5px;/*画像の高さ*/
  border-radius: 3px;
  background:rgba(0,198,85,1.00);
}



.headline-h4 {
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-weight: 600;
  font-size: 1.3em;
 position: relative;
  margin-bottom: 1.2em;
  text-align: left;
  color:black;
}
.headline-h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f64f";
font-weight: 900;
color:rgba(0,198,85,1.00);
margin-right: .2em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.headline {
 font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
 font-weight:  600;
  font-size: 16px;
 position: relative;
  margin-bottom: 1.8em;
  color:#111;
}
.headline span{display: block;font-size: 26px;margin-bottom: 5px;}
.tate-en{display: none; writing-mode: vertical-rl;font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";position: absolute;top:30px;left:5px;color: black;}

.h5-about{ font-family: ' BIZUDPGothic-Bold ';font-weight: 700;border-bottom: 1px dashed #BCA46E;padding-bottom: .5em;margin-bottom: 1em;font-size: 1.1em;}
.h6-about{ font-family: ' BIZUDPGothic-Bold ';font-weight: 700;color: forestgreen;margin-bottom: .6em;}

@media (min-width: 667px) {

.tate-en{display: block; writing-mode: vertical-rl;font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";position: absolute;top:50px;left:5px;color:#555;}



}



@media (min-width: 768px) {
.headline{font-size: 18px;margin-bottom: 20px;}
.headline span{font-size: 34px;margin-bottom:5px;}


.headline-h3 {font-size: 30px;margin-bottom: 50px; }

.headline-h4 {font-size: 20px;}


.h5-about{ padding-bottom: .5em;margin-bottom: 1em;font-size: 20px;}
.h6-about{margin-bottom: .6em;font-size: 17px;}

}


@media (min-width: 992px) {
.tate-en{display: block; writing-mode: vertical-rl;font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";position: absolute;top:100px;left:5px;letter-spacing: .2rem;}

.headline{font-size: 22px;margin-bottom: 25px;line-height: 1.2;}
.headline span{display: block;font-size:36px;margin-bottom: 5px;}



.headline-h3 {font-size: 36px;margin-bottom: 55px;letter-spacing: .3rem;}



 .headline-h4{font-size: 22px; }


}


@media (min-width: 1200px) {
.headline{font-size: 22px;margin-bottom: 30px;}
.headline span{display: block;font-size: 42px;}






.headline-h4 { font-size: 24px;letter-spacing: .1rem;}


}


@media (min-width: 1680px) {
.headline{font-size: 22px;margin-bottom: 40px;}
.headline span{display: block;font-size: 42px;}

.tate-en{top:120px;left:20px;font-size: 1.2em;}

.headline-h4 { font-size: 28px;letter-spacing: .1rem;}



}

@media (min-width: 1920px) {


}


#pankuzu{}





.marker {background: linear-gradient(transparent 60%, #ccff66 60%);padding-bottom: 3px;}
.marker2 {background: linear-gradient(transparent 80%, rgba(255,102,0,.5) 0%);}
.marker-ao {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #b5fbfb 60%);}
.marker-pink {padding-bottom: 0.4em; background: linear-gradient(transparent 40%, #fcaacb 60%);}
.marker-green {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #a8f099 60%);}



.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:rgba(162,131,79,1.00);
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#555;

}

.btn-pdf {
  text-align:center;
  text-decoration: none;
}
.btn-pdf a{display: flex;align-items: center;justify-content: space-between;padding: 10px 10px;background: #99CC66;color: #111;transition: .5s;border-radius: 4px;width: 260px;margin: 0 auto;}
.btn-pdf a .fas{}
.btn-pdf a:hover{
  color: #222;
  background:#f90;
}


@media (min-width: 768px) {
.btn-read{width: 325px;}
.btn-pdf a{width: 320px;padding: 20px 40px;font-size: 1.2em;}


.btn-back {
  padding:18px 5px;
  width:300px;
  font-size: 16px;
}

}


@media (min-width:1200px) {
.btn-pdf {margin-bottom: 0px;}

.btn-read{line-height: 70px;padding: 0;}

}



.photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
  transition: .4s;
  /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi:hover{opacity: .8;}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}



/* paging */
.paging {
	padding:0em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#333;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}
.paging span.current {
	background:#08ace2;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#08ace2;
	color:#fff;
}



/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 2px 2px 10px rgba(0,0,0,.5)}
.drop-shadow { -webkit-filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2));
        filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2)); }
.drop-shadow2 { -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));}


.table-responsive {position: relative;z-index: 10;
border:none;
}


@media screen and (max-width: 666px) {
.table-responsive {
border:none;margin-bottom: 30px;
}
.table-responsive::-webkit-scrollbar {
height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
border-radius: 2px;
background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 2px;
background:#999;
}
}



/*サムネ付きスライダー start*/
.slickwrap {
max-width: auto;
width: 93%;
margin: 0px auto;
margin-left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.slide-item img {width: 100%;}


.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
  flex-flow:wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:33.3%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}
.thumbnail-item .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.thumbnail-item img{opacity: .5;}
.thumbnail-item.slick-current img{
border: 2px solid darkorange;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
.slickwrap{width: 400px;margin: 0 auto;}
}

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin: 0 auto;}

}
/*サムネ付きスライダー end*/










.gmap2{}
.gmap2 iframe{width: 100%;height: 200px;}










/* business.html
--------------------------------------------------------- */

.business #section01{padding: 50px 0px 50px;position: relative;}
.business #section01 .txt{margin-bottom: 1.5em;}
.business-pic{position: relative;padding-top: 0px;}
.business-pic .logo-pic{position:absolute;right:0;top:0;width: 99px;}
.business #section02{padding: 0px 0px 50px;position: relative;}
.business #section02 .box{border:1px solid #999;padding: .5em;background: white;}
.business #section02 h4{font-weight: 600;font-size: 1.2em;line-height: 1.4;color: black; margin-bottom: 1.2em;padding-bottom: .3em;border-bottom: 1px solid #999;}
.business #section02 .txt2{margin-bottom:3em;}
.business #section02 .txt2-2{margin-bottom:1.5em;}

.business #section02 .txt3{margin-top:1em;}
.business #section02 .dot{margin-bottom: 1.4em;}
.business #section02 .dot li{line-height: 1.4; margin-bottom: .4em;}
.business #section02 .dot li:last-child{margin-bottom:0;}

.business #section03{padding: 50px 0px 50px;position: relative;}

.business #section04{padding: 50px 0px 50px;position: relative;}

#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}
#target4{position: absolute;left:0;top:-60px;}


@media (min-width: 667px) {
.business-pic{width: 100%; text-align: center;}
.business-pic .logo-pic{position:absolute;right:10px;top:0;width: 120px;}



}

@media (min-width: 768px) {

.business #section01{padding: 70px 0px;}
.business-pic{width: 500px;margin: 0 auto; text-align: center;}

.business #section02{padding: 0px 0px 70px;}
.business #section02 h4{font-size: 1.2em;margin-bottom: 1em;padding-bottom: .3em;}
.business #section02 h4.migi{text-align: right;}
.business #section02 .txt2{margin-bottom:3em;}
.business #section02 .txt3{margin-top:1em;padding: 0 1em;}
.business #section02 .dot{margin-bottom: 1.4em;margin-top: 1em;}
.business #section02 .dot li{line-height: 1.4; margin-bottom: .4em;}
.business #section02 .dot li:last-child{margin-bottom:0;}

.business #section03{padding: 70px 0px;}

.business #section04{padding: 70px 0px;}




}



@media (min-width: 992px) {

.business #section01 .txt{margin-bottom: 2em;line-height: 2;}
.business-pic{width: 600px;margin: 0 auto; text-align: center;}




#target1{position: absolute;left:0;top:-80px;}
#target2{position: absolute;left:0;top:-80px;}
#target3{position: absolute;left:0;top:-80px;}
#target4{position: absolute;left:0;top:-80px;}


}



@media (min-width: 1280px) {
.business #section01{padding:100px 0px 100px;}
.business-pic{width: 600px; margin: 0 auto; text-align: center;}
.business-pic .logo-pic{position:absolute;right:10px;top:0;width: 140px;}
.business #section01 .txt{padding: 0 0em;}

.business #section02{padding:0px 0px 100px;}
.business #section02 h4{font-size: 1.7em;margin-bottom: 1em;padding-bottom: .3em;}
.business #section02 .txt2{margin-bottom:4em;line-height: 2.2;letter-spacing: .1rem;}
.business #section02 .txt3{margin-top:1em;padding: 0;}
.business #section02 .dot{margin-top: 1em;}

.business #section03{padding:100px 0px 100px;}

.business #section04{padding:100px 0px 100px;}

}





/* company.html
--------------------------------------------------------- */


.company #section01{padding: 50px 0px 50px;position: relative;overflow: hidden;}
.company #section01 .txt{margin-bottom: 1.5em;text-align: justify;}
.company #section01 .txt2{margin-bottom: .8em;}
.daihyo-pic{margin-bottom: 1em;position: relative;padding-top: 0px;}
.daihyo-pic .logo-pic{position:absolute;right:0;top:0;width: 99px;}
.company #section01 .sign{width: 260px;margin: 0 auto; margin-bottom: 10px;}
.company #section01 ul.history{width: 100%;margin: 0 auto;margin-bottom: 60px;}
.company #section01 ul.history:last-child{margin-bottom:0px;}

.company #section01 ul.history .wrap{margin-bottom: 1em;}
.company #section01 ul.history h4{margin-bottom:.6em;font-weight: 600;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 1.2em;border-left:5px solid #00C656;padding-left: .5em;line-height: 1.2;}
.company #section01 ul.history .wrap p{margin-bottom: 1.5em;text-align: justify;}
.company #section01 ul.history .wrap p:last-child{margin-bottom: 0em;}
.company #section01 ul.history .name{text-align: center;padding-top: .5em;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";color: black;margin-bottom: 1.5em;line-height: 1.2;}
.company #section01 ul.history .name:last-child{margin-bottom: 0;}

.stadium{margin-bottom: 50px;overflow: hidden;}
#visualBlock {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
	margin-bottom: 50px;
}

#visualImg {
    position: absolute;
    left: -200px;
    top: 0px;
}
#visualVerticalImg {
    position: absolute;
    top: -80px;
	width: 100%;
	height: auto;
}
.company #section02{padding: 50px 0px 50px;position: relative;background: rgba(0,199,89,.05);}
.company .table{font-size: .9em;letter-spacing: .03rem;}
.company .table th{font-weight:normal;width: 100%;display: block;background:#f7f7f7!important;padding: 15px .5em;}
.company .table td{width: 100%;display: block;padding-left: 2em;background:white!important;}
.company .table td span{color: #333;}
.gaikan{display: flex;align-items: flex-end;justify-content: space-between;}
.gaikan div{width: 48%;}
.gaikan div p{font-size: .8em;line-height: 1.4;padding-top: .6em;}


.company #section03{padding: 50px 0px 50px;position: relative;}
.gridarea{width:100%;margin: 0 auto;}
.griditem {width: 100%;padding: .2em;}
.grid-item--large {width:660px;}
.griditem img {width: 100%;height: auto;}


.company #section04{padding: 50px 0px 50px;position: relative;}
.company #section04 p{margin-bottom: 20px;}

.company #section05{padding: 50px 0px 50px;position: relative;background: #f7f7f7;}
.company #section05 p{margin-bottom: 1.5em;}


@media (min-width: 667px) {
.company .table th{width: 130px;display: table-cell;}
.company .table td{width: auto;display: table-cell;padding-left: 1em;vertical-align: middle;}

.gridarea{width: 540px;margin: 0 auto;}
.griditem {width: 180px;padding: .2em;}

#visualBlock {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
	margin-bottom: 50px;
}

#visualVerticalImg {
    position: absolute;
    top: -120px;
}

}



@media (min-width: 768px) {
.company #section01{padding: 70px 0px 70px;}
.daihyo-pic{width: 600px; margin: 0 auto; margin-bottom: 1.5em;text-align: center;}
.daihyo-pic .logo-pic{position:absolute;right:10px;top:0;width: 120px;}

.company #section01 ul{}
.company #section01 .sign{margin-bottom: 0px;}
.company #section01 ul.history {width: 100%;}
.company #section01 ul.history .wrap{margin-bottom: 0em;}
.company #section01 ul.history h4{margin-bottom:.7em;font-size: 1.4em;}
.company #section01 ul.history .wrap p{margin-bottom: 3.5em;}
.company #section01 ul.history .wrap p:last-child{margin-bottom: 0em;}
.pic-top{position: absolute;top:0;}
.pic-bottom{position: absolute;bottom:0;}
#visualBlock {margin-bottom: 70px;}

.company #section02{padding: 70px 0px 70px;}
.company .table{font-size: 1em;}
.company .table th{width: 160px;}

.company #section03{padding: 70px 0px 70px;}

.company #section04{padding: 70px 0px 70px;}

.company #section05{padding: 70px 0px 70px;}
.company #section05 p{margin-bottom: 1.5em;text-align: center;}

.gridarea{width: 600px;margin: 0 auto;}
.griditem {width: 200px;padding: .2em;}

}




@media (min-width: 992px) {

.company #section01 .txt{margin-bottom: 2em;line-height: 2;}
.company #section01 ul{width: 800px;margin: 0 auto;margin-bottom: 50px;}
.daihyo-pic{}
.company #section01 .sign{width: 300px;margin-bottom: 0px;}

.company #section01 ul.history .wrap{padding: 0 1em;}
.company #section01 ul.history h4{margin-bottom:1.1em;font-size: 1.5em;}
.company #section01 ul.history .wrap p{margin-bottom: 3em;padding-right: 1em;}

#visualBlock {
    height: 330px;
	margin-bottom: 70px;
}
#visualVerticalImg {
    position: absolute;
    top: -180px;
}

.company #section02 .container{max-width: 100%;}
.gaikan{display:block;}
.gaikan div{width: 100%;margin-bottom: 1.5em;}
.gaikan div p{font-size: .8em;line-height: 1.4;padding-top: .6em;}

.company .table th{width: 180px;}

.company #section04 p{margin-bottom: 0px;}

}



@media (min-width: 1200px) {
.company #section01{padding: 100px 0px;}
.company #section01 .txt{padding: 0 2em 0 2.5em;}
.daihyo-pic{margin-bottom: 30px;text-align: center;}
.daihyo-pic .logo-pic{position:absolute;right:10px;top:0;width: 140px;}
.company #section01 .sign{width: 330px;margin-bottom: 0px;}

.company #section01 ul.history .wrap{padding: 0 2em;}
.company #section01 ul.history h4{margin-bottom:1em;font-size: 1.6em;}
.company #section01 ul.history .wrap p{margin-bottom: 4.5em;line-height: 2;}

#visualBlock {
    height: 550px;
	margin-bottom: 100px;
}
#visualVerticalImg {
    position: absolute;
    top: -220px;
}




.company #section02{padding: 100px 0px 100px;}
.company #section02 .container{max-width: 1200px;}

.company .table th{width: 180px;}
.company .table td{}

.company #section03{padding: 100px 0px 100px;}

.company #section04{padding: 100px 0px;}
.gridarea{width: 990px;margin: 0 auto;}
.griditem {width: 330px;padding: .2em;}

.company #section05{padding: 100px 0px;}
.company #section05 p{margin-bottom: 1.8em;}

}

@media (min-width: 1680px) {

}

@media (min-width: 1920px) {
#visualBlock {
    height: 600px;
	margin-bottom: 100px;
}
#visualVerticalImg {
    position: absolute;
    top: -280px;
}

}


/* rental-property.html
--------------------------------------------------------- */

.seiyaku #section01{padding: 50px 0px 50px;position: relative;}
.bukken-wrap{margin-bottom: 1.5em;padding-bottom: 1.5em;border-bottom:1px dashed #ccc;}
.bukken-wrap ul li{position: relative;}
.bukken-wrap.last{margin-bottom: 4em;}

.owner-comment{margin-bottom: 1em;}
.owner-comment span{background: rgba(0,202,67,.09);border:1px solid #ccc;border-radius: 20px;display: inline-block;color: black;font-weight: 600; padding: .5em .8em;}
.seiyaku #section01 .comment{margin-bottom: 1.5em;}

.seiyaku #section01 .swiper{padding-bottom:0;margin-bottom: 1em;}
/* arrow */
.swiper-button-prev,
.swiper-button-next{
position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 20px;
  border-top: 3px solid rgba(0,198,85,1.00);
  border-right: 3px solid rgba(0,198,85,1.00);
  opacity: .8;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{cursor: pointer;}
.swiper-button-prev::after,
.swiper-button-next::after{content: '';}
.swiper-button-prev{
  left: 10px;
  transform: rotate(-135deg);
}
.swiper-button-next{
  right: 10px;
  transform: rotate(45deg);
}
/* dots */
.swiper-pagination{
margin-top: .6em;
  position: relative;width: 100%;
  text-align: center;z-index: 10;
  display: flex;align-items: center;justify-content: center;
}
.swiper-pagination span{
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  background-color:#34B36D;
  opacity: .2;
  border-radius: 100%;
}
.swiper-pagination span:hover{cursor: pointer;}
.swiper-pagination span.swiper-pagination-bullet-active{opacity: 1;}

.seiyaku #section01 .box{border:1px solid #ccc;border-radius: .4em; padding: 1em;}
h4.property{font-weight: 600;background: rgba(0,00,0,.6);color: white; padding: 1em;border-radius: .4em;margin-bottom: .8em;text-align: center;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
.seiyaku #section01 .box .txt{background: rgba(0,200,86,.05);padding: 1em;margin-top: .8em;line-height: 1.5;border-radius: .4em;}
.seiyaku #section01 .box.last{border:none;border-radius: .4em; padding: 1em;background: #f7f7f7;}

.seiyaku #section02{padding: 50px 0px 50px;position: relative;}



@media (min-width: 667px) {

.seiyaku #section01 .box.last{border:none;border-radius: .4em; padding: 2em;}

}


@media (min-width: 768px) {
.seiyaku #section01{padding: 70px 0px;}
.owner-comment span{font-size: 1.1em; padding: .5em .8em;}
.bukken-wrap{margin-bottom: 2em;padding-bottom: 2em;}
.bukken-wrap.last{margin-bottom: 5em;}

.seiyaku #section02{padding: 70px 0px;}

.seiyaku #section01 .box .txt{font-size: .8em;padding: 1em;}
.seiyaku #section01 .box.last{padding: 3em;}


}


@media (min-width: 992px) {


}


@media (min-width: 1200px) {
.seiyaku #section01{padding: 100px 0px;}
.bukken-wrap{margin-bottom: 3em;padding-bottom: 3em;}
.bukken-wrap.last{margin-bottom:100px;}

.seiyaku #section02{padding: 100px 0px;}



}






/* contact.html
--------------------------------------------------------- */


.contact #section01{padding: 50px 0px 50px;position: relative;}
.contact #section01 ul li{margin-bottom: 15px;}
.contact #section01 ul li:last-child{margin-bottom:0;}
.contact #section01 .box{border: 4px double #00C859;padding:1.4em 1em;border-radius: 10px;background: #FFFDF1;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .3em;font-size:30px;line-height: 1;font-weight: 400;color:black;font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";}
.contact #section01 .box .tel span{margin-left: 4px;color: #000;letter-spacing: .1rem;}
.contact #section01 .box .tel img{width: 30px;height: auto;margin-right: 5px;}
.contact #section01 .box .fax{text-align: center;margin-bottom: .3em;line-height: 1;font-size: 18px; font-weight: 400;color:black;font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";}
.contact #section01 .box .fax span{margin-left: 4px;letter-spacing: .1rem;font-size:30px;}
.contact #section01 .box .time{text-align: center;font-size: .8em;color: #999;line-height: 1;}


.contact #section02{padding: 50px 0px;position: relative;background: #fafafa;}

.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 5px;}
.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}
.contact .table{font-size: .9em;margin-bottom: 50px;border-bottom:1px solid #ccc;}
.contact span.hissu{color: white;background:#00C657; padding: 3px 5px;border-radius: 2px;font-size: 12px;}
.contact .table th{position: relative;background: none!important;display: block;font-weight: 700;border-top:1px solid #ccc;}
.contact .table th span.hissu{color: white!important;background: #00C657; padding: 3px 5px;border-radius: 2px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;}
.contact .table td{position: relative;background:none!important;display: block;border-top:1px solid #ccc;}
.auto{font-size: .9em;background: #555;line-height: 1;padding: .5em;border-radius: .4em;margin-left: .4em;color: #ccc;}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 8em;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    background-color: #fff;
	background: white;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.selectbox select.post {width:auto;}


.contact h5{font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{margin: 0;}
.tenpu input {
width: 90%;
 display: block;
 position: relative;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px 5px 0;
 border-radius: 4px;
 transition: all 0.3s;
 color: #555;
 cursor: pointer!important;
 margin: 0px 0px 2px;
}


@media (min-width: 667px) {
.contact #section01 ul li{margin-bottom: 0;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .3em;font-size:23px;line-height: 1;font-weight: 400;}
.contact #section01 .box .tel img{width: 22px;height: auto;margin-right: 5px;}

.contact #section01 .box .fax{text-align: center;margin-bottom: .3em;font-size:18px;line-height: 1;font-weight: 400;}
.contact #section01 .box .fax span{font-size:23px;}


}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .box{padding: 1.8em 1em;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .3em;font-size:33px;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .3em;font-size:33px;line-height: 1;font-weight: 400;}
.contact #section01 .box .tel img{width: 28px;height: auto;margin-right: 5px;}

.contact #section01 .box .fax{text-align: center;margin-bottom: .3em;font-size:20px;line-height: 1;font-weight: 400;}
.contact #section01 .box .fax span{font-size:33px;}

.contact #section01 .box .time{text-align: center;font-size: .8em;margin-top:1em;}

.contact #section02{padding: 70px 0px;}
.contact .table th{width: 220px;display:table-cell;vertical-align: middle;}
.contact .table td{width: auto;display:table-cell;}

.contact #section02 .pre-scrollable{max-height: 400px;padding: 15px;}

}


@media (min-width: 992px) {
.contact #section01 .box{padding:2em 1em;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .3em;font-size:33px;line-height: 1;font-weight: 400;}
.contact #section01 .box .tel img{width: 28px;height: auto;margin-right: 5px;}

.contact #section01 .box .fax{text-align: center;margin-bottom: .3em;font-size:20px;line-height: 1;font-weight: 400;}
.contact #section01 .box .fax span{font-size:33px;}

.contact .table th{width: 240px;}

}




@media (min-width: 1200px) {

.contact #section01{padding: 100px 0px;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .3em;font-size:38px;}
.contact #section01 .box .tel img{width: 35px;height: auto;margin-right: 5px;}

.contact #section01 .box .fax{text-align: center;margin-bottom: .3em;font-size:25px;}
.contact #section01 .box .fax span{font-size:38px;}


.contact #section02{padding: 100px 0px 100px;}
.contact .table{font-size: 1em;margin-bottom:80px;}

.contact .table th{width: 280px;}

.contact #section02 .pre-scrollable{max-height: 500px;padding: 50px;}

}




.doi-box{padding: 30px 15px;border-radius: .4em;background:rgba(162,202,171,.2);border:1px solid rgba(162,202,171,.9);}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.doi-box .btn-lg{font-size: 13px;padding: 10px 10px;}
.captcha-area{text-align: center;margin-bottom: 1.5em;}
.captcha_code{margin-bottom: .3em;}


@media (min-width: 768px) {
.doi-box label{font-size: 14px;margin-bottom: 20px;}
.doi-box .btn-lg{font-size: 14px;padding: 10px 10px;}
}

@media (min-width: 1140px) {
.doi-box{padding: 50px 15px;}

.doi-box .btn-lg{font-size: 16px;padding: 20px 50px;}
}








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form100{width:90%}
.form-h{ height:15em;}
input ,select {
    position:relative;
	color: #111;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;display: inline-block;}
input{font-size:100%;vertical-align:middle; padding:12px;width: auto;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;color: #111;width: 90%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid #00C657!important;}

input::placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input::-webkit-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input:-ms-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input::-moz-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-webkit-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea:-ms-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-moz-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}


@media (min-width: 768px) {
.form-name{width:350px;}

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:100px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
header{display: block;}
.cb-header2 {display: none;}


.header {
  position:absolute;
  top: 0px;
  left:0;
  width: 100%;
  z-index: 60;
}
.header .wrap{  height: 100px;
  display: flex;
  align-items: center;justify-content: space-between;
  width: 100%;transition: all 0.5s;
}
.header .wrap .logo {position: relative;padding-left: 20px;}
.header .wrap .logo.color {display: none;}
.header .wrap .navi{padding-right:20px;display: flex;align-items: center;justify-content: flex-end;}


.logo{padding-left: 10px;}
.logo.color {display: none;}

.header .navi{padding-right: 10px;display: flex;align-items: center;justify-content: flex-end;}
.menu-list {
  display: flex;
  justify-content: center;

}
.menu-item {position: relative;padding: 0 .5em;text-align: center;}
.menu-item a {
font-weight: 700;
font-size: 14px;
  color:#222;
  height: 1.4;
  position: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.menu-item a.active {color: #000!important; position: relative;}
.menu-item a.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom:-10px;
left:0;  
  width: 100%;
  height: 1px;
  background: #555;
}



.gaikan{display:block;}
.gaikan div{width: 100%;margin-bottom: .3em;}
.gaikan div p{font-size: .8em;line-height: 1.4;padding-top: .6em;}

.contact .table th{width: 220px;display:table-cell;vertical-align: middle;}
.contact .table td{width: auto;display:table-cell;}

footer .logoblock{margin-bottom: 20px;width: 200px; text-align: left;margin-left: 0;}
footer .address{text-align: left;margin-bottom: .1em;}
footer .tel{text-align:left;margin-bottom: .1em;}
footer .time{text-align:left;margin-bottom: 0;}

.footer-menu{width: 100%;border-top: none;padding-top: 0;margin-bottom: 0px;padding: 1em 0;}
.footer-menu ul{border-top: none;border-left:none;display: flex;align-items: center;justify-content: flex-end;}
.footer-menu li {padding-bottom: 0px;text-align: left;font-size: 14px;}
.footer-menu li a{text-decoration: none;padding: 0em .6em;letter-spacing: .08rem;}
.footer-menu li:first-child a{padding: 0em .6em 0 0;letter-spacing: .08rem;}
.footer-menu li:last-child a{padding: 0em 0 0 .6em;letter-spacing: .08rem;}
.copy{font-size: 14px;text-align: right;}

.drawer_menu{display: none!important;}

.no-print{display: none!important;}
.gmap iframe{width: 100%;height: 360px;}
#pagetop {display: none!important;}

}
