/*
Theme Name: stingerplus child
Template: stingerplus
Version: 20160525
*/
@import url('../stingerplus/style.css');
hr.cb {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.spbtn {
  display: none;
}
.brsp{
  display: none;
}
a:hover{
	opacity:0.8;
}
p{
  letter-spacing: 0.1em;
}
.myset.spbtn {
  padding:5px!important;
}
.myset.spbtn a{
  margin:2px 0!important;
}
a,
.no-thumbitiran h3 a,
.no-thumbitiran h5 a {
  color: #4682b4!important;
  text-decoration: none;
}
a:hover,
.no-thumbitiran h3 a:hover,
.no-thumbitiran h5 a:hover {
  color: #4682b4!important;
  text-decoration: underline;;
}
#search {
  clear: left;
}
aside .panel-grid.panel-has-style > .panel-row-style {
    display: block;
}
#contentInner,
#wrapper,
main,
.post,
.mainbox {
  background-image: url("/wp-content/uploads/bg.jpg")!important;
}
header a{
  color: #FFF!important;
}
header a:hover{
  color: #FFF!important;
}

#menu-sidenav li {
}
#menu-sidenav li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  padding: 5px;
  background: rgba(255, 168, 0, 0.1);
  box-shadow: 0px -10px 10px rgba(255, 168, 0, 0.15) inset;
  border:1px solid rgba(255, 168, 0, 0.5);
}
#menu-sidenav li a:hover {
  box-shadow: 0px 10px 10px rgba(255, 168, 0, 0.15) inset;
}
#menu-sidenav .sub-menu {
  display: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
* {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
  /*
	font-family: PT Sans Caption,Josefin Sans,"游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  */
}
table {
  width: 100%!important;
}
table tr:first-child td {
  border-top: 1px solid #999;
}
table tr td:last-child {
  border-right: 1px solid #999;
}
#wrapper {
	max-width: 100%;
	padding:0;
  overflow: hidden;
}
#footer {
	padding: 0;
}
header {
	position: fixed!important;
  width: 100%;
  z-index: 99999;
}
#headbox {
	padding: 0;
}
#footer {
	padding: 10px 0!important;
}
html, body {
  height: auto;
}
header .descr{
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
	padding: 0 5px;
}
header .smanone ul.menu {
}
header .smanone ul.menu li {
  display: table;
  width: auto;
}
header .smanone ul.menu li a,
header .smanone ul.menu li {
	letter-spacing: 0.2em;
}
header .smanone ul.menu li a {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding:0 1.6em;
}
header .smanone ul.menu li a span{
	display: block;
  height: auto;
  line-height: 1.2em
}
header .smanone ul.menu li a span.navdesc{
	font-size: 10px;
  letter-spacing: 0;
}

header .smanone ul.menu li a span.navtexbox{
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 2px 0;
  color: #333;
}
header .smanone ul.menu li a:hover span.navtexbox{
	border-bottom: 2px solid;
  border-color: rgba(247,115,133,1);
}
header .smanone ul.menu li li a span.navtexbox{
  color: #FFF!important;
}
header .smanone ul.menu li ul.sub-menu li a:hover span.navtexbox{
  border-color: #FFF!important;
}



header,
#header-l,
#header-r nav,
#header-r .head_right,
header .smanone ul.menu li a,
header .smanone ul.menu li{
  height: 75px;
  position: static;
}
#header-l .sitename img {
  max-height: 75px;
}
header .smanone ul.menu li a,
header .smanone ul.menu li{
  background-color: rgba(0, 0, 0, 0)!important;
}
header .smanone ul.menu li a:hover{
  color:#FFF;
  background-image: url(/wp-content/uploads/bra001.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
header .smanone ul.menu li .sub-menu {
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 75px;
  width: 100vw !important;
  padding: 10px 40px;
  z-index: 5000;
}
header .smanone ul.menu li .sub-menu li,
header .smanone ul.menu li .sub-menu li a{
  display: inline-block;
  width: auto;
  border-top:none;
  padding: 0 30px;
  height: auto;
}
#header-l,
#footer {
	background-color: #CEBF8A;
}
#headbox {
  background-color: rgba(255, 255, 255, 0.8);
}
#header-l{
  /*
  max-width: 28vw;
  min-width: 28vw;
  */
  display: table;
  height: 75px;
}
#header-l .sitename{
  margin: 0!important;
  padding: 9px!important;
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#header-r{
  min-width: 69vw;
  max-width: 100vw;
}
#header-r p{
}
#header-r nav.smanone{
  float: right;
  padding: 0;
}
#header-r .head_right{
  width: 22%;
  float: right;
  padding: 0 5px;
  display: table;
}
#header-r .head_right > div{
  display: table-cell;
  vertical-align: middle;
}

#header-r .head_right .sow-icon-image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 14px;
  height: 1.5em;
  margin: 0;
  width: 20px;
}
#header-r .head_right a{
  line-height: 1.6em;
  padding: 0;
}
#header-r .head_right a span{
  background-repeat: no-repeat;
  background-size: 20px 14px;
  margin: 0;
  width: 20px;
  font-size: 12px;
  display: inline-block;
  width: 90%;
}
#header-r .panel-grid{
  padding: 0;
  margin-bottom: 0!important;
}
#header-r .textwidget{
  padding: 0;
}
#header-r .textwidget p{
  color: #55ACEE;
  font-size: 12px;
  line-height: 1.4em;
}
.box100vh{
  height: 100vh!important;
}
.myset.mv .panel-row-style{
  background-position: center top!important;
}
.myset.mv .so-panel{
  height: 100vh;
}
.myset.mv .so-panel .textwidget {
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
    width: 100vw;
}

.myset.mv p {
  letter-spacing: 0.5em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.ow-button-base{
  background-color: #FFF;
}
.ow-button-base a{
  margin: 0!important;
}
.mainbox .sow-image-container img{
  width: 100%;
}
.myMidashi h3 {
  border-bottom: 3px solid #F8BDB1!important;
  display: inline-block;
  font-size: 40px;
  font-weight: normal;
  line-height: 1em;
}
.ImgOverTex{
  position: relative;
}
.ImgOverTex h3{
  border: none!important;
  color: #deb928!important;
  font-size: 1.5em!important;
  letter-spacing: 0.4em;
  margin: 0;
  padding: 20px 0 0;
  position: absolute;
  text-align: right;
  width: 100%;
  text-shadow:
  0 2px 1px #fff,
  2px 0 1px #fff,
  0 -2px 1px #fff,
  -2px 0 1px #fff,
  -2px -2px 1px #fff,
  2px -2px 1px #fff,
  -2px 2px 1px #fff,
  2px 2px 1px #fff
  ;
}
.ImgOverTex .sow-image-container{
  padding-top: 20px
}
.ImgOverTex img{
  opacity: 0;
}


.kanren dt {
  display: none;
}
.kanren dd {
  padding-left: 0;
}



.photobtn .so-panel{
	border:3px solid #FFF;
	background-color: rgba(255, 255, 255, 0.7);
}
.photobtn .so-panel:hover{
	background-color: rgba(255, 255, 255, 0.45);
}
.photobtn .panel-widget-style{
  background-position:center center;
}

#gazou-wide {
	margin: 0;
}
.header-slides-slide img {
	width: 100%;
}
.colum1 main {
	padding: 0;
}
#st-page .entry-title {
	margin-top: 0;
}
.home h1 {
	display: none;
}
.widget-title{
	text-align:center;
	font-size:2em!important;
  /*
  font-family: PT Sans Caption,Josefin Sans,"游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  */
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
	font-weight: normal;
}
.koumoku span {
  padding: 10px;
  width: 100%;
  display: table;
}
.koumoku a {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  display: table-cell;
  height: 140px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.ow-button-hover{
	margin-top:5px;
	margin-bottom:5px;
}
footer{
  margin: 0 !important;
  padding: 10px 5px 0 !important;
  width: 100%;
}
#footer p.copy {
    font-size: 12px !important;
    margin-bottom: 0;
}
main{
	margin-right: 305px;
}
.page .blogbox {
  display: none;
}
.myset .panel-grid {
  margin-bottom: 0!important;
}

.myset.page_bottom {
    background-color: rgba(255, 255, 255,0);
    padding:30px 5%;
}


#pg-2-0.panel-grid,
#pg-2-6.panel-grid{
  padding: 0;
}
#pg-2-6.panel-grid .panel-grid-cell{
  margin-bottom: 0!important;
}
.panel-grid-cell .so-panel{
  margin-bottom: 0!important;
}

/* home */

#contentInner {
	margin-right: 0;
  width: 100%;
}
main {
  margin-right: 0;
  padding: 80px 0 0;
}
#side aside{
	padding-top: 5px;
	padding-right: 5px;
  width: 320px;
}
#side .ad h4 {
    border-bottom: 1px dotted #666;
    margin-bottom: 5px;
    padding-bottom: 0;
}
/* Under */
body:not(.home) .myset.mv {
    display: none;
}
body:not(.home) #contentInner {
    margin-right: 0;
    width: calc(100% - 320px);
}
body:not(.home) main .panel-grid {
  padding: 0;
}
#side aside {
  padding: 100px 10px 0 !important;
}
#side aside .panel-grid-cell {
  width: 100%;
}
#side aside h3 {
  text-align: left;
  font-size: 18px!important;
  width: 100%;
}


/*media Queries タブレットサイズ（1280px以下）
----------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1280px){

nav {
  height: 100%;
  position: absolute;
  right: 10px;
}
#s-navi dl.acordion {
  height: 100%;
}
#s-navi dt.trigger {
  display: table;
  height: 100%;
}
#s-navi dt.trigger p {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#s-navi dt.trigger .op {
  background: rgba(0, 0, 0, 0)!important;
  color: #fff!important;
}
#s-navi dd.acordion_tree {
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 40vw;
}
.acordion_tree ul.menu li:last-child {
  padding-bottom: 10px;
}
.acordion_tree ul.menu li .navdesc {
  display: block;
  font-size: 10px;
  line-height: 1em;
  padding-left: 1.6em;
}







#header-l{
  float: none!important;
  width: 100%!important;
  max-width: 100%!important;
  margin: 0;
  padding: 0;
}
#header-l .sitename {
  padding: 0!important;
  margin: 0!important;
  width: 100%;
}
#header-r {
  position: absolute;
  right: 0;
  top: 0;
}
#header-r {
  width: 69vw!important;
  display: none!important;
}

#headbox {
  position: relative;
}
header {
	position: static!important;
  width: 100%;
}


/*-- ここまで --*/
}

/*media Queries スマホサイズ（600px以下）
----------------------------------------------------*/
@media only screen and (max-width: 600px) {
.brsp{
  display: inline;
}
.alignleft,
.alignright{
	float:none;
}
.alignright{
	float:right;
}
.myset.mv p {
  letter-spacing: 0;
}











#content {
  width: 100%;
}
#contentInner {
	margin-right: 0;
  width: 100%;
}
main {
  margin: 0 !important;
}
#wrapper {
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}
header {
  position: static!important;
}

#headbox {
  margin: 0!important;
  padding: 0!important;
}
.sitename img {
    max-height: 30px!important;
}
header,
#header-l,
#header-r nav,
header .smanone ul.menu li a,
header .smanone ul.menu li{
  height: 50px!important;
}
#s-navi dt.trigger .op {
  height: 45px !important;
  line-height: 45px;
  padding: 0 10px !important;
  background: rgba(0, 0, 0, 0)!important;
  color: #fff!important;
}
.acordion_tree ul.menu li:last-child {
  padding-bottom: 10px;
}
.acordion_tree ul.menu li .navdesc {
  display: block;
  font-size: 10px;
  line-height: 1em;
  padding-left: 1.6em;
}





.myset.mv .so-panel{
  height: 65vh;
}
.myset.mv .so-panel .textwidget {
    height: 65vh;
}

header .sitename {
    margin-bottom: 0;
}



nav {
  height: 50px;
  position: absolute;
  right: 0;
}
#s-navi dl.acordion {
  height: 100%;
}
#s-navi dt.trigger {
  display: table;
  height: 100%;
}
#s-navi dt.trigger p {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#s-navi dt.trigger .op {
  background: rgba(0, 0, 0, 0)!important;
  color: #fff!important;
}
#s-navi dd.acordion_tree {
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 60vw;
}

#s-navi {
    z-index: 50000;
}
#s-navi .sub-menu {
    display: block!important;
}






#header-l {
    padding-top: 0;
    padding-left:5px;
    width: 100vw;
}
#headbox {
    height: 45px;
}
.mytable .textwidget {
  width: 100%!important;
  overflow-x: scroll;
}
.mytable table {
  width: 1000px!important;
}
.spview {
  display: inline;
}
.page .mainbox img {
  width: 100%!important;
}
.spbtn {
  display: block ;
}
.spbtn a {
  display: block ;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  width: 96%;
  margin: 5px 2%;
  background-color: orange;
  color: #FFF;
  border-radius: 3px;
}
.page-id-900 .spbtn a {
  display: none ;
}
#pg-2-0 #panel-2-0-0-0, #pg-2-0 #panel-2-0-0-1 {
  width: 100%;
}
body:not(.home) #contentInner {
  width: 100%;
}



/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
.alignleft{
	float:left;
	margin-right:0.5em!important;
	margin-bottom:0.5em!important;
}
.alignright{
	float:right;
	margin-left:0.5em!important;
	margin-bottom:0.5em!important;
}


/*-- ここまで --*/
}
