﻿/*
Theme Name: onsenblog2019
Theme URI: /wp-content/themes/onsenblog2019/
Author: Yuichiro Hayashi
Author URI: https://16deza.com/
Description: Blue, White, Ivory, Spa
Version: 1.0.0
License: 
License URI: 
*/

@charset "utf-8";

/*
.seablue
#5EACC2 = rgba(94,172,194,1)

.lsblue
rgba(127,188,206,0.8) = #7FBCCE

.aiiro
#365E79 = rgba(54,94,121,1)

.enji 臙脂色
#7A0910;

.ivory
#FFF5E4 =rgba(255,245,228,1)
*/
.seablue {color:#5eacc2;}
.lsblue {color:#7FBCCE;}
.aiiro {color:#365E79;}
.enji {color:#7A0910;}
.ivory {color:#FFF5E4;}
.bg-seablue {background:#5eacc2;}
.bg-lsblue {background:#7FBCCE;}
.bg-aiiro {background:#365E79;}
.bg-ivory {background:#FFF5E4;}
.bg-kinpaku {
	background-image:
		linear-gradient(0deg, rgba(255,245,228,0.6) 0%, rgba(255,245,228,0.6) 100%),
		url(./img/bg/kinpaku.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.is-pc .bg-foggy {
	background-image:
		linear-gradient(135deg, rgba(255,245,228,0.5) 0%, rgba(255,245,228,0.95) 100%),
		url(./img/bg/foggy.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
}
.is-mobile .bg-foggy {
	background-image:
		linear-gradient(150deg, rgba(255,247,240,0.75) 0%, rgba(255,245,228,0.25) 100%),
		url(./img/bg/foggy.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:scroll;
}
.bg-kinpaku {
	background-image:
		linear-gradient(0deg, rgba(255,245,228,0.6) 0%, rgba(255,245,228,0.6) 100%),
		url(./img/bg/kinpaku.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}



/* =============================================================================
   Site Styles
   ========================================================================== */

html {overflow:auto;}
body { 
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif, "Takao Pゴシック", "TakaoPGothic", sans;
	font-weight:500; line-height:1.7em; font-size:17px; padding-top:0px; color:#444; 
	background:#5EACC2;/*#fff;/*#F7F6F3;*/
	text-align:center; max-width:100vw; overflow:hidden;
	top:0 !important;
}
@media all and (-ms-high-contrast:none){ /* IE11 bug fix */
    *::-ms-backdrop, body {font-family: Verdana, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif, "Takao Pゴシック", "TakaoPGothic", sans;}
}


header,#main,footer {opacity:0;}



/* box-sizing */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.palt {font-feature-settings:"palt";}
.pkna {font-feature-settings:"pkna";}

p {margin:1.5em auto;}
p.slim {margin:0.75em auto;} 
p.wide {margin:2.25em auto;} 


hr {
	clear:both;
	border: 0 !important; height: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
	margin:1.5em 0;
}

.hr {
	border-top: 1px solid rgba(255, 255, 255, 0.85) !important;
    box-shadow:0 -1px 0 0 rgba(0, 0, 0, 0.15) !important;
}

img {width:auto; max-width:100%; vertical-align:middle;}


#main { height: 100%; text-align:left; background:#fff;}

.hr-box {clear:both; width:100%; margin: 0; padding:0;}
.hr-box.pd-top{padding:4em 0 0 0;}
.hr-box.pd-btm, .hr-box.pd-bottom {padding:0 0 4em 0;}
.hr-box.pd-both {padding:4em 0;}



h2 {
	color:#222;/*#365E79;/*indigo;/*#111;*/
	margin:0.5em 0;
	line-height:1.35em;
	position: relative;
	/*padding: 0.25em 0 0.25em 1.25em;*/
	padding: 0.25em 0;
	
	font-size:225%; font-weight:normal; 
	letter-spacing:0.15em; 
	font-family:
	/*"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif, "Takao Pゴシック", "TakaoPGothic", sans;	*/
	/*"MyYuMinchoM", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

h2.en {
	font-weight:normal; font-size:275%; 
	font-family:'Geosans-L';
	margin:0.25em 0 0.5em; letter-spacing:0.125em;
}

.icon-h2 {margin-right:0.5em;}
.icon-h2.type1 {width:auto; height:2em; margin-right:0.5em;}
.icon-h2.type2 {width:auto; height:1.75em; margin-right:0.5em;}


.blog .post-body h2, 
.blog .post-body h2.en,
.blog-home #appendix h2 {padding-left:1.25em; font-size:225%;}

.blog .post-body h2::before, 
.blog .post-body h2::after,
.blog-home #appendix h2::before, 
.blog-home #appendix h2::after {
	content: "";
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	margin: auto;
}
.blog .post-body h2::before, 
.blog-home #appendix h2::before {
	top: 0.5em; left: 0em;
	border: 2px solid rgba(94,172,194,0.8);	
}
.blog .post-body h2::after,
.blog-home #appendix h2::after {
	top: 0.75em; left: 0.25em;
	border: 2px solid #ccc;
	border-radius:100%;
}

h2.tac {padding-left:0; padding-right:0; text-align:center;}
.single-post-page h2 {
	margin:2em 0 0.5em; line-height:1.5em;
}
.single-post-page h2:first-child {margin-top:0;}

h3, h4, h5, h6 { color:#333;}
h4, h5, h6 { margin-top:2em; margin-bottom:0.5em;}
h3+p, h4+p, h5+p, h6+p {margin-top:0.75em;} 

h3 { line-height:1.5em; font-size:157%; margin-top:0.75em; margin-bottom:0.75em;}
h3.jp { font-family:"MyYuMinchoM", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; letter-spacing:0.25em;}
h3.en {	font-size:187%; font-family:'TexGyre';}



a {
	color:#5eacc2; text-decoration:none;
	-webkit-transition: 0.38s linear all;
	-moz-transition: 0.38s linear all;
	transition: 0.38s linear all;	
}

a:hover {
	color:#111;
	text-shadow:0 0 2px #4bf , 0 0 10px #4bf;
	text-decoration: none;
	transition: 0.22s linear all;	
}

a .opa, a.opa {
	opacity:1.0;
	filter: alpha(opacity=100);
	transition: 0.36s linear all;
}
a .opa:hover, a.opa:hover {
	opacity:0.75;
	filter: alpha(opacity=75);
	transition: 0.18s linear all;	
}
a span.outbound::after {
	content: "p"; 
	font-family: "SosaIcon";
	font-size:110%; font-weight:bold; color:#9ac;
	vertical-align:35%; margin:0 0 0 3px; line-height:1.0;
}

blockquote {
	font-style:italic; 
	background:rgba(0,0,0,0.075);
	margin:1em 0;
	padding:40px 20px;
	border-radius:0 30px 0 30px;
	position: relative;
}
blockquote:before {
    color: #fff;
    content: "“";
    font-family: serif;
    font-size: 500%;
    line-height: 1em;
    position: absolute;
    left:-10px; top:10px;
}
blockquote:after {
    color: #fff;
    content: "”";
    font-family: serif;
    font-size: 500%;
    line-height: 0;
    position: absolute;
    right:20px; bottom:10px;
}

dt,dd {margin:0; padding:0.5em;}

/* @@@@@@@@@@@@@@@

figure.hover-cap { }
figure.hover-cap figcaption { }
 => setting in "style-each.css"
 
@@@@@@@@@@@@@@@ */

/* media Query --- PConly! [801px+]
figure.hover-cap:hover figcaption { top: 0; left: 0; opacity:1;}
*/


ul:not(.nopad, .wp-block-gallery) {padding-left: 1.5em;}
ul.nopad {padding-left: 0;}

table td ul {padding:0 0 0 0.75em !important; margin:0 !important;}

ul,ol  { text-align: left;}

li {list-style:none; line-height:1.5em; margin:0.75em 0.5em;}
.post-body li {list-style: square;}

ul li.sq {list-style: square;}  /*sq=square*/
ul li.sm {list-style: circle;} /*sm=siro-maru*/
ul li.km {list-style: disc;} /*km=kuro-maru*/


ul li.que, ul li.ans {padding-left:1.5em; padding-right:0.5em; line-height:1.75em;}
ul li.que {margin-top:1.5em; margin-bottom:0.5em;}
ul li.ans {margin-top:0.5em; margin-bottom:1.5em;}
ul li.que:before {content:"Q"; font-weight:bold; padding:3px 8px 6px 8px; margin-right:8px; border:1px solid #aaa; border-radius:100%; background:#bbb; color:#666;}
ul li.ans:before {content:"A"; font-weight:bold; padding:3px 8px 6px 8px; margin-right:8px; border:1px solid #aaa; border-radius:100%; background:#eee; color:#333;}

ul.gallery li {display:block; float:left;}

/*
ol {font-weight:norm;}
ol li {
	list-style-type: decimal;
	margin-left:0.5em;
	margin-right:0.5em;
	font-size:15px;
}
*/
ol {  counter-reset: my-counter;  list-style: none;  padding: 0;}
ol li {
	position: relative;
	margin-bottom: 0.6em;  padding-left: 2em;
}
ol li:before {
	content: counter(my-counter);  counter-increment: my-counter;
	background: linear-gradient(-45deg, rgba(193,193,204,0.95), rgba(255,255,255,0.95)); 
	color: #222;  font-family:'Lobster';
	display: block;  float: left; text-align: center;
	line-height: 1.5em; margin-left: -2em;  height: 1.5em; width: 1.5em;
	border-radius: 50%;
}
ol li > ol {   counter-reset: my-counter-child;  list-style: none;  padding: 0; font-size:0.88em;}
ol li > ol li{
	position: relative;
	margin-bottom: 0.6em;  padding-left: 2em;
}
ol li > ol li:before {
	content: counter(my-counter-child);  counter-increment: my-counter-child;
	background: linear-gradient(-45deg, rgba(193,193,204,0.35), rgba(255,255,255,0.15)); 
	color: #777;  font-family:'Lobster';
	display: block;  float: left; text-align: center;
	line-height: 1.5em; margin-left: -2em;  height: 1.5em; width: 1.5em;
	border:1px solid #eee;
	border-radius: 50%;
}




.tdlt  {text-decoration: line-through;}



/*
*/
header {
	position:relative;
	top:0; left:0; 
	width:100%;
	border:none;
	height:auto;
	/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
	background:transparent;/*rgba(232, 1, 137, 0.8);*/
	z-index:1000;
}
	
nav { margin: 0 auto; text-align: left;}


#common-header {padding:0;}

.is-pc #logo {/*margin:0.25em 0.75em 2em;*/ line-height:1.25em; text-align:center; transition:all 0.95s linear 0s; }
.is-pc #logo .header-logo {width:330px; height:60px; margin:0.5em 0.75em 0.25em 0.25em; transition:all 0.33s linear 0s;}
.is-pc #logo .header-logo:hover {filter:drop-shadow(0 0 2px #fff); transition:all 0.11s linear 0s;}

 /* win7+IE11 bug fix (of aspect ratio) */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/*img[src$=".svg"] {width:100%;}*/
	nav img[src$=".svg"], #concept img[src$=".svg"], .fixed-page-post img[src$=".svg"] {width:100%;}
	#gblnavi-pc img[src$=".svg"] {width:250px; height:65px;}
}


.is-mobile #logo {margin:0.25em 0.75em; width:auto; max-width:280px; line-height:1.25em; text-align:center; transition:all 0.3s linear 0s; }
.is-mobile #logo .header-logo {height:60px;}



.logo-caption-catch {width:100%; max-width:380px; margin:2em 0 0 4px;}

#sliderWrapper, #kanban-inner { position:relative; z-index:881;}

#gblnavi-pc ul {padding:0;}
#gblnavi-pc ul li {
	display:inline-block; margin:0 1.35em;  line-height:1.2em;
	font-size:130%; font-weight:bold; font-family:'TexGyre';
}

#mobile-menu {
	padding:4em 1em 0;
	position:absolute; width:100%; height:100vh; overflow:auto;
	top:20px; text-align:center; 
	visibility:hidden; opacity:0; z-index:-3;
	transform:scale(0.5) translate(-20px, -50px);  transition:all 0.44s linear 0s;
	transform-origin: 2% 5%;
	font-family:'TexGyre'; font-size:125%; line-height:1.2em;
}
#mobile-menu.reveal {
	visibility:visible; opacity:1;
	transform:scale(1) translate(0,0); z-index:3; transition:all 0.33s linear 0s;
}	
#mobile-menu #push-to-call {float:left; width:36px; margin:5px 10px;}

#mobile-menu ul {clear:both; text-align:center; display:hidden; padding-left:0;}
#mobile-menu ul li {margin-right:0; margin-left:0; font-size:150%; text-align:center;}
#mobile-menu ul li {margin:0.5em 0; color:#fff;}
#mobile-menu ul li a {font-family:'TexGyre'; color:#fff; letter-spacing:0.15em;}
#mobile-menu ul li a:hover {color:#fce;}


#mobile-menu-logo {width:260px; position:relative; background:#fff; border-radius:100%;}
#mobile-menu-logo img.site-logo {width:200px; margin:1em auto; opacity:1; }

.bg-transparent { background:transparent !important; box-shadow:none !important;}

.smallen {transform:scale(0); transition:all 0.1s linear 0s;}
.backward-z {z-index:-100 !important; transition:all 0.1s linear 0s;}

.slight-shadow {filter: drop-shadow( 0 0 3px rgba(87,69,8,0.7) ); /* drop-shadow( 0 0 3px rgba(187,89,8,0.7) ); */ }

.menu-trigger-wrapper {margin:-0.25em 0.25em 0;}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative; cursor:pointer;
	width: 32px; height: 24px;
	margin-bottom:4px; margin-left:4px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: calc(50% - 2px);
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/* animation */
.menu-trigger.active {width: 32px; height: 32px;}
.menu-trigger.active span {
	background-color:#fff;
	z-index:1001 !important;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-225deg);
	-moz-transform: translateY(14px) rotate(-225deg);
	transform: translateY(14px) rotate(-225deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(225deg);
	-moz-transform: translateY(-14px) rotate(225deg);
	transform: translateY(-14px) rotate(225deg);
}


.menu-trigger::after {
	position: absolute;
	left:-1.2em; top:20px;
	content: 'open';
	display: block;
	width: 200%;
	color: #fff;
	font-size: 0.9em;/*1.65em;*/
	/*+font-family:'Geosans-L';/*'Lobster';/*'Joti One';*/
	text-decoration: none;
	text-align: center;
	transition: all 0.4s;
	z-index:1001 !important;
}
.menu-trigger.active::after {
	content: 'close'; 
	left:-1.1em; top:25px;
	width: 200%;
	font-size:1em; color:#fff;
	transition: all 0.4s;
}

.slideToggle-switch {cursor:pointer;}
.slideToggle-closer {cursor:pointer; margin:1.5em auto 2em; width:6em; padding:0.5em 0; background:rgba(0,0,0,0.1); border-radius:100%; }
.icon-mail {position:relative; width:40px; height:40px;} 
.icon-mail img {width:40px; height:40px; margin-top:-4px; margin-left:-4px;}
.icon-mail::after { 
	position: absolute;
	left:-1.75em; top:25px;
	content: 'contact';
	display: block;
	width: 200%;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
	letter-spacing: -0.05em;
	transition: all 0.4s;
}

.slideToggle-target {display:none;}
.slideToggle-target .icon-mail {width:32px; margin:4px; transform:rotate(-10deg) translateY(-4px);}
.slideToggle-target .phone-number {
	font-family:'Geosans-L';
	font-size:185%;
	color: #444;
	margin-right:8px;
}

.push-to-call {position:relative; width:32px; height:32px;} 
.push-to-call img {width:32px; height:32px; margin-top:-10px;}
.push-to-call::after { 
	position: absolute;	left:-1.75em; top:14px; 
	content: '電話する';
	display: block;
	width: 200%;
	color: #111; letter-spacing:0.05em;
	font-size: 0.6em;
	text-shadow:1px -1px 0 #fff, 1px -1px 1px #fff;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s;
}

.bg-transparent .push-to-call::after { color:#fff; text-shadow:none;}

.slideToggle-target ul {margin:0 auto 1em !important; padding:0 !important;}
.slideToggle-target ul li {line-height:1.9em; margin:1.5em auto;}
.slideToggle-target .push-to-call {margin-top:-10px;}

#btn-contact {
	background:#fff;
	padding:3.5em 0 3em; margin:0;
	border-top: 1px solid rgba(0,0,0,0.15);
	width:100%; text-align:center;
}
	
footer {
	clear:both;
	position:relative;
	left:0; right:0; bottom:0;
	padding:40px 0 20px;
	text-align:center;
	font-size:14px;
	color:#ddd;
	height:auto; min-height:300px;
	background:url(./img/photo/roten-buro-seaside-footer.jpg) no-repeat center center;
	background-attachment:fixed; background-size:cover;
}

footer ul {padding:0; margin:0.75em auto;}
footer ul li {margin-right:0; margin-left:0;}
footer ul li {
    display: inline-block; height: 24px;
	font-size:1.25em;
    margin:0.5em 1em;
	font-size:1.5em; letter-spacing:0.15em;
}
footer ul li a {
	display:inline-block; width:100%; height:100%; color:#fea;/*rgba(94,172,194,1);*/
	font-family:'TexGyre';
	font-feature-settings : "pkna";
	font-size:70%;
}
footer ul li a:hover {color:#fff;}
footer ul li a img, footer img.sns-icon { width:auto; height:32px; transition:all .14s linear 0s;} /* sns icons etc */
footer ul li a img:hover, footer img.sns-icon:hover { transform:scale(1.1);/*transform:translate(-2px,-4px);*/ transition:all .07s linear 0s;}

footer ul.sns-link {margin:0; padding:0; text-align:center; margin:auto;}

#footer-logo {/*width:320px;*/}
#footer-logo img.site-logo {width:260px; height:63.23px; margin:0.5em auto 1.5em; }

address {font-style:normal; font-size:0.9em;}
#copyright {color:#ddd; margin:2.5em auto 2em;}



table {
	clear:both;
	text-align:left;
	margin:16px 0px; 
	word-break:normal;/*break-word;/*break-all;*/
	font-size:15px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
caption {
	text-align: left; padding:0.5em 0.5em 0.5em 1.5em ; font-size:1.2em; color: #222;
	font-weight:bold;border-radius:6px 6px 0 0;
	margin: 0;
	background:rgba(94,172,194,0.35)
}
th,td {
	padding:0.5em 1em;
	font-weight:normal;
	line-height:1.8em;
	text-align:left;
	word-break:normal;/*break-word;/*break-all;*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
th { border-bottom:1px solid rgba(0,0,0,0.2);}
th.nowrap {white-space:norwap;} 
td { border-bottom:1px solid rgba(0,0,0,0.2);}
td.nobdr {border:none;}

.post-body th { border-bottom:1px solid rgba(0,0,0,0.2); background:rgba(94,172,194,0.2);}



/*+++*/
	@media only screen and (max-width: 479px) { 
		table {width: 100%; margin: 8px auto; padding: 0;}
		th.var ,td.var {font-size:13px;}
	}
/*+++*/

button {
	cursor:pointer;
}


.inline {display:inline-block;}
		
.note {font-size:0.8em; font-weight:normal;  color:#9e8173; line-height:1.5;}
.pink-note {font-size:0.8em; color:hotpink;}
.dred-note {font-size:0.8em; color:crimson;}
.dorange {color:darkorange;}

.bpink {color:#f4b;}
.bgreen {color:#4fb;}
.bblue {color:#4bf;}

.brown {color: brown;}
.dbrown {color:#534741;} /* =rgb(83,71,65)  */
.choco {color:#6D6060;}
.mchoco {color:#D3C1B3;}
.awhite {color:#fdf6ee; /*antiquewhite;*/}
.slyellow {color:#FFD27B;}
.owhite {color:rgb(247,246,243);/* rgb(251,248,241) #f7f4f0;*/}
.awhite {color:#fdf6ee; /*antiquewhite;*/}
.lime {color:#66B048;}
.laqua {color:#DDF2FA;}
.aqua {color:#65BAF7;}


.tilt { transform: rotate(-5deg);}
.tilt10 { transform: rotate(-10deg);}
.tilt15 { transform: rotate(-15deg);}
.cw60 { transform: rotate(60deg);}
.cw75 { transform: rotate(75deg);}
.cw90 { transform: rotate(90deg);}
.cw105 { transform: rotate(105deg);}
.ccw15 { transform: rotate(-15deg);}
.ccw60 { transform: rotate(-60deg);}
.ccw75 { transform: rotate(-75deg);}
.ccw90 { transform: rotate(-90deg);}


.bg-photo, .bg-photo-light, .bg-photo-dark {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.bg-fixed {background-attachment:fixed;}

.bg-white {background:#fff;}
.bg-owhite {background:rgb(247,246,243);/* rgb(251,248,241) #f7f4f0;*/}
.bg-awhite {background:#fdf6ee; /*antiquewhite;*/}
.bg-lime {background:#66B048;}
.bg-laqua {background:#DDF2FA;}
.bg-aqua {background:#65BAF7;}
.bg-bluegreen {background:#339164;}
.bg-green {background:#168C4A;}
.bg-dsgreen {background:#8FBC8F;}
.bg-mgreen {background:#566956;}
.bg-lmgreen {background:#A9B2A1;}
.bg-dmgreen {background:#507E6A;}
.bg-egreen {background:#225A4B;}
.bg-emgreen {background:#10BEBF;/*=rgb(16,190,191)*/}
.bg-slyellow {background:#FFD27B;}

.bg-violet {background:rgba(98,101,174,0.1);}
.bg-lpink {background:rgba(254,99,197,0.075);}

.bg-bpink {background:#f4b;}
.bg-bgreen {background:#4fb;}
.bg-bblue {background:#4bf;}

.bg-gray {background: #ddd;}
.bg-llgray {background: #f5f5f5;}
.bg-lgray {background: #f3f3f3;/*#eee;*/}
.bg-dgray {background: #666;}


.bg-brown {background: brown;}
.bg-dbrown {background:#534741;} /* =rgb(83,71,65)  */

.bg-choco {background:#6D6060;/*#7D7070/*#40210F;*/}
.bg-mchoco {background:#D3C1B3;}


.bg-sky {background: #3FA9F5;/*rgb(63,169,245) /*#6BA1F8;/*#87C1E5;/*#6EBAEA/*#3A9CDD*/;}
.bg-dsblue {background:#6D818E;}

.bg-main-blue {background:#004EA2;}
.bg-sub-blue {background:#49c;}

.bg-orange {background: #FF7800;}
.bg-dorange {background: darkorange;}


.bg-photo-dark *, .bg-green *, .bg-mgreen *, .bg-dmgreen *, .bg-dgray * , .bg-brown *, .bg-main-blue * , .bg-sub-blue * 
	{color:#fff;} 
.bg-dgray h2:before , .bg-gray h2:before {	border: 2px solid rgba(255,255,255,0.9);}
.bg-dgray h2:after , .bg-gray h2:after {	border: 2px solid rgba(255,255,255,0.65);}


.bg-choco h2, .bg-choco p {color:#fdf6ee;}
.bg-choco a {color:#FFD27B;}
.bg-choco a:hover {color:royalblue;}


/*
.bg-main-blue p , .bg-sub-blue p 
	{color:#fff !important; text-shadow:1px 1px 2px rgba(0,50,100,0.8), 0px 0px 4px rgba(0,50,100,0.7);} 
*/

/*
.bg-white a {color:#666;}
.bg-white h2 {color:#bbb;}
.bg-white h3 {color:#444;}
.bg-white p {color:#444;}
*/

.acc-dmgreen {color:#566956;}
.acc-dbrown {color:rgba(50,38,35,0.95);}

.marker-pink { box-shadow:0 -0.4em 0 0 rgba(255,164,215,0.65) inset;}
.marker-aqua { box-shadow:0 -0.4em 0 0 rgba(51,181,246,0.6) inset;}
.marker-k1 { box-shadow:0 -0.4em 0 0 rgba(0,0,0,0.1) inset;}
.marker-w10 { box-shadow:0 -0.4em 0 0 rgba(255,255,255,1.0) inset;}
.marker-w7 { box-shadow:0 -0.4em 0 0 rgba(255,255,255,0.7) inset;}
.marker-w5 { box-shadow:0 -0.4em 0 0 rgba(255,255,255,0.5) inset;}




#rewind { /*ページトップへ戻る用*/
	display:none; position:fixed;
	bottom:10px; right:10px;
	width:3.25em; height:3.25em;
    background:rgba(94,172,194,0.8);
    cursor: pointer;
    border-radius: 100%;
	z-index:2;
}
#rewind::after {
	position:absolute; top:0.25em; right:0; bottom:0; left:0;
	display:block; content:""; width:0.75em; height:0.75em;
	margin:auto;
	border-top:3px solid #fff; border-left:3px solid #fff;
	transform:rotate(45deg);
	z-index:3;
}

.goog-te-banner-frame {
	display:none !important;
}
#google_translate_element { 
	position:fixed; bottom:10px; left:10px;
	width:auto; max-width:150px;
	padding:0.5em;
	background:rgba(94,172,194,0.8);/*#5EACC2;*/
	border-radius:3px;
	z-index:2;
}

/* =============================================================================
   Page Styles
   ========================================================================== */

.pnkz {font-size:0.75em; letter-spacing:0.05em; line-height:2.2; font-feature-settings:"palt";}
.pnkz a, .pnkz span.here {display:inline-block;}
.pnkz ul, .pnkz li {display:inline-block; padding:0; margin:0;}
.pnkz ul.children {position:relative; padding-left:0.75em;}
.pnkz ul.children::before {content:" › "; position:absolute; top:0; left:0;} 


.elip {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.sq-frame {
	display:block; width:100% !important; margin:0; vertical-align:top; overflow:hidden; 
	background-repeat:no-repeat; background-size:cover !important; background-position:center center !important;
}
.sq-frame::after { content:""; display:block; padding-top:100%;}

.link-img dt {font-size:14px;}
.link-img .post-date {font-size:13px;}
.link-img dt h3 {text-align:left !important; line-height:1.35em; margin:0.5em 0 0; padding:0 0.75em; font-size:100%; font-weight:normal;} 
.link-img dd > p {text-align:left; } 
.link-img figcaption { display:flex;  justify-content:center; align-items:center; }
.link-img figcaption span {display:block; text-align:center; font-size:15px; transition:all 0.3s linear 0s;}



#single-body .solo, #blog-home .solo {max-width:900px; margin:auto;}
#sub-column {max-width:880px; margin:auto;}
.post article {text-align:left;}
#appendix {margin:0 auto; padding:3em 0 4.5em; background:#F5F0EA;/*#f7f6f3;*/}
#appendix h3 {border-left:6px solid #5EACC2; padding-left:0.5em; text-align:left; font-size:1.25rem;}
	
.related-post-column .rel-one {
	border-radius:0px; text-align:left; /*margin:0 1em 1em 0;*/
	transition:all 0.3s linear 0s;
}
.related-post-column .rel-one:hover {background:rgba(255,255,255,0.9); transition:all 0.3s linear 0s;}
.related-post-column th, .related-post-column td {border:none;}
.related-post-column th {width:auto; max-width:130px;} 
.related-post-column td {width:auto; min-width:180px; text-align:left;} 
.related-post-column span.no-eyechatch {display:inline-block; width:100px; height:100px; background:rgba(0,0,0,0.2);}


#sidebar {/* #sidebar = included "sidebar.php" @ home.php (---blog home) */
	padding:2em auto;
}
#sidebar h2 { font-size:1.6em; letter-spacing:0.25em; }

#sub-column { /* #sub-column = @ single.php (---blog each post) */ }
#sub-column h2 { margin:0.5em 0 0.5em; font-size:1.3em; letter-spacing:0.15em;}
#sub-column th, #sub-column td {
	width:auto; max-width: 14.28%;
	/*padding:0.25em 0.5em;*/
	font-weight:normal;
	line-height:1.4em;
	text-align:center;
	word-break:normal;/*break-word;/*break-all;*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#sub-column .sb-blog-list-widget_archive ul,
#sub-column .sb-blog-list-widget_categories ul {
    margin-top: 0;
    height: auto;
    max-height: 300px;
    overflow: auto;
	font-size:90%;
   transition: all 0.33s linear 0s;
    -webkit-overflow-scrolling: touch;
}
#sub-column .sb-blog-list-widget_archive ul:hover,
#sub-column .sb-blog-list-widget_categories ul:hover {
    background: rgba(255,255,255,0.5);
    transition: all 0.33s linear 0s;
}


aside.side-banner img {margin-bottom:12px;}
aside.side-banner ul {margin:0; text-align:center;} 

.tagcloud { margin-bottom:40px;}
.tagcloud a { 
    display:inline-block !important;
    line-height:1.2em !important; 
    padding:5px !important;
}

.searchform div {display:flex; max-width:220px; border:1px solid #365E79; overflow:hidden; border-radius:6px; margin:auto;}
.searchform div input#s {width:calc(100% - 36px); height:36px !important; padding-left:0.5em; border:none !important; border-radius:0;}
.searchform div input#searchsubmit {
	width:36px; height:36px !important; margin:0 !important; padding:6px 12px; border:none !important;
	background:#365E79 url(./img/icon/search-wh.svg) no-repeat 0 0; background-size:contain; color:transparent;
	transition:all 0.33s linear 0s;
	border-radius:0;
}
.searchform div input#searchsubmit:hover {
	background:#aaa url(./img/icon/search-wh.svg) no-repeat 0 0; background-size:contain; transition:all 0.165s linear 0s;
}
@media all and (-ms-high-contrast:none){ /* IE11 bug fix */
	.searchform div {border:none;}
	.searchform div input#s {width:164px; border-radius:6px 0 0 6px;}
	.searchform div input#searchsubmit {border-radius:0 6px 6px 0;}
}	

.searchform label.screen-reader-text {display:none;}


/* =============================================================================
   Post Styles
   ========================================================================== */

.mara {margin:auto;}
.lim88 {max-width:880px;}
.lim80 {max-width:800px;}
.lim77 {max-width:770px;}
.lim66 {max-width:660px;}
.lim55 {max-width:550px;}
.lim44 {max-width:440px;}
.lim33 {max-width:330px;}
.lim28 {max-width:280px;}
.lim22 {max-width:220px;}


.fixed-page-post h2 { margin-top:2em; margin-bottom:0.5em; padding-left:1.25em; text-align:left; font-feature-settings:"palt";}
.fixed-page-post h2:first-child { margin-top:0.5em;}

.fixed-page-post h2::before, 
.fixed-page-post h2::after {
	content: "";
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	margin: auto;
}
.fixed-page-post h2::before {
	top: 0.5em; left: 0em;
	border: 2px solid rgba(94,172,194,0.8);	
}
.fixed-page-post h2::after {
	top: 0.75em; left: 0.25em;
	border: 2px solid #ccc;
	border-radius:100%;
}

.fixed-page-post h3 { margin:1.5em 0 0.5em;  border-bottom:2px dotted #7FBCCE; }
.fixed-page-post table th {background:rgba(94,172,194,0.125);}
.fixed-page-post table td {background:rgba(255,255,255,0.55);}
.fixed-page-post table th, .fixed-page-post table td { vertical-align:top; padding-top:0.75em; padding-bottom:0.75em; }
.fixed-page-post table h4, .fixed-page-post table p {margin-top:0;}

.fixed-page-post dl.border {border:1px solid #bbb; padding:0.75em 0.5em; border-radius:6px;}
.fixed-page-post dl.border dt {font-weight:bold; border-bottom: 2px dotted #bbb;}
.fixed-page-post dl.point { background: rgba(135,207,136,0.25); padding:1em; border-radius:6px;}
.fixed-page-post dl.point dt {font-weight:bold; font-size:125%; border-bottom: 2px dotted #aaa;}

.fixed-page-post p {text-align:left;}
.fixed-page-post img {margin:1em auto !important;}
.fixed-page-post ul li {list-style:square;}


.single-post-page .post-body {background:#fff;}
.blog .post-body {width:100%; max-width:800px; margin:auto;}
.post-body {padding:1em;}
.post-body img {padding:0; width:auto; max-width:100%;}
.post-body blockquote { padding:40px 20px;}

.post-meta { 
	text-align:left;
	font-size:12px; color:#bcbcbc; line-height:2.0em; font-weight:noamal;
	margin: 0 0 2em; padding:8px 4px; 
	border-bottom:1px dotted #aaa;
}

.post-meta span.row {display:inline-block; margin:0 16px 0 0;}
.post-meta span.post-date, .post-meta span.modified-date { font-family: 'Geosans-L'; font-size:15px; color:#888; }
.post-meta span.author {color:#888;}
.post-meta span.category,
.post-meta span.tags { font-family: 'SosaIcon'; font-size:20px; color:#ddd; }
.post-meta span.icon { font-family: 'SosaIcon'; font-size:1.75em; color:#bbb; margin-right:0.25rem; font-weight:normal;}
.post-meta span.commented { font-family: 'SosaIcon'; font-size:20px; color:#fff;}

.blog-home .post-meta { 
	color:#555; line-height:1.5em; font-weight:bold;
	margin: 0 0 2em; padding: 0px 16px; 
	border-bottom:none;
}
.blog-home .post-meta span.row { margin:0 16px 0 0;}
.blog-home .post-meta span.post-date { font-family: 'Geosans-L'; font-size:15px; color:#777; }
.blog-home .post-meta span.category,
.blog-home .post-meta span.tags, .blog-home .post-meta span.comments { font-family: 'SosaIcon'; font-size:20px; color:#bcbcbc;}

.single-post-page {text-align:left;}

.archive .each-post .post-title {font-size:120%;}


div.sns-button {background:#fff; padding:0 0.5em 0.5em;}
div.fb-share-button { float:right; display:inline-block; margin:0 0 0 16px;}
div.fb-like { float:right; display:inline-block; margin:0;}
div.tweet-button { float:right; display:inline-block; margin:8px 0 12px 12px;}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	Gutenberg
*/
.wp-block-embed-youtube {
	position:relative; text-align:center; 
	margin:1.5em auto 0;
	/*padding-bottom:3em;*/
}
.wp-embed-aspect-4-3::after {
	content:""; display:block; padding-top:75%;
}
.wp-embed-aspect-16-9::after {
	content:""; display:block; padding-top:56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
	position:absolute; top:0; right:0; bottom:0; left:0;
	height:100% !important;
}
.wp-block-embed__wrapper iframe {
	width:100% !important; max-width:720px !important; height:100% !important;
	margin:auto;
}
.wp-embed-aspect-4-3 iframe {
	max-height:540px !important;
}
.wp-embed-aspect-16-9 iframe {
	max-height:405px !important;
}
/*
.wp-block-embed-youtube figcaption {
	position:absolute; right:0; bottom:0; left:0;
	margin-bottom:1.5em;
	color:#444; font-size:90%;
	z-index:3;
}
@media (max-width:750px) {
	.wp-block-embed-youtube {padding-bottom:6em;}
	.wp-block-embed-youtube figcaption {bottom:-3em;}
}
*/
.wp-block-embed-youtube + .caption { 
	/*text-align:center;*/
	margin-top:-0.5em; padding:0 0.25em;
	font-size:90%; line-height:1.6;
}
ul.blocks-gallery-grid {padding:0;}






/*
.custom-posts-area * {margin:0 inherit !important;}
*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	Pagination
*/
.pagination {
	clear:both;
	position:relative;
	margin:0 8px 16px;
	text-align:center;
	font-family: 'Geosans-L';
}
 
.pagination span.current, .pagination a  {
	display: inline-block;
	text-align:center;
	width:48px; height:48px;
	font-size:20px; font-family:'Geosans-L'; line-height:1.5;
	padding-top:9px;
	padding-bottom:8px;
	margin:7px;
	border-radius:100%;
}
 
.pagination a {background:#fff; color:#365E79; border:1px solid #365E79; }
.pagination a:hover {text-shadow:none;}
/* 
 !!!!!! memo: hover effect = PConly, wrote in media query !!!!!
*/

.pagination .current{
	background:#365E79;
	color:#fff;
	/*border:1px solid rgba(100,200,255,0.85);/*#aaa*/;
}

.pagination span.dot {
	color:#365E79;
	display: inline-block;
	text-align:center;
	width:20px;
	height:48px;
	font-size:28px;
	padding-top:9px;
	padding-bottom:8px;
	margin:5px;
	border-radius:100%;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	Std - Pager //  Pagination @ Search.php
*/

.prev.page-numbers,
.next.page-numbers {display:none;}

.page-numbers {
	padding:0;
	clear:both;
	position:relative;
	margin:0 8px 16px;
	text-align:center;
	font-family: 'Geosans-L';
}
.page-numbers li {
	display: inline-block;
	text-align:center;
	width:auto; height:auto;
	margin:0;
}
.page-numbers a {
	display:block; width:100%; height:100%;
	padding-top:9px;
	padding-bottom:8px;
	width:48px; height:48px; margin:7px;
	font-size:20px; font-family:'Geosans-L'; line-height:1.5;
	border-radius:100%;
	background:#fff; color:#365E79; border:1px solid #365E79; 
}
.page-numbers a:hover {text-shadow:none;}

.page-numbers.current {
	display:block; width:100%; height:100%;
	padding-top:9px;
	padding-bottom:8px;
	width:48px; height:48px; margin:7px;
	font-size:20px; font-family:'Geosans-L'; line-height:1.5;
	border-radius:100%;
	background:#365E79; color:#fff;
}

.page-numbers.dots {
	color:#365E79;
	display: inline-block;
	text-align:center;
	width:20px;
	height:48px;
	font-size:28px;
	padding-top:9px;
	padding-bottom:8px;
	margin:5px;
	border-radius:100%;
}


/* =========================== 
 　Comments - WP Default
*/
/**/
#comments-area {text-align:left;}
span.label-inner {display:inline-block;}
#send-comment {
	width:auto !important;
    font-size: 1em !important;
	margin:1em 1.5em 0.5em !important;
    padding: 12px 32px !important;
    color: #fff !important; font-weight:bold;
	border-radius:4px !important;
	border:1px solid rgba(255,255,255,0.5); 
	background:#365e79;
}
#send-comment:hover {
	background:#5eacc2 url(./img/bg/pattern.png); cursor: pointer;
}
#comments-area textarea{width: 99%; font-size:1.2em;} 
#comments-area input {width:250px; font-size:1.2em;} 
#comments-area input[type=checkbox] {width:30px;}
#comments-area input:focus {background:#dff; transition:all 0.3s linear 0s; }
#comments-area textarea:focus {background:#dff; transition:all 0.3s linear 0s; }


/* =========================== 
 　wpDiscuz - Alter Comments Form
*/
/* main / link Color 
#00B38F to #5eacc2
*/

/* =========================== 
 　Site Reviews - Alter Comments Form

	##### Plugin Style : Site Reviews (minimal) #####
*/
.glsr-average-prefix {display:inline-block;}
.glsr-average-score {display:inline-block; font-size:1.2em; font-weight:bold;}
.glsr-average-stars {display:inline-block; height:2em; padding:0.25em; vertical-align:12%;}
.glsr-average-stars img {width:1.5em; height:1.5em; margin:0.1em;}
.posted-review {
	margin:2em 0 2em; 
}
.glsr-review {
	margin:1em 0 !important; padding:1em;
	background:rgba(255,255,255,0.5);
	border-radius:0.5em;	
}
.glsr-review-title h3 {margin:0.25em 0 0.75em; border-bottom:2px dotted #888;}
.glsr-review-date, .glsr-review-author {display:inline-block; font-size:0.8em; color:#999; vertical-align:10%;}
.glsr-review-date {font-style:normal !important;}
.glsr-default :not(.glsr-review-avatar) + .glsr-review-author::before {margin-right:0.4em;}
/*
.glsr-review-content {
	position:relative;
	padding-bottom:2em;
}
.glsr-review-content::after {
	position:absolute; right:1em; bottom:0.5em;
	content:"いいね！"; 
	display:block; padding:0.25em 0.5em; text-align:center;
	font-size:0.6em; width:auto; height:auto; line-height:1.1;
	color:#ccc; border:1px solid #ccc; border-radius:3px;
	cursor:pointer;
}
*/

.toggle-switch.write-review {
	width:auto; font-size: 1em;
	margin:0;
    padding: 12px 32px;
    color: #fff; font-weight:bold;
	border-radius:4px;
	border:1px solid #5EACC2;/*rgba(255,255,255,1); */
	background:#5EACC2;
}
.comment-frame {
	margin:0.25em 0 1em; padding:1em;
	background:#BFE6F1;/*rgba(94,172,194,0.5);/*rgba(255,255,255,0.5);*/
	border:1px solid #5EACC2;/*rgba(255,255,255,1); */
	border-radius:4px;	
}
#comments-area .glsr-form input[id^="site-reviews-title"] {width:99%; max-width:600px;}
.glsr-button[type=submit] {
	width:auto !important;
    font-size: 1em !important;
	margin:1.5em 1.5em 0em !important;
    padding: 12px 32px !important;
    color: #fff !important; font-weight:bold;
	border-radius:4px !important;
	border:1px solid rgba(255,255,255,0.5); 
	background:#365e79;
}
@media (max-width:479px) {
	.glsr-button[type=submit] { margin-bottom:1.5em !important;}
}
.glsr-button[type=submit]:hover {
	background:#5eacc2 url(./img/bg/pattern.png); cursor: pointer;
}
.glsr-form .glsr-required label span::after {display:none !important;}
.glsr-form .glsr-required > label {display:inline-block; position:relative; padding:0 0 0 2.5em;}
.glsr-form .glsr-required > label::before {
	display:inline-block; position:absolute; top:-1px; left:0;
	content:'必須';
	color:#fff;font-weight:bold;font-size:12px;padding:0px 5px;
	border-radius:3px;margin:0 6px 2px 0; background:#5eacc2; vertical-align:bottom;
	text-shadow:none;	
}
 
 
.glsr-form :placeholder-shown {color: #cdcdcd; font-size:0.75em;}
.glsr-form ::-moz-placeholder { color: #cdcdcd; opacity: 1; font-size:0.75em;}
.glsr-form :-ms-input-placeholder { color: #cdcdcd; font-size:0.75em;}
.glsr-form ::-webkit-input-placeholder { color: #cdcdcd; font-size:0.75em;}

.glsr-form-message.glsr-has-errors {
	margin:1em 0; padding: 10px;
    background: #111; font-weight: bold; color: #f7e700;
	border:2px solid #f7e700; border-radius:6px;
	text-align:center;
}
.glsr-field-error {
	/*
	font-size:0.9em; color:#111;
    font-weight: bold !important; 
    display: inline-block !important;
	margin:0.125rem 0.25rem !important;
	box-shadow:0 -0.8em 0 0 #f7e700 inset;
	*/
	display:none;
}
.glsr-form-message.glsr-has-success {
	margin:1em 0; padding: 10px;
    background: #225A4B; font-weight: bold; color: #fff;
	border:2px solid lime; border-radius:6px;
	text-align:center;
}


.glsr-form .glsr-field-choice input[type=checkbox] {display:none;}

.glsr-form .glsr-field-choice .glsr-checkbox-label {display:inline-block; position:relative; padding-left:2em; color:#f4b; font-size:0.9em; font-weight:bold; cursor:pointer;}
.glsr-form .glsr-field-choice .glsr-checkbox-label::before{
	content:""; display:block; position:absolute; 
	top:0.125em; left:0; /*bottom:0;*/ margin:auto;
	width:1.25em; height:1.25em;
	background:#fff; border:2px solid #f4b; border-radius:4px;
	transition:all 0.14s linear 0s;
}
.glsr-form .glsr-field-choice {display:block; width:100%; height:100%;}
.glsr-form .glsr-field-choice input:checked + .glsr-checkbox-label{
	color:#365E79; font-weight:bold; 
}
.glsr-form .glsr-field-choice input:checked + .glsr-checkbox-label::before{
	border:2px solid #5EACC2; border-radius:100%; transition:all 0.33s linear 0s;
}
.glsr-form .glsr-field-choice input:checked + .glsr-checkbox-label::after{
	content:""; display:block; position:absolute; 
	top: -0.5em; left: 0.35em; width:0.7em; height:1.4em;
	border-bottom: 3px solid #365E79; border-right: 3px solid #365E79;
	transform:rotate(40deg); 
	box-shadow:1px 1px 0 0 #fff;
}








/* =========================== 
 　ContactForm7
*/
.wpcf7-form input{width: 245px; font-size:1.2em;} /*名前、メール、題名*/
.wpcf7-form span.age input{width: 80px; } 
.wpcf7-form span.postal-code1 input, .wpcf7-form span.postal-code2 input,
.wpcf7-form span.postal-code2 input, .wpcf7-form span.postal-code4 input {width: 50px; font-size:1.2em;} /*日付*/
.wpcf7-form span.yen input{width: 130px; font-size:1.5em;} /**/
.wpcf7-form textarea{width: 99%; font-size:1.2em;/*max-width:500px:;*/} /*本文*/

.wpcf7-form input[type=radio], .wpcf7-form input[type=checkbox] {width:20px;}
.wpcf7-form input[type=radio]+span, .wpcf7-form input[type=checkbox]+span {display:inline-block; margin-right:20px;}

.wpcf7-form input[name^="address"] {width: 99%; max-width: 600px;}
.wpcf7-form input[name^="url"] {width: 99%; max-width: 600px;}


.wpcf7-form input:focus {background:#dff; transition:all 0.3s linear 0s; }
.wpcf7-form textarea:focus {background:#dff; transition:all 0.3s linear 0s; }

.wpcf7-form :placeholder-shown {color: #cdcdcd;}
.wpcf7-form ::-moz-placeholder { color: #cdcdcd; opacity: 1; }
.wpcf7-form :-ms-input-placeholder { color: #cdcdcd;}
.wpcf7-form ::-webkit-input-placeholder { color: #cdcdcd;}


.wpcf7-form .confirm-msg {position:relative; width: 99%; padding:1em; background:rgba(100,100,100,0.2); border-radius:4px; font-size:13px; color:#f4b; font-weight:bold; line-height:1.5;}
.wpcf7-form .confirm-msg .label-cbx-confirm input {display:none;}
.wpcf7-form .label-cbx-confirm .wpcf7-list-item-label {position:relative; padding-left:2.25em;}
.wpcf7-form .label-cbx-confirm .wpcf7-list-item-label::before{
	content:""; display:block; position:absolute; 
	top:0; left:0; /*bottom:0;*/ margin:auto;
	width:1.25em; height:1.25em;
	background:#fff; border:2px solid #f4b; border-radius:4px;
	transition:all 0.14s linear 0s;
}
.wpcf7-form .label-cbx-confirm {display:block; width:100%; height:100%;}
.wpcf7-form .label-cbx-confirm input:checked + .wpcf7-list-item-label{
	color:#365E79; font-weight:bold; 
}
.wpcf7-form .label-cbx-confirm input:checked + .wpcf7-list-item-label::before{
	border:2px solid #5EACC2; border-radius:100%; transition:all 0.33s linear 0s;
}
.wpcf7-form .label-cbx-confirm input:checked + .wpcf7-list-item-label::after{
	content:""; display:block; position:absolute; 
	top: -0.5em; left: 0.35em; width:0.7em; height:1.4em;
	border-bottom: 3px solid #365E79; border-right: 3px solid #365E79;
	transform:rotate(40deg); 
	box-shadow:1px 1px 0 0 #fff;
}


.wpcf7-form .wpcf7-submit {
	width:auto !important;
    font-size: 1.4em !important;
	margin:1.5em 1.5em 0.5em !important;
    padding: 12px 32px !important;
    color: #fff !important; font-weight:bold;
	border-radius:4px !important;
	border:1px solid rgba(255,255,255,0.5); 
	background:#365e79;
}
.wpcf7-form .wpcf7-submit:hover {
	background:#5eacc2 url(./img/bg/pattern.png); cursor: pointer;
}

.wpcf7-response-output {
	font-size: 15px;
	text-align: center;
}

div.wpcf7-validation-errors {
	margin:1em 0 !important;
	padding: 10px !important;
    background: #111;/*#965755;*/
	font-weight: bold;
	color: #f7e700;/*#fff;*/
	border-radius:6px;
}
span.wpcf7-not-valid-tip {
    color: #111 !important;
    font-size: 1rem !important;
    font-weight: bold !important; 
    display: inline-block !important;
	margin:0.125rem 0.25rem !important;
	box-shadow:0 -0.8em 0 0 #f7e700 inset;
}
div.wpcf7-mail-sent-ok {
	margin:1em 0 !important;
	padding: 10px !important;
    background: #225A4B;	
	font-weight: bold;
	color: #fff;
	border-radius:6px;
	border: 2px solid lime !important; /*#398f14;*/
}


span.hissu{
	display:inline-block;color:#fff;font-weight:bold;font-size:12px;padding:0px 5px;
	border-radius:3px;margin:0 6px 2px 0; background:#5eacc2; vertical-align:7.5%;
	text-shadow:none;
}
span.ninni{
	display:inline-block;color:#fff;font-weight:bold;font-size:12px;padding:0px 5px;
	border-radius:3px;margin:0 6px 2px 0; background:#aaa; vertical-align:7.5%;
	text-shadow:none;
}
input::-webkit-input-placeholder { color: #ddd !important; }
input:-moz-placeholder { color: #ddd !important; opacity: 1; }
input::-ms-input-placeholder { color: #ddd !important; }


/*============================
* fb like-box
*/
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
    width: 100% !important;
}

div.fb-like-box a {
	color: #2020DC !important;
}
div.fb-like-box a:hover {
	color: #DC2020 !important;
}


/*============================
* button / ghost button
*/
a.btn-ds {box-shadow: 0 3px 5px rgba(20, 20, 20, 0.3);
	/*0 2px 4px rgba(20, 20, 20, 0.2);*/
	transition:all 0.14s linear 0s;
}
a.btn-ds:hover {box-shadow:0 1px 2px rgba(20,20,20,0.4); 
	transform:translateY(4px);/* scale(0.95);*/
	transition:all 0.2s linear 0s;
}

a span.ssi, a span.tsi {display:inline-block; position:relative; padding-left:1.25em; font-family:'TexGyre'; font-size:1.1em;}
a span.ssi::before {position:absolute;top:0.1em; left:0; content:"S"; font-family:"SosaIcon"; font-size:95%;} 
a span.tsi::before {position:absolute;top:0.1em; left:0; content:"T"; font-family:"SosaIcon"; font-size:95%;} 

a.gbtn-white {display:inline-block; color:#fff; margin:1em 0; padding:0.75em 1em; border:1px solid #fff; background:transparent;}
a.gbtn-ivory {display:inline-block; color:#fff5e4; margin:1em 0; padding:0.75em 1em; border:1px solid #fff5e4; background:transparent;}
a.gbtn-gray {display:inline-block; color:#aaa;/*#666;*/ margin:1em 0; padding:0.75em 1em; border:1px solid #aaa;/*#797979;*/ background:transparent;}
a.gbtn-black {display:inline-block; color:#000; margin:1em 0; padding:0.75em 1em; border:1px solid #000; background:transparent;}

a.gbtn-seablue {display:inline-block; color:rgba(94,172,194,1); margin:1em 0; padding:0.75em 1em; border:1px solid rgba(94,172,194,1); background:transparent;}
a.gbtn-seablue-small {display:inline-block; color:rgba(94,172,194,1); margin:0.5em 0; padding:0.25em 0.5em; border:1px solid rgba(94,172,194,1); background:transparent;}
a.btn-seablue {display:inline-block; color:#FFF; margin:1em 0; padding:0.75em 1em; border:2px solid transparent; background:rgba(94,172,194,1);}
a.btn-seablue-small {display:inline-block; color:#FFF; margin:0.5em 0; padding:0.25em 0.5em; border:1px solid transparent; background:rgba(94,172,194,1);}

a.gbtn-white-small {display:inline-block; color:#FFF; margin:0.5em 0; padding:0.25em 0.5em; border:1px solid #FFF; background:transparent;}
a.btn-white-small {display:inline-block; color:#fff; margin:0.5em 0; padding:0.25em 0.5em; border:1px solid transparent; background:#FFF;}

a.btn-ivory {display:inline-block; color:#5EACC2; margin:1em 0; padding:0.75em 1em; border:2px solid transparent; background:#fff5e4;}

a.gbtn-ivory-small {display:inline-block; color:#fff5e4; margin:0.5em 0; padding:0.25em 0.5em; border:1px solid #fff5e4; background:transparent;}
a.btn-ivory-small {display:inline-block; color:#fff5e4; margin:0.5em 0; padding:0.25em 0.5em; border:1px solid transparent; background:#fff5e4;}

a.gbtn-frost {display:inline-block; color:rgba(255,255,255,0.8); margin:1em 0; padding:0.75em 1em; border:2px solid rgba(255,255,255,0.8); background:transparent;}
a.gbtn-frost-small {display:inline-block; color:rgba(255,255,255,0.8); margin:0.5em 0; padding:0.25em 0.5em; border:1px solid rgba(255,255,255,0.8); background:transparent;}
a.btn-frost {display:inline-block; color:#333; margin:1em 0; padding:0.75em 1em; border:2px solid transparent; background:rgba(255,255,255,0.8);}
a.btn-frost-small {display:inline-block; color:#333; margin:0.5em 0; padding:0.25em 0.5em; border:1px solid transparent; background:rgba(255,255,255,0.8);}


/* hover-effect::*/
a.gbtn-white:hover, a.gbtn-white-small:hover {color:#222; background:rgba(255,255,255,0.9);}
a.gbtn-gray:hover {color:#fff; background:rgba(0,0,0,0.3);}
a.gbtn-black:hover {color:#fff; background:rgba(0,0,0,0.55);}

a.btn-seablue:hover {color:#111; background:rgba(94,172,194,0.25); border:2px solid rgba(94,172,194,1);}
a.btn-seablue-small:hover {color:#111; background:rgba(255,0,140,0.25); border:1px solid rgba(94,172,194,1);}
a.gbtn-seablue:hover, a.gbtn-seablue-small:hover {color:#fff; background:rgba(0,78,162,0.7);}

a.btn-ivory:hover {color:#fff5e4; background:rgba(40,40,40,0.5); border:2px solid #FFF5e4;}
a.btn-ivory-small:hover {color:#fff5e4; background:rgba(40,40,40,0.5); border:1px solid #FFF5e4;}


a.btn-frost:hover {color:#fff; background:rgba(40,40,40,0.5); border:2px solid #FFF;}
a.btn-frost-small:hover {color:#fff; background:rgba(40,40,40,0.5); border:1px solid #FFF;}
a.gbtn-frost:hover, a.gbtn-frost-small:hover {color:#111; background:rgba(255,255,255,1);}

a img.btn-icon-inside {width:40px; margin:0px 8px 0 0; vertical-align:-50%;}
a img.mail-icon-inside {width:40px; margin:0px 5px 0 0; vertical-align:-50%;}
a img.icon-inside {width:40px; margin:0px 6px 0 0; vertical-align:-50%;}




/* **************************************************** 
	navigation
*/ 


.pointer {cursor:pointer}


.menu-overlay,
.menu-underlay {
	position:fixed; top:0, left:0; width:100vw; height:100vh;
	/*transform:scale(0.3);  transform-origin:100% 0%;*/
	transition:all 0.5s linear 0s; opacity:0; z-index:-1;
		/*IE 8,9=>*/ width:100%\9; height:100%\9; display:none\9;
}
.menu-overlay h2 {font-family: 'Roboto', sans-serif; font-style:italic; font-weight:500; color:rgba(255,255,255,0.6);}
.is-pc .menu-overlay h2 {display:inline-block; font-size:350%;}
.is-mobile .menu-overlay h2 {display:block; font-size:225%; text-align:left;}
.menu-overlay h2 + span {font-style:italic; font-weight:600; color:rgba(255,255,255,0.6); }
.is-pc .menu-overlay h2 + span {display:inline-block; font-size:125%; margin-left:1em;}
.is-mobile .menu-overlay h2 + span {display:block; font-size:85%; line-height:1; text-align:left; margin-bottom:1.5em;}

.menu-overlay ul {padding-left:0 !important;}
.menu-overlay ul li {margin-left:0;}
.is-pc .menu-overlay ul li a:hover {
	text-shadow: 0 0 2px rgba(255,255,255,1) , 0 0 10px rgba(255,255,255,0.9);
	text-decoration: none;
	transition: 0.22s linear all;
}

.reveal {
	transform:scale(1);
	transition:all 0.28s linear 0s; opacity:1; z-index:99900;
		/*IE 8,9=>*/ display:block\9;
}


#burger-menu {background:#5eacc2; padding:6.5vh 0 0; color:#fff;}
#burger-menu a {color:#fff5e4;}
#burger-menu ul li.parent {font-weight:900; font-size:110%;}


#sticker { /* .burger.menu-opener */
    position:fixed; top:0; right:0; float:none;
	width:60px; height:60px; margin:10px; padding:auto;
	border-radius:100%;
	cursor:pointer;
	transition:all .3s linear 0s;	
	z-index: 10000;
}
#sticker img {
	position:absolute; top:0; right:0; bottom:0; left:0; 
	width:32px; height:40.819px; margin:auto;
}

#sticker.fixed {
}
#sticker.colored {
	background:#5eacc2;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.25);
	transition:all .3s linear 0s;
}




.menu-closer {cursor:pointer;}
.is-pc #burger-menu .menu-closer {
	position:fixed; right:2em; top:1em; width:50px; height:50px;
	background:url(./img/icon/close.svg);
	background-repeat:no-repeat; background-position:0 0;
	background-size:50px 50px;
}
.is-mobile #burger-menu .header-logo {width:100%; max-width:270px;}
.is-mobile #burger-menu .menu-closer {
	position:fixed; right:1.25em; top:1.25em; width:40px; height:40px;
	background:url(./img/icon/close.svg);
	background-repeat:no-repeat; background-position:0 0;
	background-size:40px 40px;
}

.is-mobile #burger-menu .elementary {width:80%; max-width:270px; margin:0 auto;}
.is-mobile #burger-menu .elementary ul {margin-top:2.5em;}
.is-mobile #burger-menu .elementary ul li {margin:1em 0;}


.is-pc #burger-menu .elementary {width:80%; max-width:270px; margin:auto;}
.is-pc #burger-menu .elementary h2, .is-pc #burger-menu .elementary h2 + span{display:block; width:100%; text-align:center;}
.is-pc #burger-menu .elementary ul {margin-top:3.5em; margin-left:1.5em;}
.is-pc #burger-menu .elementary ul li {margin:1.5em 0;}

#burger-menu .secondary ul {width:100%; text-align:left; margin:3em 0;}



/* =============================================================================
   Media Queries
   ========================================================================== */


@media only screen and (min-width: 1078px) {
	
	img.site-logo-small-device {display:none; }


}
@media only screen and (max-width: 1077px) {
	body {position:relative;}
	.bg-fixed {background-attachment:scroll;}

	img.site-logo-small-device {display:block; width:100%; max-width:420px; margin:25vh auto; vertical-align:0%; opacity:1; filter: drop-shadow( 0 0 5px rgba(87,69,8,0.8) );  }
	
	#gblnavi-pc { display:none;}

	#gblnavi-mobile {display:block; position: relative; top:0; transition:all 0.28s linear 0s;}
	#gblnavi-mobile #mobile-menu {position:absolute; width:100%; top:20px; left:0; text-align:center; visibility:hidden; opacity:0; z-index:-3; transform:scale(0.85); transition:all 0.33s linear 0s;}
	#gblnavi-mobile #mobile-menu.reveal {visibility:visible; opacity:1; transform:scale(1); z-index:3; transition:all 0.22s linear 0s;}	
	#gblnavi-mobile ul {width:100%; text-align: center; display:hidden; padding:3.5em 0 0; margin:0; letter-spacing:0.25em;}
	
	
	img.mobile-logo {width:45vw; max-width:180px; margin:8px 5vw 8px 0;}


	/*
	#sticker-menu {
		left:calc(100% - 5em); right:0; top:0em;
		width:4.25em; height:4.25em; padding:1em 0 0; border-radius:100%; text-align:center;
		 box-shadow:0px 1px 6px 1px rgba(0,0,0,0.4);
		transform:translate(0,0); transform-origin:50% 50%;
	}
	#sticker-menu.menu-open {left:0;}
	*/


	#mobile-menu {
		padding:1em 0 0;
		position:absolute; width:100%; top:40px; text-align:center; 
		transform:scale(0.5) translate(0, 0px); 
		transform-origin:50% 50%;
	}


}
   


@media only screen and (max-width: 1220px) {

	.maxonly {display:none;}

}

@media only screen and (min-width: 995px) {
	
	.smponly, .tblonly, .smptbl {display:none;}

	#sidebar-inner table { width:100%;}
	#sidebar-inner th, #sidebar-inner td {
		padding:0.25em 0.5em;
		font-size:12px;
		font-weight:normal;
		line-height:1.4em;
		text-align:center;
		word-break:normal;/*break-word;/*break-all;*/
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}

}

@media only screen and (min-width: 1078px) {

	#gblnavi-mobile {display:none;}
	#gblnavi-pc { display:block;}	

}

@media only screen and (max-width: 1077px) {
	
	#gblnavi-mobile {display:block;}
	#gblnavi-pc { display:none;}

}

@media only screen and (max-width: 899px) {
	
	
	.rel-one {width:47%; margin-right:1%; margin-left:1.5%;}
	
	#mobile-menu ul li {font-size:165%;}

}



@media only screen and (min-width: 801px) {

	.hover-zoom {transition:all 0.33s linear 0s;}
	.hover-zoom:hover {transform:scale(1.05); transition:all 0.14s linear 0s;}
	.hover-shrink {transition:all 0.26s linear 0s;}
	.hover-shrink:hover {transform:scale(0.975); transition:all 0.1s linear 0s;}

	.ytimgWrapper:hover:after {
		background:#4bf url(./img/icon/play-button.svg) no-repeat 55% center;
		background-size:20px 20px;
		opacity:1; transition:all 0.22s linear 0s;
	}

	.pagination a:hover,
	.page-numbers a:hover {
		transform: scale(1.133);
		transition: all 0.1s linear 0s;
	}



}


/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 769px) and (max-width: 995px) {

	.smponly, .smptbl, .wideonly, .maxonly  {display:none;}
	
	body {min-height: 1024px;}

	#main-column #blog-pickup div.cnt-4 {display:none;}

	#sidebar-inner table { width:100%;}
	#sidebar-inner th, #sidebar-inner td {
		padding:0.15em 0.3em;
		font-weight:normal;
		line-height:1.2em;
		font-size:11px;
		text-align:center;
		word-break:normal;/*break-word;/*break-all;*/
		box-sizing:border-box;
	}

}


/* All Mobile Sizes */
@media only screen and (max-width: 768px) {

	.maxonly, .wideonly, .pconly {display:none;}
	.smptbl {display:block;}

	.hr-box.pd-top{padding:3em 0 0 0;}
	.hr-box.pd-btm, .hr-box.pd-bottom {padding:0 0 3em 0;}
	.hr-box.pd-both {padding:3em 0 3em;}	


	.is-mobile #logo {max-width:160px;}

	table {font-size:15px;}
	th, td { padding:4px 8px; }

	#footer-logo,	#footer-caption {width:100%; text-align:center;}
	footer ul {text-align:center; margin-bottom:3em; padding-left:0 !important;}
	footer {padding:2.5em 1% 1em;}

	.flex-table:before, .flex-table:after { content: " "; display: table;}
	.flex-table:after { clear: both;}
	.flex-table {border:1px solid rgba(0,0,0,0.2);  *zoom: 1;}
	.flex-table th, .flex-table td {float:left; width:100% !important; border-bottom:none;}
	.flex-table td {padding-bottom:1em;}

	.container section {margin-bottom:24px !important;}
	.container .upper, .wide-container .upper, .full-container .upper {margin-bottom:2em !important;}	

	#sidebar-inner table { width:100%; max-width: 280px; }
	#sidebar-inner th, #sidebar-inner td {
		width:auto; max-width: 14.28%;
		/*padding:0.25em 0.5em;*/
		font-weight:normal;
		line-height:1.4em;
		text-align:center;
		word-break:normal;/*break-word;/*break-all;*/
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}


	#home-banner-menu div img { float:left; margin-right: 16px;} 

	.vWrap{
		position: relative;
		margin-top: 0.5em 0 1.2em;
		padding:69px 0 50%;
		overflow: hidden;
	}

	.vWrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.fixed-page-post h3 { font-size:20px; line-height:1.35em; margin-left:-0.25em; padding-left:0.4em;}

}

@media only screen and (min-width: 640px) and (max-width: 768px){
	.is-mobile #logo {max-width:320px;}
}
@media only screen and (max-width: 640px) {
	.is-mobile #logo {max-width:290px;}
}
@media only screen and (min-width: 601px){
	.toppage #btn-contact { background:#fff/*#DDF2FA;*/}
}	
@media only screen and (max-width: 599px) {
	.rel-one {width:100%;}
}
@media only screen and (min-width: 501px){
	.kwsk-mr {margin-top:1.5em !important; margin-bottom:1.5em !important;}
}
/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 768px) {

	.pconly, .smponly {display:none;}
	.tblonly, .tblpc {display:block;}

	h3 {line-height:2.0em; font-size:24px;}
	


	.side-banner ul.first li {display:block; width: 100%; text-align: center;}
	.side-banner ul.first li img {width: 100%; max-width: 350px; margin: 5px auto;}

	.side-banner ul.second li {display:inline-block; width: 48%; max-width: 290px; text-align: center;}
	.side-banner ul.second li img {margin: 0 auto;}
	

}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {
	
	.pconly, .tblonly, .tblpc {display:none;}
	.smponly {display:block;}
	.smponly.ib {display:inline-block !important;}
	
	
	body { font-size:15px;}

	
	.is-mobile #logo {max-width:250px; text-align:left;}


	#sticker { /* .burger.menu-opener */
		width:50px; height:50px; margin:2px; padding:auto;
	}
	#sticker img {
		top:0; right:0; bottom:0; left:0; 
		width:auto; height:32px; margin:auto;
	}


	.is-mobile #burger-menu .header-logo {width:100%; max-width:240px;}
	.is-mobile #burger-menu .menu-closer {
		position:fixed; right:9px; top:9px; width:34px; height:34px;
		background-size:34px 34px;
	}
	/*
	.is-mobile #burger-menu .elementary {width:80%; max-width:240px; margin:0 auto;}
	*/
	.is-mobile #burger-menu .elementary {width:98%; max-width:360px; margin:0 auto; text-align:left;}
	.is-mobile #burger-menu .elementary ul {width:100%; text-align:left; margin:2.5em 0 1em;}
	.is-mobile #burger-menu .elementary ul li {display:inline-block; width:48%; text-align:left; font-weight:bold; font-feature-settings:"palt";}
	.is-mobile #burger-menu .secondary ul {width:100%; text-align:right; margin:2.5em 0;}
	.is-mobile #burger-menu .secondary ul li {display:inline-block; width:50%; text-align:center;}
	
	
	h2 {line-height:1.65em; font-size:190%;}
	h2.en {line-height:1.25em; font-size:190%; letter-spacing:0.05em;}
	h2.bg-subcolor-solid {font-size:24px; text-align: center; padding-left: 0;}
	h3 {line-height:1.45em; font-size:21px;}
	
	table { margin:8px 0; width:100%;}

	.flex-table-smp:before, .flex-table-smp:after { content: " "; display: table;}
	.flex-table-smp:after { clear: both;}
	.flex-table-smp { *zoom: 1;}
	.flex-table-smp th, table.flex-table-smp td {float:left;}

	.table-toppage-info:before, .table-toppage-info:after { content: " "; display: table;}
	.table-toppage-info:after { clear: both;}
	.table-toppage-info {*zoom: 1; margin-top:0;}
	.table-toppage-info th {float:left; width:100% !important; border-bottom:none; padding-top:1em; padding-bottom:0;}
	.table-toppage-info td {float:left; width:100% !important; padding-top:0; padding-bottom:0.5em; line-height:1.2em;}


	ul  { padding-left:1.5em;}
	ol  { padding-left:0;}
	ul.nopad, ol.nopad  { padding-left:0; margin-left:0;}

	aside.side-banner ul {padding-left:0;}
	
	#logo img {width:228px; margin-right:6px;}

	#kanbanInner {
		position:absolute; top:24px; left:8px;
		font-size:24px;
	}
	
	#rewind {
		padding: 2px 6px 8px;
		right:2px; bottom:2px;
	}

	#google_translate_element {
		position:fixed; bottom:2px; left:2px;
	}

	img.logo-sf { width: 240px; }
	
	footer {padding-left:1%; padding-right:1%;}
	#footer-logo {width:100%; text-align:center;}	
	
	footer ul {padding:0; width:100%;margin:1em auto; text-align:left;}
	footer ul.navi-main li {
		display:flex; justify-content:center; align-items:center;  
		position:relative; width:100%; height:auto; margin:0; padding:0;
		text-align:left; font-size:120%;
		border-bottom:1px solid rgba(200,200,200,0.5);
	}
	footer ul.navi-main li:first-child {border-top:1px solid rgba(200,200,200,0.5);}
	footer ul.navi-sub, footer ul.sns-link {margin:0; padding:0; text-align:center; margin:auto;}
	footer ul li a {display:block; font-size:100%; width:100%; height:100%; padding:1em 1em;}
	footer ul.sns-link li {display:inline-block; width:40px; height:40px;}
	footer ul.sns-link li a {padding:0;}
	footer ul.navi-main li a::after {
		content:" "; width:10px; height:10px;
		position:absolute; right:10px; top:50%; margin-top:-5px;
		border-right:2px solid rgba(94,172,194,1);	border-top:2px solid rgba(94,172,194,1);
		transform:rotate(45deg);
		transition:all 0.14s linear 0s;
	}
	

	#main-column #blog-pickup {text-align: center;}
	#main-column #blog-pickup div.post-cell {text-align: center;}

	.post-body {padding:1em 0.5em;}

	div.tweet-button { margin:0.4em 0 0 1em;}

}


/* +++ PRINT SETTING +++ */
@media print{

	#sticker-menu, #gblnavi-mobile, .smponly, .tblonly, .smptbl {display:none;}

}



/* =============================================================================
   Font-Face
   ========================================================================== */

.serif {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sans-serif {
	font-family: Verdana, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif, "Takao Pゴシック", "TakaoPGothic", sans;
}

 /* Google Fonts */
.lobster { font-family: 'Lobster'; }
@font-face {	font-family: 'Lobster', cursive;}     
/*
.fonda { font-family: 'Fondamento'; }
@font-face {	font-family: 'Fondamento', serif; }     
  */
  
/* This is the proper syntax for an @font-face file*/
.sosaicon { font-family: 'SosaIcon'; }
.geosans {font-family: 'Geosans-L';}
/*
.texgyre {font-family:'TexGyre';}
.honey {font-family: 'Honey-L';}
.honey-sb {font-family: 'Honey-SB';}
*/


@font-face {
    font-family: 'SosaIcon';
    src: url('./fonts/SosaIcon.woff') format('woff'),
		url('./fonts/SosaIcon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Geosans-L';
    src: url('./fonts/GeosansLight.woff') format('woff'),
         url('./fonts/GeosansLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Honey-L';
    src: url('./fonts/HoneyScript-Light.woff') format('woff'),
         url('./fonts/HoneyScript-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Honey-SB';
    src: url('./fonts/HoneyScript-SemiBold.woff') format('woff'),
         url('./fonts/HoneyScript-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TexGyre';
    src: url('./fonts/TexGyreCursor-Regular.woff') format('woff'),
		url('./fonts/TexGyreCursor-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kaushan';
    src: url('./fonts/KaushanScript-Regular.woff') format('woff'),
         url('./fonts/KaushanScript-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LinLibertine-RBG';
    src: url('./fonts/LinLibertine_RB_G.woff') format('woff'),
		url('./fonts/LinLibertine_RB_G.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tenderness';
    src: url('./fonts/tenderness.woff') format('woff'),
		url('./fonts/tenderness.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Azukiss';
    src: url('./fonts/Azukiss.woff') format('woff'),
         url('./fonts/Azukiss.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AzukiPss';
    src: url('./fonts/AzukiPss.woff') format('woff'),
         url('./fonts/AzukiPss.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*

/*

*/

/* @font-face {
font-family: 'FontName';
src: url('./fonts/FontName.eot');
src: url('./fonts/FontName.eot?iefix') format('embedded-opentype'),
url('./fonts/FontName.woff') format('woff'),
url('./fonts/FontName.ttf') format('truetype'),
url('./fonts/FontName.svg#FontName') format('svg');
font-weight: normal;
font-style: normal; }
*/