@charset "utf-8";
/*
Template: weluka-theme-00
Theme Name: Weluka Theme 00 child
Theme URI: http://www.weluka.me/
Author: Weluka Team
Author URI: https://www.weluka.me/
Description: weluka plugins theme 00.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, weluka, responsive-layout, featured-images, custom-menu, 
bootstrap, custom-header, custom-footer, editor-style, webfont, 
threaded-comments
*/
@import url("../weluka-theme-00/style.css");  /* こちらで親テーマのstyleを継承 */

/* 独自cssを追加する場合はこのファイルに記述 */

body {
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif; 
}
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	box-shadow: none;
}
.featured-image img,
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	box-shadow: none;
}
#page {
   margin-top: 0px;
}
#main {
   padding-top: 0;
}
.container {
	padding: 0 30px;
}
#hgroup-wrap  .container {
	padding: 0;
}
#hgroup-wrap {
   text-align: center;
   height:  100px;
}
#hgroup-wrap img {
   margin: 0 auto;
}
#header-left {
    float: none;
   margin: 0 auto;
   text-align: center;
}
#header-left img {
   margin: 0 auto;
   text-align: center;
    float: none;
}
#site-logo  {
   margin: 0px auto;
   padding-top: 0px;
    float: none;
}
#header-right {
  /* display: none; */
}
.widget_search {
  display:none;
}
#main-slider h1 {
  display:none;
}
#header-menu {
	background-color: #FFF;
/*	border-top:  3px solid #C3E0F7; */
	margin-bottom: 0;
}
.menu-header-container {
	background-color: #FFF;
	border-top:  1px solid #FFE9E6;
	border-bottom:  1px solid #FFE9E6;
	margin: 5px 0 13px 0;
}
#header-right .menu  li.current_page_item > a,
#header-right .menu  li.current-menu-item > a {
	padding: 5px;
}
#header-menu ul.menu a {
	color: #FF6666;
	margin: 5px;
	font-size: 12px;
}
#header-menu ul.menu li:hover > a,
#header-menu ul.menu a:focus {
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	background-color: #FFE9E6;
	color: #FF6666;
	margin: 5px;
	font-size: 12px;
}
#header-menu .menu .current-menu-item > a,
#header-menu .menu .current-menu-ancestor > a,
#header-menu .menu .current_page_item > a,
#header-menu .menu .current_page_ancestor > a {
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	background-color: #FFE9E6;
	color: #FF6666;
	margin: 5px;
	font-size: 12px;
}

#site-generator {
	background-color: #FFE9E6;
}
#site-generator a {
	color: #666;
}
#site-generator .copyright, 
#site-generator .powered {
    width: 100%;
}
.site-content article {
	border-bottom: none;
}
.entry-content {
border: 1px #fff solid;
}

.breadcrumbs {
        margin-bottom: 25px;
}
table.company {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #FFE9E6;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #000;
    font-weight: normal;
white-space: nowrap;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFE9E6;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #fff;
    padding-left: 20px;
}
h2{
    position: relative;
    color: #666;
    background: #FFE9E6;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 -1.8em 1.5em -1.8em;
    padding: 0.8em;
    box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    -ms-box-shadow: 0 1px 3px #777;
}
 
h2:after,
h2:before{
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
 
h2:before{
    right: 0;
    border-left: 5px solid #333;
}
 
h2:after{
    left: 0;
    border-right: 5px solid #333;
}
h3{
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 2em 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
}
 
h3:before{
    content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h3:after{
    content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

h4 {
     border-bottom: 1px dotted #ff3366;
    color: #ff3366;
     margin: 3px 0 13px;
}
.m-text {
   margin: 40px 25px 40px ;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#header-menu ul.menu ul {

	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 45px;
	left: 0;
	list-style: none;
	width: 188px;
	z-index: 99999;
}
.price {
	font-weight:bold;
	color:#ff0000;
}
.menu-title {
	font-weight:bold;
}
.wp-caption {
	margin: 10px 10px;
	max-width: 98%;
}
/***** 画像キャプションコードはじまり *****/
.wp-caption {
max-width:100%;
height:auto;
border: 1px solid #ccc;
text-align: center;
background-color: #fff;
padding-top: 4px;
margin:10px 10px 20px 10px;
border-radius: 3px;
color: #000;
}

.block {
    position: relative;
    padding: 20px;
    color: #666;
    background: #FFE9E6;
    overflow: hidden;
}
 
.block:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 16px 16px 0 0;
    border-style: solid;
    border-color: #fff;
    border-top-color: #FF6666;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

/***** 画像キャプションコード終わり *****/

#main .entry-content ul{
     margin: 15px 0 5px;
}
.entry-title {
     font-weight: bolder;
}
.nakano-title {
     font-weight: bolder;
    color: #E60013;
}
.menu-center {
     width: 100%;
}



/***** トップページカラム *****/

#featured-post {
padding: 0;
}

#featured-post .post {
	margin-left: 0;
	margin-right: 7px;
	clear: none;
    width: 24%;
	margin-bottom: 3px;
	padding-bottom: 0;
}
#featured-post .post.first {
	clear: none;
}
#featured-post figure {
	margin-bottom: 3px;
}
#featured-post .entry-content {
	margin-bottom: 3px;
	padding: 0 7px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* iPhone Landscape */
	.site {
		width: 500px;
	}
	#featured-post .post{
		margin: 0;
		width: 100%;
	}
	background-color:#FF99CC;
}
@media screen and (max-width: 480px) {
	/* iPhone Portrait */	
	.site {
		margin: 10px auto;
		width: 350px;
	}
	#featured-post .post{
		margin: 0;
		width: 100%;
	}
.menu-header-container {
	background-color:#FF99CC;
}
}
.banner {
float: left;
margin: 8px 5px 0 0;
}
.entry-meta {
display: none;
}
.powered, .theme-name, .theme-author { display: none; }

.entry-title { display: none; }