@charset "utf-8";
/*
Theme Name: Smartpress
Theme URI: http://www.rmblog.jp/
Description: スマートフォンテーマ
Author: RMG
Version: ver2.14.13
Tags: none
*/h


/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
/*	background: transparent;*/
/*	border: 0;*/
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

html {
    background: url("") repeat scroll 0 0 #FFFFFF;
}

body {
	font-size: 12px;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {
    color: #FF5555;
    text-decoration: none;
}
a:hover {
    color: #0000ff;
    text-decoration: underline;
}

p {
    line-height: 2;
    margin: 0 0 10px;
    padding: 0;
}


.clear_fix {
clear: both;
}

/*	アンドロイドver4のバグ回避CSS
===============================================================*/

p {background-image:url('');}
li {background-image:url('');}



/*	ボディ改変CSS
===============================================================*/

body {
    background: url("") no-repeat scroll center top;
    color: #000000;
    line-height: 2;
    font: 12px/1.231 "ヒラギノ角ゴ Pro W6","HiraKakuProN-W6";
    width: 100% !important;
}


/*	ヘッダーCSS
===============================================================*/

/*
#header h1 a {
    display: block;
    height: 32px;
    padding: 5px 7px;
    width: 207px;
}
*/

.tel_btn a {
    display: inline-block;
    width: 42px;
    height: auto;
    background: url("../../../../files/btn_tellink.png") repeat scroll 0 0 transparent;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}
.tel_btn a img {width: 100%;}
/*.tel_btn a span {
    display: inline-block;
    height: 25px;
}*/

/*.toplink_btn {
    display: inline-block;
    padding: 0;
    border-left: 1px solid #FFFFFF;
    left: 130px;
    position: absolute;
    top: 0;
}*/
.toplink_btn a {
    display: inline-block;
    height: 42px;
    background: url("../../../../files/btn_toplink.png") repeat scroll 0 0 transparent;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}
/*.toplink_btn a span {
    display: inline-block;
    height: 25px;
}*/


/*ヘッダー内左メニュー*/

/*.side_menu {
    display: inline-block;
    padding: 0;
    border-right: 1px solid #FFFFFF;
    left: -1px;
    position: absolute;
    top: 0;
}*/
.side_menu a {
    display: inline-block;
    height: 42px;
    width:56px;
    background: url("../../../../files/btn_menu.png") repeat scroll 0 0 transparent;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}
/*.side_menu a span {
    display: inline-block;
    height: 25px;
}*/

/*ヘッダー内右メニュー*/

/*.Rside_menu {
    display: inline-block;
    padding: 0;
    border-left: 1px solid #FFFFFF;
    position: absolute;
    right: -1px;
    top: 0;
}*/
.Rside_menu a {
    display: inline-block;
    height: 42px;
    text-indent: -9999px;
    width: 56px;
    background: url("../../../../files/btn_rmenu.png") repeat scroll 0 0 transparent;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}
/*.Rside_menu a span {
    text-indent:-9999px;
    display: inline-block;
    height: 25px;
}*/

/*ヘッダーtableCSS*/

.header_line-block {
}

.header_line-block td {
    /*text-align: center;
    width: 25%;*/
}

.header_line-block td.header_line_left {
    text-align: left;
    height:40px;
    width:56px;
}
.header_line-block td.header_line_right {
    text-align: right;
    height:40px;
    width:56px;
}

/*中ページタイトル表示*/
/*#naka_page_title {
    margin: 0 0 1em;
}*/
#naka_page_title h1 {
    padding: 1em 5%;
    text-align: left;
    font-weight: bold;
    background: #ccc;
    font-size: 110%;
}


/*	フッターCSS
===============================================================*/

#foot #copy {
    background: none repeat-x scroll 0 0 transparent;
    clear: both;
    font-size: 10px;
    font-style: normal;
    height: 40px;
    letter-spacing: -0.001px;
    line-height: 40px;
    text-align: center;
}


/*	メイン画像CSS
===============================================================*/

#top_slide {
    height: auto;
    overflow: hidden;
}
#slide {
    height: auto;
    margin: 0 auto;
    /*max-width: 640px;*/
    width: 100%;
}

#h1_teaser_image {
    /*max-height:126px;*/
    margin: 0 auto;
    /*max-width: 640px;*/
    width: 100%;
    background: none;
}
#h1_teaser_image a {
    display:block;
    /*max-height: 126px;*/
}

.cFix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.cFix {
    min-height: 1px;
}
/*#slide img {
    height: auto;
    margin: 10px 0;
    max-height: 126px;
    max-width: 640px;
    width: 100%;
}*/

/*	共通タイトルCSS
===============================================================*/

.title {
    background-position: left center;
    background-repeat: no-repeat;
    /*background-size: auto 20px;*/
    border: 1px solid #666666;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 10px 0;
    padding: 10px;
}
.title span {
    font-size:10px;
}

.sub_title {
    background-position: left center;
    background-repeat: no-repeat;
    /*background-size: auto 20px;*/
    border: 1px solid #666666;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 10px 0;
    padding: 10px;
}


.inline_title unity_title {
    background-color: #999999;
    border-radius: 5px 5px 5px 5px;
    line-height: 1.5;
    margin: 10px;
    padding: 15px 20px;
    width:auto;
    display:block;
}

/*	コンテンツCSS
===============================================================*/

#Wrap {
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);*/
    position: relative;
    z-index: 1;
}

#main {
  position: relative;
  z-index: 1;
  /*margin-top: 42px;*/
  padding-top: 0;
}


/*	ブログ呼び出しCSS
===============================================================*/

.blog_read_block {
    /*border-bottom: 1px solid #CCCCCC;*/
    margin: 0 0 10px;
    padding: 8px 10px;
}

.blog_read_block .blog_post {
    border-bottom: 1px dotted #666666;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.data_right .date {
font-size:10px;
letter-spacing:-0.01px;
/*position:absolute;*/
display:block;
left:5px;
/*top:8px;*/
line-height:20px;
padding-left:25px;
background: url("../../../../files/list_indent_icon.png") no-repeat 5px center ;
-webkit-background-size:12px 12px;
-moz-background-size:12px 12px;
background-size:12px 12px;
}

.data_right .post-title {
    display: block;
    height: inherit;
    text-indent: inherit;
}

.data_right .post-title a {
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    text-decoration: none;
}
.data_right .post-title a:hover {
    text-decoration: underline;
}

.data_right .news_small_text {
    display: block;
    font-size: 10px;
    height: inherit;
    letter-spacing: -0.001px;
    padding: 0 0 0 26px;
    text-indent: inherit;
}

/*ブログ、READ MORE*/

.blog_navigation {
    text-align: center;
}

.blog_navigation a {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    padding: 15px;
}



/*	格納サイドバーCSS
===============================================================*/



/*左ナビ*/

#Side_wrap {
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;*/
    position: fixed;
    width: 260px;
}

#Side {
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
#Side #Side_inner img {
}
#Side #SideNav li a {
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
#Side #SideNav li a.touchstyle {
    box-shadow: 0 0 5px #000000 inset;
    position: relative;
    z-index: 100;
}
#Side #SideNav li a.notouchstyle {
}
#Side li {
    padding: 0;
}
#Side li a {
    display: block;
    padding: 0 10px;
}
#Side li a span {
    background: url("../../../../files/icon_home.png") no-repeat scroll 0 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 35px;
-webkit-background-size:20px 37px;
-moz-background-size:20px 37px;
background-size:20px 37px;
}
#Side li a {
    text-decoration: none;
}

#Side li a:hover {
    text-decoration: underline;
}

#Side_wrap {
    /*border-right: 1px solid #333333;*/
    /*left: -260px;*/
    left: 0;
    top: 0;
    z-index: 100000;
}
#Side_wrap.active {
}
.openSidemenu {
/*    left: 0 !important;
    position: relative;*/

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    position:relative;
    -webkit-transition: .2s -webkit-transform ease-in-out;
    -moz-transition: .2s -webkit-transform ease-in-out;
    -ms-transition: .2s -webkit-transform ease-in-out;
    -o-transition: .2s -webkit-transform ease-in-out;
}
.closeSidemenu {
/*    left: -260px !important;
    position: relative;*/

    -webkit-transform: translate3d(-260px,0,0);
    -moz-transform: translate3d(-260px,0,0);
    -ms-transform: translate3d(-260px,0,0);
    -o-transform: translate3d(-260px,0,0);
    position:relative;
    -webkit-transition: .2s -webkit-transform ease-in-out;
    -moz-transition: .2s -webkit-transform ease-in-out;
    -ms-transition: .2s -webkit-transform ease-in-out;
    -o-transition: .2s -webkit-transform ease-in-out;
}
.hidebackbtn {
    display: none;
    height: 100%;
    left: 260px;
    position: fixed;
    top: 0;
    width: 100%;
}
/*	2014年10月3日追記
-------------------------------------------------------------- */
.closeWrap {
-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); position:relative; -webkit-transition: .2s -webkit-transform ease-in-out; -moz-transition: .2s -webkit-transform ease-in-out; -ms-transition: .2s -webkit-transform ease-in-out; -o-transition: .2s -webkit-transform ease-in-out;
}
/* ----------------------------------------------------------- */

.openHead #logoarea {
    left: 260px !important;
}
.closeHead #logoarea {
    left: 0 !important;
}

/*メニューを閉じる画面ボタン*/
#secondary .hidebackbtn {
    cursor: pointer;
    display: table-cell;
    position: static;
    text-align: center;
    width: 260px;
    height:55px;
    line-height:55px;
}



/*右ナビ*/

#rSide_wrap {/*
    background: none repeat scroll 0 0 transparent;
    border-left: 1px solid #333333;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
    position: fixed;
    width: 260px;
*/
}

#rSide {/*
    margin: 0 auto;
    position: relative;
    z-index: 100;
*/}
#rSide #rSide_inner img {/*
*/}

#rSide_wrap {
    overflow: hidden;
    /*right: -260px;*/
/*
    right: 0;
    top: 0;
    z-index: 100000;
*/}
#rSide_wrap.active {/*
*/}
#rSide li {/*
    padding: 0;
*/}
#rSide li a {
    /*color: #FF0000;*/
    /*
    display: block;
    */
    /*text-shadow: 0 -1px 1px #333333;*/
}
#rSide .widget-title2 a {/*
    background: url("../../../../files/icon_blog.png") no-repeat scroll 0 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 35px;
-webkit-background-size:33px 50px;
-moz-background-size:33px 50px;
background-size:33px 50px;
*/}
#rSide li a {/*
    text-decoration: none;
*/}
#rSide li a:hover {/*
    text-decoration: underline;
*/}
.RopenWrap {
/*
    left: -260px !important;
    position: relative;
*/
/*
    -webkit-transform: translate3d(-260px,0,0);
    -moz-transform: translate3d(-260px,0,0);
    -ms-transform: translate3d(-260px,0,0);
    -o-transform: translate3d(-260px,0,0);
    position:relative;
    -webkit-transition: .2s -webkit-transform ease-in-out;
    -moz-transition: .2s -webkit-transform ease-in-out;
    -ms-transition: .2s -webkit-transform ease-in-out;
    -o-transition: .2s -webkit-transform ease-in-out;
*/}
.RopenSidemenu {
/*    position: relative;
    right: 0 !important;*/
/*
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    position:relative;
    -webkit-transition: .2s -webkit-transform ease-in-out;
    -moz-transition: .2s -webkit-transform ease-in-out;
    -ms-transition: .2s -webkit-transform ease-in-out;
    -o-transition: .2s -webkit-transform ease-in-out;
*/}
.RcloseSidemenu {
/*    position: relative;
    right: -260px !important;*/
/*
    -webkit-transform: translate3d(260px,0,0);
    -moz-transform: translate3d(260px,0,0);
    -ms-transform: translate3d(260px,0,0);
    -o-transform: translate3d(260px,0,0);
    position:relative;
    -webkit-transition: .2s -webkit-transform ease-in-out;
    -moz-transition: .2s -webkit-transform ease-in-out;
    -ms-transition: .2s -webkit-transform ease-in-out;
    -o-transition: .2s -webkit-transform ease-in-out;
*/}
.Rhidebackbtn {/*
    display: none;
    height: 100%;
    position: fixed;
    right: 260px;
    top: 0;
    width: 100%;
*/}
.RopenHead #logoarea {/*
    left: -260px !important;
*/}

/*メニューを閉じる画面ボタン*/
.btn.Rhidebackbtn {/*
    cursor: pointer;
    display: table-cell;
    position: static;
    text-align: center;
    width: 240px;
    height:55px;
    line-height:55px;
*/}


/*メニューを閉じるCSS

* .Rhidebackbtn span,
* .hidebackbtn span {
    background: none repeat scroll 0 0 #999999;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 15px;
    position: relative;
    width: 200px;
}
*/

.openWrap {
/*    left: 260px !important;
    position: relative;*/

-webkit-transform: translate3d(260px,0,0); -moz-transform: translate3d(260px,0,0); -ms-transform: translate3d(260px,0,0); -o-transform: translate3d(260px,0,0); position:relative; -webkit-transition: .2s -webkit-transform ease-in-out; -moz-transition: .2s -moz-transform ease-in-out; -ms-transition: .2s -ms-transform ease-in-out; -o-transition: .2s -o-transform ease-in-out;
}
.closeWrap {
/*    left: 0 !important;
    position: relative;*/

-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); position:relative; -webkit-transition: .2s -webkit-transform ease-in-out; -moz-transition: .2s -webkit-transform ease-in-out; -ms-transition: .2s -webkit-transform ease-in-out; -o-transition: .2s -webkit-transform ease-in-out;
}

/*	右サイド定型CSS
===============================================================*/

#rSide .btn {
    /*border-bottom: 1px solid #CCCCCC;*/
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
}

#rSide .btn a {
    display: block;
    height: 55px;
    line-height: 55px;
}
#rSide .btn a:hover {
    text-decoration: underline;
}

.widget-title2 a {
    display: block;
    margin: 0;
    /*padding: 15px 10px 15px 35px;*/
    padding: 15px 10px;
}
#rSide div span a {
}

.top-back {
    border-top:solid 1px #CCC;
    border-bottom:solid 1px #CCC;
}


/*	左サイド定型CSS
===============================================================*/

#secondary .btn {
    /*border-bottom: 1px solid #CCCCCC;*/
    padding: 0;
    margin-bottom: 0;
}

#secondary .btn a {
    display: block;
    height: 55px;
    line-height: 55px;
}

#Side .xoxo .menu-item-type-post_type {
    border-bottom: medium none;
    margin: 0;
    padding: 0;
}

#Side div a span {
    background: url("../../../../files/icon_home.png") no-repeat scroll 0 7px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 35px;
-webkit-background-size:26px 39px;
-moz-background-size:26px 39px;
background-size:26px 39px;
}



/*	検索フォームCSS
===============================================================*/

#searchform {
    /*border-bottom: 1px solid #CCCCCC;*/
    height: 45px;
    line-height: 45px;
    /*padding: 0 5%;*/
}

#searchform label {
    display: none;
}

#searchform input#s {
}

#searchform input#searchsubmit {
}


/*	primaryタイトル定型CSS
===============================================================*/

#primary .widget-title {
    /*background: url("") repeat scroll 0 0 #333333;*/
    display: block;
    margin: 0;
    padding: 15px 10px;
}

/*	primaryリスト定型CSS
===============================================================*/

#primary ul.xoxo li ul li {
    border-bottom: 1px dotted #999999;
    vertical-align: middle;
    /*
    margin: 0;
    display: inline-block;
    width: 260px;
    */
    display: block;
    margin: 0 0;
    padding: 0;
}
#primary ul.xoxo li ul li:first-child {margin: 5px 0 0;}
#primary ul.xoxo li ul li:last-child {border:none; margin: 0 0 10px;}


/*	primaryカレンダー定型CSS
===============================================================*/

#calendar_wrap {
    margin: 0 auto;
    padding: 0 0 5%;
    /*width: 100%;*/
    box-sizing: border-box;
}

#calendar_wrap table {
   width:100%;
}

#calendar_wrap table caption {
    padding: 15px 0;
}

#calendar_wrap table tr th {
    padding: 0 0 5px;
    text-align: center;
}

#calendar_wrap table tr td {
    padding: 5px 0;
    text-align: center;
}

/*カレンダーリンクカラー*/

#calendar_wrap table tr td a {
    /*color: #FF0000;*/
    font-weight: bold;
    padding: 0;
}
#calendar_wrap table tr td a:hover {
    /*color:#FF0000;*/
    text-decoration: underline;
}

/*カレンダー当日カラー*/

#calendar_wrap table tr td#today {
    background: none repeat scroll 0 0 #333333;
}

/*	ブログレイアウトCSS
===============================================================*/

#container {
    /*margin: 10px 10px 20px;*/
    /*border:solid 1px #363636;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:5px;*/
    overflow:hidden;
    /*background:rgba(255,255,255,0.05);*/
}

#container a {
    /*color: #FF0000;*/
    text-decoration: none;
}

#container a:hover {
    text-decoration: underline;
}


#content {
}

#content h1.page-title {
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

.entry-meta {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
}

.entry-content {
    margin: 0 0 30px;
    padding: 10px 10px 0;
}

/*投稿記事内画像サイズ*/

.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignright,
.entry-content img.alignleft {
    clear: both;
    display: block;
    height: auto;
    margin: 15px auto;
    padding: 0;
    min-width: 260px;
    width: 100%;
}

/*ページ送りナビゲーションCSS*/

.navigation {
}

.navigation .nav-previous a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    float: left;
    margin: 0 0 10px 10px;
    padding: 15px 20px;
}
.navigation .nav-previous a:hover {
}

.navigation .nav-next a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    float: right;
    margin: 0 10px 10px 0;
    padding: 15px 20px;
}
.navigation .nav-next a:hover {
}

/*	共通スタイルCSS
===============================================================*/

/*見出し*/
.entry-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background: url("") repeat scroll 0 0 #999999;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    padding: 10px;
    text-decoration: none;
    margin: 0 10px 10px;
}

.form_title {
    border: 1px solid #666666;
    /*color:#FFF;*/
    display: block;
    line-height: 2;
    padding: 10px 20px;
    text-align: left;
}

/*テーブルカラー*/

/*項目側（左）*/
.contact_form .iqfm-table th {
    padding: 5px;
    text-align: left;
    width: 30%;
}

/*内容側（右）*/
.contact_form .iqfm-table td {
    padding: 5px;
    text-align: left;
    width: 70%;
}


/*グラデーション板*/
.gradation_plate {
    border:1px solid #2a2a2a;
    background:#111;
    font-size: 13.5px;
    font-weight:bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#111));
    background-image:-webkit-linear-gradient(#999999,#111);
    background-image:-moz-linear-gradient(#999999,#111);
    background-image:-ms-linear-gradient(#999999,#111);
    background-image:-o-linear-gradient(#999999,#111);
    background-image:linear-gradient(#999999,#111);
}

/*お問い合わせフォーム、サンクス画面*/

.contact_form .contact_form_area p.thanks_text {
    background: url("") repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
}


/*ページ送りデザインCSS*/

.tablenav {
    clear: both;
    display: block;
    height: 37px;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

.tablenav .page-numbers {
    border: 1px solid #CCCCCC;
    display: inline-block;
    float: left;
    margin: 0 2% 20px;
    padding: 10px 15px;
}

.tablenav .current {
}

.tablenav .page-numbers {
}

.tablenav .next {
}

/*左サイトメニュー、サブメニューCSS*/

#Side .xoxo li ul.sub-menu {
    display: block;
    position: relative;
    margin: 0 1em;
}
/*幅リセット*/
#Side .xoxo li ul.sub-menu li {
    padding: 0;
    margin:0 0 1px 0;
    font-size: 
}

#Side .xoxo li .menu-item a {
    height: 3em;
    line-height: 3em;
/*border-bottom: dotted 1px #999;*/
text-align: center;
font-size: 115%;
}

#Side .xoxo li ul.sub-menu .menu-item a {
    height: 3em;
    line-height: 3em;
/*border-bottom: dotted 1px #999;*/
text-align: center;
font-size: 90%;
}

/*右サイド*/

#primary ul.xoxo li ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    padding: 10px;
    width: 100%;

    display: inline-block;
}


/*グローバルナビ*/
#access {
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
#access .menu-header ul.menu {
    background: none repeat scroll 0 0 #666;
}
#access .menu-header ul.menu li {
}
#access .menu-header ul.menu li a {
    background: url("../../../../files/menu_icon.png") no-repeat scroll right center #666;

    background-size: 33px auto;
    -webkit-background-size: 33px auto;
    -moz-background-size: 33px auto;

    border-bottom: 2px solid #444;
    border-top: 2px solid #888;
    /*color: #FFFFFF;*/
    display: block;
    font-size: 14px;
    line-height: 3;
    padding: 0 20px;
    text-decoration: none;
}
#access .menu-header ul.menu li a:hover {
    background: url("../../../../files/menu_icon.png") no-repeat scroll right center #bbb;

    background-size: 33px auto;
    -webkit-background-size: 33px auto;
    -moz-background-size: 33px auto;

    border-bottom: 2px solid #999;
    border-top: 2px solid #ddd;
    text-decoration: underline;
}


#access .menu-header ul.menu li ul.sub-menu {
}
#access .menu-header ul.menu li ul.sub-menu li {
    background: url("../../../../files/list_menu_icon.png") no-repeat scroll 10px center #888;

    background-size: 33px auto;
    -webkit-background-size: 33px auto;
    -moz-background-size: 33px auto;

}
#access .menu-header ul.menu li ul.sub-menu li a {
    background: url("../../../../files/menu_icon.png") no-repeat scroll right center transparent;

    background-size: 33px auto;
    -webkit-background-size: 33px auto;
    -moz-background-size: 33px auto;

    /*color:#FFF;*/
    border-bottom: 2px solid #666;
    border-top: 2px solid #aaa;
    padding: 0 40px;
    display: block;
    font-size:14px;
    text-decoration: none;
    line-height: 3;
}
#access .menu-header ul.menu li ul.sub-menu li a:hover {
    background: url("../../../../files/menu_icon.png") no-repeat scroll right center #bbb;

    background-size: 33px auto;
    -webkit-background-size: 33px auto;
    -moz-background-size: 33px auto;

    border-bottom: 2px solid #999;
    border-top: 2px solid #ddd;
    text-decoration: underline;
}

/*一覧に戻るリンク*/

.pageback a {
    border: 1px solid #CCCCCC;
    display: block;
    line-height: 40px;
    margin: 0 10px 20px;
    padding: 5px 10px;
    text-align: center;
}


/*共通2カラムテーブル*/

.custom_th_text {
    border-bottom: 1px dotted #CCCCCC;
    text-align: left;
}

.custom_th_text p {
    margin:0;
}

.custom_td_text {
    border-bottom: 1px dotted #CCCCCC;
    text-align: right;
}

/*地図のリンク*/

small a {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 13px;
    line-height: 3;
    margin: 10px 0 0;
    padding: 5px 20px;
    text-decoration: none;
}


/*	tel link modal css
===============================================================*/

/*telボタン*/
a.inline {
    cursor: pointer;
}

/*表示エリア*/
.ui-widget-content {
    background-color: #FFF;
}

/*タイトルバー*/
.ui-widget-header {
    background-color: #00A0DE;
    border: 1px solid #00A0DE;
}

/*タイトルバー閉じるボタン*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("../../../../files/icons-18-white.png") no-repeat scroll -72px 0 #999999;
    border: 1px solid #FFF;
}


/*店名、電話番号エリア*/
.ui-dialog .ui-dialog-content {
    padding: 10px 5px;
}
.shop_block {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

/*店名*/
span.shop_name {
    border-left: 5px solid #00A0DE;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 0 5px;
    padding: 0 0 0 5px;
}

/*telリンク*/
a.tel_links {
    background: url("img/call_icon.png") no-repeat scroll 0px 7px;

    -webkit-background-size:20px 20px;
    -moz-background-size:20px 20px;
    background-size:20px 20px;

    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0;
    padding: 0 10px 0 28px;
}

a.tel_links:hover {
    color:#00A0DE;
}

/*閉じるボタン*/
.ui-dialog .ui-dialog-buttonpane button {
    background: url("") repeat scroll 0 0 transparent;
    margin: 0;
    color:#00A0DE;
    border: 1px solid #00A0DE;
}

button.ui-state-hover {
}


/*	■iframe背景
===========================================================================================*/
.textwidget > iframe {
    background: url("") repeat scroll 0 0 #FFFFFF;
}

/*	■2014/04/02 追記CSS
===========================================================================================*/

#wp-calendar thead th {
    text-align: center;
    vertical-align: middle;
}


/*	■2014/08/01 追記CSS ブログ見出し
===========================================================================================*/
#content h1.entry-title,
#content h2.inlline_title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    display: block;
    font-size: 12px;
    line-height: 1.7;
    font-weight: bold;
    text-decoration: none;

    background: url("") no-repeat scroll 0 0 transparent;
    background-color : #EEE;
    border: solid 1px #CCC;
}

#content div.entry-meta {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

#content div.entry-content {
    margin: 0 0 30px;
    padding: 0px 0px 0;
    font-size: 12px;
    line-height: 1.7;
    word-break: break-word;
}
#content div.entry-content p {
    margin: 0 0 10px;
}

.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignright,
.entry-content img.alignleft,
.entry-content .photo img {
    max-width: 80%;
    width: auto;
    margin: 20px auto 0;
    height: auto;
}
.entry-content img.aligncenter { text-align: center; }
.entry-content img.alignright  { text-align: right; }
.entry-content img.alignleft   { text-align: left; }




/*  ■2018/12/11 fixed ハンバーガーメニュー
===========================================================================================*/
#float_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}

#float_header #btn_menu {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 45px;
    height: auto;
    z-index: 10000;
}
#float_header #btn_menu img {width: 100%;}

#float_header #menu_access_btn {
    position: absolute;
    top: 65px;
    right: 65px;
    display: block;
    width: 45px;
    height: auto;
    z-index: 10000;
}
#float_header #menu_access_btn img {width: 100%;}

#Side_wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: none #f1f1f1;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease 0s;
  overflow: scroll;
}
#Side_wrap.hide_menu {
  width: 0;
  opacity: 0;
}
#Side_wrap ul#menu-sp_side {
  box-sizing: border-box;
  width: 100%;
  padding: 28% 0 10px;
}
#Side_wrap ul#menu-sp_side li {
  /*margin-bottom: 20px;*/
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease 0.5s;
}
#Side_wrap.hide_menu ul#menu-sp_side li {
  width: 0;
  /*Gナビ動き制御の為
  opacity: 0;
  */
  transition: all 0.5s ease 0s;
}
#menu-sp_side {
    background: url(../../../../files/sp_main_logo02.png) no-repeat center top;
    background-size: 100%;
}

/*メニューを開いているとき後ろのコンテンツの動き固定*/
.scroll-prevent {
  position: static;
  z-index: -1;/*奥行きを管理*/
  overflow: hidden;
  width: 100%;/*下2つで背景を元のサイズのまま表示することができる*/
  height: 100%;
}
#Side_wrap,
#rSide_wrap,
#Side {
  height: 100% !important;
}

/*スマホ用Gナビ*/
        .menu-item-has-children {
            position: relative;    
        }
        
        .menu-item-has-children span {
            background: none;
            display: inline-block !important;
            width: 3em;
            height: 3em;
            padding: 0 !important;
            height: 0;
            position: absolute;
            top: 0;
            right: 3em;
            z-index: 100;
            text-align: center;
            font-size: 115%;
        }
        .menu-item-has-children span img {
            width: 1em;
            padding: 1em 0;
        }
        #Side_wrap ul#menu-sp_side li {
            width: 100%;
            transition: all 0.5s ease 0s;
        }
        #Side_wrap.hide_menu {
            width: 100%;
            display: none;
            transition: all 0.5s ease 0s;
        }
        #Side_wrap.hide_menu ul#menu-sp_side li {
            width: 100%;
            transition: all 0.5s ease 0s;
        }

/*Gナビサブメニュー*/
    .accordionBtn {
        width: 3em!important;
        height: 3em!important;
        background: url("../../../../files/sp_submenu_btn_off.png") no-repeat center / 25% !important;
    }
    .accordionBtn_active {
        background-image: url("../../../../files/sp_submenu_btn_on.png")!important;
    }



/*左サイドメニュー内SNSリンク*/
#secondary .widget-container .textwidget {
  display: -ms-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 10%;
}
#secondary .widget-container .facebook_banner {
    max-width: 20%;
    margin: 0 0 20px;
}


/*youtube
===========================================================================================*/
.youtube_wrap {
  position:relative;
  padding-bottom: 56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}
.youtube_wrap iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/*電話・お問い合わせ
===========================================================================================*/
.scroll_footer{
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    position: fixed;
    bottom: 0;
    z-index: 99;
}
.scroll_footer ul{
    text-align: center;
}
.scroll_footer ul li{
    display: inline-block;
    width: 45%;
    height: 100%;
}
.scroll_footer ul li a{
    color: #000;
}
.scroll_footer ul li img{
    width: 100%;
}
.scroll_footer_origin{
    width: 100%;
}
.scroll_footer_origin ul{
    text-align: center;
}
.scroll_footer_origin ul li{
    display: inline-block;
    width: 45%;
    height: 100%;
}
.scroll_footer_origin ul li a{
    color: #000;
}
.scroll_footer_origin ul li img{
    width: 100%;
}

/*190208 コーダー追加*/
.scroll_footer {
    height: 17.5vw;
}
.scroll_footer ul {
    width: 100%;
    height: 17.5vw;
    position: relative;
    background: url(../../../../files/sp_footerfix_contact_bg.png) no-repeat center center / 100%;
}
.scroll_footer ul li {
    display: block;
    width: 17.5vw;
    height: 17.5vw;
    position: absolute;
    top: 0;
}
.scroll_footer ul li.footer_tel_link {left: 0;}
.scroll_footer ul li.footer_contact_link {right: 0;}
.scroll_footer ul li a img {width: 100%;}
