@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);


.box01 .inner {
    border: 1px solid #FC8F8B;
    padding: 50px 60px;
    box-sizing: border-box;
    background: #FFF3F3;
}

.box01 .reed01 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px !important;
}
.top .box01 {

    margin: 110px 0 65px !important;

}

body {
  background: #fff;
  color: #231815;
  line-height: 1.7;
}

a, a:visited, a:hover {
  color: #231815;
}

/**/
#header .inner, #content .inner, #footer .inner, .totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  box-sizing: border-box;
}



.t01_wrap thead th{
  background: #ffb1ad;
  color:#231815;
  text-align: center;
}
.t01_wrap tbody th {
  background: #FCE5E4;
  width: 30%;
}

.mens.t01_wrap tbody th {
    background: #E7F6FF;
}

.sec_contact .t01_wrap tbody th {
  width: 22%;
}

.sec_contact .t01_wrap table {
  border: none;
}

.sec_contact .t01_wrap tbody th, .sec_contact .t01_wrap th, .sec_contact .t01_wrap td {
  background: none;
  border: none;
}

.pagetop {
  position: fixed;
  bottom: 2%;
  right: 1%;
}

.bn1 a, .bn2 a, .bn3 a, .bn4 a {
  background-size: cover;
  position: relative;
  height: 150px;
  line-height: 130px;
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  border: 10px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-bottom: 10px;
}

a {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a:hover, a:hover img {
  opacity: 0.8;
}

.bn1 a {
  background: url(/images/bn1.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%)
}

.bn2 a {
  background: url(/images/bn2.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%)
}

.bn3 a {
  background: url(/images/bn3.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%)
}

.bn4 a {
  background: url(/images/bn4.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%)
}

.bn1 span, .bn2 span, .bn3 span, .bn4 span {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* header */
.top #header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 50px;
}

.under #header {
  background: #fce5e4;
  box-sizing: border-box;
  padding: 25px 50px;
}

/* header */
#header {}

#header>.inner {}

#header h1 {
  float: left;
  width: 30%;
  max-width: 160px;
}

#header .info {
  float: right;
  max-width: 280px;
  line-height: 0;
  overflow: hidden;
  padding-top: 10px;
}

.header_tel {
  text-align: right;
}

#header h1 img, #header .info img {
  width: 100%;
}

.header_tel span {}

.header_tel img {}

/* nav */
#nav {
  width: 100%;
  float: none;
  background: none;
}

#nav #menu>li {
  display: inline-block;
  list-style: none;
  box-sizing: border-box;
  padding: 0 1vw;
  position: relative;
}

#nav li a, #nav li span {
  display: block;
  line-height: 1.8em;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
  color: #231815;
  border-bottom:2px solid transparent;
}

#nav li a span {
  font-weight: normal;
  font-size: 12px;
}
#nav li span.pc {
    height: 0;
}
#nav li:last-child a {
  border-right: none;
}

#nav li a:hover {
  color: #231815;
}

#nav ul.submenu_ul {
  position: absolute;
  z-index: 1;
  width: 15em;
  box-sizing: border-box;
  background: #FFF3F3;
  left: -30%;
}
#nav .nav06 ul.submenu_ul {
    left: -7%;
}

#nav .nav07 ul.submenu_ul,#nav .nav06 ul.submenu_ul {
    right: 0;
    left: inherit;
}


#nav ul.submenu_ul>li {
  list-style: none;
  box-sizing: border-box;
  border-collapse: collapse;
}
#nav ul.submenu_ul>li:not(:last-child) {
  border-bottom:1px solid #ccc;
}
#nav ul.submenu_ul>li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.8em !important;
  font-size: 13px !important;
  box-sizing: border-box;
}

#nav ul.submenu_ul>li a:hover {
  border-bottom:2px solid transparent;
  background: #ffb1ad;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha( opacity=100 )" !important;
}

/* content */

#content {
  margin-bottom: 30px;
  min-height: 500px;
}

.top #content {
  margin-bottom: 0;
}

#content .wrap p {
  margin-bottom: 1.2em;
}

.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* メイン */
.carousel {
  width: 100%;
  overflow: hidden;
}

.carousel>div {
  /*width: 2000px;*/
  margin: 0 auto;
}

.carousel .slick-list {
  overflow: visible;
}

.carousel .slick-slide {
  position: relative;
  outline: 0;
}

.slick-dots {}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  background: #f3f2ee;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #f1e7b3;
}

.carousel .slick-arrow {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 19px;
  height: 34px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}

.carousel .slick-arrow:hover {
  opacity: 0.5;
}

.carousel .slick-arrow.slick-prev {
  left: -12px;
  background-image: url(../images/arrow_prev.png);
}

.carousel .slick-arrow.slick-next {
  right: -12px;
  background-image: url(../images/arrow_next.png);
}

.mainimage::after {
  content: "";
  width: 52%;
  height: 100%;
  max-width: 969px;
  max-height: 494px;
  position: absolute;
  display: block;
  top: 40%;
  right: auto;
  left: 10%;
  bottom: 0;
  margin: auto;
  background: url(/images/main_copy1.png) no-repeat center center;
  background-size: 100%;
}

.mainimage {
  position: relative;
  margin-bottom: 60px;
}

/* フッター */
.totop {
  text-align: right;
  line-height: 1;
  height: 47px;
}

.totop img {
  display: block;
  float: right;
}

.top .totop {
  background: #FFF3F3;
  padding-top: 30px;
}

#footer {
  text-align: center;
  padding: 160px 0 3em;
  background: url(/images/footer_bg_img01.jpg)no-repeat top left / cover;
}

#footer .inner {
  padding: 0 0 1em;
}

#footer ul {
  text-align: center;
}

#footer ul li {
  display: inline-block;
  list-style: none;
}

#footer ul li a, #footer ul li a:visited {
  text-decoration: none;
  color: #231815;
}

#footer ul li:after {
  content: "　｜　";
}

#footer ul li:last-child:after {
  display: none;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footer .f_logo {
  margin: 0 0 30px;
}

.copyright {
  width: 100%;
  text-align: center;
  line-height: 1.3;
}

/* table */
.menu_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #e8e9e3;
}

.menu_table th, .menu_table td {
  padding: 14px 14px;
  border-bottom: 1px solid #e8e9e3;
}

.menu_table th {
  text-align: left;
}

.menu_table td {
  text-align: right;
}

table.news {
  border-top: 1px solid #e8e9e3;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

table.news th, table.news td {
  padding: 15px 10px 14px;
  border-bottom: 1px solid #e8e9e3;
}

table.news th {
  width: 20%;
  color: #b4c22e;
  padding: 15px 0 14px 20px;
}

table.info {
  border-top: 1px solid #e8e9e3;
}

table.info th, table.info td {
  padding: 15px 5px 14px;
  border-bottom: 1px solid #e8e9e3;
  text-align: left;
}

table.info th {
  width: 20%;
}

/* BTN */
.anchor_wrap a {
  width: 180px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  background: #afcaf2;
  border-radius: 14px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
.under .wrap.h3_title_wrap, .blog_body .wf_bread_ul+.wrap {
  max-width: 100%;
  padding: 3em 0;
  background: url(/images/title_bg.jpg) no-repeat center;
  background-size: auto;
  background-size: cover !important;
  margin-bottom: 40px;
}

.under .wrap.h3_title_wrap.mens {
    background: url(/images/mens_bg.png) repeat center top;
        background-size: auto;
    background-size: auto !important;
}


.under .wrap.h3_title_wrap.bg01 {
  background: url(/images/under_bg01.jpg) no-repeat top center;
}

.under .wrap.h3_title_wrap.bg02 {
  background: url(/images/under_bg02.jpg) no-repeat center;
}

.under .wrap.h3_title_wrap.bg03 {
  background: url(/images/under_bg03.jpg) no-repeat center;
}

.under .wrap.h3_title_wrap.bg04 {
  background: url(/images/under_bg04.jpg) no-repeat center;
}

.under .wrap.h3_title_wrap.bg05 {
  background: url(/images/under_bg05.jpg) no-repeat center top;
}

.under h3, .under .wrap.h3_title_wrap h3, .blog_body .wf_bread_ul+.wrap h3 {
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  display: block;
  font-size: 32px;
  margin: 0;
  color: #231815;
  font-weight: bold;
  position: relative;
}

/*.under h3:after, .under .wrap.h3_title_wrap h3:after, .blog_body .wf_bread_ul + .wrap h3:after {
    background: #8cc5ed;
    width: 30px;
    height: 3px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
}*/
.under h4 {
color:#231815;
font-size: 26px;
position: relative;
line-height: 1.3;
letter-spacing: 0.05em;
word-break: break-all;
margin: 0 auto 0.8em;
padding: 15px 25px;
border-left: 4px solid #ffb1ad;
line-height: 1.3;
background: #FCE5E4;
}

.under .mens h4 {
border-left: 4px solid #0085D0;
background: #f0f0f0;

}

.under h5:before{
  content: "";
display: block;
position: absolute;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left:0;
margin:0 auto;
width:2em;
height:2em;
background:url(/images/ttl_02.png)no-repeat center / cover;
}
.under h5 {
color:#231815;
font-size: 22px;
position: relative;
padding: 15px 0 15px 2.5em;
border-bottom: 1px solid #ffb1ad;
line-height: 1.3;
letter-spacing: 0.05em;
text-align: left;
word-break: break-all;
margin: 0 auto 1em;
}


.under .mens h5 {
padding: 15px 0 15px 0.5em;
border-bottom: 4px double #231815;
}

.under .mens h5::before {
    background: none;
}

.under h6{
color:#ed5d6c;
margin-bottom: 20px;
font-size: 20px;
padding-left: 10px;
border-left: 3px solid;
}

.under .mens h6 {
color: #0085D0;
border-left: 3px solid #0085D0;
}

.bg_block {
  border:2px solid #ffb1ad;
  padding: 3%;
box-sizing: border-box;
}

.mens .bg_block {
    border: 2px solid #0085D0;
}

.top .concept-block, .top .item-block {
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  margin-bottom: 2.5em;
}

.top .info-block {
  margin-bottom: 2.5em;
}

.top .concept-block img {
  margin-right: 20px;
}

.top .concept-block h4, .top .concept-block p, .top .concept-block .btn-style {
  /*padding-left:52%;*/
}

.top .shop-block img {
  /*margin-left:20px;*/
}

.top .shop-block p.entry_p {
  width: 48%;
}

.top .shop-block .anchor_wrap {
  padding-top: 1em;
}

.top dl.info {
  margin-bottom: 20px;
}

/* item */
.item-list li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2% 2%;
  text-align: center;
}

.item-list li img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.item-list li span.item-price {
  padding-top: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

/* under */
.page_title {
  background: #FFF3F3;
  text-align: center;
  margin-bottom: 30px;
  padding: 2em 0;
}

h2.title {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 40px;
}

/* template */
under .wrap.h4_title_wrap, .under .wrap.h5_title_wrap {
  margin-bottom: 0;
}

.under .wrap:not(.wf_wrap) {
  margin-bottom: 2em;
}
/*
.wf_edit_contents_wrap .under .wrap {
  margin-bottom: 0em;
}
*/

.under .h4_title_wrap, .under .h5_title_wrap {
  margin-bottom: 0 !important;
}

.type_basic_fl img {
  width: 30%;
  margin-right: 2%;
  float: left;
}

.type_basic_fr img {
  width: 30%;
  margin-left: 2%;
  float: right;
}

.img-half .type_basic_fl img {
  width: 48%;
  margin-right: 2%;
}

.img-half .type_basic_fr img {
  width: 48%;
  margin-left: 2%;
}

/* 画像 */
.wrap img {
  max-width: 100%;
}

.img_list1 img {
  margin: 0 0 2%;
}

.img_list3 li {
  width: 32%;
  margin: 0 0 2% 2%;
  float: left;
  display: block;
}

.img_list3 li:first-child {
  margin-left: 0;
}

/*-------------------
 Responsive
-------------------*/
.sp {
  display: none !important;
}

.map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.map iframe, .map object, .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





@media only screen and (min-width: 767px) {
  #header #menu {
    clear: both;
    float: right;
    /* width: 47%; */
    margin: 0;
    position: relative;
    margin-top: -30px;
  }
  #nav li a:hover {
    color: #231815;
    border-bottom: 2px solid #EB5060;
  }
  .map {
    padding-bottom: 25%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mainimage::after {
width: 42%;
top: 40%;
  }
  .under #header {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 1200px) {
  #header h1 {
    float: left;
    width: 10%;
  }

  .top #header {
    padding: 25px 10px;
  }

  #header #menu {
    position: relative;
    margin-top: 0;
  }

  #nav #menu>li {
    padding: 0 8px;
  }

  #nav #menu>li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1010px) {
  #header .inner, #content .inner, #footer .inner, .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }

  #nav li {}

  .map {
    padding-bottom: 45%;
  }

  /**/
}

@media only screen and (max-width: 1000px) {
  .carousel>div {
    width: 100%;
  }

  .carousel .slick-arrow.slick-next {
    right: 5px;
  }

  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
.mainimage{
margin-bottom:0;
}
.mainimage::after {
    content: "";
    width: 90%;
    height: 100%;
    max-width: 722px;
    max-height: 303px;
    position: absolute;
    display: block;
    top: 40%;
    right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/images/sp_main_copy.png) no-repeat center center;
    background-size: 100%;
}

table .sp {
    height:0;
  }
  img {
    max-width: 100%;
  }
  #header {
    background: #fce5e4;
    height: 110px;
    padding: 15px 0 !important;
	position: inherit !important;
  }
.under #header{
  padding: 0!important;
}
  #header h1 {
 position: absolute;
    margin-top: 0;
    width: 23%;
    max-width: 120px;
    padding: 5px 10px !important;
  }

  #header .info {
    position: absolute;
    top: 23px;
    right: 0px;
    margin-top: 0;
    width: 166px;
    max-width: 45%;
    padding-top: 0px;
    float: right;
  }

  #header .info a {
    margin-right: 4.5%;
    display: block;
    width: 27%;
    float: left;
    max-width: 50px;
  }

  #header .info img {
    max-width: fit-content;
    width: 100%;
    display: block;
    max-width: 45px;
  }

  #nav {
    background: none;
    border: none;
  }

  #menu {
    display: none;
  }

  #toggle {
    display: block;
    position: absolute;
    top: 25px;
    right: 12px;
    max-width: 50px;
    width: 12%;
  }

  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }

  #nav ul {
    background: #fff;
    left: 0 !important;
    margin: 0;
    top: 90px;
    width: 100% !important;
    position: absolute;
    z-index: 9999;
  }
.wf_hasmenu{
background-image:url(/images/submenu_ul_link_down.png);
background-position:right 10px top 20px;
background-repeat:no-repeat;
}
.wf_hasmenu.wf_menu_open{
background-image:url(/images/submenu_ul_link_up.png);
}

ul.submenu_ul{
background:#FFF3F3;
position:relative!important;
top:0px!important;
margin:0!important;
}
#nav ul.submenu_ul li{
padding:10px;
}
  #nav #menu>li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }

  #nav ul li a {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 18px;
  }

  #nav ul li>a, #nav ul li>span.sp {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 18px !important
  }
#nav li span{
  display: inline-block;
  padding-left: 10px;
}
  .submenu_ul>li {
    width: 100%;
  }

  .submenu_ul>li {
    width: 100%;
  }

  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }

  #content {
    width: 100%;
  }

  /* top */
  .top .concept-block img, .top .shop-block img {
    margin: 0 0 20px;
    max-width: 100%;
  }

  .top .concept-block h4, .top .concept-block p, .top .concept-block .anchor_wrap {
    padding-left: 0;
  }

  .top .shop-block .anchor_wrap, .top .concept-block .anchor_wrap {
    text-align: center;
  }

  .top .shop-block p.entry_p {
    width: 100%;
  }

  /* template */
  .type_basic_fl img, .type_basic_fr img, .img-half .type_basic_fl img, .img-half .type_basic_fr img, .img_list3 img, .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #footer{
    padding: 40px 0 6em;
  background:#FDE5E5;
}
#footer ul li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
#footer ul li:after {
  display: none;
}
}

@media only screen and (max-width: 480px) {
  #nav ul {
    top: 88px;
  }
	
	
.submenu_ul {
    top: 61px !important;
}

  .top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
  }

  .top .recommend-block .block-inner .fl {
    padding-left: 0;
  }

  table.news th, table.news td, .info_dt, .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }

  table.news th, .info_dt {
    padding: 15px 2px 4px;
  }

  table.news td, .info_dd {
    padding: 4px 2px 15px;
  }

  table.news th, .info_dt {
    border-bottom: none;
  }

  .menu_table th, .menu_table td {
    display: block;
  }

  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }

  .menu_table td {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 360px) {
  #header {
    height: 90px;
  }
}

@media only screen and (max-width: 320px) {}

/***********BLOG************/
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 100%;
  margin: 5px auto;
  display: block;
  border:1px solid #ffb1ae;
  padding: 5%;
  box-sizing: border-box;
      background: #fff;
      margin-bottom: 30px;
}

.wf_blog_ul .wf_blog_li_thumb, .wf_blog_ul .wf_blog_li_thumb:hover {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_thumb img {
  width: 100%;
  min-width: 45px;
  max-width: 200px;
  min-height: 45px;
  max-height: 200px;
}

.wf_blog_ul li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #e2e1dd;
  font-size: 14px;
}

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

.wf_blog_ul .wf_blog_li_date, .wf_blog_ul .wf_blog_li_title {
  display: block;
  float: left;
  margin: 0px !important;
  padding: 10px;
  box-sizing: border-box;
}
.wf_blog_ul .wf_blog_li_title{
  max-width: 75%;
  padding-right: 0;
  text-align: left;
}
.wf_blog_ul .wf_blog_li_date{
  max-width: 25%;
  color:#ffb1ae;
  padding-left: 0;
}
.wf_bread_ul li {
  display: inline;
}

.wf_blog_ul li a {}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
}

.wf_blog_li_date_time {
  display: none;
}
/*
form  {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  form {padding: 40px 0;}
}*/

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 16px;
  line-height: 180%;
  background: #fff !important;
  color: #231815;
}

.f_en {
  font-family: 'Josefin Sans', sans-serif;
}

input, button, select, textarea,
.nav-collapse_ .nav>li>a,
.nav-collapse_ .nav>li>p,
.nav-collapse .sub-menu>ul li a,
.btn.btn-info {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
}
select.wf_form_select {
    max-width: 100%;
}
.word_break {
  word-break: break-all;
}

a:focus,
*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#header h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.tac{
  text-align: center;
}

.mb0 {
  margin-bottom: 0 !important;
}
.w20 {
  width:20%!important;
}
.w25 {
  width:25%!important;
}
.w30 {
  width:30%!important;
}

.w33 {
  width:33.3333%!important;
}
.w50 {
  width:50%!important;
}

.mb_h3 {
  margin-bottom: 20px !important;
}

.mb_h4 {
  margin-bottom: 18px !important;
}

.mb_h5 {
  margin-bottom: 10px !important;
}

.mb_01 {
  margin-bottom: 27px !important;
}

.mb_02 {
  margin-bottom: 60px !important;
}

.mb_03 {
  margin-bottom: 75px !important;
}

ul.list_dot {
  list-style: none;
}

ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: none repeat scroll 0 0 #ffb1ad;
  ;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 10px;
}


.mens .list_dot li::before {
    background: none repeat scroll 0 0 #0085D0;
}

.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}

ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
}

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 14px;
  position: relative;
}

ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 2% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
  width: 48%;
}



ul.ul02 li a {
  font-weight: bold;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #ffb1ad;
}

.mens .ul02 li::before {
border-left: 5px solid #0085D0;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #6a91c4;
  border: 1px solid #0f7144;
  ;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}

p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 16px;
  position: relative;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
  z-index: 1;
}

p.point_p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 9px solid #d7f0f9;
  border-radius: 50%;
  z-index: -1;
}

.number_p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 110px;
  text-indent: -110px;
}

.number {
  background: none repeat scroll 0 0 #cab52c;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #ccc;

  color: #fff;
  font-size: 23px;
  margin: 0 10px 0 0;
  padding: 0 8px;
}

.arrow_box {
  position: relative;
  height: 40px;
  width: 100%;
}

.arrow_box:before {
  content: "";
  position: absolute;
  background: none;
  top: 10px;
  left: 0px;
  height: 0;
  border-top: dotted #E6DDB8 2px;
  width: 100%;
}

.arrow_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top: 16px solid #faeaa9;
}

.merit01 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background: #cdb827;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  display: inline-block;
}

.merit02 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  margin: 0 0 8px;
  background: #6a91c4;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

.text_box {
  float: right;
  width: 62%;
}

.border_box01, .border-box01 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
}

.border_box02 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
}

.text_01 {
  color: #cdb827;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6 !important;
  padding: 0;
  text-align: center;
}

.btn_wrap {
  width: 100%;
  display: block;
  margin: auto;
}

.btn_wrap a {
  line-height: 1.4;
  display: block;
  max-width: 280px;
  padding: 10px 5px 10px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #231815;
  background: transparent;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 16px;
  border: 1px solid #231815;
  border-radius: 0;
}

.btn_wrap a::before,
.btn_wrap a::after {
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  content: "";
  display: block;
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 5px;
  border-radius: 0;
}

.btn_wrap a:before {
  right: 12px;
}

.btn_wrap a:hover {
  background: #ffb1ad;
  text-decoration: none;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}

/*--------------------------------------
	table01
--------------------------------------*/
table.table01, table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

.table01 th, .table01 td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

.table01 thead th {
  background: #002e4e;
  color: #fff;
}

.table01 tbody th {
  background: #ededec;
  width: 25%;
}

.table01 th, .table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table01.price th {
  width: 75%;
}

table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
}

table.table02 th {
  padding: 2% 1%;
  text-align: left;
  border-bottom: solid 1px #f1e7b3;
  width: 22%;
  font-weight: normal;
  color: #50a81e;
}

table.table02 td {
  padding: 1%;
  text-align: left;
  border-bottom: solid 1px #f1e7b3;
}

@media screen and (max-width: 767px) {


.bg_block .cont.column:last-child {
    margin-top: 0;
}

  table.table01, table .table01 {
    font-size: 85%;
  }

  .table01 th, .table01 td {
    padding: 0.2em;
  }
}

@media (max-width: 480px) {
  table.table01, table .table01 {
    font-size: 70%;
  }
}

@media screen and (max-width: 767px) {
.t01_wrap th, .t01_wrap td {
    padding: 0.5em;
}
.t_block {
    overflow: auto;
    white-space: nowrap;
}

.t01_wrap table {
    table-layout: inherit !important;
    width: 100%;
}

  table.table01, table .table01 {
    font-size: 85%;
  }

  .table01 th, .table01 td {
    padding: 0.2em;
  }
}

@media (max-width: 480px) {
  table.table01, table .table01 {
    font-size: 70%;
  }
}

/* =====================================
 共通
===================================== */
.slick-dots {
  bottom: -35px !important;
}

.top01, .top02, .top04,.top_news ,.top_info{
  padding: 60px 0;
}
.top03{
  padding:0 0 60px;
}
.top01 h3, .top02 h3, .top03 h3, .top04 h3 {
  font-size: 50px;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  line-height: 1em;
  letter-spacing: 4px;
}

.top01 h3 {
  background: url(/images/ttl_01.png)no-repeat center bottom;
}
.top02 h3 {
  background: url(/images/ttl_02.png)no-repeat center bottom;
}

.top03 h3 {
  background: url(/images/ttl_03.png)no-repeat center bottom;
}

.top04 h3 {
  background: url(/images/ttl_04.png)no-repeat center bottom;
}

.top01 h3 span, .top02 h3 span,.top03 h3 span, .top04 h3 span {
  font-size: 30px;
  letter-spacing: 10px;
}
.top_info h3{
  text-align: center;
  margin-bottom: 5%;
  padding-bottom: 3%;
  border-bottom: #e2d6d6 1px solid;
}
.top01 h4,.top_news h4 {
  font-size: 30px;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.top_news h4{
  text-align: center;
}
.youtube_btn .img_anchor::before {
  background: none !important;
}

.top02 {
  background: #fff3f3;
}
.top03 .inner{
  width:100%!important;
  max-width: 100%;
  padding: 0;
}
.top03 .column {
  padding: 0;
}

.top03 .txt {
  padding: 50px 10px 0px 10px;
}

.top04 {
  background: #fff3f3;
}
.top04 .columns:nth-child(2){
  margin-bottom: 30px;
}
.top_news{
  background: url(/images/bg_img001.jpg)no-repeat center / cover;
}
.top_info table th,
.top_info table td{
  padding: 5px 2px;
}
.top_info table th{
  text-align: left;
  width:24%;
}
.top_info table td{
  text-align: left;
}
.top_info .columns:nth-child(2) .column:last-child .part + .part img{
  margin-top: 10px;
}
.top_info .columns:first-child .column + .column,
.top_info .columns:nth-child(2) .column + .column{
    padding: 10px;
}


#bread span:hover {
  text-decoration: underline;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

form .wrap {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

#sidecontact {
  display: block;
  position: fixed;
  top: 300px;
  z-index: 1000;
}

#sidecon{
  display: block;
  position: fixed;
  top: 200px;
  z-index: 1000;
}

#sidecontact.rightContent,#sidecon.rightContent{
  right: 0;
}

#sidecon.s02 {
    top: 440px;
}

#sidecontact.rightContent a, #sidecontact.rightContent a img {
  display: block;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}

.wf_form_text {
  box-sizing: border-box;
}
@media ( min-width : 768px ) {
  .top03 .txt{
    padding: 20px 10px 0px 10px;
  }
.top03 .column:nth-child(2) {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
  .top_info .columns:first-child .column + .column{
      -webkit-box-flex: 0.8;
      -webkit-flex: 0.8;
      -ms-flex: 0.8;
      flex: 0.8;
      width:48%;
    }
  .top_info .columns:nth-child(2) .column + .column{
      -webkit-box-flex: 1.2;
      -webkit-flex: 1.2;
      -ms-flex: 1.2;
      flex: 1.2;
      width:52%;
    }
    .top_info .columns:nth-child(3),.top_info .columns:nth-child(4){
      width:74%;
      margin:auto;
      -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
      -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    }
  .top_info .columns:nth-child(3) .column,.top_info .columns:nth-child(4) .column{
    padding: 0;
  }
  .top_info .columns:nth-child(3) .column:first-child,.top_info .columns:nth-child(4) .column:first-child{
    max-width:579px;
    width:80%;
  }
  .top_info .columns:nth-child(3) .column:last-child,.top_info .columns:nth-child(4) .column:last-child{
    max-width:124px;
    width:17%;
  }
}


@media screen and (min-width: 768px) and (max-width: 1100px) {
.top01 h3, .top02 h3, .top03 h3, .top04 h3 {
    font-size: 34px;
}
	
	.top01 h4, .top_news h4 {
    font-size: 22px;
	}
	
}


@media screen and (max-width: 767px) {

.sp30 tbody th {
    width: 25% !important;
}
.top .box01 {
    margin: 30px 0 65px !important;
}

.box01 .reed01 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px !important;
}

.box01 .inner {

    border: 1px solid #FC8F8B;
    padding: 50px 25px;
    box-sizing: border-box;
    background: #FFF3F3;

}

  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }

  .youtube_btn img {
    width: 100%;
  }

  .scroll{
  overflow: auto;
  white-space: nowrap;
  width:100%;
  }
  .scroll::-webkit-scrollbar{
   height: 5px;
  }
  .scroll::-webkit-scrollbar-track{
   background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
   background: #BCBCBC;
  }

  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  .under .columns p, .under .columns ul {
    text-align: left;
  }

  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {

.pagetop {
    bottom: 15%;
}

.btm_inq {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: right;
    z-index: 999;
}
.btm_inq .clearfix > a {
    display: block;
    width: 100%;
    float: none;
}

.btm_inq .clearfix > a img {
    width: 100%;
    vertical-align: bottom;
}
.top01 .part.p01 {
    text-align: left;
}

	.top04 .cont.column.wf_img_cont {
    margin-bottom: 40px;
}
.top_news .cont.column.is-half {
    margin-bottom: 40px;
}
	
	.top_news .cont.column.is-half:last-child {
    margin-bottom: 0px;
}

  .column + .column{
margin-top: 20px;
  }
  .top h3.title {
    font-size: 24px;
  }
.top01 h3, .top02 h3, .top03 h3, .top04 h3{
padding:1em 0;
}
  .top h4 {
    font-size: 24px;
  }

  .top02, .top03, .top04, .top05, .top06 {
    padding: 40px 0;
  }
.top01 {
    padding-top: 0;
}

  .top03 .txt {
      padding: 20px 10px 0 10px;
text-align: left;
    }
    .top04 .columns + .columns{
margin-top: 20px;
    }
.top_info{
  padding-bottom:0;
}

  .second_col .cont.column:first-child {
    margin-bottom: 10px;
  }

  #sidecontact,#sidecon{
    display: none;
  }

  .under .wrap.h3_title_wrap h3, .blog_body .wf_bread_ul+.wrap h3 {
    font-size: 22px;
  }

  .under h4 {
    font-size: 20px;
  }
}



要素 {

}
a, a:visited, a:hover {

    color: 

    #231815;

}
A, A:visited {

    color: #333;
    text-decoration: none;

}

要素 {

}
a, a:visited, a:hover {

    color: 

    #231815;

}
A, A:visited {

    color: #333;
    text-decoration: none;

}

.top .ftbnr {
    display: none;
}

.under #footer {
    background: #FDE5E5;
    padding: 3em 0;
}
.under .ftbnr {
    margin: 30px auto 20px;
}
.under .under_cv {
    margin: 20px auto 40px;
    display: block;

}

form .h3_title_wrap .inner {
    border-bottom: none !important;
}

.sitemap.ul02 li {
    border-bottom: 1px dotted 
    #ccc;
    margin-bottom: 15px;
}

.pagination > .active > a{
background-color:#FC8A86 !important;
border-color:#FC8A86 !important;
}

.part.leadtext {
    font-size: 20px;
    text-align: center;
    color: 
    #EC4C5C;
    font-weight: bold;
}

.mens .part.leadtext {
    color: #0085D0;
}


.t01_wrap.pri tbody th {
    width: auto;
}
.t01_wrap.pri table {
    table-layout: auto;
}

.t01_wrap table {
    table-layout: fixed;
}
.hidden {
    display: none;
}

.top .top03 .title {
    display: none !important;
}



@media screen and (max-width: 767px) {

.t01_wrap.hutuu tbody th {
    width: inherit !important;
}
.t01_wrap.cam tbody th {
width: 25% !important;
}
.cam th.w20 {
    width: 25% !important;
}



.t01_wrap table {
    font-size: 65%;
}
.under h4 {
    font-size: 18px;
}
.part.leadtext {
    font-size: 16px;
}
.under h5 {
    font-size: 16px;
}

.t01_wrap tbody th {
    width: 50%;
}
}

.お得なキャンペーン .wf_blog_li_date {
    display: none;
}

.hidden{display: none;}
.wf_edit_contents_wrap .wf_wrap{display:block;}