@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: STINGER8-custom
Theme URI: enjoyworks.co.jp
Description:
Author: ENJOYWORKS
Author URI: enjoyworks.co.jp
Tags: custom-header, custom-menu
Text Domain: stinger8
Version: 20171106
---------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.gothic{
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", "Osaka－等幅", Osaka-mono, monospace;
}
.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.st-main, 
article, 
.st-.st-aside, 
header, 
canvas, 
details, 
figcaption, 
figure, footer, 
nav, 
section, 
summary {
	display: block;
}
html,
body {
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

body {
	min-width: 320px;
	word-wrap: break-word;
}
/* Edge,IE11,IE10ハック */
@media all and (-ms-high-contrast:none) {
    /*IE11用*/
    *::-ms-backdrop,html{
        height: 100% !important;
        overflow: visible!important;
    }
    *::-ms-backdrop,body{
        height: 100% !important;
        overflow: auto !important;
    }

    /*IE10用*/
    html{
        height: 100% !important;
        overflow: visible!important;
    }
    body{
        height: 100% !important;
        overflow: auto !important;
    }
}　

body.mceContentBody {
	background-color: #fff;
}

.st-hide {
	display:none;
}

hr.hrcss {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fa-question-circle, 
.fa-check-circle, 
.fa-exclamation-triangle, 
.fa-pencil-square-o,
.fa-user {
	margin-right:5px;
}

.mainbox{
	margin-bottom:20px;
}

/* リンクの色 */
a {
	color: #000;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #4682b4!important;
}

img, 
video, 
object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.inline-img img {
	display: inline;
}

/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.homeli a:hover img{
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.blog2content a:hover img {
	-moz-opacity: 1;
	opacity: 1;
}

/*画像にボーダー*/
.photoline img {
	border: solid 1px #ccc;
}

img.size-full, 
img.size-large {
	margin-bottom: 0;
	height: auto;
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.resetwidth img, 
.resetwidth video, 
.resetwidth object,
.resetwidth iframe{
	width: initial; /* 初期状態にリセット */
	max-width: initial; /* 初期状態にリセット */
	display: inline;
}

.wp-caption {
	height: auto;
	max-width: 100%;
}

/*続きを読む*/
.tuzukicenter {
	text-align:center;
	padding:20px;
}
.tuzuki {
	padding:10px 20px;
	background:#f3f3f3;
	margin:10px auto;
}

/* スマートフォンは表示しない */
.smanone {
	display: none;
}

/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

code {
	padding:2px;
	background:#f3f3f3;
	margin:2px;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	padding-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.gallery-caption {
}

.screen-reader-text {
}

/* iframeのレスポンシブ */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------
各フォント設定
---------------------------------*/

/*基本のフォントサイズ*/
p, /* テキスト */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
#comments h4 /* コメントタイトル */
 {
	font-size: 16px;
	line-height: 27px;
}

/*游ゴシック*/
.post h2,
.post h2 span,
.post h3,
.post h3 span,
.entry-title,
.post .entry-title {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", "Osaka－等幅", Osaka-mono, monospace;
}

/*游明朝*/
.mincho .post h2,
.mincho .post h2 span,
.mincho .post h3,
.mincho .post h3 span,
.mincho .entry-title,
.mincho .post .entry-title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 基本の文字 */
#accordion p{
	margin-bottom:0;
}
p {
	margin-bottom: 20px;
}
#scroll{
	margin-bottom: 0px;
}

/*ブログタイトル*/
header{
}

header .sitename {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	padding: 0;
	margin-bottom:0;
}

header .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

header .sitename a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*ブログ名の下のキャプション */
header h1 {
	font-size: 12px;
	font-weight: normal;
}

header .descr {
	clear:both;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 24px;
	padding-bottom: 0;
}
.center header h1, .transparent header h1{
	margin:0;
	text-align:left;
}

@media screen and (min-width:960px){
.fixed .descr{
	margin-right:-100%;
}
}

/*コンテンツの背景*/
#content-w{}

/*投稿のカテゴリ*/
.post .st-catgroup {
	font-size:12px;
	line-height:18px;
	margin-top:20px;
	margin-bottom:20px;
}

.catname {
	font-size:15px;
	text-decoration: none;
    color: #fff;
    border-radius: 50px;
    padding: 2px 9px;
    display: inline-block;
    margin-bottom: 5px;
}

.post .st-catgroup a {
	text-decoration:none;
	color:#000;
}

.post .st-catgroup a:hover {
	opacity:0.5;
}

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
}
*/

/* 記事タイトル */
@media screen and (min-width:641px){
.entry-title, 
.post .entry-title {
	font-size: 22px;
	line-height: 35px;
	color: #333;
	margin-bottom: 10px;
	font-weight:bold;
}
}
@media screen and (max-width:640px){
.entry-title, 
.post .entry-title {
	font-size: 15px;
	line-height: 35px;
	color: #333;
	margin-bottom: 10px;
	font-weight:bold;
}
}

#st-page .entry-title, #blogitiran .entry-title {
	margin-bottom: 40px;
	margin-top: 52px;
}

.entry-title a:hover {
	text-decoration: underline;
}

.entry-title a {
	color: #333;
	text-decoration: none;
}

/* 中見出し */
h2 {
	color: #1a1a1a;
	font-size: 15px;
	line-height: 27px;
	margin: 0;
	padding-top: 10px;
	padding-right: /*20*/ 0px;
	padding-bottom: 10px;
	padding-left: /*20*/ 0px;
}
@media screen and (max-width:640px){
h3{
	font-size:12px;
	margin-bottom:-15px;
}
}

/*小見出し*/
.post h3 {
	font-size: 18px;
	line-height: 27px;
	margin: 20px 0;
	padding: 10px 15px;
	color: #1a1a1a;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px #999999 dotted;
}

h3 a {
	color: #333;
	text-decoration: none;
}

dd h3 {
	line-height: 23px;
}

dd h3 a {
	color: #333;
	text-decoration: none;
	font-size:16px;
}

.post h4 {
	padding: 10px 15px;
	margin: 20px 0;
	background-color: #f3f3f3;
	font-size: 17px;
	line-height: 26px;
}

/*amazonプラグインのh4は除外*/
.post .amazonjs_info h4{
	background-color:transparent!important;
}

.post h5 {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 26px;
}

.post h6 {
	margin-bottom: 10px;
}

.wp-caption-text a, 
.wp-caption-text {
	font-size: 12px;
	color: #ccc;
}

/*NEWENTRY及び関連記事テキスト*/
.n-entry-t {
	margin-bottom:40px;
	position:relative;
	border-bottom:solid 1px #f3f3f3;
	padding-top:20px;
}

.n-entry {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#f3f3f3;
	color:#000;
	position:absolute;
	top:5px;
	left:0;
}

/* サイドバーの見出し */
#side h5 {
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
}

/* 関連記事の文字 */
h3.point{
	font-size: 20px!important;
	margin-top: 10px;
}
.post p.point, h3.point {
	margin-bottom:40px;
	position:relative;
	padding:20px 15px 10px!important;
	background-color:transparent;
}
.post p .point-in, h3 .point-in {
	padding:3px 20px 3px 0;
	margin:0;
	font-size:20px;
	font-weight:normal;
	background:#fff;
	position:absolute;
	top:15px;
	left:0;
}
/* カテゴリコンテンツがある場合の記事一覧 */
.cat-itiran p.point, cat-itiran h3.point {
    background-color: transparent;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    padding: 20px 15px 10px;
    position: relative;
}

.cat-itiran p.point .point-in, .cat-itiran h3.point .point-in {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 3px 20px;
    position: absolute;
    top: 15px;
}

.cat-itiran h3 {
    border:none;
}

/* 記事タイトル下 */
@media screen and (min-width:960px){
	.blogbox p {
		font-size: 15px;
		margin: 0px;
		color: #bdbdbd;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.updated{
		font-size:12px;
	}
	.blogbox {
		margin-bottom: 0;
		padding: 0px;
		margin-top:20px;
	}
}
@media screen and (min-width:641px) and (max-width:959px){
	.blogbox p {
		font-size: 12px;
		margin: 0px;
		color: #bdbdbd;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.updated{
		font-size:12px;
	}
	.blogbox .kdatep{
		margin-bottom:3px;
	}
}
@media screen and (max-width:640px){
	.blogbox p {
		font-size: 12px;
		margin: 0px;
		color: #bdbdbd;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.blogbox .kdatep{
		margin-bottom:3px;
	}
	.updated{
		font-size:12px;
	}
	.blogbox {
		margin-bottom: 0;
		padding: 0px;
		margin-top:20px;
	}
}

/*投稿タグ*/
.tagst {
	font-size:13px;
	color:#ccc;
	padding: 10px 0 0;
}

/* 引用 */
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/* オリジナルスタイルsmartphone */
.huto {
	font-weight:bold;
}

.hutoaka {
	font-weight:bold;
	color:#ff0000;
}

.oomozi {
	font-size: 18pt;
	line-height: 35px;
	font-weight:bold;
}

.komozi {
	font-size: 80%;
}

.ymarker {
	background:#FFF9C4;
	padding:0 2px;
}

.rmarker {
	background:#ffcdd2;
	padding:0 2px;
}

.yellowbox {
	padding:20px;
	border:solid 1px #fffacd;
	background-color:#ffffe0;
	margin-bottom:20px;
}

.redbox {
	padding:20px;
	border:solid 1px #ef5350;
	background-color:#ffebee;
	margin-bottom:20px;
}

.graybox {
	padding:20px;
	border:solid 1px #ccc;
	background-color:#f3f3f3;
	margin-bottom:20px;
}

.post .yellowbox p:last-child,
.post .yellowbox ol:last-child,
.post .yellowbox ul:last-child {
	margin-bottom:0;
	padding-bottom:0;
}

.post .graybox p:last-child,
.post .graybox ol:last-child,
.post .graybox ul:last-child {
	margin-bottom:0;
	padding-bottom:0;
}

.post .redbox p:last-child,
.post .redbox ol:last-child,
.post .redbox ul:last-child {
	margin-bottom:0;
	padding-bottom:0;
}

.h2fuu {
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight:bold;
}

.h2fuu:after {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.h2fuu:before {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}

.inyoumodoki {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


.post .inyoumodoki p:last-child,
.post .inyoumodoki ol:last-child,
.post .inyoumodoki ul:last-child {
	margin-bottom:0;
	padding-bottom:0;
}

.sankou {
	font-size:11px;
	background-color:#F57C00;
	color:#fff;
	padding:2px 3px;
	margin:0 5px;
}

/*ドット線*/
.dotline {
	border-bottom:1px dotted #212121;
}

.dotliner {
	border-bottom:1px dotted #ff0000;
}

.dotline-s {
	border-bottom:1px solid #212121;
}

.dotline-sr {
	border-bottom:1px solid #ff0000;
}

/*--------------------------------
フッターコンテンツ
---------------------------------*/

/* フッター文字 */
#footer .footerlogo {
	font-size: 22px;
	line-height:30px;
	margin-bottom: 10px;
	font-weight:bold;
}

#footer p {
	font-size: 12px;
	margin-bottom:5px;
}

#footer a {
	text-decoration: none;
	color: #212121;
}

#footer a:hover {
	color: #b22222;
}

#footer .copy, 
#footer .rcopy {
	font-size: 12px;
	color: #999;
	line-height: 18px;
	padding:0px 10px 0;
	clear:both;
}

#footer .copy a, 
#footer .rcopy a {
	font-size: 12px;
	color: #999;
	line-height: 18px;
}

footer h4 a {
	color: #666;
	text-decoration: none;
}


/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/

/* タイトル名 */
#topnews dd h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}

#topnews dt {
	float: left;
	width: 100px;
}

#topnews dt img {
	width: 100%;
}

#topnews dd {
	padding-left: 110px;
}

#topnews dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#topnews dl:first-child {
	padding-top: 20px;
}

#topnews dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}

#topnews .clearfix dd h5 {
	font-size: 17px;
	line-height:25px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}

/* 抜粋文字 */
#topnews .clearfix dd p {
	color: #666;
}

#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}

/* 一覧タイトル下 */
.kanren .blog_info p {
	margin:0 0 5px;;
}

.kanren h3 {
	margin: 0 0 5px;
}

.blog_info p a {
	color: #666;
	text-decoration: none;
}

#topnews .clearfix dd .blog_info p {
	font-size: 12px;
}
@media screen and (max-width:640px){
.blog_info p, .newpost-t{
	margin-bottom:0;
}
}

/*--------------------------------
記事下の一括表示部分
---------------------------------*/

.kizi-under-box {
	margin-bottom:20px;
}
/*--------------------------------
関連記事表示部分
---------------------------------*/

.kanren {
}

.st-aside .kanren {
	padding-top: 0px;
	margin-top:0px;
}

.kadomaru img{
	border-radius:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

/* タイトル名 */
.kanren.pop-box h5,
#side .kanren.pop-box h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}

.kanren.pop-box dd h5, 
#side .kanren.pop-box dd h5 {
	font-size: 17px;
	font-weight: bold;
	line-height:25px;
	padding: 0px;
	margin-bottom: 5px;
}

.kanren dt {
	float: left;
	width: 130px;
}

.kanren dt img {
	width: 130px;
}
@media screen and (min-width:641px){
	.kanren dd {
		padding-left: 165px;
	}
}
@media screen and (max-width:640px){
	.kanren dd {
		padding-left: 150px;
	}
}
.kanren dl {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.kanren dl p {
	margin-bottom: 0px;
}

.kanren dl:last-child {
	border-style: none;
}

/* 抜粋文字 */
.kanren .clearfix dd p {
	font-size: 13px;
	color: #1a1a1a;
	line-height: 18px;
}

.kanren .clearfix dd .kanren-t {
	padding-bottom:5px;
}

.kanren .clearfix dd .kanren-t a {
	color: #000;
	text-decoration: none;
	font-size:120%;
	line-height: 1.5;
	font-weight:bold;
	padding-bottom:5px;
}

.kanren .clearfix dd .kanren-t a:hover {
	color: #b22222;
}

/*サイドバーNEWPOST*/
.newpost dt{
float: left;
    width: 100px;
}
.newpost dl{
    margin-bottom: 10px;
}
.newpost dt{
float: left;
    width: 100px;
}
.newpost dd{
    text-align: left;
    padding: 15px;
	border-radius:10px;
}
.newpost-t a{
	color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 5px;
}
/*--------------------------------
サイドバー
---------------------------------*/

#side .st-aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#side .st-aside .children li {
	padding-left: 10px;
}

#side .st-aside ul li ul li{
	list-style-type: none;
	margin: 0px;

}

#side .st-aside .sub-menu {
	padding-left: 10px;
}

#side .st-aside .side-t {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#side .st-aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 24px;
}

#side .st-aside .menu_underh2 {
    border-radius: 50px;
    color: #fff;
    line-height: 3;
    font-size: 18.5px;
    margin-bottom: 20px;
	margin-top: 50px;
	font-weight: bold;
    text-align: center!important;
}

#side .st-aside ul li {
	font-size: 15px;
	line-height: 24px;
	border: 1px solid #D4C4A9;
    text-align: center;
    padding: 15px;
	font-weight: bold;
	border-radius:10px;
	margin-bottom:10px;
}
#side .st-aside ul li a {
	color:#333;
	text-decoration:none;
}

#side .st-aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 24px;
}

/* RSS購読するボタン */
.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #1a1a1a;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
}

.rssbox a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#scrollad {
	padding: 20px 0;
}

/*タグクラウド*/
.tagcloud a {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	border:1px #1a1a1a solid;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	opacity:0.5;
}
.tagcloud a:hover {
	opacity:0.5;
}

/*--------------------------------
エディタ用
---------------------------------*/

/*テーブル */
.post table {
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

table tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
	vertical-align:top;
}

table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
}

.post table tr td {
	font-size: 13px;
	line-height: 18px;
}

.post table tr td p {
	font-size: 13px;
	line-height: 18px;
}

#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}

/*テーブル（装飾なし） */
.post .notab table {
	border:none;
	width: initial; /* 初期状態にリセット */
	max-width: initial; /* 初期状態にリセット */
}

.notab table tr td {
	border:none;
	text-align: left;
	vertical-align: top;
}

.notab table th {
	border:none;
}

.post .notab table tr:nth-child(even) {
	background-color: transparent;
}

/*スクロール*/
.post .scroll-box table {
	max-width:initial;
}

.scroll-box {
	overflow-x: auto;
	margin-bottom:10px;
}
.scroll-box::-webkit-scrollbar {
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	background: #f3f3f3;
}
.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ccc;
}

/*画像 */
@media screen and (min-width:641px){
img.alignright {
	float: right;
	margin: 0 0 5px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

img.aligncenter {
	display: block;
	margin:0 auto;
}

img.float-left {
	float: left;
}

img.float-right {
	float: right;
}
}
@media screen and (max-width:640px){
img.alignright {
	float: none;
	margin: 0;
	width:100%;
}

img.alignleft {
	float: none;
	margin: 0;
	width:100%;
}

img.aligncenter {
	float: none;
	margin: 0;
	width:100%;
}

img.float-left {
	float: none;
	margin: 0;
	width:100%;
}

img.float-right {
	float: none;
	margin: 0;
	width:100%;
}
}

.wp-caption {
	text-align: center;
}

.aligncenter {
	clear: both;
	display: block;
	margin:0 auto 10px;
}

.ie8 img {
	width: auto;
}

/*リスト */
.post ul {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.post ul li {
	padding-bottom:5px;
}

.post ul li:last-child {
	padding-bottom:0px;
}

.post ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.post ol li {
	padding-bottom:5px;
}

.post ol li:last-child {
	padding-bottom:0px;
}

/*マルリスト*/
.post .maruno { 
	margin-bottom: 20px;
}

.post .maruno ol { 
	list-style-type: none;
	counter-reset: st-section;
	margin-left: 10px;
	padding:0 20px 0 30px;
}

.post .maruno ol li {
	counter-increment: st-section;
	padding:10px 0;
	margin-bottom:10px;
	line-height: 23px;
}

.post .maruno ol li:before {
	content: counters(st-section,"");
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	float: left;
	padding:0 8px;
	font-size:70%;
	margin-right:10px;
	background: #f3f3f3;
	color:#000;
	margin-left:-3em;
}

/*チェックリスト*/
.post .maruck { 
	margin-bottom: 20px;
}

.post .maruck ul { 
	list-style-type: none;
	margin-left: 10px;
	padding:0 20px 0 30px;
}

.post .maruck ul li {
	padding:10px 0;
	margin-bottom:10px;
	line-height: 23px;
}

.post .maruck ul li:before {
	content: " \f00c";
	font-family: FontAwesome;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	float: left;
	padding:0 6px;
	font-size:70%;
	margin-right:10px;
	background: #f3f3f3;
	color:#000;
	margin-left:-3em;
}


/*フォーム*/
input:not([type=checkbox]):not([type=radio]):not([type=submit]),textarea,select {
	box-sizing:border-box;
	width:100%;
	padding:5px;

}

.post input,.post textarea{
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #ccc;
}

.post #search input{
	border:none;
}

/*コンタクトフォーム7の送信ボタン*/
.wpcf7-submit{
	width:100%;
	border-radius:20px;
	-webkit-border-radius: 20px;  
	-moz-border-radius: 20px;
	background:#f3f3f3;
	color:#000;
	border:none;
	margin:0 auto;
	padding:10px;
	display:block;
	box-sizing:border-box;
}

.wpcf7-submit:hover{
	opacity:0.9;
}

/*レスポンシブ用PC左右コンテンツ*/
.responbox, 
.responbox30, 
.responbox40, 
.responbox50, 
.responbox60, 
.responbox70 {
	margin-bottom:10px;
}

.responbox .lbox {
	margin-bottom:10px;
}

/*50%*/
.responbox50.smart50 .lbox {
	float:left;
	width:49%;
	box-sizing:border-box;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

.responbox50.smart50 .rbox {
	float:right;
	box-sizing:border-box;
	width:49%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

.responbox50.smart50 {
	overflow:hidden;
}

/*AmazonJS*/
.post .amazonjs_item h4, 
.post .amazonjs_item h4 a {
	color:#1a1a1a;
	font-size:15px;
	background-color:transparent;
}
.post .amazonjs_item ul li {
	font-size:12px!important;
}

/*--------------------------------
アコーディオンメニュー
---------------------------------*/

.menu-navigation-container {
	overflow: hidden;
}

nav li a:hover {
	text-decoration: underline;
}

#s-navi {
	margin:0;
}

#s-navi ul.sub-menu {
	display:none;
}

#s-navi dl.acordion p {
	margin: 0;
}

#s-navi dl.acordion {
	margin: 0px;
	box-sizing:border-box;
	width:100%;
}

#s-navi dt.trigger {
	cursor: pointer;
	height: 40px;
	overflow:hidden;
	padding:0;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before{
}

.trigger .fa:not(.fa-bars) {
	font-size:20px;
}

/*アコーディオンメニューボタン*/
#s-navi dt.trigger .op {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	font-size:25px;
	line-height:30px;
	display:block;
	float:right;
	height:auto;
	margin-top:-5px;
	padding: 10px 10px 9px 10px;
	max-width:20%;
	box-sizing:border-box;
}

#s-navi:after {
	content: "";
	display: block;
	clear: both;
	margin-bottom:5px;
}

#s-navi dd.acordion_tree {
	padding: 10px 10px 20px;
	display: none;
	overflow: hidden;
	top:0px;
	width:100%;
	box-sizing:border-box;
	text-align:left;
}

#menu-center-gnavi .fa{
	display:none;
}

.acordion_tree div.menu ul li, .acordion_tree ul li {
	float: none;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	list-style:none;
	border-bottom:dotted 1px #000;
}
.acordion_tree ul li .fa{
	display:none;
}
.acordion_tree ul li a{
	text-decoration:none;
}
.acordion_tree div.menu ul li .fa {
	min-width: 1em;
}

.acordion_tree div.menu ul li:last-child {
	border:none;
	padding-bottom:0px;
}

.acordion_tree div.menu ul li a {
	text-decoration: none;
}

.menu-close {
	padding:10px;
}

/*--------------------------------
メニューst5 未設定
---------------------------------*/

nav.st5,
#st-menuwide div.menu,
#st-menuwide nav.menu
 {
	display:none;
}

/*--------------------------------
検索フォーム
---------------------------------*/

#search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}

#searchform {
	border:#ccc 1px solid;
}

#s {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	height: 34px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 10;
	padding: 10px 65px 10px 10px;
	width: 100%;
	box-sizing: border-box;
}

#searchsubmit {
	border-radius: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 34px;
	z-index: 20;
}

*:first-child + html #searchsubmit {
	top: 1px;
}

/*アコーディオン内*/
.acordion_tree .search-box{
	padding:10px;
}

/*フッター*/
.footermenust {
	text-align: center;
	/*padding:20px;*/
	margin-bottom:5px;
}

.footermenust li {
	display: inline;
	font-size: 14px;
	padding:0 10px;
}

footer .footermenust li {
    font-size: 12px;
    line-height: 2;
    display: block;

}

footer .footermenust li:last-child {
	border-right:none;
}

#footer .footermenust a {
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#757575;
}

@media screen and (min-width:641px){
	footer ul{
		display: flex;
		justify-content: center;
		padding-left: 0px;
	}
	footer ul li a{
		font-size:15px;
	}
}
@media screen and (max-width:640px){
	footer ul, footer ol{
		padding-left:0px;
		background:#088a29;
	}
}
/*--------------------------------
ページャー
---------------------------------*/

/*コメントナビ*/

.st-pagelink {
	padding:20px 0px;
	text-align:center;
}

.st-pagelink:after {
	content: "";
	display:block;
	clear:both;
}

.st-pagelink a {
	text-decoration:none;
	font-size:13px;
}

.st-pagelink a:hover {
	opacity:0.5;
}

.st-pagelink .page-numbers {
	border:1px solid #ccc;
	padding:10px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:15px;
	min-width:20px;
	height:20px;
	display:block;
	float:left;
	text-align:center;
}
.page-numbers{
	margin-right:20px;
}
.page-numbers a{
}

.st-pagelink .page-numbers.current {
	opacity:0.5;
}

.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #999;
}

.pagination a:hover {
	color: #fff;
	background-color: #666666;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}

/*--------------------------------
ぱんくず
---------------------------------*/

#breadcrumb,
#breadcrumb ol {
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
	line-height:0;
}

#breadcrumb {
	margin-top:35px;
}

#breadcrumb ol li {
	color: #ccc;
	font-size: 13px;
	list-style:none;
	display: inline-block;
	line-height: 13px;
	padding:0;
}

#breadcrumb ol li a {
	text-decoration: none;
	color: #ccc;
}

/*--------------------------------
SNS
---------------------------------*/

.sns{
	width:100%;
	margin:0 auto;
	padding:0 0 20px;
}

.snstext{
	font-size:13px;
	vertical-align:middle;
	padding-left:10px;
}

.snscount{
	font-size:13px;
	vertical-align:middle;
	padding:0 10px;
}

.post .sns ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 20px;
}

.sns li {
	float:left;
	list-style:none;
	width:50%;
}

@media screen and (min-width:960px){
.sns li a {
	font-size:12px;
	position:relative;
	display:block;
	padding:8px 10px 3px 10px;;
	color:#fff;
	border-radius:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-decoration: none;
	height:30px;
	margin:5px;
	cursor:pointer;
	vertical-align: middle;
	line-height:25px;
	width:20px;
}
}
@media screen and (max-width:959px){
.sns li{
	padding-bottom:0px!important;
}
.sns li a {
	font-size:12px;
	position:relative;
	display:block;
	padding:10px 15px;;
	color:#fff;
	text-decoration: none;
	height:30px;
	margin:5px;
	cursor:pointer;
	vertical-align: middle;
	line-height:25px;
}
}
.sns li a:hover {
}

/* ツイッター */
.sns .twitter a {
	background:#55acee;
}
.sns .twitter a:hover {
	background:#4892cb;
}

.sns .fa-twitter {
}

/* Facebook */
.sns .facebook a {
	background:#3b5998;
}
.sns .facebook a:hover {
	background:#324c81;
}

.sns .fa-facebook {
}

/* グーグル */
.sns .googleplus a {
	background:#dc4e41;
}
.sns .googleplus a:hover {
	background:#bb4237;
}

.sns .fa-google-plus {
}

/* はてぶ */
.sns .hatebu a {
	background:#00a5de;
}

.sns .hatebu a:hover {
	background:#008cbd;
}

.sns .fa-hatena {
}

/* LINE */
.sns .line a {
	background:#25af00;
}
.sns .line a:hover {
	background:#219900;
}

.sns .fa-comment {
}

/* Pocket */
.sns .pocket a {
	background:#f03e51;
}

.sns .fa-get-pocket {
}
.sns .pocket a:hover {
	background:#c0392b;
}

/*--------------------------------
カレンダー
---------------------------------*/

#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	width: 100%;
}

#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	padding: 10px 3px;
	text-align: center;
	background-color: #f3f3f3;
}

#wp-calendar td {
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}

#wp-calendar tbody tr #today {
	background-color: #b0e0e6;
}

/*--------------------------------
PAGE TOP
---------------------------------*/

#page-top {
	position: fixed;
	z-index: 999;
	bottom: 0px;
	right: 0px;
	font-size: 20px;
}
@media screen and (max-width:959px){
#page-top {
	position: fixed;
	z-index: 999;
	bottom: 50px;
	right: 0px;
	font-size: 20px;
}
}

#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 12px 16px;
	text-align: center;
	display: block;
	-moz-opacity: 0.6;
	opacity: 1;
}

#page-top a:hover {
	text-decoration: none;
	color: #fff;
}

/*--------------------------------
コメント
---------------------------------*/

#comments p a {
	color: #333;
}

.post #comments h3 {
	background-color: transparent;
}

#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}

#comments label {
	display: block;
}

.metadata dd a {
	color: #333;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

#comments {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}

.fn {
	font-style: normal;
	font-size: 13px;
}

.says {
	font-size: 13px;
	line-height: 18px;
}

.commentmetadata {
	font-size: 12px;
	line-height: 24px;
	height: 15px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.reply {
	padding: 5px;
	font-size: 13px;
}

#comments #respond {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}

#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comments #commentlist img {
	padding: 10px;
}

#comments .commets-list {
	padding-left: 0px;
	list-style-type: none;
}

ul.sub-menu {
	padding: 0px;
}

.commets-list li {
	list-style-type: none;
}

.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}

.vcard .fn {
	font-size: 13px;
	line-height: 18px;
}

/* コメント欄の下にある使用できるタグの表記を消す */

.form-allowed-tags {
	display: none;
}

#comments #st-reply-title {
	background-image: none;
	border: none;
	margin-bottom: 0px;
	padding: 0;
	font-size:110%;
	font-weight:bold;
}

#comments h4 {
	background-color: transparent;
	padding: 0;
	border: none;
	margin-bottom: 0px;
}

#comments textarea {
	margin-bottom: 10px;
	width: 100%;
	border: 1px #f2f2f2 solid;
}

#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px #f2f2f2 solid;
}

/* コメントボタン */
	#comments input[type="submit"] {
	background-color: #f3f3f3;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px #f2f2f2 solid;
}

/*--------------------------------
PREV NEXT
---------------------------------*/

.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 50px;
	color: #666;
}

.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 25px;
}

/*レイアウト ＰＣ
---------------------------------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
}

body.fixed-footer #wrapper {
	height:100%;
	min-height: 100%;
}

header {
	text-align: center;
}

#headbox {
	padding: 0;
	margin:0;
	position:relative;
	z-index:99;
}

#side .st-aside {
	padding: 0 15px 20px;;
}

footer {
	clear: both;
	padding: 0;
}

#footer {
	padding: 10px 15px 20px 15px;
	text-align: center;
}

#header-l {
	padding-top:0;
}

.st-main {
	margin: 0px;
	/*background:#fff;*/
}

.post {
	/*padding-bottom:10px;*/
	text-align:left;
}

section {
	margin-bottom: 3em;
}

/*アドセンス*/
.adbox {
	padding:20px 0px;
	margin:0 -5px;
}

.ad {
	padding-bottom: 10px;
	margin:0px;
}
.adsbygoogle {
	max-width:100%;
	box-sizing:border-box;
	overflow:hidden;
}

.middle-ad {
	margin:0 -5px 10px;
}

/*メイン画像下のスクロールアニメーションcss*/
#topscroll{
	position: fixed;
	bottom: 20px;
	left: 50%;
	z-index: 0;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color:#fff;
	top: auto;
    right: 50%;
    margin: auto;
}
#topscroll span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@media screen and (min-width:960px){
#topscroll .scrolltext{
	position: absolute;
    left: -20px;
}
	#st-ami{
		overflow-x: hidden;
	}
}
@media screen and (max-width:959px){
#topscroll .scrolltext{
	position: absolute;
    left: -17px;
	font-size:12px;
}
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*メイン画像下のスクロールアニメーションcssここまで*/

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	#st-ami{
		overflow-x: hidden;
	}
	#pcontent{
		position: relative;
		top: 0;
		background-color:#fff;
	}
	#pcontent.topcont{
    	position: relative;
    	top: 0;
		background-color:#fff;
	}
	#side .st-aside {
		clear: both;
		float: none;
		width: auto;
		position: static;
	}

	/*SNSボタン*/
	.sns .fa {
		font-size:20px;
		vertical-align: middle;
	}

	.sns li a {
		padding: 10px 15px;
		border-radius:5px;
	}


	/* RSS購読するボタン */
	.rssbox a {
		padding: 15px 20px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	#st-menubox-custom{
		display:none;
	}
	#st-menubox-transparent{
		display:none;
	}
	#accordionmenubox{
		display:none;
	}
	/*ニュースティッカー*/
	.ticker {
		margin: 0 auto;
		padding: 10px;
		text-align: left;
		border: #ccc 1px solid;
		position: relative;
		overflow: hidden;
		background-color:#fff;
		top:0;
	}
	.ticker ul {
    	width: 100%;
    	position: relative;
	}
	.ticker ul li {
    	width: 85%;
    	display: none;
	}
	.stfooterfixmenu{
		display: block;
    	position: fixed;
    	width: 100%;
    	bottom: 0;
    	margin-right: -15px;
    	margin-left: -15px;
    	height: 50px;
		z-index:99;
		background:#088a29;
	}
	.stfooterfixmenu img{
		height: 75%;
    	margin-top: 5px;
		margin-right: 15px;
	}
	.mobile_footer_mail img{
		margin-right:0;
	}
/* 画面端に固定するメニュー */
	#fixed-menu{
		display:none;
	}
/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {

	/*タグクラウド*/
	.tagcloud a {
		font-size: 20px!important;
		line-height: 1em;
		padding: 15px;
		margin-top: 10px;
	}

	/*SNSボタン*/
	.sns .fa {
		font-size:25px;
	}

	.sns li a {
		padding: 15px 20px;
	}

	/*--------------------------------
	アコーディオンメニュー
	---------------------------------*/

	#s-navi dt.trigger {
		height: 60px;
	}

	.trigger .fa:not(.fa-bars) {
		font-size:25px;
	}

	.trigger .fa {
		line-height:60px;
	}

	.op-text,
	.op-text a {
		font-size:25px;
		line-height:60px;
		padding: 5px 0;
		margin:0 0 0 7px;
	}	

	.op-text2,
	.op-text2 a {
		font-size:25px;
		line-height:60px;
		padding: 5px 0;
		margin:0 0 0 7px;
	}

	/*アコーディオンメニューボタン*/
	#s-navi dt.trigger .op {
		font-size:30px;
		line-height:60px;
		padding: 5px 20px;
	}

	/*アコーディオンメニュー追加ボタン1*/
	#s-navi dt.trigger .op-st {
		font-size:30px;
		line-height:60px;
		padding: 5px 20px;
	}

	/*アコーディオンメニュー追加ボタン2*/
	#s-navi dt.trigger .op-st2 {
		font-size:30px;
		line-height:60px;
		padding: 5px 20px;
	}

	.acordion_tree div.menu ul li {
		font-size: 20px;
		padding: 15px 20px;
	}

	/*--------------------------------
	PAGE TOP
	---------------------------------*/

	#page-top {
		font-size: 30px;
	}

	#page-top a {
		padding: 22px 26px;
	}

/*-- ここまで --*/
}


/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {

	header {
		text-align: left;
	}

	#headbox {
		padding: 0;
		margin:0;
	}

	#headbox {
		text-align:center;
	}

	#headbox img {
		margin: 0 auto;
	}

	.sitename img {
		max-width: 100%;
		margin: 0;
	}

	.st-main {
		/*background-color: #fff;*/
		/*padding: 20px 30px;*/
	}


	/*--------------------------------
	各フォント設定
	---------------------------------*/

	/*基本のフォントサイズ*/
	p, /* テキスト */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li /* olリスト */
	 {
		font-size: 15px;
		line-height: 30px;
	}

	p {
		margin-bottom: 20px;
	}
	#scroll{
		margin-bottom:0px;
	}
	dd p {
		margin-bottom: 5px;
		color:#D4C4A9;
		font-weight: bold;
	}

	/*記事タイトル*/
	.entry-title,
	.post .entry-title {
		font-size: 27px;
		line-height: 40px;
		color: #333;
		margin-bottom: 20px;
	}

	.post .entry-title a:hover {
		text-decoration: underline;
	}

	/*中見出し*/
	h2 {
		font-size: 24px;
		line-height: 35px;
	}

	h2:after {
		bottom: -10px;
		left: 50px;
	}

	h2:before {
		bottom: -10px;
		left: 50px;
	}

	/*小見出し*/
	.post h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.post h4 {
	  background-color: #f3f3f3;
	  font-size: 21px;
	  line-height: 31px;
	}

	.post h5 {
	  margin-bottom: 10px;
	  font-size: 20px;
	  line-height: 30px;
	}

	/*トップ記事一覧*/
	dd h3 a {
		color: #333;
		text-decoration: none;
		font-size:20px;
		line-height: 35px;
	}

	.kanren .clearfix dd p {
		font-size:16px;
	  line-height: 26px;
	}

	/*関連記事タイトルサムネイルなし*/
	.kanren .no-thumbitiran h3{
		font-size:16px;
	  line-height:26px;
	}

	/* 任意記事サムネイルありタイトル名 */
	.kanren.pop-box dd h5, 
	#side .kanren.pop-box dd h5 {
	  font-size: 18px;
	  line-height:27px;
	}

	/*サイドバーの記事タイトル*/
	#side h5 {
		font-size:20px;
		line-height:35px;
	}

	/*サイドバー文字*/
	#side .st-aside .menu_underh2 {
		font-size: 16px;
		line-height: 3;
		font-weight:bold;
	}

	#side .st-aside #mybox ul li ul li {
		font-size: 16px;
		line-height: 26px;
	}

	/* オリジナルスタイルタブレット */

	.oomozi {
		font-size: 18pt;line-height: 35px;
	}

	.yellowbox,
	.redbox,
	.graybox
	 {
		margin-bottom: 20px;
	}

	.h2fuu {
		font-size: 24px;
		line-height: 35px;
	}

	.h2fuu:after {
		bottom: -10px;
		left: 50px;
	}

	.h2fuu:before {
		bottom: -10px;
		left: 50px;
	}

	/*アドセンス*/

	.adbox {
		margin:0;
	}

	.ad {
		padding-bottom: 10px;
		margin:0px;
	}


	.middle-ad {
		margin:0 0 10px;
	}

	/*レスポンシブ用PC左右コンテンツ*/

	.responbox .lbox img {
		width:100%;
		box-sizing:border-box;
	}

	/*30%*/

	.responbox30 .lbox {
		float:left;
		padding-right:15px;
		width:30%;
		box-sizing:border-box;
	}

	.responbox30 .rbox {
		float:left;
		box-sizing:border-box;
		width:70%;
	}

	/*40%*/

	.responbox .lbox {
		float:left;
		padding-right:15px;
		width:40%;
		box-sizing:border-box;
	}

	.responbox .rbox {
		float:left;
		box-sizing:border-box;
		width:60%;
	}

	.responbox40 .lbox {
		float:left;
		padding-right:15px;
		width:40%;
		box-sizing:border-box;
	}

	.responbox40 .rbox {
		float:left;
		box-sizing:border-box;
		width:60%;
	}

	/*50%*/

	.responbox50 .lbox {
		float:left;
		padding-right:7px;
		width:50%;
		box-sizing:border-box;
	}

	.responbox50 .rbox {
		float:left;
		padding-left:7px;
		box-sizing:border-box;
		width:50%;
	}

	/*60%*/
	.responbox60 .lbox {
		float:left;
		padding-right:15px;
		width:60%;
		box-sizing:border-box;
	}

	.responbox60 .rbox {
		float:left;
		box-sizing:border-box;
		width:40%;
	}

	/*70%*/
	.responbox70 .lbox {
		float:left;
		padding-right:15px;
		width:70%;
		box-sizing:border-box;
	}

	.responbox70 .rbox {
		float:right;
		box-sizing:border-box;
		width:30%;
	}


	/*--------------------------------
	一覧記事表示部分
	---------------------------------*/

	#topnews dt {
		float: left;
		width: 150px;
	}

	#topnews dt img {
		width: 100%;
	}

	#topnews dd {
		padding-left: 170px;
	}

	#topnews .clearfix dd h5 {
		font-size: 24px;
		font-weight: bold;
		padding: 0px;
		margin-bottom: 5px;
	}

	#topnews .clearfix dd p {
		font-size: 13px;
		color: #666;
		line-height: 24px;
		margin: 0px;
		padding: 0px;
	}

	#topnews .clearfix dd h5 a {
		color: #333;
		text-decoration: none;
	}


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	
	#pcontent{
		position: relative;
		top: 0;
		background-color:#fff;
	}
	#pcontent.topcont{
		position: relative;
		top: 0;
		background-color:#fff;
	}
	.page-template #pcontent, .author #pcontent, .single #pcontent{
		overflow-x:hidden;
		/*top: 120px;*/
		top:0;
		position: relative;
	}
	/*.page-template-page-custom-all #pcontent, .page-template-page-contact #pcontent, .page-template-blog-itiran #pcontent, */.accordion-t.single #pcontent, .accordion-t.author #pcontent{
		overflow-x:hidden;
		top: 130px;
		position: relative;
	}
/* 画面端に固定するメニュー */
	#fixed-menu{
		position:fixed;
		top:25%;
		z-index:10000;
		right:-200px;
		display:block;
	}
	
	/*--------------------------------
	メニュー
	---------------------------------*/
	nav.smanone {
		max-width:1060px;
		margin:0 auto;
	}
	.accordion nav.smanone, .accordion-t nav.smanone{
		margin-top:50px;
	}

	nav.st5 {
		max-width:1060px;
		margin:0 auto;
	}

	header .smanone ul.menu li{
		list-style-type:none;
		float:left;
		width:160px;
		height:40px;
		text-align:center;
		border-right:solid 1px #E0DEDE;
		position:relative;
		padding:10px 0;
	}

	header .smanone ul.menu>li:last-child {
		border:none;
	}

	header .smanone ul.menu li a{
		display:block;
		font-size: 15px;
		overflow:hidden;
		width:100%;
		height:100%;
		line-height:40px;
		color:#000;
		text-decoration:none;
		position:relative;
		z-index:2;
		font-weight:bold;
	}

	header .smanone ul.menu li li a{
		background:#f3f3f3; /*ドロップダウンメニューの背景色*/
		border-top:#E0DEDE solid 1px;
		border-left:#E0DEDE solid 1px;
		border-right:#E0DEDE solid 1px;
		z-index:3;
	}

	header .smanone ul.menu li li:last-child a {
		border-bottom:#E0DEDE solid 1px;
	}

	header .smanone ul.menu li a:hover{
		color:#ff0000;
	}

	header .smanone ul.sub-menu li ul.sub-menu{
		position:absolute;
		left:160px;
		top:0;
	}
	#st-menubox {
		width: 70%;
		float: right;
		position: relative;
		height: 54px;
	}
	.float #st-menubox, .float-t #st-menubox{
		position: absolute;
		top: 60%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left:30%;
	}
	#st-menuwide {
		padding: 0px;
		margin:0 auto;
		max-width:1060px;
	}
	#st-menubox-custom {
		border-top: solid 1px #E0DEDE;
		border-bottom: solid 1px #E0DEDE;
	}
	.navfixed{
    	position: fixed;
    	z-index: 99;
    	top: 0;
    	width: 100%;
	}
	#st-menuwide-custom {
		padding: 0px;
		margin:0 auto;
		max-width:1060px;
	}
	#st-menuwide-transparent {
		padding: 0px;
		margin:0 auto;
		max-width:1060px;
	}
	/*accordion*/
	.modal-content{
		margin-top:-40px;
	}
	#accordionmenubox{
		text-align: right;
    	position: absolute;
    	right: 0px;
		top:15px;
	}
	#accordionmenubox a{
		display:inline-block;
	}
	.float #accordionmenubox, .float-t #accordionmenubox{
		right:-120px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#st-menuwide-accordion .menu{
		display:block;
		position: relative;
		width: 285px;
		background: none;
		margin: auto;
	}
	#st-menuwide-accordion .menu li{
		float: none;
		text-align: center;
		margin: 0;
		font-size: 15px;
		height:40px;
		border-bottom:1px solid #fff;
		border-right:none;
		width:100%;
	}
	#st-menuwide-accordion .menu li:first-child{
		margin-top:20px;
	}
	#st-menuwide-accordion .menu li:last-child{
		margin-bottom:20px;
	}
	#st-menuwide-accordion .menu li a{
		color:#fff;
		text-decoration:none;
	}
	.accordion header .smanone ul.menu{
		display:block;
	}
	.addmenu{
		text-align:center;
		color:#fff;
	}
	.addmenucont{
		margin:30px 0;
	}
	header .smanone ul.sub-menu{
		display:none;
	}

	/* IE7 対策 */
	header .smanone ul.menu{
		zoom:1;
	}
	header .smanone ul.menu{
		display: flex;
    	justify-content: center;
	}

	*+html header .smanone ul.menu li{
		display:inline;
		zoom:1;
	}
	*+html header .smanone ul.sub-menu{
		zoom:1;
		position:relative;
	}

	.smanone {
		display: block;
	}

	.pcnone {
		display: none!important;
	}

	header {
		padding: 0;
	}

	#header-l {
		padding-top: 0;
	}

	#headbox {
		padding: 0;
		margin:0 auto;
		text-align:left;
		max-width:1020px;
	}

	#headbox img {
		margin:0 auto;
	}

	#st-headwide #headbox img{
		margin:0 auto;
	}

	nav {
		display: block;
	}

	/*IEで要素がズレるのを対応*/
	.ie7 .st-aside ul li, 
	.ie8 .st-aside ul li, 
	.ie9 .st-aside ul li {
		display: list-item;
		padding: 0;
	}

	/*--------------------------------
	各フォント設定
	---------------------------------*/

	/*基本のフォントサイズ*/
	p, /* テキスト */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li /* olリスト */
	 {
		font-size: 13px;
		line-height: 26px;
	}

	p {
		margin-bottom: /*20*/ 0px;
	}

	dd p {
		margin-bottom: 5px;
	}

	/*記事タイトル*/
	.entry-title,
	.post .entry-title {
		font-size: 30px;
		line-height: 40px;
		color: #333;
		margin-bottom: 20px;
	}

	.entry-title a:hover {
		text-decoration: underline;
	}

	/*中見出し*/
	h2 {
		font-size: 22px;
		line-height: 32px;
	}

	h2:after {
		bottom: -10px;
		left: 50px;
	}

	h2:before {
		bottom: -10px;
		left: 50px;
	}

	/*小見出し*/

	.post h4 {
	  background-color: #f3f3f3;
	  font-size: 16px;
	  line-height: 26px;
	}

	.post h5 {
	  margin-bottom: 10px;
	  font-size: 16px;
	  line-height: 26px;
	}

	.post dd h5 {
	  margin-bottom: 5px;
	}

	/* サイドバーの見出し */
	#side h5 {
		font-size:16px;
		line-height:26px;
		margin-bottom:5px;
	}

	/*サイドバー*/
	#side .st-aside .menu_underh2 {
		border-radius: 50px;
		color: #fff;
		line-height: 3;
		font-size: 18.5px;
		margin-bottom: 20px;
		margin-top: 50px;
		font-weight: bold;
		text-align: center!important;
	}

	#side .st-aside ul li {
		font-size: 15px;
		line-height: 24px;
		border: 1px solid #D4C4A9;
    	text-align: center;
    	padding: 15px;
		font-weight: bold;
		border-radius:10px;
		margin-bottom:10px;
	}
	#side .st-aside ul li a {
		color:#333;
		text-decoration:none;
	}

	#side .st-aside #mybox ul li ul li {
	  font-size: 14px;
	  line-height: 24px;
	}

	/* オリジナルスタイルPC */
	.oomozi {
		font-size: 18pt;line-height: 35px;
	}

	.yellowbox,
	.redbox,
	.graybox
	 {
		margin-bottom: 20px;
	}

	.h2fuu:after {
		bottom: -10px;
		left: 50px;
	}

	.h2fuu:before {
		bottom: -10px;
		left: 50px;
	}

	/*--------------------------------
	ヘッダーコンテンツ
	---------------------------------*/
	#headbox-bg{
		overflow: hidden;
		background-color:#fff;
	}
	.center #headbox-bg{
	}
	.accordion-t #headbox-bg{
		background-color: transparent;
	}

	#header-l {
		float:left;
		width:100%;
	}
	#header-l .header-logo a{
		margin:.67em 0;
		display:block;
	}
	.accordion-t #header-l{
		position:static;
	}
	.accordion-t .header-logo{
		position:absolute;
		left:10px;
		width:20%;
	}
	#header-r a{
		text-decoration:none;
	}

	#header-r p {
		margin:0px;
	}

	/*ヘッダーリンク*/
	#header-r .footermenust {
		padding:0 10px 0 0;
		margin:0px 0 5px;
		text-align:right;
	}

	#header-r .footermenust li {
		border-right:1px solid #000;
		font-size:12px;
		line-height:18px;
		margin:0;

	}

	#header-r .footermenust li:last-child {
		border-right:none;
	}

	#header-r .footermenust a {
		padding:0px;
		margin:0px;
		font-size:12px;
		color:#000;
	}

	/*--------------------------------
	ページャー
	---------------------------------*/

	.st-pagelink .page-numbers {
		padding:5px 8px;
	}

	#wrapper {
		/*overflow:hidden;*/ /*グローバルメニューの下層リンクを表示する為*/
		padding:0;
		width:100%;
	}

	#st-header {
		/*max-width:1060px;*/
		margin:0 auto;
		width:100%;

	}
	#st-header img{
		width: 100%;
		position: fixed;
		top: 138px;
		z-index:0;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		overflow:hidden;
	}
	#content {
		max-width: 1020px;
		margin: 0 auto;
		padding: 0 30px;
	}

	footer {
		width:100%;
	}

	#footer {
		margin:0 auto;
		top: 0!important;
	}

	#footer-in {
		max-width:1060px;
		margin:0 auto;
	}

	/* フッター文字 */
	#footer .footerlogo {
		font-size: 16px;
		line-height:26px;
		font-weight:bold;
	}


	/*--------------------------------
	SNS
	---------------------------------*/

	.sns{
		width:100%;
	}

	.sns li {
		width:45px;
		text-align: center;
	}

	.snstext{
		display:inline;
	}

	/*トップ記事一覧*/
	dd h3 a {
		color: #333;
		text-decoration: none;
		font-size:16px;
		line-height: 26px;
	}

	.kanren .clearfix dd p {
		font-size:13px;
		line-height: 18px;
	}

	/*--------------------------------
	メニューst5
	---------------------------------*/

	nav.st5 {
		padding:5px;
		display:block;
	}

	nav.st5 li {
		position: relative;
		float: left;
		font-size: 14px;
		padding-left: 15px;
		display: inline;
		padding-right: 15px;
		border-right:1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	nav.st5 li:last-child {
		border:none;
	}

	nav.st5 li .sub-menu,
	nav.menu li .children {
		display:none;
	}

	nav.st5 li a {
		color: #333;
		text-decoration: none;
	}

	.menu-nav.st5igation-container {
		overflow: hidden;
	}

	nav.st5 li a:hover {
		text-decoration: underline;
	}

	/*--------------------------------
	メニュー未設定
	---------------------------------*/

	#st-menuwide div.menu,
	#st-menuwide nav.menu {
		max-width:1060px;
		margin:0 auto;
		padding:5px;
		display:block;
	}

	#st-menuwide div.menu:after,
	#st-menuwide nav.menu:after {
		content:'';
		display:block;
		clear:both;
	}

	#st-menuwide div.menu li,
	#st-menuwide nav.menu li {
		position: relative;
		float: left;
		font-size: 14px;
		display: inline;
		border-right:1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
		width:100px;
		text-align:center;
	}

	#st-menuwide div.menu li:last-child,
	#st-menuwide nav.menu li:last-child {
		border:none;
	}

	#st-menuwide div.menu li .sub-menu,
	#st-menuwide nav.menu li .sub-menu {
		display:none;
	}

	#st-menuwide div.menu li a,
	#st-menuwide nav.menu li a {
		color: #fff;
		text-decoration: none;
	}

	/*--------------------------------
	PCのレイアウト（右サイドバー）
	---------------------------------*/

	#contentInner {
		float: left;
		width: 100%;
		margin-right: -300px;
	}

	.st-main {
		margin-right: /*320*/0px;
		margin-left: 0px;
		padding: 0px /*50px*/;
		margin-bottom: 0px;
	}

	#side .st-aside {
		float: right;
		width: 100%;
		padding: 0px;
	}
	.itiran{
		width: 45%;
		float: left;
		padding-right: 15px;
		margin-bottom: 15px;
	}
	.toph2{
		margin-left: -100%;
		margin-right: -100%;
		margin-bottom: 80px;
		text-align: center;
		background:none;
		border-top:none;
		border-bottom:none;
		font-size:30px;
	}
	.toph2 img{
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
		float: none;
	}
	.home li{
		list-style-type:none;
	}
	.home li a:hover{
	}
	.aboutmenu, .prmenu2{
		padding: 0;
		margin: 0 auto;
		width: 100%;
		letter-spacing: -0.5em;
	}
	.prmenu2{
		margin-top:100px;
	}
/*トップページの1～4までの可変個数要素*/
/*1の場合*/
	.topli{
    	width: 100%;
    	display: block;
    	text-align: center;
    	vertical-align: middle;
		letter-spacing: normal;
	}
	/*.topli a{
		text-decoration:none;
		display:block;
		width:55%;
		margin:0 auto;
	}*/
	.topli img{
		width:100%!important;
	}
/*2の場合*/
	.topli2{
    	width: 470px;
    	display: inline-block;
    	text-align: center;
    	vertical-align: middle;
		margin-right:15px;
		letter-spacing: normal;
	}
	.topli2:last-child{
		margin-right:0;
	}
	/*.topli2 a{
		text-decoration:none;
		display:block;
		width:100%;
	}*/
/*3の場合*/
	.topli3{
    	width: 306px;
    	display: inline-block;
    	text-align: center;
    	vertical-align: middle;
		margin-right:20px;
		letter-spacing: normal;
	}
	.topli3:last-child{
		margin-right:0;
	}
	.topli3 a{
		text-decoration:none;
		display:block;
		width:100%;
	}
/*4の場合*/
	.topli4{
    	width: 470px;
    	display: inline-block;
    	text-align: center;
    	vertical-align: middle;
		margin-bottom:20px;
		letter-spacing: normal;
	}
	.topli4:nth-child(odd){
		margin-right:20px;
	}
	.topli4 a{
		text-decoration:none;
		display:block;
		width:100%;
	}
	.topcontent{
		max-width: 960px;
		display: block;
		margin: 0 auto;
		width: 100%;
		/*background-color:rgba(255,255,255,0.5);*/
		padding: 70px 30px 70px 30px;
	}
	.topcontentbg, .about2bg, .appealaddbg, .appealadd2bg{
    	margin-left: -100%;
		margin-right: -100%;
	}
	.prpointbg, .addcont01bg{
		margin-right:-100%;
		margin-left:-100%;
		padding: 50px 0;
		z-index:0;
		overflow:hidden;
	}
	.prwrap{
		max-width:960px;
		margin:0 auto;
		padding: 20px 0 0 0;
	}
	.aboutmenu, .prmenu{
		width:100%;
		margin:0 auto;
		display:block;
		letter-spacing: -.40em;
		margin: 90px 0 20px 0;
	}
	/*1の場合*/
	.prlicount1{
    	width: 470px;
    	display: block;
    	text-align: center;
    	vertical-align: middle;
		letter-spacing: normal;
		margin:0 auto;
	}
	.prlicount1 a{
		text-decoration:none;
		display:block;
		width:100%;
	}
	.prlicount1 img{
		width:auto;
	}
	/*2の場合*/
	.prlicount2{
    	width: 470px;
    	display: inline-block;
    	text-align: center;
    	vertical-align: middle;
		margin-right:15px;
		letter-spacing: normal;
	}
	.prlicount2:last-child{
		margin-right:0;
	}
	/*3の場合*/
	.prlicount3{
		widht: -webkit-calc(100% / 3);
		width: -moz-calc(100% / 3);
		width: calc(100% / 3); 
		display:inline-block;
		letter-spacing: normal;
	}
	/*4の場合*/
	.prlicount4{
		width: 470px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 20px;
		letter-spacing: normal;
	}
	.prlicount4:nth-child(odd){
		margin-right:20px;
	}
	.prlicount4 img{
		margin-bottom:0px;
	}
	/*appeal2スライダー*/
	.addcont01 #slick, #slick{
		margin-top:90px;
	}
	.prlink p{
		background: #fadadb;
		width: 100%;
		margin-top: 20px;
		text-align: center;
		font-size: 1.2em;
    	border-radius: 10px;
	}
	.prlink p a{
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	.blogbg{
		margin-right: -100%;
		margin-left: -100%;
		padding: 88px 0px 93px 0px;
	}
	.blog2content{
		max-width: 960px;
   	 	margin: 0 auto;
		padding:0 30px;
	}
	.blog2 .kanren{
		letter-spacing: -.40em;
	}
	.blog2 .kanren p{
		letter-spacing: 0;		
	}
	.blog2 .kanren dl{
		border-bottom-width: 0px;
		width: -webkit-calc(100% / 4);
		width: -moz-calc(100% / 4);
		width: calc(100% / 4); 
		display:inline-block;
		letter-spacing: normal;
		position:relative;
		overflow:hidden;
		margin-bottom: 0px;
    	padding-bottom: 0px;
	}
	.blog2 .kanren dl:last-child{
		margin-right: 0px;
	}
	.blog2 .kanren dt{
		float:none;
		width:100%;
	}
	.blog2 .kanren dt a{
		display:block;
		height:240px;
	}
	.blog2 .kanren dt img{
		width:240px;
		height:240px;
		object-fit: cover;
	}
	.blog2 .kanren dd{
		padding-left:0px;
		width:88%;
		height:70%;
		position:absolute;
		bottom:-100%;	
		left:0;
		-webkit-transition:all 0.6s ease;
		transition:all 0.6s ease;
		padding-top:30%;
		text-align:center;
		padding-left:15px;
		padding-right:15px;
	}
	.blog2 .kanren dl:hover dd{
		bottom:0;
	}
	.single .kanren{
		letter-spacing: -.40em;
	}
	.single .kanren p{
		letter-spacing:0;
	}
	.single .kanren dl{
		border-bottom-width: 0px;
		width: -webkit-calc(100% / 3);
		width: -moz-calc(100% / 3);
		width: calc(100% / 3); 
		display:inline-block;
		letter-spacing: normal;
		position:relative;
		overflow:hidden;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.single .kanren dl:last-child{
		margin-right: 0px;
		
	}
	.single .kanren dt{
		float:none;
		width:100%;
	}
	.single .kanren dt a{
		width:221px;
		height:221px;
		display:block;
		overflow:hidden;
	}
	.single .kanren dt img{
		width: 240px;
    	height: 240px;
    	object-fit: cover;
	}
	.single .kanren dd{
		padding-left:0px;
		width:87%;
		height:70%;
		position:absolute;
		bottom:-100%;	
		left:0;
		-webkit-transition:all 0.6s ease;
		transition:all 0.6s ease;
		padding-top:30%;
		text-align:center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.single .kanren dl:hover dd{
		bottom:0;
	}

	.newscontent{
		margin-left: -100%;
		margin-right: -100%;
		clear:both;
	}
	.newscontent .box1{
		padding-top:87px;
	}
	.box1bg{
		background-size: cover;
		background-position:center;
		background-repeat:no-repeat;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 40px;
		content: "";
	}
	.box1{
		max-width: 960px;
		display: block;
    	margin: 0 auto;
   		width: 100%;
  		padding: 40px 30px 70px 30px;
	}
	.box1 h2,.blog2content h2{
	}
	footer{
		background-color:#fff;
   		position: relative;
  		z-index: 1;
	}
	#gmap{
		display:block;
		margin-bottom: -8px;
	}
	.information aside{
		display:block;
		margin-top:20px;
		margin-bottom:20px;
	}
	.information aside ul{
		width: /*calc(100%/2)*/ 70%;
		float:left;
		padding-left: 0;
		list-style-type:none;
    	margin-top: 30px;
    	text-align: left;
	}
	.footermenust ul{
		width: 100%!important;
	}
	.footer-wbox{
		clear:both;
	}
	.topinfo li{
		list-style-type:none;
	}
	/*-- ここまで --*/
	/*-- トップページカスタム --*/
	/*header*/
		.float .header-logo, .float-t .header-logo{
			width: 30%;
			float: left;
		}
		.header-logo h1 img{
		}
		.accordion-t .header-logo h1 img, .float-t .header-logo h1 img, .float .header-logo h1 img, .center .header-logo h1 img{
			height:auto;
		}
		.center .header-logo, .transparent .header-logo{
			float: none;
			margin: 0 auto;
			text-align:left;
		}
		#top-head {
			width: 100%;
			margin: 0 auto;
			line-height: 1;
			position:relative;
			z-index:99;
		}
		.bgcol{
			background-color:#fff!important;
			transition: all 0.5s ease;
		}
		.fixed{
			position:fixed;
			z-index:98;
			top:0;
			width:100%;
			background: rgba(255,255,255,0.5);
			transition: all 0.5s ease;
		}
		#top-head:after {
			content: "";
			display: block;
			width: 980px;
		}
		#top-head a,#top-head {
			color: #fff;
			text-decoration: none;
		}
		/*floatヘッダー*/
		.float header .smanone ul.menu li{
			border-right:none;
		}
		.float #top-head a{
			color:#000;
			text-decoration:none;
		}
		/*float透明ヘッダー*/
		.float-t #headbox-bg{
			background:none;
		}
		.float-t header .smanone ul.menu li{
			border-right:none;
		}
		/*transparentヘッダー*/
		#top-head a,#top-head{
			color:#ffffff;
		}
		.transparent #headbox-bg{
			background:none;
		}
		#header-l {
			position: relative;
		}
		#top-head .sitename {
			float: left;
			font-size: 18px;
		}
		.transparent{
			position: absolute;
			width: 100%;
			top:0;
			z-index: 99;
		}
		#scroll{
			margin-bottom: 0;
		}
		.menu ul {
			list-style: none;
			position: absolute;
			right: 0;
			top: 0;
			font-size: 14px;
			background-color:#333;
			margin-top:10px;
		}
		.menu ul li {
			float: left;
			position: relative;
		}
		.menu ul li a {
		}
		#st-menuwide-custom .menu ul {
			list-style: none;
			font-size: 14px;
			margin-top: 0px;
			position: relative;
			overflow:hidden;
		}
		#st-menuwide-custom .menu ul li {
			float: left;
			position: relative;
			border-left: 1px solid #fff;
			width: 130px;
			text-align: center;
			padding: 10px 0;
		}
		#st-menuwide-custom .menu ul li .children li{
			border-left:none;
		}
		#st-menuwide-custom .menu ul li a {
			color:#fff;
		}
		#st-menuwide-transparent .menu ul {
			list-style: none;
			font-size: 14px;
			margin-top: 0px;
			position: relative;
			overflow:hidden;
			background-color:transparent;
		}
		#st-menuwide-transparent .menu ul li {
			float: left;
			position: relative;
			width: 150px;
			text-align: center;
			padding: 10px 0;
		}
		#st-menuwide-transparent .menu ul li a {
			color:#fff;
			text-decoration:none;
			text-shadow:1px 1px 5px #000000;
		}

		/*トップページメイン画像部分*/
		#mainimgbg:before{
			background-size: cover;
			background-position:center;
			background-repeat:no-repeat;
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding-bottom: 108px;
			content: "";
			z-index: -1;
			-webkit-backface-visibility:hidden;
			backface-visibility:hidden;
			overflow:hidden
		}
/*Edgeのためのハック*/
@supports (-ms-ime-align:auto) {
	#mainimgbg::before {
		position:relative!important;
		background-attachment:fixed!important;
		height:100vh!important;
		z-index:0!important;
	}
	.topcont#pcontent{
		top:0px!important;
	}
}
/*Edgeのためのハックここまで*/

		/* タイトル */
		.maintext{
			position: absolute;
			top: 45%;
			width: 100%;
		}
		.maintext h2{
			background: none;
			font-size: 19px;
			line-height: 27px;
			margin: 0;
			padding-top: 10px;
			padding-right: 20px;
			padding-bottom: 10px;
			padding-left: 20px;
			border-top: none;
			border-bottom: none;
		}
		.newsmore{
			width: 100px;
			text-align: center;
			text-decoration: none;
			color: #fff;
			padding: 0 5px;
			position: absolute;
			z-index: 98;
			right: 10px;
			border-radius: 50px;
		}
		.ticker {
			margin: 0 auto;
			padding: 10px;
			text-align: left;
			border: #ccc 1px solid;
			position: relative;
			overflow: hidden;
			background-color:#fff;
			top:0;
			border-radius:5px;
		}
		.ticker ul {
    		width: 100%;
    		position: relative;
		}
		.ticker ul li {
    		width: 85%;
    		display: none;
		}
		/*フッターメニュー*/
		.footermenu{
			padding-left: 0px;
			padding: 5px 0 16px 0;
		}
		.footermenu li{
			width: 151px;
			float: left;
			list-style-type: none;
		}
		.footermenu .menu ul{
			position:relative;
			background-color:#fff;
			padding-left:0px;
		}
		.footermenu .menu ul li{
			width:120px;
			font-size:14px;
			float:none;
			display:inline-block;
		}
		.footermenu .menu ul li ul.children{
			display:none;
		}
		.footermenuborder{
			clear:both;
			border-bottom: 5px solid #333;
			width: 100%;
			display: block;
			margin: 0 auto;
			max-width: 1060px;
			padding: 10px 0;
		}
		.footerban{
			margin-top: 30px;
		}
		.footerban ul{
			padding-left:0px;
		}
		.footerban-fl{
			float:left;
			width:48%;
			display:block;
		}
		.footerban-fr{
			float:right;
			width:48%;
			display:block;
		}
		.footerban img{
			width:100%;
			max-width:100%;
			height:auto;
		}
		.information ul li{
			list-style-type:none;
			font-size:20px;
		}
		.comdeta{
			margin-bottom:10px;
		}
		#f-iconbar{
			width:30%;
		}
		ul.f-buttom li{
			float:right;
			margin-left: 30px;
		}
	/*-- フローコンテンツ --*/
	.flow{
		max-width:1020px;
		width:100%;
		margin:0 auto;
		background: #fff;
		padding: 20px 0;
		overflow: hidden;
	}
	.flowno{
		clear: both;
		border: 2px solid #333;
		padding: 30px 15px;
		width: 15%;
		float: left;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.slideinleft{
		clear: both;
		border: 2px solid #333;
		padding: 30px 15px;
		width: 10%;
		float: left;
		font-size: 18px;
		font-weight: bold;
		-webkit-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 1.5s;
		-ms-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-name: slideinleft;
		-ms-animation-name: slideinleft;
		animation-name: slideinleft;
		visibility: visible !important;
	}
	@-webkit-keyframes slideinleft {
		0% { opacity: 0; -webkit-transform: translateX(-100px); }
		100% { opacity: 1; -webkit-transform: translateX(0); }
	}
	@keyframes slideinleft {
		0% { opacity: 0; -webkit-transform: translateX(-100px); -ms-transform: translateX(-100px); transform: translateX(-100px); }
		100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
	}
	.page2flowcontent{
		padding: 15px 0;
		margin-bottom:10px;
		float:right;
		width:80%;
	}
	.allflowcontent{
		padding: 15px 0;
		margin-bottom:10px;
		float:right;
		width:80%;
		padding-left:15px;
	}
	.slideinright{
		padding: 0 15px;
		margin-bottom:10px;
		float:right;
		width:80%;
		-webkit-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 1.5s;
		-ms-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-name: slideinright;
		-ms-animation-name: slideinright;
		animation-name: slideinright;
		visibility: visible !important;
	}
	@-webkit-keyframes slideinright {
		0% { opacity: 0; -webkit-transform: translateX(100px); }
		100% { opacity: 1; -webkit-transform: translateX(0); }
	}
	@keyframes slideinright {
		0% { opacity: 0; -webkit-transform: translateX(100px); -ms-transform: translateX(100px); transform: translateX(100px); }
		100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
	}
}
/* googlemapカスタム */
.google-maps {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#bgimage{
}

h3.sidetitle{
	border-radius:50px;
	color:#fff;
	line-height: 3;
    font-size: 18.5px;
	margin-bottom:20px;
	text-align:center;
}

/*タブレット用トップページレイアウト*/
@media screen and (min-width:641px) and (max-width:959px){
	.box1 h2{
		position: relative;
    	top: 70px;
	}
	.blog2content h2{
		position: relative;
    	top: 0px;
		line-height:27px;
		padding:10px 0;
	}
	.maintext{
		position: absolute;
		top: 45%;
		width: 100%;
	}
	.maintext h2{
		background: none;
		font-size: 19px;
		line-height: 27px;
		margin: 0;
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-left: 20px;
		border-top: none;
		border-bottom: none;
	}
	#content{
		padding: 0 10px;
	}
	#contentInner{
		padding:0 /*15px*/;
	}
	.itiran{
		width: 45%;
		float: left;
	}
	.itiran:nth-child(even){
		width: 45%;
		float: right;
	}
	.itiran .kdate{
		float:none;
		width:100%;
	}
	.avataricon{
		float: none;
		width: 100%;
		height: 45px;
		overflow: hidden;
	}
	.toph2{
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		background:none;
		border-top:none;
		border-bottom:none;
	}
	.toph2 img{
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
		float: none;
	}
	.home li{
		list-style-type:none;
	}
	.homeli{
		width:100%;
		margin:5px;
		padding:0px;
		display:inline-block;
		text-align:center;
	}
	.aboutmenu, .prmenu2{
		padding: 0;
		margin: 0 auto;
		width: 100%;
		letter-spacing: -0.5em;
	}
	.prmenu2{
		margin-top:100px;
	}
	.topli4, .prlicount4{
		width: calc(100%/2);
    	margin: 0;
		padding: 0px;
		text-align: center;
		display: inline-block;
	}
	.topli4 a{
		text-decoration:none;
		display:block;
		width:100%;
	}
	.topcontent{
		max-width: 100%;
		display: block;
		margin: 0 auto;
		width: 100%;
		background-color:rgba(255,255,255,0.5);
		padding: 70px 0px 60px 0px;
	}
	.topcontentbg, .about2bg, .appealaddbg, .appealadd2bg{
		margin-left: 0px;
		margin-right: 0px;
	}
	.prpointbg{
		margin-right:0px;
		margin-left:0px;
		padding: 50px 0;
		z-index:0;
		overflow:hidden;
	}
	.prwrap{
		max-width:100%;
		margin:0 auto;
		width:100%;
	}
	.prmenu{
		width:100%;
		margin:0 auto;
		display:block;
		letter-spacing: -.40em;
	}
	.prli{
		width: 100%;
    	display: block;
    	letter-spacing: normal;
	}
	.prlink p{
    	background: #eee;
    	width: 100%;
    	margin-top: 20px;
    	text-align: center;
    	font-size: 1.2em;
    	padding: 20px 0;
    	border-radius: 10px;
	}
	.prlink p a{
		display:block;
		width:100%;
	}
	.blogbg{
		margin-right: 0px;
		margin-left: 0px;
		padding: 50px 0;
	}
	.blog2content{
		max-width: 100%;
		margin: 0 auto;
		width:100%;
		padding:0px;
	}
	.blog2 .kanren{
		letter-spacing: -.40em;
	}
	.blog2 .kanren p{
		letter-spacing: 0;		
	}
	.blog2 .kanren dl{
		border-bottom-width: 0px;
		width: -webkit-calc(100% / 4);
		width: -moz-calc(100% / 4);
		width: calc(100% / 4); 
		display:inline-block;
		letter-spacing: normal;
		position:relative;
		overflow:hidden;
	}
	.blog2 .kanren dl:last-child{
		margin-right: 0px;
	}
	.blog2 .kanren dt{
		float:none;
		width:100%;
	}
	.blog2 .kanren dt a{
		display:block;
		height:185px;
		overflow:hidden;
	}
	.blog2 .kanren dt img{
		width:240px;
		height:240px;
		object-fit: cover;
	}
	.blog2 .kanren dd{
		padding-left:0px;
		width:100%;
		height:79%;
		position:absolute;
		bottom:-100%;
		left:0;
		-webkit-transition:all 0.6s ease;
		transition:all 0.6s ease;
		padding-top:9%;
		text-align:center;
		top: 0px;
		display:none;
	}
	.blog2 .kanren dl:hover dd{
		bottom:0;
	}
	.newscontent{
		margin-left: -10px;
 		margin-right: -10px;
		clear:both;
	}
	.ticker{
	    overflow: visible;
		height: 50px!important;
		position: relative;
		top: 70px;
	}
	.box1{
		max-width: 100%;
    	display: block;
    	margin: 0 auto;
    	width: 100%;
		padding: 0px;
		height:350px;
	}
	.tickerdate{
		display:block;
	}
	.newsmore {
    	top: 70px;
    	padding: 5px;
    	width: 120px;
    	margin: 0 auto;
    	display: block;
    	position: relative;
    	text-align: center;
    	color: #fff;
		border-radius: 50px;
	}
	.addcont01{
		max-width:100%;
	}
	footer{
		background-color:#fff;
	}
	#gmap{
		margin-left:0px;
		margin-right:0px;
		display:block;
		height:100%;
		background-color:#fff;
		margin-bottom:-10px;
	}
}

/* スマホ用トップページレイアウト */
@media screen and (max-width:640px){
	p{
		font-size:12px;
		text-align:left!important;
		line-height:24px;
	}
	.mainimg{}

	.maintext{
    	position: absolute;
    	top: 45%;
    	width: 100%;
		z-index:0;
	}
	.maintext h2{
		background: none;
		font-size: 19px;
    	line-height: 27px;
    	margin: 0;
    	padding-top: 10px;
    	padding-right: 20px;
    	padding-bottom: 10px;
    	padding-left: 20px;
    	border-top: none;
    	border-bottom: none;
	}
	#content{
		padding: 0 20px;
	}
	#contentInner{
		padding:0 /*15px*/;
	}
	.itiran{
    	width: auto;
    	padding: 15px 15px;
    	float: none;
		margin-top: 50px;
		border: 3px solid #4682B4;
	}
	.itiran .post{
		padding-bottom: 0px;
	}
	.itiran:nth-child(even){
		width: auto;
		padding: 15px 15px;
		float: none;
	}
	.itiran .kdate{
		float:none;
		width:100%;
	}
	.avataricon{
		float: none;
		width: 100%;
		height: 45px;
		overflow: hidden;
	}
	.toph2{
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		background:none;
		border-top:none;
		border-bottom:none;
		font-size:15px;
	}
	.toph2 img{
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
		float: none;
		width:auto;
	}
	.home li{
		list-style-type:none;
	}

	/*about*/
	.aboutmenu{
		padding: 0;
    	margin: 0 auto;
		width: 100%;
    	box-sizing: border-box;
		letter-spacing: -0.5em;
	}
	.homeli{
		width:100%;
		margin:5px 0;
		padding:0px;
		display:inline-block;
		text-align:center;
	}
	.homeli a{
		text-decoration:none;
		display:block;
		width:100%;
	}
	.topcontent{
    	max-width: 100%;
    	display: block;
    	margin: 0 auto;
    	background-color:rgba(255,255,255,0.5);
    	padding: 15px 20px 15px 20px;
	}
	.topcontentbg, .about2bg, .appealaddbg, .appealadd2bg{
    	margin-left: 0px;
    	margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	/*prpoint*/
	.prpointbg{
		margin-right:0px;
		margin-left:0px;
		padding: 50px 0;
		z-index:0;
		overflow:hidden;
		padding: 35px 0px 35px 0px!important;
	}
	.prwrap{
		max-width:100%;
		margin:0 auto;
		padding:0 20px;
	}
	.prmenu{
		width:100%;
		margin:0 auto;
		display:block;
		letter-spacing: -.40em;
	}
	.prli{
		width: 100%; 
		display:block;
		letter-spacing: normal;
	}
	.prlink p{
    	background: #eee;
    	width: 100%;
    	margin-top: 20px;
    	text-align: center;
    	font-size: 1.2em;
    	padding: 20px 0;
    	border-radius: 10px;
	}
	.prlink p a{
		display:block;
		width:100%;
	}
	.blogbg{
		margin-right: 0px;
    	margin-left: 0px;
    	padding: 50px 0;
	}
	.blog2content{
		max-width: 100%;
		margin: 0 auto;
		width:100%;
		padding:0px;
		margin:10px 0 40px;
	}
	.blog2 .kanren{
		letter-spacing: -.40em;
		margin-top:8px;
	}
	.blog2 .kanren p{
		letter-spacing: 0;		
	}
	.blog2 .kanren dl{
		border-bottom-width: 0px;
		width: -webkit-calc(100% / 2);
		width: -moz-calc(100% / 2);
		width: calc(100% / 2); 
		display:inline-block;
		letter-spacing: normal;
		position:relative;
		overflow:hidden;
		margin-top:-8px;
		margin-bottom:0;
		padding-bottom:0;
	}
	.blog2 .kanren dl:last-child{
		margin-right: 0px;
	}
	.blog2 .kanren dt{
		float:none;
		width:100%;
	}
	.blog2 .kanren dt a{
		display:block;
		height:175px;
	}
	.blog2 .kanren dt img{
		width:100%;
		height:100%;
	}
	.blog2 .kanren dd{
		padding-left:0px;
		width:100%;
		height:30%;
		position:absolute;
		bottom:0;	
		left:0;
		-webkit-transition:	all 0.6s ease;
		transition:all 0.6s ease;
		padding-top:0;
		text-align:center;
		display:none;
	}
	.blog2 .kanren dl:hover dd{
		bottom:0;
	}
	.single .kanren dl:last-child{
		margin-bottom:20px;
		padding-bottom:0;
	}
	.kanren-t{
		font-sizse:12px;
	}
	.smanone2{
		display:none;
	}
	.single .smanone2{
		display:block;
	}
	.about, .newscontent, .prpoint, .blog2{
		margin-left: -15px;
    	margin-right: -15px;
		clear:both;
	}
	#bgimage{
		background-attachment: scroll!important;
		width:100%;
		height:100%;
	}
	.box1bg{
		background-attachment: scroll!important;
		width:100%;
		height:100%;
	}
	.box1 .toph2{
		position:relative;
		top:80px;
	}
	/* スマホニュースティッカー */
	.ticker {
		margin: 0 auto;
		padding: 10px;
		text-align: left;
    	border: #ccc 1px solid;
		position: relative;
    	overflow: visible;
		background-color:#fff;
		top:70px;
		height:50px!important;
	}
	.ticker ul {
    	width: 100%;
    	position: relative;
	}
	.ticker ul li {
    	width: 100%;
    	display: none;
		text-align:center;
		font-size:13px;
	}
	.space{
		display:none;
	}
	.tickerdate{
		display:block;
	}
	.newsmore{
    	top: 80px;
    	padding: 5px;
    	width: 120px;
    	margin: 0 auto;
    	display: block;
    	position: relative;
    	text-align: center;
		color: #fff;
		border-radius: 50px;
	}
	.blogbg{
		background-attachment: scroll!important;
		width:100%;
		height:100%;
	}
	.box1{
		max-width: 100%;
    	display: block;
    	margin: 0 auto;
    	width: 100%;
    	padding: 0px;
		height:350px;
	}
	footer{
		background-color:#fff;
	}
	#gmap{
		margin-left:0px;
		margin-right:0px;
		display:block;
		height:100%;
		background-color:#fff;
		margin-bottom:-10px;
	}
}
#gazou-wide{
	height:100vh;
}
#gazou-wide img{
}


/*固定ページタイトル*/
.page .entry-title{
    width: 100%;
    position: relative;
    top: 0;
    text-align: center;
	line-height:100%;
}

/* メニュー1行表示
----------------------------- */

#main #cat-taxo-info { /* カテゴリの説明文のエリア */ padding: 10px; }

.post_box { margin-bottom: 20px; }

.post_box .image_box_l { /* CFイメージ画像左配置 */
	float: left;
	width: 30%;
}

.post_box .image_box_r { /* CFイメージ画像右配置 */
	float: right;
	width: 30%;
}

.post_box .content_box_l { /* 左配置の本文 */
	width: 70%;
	float: left;
}
.post_box .content_box_l p{ /* 左配置の本文 */
	margin-right:20px;
}
#page4customcontent .post_box .content_box_r{
	/*width:65%;*/
	text-align:left;
}
#page4customcontent .post_box .content_box_l{
	width:55%;
	text-align:left;
}
#page4customcontent .post_box .content_box_none{
	width:100%;
	text-align:left;
}
.post_box .content_box_r { /* 右配置の本文 */
	width:70%;
	float: right;
}
.post_box .content_box_r p{ /* 右配置の本文 */
	margin-left:20px;
}
@media screen and (min-width:960px){
	#page1customcontent .image_box_l, #page4customcontent .image_box_l{
		width:450px;
	}
	#page1customcontent .image_box_r, #page4customcontent .image_box_r{
		width:450px;
	}
}
@media screen and (max-width:959px){
	#page1customcontent .image_box_l, #page4customcontent .image_box_l{
		width:100%;
	}
	#page1customcontent .image_box_r, #page4customcontent .image_box_r{
		width:100%;
	}
}
#page1customcontent .image_box_l img, #page4customcontent .image_box_l img{
  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 100%;
  max-height: 100%;
}
#page1customcontent .image_box_r img, #page4customcontent .image_box_r img{
  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width:959px){
.post_box .image_box_l { /* CFイメージ画像左配置 */
	float: none;
	margin:0 auto;
	width:100%;
}

.post_box .image_box_r { /* CFイメージ画像右配置 */
	float: none;
	margin:0 auto;
	width:100%!important;
}
.post_box .image_box_l img, .post_box .image_box_r img{
	width:100%;
}
.post_box .content_box_r p{ /* 右配置の本文 */
	margin-left:0;
}
.post_box .content_box_l { /* 左配置の本文 */
	width: 100%;
	float: none;
	margin-top: 20px;
}
#page4customcontent .post_box .content_box_l { /* 左配置の本文 */
	width: 100%;
	float: none;
	margin-top: 20px;
}
.post_box .content_box_r { /* 右配置の本文 */
	width: 100%;
	float: none;
	margin-top: 20px;
}
.post_box .content_box_r p{ /* 右配置の本文 */
	margin-left:0;
}
}

.post_box .content_box_none { /* CFイメージ画像がない場合の本文 */ width: 100%; }

.post_box .content_box_r .button a, .page-menu .post_box .content_box_l .button a { width: 60%; }

.post_box .content_box_none .button a { width: 40%; }

/* メニュー一覧表示
----------------------------- */
#item-list { }

#main #item-list li {
	margin: 6px;
	padding: 10px;
	border-radius: 10px;
	list-style: none;
	background: none;
	width: 195px;
	float: left;
}

.post_box .image_box_none { display: none; }

#main #item-list li h3 { /* 1行を超える前に[・・・]で省略 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main #item-list .list-image {
	margin-bottom: 10px;
	min-height: 150px;
	text-align: center;
}

#main #item-list .list-comment { }

#threecontent{
    display: table-cell;
    width: 33.3%;
    padding: 10px;
}
#threecontent h3{
	text-align:center;
}
.flowbg{
	margin-right: -100%;
    margin-left: -100%;
	padding:40px 0;
}

@media screen and (max-width: 959px) {
	.flow{
		max-width:600px;
		width:100%;
		margin:0 auto;
		background: #fff;
		padding: 20px;
	}
	.flowno{
		border: 2px solid #333;
		padding: 30px 15px;
		width: 570px;
		float: none;
		font-size: 18px;
		font-weight: bold;
	visibility: visible !important;
	text-align: center;
	}
	.page2flowcontent{
		margin-top: 5px;
		padding: 15px 0;
		margin-bottom:10px;
		float:none;
		width:100%;
		visibility: visible !important;
	}
}

@media screen and (max-width:640px){
.flow{
max-width:335px;
width:100%;
margin:0 auto;
background: #fff;
padding: 20px 0;
}
.flowno{
	border: 2px solid #333;
	padding: 30px 0px;
	width: 100%;
	float: none;
	font-size: 18px;
	font-weight: bold;
	visibility: visible !important;
	text-align: center;
}
.page2flowcontent{
	margin-top: 5px;
	padding: 15px 0;
	margin-bottom:10px;
	float:none;
	width:100%;
	visibility: visible !important;
}
.page2flowcontent h3{
	margin-bottom:0;
}
}

.flow h2{
	font-size: 24px;
    line-height: 35px;
    font-size: 19px;
    line-height: 27px;
    margin: 0;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
	margin-bottom:30px;
	text-align:center;
}

.right{
float:right;
width:30%;
}
.left{
float:left;
width:30%;
}
#page1content, #page4content{
clear:both;
}
.page3_bg{
	margin-right: -100%;
    margin-left: -100%;
    background-repeat: no-repeat;
    background-size: cover;
	height: 50vh;
    padding-top: 20px;
}
#page3content{
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
	background-color:#fff;
	padding:20px;
	height:85%;
}
.page3_bg_1{
	position:relative;
	z-index:10;
}
.page3_bg_2{
	position:relative;
	z-index:9;
}
.page3_bg_3{
	position:relative;
	z-index:8;
}
.page3_bg_4{
	position:relative;
	z-index:7;
}
.page3_bg_5{
	position:relative;
	z-index:6;
}
.information h2{
	background:none;
	border-top:none;
	border-bottom:none;
}

/*ACF レイアウト１*/
.p1contentbox{
	overflow:auto;
	margin-bottom:40px;
}
.p1contentbox p{
	height:250px;
	overflow:visible;
}
.fadeup{
	-webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fadeup;
    -ms-animation-name: fadeup;
    animation-name: fadeup;
    visibility: visible!important;
}
@-webkit-keyframes fadeup {
 0% { opacity: 0; -webkit-transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeup {
 0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@media screen and (min-width:960px){
	#page1customcontent h3, #page4customcontent h3{
		padding-bottom: 35px;
		text-align: center;
		margin-top: 90px;
		margin-bottom: 40px;
		font-size: 25px;
		line-height: 100%;
	}
}
@media screen and (max-width:959px){
	#page1customcontent h3{
		padding-bottom: 35px;
		text-align: center;
		margin-top: 50px!important;
		margin-bottom: 17.5px;
		font-size: 12px;
		line-height: 100%;
	}
	#page4customcontent h3{
		padding-bottom: 15px;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 100%;
	}
}

/*ACF レイアウト１*/
@media screen and (min-width:960px){
	#page1customcontent{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
	}
	#page1customcontent .post_box{
		width:45%;
		margin-right:30px;
		margin-bottom:0px;
	}
	#page1customcontent .post_box:nth-child(even){
		margin-right:0px;
	}
	#page1h3{
    	padding-top: 27.5px;
    	padding-bottom: 27.5px!important;
	}
}
@media screen and (max-width:959px){
	#page1h3{
    	padding-top: 13.5px;
    	padding-bottom: 13.5px!important;
	}
}
@media screen and (min-width:960px){
#page1customcontent .image_box_l, #page1customcontent .image_box_r{
	float:none;
	width:100%;
	height:300px;
	margin-top:32px;
}
}
@media screen and (max-width:959px){
#page1customcontent .image_box_l, #page1customcontent .image_box_r{
	float:none;
	width:100%;
	height:auto;
	margin-top:14px;
}
#page1customcontent .post_box .content_box_r, #page1customcontent .post_box .content_box_l{
	margin-top:0;
}
}
#page1customcontent .image_box_l img, #page1customcontent .image_box_r img{
	width:100%;
}
@media screen and (min-width:960px){
#page1customcontent .p1cont3, #page1customcontent .p1cont4{
	margin-bottom: 60px;
}
}
@media screen and (max-width:959px){
#page1customcontent .p1cont3, #page1customcontent .p1cont4{
	margin-bottom: 0px;
}
}
#page1customcontent .p1cont3 h3, #page1customcontent .p1cont4 h3{
	margin-top: 20px;
}


/*ACF レイアウト２*/
#page2customcontent{
display: flex;
justify-content: space-between;
}
#page2customcontent article{
letter-spacing: 0;
}
#page2top h3{
	text-align:center;
}
#page2customcontent p{
    padding: 0 5px;
    line-height: 1.5;
    margin-top: 20px;
}
#page2customcontent img{
    margin-top: 20px;
}
.boxcount3{
	letter-spacing: normal;
	padding: 10px 0;
	text-align: center;
	width: 300px;
	margin-right: 60px;
}
.boxcount3:last-child{
	margin-right:0px;
}
.boxcount2{
	width: calc(100%/2);
	display: inline-block;
	letter-spacing: normal;
	padding: 10px 0;
	text-align: center;
}
.boxcount2 img{
	width:100%;
}
.boxcount1{
	width: 100%;
	letter-spacing: normal;
	padding: 10px 0;
	text-align: center;
}
.boxcount1 img{
	width:100%;
}
.p2addcontent{
	padding:20px 0;
}
@media screen and (max-width:959px){
#page2customcontent{
	display: block;
}
.boxcount2, .boxcount3{
	display:block;
	width:100%;
}
}

/*ACF レイアウト３*/
@media screen and (min-width:641px){
.p3menu1{
	margin-top:100px!important;
}
}
@media screen and (max-width:640px){
.p3menu1{
	margin-top:30px!important;
}
}
.p3bottomcontent{
	padding:20px;
	width:920px;
	margin:0 auto;
}
.p3bottomcontent p{
	overflow:hidden;
	margin-top:15px;
}
.post_box3 h3{
    margin-bottom: 40px;
    margin-top: 20px;
}
.p3top, .p3bottom, .p3left, .p3right, .p3none{
    background-color: #fff;
    max-width: 920px;
    display: inline-block;
    width: 100%;
    margin: 20px 0 0px 0;
    padding: 20px 30px 30px 30px;
	border-radius:20px;
}
/*上からフェードイン*/
.p3top {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: p3topAnime;
	-ms-animation-name: p3topAnime;
	animation-name: p3topAnime;
	visibility: visible !important;
}
@-webkit-keyframes p3topAnime {
 0% { opacity: 0; -webkit-transform: translateY(-100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes p3topAnime {
 0% { opacity: 0; -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*下からフェードイン*/
.p3bottom {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: p3bottomAnime;
	-ms-animation-name: p3bottomAnime;
	animation-name: p3bottomAnime;
	visibility: visible !important;
}
@-webkit-keyframes p3bottomAnime {
 0% { opacity: 0; -webkit-transform: translateY(100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes p3bottomAnime {
 0% { opacity: 0; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*左からフェードイン*/
.p3left {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: p3leftAnime;
 -ms-animation-name: p3leftAnime;
 animation-name: p3leftAnime;
 visibility: visible !important;
}
@-webkit-keyframes p3leftAnime {
 0% { opacity: 0; -webkit-transform: translateX(-100px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes p3leftAnime {
 0% { opacity: 0; -webkit-transform: translateX(-100px); -ms-transform: translateX(-100px); transform: translateX(-100px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

/*右からフェードイン*/
.p3right {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: p3rightAnime;
 -ms-animation-name: p3rightAnime;
 animation-name: p3rightAnime;
 visibility: visible !important;
}
@-webkit-keyframes p3rightAnime {
 0% { opacity: 0; -webkit-transform: translateX(100px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes p3rightAnime {
 0% { opacity: 0; -webkit-transform: translateX(100px); -ms-transform: translateX(100px); transform: translateX(100px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
#page3customcontent section{
	margin-bottom:0;
}
@media screen and (min-width:960px){
	#page3customcontent img{
		margin-right:30px;
	}
}
@media screen and (max-width:959px){
	.p3bottomcontent{
		width:100%;
		padding:20px 0;
	}
	#page3customcontent section{
		margin:0 10px;
	}
	#page3customcontent section p{
		padding:0 10px;
	}
	.p3top, .p3bottom, .p3left, .p3right, .p3none{
    	background-color: #fff;
    	max-width: 100%;
    	display: inline-block;
    	width: 100%;
    	margin: 20px 0 0 0;
    	padding: 20px 0px 30px 0px;
		border-radius:20px;
	}
	.p3bottomcontent p{
		overflow:hidden;
		margin-top:15px;
		padding:0 20px;
	}
}

/*ACF レイアウト４ */
@media screen and (min-width:960px){
	#page4customcontent .post_box{
		margin-bottom:90px;
		margin-top:90px;
	}
}
@media screen and (max-width:959px){
	#page4customcontent .post_box{
		margin-bottom:50px;
		margin-top:50px;
	}
}

/*ACF 可変コンテンツ*/
#allcustomcontent{
	letter-spacing: -.4em;
}
#allcustomcontent article{
	letter-spacing: 0;
}
#allcontent:after{
	clear:both;
}
/* ワイドコンテンツ */
#widecont{
	margin:30px 0;
	text-align:center;
}
#widecont h3{
	margin:30px 0;
}
#widecont img{
	margin:30px 0;
	width:100%;
}
.boxlistwrap{
	text-align: center;
	margin:50px 0;
}
.boxlist{
	width: 24%;
	display: inline-block;
	position: relative;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
}
.boxlisttext{
	background-color: #fff;
	opacity: 0.5;
	position: absolute;
	z-index: 4;
	top: 50%;
	margin-top: -14px;
	width: 100%;
}
.boxlist h3{
	opacity:1;
}
.freecont_article{
	margin:50px 0;
}
.boxlist img{
	height:100%;
}
@media screen and (min-width:959px){
	#allcustomcontent{
		margin:50px 0;
	}
	#allcontent h2{
		text-align:center;
	}
	#allcustomcontent .boxcount3{
		display:inline-block;
	}
}
@media screen and (min-width:641px) and (max-width:959px){
	#allcontent img{
		width:100%;
	}
	.flowno, .flowtablecell{
		width:95%;
		margin:0 auto;
	}
	.boxlistwrap{
		letter-spacing: -.4em;
	}
	.boxlist{
		width:50%;
		height:100%;
		overflow:hidden;
	}
	.boxlist img{
		position:relative;
		width:100%;
		height:220px;
	}
}
@media screen and (max-width:640px){
	#allcontent img{
		width:100%;
	}
	.flowno, .flowtablecell{
		width:95%;
		margin:0 auto;
	}
	.boxlistwrap{
		letter-spacing: -.4em;
	}
	.boxlist{
		width:50%;
		height:100%;
		overflow:hidden;
	}
	.boxlist img{
		position:relative;
		width:100%;
		height:150px;
	}
}

/* ACF 会社概要＆店舗紹介 */
@media screen and (min-width:960px){
	.page-template-page-custom-information #gmap{
		margin-bottom:90px;
	}
	.informationtable{
		border-radius:10px;
		padding:55px 75px 75px 75px;
		margin-bottom:75px;
		margin-top:90px;
	}
	.informationtable h3{
		text-align:center;
	}
	.infosubtitle{
		padding: 20px 0;
		width: 20%;
		float: none;
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		border-bottom:1px dotted #000;
		font-weight: bold;
	}
	.informationtable .tablewrap:last-child .infosubtitle{
		border-bottom:none;
	}
	.informationtable .tablewrap:last-child .infosubcont{
		border-bottom:none;
	}
	.infosubtitle p{
		margin-bottom:0;
	}
	.infosubcont{
		padding: 20px;
		width: 100%;
		float: none;
		text-align: left;
		border-bottom: 1px dotted #000;
		display: table-cell;
	}
	.infosubcont p{
		margin-bottom:0;
	}
	/*.infosubcont:last-child{
		border-bottom:1px solid #999;
	}*/
	.maptitle{
		clear:both;
	}
	.topcftext{
		text-align: center;
		position: relative;
		top: 50%;
		font-size: 24px;
	}
}
/*タブレット*/
@media screen and (max-width:959px){
	.informationtable{
		border-radius:10px;
		padding:20px;
	}
	#header-l{
    	background: #fff;
    	margin: -5px 0 0 0;
		position: relative;
    	width: 100%;
    	z-index: 0;
	}
	.float #header-l, .float-t #header-l, .accordion #header-l, .accordion-t #header-l{
		top:0;
	}
	.center #header-l{
		background: #fff;
    	margin: 0;
    	position: relative;
    	width: 100%;
    	top: -5px;
    	z-index: 0;
	}
	.transparent #header-l{
		background: #fff;
    	margin: 0;
    	position: relative;
    	width: 100%;
    	top: -5px;
    	z-index: 0;
	}
	.float #header-l h1, .float-t #header-l h1, .center #header-l h1, .transparent #header-l h1{
		margin:0;
	}
	.infosubtitle{
		padding: 20px 0;
		width: 100%;
		text-align: center;
		border-bottom:1px dotted #000;
		font-weight: bold;
	}
	#infotabletitle{
		text-align:center;
	}
	.informationtable .tablewrap:last-child .infosubtitle{
		border-bottom:1px dotted #000;
	}
	.informationtable .tablewrap:last-child .infosubcont{
		border-bottom:none;
	}
	.infosubtitle p{
		margin-bottom:0;
	}
	.infosubcont{
		padding: 20px 0;
		width: 100%;
		text-align: center;
		border-bottom: 1px dotted #000;
	}
	.infosubcont p{
		margin-bottom:0;
	}
}
/*お問い合わせページ*/
@media screen and (min-width:960px){
	.mw_wp_form{
		margin-top: 90px;
		margin-bottom: 100px;
		background-color: #F4F4F4;
		border-radius: 10px;
		padding: 50px;
	}
	.mw_wp_form table{
		border:none;
	}
	.mw_wp_form table th{
		border:none;
		text-align: left;
		width: 20%;
	}
	.mw_wp_form table tr td{
		border:none;
		padding-left:30px;
		text-align:left;
	}
	.mw_wp_form #submit-button{
		line-height:0;
		margin-top: 33px;
	}
	.mw_wp_form #submit-button input{
		width: 20%;
    	border-radius: 50px;
    	padding: 10px;
    	background-color: #A4A4A4;
    	color: #fff;
	}
	.mw_wp_form #submit-button input:last-child{
		margin-top:30px;
	}
}
@media screen and (max-width:959px){
	.mw_wp_form{
		margin-top: 45px;
		margin-bottom: 45px;
		background-color: #e8e8e8;
		border-radius: 10px;
		padding: 50px;
	}
	.mw_wp_form table{
		border:none;
		width:100%;
	}
	.mw_wp_form table th{
		border:none;
		text-align: center;
		width: 100%;
	}
	.mw_wp_form table tr td{
		border:none;
	}
	.mw_wp_form #submit-button{
		line-height:0;
		margin-top: 33px;
	}
	.mw_wp_form #submit-button input{
		width: 40%;
    	border-radius: 50px;
    	padding: 10px;
    	background-color: #A4A4A4;
    	color: #fff;
	}
}
.post_box h3{
	margin-bottom:20px;
	line-height:2.5;
}
.topcftext{
	text-align: center;
	position: relative;
	top: -180px;
	font-size: 24px;
	margin-bottom:0px;
}


@media screen and (max-width:1104px){
		.information ul li{
			list-style-type:none;
			font-size:18px;
		}
		.footermenu li{
			width:100%;
			border-top:1px solid #eee;
			padding: 10px 0;
		}
		.footermenu li:first-child{
			margin-top:30px;
		}
		.footermenu li:last-child{
			border-bottom:1px solid #eee;
		}
		.comdetaul{
			clear: both;
			padding-top: 30px;
			padding-left: 0px;
		}
}

@media screen and (max-width:640px){
		#footer a{
			font-size:12px;
			color:#ffffff;
		}
		.footerban-fl{
			float:none;
			width:100%;
			display:block;
		}
		.footerban-fr{
			float:none;
			width:100%;
			display:block;
		}
}

@media screen and (max-width:959px){
		/*トップページメイン画像部分*/
		#mainimgbg:before{
			background-size: cover;
			background-position:center;
			background-repeat:no-repeat;
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding-bottom: 108px;
			content: "";
			z-index: -1;
		}
		.mainimg{
		}
		.mainimg img{
			position:relative;
			z-index:0;
		}
		#gazou-wide{
			margin-top:0px;
		}
		.menu ul{
			position:relative;
		}
		.menu ul li a{
			color:#fff;
		}
		.menu ul li .children{
			display:none;
		}
		ul.f-buttom{
			padding-left:0px;
			clear:both;
			margin: 30px 0;
		}
		ul.f-buttom li{
			float:left;
			margin-left:0px;
			width:50%;
		}
		.f-buttom:after{
			content:"";
			display:block;
			clear:both;
		}
		#top-head .sitename{
			float:none;
		}
		.header-logo{
			float:none;
			width:100%;
		}
}
@media screen and (max-width:640px){
		#mainimgbg:before{
			background-size: 100% auto;
			background-position:center;
			background-repeat:no-repeat;
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			width: 100vw;
			height: 100%;
			padding-bottom: 108px;
			content: "";
			z-index: -1;
			margin-top: -55px;
		}
}
@media screen and (max-width:1160px){
		#st-menuwide div.menu li, #st-menuwide nav.menu li{
			font-size:11px;
		}
}

.address{
	float:right;
}
.accordion-t .address{
	float:none;
	clear:both;
}
.center .address{
	position:absolute;
	top:25px;
	left:10px;
	text-align:left;
}
.center .address a{
	color:#000!important;
}
.transparent .address{
	position:absolute;
	top:25px;
	left:10px;
	text-align:left;
}
@media screen and (max-width:640px){
	.address{
		display:none;
	}
}
#submit-button{
	width:100%;
}
#submit-button input{
	width: 80%;
	margin: 0 auto;
	display: block;
	padding: 30px 0;
}
@media screen and (min-width:960px){
.attention{
	background-color: #ff0000;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
	white-space: nowrap;
	float: right;
}
#privacy{
	margin-bottom:92px;
	clear:both;
}
#privacy h2{
	border: none;
	text-align: center;
	margin-bottom: 50px;
	background:none;
	font-size:30px;
}
}
@media screen and (max-width:959px){
.attention{
	background-color: #ff0000;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
	white-space: nowrap;
	float: none;
}
#privacy{
	margin-bottom:92px;
}
#privacy h2{
    border: none;
    text-align: center;
    margin-bottom: 30px;
    background: none;
    font-size: 13px;
    line-height: 100%;
}
}
@media screen and (min-width:960px){
#infocustomcontent h3{
	text-align:center;
	margin-bottom:22px;
	font-size:30px;
}
}
@media screen and (max-width:959px){
		#infocustomcontent h3{
    		text-align: center;
    		margin-bottom: 20px;
    		font-size: 12px;
    		margin-top: 50px;
    		line-height: 100%;
		}
		.mailform-tbl th, .mailform-tbl td {
			padding: 10px 0;
			display: block;
			border:none;
		}
		#mw_wp_form_mw-wp-form-58 .mailform-tbl{
			border-right:none;
			border-top:none;
		}
		.mwform-checkbox-field{
			width: 100%;
			display: block;
			margin-left: 10px;
		}
}

.infocontent{
	text-align:center;
}
.infoimg_big{
	text-align:center;
	margin: 30px 0 100px;
}
.infoimg_wide{
	margin-left: -100%;
	margin-right: -100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.infoimg_wide img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	max-width: 100vw;
}
@media screen and (min-width:960px){
.infoimg_3_wrap{
	font-size:0;
	margin:42px 0 100px 0;
	display:flex;
	justify-content: space-between;
}
}
@media screen and (max-width:959px){
.infoimg_3_wrap{
	font-size:0;
	margin:42px 0 100px 0;
	display:block;
}
.infoimg_3{
	margin-bottom:10px;
	width:100%!important;
}
}
.infoimg_3{
	display:inline-block;
	width:330px;
}

/* ブログ一覧・個別ブログ記事 */
@media screen and (min-width:960px){
		#blogitiran{
			width:100%;
		}
		.page-template-blog-itiran .st-main, .single .st-main{
			width: 65%;
			float:left;
		}
		#side{
			width: /*30%*/ 235px;
			float:right;
			margin-top:20px;
		}
		#signature-block { /* ブログ署名欄 */
			clear: both;
			padding: 50px 0 0;
		}
}
@media screen and (max-width:959px){
		#blogitiran{
			width: auto;
			float: none;
			padding: 0;
		}
		.page-template-blog-itiran .st-main, .single .st-main{
			width:100%;
			float:none;
		}
		#side{
			width:100%;
			float:none;
			margin-top:50px;
		}
		#signature-block { /* ブログ署名欄 */
			clear: both;
			padding: 50px 0 0;
		}
}

.pagenavi{
	clear:both;
	margin-bottom:84px;
	height:26px;
}
.p-navi{
	margin-top:30px;
	margin-bottom:84px;
}
@media screen and (min-width:960px){
.itiranlink img{
	width: 100%;
    height: 240px;
    object-fit: cover;
}
}
.itirantitle{
	clear:both;
	font-size:20px;
}
@media screen and (min-width:641px) and (max-width:959px){
.itirantitle{
    font-size: 15px;
    line-height: 100%;
    margin-top: 0;
}
.itirantitle a{
	text-decoration:none;
	color:#000;
}
}
@media screen and (max-width:640px) {
.itirantitle{
    font-size: 15px;
    line-height: 100%;
    margin-top: 0;
}
.itirantitle a{
	text-decoration:none;
	color:#000;
	font-size:15px;
}
}
.page-template-blog-itiran .post-categories{
	list-style-type: none!important;
	padding: 10px;
	background: #fadadb;
	margin-bottom: 0px;
}
.post-categories li{
	display:inline-block;
}
@media screen and (min-width:641px){
.post-categories a{
	text-decoration:none;
	color:#fff;
    border-radius: 50px;
    padding: 2px 9px;
}
}
@media screen and (max-width:640px){
.post-categories a{
	text-decoration:none;
	color:#fff;
    border-radius: 50px;
    padding: 2px 9px;
	font-size:12px;
}
}
/* ブログ記事 */
@media screen and (min-width:960px){
	.single .st-aside{
		padding-top:15px;
	}
}
/* ブログ一覧投稿者 */
@media screen and (min-width:960px){
		.avataricon{
 			width: 45%;
			height: 45px;
			overflow: hidden;
			text-align:right;
			position:absolute;
			right:0;
			bottom:0;
		}
		.singleavataricon{
			width: 100%;
			margin-bottom: 20px;
			display: block;
			position: relative;
		}
		.singleavataricon a{
			position: absolute;
			top: 20%;
			font-size: 15px;
			margin-left: 10px;
		}
		.bloglabel{
			color: #fff;
			border-radius: 50px;
			padding: 10px 20px;
			width: 140px;
			display: inline-block;
			text-align: center;
			margin-right:50px;
		}
		.blogspecbox{
			width: 60%;
			display: inline-block;
			float: right;
			padding-right: 35px;
			padding-top: 7px;
		}
		.blogspecbox:after{
			content:"";
			clear:both;
			width:100%;
			height:0px;
		}
		.authoravataricon a {
			margin-right:10px;
		}
/*投稿者ページ*/
		.authorbox{
			margin-bottom:70px;
		}
		.authorcont{
			overflow:hidden;
		}
		#author-title{
			margin-top:43px!important;
			font-size:27px;
			margin-bottom:18px!important;
		}
		.avataricon img, .singleavataricon img, .authoravataricon img{
			border-radius: 100%;
			margin-right:10px;
		}
		.tagst{
			margin-top:10px;
		}
}

@media screen and (max-width:959px){
		.bloglabel{
    		color: #fff;
    		border-radius: 50px;
    		padding: 10px 0px;
    		width: 100%;
    		display: inline-block;
    		text-align: center;
    		margin-right: 0px;
   			margin-bottom: 20px;
		}
		.authoravataricon img{
			border-radius: 100%;
			margin-right:10px;
			/*margin: 0 auto;
    		display: block;*/
			border-radius:100px;
		}
		.authoravataricon a{
			/*display:block;
			text-align:center;*/
		}
		.avataricon img{
			border-radius:100px;
			margin-right: 10px;
		}
		.authordes{
			display:block;
		}
}

/* 投稿日付 */
.itiran .kdate{
	float: left;
	line-height: 40px;
	font-size: 150%;
}
.updated{
	font-weight:bold;
}

/* authorページ */
@media screen and (min-width:960px){
		.authorpage{
			width:50%;
			float:left;
			text-align: center;
		}
		.authorprof{
			width:50%;
			float:left;
		}
}
@media screen and (max-width:959px){
		.authorpage{
			width:100%;
			float:none;
			text-align: center;
		}
		.authorprof{
			width:100%;
			float:none;
		}
}
.authorprof h2:first-child{
	margin-top:0;
}
.authorprof h2{
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: none;
	border-bottom: none;
	border-radius:10px;
	margin: 8px 0;
}
.authorblog h3{
	padding: 30px 0 10px 0;
}
.authorprof p{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.authorbox:after{
	content: "";
	clear: both;
	display: block;
}
.authorpage img{
	border-radius:100%;
}

/* ブログ一覧（縦一列リスト型） */
@media screen and (min-width:960px){
		#bloglistbox{
			width:70%;
			float:left;
		}
		.itiranlist{
			clear: both;
			display: block;
			height: 270px;
			margin-bottom: 30px;
			padding-bottom: 30px;
		}
		.itiranlist .itiranlink{
			width: 270px;
			height:270px;
    		display: block;
			float:left;
			overflow:hidden;
		}
		.itiranlist .blogbox{
			text-align: left;
			float: left;
			margin-left: 25px;
			margin-bottom:0px;
			width:419px;
			height:270px;
			position:relative;
		}
		.itiranlist .itirantitle{
			clear:none;
			margin-bottom:25px;
		}
		.excerptbox{
		}
}

@media screen and (max-width:959px){
		.itiranlist{
			clear: both;
			display: block;
			height: auto;
			margin-bottom: 30px;
			padding-bottom: 30px;
		}
		.itiranlist .itiranlink{
			width: 100%;
    		display: block;
			float:none;
		}
}

.tablewrap{
	display:table;
	width: 100%;
	margin:0;
}
.flexbox{
	overflow-x:hidden;
}
@media screen and (min-width:960px){
		.flex{
			display:table-cell;
			vertical-align:middle;
			float:none;
		}
		.flowtablecell{
			vertical-align:middle;
			float:none;
			display:table-cell;
		}
}
@media screen and (max-width:959px){
		.flex{
			display:block;
		}
		.flowtablecell{
			display:block;
		}
}
.page-template-page-custom-all #page1customcontent h2{
	margin-bottom: 40px;
}
.flowwrap{
	display:table;
	width: 100%;
	margin-bottom:20px;
}
.p4ban{
margin-top:60px;
}
.menu-list{
padding-bottom: 30px;
font-weight:bold;
margin-bottom:30px;
}
.menu-naiyou{
margin-bottom:30px;
}
.menu-naiyou p{
color:#A4A4A4;
}

/*追加css*/
@media screen and (min-width:960px){
.addcont01bg{
    margin-right: -100%;
    margin-left: -100%;
    padding: 90px 0 100px 0;
}
.addcont01{
	max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
	text-align:center;
}
.addcont01 h2{
	border:none;
	background:none;
	/*margin-bottom:30px;*/
	font-size:30px;
}
}
@media screen and (min-width:641px) and (max-width:959px){
.addcont01bg{
    margin-right: 0;
    margin-left: 0;
    padding: 35px 0 35px 0;
}
.addcont01{
	max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
	text-align:center;
}
.addcont01 h2{
	border:none;
	background:none;
	margin-bottom:30px;
	font-size:24px;
}
}
@media screen and (max-width:640px){
.addcont01bg{
    margin-right: 0;
    margin-left: 0;
    padding: 35px 0px 35px 0px!important;
}
.addcont01{
	max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
	text-align:center;
}
.addcont01 h2{
	border:none;
	background:none;
	margin-bottom:30px;
	font-size:15px;
}
}
@media screen and (min-width:641px){
.addcont02bg{
    margin-right: -100%;
    margin-left: -100%;
	margin-top:/*-7*/ 0px;
    padding: 10px 0;
}
}
@media screen and (max-width:640px){
.addcont02bg{
	margin-right:0;
	margin-left:0;
}
}
.addcont02{
	max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
	text-align:center;
}
.content01-off{
	height:0!important;
}
.content01-on{
	height:100%!important;
}
#accordion{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
#accordion h1{
	margin:0 auto;
}
.topcontentp{
	margin-bottom:100px;
	margin-top: 20px;
}
@media screen and (max-width:640px){
.topcontentp{
	margin-bottom:20px;
}
}
@media screen and (max-width:959px){
	.hamburger{
		display:none!important;
	}
}



/*--------------------追加CSS --------------------*/

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.newscontent .toph2{
	color:#ffffff;
}

.blog2 .blog2content .toph2{
	color:#088a29;
}

.menu-list{
	font-weight:bold;
	font-size:120%;
}

.titleh2 {
	font-weight:bold;
	font-size:1.2em;
	padding:0 0 0 7px;
	margin:30px 0 10px;
}

.res-table th{
       width:25%;
}
.p1contentbox{
	overflow:hidden;
}

.page1customcontent .post_box{
	overflow:hidden;
}

.freecont_article .freecont{
	overflow:hidden;
	margin-top:15px;
}
.freecont_article h3{
	text-align:center;
}

.mw_wp_form form input[type="text"].w30 {
	width: auto;
}

.mw_wp_form form select.w30 {
	width:40%;
	margin-top:5px;
}

#privacy{
	padding:10px 0;
}

.p3menu1,.p3menu2,.p3menu3{
	background:#f6faf5;
}
.p3menu2, .p3menu3{
	margin-top:40px;
}
.p3menu3{
	margin-bottom:40px;
}

.p3menu1 h3,.p3menu2 h3,.p3menu3 h3{
	color:#30d321;
	border-bottom:1px solid #30d321;
	font-size:25px;
	padding-bottom:30px;
}

#footer .information a.info-logo-a{
	display:block;
	padding:15px 0 10px;
}
#footer .information a.info-logo-a img{
	display:block;
	margin:0 auto;
}

.p4contentbox .menu-naiyou{
	overflow:hidden;
}

.prpoint .prpointbg{
	display:none;
}

.prpoint .addcont01bg{
	display:none;
}





/*--------------------追加CSS（PC用） --------------------*/
@media screen and (min-width:960px){
#mainimgbg .maintext img{
	margin-top:-150px;
}

.appealadd .prli2{
	width:306px;
	margin-top:80px;
}

.prpoint .addcont01 .toph2{
	margin-top:70px;
}

.aboutmenu2{
	margin:70px 0 70px;
}

#top-head a:hover{
	color:#333333!important;
}




}
/*--------------------追加CSS（スマホ用） --------------------*/

@media screen and (max-width:959px){
	.flowwrap h3{
		margin-bottom:0px;
	}
#mainimgbg .maintext img{
	margin-top:-100px;
}
.app-text-center{
	text-align:center!important;
}
.prmenu .prli{
	margin-bottom:15px;
}
}
@media screen and (max-width:640px){
.post_box .content_box_l p{ /* 左配置の本文 */
	margin-right:0px;
}
.topcontent .toph2 img{
	/*width:138px;*/
}
#page3customcontent img{
	display:block;
	margin-bottom:10px;
}
.appealaddbg{
	padding-top:30px;
}

#footer-in .information a.info-logo-a{
	color:#333333;
}


}
.ba{
	background-attachment:fixed;
}