@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  transition: all .3s;
  -webkit-transition: all .3s;
  min-width: 1024px; }

body, td, th {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.714;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/ }

p {
  margin: 10px 0 0 0;
  padding: 0; }

a {
  color: #3279C9; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, ul, li {
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none; }

/* -----------------------------------------------------------------------------------------------
  
	変数

----------------------------------------------------------------------------------------------- */
/*コンテナ幅*/
/*赤色 */
/*濃いピンク色 */
/* -----------------------------------------------------------------------------------------------
  
	NAV

----------------------------------------------------------------------------------------------- */
.fixed {
  width: 100%;
  top: 0;
  height: 95px;
  margin: 0 auto;
  position: fixed;
  z-index: 999;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.navi {
  width: 1024px;
  height: 95px;
  margin: 0 auto;
  position: relative;
  top: 0;
  right: 0; }
  .navi li {
    list-style: none;
    text-indent: -9999px; }
    .navi li:nth-child(1) a {
      display: block;
      position: absolute;
      height: 95px;
      top: 0px;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      width: 116px;
      left: 0;
      background: url(../images/bt_01_off.png) no-repeat; }
      .navi li:nth-child(1) a:hover {
        background: url(../images/bt_01_on.png) no-repeat; }
    .navi li:nth-child(1).on a {
      background: url(../images/bt_01_on.png) no-repeat; }
    .navi li:nth-child(2) a {
      display: block;
      position: absolute;
      height: 95px;
      top: 0px;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      width: 116px;
      left: 112px;
      background: url(../images/bt_02_off.png) no-repeat; }
      .navi li:nth-child(2) a:hover {
        background: url(../images/bt_02_on.png) no-repeat; }
    .navi li:nth-child(2).on a {
      background: url(../images/bt_02_on.png) no-repeat; }
    .navi li:nth-child(3) a {
      display: block;
      position: absolute;
      height: 95px;
      top: 0px;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      width: 116px;
      left: 224px;
      background: url(../images/bt_03_off.png) no-repeat; }
      .navi li:nth-child(3) a:hover {
        background: url(../images/bt_03_on.png) no-repeat; }
    .navi li:nth-child(3).on a {
      background: url(../images/bt_03_on.png) no-repeat; }
    .navi li:nth-child(4) a {
      display: block;
      position: absolute;
      height: 95px;
      top: 0px;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      width: 116px;
      left: 338px;
      background: url(../images/bt_04_off.png) no-repeat; }
      .navi li:nth-child(4) a:hover {
        background: url(../images/bt_04_on.png) no-repeat; }
    .navi li:nth-child(4).on a {
      background: url(../images/bt_04_on.png) no-repeat; }
    .navi li:nth-child(5) a {
      display: block;
      position: absolute;
      height: 95px;
      top: 0px;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      width: 116px;
      left: 450px;
      background: url(../images/bt_05_off.png) no-repeat; }
      .navi li:nth-child(5) a:hover {
        background: url(../images/bt_05_on.png) no-repeat; }
    .navi li:nth-child(5).on a {
      background: url(../images/bt_05_on.png) no-repeat; }
    .navi li:nth-child(6) a {
      display: block;
      position: absolute;
      height: 95px;
      top: 0px;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      width: 116px;
      left: 562px;
      background: url(../images/bt_06_off.png) no-repeat; }
      .navi li:nth-child(6) a:hover {
        background: url(../images/bt_06_on.png) no-repeat; }
    .navi li:nth-child(6).on a {
      background: url(../images/bt_06_on.png) no-repeat; }
    .navi li:nth-child(7) a {
      display: block;
      position: absolute;
      height: 95px;
      top: 0px;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      width: 116px;
      left: 676px;
      background: url(../images/bt_07_off.png) no-repeat; }
      .navi li:nth-child(7) a:hover {
        background: url(../images/bt_07_on.png) no-repeat; }
    .navi li:nth-child(7).on a {
      background: url(../images/bt_07_on.png) no-repeat; }
    .navi li:nth-child(8) a {
      display: block;
      position: absolute;
      height: 95px;
      top: 0px;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      width: 116px;
      left: 790px;
      background: url(../images/bt_08_off.png) no-repeat; }
      .navi li:nth-child(8) a:hover {
        background: url(../images/bt_08_on.png) no-repeat; }
    .navi li:nth-child(8).on a {
      background: url(../images/bt_08_on.png) no-repeat; }
    .navi li:nth-child(9) a {
      display: block;
      position: absolute;
      height: 95px;
      top: 0px;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      width: 116px;
      left: 902px;
      background: url(../images/bt_09_off.png) no-repeat; }
      .navi li:nth-child(9) a:hover {
        background: url(../images/bt_09_on.png) no-repeat; }
    .navi li:nth-child(9).on a {
      background: url(../images/bt_09_on.png) no-repeat; }
    .navi li:nth-child(10) a {
      display: block;
      position: absolute;
      height: 95px;
      top: 0px;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      width: 120px;
      left: 1065px;
      background: url(../images/bt_10_off.jpg) no-repeat; }
      .navi li:nth-child(10) a:hover {
        background: url(../images/bt_10_on.jpg) no-repeat; }
    .navi li:nth-child(10).on a {
      background: url(../images/bt_10_on.jpg) no-repeat; }

/* -----------------------------------------------------------------------------------------------
  
	HEADER

----------------------------------------------------------------------------------------------- */
/* SLIDER */
header {
  width: 100%;
  height: 120px;
  position: relative; }
  header .container {
    width: 1024px;
    margin: 0 auto;
    position: relative; }
    header .container .logo {
      width: 458px;
      height: 77px;
      position: absolute;
      top: 10px;
      left: 0px; }
    header .container .hd_mail {
      width: 140px;
      height: 80px;
      position: absolute;
      top: 10px;
      right: 0px; }
    header .container .hd_recruit {
      width: 140px;
      height: 80px;
      position: absolute;
      top: 10px;
      right: 170px; }
    header .container .htxt {
      font-size: 10px;
      line-height: 1.5;
      height: 20px;
      position: absolute;
      box-sizing: border-box;
      top: -50px;
      color: #333;
      opacity: 1; }
    header .container .top_indexbtmimg {
      width: 1024px;
      height: 36px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99; }

/*SLIDER*/
.kumo {
  background: url(../images/bg_kumo.png) no-repeat center bottom; }

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  ul#slider {
    left: -170px; } }
#top {
  width: 100%;
  margin: -75px 0 0 0;
  padding: 0 0 0 0;
  height: 609px;
  background: url(../images/noflash_bg.jpg) no-repeat top center;
  position: relative;
  overflow: hidden;
  z-index: -1; }
  #top .container {
    width: 960px;
    margin: -3px auto;
    position: relative; }
    #top .container #flaArea object {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -480px;
      z-index: 0; }
    #top .container #flaArea {
      height: 480px; }
    #top .container .htxt {
      font-size: 10px;
      line-height: 1.5;
      width: 1024px;
      height: 20px;
      position: absolute;
      box-sizing: border-box;
      top: 7px;
      left: 484px;
      color: #333;
      opacity: 1;
      transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out; }

/*#top header*/
/* -----------------------------------------------------------------------------------------------
  
	TITLE

----------------------------------------------------------------------------------------------- */
.npage_title_area {
  height: 427px;
  text-align: center;
  margin: -75px 0 -55px 0;
  background: url(../images/page_body_bg.png) no-repeat center center;
  position: relative;
  z-index: -1; }
  .npage_title_area .title_area {
    font-size: 24px;
    font-family: "Mplus 1p";
    color: #333;
    line-height: 1;
    padding: 86px 0 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
    .npage_title_area .title_area subtitle {
      font-family: "Mplus 1p";
      font-size: 14px; }

/* -----------------------------------------------------------------------------------------------
  
	MDS

----------------------------------------------------------------------------------------------- */
.mds_top01 {
  background: url(../images/mds_bg_top01.png) no-repeat center top;
  min-height: 105px;
  font-size: 15px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_top01 subtitle {
    font-size: 14px; }

.mds_top02 {
  background: url(../images/mds_bg_top02.png) no-repeat center top;
  min-height: 105px;
  font-size: 15px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_top02 subtitle {
    font-size: 14px; }

.mds_info01 {
  background: url(../images/mds_bg_info01.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_info01 subtitle {
    font-size: 14px; }

.mds_info02 {
  background: url(../images/mds_bg_info02.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_info02 subtitle {
    font-size: 14px; }

.mds_policy01 {
  background: url(../images/mds_bg_policy01.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_policy01 subtitle {
    font-size: 14px; }

.mds_policy02 {
  background: url(../images/mds_bg_policy02.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_policy02 subtitle {
    font-size: 14px; }

.mds_kyusyoku01 {
  background: url(../images/mds_bg_kyusyoku01.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_kyusyoku01 subtitle {
    font-size: 14px; }

.mds_kyusyoku02 {
  background: url(../images/mds_bg_kyusyoku02.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_kyusyoku02 subtitle {
    font-size: 14px; }

.mds_day01 {
  background: url(../images/mds_bg_day01.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_day01 subtitle {
    font-size: 14px; }

.mds_day02 {
  background: url(../images/mds_bg_day02.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_day02 subtitle {
    font-size: 14px; }

.mds_year01 {
  background: url(../images/mds_bg_year01.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_year01 subtitle {
    font-size: 14px; }

.mds_year02 {
  background: url(../images/mds_bg_year02.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_year02 subtitle {
    font-size: 14px; }

.mds_document01 {
  background: url(../images/mds_bg_document01.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_document01 subtitle {
    font-size: 14px; }

.mds_document02 {
  background: url(../images/mds_bg_document02.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_document02 subtitle {
    font-size: 14px; }

.mds_news01 {
  background: url(../images/mds_bg_news01.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_news01 subtitle {
    font-size: 14px; }

.mds_news02 {
  background: url(../images/mds_bg_news02.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_news02 subtitle {
    font-size: 14px; }

.mds_contact01 {
  background: url(../images/mds_bg_contact01.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_contact01 subtitle {
    font-size: 14px; }

.mds_contact02 {
  background: url(../images/mds_bg_contact02.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_contact02 subtitle {
    font-size: 14px; }

.mds_recruit01 {
  background: url(../images/mds_bg_recruit01.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_recruit01 subtitle {
    font-size: 14px; }

.mds_recruit02 {
  background: url(../images/mds_bg_recruit02.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_recruit02 subtitle {
    font-size: 14px; }

.mds_history01 {
  background: url(../images/mds_bg_history01.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -100px 0 0 0; }
  .mds_history01 subtitle {
    font-size: 14px; }

.mds_history02 {
  background: url(../images/mds_bg_history02.png) no-repeat center top;
  min-height: 105px;
  font-size: 24px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  color: #323232;
  font-weight: bold;
  padding: 110px 0 0 0;
  text-align: center;
  line-height: 1.4;
  margin: -125px 0 0 0; }
  .mds_history02 subtitle {
    font-size: 14px; }

.nmds, .layout10 .imgarea .itemmds, .layout11 .imgarea .itemmds {
  font-size: 22px;
  color: #FC849D;
  margin: 15px 0 15px 0;
  padding: 6px 0px 0px 57px;
  background: url(../images/nmds_docu.png) no-repeat left center;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-height: 42px; }

.nmds_news {
  font-size: 22px;
  color: #FC849D;
  margin: 15px 0 15px 0;
  padding: 6px 0px 0px 57px;
  background: url(../images/nmds_news.png) no-repeat left center;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-height: 42px; }

.nmds_rec {
  font-size: 22px;
  color: #FC849D;
  margin: 50px 0 50px 0;
  padding: 6px 0px 0px 57px;
  background: url(../images/nmds_rec.png) no-repeat left center;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-height: 42px; }

.nmds_his {
  font-size: 22px;
  color: #FC849D;
  margin: 15px 0 15px 0;
  padding: 6px 0px 0px 57px;
  background: url(../images/nmds_his.png) no-repeat left center;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-height: 42px; }

.txt_wb {
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* -----------------------------------------------------------------------------------------------
  
	LAYOUT

----------------------------------------------------------------------------------------------- */
.wrapper .htxt {
  font-size: 10px;
  line-height: 1.5;
  width: 1024px;
  height: 20px;
  position: absolute;
  box-sizing: border-box;
  top: 30px;
  color: #333;
  text-align: left;
  z-index: 9999;
  opacity: 1;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.contents {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px 0; }

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

	2カラム時

----------------------------------------------------------------------------------------------- */
.main {
  width: 1024px;
  float: right; }
  .main .container {
    width: 1024px; }

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

	section以降　layout

----------------------------------------------------------------------------------------------- */
#top section .container {
  width: 1024px;
  padding: 0 0 30px 0;
  margin: 0 auto;
  /*			overflow:hidden;*/ }

section {
  padding: 30px 0 30px 0; }
  section .container {
    width: 1024px;
    padding: 30px 0 30px 0;
    margin: 0 auto;
    /*			overflow:hidden;*/ }

/* レイアウト基本形 */
/* PG画像　レイアウト基本形 画像の小さいレイアウト用は個別のレイアウトで数値設定*/
.layout01 .txtarea.fright.txtaln_r {
  text-align: right; }
.layout01 .imgarea .list_imgarea {
  margin: 0 0 5px 0;
  width: 280px;
  height: 280px;
  max-width: 280px;
  max-height: 280px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #EEEEEE; }
  .layout01 .imgarea .list_imgarea img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 280px;
    max-height: 280px; }
.layout01 .imgarea .caption, .layout01 .imgarea .caption_center, .layout01 .newsarea__kkm .top_newsarea__layout .imgarea .caption_center, .newsarea__kkm .top_newsarea__layout .layout01 .imgarea .caption_center {
  width: 280px;
  margin: 0 0 40px 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis; }
.layout01 .imgarea .caption_center {
  text-align: center; }
.layout01 .imgarea.fright {
  text-align: right; }
.layout01:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.layout01 .txtarea {
  width: 100%; }
.layout01 .imgarea {
  width: 100%; }
  .layout01 .imgarea img {
    width: 100%;
    height: auto; }

.layout02 {
  /*画像30％、文章67％、間隔3％*/ }
  .layout02 .txtarea.fright.txtaln_r {
    text-align: right; }
  .layout02 .imgarea .list_imgarea {
    margin: 0 0 5px 0;
    width: 280px;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #EEEEEE; }
    .layout02 .imgarea .list_imgarea img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 280px;
      max-height: 280px; }
  .layout02 .imgarea .caption, .layout02 .imgarea .caption_center, .layout02 .newsarea__kkm .top_newsarea__layout .imgarea .caption_center, .newsarea__kkm .top_newsarea__layout .layout02 .imgarea .caption_center {
    width: 280px;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis; }
  .layout02 .imgarea .caption_center {
    text-align: center; }
  .layout02 .imgarea.fright {
    text-align: right; }
  .layout02:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .layout02 .txtarea {
    width: 67%; }
  .layout02 .imgarea {
    width: 30%;
    /* このレイアウトでPG組み込みの場合*/
    /*				.pgitem{
    					width:210px;
    					height:210px;
    					max-width:210px;
    					max-height:210px;
    					
    						img {
    							max-width:210px;
    							max-height:210px;
    						}
    				}*/ }
    .layout02 .imgarea img {
      width: 100%;
      height: auto; }

.layout03 {
  /*画像30％、文章回り込み 間隔3％*/ }
  .layout03 .txtarea.fright.txtaln_r {
    text-align: right; }
  .layout03 .imgarea .list_imgarea {
    margin: 0 0 5px 0;
    width: 280px;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #EEEEEE; }
    .layout03 .imgarea .list_imgarea img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 280px;
      max-height: 280px; }
  .layout03 .imgarea .caption, .layout03 .imgarea .caption_center, .layout03 .newsarea__kkm .top_newsarea__layout .imgarea .caption_center, .newsarea__kkm .top_newsarea__layout .layout03 .imgarea .caption_center {
    width: 280px;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis; }
  .layout03 .imgarea .caption_center {
    text-align: center; }
  .layout03 .imgarea.fright {
    text-align: right; }
  .layout03:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .layout03 .txtarea {
    width: 66%; }
  .layout03 .imgarea {
    width: 30%; }
    .layout03 .imgarea img {
      width: 100%;
      height: auto; }

/* txt80% img15% */
/*画像15％、文章82％、間隔3％  画像小さいレイアウト */
.layout04 .txtarea.fright.txtaln_r {
  text-align: right; }
.layout04 .imgarea .list_imgarea {
  margin: 0 0 5px 0;
  width: 280px;
  height: 280px;
  max-width: 280px;
  max-height: 280px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #EEEEEE; }
  .layout04 .imgarea .list_imgarea img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 280px;
    max-height: 280px; }
.layout04 .imgarea .caption, .layout04 .imgarea .caption_center, .layout04 .newsarea__kkm .top_newsarea__layout .imgarea .caption_center, .newsarea__kkm .top_newsarea__layout .layout04 .imgarea .caption_center {
  width: 280px;
  margin: 0 0 40px 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis; }
.layout04 .imgarea .caption_center {
  text-align: center; }
.layout04 .imgarea.fright {
  text-align: right; }
.layout04:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.layout04 .txtarea {
  width: 68%; }
.layout04 .imgarea {
  width: 15%; }
  .layout04 .imgarea .list_imgarea {
    margin: 0 0 5px 0;
    width: 280px;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #EEEEEE; }
    .layout04 .imgarea .list_imgarea img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 280px;
      max-height: 280px; }
  .layout04 .imgarea .caption, .layout04 .imgarea .caption_center, .layout04 .newsarea__kkm .top_newsarea__layout .imgarea .caption_center, .newsarea__kkm .top_newsarea__layout .layout04 .imgarea .caption_center {
    width: 280px;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis; }
  .layout04 .imgarea .caption_center {
    text-align: center; }
  .layout04 .imgarea .pgitem {
    /*幅が30％なので、サイズを相応に*/
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px; }
    .layout04 .imgarea .pgitem img {
      max-width: 48px !important;
      max-height: 48px !important; }

.layout05 {
  /*画像48％、文章48％、間隔4％ 等しいレイアウト */ }
  .layout05 .txtarea.fright.txtaln_r {
    text-align: right; }
  .layout05 .imgarea .list_imgarea {
    margin: 0 0 5px 0;
    width: 280px;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #EEEEEE; }
    .layout05 .imgarea .list_imgarea img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 280px;
      max-height: 280px; }
  .layout05 .imgarea .caption, .layout05 .imgarea .caption_center, .layout05 .newsarea__kkm .top_newsarea__layout .imgarea .caption_center, .newsarea__kkm .top_newsarea__layout .layout05 .imgarea .caption_center {
    width: 280px;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis; }
  .layout05 .imgarea .caption_center {
    text-align: center; }
  .layout05 .imgarea.fright {
    text-align: right; }
  .layout05:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .layout05 .txtarea {
    width: 48%; }
  .layout05 .imgarea {
    width: 48%; }
    .layout05 .imgarea img {
      width: 100%;
      height: auto; }

.layout06 {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 10px auto; }
  .layout06 .cap {
    font-size: 14px;
    line-height: 1.53; }
  .layout06 .fitem {
    width: 15%; }
    .layout06 .fitem img {
      margin: 0 auto; }

.layout07 {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between; }
  .layout07 .cap {
    font-size: 14px;
    line-height: 1.53; }
  .layout07 .fitem {
    margin: 0 auto;
    width: 30%;
    text-align: center; }
    .layout07 .fitem cap {
      background: #FFE85A;
      padding: 7px;
      text-align: center;
      opacity: 1;
      font-size: 14px; }

.layout08 {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%; }
  .layout08 .cap {
    font-size: 14px;
    line-height: 1.53; }
  .layout08 .box {
    margin: 30px 40px 7px 0; }
    .layout08 .box .imgarea {
      height: 300px;
      max-width: 300px;
      max-height: 300px;
      overflow: hidden;
      background: #f6f6f6;
      text-align: center;
      position: relative; }
      .layout08 .box .imgarea img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 300px;
        max-height: 300px; }
    .layout08 .box .cap {
      width: 300px;
      color: #333;
      margin: 0 0 40px 0;
      line-height: 1.4;
      text-align: center; }

.layout09 {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  width: 1024px;
  margin: 50px 0 0 0;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap; }
  .layout09 .cap {
    font-size: 14px;
    line-height: 1.53; }
  .layout09 .case_3clm__item {
    width: 220px;
    margin: 0 36px 50px 0; }
    .layout09 .case_3clm__item .case_3clm__item_img {
      width: 220px;
      height: 220px;
      max-width: 220px;
      max-height: 220px;
      position: relative;
      margin: 0 0 7px 0; }
      .layout09 .case_3clm__item .case_3clm__item_img .list_imgarea {
        width: 220px;
        height: 220px;
        max-width: 220px;
        max-height: 220px;
        background: #ccc; }
        .layout09 .case_3clm__item .case_3clm__item_img .list_imgarea img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 220px;
          max-height: 220px; }
    .layout09 .case_3clm__item .case_3clm__item_nmds {
      background: #E08F24;
      width: 110px;
      color: #fff;
      font-size: 13px;
      margin: 0 auto;
      padding: 2px;
      text-align: center; }
    .layout09 .case_3clm__item .case_3clm__item_txt a {
      text-decoration: none; }

.layout10 {
  margin: 0 -3% 0 0;
  overflow: hidden;
  /*PGアイテム更新用*/ }
  .layout10 .imgarea {
    margin: 0 3% 6% 0;
    width: 47%;
    /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
    /*width:30%;*/
    /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
    float: left;
    text-align: center; }
    .layout10 .imgarea .list_imgarea {
      margin: 0 0 5px 0;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      text-align: center;
      position: relative;
      background: #EEEEEE; }
      .layout10 .imgarea .list_imgarea img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px; }
    .layout10 .imgarea .caption, .layout10 .imgarea .caption_center, .layout10 .newsarea__kkm .top_newsarea__layout .imgarea .caption_center, .newsarea__kkm .top_newsarea__layout .layout10 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4;
      word-break: break-all;
      overflow: hidden;
      text-overflow: ellipsis; }
    .layout10 .imgarea .caption_center {
      text-align: center; }
    .layout10 .imgarea .pgitem {
      /*幅が47％なので、サイズを相応に*/
      width: 138px;
      height: 138px; }
      .layout10 .imgarea .pgitem img {
        max-width: 138px !important;
        max-height: 138px !important; }
    .layout10 .imgarea .itemmds {
      font-size: 13px; }
    .layout10 .imgarea .cap {
      font-size: 12px;
      line-height: 1.4;
      margin: 0 0 5px 0; }
  .layout10:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.layout11 {
  margin: 0 -3% 0 0;
  overflow: hidden;
  /*PGアイテム更新用*/ }
  .layout11 .imgarea {
    margin: 0 3% 6% 0;
    width: 100%;
    /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
    /*width:30%;*/
    /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
    float: left;
    text-align: center; }
    .layout11 .imgarea .list_imgarea {
      margin: 0 0 5px 0;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      text-align: center;
      position: relative;
      background: #EEEEEE; }
      .layout11 .imgarea .list_imgarea img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px; }
    .layout11 .imgarea .caption, .layout11 .imgarea .caption_center, .layout11 .newsarea__kkm .top_newsarea__layout .imgarea .caption_center, .newsarea__kkm .top_newsarea__layout .layout11 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4;
      word-break: break-all;
      overflow: hidden;
      text-overflow: ellipsis; }
    .layout11 .imgarea .caption_center {
      text-align: center; }
    .layout11 .imgarea .pgitem {
      /*幅が47％なので、サイズを相応に*/
      width: 280px;
      height: 280px; }
      .layout11 .imgarea .pgitem img {
        max-width: 260px !important;
        max-height: 260px !important; }
    .layout11 .imgarea .itemmds {
      font-size: 13px; }
    .layout11 .imgarea .cap {
      font-size: 12px;
      line-height: 1.4;
      margin: 0 0 5px 0; }
  .layout11:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/* -----------------------------------------------------------------------------------------------
  
	infoページ

----------------------------------------------------------------------------------------------- */
.appearance_bg {
  background: url(../images/appe_bg.png) no-repeat right center;
  min-height: 350px;
  width: 531px;
  position: relative; }
  .appearance_bg .comment {
    width: 400px;
    position: absolute;
    top: 60px;
    right: 70px;
    text-align: center; }
  .appearance_bg .title {
    padding: 7px;
    background: #FC849D;
    color: #FFF;
    border-radius: 20px;
    font-family: "Mplus 1p","Comic Sans MS", cursive; }

.photo_bg {
  background: url(../images/info_pic02.png) no-repeat right bottom; }

/* -----------------------------------------------------------------------------------------------
  
	anim

----------------------------------------------------------------------------------------------- */
.anim1 {
  -webkit-animation: 1.5s forwards anim1;
  animation: 1.5s forwards anim1;
  opacity: 0; }

@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@keyframes anim1 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.anim2 {
  -webkit-animation: 1.5s forwards anim2;
  animation: 1.5s forwards anim2;
  opacity: 0; }

@-webkit-keyframes anim2 {
  0% {
    -webkit-transform: translate(100px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@keyframes anim2 {
  0% {
    transform: translate(100px, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.anim3 {
  -webkit-animation: 2.5s forwards anim3;
  animation: 2.5s forwards anim3;
  opacity: 0; }

@-webkit-keyframes anim3 {
  0% {
    -webkit-transform: translate(100px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@keyframes anim3 {
  0% {
    transform: translate(100px, 0);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.anim4 {
  -webkit-animation: 0.8s linear forwards anim4;
  animation: 0.8s linear forwards anim4;
  opacity: 0; }

@-webkit-keyframes anim4 {
  35% {
    -webkit-transform: translate(4px, 4px) scale(1, 1); }
  40% {
    -webkit-transform: translate(-2px, -2px) scale(1, 1); }
  45% {
    -webkit-transform: translate(4px, 4px) scale(1, 1); }
  50% {
    -webkit-transform: translate(-2px, -2px) scale(1, 1); }
  55% {
    -webkit-transform: translate(0, 0) scale(1, 1); }
  85% {
    -webkit-transform: translate(0, 0) scale(1, 1); }
  90% {
    -webkit-transform: translate(2px, 2px) scale(1, 1); }
  95% {
    -webkit-transform: translate(-2px, -2px) scale(1, 1); }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 1); } }
@keyframes anim4 {
  35% {
    transform: translate(4px, 4px) scale(1, 1); }
  40% {
    transform: translate(-2px, -2px) scale(1, 1); }
  45% {
    transform: translate(4px, 4px) scale(1, 1); }
  50% {
    transform: translate(-2px, -2px) scale(1, 1); }
  55% {
    transform: translate(0, 0) scale(1, 1); }
  85% {
    transform: translate(0, 0) scale(1, 1); }
  90% {
    transform: translate(2px, 2px) scale(1, 1); }
  95% {
    transform: translate(-2px, -2px) scale(1, 1); }
  100% {
    transform: translate(0, 0) scale(1, 1); } }
.anim5 {
  -webkit-animation: 1.5s forwards anim5;
  animation: 1.5s forwards anim5;
  opacity: 0; }

@-webkit-keyframes anim5 {
  0% {
    -webkit-transform: translate(-100px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@keyframes anim5 {
  0% {
    transform: translate(-100px, 0);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
/* -----------------------------------------------------------------------------------------------
  
	LEAD

----------------------------------------------------------------------------------------------- */
.lead01 {
  background: url(../images/pg_h3_bg.png) repeat left center;
  text-align: center;
  border-radius: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center; }
  .lead01 .textarea {
    font-family: "Mplus 1p","Comic Sans MS", cursive;
    font-size: 21px;
    color: #333;
    padding: 10px; }

/* -----------------------------------------------------------------------------------------------
  
	newsお知らせページ

----------------------------------------------------------------------------------------------- */
.newsarea__kkm {
  margin: 0 auto;
  padding: 40px 40px;
  /* li */
  /*.top_newsarea__layout*/ }
  .newsarea__kkm li {
    border-bottom: 1px dotted #C5C5C5;
    height: 170px;
    padding: 15px 0;
    box-sizing: border-box;
    /* a */ }
    .newsarea__kkm li:last-child {
      border: none; }
    .newsarea__kkm li a {
      display: block;
      height: 115px;
      text-decoration: none;
      color: #333; }
      .newsarea__kkm li a:hover {
        color: #EA5283;
        text-decoration: underline; }
  .newsarea__kkm .top_newsarea__layout {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    /*.imgarea*/
    /*.txtarea */ }
    .newsarea__kkm .top_newsarea__layout .imgarea {
      width: 140px; }
      .newsarea__kkm .top_newsarea__layout .imgarea .list_imgarea {
        margin: 0 0 5px 0;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        text-align: center;
        position: relative;
        background: #EEEEEE; }
        .newsarea__kkm .top_newsarea__layout .imgarea .list_imgarea img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px; }
      .newsarea__kkm .top_newsarea__layout .imgarea .caption, .newsarea__kkm .top_newsarea__layout .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis; }
      .newsarea__kkm .top_newsarea__layout .imgarea .caption_center {
        text-align: center; }
      .newsarea__kkm .top_newsarea__layout .imgarea .list_imgarea {
        width: 140px;
        height: 140px;
        max-width: 140px;
        max-height: 140px; }
        .newsarea__kkm .top_newsarea__layout .imgarea .list_imgarea img {
          max-width: 140px;
          max-height: 140px; }
    .newsarea__kkm .top_newsarea__layout .txtarea {
      width: 770px;
      /*.nmds*/
      /*.commnet*/ }
      .newsarea__kkm .top_newsarea__layout .txtarea .nmds, .newsarea__kkm .top_newsarea__layout .txtarea .layout10 .imgarea .itemmds, .layout10 .imgarea .newsarea__kkm .top_newsarea__layout .txtarea .itemmds, .newsarea__kkm .top_newsarea__layout .txtarea .layout11 .imgarea .itemmds, .layout11 .imgarea .newsarea__kkm .top_newsarea__layout .txtarea .itemmds {
        font-size: 23px;
        padding: 0px 0px 0px 30px;
        margin: 10px 0 10px 0px; }
      .newsarea__kkm .top_newsarea__layout .txtarea .commnet {
        clear: both;
        font-size: 14px; }
        .newsarea__kkm .top_newsarea__layout .txtarea .commnet div.br {
          display: none; }

.npage_full_leadarea .container {
  margin: 0 auto; }
.npage_full_leadarea.buypage {
  background: url(../images/buy_lead_bg01.jpg) no-repeat top center;
  background-size: cover; }
  .npage_full_leadarea.buypage .npage_full_leadarea__leadimg {
    background: rgba(255, 255, 255, 0.9) url(../images/buy_lead_txt01.png) no-repeat top center;
    width: 980px;
    height: 367px; }
.npage_full_leadarea.rentalpage {
  background: url(../images/leadarea_bg.jpg) no-repeat top center;
  background-size: cover; }
  .npage_full_leadarea.rentalpage .npage_full_leadarea__leadimg {
    background: rgba(255, 255, 255, 0.9) url(../images/rental_lead_txt01.png) no-repeat top center;
    width: 980px;
    height: 367px; }
.npage_full_leadarea.rempage {
  background: url(../images/leadarea_bg.jpg) no-repeat top center;
  background-size: cover; }
  .npage_full_leadarea.rempage .npage_full_leadarea__leadimg {
    background: rgba(255, 255, 255, 0.9) url(../images/rem_lead_txt01.png) no-repeat top center;
    width: 980px;
    height: 367px; }
.npage_full_leadarea.salepage {
  background: url(../images/leadarea_bg.jpg) no-repeat top center;
  background-size: cover; }
  .npage_full_leadarea.salepage .npage_full_leadarea__leadimg {
    background: rgba(255, 255, 255, 0.9) url(../images/sale_lead_txt01.png) no-repeat top center;
    width: 980px;
    height: 367px; }
.npage_full_leadarea.infopage {
  background: url(../images/info_lead_bg01.jpg) no-repeat top center;
  background-size: cover; }
  .npage_full_leadarea.infopage .npage_full_leadarea__leadimg {
    background: rgba(255, 255, 255, 0.9) url(../images/info_lead_txt01.png) no-repeat top center;
    width: 980px;
    height: 367px; }
.npage_full_leadarea .npage_full_leadarea__leadimg_txtarea {
  display: none; }

/*----------------- kkm -------------------------*/
.kkm01 {
  background: url(../images/bgcol01.jpg) repeat left top;
  padding: 0 0 125px 0; }

.kkm02 {
  background: url(../images/bgcol03.jpg) repeat left top;
  padding: 80px 0 125px 0; }

.kkm03 {
  background: url(../images/bgcol04.jpg) repeat left top;
  padding: 80px 0 125px 0; }

.kkm04 {
  background: #EDF0FF;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  font-weight: 400;
  font-size: 21px;
  border-radius: 15px;
  padding: 25px;
  color: #5D4634; }
  .kkm04 .title {
    text-align: center;
    padding: 3px;
    background: #566EB6;
    color: #fff;
    font-weight: bold; }

.kkm05 {
  background: #FDF4F5;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  font-weight: 400;
  border-radius: 15px;
  padding: 25px;
  color: #5D4634; }

.kkm06 {
  padding: 7px;
  border-radius: 7px;
  background: #E97F8B;
  color: #fff; }

.kkm07 {
  margin: 20px 0 0 0;
  background: #FFFADB;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  font-weight: 400;
  border-radius: 15px;
  padding: 25px;
  color: #5D4634; }

/* -----------------------------------------------------------------------------------------------
  
	CLEAR FIX

----------------------------------------------------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1; }

/* -----------------------------------------------------------------------------------------------
  
	FOOTER

----------------------------------------------------------------------------------------------- */
footer {
  text-align: center;
  padding: 0;
  height: 421px;
  background: url(../images/footer_bg.png) no-repeat center bottom;
  /*.container*/ }
  footer .container {
    width: 1024px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5;
    position: relative; }
    footer .container .ft_navi {
      background: #fff;
      border-radius: 25px;
      width: 800px;
      position: absolute;
      top: 50px;
      left: 100px; }
      footer .container .ft_navi li {
        text-align: center;
        margin: 30px 0 0 0;
        display: inline;
        line-height: 36px; }
        footer .container .ft_navi li a {
          padding-right: 2px;
          padding-left: 2px;
          text-decoration: none; }
    footer .container .ft_inner {
      position: absolute;
      top: 238px;
      left: 590px; }
      footer .container .ft_inner address {
        font-size: 12px;
        line-height: 1.5;
        font-style: normal;
        color: #333;
        padding: 0px 0px 0px 54px; }
    footer .container .ft_blog {
      padding: 155px 0 0 0;
      text-align: center; }
  footer .copy {
    text-align: center;
    font-size: 12px;
    padding: 157px 0 0 0;
    height: 82px;
    color: #333; }

/*footer*/
/* -----------------------------------------------------------------------------------------------
  
	FLOAT

----------------------------------------------------------------------------------------------- */
.fleft {
  float: left; }

.fright {
  float: right; }

.fleft_imgmgn {
  float: left;
  margin-right: 10px;
  margin-bottom: 2px; }

.fleft_imgmgn15 {
  float: left;
  margin-right: 15px; }

.fleft_imgmgn20 {
  float: left;
  margin-right: 20px; }

.fleft_imgmgn30 {
  float: left;
  margin-right: 30px; }

.fright_imgmgn {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px; }

.fright_imgmgn15 {
  float: right;
  margin-left: 15px; }

.fright_imgmgn20 {
  float: right;
  margin-left: 20px; }

.fright_imgmgn30 {
  float: right;
  margin-left: 30px; }

/* ---------------Hyou------------------- */
.hyou th {
  width: 150px;
  text-align: left;
  border-bottom: 1px solid #D4D4D4;
  padding: 5px;
  font-weight: bold;
  vertical-align: middle; }

.hyou td {
  border-bottom: 1px solid #D4D4D4;
  padding: 5px;
  vertical-align: middle; }

/* -----------------------------------------------------------------------------------------------
  
	枠
	
----------------------------------------------------------------------------------------------- */
.waku_box01 {
  border: dashed 1px #1665bd; }
  .waku_box01 p {
    margin: -10px 0 0 0;
    padding: 0px 0px 10px 10px; }
  .waku_box01 .box-title {
    font-size: 1.2em;
    background: #1665bd;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em; }

.waku_box02 {
  position: relative;
  margin: 2em 0;
  padding: 20px;
  border: solid 3px #95ccff;
  border-radius: 8px; }
  .waku_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold; }

.waku_box03 {
  background: #FFE6F3;
  padding: 20px; }

/* -----------------------------------------------------------------------------------------------
  
	btns

----------------------------------------------------------------------------------------------- */
.button1, .button4 {
  width: 350px;
  margin: 15px 0 0 0;
  display: block;
  text-align: center;
  background: #E98D0E;
  border-radius: 30px;
  box-sizing: border-box;
  line-height: 1.5; }
  .button1 a, .button4 a {
    display: block;
    width: 100%;
    min-height: 53px;
    padding: 15px 0 0 0;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    transition: all .3s;
    -webkit-transition: all .3s; }
    .button1 a:hover, .button4 a:hover {
      background: #FC869E;
      color: #fff;
      border-radius: 30px; }

.button2 {
  background: #EA5283;
  width: 100%;
  border-radius: 6px;
  line-height: 1.5; }
  .button2 a {
    display: block;
    width: 100%;
    min-height: 50px;
    color: #FFF;
    text-decoration: none;
    padding: 15px;
    transition: all .3s;
    -webkit-transition: all .3s; }
    .button2 a:hover {
      background: #FFE6F3;
      color: #EA5283;
      border-radius: 6px; }

.button3, .detail_btmnav_prev, .detail_btmnav_back, .detail_btmnav_next {
  background: #EA5283;
  width: 300px;
  margin: 15px auto;
  border-radius: 20px;
  line-height: 1.5; }
  .button3 a, .detail_btmnav_prev a, .detail_btmnav_back a, .detail_btmnav_next a {
    display: block;
    min-height: 40px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 20px;
    transition: all .3s;
    -webkit-transition: all .3s; }
    .button3 a:hover, .detail_btmnav_prev a:hover, .detail_btmnav_back a:hover, .detail_btmnav_next a:hover {
      background: #FFE6F3;
      color: #EA5283;
      border-radius: 20px; }

.button4 {
  border: 1px solid #c02648;
  font-size: 24px;
  background: #FFF;
  line-height: 1.35; }
  .button4 a {
    width: 100%;
    min-height: 153px;
    padding: 30px 0 0 0; }
    .button4 a:hover {
      background: #c02648;
      color: #fff;
      border-radius: 6px; }

.btnw_full {
  width: 100%;
  font-size: 32px;
  line-height: 1.2; }
  .btnw_full .subtitle {
    font-size: 12px; }
  .btnw_full a {
    min-height: 83px; }

/* PG詳細 詳細下部ボタン */
.detail_btmnav {
  width: 100%;
  position: relative;
  padding: 0 0 40px 0;
  margin: 70px 0 50px 0;
  text-align: center; }

.detail_btmnav_prev {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FC849D; }
  .detail_btmnav_prev a {
    font-size: 16px;
    padding: 17px 0 0 0;
    min-height: 60px;
    color: #FFF; }
    .detail_btmnav_prev a:hover {
      background: #F8E3EA;
      color: #9B7C6A; }

.detail_btmnav_back {
  width: 25%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 15px 0 0 -12.5%;
  background: #FC849D; }
  .detail_btmnav_back a {
    font-size: 16px;
    padding: 17px 0 0 0;
    min-height: 60px;
    color: #FFF; }
    .detail_btmnav_back a:hover {
      background: #F8E3EA;
      color: #9B7C6A; }

.detail_btmnav_next {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  background: #FC849D; }
  .detail_btmnav_next a {
    font-size: 16px;
    padding: 17px 0 0 0;
    min-height: 60px;
    color: #FFF; }
    .detail_btmnav_next a:hover {
      background: #F8E3EA;
      color: #9B7C6A; }

/* -----------------------------------------------------------------------------------------------
  
	PG

----------------------------------------------------------------------------------------------- */
.pager {
  margin: 40px 0 30px 0; }

/* cart detail
-----------------------------------------------------*/
.detail_btnlist {
  margin: 0 0 30px 0; }

.detail_btnlist li {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0; }

.detail_txtarea {
  width: 260px;
  float: right; }

.btn_area {
  text-align: right;
  margin: 40px 0 0 0;
  width: 260px; }

.detail_picarea {
  /*float: left;*/
  box-sizing: border-box;
  width: 410px;
  height: 410px;
  max-width: 410px;
  max-height: 410px;
  overflow: hidden;
  background: #FFF url(../images/surimi_item_bg.jpg) top center;
  text-align: center;
  position: relative; }

.detail_picarea img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 390px;
  max-height: 390px; }

.detail_picss_area {
  widows: 460px;
  float: left; }

.detail_spics_area {
  widows: 460px; }

.detail_picarea_s {
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
  background: #FFF url(../images/surimi_item_bg.jpg) top center;
  text-align: center;
  position: relative;
  margin: 10px 0 0 0; }

.detail_picarea_s img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 180px;
  max-height: 180px; }

.detail_btn {
  margin: 10px 0 0 0; }

/* ---------------MAILHYOU------------------- */
table.mailhyou {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

.mailhyou th {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding: 1.2em 3em 0.6em 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #CCC;
  color: #784D22; }
.mailhyou td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding: 1.2em 0 0.6em 0;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #CCC; }
.mailhyou .fm80 {
  width: 80%; }
.mailhyou .fm60 {
  width: 60%; }
.mailhyou .fm40 {
  width: 40%; }
.mailhyou .fm20 {
  width: 20%; }
.mailhyou .fm10 {
  width: 10%; }
.mailhyou th span {
  margin-left: 0.5em; }
.mailhyou .select_label {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0 0.5em 0; }

.submitbtn_area {
  padding: 2em 0 0 0;
  width: 440px;
  margin: 0 auto;
  text-align: center; }
  .submitbtn_area input {
    background: #F098A8;
    color: #FFF;
    width: 200px;
    font-weight: bold;
    border: none;
    border-radius: 6px; }
    .submitbtn_area input:hover {
      background: #F8E3EA;
      color: #9B7C6A; }

/* -----------------------------------------------------------------------------------------------
  
	UTILTY

----------------------------------------------------------------------------------------------- */
.point_a {
  color: #FC849D; }

.point_b {
  color: #ff0000; }

.point_c {
  color: #FC849D;
  font-weight: bold;
  font-size: 18px; }

.point_d {
  color: #EC871A; }

.point_e {
  color: #1EA8DA; }

.cen {
  text-align: center;
  margin: 0 auto; }

.st {
  font-weight: bold; }

.space05 {
  margin-top: 5px; }

.space10 {
  margin-top: 10px; }

.space15 {
  margin-top: 15px; }

.space20 {
  margin-top: 20px; }

.space25 {
  margin-top: 25px; }

.space30 {
  margin-top: 30px; }

.space35 {
  margin-top: 35px; }

.space40 {
  margin-top: 40px; }

.space50 {
  margin-top: 50px; }

.space60 {
  margin-top: 60px; }

.space70 {
  margin-top: 70px; }

.space80 {
  margin-top: 80px; }

.space90 {
  margin-top: 90px; }

.space100 {
  margin-top: 100px; }

.mgnr50 {
  margin-right: 50px; }

.mgnl50 {
  margin-left: 50px; }

.mgnl100 {
  margin-left: 100px; }

.mgnb05 {
  margin-bottom: 5px; }

.nmgn5 {
  margin-top: -5px; }

.nmgn10 {
  margin-top: -10px; }

.nmgn20 {
  margin-top: -20px; }

.nmgn30 {
  margin-top: -30px; }

.nmgn40 {
  margin-top: -40px; }

.nmgn57 {
  margin-top: -57px; }

.nmgn97 {
  margin-top: -97px; }

.nmgn127 {
  margin-top: -127px; }

.f10 {
  font-size: 10px; }

.f12 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.f16 {
  font-size: 16px; }

.f18 {
  font-size: 18px;
  line-height: 1.5; }

.f20 {
  font-size: 20px;
  line-height: 1.5; }

.f22 {
  font-size: 22px;
  line-height: 1.5; }

.f24 {
  font-size: 24px;
  line-height: 1.5; }

.f26 {
  font-size: 26px;
  line-height: 1.5; }

.f30 {
  font-size: 30px;
  line-height: 1.5; }

.f40 {
  font-size: 40px;
  line-height: 1.5; }

.f50 {
  font-size: 50px;
  line-height: 1.5; }

.dotline {
  border-bottom: 1px dotted #333333;
  padding: 35px 0 0 0;
  margin: 0 0 35px 0; }

ul#nsub li {
  float: none;
  z-index: 2;
  position: relative;
  height: 40px; }

.year_01 {
  margin: 0 0 0 0; }
  .year_01 li {
    width: 100%;
    border-bottom: #9AA94D dotted 3px;
    padding: 30px 0 0 0; }
    .year_01 li .txt {
      padding: 0 0 0 15px;
      font-size: 21px;
      font-family: "Mplus 1p","Comic Sans MS", cursive; }

.year_02 {
  margin: 0 0 0 0; }
  .year_02 li {
    width: 100%;
    border-bottom: #FF8B10 dotted 3px;
    padding: 30px 0 0 0; }
    .year_02 li .txt {
      padding: 0 0 0 15px;
      font-size: 21px;
      font-family: "Mplus 1p","Comic Sans MS", cursive; }

.year_03 {
  margin: 0 0 0 0; }
  .year_03 li {
    width: 100%;
    border-bottom: #75D2DB dotted 3px;
    padding: 30px 0 0 0; }
    .year_03 li .txt {
      padding: 0 0 0 15px;
      font-size: 21px;
      font-family: "Mplus 1p","Comic Sans MS", cursive; }

.year_04 {
  margin: 0 0 0 0; }
  .year_04 li {
    width: 100%;
    border-bottom: #FF7A95 dotted 3px;
    padding: 30px 0 0 0; }
    .year_04 li .txt {
      padding: 0 0 0 15px;
      font-size: 21px;
      font-family: "Mplus 1p","Comic Sans MS", cursive; }

.year_comment {
  background: url(../images/yearcomment_bg.png) no-repeat left center; }
  .year_comment .txtarea {
    padding: 75px 5px 5px 35px; }

/* -----------------------------------------------------------------------------------------------
  
	SLIDER

----------------------------------------------------------------------------------------------- */
/*.bxslider img {
	margin:0 auto;
	display:block;
	}
*/
ul#slider {
  padding: 0;
  /* または padding-left: 0; */
  margin: 0; }

.bx-pager a {
  width: 142px;
  height: 129px;
  margin: 7px 7px;
  background: FFED82;
  -moz-border-radius: 40px;
  /*角丸指定 四隅を丸くすることで10pxの●に*/
  -webkit-border-radius: 40px;
  /*角丸指定*/
  border-radius: 40px;
  /*角丸指定*/ }

.bx-pager a:hover,
.bx-pager a.active {
  background: #FEBCCA; }

.bx-prev {
  left: 17px;
  background: url(prev-img.png) no-repeat;
  /*prev用画像*/ }

.bx-next {
  right: 17px;
  background: url(next-img.png) no-repeat;
  /*next用画像*/ }

.bx-controls-direction a {
  position: absolute;
  margin-top: -16px;
  width: 35px;
  /*使用画像に応じて指定*/
  height: 35px;
  /*使用画像に応じて指定*/
  text-indent: -9999px;
  /*画像置換のためテキストを押しやる*/
  z-index: 9999; }

.bx-viewport {
  /*	width: 45%!important;
  	margin: 0px auto 0 auto;
  	overflow: visible!important;
  	
  	li  {
  		width:1260px !important;
  	height:530px !important;
  	display:block;
  	margin:0 auto;	
  	}*/ }

.bx-wrapper {
  overflow: hidden; }

/* -----------------------------------------------------------------------------------------------
  
	sphoneView

----------------------------------------------------------------------------------------------- */
#sphoneView {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 60px 0 60px 0px;
  /*width:1100px;*/
  position: relative;
  font-size: 45px;
  box-sizing: border-box;
  margin: 0 auto; }

#sphoneView:after {
  content: url(../images/sphone_icon.png);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -370px; }

#sphoneView a {
  color: #F098A8;
  text-decoration: none; }
