@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

body,
table,
input,
textarea,
select,
option {
  font-family: Meiryo, "小塚ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a:link, a:visited {
  color: #0071BC;
  text-decoration: underline;
}
a:hover, a:active {
  color: #0071BC;
  text-decoration: none;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.t_center {
  text-align: center !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix,
* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl,
input.tapCtrl {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tapCtrl a,
.tapCtrl input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.floatL {
  float: left !important;
}

.floatR {
  float: right !important;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  background-color: #FFF;
  -webkit-text-size-adjust: none;
}

.wrapper {
  text-align: left;
}

#main {
  margin-bottom: 87px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 181px 0 70px;
  background: url(../images/header_bg.png) no-repeat center top;
}
#gHeader .hInner {
  margin: 0 auto;
  width: 946px;
}
#gHeader .hInner .logo {
  margin-bottom: 10px;
  text-align: center;
}

.logo {
  margin-top: -140px;
}

h1 {
  margin-bottom: 66px;
  text-align: center;
}

#gHeader .hInner .hBox p {
  float: left;
}
#gHeader .spBox,
#gHeader .spTxt,
#gHeader .padBox {
  display: none;
}

li.toggle {
  position: relative;
}

.open_wall {
  width: 130px;
  height: 82px;
  background: #CCC;
  position: absolute;
  left: 5px;
  display: none;
}
.open_wall a {
  position: relative;
  right: 27px;
  width: 130px;
  height: 40px;
  display: block;
  line-height: 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
.open_wall a.long {
  position: relative;
  right: 27px;
  width: 130px;
  height: 52px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 25px;
  background: #CCC;
  padding-top: 5px;
}

.flow_menu {
  position: fixed;
  top: 0;
  z-index: 50;
  background: #fff;
  height: 90px;
  width: 100%;
  display: none;
}

img.position {
  position: absolute;
  margin-left: -280px;
}

.tab_1,
.tab_2 {
  display: none;
  text-indent: -999em;
}

#gNavi2 {
  margin-top: 0;
  float: none;
  width: auto;
  text-align: center;
  width: 768px;
  margin: 0 auto;
}
#gNavi2 li {
  margin-left: 0;
  font-size: 15px;
  width: 128px;
  float: left;
  list-style: none;
}
#gNavi2 li a {
  font-size: 0.9em;
  margin-left: 25px;
  text-decoration: none;
  color: #000;
  line-height: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow_menu {
    top: -90px;
  }
  img.position {
    background-size: 10% auto;
    position: absolute;
    margin-left: -280px;
  }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  margin-top: 5px;
  float: right;
  width: 720px;
  text-align: right;
}
#gNavi li {
  margin-left: 27px;
  display: inline;
  color: #B2B1B1;
  font-size: 16px;
  letter-spacing: 1px;
}
#gNavi li a {
  margin-left: 27px;
  color: #000;
  text-decoration: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  margin-top: 65px;
  overflow: hidden;
}
#gFooter .pageTop {
  margin-bottom: 40px;
  text-align: center;
}
#gFooter .pageTop a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#gFooter .fInner {
  padding: 50px 0 65px;
  background-color: #FCFCFC;
}
#gFooter .fBox {
  margin: 0 auto;
  padding-left: 5px;
  width: 944px;
}
#gFooter .fInner .lBox {
  float: left;
  width: 500px;
}
#gFooter .fInner .fBox .fLogo {
  margin: 0 0 10px 0;
}
#gFooter .fInner .fBox p {
  margin-bottom: 10px;
  color: #333;
}
#gFooter .fInner .btn {
  margin-top: 50px;
  float: right;
}
#gFooter .btmInner {
  background-color: #4C4C4C;
}
#gFooter .btmInner .btmBox {
  padding: 10px 0;
  margin: 0 auto;
  width: 1230px;
}
#gFooter .btmInner .btmBox .copyright {
  float: left;
  width: 500px;
  color: #FFF;
  font-size: 10px;
}
#gFooter .btmInner .btmBox .fNavi {
  float: right;
  width: 400px;
  text-align: right;
}
#gFooter .btmInner .btmBox .fNavi li {
  margin-left: 20px;
  display: inline;
}
#gFooter .btmInner .btmBox .fNavi a {
  color: #FFF;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.sp,
.pad {
  display: none;
}

#main h2,
#main h3 {
  text-align: center;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
  padding-bottom: 83px;
  text-align: center;
  background: url(../images/contact_bg.png) no-repeat center top;
}
.comContact .ttl {
  margin-bottom: 32px;
}
.comContact .ttl img {
  margin-top: -42px;
}
.comContact p {
  margin-bottom: 57px;
  color: #534741;
  font-size: 18px;
  font-weight: bold;
}
.comContact .btn {
  margin: 0 auto 25px;
  width: 550px;
}
.comContact .btn a {
  padding: 15px 5px;
  display: block;
  color: #000;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #000;
  border-radius: 8px;
}
.comContact .tel {
  margin: 0 auto;
  width: 520px;
  padding: 20px 15px 15px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: -1px;
  background: url(../images/contact_txt_bg.png) repeat left top;
  border: 3px solid #000;
  border-radius: 8px;
}
.comContact .tel span {
  text-decoration: underline;
}

/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
#main .wp-pagenavi {
  text-align: center;
  position: relative;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#main .wp-pagenavi a,
#main .wp-pagenavi span {
  border: none;
  font-size: 16px;
  color: #000;
}
#main .wp-pagenavi span.pages {
  display: none;
}
#main .wp-pagenavi span.current {
  border: 1px solid #000;
}
#main .wp-pagenavi a {
  text-decoration: none;
}
#main .wp-pagenavi a.last, #main .wp-pagenavi a.first {
  display: none;
}
#main .wp-pagenavi a.previouspostslink, #main .wp-pagenavi a.nextpostslink {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
#main .wp-pagenavi a.previouspostslink {
  left: 0;
  background-image: url(../images/prev.png);
}
#main .wp-pagenavi a.nextpostslink {
  right: 0;
  background-image: url(../images/next.png);
}
#main .wp-pagenavi li {
  display: inline;
  font-size: 15px;
}
#main .wp-pagenavi .current span,
#main .wp-pagenavi li a {
  padding: 0 6px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  border: 1px solid #FFF;
  zoom: 1;
}
#main .wp-pagenavi .current span,
#main .wp-pagenavi li a:hover {
  border: 1px solid #202020;
}
#main .wp-pagenavi .prev,
#main .wp-pagenavi .next {
  position: absolute;
}
#main .wp-pagenavi .prev {
  left: 105px;
  top: -5px;
}
#main .wp-pagenavi .next {
  right: 105px;
  top: -5px;
}
#main .wp-pagenavi .prev a,
#main .wp-pagenavi .next a,
#main .wp-pagenavi .prev a:hover,
#main .wp-pagenavi .next a:hover {
  border: none;
}
#main .wp-pagenavi .prev a:hover img,
#main .wp-pagenavi .next a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#main .comListUl {
  margin: 0 -8px 52px 8px;
}
#main .comListUl li {
  float: left;
  width: 435px;
  height: 350px;
  position: relative;
  margin: 2px;
}
#main .comListUl li a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#main .comListUl li span {
  display: block;
}
#main .comListUl li .new {
  margin: 0;
  position: absolute;
  left: -15px;
  top: -19px;
}
#main .comListUl li .ttl {
  margin: 8px 0 8px 2px;
  padding-left: 25px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  background: url(../images/icon02.png) no-repeat left 12px;
}
#main .comListUl li span {
  margin: 0 20px;
  color: #808080;
  line-height: 1.7;
}

/*------------------------------------------------------------
	comListUl
------------------------------------------------------------*/
@media all and (min-width: 641px) and (max-width: 768px) {
  #main {
    margin-bottom: 100px;
  }
  /*------------------------------------------------------------
  	ヘッダー
  ------------------------------------------------------------*/
  #gHeader {
    padding: 0 0 80px;
    background: url(../images/pad_header_bg.png) no-repeat center 124px;
    background-size: 100% auto;
  }
  #gHeader .padBox {
    margin-bottom: 390px;
    padding: 30px 35px 25px 50px;
    display: block;
  }
  #gHeader .padBox .logo {
    margin: 5px 48px 0 0;
    float: left;
  }
  #gHeader .padBox p {
    float: left;
    color: #736357;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
  }
  #gHeader .hInner {
    width: auto;
  }
  #gHeader .hInner .logo {
    margin: 0 auto 32px;
    width: 16%;
  }
  #gHeader .hInner .logo img {
    width: 100%;
  }
  h1 {
    margin-bottom: 50px;
    text-align: center;
  }
  h1 img {
    width: 358px;
  }
  #gHeader .hInner .hBox p {
    display: none;
  }
  /*------------------------------------------------------------
  	gNavi
  ------------------------------------------------------------*/
  #gNavi {
    margin-top: 0;
    float: none;
    width: auto;
    text-align: center;
  }
  #gNavi li {
    margin-left: 0;
    font-size: 15px;
  }
  #gNavi li a {
    margin: 0 26px;
  }
  /*------------------------------------------------------------
  	フッター
  ------------------------------------------------------------*/
  #gFooter {
    margin-top: 50px;
  }
  #gFooter .fBox {
    margin: 0 60px 0 50px;
    padding-left: 0;
    width: auto;
  }
  #gFooter .fInner .lBox {
    width: 482px;
  }
  #gFooter .fInner .pc {
    display: none;
  }
  #gFooter .fInner .lBox .fLogo .pc {
    display: block;
  }
  #gFooter .fInner .btn {
    margin-top: 50px;
  }
  #gFooter .btmInner .btmBox {
    margin: 0 40px;
    width: auto;
  }
  #gFooter .btmInner .btmBox .copyright,
  #gFooter .btmInner .btmBox .fNavi {
    width: 50%;
  }
  /*------------------------------------------------------------
  	common
  ------------------------------------------------------------*/
  .pad {
    display: block;
  }
  /*------------------------------------------------------------
  	comContact
  ------------------------------------------------------------*/
  .comContact {
    padding-bottom: 83px;
    background: url(../images/pad_contact_bg.png) no-repeat center top;
    background-size: 100% auto;
  }
  /*------------------------------------------------------------
  	pageList
  ------------------------------------------------------------*/
  #main .pageList .next {
    right: 40px;
  }
  #main .pageList .prev {
    left: 40px;
  }
  #main .comListUl {
    margin: 0 0 10px !important;
  }
  #main .comListUl li {
    margin-bottom: 50px;
    float: none;
    width: auto;
    height: auto;
  }
  #main .comListUl li a img {
    width: 100%;
  }
  #main .comListUl li .new {
    margin: 0;
    left: -4%;
    top: -5%;
  }
  /*------------------------------------------------------------
  	comListUl
  ------------------------------------------------------------*/
}
@media all and (min-width: 0px) and (max-width: 640px) {
  #main {
    margin-bottom: 100px;
  }
  /*------------------------------------------------------------
  	ヘッダー
  ------------------------------------------------------------*/
  #gHeader {
    padding: 0 0 47px;
    position: relative;
    background: url(../images/sp_header_bg.png) no-repeat center 54px;
    background-size: 100% auto;
  }
  #gHeader .spBox {
    display: block;
    padding: 10px 15px 14px 13px;
  }
  #gHeader .spBox .logo {
    float: left;
  }
  #gHeader .spBox .menu {
    float: right;
  }
  #gHeader .spBox .menuList {
    display: none;
    position: absolute;
    left: 0;
    top: 54px;
    width: 100%;
  }
  #gHeader .spBox .menuList li {
    float: left;
    width: 50%;
  }
  #gHeader .spBox .menuList li:nth-child(2n) {
    float: right;
  }
  #gHeader .spBox .menuList li:nth-child(2n) a {
    border-left: 1px solid #FFF;
  }
  #gHeader .spBox .menuList li a {
    padding: 10px 0;
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-top: 1px solid #FFF;
  }
  #gHeader .hInner {
    padding-top: 30%;
    width: auto;
  }
  #gHeader .hInner .logo {
    margin: 30px auto 16px;
    width: 20%;
  }
  #gHeader .hInner .logo img {
    width: 100%;
  }
  h1 {
    margin-bottom: 22px;
    text-align: center;
  }
  h1 img {
    width: 180px;
  }
  #gHeader .hInner .spTxt {
    display: block;
    color: #736357;
    font-size: 11px;
    text-align: center;
  }
  #gHeader .hInner .hBox p {
    display: none;
  }
  /*------------------------------------------------------------
  	gNavi
  ------------------------------------------------------------*/
  #gNavi {
    display: none;
  }
  /*------------------------------------------------------------
  	フッター
  ------------------------------------------------------------*/
  #gFooter {
    margin-top: 40px;
  }
  #gFooter .fInner {
    padding: 30px 0 0;
  }
  #gFooter .fBox {
    margin: 0;
    padding-left: 0;
    width: auto;
  }
  #gFooter .fInner .lBox {
    width: auto;
    float: none;
  }
  #gFooter .fInner .lBox .fLogo {
    margin: 0 43px 40px;
  }
  #gFooter .fInner .lBox .fLogo img {
    width: 232px;
  }
  #gFooter .fInner .lBox p {
    display: none;
  }
  #gFooter .fInner .pc,
  #gFooter .fInner .tel {
    display: none;
  }
  #gFooter .fInner .btn {
    margin-top: 0;
    float: none;
  }
  #gFooter .fInner .btn img {
    width: 100%;
  }
  #gFooter .btmInner .btmBox {
    margin: 0;
    width: auto;
  }
  #gFooter .btmInner .btmBox .copyright {
    float: none;
    width: auto;
    text-align: center;
  }
  #gFooter .btmInner .btmBox .fNavi {
    display: none;
  }
  /*------------------------------------------------------------
  	common
  ------------------------------------------------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*------------------------------------------------------------
  	comContact
  ------------------------------------------------------------*/
  .comContact {
    padding-bottom: 20%;
    background: url(../images/sp_contact_bg.png) no-repeat center top;
    background-size: 100% auto;
  }
  .comContact .ttl {
    margin-bottom: 35px;
  }
  .comContact p {
    margin: 0 35px 45px;
    font-size: 14px;
    line-height: 1.8;
  }
  .comContact .btn {
    width: 89%;
  }
  .comContact .tel {
    padding: 12px 0 15px;
    width: 87%;
    font-size: 12px;
    letter-spacing: -1px;
    text-align: center;
  }
  .comContact .tel span {
    margin-top: 8px;
    font-size: 25px;
    line-height: 1.2;
  }
  /*------------------------------------------------------------
  	comListUl
  ------------------------------------------------------------*/
  #main .comListUl {
    margin: 0 -20px;
  }
  #main .comListUl li {
    margin-bottom: 60px;
    float: none;
    width: auto;
    height: auto;
  }
  #main .comListUl li a img {
    width: 100%;
  }
  #main .comListUl li .new {
    margin: 0;
    left: 4%;
    top: -7%;
  }
  #main .comListUl li .ttl {
    margin: 7px 20px;
  }
  #main .comListUl li span {
    margin: 0 20px 0 40px;
  }
  #main .comListUl li:last-child {
    margin-bottom: 40px;
  }
  #main .pageList .prev {
    left: 0;
  }
  #main .pageList .next {
    right: 0;
  }
  /*------------------------------------------------------------
  	pageList
  ------------------------------------------------------------*/
}
/* 追加　 */
.pcc {
  display: block;
}

.spp {
  display: none;
}

@media screen and (max-width: 768px) {
  img.position {
    display: none;
  }
  .tab_1 {
    position: absolute;
    width: 220px;
    height: 450px;
    background: url(../images/photo06_tab.png) no-repeat;
    display: block;
    margin-left: 30px;
  }
  .tab_2 {
    position: absolute;
    width: 220px;
    height: 450px;
    background: url(../images/photo07_tab.png) no-repeat;
    display: block;
    margin-left: 30px;
  }
}
@media all and (min-width: 0) and (max-width: 640px) {
  .tab_1,
  .tab_2,
  .pcc {
    display: none;
  }
  .spp {
    margin: 0 auto;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */