@charset "utf-8";
/* CSS Document */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

/*******************/
#page-top
{
    text-align: right;
   
}
 

#outer-move-page-top{
    text-align: right;
    display: inline;
}

#move-page-top
{
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 70px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
    background: #655eb1;
    color: #fff;
    float: right;
    margin: 0 10px 10px 0;
    position: relative;
    top: -100px;
    right: 20px;
}

#move-page-top i{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 25px;
}

/*******************/

.max-width{
	max-width: 1140px;
	margin-left: auto;
	margin-right:auto;
}

.inner{
	position: relative;
	padding-left: 28px;
    padding-right: 28px;
}

.item .inner{
	padding: 0;
}




html{overflow-x: hidden;}
body{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	overflow-x: hidden!important;
	font-size: 14px;
	line-height: 1.8em;
	color:#333;
}
*{box-sizing: border-box;}
img {
    max-width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

}

a img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:hover img {
  opacity: .5;
}


.content{padding: 40px;}

footer{
    background: #655eb1;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
footer a{
    color:#fff;
    text-decoration: underline;
}

.footer_col{
    float: left;
    /*border: solid 1px;*/
}

.footer_col:nth-child(1){
    width: 170px;
    margin-right: 50px;
}
.footer_col:nth-child(2){
     width: 460px;
     margin-right: 30px;
}
.footer_col:nth-child(3){
     width: 370px;
}

#footer_logo{
    margin-bottom:45px; 
}

#footer_ec_bnr{
    margin-bottom:20px; 
    display: block;
}

footer .sns{
    display: block;
    text-align: left;
    margin: 10px 0 0 35px;
}

footer .sns i{
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

footer .sns:hover{
    opacity: .8;
}

.footer_ttl{
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid;
    font-size: 16px;
    padding-bottom: 5px;
}

.footer_col ul{
    float: left;
    text-align: left;
    padding-left: 17px;
}
.footer_col ul:last-child{
    float: right;
}

.footer_col ul li a{
    display: block;
}
.footer_col ul li a:hover{
    opacity: .8;
}
.footer_subttl{
    font-weight: bold;
    text-decoration: none;
    padding:20px 0 5px;
    position: relative; 
}

.footer_subttl::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;

    position: absolute;
    left: -15px;
    top: 25px;
}

.footer_small{
    font-size: 12px;
}

#footer_copyright{
    padding: 30px 0 25px;
    display: block;
}


a{text-decoration: none;}


header{
    height: 60px;
    width: 95%;
    background: #ffffffb0;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    margin: 10px auto;
    position: fixed;
    z-index: 20;
    left: 0;
    right: 0;
}

#header_logo{
    width: 220px;
    margin: 10px 0 0 60px;
}

#header_mail{
    color: #333;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    right: 100px;
    top: 9px;
}

#header_mail img{
    width: 45px;
    position: relative;
    top: 6px;
}

#main {

}

/*menu drawer.js*/
.drawer-hamburger{

}
.drawer-nav{
    width: 440px;
    background: #655eb1;
}

.drawer--right .drawer-nav {
  right: -440px;
}

.drawer--right .drawer-hamburger{
    background: #655eb1;
    right: 0px;
    z-index: 9999;
    position: absolute;
    border: 0;
    line-height: 0;
    font-size: 0;
    top:0;
}

.drawer--right.drawer-open .drawer-hamburger{
    background: transparent;
    right: 0px;
    z-index: 9999;
    position: absolute;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #fff;
}

.drawer-menu{
    width: 80%;
    margin: 60px auto 0;
    font-size: 14px;
    max-width: 440px;
    min-height: 780px;
}

.drawer-menu-item{
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    text-decoration: none;
    color: #fff;
}
@media screen and (min-width: 768px){
	.drawer-menu-item{
		padding-left: 20%;
		padding-right: 20%;
	}
}
.drawer-menu-item.sub{
    font-size: 13px;
    text-indent: 20px;
}
.drawer-menu-item.bnr{
    padding-bottom: 0px;
}

.drawer-menu-item.sns{
    font-size: 25px;
    float: left;
    position: relative;
    left: calc(50% - 72px);
    padding-left: .75rem;;
    padding-right: .75rem;;
}

.drawer-menu-item:hover{
    text-decoration: none;
    color: #fff;
}

a.drawer-menu-item:hover{
    background:#494480; 
}

.drawer-menu-item.bnr:hover,
.drawer-menu-item.sns:hover{
    background: transparent;
}


@media screen and (max-width: 768px){
    header{
        background: #ffffff;
        width: 100%;
        margin: 0;
    }

    .drawer-nav{
        width: 100%;
    }

    .drawer--right .drawer-nav {
        right: -100%;
    }

    .drawer--right.drawer-open .drawer-hamburger{
        /*right: 100%;*/
    }

    #header_logo {
        width: 160px;
        margin: 17px 0 0 16px;
    }
    #header_mail {
        font-size: 0;
        right: 60px;
    }
    #header_mail img {
        width: 60px;
        top: 2px;
    }
    .drawer-menu {
        margin: 30px auto 0;
        min-height: 667px;
    }
    .drawer-menu-item, .drawer-menu-item:hover {
        line-height: 0.9em;
    }
	.drawer--top.drawer-open .drawer-nav {
	  top: 0;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}
	
	.drawer--left.drawer-open .drawer-nav,
	.drawer--left .drawer-hamburger,
	.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	  left: 0;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}
	
	.drawer--right.drawer-open .drawer-nav,
	.drawer--right .drawer-hamburger,
	.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	  right: 0;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}
}

/*slide swiper.js*/

.swiper-container {
    padding-bottom: 40px;
}
.swiper-pagination-bullet-active {
    background: #655eb1;
}
.slide-bgimg{
  height: 700px;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px){
  .slide-bgimg{
    height: 350px;
  }
}


.strip{
	width: 60px;
    z-index: 10;
}

.label{
	background:#c9a537;
	max-width: 220px;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
    margin: 10px auto;
    outline: 1px solid white;
    outline-offset: -4px;
}



.btn-box{
  cursor:pointer;
  overflow:hidden;
    font-size: larger;
    color:#655eb1;
    font-weight: bold;
    border: solid 1px #655eb1;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 10px auto;
    max-width: 180px;
    position: relative;
    z-index: 10;


}
.btn-box a{
  transition:all .5s ease;
  z-index:2;
  position:relative;
  color:#655eb1;
  display: block;
}

.btn-box a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";

    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 5px;
}

.eff{
  top: 0;
  width:100%;
  height:100%;
  left:-100%;
  background:#655eb1;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}

@media screen and (min-width: 769px){
    .btn-box:hover .eff{
      left:0;
    }
    .btn-box:hover a{
      color:#fff!important;
    }
}


/************************/

#head .strip{
    position: absolute;
    top: -180px;
    right: 28px;
}

#head_logo{
    width: 150px;
    position: absolute;
    bottom: -55px;
    left: 75px;
}


#head .text{
	z-index: 10;
    position: relative;
	height: 320px;
    margin-top: 110px;
    margin-bottom: 200px;
    margin-left: 30%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    line-height: 2.4em;
    font-family: “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
    transform: rotate(.03deg);
    -webkit-transform: rotate(.03deg);
    font-weight: bold;
}

#head .text b{
    font-size: 28px;
}

#neck{
    background: url(../img/bg01.jpg) top left;
    background-repeat: no-repeat;
    background-color: #fffaf0;
    padding-bottom: 130px;
}

#neck_lead{
	z-index: 10;
    position: absolute;
    top: 30px;
    left: 28px;
    width: 100px;
}

#neck .strip{
    position: absolute;
    top: -30px;
    left: 180px;
}

#subimg{
	float: right;
	margin-top: 160px;
	margin-right: -90px;
    position: relative;
}

#service{
	background:#fffaf0;
	padding-bottom:130px;

}

.service{
	margin-bottom: 70px;
}

.service:last-child{
	margin-bottom: 0;
}

.service>img{
	width: 50%;
}

.service .inner{
	width: 50%;
	float: right;
	text-align: center;
    padding-left: 0;
    padding-right: 0;
}


.service:nth-child(even) .inner{
	float: left;
}

.service .inner .ttl{
	width: 300px;
}

.service .inner .text{
	margin: 40px 0;
}

#service .btn-box{
	max-width: 300px; 
	/*max-width: 550px; */
}

#topic{
    background: url(../img/bg02.jpg) bottom right;
    background-repeat: no-repeat;
    background-color: #fffaf0;
	padding-bottom: 160px;

}




#topic a{
    color: #fff;
    border: solid 1px;
    background: #666;
    display: block;
    text-align: center;
    border: 0;
    padding: 25px;

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#topic a:hover{
    opacity: .8;

}

#topic a:hover img{
    opacity: 1;
}


#topic a .inner{
	border: solid 1px;
    height: 100%;
}

#topic a .ttl{
	width: 270px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}



#topic a:nth-child(1){
    background: url(../img/topic01.jpg) center center;
    background-size: cover;
    width: 62%;
    float: left;
    height: 400px;
}

#topic a:nth-child(2){
    background: url(../img/topic02.jpg) center center;
    background-size: cover;
    width: 38%;
    float: right;
    height: 200px;
}

#topic a:nth-child(3){
    background: url(../img/topic03.jpg) center center;
    background-size: cover;
    width: 38%;
    float: right;
    height: 200px;
}

#item{
	padding-top: 160px;
	padding-bottom: 155px;

}

#item .strip{
    position: absolute;
    top: -200px;
    right: 28px;
}

.item{
	margin-bottom: 70px;
}

.item:last-child{
	margin-bottom:0;
}

.item>img{
	width: 50%;
}

.item .inner{
	width: 50%;
	float: left;
	text-align: center;
}

.item:nth-child(even) .inner{
	float: right;
}


.item .inner .ttl{
	width: 300px;
}

.item .inner .text{
    margin: 40px auto;
    width: 400px;
    text-align: left;
}

.item .btn-box{
	display: inline-block;
	margin: 0 10px;
	width: 300px;
}
#marun .btn-box{
    border-color:#d48311; 
}
#marun .btn-box a{
    color:#d48311;
}

#marun .eff {
    background: #d48311;
}

#maikoto .btn-box{
    
    border-color:#d6676c;  
}
#maikoto .btn-box a{
    color:#d6676c;
}

#maikoto .eff {
    background: #d6676c;
}



#news_gift{
    background-image: url(../img/bg03.png), url(../img/bg04.jpg);
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat;
    background-color: #fffaf0;

	
	padding-top: 160px;
	padding-bottom: 160px;
}
#news_gift .inner{
    margin: 0 auto;
}

#news_gift .strip{
    position: absolute;
    top: -200px;
    left: 28px;
}



#news{
	width: 65%;
	float: left;
	padding-left: 11%;
    padding-right: 5.5%;

}


#news ul{
    margin-bottom:40px; 
}
#news ul a{color: #333;}
#news li{
    border-bottom: #d5d5d5 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#news .date{
	color:#655eb1; 
	display: block;
}

#gift{
	width: 35%;
	float: right;
}

#gift a{
    max-width: 380px;
    display: block;
    margin-bottom: 10px;
}

#gift a.recomend{
    position: relative;
}

#gift a.recomend::after {
    display: inline-block;
    content: '';
    background: url(../img/recommend.png);
    width: 90px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: -20px;
    background-repeat: no-repeat;
    background-size: contain;
}

#bnr{
	font-size: 0;
    line-height: 0;
    margin: 60px auto;

}
#bnr a{
	width: 33.33%;
    display: inline-block;
    padding-left: 20px;
}

@media screen and (max-width: 1155px){
.footer_col:nth-child(3) {
    margin-left: 220px;
    width: 460px;
}

#move-page-top
{

    top: -70px;
    right: 0px;
}

}

@media screen and (min-width: 769px){
#service .label {
    position: absolute;
    top: 90px;
    width: 220px;
    left: 0;
    right: 0;
}

.service .inner .ttl {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 60px;
}
}

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





body{
    font-size: medium;	
}

.drawer-menu-item {
    padding-bottom: .5rem;
}


.drawer-menu-item:hover {
    background: transparent;
}

.service>img,
.service .inner,
#topic a:nth-child(1),
#topic a:nth-child(2),
#topic a:nth-child(3),
.item>img,
.item .inner,
#news,
#gift,
#gift a,
#bnr a{
	width: 100%;
	max-width: 100%;
}

.strip {
    width: 33px;
}

.label{
	outline: 1px solid white;
	outline-offset: -8px;
    max-width: 190px;
    font-size: 18px;
}


.btn-box {
    /*border: solid 2px #655eb1;*/
    font-weight: normal;

}

.btn-box a::after{
    font-weight: bold;
}


footer {
    padding-top: 25px;
}

footer .inner:after {
    display: none;
}

.footer_col:nth-child(2),
.footer_col:nth-child(3),
#footer_ec_bnr,
footer .sns{
    display: none;
}

.footer_col:nth-child(1) {
    width: 100%;
    margin: 0;
}

#footer_logo {
    margin-bottom: 10px;
    width: 105px;
}

#footer_copyright {
    font-size:11px;
}


#main {
    margin-top: 60px;
}

#head .strip {
    top: -118px;
}

#head .text {
    writing-mode: horizontal-tb;
    width: 100%;
    height: auto;
    margin: 40px 0 0;
    padding-right: 30px;
    font-size: 4vw;
    line-height: 2em;
}

#head .text b{
    font-size: 6vw;
}


#head_logo {
    width: 105px;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 35px;
    margin-bottom: 40px;
}




#neck {
    padding-bottom: 60px;
    background-position: top;

}

#neck .strip {
	left: auto;
    right: 28px;
}

#neck .inner{
	padding:0;
}

#neck_lead {
	position: relative;
    width: 80px;
    left: 50%;
    top: 55px;
    margin-left: -40px;
}
#subimg{
	margin: 0;
}

#service {
    padding-bottom: 60px;
}

.service {
    margin-bottom: 50px;
}

.service .inner .text {
    margin: 10px 0 20px;
}

#service .btn-box{
    /*max-width: 250px;*/
    max-width: 80%;
}

#topic {
    padding-bottom: 90px;
    background-position: bottom left 20%;
}

#topic a:nth-child(1),
#topic a:nth-child(2),
#topic a:nth-child(3){
	/*height: 100px;*/
    height: 26.7vw;
}

#item {
    padding-top: 60px;
    padding-bottom: 60px;
}

#item .strip {
    top: -98px;
}

.item{
    margin-bottom: 40px;
}

.item .inner .ttl {
    margin-top: 10px;
}

.item .inner .text {
    width: auto;
    margin: 10px auto 40px;
}

.item .btn-box,
#news .btn-box{
    max-width: 200px;
    width: 200px;
    margin-bottom: 10px;
}

#news {
    padding-left: 0;
    padding-right: 0;
}


#news_gift {
    padding-bottom: 30px;
    padding-top: 135px;
    background-position: top left, bottom right;
}

#news_gift .strip {
    top: -160px;
}

#gift {
    margin-top: 50px;
}

#bnr {
    margin: 40px auto 60px;
}

#bnr a {
    margin-bottom: 20px;
	padding-left:0;
}

.pc{display: none;}

}


/*iphone5*/
@media screen and (max-width: 374px){
.drawer-menu {
    margin: 10px auto 0;
    min-height: 568px;
}

.drawer-menu-item.bnr {
    padding-top: .5rem;
}

}

/*IE edge　selector not　use*/
/* for IE 11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .selector {
      some-syntax: some-property;
    } 
}

/* for IE 10 */
@media all and (-ms-high-contrast:none){
    .selector {
      some-syntax: some-property; 
    }
}

  /* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .class-name {
    some-syntax: some-property;
  }
}

.new{
    color: red;
}