@charset "utf-8";
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆


	基本設定


☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
* {
  margin: 0;
  padding: 0;
}
body {
  color: #000000;
  background : #fff url("../images/body_back2.jpg");
  /*font: 18px/1.8 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font: 18px/1.8 "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/* =======================================================================

	フォント

======================================================================== */
/*明朝体
--------------------------------------------------------------*/
.font-mintyo {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
/* =======================================================================

	アンカー

======================================================================== */
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #959595;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active, a:focus {
  outline: 0;
}
/* =======================================================================

	もっと見る系のボタン

======================================================================== */
a.more_btn {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 90%;
  cursor: pointer;
  background: #608800 url(../images/icon_yajirushi07.png) 95% 50% no-repeat;
  border: solid 1px #dcdcdc;
}
a.more_btn:hover {
  color: #fff;
  text-decoration: none;
  background: #b0bd4d url(../images/icon_yajirushi07.png) 96% 50% no-repeat;
}
a.more_btn span {
  display: block;
  padding: 4px 30px;
}
@media all and (-ms-high-contrast: none) {
  a.more_btn span {
    /*IE*/
    padding: 6px 30px 0px 30px;
  }
}
a.more_btn::before, a.more_btn::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.1s linear;
  background: #ccc;
}
a.more_btn span::before, a.more_btn span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.1s linear;
  background: #ccc;
}
a.more_btn:hover::before, a.more_btn:hover::after {
  width: 100%;
}
a.more_btn:hover span::before, a.more_btn:hover span::after {
  height: 100%;
}
.btn-4::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4 span::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-4 span::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-6::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.btn-6::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-6 span::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6 span::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6:hover::before, .btn-6:hover::after {
  left: 0;
}
.btn-6:hover span::before, .btn-6:hover span::after {
  top: 0;
}
/* =======================================================================

	イメージ

======================================================================== */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* =======================================================================

	見出し

======================================================================== */
h1 {
  display: none;
}
h2, h3, h4, h5 {}
/* =======================================================================

	段落

======================================================================== */
p {
  margin: 0 0 2em 0;
}
p.center {
  text-align: center;
}
p.yohakunashi {
  margin: 0;
}
p.wp-caption-text {
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}
span.sub {
  font-size: 80%;
  vertical-align: sub;
}
span.large {
  font-size: 140%;
}
span.small {
  font-size: 80%;
}
/* =======================================================================

	強調

======================================================================== */
strong {
  font-weight: bold;
}
/* =======================================================================

	カラー

======================================================================== */
.red {
  color: #ff0000;
}
.gray {
  color: #898989;
}
/* =======================================================================

	段組み

======================================================================== */
img.aligncenter {
  display: block;
  margin: 10px auto;
}
img.alignright {
  margin: 0px 0px 15px 15px;
  display: inline;
}
img.alignleft {
  margin: 0px 15px 15px 0px;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
br.kaigyou {
  display: none;
}
.va_top {
  vertical-align: top;
}
.va_middle {
  vertical-align: middle;
}
.va_bottom {
  vertical-align: bottom;
}
/* =======================================================================

	クリアフィックス

======================================================================== */
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
/* =======================================================================

	表示

======================================================================== */
.pc {}
.sp {
  display: none;
}
/* =======================================================================

	角丸

======================================================================== */
.kadomaru {
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
/* =======================================================================

	テーブル

======================================================================== */
table.table_01 {
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}
table.table_01 th {
  padding: 5px;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-weight: normal;
  line-height: 120%;
  text-align: left;
}
table.table_01 td {
  padding: 5px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: center;
}
/* =======================================================================

	リスト

======================================================================== */
dl.dl_01 {
  width: 100%;
  background: rgba(255,255,255,0.5);
}
dl.dl_01 dt {
  clear: both;
  float: left;
  width: 200px;
  padding: 0;
  border-top: 1px solid #ccc;
}
dl.dl_01 dd {
  margin-left: 210px;
  padding: 0;
  border-top: 1px solid #ccc;
}
/* IE7以下以外用 */
dl.dl_01 dd:after {
  content: '';
  display: block;
  clear: both;
  /zoom: 1;
}
dl.dl_01 p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
dl.dl_01 dt div.inbox, dl.dl_01 dd div.inbox {
  padding: 10px 5px;
}
/* =======================================================================

	リスト 2分割

======================================================================== */
ul.block2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.block2 li {
  display: inline-block; /* 横並び */
  width: 50%;
  vertical-align: top; /* li要素を上端揃えに */
  font-size: 18px;
}
/* =======================================================================

	リスト 3分割

======================================================================== */
ul.block3 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.block3 li {
  display: inline-block; /* 横並び */
  width: 33.333%;
  vertical-align: top; /* li要素を上端揃えに */
  font-size: 18px;
}
/* =======================================================================

	リスト 4分割

======================================================================== */
ul.block4 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.block4 li {
  display: inline-block; /* 横並び */
  width: 25%;
  vertical-align: top; /* li要素を上端揃えに */
  font-size: 18px;
}
/* =======================================================================

	リスト 5分割

======================================================================== */
ul.block5 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.block5 li {
  display: inline-block; /* 横並び */
  width: 20%;
  vertical-align: top; /* li要素を上端揃えに */
  font-size: 18px;
}
/* =======================================================================

	リスト 2分割、3分割、4分割、5分割

======================================================================== */
ul.block2 li div.inbox, ul.block3 li div.inbox, ul.block4 li div.inbox, ul.block5 li div.inbox {
  width: 95%;
  margin: 0 auto 1em auto;
  position: relative;
}
/* =======================================================================

	Facebook

======================================================================== */
.facebook-page-plugin {
  text-align: center;
  margin: 0px;
}
/* =======================================================================

	グーグルマップ

======================================================================== */
.google-maps {
  position: relative;
  padding-bottom: 50%; /* これが縦横比 */
  height: 0;
  overflow: hidden;
  margin: 0 0 1.5em 0;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* =======================================================================

	スライダーの定義を上書き（共通）

======================================================================== */
.bx-wrapper {
  margin: 0 auto 0 !important;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0px !important;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 50 !important;
}
.bx-viewport {
  padding-bottom: 10px;
}
/* ==================================================================

	ぱんくず
	
=================================================================== */
div#pankuzu {
  color: #666;
  font-size: 80%;
  text-align: left !important;
  padding: 5px 0;
  margin-bottom: 2.5em;
  line-height: 1;
  
  position: absolute;
  top : 55%;
  width: 100%;
}
div#pankuzu a {
  color: #666;
  font-size: 100%;
}
div#pankuzu a:hover {
  color: #333;
}
/* =======================================================================

	ページの先頭へ戻る

======================================================================== */
p#page-top {
  margin: 0;
  line-height: 0;
}
p#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
p#page-top a {
  text-decoration: none;
  padding: 0;
  text-align: center;
  display: block;
}
p#page-top a:hover {
  text-decoration: none;
}
/* =======================================================================

	次のページ・前のページ

======================================================================== */
div#next_and_previous {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #e4e4e4;
}
div#next_and_previous div.inbox {
  width: 49.94%;
  background: #eee;
}
/*前のページへ*/
div#next_and_previous div.prev {
  padding: 0;
}
div#next_and_previous div.prev > a {
  padding: 20px 0 18px 5%;
  display: block;
  color: #000;
  text-decoration: none;
  background: url(../images/icon_yajirushi05.png) 1.3% 50% no-repeat;
  line-height: 1.4;
}
div#next_and_previous div.prev > a:hover {
  background: url(../images/icon_yajirushi05.png) 1.0% 50% no-repeat;
  color: #757575;
}
/*次のページへ*/
div#next_and_previous div.next {
  text-align: right;
  padding: 0;
}
div#next_and_previous div.next > a {
  padding: 20px 5% 18px 0;
  display: block;
  color: #000;
  text-decoration: none;
  background: url(../images/icon_yajirushi04.png) 98.7% 50% no-repeat;
  line-height: 1.4;
}
div#next_and_previous div.next > a:hover {
  background: url(../images/icon_yajirushi04.png) 99% 50% no-repeat;
  color: #757575;
}
div#next_and_previous div.next > a > div, div#next_and_previous div.prev > a > div {
  width: 100%;
}
/* =======================================================================

	レイアウト

======================================================================== */
#container {
  width: 100%;
  text-align: center;
}
.wrapper {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}

/* =======================================================================

	下層　お問い合わせ

======================================================================== */
article#inquiry {}
article#inquiry div.wrapper {
  width: 768px;
  margin: 0 auto;
}
dl.dl_toiawase {
  width: 100%;
  background: rgba(255,255,255,0.5);
  margin-bottom: 70px;
	line-height : 1.4;
	display : flex;
	justify-content : space-between;
	flex-wrap : wrap;
}
dl.dl_toiawase dt {
  width : 22%;
  padding: 0;
  border-top: 1px solid #d2d2d2;
}
dl.dl_toiawase dd {
	width : 77%;
  padding: 0;
  border-top: 1px solid #d2d2d2;
  /*background: #fff;*/
}
dl.dl_toiawase p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
dl.dl_toiawase dt div.inbox, dl.dl_toiawase dd div.inbox {
  padding: 15px 5px;
}
/* フォームの装飾
-------------------------------------------------------------*/
#inquiry input[type="text"], #inquiry input[type="number"], #inquiry input[type="checkbox"], #inquiry input[type="email"], #inquiry textarea, #inquiry select {
  margin: 0;
  padding: 0;
  border: 0;
  padding: 5px 3px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  border: solid 1px #ccc;
}
#inquiry input[type="text"]:focus, #inquiry input[type="number"]:focus, #inquiry input[type="checkbox"]:focus, #inquiry input[type="email"]:focus, #inquiry textarea:focus, #inquiry select:focus {
  border: solid 1px #fdb290;
}
#inquiry textarea {
  width: 90%;
}
#inquiry input[type="checkbox"] {
  margin-right: 5px;
}
#inquiry div.checkbox label {
  margin: 0;
  padding: 0;
  border: 0;
  padding: 5px 3px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  border: solid 1px #fff;
}
#inquiry div.checkbox label:focus {}
#inquiry div.checkbox label:hover {
  border: solid 1px #fdb290;
}
div#submit input[type="submit"], div#submit input[type="reset"], div#submit input[type="button"] {
  background-color: #313131;
  border-bottom: 1px solid #060606;
  border-left: 1px solid #646464;
  border-right: 1px solid #060606;
  border-top: 1px solid #646464;
  color: #FFFFFF;
  margin: 0.5em;
  padding: 5px 3px;
  text-align: center;
  vertical-align: baseline;
  width: 180px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  cursor: pointer;
}
/* ボタンのマウスオーバー */
div#submit input[type="submit"]:hover, div#submit input[type="reset"]:hover, div#submit input[type="button"]:hover {
  background-color: #4a4a4a;
  color: #fff;
}
/*------------------------------------------------------------
ボタン部分
-------------------------------------------------------------*/
div#submit {
  text-align: center;
  padding: 1em 0;
}

@media only screen and (max-width:768px) {
  /* フォームの装飾
	-------------------------------------------------------------*/
  #inquiry input[type="text"], #inquiry input[type="number"], #inquiry input[type="email"], #inquiry textarea {
    width: 90%;
  }
  #inquiry div.zip input[type="text"], #inquiry div.tel input[type="text"] {
    width: 80px !important;
  }
}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
　 ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★


	レスポンシブ
	
	
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* =====================================================================
=====================================================================

	モニター幅1100px以上

=====================================================================
===================================================================== */
@media only screen and (min-width:1100px) {}
/* =====================================================================
=====================================================================

	モニター幅1100px以下

=====================================================================
===================================================================== */
@media only screen and (max-width:1100px) {
  /* =======================================================================

						レイアウト

		======================================================================== */
  div.wrapper {
    margin: 0 auto;
    width: 98%;
    padding: 0;
  }
}
/* =====================================================================
=====================================================================

	iPad 縦

=====================================================================
===================================================================== */
@media only screen and (max-width:768px) {
  /* =======================================================================
		
			リスト 4分割 ->  3分割に
		
		======================================================================== */
  ul.block4 li {
    width: 33.333%;
  }

  /* =======================================================================

	リスト

======================================================================== */
  dl.dl_01 {
  }
  dl.dl_01 dt {
    clear: both;
    float: none;
    width: 100%;
		font-weight : bold;
  }
  dl.dl_01 dd {
    margin-left: 0;
    border: none;
  }
  dl.dl_01 p {
    margin: 0;
    padding: 0;
  }
  dl.dl_01 dt div.inbox {
    padding: 15px 5px 5px 5px;
  }
  dl.dl_01 dd div.inbox {
    padding: 5px 5px 15px 5px;
  }


  /* =======================================================================

	次のページ・前のページ

======================================================================== */
  div#next_and_previous div.inbox {
    width: 49.9%;
  }
  div#next_and_previous div.prev > a {
    padding: 20px 0 18px 15%;
  }
  div#next_and_previous div.next > a {
    padding: 20px 15% 18px 0;
  }
  /* ==================================================================

    ぱんくず

  =================================================================== */
  div#pankuzu {
    top : 20%;
  }  

  /********************************************************************

		お問い合わせ

	*********************************************************************/
  article#inquiry div.wrapper {
    width: 98%;
  }
  dl.dl_toiawase {
    margin-bottom: 30px;
  }
  dl.dl_toiawase dt {
    clear: both;
    float: none;
    width: 100%;
		font-weight : bold;
  }
  dl.dl_toiawase dd {
    margin-left: 0;
    border: none;
  }
  dl.dl_toiawase dt div.inbox {
    padding: 15px 5px 5px 5px;
  }
  dl.dl_toiawase dd div.inbox {
    padding: 5px 5px 15px 5px;
  }
  /* フォームの装飾
	-------------------------------------------------------------*/
  #inquiry input[type="text"], #inquiry input[type="number"], #inquiry input[type="email"], #inquiry textarea {
    width: 95%;
  }
  #inquiry div#zip input[type="text"], #inquiry div#tel input[type="text"] {
    width: 50px !important;
  }

}
/* =====================================================================
=====================================================================

	スマートフォン 横(ランドスケープ)

=====================================================================
===================================================================== */
@media only screen and (max-width:640px) {
  /* =======================================================================
	
		段組み
	
	======================================================================== */
  img.alignright, img.alignleft {
    display: block;
    margin: 5px auto;
  }
  .alignright, .alignleft {
    float: none;
  }
  br.kaigyou {
    display: inline;
  }
  /* =======================================================================
	
		リスト 3分割 ->  2分割に
	
	======================================================================== */
  ul.block3 li {
    width: 50%;
  }
  /* =======================================================================
	
		リスト 4分割 ->  2分割に
	
	======================================================================== */
  ul.block4 li {
    width: 50%;
  }
  /* =======================================================================
		
			リスト 5分割 ->  3分割に
		
		======================================================================== */
  ul.block5 li {
    width: 33.333%;
  }
  /* =======================================================================

	ページの先頭へ戻る

======================================================================== */
  p#page-top {
    position: fixed;
    bottom: 0px;
  }
  /* =======================================================================

	表示

======================================================================== */
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  /* ==================================================================

    ぱんくず

  =================================================================== */
  div#pankuzu {
    top : 90px;
  }   
}
/* =====================================================================
=====================================================================

	スマートフォン縦

=====================================================================
===================================================================== */
@media only screen and (max-width:480px) {
  /* =======================================================================
	
		リスト 2分割 ->  1分割に
	
	======================================================================== */
  ul.block2 li {
    width: 100%;
  }
  /* =======================================================================
	
		リスト 3分割 ->  1分割に
	
	======================================================================== */
  ul.block3 li {
    width: 100%;
  }
}
@media only screen and (max-width:400px) {}


/* =====================================================================
=====================================================================

	印刷用

=====================================================================
===================================================================== */
@media print {
/* =======================================================================

	グーグルマップ

======================================================================== */
.google-maps {
  position: relative;
  padding-bottom: 50%; /* これが縦横比 */
  height: 0;
  overflow: hidden;
  margin: 0 0 1.5em 0;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
}