@charset "utf-8";
/*
Theme Name: gaiheki-tokyo-2017-Theme
Theme URI: https://www.m-gaiheki.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: #120f0f;


^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: #120f0f;
    font-family: 'ヒラギノ角ゴ Pro W3',"Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;}

h1 { font-size: 1.75em;}
h2 { font-size: 1.6em;}
h3 { font-size: 1.35em;}
h4 { font-size: 1.25em;}
h5 { font-size: 1em;}
h6 { font-size: 1em;}

p,dt,dd,li,th,td,caption{ font-size:1em; line-height:1.5em; letter-spacing:0.05em;}

p { padding:0.5em 0;}

a { color:#007fe0; text-decoration:underline; }
a:hover { color:#005a9f; text-decoration:none; }
a:focus { color:#005a9f; }

a.decoChg { text-decoration:underline; }
a.decoChg:hover { text-decoration:none; }

/*
a[href$=".pdf"]:before{
	content: '\f1c1';
	font-size:18px;
	color:#D30003;
	display:inline-block;
	font-family: "FontAwesome";
	margin-right:10px;
	top:1px;
    position: relative;}
*/
a.imgOver:hover img{
	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 */
}

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 { padding:0.5em 0 0.5em 2%; list-style:inside;}
ul {}
ol {}

dl { padding:0 0 0.5em 0;}
dt { font-size:1.25em; font-weight:bold; border-bottom:2px solid #E8E8E8; display:inline-block; padding-top:0.5em; padding-bottom:0.1em; margin-bottom:0.5em;}
dd { margin-left:0;}

table { margin:1em 0 2em 0; overflow: hidden; width: 100%;}
table th, table td { vertical-align:middle; padding:10px 15px; border:1px solid #c4c4c4; background:#FFF;}
table thead th, table thead td { text-align:center; background:#EDEDED; font-weight:bold;}
table th { background:#f2f2fb;}
@media only screen and (max-width: 767px) {
	table th,table td{
		text-align:left;
		width:auto;
		display:block;}
}

table.table01 {}
@media only screen and (max-width: 767px) {
	table.table01 { display: block; position: relative;}
	table.table01 thead { display: block; float: left;}
	table.table01 tbody { display: block; position: relative; width: auto; overflow-x: auto; white-space: nowrap;}
	table.table01 thead th,table.table01 thead td { display: block;}
	table.table01 tbody th,table.table01 tbody td { display: block;}
	table.table01 tbody tr { display:inline-block;}
	table.table01 tbody th br,table.table01 tbody td br { display:none;}
	table.table01 th, table.table01 td { border-bottom:none;}
	table.table01 th:last-child, table.table01 td:last-child { border-bottom:1px solid #c4c4c4;}
}

hr { background-color: #ddd; border: 0; clear:both;	height: 1px; margin:2em 1em 3em 1em;}

.video-container { position:relative; margin:0 0 0.5em 0; padding-bottom: 56.25%; padding-top:30px; height:0; overflow:hidden;}
.video-container iframe,
.video-container object,
.video-container embed { position:absolute; top:0; left:0; width:100%; height:100%;}

under { font-weight:bold; background:linear-gradient(transparent 40%, #ff9999 40%);}



/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/

/* =============================================================================
   汎用スタイル
   ========================================================================== */

body {}
.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearbefore {
	clear:both;}
.wrap {
	width:1100px;
	margin:0 auto;}
.yu-min {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;}
.smpBr { display:none;}
.smpBox { display:none;}
.smphide {}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; font-weight: normal;}
@media only screen and (max-width: 1099px) {
	body {
		font-size:92%;}
	.wrap {
		width:90%;
		margin:0 5%;}
}
@media only screen and (max-width: 959px) {
	.smphide {
		display:none;}
}
@media only screen and (max-width: 767px) {
}

/*
fonticon
a:before {
	font-family: FontAwesome;
	content:"\f1fa";
	text-indent:1px;}
*/

/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/




/* #globalHead */
#globalHead {}
#globalHead .inner {
	padding: 10px 0;
	background: rgba(255,255,255,0.70);}
#globalHead .wrap {
	display:table;}
#globalHead .left {
	text-align:left;
	display:table-cell;
	vertical-align:middle;}
#globalHead .left h1 {
	margin:0 0 5px 0;
	font-size:0.9em;
	font-weight:normal;}
#globalHead .left a.logo {
	float:left;
	margin:0 0 0 0;
	width:220px;
	height:73px;
	display:block;}
#globalHead .contactArea {
	text-align:right;
	display:table-cell;
	vertical-align:middle;
	padding: 0;
	margin: 0;
	list-style: none;}
#globalHead .contactArea li {
	float: right;
	margin-left: 15px;}
#globalHead .contactArea li a {
	display:block;
	white-space: nowrap;
	text-align:center;
	border-radius:5px;
	font-size:1em;
	font-weight:bold;
	line-height:1.1;
	color:#FFF;
	text-decoration:none;
	padding:15px 15px;}
#globalHead .contactArea li.inquiryBtn a {
	background:#b12525;}
#globalHead a.sakuralogo {
	display:none;
	padding:0 15px 0 10px;
	vertical-align:middle;
	width:100px;
	height:auto;}
#globalHead .tel {
	text-align:right;
	display:table-cell;
	vertical-align:middle;
	padding-top:10px;}
#globalHead .tel span {
	white-space:nowrap;
	font-size:0.85em;}
#globalHead .tel span em {
	font-style: normal;}
#globalHead .tel a {
	color: #120f0f;
	display:inline-block;
	line-height:24px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:1.8em;
	letter-spacing:-0.03em;
	text-decoration:none;}
#globalHead .tel a:before {
	content:" ";
	float:left;
	margin-right:5px;
	margin-top:1px;
	display:block;
	border-radius:2px;
	width:30px;
	height:24px;
	background:url(img/common/ico_tel.png) no-repeat center center #a40000;
	background-size:22px auto;}
#globalHead .right {
	display: none;
	text-align:right;
	padding:5px 0 5px 16px;}
#globalHead .right .smpMenu {
	display:block;
	vertical-align:middle;
    width: 28px;
    height: 30px;
    cursor: pointer;
    z-index: 101;}
#globalHead .right .smpMenu div {
    position: relative;}
#globalHead .right .smpMenu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #a40000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;}
#globalHead .right .smpMenu span:nth-child(1) {
    top: 0;}
#globalHead .right .smpMenu span:nth-child(2) {
    top: 11px;}
#globalHead .right .smpMenu span:nth-child(3) {
    top: 22px;}
#globalHead .right .smpMenu span:nth-child(4) {
	height: auto;
	line-height: 1;
	font-size: 10px;
	background: none;
	color:  #a40000;
    top: 30px;}
@media only screen and (max-width: 1099px) {
	#globalHead .left h1 {
		display: none;}
	#globalHead .left a.logo {
		width:160px;
		height:53px;
		padding-right:10px;}
}
@media only screen and (max-width: 769px) {
}
@media only screen and (max-width: 700px) {
	#globalHead .inner {
		background:#FFF;}
	#globalHead .left a.logo {
		float:left;
		margin:0 0 0 0;
		width:120px;
		height:40px;
		display:block;}
	#globalHead .contactArea {
		display: none;}
	#globalHead a.sakuralogo {
		display:table-cell;}
	#globalHead .tel {
		display: none;
		text-align:center;
		padding:7px 10px 5px 10px;
		line-height:1.3;
		background:#b12525;
		border-radius:4px;}
	#globalHead .tel a {
		color: #fff;
		display:inline-block;
		line-height:18px;
		margin-bottom:0;
		font-weight:bold;
		font-size:1em;
		letter-spacing:-0.03em;
		text-decoration:none;}
	#globalHead .tel a:before {
		display: none;}
	#globalHead .tel span {
		color: #FFF;
		font-size:0.7em;}
	#globalHead .tel span em {
		display: none;}
	#globalHead .tel a.num {
		font-size:0.925em;}
	#globalHead .right {
		display:table-cell;}
}




/* #globalNav */
#globalNav {
	display:none;
	z-index:5000;
	position: fixed;
	/* 開いてないときは画面外に配置 */
	top:-0px;
	height:auto;
	background: url(img/common/bg_0001.jpg) repeat center center;
	width: 100%;
	border-bottom:none;
	padding: 10px 0;}
#globalNav ul {
	list-style: none;
	margin:0;
	padding:10px;
	background:#FFF;}
#globalNav ul li {
	border-bottom:1px solid #DDD;}
#globalNav ul li.title {
	text-align:center;
	color:#FFF;
	padding:5px 0;
	background:#b12525;}
#globalNav ul li a {
	padding:10px 10px 10px 5px;
	text-decoration:none;
	color:#2d3135;
	background:url(img/common/ico_arrow.png) no-repeat right center;
	background-size:10px auto;
	display:block;}
#globalNav ul li.twitter a{ color:#33ccff;}
#globalNav ul li.twitter a:hover{ color:#FFF; background-color:#33ccff;}
#globalNav ul li.facebook a{ color:#3b5998;}
#globalNav ul li.facebook a:hover{ color:#FFF; background-color:#3b5998;}
#globalNav ul li.googleplus a{ color:#da4c36;}
#globalNav ul li.googleplus a:hover{ color:#FFF; background-color:#da4c36;}
#globalNav ul li.pocket a{ color:#c0392b;}
#globalNav ul li.pocket a:hover{ color:#FFF; background-color:#c0392b;}
#globalNav ul li.hatebu a{ color:#008fde;}
#globalNav ul li.hatebu a:hover{ color:#FFF; background-color:#008fde;}
#globalNav ul li.line a{ color:#25af00;}
#globalNav ul li.line a:hover{ color:#FFF; background-color:#25af00;}
#globalNav ul li.rss a{ color:#ffb53c;}
#globalNav ul li.rss a:hover{ color:#FFF; background-color:#ffb53c;}
#globalNav ul li.feedly a{ color:#87c040;}
#globalNav ul li.feedly a:hover{ color:#FFF; background-color:#87c040;}
#globalNav ul li a i{
	font-style:normal;
	font-size:1.5em;
	vertical-align:-2px;
	margin-right:5px;}
#globalNav ul li a span{
	color:#2d3135;}
#globalNav ul li a:hover span{
	color:#FFF;}
#globalNav ul li.hatebu a i:before{
	line-height:1;
	content: "B!";
	font-family:Verdana;
	font-weight:bold;}
@media only screen and (max-width: 700px) {
}




/* #content */
#content {
	display: block;}




/* #content */
#catchArea {
	background: url(img/common/bg_0001.jpg) repeat center center;
	color: #FFF;}
#catchArea .wrap {
	position: relative;}
#catchArea .ico {
	position: absolute;
	right: -20px;
	bottom: -1px;}
#catchArea h3 {
	padding: 30px 0;
	margin: 0;
	font-size: 2.4em;
	line-height: 1.4;}
#catchArea h3 strong {
	font-size: 1.4em;}
#catchArea h3.pc {}
#catchArea h3.sp { display: none;}
@media only screen and (max-width: 1099px) {
	#catchArea .ico {
		width: 30%;}
	#catchArea h3 {
		font-size: 2em;}
}
@media only screen and (max-width: 769px) {
	#catchArea h3 {
		font-size: 1.8em;}
}
@media only screen and (max-width: 700px) {
	#catchArea h3.pc { display: none;}
	#catchArea h3.sp { display: block;}
	#catchArea h3 {
		padding: 20px 0;
		margin: 0;
		font-size: 1.2em;
		line-height: 1.2;}
	#catchArea .ico {
		width: 40%;}
	#catchArea h3 strong {
		font-size: 4em;
		display: block;}
	#catchArea h3 em {
		font-style: normal;
		font-size: 1.2em;}
}




/* #globalFoot */
#globalFoot {}
#globalFoot .contactArea {
	padding:60px 0;}
#globalFoot .contactArea h2 {
	display:table;
	padding:0 10%;
    border-top: 1px solid #ddd;
    margin:0 auto 20px auto;
    text-align:center;}
#globalFoot .contactArea h2 span {
    position: relative;
    top: -16px;
    padding: 0 20px;
    background:#FFF;}
#globalFoot .contactArea h2 em {
	font-style: normal;}
#globalFoot .contactArea section {
	margin-bottom: 30px;}
#globalFoot .contactArea .pickup {}
#globalFoot .contactArea .pickup h4 {
	text-align: center;
	color: #993300;
	font-size: 1.6em;}
#globalFoot .contactArea .pickup .bnr {}
#globalFoot .contactArea .pickup .bnr a {
	display: block;
	background: #854f35;
	padding: 15px 10px;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;}
#globalFoot .contactArea .pickup .bnr a strong {
	font-size: 1.4em;}
#globalFoot .contactArea .pickup ul {
	padding: 0;}
#globalFoot .contactArea .pickup ul li {
	float: left;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #854f35;
	background: #FFF;
	padding: 10px 0;
	line-height: 1.2;
	width: 24.25%;
	margin-right: 1%;}
#globalFoot .contactArea .pickup ul li:last-child {
	margin-right: 0;
	margin-bottom: 0;}
#globalFoot .contactArea .contact {
	width:80%;
	margin-left: auto;
	margin-right: auto;}
#globalFoot .contactArea .contact h5 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.6em;}
#globalFoot .contactArea .contact ul {
	margin: 0;
	padding: 0;
	list-style: none;}
#globalFoot .contactArea .contact nav.inquiryBtn {
	width: 42%;
	float: right;
	margin-right: 5%;}
#globalFoot .contactArea .contact nav.inquiryBtn a {
	display:block;
	text-align:center;
	border-radius:5px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.1;
	color:#FFF;
	text-decoration:none;
	padding: 20px 15px;
	background:#b12525;}
#globalFoot .contactArea .contact nav.marchantBtn {
	width: 46%;
	float: right;}
#globalFoot .contactArea .contact ul.telul {
	width: 44%;
	float: left;}
#globalFoot .contactArea .contact ul.telul li {}
#globalFoot .contactArea .contact ul.telul li.tel {
	margin: 5px 0;}
#globalFoot .contactArea .contact ul.telul li.tel a {
	color: #120f0f;
	display:inline-block;
	font-weight:bold;
	font-size:2.2em;
	letter-spacing:-0.03em;
	text-decoration:none;}
#globalFoot .contactArea .contact ul.telul li.tel a:before {
	content:"";
	float:left;
	margin-right:11px;
	margin-top:-2px;
	display:block;
	border-radius:4px;
	width:40px;
	height:30px;
	background:url(img/common/ico_tel.png) no-repeat center center #a40000;
	background-size:30px auto;}
#globalFoot .contactArea .profile {
	margin-bottom: 0;}
#globalFoot .contactArea .profile ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;}
#globalFoot .contactArea .profile ul li {
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;}
#globalFoot .contactArea .profile ul li.logo {
	margin: 0;
	width:282px;}
#globalFoot .contactArea .profile ul li.logo a {
	background:url(img/common/logo_sakura.png) no-repeat center top;
	background-size:282px auto;
	height:42px;
	display:block;
	text-indent:-9999px;}
@media only screen and (max-width: 1099px) {
	#globalFoot .contactArea .pickup h4 {
		font-size: 2.0em;}
	#globalFoot .contactArea .pickup ul li {
		font-size: 0.9em;}
	#globalFoot .contactArea .contact {
		width: 100%;}
	#globalFoot .contactArea .contact nav.inquiryBtn {
		width: 40%;
		margin-right: 3%;}
	#globalFoot .contactArea .contact nav.inquiryBtn a {
		font-size:0.9em;}
	#globalFoot .contactArea .contact ul.telul {
		width: 40%;}
	#globalFoot .contactArea .contact ul.telul li.tel a {
		font-size:2.0em;}
	#globalFoot .contactArea .profile ul {
		display: block;}
	#globalFoot .contactArea .profile ul li {
		display: block;
		text-align: center;
		padding: 10px 0;}
	#globalFoot .contactArea .profile ul li.logo {
		margin: 0 auto;}
}
@media only screen and (max-width: 700px) {
	#globalFoot {
		padding-bottom: 74px;}
	#globalFoot .contactArea h2 {
		padding:0 5%;}
	#globalFoot .contactArea h2 em {
		display: none;}
	#globalFoot .contactArea .pickup h4 {
		font-size: 1.4em;}
	#globalFoot .contactArea .pickup ul li {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;}
	#globalFoot .contactArea .pickup ul li:last-child {
		margin-bottom: 0;}
	#globalFoot .contactArea .contact nav.inquiryBtn {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;}
	#globalFoot .contactArea .contact nav.inquiryBtn a {
		font-size:1.4em;}
	#globalFoot .contactArea .contact ul.telul {
		width: 100%;
		text-align: center;
		float: none;}
}


#globalFoot .sitelink {
	background: #edeef2;
	padding:40px 0 30px 0;}
#globalFoot .sitelink h4 {
	display:table;
	padding:0 10%;
    border-top: 1px solid #ddd;
    margin:10px auto 5px auto;
    text-align:center;}
#globalFoot .sitelink h4 span {
    position: relative;
    top: -12px;
    padding: 0 20px;
    background:#edeef2;}
#globalFoot .sitelink ul {
	margin:0;
	padding:0;
	list-style:none;}
#globalFoot .sitelink ul li {
	margin-bottom:10px;
	float:left;
	width:15.66%;
	padding:0 0.5%;
	text-align:center;}
@media only screen and (max-width: 1099px) {
	#globalFoot .sitelink {
		padding:20px 0 10px 0;}
	#globalFoot .sitelink ul li {
		width:23%;
		padding:0 1%;}
}
@media only screen and (max-width: 700px) {
	#globalFoot .sitelink {
		display: none;}
}


#globalFoot .foot {
	background: #854f35;
	padding:20px 0;
	color: #FFF;}
#globalFoot .foot .wrap {
	display:table;}
#globalFoot .foot p.copy {
	font-size:0.725em;
	vertical-align:middle;
	display:table-cell;}
#globalFoot .foot ul.subNav {
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
	list-style:none;}
#globalFoot .foot ul.subNav li {
	float:right;
	padding:0 5px;}
#globalFoot .foot ul.subNav li a {
	color: #FFF;
	font-size:0.8em;}
@media only screen and (max-width: 1099px) {

}
@media only screen and (max-width: 700px) {
	#globalFoot .foot p.copy {
		font-size:0.85em;
		text-align: center;}
	#globalFoot .foot ul.subNav {
		display: none;}
}




/* #contactFixed */
#contactFixed {
	z-index:900;
	position:fixed;
	right:-208px;
	/*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.inquiry a {
	color:#FFF;
	background: url(img/common/ico_inquiry.png) no-repeat 12px center #a40000;
	padding-left: 58px;}
#contactFixed ul li.inquiry a:before {
	display: none;}
#contactFixed ul li.inquiry a:hover {
	background: url(img/common/ico_inquiry.png) no-repeat 12px center #a40000;}
#contactFixed ul li.mailmaga a {
	color:#FFF;
	background: url(img/common/ico_mailmaga.png) no-repeat 12px center #cfa871;
	padding-left: 58px;}
#contactFixed ul li.mailmaga a:before {
	display: none;}
#contactFixed ul li.mailmaga a:hover {
	background: url(img/common/ico_mailmaga.png) no-repeat 12px center #a6865a;}
#contactFixed ul li.after a {
	color:#FFF;
	background: url(img/common/ico_after.png) no-repeat 12px center #ff5461;
	padding-left: 58px;}
#contactFixed ul li.after a:before {
	display: none;}
#contactFixed ul li.after a:hover {
	background: url(img/common/ico_after.png) no-repeat 12px center #cc434e;}
/*
=====================================================
===== media query ===================================
=====================================================
*/
/*スマホ*/
@media only screen and (max-width: 1099px) {
	#contactFixed {
		right:-110px;}
}
@media only screen and (max-width: 767px) {
	#contactFixed {
		bottom:15%;}
	#contactFixed:hover {
		right:-110px;}
	#contactFixed ul li {
		border-bottom: none;}
	#contactFixed .inquiry {
		display: none;}
	#contactFixed ul li.pagetop a:hover {
		color:#2d3235;
		background:none;}
	#contactFixed ul li.pagetop a:hover:before {
		color: #2d3235;}
}

	




/* #snsFixed */
#snsFixed {
	position:fixed;
	z-index:1000;
	left:0;
	top:15%;
	background:rgba(255,255,255,0.70);}
#snsFixed ul {
	padding:0;
	margin:0;
	list-style:none;}
#snsFixed ul li{
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	line-height:1;
    color: #666;
	font-size:80%;
    text-align:center;
    letter-spacing: normal;}
#snsFixed ul li:last-child{
	border-bottom:1px solid #DDD;}
#snsFixed ul li a{
	text-decoration:none;
    color:#FFF;
    padding:10px 20px;
    display:block;}
#snsFixed ul li.twitter a{ color:#33ccff;}
#snsFixed ul li.twitter a:hover{ color:#FFF; background-color:#33ccff;}
#snsFixed ul li.facebook a{ color:#3b5998;}
#snsFixed ul li.facebook a:hover{ color:#FFF; background-color:#3b5998;}
#snsFixed ul li.googleplus a{ color:#da4c36;}
#snsFixed ul li.googleplus a:hover{ color:#FFF; background-color:#da4c36;}
#snsFixed ul li.pocket a{ color:#c0392b;}
#snsFixed ul li.pocket a:hover{ color:#FFF; background-color:#c0392b;}
#snsFixed ul li.hatebu a{ color:#008fde;}
#snsFixed ul li.hatebu a:hover{ color:#FFF; background-color:#008fde;}
#snsFixed ul li.line a{ color:#25af00;}
#snsFixed ul li.line a:hover{ color:#FFF; background-color:#25af00;}
#snsFixed ul li.rss a{ color:#ffb53c;}
#snsFixed ul li.rss a:hover{ color:#FFF; background-color:#ffb53c;}
#snsFixed ul li.feedly a{ color:#87c040;}
#snsFixed ul li.feedly a:hover{ color:#FFF; background-color:#87c040;}
#snsFixed ul li a i{
	display:block;
	font-style:normal;
	font-size:1.5em;
	margin-bottom:3px;}
#snsFixed ul li a span{
	color:#120f0f;}
#snsFixed ul li a:hover span{
	color:#FFF;}
#snsFixed ul li.rss a,
#snsFixed ul li.twitter a{
	padding:15px 20px;}
#snsFixed ul li.rss a i,
#snsFixed ul li.twitter a i{
	margin-bottom:0;}
#snsFixed ul li.hatebu a i:before{
	line-height:1;
	content: "B!";
	font-family:Verdana;
	font-weight:bold;}

@media only screen and (max-width: 1099px) {
	#snsFixed ul li a{
		padding:10px 15px;}
	#snsFixed ul li.rss a,
	#snsFixed ul li.twitter a{
		padding:10px 15px;}
}
@media only screen and (max-width: 959px) {
	#snsFixed ul li a{
		padding:10px 9px;}
	#snsFixed ul li.rss a,
	#snsFixed ul li.twitter a{
		padding:10px 9px;}
}
@media only screen and (max-width: 767px) {
}






/* 
footBtn
------------------------------------------*/
#footBtn{
	display: none;
	z-index:10000;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;}
#footBtn ul{
	margin: 0;
	padding: 5px 10px;
	list-style: none;}
#footBtn ul li{
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-left: 0;
	padding-right: 0;}
#footBtn ul li:nth-child(even){
	padding-left: 5px;}
#footBtn ul li:nth-child(odd){
	padding-right: 5px;}
@media only screen and (max-width: 767px) {
	#footBtn{
		display: block;}
}






/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^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;}
.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;}
.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;}

/* フォームスタイル
------------------------------------------*/
form .inp100 { width:97%;}
form .inp90 { width:95%;}
form .inp70 { width:70%;}
form .inp50 { width:50%;}
form .inp30 { width:30%;}
form .inp10 { width:10%;}
form .imeActive { ime-mode: active; /* 全角モード */}
form .imeInactive { ime-mode: inactive; /* 半角モード */}
form input[type=text], form input[type=email], form input[type=search], form input[type=tel], form input[type=url], form textarea{
	-webkit-appearance: none;
	font-size:13px;
	width:97%;
	line-height: 1.5em;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border:1px solid #DDD;
	padding:3px;}
form label{
	display:block;
	padding:2px 0;}
form input[type=checkbox], form input[type=radio]{
	vertical-align:0;
	margin-right:5px;}
form .btn{
	padding:0;
	text-align:center;}
form .btn input[type=submit]{
	cursor:pointer;
	margin:0 auto;}
form input[type=text].inpDisabled {
	border:none;
	padding:0;
	background:none;
	font-weight:bold;}

form tr.hiddenTr {
	display:none;
}

form.sent table {
	display:none;}














/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^666
==投稿詳細スタイル==

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/

/*
color
#1b2d65
#098dea
*/


/* ページングスタイル
------------------------------------------*/
/* htmlコーディング部分
<nav class="paging">
<ul class="pagingNav">
<li class="prevDetail"><span>&laquo;</span></li>
<li class="nextDetail"><a href="*****">&raquo;</a></li>
<li class="first"><span>&laquo;</span></li>
<li class="previous"><span>前へ</span></li>
<li class="current"><span>1</span></li>
<li class="after delta-1 tail"><a href="*****">2</a></li>
<li class="after delta-1 tail"><a href="*****">3</a></li>
<li class="next"><a href="*****">次へ</a></li>
<li class="last"><a href="*****">&raquo;</a></li>
</ul>
</nav>
*/
nav.paging {
	margin-top: 40px;
	text-align:center;}
nav.paging ul.pagingNav {
	font-size:0;
	padding:0;
	margin:0;
	list-style:none;}
nav.paging ul.pagingNav li{
	font-size:16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:1;}
nav.paging ul.pagingNav li span {
	color:#8c8c8c;}
nav.paging ul.pagingNav li a {}
nav.paging ul.pagingNav li span,
nav.paging ul.pagingNav li a{
	font-weight:bold;
	padding:12px;
	text-decoration: none;
	margin: 0 5px;
	display:block;
	color: #b12525;
	border:1px solid #b12525;}
nav.paging ul.pagingNav li.current span {
	background:#FFF;
	color:#b12525;}
nav.paging ul.pagingNav li a:hover {
	text-decoration:none;
	background:#FFF;
	color:#b12525;}

@media only screen and (max-width: 767px) {
	nav.paging ul.pagingNav li{
		font-size:14px;}
	nav.paging ul.pagingNav li span,
	nav.paging ul.pagingNav li a{
		padding:13px 15px;}
	nav.paging ul.pagingNav li.first,
	nav.paging ul.pagingNav li.last{
		display:none;}
}







