@charset "UTF-8";
/* common
----------------------------------------------------------- */
body {
  background: url(../images/common/bg.jpg); }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1280px !important; } }

@media screen and (min-width: 769px) {
  .sp {
    display: none; } }

#wrapper {
  width: auto;
  margin: 0 auto;
  position: relative; }

img {
  max-width: 100%;
  height: auto; }

.btn {
  width: 480px;
  display: block;
  margin: 0 auto; }
  .btn a {
    color: #FFF;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: 500;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    outline: none;
    margin: 0 auto;
    transition: all .3s; }
    .btn a:hover {
      text-decoration: none;
      background: rgba(255, 255, 255, 0.5); }

.btn .b-arrow {
  position: relative;
  vertical-align: middle;
  text-decoration: none; }
.btn .b-arrow::before,
.btn .b-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }
.btn .arrow01::before {
  left: 95%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* header
----------------------------------------------------------- */
#top-head {
  width: 100%;
  clear: both;
  background: url(../images/common/header_bg.png) top center repeat-x;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  z-index: 999; }

.top-head-inner {
  position: relative;
  z-index: 999; }

#logo-head {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 0;
  text-align: center; }
  #logo-head .logo {
    padding: 70px 0 0 0; }

/* .tp-attent
----------------------------------------------------------- */
.tp-attent {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 999; }
  .tp-attent ul {
    display: flex; }
  .tp-attent li {
    margin-left: 5px; }
    .tp-attent li a {
      height: 60px;
      display: block;
      border-radius: 0 0 20px 20px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.4;
      position: relative;
      transition: all .3s; }
      .tp-attent li a span {
        font-weight: bold; }
      .tp-attent li a:hover {
        text-decoration: none; }
    .tp-attent li.attent-holiday a {
      background: #fff;
      border: 1px solid #EB528D;
      border-top: none;
      color: #463A31;
      padding: 1.4em 3.4em 0 2em; }
      .tp-attent li.attent-holiday a .cl {
        color: #EB528D; }
      .tp-attent li.attent-holiday a::after {
        content: '';
        position: absolute;
        background: url("../images/icon_nikukyu_mini_p.png") no-repeat top right;
        background-size: 17px;
        width: 35px;
        height: 34px;
        top: 20px;
        right: 18px;
        transition: all .2s; }
      .tp-attent li.attent-holiday a:hover::after {
        background-size: 35px;
        width: 35px;
        height: 34px;
        top: 10px;
        right: 9px;
        opacity: 0.3;
        filter: alpha(opacity=30); }
    .tp-attent li.attent-schedule a {
      background: #EB528D;
      border: 1px solid #fff;
      border-top: none;
      color: #fff;
      padding: 1.4em 3.4em 0 2em; }
      .tp-attent li.attent-schedule a::after {
        content: '';
        position: absolute;
        background: url("../images/icon_nikukyu_mini_w.png") no-repeat top right;
        background-size: 17px;
        width: 35px;
        height: 34px;
        top: 20px;
        right: 18px;
        transition: all .2s; }
      .tp-attent li.attent-schedule a:hover::after {
        background-size: 35px;
        width: 35px;
        height: 34px;
        top: 10px;
        right: 9px;
        opacity: 0.4;
        filter: alpha(opacity=40); }

/* visual
----------------------------------------------------------- */
#tp-visual {
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: -10px; }

/* nav
----------------------------------------------------------- */
.global-nav {
  width: 100%;
  clear: both;
  background: url(../images/common/line_tuta.jpg) repeat-x bottom center;
  padding: 40px 0 48px; }
  .global-nav .menu {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    font-size: 0; }
    .global-nav .menu > li {
      display: inline-block; }
      .global-nav .menu > li a, .global-nav .menu > li div {
        font-size: 16px;
        font-size: 1.6rem; }
        .global-nav .menu > li a:hover, .global-nav .menu > li div:hover {
          text-decoration: none; }

@media screen and (min-width: 769px) {
  .global-nav {
    display: block !important; } }
/* #tp-reason
----------------------------------------------------------- */
#tp-reason {
  width: 100%;
  clear: both;
  background: #fff;
  position: relative;
  padding: 64px 0 160px;
  text-align: center; }
  #tp-reason::before {
    content: "";
    position: absolute;
    top: 130px;
    left: 4%;
    width: 220px;
    height: 370px;
    background: url(../images/tp_reason_bg01.png) no-repeat;
    z-index: 1; }
  #tp-reason::after {
    content: "";
    position: absolute;
    top: 230px;
    right: 4%;
    width: 220px;
    height: 370px;
    background: url(../images/tp_reason_bg02.png) no-repeat;
    z-index: 1; }

.tp-reason-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 2; }
  .tp-reason-inner h2 {
    margin-bottom: 32px; }
  .tp-reason-inner ul {
    margin-top: 40px;
    margin-left: 64px;
    font-size: 0; }
    .tp-reason-inner ul li {
      display: inline-block; }

/* #tp-service
----------------------------------------------------------- */
#tp-service {
  width: 100%;
  clear: both;
  background: url(../images/tp_service_bg.png) repeat-x top left #FFF;
  text-align: center;
  position: relative;
  padding-bottom: 100px; }
  #tp-service::before {
    content: "";
    background: url(../images/tp_service_line.png) top center no-repeat;
    width: 100%;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

.tp-service-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  padding-top: 110px; }
  .tp-service-inner .service-result {
    position: absolute;
    top: -105px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .tp-service-inner .service-result img {
      width: 402px; }
  .tp-service-inner .service-ttl {
    margin-bottom: 40px; }
  .tp-service-inner .service-list {
    *zoom: 1;
    font-size: 0; }
    .tp-service-inner .service-list:after {
      content: "";
      display: table;
      clear: both; }
  .tp-service-inner .service-box {
    width: 372px;
    position: relative;
    background: url(../images/tp_service_waku02.jpg) repeat-y;
    display: inline-block;
    vertical-align: top;
    margin-right: 42px; }
    .tp-service-inner .service-box::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/tp_service_waku01.jpg) no-repeat top center;
      width: 372px;
      height: 10px; }
    .tp-service-inner .service-box::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background: url(../images/tp_service_waku03.jpg) no-repeat bottom center;
      width: 372px;
      height: 10px; }
    .tp-service-inner .service-box:last-child {
      margin-right: 0; }
    .tp-service-inner .service-box h3 {
      background: url(../images/tp_service_list.jpg) no-repeat top center;
      height: 48px;
      color: #fff;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.2em;
      padding-left: -1em;
      padding-top: 0.9em; }
    .tp-service-inner .service-box p {
      font-size: 14px;
      font-size: 1.4rem;
      text-align: left;
      padding: 1.5em 1.5em; }
  .tp-service-inner .anshin {
    margin-top: 64px; }
  .tp-service-inner .btn {
    background: url(../images/btn_bg01.jpg) no-repeat;
    width: 604px;
    margin-top: 32px; }
    .tp-service-inner .btn a {
      height: 64px;
      padding-top: 23px;
      font-size: 20px;
      font-size: 2rem; }

/* #tp-feature
----------------------------------------------------------- */
#tp-feature {
  width: 100%;
  clear: both;
  position: relative;
  padding-bottom: 170px; }
  #tp-feature::before {
    content: "";
    background: url(../images/common/bg_mimi_white.png) top center no-repeat;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #tp-feature .bg01, #tp-feature .bg02, #tp-feature .bg03 {
    position: absolute;
    width: 300px;
    height: 294px; }
  #tp-feature .bg01 {
    top: -10px;
    left: 3%; }
  #tp-feature .bg02 {
    top: 420px;
    right: 0; }
  #tp-feature .bg03 {
    top: 960px;
    left: 0; }

.tp-feature-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  z-index: 999;
  position: relative; }
  .tp-feature-inner h2 {
    width: 546px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
    margin-bottom: 24px; }
  .tp-feature-inner .point01-02, .tp-feature-inner .point03-05 {
    display: flex;
    justify-content: space-between; }
  .tp-feature-inner .btn {
    background: url(../images/common/btn_small.png) no-repeat;
    background-size: 242px;
    width: 242px;
    margin-top: 24px; }
    .tp-feature-inner .btn a {
      line-height: 48px;
      padding-top: 2px; }
  .tp-feature-inner .point01 {
    background: url(../images/tp_poing_bg01.png) no-repeat 20px 0;
    padding: 50px 0 0 0; }
    .tp-feature-inner .point01 .num {
      width: 121px;
      display: inline-block;
      margin-right: 24px; }
    .tp-feature-inner .point01 h3 {
      width: 306px;
      display: inline-block;
      margin-bottom: 24px; }
    .tp-feature-inner .point01 .txt {
      width: 500px;
      padding: 0 0 0 50px;
      margin-top: 32px; }
  .tp-feature-inner .point02 {
    background: url(../images/tp_poing_bg02.png) no-repeat 20px 0;
    padding: 50px 0 0 0;
    margin-top: 80px; }
    .tp-feature-inner .point02 .num {
      width: 121px;
      display: inline-block;
      margin-right: 24px; }
    .tp-feature-inner .point02 h3 {
      width: 314px;
      display: inline-block;
      margin-bottom: 24px; }
    .tp-feature-inner .point02 .txt {
      width: 500px;
      padding: 0 0 0 50px;
      margin-top: 32px; }
  .tp-feature-inner .point03 {
    background: url(../images/tp_poing_bg03.png) no-repeat 65px 30px;
    padding: 0;
    margin-top: 50px;
    text-align: center; }
    .tp-feature-inner .point03 .num {
      width: 125px;
      display: inline-block;
      margin-right: 60px; }
    .tp-feature-inner .point03 h3 {
      width: 241px;
      display: block;
      margin: 30px auto 24px; }
    .tp-feature-inner .point03 .txt {
      width: 350px;
      padding: 0 0 0 20px;
      margin-top: 32px;
      text-align: left; }
  .tp-feature-inner .point04 {
    background: url(../images/tp_poing_bg04.png) no-repeat 65px 30px;
    padding: 0;
    margin-top: 100px;
    text-align: center; }
    .tp-feature-inner .point04 .num {
      width: 125px;
      display: inline-block;
      margin-right: 60px; }
    .tp-feature-inner .point04 h3 {
      width: 311px;
      display: block;
      margin: 30px auto 24px; }
    .tp-feature-inner .point04 .txt {
      width: 350px;
      padding: 0 0 0 20px;
      margin-top: 32px;
      text-align: left; }
  .tp-feature-inner .point05 {
    background: url(../images/tp_poing_bg05.png) no-repeat 65px 30px;
    padding: 0;
    margin-top: 150px;
    text-align: center; }
    .tp-feature-inner .point05 .num {
      width: 125px;
      display: inline-block;
      margin-right: 60px; }
    .tp-feature-inner .point05 h3 {
      width: 245px;
      display: block;
      margin: 30px auto 24px; }
    .tp-feature-inner .point05 .txt {
      width: 350px;
      padding: 0 0 0 20px;
      margin-top: 32px;
      text-align: left; }

/* #tp-bnr
----------------------------------------------------------- */
#tp-bnr {
  width: 100%;
  clear: both;
  position: relative;
  background: url(../images/common/bg_blue.jpg); }
  #tp-bnr::before {
    content: "";
    background: url(../images/common/bg_mimi_blue.png) top center no-repeat;
    width: 100%;
    height: 67px;
    position: absolute;
    top: -67px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #tp-bnr::after {
    content: "";
    background: url(../images/common/line_white.png) repeat-x;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #tp-bnr .bg01, #tp-bnr .bg02 {
    position: absolute;
    width: 300px;
    height: 190px; }
  #tp-bnr .bg01 {
    top: -70px;
    left: 1%; }
  #tp-bnr .bg02 {
    top: -130px;
    right: 1%; }

.tp-bnr-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 80px 0 64px;
  *zoom: 1; }
  .tp-bnr-inner:after {
    content: "";
    display: table;
    clear: both; }
  .tp-bnr-inner ul {
    display: flex;
    justify-content: space-between; }
  .tp-bnr-inner .btn {
    background: url(../images/footer_blog_btn.jpg) no-repeat;
    background-size: 204px;
    width: 204px;
    float: right;
    margin-top: 24px; }
    .tp-bnr-inner .btn a {
      line-height: 44px;
      color: #4F3728;
      font-size: 15px;
      font-size: 1.5rem; }

/* footer
----------------------------------------------------------- */
footer {
  width: 100%;
  clear: both; }

.f-contact {
  width: 100%;
  clear: both;
  background: url(../images/common/footer_contact_head.png) repeat-x top center #fff;
  padding: 120px 0 36px; }

.f-contact-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  display: flex;
  justify-content: space-between; }
  .f-contact-inner .visit-area {
    width: 526px;
    text-align: center; }
    .f-contact-inner .visit-area h2 {
      width: 299px;
      margin: 0 auto; }
    .f-contact-inner .visit-area p {
      margin-top: 12px; }
    .f-contact-inner .visit-area .visit-area-map {
      display: flex;
      justify-content: center;
      padding-top: 20px; }
      .f-contact-inner .visit-area .visit-area-map .visit-area-map_txt {
        flex: 1;
        padding-right: 20px; }
      .f-contact-inner .visit-area .visit-area-map figure {
        width: 302px; }
      .f-contact-inner .visit-area .visit-area-map p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.6;
        padding-top: 0;
        text-align: left; }
    .f-contact-inner .visit-area .visit-area-note {
      font-size: 14px;
      font-size: 1.4rem;
      text-align: left; }
  .f-contact-inner .contact-area {
    width: 50%;
    text-align: right;
    padding-top: 40px; }
    .f-contact-inner .contact-area figure {
      width: 384px;
      margin: 0 auto; }
    .f-contact-inner .contact-area .btn {
      background: url(../images/common/footer_btn.png) no-repeat;
      background-size: 564px;
      width: 564px;
      margin-top: -52px;
      position: relative;
      z-index: 10; }
      .f-contact-inner .contact-area .btn a {
        line-height: 74px;
        color: #fff;
        font-size: 25px;
        font-size: 2.5rem;
        letter-spacing: 0.1em;
        padding-top: 2px; }

.f-link {
  width: 100%;
  clear: both;
  background: url(../images/common/footer_bg.png) no-repeat center top; }
  .f-link .f-logo {
    text-align: center;
    padding-top: 72px; }
  .f-link address {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 24px;
    margin-bottom: 16px; }
  .f-link .global-nav {
    background: none; }

.f-copy {
  text-align: center;
  background: url(../images/common/footer_copy.jpg) repeat-x; }
  .f-copy p {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 16px 0 10px; }

.pagetop {
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 5px;
  right: 10px;
  z-index: 10; }
  .pagetop a {
    display: block;
    background: url(../images/common/pagetop.png) no-repeat;
    background-size: 92px;
    width: 92px;
    height: 0;
    padding-top: 116px; }
    .pagetop a:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }

/*css-cheatseet
----------------------------------------------------------- */
/*
:before{}
:after{}
:before
:after {
	content:"";
	position:absolute;}

:first-child
:first-of-type
:last-child
:last-of-type

:nth-child(odd)
:nth-child(even)
:nth-child(3n)

:first-letter{}
:last-letter{}

	
【 center-position 】
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:000px;
height:000px;


【背景透過】
background:rgba(255,255,255,0.7);

【カーニング】
letter-spacing:0.1em;

【アンダーライン】
background: linear-gradient(transparent 60%, rgb(247,208,215) 60%);

*/
