/*
Theme Name: zensoren
Author: Ambitious
Description: 全葬連用のテーマCSSです。
Version: 1.0
*/

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000000;
  background-color: #f9f5ee;
}

a {
  color: #000;
  text-decoration: none;
}


img{
  max-width: 100%;
  height: auto;
}


/* -------------------------------- 

margin / padding

-------------------------------- */
.mt5{margin-top: 5px !important}
.mt10{margin-top: 10px !important}
.mt15{margin-top: 15px !important}
.mt20{margin-top: 20px !important}
.mt30{margin-top: 30px !important}
.mt40{margin-top: 40px !important}
.mt50{margin-top: 50px !important}
.mt60{margin-top: 60px !important}
.mt70{margin-top: 70px !important}
.mt80{margin-top: 80px !important}
.mt90{margin-top: 90px !important}
.mt100{margin-top: 100px !important}

.mb5{margin-bottom: 5px !important}
.mb10{margin-bottom: 10px !important}
.mb15{margin-bottom: 15px !important}
.mb20{margin-bottom: 20px !important}
.mb30{margin-bottom: 30px !important}
.mb40{margin-bottom: 40px !important}
.mb50{margin-bottom: 50px !important}
.mb60{margin-bottom: 60px !important}
.mb70{margin-bottom: 70px !important}
.mb80{margin-bottom: 80px !important}
.mb90{margin-bottom: 90px !important}
.mb100{margin-bottom: 100px !important}

.ml5{margin-left: 5px !important}
.ml10{margin-left: 10px !important}
.ml15{margin-left: 15px !important}
.ml20{margin-left: 20px !important}
.ml30{margin-left: 30px !important}
.ml40{margin-left: 40px !important}
.ml50{margin-left: 50px !important}
.ml60{margin-left: 60px !important}
.ml70{margin-left: 70px !important}
.ml80{margin-left: 80px !important}
.ml90{margin-left: 90px !important}
.ml100{margin-left: 100px !important}

.mr5{margin-right: 5px !important}
.mr10{margin-right: 10px !important}
.mr15{margin-right: 15px !important}
.mr20{margin-right: 20px !important}
.mr30{margin-right: 30px !important}
.mr40{margin-right: 40px !important}
.mr50{margin-right: 50px !important}
.mr60{margin-right: 60px !important}
.mr70{margin-right: 70px !important}
.mr80{margin-right: 80px !important}
.mr90{margin-right: 90px !important}
.mr100{margin-right: 100px !important}

.pt5{padding-top: 5px !important}
.pt10{padding-top: 10px !important}
.pt15{padding-top: 15px !important}
.pt20{padding-top: 20px !important}
.pt30{padding-top: 30px !important}
.pt40{padding-top: 40px !important}
.pt50{padding-top: 50px !important}
.pt60{padding-top: 60px !important}
.pt70{padding-top: 70px !important}
.pt80{padding-top: 80px !important}
.pt90{padding-top: 90px !important}
.pt100{padding-top: 100px !important}

.pb5{padding-bottom: 5px !important}
.pb10{padding-bottom: 10px !important}
.pb15{padding-bottom: 15px !important}
.pb20{padding-bottom: 20px !important}
.pb30{padding-bottom: 30px !important}
.pb40{padding-bottom: 40px !important}
.pb50{padding-bottom: 50px !important}
.pb60{padding-bottom: 60px !important}
.pb70{padding-bottom: 70px !important}
.pb80{padding-bottom: 80px !important}
.pb90{padding-bottom: 90px !important}
.pb100{padding-bottom: 100px !important}

.pl5{padding-left: 5px !important}
.pl10{padding-left: 10px !important}
.pl15{padding-left: 15px !important}
.pl20{padding-left: 20px !important}
.pl30{padding-left: 30px !important}
.pl40{padding-left: 40px !important}
.pl50{padding-left: 50px !important}
.pl60{padding-left: 60px !important}
.pl70{padding-left: 70px !important}
.pl80{padding-left: 80px !important}
.pl90{padding-left: 90px !important}
.pl100{padding-left: 100px !important}

.pr5{padding-right: 5px !important}
.pr10{padding-right: 10px !important}
.pr15{padding-right: 15px !important}
.pr20{padding-right: 20px !important}
.pr30{padding-right: 30px !important}
.pr40{padding-right: 40px !important}
.pr50{padding-right: 50px !important}
.pr60{padding-right: 60px !important}
.pr70{padding-right: 70px !important}
.pr80{padding-right: 80px !important}
.pr90{padding-right: 90px !important}
.pr100{padding-right: 100px !important}

.center-txt{text-align: center;}

.txt10{font-size: 10px;}
.txt12{font-size: 12px;}
.txt14{font-size: 14px;}
.txt16{font-size: 16px;}
.txt18{font-size: 18px;}
.txt20{font-size: 20px;}
.txt22{font-size: 22px;}
.txt24{font-size: 24px;}

.red-txt{color: #de4439; font-size: 20px; font-weight: bold;}
.newmark{
  font-size: 10px;
  background-color: #f20000;
  color: #FFF;
  padding: 2px 7px;
  margin-right: 7px;
}

#picup-area .newmark{
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 12px;
  background-color: #f20000;
  color: #FFF;
  padding: 2px 7px;
  margin-right: 7px;
  z-index: 9999;
}

/* -------------------------------- 

スライダー

-------------------------------- */

#top-slide{
    width: 100%;
    position: relative;
  }

#top-slide img{
  width: 100%;
  height: auto;
}

#top-slide .prev{
  font-size: 42px;
  color: #FFF;
  background-color: #de4439;
  padding: 0px 20px 0px 16px;
  position: absolute;
  top:50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  transition: all .5s ease;
}


#top-slide .next{
  font-size: 42px;
  color: #FFF;
  background-color: #de4439;
  padding: 0px 16px 0px 20px;
  position: absolute;
  top:50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  transition: all .5s ease;
}

/* -------------------------------- 

PC CSS

-------------------------------- */

@media only screen and (min-width: 769px) {

.header_pc{
	width: 100%;
	z-index: 9998;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
  border-bottom: 1px solid #dfdfdf;
  //border-top: 4px solid #ae261c;
	//position: fixed;
	//top: 0;
	//left: 0;
  //box-shadow:0px 0px 5px 0px #555555; 
  //-moz-box-shadow:0px 0px 5px 0px #555555; 
  //-webkit-box-shadow:0px 0px 5px 0px #555555;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header_comment{
  width: 100%;
  background-color: #faf5ef;
  border-top: 4px solid #ae261c;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header_comment_inner{
  width: 1150px;
  margin: 0 auto 0;
}

.header_comment_innertxt{
  font-weight: bold;
}

.header_comment_innertxt span{
  font-weight: bold;
  font-size: 150%;
  color: #de4439;
}

.header_comment_innerlink{
  float: right;
}

.header__info__area {
  width: 1200px;
  margin: 0 auto 0;
  position:relative;
  color: #FFFFFF;
  vertical-align: middle;
}

.header__info__area a{
  color: #FFFFFF;
}

.header__info__area .button{
  background-color: #005257;
}

.header__info__area .left_info_area{
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__info__area .right_info_area{
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
}


.header_pc .header__heading {
	width: 1200px;
	margin: 0 auto 0;
  position:relative;
}

.header_pc .nav-content{
	//margin-left: 250px;
	position: absolute;
	top:30px;
  right:0px;
}

.header_pc .nav-content ul li{
  float: left;
  display: table-cell;
  font-size: 14px;
}



.header_pc .nav-content ul li a{
  float: left;
  display: table-cell;
  border-top: 1px solid #de4439;
  border-left: 1px dotted #de4439;
  border-bottom: 1px solid #de4439;
  color: #000000;
  padding: 7px 12px 7px 12px;
  text-align: center;
}


.header_pc .nav-content ul li a:hover{
  background-color: #de4439;
  color: #FFFFFF;
}

.header_pc .nav-content ul li:last-child a{
  border-right:1px solid #de4439;
}

.header_pc .nav-content .current_page_item{
  background-color: #ef493d;
}

.header_pc .nav-content .current_page_item a{
  color: #FFFFFF; 
}

.header_pc .contact-btn{
  position: absolute;
  top:-25px;
  right:0px;
  background-color: #ae261c;
  padding: 7px 20px 7px 20px;
  color: #FFFFFF;
  font-size: 14px;
}

.header_pc .contact-btn:hover{
 background-color: #de4439;
}
/*
.header_pc .head-read{
  position: absolute;
  top:-25px;
  right:0px;
  background-color: #ae261c;
  padding: 7px 7px 7px 7px;
  color: #FFFFFF;
  font-size: 12px;
}
*/

.header_pc .head-read{
  position: absolute;
  top:-10px;
  right:0px;
  padding: 7px 7px 7px 7px;
  font-size: 12px;
}

.header_sp {
	display: none;
}

/* -------------------------------- 

アコーディオン

-------------------------------- */
  /*ベース*/
  .toggle {
    display: none;
  }
  .Label {    /*タイトル*/
    padding: 10px;
    display: block;
    font-size: 14px;
    color: #111;
    background:#ede8de;
  }
  .Label::before{   /*タイトル横の矢印*/
    content:"";
    width: 6px;
    height: 6px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
  }
  .Label,
  .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .content {    /*本文*/
    height: 0;
    overflow: hidden;
  }
  .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    transition: all .3s;
  }
  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }

  ul.area-list{
    width: 100%;
    font-size: 14px;
    display: block;
    list-style: none;
    padding: 0;
    margin:0;
  }

  ul.area-list li{
    background-color: #fff;
    border-left:1px solid #ede8de;
    border-right:1px solid #ede8de;
    border-bottom:1px solid #ede8de;
    padding: 10px;
  }

  .chiki-title{
    background-color: #de4439;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px;
  }

/* -------------------------------- 

map

-------------------------------- */
#map {
  width: 100%;
  height: 430px;
  //margin-top:3px;
  position: relative;
  background-image: url(https://osoushikikensaku.jp/prd/wp-content/themes/zensouren/cmn/img/map_samle.png); 
  background-position: center center; 
  background-repeat: no-repeat;
  //background-attachment: fixed;
}

#map .mapmain{
  width: 200px;
}

#map .mapmain img{
  width: 100%;
  height: auto;
}

#map .map_title{
  font-size: 16px;
  padding-bottom: 10px;
  margin:10px 0px 7px 0px;
  border-bottom:1px solid #999999;
}

#map .map_comment{
  font-size: 12px; 
  line-height: 20px;
}

#map .map_comment a{
  color: #de4439;
}

#area_name{
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  top:230px;
  font-weight: bold;
}

/* -------------------------------- 

top

-------------------------------- */

#main{
  width: 100%;
  margin:0 auto 30px;
  padding: 0;
}

#main a:hover img{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; 
}

.container-wrap{
  width: 1000px;
  margin:0 auto 0;
}

#white-area{
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

#white-area img{
  width: 100%;
  height: auto;
}

#white-area a:hover img{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; 
}

.red-title{
  background-color: #de4439;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.orange-title{
  background-color: #f59600;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.green-title{
  background-color: #47a826;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.purple-title{
  background-color: #d188e6;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.pink-title{
  background-color: #ff8adf;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.blue-title{
  background-color: #6aa3ea;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.beige-title{
  background-color: #baa278;
  color: #FFFFFF;
  padding: 7px 0px 7px 10px;
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px; 
}

.black-title{
  background-color:rgb(249,245,238);
  color: #333;
  padding: 5px 0px 5px 0px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; 
}

#top-news-area{
  width: 100%;
}


#top-news-area a{
  text-decoration: none;
}

#top-news-area a:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;  
}

#top-news-area ul{
  list-style-position: inside;
}

#top-news-area ul li{
  border-bottom: 1px dotted #a5a199;
  padding-bottom: 7px;
  margin-bottom: 7px;
}


#top-news-area .box-read{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#top-news-area .box-read2{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#top-news-area .box-read2 a{
  color: #de4439;
  text-decoration: none;
}

#top-news-area .box-read2 a:hover{
  opacity: 0.7;
}

#top-news-area .btn-area{
  text-align: right;
  margin-top: 20px;
}

#top-news-area .list-btn{
  background-color: #ae261c;
  color: #FFFFFF;
  //font-size: 16px;
  padding:10px 20px 10px 20px;
}

#top-news-area .sensei{
  width: 100px;
  float: left;
  margin-right: 20px;
}

#top-news-area .sensei-txt{
  float: left;
  width: 600px;
  height: 100px;
  font-size: 16px;
  line-height: 1.7;
}

.mov-title{
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  padding: 7px 7px 7px 7px;
}

.mov-link-btn{
  background-color: #2a3680;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 7px;
  display: block;
}

.mov-link-btn:hover{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; 
}

/* -------------------------------- 

banner-area

-------------------------------- */
#ban-area{
  width: 100%;
  margin: 0 auto 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
  box-shadow: 0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
  -moz-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
  -webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
}

#ban-area a:hover img{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; 
}


/* -------------------------------- 

single

-------------------------------- */
.breadcrumbs{
  width: 1080px;
  margin: 30px auto 0;
  font-size: 12px;
  border:1px solid #ede8de;
  background-color: #fffcf7;
  color: #423212;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;        /* CSS3草案 */  
  -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px;   /* Firefox用 */  
}

.breadcrumbs a{
  text-decoration: underline;
}

.breadcrumbs a:hover{
  text-decoration: none;
}

#single-contents{
  width: 1100px;
  margin:0 auto 0;
}

#single-contents .post{
  background-color: #FFFFFF;
  width: 100%;
  border-left:1px solid #ede8de;
  border-right:1px solid #ede8de;
  border-bottom:1px solid #ede8de;
}

#single-contents .list{
  background-color: #FFFFFF;
  width: 100%;
  border-bottom:1px solid #ede8de;
  padding: 15px 10px;
}

#single-contents .list:last-child{
  border-bottom: none;
}

#single-contents .list a{
  text-decoration: underline;
}

#single-contents .list a:hover{
  text-decoration: none;
}

#single-contents h1{
  font-size: 24px;
  background-color: #de4439;
  border:1px solid #de4439;
  padding: 10px;
  color: #FFFFFF;
  line-height: 1.5;
}

#single-contents .blog_info{
  padding: 10px 20px 10px 20px;
}


#single-contents .blog_info p{
  font-size: 14px;
  line-height: 1.7;
}

#single-contents .blog_info ul li{
  font-size: 12px;
  border-top: 1px dotted #623b31;
  padding-top: 20px;
  margin-top: 20px;
}

#single-contents .c-main-title{
  font-size: 24px;
  background-color: #64584a;
  color: #FFF;
  padding: 10px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

#single-contents .c-sub-title-1{
  font-size: 18px;
  color: #64584a;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

#single-contents .c-sub-title-2{
  font-size: 20px;
  color: #64584a;
  border-bottom: 1px dotted #64584a;
  padding-bottom: 7px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

#single-contents .c-sub-title{
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.nav-below{
  margin-top: 20px;
  margin-bottom: 40px;
}

.nav-previous a{
  padding: 10px 10px 10px 10px;
  float: left;
  border: 1px solid #623b31;
  color: #623b31;
}

.nav-previous a:hover{
  border: 1px solid #623b31;
  background-color: #623b31;
  color: #FFFFFF;
}

.nav-next a{
  padding: 10px 10px 10px 10px;
  float: right;
  border: 1px solid #623b31;
  color: #623b31;
}

.nav-next a:hover{
  border: 1px solid #623b31;
  background-color: #623b31;
  color: #FFFFFF;
}


/* -------------------------------- 

固定ページ

-------------------------------- */


#single-contents .blog_info h2{
  padding: 0;
  margin: 0;
  font-size: 20px;
  background-color: #baa278;
  color: #FFFFFF;
  padding: 10px;
}

#single-contents .blog_info h3{
  padding: 0;
  margin: 0;
  font-size: 20px;
  border-top: 1px dotted #baa278;
  border-bottom: 1px dotted #baa278;
  color: #333;
  padding: 10px 5px 10px 5px;
  font-weight: bold;
}

#single-contents .txt-area{
  padding: 15px;
  border:1px solid #baa278;
  font-size: 14px;
  line-height: 1.7; 
}

#single-contents .txt-area a{
  color: #de4439;
  text-decoration: underline;
}

#single-contents .txt-area a:hover{
  color: #de4439;
  text-decoration: none;
}

#single-contents .left-area-1{
  width: 40%;
  float: left;
}

#single-contents .right-area-1{
  width: 60%;
  float: right;
}

#single-contents .left-area-2{
  width: 70%;
  float: left;
}

#single-contents .right-area-2{
  width: 30%;
  float: right;
}

#single-contents .left-area-3{
  width: 30%;
  float: left;
}

#single-contents .right-area-3{
  width: 70%;
  float: right;
}

#single-contents .left-area-4{
  width: 20%;
  float: left;
  margin-top: 20px;
}

#single-contents .right-area-4{
  width: 78%;
  float: right;
  margin-top: 20px;
  padding-top: 10px;
}

#single-contents .faq-wrap{
  padding: 20px;
}

#single-contents ul.faq-menu{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#single-contents ul.faq-menu li{
  width: 22.7%;
  margin-right: 3%;
  margin-bottom: 3%;
  display: block;
}

#single-contents ul.faq-menu li:nth-of-type(4n){
  margin-right: 0;
}

#single-contents ul.faq-menu li a{
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #4d95bb;
  text-align: center;
  border:1px solid #4d95bb;
  border-radius: 40px;
  padding: 10px 0px;
  transition: all .5s ease;
}

#single-contents ul.faq-menu li a:hover{
  color: #FFF;
  background-color: #4d95bb;
}

#single-contents .faq-title{
  font-size: 20px;
  line-height: 1.5;
  color: #FFF;
  background-color: #4d95bb;
  padding: 10px;
}

#single-contents dl.qu{
  width: 98%;
  margin:0 auto 10px;
}

#single-contents dl.qu dt{
  font-size: 18px;
  line-height: 1.7;
  color: #ef9200;
  float: left;
}

#single-contents dl.qu dd{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-left: 1.5em;
}

#single-contents dl.an{
  width: 98%;
  margin:0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

#single-contents dl.an dt{
  font-size: 18px;
  line-height: 1.7;
  color: #0f9c00;
  float: left;
}

#single-contents dl.an dd{
  font-size: 18px;
  line-height: 1.7;
  margin-left: 1.5em;
}

#single-contents .faq-sub-menu{
  width: 200px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 999;

}

#single-contents .sub-menu-title{
  color: #FFF;
  background-color: #4d95bb;
  padding: 10px;

}

#single-contents ul.sub-menu-list{
  width: 100%;
  border:1px solid #4d95bb;
}

#single-contents ul.sub-menu-list li{
  background-color: #FFF;
  border-bottom:1px solid #4d95bb;
}

#single-contents ul.sub-menu-list li:last-child{
  border-bottom:none;
}

#single-contents ul.sub-menu-list li a{
  display: block;
  color: #4d95bb;
  padding: 10px;
}

#single-contents ul.sub-menu-list li a:hover{
  background-color: #f2f2f2;
}

/* -------------------------------- 

shop

-------------------------------- */

#shop-area{
  width: 1100px;
  margin:0 auto 0;
  position: relative;
}

#shop-area h2{
  padding: 0;
  margin: 0;
}

#shop-area p{
  padding: 0;
  margin: 0;  
}

#shop-area i{
  color:#2b81c3;
}

#shop-area .page-title{
  font-size: 32px;
}

#shop-area .top-btn-area{
  position: absolute;
  right: 15px;
  top:26px;
}

#shop-area .top-btn-area i{
  color:#FFF;
}

#shop-area .top-btn-area a{
  background-color: #de4439;
  padding: 10px 20px 10px 20px;
  color: #FFFFFF;
}

#shop-area .top-btn-area a:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; 
}

.shop, .shop li {
  margin:0;
  padding:0;
  list-style:none;
}
.shop {
  margin-bottom:10px;
}
.shop li {
  width:527px;
  height:auto;
  overflow:hidden;
}
.shop li.item2, .shop li.item3, .shop li.item4, li.item5 {
  display:none;
}

.shop li img {
  width:100%;
  height:auto;
}

.shop li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.thumb, .thumb li {
  margin:0;
  padding:0;
  list-style:none;
}
.thumb li {
  display:inline-block;
  width:102px;
  height:auto;
  overflow:hidden;
  cursor:pointer;
  vertical-align:top;
  margin-bottom:20px;
}
.thumb li img {
  width:100%;
  height:auto;
}
.thumb li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#shop-area table {
  width: 100%;
}

#shop-area table tr {
  background-color: #FFFFFF;
  border:1px solid #d8d0c3;

}

#shop-area table th {
  width: 25%;
  padding: 10px;
  border-right: 1px dotted #d8d0c3;

}

#shop-area table td {
  width: 75%;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word;
}

#shop-area table a{
  text-decoration: underline;
}

#shop-area table a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#shop-area .sub-title-orange{
  font-size: 18px;
  color: #FFFFFF;
  background-color: #f59600;
  padding: 10px;
}

#shop-area .sub-title-blue{
  font-size: 18px;
  color: #FFFFFF;
  background-color: #2b81c3;
  padding: 10px;
}

#shop-area .sub-title-green{
  font-size: 18px;
  color: #FFFFFF;
  background-color: #47a826;
  padding: 10px;
}

#shop-area .sub-title-red{
  font-size: 18px;
  color: #FFFFFF;
  background-color: #de4439;
  padding: 10px;
}

#shop-area .message-area{
  background-color: #FFFFFF;
  border:1px solid #47a826; 
  padding: 10px;
}

#shop-area .gaiyo-area{
  background-color: #FFFFFF;
  border:1px solid #de4439; 
  padding: 10px;
}

#shop-area .list-box{
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}


#shop-area .txt-box{
  width: 95%;
  margin:0 auto 0;
}

#shop-area .plan-title{
  font-size: 16px;
  padding-top: 10px;
}

#shop-area .plan-fee{
  font-size: 24px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}


#shop-area .plan-comment{
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top:1px dotted #999999;
}

#shop-area .plan-url{
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top:1px dotted #999999;
}

#shop-area .plan-url a{
  color: #2b81c3;
}

#shop-area .hole-title{
  font-size: 15px;
  padding-top: 10px;
}

#shop-area .hole-title a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#shop-area .hole-add{
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 5px;
}


#shop-area .hole-tel{
  font-size: 12px;
  padding-bottom: 5px;
}

#shop-area .hole-url{
  font-size: 12px;
  padding-bottom: 10px;
}

#shop-area .contact-txt{
  border: 1px solid #de4439;
  background-color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.7;
  font-size: 12px;
  text-align: center;
}

/* -------------------------------- 

shop-list-area

-------------------------------- */

#shop-list-area{
  width: 1100px;
  margin:0 auto 0;
}

#shop-list-area i{
  color:#de4439;
}

#shop-list-area .post{
  width: 100%;
  background-color: #FFFFFF;
  clear: both;
}

#shop-list-area h1{
  font-size: 24px;
  background-color: #de4439;
  border:1px solid #de4439;
  padding: 10px;
  color: #FFFFFF;
  line-height: 1.5;
}

#shop-list-area h2{
  font-size: 18px;
  border-bottom:1px solid #e0d8c7;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 0px; 
}

#shop-list-area .txt-area{
  border-top: 1px solid #fffcf7;
  margin: 0px;
  padding:7px;
}

#shop-list-area .txt-area p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  margin-bottom: 5px;
}

#shop-list-area .btn-area{
  float: right;
  margin-top: 20px;
}

#shop-list-area .btn-area a{
  background-color: #de4439;
  color: #FFFFFF;
  padding: 10px 20px 10px 20px;
}

#shop-list-area .btn-area a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; 
}

/* -------------------------------- 

picup-area

-------------------------------- */
#picup-area{
  width: 100%;
  position: relative;
}

#picup-area p{
  padding: 0;
  margin: 0;  
}

#picup-area i{
  color:#f59600;
}

#picup-area .list-box{
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}

#picup-area .photo-box{
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
}

#picup-area .photo-box img{
  width: 100%;
  height: auto;
}

#picup-area .txt-box{
  width: 95%;
  margin:0 auto 0;
}

#picup-area .plan-title{
  font-size: 16px;
  padding-top: 10px;
}

#picup-area .plan-fee{
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}


#picup-area .plan-comment{
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top:1px dotted #999999;
}


#picup-area .com-title{
  font-size: 16px;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#picup-area .com-title a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#picup-area .com-add{
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}


#picup-area .com-tel{
  font-size: 12px;
  padding-bottom: 10px;
}

#picup-area .com-hp{
  font-size: 12px;
  padding-bottom: 10px;
}

/* -------------------------------- 

newshop-area

-------------------------------- */
#newshop-area{
  background-color: #FFFFFF;
  padding-top: 10px;
  border-top: 1px solid #efebe5;
  border-left: 1px solid #efebe5;
  border-right: 1px solid #efebe5;
}

#newshop-area a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#newshop-area i{
  color:#47a826;
}

.add-txt{
  width: 100%;
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.tel-txt{
  font-size: 12px;
  color: #666666;
}

.list-underline{
  border-bottom: 1px solid #efebe5;
  margin: 10px 0px 10px 0px;
}

/* -------------------------------- 

ページネーション

-------------------------------- */
#pager-area{
  width: 100%;
  margin: 0 auto 0;
}

.pagenation {
    margin: 1em auto 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 5px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #baa278;
    border: 1px solid #baa278;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #f9f5ee;
    border: 1px solid #d2c6b2;
    border-radius: 3px;
    //color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
.pagenation li a:hover {
    background-color: #d2c6b2;
    border: 1px solid #d2c6b2;
    //color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/* -------------------------------- 

sidebar

-------------------------------- */
#side{
  width: 100%;
}

#side a:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;  
}

#side h3{
  background-color: #de4439;
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px;
}

#side .box-read{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#side .w-container{
  padding: 10px;
}


#side a {
  display: block;
  overflow: hidden;
  *zoom: 1;
  padding: 8px;
  color: #313131;
  background-color: #ede8de;
}
#side a:hover {
  background: #ede8de;
}
#side a:hover span {
  //color: white;
  //background: #baa278;
}
#side span {
  display: inline;
  float: right;
  //margin-left: 8px;
  //padding: 1px 8px;
  font-weight: bold;
  //color: #ffffff;
  //background: #baa278;
}

#side ul.children {
  //padding-left: 5px;
  background: #fffcf7;
}

#side ul.children a {
  background: #fffcf7;
  color: #313131;
  border-bottom: 1px solid #ede8de;
  border-left: 1px solid #ede8de;
  border-right: 1px solid #ede8de;
}


#side ul.children span {
  display: inline;
  float: right;
  margin-left: 8px;
  padding: 1px 8px;
  font-weight: bold;
  color: #313131;
  background: #ede8de;
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */  
}


#side .side-news h3{
  background-color: #de4439;
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 0px;
}

#side .side-news a {
  display: block;
  overflow: hidden;
  *zoom: 1;
  padding: 8px;
  color: #313131;
  background-color: #fffcf7;
  border-bottom: 1px solid #ede8de;
}

/* -------------------------------- 

search

-------------------------------- */
#search-area{
	width: 100%;
	position: relative;
	top:-30px;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0 auto 0;
	box-shadow:0px 0px 6px 1px #e8e8e8;
	-moz-box-shadow:0px 0px 6px 1px #e8e8e8;
	-webkit-box-shadow:0px 0px 6px 1px #e8e8e8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	
}

.searchbox{
	width: 99%;
	margin: 0 auto 0;
	//background-color: #000000;
}

.searchbox i{
	color: #de4439;
}

.searchbox input{
  width: 550px;
  height: 40px;
  background-color: #FFFFFF;
  border:1px solid #de4439;
  padding-left: 10px;
}

.searchbox select{
	width: 250px;
	height: 40px;
	background-color: #FFFFFF;
	border:1px solid #de4439;
  margin-left:10px;
}

.searchbox select.disable{
  width: 250px;
  height: 40px;
  background-color: #FFFFFF;
  border:1px solid #ccc;
  margin-left:10px;
}

.searchbox button{
  font-size: 16px;
  font-weight: bold;
	background-color: #de4439;
	color: #FFFFFF;
	border:none;
	padding: 10px 30px 10px 30px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	float: right;
}

.searchbox button:hover{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;  
}

/* -------------------------------- 

form

-------------------------------- */
#contactform{
  width: 940px;
  margin:0 auto 0;
}

#contactform label{
  padding-top: 12px;
  padding-bottom: 10px;
}

#contactform .wpcf7-submit{
  background-color: #de4439;
  color: #FFFFFF;
  border: none;
  padding: 10px 100px 10px 100px;
}

#contactform .wpcf7-submit:hover{
  background-color: #ae261c;
}

#contactform .wpcf7-text{
  width: 100%;
  padding: 7px;
}

#contactform .wpcf7-textarea{
  width: 100%;
}

#contactform .wpcf7-select{
  background-color: #FFFFFF;
  border: 1px solid #999999;
  height: 40px;
  width: 50%;
}

#contactform .btn-area{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

/* -------------------------------- 

Footer

-------------------------------- */
#footer {
    width: 100%;
    text-align: center;
    background-color: #ae261c;
}

#footer .footer-nav-content{
  background-color: #de4439;
  padding: 5px;
  text-align: center;
}

#footer .footer-nav-content ul{
  text-align: center;
  margin:0 auto 0;
}

#footer .footer-nav-content ul li{
  display: inline;
  font-size: 12px;
  color: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .footer-nav-content ul li a{
  color: #FFFFFF;
}

#footer .footer-nav-content ul li a:hover{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;  
}

#footer .copyright{
  color:#FFF;
  font-size: 12px;
  padding: 20px 0 20px 0;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 47px;
    right: 30px;
    z-index: 9999;
}

.pagetop a {
    display: block;
    background-color: #ae261c;
    text-align: center;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    padding: 13px 15px 13px 15px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.pagetop a:hover {
  background-color: #de4439;
}


}

/* -------------------------------- 

SP CSS

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

.header_pc {
display: none;
}


.header__info{
  display: none;
}

.header_comment{
  display: none;
}

.header_sp {
width: 100%;
z-index: 999;
margin: 0;
padding: 0;
//border-bottom: 1px solid #f0f0f0;
//padding: 5px 0px 5px 0px;
text-align: center;
//  position: fixed;
//  top: 0;
//  left: 0;
}

.info-area{
  color: #FFFFFF;
  font-size: 10px;
  background-color: #000000;
  padding: 12px;
}

.info-area a{
  color: #FFFFFF;
  font-size: 10px;
}

.header_sp .header__heading {
background-color: #ffffff;
width: 100%;
z-index: 999999;
padding-bottom: 10px;
padding-top: 10px;
}

.header_sp .header__heading img {
width: 50%;
}

.nav-content {
position: absolute;
width: 100%;
top: -735px;
-webkit-transition: 1.5s top;
transition: 1.5s top;
background-color: #FFF;
z-index: 999;
}

.nav-content ul li {
font-size: 16px;
border-top: 1px solid #f3f3f3;
}

.nav-content ul li a {
display: block;
padding: 20px 10px;
color: #000;
}

.nav-content ul li a:hover {
background-color: #de4439;
color: #FFF;
}

.is-open .nav-content {
top: 55px;
}


#js-cover {
background: #000;
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0px;
opacity: 0;
z-index: 1;
}


.menu-button {
width: 30px;
height: 30px;
display: block;
position: absolute;
right: 14px;
top: 14px;
}

.menu-button i {
display: block;
width: 20px;
height: 2px;
border-radius: 3px;
background: #de4439;
-webkit-transition: background 0.5s;
transition: background 0.5s;
position: relative;
left: 5px;
top: 14px;
}

.menu-button i:before,
.menu-button i:after {
content: "";
display: block;
width: 20px;
height: 2px;
border-radius: 3px;
background: #de4439;
position: absolute;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.3s !important;
transition: all 0.3s !important;
}

.menu-button i:before {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}

.menu-button i:after {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}


.is-open .menu-button i {
background: #ffffff;
}

.is-open .menu-button i:after {
-webkit-transform: translateY(0px) rotate(-45deg);
-ms-transform: translateY(0px) rotate(-45deg);
transform: translateY(0px) rotate(-45deg);
}

.is-open .menu-button i:before {
-webkit-transform: translateY(0px) rotate(45deg);
-ms-transform: translateY(0px) rotate(45deg);
transform: translateY(0px) rotate(45deg);
}


/* -------------------------------- 

map

-------------------------------- */
#map {
  width: 100%;
  height: 300px;
  margin-top:3px;
  position: relative;
  background-image: url(https://osoushikikensaku.jp/prd/wp-content/themes/zensouren/cmn/img/map_samle.png); 
  background-position: center center; 
  background-repeat: no-repeat;
  //background-attachment: fixed;
}

#map .mapmain{
  display: none;
}

#map .map_title{
  font-size: 16px;
  padding-bottom: 10px;
  margin:10px 0px 7px 0px;
  border-bottom:1px solid #999999;
}

#map .map_comment{
  font-size: 12px; 
  line-height: 20px;
}

#area_name{
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top:130px;
  font-weight: bold;
}



/* -------------------------------- 

top

-------------------------------- */
#main{
  width: 100%;
  margin:0 auto 30px;
}

#main img{
  max-width: 100%;
  height: auto;
}

.container-wrap{
  width: 100%;
  margin:0 auto 0;
}

#white-area{
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

#white-area img{
  width: 100%;
  height: auto;
}

#white-area a:hover img{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; 
}

.red-title{
  background-color: #de4439;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}


.orange-title{
  background-color: #f59600;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.green-title{
  background-color: #47a826;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.purple-title{
  background-color: #d188e6;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.pink-title{
  background-color: #ff8adf;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.blue-title{
  background-color: #6aa3ea;
  color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.beige-title{
  background-color: #baa278;
  color: #FFFFFF;
  padding: 7px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px; 
}

.black-title{
  background-color:rgb(249,245,238);
  color: #333;
  padding: 5px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px; 
}

#top-news-area{
  width: 100%;
}

#top-news-area a{
  text-decoration: none;
}

#top-news-area a:hover{
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;  
}

#top-news-area ul{
  list-style-position: inside;
}

#top-news-area ul li{
  border-bottom: 1px dotted #a5a199;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


#top-news-area .box-read{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#top-news-area .box-read2{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#top-news-area .box-read2 a{
  color: #de4439;
  text-decoration: none;
}

#top-news-area .box-read2 a:hover{
  opacity: 0.7;
}

#top-news-area .btn-area{
  text-align: center;
  margin-top: 30px;
}

#top-news-area .list-btn{
  background-color: #ae261c;
  color: #FFFFFF;
  //font-size: 16px;
  padding:10px 20px 10px 20px;
}

#top-news-area .sensei{
  width: 100px;
  margin:0 auto 0;
  margin-top: 30px;
  margin-bottom: 10px;
}

#top-news-area .sensei-txt{
  width: 90%;
  margin:0 auto 0;
  font-size: 14px;
  line-height: 1.7;
}

.mov-title{
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  padding: 7px 7px 7px 7px;
}

.mov-link-btn{
  background-color: #2a3680;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 7px;
  display: block;
}

.mov-link-btn:hover{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; 
}

/* -------------------------------- 

banner-area

-------------------------------- */
#ban-area{
  width: 100%;
  margin: 0 auto 0;
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: #f2f2f2;
  box-shadow: 0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
  -moz-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
  -webkit-box-shadow:0 3px 5px -3px rgba(0,0,0,0.5) inset, 0 -3px 5px -3px rgba(0,0,0,0.5) inset;
  text-align: center;
}

#ban-area img{
  margin-bottom: 10px;
}

/* -------------------------------- 

sidebar

-------------------------------- */
#side{
  width: 100%;
}

#side a:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;  
}

#side h3{
  background-color: #de4439;
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px;
}

/*
#side ul{
  list-style-position: inside;
}

#side ul li:first-child{
}

#side ul.children li{
  border-bottom: 1px solid #e0d8c7;
  border-top: 1px solid #fffcf7;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

#side ul.children li:first-child{
  border-top: none;
  padding-top: 5px;
}

#side ul.children li:last-child{
  border-bottom: none;
}
*/

#side .box-read{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#side .w-container{
  padding: 10px;
}


#side a {
  display: block;
  overflow: hidden;
  *zoom: 1;
  padding: 8px;
  color: #ffffff;
  background-color: #baa278;
}
#side a:hover {
  background: #baa278;
}
#side a:hover span {
  //color: white;
  //background: #baa278;
}
#side span {
  display: inline;
  float: right;
  //margin-left: 8px;
  //padding: 1px 8px;
  font-weight: bold;
  //color: #ffffff;
  //background: #baa278;
}

#side ul.children {
  //padding-left: 5px;
  background: #fffcf7;
}

#side ul.children a {
  background: #fffcf7;
  color: #313131;
  border-bottom: 1px solid #ede8de;
}


#side ul.children span {
  display: inline;
  float: right;
  margin-left: 8px;
  padding: 1px 8px;
  font-weight: bold;
  color: #313131;
  background: #ede8de;
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */  
}

#side .side-news a {
  display: block;
  overflow: hidden;
  *zoom: 1;
  padding: 8px;
  color: #313131;
  background-color: #fffcf7;
  border-bottom: 1px solid #ede8de;
}

/* -------------------------------- 

single

-------------------------------- */

.breadcrumbs{
  display: none;
}

#single-contents{
  width: 96%;
  margin: 10px auto 0;
}

#single-contents .post{
  background-color: #FFFFFF;
  width: 100%;
}

#single-contents h1{
  font-size: 18px;
  background-color: #de4439;
  padding: 10px;
  color: #FFFFFF;
  line-height: 1.5;
}

#single-contents .blog_info{
  padding: 7px 7px 7px 7px;
}

#single-contents .blog_info p{
  font-size: 12px;
  line-height: 1.7;
}

#single-contents .blog_info ul li{
  font-size: 10px;
  border-top: 1px dotted #623b31;
  padding-top: 20px;
}

#single-contents .c-sub-title{
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

#single-contents .c-main-title{
  font-size: 24px;
  background-color: #64584a;
  color: #FFF;
  padding: 10px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

#single-contents .c-sub-title-1{
  font-size: 18px;
  color: #64584a;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

#single-contents .c-sub-title-2{
  font-size: 20px;
  color: #64584a;
  border-bottom: 1px dotted #64584a;
  padding-bottom: 7px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

#single-contents .left-area-4{
  width: 90%;
  margin: 20px auto 20px;
}

#single-contents .right-area-4{
  width: 90%;
  margin: 20px auto 20px;
  font-size: 12px;
}

.nav-below{
  margin-top: 20px;
  margin-bottom: 40px;
}

.nav-previous a{
  padding: 10px 10px 10px 10px;
  float: left;
  border: 1px solid #623b31;
  color: #623b31;
}

.nav-previous a:hover{
  border: 1px solid #623b31;
  background-color: #623b31;
  color: #FFFFFF;
}

.nav-next a{
  padding: 10px 10px 10px 10px;
  float: right;
  border: 1px solid #623b31;
  color: #623b31;
}

.nav-next a:hover{
  border: 1px solid #623b31;
  background-color: #623b31;
  color: #FFFFFF;
}

#single-contents .list{
  background-color: #FFFFFF;
  width: 100%;
  border-bottom:1px solid #ede8de;
  padding: 10px 7px;
  font-size: 12px;
}

#single-contents .list:last-child{
  border-bottom: none;
}

#single-contents .list a{
  text-decoration: underline;
}

#single-contents .list a:hover{
  text-decoration: none;
}

/* -------------------------------- 

固定ページ

-------------------------------- */


#single-contents .blog_info h2{
  padding: 0;
  margin: 0;
  font-size: 16px;
  background-color: #baa278;
  color: #FFFFFF;
  padding: 10px;
}

#single-contents .blog_info h3{
  padding: 0;
  margin: 0;
  font-size: 16px;
  border-top: 1px dotted #baa278;
  border-bottom: 1px dotted #baa278;
  color: #333;
  padding: 10px 5px 10px 5px;
  font-weight: bold;
}

#single-contents .txt-area{
  padding: 10px;
  border:1px solid #baa278;
  font-size: 12px;
  line-height: 1.7; 
}

#single-contents .txt-area a{
  color: #de4439;
  text-decoration: underline;
}

#single-contents .txt-area a:hover{
  color: #de4439;
  text-decoration: none;
}

/* -------------------------------- 

shop

-------------------------------- */

#shop-area{
  width: 98%;
  margin:10px auto 0;
  position: relative;
}

#shop-area h2{
  padding: 0;
  margin: 0;
}

#shop-area p{
  padding: 0;
  margin: 0;  
}

#shop-area i{
  color:#2b81c3;
}

#shop-area .page-title{
  font-size: 24px;
  line-height: 1.5;
}

#shop-area .top-btn-area{
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

#shop-area .top-btn-area i{
  color:#FFF;
}


#shop-area .top-btn-area a{
  background-color: #de4439;
  padding: 10px 20px 10px 20px;
  color: #FFFFFF;
  font-size: 16px;
}

#shop-area .top-btn-area a:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; 
}

.shop, .shop li {
  margin:0;
  padding:0;
  list-style:none;
}
.shop {
  margin-bottom:10px;
}
.shop li {
  width:100%;
  height:auto;
  overflow:hidden;
}
.shop li.item2, .shop li.item3, .shop li.item4, li.item5 {
  display:none;
}

.shop li img {
  width:100%;
  height:auto;
}

.shop li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.thumb, .thumb li {
  margin:0;
  padding:0;
  list-style:none;
}
.thumb li {
  display:inline-block;
  width:19%;
  height:auto;
  overflow:hidden;
  cursor:pointer;
  vertical-align:top;
  margin-bottom:20px;
}
.thumb li img {
  width:100%;
  height:auto;
}
.thumb li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#shop-area table {
  width: 100%;
}

#shop-area table tr {
  background-color: #FFFFFF;
  border:1px solid #d8d0c3;

}

#shop-area table th {
  width: 30%;
  padding: 10px;
  border-right: 1px dotted #d8d0c3;

}

#shop-area table td {
  width: 70%;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word;
}

#shop-area table a{
  text-decoration: underline;
}

#shop-area table a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#shop-area .sub-title-orange{
  font-size: 18px;
  color: #FFFFFF;
  background-color: #f59600;
  padding: 10px;
}

#shop-area .sub-title-blue{
  font-size: 18px;
  color: #FFFFFF;
  background-color: #2b81c3;
  padding: 10px;
}

#shop-area .sub-title-green{
  font-size: 18px;
  color: #FFFFFF;
  background-color: #47a826;
  padding: 10px;
}

#shop-area .sub-title-red{
  font-size: 18px;
  color: #FFFFFF;
  background-color: #de4439;
  padding: 10px;
}

#shop-area .message-area{
  background-color: #FFFFFF;
  border:1px solid #47a826; 
  padding: 10px;
}

#shop-area .gaiyo-area{
  background-color: #FFFFFF;
  border:1px solid #de4439; 
  padding: 10px;
}

#shop-area .list-box{
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}

#shop-area .txt-box{
  width: 95%;
  margin:0 auto 0;
}

#shop-area .plan-title{
  font-size: 16px;
  padding-top: 10px;
}

#shop-area .plan-fee{
  font-size: 24px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}


#shop-area .plan-comment{
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top:1px dotted #999999;
}

#shop-area .plan-url{
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top:1px dotted #999999;
}

#shop-area .plan-url a{
  color: #2b81c3;
}

#shop-area .hole-title{
  font-size: 16px;
  padding-top: 10px;
}

#shop-area .hole-title a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#shop-area .hole-add{
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 5px;
}


#shop-area .hole-tel{
  font-size: 12px;
  padding-bottom: 10px;
}

#shop-area .contact-txt{
  border: 1px solid #de4439;
  background-color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.7;
  font-size: 12px;
}

/* -------------------------------- 

shop-list-area

-------------------------------- */

#shop-list-area{
  width: 100%;
  margin:80px auto 0;
}

#shop-list-area i{
  color:#de4439;
}

#shop-list-area .post{
  width: 100%;
  //background-color: #FFFFFF;
  clear: both;
}

#shop-list-area h1{
  font-size: 18px;
  background-color: #de4439;
  border:1px solid #de4439;
  padding: 10px;
  color: #FFFFFF;
  line-height: 1.5;
}

#shop-list-area h2{
  font-size: 16px;
  border-bottom:1px solid #e0d8c7;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
}

#shop-list-area .txt-area{
  border-top: 1px solid #fffcf7;
  margin: 0px;
  padding:7px;
  font-size: 12px;
}

#shop-list-area .txt-area p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  margin-bottom: 5px;
}

#shop-list-area .btn-area{
  float: right;
  margin-top: 20px;
}

#shop-list-area .btn-area a{
  background-color: #de4439;
  color: #FFFFFF;
  padding: 10px 20px 10px 20px;
}

#shop-list-area .btn-area a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; 
}

/* -------------------------------- 

picup-area

-------------------------------- */
#picup-area{
  width: 100%;
}

#picup-area p{
  padding: 0;
  margin: 0;  
}

#picup-area i{
  color:#f59600;
}

#picup-area .list-box{
  width: 100%;
  height: 90px;
  background-color: #FFFFFF;
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0px 3px 0px rgba(0,0,0,0.2), 0 0px 3px 0px rgba(0,0,0,0.2);
  margin-bottom: 20px;
  padding: 10px 5px;
}

#picup-area .list-box img{
  width: 25%;
  height: auto;
  float: left;
  margin-right: 10px;
}

#picup-area .txt-box{
  width: 100%;
}

#picup-area .plan-title{
  font-size: 14px;
  padding-top: 10px;
}

#picup-area .plan-fee{
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}


#picup-area .plan-comment{
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top:1px dotted #999999;
}


#picup-area .com-title{
  font-size: 14px;
  //padding-top: 10px;
}

#picup-area .com-title a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#picup-area .com-add{
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}


#picup-area .com-tel{
  font-size: 12px;
  padding-bottom: 10px;
}

#picup-area .com-hp{
  font-size: 12px;
  padding-bottom: 10px;
}

/* -------------------------------- 

newshop-area

-------------------------------- */
#newshop-area{
  background-color: #FFFFFF;
  padding-top: 10px;
  border-top: 1px solid #efebe5;
  border-left: 1px solid #efebe5;
  border-right: 1px solid #efebe5;
  font-size: 12px;
  line-height: 1.7;
}

#newshop-area img{
  padding-bottom: 10px;
}

#newshop-area a{
  font-size: 16px;
  line-height: 1.5;
}

#newshop-area a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#newshop-area i{
  color:#47a826;
}

.add-txt{
  width: 100%;
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.tel-txt{
  font-size: 12px;
  color: #666666;
}

.list-underline{
  border-bottom: 1px solid #efebe5;
  margin: 10px 0px 10px 0px;
}

/* -------------------------------- 

ページネーション

-------------------------------- */
#pager-area{
  width: 100%;
  margin: 0 auto 0;
}

.pagenation {
    margin: 1em auto 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 5px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #baa278;
    border: 1px solid #baa278;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #f9f5ee;
    border: 1px solid #d2c6b2;
    border-radius: 3px;
    //color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
.pagenation li a:hover {
    background-color: #d2c6b2;
    border: 1px solid #d2c6b2;
    //color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/* -------------------------------- 

search

-------------------------------- */


#search-area{
	width: 98%;
	position: relative;
	//top:-10px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 20px auto 20px;
	box-shadow:0px 0px 6px 1px #e8e8e8;
	-moz-box-shadow:0px 0px 6px 1px #e8e8e8;
	-webkit-box-shadow:0px 0px 6px 1px #e8e8e8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	
}

.searchbox{
	width: 100%;
	margin: 0 auto 0;
	//background-color: #000000;
}

.searchbox i{
	color: #de4439;
}

.searchbox input{
  width: 65%;
  height: 40px;
  background-color: #FFFFFF;
  border:1px solid #de4439;
}

.searchbox select{
	width: 65%;
	height: 40px;
	background-color: #FFFFFF;
	border:1px solid #de4439;
}

.searchbox button{
	display: block;
	text-align: center;
	background-color: #de4439;
	color: #FFFFFF;
	border:none;
	padding: 10px 10px 10px 10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	float: right;
}

.searchbox button:hover{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;  
}


/* -------------------------------- 

form

-------------------------------- */
#contactform{
  width: 98%;
  margin:0 auto 0;
}

#contactform label{
  padding-top: 12px;
  padding-bottom: 10px;
}

#contactform .wpcf7-submit{
  background-color: #de4439;
  color: #FFFFFF;
  border: none;
  padding: 10px 50px 10px 50px;
}

#contactform .wpcf7-submit:hover{
  background-color: #ae261c;
}

#contactform .wpcf7-text{
  width: 100%;
  padding: 7px;
}

#contactform .wpcf7-textarea{
  width: 100%;
}

#contactform .wpcf7-select{
  background-color: #FFFFFF;
  border: 1px solid #999999;
  height: 40px;
  width: 100%;
}

#contactform .btn-area{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

/* -------------------------------- 

Footer

-------------------------------- */
#footer {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#footer .footer-nav-content{
  background-color: #de4439;
  padding: 5px;
  text-align: center;
}

#footer .footer-nav-content ul{
  text-align: center;
  margin:0 auto 0;
}

#footer .footer-nav-content ul li{
  display: inline;
  font-size: 10px;
  color: #FFFFFF;
  margin-left: 5px;
  margin-right: 5px;
}

#footer .footer-nav-content ul li a{
  color: #FFFFFF;
}

#footer .footer-nav-content ul li a:hover{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;  
}

#footer .copyright{
  background-color: #ae261c;
  color:#FFF;
  font-size: 10px;
  padding: 20px 0 20px 0;
  //margin-top: 30px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 84px;
    right: 10px;
    z-index: 9999;
}

.pagetop a {
    display: block;
    background-color: #de4439;
    text-align: center;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    padding: 14px 15px 14px 15px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.pagetop a:hover {
  background-color: #ae261c;
}

/* SP FAQ*/
#single-contents .faq-wrap{
  padding:10px;
}

#single-contents ul.faq-menu{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#single-contents ul.faq-menu li{
  width: 100%;
  margin-bottom: 3%;
  display: block;
}

#single-contents ul.faq-menu li:nth-of-type(2n){
  margin-right: 0;
}

#single-contents ul.faq-menu li a{
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #4d95bb;
  text-align: center;
  border:1px solid #4d95bb;
  border-radius: 40px;
  padding: 10px 0px;
  transition: all .5s ease;
}

#single-contents ul.faq-menu li a:hover{
  color: #FFF;
  background-color: #4d95bb;
}

#single-contents .faq-title{
  font-size: 20px;
  line-height: 1.5;
  color: #FFF;
  background-color: #4d95bb;
  padding: 10px;
}

#single-contents dl.qu{
  width: 98%;
  margin:0 auto 10px;
}

#single-contents dl.qu dt{
  font-size: 18px;
  line-height: 1.7;
  color: #ef9200;
  float: left;
}

#single-contents dl.qu dd{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-left: 1.5em;
}

#single-contents dl.an{
  width: 98%;
  margin:0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

#single-contents dl.an dt{
  font-size: 18px;
  line-height: 1.7;
  color: #0f9c00;
  float: left;
}

#single-contents dl.an dd{
  font-size: 18px;
  line-height: 1.7;
  margin-left: 1.5em;
}

#single-contents .faq-sub-menu{
  width: 95%;
  margin:0 auto 0;

}

#single-contents .sub-menu-title{
  color: #FFF;
  background-color: #4d95bb;
  padding: 10px;

}

#single-contents ul.sub-menu-list{
  width: 100%;
  border:1px solid #4d95bb;
}

#single-contents ul.sub-menu-list li{
  background-color: #FFF;
  border-bottom:1px solid #4d95bb;
}

#single-contents ul.sub-menu-list li:last-child{
  border-bottom:none;
}

#single-contents ul.sub-menu-list li a{
  display: block;
  color: #4d95bb;
  padding: 10px;
}

#single-contents ul.sub-menu-list li a:hover{
  background-color: #f2f2f2;
}

}
