@charset "UTF-8";
/* ***********************************
	Site Name:
	Description:CSS for General
	Version:2018.03.23
************************************ */

html {
    -webkit-overflow-scrolling: touch;
}

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
icon font
*/
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?3nzh2k");
    src: url("../fonts/icomoon.eot?3nzh2k#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3nzh2k") format("truetype"), url("../fonts/icomoon.woff?3nzh2k") format("woff"), url("../fonts/icomoon.svg?3nzh2k#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\f105";
}

.icon-location:before {
    content: "\e947";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-instagram:before {
    content: "\ea92";
}

/*----------------------------------------------------------------------------------------------------
	Common
---------------------------------------------------------------------------------------------------- */
body {
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    text-align: center;
    position: relative;
    font-weight: 500;
    height: 100%;
    background-color: #fff;
    /*PC_TOP背景の元の色ffeced*/
}

html {
    color: #535353;
    font-weight: 500;
    font-size: 62.5%;
    height: 100%;
}

/*初期値10pxの62.5%でルートが10px*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*---Link---*/
a {
    color: #313131;
    text-decoration: none;
    cursor: pointer !important;
}

a:hover {
    color: #000000;
}

a:hover img,
#navigation nav ul li a:hover,
#listShop li a:hover,
.btnAction-s a:hover,
.btnVoice a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

/*---section---*/
section {
    clear: both;
}

/*-- p --*/
p {
    line-height: 1.8em;
    font-size: 1.6rem;
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    p {
        line-height: 1.6em;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 320px) {
    p {
        line-height: 1.4em;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block !important;
    }
}

#contact,
#counter,
#banner {
    display: none;
}

/*----------------------------------------------------------------------------------------------------
	Header　
---------------------------------------------------------------------------------------------------- */
header {
    width: 100%;
    text-align: left;
}

/*--
#MvArea {
	height: 700px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
position:relative;
z-index:400;
	top: 115px;
}

#MvArea img {
  position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    margin: 0 auto;
}

*/

#MvArea {
	height: 500px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 150px;
position:relative;
z-index:10;
	top: 115px;
}

#MvArea .kvImg img {
  position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    bottom: 0;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: -11;
    margin: 0 auto;
}


#MvArea h1 {
    display: none !important;
}

img {
    width: 90%;
}

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 500px;
	margin: auto;
	padding: 2rem 4rem;
	font-weight: normal;
    font-size: 120%;
	border: 1px solid #E1A7A9;
	background: #E1A7A9;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #222222;
    border: 1px solid #CCCCCC;
	background: #F4F4F4;
}

.button_photo {
    width:600px;
    text-align:center;
    margin:0 auto;
}


  #MvArea #line {
    width: 50px;
    margin-left:-4%;
    float:right;
    right: 0%;
    top: 150px;
    position:fixed;
    z-index: 501;
      
}

  #MvArea #web {
    width: 50px;
    margin-left:-4%;
    float:right;
    right: 0%;
    top: 310px;
    position:fixed;
    z-index: 501;
}


@media screen and (max-width: 768px) {
    #MvArea {
        /*TOPメイン画像キービジュアルSP*/
        width: 100%;
        height: 0;
        padding-top: 125%;
        /*110%*/
        text-indent: -9999em;
        overflow: hidden;
        top: 45px;
        margin-bottom: 60px;
        z-index:10;
    }

    header .centerArea .menu nav li a {
        color: #fff;
    }
 
  #MvArea img {
        position: absolute;
        left: 0;
        transform: translate(0%, 0);
        -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        bottom: 0;
        width: 100%;
        z-index:11;
        margin: 0 auto;
    }
    
  #MvArea #line {
    width: 30px;
    margin-left:-4%;
    float:right;
    right: 0%;
    top: 170px;
    position:fixed;
    z-index: 501;
}

  #MvArea #web {
    width: 30px;
    margin-left:-4%;
    float:right;
    right: 0%;
    top: 265px;
    position:fixed;
    z-index: 501;
}

img {
    width: 100%;
}
    
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 90%;
	margin: auto;
	padding: 2rem 4rem;
	font-weight: normal;
    font-size: 120%;
	border: 1px solid #E1A7A9;
	background: #E1A7A9;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #222222;
    border: 1px solid #CCCCCC;
	background: #F4F4F4;
}

.button_photo {
    width:92%;
}
    
}



/*----------------------------------------------------------------------------------------------------
	contents
---------------------------------------------------------------------------------------------------- */
.waku_01 {
    max-width: 900px;
    margin: 60px auto 0;
    padding: 30px;
    position: relative;
    border: #c8155d 1px solid;
    background-color: #fff;
    border-radius: 10px;
}

p.ttl img {
    width: 100%;
}

.special.small-page .sec01 p{
margin-top:5px;}


#conversion_area {
    width: 100%;
    background-image: url(../../images/202011/bg_01.jpg);
    background-color: #e3f5f2;
    background-repeat: repeat;
    padding: 40px 0;
    margin-top: 40px;
}

#conversion_area.last {
    margin-bottom: 60px;
}

#conversion_area .conversion_area_in {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

#conversion_area .conversion_area_in p {
    text-align: center;
}

#conversion_area .conversion_area_in .top,
#conversion_area .conversion_area_in .middle {
    margin-bottom: 20px;
}

#conversion_area .conversion_area_in .top p.con_ttl {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

#conversion_area .conversion_area_in .middle p.con_ttl {
    font-size: 35px;
    font-weight: bold;
    color: #de145a;
}

#conversion_area .conversion_area_in .middle p.com {
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

#conversion_area .conversion_area_in .bottom p.con_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #35cb35;
}



.sec01 p{
    font-size: 11px;
    max-width:750pt;
    width:90%;
    margin:0 auto;
}

/*----con01------------------------------------------- */
#content001 {
    background-color: #ffedf4;
    padding: 60px 0;
    margin-top: 170px;
}

#content001 p.ttl {
    max-width: 400px;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

#content001 p.ttl img {
    width: 100%;
}

#content001 ul {
    display: flex;
    max-width: 1000px;
    margin: auto;
}

#content001 ul li {
    width: 30%;
    margin-left: 5%;
}

#content001 ul li:nth-child(1) {
    margin-left: 0;
}

#content001 ul li a {
    display: block;
}

/*----con02------------------------------------------- */
#content002 {
    margin-top: 60px;
}

#content002 .waku_01 {
    position: relative;
}

#content002 .waku_01:before {
    position: absolute;
    top: -30px;
    left: -10px;
    content: '';
    display: inline-block;
    width: 150px;
    height: 152px;
    background-image: url(../../images/202012/maru_001.png);/*11月だけ*/
    background-size: contain;
    vertical-align: middle;
}

#content002 .waku_01 p.ttl {
    margin-bottom: 20px;
}

#content002 .waku_01 ul.con02_li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#content002 .waku_01 ul.con02_li li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}

#content002 .waku_01 ul.con02_li li img {
    width: 100%;
}

#content002 .waku_01 ul.con02_li li p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #c8155d;
}

#content002 .waku_01 ul.con02_li li:nth-child(3n) {
    margin-right: 0;
}

#content002 .waku_01 p {
    font-size: 11px;
    text-align: center;
}

#content002 .waku_01 p.ttl02 {
    max-width: 400px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}



/*----con03------------------------------------------- */

#content003 {
    margin-top: 60px;
}

#content003 .slider_li {
    background-color: aquamarine;
    margin-bottom: 30px;
    margin-top: 30px;
    height: 250px;
    width: 100%;
}


/*----con04------------------------------------------- */

#content004 {
    margin-top: 60px;
}

#content004 p {
    margin-top: 20px;
}

#content004 p.ttl02 {
    margin-top: 0;
}



/*----con05------------------------------------------- */

#content005 {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 60px;
}

#content005 p.ttl {
    background-color: #c8155d;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}


/*----con06------------------------------------------- */
#content006 {
    margin-top: 60px;
    background-color: #ffeef6;
    padding: 60px 0;
}

#content006 .inr {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

#content006 .inr p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

#content006 .inr p span {
    font-weight: bold;
    color: #c8155d;
}

#content006 .inr p.ttl {
    max-width: 400px;
    widows: 100%;
    margin: auto;
    margin-bottom: 20px;
}


#content006 .inr .con03_slider {
    padding: 30px;
    background-color: aquamarine;
}






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


    /*----------------------------------------------------------------------------------------------------
	SP_contents
---------------------------------------------------------------------------------------------------- */


.sec01 p{
    font-size: 11px;
    width:90%;
    margin:0 auto;
    margin-top:-20px;
}

    .waku_01 {
        margin: 30px 20px 0;
        padding: 20px 15px;
    }

    #conversion_area {
        width: 100%;
        padding: 40px 20px;
        margin-top: 40px;
    }

    #conversion_area.last {
        margin-bottom: 0px;
    }


    #conversion_area .conversion_area_in .top,
    #conversion_area .conversion_area_in .middle {
        margin-bottom: 20px;
    }

    #conversion_area .conversion_area_in .top p.con_ttl {
        font-size: 17px;
        font-weight: bold;
    }

    #conversion_area .conversion_area_in .middle p.con_ttl {
        font-size: 16px;
        font-weight: bold;
    }

    #conversion_area .conversion_area_in .middle p.com {
        font-size: 11px;
        font-weight: normal;
    }

    #conversion_area .conversion_area_in .bottom p.con_ttl {
        font-size: 14px;
        font-weight: bold;
    }


    /*----con01------------------------------------------- */
    #content001 {
        padding: 30px 20px;
        margin-top: 75px;
    }


    #content001 p.ttl {
        max-width: 250px;
        margin-bottom: 10px;
    }

    #content001 ul {
        display: block;
    }

    #content001 ul li {
        width: 100%;
        margin-left: 0%;
        margin-top: 10px;
    }

    #content001 ul li:nth-child(1) {
        margin-left: 0;
        margin-top: 0;
    }


    /*----con02------------------------------------------- */
    #content002 {
        margin-top: 40px;
    }

    #content002 .waku_01:before {
        top: -10px;
        left: 0px;
        width: 70px;
        height: 71px;
    }

    #content002 .waku_01 p.ttl {
        margin-bottom: 20px;
    }

    #content002 .waku_01 ul.con02_li {}

    #content002 .waku_01 ul.con02_li li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }

    #content002 .waku_01 ul.con02_li li p {
        font-size: 14px;
    }

    #content002 .waku_01 ul.con02_li li:nth-child(3n) {
        margin-right: 2%;
    }

    #content002 .waku_01 ul.con02_li li:nth-child(2n) {
        margin-right: 0;
    }

    #content002 .waku_01 p {
        font-size: 9px;
        text-align: center;
    }

    #content002 .waku_01 p.ttl02 {
        max-width: 250px;
        margin-top: 30px;
        margin-bottom: 20px;
    }



    /*----con03------------------------------------------- */

    #content003 {
        margin-top: 30px;
    }

    #content003 .slider_li {
        background-color: aquamarine;
        margin-bottom: 30px;
        margin-top: 30px;
        height: 250px;
        width: 100%;
    }


    /*----con04------------------------------------------- */

    #content004 {
        margin-top: 30px;
    }

    #content004 p {
        margin-top: 20px;
    }

    #content004 p.ttl02 {
        margin-top: 0;
    }



    /*----con05------------------------------------------- */

    #content005 {
        margin-top: 30px;
    }

    #content005 p.ttl {
        padding: 15px 0;
        letter-spacing: -0.04em;
        font-weight: bold;
        font-size: 13px;
    }


    /*----con06------------------------------------------- */
    #content006 {
        margin-top: 30px;
        padding: 30px 0;
    }

    #content006 .inr p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #content006 .inr p span {
        font-weight: bold;
        color: #c8155d;
    }

    #content006 .inr p.ttl {
        max-width: 250px;
        margin-bottom: 20px;
    }


    #content006 .inr .con03_slider {
        padding: 30px;
        background-color: aquamarine;
    }



}



/*----------------------------------------------------------------------------------------------------
	slider
---------------------------------------------------------------------------------------------------- */
.s_list {
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.s_list.pat02 {
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.s_list.pat03 {
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.s_list.pat03 ul.slick03 {
    margin: 0 20px;
}

ul.slick01 li,
ul.slick02 li {
   margin: 0 3px; 
}
ul.slick03 li{
   margin: 0 5px; 
}

ul.slick02 {
   margin: 40px 0;
}


.s_list.pat03 p.com {
   text-align: center;
    color: #333;
    font-size: 12px;
        margin-top: 30px;
}


.slick-prev {
    background: url(../../images/202011/icon_prev.png) no-repeat 0 0;
    background-size: 100%;
    width: 25px;
    height: 25px;
}
.slick-next {
    background: url(../../images/202011/icon_next.png) no-repeat 0 0;
    background-size: 100%;
    width: 25px;
    height: 25px;
}



.slick-dots li button {
    width: 7px;
    height: 7px;
}  



@media screen and (max-width: 768px) {
/*
  .slick-prev,
  .slick-next
  {
  display: block!important;
}    
*/
    .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
ul.slick01 li {
    margin: 0 4px;
}    
ul.slick02 {
   margin: 10px 0 30px;
}   

.slick-prev {
    background: url(../../images/202011/icon_prev.png) no-repeat 0 0;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block;
}
.slick-next {
    background: url(../../images/202011/icon_next.png) no-repeat 0 0;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block;
}
    

    
}


