/*
Theme Name: kaseda_2026_v1
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol {
    list-style-position: inside;
}

ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: 0;
}

figure {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* -------------------------------------------------------------- */

body {
    color: #333;
    font: 12px verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.5;
    background: url('images/lightwood3.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-text-size-adjust: none;
}

.info_txt {
    font-weight: bold !important;
    text-align: center;
    font-size: 13px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    display: block;
    padding: 30px 0;
}
.info_txt p{
	font-weight:normal;
    margin:8px 0 20px 0
}
.info_txt strong.color{
	color:#A93E38;
	font-size:16px
}
.info_txt_bold {
    font-weight: bold !important;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    display: block;
    padding: 0;
}

html {
    background: #ffffff;
}

.cr {
    clear: both;
}

time {
    display: block;
    text-align: right;
}


/* リンク設定
------------------------------------------------------------*/

a {
    color: #337db6;
    text-decoration: none;
}

a:hover {
    color: #246292;
}

a:active,
a:focus {
    outline: 0;
}

a img:hover {
    opacity: 0.8;
}


/* 全体
------------------------------------------------------------*/

#wrapper {
    margin: 0 auto;
    padding: 0 1%;
    width: 98%;
    position: relative;
}

strong {
    font-weight: bold;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.margin_b {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#main_2cl {
    float: left;
    width: 680px;
    overflow: hidden;
    height: auto;
}


/*************
/* ヘッダー
*************/

#header {
    padding: 25px 0 15px;
    overflow: hidden;
    width: 100%;
}

* html #header {
    height: 1%;
}

#header h1 {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}


/*************
/* ロゴ
*************/

#header .logo {
    text-align: center;
    padding: 20px 0 0;
    margin-left: auto;
    margin-right: auto;
}

.logo a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}

.logo span {
    font-size: 12px;
    font-weight: normal;
}

.small {
    text-align: center;
}

.countr {
    width: 650px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    padding- bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.countr_w {
    width: 130px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
}

.c_small {
    margin-top: 20px;
    text-align: center;
}

.small span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}


/**************************
/* トップナビゲーション
**************************/

ul#topnav {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

* html ul#topnav {
    height: 1%;
}

ul#topnav li {
    float: none;
    margin: 0 2px;
    text-align: center;
}

ul#topnav a {
    font-size: 12px;
    display: block;
    padding: 10px 10px;
    color: #333;
}

ul#topnav span {
    color: #cdcdcd;
    font-size: 11px;
}

ul#topnav li.active a,
ul#topnav a:hover {
    background: #ffffff;
    border-radius: 5px;
}


/**************************
/* トップナビゲーション2段目
**************************/

ul#topnav2 {
    width: 650px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 0;
    overflow: hidden;
}

* html ul#topnav2 {
    height: 1%;
}

ul#topnav2 li {
    float: left;
    margin: 0 2px;
    text-align: center;
}

ul#topnav2 a {
    font-size: 11px;
    display: block;
    padding: 10px 10px;
    color: #333;
}

ul#topnav2 span {
    color: #cdcdcd;
    font-size: 10px;
}

ul#topnav2 li.active a,
ul#topnav2 a:hover {
    background: #ffffff;
    border-radius: 5px;
}

.subs_srt {
    width: 100% !important;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.subs_srt li {
    /*display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #7F7E7E;*/
    padding: 0 !important;
    border: none !important;
    border-right: 1px solid #7F7E7E !important;
}

.subs_srt li a {
    display: block;
    text-align: center;
    padding: 0 10px;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/

#mainBanner {
    margin: 5px auto 40px auto;
    padding: 0;
    width: 100%;
    position: relative;
    line-height: 0;
}

#mainBanner img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.slogan {
    position: absolute;
    max-width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    line-height: 1.4;
}

.slogan h2 {
    padding-bottom: 5px;
    color: #000000 !important;
    font-size: 18px;
}

.slogan h3 {
    font-size: 12px;
    color: #000000 !important;
}


/* サブページ スローガンの背景・黒*/

.subImg .slogan h2 {
    color: #000000;
}

.subImg .slogan h3 {
    color: #000000;
}


/*　　　ぱんくず　　 */

.bread_crumb {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: block;
    padding-bottom: 40px;
}

.bread_crumb li {
    text-decoration: underline;
    display: block;
    float: left;
    margin-right: 10px;
    width: auto;
    white-space: nowrap;
}

.bread_crumb li a {
    text-decoration: underline;
    display: block;
    float: left;
    margin-right: 10px;
    width: auto;
    white-space: nowrap;
}

.bread_crumb .level-2.sub a {
    background-image: url(images/arrowpan.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.bread_crumb .level-1.top a {
    background-image: url(images/arrowpan.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
}


/**************************
/* グリッド
**************************/

.gridWrapper {
    padding-bottom: 20px;
    overflow: hidden;
}

* html .gridWrapper {
    height: 1%;
}

.grid {
    float: left;
    border-radius: 5px;
}

.grid h3 {
    padding: 10px 0px;
    text-align: left;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    font-weight: bold;
}

.grid p {
    padding: 0px;
    font-size: 13px;
}

.gridWrapper img {
    max-width: 100%;
    height: auto;
}

.bquote {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #D8D8D8;
}


/* フッター内のグリッド(3カラム) */

#footer .grid {
    background: transparent;
}

#footer .grid p {
    padding: 0;
}

.grid2 {
    float: left;
    border-radius: 5px;
}

.grid2 h3 {
    padding: 10px 0px;
    text-align: left;
    border-radius: 5px 5px 0 0;
    4 font-size: 18px !importan;
    font-weight: bold;
}

.grid2 p {
    padding: 0px;
    font-size: 13px !importan;
}


/* フッター内のグリッド(3カラム) */

#footer .grid2 {
    background: transparent;
}

#footer .grid2 p {
    padding: 0;
    font-size: 13px !importan;
}

.grid2 h3 {
    font-size: 15px;
}

.grid2 p {
    padding: 0px;
    font-size: 13px;
}

ul .newsbox a {
    font-size: 13px;
}

#sub section ul li a {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px !importan;
}


/*************
メイン コンテンツ
*************/

.entry-content p {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.entry-content h2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 7px;
    font-size: 18px;
    border-left: 5px solid #e4e4e4;
    background: #EEEBE6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.entry-content h3 {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 7px;
    font-size: 18px;
    border-left: 5px solid #e4e4e4;
    background: #EEEBE6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.md {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 7px;
    font-size: 15px;
    background: #F1F1F1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.entry-content img {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.content {
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    font-size: 14px;
}

section.content_news {
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    font-size: 14px;
}

.left {
    float: left;
}

.rightimg {
    float: right;
    margin-top: -20px !important;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

* html section.content {
    height: 1%;
}

* html section.content_blog {
    height: 1%;
}

section.content p {
    margin-bottom: 5px;
}

section.content_blog p {
    margin-bottom: 20px;
}

section.content_news p {
    margin-bottom: 20px;
}

h3.heading {
    padding-left: 7px;
    margin-bottom: 10px;
    font-size: 16px;
    border-left: 5px solid #e4e4e4;
}

section.content img {
    max-width: 100%;
    height: auto;
}

section.content_blog img {
    max-width: 100%;
    height: auto;
}

.pg-left {
    float: left;
    width: 320px;
    margin-bottom: 30px;
}

.pg-right {
    float: left;
    width: 580px;
}

.clearfix {
    clear: both;
}

.pg-right .mb-15 {
    margin-bottom: 35px;
}

.alignleft {
    float: left;
    clear: left;
    margin: 3px 10px 10px 0;
}

.alignright {
    float: right;
    clear: right;
    margin: 3px 0 10px 10px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

img.frame,
#gallery img {
    border: 4px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#gallery .grid {
    padding: 5px 0 0;
}

.t_cent {
    text-align: center;
    display: block;
}

.left_border {
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-left-color: #CCC !important;
}


/*************
テーブル
*************/

.dedigntable table {
    /* [disabled]border-left-color: #BDBCBC; */
    border-right: 1px solid #BDBCBC;
    /* [disabled]border-bottom-color: #BDBCBC; */
    border-top: 1px solid #BDBCBC;
    /* [disabled]border-left-style: solid; */
    /* [disabled]border-bottom-style: solid; */
    /* [disabled]border-left-width: 1px; */
    /* [disabled]border-bottom-width: 1px; */
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100% !important;
    height: auto !important;
}

.dedigntable tr th {
    border-left: 1px solid #BDBCBC;
    border-bottom: 1px solid #BDBCBC;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
    vertical-align: middle;
}

.dedigntable tr td {
    border-left: 1px solid #BDBCBC;
    border-bottom: 1px solid #BDBCBC;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: right;
}


/*************
テーブル
*************/

.dedigntable2 table {
    /* [disabled]border-left-color: #BDBCBC; */
    border-right: 1px solid #BDBCBC;
    /* [disabled]border-bottom-color: #BDBCBC; */
    border-top: 1px solid #BDBCBC;
    /* [disabled]border-left-style: solid; */
    /* [disabled]border-bottom-style: solid; */
    /* [disabled]border-left-width: 1px; */
    /* [disabled]border-bottom-width: 1px; */
    font-size: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dedigntable2 tr th {
    border-left: 1px solid #BDBCBC;
    border-bottom: 1px solid #BDBCBC;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    text-align: center;
    vertical-align: middle;
}

.dedigntable2 tr td {
    border-left: 1px solid #BDBCBC;
    border-bottom: 1px solid #BDBCBC;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    text-align: right;
}

.kakaku {
    text-align: right;
}

.center_tb {
    margin-left: auto;
    margin-right: auto;
}

.cnt {
    text-align: center !important;
    vertical-align: middle !important;
}

.lft {
    text-align: left !important;
    vertical-align: middle !important;
}

.wpcf7-form-control.wpcf7-submit {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
    padding-right: 30px;
    padding-bottom: 3px;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: -30px;
    margin-right: auto;
    margin-left: auto;
}

.wpcf7-list-item {
    display: block;
}

.wpcf7-form-control.wpcf7-text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}


/*************
サブ（フッター前）コンテンツ
*************/

#sub {
    width: 700px;
    padding: 60px 0px 0px 0px;
    font-size: 12px;
    line-height: 2;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
}


/*************
/* フッター
*************/

#footer {
    clear: both;
    padding: 20px 0 40px;
    overflow: hidden;
}

* html #footer {
    height: 1%;
}

.tel strong {
    font-size: 20px;
    font-weight: bold;
}

#footer a {
    color: #333;
}

#footer a:hover {
    color: #888;
}

#footer .copyright {
    font-size: 11px;
}

.footing {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}

.heading {
    padding-left: 7px;
    margin-bottom: 10px;
    font-size: 16px;
    border-left: 5px solid #e4e4e4;
}

.newsbox {
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
    font-size: 13px !importan;
}

.qabox {
    margin-bottom: 25px;
}

.social4i {
    margin-top: 50px;
}

.bt15 {
    margin-bottom: 15px;
}


/* PC用 */

@media only screen and (min-width:960px) {
    #wrapper,
    .inner {
        width: 940px;
        padding: 0;
    }
    #wrapper {
        padding-bottom: 20px;
    }
    /* グリッド全体 */
    .gridWrapper {
        width: 960px;
        margin: 0 0 0 -20px;
    }
    /* グリッド共通 ベース:トップページ4カラム */
    .grid {
        float: left;
        width: 220px;
        margin-left: 20px;
    }
    .grid2 {
        float: left;
        width: 460px;
        margin-left: 20px;
    }
    /* サブコンテンツ + フッター グリッド(3カラム) */
    #sub .grid,
    #footer .grid {
        width: 300px;
    }
    /* ギャラリー グリッド(4カラム) */
    #gallery {
        width: 920px;
    }
    #gallery .grid {
        width: 210px;
    }
    .blog_left {
        padding: 0px;
        float: left;
        height: auto;
        width: 630px;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
        overflow: hidden;
    }
    .blog_right {
        padding: 12px;
        float: left;
        height: auto;
        width: 200px;
        overflow: hidden;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        background-color: #FFF;
    }
    .bunner_right {
        padding: 12px;
        float: left;
        height: auto;
        width: 200px;
        overflow: hidden;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
        border-radius: 6px;
        text-align: center;
    }
    .content_blog {
        padding: 19px;
        margin-bottom: 20px;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        background: #fff;
        overflow: hidden;
        font-size: 14px;
        float: left;
        width: 645px;
    }
}


/* モニター幅940px以下 */

@media only screen and (max-width:940px) {
    #header h1 {
        padding: 0 0 5px 10px;
    }
    #header .logo {
        padding-left: 10px;
    }
    .grid {
        float: left;
        width: 48%;
        margin: 10px 2% 0 0;
    }
    .grid2 {
        float: left;
        width: 96%;
        margin: 10px 2% 0 0;
    }
    .grid img {
        float: left;
        margin-right: 5px;
    }
    #gallery {
        padding-left: 1px;
    }
    #gallery .grid {
        width: 23%;
        margin: 0 2% 0 0;
        padding: 0;
    }
    #gallery .grid img {
        float: none;
        margin: 0;
    }
    #sub .grid {
        width: 32%;
        margin: 10px 1%;
    }
    #sub .grid:first-child {
        margin-left: 0;
    }
    #sub .grid:last-child {
        margin-right: 0;
    }
    #footer .grid {
        float: none;
        width: 100%;
        text-align: center;
    }
    #footer .grid:last-child {
        padding-top: 20px;
    }
    .content_blog {
        padding: 19px;
        margin-bottom: 20px;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        background: #fff;
        overflow: hidden;
        font-size: 14px;
        width: 600px;
        float: left;
    }
    .blog_right {
        padding: 12px;
        height: auto;
        width: 200px;
        overflow: hidden;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: 20px;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        float: left;
        background-color: #FFF;
    }
    .bunner_right {
        padding: 12px;
        float: left;
        height: auto;
        width: 200px;
        overflow: hidden;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
        border-radius: 6px;
        text-align: center;
    }
    .pg-right {
        float: left;
        width: 95%;
    }
}


/* iPad 縦 */

@media only screen and (max-width:768px) {
    #header {
        padding-bottom: 0;
    }
    #header h1 {
        text-align: center;
    }
    #header .logo {
        float: none;
        text-align: center;
        padding: 10px 5px 20px;
    }
    ul#topnav li:nth-child(3n) {
        border-right: 0;
        width: 34%;
    }
    ul#topnav li.active a,
    ul#topnav a:hover {
        border-radius: 0;
    }
    ul#topnav2 {
        clear: both;
        width: 100%;
    }
    ul#topnav2 li {
        width: 33%;
        margin: 0;
        border-top: 1px solid #e4e4e4;
        border-right: 1px dashed #e4e4e4;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    ul#topnav2 li:nth-child(3n) {
        border-right: 0;
        width: 34%;
    }
    ul#topnav2 li.active a,
    ul#topnav2 a:hover {
        border-radius: 0;
    }
    #sub ul.list {
        padding: 10px 10px 11px;
    }
    #sub ul.list li {
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
    #main_2cl {
        float: left;
        width: 560px;
        overflow: hidden;
        height: auto;
    }
    .content_blog {
        float: left;
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        background: #fff;
        overflow: hidden;
        font-size: 14px;
        width: 520px;
    }
    .blog_right {
        float: left;
        padding: 12px;
        height: auto;
        width: 150px;
        overflow: hidden;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: 10px;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        background-color: #FFF;
    }
    .bunner_right {
        padding: 12px;
        float: left;
        height: auto;
        width: 150px;
        overflow: hidden;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        border-radius: 6px;
        text-align: center;
    }
    .pg-right {
        float: left;
        width: 95%;
    }
}


/* スマートフォン 横(ランドスケープ) */

@media only screen and (max-width:640px) {
    span.wpcf7-list-item {
        display: block;
        margin: 10px auto;
        text-align: center
    }
    span.wpcf7-list-item input {
        transform: scale(1.5);
        margin: 0 auto !important;
        display: block !important;
    }
    #footer .grid p {
        text-align: center;
    }
    .grid img {
        float: none;
        margin: 20px auto 10px;
    }
    .grid p,
    #sub .grid li {
        text-align: left;
    }
    img.frame,
    #gallery img {
        border-width: 2px;
    }
    .alignleft,
    .alignright {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
    .content_blog {
        padding: 19px;
        margin-bottom: 20px;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        background: #fff;
        overflow: hidden;
        font-size: 14px;
        float: left;
        width: 90%;
    }
    .content_blog {
        padding: 19px;
        margin-bottom: 20px;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        background: #fff;
        overflow: hidden;
        font-size: 14px;
        float: left;
        width: 92%;
    }
    .nav-single {
        clear: both;
        font-size: 80%;
    }
    .blog_right {
        padding: 12px;
        float: left;
        height: auto;
        width: 95%;
        overflow: hidden;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        background-color: #FFF;
    }
    .bunner_right {
        padding: 12px;
        float: left;
        height: auto;
        width: 95%;
        overflow: hidden;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        border-radius: 6px;
        text-align: center;
    }
    .pg-right {
        float: left;
        width: 95%;
    }
    .grid h3 {
        text-align: left;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        height: 25px;
        margin-bottom: -22px;
        font-size: 14px;
        letter-spacing: 0px !important;
    }
    .grid h3 small {
        display: block;
        font-size: 10px !important;
    }
    /*.grid:first-child{
		margin: -5px 2% 0 0;
	}*/
}


/* スマートフォン 縦(ポートレート) */

@media only screen and (max-width:480px) {
    ul#topnav {
        clear: both;
        width: 100%;
        flex-wrap: wrap;
    }
    ul#topnav li {
        text-align: center;
        width: 50%;
        margin: 0;
        border-top: 1px solid #e4e4e4;
        border-right: 1px dashed #e4e4e4;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    span.wpcf7-list-item {
        width: 100%;
        display: block;
        margin: 10px auto;
        text-align: center
    }
    span.wpcf7-list-item input {
        transform: scale(1.5);
        width: 50px;
        height: auto;
        margin: 0 auto !important;
        display: block !important;
    }
    td small {
        font-size: 10px !importamt
    }
    .logo a img {
        width: 90%;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }
    ul#topnav li {
        width: 50%;
    }
    ul#topnav li:nth-child(3n) {
        border-right: 1px dashed #e4e4e4;
        width: 50%;
    }
    ul#topnav li:nth-child(2n),
    ul#topnav li:nth-child(6n) {
        border-right: 0;
    }
    ul#topnav2 li {
        width: 50%;
    }
    ul#topnav2 li:nth-child(3n) {
        border-right: 1px dashed #e4e4e4;
        width: 50%;
    }
    ul#topnav2 li:nth-child(2n),
    ul#topnav2 li:nth-child(6n) {
        border-right: 0;
    }
    #mainBanner {
        margin-left: 1px;
    }
    #mainBanner h2,
    #mainBanner h3 {
        font-size: 80%;
    }
    img {
        /* [disabled]width: 80%; */
        /* [disabled]max-width: 80%; */
    }
    #mapp0_layout {
        width: 98% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .content_blog {
        padding: 19px;
        clear: both;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        background: #fff;
        overflow: hidden;
        font-size: 14px;
        width: 49%;
    }
    .dedigntable table {
        width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    table {
        width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    input {
        width: 70% !important;
    }
    textarea {
        width: 70% !important;
    }
    .wpcf7-list-item-label {
        margin-left: -100px !important;
    }
    .nav-single {
        display: none;
    }
    .blog_right {
        padding: 12px;
        height: auto;
        width: 92%;
        overflow: hidden;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        border: 1px solid #ebebeb;
        background-color: #FFF;
        border-radius: 6px;
    }
    .bunner_right {
        padding: 12px;
        height: auto;
        width: 92%;
        overflow: hidden;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        border-radius: 6px;
        text-align: center;
    }
    .pg-right {
        float: left;
        width: 95%;
    }
    .grid h3 {
        text-align: left;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 6px;
        padding-left: 0px;
        height: auto;
        /*margin-bottom: -22px;*/
    }
    .grid img {
        margin-bottom: 0px;
    }
    /*************
テーブル
*************/
    .dedigntable table {
        /* [disabled]border-left-color: #BDBCBC; */
        border-right: 1px solid #BDBCBC;
        /* [disabled]border-bottom-color: #BDBCBC; */
        border-top: 1px solid #BDBCBC;
        /* [disabled]border-left-style: solid; */
        /* [disabled]border-bottom-style: solid; */
        /* [disabled]border-left-width: 1px; */
        /* [disabled]border-bottom-width: 1px; */
        font-size: 60%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .dedigntable tr th {
        border-left: 1px solid #BDBCBC;
        border-bottom: 1px solid #BDBCBC;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        text-align: center;
        vertical-align: middle;
    }
    .dedigntable tr td {
        border-left: 1px solid #BDBCBC;
        border-bottom: 1px solid #BDBCBC;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        text-align: right;
    }
    table {
        font-size: 60%;
    }
    tr td {
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
    /*************
テーブル
*************/
    .dedigntable2 table {
        /* [disabled]border-left-color: #BDBCBC; */
        border-right: 1px solid #BDBCBC;
        /* [disabled]border-bottom-color: #BDBCBC; */
        border-top: 1px solid #BDBCBC;
        /* [disabled]border-left-style: solid; */
        /* [disabled]border-bottom-style: solid; */
        /* [disabled]border-left-width: 1px; */
        /* [disabled]border-bottom-width: 1px; */
        font-size: 35%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .dedigntable2 tr th {
        border-left: 1px solid #BDBCBC;
        border-bottom: 1px solid #BDBCBC;
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        text-align: center;
        vertical-align: middle;
    }
    .dedigntable2 tr td {
        border-left: 1px solid #BDBCBC;
        border-bottom: 1px solid #BDBCBC;
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        text-align: right;
    }
    .kakaku {
        color: #F75053;
        font-weight: bold;
        text-align: right;
    }
    .center_tb {
        margin-left: auto;
        margin-right: auto;
    }
    .cnt {
        text-align: center !important;
        vertical-align: middle !important;
    }
    .lft {
        text-align: left !important;
        vertical-align: middle !important;
    }
    .countr_w {
        width: 130px;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        padding- bottom: 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background: #ffffff;
    }
    .countr {
        width: 80%;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        padding- bottom: 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.kstrong {
    font-weight: bold;
}

.kstr {
    font-weight: bold;
    color: #ff0004;
}

.sns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto;
}

.sns li {
    margin: 0 5px;
}

.sns li a {
    transition: 0.5s;
}

.sns li a:hover {
    opacity: 0.8;
}

.sns li,
.sns li span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 180px;
}

.insta {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    border-radius: px;
}

.insta:before {
    content: '';
    position: absolute;
    top: 23px;
    left: -18px;
    width: 50px;
    height: 50px;
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.fa-instagram {
    color: #FFF;
    position: relative;
    z-index: 2;
    font-size: 35px;
    line-height: 50px;
}

.fa-facebook-f {
    color: #FFF;
    font-size: 30px;
}

.fb {
    background-color: #3A5898;
}

@media only screen and (max-width:480px) {
    iframe {
        width: 100%;
        height: auto;
    }
    .subs_srt {
        flex-wrap: wrap;
        border-left: 1px solid #7F7E7E !important;
    }
    .subs_srt li {
        width: 49%;
    }
    .subs_srt li a {
        padding: 10px;
    }
    .small {
        /*text-align: left;*/
        width: 96%;
        margin: 0 auto;
    }
    .small span {
        text-align: center;
        display: block
    }
}