@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* CSS Document */
/**********************************************************************リセット*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
	text-align: center;
   text-decoration: none;
   color: #fff;
  scroll-behavior: smooth;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
	width: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	display: block;
}

img{
	width: 100%;
}

* {
   box-sizing: border-box;
}
/**********************************************************************リセット*/



/**********************************************************************ヘッダー*/
header {
	padding: 30px 10% 10px;
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.80);
	display: flex;
	align-items: center;
	z-index: 100;
	height: 120px;
}

.rogo img{
	width: 145px;
}

nav {
   margin: 0 0 0 auto;
}
ul {
   list-style: none;
   margin: 0;
   display: flex;
}

.pc-nav ul li{
	border-right: solid #60478b 1px;
}

.pc-nav ul li:first-of-type{
	border-left: solid #60478b 1px;
}

.pc-nav ul li a{
	color: #60478b!important;
	font-size: 13px;
	font-weight: 400;
	margin: 0 20px;
}


.sp-nav {
   display: none;
}

@media screen and (max-width: 640px) {
	.pc-nav {
      display: none;
   }
   .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      width: 100%;
      background: rgba(96, 71, 139, .8);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
	
header {
	padding: 10px 5% 10px;
	height: 80px;
}
	
   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 25px;
      margin: 0 0 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #60478b;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #60478b;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #60478b;
   }
	
	.rogo img{
	width: 100px;
	}

   /*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
	   color: #fff!important;
   }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }

}

/**********************************************************************ヘッダー*/

/**********************************************************************スライドショー*/


.slideshow{
  display: flex;
  position: relative;
  width: 100%;
  height: 780px;
  justify-content: center;
  align-items: center;
}
.slide{
  position: absolute;
  width: 100%;
  height: 780px;
  display: none;
  z-index: 1;
  align-items: center;
  justify-content: center;
  /*box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.3);*/
	background-repeat: no-repeat;
}
.slide:nth-of-type(1){
  background-image:url("../imges/main01.jpg");
}
.slide:nth-of-type(2){
  background-image:url("../imges/main02.jpg");
}
.slide:nth-of-type(3){
  background-image:url("../imges/main03.jpg");
}
.slide:nth-of-type(4){
  background-image:url("../imges/main04.jpg");
}
.slide:nth-of-type(5){
  background-image:url("../imges/main05.jpg");
}
.slide:nth-of-type(6){
  background-image:url("../imges/main06.jpg");
}
.slide:nth-of-type(7){
  background-image:url("../imges/main07.jpg");
}
.slide:nth-of-type(8){
  background-image:url("../imges/main08.jpg");
}
.slide:nth-of-type(9){
  background-image:url("../imges/main09.jpg");
}
.active-slide{
  z-index: 10;
  display: flex;
  /*box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);*/
  animation: slideIn 1s cubic-bezier(0.7, 0, 0.3, 1) 0s 1 forwards;
}
.prev-slide{
  display: flex;
}
.dot-cont{
  position: absolute;
  z-index: 11;
  bottom: 5px;
  width: 150px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
}
.dot{
  margin: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
}
.dot:hover{
  cursor: pointer;
  background: white;
}
.active-dot{ 
  background: rgba(255,255,255,0.9);
  animation: fadeIn 2s cubic-bezier(0.7, 0, 0.3, 1) 0s 1 forwards;
}
.arrow-button{
  position: absolute;
  z-index: 11;
  background: rgba(0,0,0,0);
  border: none;
  outline: none;
  cursor: pointer;
  color: rgba(255,255,255,0);
  font-size: 20px;
  font-weight: bold;
}
.arrow-button:hover{
  color: rgba(255,255,255,1);
}
.left-arrow{
  left: 0;
}
.right-arrow{
  right: 0;
}



@keyframes slideIn{
  0%{
    transform: translate(-100%, 0);
  }
  100%{
    transform: translate(0, 0);
  }
}
@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1
  }
}


/**********************************************************************スライドショー*/


.main{
	width: 1180px;
	margin: 0 auto;
}

.con02{
	width: 1180px;
	margin: 0 auto;
	padding: 60px 0;
}

#product>.con02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
h1{
	background-color: #60478b!important;
	margin: 0 auto!important;
	padding: 5px 0;
	position: relative;
	z-index: 200!important;
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 1.0;
}


.item{
	width: 400px;
	text-align: justify;
	vertical-align: middle;
	margin-bottom: 80px;
}
.item>a>h2, .item-No{
	color: #60478b;
	text-align: left;
	font-size: 37px;
	font-weight: 600;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: middle;
}

.item-No{
	font-size: 16px;
	padding: 3px 15px;
	border: solid 1px #60478b;
	margin:  0 10px 0 0;
	border-radius: 5px;
}

.itemtext{
	color: #000;
}

#store{
	background: #60478b;
}

h3{
	font-size: 37px;
	font-weight: 600;
	margin-bottom: 60px;
}


h3.h3-contact{
	margin-bottom: 10px;
}
.con03{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.shop{
	width: 300px;
	height: 560px;
}


.shop>p{
	height: 200px;
	text-align: left;
	border-left: solid 5px #fff;
	padding-left: 10px;
	margin-bottom: 10px;
}

.shop>p>span{
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
}

.shop>iframe{
	height: 180px;
	margin-top: 10px;
}

.line{
	width: 1px;
	height: 580px;
	background: #fff;
}

.mothers-text>h3>a{
	display: inline-block;
}
.insta-icon{
	display: inline-block;
	width: 40px;
	margin-left: 10px;
}

.mothers-text>h3{
	margin-bottom: 10px;
}

.mothers-text{
	padding-bottom: 30px;
}

.mothers-img{
	padding-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.mothers-img>div{
	width: 350px;
}


#contact>div>h3{
	color: #60478b;
}
.contact-01{
	text-align: center;
	margin: 0 auto;
}
.contact-01>a{
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	background-color: #60478b;
	padding: 8px 40px 10px;
	border-radius: 26.5px;
}

.contact-01>a>img{
	display: inline-block;
	width: 28px;
	margin-right: 10px;
}

footer{
	background: #60478b;
}
.footer-nav{
	padding: 50px;
}

.footer-nav>img{
	width: 120px;
}
.footer-name, .footer-tel{
	font-size: 32px;
	font-weight: 500;
}
.footer-tel{
	margin-bottom: 20px;
}
.footer-nav>ul{
	width: 405px;
	margin: 30px auto;
}

.footer-nav>ul>li{
	padding: 0 20px;
}

.footer-nav>ul>li{
	border-right: solid 1px #fff;
}

.footer-nav>ul>li:first-of-type{
	border-left: solid 1px #fff;
}

.footer-nav>ul>li>a{
	color: #fff;
	font-size: 13px;
}

.copyright{
	font-size: 13px;
}
.mob{
	display: none;
}


.link_makeshop{
	width: 200px;
	position: fixed;
	bottom: 100px;
	right: 10%;
	z-index: 300;
}



/**********************************************************************モバイル*/
@media screen and (max-width: 640px) {
	
.mob{
	display: block;
}
	h1{
		display: none;
	}
.slideshow, .slide{
  width: 100%;
  height: 500px;
}

.main{
	width: 100%!important;
	margin: 0 auto;
}
	

.slide{
  background-position: center;
  background-size: auto 500px;
}
	
.con02{
	width: 90%!important;
	margin: 0 auto;
	padding: 60px 0;
}

#product>.con02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
h1{
	background-color:rgba(96,71,139,0.70)!important;
	margin: 0 auto!important;
	padding: 5px 0;
	position: relative;
	z-index: 200!important;
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 1.0;
}


.item{
	width: 100%;
	text-align: justify;
	vertical-align: middle;
	margin-bottom: 80px;
}
.item>a>h2, .item-No{
	color: #60478b;
	text-align: left;
	font-size: 37px;
	font-weight: 600;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: middle;
}

.item-No{
	font-size: 16px;
	padding: 3px 15px;
	border: solid 1px #60478b;
	margin:  0 10px 0 0;
	border-radius: 5px;
}

.itemtext{
	color: #000;
}

#store{
	background: #60478b;
}

h3{
	font-size: 37px;
	font-weight: 600;
	margin-bottom: 60px;
}

.con03{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.shop{
	width: 100%;
	height: auto;
}


.shop>p{
	height: auto;
	text-align: left;
	border-left: solid 5px #fff;
	padding-left: 10px;
	margin-bottom: 10px;
}

.shop>p>span{
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
}

.shop>iframe{
	width: 100%;
	height: 180px;
	margin-top: 10px;
}

.line{
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 30px 0;
}

.mothers-text>h3>a{
	display: inline-block;
}
.insta-icon{
	display: inline-block;
	width: 40px;
	margin-left: 10px;
}

.mothers-text>h3{
	margin-bottom: 10px;
}

.mothers-text{
	padding-bottom: 30px;
}

.mothers-img{
	width: 100%!important;
	padding-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.mothers-img>div{
	width: 100%;
	margin-bottom: 30px;
}
	.con02-store{
		padding-bottom: 0;
	}

#contact>div>h3{
	color: #60478b;
}



footer{
	background: #60478b;
}
.footer-nav{
	padding: 50px;
}

.footer-nav>img{
	width: 120px;
}
.footer-name, .footer-tel{
	font-size: 26px;
	font-weight: 500;
}
.footer-tel{
	margin-bottom: 20px;
}
.footer-nav>ul{
	width: 280px;
	margin: 30px auto;
}

.footer-nav>ul>li{
	padding:0;
	width: 56px;
}

.footer-nav>ul>li{
	border-right: solid 1px #fff;
}

.footer-nav>ul>li:first-of-type{
	border-left: solid 1px #fff;
}

.footer-nav>ul>li>a{
	color: #fff;
	font-size: 13px;
}

.copyright{
	font-size: 13px;
}
	
.link_makeshop{
	width: 100px;
	position: fixed;
	bottom: 10px;
	right: 5%;
}
	
	
}

.btn{
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	background-color: #60478b;
	padding: 8px 40px 10px;
	border-radius: 26.5px;
	margin: 0 auto 50px;
}









