@charset "utf-8";
/*
Theme Name: SHIS首都圏-2016-Theme
Theme URI: http://www.sakurajimusyo.com/
Author: HIDEYUKI MURAKAMI
Description: This is the original theme that was created in MURAKAMI. In the case of modification, please contact the auther.
Version: 1.0
*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++

テンプレート部分のスタイルを記述する
コンテンツ部分は、別スタイルシートにて記述し、ページごとにリンクを変更する

^111
==スタイルリセット==
（CSSスタイルのデフォルトリセット）

^222
==初期スタイル記述==
（初期スタイルを記述しなおす）

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

globalHead
globalNav
globalFoot
contactArea
contactFixed

color: #2d3135;


^555
==汎用スタイル==
（よく使うであろうスタイルを記述）

^666
==投稿詳細スタイル==


===レスポンシブ ブレークポイント
//MAX幅1100px
.wrap {
	width:1100px;}
.wrap {
	width:94%;}
//コンテンツの画像
　900px
//PC（1099まで）
@media only screen and (max-width: 1099px) {}
//タブレット
@media only screen and (max-width: 959px) {}
//タブレット小
@media only screen and (max-width: 767px) {}
//スマホ
@media only screen and (max-width: 559px) {}

+++++++++++++++++++++++++++++++++++++++++++++++++++++*/







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^111
==スタイルリセット==
（CSSスタイルのデフォルトリセット）
normalize.css 使用

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

/* Corrects inline-block display not defined in IE8/9. */
audio,canvas,video {display: inline-block;}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) { display: none; height: 0;}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */
[hidden] {display: none;}


/* =============================================================================
   Base
   ========================================================================== */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;}

/* Removes default margin. */
body { margin: 0;}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0;}


/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted;}

/* Improves readability when focused and also mouse hovered in all browsers. */
a:hover,a:active { outline: 0;}


/* =============================================================================
   Typography
   ========================================================================== */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1,h2,h3,h4,h5 { line-height:1.25em; margin:0.3em 0 0.15em 0;}

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/
abbr[title] { border-bottom : 1px dotted;}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/
b, strong { font-weight : bold;}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic;}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0; color: #000;}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em;}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;}


/*Sets consistent quote types.*/
q { quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small { font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;}

sup { top: -0.5em;}
sub { bottom: -0.25em;}


/*=================================================================
   Embedded content
=================================================================*/

/*Removes border when inside `a` element in IE 8/9.*/
img {
	max-width :100%;
	height:auto;
	vertical-align: middle;
	border: 0;}

/* IE8 max-widthバグへの対応 uaにてie8時はbodyにクラス名を付ける */
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) { overflow: hidden;}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/
figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */

/* Define consistent border, margin, and padding*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/
button,input {line-height: normal;}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */
button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default;}

/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */}

/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;}

/* Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0;}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* Remove most spacing between table cells */
table {
    border-collapse: collapse;
    border-spacing: 0;}







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^222
==初期スタイル記述==
（初期スタイルを記述しなおす）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* =============================================================================
   Typography
   ========================================================================== */

html {
	font-size: 100%;
	color: #2d3135;
    font-family: 'ヒラギノ角ゴ Pro W3',"Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;}

h1 { font-size: 1.5em;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.3em;}
h4 { font-size: 1.3em;}
h5 { font-size: 1em;}
h6 { font-size: 1em;}

p,dt,dd,li,th,td,caption{ font-size:1em; line-height:1.75em; letter-spacing:0.05em;}

p { padding:0.5em 0;}

a { color:#007fe0; text-decoration:none; }
a:hover { color:#0066b3; text-decoration:underline; }
a:focus { color:#0066b3; }

a.bgOver:hover {
	zoom: 1;  
    opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha( opacity=50 ); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -khtml-opacity: .50; /* Safari 1.x */
    -moz-opacity: .50; /* FF lt 1.5, Netscape */
}

ul,ol { margin: 0; padding-left: 1.5em; list-style-position:outside;}

hr { background-color: #ddd; border: 0; clear:both;	height: 1px; margin:2em 1em 3em 1em;}







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/

/* =============================================================================
   汎用スタイル
   ========================================================================== */

body {
	margin: 0;}
.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearbefore {
	clear:both;}
.wrap {
	width:900px;
	margin:0 auto;}
.smpbr {
	display: none;}

/*タブレット*/
@media only screen and (max-width: 959px) {
	.wrap {
		width:92%;
		margin:0 4%;}
}
/*スマホ*/
@media only screen and (max-width: 559px) {
	.smpbr {
		display:inline;}
}
/*
=====================================================
===== media query ===================================
=====================================================
*/
/*PC（1099まで）*/
@media only screen and (max-width: 1099px) {}
/*タブレット*/
@media only screen and (max-width: 959px) {}
/*タブレット小*/
@media only screen and (max-width: 767px) {}
/*スマホ*/
@media only screen and (max-width: 559px) {}







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* #globalHead */
#globalHead {
	border-top:3px solid #d4e8f5;
	border-bottom: 5px solid #0075c1;
	padding:15px 0;
	width: 100%;
	background: #FFF;
	position: fixed;}
#globalHead .wrap {
	display: table;}
#globalHead  h2 {
	display: table-cell;
	vertical-align: middle;
	margin:0;}
#globalHead h2 a {
	background:url(../img/logo_siteid-pc.png) no-repeat left top;
	background-size:262px auto;
	width:262px;
	height:72px;
	display:block;
	text-indent:-9999px;}
#globalHead nav.tel {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	margin:0;}
#globalHead nav.tel font {
	white-space:nowrap;
	margin-bottom: 8px;
	font-size:1em;}
#globalHead nav.tel font.pc {
	display: block;}
#globalHead nav.tel font.sp {
	display: none;}
#globalHead nav.tel span {
	white-space:nowrap;
	color:#0075c1;
	display:inline-block;
	line-height:24px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:2.2em;
	letter-spacing:-0.03em;}
#globalHead nav.tel a {
	color:#0075c1;
	text-decoration:none;}
#globalHead nav.tel span:before {
	content:"";
	float:left;
	margin-right:8px;
	margin-top: -4px;
	display:block;
	border-radius:2px;
	width:34px;
	height:30px;
	background:url(../img/ico_tel.png) no-repeat center center #0075c1;
	background-size:24px auto;}
/*
=====================================================
===== media query ===================================
=====================================================
*/
/*タブレット*/
@media only screen and (max-width: 959px) {
	#globalHead h2 a {
		background:url(../img/logo_siteid-pc.png) no-repeat left top;
		background-size:200px auto;
		width:200px;
		height:55px;}
	#globalHead nav.tel font {
		font-size:0.85em;}
	#globalHead nav.tel span {
		font-size:1.8em;}
}
/*スマホ*/
@media only screen and (max-width: 559px) {
	#globalHead {
		border-top:2px solid #d4e8f5;
		border-bottom: 3px solid #0075c1;
		padding:10px 0;}
	#globalHead h2 a {
		background:url(../img/logo_siteid-pc.png) no-repeat left top;
		background-size:130px auto;
		width:130px;
		height:38px;}
	#globalHead nav.tel {
		width: 100px;
		padding:7px 10px 5px 10px;
		line-height:1.3;
		background:#0075c1;
		border-radius:4px;}
	#globalHead nav.tel font {
		margin-bottom: 0;
		color:#FFF;}
	#globalHead nav.tel font.pc {
		display: none;}
	#globalHead nav.tel font.sp {
		display: block;}
	#globalHead nav.tel span {
		color:#FFF;
		line-height:1;
		margin-bottom:0;
		font-size:1.05em;}
	#globalHead nav.tel a {
		color:#FFF;}
	#globalHead nav.tel span:before {
		display: none;}
}







/* #content */
#content {
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 110px;}
/*
=====================================================
===== media query ===================================
=====================================================
*/
/*タブレット*/
@media only screen and (max-width: 959px) {
	#content {
		width: 92%;
		margin: 0 4% 0 4%;
		padding-top: 98px;}
}
/*スマホ*/
@media only screen and (max-width: 559px) {
	#content {
		width: 100%;
		margin: 0 0 0 0;
		padding-top: 75px;}
}







/* #globalFoot */
#globalFoot {
	margin-top: 60px;
	border-top: 5px solid #0075c1;
	padding:25px 0;}
#globalFoot address {
	text-align: center;
	font-style: normal;}
/*
=====================================================
===== media query ===================================
=====================================================
*/
/*スマホ*/
@media only screen and (max-width: 559px) {
	#globalFoot {
		margin-top: 30px;}
}







/* #contactFixed */
#contactFixed {
	z-index:900;
	position:fixed;
	right:-120px;
	bottom:10%;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow:    0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	box-shadow:         0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;}
#contactFixed:hover {
	right:0;}
#contactFixed ul {
	margin:0;
	padding:0;
	list-style:none;}
#contactFixed ul li {
	border-bottom:1px solid #ddd;}
#contactFixed ul li:last-child {
	border-bottom:none;}
#contactFixed ul li a {
	display:block;
	text-decoration:none;
	padding:18px 18px;
	color:#2d3235;
	font-size:0.925em;}
#contactFixed ul li:first-child a {
	border-top-left-radius: 20px;}
#contactFixed ul li:last-child a {
	border-bottom-left-radius: 20px;}
#contactFixed ul li a:before {
	font-family: FontAwesome;
	font-size:1.5em;
	width:40px;
	display:block;
	float: left;
	margin-bottom:2px;}
#contactFixed ul li.pagetop a:before {
	content:"\f062";}
#contactFixed ul li.pagetop a:hover {
	color:#FFF;
	background:#2d3235;}
#contactFixed ul li.pagetop a:hover:before {
	color: #FFF;}
#contactFixed ul li.contact a:before {
	content:"\f0f6";
	color: #74c716;}
#contactFixed ul li.contact a:hover {
	color: #FFF;
	background:#74c716;}
#contactFixed ul li.contact a:hover:before {
	color: #FFF;}
#contactFixed ul li.inquiry a:before {
	content:"\f003";
	color: #a6b3bc;}
#contactFixed ul li.inquiry a:hover {
	color: #fff;
	background:#a6b3bc;}
#contactFixed ul li.inquiry a:hover:before {
	color: #FFF;}
#contactFixed ul li.mailmaga a:before {
	content:"\f1d8";
	color: #4c8fb9;}
#contactFixed ul li.mailmaga a:hover {
	color: #FFF;
	background:#4c8fb9;}
#contactFixed ul li.mailmaga a:hover:before {
	color: #FFF;}
/*
=====================================================
===== media query ===================================
=====================================================
*/
/*スマホ*/
@media only screen and (max-width: 559px) {
	#contactFixed {
		display: none;}
}
	






/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^555
==汎用スタイル==
（よく使うであろうスタイルを記述）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* float 指定
------------------------------------------*/
.imgLeft {
    float: left;
	margin:0.5em 1em 2em 0;}
.imgRight {
    float: right;
	margin:0.5em 0 2em 1em;}

/* padding 指定
------------------------------------------*/
.noPad { padding:0 !important;}
.pad5 { padding:5px !important;}
.pad10 { padding:10px !important;}
.pad15 { padding:15px !important;}
.pad20 { padding:20px !important;}
.padT5 { padding-top:5px !important;}
.padT10 { padding-top:10px !important;}
.padT15 { padding-top:15px !important;}
.padT20 { padding-top:20px !important;}
.padT30 { padding-top:30px !important;}
.padT40 { padding-top:40px !important;}
.padT50 { padding-top:50px !important;}
.padR5 { padding-right:5px !important;}
.padR10 { padding-right:10px !important;}
.padR15 { padding-right:15px !important;}
.padR20 { padding-right:20px !important;}
.padR30 { padding-right:30px !important;}
.padR40 { padding-right:40px !important;}
.padR50 { padding-right:50px !important;}
.padB5 { padding-bottom:5px !important;}
.padB10 { padding-bottom:10px !important;}
.padB15 { padding-bottom:15px !important;}
.padB20 { padding-bottom:20px !important;}
.padB30 { padding-bottom:30px !important;}
.padB40 { padding-bottom:40px !important;}
.padB50 { padding-bottom:50px !important;}
.padL5 { padding-left:5px !important;}
.padL10 { padding-left:10px !important;}
.padL15 { padding-left:15px !important;}
.padL20 { padding-left:20px !important;}
.padL30 { padding-left:30px !important;}
.padL40 { padding-left:40px !important;}
.padL50 { padding-left:50px !important;}

/* margin 指定
------------------------------------------*/
.noMar { margin:0 !important;}
.mar5 { margin:5px !important;}
.mar10 { margin:10px !important;}
.mar15 { margin:15px !important;}
.mar20 { margin:20px !important;}
.marT5 { margin-top:5px !important;}
.marT10 { margin-top:10px !important;}
.marT15 { margin-top:15px !important;}
.marT20 { margin-top:20px !important;}
.marR5 { margin-right:5px !important;}
.marR10 { margin-right:10px !important;}
.marR15 { margin-right:15px !important;}
.marR20 { margin-right:20px !important;}
.marB5 { margin-bottom:5px !important;}
.marB10 { margin-bottom:10px !important;}
.marB15 { margin-bottom:15px !important;}
.marB20 { margin-bottom:20px !important;}
.marB30 { margin-bottom:30px !important;}
.marL5 { margin-left:5px !important;}
.marL10 { margin-left:10px !important;}
.marL15 { margin-left:15px !important;}
.marL20 { margin-left:20px !important;}

/* font style
------------------------------------------*/
.fontRed { color:crimson;}
.fontRed2 { color:red;}
.fontBlue { color:#0066CC;}
.fontBlue2 { color:blue;}
.fontGreen { color:green;}
.fontYellow { color:gold;}
.fontYellow2 { color:yellow;}
.fontSmall { font-size: 0.9em;}
.fontRem8 { font-size:12px; font-size:0.9rem;}
.fontRem10 { font-size:14px; font-size:1.0rem;}
.fontRem11 { font-size:15px; font-size:1.1rem;}
.fontRem12 { font-size:16px; font-size:1.2rem;}
.fontRem14 { font-size:18px; font-size:1.4rem;}
.fontRem16 { font-size:20px; font-size:1.6rem;}
.fontRem18 { font-size:22px; font-size:1.8rem;}
.fontBold { font-weight:bold;}
.textLeft { text-align:left;}
.textRight { text-align:right;}
.textCenter { text-align:center;}







