@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}

#contentArea #contentAreaInner {
  padding: 0;
  margin: 0;
  width: 735px;
  float: left;
}

#contentArea #contentRight {
  width: 235px;
  float: right;
  padding: 0;
  margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
  .l-contents-btn {
    text-align: center;
  }
  .l-contents-btn.typeA {
    margin-bottom: 30px;
  }
  .l-contents-btn.typeB {
    margin-bottom: 60px;
  }
  .l-contents-btn.typeC {
    margin: 30px 0;
  }
  .l-contents-btn.typeD {
    margin: 30px 0;
  }
  .l-contents-btn__back {
    text-align: center;
    background: #ffffff;
    padding: 30px 0;
  }
  .l-contents-btn__list {
    text-align: center;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-right: 24px;
  }
  .l-contents-btn__item:last-child {
    margin-right: 0;
  }
  .l-contents-btn__hover {
    -webkit-transition: .6;
            transition: .6;
  }
  .l-contents-btn__hover:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 750px) {
  .l-contents-btn.typeA {
    margin-bottom: 6%;
  }
  .l-contents-btn.typeB {
    margin: 0 auto 10%;
  }
  .l-contents-btn.typeC {
    width: 80%;
    margin: 4% auto;
  }
  .l-contents-btn.typeD {
    width: 80%;
    margin: 5% auto;
  }
  .l-contents-btn__back {
    width: 90%;
    margin: 4% auto 7%;
  }
  .l-contents-btn__list {
    text-align: center;
  }
  .l-contents-btn__item {
    margin-bottom: 4%;
  }
  .l-contents-btn__item:last-child {
    margin-bottom: 0;
  }
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
body {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-style: normal;
}

/* PC用
-------------------------------------------- */
@media screen and (min-width: 800px) {
  #wrapper2 {
    max-width: none;
  }
  #niziu_article {
    width: 800px;
    margin: auto;
  }
  #niziu_article img {
    vertical-align: top;
  }
  #niziu_contents {
    background: url(../img/contents_bg.png) repeat left top;
  }
  #niziu_contents img {
    vertical-align: bottom;
  }
  .l-contents__body{
    margin-top: 30px;
  }
  .l-contents__inner {
    text-align: center;
  }
  .l-contents__title {
    line-height: 1;
    text-align: center;
  }
  .l-contents-block{
    position: relative;
    margin-bottom: 60px;
  }
  .l-contents-block.typeA{
    margin-bottom: 30px;
  }
  .l-contents-block:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-block__inner {
    padding: 0 30px;
  }
  .l-contents-length{
    margin-top: 33px;
    margin-bottom: 30px;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    font-size: 14px;
    color: #333333;
  }
  .l-contents-border{
    position: relative;
    border: 2px solid #A44A97;
    text-align: center;
    background: #FFFFFF;
  }
  .l-contents-border:before{
    content: "";
    position: absolute;
    border: 1px solid #A44A97;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3px;
  }
  .l-contents-border__inner{
    position: relative;
    padding: 33px 26px 27px;
  }
  .l-contents-border__block{
    margin-bottom: 30px;
  }
  .l-contents-border__block:last-child{
    margin-bottom: 0;
  }
  .l-contents-border__title.typeA{
    text-align: right;
    margin-right: 42px;
    margin-bottom: 10px;
  }
  .l-contents-border__title.typeB{
    text-align: right;
    margin-right: 42px;
    margin-bottom: 10px;
  }
  .l-contents-item__img.typeA{
    margin-bottom: 30px;
  }
  .l-contents-item__img.typeB{
    margin-bottom: 30px;
  }
  .l-contents-item__img.typeC{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .l-contents-item__btn{
    position: relative;
    margin-top: 63px;
    margin-bottom: 30px;
  }
  .l-contents-block__table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .l-contents-block__table tr:nth-child(even) {
    background: #FFFFFF;
  }
  .l-contents-block__table tr:nth-child(odd) {
    background: #FCF2F7;
  }
  .l-contents-block__table tr:last-of-type {
    border-bottom: none;
  }
  .l-contents-block__table th {
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    padding: 5px;
    vertical-align: middle;
  }
  .l-contents-block__table th:nth-child(2){
    width: 45%;
  }
  .l-contents-block__table td {
    vertical-align: middle;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
    padding: 10px 0;
    font-size: 14px;
    color: #000000;
  }
  .l-contents-block__table td:first-of-type {
    text-align: center;
  }
  .l-contents-block__table td:nth-child(2) {
    text-align: left;
  }
  .l-contents-block__table td:nth-child(3) {
    text-align: center;
  }
  .l-contents-block__table td:nth-child(4) {
    text-align: right;
  }
  .l-contents-block__table td:last-of-type {
    text-align: center;
  }
  .l-contents__pop{
    margin: 60px auto 0;
  }
  .l-contents__hover:hover{
    position: relative;
    bottom: -3px;
  }

  div .visible-xs {
    display: none !important;
  }
}

/* SP用
-------------------------------------------- */
@media screen and (max-width: 800px) {
  div#wrapper-content {
    /* background-image: url(../img/main-image.png);*/
  }
  div#wrapper-content img {
    width: 100%;
    vertical-align: bottom;
  }
  div .hidden-xs {
    display: none !important;
  }
  #niziu_article {
    margin: auto;
  }
  #niziu_article img {
    vertical-align: top;
  }
  #niziu_contents{
    background: url(../img/contents_bg.png) repeat left top;
    background-size: 100%;
  }
  .l-contents__body{
    margin: 8% 3% 0;
  }
  .l-contents__title {
    line-height: 1;
    text-align: center;
  }
  .l-contents-block {
    position: relative;
    margin-bottom: 12%;
  }
  .l-contents-block.typeA{
    margin-bottom: 6%;
  }
  .l-contents-block:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-block__inner {
    padding: 0 6%;
  }
  .l-contents-length{
    margin-top: 8%;
    margin-bottom: 4%;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    font-size: 70%;
    color: #333333;
  }
  .l-contents-border{
    position: relative;
    border: 2px solid #A44A97;
    text-align: center;
    background: #FFFFFF;
  }
  .l-contents-border:before{
    content: "";
    position: absolute;
    border: 1px solid #A44A97;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3px;
  }
  .l-contents-border.typeA{
    margin: 0 3% 5%;
  }
  .l-contents-border__inner{
    position: relative;
    padding: 5% 4%;
  }
  .l-contents-border__block{
    margin-bottom: 6%;
  }
  .l-contents-border__block:last-child{
    margin-bottom: 0;
  }
  .l-contents-border__title.typeA{
    margin-left: 15%;
    margin-bottom: 3%;
    margin-right: -2%;
  }
  .l-contents-border__title.typeB{
    margin-left: 15%;
    margin-bottom: 3%;
    margin-right: -2%;
  }
  .l-contents-border__title.typeC{
    margin: 0 auto;
    width: 65%;
  }
  .l-contents-border__title.typeD{
    margin: 0 auto 5%;
    width: 45%;
  }
  .l-contents-border__title.typeE{
    margin: 0 auto;
    width: 55%;
  }
  .l-contents-item__img.typeA{
    margin-bottom: 5%;
  }
  .l-contents-item__img.typeB{
    margin: 10% 3% 5%
  }
  .l-contents-item__img.typeC{
    margin-bottom: 5%;
  }
  .l-contents-item__btn{
    position: relative;
    margin-top: 9%;
    margin-bottom: 4%;
  }
  .l-contents-block__table {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .l-contents-block__table tr:nth-child(even) {
    background: #FFFFFF;
  }
  .l-contents-block__table tr:nth-child(odd) {
    background: #FCF2F7;
  }
  .l-contents-block__table tr:last-of-type {
    border-bottom: none;
  }
  .l-contents-block__table th {
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
    text-align: center;
    font-size: 80%;
    color: #000000;
    font-weight: normal;
    padding: 2% 0;
    vertical-align: middle;
  }
  .l-contents-block__table th:first-of-type {
    width: 18%;
  }
  .l-contents-block__table th:nth-child(2) {
    width: 30%;
  }
  .l-contents-block__table th:nth-child(3) {
    width: 10%;
  }
  .l-contents-block__table th:nth-child(4) {
    width: 30%;
  }
  .l-contents-block__table td {
    padding: 2% 0;
    font-size: 75%;
    color: #000000;
    vertical-align: middle;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  }
  .l-contents-block__table td:first-of-type {
    text-align: center;
  }
  .l-contents-block__table td:nth-child(2) {
    text-align: left;
  }
  .l-contents-block__table td:nth-child(3) {
    text-align: center;
  }
  .l-contents-block__table td:nth-child(4) {
    text-align: right;
  }
  .l-contents-block__table td:last-of-type {
    text-align: center;
  }
  .l-contents__pop{
    margin: 10% 4% 0;
  }
  .l-contents-block__btn{
    margin-top: 12%;
  }
}

/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.color-red {
  color: #E51919;
}

.color-crimson-red {
  color: #B1240A;
}

.tl-center {
  text-align: center;
}

a {
  word-break: break-all;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
  background: #e60012;
  text-align: center;
}

.top-caution {
  border: 1px solid #ff0000;
  background: #ffffff;
}

.top-caution__text {
  color: #ff0000;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .top-caution {
    padding: 15px 15px 20px;
    margin-bottom: 20px;
  }
  .top-caution__text {
    font-size: 14px;
  }
  .top-box {
    width: 800px;
    margin: 0 auto 20px;
  }
  .coming {
    padding: 8px;
  }
  .main__visual {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .top-caution {
    padding: 3%;
    margin-bottom: 4%;
  }
  .top-caution__text {
    font-size: 90%;
  }
  div#wrapper-content .coming {
    padding: 2%;
  }
  div#wrapper-content .coming img {
    width: 10%;
  }
  .main__visual {
    text-align: center;
    margin: auto;
    width: 100%;
  }
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
  .gotop{
    text-align: center;
    padding: 60px 0;
  }
  .gotop__list{
    text-indent: -.4em;
  }
  .gotop__item{
    display: inline-block;
    margin-right: 30px;
  }
  .gotop__item:last-child{
    margin-right: 0;
  }
  .l-contact {
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .snslist {
    text-align: center;
    letter-spacing: -.4em;
    padding: 60px 0;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }
  .l-bnr {
    text-align: center;
    margin: 60px 0 40px;
  }
  .l-bnr__item {
    line-height: 0;
  }
  .l-bnr__item a:hover {
    opacity: 0.6;
  }
  .l-copy {
    margin-top: 30px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 1;
  }
}

@media screen and (max-width: 800px) {
  .gotop {
    text-align: center;
    margin: 10% 8%;
  }
  .gotop__item{
    margin-bottom: 12%;
  }
  .gotop__item:last-child{
    margin-bottom: 0;
  }
  .l-contact {
    position: relative;
    text-align: center;
    margin: 5% 4%;
  }
  .snslist {
    text-align: center;
    letter-spacing: -.4em;
    padding: 10% 0;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }
  .l-bnr {
    margin: 12% 4% 5%;
  }
  .l-bnr__item {
    line-height: 0;
  }
  .l-bnr__item a {
    display: block;
  }
  .l-copy {
    margin: 0 8%;
    font-size: 80%;
    color: #000000;
    text-align: center;
    line-height: 1;
  }
}

.icon {
  display: inline;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
  .l-nav__list {
    margin-top: 30px;
    text-align: center;
    letter-spacing: -.4em;
  }
  .l-nav__item {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .l-nav__item:nth-child(even) {
    margin-right: 0;
  }
  .l-nav__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .l-nav__list {
    margin: 6% 4% 10%;
    text-align: center;
  }
  .l-nav__item {
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 6%;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
}
