@charset "utf-8";
/*
Theme Name:furusatoBase 
Theme URI: 自分のURL
Description: COMPANY official theme
*/
/*----------------------------
   【メンテ履歴】
   ヘッダを固定 hkotei 未完 z-index調整要
   sidebarを横いっぱいに 1027
   .box-inner:after  これがないとbox-innerが縮むｗ 20171101
   題名記号-----1101B 
  padding,margin 調整　douki
  fade in

 -----------------------------*/
/**************************************************** ogata test */
th.ogata {background-color:yellow;}
p.ogap{color:blue;}
/************************/


/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}
img {
border:0;
vertical-align: top;
max-width:100%; /* ogata */
height: auto; /* ogata */
}
body {
/* hkotei ***
margin: 0;
padding: 300px 0 0 0;
****/
	/* background-image: url("images/backimg.jpg"); background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;
**/
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 80%; /*62.5%;*/
/*
	font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MSPGothic",sans-serif;
*/
overflow-x: hidden; /+ footer左右はみだし除去 */
    /* page fadein */
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
/****
body.custom-background {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
****/
/*---------------------------*
 * Page Fade in
 *---------------------------*/
/***********fadein
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
***********/
/*---------------------------*
 * タイポグラフィ
 *---------------------------*/
a{
	/* color: #429ad2; */
	/* text-decoration = underline default */
	outline: none;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	list-style: none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}

table{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
th{
	width: 20%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #55aeff;
	color: #fff;
	/* font-weight: bold; */
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
td{
	width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}




/*===========
header
=============*/
#header { /* purple */ 
	width: 100%; /* 左右いっぱい */
	margin-bottom: 10px;
	border-bottom: none; /* 0px solid #878787;*/
	/* メニュー背景　上部の両脇のみ */
	/*** background: rgba(255,255,255,0.5) url(images/bg_header3.png) repeat-x left top; */
/*	background: #efeeeb url(images/bg_header.gif) repeat-x left top; */
}
#header-kotei { /* hkotei */
/****
 	position: fixed !important;
 	position: absolute;
    	top: 0;
	width: 960px;
	margin: 0 auto;
	max-width:100%;

	z-index: 1;
****/
}
#header-inner { /* headerの内側 brown*/
	width: 960px;
	margin: 0 auto;
	max-width:100%; /* ogata */
	height: auto;  /* ogata koko */
}
#header-top { /* headerの内側の上側 blue*/
	height:50px;/* height: 81px; */
	background: url(images/head5.png); /* repeat-x left top;  上部のみ */
}
#header-top h2 { 
	padding-left: 3px;
	padding-top: 0px;
}
#header-top h1 { 
	padding-top: 3px;
}
#header-top p {
	padding-top: 3px; 
	padding-bottom: 0px; 
	color: #797979;
}

/*===========
 ナビメニューボタン CSSのみで作りこみ
=============*/
#dropmenu{
  list-style-type: none;
  width: 800px;
  height: 40px;
  margin: 0px auto 0px;
  padding: 0;
/**
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
**/
}
#dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: black;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background: #6e7c0c;
  color: #eff7b1;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/*===========
 ヘッダ画像 orange
=============*/
#header-gra {
clear: both;
}
/*===========
 フェードイン 
=============*/
.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
/*===========
 ローディング画面
=============*/

/*===========
 ヘッダ画像に文字追加
=============*/
.imgonwords {/*親div*/
  position: relative;
  }

.imgonwords p {
  position: absolute;
  /* 文字分のズレを補正 */
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;

  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 6em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
/****
  top: 0;
  left: 0;
****/
  top: 35%;
  left: 77%;
  }
.example img {
  width: 100%;
  }


/*===========
 バーガーメニュー
=============*/
/*メニュー部分*/
#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 20px 40px; /*メニュー内部上下左右余白*/
    position: fixed;
    right: -200px; /*メニュー横幅①と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 200px; /*メニュー横幅①*/
    z-index: 1000;
}

/*メニューアイコン部分は疑似要素で*/
#ham-menu::before {
    background-color: #fff; /*ボタン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    content: "≡"; /*メニューアイコン*/
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px;
    line-height: 50px; /*縦位置中央化*/
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    width: 50px;
}

/*透過背景部分*/
#menu-background {
    background-color: #333; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}

/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-200px); /*メニュー横幅①と合わせる*/
}

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}
/*===========
container  yellow
=============*/
#container {
	width: 100%; /* 960px; */
    	/* overflow:auto;  これをしないと背景が途切れる */
	/* padding-top: 10px; */
	/* background: url(images/bg_body.png) repeat 0 0; */
}
/*===========
contents red
=============*/
#contents { 
	width: 100%;
	margin-bottom: 0px;
	padding-top: 0px;
}
#contents.ctt-psb { 
	background-color: green;
}
#contents.cttG , 
#contents.cttF , 
#contents.cttH {
	background: url(images/sepia.jpg); background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;
}
#contents.cttA { 
	background: url(images/keyboards.jpg); background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;
}
#contents.cttA-obi { 
	background-color: red;
	/* ドット柄 
	background-image: radial-gradient(#fff 10%, transparent 20%), radial-gradient(#fff 10%, transparent 20%);
	background-size: 5px 5px;  ドットの大きさ
	background-position: 0 0, 2.5px 2.5px;  間隔 
*/
	/* background: linear-gradient(to bottom , yellow 0%, green 50%, yellow 100%); グラデーション */
}
#contents.cttD { 
	background: linear-gradient(to bottom , white 0%, white 5%, #FFC300 100%);
}
#contents.cttB , 
#contents.cttE , 
#contents.cttJ , 
#contents.cttI { 
	background: linear-gradient(to bottom , white 0%, white 50%, #FFC300 100%);
}

#contents.cttC { 
	background: linear-gradient(to top, white 0%, white 50%, #FFC300 100%);
}


.cttA-obi,.cttF,.cttH,.cttG{ 
	color: #fff;
}
.cttA-obi a,
.cttF a,
.cttH a,
.cttG a
{
	color: white;
}
.cttA a,
.cttB a,
.cttC a,
.cttD a,
.cttE a,
.cttI a,
.cttJ a
{
	color: black;
}
.cttA a{ text-decoration: none;}
.cttA a:hover{ text-decoration: underline; }
/*-------------
BOX
-------------*/
.box {
	width: 960px;
	margin: 0 auto; /* center寄り */
	border-radius: 10px; /* 角丸 */
}
#idA.box ,
#idpsb.box {
	border-bottom: 7px ridge #fff;/*c5c5c5;*/
	padding-bottom: 0px;
	border-radius: 0px; /* 角丸 */
	background: linear-gradient(to bottom, white 0%, white 10%, #FFC300 100%);
	/* background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);*/
	/* background:white; */
}
#idpsb.box {
	background: #CCFFCC;
	padding-left: 45px;
}
#idA2.box {
	background:rgba(255,255,255,0.9);
	padding-left: 45px;
}
#idDhd.box ,
#idD.box ,
#idB.box ,
#idB2.box {
	background:rgba(255,255,255,0.5);
}
#idD.box {
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}
.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}


/*-------------
BOX INNER  
-------------*/
.box-inner {
	margin: 20px 20px 10px;
	padding-left: 20px; /* douki 文は中よりの方が･･･*/
	padding-right: 20px; /* douki 文は中よりの方が･･･*/
	padding-top: 10px; /* douki */
	padding-bottom: 10px; /* douki */
	position: relative;
	border-radius: 30px; /* 角丸 */
}
#idH .box-inner {
	padding-bottom: 10px;
	border-left: 1px dashed #c5c5c5;
	border-right: 1px dashed #c5c5c5;
	border-bottom: 1px dotted #ccc;
}
.box-inner h3{
	font-weight: normal;
	padding-bottom: 5px;
	/* background: url(images/icon_h3.gif) no-repeat left 2px; */
	margin-bottom: 10px;
}
#idC3 .box-inner h2{ /*kokoko*/
color:red;
}

.box-inner h3 .ttl-info {
	display: block;
	padding-right: 55px;
	background: url(images/icon_info.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-seminar {
	display: block;
	padding-right: 55px;
	background: url(images/icon_semi.gif) no-repeat right bottom;
}

.box-inner .data { 
	color: #999;
	text-align: right;
}

/* お客様の声 */
#idH .box-inner img{
	border-radius: 50px; /* 角丸 */
	width:150px;
	float:left;
	margin-right:30px;
}
.box-inner p{
	padding-left: 1em; /* → */
	text-indent: -1em; /* ← */
}

.box-inner:after { /* これがないとbox-innerが縮むｗ 20171101*/
	display: block;
	clear: both;
	height: 0;
	content:"";
}

/*-------------
Box上のヘッダ
  -------------*/
.box-header { 
	padding-top:20px;
	padding-bottom:20px;
	position: relative;
	border-radius: 20px; /* 角丸 */
	/* border-bottom: 7px ridge #e3aa00; */
	background: linear-gradient(to bottom, white 0%, white 10%, #FFC300 100%);
	/* background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);*/
	color:black;
}
#idA2 .box-header,
#idpsb .box-header,
#idC3 .box-header,
#idA-obi .box-header {
	border-bottom: 0px ridge #c5c5c5;
	/* margin-bottom:10px; */
	background: none;
}
#idA-obi .box-header { color:#fff; }
.box-header h1 {
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	text-align: center;
}
#idA2 .box-header h1{
	font-weight: bold;
	text-align: center;
	border-radius: 20px; /* 角丸 */
	border: 0px ridge #c5c5c5;
}
#idpsb .box-header h1{
	font-weight: bold;
	text-align: center;
	border-radius: 20px; /* 角丸 */
	border: 0px ridge #c5c5c5;
}
#idpsb .box-header h2{
	font-weight: normal;
	text-align: center;
	color:red;
}
#idA-obi .box-header h1 {
	font-weight: bold;
	text-align: center;
	border-radius: 20px; /* 角丸 */
	border: 0px ridge #c5c5c5;
}
#idC3 .box-header h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.7em;
	text-indent: -1.3em;
	padding-left: 1.3em;
        border-bottom: 1px dashed #c5c5c5;
}

.box-header p{ 
	position: absolute;
	font-size: 1.5em;
	top: 5px;
	right: 20px; 
}
.box-header p a{
	padding-left: 15px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
}

/*=================================
 box-innLRa 左右に表示するボックスA
 ==================================*/
.box-innLRa {
	width: 435px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
    z-index: 100;
}

.box-innLRa:first-child {
	/* margin-left: 20px;  kokokoko */
	margin-right: 20px;
}

#idA .box-innLRa {
	padding-left: 5px;
}
#idC .box-innLRa ,
#idC2 .box-innLRa {
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
/* p字下げ 各ページ文章のインデント微調整*/
.box-innLRa h2 {
font-weight: normal;
	padding-left: 1em; /* → */
	text-indent: -1em; /* ← */
}

#idA2 .box-innLRa li{ 
	height:70px;
	/* padding-top:20px; kokokoko*/
	padding-bottom:10px;
	border-radius: 10px; /* 角丸 */
	border-style:ridge;
	border-color:white;
	margin-bottom:10px;
	background:white;
}
#idA2 .box-innLRa h2 {
	font-weight: bold;
	line-height:25px; /* 行間 */
	text-align:left;
	padding-left: 3em; /* → */
	text-indent: -1.5em; /* ← */
}
#idA2 .box-innLRa h1:before { 
	font-family: FontAwesome;
	font-size: 2em;
	font-weight:normal;
	margin-right:10px;
	color:yellow;
	content:"\f0eb";
}
#idA2 .box-innLRa h2:before { 
    	font-family: FontAwesome;
    	font-size: 1em;
    	margin-right:6px;
	content:"\f046";
}

.migiyose{
	font-weight:bold;
	text-align: right;
}
.migiyoseRyokin {
	font-weight:bold;
    	font-size: 1.5em;
	/* text-decoration:underline; 下線 */
	/* text-decoration-style:wavy; 波線　*/
	text-decoration-color:red;
	text-align: right;
}
#idD .box-innLRa h2,
#idE .box-innLRa h2,
#idF .box-innLRa h2,
#idG .box-innLRa h2{
	padding-left: 1em; /* → */
	text-indent: -1em; /* ← */
}

/* 左の画像用 */
.box-innLRa img {
	border-radius: 50px; /* 角丸 */
	float: left;
	/* height:120px;  これがないと縦がはみでる */
	/* height:auto !important;   koko add 画像はみだし対応*/
}
/* 右の画像用 */
#idA .box-innLRa img{
	border-radius: 0px; /* 角丸 */
	margin-right:8px;
}
#idC .box-innLRa img { height:120px; }
#idE .box-innLRa img,
#idF .box-innLRa img,
#idG .box-innLRa img{
	border-radius: 0px; /* 角丸 */
	float: right;
	margin-top: 30px;
	margin-right: 0px;
	width:360px;
 	height:auto;
}
#idD .box-innLRa img{
	border-radius: 0px; /* 角丸 */
	width:360px;
	margin-top: 30px;
	margin-left:30px;
 	height:350px;
	float: left;
}
/* 横並べ用 各ヘッダ画像と小さい右上のアイコン */
.box-innLRa h2.box-innLRaHdr-info {
	background: url(images/icon_info.gif) no-repeat right 8px;
}
.box-innLRa h2.box-innLRaHdr-seminar {
	background: url(images/icon_semi.gif) no-repeat right 8px;
}

/*------------
 hover zoom
--------------*/
/* hover white *****
.box-innLRa img:hover{
filter:alpha(opacity=80);
opacity:0.8;
}
*****/
.imgzoom {
	float: left; /* もいっかい掛けなおす*/
	margin-left: 10px;
display:block;
width:120px;
height:120px;
overflow:hidden;
}
.imgzoom img{
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.5s;
}
.imgzoom img:hover{
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
}

/*-------------------
 box-innLRa内ヘッダHdr
---------------------*/
.box-innLRaHdr {
        position: relative;
}

.box-innLRaHdr h1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-indent: -1.3em; /* 字下げbeforeのimg分調整 */
	padding-left: 1.3em;
        border-bottom: 1px dashed #c5c5c5;
}
.box-innLRaHdr h2 {
	font-weight:bold;
	font-size: 1.7em;
	margin-bottom: 10px;
	padding-bottom: 10px;
        border-bottom: 1px dashed #c5c5c5;
}
#idC .box-innLRa .box-innLRaHdr img {
	border-radius: 0px; /* 角丸 */
	margin-right: 10px;
	padding-bottom: 10px;
	height: 72px; /* kokoko */
	width: 100%; /* kokoko */
}
#idC .box-innLRaHdr h2 {
	text-indent: 0em; /* 字下げbeforeのimg分調整 */
}
#idD .box-innLRaHdr h2 ,
#idE .box-innLRaHdr h2 ,
#idF .box-innLRaHdr h2 ,
#idG .box-innLRaHdr h2 ,
#idI .box-innLRaHdr h2 ,
#idJb.box-innLRaHdr h2 ,
#idIc.box-innLRaHdr h2 ,
#idJc.box-innLRaHdr h2 {
	text-indent: -2.1em; /* 字下げbeforeのimg分調整 */
	padding-left: 1.6em;
	font-weight:bold;
}
.box-innLRaHdr h2:before {
    font-family: FontAwesome;
    font-size: 1.7em;
    margin-right:10px;
}
#idD .box-innLRaHdr h2:before { content:"\f0f9"; }
#idE .box-innLRaHdr h2:before { content:"\f14e"; }
#idF .box-innLRaHdr h2:before { content:"\f121"; }
#idG .box-innLRaHdr h2:before { content:"\f0ac"; }
#idI .box-innLRaHdr h2:before { content:"\f015"; }
#idJb.box-innLRaHdr h2:before { content:"\f27b"; }
#idIc.box-innLRaHdr h2:before { content:"\f186"; }
#idJc.box-innLRaHdr h2:before { content:"\f277"; }

/***.box-innLRaHdr h2:before {
	content:url(images/icon_maru.png);
}**/

.box-innLRaHdr p{
	position: absolute;
	top: 5px;
	right: 5px;
}
.box-innLRaHdr p a{
	padding-left: 15px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
}
/*-------------------
 box内右側文字 box-innLRa-inn
---------------------*/
.box-innLRa .box-innLRa-inn {
	padding-left: 150px;
}
.box-innLRa .box-innLRa-inn span {
	display: block;
	padding-bottom: 5px;
	color: #999;
	text-align: right;
}
.box-innLRa h3 {
	font-weight: bold;
}
.box-innLRa p { /* 字下げ */ /* kokoko*/
	font-weight: normal;
	padding-left: 2em; /* → */
	text-indent: -1em; /* ← */
}

/*=================================
 box-innLRb 左右に表示するボックスB
 ==================================*/
#box-innLRb ul{
display: table;
position: relative;
margin: 0 auto;
border-collapse: collapse;
}

#box-innLRb  li {
display: table-cell;
overflow: hidden;
vertical-align: middle;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #ccc;
}
#box-innLRb li:first-child {
	border-left: 0px solid #ccc;
}

#box-innLRb li:nth-child(n+2) {
padding-left: 10px;
}
#box-innLRb ul li .term-link {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #999;
	text-align: right;
}
#box-innLRb ul li img {
	/* margin-bottom: 3px;*/
}
#box-innLRb ul li span {
	color: #999;
}
#box-innLRb ul li h3 {
font-weight: normal;
	margin-bottom: 5px;
}
/*--------------------------------
    悩み画像 
----------------------------------*/
.nayami{
margin-top:-10px;
margin-bottom:0px;
}
/*--------------------------------
     帯上
----------------------------------*/
.obiue {
margin-top:-40px;
}
/*=================================
 お知らせ一覧 oshirase
=================================*/
#oshirase{ 
	clear: both;
}
#oshirase dl {
	padding: 0 15px;
}
#oshirase dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}
#oshirase dd {
	float: left;
	width: 440px;
	padding-top: 5px;
	padding-left: 55px; /* 75px */
}

#oshirase dd.info{
	background: url(images/icon_info.gif) no-repeat 0 8px;
}

#oshirase dd.seminar { 
	background: url(images/icon_semi.gif) no-repeat 0 8px;
}

#oshirase dd a.photo {
	padding-right: 28px;
	background: url(images/icon_camera.gif) no-repeat right center;
}


.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}



/*===========
 PagiNavi
=============*/
.wp-pagenavi { 
	padding-top: 10px;
	padding-bottom: 25px;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #3793ce;
}

/*map*/
#map {
	margin-top: 20px !important;
	border: 1px solid #999;
}
/*===========
 お問い合わせ プラグイン使用
===========*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*===========
 お問い合わせ プラグイン使用 contact form 7
===========*/
/***  問い合わせフォーム　レスポンシブ対応 */
.form-width { max-width: 100%;}

/* アスタリスク（必須）の色 */
.asterisk {
 margin: 0 0 0 0.5em;
 color: #f5637a;
}

/* オプションメニューを縦並べ */
span.wpcf7-list-item { display: block!important;}

.wpcf7-form label{
        font-size: 1.5em;
        font-weight: normal;
}
.wpcf7-form labelb{
        font-size: 1.5em;
        font-weight: bold;
}
.wpcf7-form labelc{
        font-size: 1.5em;
        font-weight: bold;
	color:red;
}
.wpcf7-form labeld{
        font-size: 1.5em;
        font-weight: normal;
	color:red;
}
.wpcf7-form input,
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
        font-size: 1em;
}
.wpcf7-form .wpcf7-submit {
        width: 150px;
}
/* 確認画面の背景色を薄くした */
.wpcf7 .wpcf7c-conf {
    background-color: #F5F5F5; /* 背景色 */
    color: black; /* 文字色 */
    border: 1px solid #AEAEAE; /* 周りの線: 太さ　線種 線の色 */
}
/*確認ボタン、送信ボタンのスタイル*/
input.wpcf7-confirm,
input.wpcf7-submit {
display: inline-block;
padding: 0.3em 1em;
text-decoration: none;
color: #dd4084;
border: solid 2px #dd4084;
}
/*確認ボタン、送信ボタンにホバーした時のスタイル*/
input.wpcf7-confirm:hover,
input.wpcf7-submit:hover {
background: #dd4084;
color: white;
}
/* 戻って編集ボタン */
input.wpcf7c-btn-back {
display: inline-block;
padding: 0.3em 1em;
text-decoration: none;
color: #BDBDBD;
border: solid 2px #BDBDBD;
}
/* 応答メッセージ */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;

/* table を使った場合*/
.table-res-form {
    width: 100%;
    background: none;
    border: none;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 0em;
    color: black;
    background: none;
    border: none;
}
/*th（項目欄）は30%幅、テキストを右寄せaaa*/
.table-res-form th {
    width: 30%;

    text-align: right;
    background: none;
    border: none;
}

/*===========
 お問い合わせ お問い合わせCGI用
input[type="text"],input[type="email"], textarea, select{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fff url(images/inputBg.png) repeat-x;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:4px 12px;
color:#fff;
background: #5bc5f6;
background: -moz-linear-gradient(top, #5bc5f6 0%, #8ad7fa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc5f6), color-stop(100%,#8ad7fa));
background: -webkit-linear-gradient(top, #5bc5f6 0%,#8ad7fa 100%);
background: -o-linear-gradient(top, #5bc5f6 0%,#8ad7fa 100%);
background: -ms-linear-gradient(top, #5bc5f6 0%,#8ad7fa 100%);
background: linear-gradient(to bottom, #5bc5f6 0%,#8ad7fa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc5f6', endColorstr='#8ad7fa',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #5bc5f6;
background: -moz-linear-gradient(top, #8ad7fa 0%, #5bc5f6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ad7fa), color-stop(100%,#5bc5f6));
background: -webkit-linear-gradient(top, #8ad7fa 0%,#5bc5f6 100%);
background: -o-linear-gradient(top, #8ad7fa 0%,#5bc5f6 100%);
background: -ms-linear-gradient(top, #8ad7fa 0%,#5bc5f6 100%);
background: linear-gradient(to bottom, #8ad7fa 0%,#5bc5f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ad7fa', endColorstr='#5bc5f6',GradientType=0 );
}


===========*/

/*===========
 gallery
===========*/
#oshirase .gallery {
	padding: 0 7px;
	margin-left: -20px;
}
#oshirase dl.gallery-item {
	float: left;
	width: 284px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;	
}
#oshirase dt.gallery-icon {
	float: none;
	width: 284px;
}

#oshirase dt.gallery-icon a img {
	border: 2px solid #eee;
}
#oshirase dt.gallery-icon a:hover img {
	border: 2px solid #3ba8ff;
}

#oshirase dd.gallery-caption {
	float: none;
	width: 284px;
	padding: 6px 0 3px;
	border-bottom: 1px dotted #999;
	text-align: left;
}


/*===========
 Googleマップ用 
===========*/
.iframe-content {
   position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*===========
 画像スライドショー
===========*/
#inner {
  position: absolute;
  top: 0;
  width: 100%;
}

#inner img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
}

#inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
/***** とりあえず＜＞ボタンはつけない **
.prev,
.next {
  background: #333;
  color: #fff;
  height: 8vw;
  line-height: 8vw;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  text-align: center;
  width: 8vw;
}
@media (min-width: 800px) {
  .prev,
  .next {
    height: 44px;
    line-height: 44px;
    width: 44px;
  }
}

.prev {
  left: 0;
}

.next {
  right: 0;
}
****/

#nav {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

#nav a {
  background: #ccc;
  border-radius: 100%;
  display: inline-block;
  height: 4vw;
  margin: 0 5px;
  width: 4vw;
}

@media (min-width: 800px) {
  #nav a {
    border-radius: 50%;
    height: 20px;
    width: 20px;
  }
}

#nav a.active {
  background: #333;
  cursor: default;
}

#wrap {
  position: relative;
  width: 100%;
}

#slides {
  height: 40vw;
  overflow: hidden;
  position: relative;
  /* position: absolute; */
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60vw;
}

@media (min-width: 800px) {
  #slides {
    height: 300px;
    width: 400px;
  }
}



/*===========
topへ戻るボタン
===========*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  /* padding: 8px 0 0 8px; */
  padding: 8px 0 0 0px;
  border-radius: 30px;
  width: 60px;
  height: 40px;
  background-color: red; /* #9FD6D2;*/
  color: #fff;
  font-weight: bold;
  font-size: 3em;/*サイズ2倍*/
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*===========
ホーバー
===========*/
#idB2 a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
#idB2 a::before,
#idB2 a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  transition: .3s;
}
#idB2 a::before {
  top: 0;
  left: 0;
}
#idB2 a::after {
  bottom: 0;
  right: 0;
}
#idB2 a:hover::before,
#idB2 a:hover::after {
  width: 100%;
}

/*===========
 footer
===========*/
#footer { 
	clear: both;

	/* width: 960px;  ogata */
	/* margin: 0 auto;  ogata ←　ここにこれをにいれるとfooterなのに両脇が空く*/

	/* toppageでのfooter左右いっぱい対応 from 
                    ---->  スマホ標準ブラウザで右側が余計にはみだすので削除20171103
	margin:0 -200%;
	padding:0 200%;
	 to */

	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #aaa;
	background: #000;

}
#footer p {
	width: 960px;
	margin: 0 auto;
	color: #fff;
	text-align: right;
}

/** フッターメニュー */
#footer-menu ul{
  text-align: center;
	color: #fff;
  margin: 10px 0;
}
 
#footer-menu ul li {
  display: inline;
  list-style: outside none none;
}
 
#footer-menu ul li::before {
    content: "|";
    padding: 0 0.6em;
}
 
#footer-menu ul li:first-child::before{
  content: "";
  padding: 0;
}
 
#footer-menu ul .sub-menu{
  display: none;
}

/********************************************************debug**
#header 	{ background-color:purple; }
#header-inner 	{ background-color:brown;  }
#header-top 	{ background-color:blue; }
#header-gra 	{ background-color:orange;}

.breadcrumbs 	{ background-color:gold;   }

#container 	{ background-color:yellow; }
#contents 	{ background-color:red;}
.box 		{ background-color:purple; }
#idA2.box ,
#idB.box ,
#idB2.box { background:purple; }
.box-inner 	{ background-color:orange; }
.box-header 	{ background-color:white;  }
.box-innLRa 	{ background-color:pink;   }
.box-innLRaHdr 	{ background-color:red;  }
#box-innLRb { background-color:blue;  }
#oshirase		{ background-color:gray;   }
****************************************************************/
/*==========================================================
 *
 *            ＰＣ・タブレット　レスポンシブ対応
 *
 *==========================================================*/
/**************************/
/*   960px PC             */
/**************************/
@media only screen and (min-width:960px){
.nowmediaPC{ color:red; }

	/*------------------------------*
          ナビメニューＰＣ版 
	 *------------------------------*/
	#ham-menu { display:none; }  /* バーガーメニュー */
}
/**************************/
/*   959px  tablet        */
/**************************/
@media only screen and (max-width:959px){
        *{
-webkit-text-size-adjust:100%;  /* スマホを横にしても文字サイズを変えない ogata */
            box-sizing:border-box; /* padding、borderの幅をwidthに含めない */
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
         -o-box-sizing:border-box;
        -ms-box-sizing:border-box;
        }
.nowmediaSM{ color:blue; }

	body{ font-size: 60%; }
	/*------------------------------*
          ナビメニューモバイル版 
	 *------------------------------*/
	#dropmenu { display:none; }
	#ham-menu { display:inline; } /* バーガーメニュー */
	/*------------------------------*
          縦に並べる 
	 *------------------------------*/
	#container {
        	float: left;
	}
	#contents {
        	float: left;
	}
	.box {
        	float: left;
		width: 100%;
		margin: 0 auto;
	}
#idA2.box {
	padding-left: 0px;
}
	.box-innLRa {
        	width: 100%; /* そのときの画面サイズに合わせて指定する */
		margin-bottom: 10px; /* 左右ボックス折り返し時の縦境幅*/
	}
	#oshirase dt{
        	float: left;
        	width: auto;
	}
	#oshirase dd {
        	float: left;
        	width: auto;
	}
	.alignleft {
        	float: left;
	}
	#sidebar {
        	float: left;
        	width: 100%; /* sidebarを横いっぱいに 1027*/
	}
	.breadcrumbs {
		width: auto; /* koko */
	}
	#footer p{ 
        	width: auto;
 		text-align:center;
	}

	#box-innLRb ul, li {
	display: block;
	}
	#box-innLRb li:nth-child(n+2) {
	padding-top: 1px;
	padding-left: 0;
	}
	/* image を小さく */
	#idC .box-innLRa .box-innLRaHdr img {
		width:auto;
 		height:auto;
	}
	#idA .box-innLRa img{
		width:70px;
 		height:auto;
	}
	#idD .box-innLRa img,
	#idE .box-innLRa img,
	#idF .box-innLRa img,
	#idG .box-innLRa img{
		width:180px;
 		height:auto;
	}
	#idH .box-inner img{
		width:75px;
 		height:auto;
	}
	/**** ならないｗ
	#idC3 .box-innLRb img {
		width:7px;
 		height:7px;
	}
	****/

/**************************/
/*   640px                */
/**************************/
@media only screen and (max-width:640px){
.nowmedia640{ color:green; }

	#container {  /* 横→縦置き対応 */
        	float: left;
		max-width: 640px;
		width: 100%;
	}
}

/**************************/
/*   480px                */
/**************************/
@media only screen and (max-width:480px){
.nowmedia480{ color:yellow; }

	#container {  /* 横→縦置き対応 */
        	float: left;
		max-width: 480;
		width: 100%;
	}

}
