/*
Theme Name: SAB2015
Author: NIKKODO
Description: Sento Pro's child
Version: 0.0.1
Template: Sento_Pro
*/

@import url("../Sento_Pro/style.css");

.alignright {
	padding-top: 0px;
	display: inline;
	float: right;
}

/* Logo - Header Style 2 */
.header-style2 #logo {
	float: none;
	text-align: center;
	margin: 25px 0 15px;
}
.header-style2 #logo a {
	display: inline-block;
}
.header-style2 #logo h1 {
	margin-bottom: 20px;
}
.header-style2 #logo img {
	max-height: 125px;
}

@media only screen and (max-width: 768px) {
.header-style2 #logo img {
max-height: 40px;
}
}

/* Pre-Header Search placeholder text color */
#pre-header-search ::-webkit-input-placeholder { color: #fff; }
#pre-header-search :-moz-placeholder { color: #fff; }
#pre-header-search ::-moz-placeholder { color: #fff; }
#pre-header-search :-ms-input-placeholder { color: #fff; }

.google-maps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}

.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.navi_01 {
	font-family: sans-serif, "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Open Sans, Helvetica, Arial;
}

body {
	font-family: "メイリオ", Meiryo, sans-serif, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Open Sans, Helvetica, Arial;
}

textarea {
	color: #777;	
	font-family: "メイリオ", Meiryo, sans-serif, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Open Sans, Helvetica, Arial;
	font-size: 13px;
	line-height: 1.8;
	word-wrap: break-word;
}

body,
button,
input,
select,
textarea {
	color: #777;	
	font-family: "メイリオ", Meiryo, sans-serif, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Open Sans, Helvetica, Arial;
	font-size: 13px;
	line-height: 1.8;
	word-wrap: break-word;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #1E1E1E;
	clear: both;
	margin: 0 0 0.8em;
	font-family: "メイリオ", Meiryo, sans-serif, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Open Sans, Helvetica, Arial;
	line-height: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Page Title */
#intro {
	text-align: left;
	padding: 10px 10px;
	background: #EFEEEE;
}
#intro #intro-core {
	width: 100%;
}
#intro .page-title {
	font-size: 22px;
	font-weight: 600;
	color: #4B4A4B;
	text-transform: uppercase;
	margin: 0px;
}

h2{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #B92A2C;
    color: #ffffff;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
h2:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #B92A2C;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

/* google-calendar-events/css/gce-style.css */
.gce-widget-grid .gce-calendar{ /* Main calendar table */
	width:85%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.gce-widget-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	cursor:pointer;
	color:#ffffff;
	background-color:#cc3333;
}

 /* テキストフォームの設定 */
.wpcf7-text{
    margin: 6px 0 24px;
    padding: 11px;
    width: 260px;
    color: #636063;
    font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 16px;
    border: 1px solid #efeeee;
    background: url(images/bg.png);
    }