@charset "utf-8";
/*
Theme URI:
Description:
Author:
Version: 1.0
License:
License URI:
Tags:
*/
/*-----------------------------------------------------
@@ Reset
------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
http://code.google.com/p/html5resetcss/downloads/list
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


html , body{
  overflow-x: hidden;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
th,td{
  text-align: left;
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

h2.title-index-02b {
  font-size: 32px;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-indent:2px;
  padding-top:55px;
}


article, aside, dialog, figure, footer, header,hgroup, menu, nav, section { display: block; }

img{border: 0; vertical-align: bottom;-ms-interpolation-mode: bicubic; }


/* For modern browsers */
.clearfix:before,.clearfix:after,.cf:before,.cf:after{
  content:"";
  display:table;
}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}/* For IE 6/7 (trigger hasLayout) */

*{box-sizing: border-box;}

/*-----------------------------------------------------
@@ 基本
------------------------------------------------------*/
a{color: #0066cc;text-decoration: underline;}
a:hover{color: #ff6600;transition-duration:0.3s;}

html{
  color: #221814;
  background: white;
  overflow-y: scroll;  /*ここでスクロールバーを常に表示*/
  overflow-x: hidden;
  overscroll-behavior-y: none;  /* ビヨヨン効果を無効化する */
}
body{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: white;
  word-wrap: break-word;
  overflow-wrap : break-word;
}
/* IE10以上 
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}*/


/*  #boxが#box-innerを囲む。 -------------------------------*/
/*  #box-innerは#header,#main,#footerを含む ----------------*/
@media (min-width: 768px)  {
  #box{
    width: 1000px;  /* #box-innerとの差が余白 */
    margin: 0 auto;
    background-color: pink;
  }

  #box-inner{
    width: 960px;  /* #boxとの差が余白 */
    margin: 0 auto;
    text-align: left;
    background-color: yellow;
    box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.2);  /* IE9以降 */
  }
}



@media screen and (max-width: 767px) {/* @@ sm xs 767px以下(スマホ) */
  #box{
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
  }
  #box-inner{
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {/* @@ sm xs 767px以下(スマホ) */
  #layer {
      position: fixed;
      /*z-index: 500;*/
      background: #000000;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      filter: alpha(opacity=0);
      opacity: 0.0;
      display: none;
  }
}



/*-----------------------------------------------------
@@ ヘッダ
------------------------------------------------------*/
@media (min-width: 768px)  {/* @@ sm 768px〜 */
}/* PC ここまで */

@media screen and (max-width: 767px) {/* @@ sm xs 767px以下(スマホ) */
}/* スマホ ここまで */

/*-----------------------------------------------------
@@ Header Menu
------------------------------------------------------*/
/* @@ PC */
@media (min-width: 768px)  {/* @@ sm 768px〜 */

  .wrap-headermenu{
    background-color: #231714;
    height: 48px;/* メニューをposition:fixedにした場合、ページの高さが変わる事への対策 */
  }
  #headermenu{
    position: relative;
    background-color: #231714;
    z-index: 10;
  }

  /* @@@ メニュー */
  #headermenu-btn{display: none;}

  ul.headermenu-list{
    width: 800px;
    margin: 0 auto;
    font-size: 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 16px 0;
  }
  ul.headermenu-list > li{
    /*flex: 1;*/
    font-size: 16px;
    display: block;
    list-style-type: none;
    border-right: 1px solid white;
    padding: 0 1em;
  }
  ul.headermenu-list > li:last-child {
    border-right: none;
  }
  ul.headermenu-list > li > a{
    display: inline-block;
    line-height: 1em;;
    text-align: center;
    color: white;
    text-decoration: none;
  }
  ul.headermenu-list > li > a:hover{
    text-shadow: 0 0 10px yellow;
  }

  /* @@@ 検索等 */
  .header-sub-box{
    position: absolute;
    top: 12px;
    right: -56px;
    right: calc(((100% - 800px) / 2) - 30px);
    width: 25px;
    height: 24px;/**/
    display: inline-block;
  }

  .header-sub-box ul{
    font-size: 0;
    text-align: right;
  }
  .header-sub-box ul > li{
    font-size: 10px;
  }
  .icon-facebook {
    display: block;
    width: 25px;
    height: 24px;
    background: url(images/facebook.png) no-repeat 0 0;
    background-size: 25px 24px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .headermenu-fixed { /* メニュー上部固定 */
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100%;
  }

}/* PC ここまで */

/* @@ スマホ */
@media screen and (max-width: 767px) {/* @@ sm xs 767px以下(スマホ) */

  .wrap-headermenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }

  #headermenu-btn{
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    background: transparent url(images/headermenu-btn-bk4@2x.png) no-repeat 0 0;
    background-size: 60px 120px;
    text-indent: -100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1000;/**/

  }
  #headermenu-btn:hover{
    cursor: pointer;
  }
  #headermenu-btn.clicked{
    background-position:  0 100%;
  }

  /* @@@ メニュー */
  #headermenu{
    display: none;  /* 最初は非表示 */
    z-index: 999;
    position: absolute;
    width: 100vw;
    background: #231714 url(images/logo2.png) no-repeat 20px 10px;
    background-size: 200px 35px;
    top: 0;
    padding-top: 80px;
  }

  ul.headermenu-list{
    padding: 0;
    margin: 0 10px;
    font-size: 0;
  }
  ul.headermenu-list li{
    display: block;
    list-style-type: none;
    padding: 0px;
    font-size: 16px;
    border-top: 1px solid white;
  }
  ul.headermenu-list li:last-child{
    border-bottom: 1px solid white;
  }
  ul.headermenu-list li a{
    display: block;
    color: white;
    padding: 10px 8px;
    text-decoration: none;
  }
  ul.headermenu-list li:last-child a{
    border-bottom: none;
  }


  .header-sub-box{
    margin: 20px auto;
  }

  .header-sub-box ul{
    font-size: 0;
    text-align: right;
  }
  .header-sub-box ul > li{
    font-size: 10px;
  }
  .icon-facebook {
    display: block;
    width: 25px;
    height: 24px;
    background: url(images/facebook.png) no-repeat 0 0;
    background-size: 25px 24px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
  }


}/* スマホ ここまで */


/*-----------------------------------------------------
@@ フッタ
------------------------------------------------------*/
#page-footer{
  clear: both;
  width: 100%;
  background: #231815;  /*フッタ背景色*/
  padding: 20px 0;
}
.footer-logo {
  background: url(images/logo2.png) no-repeat 0 0;
  background-size: 287px 150px;
  width: 287px;
  height: 150px;
  margin: 0 auto 8px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.footer-address {
  font-size: 13px;
  line-height: 1.7;
  color: white;
  margin: 0 auto 24px;
}

.copyright {
  font-size: 13px;
  color: white;
  margin: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .footer-list {
    margin: 0 auto 20px;
    font-size: 0;
    
  }
  .footer-list li {
    display: inline;
  }
  .footer-list li a {
    display: inline-block;
    font-size: 13px;
    color: white;
    text-decoration: none;
    padding: 0 1em;
    border-right: 1px solid white;
  }
  .footer-list li:last-child a {
    border-right: none;
  }
  .footer-list li a:hover {
    text-decoration: underline;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .footer-list {
    margin: 0 auto 20px;
    font-size: 0;
    
  }
  .footer-list li {
    display: inline-block;
    margin-bottom: 12px;
  }
  .footer-list li a {
    display: inline-block;
    font-size: 13px;
    color: white;
    text-decoration: none;
    padding: 0 1em;
  }
  .footer-list li a:hover {
    text-decoration: underline;
  }

}/* スマホ ここまで================================ */

.footer-address a {
  color: white;
}

/*-----------------------------------------------------
@@ メイン
------------------------------------------------------*/
@media (min-width: 768px) {/* PC ここから-------------------------------- */

.wrap-content{
}
#main{  /*#mainは#sidemenuと#contentsを囲む*/
  width: 960px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

#sidemenu{
  width: 220px;
  background-color: #ffc;  /*メニュー背景色*/
  text-align: left;
}
#contents{
  width: 700px;
  background-color: #cff;  /*本文外側背景色*/
}
#contents-inner{
  margin: 0;
  padding: 26px 0 120px;
  text-align: left;
}

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .wrap-content{
    /*background-color: pink;*/
  }

  #main{
    display: block;
    margin: 0 15px;
    overflow: hidden;
  }
  #sidemenu{
    background-color: #ffc;  /*メニュー背景色*/
    text-align: left;
  }

  #contents{
    width: auto;
    background-color: white;
  }
  #contents-inner{
    margin: 0;
    padding: 15px 0 30px;
    text-align: left;
  }

}/* スマホ ここまで================================ */






/*-----------------------------------------------------
@@ 段落
------------------------------------------------------*/
p{
  line-height: 1.5;
  margin-bottom: 1em;
  /*color: #404040;*/
}
p.indent1{
  text-indent: -1em;
  margin-left: 1em;
}

p.err-box{
  color: red;
  border: 1px solid red;
  padding: 8px;
}

#contents-inner p{
    line-height: 1.9;
    margin-top: -7.2px;/* (font-size * line-height - font-size) / 2 */
}


/*-----------------------------------------------------
@@ IME制御（WinIEのみ）等
------------------------------------------------------*/
.imeon{ime-mode:active;}
.imeoff{ime-mode:disabled;}

.right{text-align: right;}
.center{text-align: center;}
.left{text-align: left;}

.nowrap{white-space: nowrap;}

#contents-inner a:hover img{
    /*opacity: 0.7;*/
    /*box-shadow: 0 0 0 3px rgba(255,100,0,0.6) inset;*/
    outline: 3px solid rgba(255,100,0,0.6);
    transition-duration: 0.1s;
}

@media screen and (max-width: 767px) {/* スマホ */
  .pc{display: none !important;}
}/* スマホ */

@media (min-width: 768px)  {/* PC */
  .sp, .smp{display: none !important;}
}/* PC */


/*-----------------------------------------------------
@@ レスポンシブ対策
------------------------------------------------------*/
video, img, object {
    max-width: 100%;
    height: auto;
}

/* YouTube等のiframeを囲む
<div class="video169"><iframe>...</iframe></div> 16:9の場合
<div class="video34"><iframe>...</iframe></div> 4:3の場合
*/
.video169, .video34{
    width:100%;   /*横幅いっぱいにwidthを指定*/
    height:0px;   /*高さはpaddingで指定するためheightは0に*/
    position: relative;
}
.video169{padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/}
.video34 {padding-bottom: 75%;  /*高さをpaddingで指定(4:3)*/}

.video169 iframe, .video34 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @@ Googleマップ */
.gmap2{
	position:relative;
	width:100%;
	height: 320px;
	overflow:hidden;
	margin:0 0 20px;
}
.gmap2 iframe,.gmap2 object,.gmap2 embed{
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
}
@media screen and (max-width:767px){
	.gmap2{height:300px;margin:0 0 10px;}
}


/*-----------------------------------------------------
@@ 箇条書き
------------------------------------------------------*/


/*-----------------------------------------------------
@@ index インデックス トップページ
------------------------------------------------------*/
.catchcopy1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .catchcopy1 {
    max-height: 200px;
    width: auto;
  }

}/* スマホ ここまで================================ */


.wrap-content-01a {
  background-color: #e15a1a;
  background-image: url(images/back01a.png);
  background-repeat: repeat-y;
  background-position: 50% 22px;
  padding: 56px 0 48px;
}
.title-index-01 {
  color: white;
  font-size: 32px;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-indent:2px;
}
.p-index-01 {
  color: white;
  font-size: 13px;
  margin-bottom: 28px;
  letter-spacing: 2px;
}
.p-index-02 {
  color: white;
  font-size: 16px;
  line-height: 2.3;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.p-index-02b {
  color: #221814;
  font-size: 16px;
  line-height: 2.3;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.wrap-content-01b,
.wrap-content-02,
.wrap-content-03,
.wrap-content-04,
.wrap-content-05,
.wrap-content-06,
.wrap-content-07 {
  padding: 54px 0 60px;
}
.wrap-content-01b {
  background: white url(images/back01b.png) repeat-y 50% 0;
  background-size: 100% auto;
}
.wrap-content-02 {
  background-color: white;
}
.wrap-content-03 {
  background: white url(images/back01b.png) repeat-y 50% 0;
  background-size: 1280px auto;
}
.wrap-content-04 {
  background: white url(images/back01b.png) repeat 50% 0;
}
.wrap-content-05 {
  background: white url(images/back01b.png) repeat 50% 0;
}

.wrap-content-06 {
  background-color: #231815;
}
.wrap-content-07 {
  background-color: #bf9a0e;
}



.title-index-02a {
  font-size: 32px;
  margin-bottom: 8px;
  letter-spacing: 1em;
  text-indent:1em;
}

.title-index-02c {
  font-size: 32px;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-indent:2px;
  color: white;
}
.p-index-03 {
  font-size: 13px;
  margin-bottom: 28px;
  letter-spacing: 2px;
}
.p-index-03c {
  font-size: 13px;
  margin-bottom: 28px;
  letter-spacing: 2px;
  color: white;
}

.box-index-btn01 {
	margin-top:25px;
  text-align: center;
}
.box-index-btn01 a {
  display: inline-block;
  color: #0000ff;
  border: 1px solid #bf9a0e;
  background-color: white;
  font-size: 90%;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
}
.box-index-btn01 a:hover {
  background-color: #fcf2ce;
}



/* @@  */
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .box-index-omoi {
    width: 600px;
    margin: 20px auto 0 auto;

  }

  .box-index-merit {
    width: 800px;
    margin: 20px auto 0 auto;
    line-height:1.5;

  }
  .box-index-omoi span{
	color:#0000ff;
	font-weight:bold;
}


}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .box-index-omoi {
    margin: 0 15px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .box-index-performer div {
    width: 48%;
  }
  .box-index-performer div:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .box-index-performer div img {
    margin-bottom: 12px;
  }
  .box-index-performer div p {
    margin-bottom: 24px;
  }

}/* スマホ ここまで================================ */
.box-index-performer div a {
  display: block;
  font-size: 18px;
  color: #221814;
  text-decoration: none;
}
.box-index-performer div a:hover {
  text-decoration: underline;
}

/* @@ 最新情報 */
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .list-index-news {
    width: 800px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #717071;
  }
  .list-index-news dt,
  .list-index-news dd {
    display: inline-block;
    border-top: 1px solid #717071;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    line-height: 1.2;
    vertical-align: top;
  }
  .list-index-news dt {
    width: 12%;
  }
  .list-index-news dd {
    width: 88%;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .list-index-news {
    margin: 0 15px;
    border-bottom: 1px solid #717071;
  }
  .list-index-news dt,
  .list-index-news dd {
    display: block;
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
  }
  .list-index-news dt {
    border-top: 1px solid #717071;
    padding-top: 14px;
    padding-bottom: 8px;
  }
  .list-index-news dd {
    padding-bottom: 14px;
  }

}/* スマホ ここまで================================ */
  .list-index-news dd a {
    color: #221814;
    text-decoration: none;
  }
  .list-index-news dd a:hover {
    text-decoration: underline;
  }


/* @@  */
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .box-index-minyou {
      width: 800px;
      margin: 0 auto 28px;
  }
  .p-index-minyou {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 2px;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .box-index-minyou {
      margin: 0 15px 28px;
  }
  .p-index-minyou {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 2px;
  }

}/* スマホ ここまで================================ */


/* @@  */
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .box-index-discography {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .box-index-discography div {
    width: 25%;
  }
  .box-index-discography div img {
    max-width: 176px !important;
    margin-bottom: 16px;
  }
  .box-index-discography div p {
    font-size: 14px;
    line-height: 1.5;
  }
  .box-index-discography div p span {
    font-size: 12px;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .box-index-discography {
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box-index-discography div {
    width: 50%;
  }
  .box-index-discography div img {
    margin-bottom: 16px;
  }
  .box-index-discography div p {
    font-size: 14px;
    line-height: 1.5;
  }
  .box-index-discography div p span {
    font-size: 12px;
  }

}/* スマホ ここまで================================ */


/* @@  */
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .box-index-minyouclass {
    width: 800px;
    margin: 0 auto 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .box-index-minyouclass div {
    width: 254px;
  }
  .box-index-minyouclass div h3 {
    font-size: 16px;
    line-height: 1.7;
  }
  .box-index-minyouclass div p {
    font-size: 11px;
    line-height: 1.7;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .box-index-minyouclass {
    margin: 0 15px;
  }
  .box-index-minyouclass div {
    margin-bottom: 38px;
  }
  .box-index-minyouclass div h3 {
    font-size: 16px;
    line-height: 1.7;
  }
  .box-index-minyouclass div p {
    font-size: 11px;
    line-height: 1.7;
  }

}/* スマホ ここまで================================ */





/*-----------------------------------------------------
@@ sidemenu サイドメニュー
------------------------------------------------------*/

/*-----------------------------------------------------
@@ 共通
------------------------------------------------------*/

@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .box-logo {
    width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 12;
  }
  .box-logo h1 {
    position: absolute;
    position: fixed;
    top: 0;
    left: -80px;
    left: calc(((100% - 800px)/2) - 90px);
    width: 320px;
    height: 100px;
    background: url(images/logo.png) no-repeat 0 0;
    background-size: 320px 100px;
    z-index: 15;
  }
  .box-logo h1 a {
    display: block;
    width: 80px;
    height: 320px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }


}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .box-logo {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .box-logo h1 {
    position: absolute;
    top: 0;
    left: 5px;
    width: 30px;
    height: 120px;
    background: url(images/logo.png) no-repeat 0 0;
    background-size: 30px 120px;
    z-index: 5;
  }
  .box-logo h1 a {
    display: block;
    width: 30px;
    height: 120px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

}/* スマホ ここまで================================ */





h2.page-title{
  color: #000000;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 24px;
  border: none;
  text-align: left;
  font-weight: normal;

}




/* @@ なんか */


/*-----------------------------------------------------
@@ フォーム
------------------------------------------------------*/
form{vertical-align:baseline;}
input,textarea{outline:0;}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: none;
  padding: 0;
  font-size: 15px;
  margin: 0;
}
select{
  border: 1px solid #737373;
  font-size: 15px;
  height: 2em;
}

/*textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  border: 1px solid #737373;
  background-color: #ffc;
}*/
select, input, textarea, button { 
  vertical-align:middle;
  font-family: inherit;
}

textarea{overflow: auto;}/* 内容が少ないのに薄くスクロールバーが出る事への対策。IEのみ  */

input,textarea,select,button{
  margin: 2px 4px 2px 0;
}
input[type="submit"], button {
  border: 1px solid #bf9a0e;
  color: #bf9a0e;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.2;
  overflow:visible;
  background-color: white;
  -webkit-appearance: none;
}
input[type="submit"]:hover,
button:hover {
  cursor: pointer;
  background-color: #fcf2ce;
}

label{
  font-size: 15px;
  margin-right: 1em;
}

/* placeholder属性 */
:placeholder-shown {
  color: #737373; }
::-webkit-input-placeholder {/* Google Chrome, Safari, Opera 15+, Android, iOS */
  color: #737373; }
:-moz-placeholder {/* Firefox 18- */
  color: #737373; opacity: 1; }
::-moz-placeholder {/* Firefox 19+ */
  color: #737373; opacity: 1; }
:-ms-input-placeholder {/* IE 10+ */
  color: #737373; }

/*-----------------------------------------------------
@@ parallax
------------------------------------------------------*/
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .parallax-top { /* index top */
    width: 100%;
    min-height: 640px;
    /*background-color: #707070;*/
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;	
    text-align: center;
    /*padding: 60px;*/
    position: relative;
  }
  .parallax-index { /* index top以外 */
    width: 100%;
    min-height: 420px;
    /*background-color: #707070;*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;	
    text-align: center;
    /*padding: 60px;*/
  }
  .parallax-title { /* 通常ページのタイトル部 */
    width: 100%;
    min-height: 480px;/*(432+48メニュー分)*/
    /*background-color: #707070;*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;	
    text-align: center;
    /*padding: 60px;*/
    /*margin-top: 48px*/
    position: relative;
  }

.box-parallax-text-01 {
  position:absolute;
  z-index:8;
  color: white;
  width: 800px;
  margin: auto;
  top: 0px;
  right: 0;
  left: 0;
  padding-top: 102px;
}

.bg-01 {background-image: url(./images/img-parallax-index.jpg);}
.bg-02 {background-image: url(./images/img-parallax-02.jpg);}
.bg-03 {background-image: url(./images/img-parallax-03.jpg);}
.bg-04 {background-image: url(./images/img-parallax-04.jpg);}
.bg-05 {background-image: url(./images/img-parallax-05.jpg);}

.bg-aboutus {background-image: url(./images/img-aboutus.jpg);}
.bg-performer {background-image: url(./images/img-performer.jpg);}
.bg-works {background-image: url(./images/img-works.jpg);}
.bg-minyouclass {background-image: url(./images/img-minyouclass.jpg);}
.bg-contactus {background-image: url(./images/img-contactus.jpg);}

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .parallax-top { /* index top */
    width: 100%;
    min-height: 40vh;
    /*background-color: #707070;*/
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;	
    text-align: center;
    position: relative;
  }
  .parallax-index { /* index top以外 */
    width: 100%;
    min-height: 20vh;
    background-color: #707070;/**/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;	
    text-align: center;
  }
  .parallax-title { /* 通常ページのタイトル部 */
    width: 100%;
    min-height: 20vh;
    /*background-color: #707070;*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;	
    text-align: center;
  }

.bg-01 {background-image: url(./images/img-parallax-index-sp.jpg);}
.bg-02 {background-image: url(./images/img-parallax-02-sp.jpg);}
.bg-03 {background-image: url(./images/img-parallax-03-sp.jpg);}
.bg-04 {background-image: url(./images/img-parallax-04-sp.jpg);}
.bg-05 {background-image: url(./images/img-parallax-05-sp.jpg);}

.bg-aboutus {background-image: url(./images/img-aboutus-sp.jpg);}
.bg-performer {background-image: url(./images/img-performer-sp.jpg);}
.bg-works {background-image: url(./images/img-works-sp.jpg);}
.bg-minyouclass {background-image: url(./images/img-minyouclass-sp.jpg);}
.bg-contactus {background-image: url(./images/img-contactus-sp.jpg);}

}/* スマホ ここまで================================ */






/*-----------------------------------------------------
@@ パンくず
------------------------------------------------------*/
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .breadcrumbs {
    position: relative;
    width: 800px;
    top: -42px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: right;
    font-size: 12px;
  }
  .breadcrumbs a {
    color: #221814;
    text-decoration: none;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .breadcrumbs {
    position: relative;
    width: 100%;
    top: -44px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
    font-size: 12px;

    /* 末尾…（1行）*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .breadcrumbs a {
    color: #221814;
    text-decoration: none;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }

}/* スマホ ここまで================================ */


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .box-performe-01 {
    width: 800px;
    margin: 0 auto 54px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .box-performe-01-left {
    width: 178px;
  }
  .box-performe-01-right {
    width: 600px;
    text-align: left;
  }

  .p-performer-01 {
    font-size: 16px;
    margin: 0 0 2px;
  }
  .p-performer-02 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .p-performer-03 {
    font-size: 12px;
    margin: 0 0 0px;
  }
  .p-performer-04 {
    font-size: 13px;
    margin: 14px 0 0px;
    padding-top: 16px;
    border-top: 1px solid #221814;
    line-height: 1.7;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .box-performe-01 {
    margin: 0 15px 54px;
  }
  .box-performe-01-left {
    margin: 0 0 15px;
  }
  .box-performe-01-right {
    margin: 0 0 15px;
    text-align: left;
  }

  .p-performer-01 {
    font-size: 16px;
    margin: 0 0 2px;
  }
  .p-performer-02 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .p-performer-03 {
    font-size: 12px;
    margin: 0 0 0px;
  }
  .p-performer-04 {
    font-size: 13px;
    margin: 14px 0 0px;
    padding-top: 16px;
    border-top: 1px solid #221814;
    line-height: 1.7;
  }

}/* スマホ ここまで================================ */

.box-btn01 {
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
.box-btn01 a {
  display: block;
  color: #bf9a0e;
  border: 1px solid #bf9a0e;
  background-color: white;
  font-size: 24px;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
}
.box-btn01 a:hover {
  background-color: #fcf2ce;
}
@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

.box-btn01 {
  width: auto;
  margin: 0 15px;
}

}/* スマホ ここまで================================ */


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/
.box-01 {
  margin-bottom: 100px;
}

@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .box-aboutus-01 {
    width: 800px;
    margin: 0 auto;
  }
  .box-aboutus-01 p {
    color: white;
    margin: 0;
    text-align: left;
  }

  .p-aboutus-01 {
      font-size: 16px;
      line-height: 2.3;
      letter-spacing: 2px;
      color: white;
  }

  .box-aboutus-02 {
    width: 480px;
    margin: 0 auto 4px;
  }

  .p-aboutus-02 {
    color: white;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .box-aboutus-01 {
    margin: 0 15px;
  }
  .box-aboutus-01 p {
    color: white;
    margin: 0;
    text-align: left;
  }

  .p-aboutus-01 {
      font-size: 16px;
      line-height: 2.3;
      letter-spacing: 2px;
      color: white;
  }

  .box-aboutus-02 {
    margin: 0 15px 4px;
  }

  .p-aboutus-02 {
    color: white;
  }

}/* スマホ ここまで================================ */


/*-----------------------------------------------------
@@ PMJ参画のメリット
------------------------------------------------------*/
@media (min-width: 768px) {/* PC ここから-------------------------------- */


.table{
	margin:5px 0;
	width:100%;
	border-collapse: collapse;
	vertical-align:middle;
}
.table th{
	font-weight : normal;
	text-align : right;
}
.table th , .table td{
	border :1px solid #777777;
	padding:5px 10px;
	line-height:1.4;
	vertical-align:middle;
}
.table .subtitle{
	background:#ccffff;
	text-align:center;
}
.table .subtxt{
	font-size:80%;
	color:#000000;
	font-weight:normal;
}

.meritimg2 img{
	width:49%;
}

.meritimg3 img{
	width:32%;
}

  .box-minyouclass-01 {
    width: 480px;
    margin: 44px auto;
    padding: 44px 0 0;
    border-top: 1px solid #bf9a0e;
  }

  .p-minyouclass-01 {
    font-size: 24px;
    margin: 0 0 12px;
  }
  .p-minyouclass-02 {
    font-size: 12px;
    line-height: 1.7;
  }



.forminner-L{
	float : left;
	line-height : 2;
	width : 100%;
}



}/* PC ここまで================================ */





@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */







.table{
	margin:5px 0;
	width:100%;
	border-collapse: collapse;
	vertical-align:middle;
}
.table th{
	font-weight : normal;
	text-align : right;
	display : block;
}
.table th , .table td{
	border-top:1px solid #777777;
	border-right:1px solid #777777;
	border-left:1px solid #777777;
	padding:5px 10px;
	line-height:1.4;
	vertical-align:middle;
	display : block;
}
.table .end{
	border-bottom:1px solid #777777;
}

.table .subtitle{
	background:#ccffff;
	text-align:center;
}
.table .subtxt{
	font-size:80%;
	color:#000000;
	font-weight:normal;
}


  .box-minyouclass-01 {
    margin: 44px 15px;
    padding: 44px 0 0;
    border-top: 1px solid #bf9a0e;
  }

  .p-minyouclass-01 {
    font-size: 24px;
    margin: 0 0 12px;
  }
  .p-minyouclass-02 {
    font-size: 12px;
    line-height: 1.7;
  }

}/* スマホ ここまで================================ */





.mform input[type="text"] , .mform textarea{
	background:#f1eeee;
	width : 100%;
	font-size:125%;
	padding:5px;
}
.mform textarea{
	height:5em;
}

.mform td{
	line-height : 2;
}

.mform span{
	font-size:80%;
	font-weight:bold;
	color:#ff0000;
}







/*-----------------------------------------------------
@@ 最新情報
------------------------------------------------------*/
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .contents-news {
    width: 800px;
    margin: 0 auto;
    text-align: left;
  }
  .title-news {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .p-date-news {
    font-size: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #bf9a0e;
  }

  .news-img-1,
  .news-img-2 {
    width: 100%;
    margin-top: 36px;
  }
  .news-img-1 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .news-img-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .news-img-1 div,
  .news-img-2 div{
    width: 48%;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .contents-news {
    margin: 0 15px;
    text-align: left;
  }
  .title-news {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .p-date-news {
    font-size: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #bf9a0e;
  }

  .news-img-1,
  .news-img-2 {
    margin: 36px 0 0;
  }
  .news-img-1 div,
  .news-img-2 div{
    margin-bottom: 10px;
    text-align: center;
  }

}/* スマホ ここまで================================ */

/* @@ 前の記事、次の記事 */
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .prev-next-link{
    display: flex;
    margin-top: 120px;
  }

  .prev-link a {
    background: white url(images/arrow-prev.svg) no-repeat left center;
    background-size: 16px 28px;
  }
  .next-link a {
    background: white url(images/arrow-next.svg) no-repeat right center;
    background-size: 16px 28px;
  }
  .prev-link,
  .next-link,
  .prevnext-empty {
    border-bottom: 1px #707070 solid;
    border-top: 1px #707070 solid;
    width: 50%;
  }
  .next-link {
    text-align: right;
  }

  .prev-next-link a {
    display: block;
    text-decoration: none;
    padding: 14px 40px;
  }
  .prev-next-label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
  }
  .thumb-wrap p {
    margin: 0;
  }


}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .prev-next-link{
    margin-top: 60px;
    border-bottom: 1px #707070 solid;
  }


  .prev-link a {
    background: white url(images/arrow-prev.svg) no-repeat left center;
    background-size: 16px 28px;
  }
  .next-link a {
    background: white url(images/arrow-next.svg) no-repeat right center;
    background-size: 16px 28px;
  }
  .prev-link,
  .next-link {
    border-top: 1px #707070 solid;
  }
  .next-link {
    text-align: right;
  }

  .prev-next-link a {
    display: block;
    text-decoration: none;
    padding: 14px 30px;
  }
  .prev-next-label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
  }
  .thumb-wrap p {
    margin: 0;
  }


}/* スマホ ここまで================================ */

/* @@ 一覧 */
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .list-news {
    font-size: 0;
    margin: 0 0 30px;
    list-style-type: none;
  }
  .list-news > li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .list-news > li > a {
    color: #221814;
    text-decoration: none;
  }
  .list-news > li > a:hover {
    text-decoration: underline;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .list-news {
    font-size: 0;
    margin: 0 0 30px;
    list-style-type: none;
  }
  .list-news > li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .list-news > li > a {
    color: #221814;
    text-decoration: none;
  }
  .list-news > li > a:hover {
    text-decoration: underline;
  }

}/* スマホ ここまで================================ */


/*-----------------------------------------------------
@@ お問い合わせ
------------------------------------------------------*/
.box-form-01 label,
.box-form-01 input {
  display: block;
}
.box-form-01 label {
  margin: 16px 0 4px;
  font-size: 16px;
}
.input01 {
  width: 100%;
}
.textarea01 {
  width: 100%;
  height: 230px;
  min-height: 1em;
}
  .form-01-input {
    border: 1px solid #bf9a0e;
    padding: 4px;
    min-height: 26px;
  }

.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
  margin: 4px 0 2px;
}

@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .box-form-01 {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box-form-01-left,
  .box-form-01-right {
    width: 49%;
    text-align: left;
  }
  .box-form-01-bottom {
    width: 100%;
    text-align: left;
  }

  .p-cotactus-01 {
    font-size: 24px;
    line-height: 1.7;
  }
  .p-cotactus-02 {
    font-size: 24px;
    line-height: 1;
    display: block;
    border: 1px solid #bf9a0e;
    width: 800px;
    margin: 0 auto 40px;
    padding: 14px 0;
  }

  .box-frm-btn-01 {
    margin: 24px 0 40px;
  }

  .box-contactus-poricy {
    width: 800px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .box-form-01 {
    margin: 0 15px;
  }
  .box-form-01-left,
  .box-form-01-right,
  .box-form-01-bottom {
    text-align: left;
  }

  .p-cotactus-01 {
    font-size: 20px;
    line-height: 1.7;
    margin: 0 15px 20px;
    text-align: left;
  }
  .p-cotactus-02 {
    font-size: 20px;
    line-height: 1.7
    display: block;
    border: 1px solid #bf9a0e;
    margin: 0 15px 40px;
    padding: 14px 0;
  }

  .box-frm-btn-01 {
    margin: 24px 0 40px;
  }

  .box-contactus-poricy {
    margin: 0 15px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }


}/* スマホ ここまで================================ */


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/
@media (min-width: 768px) {/* PC ここから-------------------------------- */

  .title-works-h3 {
    font-size: 32px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .title-works-h3:not(:first-child) {
    border-top: 1px solid #231815;
    width: 800px;
    padding-top: 48px;
    margin-top: 48px;
  }

  .box-works-01 {
    width: 800px;
    margin: 0 auto 8px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .box-works-01 div {
    width: 182px;
    height: 264px;
    margin-right: 24px;
  }
  .box-works-01 div:nth-child(4n) {
    margin-right: 0;
  }
  .box-works-01 div img,
  .box-works-02 div img {
    margin-bottom: 8px;
    display: block;
  }
  .box-works-01 div p,
  .box-works-02 div p {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  .box-works-01 div p span {
    font-size: 10px;
  }

  .box-works-02 {
    width: 800px;
    margin: 0 auto 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box-works-02 div {
    width: 182px;
    height: 264px;
    margin-right: 12px;
    margin-left: 12px;
  }

  .box-works-01 {
  }
  .btn-works-01 {
    display: inline-block;
    color: white;
    font-size: 16px;
    background-color: #bf9a0e;
    line-height: 32px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 16px;
    text-decoration: none;
    margin: 0 auto;
  }
  .btn-works-01:hover {
    color: white;
    text-decoration: underline;
  }

}/* PC ここまで================================ */

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */

  .title-works-h3 {
    font-size: 32px;
    margin: 0 15px 40px;
    text-align: center;
  }
  .title-works-h3:not(:first-child) {
    border-top: 1px solid #231815;
    padding-top: 48px;
    margin-top: 48px;
  }

  .box-works-01 {
    margin: 0 15px 8px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .box-works-01 div {
    width: 48%;
    margin-right: 2%;
  }
  .box-works-01 div:nth-child(2n) {
    margin-right: 0;
  }
  .box-works-01 div img,
  .box-works-02 div img {
    margin-bottom: 8px;
    display: block;
  }
  .box-works-01 div p,
  .box-works-02 div p {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  .box-works-01 div p span {
    font-size: 10px;
  }

  .box-works-02 {
    margin: 0 15px 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box-works-02 div {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .box-works-01 {
  }
  .btn-works-01 {
    display: inline-block;
    color: white;
    font-size: 16px;
    background-color: #bf9a0e;
    line-height: 32px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 16px;
    text-decoration: none;
    margin: 0 auto;
  }
  .btn-works-01:hover {
    color: white;
    text-decoration: underline;
  }

}/* スマホ ここまで================================ */



/*-----------------------------------------------------
@@ 
------------------------------------------------------*/




@keyframes piko1 {
    0% {transform: translate(0, 0);}
    4% {transform: translate(0, -3px);}
    8% {transform: translate(0, 0);}
  100% {transform: translate(0, 0);}
}
.anime1{
  animation-name: piko1;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  font-weight: bold;
}
/*-----------------------------------------------------
@@ twentyfourteennのページネーション
------------------------------------------------------*/
div.pagination{
  margin: 24px 0 24px 0;
  text-align: center;
}

div.pagination span,
div.pagination a,
div.pagination sapn.current{
  font-size: 15pt !important;
  display: inline-block;
  vertical-align: middle;
    padding:6px 9px 6px 9px !important;
    margin-right:3px !important;
    text-decoration:none !important;
}
div.pagination span, div.pagination a{
    color:#707070 !important;
    margin-bottom: 4px;
}
div.pagination a:hover {
    color:#221814 !important;
  text-decoration: underline !important;
}
div.pagination span.current{
    color:#221814 !important;
  font-weight: bold;
}


.return-list{
  text-align: center;
  font-size: 15px;
  margin: 36px 0 0;
}

form.post-password-form input[type='submit']{
  border: 1px solid #707070;
  border-radius: 3px;
  background-color: #ccc;
}
form.post-password-form input[type='submit']:hover{
  cursor: pointer;
}


/*-----------------------------------------------------
@@ for WordPress
http://hijiriworld.com/web/wp-native-css/
------------------------------------------------------*/
.single-waku strong { font-weight: bold; }
.single-waku em { font-style: italic; }
.single-waku blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.entry p{
  line-height: 2;
}


/*-----------------------------------------------------
@@ ページトップへ戻る
------------------------------------------------------*/
#page_top{
  width: 42px;
  height: 42px;
  position: fixed;
  right: 5px;
  bottom: -45px;/* 高さ分、画面の外へ。jQueryで画面内に移送させる。 */
  opacity: 0.8;
}
#page_top a{
  display: block;
  width: 42px;
  height: 42px;
  text-decoration: none;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(images/top2.png) no-repeat 0 0;
  background-size: contain;
  border: 1px solid rgba(255, 255, 255, 0.8);
}



/*-----------------------------------------------------
@@ Retina用背景画像
------------------------------------------------------*/
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

  div.retinaback {
    background-image: url(images/aaaaa@2x.png);
    background-size: 100px 100px;
  }

  /*
    background-size: contain;
    background-size: cover;
  */

}

/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
}

/* @@ sm 768px〜(991px) ()は↓と一緒に使えば */
@media (min-width: 768px)  {
}

/* @@ md 992px〜(1119px) ()は↓と一緒に使えば */
@media (min-width: 992px) {
}

/* @@ lg 1200px以上 */
@media (min-width: 1200px) {
}









/* 賃貸 */

#chintaimore{
margin-top:15px;
}
.chintaimoreinner{
	background:#ffffff;
	text-align : left;
	border:1px solid #040000;
	margin:7px 0;
	line-height:1.5;
	padding:10px;

}


#areaval{
	font-size:80%;
}

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */
body{
	line-height:1.5;
}

.p-index-02{
	text-align:left;
	padding:0 20px;
}	
.imgfloat{
	margin:20px;
	width:80%;
}
.box-index-merit{
	margin:20px;
}

#chintaimore img{
	width:48%;
	margin:1%;
}

}/* スマホ ここまで================================ */


/* @@  */
@media (min-width: 768px) {/* PC ここから-------------------------------- */

#chintaimore img{
	width:23%;
	margin:1%;
}

.imgfloat{
	float:right;  
	margin-left:20px;  
	margin-bottom:10px;  
	width:300px;
}




}

/* Q&A */
.qanda-q{
	background:url(./images/QandA-Q.png) no-repeat;
	padding:6px 0 10px 50px;
	margin:5px 0 3px 0;
}
.qanda-a{
	background:url(./images/QandA-A.png) no-repeat;
	padding:6px 0 10px 50px;
	margin:15px 0 30px 0;
}
.qanda-img img{
	width : 100%;
	margin:-25px 0 15px 0;
}


@media (min-width: 768px) {/* PC ここから-------------------------------- */
.pc-hidden{display:none;}

.qanda-right{
	float : right;
	width : 47%;
}

.qanda-left{
	float : left;
	width : 50%;
}
.qanda-right img , .qanda-left img{
	width : 100%;
}

.nakama{padding : 0 150px;}
.nakama span{
    display: inline-block;
    margin : 0 10px;
  }

}

@media screen and (max-width: 767px) {/* スマホ ここから-------------------------------- */
.smp-hidden{display:none;}
}





.ad a{
  color : #000000;
  font-weight: bold;
  text-decoration: none;
}

.ad a:hover{
  text-decoration: underline;

}







.adsback{
  width : 15%;
  margin : 50px auto;
}

/* PC ここから-------------------------------- */
@media (min-width: 768px) {
	.smp , .sp{display:none;}
  .ads .adimg{
    width : 80%;
    margin : 20px auto;
  }
  .ads .adimg img{
    width : 100%;
    margin-bottom:10px;
  }

}
/* PC ここまで-------------------------------- */


/* スマホ ここから-------------------------------- */
@media screen and (max-width: 767px) {
	.pc{display:none;}
  .ads .adimg{
    width : 100%;
    margin : 20px auto;
  }
  .ads .adimg img{
    width : 100%;
    margin-bottom:10px;
  }

}
/* スマホ ここまで-------------------------------- */

/* ●●●●●●●●●●  ここまで */
