@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

index 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*------------------------------------------------------------mainphoto*/
#mainimage {
  margin-bottom: 0;
}
        #mainimage img{
          border-radius: 6px;
          margin-bottom: 30px;
        }
#mainimage h2{
	margin-bottom: 10px;
}
        #mainimage h2 img{
          border-radius: 6px;
          margin-bottom:0px;
        }
      @media print, screen and (min-width:768px) {
      #mainimage {
        margin-bottom: 40px;
      }
        #mainimage img{
          border-radius: 10px;
        }
      }
/* greeting */
#greeting{
  text-align: center;
  padding-bottom: 10px;
}
  #greeting .greeting_tx{
    font-size: 1.5rem;
    line-height: 1.7em;
    text-align: left;
  }
    #greeting .greeting_tx br{
      display: none;
    }
        @media print, screen and (min-width:768px) {
            #greeting{
            padding-bottom: 0;
            }
          #greeting .greeting_tx{
          line-height: 2em;
            text-align: center;
          }    
          #greeting .greeting_tx br{
          display: block;
          }        
        }

/* link_bn */
#link_bn{
  padding: 30px 0;
  background: #fffaf3;
  text-align: center;
}
#link_bn img{
  text-align: center;
  margin: 0 auto;
}
    @media print, screen and (min-width:768px) {
      #link_bn{
      padding: 50px 0;
      }
    }

/*------------------------------------------------------------content*/
/* news */
#news_area{
  padding:20px 0;
  background: url(../img/common_img/dot_bg_pc.png) repeat 0 0;
}
      @media print, screen and (min-width:768px) {
        #news_area{
          padding: 40px 0;
        }
      }

/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#news01 dl {
	padding: 1em 0 1em 0.5em;
  border-bottom: 1px dotted #ede1cf;  
}
#news01 dl dt {
  padding-left: 24px;
  font-size: 15px;
  font-weight: normal;
  background: url(../img/index_img/news_ico.png) no-repeat left center;
  background-size: 17px;  
}
#news01 dl dd {
  font-size: 15px;
}
      @media print, screen and (min-width:768px) {
      #news01 dl dt {
        float: left;
      }
      #news01 dl dd {
        padding: 0 0 0 140px;
      }
      }

/* blog */
#blog_area{
  padding:20px 0;  
  background: #fffaf3;
}
      @media print, screen and (min-width:768px) {
        #blog_area{
          padding: 40px 0;
        }
      }
/*更新プログラム(連動)フォーマット*/
#news01_2 {
	width: 100%;
	overflow: hidden;
}
#news01_2 dl {
	padding: 1em 0 1em 0.5em;
  border-bottom: 1px dotted #ede1cf;
}
#news01_2 dl dt {
  padding-left: 24px;
  font-size: 15px;
  font-weight: normal;
background: url(../img/index_img/blog_ico.png) no-repeat left center;
  background-size: 17px;
}


#news01_2 dl dd {
  font-size: 15px;
}
      @media print, screen and (min-width:768px) {
      #news01_2 dl dt {
        float: left;
      }
      #news01_2 dl dd {
        padding: 0 0 0 140px;
      }
      }

/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
@media print, screen and (min-width:768px) {
#news02 p.title03 br {
	display:none;
}
}
.newsbox {
	overflow: hidden;
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
}
.newsbox img {
	margin-bottom: 10px;
}
/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #666;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#googlemap iframe {
	display: block;
}
.mapbtn {
	display: none;
}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

news 

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

/*NewsBox*/
.newsbox {
	overflow: hidden;/* for modern browser */
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#news_container{}
#news_container .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 20px;
	margin-bottom: 10px;
  background: url(../img/index_img/news_ico.png) no-repeat left 4px ;
  background-size: 15px;
}
#news_container .newstitle span {
	font-size: 12px;
  margin-right: 3px;
}

#amenoma_container{}
#amenoma_container .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 5px;
	margin-bottom: 10px;

}
#amenoma_container .newstitle span {
	font-size: 12px;
  margin-right: 0.5em;
}
#amenoma_container .newstitle span::before{
  content: "\f040";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #8B5C3A;
  font-size: 14px;
}
#event_container{}
#event_container .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 5px;
	margin-bottom: 10px;
}
#event_container .newstitle span {
	font-size: 12px;
  margin-right: 0.5em;
}
#event_container .newstitle span::before{
  content: "\f18c";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #8B5C3A;
  font-size: 14px;
}
#blog_container{}
#blog_container .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 20px;
	margin-bottom: 10px;
  background: url(../img/index_img/blog_ico.png) no-repeat left 4px ;
  background-size: 15px;
}
#blog_container .newstitle span {
	font-size: 12px;
}
.newsbox .more-link {
	float: right;
	margin: 10px 0;
}
.postinfo {
	margin-top: 10px;
	text-align: right;
	clear: both;
	padding: 5px 20px;
	background: #FFF0DD;
  color: #444;
	/* CSS3 */
	border-radius: 20px;
}
@media print, screen and (min-width:768px) {
.newstitle br {
	display:none;
}
}
/*WP-PageNavi*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	/* CSS3 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.wp-pagenavi span.pages {

	color: #848484;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;

}
.wp-pagenavi span.current {
	border: 1px solid #ff1611;
	background: #f92924;
	color: #FFF;
	border-radius: 2px;
}
.wp-pagenavi a {
	border: 1px solid #ffddb3;
	color: #848484;
	background: #FFF0DD;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
}
.wp-pagenavi a:hover {
	border: 1px solid #ff1611;
	background: #f92924;
	color: #FFF;
  text-shadow: none;
}
/*Program*/
.pagelink .oldpage {
	float: left;
	width: 45%;
	text-align: left;
}
.pagelink .newpage {
	float: right;
	width: 45%;
	text-align: right;
}
.listlink {
	clear: both;
  width: 150px;
  margin: 20px auto 0;
  padding: 0.6em 0 0.45em;
  text-align: center;
  display: block;
  background: #f92924;
  border-radius: 3px;
  border-bottom:5px solid #b41a17;
}
.listlink a {
	color: #666666;
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;

	/* CSS3 */
	border-radius: 3px;
      color: #FFF;
    text-decoration: none;
}
.listlink a::before {
  margin-right: 1em;
  content: "\f190";
  font-family: FontAwesome;  
}
.listlink a:hover {
	background: #DFDFDF;
}

        @media print, screen and (min-width:768px) {
          .listlink{
          margin: 40px auto 10px;
          }          
        }

/*search*/
#news_search {
	margin-bottom: 20px;
}
#news_search_title {
	font-weight: bold;
}
.screen-reader-text {
	display: none;
}
#news_search #s {
	width: 70%;
	margin: 0;
	border:1px solid #BFBFBF;
	padding: 3px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

menu 

---------------------------------------------------------------------------------------------------------------------------------------- */
.menu_list li {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px dotted #838383;
}
.menu_list li:first-child {
	margin: 10px 0 0 0;
	padding: 0;
	border-top: none;
}
.menu_list li dl dt {
	margin-bottom: 10px;
}
.menu_list li dl dd.menu_photo {
	text-align: center;
	margin-bottom: 10px;
}
.menu_list li dl dd.menu_photo img {
	width: 100%;
	height: auto;
}
.menu_list li dl dd.menu_price {
	text-align: right;
	font-weight: bold;
	color: #A84547;
	margin-bottom: 5px;
}
.menu_list li dl dd.menu_comment {
	font-size: 12px;
}
@media print, screen and (min-width:768px) {
.menu_list li {
	width: 31%;
	margin-right: 2.8%;
	display: inline-block;
	vertical-align: top;
}
.menu_list li:first-child {
	margin: 10px 2.8% 0 0;
}
.menu_list li:nth-child(2) {
	margin: 10px 2.8% 0 0;
	padding: 0;
	border-top: none;
}
.menu_list li:nth-child(3) {
	margin: 10px 0 0;
	padding: 0;
	border-top: none;
}
.menu_list li:nth-child(3n) {
	margin-right: 0;
}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

contact 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*form*/
#contact_form {
	margin-top: 20px;

}
#contact_form dl {
	clear: both;
	margin: 0px 0px 8px 0px;
	padding: 5px 10px;
  border-top: 8px solid #ff9d9b;
  box-shadow: 0 0 0 1px #ff9d9b inset;
}
#contact_form dl dt {
	font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #444;
}

#contact_form dl dd.dd_child {
	padding-top: 15px;
}
/*Attention*/
#contact_form p.attention {
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
#contact_form strong {
	font-size: 11px;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown_form {
	border:1px solid #BFBFBF;
	padding: 5px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */	
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */	
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
	font-size: 1.6rem;
}
.dropdown_form option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border:1px solid #BFBFBF;
	padding: 5px;
	background: #E6EFFD;
	/* CSS3 */
    border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 100%;
}
.inp_text_s {
	width: 30%;
}
textarea {
	width: 100%;
}
/*Button*/
.inp_button {
	border:1px solid #BFBFBF;
	padding: 2px 7px;
	cursor: pointer;
	background: #CCC;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	-webkit-border-radius: 3px;
	/* Firefox */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	-moz-border-radius: 3px;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.submit_btn {
	text-align: center;
	margin: 20px 0px;
}
.inp_submit01 {
	padding: 5px 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	clear: both;
  margin: 20px auto 0;
  text-align: center;
  display: block;
  background: #fc150f;
  border-radius: 3px;
  border: 1px solid #fc150f;
  border-bottom:5px solid #b41a17;
}
.inp_submit02 {
	border:1px solid #5A6476;
	padding: 5px 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	background: #333;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #28343b;
	/* Webkit */
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px #fff;
	/* IE */
	zoom: 1;
}
        @media print, screen and (min-width:768px) {

            .inp_text {
              width: 50%;
            }
            .inp_text_s {
              width: 20%;
            }
            textarea {
              width: 80%;
            }
          #contact_form dl{
            padding: 5px;
            background: none;
            box-shadow: 0 0 0 1px #ff9d9b inset;
            margin-bottom:8px;
            border-left:8px solid #ff9d9b;
          }
            #contact_form dl dt {
              float: left;
             background: none;
            }
            #contact_form dl dt {
              padding-left: 10px;
              width: 200px;
             color: #444;
            }
            #contact_form dl dd {
              margin-left: 210px;
              border-left: 1px dotted #ff9d9b;
              padding: 10px 10px 15px;
                background: #FFF;
     
            }
        }

/* access */
.access_tbl{
  width: 100%;
  margin: 0 auto 20px;
}
.access_tbl th{
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 0.6em 1em;
  background: #ffe9dc;
  border-bottom: 2px solid #FFF;
  color: #444;
}
.access_tbl td{
  display: block;
  width: 100%;
  padding: 0.6em 1em;

}
#access_img img{
  margin-bottom: 10px;
}
iframe{
  margin-bottom: 20px;
}
      @media print, screen and (min-width:768px) {
        .access_tbl th{
          display: table-cell;
          width: 25%;
        }
        .access_tbl td{
          display: table-cell;
            border-bottom: 1px dotted #BFBFBF;
        }
        #access_img img{
          margin-bottom: 0;
        }
        iframe{
        margin-bottom:10px;
        }
      }

/* menu */
.menu_tbl{
  width: 100%;
  margin: 0 auto;
}
.menu_tbl caption{
  text-align: right;
}
.menu_tbl tr.head_tr th{
  background: #eee;
  text-align: center;
}
.menu_tbl th{
  padding: 0.5em ;
  background: #ffe9dc;
  border: 1px solid #e3e3e3;
}
.menu_tbl td{
  padding: 0.5em;
  text-align: right;
  font-size: 1.6rem;
  color: #FF0000;
  border: 1px solid #e3e3e3;
  font-family: "Rounded Mplus 1c", sans-serif;  
}
      @media print, screen and (min-width:768px) {
        .menu_tbl th{
          padding: 0.2em 1em;
        }        
        .menu_tbl td{
          padding: 0.2em 1em;
          font-size: 1.8rem;
        }
      }

/* amenomamenu */
.cts_ul{}
  .cts_ul li{
    margin-left: 2em;
    margin-bottom: 0.5em;
    list-style-type: disc;
    list-style-position: outside;
    line-height: 1.4em;
  }
