@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
/*///////////////見出し要素///////////////////////*/
h1, h2, h3, h4, h5, h6, dt {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
/*///////////////段落 テーブル 箇条書きリストの文字指定///////////////////////*/
p, table {
  line-break: normal;
  line-height: 1.2em;
}
/*///////////////リスト ///////////////////////*/
ul, ol {
  list-style-type: none;
}
li, dd {
  line-break: normal;
  line-height: 1.4em;
}
/*///////////////画像指定///////////////////////*/
img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
}
/*///////////////リンク指定//// ///////////////////*/
a {
  color: #336600;
  overflow: hidden;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #cc6600;
}
code {
  background: #000;
  color: #fff;
  display: block;
  padding: 10px;
  margin-bottom: 20px;
}
/*///////////////装飾関係////////////////////////////////////////////////////////////////////////*/
/*☆☆見出し☆☆*/
.border_red {
  border-bottom: 1px solid #CC0000;
}
/*☆☆テキストカラー☆☆*/
.red {
  color: #cc0000;
}
.blue {
  color: #0099cc;
}
.blue {
  color: #0677be;
}
.orenge {
  color: #F57204;
}
.white {
  color: #fff;
}
.red a {
  color: #cc0000;
}
.shadow {
  text-shadow:
    -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
}
.line_yellow {
  background: gradient(linear, left top, left bottom, from(#fff) 60%, to(#fff38e) 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff) 60%, to(#fff38e) 50%);
  background: linear-gradient(to bottom, #fff 60%, #fff38e 50%);
}
.icon_middle {
  vertical-align: middle;
}
/*☆☆テキスト サイズ ・ウエイト☆☆*/
.b {
  font-size: 200%;
  line-height: 150%;
  font-weight: bold;
}
.s {
  font-size: 80%;
  line-height: 80%;
}
.ss {
  font-size: 60%;
  line-height: 110%;
}
.l {
  font-size: 140%;
  line-height: 120%;
}
.ll {
  font-size: 180%;
}
.bold {
  font-weight: bold;
}
/*☆☆テキスト 配置☆☆ */
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
/*背景色指定*/
.yellow_bg {
  background: -webkit-linear-gradient(#fcfbea, #fff);
  background: -o-linear-gradient(#fcfbea, #fff);
  background: linear-gradient(#fcfbea, #fff); /* FF3.6+ */ /* Chrome10+, Safari5.1+ */ /* IE10+, W3C */
}
/*ボックス要素 */
.default_inner {
  margin: 20px 0;
  padding: 10px 40px;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .5);
}
.shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}
/*フロート*/
.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.right {
  float: right;
  margin-bottom: 10px;
}
/*/////////////ポイント指定/////////////*/
.point_1 {
  background: url(../img/li_bg_1.png) no-repeat 0 6px;
  padding-left: 14px;
}
/*/////////////入力フォーム/////////////*/
input, textarea {
  border: 1px solid #CCC;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 0.8em;
}
input {
  padding: 4px;
  background: #fff;
  font-size: 1.2em;
  margin-bottom: 8px;
}
textarea {
  width: 100%;
  padding: 4px;
  font-size: 1.2em;
  background: #edf9fd;
}
select {
  width: 200px;
}
/*/////////////アイコン/////////////*/
/*/////////////アイコン/////////////*/
.icon_top img {
  vertical-align: top;
}
.icon_middle img {
  vertical-align: middle;
}
/*横並びリスト通常リスト*/
.list_yoko {
  margin-bottom: 10px;
  white-space: nowrap;
}
.list_yoko li {
  float: left;
  margin: 0 20px 10px 0;
}
.list_yoko ul, .list_yoko p {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1em;
  font-size: 1em;
}
.list_tate {
  margin-bottom: 10px;
}

/* 入力フォーム */

.contact_form {
  color: #666;
  padding: 0 20px;
  margin: 0 20px;
  margin: 10px 0;
}
.contact_form h1 {
  margin: 10px 0;
  padding: 10px 10px;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 1.4em;
  clear: both;
  color: #666;
}
.contact_form h2 {
  background: #ccc;
  padding: 10px;
  color: #330066;
  margin-bottom: 20px;
  font-size: 1.4em;
}
.contact_form p {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
input, textarea {
  border: 1px solid #CCC;
}
input {
  padding: 10px;
  width: 200px;
  margin-bottom: 20px;
  font-size: 1.4em;
  width: 70%;
}
select {
  padding: 10px 4px 0 4px;
  width: 70%;
  height: 40px;
  margin-bottom: 20px;
  font-size: 1.4em;
}
textarea {
  margin-bottom: 20px;
  padding: 4px;
  font-size: 1.4em;
  background: #edf9fd;
  width: 80%;
  height: 100px;
}
.submit input {
  background: #660000;
  color: #fff;
  font-weight: bold;
}
.red {
  color: #ff0000;
}
.s {
  font-size: 80%;
}
.txt_right {
  text-align: right;
}
.contact_form a {
  text-decoration: underline;
}

/*テーブル*/
.table_1 table {
  width: 100%;
  /*IE 7用*/
  *border-collapse: collapse;
  line-height: 1.4em;
  margin: 10px auto;
}
.table_1 th {
  width: 30%;
  color: #333;
  padding: 10px 10px;
  font-size: 1.2em;
  background: -moz-linear-gradient(top, #efeaea, #fff); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #efeaea, #fff); /* Chrome10+, Safari5.1+ */
  background: linear-gradient(to bottom, #efeaea, #fff); /* IE10+, W3C */
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: left;
  font-weight: normal;
}
/*最初の行 の最初のthにのみ*/
.table_1 tr:first-child th:first-child {
  border-radius: 3px 0 0 0;
}
/*最初の行 の最後のtdのみ */
.table_1 tr:first-child td:last-child {
  border-radius: 0 3px 0 0;
}
.table_1 td {
  padding: 8px 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
}
/*最後の列のtd全体に指定*/
.table_1 td:last-child {
  border-right: 1px solid #ccc;
}
/*最後の行 の最後のth のみ */
.table_1 tr:last-child th:first-child {
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 0 3px;
}
/*最後の行 の最後のtd のみ */
.table_1 tr:last-child td:last-child {
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 3px 0;
}
.table-1 input, .table_1 select, .table-1 textarea {
  width: 100%;
}
/*pc用設定*/
@media only screen and (min-width: 769px) {
  /* table_1の基本設定  テキスト left*/
  /*テーブル*/
  .table_1 table {
    width: 100%;
    margin: 20px 0;
    /*IE 7用*/
    *border-collapse: collapse;
    line-height: 1.4em;
    margin: 10px auto;
  }
  /*閉じ*/
}

/*IE7・IE6・Mac版IE5には、after擬似要素が未対応*/
.clearfix {
  min-height: 1%;
  display: inline-table;
}
/*IE7とMac版IE5*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*Dreamweaverプレビュー用*/
.clearfix {
  overflow: hidden;
}
/*☆☆☆☆☆☆☆☆☆☆clearfix☆☆☆☆☆☆☆☆☆☆*/

/*☆☆☆☆☆☆☆☆☆☆☆☆☆　 SP・PC 共通設定　 ☆☆☆☆☆☆☆☆☆☆☆☆*/
/*スクロールエリア強制表示*/
html {
  overflow-y: scroll;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
/*ボディー フォント指定*/
body {
  padding-top: 10px;
  color: #666;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
}
/*header*/
#header_pc {
  display: none;
}
/*header*/
#header_sp {
  display: block;
  position: relative;
  margin-bottom: 4px;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #ccc;
}
#header_sp #logo {
  float: left;
  width: 30%;
	margin-right: 4px;
	margin-bottom: 10px;

}
#header_sp #logo img {
  width: 100%;
}
#header_sp #header_title {
  margin-top: 10px;
  font-size: 0.9em;
  color: #666;
  margin-bottom: 10px;
  font-weight: bold;
}
#header_sp #description {
  font-size: 0.9em;
  margin-bottom: 0;
text-align: center;
}
#header_sp .header_bnr {
clear: both;
  text-align: center;
  margin-bottom: 10px;
}
#g_navi {
  display: none;
}
#kv {text-align: center; margin-bottom: 20px;}

/*コンテンツ*/
#contents {
  text-align: left;
  padding: 10px 0 0 0;
}
#contents main {
  width: 100%;
}

/*★★★エントリー内 スタイル★★*/
/*見出し*/
.ttl_1 {
  text-align: left;
  margin: 20px 0 20px 0;
  padding: 10px 20px;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 1.4em;
  color: #fff;
  clear: both;
  background: #006e54;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}
.ttl_2 {
  padding: 0 10px;
  margin: 20px 0;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 1.4em;
  clear: both;
  color: #006e54;
 text-align: left;
}
.ttl_3 {
  text-align: left;
  margin: 20px 0;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 1.4em;
  clear: both;
  color: #006e54;
}
.ttl_4 {
   text-align: left;
  margin: 20px 0;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 1.4em;
  clear: both;
  color: #006e54;
}
.ttl_5 {
  text-align: left;
  margin: 20px 0;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 1.4em;
  clear: both;
  color: #006e54;
}
.ttl_1 a, .ttl_2 a, .ttl_3 a, .ttL_4 a, .ttL_5 a {
  color: #006e54;
  text-decoration: none;
}
#main {}
.entry {
  margin-bottom: 10px;
  padding: 0 10px;
}
.entry p {
  margin: 20px 0;
  line-height: 2em;
  font-size: 1.2em;
}
.entry img {
  max-width: 100%;
}
.more-link {
  font-size: 1.8em;
  float: right;
  margin-right: 10%;
  text-decoration: underline;
}

/*横並びリスト通常リスト*/
.list_yoko {
  margin-bottom: 10px;
  white-space: nowrap;
}
.list_yoko li {
  float: left;
  margin: 0 20px 10px 0;
  font-size: 1.4em;
}
.list_yoko ul, .list_yoko p {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1em;
  font-size: 1em;
}
/*実績詳細*/
.gallery_box .photo {
  margin-bottom: 10px;
}
.gallery_box table {
  margin: 0 auto;
  width: 100%;
}
#side {
  padding: 0 10px;
  margin-bottom: 10px;
}
#side .list_tate {
  border: 1px solid #ccc;
  margin: 0;
  margin-bottom: 10px;
}
#side p {
  margin: 10px 0;
}
#side .list_tate li {
  padding: 20px 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.4em;
  background: -webkit-linear-gradient(#f4eeee, #fff);
  background: -o-linear-gradient(#f4eeee, #fff);
  background: linear-gradient(#f4eeee, #fff); /* FF3.6+ */ /* Chrome10+, Safari5.1+ */ /* IE10+, W3C */
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}
.search_box {
  margin: 20px 0 0 0;
  padding: 20px 10px 10px 10px;
  color: #333;
}
.search_box #s {
  width: 65%;
}
.search_box #searchsubmit {
  width: 22%;
  background: #000;
  color: #fff;
}

/*Footer*/
footer {
  padding: 10px 0;
  background: #333;
  font-size: 0.8em;
  color: #fff;
  border-top: 4px solid #ccc;
}
footer p {
  margin-bottom: 10px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer ul {
  margin-bottom: 10px;
  padding: 0 10px;
}
footer li {
  float: left;
  margin-right: 10px;
  margin-bottom: 12px;
  padding-right: 4px;
  border-bottom: 1px solid #fff;
  letter-spacing: 2px;
  white-space: nowrap;
  text-align: center;
}
/*ぱんくず*/
.breadcrumbs {
  padding: 20px 20px 10px 20px;
  font-size: 1em;
}
/*ぱんくず*/
.p_navi {
  width: 100%;
  margin: 20px auto;
  text-align: left;
  padding: 0 40px 0 10px;
}
.p_navi ul {
  margin: 0;
  padding: 0;
}
.p_navi li {
  display: inline;
  font-size: 90%;
}
/*pagelink*/
.pagelink {
  margin: 10px 0;
  font-size: 1.8em;
}
.pagelink li {
  margin-bottom: 10px;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ccc;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*TOPページ*/
.area {
  margin-bottom: 80px;
  padding: 0 4px;
}
.area_map {
  display: none;
}
.area_list {
  background: #fff;
  letter-spacing: 0;
  margin-top: 20px;
}
.area_list dt {
  text-align: center;
  padding: 6px;
  float: left;
  width: 44px;
  clear: both;
  background: -moz-linear-gradient(top, #666, #000); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #666, #000); /* Chrome10+, Safari5.1+ */
  background: linear-gradient(to bottom, #666, #000); /* IE10+, W3C */
  font-size: 1em;
  margin-right: 10px;
  border-radius: 2px;
  color: #fff;
}
.area_list dt a {
  color: #fff;
  display: block;
}
.area_list dd {
  padding: 6px 2px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 1em;
}
.area_list dd a {
  padding-right: 7px;
}

/*記事詳細*/
.map iframe {
  width: 100%;
  border-radius: 4px;
}
/*area*/

.keisai_box {
  border: 2px solid #006e54;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
  margin-bottom: 10px;
}
.keisai_box h2, .keisai_box h3 {
  background: #006e54;
  color: #fff;
  text-decoration: none;
}
.keisai_box a {
  text-decoration: underline;
}
.keisai_box h2 a, .keisai_box h3 a {
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1.8em;
}
.search_list li {
  font-size: 1.1em;
  width: 47%;
  word-break: break-word;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.search_list a {
  display: block;
  padding: 10px 4px;
  background: #ebf1e9;
  color: #006600;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}
.search_list a:hover {
  color: #ff0000;
}
/*アコーディオン*/
#acMenu dt {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
#acMenu .ttl {
  background: #fff;
  color: #000;
  font-size: 1em;
}
#acMenu dt:hover {
  text-decoration: none;
}
#acMenu dd {
  display: none;
  line-height: 2em;
}
/*広告*/
.ad {
  margin: 20px 0;
}

/*コラムリスト*/

.column_list {
  margin-bottom: 40px;
}

.column_list li {
  margin: 20px auto;
	padding: 0 10px 20px;
	border-bottom: 1px solid #ccc;
}

.column_list li .thum img {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 10px;
}

.column_list h3 {
  width: 65%;
   float: left;
  font-size: 1.2em;
  line-height: 1.8em;
  text-decoration: underline;

}

.thum_column img {
  width: 180px;
  height: 120px;
  float: left;
  margin-right: 20px;
}
/*コラム シングル*/
.column_single {
  padding: 0 20px;
}
.column_single h2, .column_single h3, .column_single h4, .column_single h5 {
  margin: 80px 0;
  font-size: 1.8em;
  padding: 10px;
}
/*yarpp*/
.yarpp-thumbnails-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.yarpp-thumbnail {
  display: inline-block;
  width: 120px;
  text-align: center;
  vertical-align: top;
}
.yarpp-thumbnail img {
  display: block;
  margin: 0 auto 8px;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.yarpp-thumbnail-title {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #033;
}

/*掲載　リスト一覧***********************************/
.keisai_list li {
  padding-bottom: 2px;
  padding: 10px;
  background: -webkit-linear-gradient(#fcfbea, #fff);
  background: -o-linear-gradient(#fcfbea, #fff);
  background: linear-gradient(#fcfbea, #fff); /* FF3.6+ */ /* Chrome10+, Safari5.1+ */ /* IE10+, W3C */
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .5);
}
.keisai_list .thum_keisai {
  width: 170px;
  height: 120px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5);
}
.keisai_list .thum_keisai img {
  width: 170px;
  height: 120px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 1px;
}
.keisai_list li h3, .keisai_list li h2, .keisai_list li h4 {
  color: #003333;
  margin: 0 0 8px 0;
  padding: 4px 10px;
  line-height: 1.4em;
  font-size: 1.3em;
}
.tera_box h3, .tera_box h4 {
  border-left: 10px solid #ff6600;
}
.shizen_box h3, .shizen_box h4 {
  border-left: 10px solid #33cc66;
}
.jinjya_box h3, .jinjya_box h4 {
  border-left: 10px solid #cc0000;
}
.other_box h3, .other_box h4 {
  border-left: 10px solid #0099cc;
}
.keisai_list li p {
  margin: 0 0 8px 0;
  line-height: 1.4em;
  font-size: 1.2em;
  margin-right: 10px;
}
.keisai_list li a {
  color: #666;
}
.keisai_list li img {
  vertical-align: middle;
}
/*ピックアップ掲載***********************************/
/*掲載　リスト一覧***********************************/
.pickup_keisai li {
  position: relative;
  padding-left: 10px;
  padding-bottom: 4px;
}
.pickup_keisai li .thum_keisai {}
.pickup_keisai li .thum_keisai img {}
.pickup_keisai h3, .pickup_keisai h4 {
  padding: 4px;
}
.pickup_keisai h3 .ico_new {
  vertical-align: middle;
  border: none;
}
.pickup_keisai p {
  margin: 10px 0;
}
.pickup_keisai li p {
  margin: 0 0 8px 0;
  line-height: 1.4em;
  font-size: 1em;
}
.pickup_keisai li .bold {
  font-size: 1.2em;
}
.pickup_keisai li img {
  vertical-align: middle;
}
/*////////////////////コラム////*/
.column h2 {
  background: none;
  text-decoration: underline;
}

/* パソコンで見たときは"pc"のclassがついたテキストが表示される */
.pc {
  display: none;
}
.sp {
  display: block;
}

/*//////////PC用スタイル!スタート////★/////*/
@media only screen and (min-width: 769px) {
  a img:hover {
    opacity: 0.5;
  }
  body {
    background: #fff;
  }
  /*header*/
  #header_sp {
    display: none;
  }
  #header_pc {
    display: block;
  }
  header {
    width: 100%;
    text-align: left;
    padding: 10px 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
  }
  #header_pc #logo {
    margin-left: 20px;
    width: 200px;
    margin-bottom: 10px;
  }
  #header_pc #header_title {
    position: absolute;
    top: 10px;
    left: 240px;
    font-size: 1.4em
  }
  #header_pc #description {
    position: absolute;
    top: 48px;
    left: 240px;
    width: 55%;
    font-size: 1em;
  }
  #header_pc .header_keisai a {
    position: absolute;
    top: 90px;
    right: 5%;
    font-size: 1em;
    color: #fff;
  }
  #header_pc .language {
    position: absolute;
    right: 50%;
    top: 50px;
  }
  #header_pc .header_bnr {
    position: absolute;
    right: 1%;
    top: 8%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
  }
  /*Gナビ*/
  #g_navi {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    margin-top: 28px;
    background: -webkit-linear-gradient(#006e54, #2daf90);
    background: -o-linear-gradient(#006e54, #2daf90);
    background: linear-gradient(#006e54, #2daf90); /* FF3.6+ */ /* Chrome10+, Safari5.1+ */ /* IE10+, W3C*/
    border-bottom: 1px solid #006e54;
  }
  #g_navi li {
    float: left;
    margin-left: 40px;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: 1.4em;
  }
  #g_navi li a {
    color: #fff;
  }
  /* 最後の要素にだけ指定 */
  #g_navi li:last-child {
    border: none;
  }


  #contents {
    margin: 100px auto 0;
    z-index: 0;
  }
  #contents #main {
    float: right;
    width: 72%;
  }
  #contents #main .entry {
    padding: 0 10px;
  }
  #acMenu .ttl {
    font-size: 1.4em;
  }
  .entry p {
    font-size: 1.4em;
  }
  /*gallery_box**************************************/
  .gallery_box .photo {
    width: 50%;
  }
  .gallery_box table {
    width: 47%;
  }
  .gallery_box th {
    width: 20%;
  }
  .gallery_box td {
    word-break: break-all;
  }
  .search_list li {
    width: 23%;
  }
  /*サイド**************************************/
  #side {
    padding: 0 10px;
    width: 22%;
    float: left;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
  }
  /*新着リスト*/
  #side .keisai_list {
    margin-bottom: 10px;
  }
  #side .keisai_list li {
    padding-bottom: 10px;
    position: relative;
  }
  /*footer**************************************/
  footer li {
    margin-left: 40px;
  }
  footer p {
    margin-top: 10px;
  }
  /*エリアマップ*/
  .area {
    position: relative;
    padding-right: 50px;
    background-image: url(/en/img/area_bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .area_map {
    width: 100%;
    display: block;
  }
  .area_map img {
    float: right;
  }
  .area_list {
    position: absolute;
    top: 70px;
    left: 0;
    background: -webkit-linear-gradient(#fcfbea, #fff);
    background: -o-linear-gradient(#fcfbea, #fff);
    background: linear-gradient(#fcfbea, #fff); /* FF3.6+ */ /* Chrome10+, Safari5.1+ */ /* IE10+, W3C */
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .5);
    padding: 10px;
    width: 78%;
  }
  .area_list dt {
    font-size: 0.9em;
    width: 100px;
  }
  .area_list dd {
    font-size: 0.9em;
  }
  .area_list dd a {
    padding: 0;
  }
  .area_list_1 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .area_list_2 {
    width: 50%;
    float: left;
  }
  .area_list dd:last-child {
    border: none;
    margin: 0;
  }
  #side .keisai_list li {
    float: none;
  }
  #side .keisai_list .thum_keisai {
    width: 120px;
    height: 90px;
  }
  #side .keisai_list .thum_keisai img {
    width: 120px;
    height: 90px;
  }
  #side .list_tate ul {
    list-style: square;
  }
  #side .list_tate li {
    font-size: 1.4em;
  }
  .column_list {
    margin-bottom: 40px;
  }
  .column_list li {
    width: 46%;
    padding: 10px 10px 0;
    float: left;
    margin-right: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    border: 1px solid #ccc;
    height: 94px;
  }
  .column_list li .thum img {
    width: 120px;
    height: 80px;
    margin-right: 10px;
  }
  .column_list h3:hover {
    text-decoration: none;
  }
  .column_single h2, .column_single h3, .column_single h4, .column_single h5 {
    margin: 80px 0;
  }
  .youtube {
    width: 50%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    border: 2px solid #ccc;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
	
	  /*//////////新着掲載　一覧////★///////*/
  .keisai_list {
    width: 100%;
    text-align: left;
  }
  .keisai_list li {
    font-size: 0.9em;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .5);
    padding: 10px;
  }
  .keisai_list li h3, .keisai_list li h2, .keisai_list li h4 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .keisai_list .keisai_comment {
    margin-left: 40px;
    font-size: 1.2em;
  }
  .keisai_list .keisai_comment p {
    line-height: 1.8em;
  }
  .keisai_list .thum_keisai {
    width: 200px;
    height: 140px;
    margin-bottom: 10px;
    margin-right: 20px;
    float: left;
    padding: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
  }
  .keisai_list .thum_keisai img {
    width: 200px;
    height: 140px;
  }
  /*/////////ピックアップ掲載////★//////////*/
  .pickup_keisai li {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    width: 45%;
    height: 130px;
    padding: 0 8px 10px 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .5);
  }
  .pickup_keisai li:last-child {
    margin-right: 0;
  }
  .pickup_keisai li h3, .pickup_keisai li h4 {
    margin: 4px 0 4px 0;
    padding: 2px 0 2px 4px;
    font-size: 1.4em;
    border-radius: 1px;
  }
  .pickup_keisai li p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.4em;
  }
  .pickup_keisai li .bold {}
  .pickup_keisai li .thum_keisai {
    font: left;
    width: 100px;
    height: 70px;
    margin-bottom: 10px;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .5);
  }
  .pickup_keisai li .thum_keisai img {
    width: 96px;
    height: 66px;
  }
  .pickup_keisai .jinjya_box h3, .pickup_keisai .jinjya_box h4 {
    border-bottom: 2px solid #cc0000;
    border-left: none;
  }
  /*寺*/
  .pickup_keisai .tera_box h3, .pickup_keisai .tera_box h4 {
    border-bottom: 2px solid #ff6600;
    border-left: none;
  }
  /*寺*/
  .pickup_keisai .shizen_box h3, .pickup_keisai .shizen_box h4 {
    border-bottom: 2px solid #33cc66;
    border-left: none;
  }
  .pickup_keisai .other_box h3, .pickup_keisai .other_box h4 {
    border-bottom: 2px solid #0099cc;
    border-left: none;
  }
  /*////////////////////注目枠////★//////*/
  .pr_box li {
    width: 29%;
    height: 100px;
    font-size: 65%;
  }
	
  /*ページ内リンク位置調整*/
  a.name_link {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
  }
  .map iframe {
    height: 400px;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .ttl_1, .ttl_2, .ttl_3, .ttl_4, .ttl_5 {
    font-size: 2em;
  }
  @media only screen and (max-device-width: 480px) {
    /* スマホ用のCSS */
    .area_map {
      display: none;
    }
  }
}


	.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.zdo_drawer_menu a:visited {
  color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: #fff;
  border: none;
  padding: 4px;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 10px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 49px;
	
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(30deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-30deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
	
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
 	display: block;
	position: fixed;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}

.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
    border-bottom: 1px dotted #006e54;
}

.zdo_drawer_menu .zdo_drawer_nav li  a{
    color: #006e54;
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #000;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #000;
}

