@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: ftheme
Theme URI: wp-fun.com
Description:
Author: ENJI
Author URI: wp-fun.com/about
Tags: custom-header, custom-menu
Text Domain: stinger8
Version: 20171207
---------------------------------------------------------*/

* {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
}

.st-main, 
article, 
.st-.st-aside, 
header, 
canvas, 
details, 
figcaption, 
figure, footer, 
nav, 
section, 
summary {
	display: block;
}

html,
body {
	height: 100%;
}

body {
	min-width: 320px;
	word-wrap: break-word;
	background-color: #f2f2f2;
    color: #333333;
}

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

.flexstyle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.imgbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    justify-content: space-around;
    align-items: center;
}

.w1060 {
    max-width: 1060px;
    margin: 0 auto;
}

ul li {
    list-style: none;
}

/* リンクの色 */
a {
	color: #4682b4;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #b22222;
}

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

/*画像にボーダー*/
.photoline img {
	border: solid 1px #ccc;
}

img.size-full, 
img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.resetwidth img, 
.resetwidth video, 
.resetwidth object,
.resetwidth iframe{
	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: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

/* 基本の文字 */
p {
	margin-bottom: 20px;
}

/*ブログタイトル*/
header .sitename {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	padding: 10px 0 0;
	margin-bottom: 10px;
}

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 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 24px;
    margin-top: 0;
    color: #fff;
    background: #0068B7;
    padding: 4px 0;
}

header .descr span {
    display: block;
}

/*投稿のカテゴリ*/
.post .st-catgroup {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding-top:10px;
}

.catname {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	background:#ffe6c5;
}

.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;
}
*/

/* 記事タイトル */
.entry-title, 
.post .entry-title {
	font-size: 22px;
	line-height: 35px;
	color: #4b2d04;
	margin-bottom: 10px;
	font-weight:bold;
	color: #fff;
	padding: 20px;
	background: #00b900;
}

#st-page .entry-title {
	margin-bottom: 20px;
}

.entry-title a:hover {
	text-decoration: underline;
}

.entry-title a {
	color: #333;
	text-decoration: none;
}

/* 中見出し */
h2 {
	background: #ecf6fd;
	color: #4b2d04;
	font-size: 19px;
	line-height: 27px;
	margin: 20px 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top:3px solid #0068b7;
	border-bottom:1px solid #0068b7;
}

/*小見出し*/
.post h3 {
	font-size: 18px;
	line-height: 27px;
	margin: 20px 0;
	padding: 10px 15px;
	color: #4b2d04;
	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;
}

#toc_container {
	margin: 0 auto 20px;
}

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

/* 関連記事の文字 */
.post p.point {
	margin-bottom:40px;
	position:relative;
	border-bottom:solid 1px #f3f3f3;
	padding:20px 15px 10px;
	background-color:transparent;
}
.post p .point-in {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#f3f3f3;
	color:#000;
	position:absolute;
	top:15px;
	left:0;
}
/* カテゴリコンテンツがある場合の記事一覧 */
.cat-itiran p.point {
    background-color: transparent;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    padding: 20px 15px 10px;
    position: relative;
}

.cat-itiran p.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;
}

/* 記事タイトル下 */
.blogbox p {
	font-size: 12px;
	margin: 0px;
	color: #bdbdbd;
	line-height: 18px;
}

.blogbox {
	margin-bottom: 20px;
	padding: 0px;
}

/*投稿タグ*/
.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;
}

/*--------------------------------
フッターコンテンツ
---------------------------------*/

/* fnav */
footer #fnav {
    text-align: left;
    margin-bottom: 20px;
}

footer #fnav .flexstyle {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
}

footer #fnav .flexstyle > li {
    margin-right: 20px;
}

footer #fnav li strong {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

footer #fnav li li strong {
    font-size: 16px;
}

footer #fnav li {
    margin-bottom: 5px;
}

footer #fnav li a {
    color: #7f5229;
    padding-left: 20px;
    position: relative;
}

footer #fnav li a:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0068b7;
    position: absolute;
    left: 0;
    top: 5px;
}

/* フッター文字 */
#footer {
    border-top: 8px solid #0068B7;
    padding: 30px 15px;
}

#footer .footerlogo {
	font-size: 22px;
	line-height:30px;
	margin-bottom: 10px;
	font-weight:bold;
}

#footer .footerlogo img {
    width: 40%;
}

#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:20px 10px 0;
}

#footer .copy a, 
#footer .rcopy a {
	font-size: 12px;
	color: #999;
	line-height: 18px;
}

footer h4 a {
	color: #666;
	text-decoration: none;
}

footer .copy {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background: #0068B7;
    font-size: 12px;
}


/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/

/* タイトル名 */
#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;
}

/*--------------------------------
記事下の一括表示部分
---------------------------------*/

.kizi-under-box {
	margin-bottom:20px;
}
/*--------------------------------
関連記事表示部分
---------------------------------*/

.kanren {
	padding-top: 20px;
	margin-top:20px;
}

.st-aside .kanren {
	padding-top: 20px;
	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 {
    margin-bottom: 5px;
}

.kanren dt img {
	width: 100px;
}

.kanren dd {
}

.kanren dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.kanren dl p {
	margin-bottom: 0px;
}

.kanren.category_kanren dt {
    float: left;
}

.kanren.category_kanren dd {
    padding-left: 115px;
}

.kanren dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	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;
}

/*--------------------------------
サイドバー
---------------------------------*/

#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;
}

/* 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;
	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 {
	box-sizing:border-box;
	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;
}

.post table tr:nth-child(even) {
	background-color: rgba(220,220,220,0.2);
}

#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;
}

/*画像 */
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 10px;
}

img.float-left {
	float: left;
}

img.float-right {
	float: right;
}

.wp-caption {
	text-align: center;
}

.aligncenter {
	clear: both;
	display: block;
	margin:0 auto 10px;
}

.ie8 img {
	width: auto;
}

/*リスト */
.post .detail_m3 > ul {
	padding: 10px;
	margin-bottom: 20px;
	background: #ecf6fd;
}

.post .detail_m3 > ul li {
	padding-bottom:5px;
	padding-left: 20px;
	position: relative;
}

.post ul li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #0068b7;
	position: absolute;
	left: 0;
	top: 7px;
}

.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;
	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;
	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 -10px;
}

#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;
}

.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;
	background:#ccc;
	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;
}

.acordion_tree ul.menu li {
	float: none;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	list-style:none;
	border-bottom:dotted 1px #000;
}

.acordion_tree ul.menu li .fa {
	min-width: 1em;
}

.acordion_tree ul.menu li:last-child {
	border:none;
	padding-bottom:0px;
}

.acordion_tree ul.menu li a {
	text-decoration: none;
	color:#000;
}

.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 {
	border-right:1px solid #ccc;
	font-size:12px;
	line-height:18px;

}

footer .footermenust li:last-child {
	border-right:none;
}

#footer .footermenust a {
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#757575;
}

footer ul, footer ol{
	padding-left:30px;
}

/*--------------------------------
ページャー
---------------------------------*/

/*コメントナビ*/

.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 {
	box-sizing:border-box;
	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;
}

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


/* m3 */

#m3top h2 {
    background: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
    padding: inherit;
    border-top: inherit;
    border-bottom: inherit;
}

.imgh2 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.imgh2 img {
    width: 100%;
}

#m3top h2.fonth2 {
    margin-bottom: 20px;
    background: #0068B7;
}

header .flexstyle {
    max-width: 1060px;
    margin: 10px auto;
}

header .flexstyle.smanone {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .flexstyle.smanone p {
	margin-bottom: 0;
	margin-right: 30px;
	width: 50%;
}

header .flexstyle.smanone a {
	width: 30%;
	display: block;
}

header .flexstyle.smanone a img {
	width: 100%;
}

header .headmid {
    width: 20%;
}

header .MV {
    background: #fffff0;
    text-align: center;
}

.fvoice {
    margin-bottom: 30px;
}

.imgh2 img {
    width: 80%;
}

.imgbox.areatenpo {
    margin: 30px 0;
}

.worriesul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.worriesli {
    margin-bottom: 20px;
    width: 31%;
}

.worriesbox {
    padding: 20px;
    background: #fdffe7;
    margin-bottom: 15px;
}

.worriesboxli {
    margin-bottom: 5px;
    border-bottom: 1px dotted #7f5229;
    padding: 3px 0 3px 40px;
    background: url("images/checkbox.png") no-repeat left 5px;
    -webkit-background-size: 28px;
    background-size: 28px;
    font-size: 18px;
}

.tiryouconcept {
    margin: 20px 0 40px;
}

.worries .imgbox p {
	margin-bottom: 60px;
}

.conceptbox {
	margin-bottom: 40px;
}

#m3top .conceptbox h2 {
	font-size: 32px;
    text-align: center;
    color: #4682b4;
}

.conceptbox br {
	display: none;
}

.conceptbox h3 {
	padding: 5px;
    text-align: center;
    color: #fff;
	margin-bottom: 10px;
}

.conceptbox .conceptinbox h3 {
	background: #CE8C60;
}

.conceptbox .conceptinbox:nth-child(3) h3 {
	background: #679E74;
}

.conceptbox .conceptinbox:nth-child(4) h3 {
	background: #5F7FAD;
}

.conceptbox ul {
	margin-bottom: 20px;
	justify-content: flex-start;
}

.conceptbox li {
	width: 32%;
	margin-left: 2%;
}

.conceptbox li:first-child {
	margin-left: 0;
}

.imgbox-slider {
    padding: 10px;
    background: #ecf6fd;
}

.slick-slider img {
    width: 100%;
}

.slick-slider .imgbox {
    margin: 0;
}

.slick-prev, .slick-next {
    width: 50px !important;
    height: 50px !important;
}

.slick-prev {
    left: 20px !important;
    z-index: 100;
}

.slick-next {
    right: 20px !important;
    z-index: 100;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px !important;
    color: #0068B7 !important;
}

.bnrbox1 {
    margin-bottom: 60px;
}

.bnrbox1 .imgbox {
    margin-bottom: 20px;
}

.bnrstyle {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    border: 2px solid #50BCB2;
}

.fomakase {
    margin-bottom: 40px;
}

#m3top .fomakase h2.imgh2 {
    margin-bottom: 20px;
}

.fomakase .imgh2 img {
    width: 100%;
}

.fomakase .fomakase_incho {
    width: 40%;
}

.fomakase .fomakase_text {
    width: 56%;
}

.support {
    padding-top: 55px;
    background: url("images/triangle_shita.png") no-repeat center top;
    background-size: 200px;
}

.support ul li {
    width: 30%;
}

.support > .imgbox {
    margin-bottom: 20px;
}

.support p {
    margin-top: 20px;
}

.support > a.imgbox {
    margin: 30px 0 60px;
}

.recommend {
    margin: 40px 0;
}

#m3top .recommend .imgh2 {
    display: block;
    margin-bottom: 20px;
}

#m3top .recommend .imgh2 img {
    width: 100%;
}

.recommend ul li {
    padding: 20px;
    border: 1px solid #ab8437;
    background: #fffdd3;
    margin-bottom: 20px;
}

.recommend ul li h3 {
    padding: 10px;
    border: 4px double #ab8437;
    background: #fff;
    margin-bottom: 10px;
}

.recommend ul li .imgbox {
    width: 40%;
}

.recommend ul li .rec_text {
    width: 58%;
}

.reli {
    margin-top: 30px;
}

.reli:first-child {
    margin-top: 0;
}

.reli .flexstyle .imgbox {
    width: 25%;
}

.reli .flexstyle .redetail {
    width: 65%;
}

#m3top h2.fonth2 {
    background: #0068B7;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

.meritli {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #0068B7;
}

.meritli p {
    margin-bottom: 0;
}

.meritcontent {
    width: 60%;
}

.meritcontent h3 {
    padding-left: 65px;
    background: url("images/point6.png") no-repeat left top;
    -webkit-background-size: 60px;
    background-size: 60px;
    margin-bottom: 10px;
    font-size: 26px;
}

.merit ul li:first-child .meritcontent h3 {
    background: url("images/point1.png") no-repeat left top;
    -webkit-background-size: 60px;
    background-size: 60px;
}

.merit ul li:nth-child(2) .meritcontent h3 {
    background: url("images/point2.png") no-repeat left top;
    -webkit-background-size: 60px;
    background-size: 60px;
}

.merit ul li:nth-child(3) .meritcontent h3 {
    background: url("images/point3.png") no-repeat left top;
    -webkit-background-size: 60px;
    background-size: 60px;
}

.merit ul li:nth-child(4) .meritcontent h3 {
    background: url("images/point4.png") no-repeat left top;
    -webkit-background-size: 60px;
    background-size: 60px;
}

.merit ul li:nth-child(5) .meritcontent h3 {
    background: url("images/point5.png") no-repeat left top;
    -webkit-background-size: 60px;
    background-size: 60px;
}

.meritcontent h3 span {
    color: #0068B7;
    font-size: 120%;
}

.meritimg {
    width: 36%;
}

.kokoro {
    margin-bottom: 40px;
}

.kokoro .imgbox {
    width: 50%;
    margin: 0 auto;
}

.kokoro .profil {
    text-align: center;
}

.message {
    margin-bottom: 40px;
}

.message .flexstyle {
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.message .flexstyle .imgbox {
    width: 40%;
}

.messagebox {
	width: 60%;
}

.message a {
	display: block;
	text-align: end;
}

.message .flexstyle dl {
    width: 65%;
}

.message dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.message dd {
    font-size: 16px;
    margin-bottom: 20px;
}

.message ul li {
    margin-bottom: 5px;
}

.treatmentflow h2 {
    margin-bottom: 35px;
}

.treatmentflow ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

.treatmentflow ul li {
    width: 31%;
    margin-bottom: 10px;
}

.treatmentflow h3 {
    padding: 10px 0;
    text-align: center;
    position: relative;
    border-top: 1px solid #0068b7;
    border-bottom: 1px solid #0068b7;
    font-size: 20px;
    color: #7f5229;
    margin-bottom: 10px;
}

.treatmentflow .imgbox {
    margin-bottom: 10px;
}

.treatmentflow span {
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0 10px 0 13px;
    color: #0068b7;
    font-size: 14px;
    letter-spacing: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.voice ul li {
    padding: 20px;
    background: #fdffe7;
}

.voiceli {
    background: #fff;
    padding: 10px;
}

.voice ul li h3 {
    padding: 10px;
    border-bottom: 1px solid #7f5229;
    color: #7f5229;
    margin-bottom: 10px;
}

.voiceli div span {
    width: 40%;
}

.voiceli div p {
    width: 58%;
}

.contactbox {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ff5926;
    background: #fdffe7;
}

.contact .contact_roadmap {
    margin-bottom: 30px;
}

.contact h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #0068B7;
}

.contact_inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #0068B7;
    border-radius: 10px;
}

.contact_inner address {
    font-style: normal;
}

.contact_inner p {
    font-weight: bold;
    color: #FF0000;
}

.contact .tenpo_openclose img {
	width: 100%;
}

.contact_inner .tenpodetail {
    justify-content: space-around;
    margin-bottom: 20px;
}

.contact_inner .tenpodetail a {
    width: 46%;
}

.contact_inner .tenpodetail a img {
    width: 100%;
}

.contact_inner .telcontact {
    width: 100%;
}

.contact_inner .telcontact img {
    width: 100%;
}

.contactbox a {
    transition: all 0.65s;
}

.contactbox a:hover {
    transform: scale(1.08,1.08);
}

.contactbox .imgbox {
    box-shadow: 5px 5px 6px 0 #a5978a;
    border-radius: 10px;
}

.linecontact {
    background: #00b900;
    padding: 20px;
    margin-top: 30px;
}

.linecontact h3 {
    color: #fff;
}

.linecontact div {
    background: #fff;
    padding: 20px;
}

.linecontact ul {
    margin-bottom: 20px;
}

.linecontact ul li {
    padding-left: 30px;
    background: url("images/checkbox.png") no-repeat left center;
    background-size: 20px;
    margin-bottom: 5px;
}

.linecontact a {
    display: block;
    padding: 20px 10px;
    text-decoration: underline;
    background: #00b900;
    border-radius: 50px;
    box-shadow: 0 3px 0 0 #007902;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.instagramlinks ul {
    margin: 20px 0;
}

.instagramlinks ul li {
    width: 48%
}

#m3top .contact .contact_in {
    background: none;
    border-radius: 0;
    font-size: 32px;
    color: #0068b7;
    border-top: 2px solid #0068b7;
    border-bottom: 2px solid #0068b7;
    line-height: 1.5;
    padding: 15px 10px;
    text-align: center;
}

.m3qa {
    margin-bottom: 100px;
}

.m3qa h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 30px;
}

.m3qa dl {
    border: 2px solid #0068b7;
}

.m3qa dl dt {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 60px 10px 15px;
    border-top: 2px solid #0068b7;
    color: #0068b7;
    position: relative;
    background: #fff;
}

.m3qa dl dt:first-child {
    border-top: none;
}

.m3qa dl dt:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #0068b7;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

.m3qa dl dt:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #0068b7;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
}

.m3qa dl dd {
    background: #fff;
    padding: 20px 15px 10px;
    position: relative;
    font-size: 16px;
}

.m3qa dl dd:before {
    content: 'Answer';
    font-size: 60px;
    color: #0068b7;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0.2;
    font-family: linotype-didot, serif;
    font-weight: 1000;
    font-style: normal;
    line-height: 0;
}

/* サイドメニューの全体スタイル */
#side .st-aside > a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    background: #0068b7;
    padding: 15px;
    border: 2px solid #0068b7;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 20px 0 30px;
}

#side .st-aside div {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #0068b7;
}

/* メニューリストのスタイル */
#side .st-aside ul {
    padding: 10px 15px;
}

#side .st-aside ul li {
    margin-bottom: 10px;
    padding: 3px 0;
    border-bottom: 1px dotted #7f5229;
}

/* 各リンクのスタイル */
#side .st-aside ul li a {
    padding-left: 20px;
    position: relative;
    display: block;
    color: #7f5229;
    text-decoration: none;
    font-size: 16px;
}

/* 各リンクのアイコン（矢印） */
#side .st-aside ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #0068b7;
    position: absolute;
    left: 0;
    top: 3px;
}

/* タイトル部分（クリックで開閉するトリガー） */
.sidesug p {
    margin-bottom: 0;
    padding: 10px;
    font-size: 18px;
    background: #0068b7;
    color: #fff;
    text-align: center;
    cursor: pointer; /* カーソルをクリック可能なスタイルにする */
    position: relative;
}

/* タイトルのホバー効果 */
.sidesug p:hover {
    background: #004a88;
}

/* サブメニューのスタイル */
.sidesug ul {
    display: none; /* 初期状態で非表示 */
    padding: 10px 15px;
    margin: 0;
}

.sidesug ul li {
    margin-bottom: 10px;
    padding: 3px 0;
    border-bottom: 1px dotted #7f5229;
}

.sidesug ul li a {
    padding-left: 20px;
    position: relative;
    display: block;
    color: #7f5229;
    text-decoration: none;
    font-size: 16px;
}

/* サブメニューを開いたときのスタイル */
.sidesug.active ul {
    display: block; /* アクティブ状態で表示 */
}

/* タイトル部分（<p>タグ）をクリック可能に */
.sidesug p {
    margin-bottom: 0;
    padding: 10px;
    font-size: 18px;
    background: #0068b7;
    color: #fff;
    text-align: center;
    cursor: pointer; /* カーソルをクリック可能に */
}

/* タイトルのホバー効果 */
.sidesug p:hover {
    background: #004a88;
}

.sidesug ul {
    padding: 10px 15px;
    margin: 0;
    display: block;
}

/* サブメニューを開いた状態で表示 */
.sidesug.active ul {
    display: block; /* アクティブ状態で表示 */
}

/* サブメニュー内リンクのスタイル */
.sidesug ul li {
    margin-bottom: 10px;
    padding: 3px 0;
    border-bottom: 1px dotted #7f5229;
}

.sidesug ul li a {
    padding-left: 20px;
    position: relative;
    display: block;
    color: #7f5229;
    text-decoration: none;
    font-size: 16px;
}

.entry-content .imgbox {
    width: 80%;
    margin: 0 auto;
}
.entry-content .m3cd > .imgbox {
    width: 100%;
}
.entry-content .contactbox .imgbox {
    width: 100%;
}
.entry-content .contactbox .linecontact {
    color: #fff;
    display: block;
    padding: 20px 20px;
    text-align: center;
    border-radius: 5px;
    background: #0068b7;
    box-shadow: 5px 5px 6px 0 #a5978a;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
.entry-content .shoplistbox p {
    margin-bottom: 0;
}
.entry-content .shoplistbox p strong {
    padding: 5px 10px;
    background: #0068b7;
    color: #fff;
    font-weight: bold;
}
.entry-content .shoplistbox .flexstyle {
    margin-bottom: 15px;
}
.entry-content .shoplistbox .imgbox {
    width: 30%;
    margin: 0;
}
.shoplistbox address {
    font-style: normal;
}
.entry-content .shoplistbox .flexstyle > div {
    width: 67%;
}
.entry-content .shoplistbox .shoptime {
    padding: 10px;
    box-sizing: border-box;
    background: #ecf6fd;
}
.entry-content .ptelbox a {
    display: block;
    margin: 0 auto 20px;
    width: 60%;
    text-align: center;
    background: #0068b7;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #cbe885;
}
.entry-content .ptelbox span {
    padding-left: 50px;
    background: url("images/telbg.png") no-repeat left center;
    -webkit-background-size: 40px;
    background-size: 40px;
    padding: 10px 0 10px 40px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}

.entry-content .plinebox a {
    display: block;
    margin: 0 auto 20px;
    width: 60%;
    text-align: center;
    background: #0068b7;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #cbe885;
}
.entry-content .plinebox span {
    padding-left: 50px;
    background: url("images/linebg.png") no-repeat left center;
    -webkit-background-size: 40px;
    background-size: 40px;
    padding: 10px 0 10px 40px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}

.entry-content .pclinicbox a {
    display: block;
    margin: 0 auto 20px;
    width: 60%;
    text-align: center;
    background: #fff;
    color: #0068b7;
	border: 1px solid #0068b7;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #cbe885;
}
.entry-content .pclinicbox span {
    padding: 10px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}

.shoplistbox {
    margin-bottom: 50px;
}
.entry-content .Pgmap iframe {
    width: 100%;
}
.entry-content .m3inlp_contact h2 {
	text-align: center;
    color: #0068b7;
    border-left: 0px;
    padding-left: 0px;
	font-size: 32px;
	line-height: 1;
}

.entry-content .contact_comment {
	font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.9;
    text-align: center;
    color: #fff;
}

.entry-content .m3inlp_contact{
	background: #0068b7;
	padding: 20px;
}

.entry-content .ts_closing {
	background: #fff;
    padding: 40px 40px 20px;
	text-align: center;
}

.entry-content .origin_price {
	color: #333;
    font-size: 26px;
    padding: 0 0 50px;
	position: relative;
}

.entry-content .origin_price:before {
	position: absolute;
	content: "";
	bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 45px 0 45px;
	border-color: #de5747 transparent transparent transparent;
}
	
.entry-content .ts_1980 {
    border: 3px solid #de5747;
    color: #de5747;
    padding: 0px 20px;
    font-size: 420%;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1.4;
}

.entry-content .ts_head {
	font-size: 60%;
    font-weight: bold;
}

.entry-content .ts_en {
	font-size: 60%;
}

.entry-content .ts_1980 strong {
	font-size: 16px;
    margin: 0 auto 10px;
    display: block;
    color: #333;
    text-align: right;
    font-weight: normal;
}

.entry-content .ts_limit {
	color: #333;
    font-size: 20px;
    font-weight: bold;
}

.entry-content .ts_hoken {
	color: #0068b7;
	font-weight: bold;
	border-top: 1px solid #0068b7;
	border-bottom: 1px solid #0068b7;
}

.entry-content .ts_hoken p {
	margin: 10px 0;
}

.entry-content .tscontact_tel ul li {
	padding-left: 0px;
}

.entry-content .contactbutton {
	padding: 0px;
}

.entry-content .tscontact_tel a:before {
	content: inherit;
}

.entry-content .tscontact_tel {
	text-align: center;
    padding-left: 0px;
    position: inherit;
    width: 70%;
    margin: 30px auto 30px;
    line-height: 1.5;
	 color: #fff;
	 font-size: 16px;
}

.entry-content .tscontact_tel span {
	color: #fff;
	font-size: 14px;
}

.entry-content .tscontact_tel a {
    color: #fff;
    background: #de5747;
    padding: 10px;
    border-radius: 50px;
    font-size: 20px;
    margin: 0 auto;
    display: block;
	box-shadow: 0 5px 0 0 #7c211d;
}

.entry-content .tscontact_tel a span {
	font-size: 14px;
    letter-spacing: 1px;
    display: block;
}

.entry-content .tsinlp_time {
	background: #fff;
	margin-bottom: 40px;
    border: 1px solid #0068b7;
}

.entry-content .tsinlp_time h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}

.entry-content .tsinlp_time p {
	font-weight: normal;
	margin-bottom: 10px;
}

.entry-content .tsinlp_time h4 {
	color: #0068b7;
    margin: 0;
}

.entry-content .tsinlp_time ul {
	margin: 0px;
    display: flex;
    justify-content: space-around;
	padding: 0px;
    flex-direction: column;
}

.entry-content .tsinlp_time ul li {
	padding-left: 0px;
	color: #0068b7;
	text-align: center;
	font-weight: bold;
}

.entry-content .tsinlp_time ul li:first-child {
	border-left: 0px solid #0068b7;
}

.entry-content .tsinlp_time ul li:before {
	content: inherit;
}

.tsinlp_map {
	border: 1px solid #fff;
}

.tsinlp_map .m3flexstyle {
	display: flex;
}

.ts_contactaddress {
	width: 60%;
}

.ts_contactaddress .m3flexstyle {
    padding: 10px;
	background: #e7f4e7;
	display: flex;
    justify-content: flex-start;
	align-items: center;
}

.ts_contactaddress .m3flexstyle div {
	width: 80%;
}

.ts_contactaddress p {
	margin-bottom: 0px;
	width: 20%;
}

.ts_contactaddress h3 {
	font-size: 14px;
	border: 0px;
	margin-bottom: 5px;
    padding: 0;
    margin: 0;
}

.ts_contactaddress address {
	font-style: normal;
	font-size: 14px;
}

.tsgmap {
	width: 40%;
    border: 2px solid #fff;
}

.tsgmap > iframe {
    width: 100%;
    height: 100%;
}

.m3campaigncta {
    padding: 20px;
    background: #0068B7;
    margin-bottom: 30px;
}

.m3campaigncta h3 {
    color: #fff;
    text-align: center;
    margin: 15px 0 25px;
}

.m3campaigncta_inner {
    padding: 20px;
    background: #fff;
}

.m3campaigncta_inner p.campaign_detail {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #0068B7;
    margin-bottom: 15px;
}

.m3campaigncta_inner .price {
    padding: 25px 0 10px;
    border: 3px solid #0068B7;
    margin-bottom: 10px;
}

.priceboxtujou {
    width: 38%;
    text-align: center;
}

.priceboxtujou span {
    font-size: 20px;
}

.priceboxcampaign {
    width: 60%;
    text-align: center;
    position: relative;
}

.priceboxcampaign:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #0068B7;
    border-right: 0;
}

.m3campaigncta_inner p.campaignprice_o {
    display: inline-block;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 5px;
    background: #0068B7;
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}

.m3campaigncta_inner .campaignprice {
    font-size: 16px;
    font-weight: bold;
}

.m3campaigncta_inner .campaignprice strong {
    background:linear-gradient(transparent 35%,#f6f4ae 0%);
    color: #0068B7;
}

.m3campaigncta_inner .campaignprice span {
    font-size: 48px;
    font-weight: bold;
    color: #0068B7;
}

.m3campaigncta_inner .cpwhy_read {
    margin: 20px 0;
}

.m3campaigncta_inner .cpwhy_read a {
    font-size: 20px;
}

.campaign_comment h3 {
    text-align: left;
    color: #0068B7;
    margin-bottom: 10px;
}

.ctabutton li {
    text-align: center;
}

.ctabutton li a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 60px;
    background: #00b900;
    border-radius: 50px;
    box-shadow: 0 3px 0 0 #007902;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
}

/*qa tanaka*/

.qalist dt {
	position: relative;
	font-size: 20px;
	color: #0068b7;
	font-weight: bold;
	background: #ecf6fd;
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
}

.qalist dt:before {
	position: absolute;
	content: "Q";
	top: 50%;
	transform: translateY(-50%);
	color: #0068b7;
	font-size: 28px;
}

.qalist dd {
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 10px 0 50px;
}

.qalist dd:before {
	position: absolute;
	content: "A";
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	color: #FF8939;
	font-size: 28px;
	font-weight: bold;
}

.official_trainer {
    margin: 40px 0;
}

.official_trainer ul li {
    margin-top: 20px;
}

.official_trainer ul li:first-child {
    margin-top: 0;
}

.page .pagem3list {
    padding: 10px;
    margin-bottom: 20px;
    background: #ecf6fd;
}

.page .pagem3list li {
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.page .pagem3list li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #0068b7;
    position: absolute;
    left: 0;
    top: 7px;
}


@media only screen and (max-width: 560px) {
    
    header .descr {
        font-size: 12px;
    }
    
    #header-l {
        width: 75%;
		margin: 5px auto 0;
        padding: 5px 0;
    }
	
	header .flexstyle.head-r {
		display: none;
	}
    
    .worriesli {
        width: 48%;
    }
    .reli .flexstyle {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .reli .flexstyle .imgbox {
        width: 40%;
        margin-bottom: 10px;
    }
    .reli .flexstyle .redetail {
        width: 100%;
    }
    #m3top h2 {
        font-size: 16px;
    }
	
	#m3top .conceptbox h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.conceptbox br {
		display: inherit;
	}
	
	.conceptbox .conceptinbox h3 {
		font-size: 16px;
	}

    .slick-prev, .slick-next {
        width: 32px !important;
        height: 32px !important;
    }

    .slick-prev {
        left: 25px !important;
        z-index: 100;
    }

    .slick-next {
        right: 25px !important;
        z-index: 100;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 32px !important;
        color: #0068B7 !important;
    }

    .merith {
        font-size: 20px;
    }
    .meritcontent {
        width: 100%;
    }
    .meritcontent h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .meritcontent h3 span {
        font-weight: bold;    
    }
    .meritcontent .imgbox {
        margin-bottom: 15px;
    }
    .message > .imgbox {
        width: 100%;
    }
    .message .profil span {
        font-size: 14px;
        font-weight: normal;
    }
    .message .profil {
        font-size: 16px;
        font-weight: bold;
    }
    .message h3 {
        font-size: 24px;
    }
	.messagebox {
		width: 100%;
	}
	
    .treatmentflow ul li {
        width: 48%;
    }
    .treatmentflow h3 {
        font-size: 16px;
    }
    .fomakase_inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .fomakase .fomakase_incho {
        width: 80%;
        margin-bottom: 20px;
    }
    .fomakase .fomakase_text {
        width: 100%;
    }
    .message .flexstyle {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .message .flexstyle .imgbox {
        width: 60%;
        margin: 0 auto 10px;;
    }
    .message .flexstyle dl {
        width: 100%;
    }
    .recommend ul li .flexstyle {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .recommend ul li .imgbox {
        width: 80%;
    }
    .recommend ul li .rec_text {
        width: 100%;
    }
    .voiceli .flexstyle {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .voiceli div span {
        width: 80%;
        margin-bottom: 10px;
    }
    .voiceli div p {
        width: 100%;
    }
    .contact h3 {
        font-size: 24px;
    }
    #m3top .contact .contact_in {
        font-size: 24px;
    }
    
    #side .st-aside ul {
        display: none;
    }
    
    #footer_fix {
        z-index: 1000;
        width: 100%;
        position: fixed;
        bottom: -80px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #footer_fix.fix_show {
        bottom: 0px;
        transition-duration: 0.8s;
    }
    #footer_fix li {
        width: 33.3%;
    }
    #footer_fix li.footbnr {
        width: 100%;
    }
    #footer_fix li.footbnr a {
        padding: 0;
        background: #fff;
        padding: 5px;
    }
    #footer_fix li a {
        padding: 40px 0 10px;
        display: block;
        background: #0068b7;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        font-size: 12px;
        background: url("images/telbg.png") no-repeat center 10px #0068b7;
        -webkit-background-size: 25px;
        background-size: 25px;
    }
    #footer_fix li:nth-child(3) a {
        background: url("images/accessbg.png") no-repeat center 10px #7f5229;
        -webkit-background-size: 25px;
        background-size: 25px;
    }
    #footer_fix li:nth-child(4) a {
        background: url("images/linebg.png") no-repeat center 10px #00b900;
        -webkit-background-size: 25px;
        background-size: 25px;
    }

    footer #fnav .flexstyle {
        flex-direction: column;
    }
    
    footer #fnav .flexstyle > li {
        width: 100%;
    }

    .entry-content .m3inlp_contact {
		padding: 10px;
	}
	
	.entry-content .m3inlp_contact h2 {
		font-size: 24px;
	}
	
	.entry-content .contact_comment {
		font-size: 18px;
	}
	
	.entry-content .ts_closing {
		padding: 10px;
	}
	
	.entry-content .origin_price:before {
		border-width: 30px 40px 0 40px;
	}
	
	.entry-content .ts_limit {
		font-size: 16px;
	}
	
	.entry-content .tscontact_tel {
		width: 100%;
		color: #fff;
		font-size: 14px;
	}
	
	.tsinlp_map .m3flexstyle {
		display: block;
	}
	
	.ts_contactaddress .m3flexstyle {
		display: flex;
	}
	
	.ts_contactaddress {
		width: 100%;
	}
	
	.tsgmap {
		width: 100%;
		border: none;
	}
	
	.tsgmap > iframe {
		vertical-align: bottom;
		height: 300px;
	}
    .m3campaigncta {
        padding: 10px;
    }
    .m3campaigncta_inner {
        padding: 10px;
    }
    .priceboxtujou {
        width: 30%;
    }
    .priceboxtujou span {
        font-size: 16px;
    }
    .priceboxcampaign {
        width: 68%;
    }
    .priceboxcampaign:before {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #0068B7;
    }
    .m3campaigncta_inner .campaignprice span {
        font-size: 36px;
    }
    .entry-content .contactbox .linecontact {
        padding: 15px 20px;
    }
    .instagramlinks ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .instagramlinks ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .entry-content .shoplistbox .flexstyle {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .entry-content .shoplistbox .imgbox {
        width: 60%;
        margin-bottom: 10px;
    }
    .entry-content .shoplistbox .flexstyle > div {
        width: 100%;
    }
    .shoplistbox address {
        padding-bottom: 10px;
    }
    .entry-content .ptelbox a {
        width: 100%;
    }
	
	.entry-content .plinebox a {
        width: 100%;
    }
	
	 .entry-content .pclinicbox a {
        width: 100%;
    }
    .entry-content .m3inlp_contact {
	background: #0068b7;
    padding: 20px;
    }
    
}

/*--------------------------------
ぱんくず
---------------------------------*/

#breadcrumb,
#breadcrumb ol {
	margin:0;
	padding:0 0 5px;
}

#breadcrumb ol li {
	color: #ccc;
	font-size: 13px;
	list-style:none;
	display: inline-block;
}

#breadcrumb ol li a {
	text-decoration: none;
	color: #ccc;
}

/*--------------------------------
SNS
---------------------------------*/

.sns{
	box-sizing:border-box;
	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%;
}

.sns li a {
	font-size:15px;
	position:relative;
	display:block;
	padding:5px 10px 5px 15px;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	height:28px;
	margin:5px;
	cursor:pointer;
	line-height:25px;
}

.sns li a:hover {
}

/* ツイッター */
.sns .twitter a {
	background:#55acee;
}
.sns .twitter a:hover {
	background:#4892cb;
}

.sns .fa-twitter {
	border-right:1px solid #9ACFF4;
	padding-right:15px;
}

/* Facebook */
.sns .facebook a {
	background:#3b5998;
}
.sns .facebook a:hover {
	background:#324c81;
}

.sns .fa-facebook {
	border-right:1px solid #607BB2;
	padding-right:15px;
}

/* グーグル */
.sns .googleplus a {
	background:#dc4e41;
}
.sns .googleplus a:hover {
	background:#bb4237;
}

.sns .fa-google-plus {
	border-right:1px solid #E0776D;
	padding-right:13px;
}

/* はてぶ */
.sns .hatebu a {
	background:#00a5de;
}

.sns .hatebu a:hover {
	background:#008cbd;
}

.sns .fa-hatena {
	border-right:1px solid #48B6DB;
	padding-right:15px;
}

/* LINE */
.sns .line a {
	background:#25af00;
}
.sns .line a:hover {
	background:#219900;
}

.sns .fa-comment {
	border-right:1px solid #29c200;
	padding-right:15px;
}

/* Pocket */
.sns .pocket a {
	background:#f03e51;
}

.sns .fa-get-pocket {
	border-right:1px solid #F27985;
	padding-right:15px;
}
.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: 9999;
	bottom: 20px;
	right: 0px;
	font-size: 20px;
}

#page-top a {
	text-decoration: none;
	background: #f3f3f3;
	color: #fff;
	padding: 12px 16px;
	text-align: center;
	display: block;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#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 {
	box-sizing:border-box;
	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 {
	box-sizing:border-box;
	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;
	overflow:hidden;
}

body.fixed-footer #wrapper {
	height:100%;
	min-height: 100%;
}

header {
	text-align: center;
}

#headbox {
	padding: 0;
	margin:0;
}

#side .st-aside {
	padding: 0 15px 20px;;
}

footer {
	clear: both;
	padding: 0;
    padding-bottom: 48px;
}

#footer {
	padding: 20px 15px;
	text-align: center;
}

#header-l {
	padding-top:0;
}

.st-main {
	padding: 20px 15px;
	margin: 0 0 20px;
	background:#fff;
}

.post {
	padding-bottom:10px;
}

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

/*20220824 tanaka*/
.m3cd h2 {
	background: rgba(149,189,58,0.4);
	border: 1px solid #0068b7;
	color: #4b2d04;
	font-size: 28px;
	line-height: 42px;
	margin: 20px 0;
	padding: 15px 20px;
	position: relative;
}

.m3cd h2:before {
	position: absolute;
	content: "";
	top: -7px;
	left: -7px;
	border: 1px solid #0068b7;
	width: 100%;
	height: 100%;
}

.m3cd h3 {
	margin: 20px 0;
	padding: 10px 15px;
	border-bottom: dotted 3px #0068b7;
}

.m3cd strong {
	    color: #4b2d04;
        background: linear-gradient(transparent 62%, #0068b7 50%);
}

.m3cd p {
	margin: 15px 0 15px;
}

.intro ul {
	background: rgba(240,244,219,0.5);
	border-radius: 5px;
	border: 1px solid #0068b7;
	padding: 20px;
}

.intro ul li {
	position: relative;
	padding-left: 40px;
}

.intro ul li:before {
	content: "";
	display: block;
	position: absolute;
	background: #95BD3A;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	top: 8px;
	left: 15px;
}

.telbox {
	display: block;
	text-align: center;
	background: rgba(231,184,128,0.2);
	padding: 30px;
	margin-bottom: 30px;
}

.telbox strong {
	font-size: 18px;
	margin: auto;
	display: block;
	background: rgba(255,255,255,0.5);
	width: 100%;
	padding: 20px 0;
	color: #4b2d04;
	letter-spacing: 2px;
	border-bottom: 2px solid #0068b7;
	border-top: 2px solid #0068b7;
}

.telbox a {
	background: #0068b7;
	display: block;
	width: 58%;
	margin: auto;
	padding: 20px;
	border-radius: 50px;
	box-shadow: 0 5px 0 0 #cbe885;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	box-sizing: border-box;
}

.telbox .telinbox {
	margin-bottom: 20px;
}

.telbox .lineinbox {
	margin-bottom: 30px;
}

.time {
	background: #0068b7;
    border: 2px solid #0068b7;
}

.time strong {
	display: block;
	background: none;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	border-bottom: 2px sorid #0068b7;
}

.time ul{
	background: #fff;
	margin-bottom: inherit;
	border-radius: 0;
	padding: 0;
	border: 0;
}

.time ul li {
	position: inherit;
	padding-left: 0;
	padding-bottom: 0;
	border-bottom: 2px solid #0068b7;
}

.time ul li:last-child {
	border-bottom: 0;
}

.time p {
	margin-bottom: inherit;
}

.time span {
	display: block;
	width: 30%;
}

.time p {
	display: block;
	margin: auto;
	width: 70%;
	border-left: 2px solid #0068b7;
	padding: 20px 0;
}

.worry ul {
	border: 30px solid #FAFBE7;
	padding: 20px;
	
}

.worry ul li {
	background: url(https://www.cm-g.jp/traffic-accident/wp-content/themes/traffictheme/images/t7_check.png) no-repeat left top;
	background-size: 23px;
	padding: 0 0 10px 33px;
}

.gaiyou {
	margin-bottom: 30px;
}

.gaiyou .gaiyouimg .imgbox {
	margin-bottom: 30px;
}

.gaiyou .imgbox {
	width: 100%;
}

.g_detail {
	margin-bottom: 30px;
}

.g_detail ul {
	padding: 0;
	align-items: flex-start;
	margin-bottom: 0px;
}

.g_detail ul li {
	width: 32%;
	padding-bottom: 0;
}

.g_detail p {
	background: rgba(240,244,219,0.5);
	padding: 5px 0;
	text-align: center;
	border: 1px solid #0068b7;
	color: #0068b7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

.gaiyou .imgbox.nintei {
	width: 50%;
}

.other .imgbox {
	width: 60%;
	margin: 0 auto;
}

.other .imgbox img{
	margin-bottom: 10px;
}

.other span {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.point .point_list span {
	color: #0068b7;
}

.m3cd .other p:last-child {
	margin: 15px 0 30px;
}

.point .point_list li:first-child h3{
	background: url(https://www.cm-g.jp/traffic-accident/wp-content/themes/traffictheme/images/t7_point1icon.png) no-repeat left center;
	background-size: 60px;
}

.point .point_list li:nth-child(2) h3{
	background: url(https://www.cm-g.jp/traffic-accident/wp-content/themes/traffictheme/images/t7_point2icon.png) no-repeat left center;
	background-size: 60px;
}

.point .point_list li:nth-child(3) h3{
	background: url(https://www.cm-g.jp/traffic-accident/wp-content/themes/traffictheme/images/t7_point3icon.png) no-repeat left center;
	background-size: 60px;
}

.point .point_list li:nth-child(4) h3{
	background: url(https://www.cm-g.jp/traffic-accident/wp-content/themes/traffictheme/images/t7_point4icon.png) no-repeat left center;
	background-size: 60px;
}

.point .point_list li:nth-child(5) h3{
	background: url(https://www.cm-g.jp/traffic-accident/wp-content/themes/traffictheme/images/t7_point5icon.png) no-repeat left center;
	background-size: 60px;
}

.point .imgbox {
	margin-bottom: 20px;
}

.point h3 {
	padding: 20px 20px 20px 110px;
}

.step3 .imgbox img {
	margin-bottom: 20px;
}

.please{
	margin-bottom: 50px;
}

.cdgmap iframe {
	width: 100%;
    height: 300px;
    margin-top: 30px;
}

.cdqa .qa_list h3 {
	color: #0068b7;
	margin: 10px 0 0;
}

.cdqa .qa_flex {
	align-items: baseline;
	justify-content: flex-start;
}

.cdqa .qa_list h4 {
	background: none;
	color: #0068b7;
	font-size: 22px;
}

.incho {
	margin-bottom: 40px;
}

.incho .imgbox {
	width: 80%;
}

.incho .imgbox img {
	margin-bottom: 20px;
	width: 100%;
}

.staff ul {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.staff_list li {
	width: 30%;
	margin-right: 2%
}

.staff_list li:nth-child(3n) {
	margin-right: 0;
}

.staff .imgbox {
	width: 100%;
}
 
.staff .imgbox img{
	width: 100%;
	height: auto;
}

.staff h3 {
	border-bottom: none;
	text-align: center;
	padding: 0px;
	margin: 10px 0;
}

.post .staff h3{
	font-size: 16px;
}

.staff .imgbox img {
	margin-bottom: none;
}

.aboutpricemenu {
	width: 100%;
	flex-direction: column;
}

.aboutpricemenu dt {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	background: #0068b7;
	color: #fff;
	box-sizing: border-box;
}

.aboutpricemenu dd {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	box-sizing: border-box;
}

/* access */
.pagemain iframe {
	width: 100%;
}

/* reserve */
.post ul.opentime {
	width: 100%;
	margin: 20px auto 40px;
	border: 1px solid #0068b7;
	overflow: hidden;
	text-align: center;
    padding: 0;
}

.opentime > li {
	width: 100%;
}

.opentime > li:first-child {
	border: none;
}

.post ul.opentime li {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0;
}

.post ul.opentime .opentimehours {
    margin-bottom: 0;
    padding: 0;
	border: 1px solid #0068b7;
}

.post ul.opentime .opentimehours li {
    font-size: 16px;
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.post ul.opentime .opentimehours li:first-child {
    color: #fff;
    background: #0068B6;
}

.opentime p {
	background: #ebefe4;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid #0068b7;
	margin-bottom: 0;
}

.opentimehours li {
	padding: 5px 0;
}

.reservelist {
	margin-bottom: 40px;
}

.reservelist ul {
	border-left: 3px solid #0068b7;
	padding: 10px 10px 10px 25px;
	margin: 0 auto;
	box-sizing: border-box;
}

.reservelist li {
	margin-top: 10px;
	padding-left: 15px;
	position: relative;
}

.reservelist li:first-child {
	margin-top: 0;
}

.reservelist li:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0068b7;
}

.reservenum {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.reservenum a {
    display: block;
    font-weight: bold;
    font-size: 24px;
    padding: 20px 10px;
    letter-spacing: 2px;
    border-radius: 10px;
    color: #fff;
    text-decoration: underline;
    background: #de5747;
}

.welcomeP {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* staff */
.post-34 .pagetitle {
	margin-bottom: 40px;
}

.greeting {
	margin-bottom: 60px;
}

.greeting h2 {
	background: #ebefe4;
	font-size: 24px;
	padding: 5px 30px;
	margin-bottom: 30px;
	color: #0068b7;
}

.greeting > div {
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.greeting .imgbox {
	width: 35%;
	height: 260px;
	margin: 0 auto;
	border-radius: 10px;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.greeting .director {
	width: 55%;
	margin: 0 auto;
}

.staffdetail {
	margin-top: 20px;
	justify-content: flex-start;
}

.staffdetail dl {
	padding: 5px 10px;
	border-left: 2px solid #0068b7;
	margin-bottom: 10px;
}

.staffdetail dl dt {
	font-weight: bold;
	color: #0068b7;
}

/*operationmenu*/
.post-124 .pagetitle {
	margin-bottom: 40px;
}

.post-124 h2 {
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 3px solid #0068b7;
}

.ope_tiparts {
    background: #ebefe4;
    border: 2px solid #0068b7;
    margin-bottom: 10px;
    padding: 20px;
}

.ope_tiparts h3,
.ope_tiparts p {
    width: 49.8%;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    background: #0068b7;
    color: #fff;
    padding: 5px;
}

.pagemain .ope_tiparts p.opetipartsp {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: none;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    text-align: left;
}

.opmenu_table {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.opmenu_table dt {
    width: 50%;
    border-left: 1px solid #0068b7;
    border-bottom: 1px solid #0068b7;
    box-sizing: border-box;
    background: #ecf6fd;
    font-weight: bold;
    padding: 5px;
}

.opmenu_table dd {
    width: 50%;
    padding: 5px;
    text-align: center;
    border-left: 1px solid #0068b7;
    border-right: 1px solid #0068b7;
    border-bottom: 1px solid #0068b7;
    box-sizing: border-box;
}

.opmenu_table dt:first-of-type, .opmenu_table dd:first-of-type {
    border-top: 1px solid #0068b7;
}

.opmenu {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    align-items: baseline;
}

.opmenubox {
	width: 48%;
	margin-bottom: 40px;
	box-sizing: border-box;
	background: #ecf6fd;
	padding-bottom: 10px;
}

.opmenubox h3 {
	background: #0068b7;
	text-align: center;
	padding: 5px 10px;
	color: #fff;
    margin: 0;
	font-size: 24px;
}

.opmenubox .imgbox {
	margin: 0 auto 20px;
    height: 190px;
    width: 100%;
}

.menutext {
	width: 90%;
	margin: 0 auto;
}

.menuprice {
	display: block;
	margin-top: 5px;
	padding: 10px;
	background: #0068B4;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
}

.dtbutton {
	background: #ffff;
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #0068B4;
    border-radius: 5px;
    border: 1px solid #0068B4;
}

.ope_cover {
    max-width: 640px;
    margin: 0 auto;
}

.ope_h2 {
    background: #0068b7;
    color: #fff;
    font-size: 28px;
    padding: 0 10px;
    margin: 30px 0 20px;
    text-align: center;
}

.ope_h3 {
    font-size: 20px;
    margin: 20px 0 5px;
    color: #0068b7;
    line-height: 1;
}

.opebox {
    padding: 10px;
    background: #ebefe4;
}

.opebox span {
    font-weight: bold;
}

.pagemain .opeprice {
    font-size: 20px;
    font-weight: bold;
    color: #0068b7;
    margin-bottom: 40px;
}

.ope_tiparts {
    background: #ebefe4;
    border: 2px solid #0068b7;
    margin-bottom: 10px;
    padding: 20px;
}

.ope_tiparts h3,
.ope_tiparts p {
    width: 49.8%;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    background: #0068b7;
    color: #fff;
    padding: 5px;
}

.pagemain .ope_tiparts p.opetipartsp {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: none;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    text-align: left;
}


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

	#side .st-aside {
		clear: both;
		float: none;
		width: auto;
		position: static;
	}

	/*SNSボタン*/
	.sns .fa {
		font-size:20px;
	}

	.sns li a {
		padding: 10px 15px;
	}


	/* RSS購読するボタン */
	.rssbox a {
		padding: 15px 20px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	
	/*20240827smanav*/
    nav#smaheadertopmenu.sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
    }
    
    header .flexstyle {
        margin: 0;
    }
    
    .headsmanav li a {
        display: block;
        background: #4682b4;
    }
    
    .headsmanav li:nth-child(4) a {
        background: #b24f47;
    }
    
    .headsmanav li a img {
        width: 70%;
    }
	
	/*20220830tanaka*/
	.m3cd h2 {
		font-size: 20px;
		margin: 10px 0;
		padding: 10px;
		line-height: 30px
	}
	
	.m3cd h3 {
		font-size: 18px;
	}
	
	.m3cd p {
		font-size: 12px;
		line-height: 25px;
	}
	
	.m3cd ul li {
		font-size: 14px;
	}

	.post ul .point ul{
		padding: 10px 0 20px;
	}
	
	.intro ul {
		padding: 10px;
	}
	
	.intro ul li {
		padding-left: 27px;
	}
	
	.intro ul li:before {
		width: 8px;
		height: 8px;
		left: 8px;
	}
	
	.telbox {
		padding: 10px;
	}
	
	.telbox strong {
		font-size: 16px;
	}
	
	.telbox a {
		width: 100%;
		padding: 15px 10px;
		box-shadow: 0 5px 0 0 #cbe885;
		font-size: 18px;
        background: url("images/tap_icon.png") no-repeat 20px center #0068b7;
        -webkit-background-size: 35px;
        background-size: 35px;
	}
	
	.telbox .telinbox strong {
		font-size: 14px;
		background: none;
		padding: 0px;
		color: #fff;
		border-bottom: none;
		border-top: none;
	}
	
	.intro .time ul {
		padding: 0px;
	}
	
	.intro .time ul li {
		padding-left: 0px;
	}
	
	.time p {
		padding: 5px 0;
	}
	
	.worry ul {
		border: 10px solid #FAFBE7;
		padding: 15px;
	}
	
	
	.post .point ul {
		padding: 0px;
	}
	
	.point h3 {
		padding: 20px 10px 20px 75px;
	}
	
	.post .step3 ul {
		padding: 0px;
	}
	
	.post .cdqa ul {
		padding: 0px;
	}
	
	.post .staff ul {
		padding: 0px;
	}
	
	.post .staff h3 {
        font-size: 14px;
        line-height: 20px;
    }
	
	.staff .greeting:first-child .director {
		width: 100%;
	}
	
	.greeting .imgbox {
		width: 48%;
		height: 200px;
	}
	
	.staff .greeting:first-child .flexstyle{
		flex-direction: column;
	}
	
	.staffdetail {
		margin-top: 0;
	}
	
	.post .cdqa h4 {
		padding: 5px 10px;
		margin: 10px 0;
	}
	
	.post .cdqa p {
		margin-bottom: 10px;
	}
	
	.incho .imgbox img {
		margin-bottom: 10px;
	}
	
	.gaiyou .imgbox.nintei {
		width: 100%;
	}
	
	.staff_list li {
        width: 47%;
    }

        .staff_list li:nth-child(3n) {
        margin-right: 0;
    }
        .staff_list li:nth-child(odd) {
        margin-right: 3%;
    }
    
    .opmenu {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    
    .opmenubox {
        width: 100%;
    }

    .sidesug p:before {
        content: "";
        display: block;
        width: 2px;
        height: 16px;
        background: #fff;
        transform: rotate(-45deg) translateY(-50%);
        position: absolute;
        right: 23px;
        top: 50%;
    }

    .sidesug p:after {
        content: "";
        display: block;
        width: 2px;
        height: 16px;
        background: #fff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        right: 24px;
        top: 50%;
    }
	
/*-- ここまで --*/
}

/*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 ul.menu 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: 20px;
		line-height: 30px;
	}

	p {
		margin-bottom: 20px;
	}

	dd p {
		margin-bottom: 5px;
	}

	/*記事タイトル*/
	.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: 26px;
		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;
	}

    .reservenum a {
        display: inline-block;
        padding: 20px 40px;
        color: #fff;
        background: #de5747;
        font-size: 32px;
        letter-spacing: 3px;
    }
    
    .contact_inner {
        width: 100%;
    }

	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*--------------------------------
	メニュー
	---------------------------------*/

	#st-menubox {
		border-top: solid 1px #E0DEDE;
		border-bottom: solid 1px #E0DEDE;
        background: #0068B7;
	}

	#st-menuwide {
		padding: 0px;
		margin:0 auto;
	}

	nav.smanone {
		margin:0 auto;
	}

	nav.st5 {
		max-width:1060px;
		margin:0 auto;
	}
    
    header .smanone ul.menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

	header .smanone ul.menu li{
		box-sizing:border-box;
		list-style-type:none;
        width: 100%;
		text-align:center;
		border-right:solid 1px #E0DEDE;
		position:relative;
	}

	header .smanone ul.menu>li:last-child {
		border:none;
	}

	header .smanone ul.menu li a{
		display:block;
		font-size: 13px;
		overflow:hidden;
		width:100%;
		height:100%;
		line-height:40px;
		text-decoration:none;
		position:relative;
		z-index:1;
        padding: 5px 0;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        opacity: 1;
        box-sizing: border-box;
        background: #0068B7;
	}

	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:2;
	}

	header .smanone ul.menu li li:last-child a {
		border-bottom:#E0DEDE solid 1px;
	}

	header .smanone ul.menu li a:hover{
        opacity: 0.5;
        transition: all 0.5s;
	}

	header .smanone ul.sub-menu li ul.sub-menu{
		position:absolute;
		left:160px;
		top:0;
	}

	header .smanone ul.sub-menu{
		display:none;
	}

	/* IE7 対策 */
	header .smanone ul.menu{
		zoom:1;
	}

	*+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;
		width: 35%;
	}

	#headbox {
		margin:0 auto;
		text-align:left;
	}

	#headbox img {
		margin:0;
	}

	#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: 15px;
		line-height: 26px;
	}

	p {
		margin-bottom: 20px;
	}

	dd p {
		margin-bottom: 5px;
	}

	/*記事タイトル*/
	.entry-title,
	.post .entry-title {
		font-size: 30px;
		line-height: 40px;
		color: #4b2d04;
		margin-bottom: 20px;
		color: #fff;
		padding: 20px;
		background: #00b900;
	}

	.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 {
		font-size: 14px;
		line-height: 24px;
		font-weight:bold;
	}

	#side .st-aside ul li {
		font-size: 14px;
		line-height: 24px;
	}

	#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;
	}

	/*--------------------------------
	ヘッダーコンテンツ
	---------------------------------*/

	#header-l {
		float:left;
	}


	#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;
	}


	/*--------------------------------
	PCのレイアウト
	---------------------------------*/

	#wrapper {
		overflow:visible; /*グローバルメニューの下層リンクを表示する為*/
		padding:0;
		width:100%;
	}

	#st-header {
		max-width:1060px;
		margin:0 auto 10px;
	}

	#content {
		max-width:1060px;
		margin:0 auto;
	}

	footer {
		width:100%;
	}
    
    footer {
        padding-bottom: 0;
    }

	#footer {
		margin:0 auto;
	}

	#footer-in {
		max-width:1060px;
		margin:0 auto;
	}

	/* フッター文字 */
	#footer .footerlogo {
		font-size: 16px;
		line-height:26px;
		font-weight:bold;
	}
    
    footer .copy {
        font-size: 15px;
    }


	/*--------------------------------
	SNS
	---------------------------------*/

	.sns{
		width:90%;
	}

	.sns li {
		width:33%;
	}

	.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;
		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;
	}
    
    nav#headertopmenu.sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
    }

	/*--------------------------------
	メニュー未設定
	---------------------------------*/

	#st-menuwide div,
	#st-menuwide nav {
		display:block;
        border-left: 1px solid #fff;
	}
    
    #st-menuwide div.menu ul,
    #st-menuwide nav.menu ul {
		max-width:1060px;
		margin:0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
    }

	#st-menuwide div li,
	#st-menuwide nav li {
        border-right: 1px solid #fff;
	}

	#st-menuwide div.menu li .sub-menu,
	#st-menuwide nav.menu li .sub-menu {
		display:none;
	}

	#st-menuwide div li a,
	#st-menuwide nav li a {
		color: #fff;
		text-decoration: none;
        font-size: 14px;
        padding: 10px;
        display: block;
        font-weight: bold;
	}

	/*コンタクトフォーム7の送信ボタン*/
	.wpcf7-submit{
		width:50%;
	}

	/*--------------------------------
	PCのレイアウト（右サイドバー）
	---------------------------------*/

	#contentInner {
		float: right;
		width: 100%;
		margin-left: -260px;
	}

	.st-main {
		margin-right: 0;
		margin-left: 260px;
		background-color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		padding: 30px 50px 30px;
	}

	#side .st-aside {
		float: left;
		width: 260px;
		padding: 0px;
	}

	/*-- ここまで --*/
}
