﻿/*===============================================
●style.css 画面の横幅が1025px以上
===============================================*/
@media screen and (min-width: 1025px) {

*{
   margin : 0;
   padding : 0;
}
/* :::::レイアウト::::: */
#wrapper, #header, #contents, #footer {
    width: 100%;
}
#contents .inner, #footer .inner {
    width: 980px;
    margin: 0 auto;
}
#wrapper {
    min-width: 980px;
}
#main {
    width: 980px;
    background: #fff;
}

/* :::::その他::::: */
body {
    background: #fff;
}

#header {
    background: #fff;
}

#contents {
  margin-bottom: 50px;
}
/* ヘッダー上部
----------------------------------*/
#header .inner {
  width: 980px;
  margin: 20px auto ;
}
#header img {
  vertical-align: bottom;
}
.header-left {
  float: left;
}
.header-right {
  float: right;
}
.header-right ul {
  margin-bottom: 24px;
}
.header-right li {
  float: left;
  margin-left: 20px;
}
.header-tel {
  text-align: right;
}

/* グローバルナビ
----------------------------------*/
#gnavi .menu {
    width: 980px;
    margin: 0 auto;
}
#gnavi img {
  vertical-align: bottom;
}
#gnavi {
  background: url(../images/gnavi_bg.png) center center ;
  height: 60px;
}
#gnavi li{
  display: table-cell;
}

/* :::::アコーディオン::::: */
.menu ul{
  margin:0;
  padding:0;
}
.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 196px;/*親メニューの幅*/
  height: 60px;/*親メニューの高さ*/
  line-height: 40px;
  text-align:left;
  font-weight:bold;
}
.menu ul li a {
  color: #fff;/*サブメニューテキスト色*/
  display: block;
  text-decoration: none;
}

.menu ul li ul {
  position: absolute;
  top: 60px;/*親メニューの高さと同じにする*/
  width: 150px;
  z-index: 100;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 196px;/*サブメニューの幅*/
  height: 0;
  background:#9CBD59;/*サブメニューの背景色*/
  border-bottom: solid 1px #fff;
    text-indent: 2em;
}
.menu ul li ul li:last-child {
  visibility: hidden;
  overflow: hidden;
  width: 196px;/*サブメニューの幅*/
  height: 0;
  background:#9CBD59;/*サブメニューの背景色*/
  border-bottom: none;
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#BB825B;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* メイン画像
----------------------------------*/
#main-images {
  position: relative;
  background: url(../images/gnavi_bg.png) ;
}

#main-images > img{
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

p.copy{
  position: absolute;
  width: 422px;
  height: 129px;
  left :50%;
  top :20%;
  margin-left :-211px;
  z-index: 100;
}

.main-img-btn {
  position: absolute;
  width: 422px;
  height: 180px;
  left :50%;
  top :55%;
  margin-left :-211px;
  z-index: 150;
}

p.main-img-left {
  float: left;
}

p.main-img-right {
  float: right;
}

/* top画面：SERVICE
----------------------------------*/
.service-title {
  width: 110px;
  margin: 30px auto;
}

#main ul {
    margin: 0 -40px 0px 0;
    overflow: hidden;
    zoom: 1;
}

#main ul li {
    float: left;
    margin: 0 40px 30px 0;
    width: 300px;
    display: inline;
}

#main ul li img{
  vertical-align: bottom;
}

/* top画面：INFOMATION
----------------------------------*/
.info-title {
  width: 177px;
  margin: 40px auto 40px auto;
}

.shincyaku-area {
  float: left;
  width: 450px;
}

.blog-area {
  float: right;
  width: 450px;
}

.shincyaku-area img , .blog-area img{
  display: block;
  width: 324px;
  margin: 0 auto 30px auto;
}

/* :::::table::::: */
.info-inner {
  width: 450px;
  height: 120px;
  margin-bottom: 50px;
  overflow-x: auto;
}

table.info {
  color: #333;
  width: 430px;
  background-color: #EFEFEF;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
}

table.info tr {
    padding: 5px;
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    border-color: #787878;
}

table.info th {
    width: 30%;
    text-align: left;
    padding: 10px 0px 10px 20px;
    margin-right: 20px;
}

table.info td {
    text-align: left;
    padding: 10px 0px 10px 0px;
}

/* コンテンツページ：メイン画像
----------------------------------*/
#main-images .inner {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

/* :::::ページタイトル::::: */
#main-images .inner p.main-images-text {
  overflow: hidden;
  text-align: center;
  position: absolute;
  top:10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
  width: 980px;
  height: auto;
}

#main-images .inner p span {
    color: #593A26;
    display: inline-block;
    padding: 10px 2em 0px;
    position: relative;
    font-size: 22px;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bolder;
  text-shadow: 0 0 14px #fff,0 0 12px #fff,0 0 10px #fff,0 0 8px #fff;
}

#main-images .inner p span:before {
    right: 100%;
}

#main-images .inner p span:after {
    left: 100%;
}

#main-images .inner p span:before, #main-images .inner p span:after {
    border-top: 1px solid #593A26;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

/* コンテンツページ：メインエリア
----------------------------------*/

#cont-main .inner{
  width: 980px;
  margin: 0 auto; 
}

#cont-main .inner{
  width: 980px;
  margin: 0 auto; 
}

#cont-main .inner .main{
  margin: 0 -40px 0 0 ; 
  overflow: hidden;
}

/* :::::サブタイトル::::: */
.cont-subtitle {
  text-align: center;
  margin:50px 0 20px 0;
  color: #59722C;
  font-size: 22px;
  font-weight:bold;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  width: 980px;
}

/* :::::説明文テキストエリア::::: */
.text-area {
  clear: left;
  padding: 25px ;
  color: #111;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  width: 980px;
}

/* :::::画像+サブタイトル+テキスト(小)::::: */
.imgtext-s {
  width: 300px;
  float: left;
  margin-right: 40px;
  height: 470px;
}

.imgtext-s img{
  width: 300px;
  height: auto;
}

.imgtext-s-subtitle {
  color: #111;
  font-size: 16px;
  font-weight:bolder;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  margin: 10px 0 5px 0 ;
  letter-spacing: 0.1em;
}

.imgtext-s-text {
  color: #111;
  font-size: 13px;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  margin: 0px 0 20px 0 ;
}

/* :::::見出し01::::: */
.midashi01 {
  clear: left;
  border-bottom: 2px solid #111;
  margin: 50px 0 30px 0 ;
  padding-bottom: 5px;
  width: 980px;
}

.midashi01 .midashi-title {
  display: inline-block;
  font-size: 22px;
  font-weight:bolder;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-indent: 0.5em;
}

.midashi01 .midashi-text {
  display: inline-block;
  font-size: 13px;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  padding-left: 0.5em;
}
.midashi02 {
  clear: left;
  border-bottom: 2px solid #59722D;
  margin: 50px 0 30px 0 ;
  padding-bottom: 5px;
  width: 980px;
}

.midashi02 .midashi-title {
  display: inline-block;
  color: #59722C;
  font-size: 22px;
  font-weight:bolder;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  padding-left: 0.5em;
}

.midashi02 .midashi-text {
  display: inline-block;
  color: #59722C;
  font-size: 13px;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-indent: 0.5em;
}

/* :::::画像+サブタイトル+テキスト(大)::::: */
.imgtext-b {
  margin-bottom: 30px;
  width: 980px;
}

.imgtext-b img{
  display: block;
  width:350px;
  vertical-align: top;
  float: left;
  height: auto;
  margin-right: 10px
}

.imgtext-b p.imgtext-b-title{
  float: right;
  width: 250px;
  color: #111;
  font-size: 16px;
  font-weight: bolder;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-bottom: 10px;
}

.imgtext-b p.imgtext-b-text{
  float: right;
  width: 250px;
  color: #111;
  font-size: 13px;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.imgtext-b p.imgtext-b-title2{
  float: right;
  width: 220px;
  color: #111;
  font-size: 16px;
  font-weight: bolder;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-bottom: 10px;
}

.imgtext-b p.imgtext-b-text2{
  float: right;
  color: #111;
  width: 220px;
  font-size: 13px;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
/* :::::table::::: */
table.con-table {
  width: 980px;
  background-color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  border: 1px solid #888;
  margin-bottom: 30px;
}

table.con-table tr {
  padding: 5px;
}
table.con-table th {
  background-color: #EEE;
  border: 1px solid #888;
  width: 25%;
  text-align: left;
  padding: 20px 0px 20px 20px;
  margin-right: 20px;
}
table.con-table td {
  border: 1px solid #888;
  text-align: left;
  padding: 20px 0px 20px 20px;
}

/* :::::ポップアップ::::: */
#popup-box{
  width: 980px;
  margin-bottom: 30px;
}

#popup-box >p > a >img {
  display: block;
  width: 350px;
  height: auto;
  float: left;
  vertical-align: bottom;
}

.img-area {
  float: left;
}

.img-area img{
  vertical-align: bottom; 
  width: 170px;
  height: auto;
}

.img-area ul{
  width: 356px;
}

.img-area li{
  float: left;
  margin: 0 0 8px 8px ;
}

.popup-text {
  float: left;
  width: 274px;
  font-size: 13px;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  padding-left: 10px;
}

/* :::::Google Map::::: */
#HTMLBlock175 iframe{
  width: 980px;
}

/* フッター
----------------------------------*/
#footer {
  background: url(../images/footer_bg.jpg) no-repeat;
  background-position: center center ;
  background-size: cover;
}

.footer-logo {
  padding-top: 10px;
  width: 182px;
  float: left;
}

.footer-logo img{
  vertical-align: bottom;
}

.footer-info {
  color: #fff;
  font-size: 12px;
  margin: 10px 0 0 20px  ;
  float: left;
  width: 600px;
  height: 123px;
}

.footer-info img{
  margin-top: 13px;
  vertical-align: bottom;
}

.address {
  margin: 30px 0 0 0 ;
}

.copyright {
  clear: both;
  color: #fff;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 11px;
}

/* :::::フッターメニュー::::: */
.nl {
  clear: both;
  color: #fff;
  display: block;
  margin: 0px 0; /* メニューのマージン（上下、左右） */
  padding: 20px 0;
  list-style-type: none;
  text-align: center; /* メニューのセンタリング */
  font-family: "ヒラギノ明朝 ProN ", "Hiragino Mincho ProN ", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
}
/* --- メニュー項目 --- */
.nl li {
padding: 0 3px 0 7px; /* 項目のパディング（上右下左） */
border-left: 1px #fff solid; /* 項目の左枠線 */
display: inline;
}

.nl li a{
  color: #fff;
}

.nl li:first-child {
border-left: none;
}


/* :::::スマホ用メニュー::::: */
#smart_menu {
	display:none;
}
.slicknav_menu {
 display:none;
}


/*↓閉じタグ消さない*/
}