@charset "utf-8";
html {
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */

}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,p,
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,
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;
}
li {
	list-style-type: none;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main { /* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details, /* 1 */
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
table {
		border-collapse: collapse;
}

/* # =================================================================
   # オリジナル
   # ================================================================= */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}
.clear {
	clear:both;
}

body {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",sans-serif;
    font-weight: 500;
	font-size:85%;
	color:#333;
	line-height:1.7;
	overflow-x:hidden;
	text-align:center;
}
main {
}
section {
	clear:both;
}
main h1 {
	clear:both;
	margin:35px 0;
	font-size:34px;
	font-weight:normal;
	}
main h1 span {
	color:navy;
	font-size:18px;
	font-weight:normal;
}
main h1 span:before {
	margin-left:15px;
	content: '- ';
}
main h1 span:after {
	content: ' -';
}
main h2{
clear:both;
margin:35px 0;
position: relative;
padding: 0.5em 0 0.5em 0.5em;
background: #7294C4;
color: white;
line-height: 1.3;
vertical-align: middle;
font-size:1.35em;
}

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

main h3 {
	margin:35px 0 20px 0;
	font-size:1.15em;
}
main h4,
main h5 {
	clear:both;
	margin:35px 0 20px 0;
	padding-bottom:3px;
	border-bottom:dotted 1px #999;
}
.inner {
	width:1100px;
	margin:0 auto;
	text-align:left;
}
.inner dl dt:first-child img{
	vertical-align:middle;
	margin-right:5px;
}
main section {
	margin:100px 0;
}
.textr {
	text-align:right;
}
.textl {
	text-align:left;
}
.textc {
	text-align:center;
}
.imgr {
	float:right;
}
.imgl {
	float:left;
}
.col_red {
	color:#F00;
}
.bold {
	font-weight:bold;
}
.blue{
	color:#1869AD;
	}
.green{
	color:#68A330;
	font-size:1.4em;
	font-weight:bold;
	}


/* 詳細 */
.detail {
	font-size:12px;
	text-align:right;
}

.detail a {
	padding:1px 5px;
	display:block;
	transition:0.5s ;
	text-decoration:none;
	color:#1869AD;
}
.detail a:hover,
.detail a:hover:before {
	color:#666;
}
.detail a::after {
	font-family: "FontAwesome";
	content: "\f105";
	padding-right:7px;
	padding-left:5px;
	top:-1px;
	position:relative;
	color:#1869AD;
}
.hover-ocu:hover{
	filter:alpha(opacity=0.0);
opacity:0.5;
}

/* # =================================================================
   # header
   # ================================================================= */
#header #locon {
	display:flex;
	justify-content:space-between;
	padding:5px 20px;
	border-bottom:solid 1px #ccc;
}

#header #locon .h_contact {
	font-size:16px;
	/*border:solid 1px #000;
	width:12em;
	height:1.9em;*/
	margin-top:9px;
	/*background-color:#fff;*/
}
#header #locon .h_contact a {
	padding:1px 10px;
	display:block;
	transition:0.5s ;
	text-decoration:none;
	color:#000;
}
#header #locon .h_contact a:hover,
#header #locon .h_contact a:hover:before {
	color:#666;
}
/*#header #locon .h_contact a::before {
	font-family: "FontAwesome";
	content: "\f0e0";
	padding-right:10px;
	padding-left:5px;
}*/

#header img {
	width:60%;
}

#header p:last-child {
	margin-top:10px;
}

#header nav ul {
	display:flex;
	justify-content:space-around;
	padding:10px 0;
	font-size:16px;
}

#header nav ul li a {
	padding:15px;
	display:block;
	text-decoration:none;
	color:#333;
	position:relative;
}
#header nav ul li a:hover {
	color:#666;
}
#header nav ul li a::before,
#header nav ul li a::after {
	border-bottom: solid 3px #68a330;
	bottom: -3px;
	content: "";
	display: block;
	position: absolute;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}

#menuList ul .bggreen a{
	padding:37px 15px -7px;
	display:block;
	text-decoration:none;
	position:relative;
	background-color: #68a330;
	color:#ffffff;
	/*height:63px;*/
}

#header nav ul .bggreen a:hover {
	color:#edf0ea;
}

#menuList ul .bggreen a::before,
#menuList ul .bggreen a::after {
	border-bottom: solid 4px #ffffff;
	bottom: -1px;
	content: "";
	display: block;
	position: absolute;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}

#header nav ul li a::before {
	left: 50%;
}
#header nav ul li a::after {
	right: 50%;
}
#header nav ul li a:hover::before,
#header nav ul li a:hover::after {
	width: 50%;
}

#menuList ul li .active {
	border-bottom: solid 3px #F3D72E;
}

/* # =================================================================
   # main
   # ================================================================= */
#k_bgimg {
	background:url(../../img/kbg.jpg) no-repeat center top;
	padding-top:35px;
}

#k_inner {
	/*background: rgba(255,255,255,0.6);*/
	padding:10px;
	width:1100px;
	margin:25px auto 0;
}

#k_inner main section {
	margin-top:0;
}

/* # =================================================================
   # side
   # ================================================================= */

/* # =================================================================
   # footer
   # ================================================================= */
#pageTop {
	position:fixed;
	z-index:9999;
	bottom:120px;
	right: 15px;
	font-size:14px;
	line-height:1.3;
}
#pageTop a {
	background:#7ac52c;
	text-decoration: none;
	color: #fff;
	padding:15px 17px;
	text-align: center;
	display: block;
	opacity:0.8;
	border-radius:50%;
}
#pageTop .arrow {
	display:block;
	width:4px;
	height:4px;
	border:2px solid #3498db;
	border-left-color: #FFF;
	border-top-color: #FFF;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-radius:2px;
	text-align:center;
	margin-left:10px;
}

#map_canvas {
	width:100%;
	height:350px;
}
.textr2 {
	text-align:right;
	margin-bottom:-70px;
}

#footer {
	clear:both;
	/*margin-top:50px;*/
	background-color:#f2efeb;
	padding-bottom:1%;
	border-bottom:solid #FFF 14px;
}

#footer dl {
	/*text-align:center;*/
	width:64%;
	margin:0 auto;
}

#footer dl dt {
	font-size:1.2em;
	margin-bottom:-10px;
}
#footer .inner dl dt a{
	text-decoration:none;
	}
#footer .inner dl .paking{
	text-align:right;
	padding-right: 56px;
	}

/* フッターメッセージ */
#foot_messe{
	background-color:#f2efeb;
	padding-bottom:3%;
	border-top:solid #FFF 14px;
	}
#foot_messe .container{
display: flex;
  padding: 30px 0 0 0;
  justify-content: center;
  align-items: center;
  	}
#telcon .container .item{
	}
#telcon .container .item .donichisoudan{
	}
#telcon ul li {
	height:auto;
}
#telcon ul .consul.hover-ocu{
	font-size:1.3em;
	color:#1869ad;
	border-radius:30px;
	background-color:#FFF;
	padding:9px;
	text-align:center;
}
#telcon ul .consul.hover-ocu a{
	color:#1869ad;
	text-decoration:none;
	}	
.f-sizebb{
	font-size:1.4em;
	font-weight:bold;
	}
 #posicenter{
	}
#posicenter .trip{
	font-size:1.4em;
	color:#ee2932;
	font-weight:bold;
	margin-top:6px;
	}
#footer .inner dl dt a{
	color:#333;
	}
#footer aside{
	background-color:#FFF;
	}

/*===============================================
 分岐
===============================================*/
@media screen and  ( max-width:600px) { 
.inner {
	width:96%;
}
#header #locon {
	margin-top:-60px;
	z-index:1000;
	display:block;
	text-align:center;
}
.xxx{
	margin-top:0!important;
}
#header img {
	width:75%;
}

#header #locon .h_contact {
	font-size:15px;
	width:11em;
	height:1.7em;
	margin:0 auto 10px auto;
}

main h1 {
	font-size:25px;
	margin-top:0;
}
main h1 span {
	display:block;
}
main h1 span:before {
	margin-left:0;
}

main h2 {
	width:96%;
}

#k_bgimg {
	padding-top:0;
}

/* MENU */
#menuList {
	display: none;
}

	#rwdMenuWrap {
		width: 100%;
	}

	#rwdMenuWrap #switchBtnArea {
		width:10%;
		height: 60px;
		position: relative;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn {
		top: 10px;
		right: -1px;
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		border-radius: 5px;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span {
		left: 20%;
		width: 60%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #68a330;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 18px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#rwdMenuWrap ul {
		width: 100%;
		display: none;
	}

#rwdMenuWrap ul li {
	width: 100%;
	border-bottom: #aaa 1px solid;
}
#rwdMenuWrap ul li a {
	padding: 15px 20px;
	text-align: left;
	display: block;
	background: #ebebeb;
	position: relative;
	text-decoration:none;
	color:#000;
}
#rwdMenuWrap ul li a:hover {
	background: #eee;
	color:#666;
}

#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}

#k_bgimg {
	background:none;
}

#k_inner {
	width:96%;
}

/* フッターメッセージ */
#foot_messe .container{
	display:block;
	}
#foot_messe #telcon .container .item p{
	text-align:center;
	margin:10px;
	}
	
#telcon .container .item img{
	width:100%;
	height:auto;
	}
#telcon .container .item .donichisoudan .hover-ocu.textc img{
	margin-top:30px;
	margin-bottom:30px;
	}
#posicenter {
    margin-top:2%;
	margin-left: 0;
}	
#footer dl{
	width:100%;
	text-align:center;
	}
#footer dl dt {
    margin-bottom: 0;
}
#footer .inner dl .paking{
	text-align:left;
	padding-right:0;
	}
#foot_messe .textc {
	text-align:left;
}
}

@media screen and (min-width:600px) and ( max-width:960px) {
#header .inner {
	width:96%;
}

#header nav ul li a {
	padding:15px 5px;
}

.inner {
	width:96%;
}

#k_inner {
	width:96%;
}
#foot_messe .container {
    display: block;
    padding: 0; 
}
#telcon .container .item {
    text-align: center;
}
#posicenter {
	text-align:center;
    margin-top:1%;
	margin-left: 0;
}
}

@media screen and (min-width:960px) and ( max-width:1280px) {
.inner {
	width:96%;
}

#header .inner {
	width:96%;
}

#header nav ul li a {
	padding:15px 10px;
}

#k_inner {
	width:96%;
}
#telcon .container .item .donichisoudan .hover-ocu.textc img{
	width:100%;
	height:auto;
	text-align:left;
	}
#posicenter {
}
#footer dl{
	width:100%;
	text-align:center;
	}
#footer .inner dl .paking{
	text-align:center;
	margin-bottom:15px;
	}
}


@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	}


