@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;
	scroll-behavior: smooth;
}
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;}


/* ZenMaruGothic */
@font-face {
    font-family: ' ZenMaruGothic ';
    src: url('../fonts/ZenMaruGothic-Regular.woff2') format('woff2'),
             url('../fonts/ZenMaruGothic-Regular.ttf') format('truetype');
    font-weight: 400;
}

/* ZenMaruGothic-Medium */
@font-face {
    font-family: ' ZenMaruGothic ';
    src: url('../fonts/ZenMaruGothic-Medium.woff2') format('woff2'),
             url('../fonts/ZenMaruGothic-Medium.ttf') format('truetype');
    font-weight: 500;
}
/* ZenMaruGothic-Bold */
@font-face {
    font-family: ' ZenMaruGothic ';
    src: url('../fonts/ZenMaruGothic-Bold.woff2') format('woff2'),
             url('../fonts/ZenMaruGothic-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
  font-family: 'Limelight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/limelight/v20/XLYkIZL7aopJVbZJHDuoOulHjHUmTQ.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: #000;
font-size: 93%;
line-height: 1.6;
font-weight:400;
font-family: ' ZenMaruGothic ';
letter-spacing: 0.05rem;
padding-top: 60px;
position: relative;
overflow: hidden;
background:url("../images/bg.jpg");}


@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: 85px;}

}
@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;}
.mb10-sm{margin-bottom: 10px;}
}
@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;
  line-height: 1.5;
}

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


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

.white { color: #ffffff; }
.red { color: #f00; }
.blue{color: dodgerblue;}
.green { color: forestgreen; }
.pink { color:rgba(255,87,154,.8); }
.orange { color: #f60; }
.murasaki { color:#AF47C2!important; }
.brown{color: #8b6f57;}

/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fff;
}
.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;
justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	height: 60px;
	position: relative;
	background:url("../images/bg.jpg");
	border-bottom: 1px solid #ccc;}

.sc .logo{padding-left: 15px;width: 150px;}
.sc .logo a{}
.sc .tel{margin-right: 50px;}

header{display: none;}

@media (min-width: 768px) {
.sc .logo{padding-left: 15px;width: 180px;}

}




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

header{display: block;position: relative;z-index: 160;}
.cb-header2 {display: none;}

.header {
  position: fixed;
  z-index: 100;
  background:url("../images/bg.jpg");
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.header .logo{margin-left:20px;width: 160px;}
.header .logo a{}

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


/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
  align-items: center;
  justify-content:flex-end;
  margin-right:20px;
}
.menu-item {position: relative;margin: 0 .5em;}
.menu-item:last-child {margin: 0 0 0 .5em;}

/* メニューアイテムのホバースタイル */
.menu-item a {
position: relative;
font-size: 16px;
text-align: center;
  align-items: center;
  color: #111;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0;
}
.menu-item a:hover {color:#DF9C00;}
.menu-item a.active {color: #DF9C00;}
.menu-item a.active:after {
content:"";/*疑似要素の中身を指定*/
position:absolute;/*絶対位置指定*/
left:0;/*横位置の指定*/
bottom:-10px;/*縦位置の指定*/
background:#DF9C00;/*線の色指定*/
width:100%;/*線の幅指定*/
height:4px;/*線の高さ指定*/
}

.link-current {color: #f36!important;}

.header .bt-tel{width: 200px;height: 50px;display: flex;align-items: center;justify-content: center;background: #c90;border-radius: .5em;}
.header .bt-tel img{margin-right: 5px;}
.header .bt-tel span.call{color: white;font-size: 22px;font-weight: 700;}
}

@media (min-width: 1200px){
.header {padding: 0 0px;}
.header .logo{margin-left:30px;width: 180px;}
.header .navi{padding-right:30px;}
.menu-item {position: relative;margin: 0 .7em;}
.menu-item:last-child {margin: 0 0 0 .7em;}

.menu-item a {
font-size: 17px;
  letter-spacing: 0;
}


}


@media (min-width: 1440px){
.menu-item {position: relative;margin: 0 1em;}
.menu-item:last-child {margin: 0 0 0 1em;}

.header .logo{margin-left:50px;}
.header .navi{padding-right:50px;}

}


@media (min-width: 1680px){

.menu-item {position: relative;margin: 0 1.5em;}
.menu-item:last-child {margin: 0 0 0 1.5em;}

.menu-item a {
font-size: 18px;
  letter-spacing: 0;
}


}


/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  background:url("../images/bg.jpg");
  height: 80px;
  transition: color 2s ease-out;
}








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

#main{position: relative;max-width: 1920px;margin: 0 auto; }
.mv02{ width:100%;position: relative;padding-top: 135px;}
.swiper {
position: relative;
max-width: 93%;
  width: 100%;
  height: auto;
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.swiper-slide img{width: 100%;height: auto;border-radius: 0 80px 80px 0;}

.main-h2{position: absolute;z-index: 50;
right: 17%;
top:50px;
color: black;
font-size: 48px;
font-weight: 700;
line-height: 1.4;
text-shadow: 2px 2px rgba(255,255,255,.8);
}
.h2-maru{position: absolute;z-index: 50;top:10px;left:10%;display: flex;}
.h2-maru div{}
.h2-maru div:last-child{padding-top: 80px;margin-left: 50px;}

.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	z-index: 30;
	right:3.5%;
	top:50%;
    /*全体の高さ*/
	height:140px;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-.8em;
	top: -120px;
    /*テキストの形状*/
	color: #555;
  writing-mode: vertical-rl;
	font-size: 1em;
	letter-spacing: 0.2rem;
	font-family: "Limelight", sans-serif;
font-weight: 400;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 140px;
	background: #999;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:75px;
		opacity: 1;
	}
	100%{
		height:0;
		top:150px;
		opacity: 0;
	}
}


@media (max-width: 1680px){
#main{position: relative; }
.h2-maru{position: absolute;z-index: 50;top:10px;left:10%;display: flex;}
.h2-maru div{width: 200px;}
.h2-maru div:last-child{padding-top: 70px;margin-left: 40px;}



}



@media (max-width: 1366px){
.mv02{ width:100%;position: relative;padding-top: 105px;}


.main-h2{position: absolute;z-index: 50;
right: 13%;
top:20px;
color: black;
font-size: 40px;
}
.h2-maru{position: absolute;z-index: 50;top:10px;left:10%;display: flex;}
.h2-maru div{width: 180px;}
.h2-maru div:last-child{padding-top: 70px;margin-left:30px;}



}


@media (max-width: 1199px){
.mv02{ width:100%;position: relative;padding-top: 75px;}
.main-h2{position: absolute;z-index: 50;
right: 13%;
top:20px;
color: black;
font-size: 37px;
}

.h2-maru{position: absolute;z-index: 50;top:10px;left:5%;display: flex;}
.h2-maru div{width: 160px;}
.h2-maru div:last-child{padding-top: 50px;margin-left:20px;}

.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	z-index: 30;
	top:50%;
    /*全体の高さ*/
	height:140px;
}

}


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

.main-h2{position: absolute;z-index: 50;
right: 12%;
top:10px;
color: black;
font-size:30px;
}
.swiper-slide img{width: 100%;height: auto;border-radius: 0 50px 50px 0;}

.h2-maru{position: absolute;z-index: 50;top:10px;left:5%;display: flex;}
.h2-maru div{width: 140px;}
.h2-maru div:last-child{padding-top: 140px;margin-left:-40px;}

.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	z-index: 30;
	right:3.5%;
	top:50%;
    /*全体の高さ*/
	height:100px;
}

}

@media only screen and (max-width: 767px) {
.mv02{ width:100%;position: relative;padding-top: 50px;}

.main-h2{position: absolute;z-index: 50;
right: 12%;
top:0px;
color: black;
font-size:25px;
}
.h2-maru{position: absolute;z-index: 50;top:10px;left:5%;display: flex;}
.h2-maru div{width: 130px;}
.h2-maru div:last-child{padding-top: 130px;margin-left:-40px;}
.scrolldown{display: none;}

}


@media only screen and (max-width: 666px) {
.swiper {
position: relative;
max-width: 97%;
  width: 100%;
  height: auto;
}

.swiper-slide img{width: 100%;height: auto;border-radius: 0 30px 30px 0;}

.main-h2{position: absolute;z-index: 50;
right: 12%;
top:auto;
bottom:-30px;
font-size:20px;
text-shadow:
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    -2px -2px 0 #fff,
    2px -2px 0 #fff;
}
.h2-maru{position: absolute;z-index: 50;top:10px;left:5%;display: flex;}
.h2-maru div{width:90px;}
.h2-maru div:last-child{padding-top: 50px;margin-left:-10px;}

}





/* index.html 
---------------------------------------------------- */
.home #section01{position: relative;padding: 70px 0 50px;}
.home #section01 .container{max-width: 1710px;}
.home .titlebox{max-width: 1430px;padding: 0 15px;margin: 0 auto;margin-bottom: 25px;}
.home .titlebox h3{font-family: "Limelight", sans-serif;font-weight: 400;font-size: 2.5em;color: #b78623;}
.home .titlebox h3.kuro{color: #000;}
.home .titlebox h3.siro{color: #fff;}
.home .titlebox h3 span{display: block;font-family: ' ZenMaruGothic ';font-weight: 500; font-size: 16px;letter-spacing: 0;color: #333;}
.home .titlebox h3 span:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url(../images/ico-diamond.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}
.home .titlebox h3.siro span{color: #fff;}
.home .titlebox h3.siro span:before {background-image: url(../images/ico-diamond-siro.png);}

.home #section01 .wrap{background: #faf6e1;border-radius: 1.5em;box-sizing: border-box;border: 3px solid #d36502;padding: 1.5em;}
.home #section01 .wrap ul li{margin-bottom: 20px;}
.home #section01 .wrap ul li:last-child{margin-bottom: 0px;}
.home #section01 .wrap ul li .illust{;}
.home #section01 .wrap ul li p{margin-bottom: 1.5em;}

.home #section02{position: relative;padding: 50px 0 50px;background: url("../images/bg2.jpg");background-position: center;}
.home #section02 .container{max-width: 1710px;}
.home #section02 .container ul li{margin-bottom: 30px;}
.home #section02 .container .box{background: #fef9e8;border:3px solid #d36502;border-radius: 1em;box-sizing: border-box;padding:40px 1.5em .5em;position: relative;overflow: hidden;}
.home #section02 .container .box .number{background: #d36502;border-radius: 50%;position:absolute;top:-30px;left:-30px;width: 80px;height: 80px;}
.home #section02 .container .box .number span{color: white;position:absolute;font-family: 'Limelight';font-size: 24px;right: 21px;bottom:7px;}
.home #section02 .container .box h4{text-align: center;font-weight: 500;font-size: 1.7em;margin-bottom: .6em;}
.home #section02 .container .box p{text-align: center;font-size: 1.1em;}
.home #section02 .container .box .illust{text-align: right;}
.home #section02 .container .box .illust img{width: auto;height: 100px;}



.home #section03{position: relative;padding: 70px 0;}
.home #section03 .container{max-width: 1710px;}
.home #section03 .wrap{background: #fff;border-radius: 1.5em;box-sizing: border-box;border: 3px solid #d36502;padding: 1.5em;}
.home #section03 .wrap ul li{margin-bottom: 20px;}
.home #section03 .wrap ul li:last-child{margin-bottom: 0px;}
.home #section03 .wrap ul li .illust{padding: 0 30px;}
.home #section03 .wrap ul li p{margin-bottom: 1.5em;}


.home #section04{position: relative;padding: 50px 0;background: rgba(59,131,98,.85);color: white;}
.home #section04 .container{max-width: 1710px;}
.home #section04 .titlebox{padding: 0 0;margin-bottom: 25px;}
.home #section04 ul li p{margin-bottom: 1.5em;}
.home #section04 ul li .illust{margin-top: 1.5em;}
.home #section04 ul li .illust img{border: 3px solid #d36502;border-radius: 1.5em;box-sizing: border-box;}

.home #section05{position: relative;padding: 50px 0;}

.home #section06{position: relative;padding: 50px 0;}

.gmap{margin-bottom: 1.5em;}
.gmap iframe{width: 100%;height: 220px;}

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

.btn-view{color: white;font-weight: 500;width: 220px;margin: 0 auto; padding: 0 1em; display: flex;align-items: center;justify-content: space-between; transition: .4s;background: #d5a23d;border-radius: .6em;height: 50px;}
.btn-view.kuro{background: #555;}
.btn-view img{transition: .4s;margin-right: .5em;width: 20px;height: auto;}
.btn-view:hover{color:white;background: #E35C00;}
.btn-view:hover img{margin-right: 0;}

@media (min-width: 450px) {
.btn-view{width: 250px;}

}


@media (min-width: 667px) {
.home .titlebox h3{font-size:3.5em;}
.home .titlebox h3 span{font-size: 18px;}
.home .titlebox h3 span:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 25px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(../images/ico-diamond.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;
}

.home #section01 .wrap{padding: 2.5em;}
.home #section01 .wrap ul li .illust{width: 350px;margin: 0 auto;}

.home #section03 .wrap{padding: 2.5em;}
.home #section03 .wrap ul li .illust{width: 350px;margin: 0 auto;padding: 0;}


}




@media (min-width: 768px) {

.home #section01{padding: 90px 0 70px;}
.home #section01 .wrap{padding: 2.5em;}
.home #section01 .wrap ul li{margin-bottom: 0px;}
.home #section01 .wrap ul li .illust{width: 90%;margin-left: 0;}

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

.home #section03{padding: 70px 0;}
.home #section03 .wrap{padding: 2.5em;}
.home #section03 .wrap ul li{margin-bottom: 0px;}
.home #section03 .wrap ul li .illust{width: 90%;margin-left: 0;}




.home #section04{padding: 70px 0;}
.home #section04 .titlebox{padding: 0 0;margin-bottom: 25px;}
.home #section04 ul li p{margin-bottom: 1.5em;}
.home #section04 ul li .illust{margin-top: 10px;width: 95%;}
.home #section04 ul li .illust img{border: 3px solid #d36502;border-radius: 1.5em;box-sizing: border-box;}


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

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


.gmap{}


}



@media (min-width: 992px) {

.home #section01{padding: 90px 0 70px;}
.home .titlebox h3{font-size:90px;}
.home .titlebox h3 span{font-size: 24px;}
.home .titlebox h3 span:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 31px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(../images/ico-diamond.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;
}

.home #section01 .wrap{border-radius: 2.5em;border: 5px solid #d36502;padding: 2em 4em;}
.home #section01 .wrap ul li p{margin-bottom: 1.5em;line-height: 2;}

.home #section02 .container .box{padding:50px 1.5em .5em;position: relative;overflow: hidden;}
.home #section02 .container .box .number{top:-40px;left:-40px;width: 100px;height: 100px;}
.home #section02 .container .box .number span{color: white;position:absolute;font-family: 'Limelight';font-size: 30px;right: 21px;bottom:7px;}
.home #section02 .container .box h4{text-align: center;font-weight: 500;font-size:2.2em;margin-bottom: .8em;}
.home #section02 .container .box p{text-align: center;font-size: 1.1em;}
.home #section02 .container .box .illust img{width: auto;height: 110px;}

.home #section03 .wrap{border-radius: 2.5em;border: 5px solid #d36502;padding: 2em 4em;}
.home #section03 .wrap ul li {}
.home #section03 .wrap ul li p{margin-bottom: 1.5em;line-height: 2;}
.home #section03 .wrap ul li .illust{width: 100%;margin-left: 0;position: absolute;bottom:-20px;right:-20px;}

.home #section04 ul li p{margin-bottom: 2em;padding-right:8em;}
.home #section04 ul li .illust img{border: 5px solid #d36502;border-radius: 2em;box-sizing: border-box;}



.btn-view{font-size: 1.1em;height: 60px;width: 300px;}


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

}




@media (min-width: 1200px) {

.home #section01{padding: 150px 0 100px;}
.home #section01 .wrap{border-radius: 2.5em;border: 5px solid #d36502;padding: 60px 100px;}
.home #section01 .wrap ul li p{margin-bottom: 1.5em;line-height: 2;font-size: 1.15em;}

.home #section02{padding: 100px 0 70px;}
.home #section02 .container .box{padding:70px 1.5em .5em;position: relative;overflow: hidden;}
.home #section02 .container .box .number{top:-35px;left:-35px;width: 110px;height: 110px;}
.home #section02 .container .box .number span{color: white;position:absolute;font-family: 'Limelight';font-size: 36px;right: 30px;bottom:7px;}
.home #section02 .container .box h4{text-align: center;font-weight: 500;font-size:2.2em;margin-bottom: 1em;}
.home #section02 .container .box p{text-align: center;font-size: 1.1em;font-weight: 500;}
.home #section02 .container .box .illust img{width: auto;height: 110px;}

.home #section03{padding: 100px 0;}
.home #section03 .wrap{border-radius: 2.5em;border: 5px solid #d36502;padding: 60px 100px;}
.home #section03 .wrap ul li p{margin-bottom: 1.5em;line-height: 2;font-size: 1.15em;}


.home #section04{padding: 100px 0;}
.home #section04 ul li p{margin-bottom: 2.5em;font-size: 1.1em;width: 90%;}








}





@media (min-width: 1440px) {
.home #section01 .wrap{border-radius: 3em;border: 5px solid #d36502;padding: 60px 175px;}
.home #section01 .wrap ul li p{margin-bottom: 1.5em;line-height: 2;padding: 0 }

.home #section03 .wrap{border-radius: 3em;border: 5px solid #d36502;padding: 60px 175px;}
.home #section03 .wrap ul li p{margin-bottom: 1.5em;line-height: 2;padding: 0 }



.gmap iframe{width: 100%;height: 400px;}


}

@media (min-width: 1680px) {
.home .titlebox h3{font-size:120px;}
.home .titlebox h3 span{font-size: 26px;}
.home .titlebox h3 span:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 32px;/*画像の幅*/
  height: 26px;/*画像の高さ*/
  background-image: url(../images/ico-diamond.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;
}
.home #section01 .wrap ul li p{padding: 0  100px 0 0;font-size: 1.2em;line-height: 2.3;}

.home #section02 .container .box p{text-align: center;font-size: 1.3em;margin-bottom: .6em;}

.home #section03 .wrap ul li p{padding: 0  100px 0 0;font-size: 1.2em;line-height: 2.3;}

.home #section04 ul li p{margin-bottom: 2.5em;font-size: 1.2em;width: 80%;}


}



.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: #66ccff;}

@media (min-width:667px) {


}



@media (min-width:768px) {

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) {

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 {
width: 80px;
bottom: 15px;
right: 15px;
}

}



/* -----  common / footer ------- */
#common{max-width: 1920px;margin: 0 auto;padding: 50px 0; margin-top: 80px;position: relative;background: linear-gradient(180deg, #9cc 0%, #9cc 50%, #0f5579 50%, #0f5579 100%);}
#common:before {
  content: '';/*何も入れない*/
  display: inline-block;
  position: absolute;
  left:0;
  top:-61px;
  width: 767px;/*画像の幅*/
  height: 61px;/*画像の高さ*/
  background-image: url(../images/bg-town.png);
  background-position: center;
  background-size:767px 61px;
  vertical-align: middle;
}
#common .container{max-width: 1710px;}
#common .wrap{background: #f0efea;padding: 1.5em;border-radius: 1.6em;}

#common h3{text-align: center;font-weight: 400;font-family: 'Limelight';color:#b78623;margin-bottom: .7em;font-size: 2.3em;}

#common h4{text-align: center;font-weight:700;color: black;margin-bottom: .3em;font-size: 1.2em;letter-spacing: 0;}
#common .tel{text-align: center;display: flex;align-items: center;justify-content: center;}
#common .tel img{width: 30px;height: auto;margin-right: 5px;}
#common .tel .call{font-size: 30px;color:#be7603;font-weight: 500;}
#common .tel .mail{font-size:18px;letter-spacing: 0;transition: .4s; color:#be7603;font-weight: 500;}
#common .tel .mail:hover{color:#A62800;}


footer{ padding: 0px 0px 20px;position: relative;background:#0f5579;color: white;}
footer .container{max-width: 100%;z-index: 10;}

footer .logoblock{position: relative;text-align: center;margin-bottom: 20px;}
footer .logoblock a{color:white;font-weight: 500;transition: .4s;letter-spacing: 0;font-size: 1.3em;line-height: 1.2;}


footer .address{font-size: .9em;letter-spacing: 0;text-align: center;margin-bottom: .6em;}
footer .address a{font-size:1.1em;color: white;}
footer .address a:hover{color:#E89C00;}

footer .tel{font-size: 1em;text-align: center;font-weight: 500;margin-bottom: 1.5em;line-height: 1;}
footer .tel span.call{color: #fff;}


.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 1.5em;padding: 0 20px;}
.footer-menu ul{display: block;}
.footer-menu li{width:100%;text-align: left;background:none;font-size: 15px;}
.footer-menu li a{color: #fff;text-decoration: none; text-align:center; padding: .7em .3em;line-height: 1.4; border-bottom: 1px dashed rgba(255,255,255,.4);display: block;letter-spacing: 0; transition: .3s;}
.footer-menu li:first-child a{border-top: 1px dashed rgba(255,255,255,.4);}

.footer-menu li a:hover{color:#f69;}



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

@media (min-width: 667px) {
#common{margin-top: 100px}
#common:before {
  content: '';/*何も入れない*/
  display: inline-block;
  position: absolute;
  left:0;
  top:-61px;
  width: 767px;/*画像の幅*/
  height: 61px;/*画像の高さ*/
  background-image: url(../images/bg-town.png);
  background-position: center;
  background-size:767px 61px;
  vertical-align: middle;
}
#common .wrap ul li{display: flex;flex-direction: column;justify-content: space-between;}

#common h4{margin-bottom: .3em;font-size: 1em;}
#common .tel{text-align: center;display: flex;height: 35px; align-items: center;justify-content: center;font-weight: 500;}
#common .tel img{width: 25px;height: auto;margin-right: 3px;}
#common .tel .call{font-size: 23px;color:#be7603;}
#common .tel .mail{font-size:16px;letter-spacing: 0;transition: .4s; color:#be7603;font-weight: 500;}
#common .tel .mail:hover{color:#A62800;}


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

.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin-bottom: 1.5em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 13px;}
.footer-menu li a{letter-spacing:0rem;border-right:none; padding:0em .5em;text-align:center;border-bottom: none;line-height: 1.3;color: white;}
.footer-menu li:first-child a{border-top: none;padding:0em .5em 0 0;}
.footer-menu li:last-child a{border-top: none;padding:0em 0 0 .5em;}

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

}



@media (min-width: 768px) {
#common{padding: 70px 0;margin-top: 130px}
#common:before {
  content: '';/*何も入れない*/
  display: inline-block;
  position: absolute;
  left:0;
  top:-96px;
  width: 1199px;/*画像の幅*/
  height: 96px;/*画像の高さ*/
  background-image: url(../images/bg-town.png);
  background-position: center;
  background-size:1199px 96px;
  vertical-align: middle;
}
#common .wrap{background: #f0efea;padding: 2em 1.5em;border-radius: 1.6em;}


footer {padding: 30px 0 50px;}
footer .address{font-size:1em;}
footer .tel{font-size:1em;}

.footer-menu li {font-size: 15px;}
.footer-menu li a{letter-spacing:0.03rem;border-right:none; padding:0em .6em;}
.footer-menu li:first-child a{border-top: none;padding:0em .6em 0 0;}
.footer-menu li:last-child a{border-top: none;padding:0em 0 0 .6em;}



.copy{font-size: 12px;}


}


@media (min-width: 992px) {
#common{padding: 80px 0;margin-top: 150px}
#common:before {
  content: '';/*何も入れない*/
  display: inline-block;
  position: absolute;
  left:0;
  top:-96px;
  width: 1199px;/*画像の幅*/
  height: 96px;/*画像の高さ*/
  background-image: url(../images/bg-town.png);
  background-position: center;
  background-size:1199px 96px;
  vertical-align: middle;
}
#common .wrap{padding: 3em 2em;border-radius: 1.6em;}

#common h3{margin-bottom: .8em;font-size: 3em;}
#common h4{text-align: center;font-weight: 500;color: black;margin-bottom:1em;font-size:1.3em;}
#common .tel{text-align: center;line-height: 1;height: 50px;}
#common .tel img{width: 50px;height: auto;margin-right: 10px;margin-bottom:0;}
#common .tel .call{font-size: 30px;}
#common .tel .mail{font-size:20px;}

footer {padding: 30px 0 120px;}


footer .logoblock{margin-bottom: 20px;margin-left: 0;text-align: left;}
footer .logoblock a{font-size: 20px;}

footer .address{font-size: .9em;text-align: left;margin-bottom: 5px;}
footer .tel{text-align: left;margin-bottom: 0;}

.footer-menu ul{justify-content: flex-end;}



.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;}
.copy{padding-top: 0;}

}




@media (min-width: 1200px) {
#common{padding: 80px 0;margin-top: 200px;}
#common:before {
  content: '';/*何も入れない*/
  display: inline-block;
  position: absolute;
  left:0;
  top:-154px;
  width: 1920px;/*画像の幅*/
  height: 154px;/*画像の高さ*/
  background-image: url(../images/bg-town.png);
  background-position: center;
  background-size:auto;
  vertical-align: middle;
}
#common .wrap{padding: 3.5em 2em;border-radius: 1.6em;}
#common .wrap ul{width: 1140px;margin: 0 auto;}
#common h3{margin-bottom: .5em;font-size:4em;}
#common .tel .call{font-size: 34px;}
#common .tel .mail{font-size:20px;}

footer{padding: 50px 0 150px;}
footer .logoblock a{font-size:22px;}

footer .container{max-width: 1110px;}
.footer-menu li {font-size: 15px;}


.copy{font-size: 14px;}



}


@media (min-width: 1440px) {
#common{padding: 100px 0;}

#common .tel{text-align: center;line-height: 1;height: 60px;}
#common .tel img{width: 60px;height: auto;margin-right: 10px;margin-bottom:0;}
#common h3{margin-bottom: .6em;font-size: 5em;}
#common .tel .call{font-size: 36px;}
#common .tel .mail{font-size:24px;}


footer{padding: 50px 0 180px;}
footer .logoblock{margin-bottom: 30px;}





}



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

.h2area{
position: relative;
max-width: 93%;
margin-left: 7%;
border-radius: 80px 0px 0px 80px;
height: 400px;
display: flex;
align-items: center;
}
.h2area .illust{position: absolute;z-index: 2;left:-4%;bottom:-20px;width: 480px;}
.h2area .illust.contact{position: absolute;z-index: 2;left:-4%;bottom:-20px;width: 300px;}

.h2area.sky{background: url("../images/h2-sky.jpg");background-position: center;background-size: cover;}
.h2area.city{background: url("../images/h2-city.jpg");background-position: center;background-size: cover;}
.h2area.city .illust{position: absolute;z-index: 2;left:-5%;bottom:-30px;width:300px;}

.h2area.h2-company{background: url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.h2area.h2-news{background: url("../images/h2-news.jpg");background-position: center;background-size: cover;}
.h2-txt{position: absolute;top:50%;left:47%;z-index: 50; transform: translate(-50%, -50%);margin-right: -50%; font-size: 50px;letter-spacing: .2em;color: #000;text-align: center;font-weight: 500;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;}
.h2-txt span {display: block;margin-top: 15px;}
.h2-txt.long{letter-spacing: .05rem;left:50%;}

@media (max-width: 1366px){
.h2area{
position: relative;
max-width: 93%;
margin-left: 7%;
border-radius: 70px 0px 0px 70px;
height: 320px;
display: flex;
align-items: center;
}

.h2area .illust{bottom:-20px;width: 400px;}
.h2area .illust.contact{position: absolute;z-index: 2;left:-4%;bottom:-20px;width: 260px;}
.h2-txt{ font-size: 46px;}


}


@media (max-width: 1199px){
.h2area{
position: relative;
max-width: 93%;
margin-left: 7%;
border-radius: 70px 0px 0px 70px;
height: 260px;
display: flex;
align-items: center;
}

.h2area .illust{bottom:-20px;width: 300px;}
.h2area .illust.contact{position: absolute;z-index: 2;left:-4%;bottom:-20px;width: 230px;}

.h2area.city .illust{position: absolute;z-index: 2;left:-5%;bottom:-30px;width:210px;}

.h2-txt{ font-size: 40px;}




}

@media only screen and (max-width: 991px) {
.h2area{
position: relative;
max-width: 91%;
margin-left: 9%;
border-radius: 70px 0px 0px 70px;
height: 230px;
display: flex;
align-items: center;
}

.h2area .illust{bottom:-10px;left:-5%;width: 220px;}
.h2area .illust.contact{position: absolute;z-index: 2;left:-5%;bottom:-10px;width: 180px;}

.h2area.city .illust{position: absolute;z-index: 2;left:-6%;bottom:-10px;width:177px;}

.h2-txt{ font-size:35px;}



}


@media only screen and (max-width: 767px) {
.h2area{
position: relative;
max-width: 91%;
margin-left: 9%;
border-radius: 50px 0px 0px 50px;
height: 180px;
display: flex;
align-items: center;
}

.h2area .illust{bottom:-10px;left:-5%;width: 200px;}
.h2area .illust.contact{position: absolute;z-index: 2;left:-5%;bottom:-10px;width: 150px;}

.h2area.city .illust{left:-6%;bottom:-10px;width:135px;}
.h2-txt{ font-size:30px;}




}

 @media only screen and (max-width: 666px) {
 .h2area{
position: relative;
max-width: 91%;
margin-left: 9%;
border-radius: 30px 0px 0px 30px;
height: 150px;
display: flex;
align-items: center;
}
.h2area .illust{bottom:-10px;left:-5%;width: 180px;}
.h2area .illust.contact{position: absolute;z-index: 2;left:-10%;bottom:-10px;width: 100px;}
.h2area.city .illust{left:-6%;bottom:-10px;width:114px;}

.h2-txt{font-size: 24px;letter-spacing: .05rem;}


}




/*------------------------------　　下層ページ style　　------------------------------------------*/
.headline-h3{font-family: "Limelight", sans-serif;font-weight: 400;font-size: 2.5em;color: #b78623;border-bottom:1px solid #555;padding-bottom:.3em;margin-bottom: 40px;}
.headline-h3 span{display: block;font-family: ' ZenMaruGothic ';font-weight: 500; font-size: 16px;letter-spacing: 0;color: #333;}
.headline-h3 span:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url(../images/ico-diamond.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}




.headline-h4 {
  font-weight: 700;
  font-size: 1.3em;
 position: relative;
 padding-bottom: .6em;
  margin-bottom: 1.2em;
}
.headline-h4::after {
  content: '';
  position: absolute;
  bottom:0;
  left:0%;
  display: block;
  width: 1.8em;
  height: 3px;
  background: #f69;
}

.headline {
font-weight: 700;
font-size: 1.3em;
 position: relative;
 z-index: 10;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align:center;
  margin-bottom: 1.3em;
  letter-spacing: .08rem;
  color:rgba(159,110,12,1.00);
}
.headline::before,
.headline::after {
  background-color:rgba(159,110,12,1.00);
  content: "";
  height: 3px;
  width: 20px;
  border-radius: 2px;
}
.headline::before {margin-right: 10px;}
.headline::after {margin-left: 10px;}

@media (min-width: 667px) {
.headline{font-size: 1.4em;}


}



@media (min-width: 768px) {
.headline {
font-size: 1.6em;
  margin-bottom:1.5em;
}


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

.headline-h4 {
  font-size: 1.6em;
 position: relative;
  margin-bottom: 1.2em;
}


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

}


@media (min-width: 992px) {
.headline {font-size:32px;}
.headline::before,
.headline::after {
  height: 4px;
  width: 35px;
}

.headline-h3 {letter-spacing: .2rem;}

.headline-h3 span{font-size: 25px;}
.headline-h3 span:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 31px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(../images/ico-diamond.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}


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


}


@media (min-width: 1200px) {

.headline-h4 {
  font-size: 26px;
 position: relative;
  margin-bottom: 1.8em;
}


}


@media (min-width: 1680px) {
.headline {font-size:38px;margin-bottom: 1.3em;}

.headline-h3 {font-size: 62px;}

.headline-h3 span{font-size: 26px;}




}




#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(86,168,72,1.00);
  color: #fff;/*文字色*/
  font-size:1.2em;
  letter-spacing: .2rem;
  transition: .3s;
}
.btn-back:hover{
  color: #333;/*文字色*/
  background:rgba(86,168,72,.5);

}

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

}


@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%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.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-weight: 400;
}
.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:#6F952E;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#6F952E;
	color:#fff;
}



/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 5px 7px 5px rgba(0,0,0,.2)}
.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: 768px) {
.table-responsive {
border:none;margin-bottom: 15px;
}
.table-responsive::-webkit-scrollbar {
height: 5px;
}

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

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



/*サムネ付きスライダー start*/
.slickwrap {
position: relative;
width: 100%;
max-width: 780px;
margin: 0px auto;
margin-bottom: 60px;
  background-color:none;
  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%;height: auto;}
.slide-item .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;
}


.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
flex-wrap: wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:16.666%!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 green;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top:40%;
}

.prev-arrow{
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(102,153,51,.6);
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:absolute;
  left:-35px;
}
.next-arrow {
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(102,153,51,.6);
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:absolute;
  right:-35px;
}
.prev-arrow {transform: rotate(180deg);}
.prev-arrow:hover{background: rgba(102,153,51,.9);}
.next-arrow:hover{background: rgba(102,153,51,.9);}


.prev-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

@media screen and (max-width:991px) {
.slickwrap{width: 500px;}
  .prev-arrow,
  .next-arrow {
    width: 40px;
    height:40px;
  }
.prev-arrow{left:-15px;}
.next-arrow {right:-15px;}


}

@media only screen and (max-width:767px){
.slickwrap{width:90%;}

.slider {margin: 0 0 10px 0;}
  .prev-arrow,
  .next-arrow {
    width: 30px;
    height:30px;
  }
.prev-arrow{
  left:-12px;
}

.next-arrow {
  right:-12px;
}
.prev-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.next-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin-bottom: 30px;}
}
/*サムネ付きスライダー end*/










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








/* ----- service.html  -----*/
#cate-tab{padding: 30px 0 50px;position: relative;}
#cate-tab .container{max-width: 100%;}
#cate-tab a{position: relative;display: block;color: black;background: white;border:2px solid #DF9C00;border-radius: 1em;font-weight: 500;padding: .5em 1em;transition: .4s;}
#cate-tab a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right:.5em;
  top:50%;
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#cate-tab a:hover{color: white;background:#DF9C00;}

.service #section01{padding: 0px 0 50px;position: relative;}
.service #section01 .container{max-width: 100%;}
.service-h3{position: relative;background: url("../images/bg-service1.jpg");background-position: center;background-size: cover;height: 160px;display: flex;align-items: center;justify-content: center;border-radius: 1.5em;margin-bottom: 1.5em;}
.service-h3.type2{position: relative;background: url("../images/bg-service2.jpg");background-position: center;background-size: cover;}
.service-h3.type3{position: relative;background: url("../images/bg-service3.jpg");background-position: center;background-size: cover;}
.service-h3.type4{position: relative;background: url("../images/bg-service4.jpg");background-position: center;background-size: cover;}
.service-h3:after {
    content: '';
    background-color: rgba(177,127,6, 0);border-radius: 1.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 5;}
.service-h3 h3{background:url("../images/bg.jpg");color: #000;font-size: 1.6em;border-radius: .5em .5em 0 0;padding: .5em 1em;position: absolute;bottom:0;left:50%;transform: translateX(-50%);margin-right: -50%;z-index: 10;}
.service-txt{text-align: center;margin-bottom: 1.8em;}
.service-h4{display: flex;align-items: center;margin-bottom: .5em;font-weight: 500;font-size: 20px;line-height: 1.3;} 
.suji{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #296e8b;
  text-align:center;
  color: white;
  font-size: 26px;
  margin-right: .3em;
  line-height: 1;
}
.service-pic{margin-bottom: 15px;}
.service-pic img{border:3px solid #DF9C00;box-sizing: border-box;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.5;text-align: left;margin-bottom: .5em;}
ul.dot li:last-child{margin-bottom: 0;}
.exp{line-height: 1.4;padding: 0.7em 1em 0;text-align: center;}

.service #section02{padding: 50px 0;position: relative;border-top:6px dotted #DF9C00;}
.service #section02 .container{max-width: 100%;}

.service #section03{padding: 50px 0;position: relative;border-top:6px dotted #DF9C00;}
.service #section03 .container{max-width: 100%;}

.service #section04{padding: 50px 0 50px;position: relative;border-top:6px dotted #DF9C00;}
.service #section04 .container{max-width: 100%;}

.cocoen{box-sizing:border-box;cursor:pointer;line-height:0;margin:0;overflow:hidden;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.cocoen *{box-sizing:inherit}
.cocoen ::after,.cocoen ::before{box-sizing:inherit}
.cocoen img,.cocoen picture>img{max-width:none}
.cocoen>img,.cocoen>picture>img{display:block;width:100%}
.cocoen>div:first-child,picture .cocoen>div{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:50%}
.cocoen-drag{background:#fff;bottom:0;cursor:ew-resize;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}
.cocoen-drag::before{border:3px solid #fff;content:'';height:30px;left:50%;margin-left:-7px;margin-top:-18px;position:absolute;top:50%;width:14px}

#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) {
.service-pic{width: 350px;}

}


@media (min-width: 768px) {
#cate-tab{padding: 40px 0;}
#cate-tab a{padding: .8em 1em;transition: .4s;font-size: 1.1em;}
#cate-tab a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
font-weight: 900;
  right:1em;
}
.service-h3{height: 180px;border-radius: 1.5em;margin-bottom: 1.5em;}
.service-h3 h3{font-size: 2.2em;border-radius: .6em .6em 0 0;padding: .5em 1.2em .3em;}
.service-txt{text-align: center;margin-bottom: 1.8em;}
.service-pic{width: 100%;}
.exp{line-height: 1.4;padding: 0.7em 0em 0;}

.service #section01{padding: 0px 0 70px;}



.service #section02{padding: 70px 0;}
.service #section02 .dot{display: flex;flex-wrap: wrap;}
.service #section02 .dot li{padding-right: 1em;}


.service #section03{padding: 70px 0;}
.service #section03 .dot{display: flex;flex-wrap: wrap;}
.service #section03 .dot li{padding-right: 1em;}

.service #section04{padding: 70px 0 70px;}
.service #section04 .dot{display: flex;flex-wrap: wrap;}
.service #section04 .dot li{padding-right: 1em;}


}


@media (min-width: 992px) {
#cate-tab a{padding: .8em 1em .8em 1.3em;transition: .4s;font-size: 1.2em;}
.service-h3{height: 250px;border-radius: 1.5em;margin-bottom: 2em;}
.service-txt{font-size: 18px;margin-bottom: 50px;}
.suji{
  width: 60px;
  height: 60px;
  font-size: 30px;
  margin-right: .3em;
}
.exp{line-height: 1.4;padding: 0.8em 1em 0;}

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

}


@media (min-width: 1200px) {

#cate-tab{padding: 60px 0;}
#cate-tab .container{max-width:1140px;}
#cate-tab a{padding: .8em 1em .8em 1.3em;transition: .4s;font-size: 1.4em;border-radius: .7em;}

.service #section01{padding: 30px 0 100px;}
.service #section01 .container{max-width:1140px;}
.service-h3{height: 300px;border-radius: 1.5em;margin-bottom: 2.5em;}
.service-h3 h3{font-size: 3.5em;border-radius: .6em .6em 0 0;padding: .5em 1.2em .3em;}
.service-txt{text-align: center;font-size: 1.3em; margin-bottom: 70px;}
.service-h4{margin-bottom: .5em;font-size: 24px;} 
.suji{
  width: 70px;
  height: 70px;
  font-size: 34px;
  margin-right: .3em;
}

.service #section02{padding: 100px 0;border-top:8px dotted #DF9C00;}
.service #section02 .container{max-width:1140px;}


.service #section03{padding: 100px 0;border-top:8px dotted #DF9C00;}
.service #section03 .container{max-width:1140px;}

.service #section04{padding: 100px 0 100px;border-top:8px dotted #DF9C00;}
.service #section04 .container{max-width:1140px;}


}

@media (min-width: 1680px) {


}




/* owner.html
--------------------------------------------------------- */


.owner #section01{padding: 50px 0px 50px;position: relative;}
.owner-txt1{font-weight: 700;font-size: 1.1em;text-align: center;margin-bottom: 2em;position: relative;display: flex;align-items: center;justify-content: center;letter-spacing: 0;}
.owner-txt1::before,
.owner-txt1::after {
  background-color:#BA7C00; /* 線の色 */
  border-radius: 3px; /* 線の両端を丸く */
  content: "";
  height: 3px;
  width:45px;
}
.owner-txt1::before {
  margin-right: -10px;
  transform: rotate(70deg);
}
.owner-txt1::after {
  margin-left: -10px;
  transform: rotate(-70deg);
}


.owner #section01 .pic{text-align: center;}

.owner #section02{padding: 50px 0px 40px;position: relative;border-top:5px dotted #DF9C00;}
.owner #section02 .owner-txt1::before,.owner #section02 .owner-txt1::after {width:30px;}
.owner #section02 .owner-txt1::before {
  margin-right: 0px;
  transform: rotate(70deg);
}
.owner #section02 .owner-txt1::after {
  margin-left: 0px;
  transform: rotate(-70deg);
}
.owner #section02 .box{border:2px solid #4B89BA;border-radius: .5em;display: flex;align-items: center;justify-content: space-between;padding: 1em;margin-bottom: 10px;background: rgba(223,115,0,.1);}
.owner #section02 .box .icon{width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;}
.owner #section02 .box .icon img{border-radius: 50%;}

.owner #section02 .box h4{font-weight: 700;font-size: 1.3em;width: calc(100% - 70px);}
.owner #section02 .box h4 span{font-weight: 400;font-size: 15px;display: block;margin-top: .4em;}


.owner #section03{padding: 50px 0px 50px;position: relative;border-top:5px dotted #DF9C00;}
.owner #section03 .owner-txt1::before,.owner #section03 .owner-txt1::after {width:30px;}
.owner #section03 .owner-txt1::before {
  margin-right: 0px;
  transform: rotate(70deg);
}
.owner #section03 .owner-txt1::after {
  margin-left: 0px;
  transform: rotate(-70deg);
}
.owner #section03 .box{padding: 1em;position: relative;border:2px solid #DF9C00;background: white;border-radius: 1.5em;margin-bottom: 1.5em;}
.owner #section03 .box:last-child{margin-bottom:0;}
.owner #section03 .box .icon{width: 90px;margin: 0 auto;margin-bottom: 1em;}
.owner #section03 .box .inbox{}
.owner #section03 .box .inbox h4{font-weight: 700;font-size: 1.3em;margin-bottom: .7em;text-align: center;}

.owner #section04{padding: 50px 0px 20px;position: relative;border-top:5px dotted #DF9C00;}
.owner #section04 h4{font-weight: 700;font-size: 1.2em;margin-bottom: 1.8em;text-align: center;}
.owner #section04 h4 span{border-bottom: 2px solid rgba(75,134,186,1.00);padding-bottom: .3em;}
.owner #section04 p{text-align: center;padding-top: .3em;}

@media (min-width: 667px) {
.owner-txt1{font-size: 1.8em;text-align: center;margin-bottom: 2em;position: relative;line-height: 1.5;}
.owner-txt1::before,
.owner-txt1::after {width:60px;}
.owner-txt1::before {
  margin-right:0px;
  transform: rotate(60deg);
}
.owner-txt1::after {
  margin-left: 0px;
  transform: rotate(-60deg);
}

.owner #section02{padding: 50px 0px 20px;}
.owner #section02 .container{max-width: 100%;}
.owner #section02 .owner-txt1::before,.owner #section02 .owner-txt1::after {width:40px;}
.owner #section02 .box{border:2px solid #4B89BA;border-radius: .5em;display:block;padding: 1em;margin-bottom: 30px;}
.owner #section02 .box .icon{width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;margin: 0 auto;margin-bottom: .6em;}
.owner #section02 .box .icon img{border-radius: 50%;}
.owner #section02 .box h4{font-weight: 700;font-size: 1.5em;width:100%;text-align: center;}
.owner #section02 .box h4 span{font-weight: 400;font-size: 15px;display: block;margin-top: .4em;}

.owner #section03 .owner-txt1::before,.owner #section03 .owner-txt1::after {width:40px;}
.owner #section03 .box{padding: 1em;position: relative;border:2px solid #DF9C00;background: white;display: flex;align-items: center;justify-content: space-between;}
.owner #section03 .box .icon{width: 90px;margin-left: 0;margin-bottom: 0;}
.owner #section03 .box .inbox{width: calc(100% - 100px);}
.owner #section03 .box .inbox h4{font-size: 1.3em;margin-bottom: .7em;text-align: left;}

.owner #section04 h4{font-size: 1.5em;text-align: center;}


}


@media (min-width: 768px) {
.owner #section01{padding: 70px 0px;}
.owner-txt1{font-size: 2em;text-align: center;}
.owner #section01 .pic{text-align: center;width: 580px;margin: 0 auto;}

.owner #section02{padding:70px 0px 40px;}

.owner #section03{padding: 70px 0px;}
.owner #section03 .box{padding: 1.7em;position: relative;}
.owner #section03 .box .icon{width:150px;margin-left: 0;margin-bottom: 0;}
.owner #section03 .box .inbox{width: calc(100% - 170px);}
.owner #section03 .box .inbox h4{font-size: 1.3em;margin-bottom: .7em;text-align: left;}

.owner #section04{padding: 70px 0px 40px;}


}


@media (min-width: 992px) {
.owner-txt1::before,
.owner-txt1::after {width:70px;}
.owner-txt1::before {
  margin-right:0px;
  transform: rotate(60deg);
}
.owner-txt1::after {
  margin-left: 0px;
  transform: rotate(-60deg);
}

.owner #section02 .owner-txt1::before,.owner #section02 .owner-txt1::after {width:40px;}
.owner #section02 .box{border:2px solid #4B89BA;border-radius: .5em;display:flex;align-items: center;justify-content: space-between;padding: 1.6em 1em;}
.owner #section02 .box .icon{width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;margin-left: 0;margin-bottom:0;}
.owner #section02 .box .icon img{border-radius: 50%;}
.owner #section02 .box h4{font-weight: 700;font-size: 1.6em;width:calc(100% - 110px);text-align: left;}
.owner #section02 .box h4 span{font-weight: 400;font-size: 18px;display: block;margin-top: .4em;}

.owner #section03 .owner-txt1::before,.owner #section03 .owner-txt1::after {width:40px;}
.owner #section03 .box{padding: 2em 1.7em;}
.owner #section03 .box .icon{width:190px;margin-left: 0;margin-bottom: 0;}
.owner #section03 .box .inbox{width: calc(100% - 200px);}
.owner #section03 .box .inbox h4{font-size: 1.5em;margin-bottom: .7em;text-align: left;}
.owner #section03 .box .inbox p{line-height: 2;}

.owner #section04 h4{font-size: 1.8em;margin-bottom:2em;text-align: center;}

.owner #section04 p{text-align: center;padding-top: .4em;}

}


@media (min-width: 1200px) {
.owner #section01{padding: 100px 0px;}
.owner-txt1{font-size: 2.5em;text-align: center;}
.owner-txt1::before,
.owner-txt1::after {width:90px;height: 5px;}

.owner #section01 .pic{text-align: center;width: 695px;margin: 0 auto;}


.owner #section02{padding:100px 0px 70px;border-top:8px dotted #DF9C00;}
.owner #section02 .container{max-width: 1200px;}
.owner #section02 .owner-txt1::before,.owner #section02 .owner-txt1::after {width:60px;height: 5px;}
.owner #section02 .box{border:3px solid #4B89BA;border-radius: .5em;display:flex;align-items: center;justify-content: space-between;padding: 1.8em 1.6em;}
.owner #section02 .box .icon{width: 110px;height: 110px;display: flex;align-items: center;justify-content: center;}
.owner #section02 .box .icon img{border-radius: 50%;}
.owner #section02 .box h4{font-weight: 700;font-size: 1.6em;width:calc(100% - 130px);text-align: left;}
.owner #section02 .box h4 span{font-weight: 400;font-size: 18px;display: block;margin-top: .4em;}



.owner #section03{padding: 100px 0px;border-top:8px dotted #DF9C00;}
.owner #section03 .owner-txt1::before,.owner #section03 .owner-txt1::after {width:60px;height: 5px;}
.owner #section03 .box{padding: 2.5em 2em;}
.owner #section03 .box .icon{width:200px;margin-left: 0;margin-bottom: 0;}
.owner #section03 .box .inbox{width: calc(100% - 250px);}
.owner #section03 .box .inbox h4{font-size: 1.8em;margin-bottom: .7em;text-align: left;}
.owner #section03 .box .inbox p{line-height: 2;font-size: 1.1em;padding-right: 1.6em;}


.owner #section04{padding: 100px 0px 50px;border-top:8px dotted #DF9C00;}


}






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


.company #section01{padding: 50px 0px 50px;position: relative;}
.company #section01 .txt{margin-bottom: 1em;}
.sign{text-align: right;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
.sign span{font-weight: 600;font-size: 1.1em;}


.company #section02{padding: 50px 0px 50px;position: relative;background:rgba(101,141,162,.2);}
.company .table{font-size: .95em;letter-spacing: .03rem;border-bottom:none;margin-bottom:0;}
.company .table th{font-weight:normal;width: 70px;background:none!important;padding: 15px .5em;border-top:none;border-bottom: 1px solid #C08200;}
.company .table td{width: auto;background: none!important;border-top:none;border-bottom: 1px solid #C08200;}
.company .table td span{color: #333;}

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


@media (min-width: 667px) {




.company .table th{width: 90px;display: table-cell;}
.company .table td{width: auto;display: table-cell;padding-left: 1em;}



}



@media (min-width: 768px) {
.company #section01{padding: 70px 0px 70px;}
.sign{font-size: 18px;}
.sign span{font-size: 1.1em;}




.company #section02{padding: 70px 0px 70px;}
.company #section02 .deco{right:30px;bottom:-30px;width: 200px;}

.company .table{font-size: 1em;margin-bottom: 0;}
.company .table th{width: 130px;}
.company .table.gaiyo th{width: 120px;}




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


}




@media (min-width: 992px) {
.company #section01 .txt{margin-bottom: 1em;font-size: 1.1em;line-height: 2;}


.company .table{font-size: 1.1em;margin-bottom: 0;}
.company .table th{width: 150px;}




}



@media (min-width: 1200px) {
.company #section01{padding: 100px 0px 100px;}
.sign{font-size: 18px;letter-spacing: .1rem;}
.sign span{font-size: 1.3em;}

.company .table th{padding: 1.5em .5em;}
.company .table td{padding: 1.5em 1em; }




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

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


}

@media (min-width: 1680px) {
.company #section01 .txt{margin-bottom: 1em;font-size: 1.1em;line-height: 2.2;}



}







/* contact.html
--------------------------------------------------------- */
.contact #section01{padding: 50px 0px;position: relative;}
.contact #section01 ul li{margin-bottom: 15px;}
.contact #section01 ul li:last-child{margin-bottom:0;}
.contact #section01 .box{background: #fff;border: 4px double #C08200;padding:1.4em 1em;border-radius: .6em;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .3em;font-size: 1.8em;line-height: 1;font-weight:500;color:black;display: flex;align-items: center;justify-content: center;}
.contact #section01 .box .tel span{margin-left: 4px;color: #000;}
.contact #section01 .box .tel .fas{color:#DF5200; }
.contact #section01 .box .time{text-align: center;font-size: .8em;color: #555;line-height: 1;}



.contact #section02{padding: 50px 0px 20px;position: relative;border-top:5px dotted #DF9C00;}


.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: #fafafa; 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 span.hissu{color: white;background:#DF5200; padding: 3px 5px;border-radius:5px;font-size: 12px;line-height: 1.5;}
.contact .table {margin-bottom: 30px;}
.contact .table th{background:rgba(223,156,0,.2)!important;vertical-align: middle;font-weight: 500;position: relative;display: block;}
.contact .table th span.hissu{color: white;background: #DF5200; padding: 3px 5px;border-radius: 5px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1.5;}
.contact .table td{background: white!important;vertical-align: middle;display: block;}
.auto{font-size: .9em;background: #eee;line-height: 1;padding: .5em;border-radius: .4em;margin-left: .4em;color: #555;}

.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: 180px;
    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: 500;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 ul li:last-child{margin-bottom:0;}
.contact #section01 .box{padding:1.4em .5em;border-radius: .6em;}
.contact #section01 .box .tel{margin-bottom: .3em;font-size: 1.6em;}
.contact #section01 .box .tel span{margin-left: 5px;}
.contact #section01 .box .time{font-size: .9em;margin-top: .2em;}

.contact .table th{display: table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}

.selectbox select {width: 250px;}

}


@media (min-width: 768px) {
.contact #section01{padding: 70px 0px;}
.contact #section01 .box{padding:1.4em .5em;border-radius: .6em;}
.contact #section01 .box .tel{margin-bottom: .3em;font-size: 2em;}
.contact #section01 .box .tel span{margin-left: 7px;}
.contact #section01 .box .time{font-size:1em;margin-top: .2em;}


.contact #section02{padding: 70px 0px 30px;}



.contact .table {margin-bottom: 60px;}
.contact .table th{display: table-cell;width: 200px;}

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

}


@media (min-width: 992px) {

.contact #section01 .box{padding:1.8em .5em;border-radius: .6em;}
.contact #section01 .box .tel{margin-bottom: .3em;font-size: 2.5em;}
.contact #section01 .box .tel span{margin-left: 10px;}


.selectbox select {width: 280px;}


}


@media (min-width: 1200px) {
.contact #section01{padding: 100px 0px 100px;}
.contact #section01 .box{padding:2em .5em;border-radius: .8em;}
.contact #section01 .box .tel{margin-bottom: .3em;font-size: 2.8em;}
.contact #section01 .box .tel span{}


.contact #section02{padding: 100px 0px 50px;border-top:8px dotted #DF9C00;}

.contact .table {margin-bottom: 80px;}
.contact .table th{width: 250px;}

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

}




.doi-box{padding: 30px 15px;border-top:1px solid #555;border-bottom:1px solid #555;background: rgba(255,255,255,.4);}
.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 5px;letter-spacing: 0;}

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

@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-post{width:8em;}
.form-name{width:220px;}
.form100{width:100%}
.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 #DF5200!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:80px;}
.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;
  transition: color 0.4s ease-out;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.logo{margin-left:10px;width: 200px;}

.header .navi{display: flex;align-items: center;justify-content: flex-end;padding-right: 10px;}
/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
  align-items: center;
  justify-content:flex-end;
  margin-right: 20px;
}
.menu-item {position: relative;margin: 0 .5em;}
.menu-item:last-child {margin: 0 0 0 .5em;}


/* メニューアイテムのホバースタイル */
.menu-item a {
position: relative;
font-size: 13px;
text-align: center;
  align-items: center;
  color: #111;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;
  padding: 0 .25em;
  line-height: 1.5;
  letter-spacing: 0;
}
.menu-item a.active {color: #DF9C00;}
.menu-item a.active:after {
content:"";/*疑似要素の中身を指定*/
position:absolute;/*絶対位置指定*/
left:0;/*横位置の指定*/
bottom:-10px;/*縦位置の指定*/
background:#DF9C00;/*線の色指定*/
width:100%;/*線の幅指定*/
height:4px;/*線の高さ指定*/
}
.link-current {color: #f36!important;}
.header .bt-tel{width: 180px;height: 50px;display: flex;align-items: center;justify-content: center;background: #c90;border-radius: .5em;}
.header .bt-tel img{margin-right: 5px;}
.header .bt-tel span.call{color: white;font-size: 18px;font-weight: 700;}
#main{position: relative;max-width: 100%;margin: 0 auto; }

.main-h2{position: absolute;z-index: 50;
right: 12%;
top:10px;
color: black;
font-size:30px;
}
.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.swiper-slide img{width: 922px;height: auto; border-radius: 0 50px 50px 0;}

.h2-maru{position: absolute;z-index: 50;top:10px;left:5%;display: flex;}
.h2-maru div{width: 140px;}
.h2-maru div:last-child{padding-top: 140px;margin-left:-40px;}

.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	z-index: 30;
	right:3.5%;
	top:50%;
    /*全体の高さ*/
	height:100px;
}


.home #section04{padding: 70px 0 150px;}
.service-pic{width: 100%;}

.company .table th{width: 230px;display: table-cell;}
.company .table td{width: auto;display: table-cell;}

.contact .table th{display: table-cell;width: 240px;}
.contact .table td{display: table-cell;width: auto;}

#common{padding: 80px 0;margin-top: 150px}
#common:before {
  content: '';/*何も入れない*/
  display: inline-block;
  position: absolute;
  left:0;
  top:-96px;
  width: 1199px;/*画像の幅*/
  height: 96px;/*画像の高さ*/
  background-image: url(../images/bg-town.png);
  background-position: center;
  background-size:1199px 96px;
  vertical-align: middle;
}
footer .logoblock{margin-bottom: 20px;margin-left: 0;text-align: left;}
footer .logoblock a{font-size: 18px;}
footer .address{font-size: .9em;text-align: left;margin-bottom: 5px;}
footer .tel{text-align: left;margin-bottom: 0;}

.footer-menu ul{justify-content: flex-end;}
.copy{font-size: 12px;text-align: right;}


.drawer_menu{display: none!important;}

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

}
