@charset "utf-8";
body{
    font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
}
/* CSS Document */
/*-----------------共通--------------------*/
.pc{display: flex;}
.sp{
    display: none;
}
.cv_button{
    display: none;
}
.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
.inner{
    width: 1080px;
}
a{
    text-decoration: none;
	color:#111;
}
a:hover{
    text-decoration: none;
    opacity: .5;
}
.site-header__search-toggle {
    display: none;
}
.site-nav {
    position: relative;
    padding: 0;
    text-align: center;
    margin: 25px 0;
    display: none;
}
.cart-popup-wrapper {
    width: 23rem;
    right: 20px;
    top: 100px;
}
.site-header__cart {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
    margin: 0;

}
.pc_cart_li{
    padding: 0;
    position: relative;
}
.pc_cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*-----------------共通　end--------------------*/
/*-----------------header--------------------*/
header {
    display: flex;
    justify-content: space-between;
    z-index: 1000000;
    height: 80px;
    position: fixed;
    width: 100%;
	background-color: #fff;
	margin: 0;
}
header h1 {
    display: flex;
    width: 430px;
    justify-content: space-around;
    padding-left: 100px;
    align-items: center;
    margin: 0;
}
header h1 a figure {
    width: 200px;
    margin: 0px;
    transform: rotate(
0deg
);
}
header h1 p.text01 {
    color: #fff;
    font-size: 1.4rem;
    width: 60px;
    height: 60px;
    background-color: #9ed0ce;
    text-align: center;
    padding: 11px 0;
    line-height: 1.3;
    margin: 10px;
}
header h1 .text02{
	margin: 0;
    font-size: 1.4rem;
	color: #909090;
}

header nav {
/*	width: 470px;*/
}
header nav ul {
    display: flex;
    justify-content: flex-start;
    width: 710px;
}
header nav ul li {
    width: 210px;
    text-align: center;
    padding: 28px 0;
    background-color: #fff;
}
header nav ul li.list-inner01 {
    width: 290px;
    text-align: center;
    background: linear-gradient(
135deg
,#9ed0ce, #2bbcbf);
    transition: all .5s;
}
header nav ul li.list-inner01 a{
	color:#fff;
}
header h1 .text02{
	margin: 0;
    font-size: 1.4rem;
}
header nav ul li.list-inner01:hover{
    opacity: .5;
}
/*-----------------header end--------------------*/
/*-----------------footer--------------------*/
footer {
    background-image: url(../img/top/img_top_45.jpg);
    background-size: cover;
    text-align: center;
    height: 500px;
    /* position: relative; */
    padding-top: 80px;
}
footer p.text03{
	margin-bottom:67px;
}
footer figure.image01 {
    display: flex;
    width: 745px;
    justify-content: space-around;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 56px;
    padding: 0 60px;
}
footer figure.image01 img.image03 {
    width: 50%;
}
footer figure.image01 p.text01 {
    width: 80px;
    height: 80px;
    background-color: #fff;
    padding: 15px 0;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    color: #16B5BA;
}
footer figure.image01 p.text02 {
    width: 100px;
    height: 100px;
    text-align: left;
    padding: 28px 0;
    margin: 0;
	color: #16B5BA;
}
footer ul {
    display: flex;
    width: 800px;
    justify-content: space-around;
    margin: 0 auto;
}
footer small {
    display: block;
    height: 100px;
    background-color: #9ED0CE;
    text-align: center;
    line-height: 100px;
    color: #fff;
    width: 100%;
    margin-top: 60px;
}
/*-----------------footer end--------------------*/
/*---------------------------------------------------------
スマホ用
--------------------------------------------------------*/
@media screen and (max-width:768px) {

.site-header__icon {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 90px;
}
.template-product .main-content {
    padding-top: 100px;
}



.pc{display: none;}
.sp{display: flex;}
.inner{
    width:  100%;
}
.cv_button {
    background-color: #9ed0ce;
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    transition: .5s;
    text-decoration: none;
    z-index: 1;
}
.cv_button:hover{
    color: #16B5BA;
    text-decoration: none;
}
.sp img{
  height: 100%;
  max-width: 100%;
  margin-top: 0;
}
header {
    display: flex;
    justify-content: space-between;
    z-index: 10;
    height: 80px;
    position: fixed;
    width: 100%;
    background: #fff;
}
header h1 {
    display: flex;
    /* flex-direction: row; */
    width: 260px;
    padding-left: 7px;
    /* background-color: aqua; */
    justify-content: unset;
}
header h1 a figure {
    width: 100px;
    height: 22px;
    margin: 0 auto;
    transform: rotate(0deg);
}
header h1 p.text01 {
    color: #fff;
    font-size: 1.4rem;
    width: 60px;
    height: 60px;
    background-color: #9ed0ce;
    text-align: center;
    padding: 11px 0;
    line-height: 1.3;
/*    margin: 10px;*/
}
	header h1 .text02{
		font-size: 1rem;
	}
header nav {
/*	width: 470px;*/
}
header nav ul {
    display: flex;
    justify-content: flex-start;
    width: 350px;
}
header nav ul li {
    width: 100px;
    text-align: center;
    padding: 28px 0;
    background-color: #fff;
}
header nav ul li.list-inner01 {
    width: 150px;
    text-align: center;
    background: linear-gradient(
135deg
,#9ed0ce, #2bbcbf);
}
header nav ul li.list-inner01 a{
	color:#fff;
}
/*-----------------header end--------------------*/
/*-----------------footer--------------------*/	
	footer {
    height: 465px;
    padding-top: 62px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
	footer p.text03 {
    margin-bottom: 40px;
}
	footer figure.image01 {
    display: flex;
    width: 745px;
    justify-content: space-around;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 56px;
    padding: 0 60px;
}
	footer ul {
    display: block;
    width: 100%;
    justify-content: space-around;
    margin: 30px auto;
}
footer figure.image01 {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    justify-content: space-around;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}
	footer figure.image01 p.text01 {
    width: 60px;
    height: 60px;
    /* background-color: #fff; */
    padding: 8px 0;
    letter-spacing: 0;
    margin: 0px auto 40px;
    /* color: #16B5BA; */
}
	footer figure.image01 p.text02 {
    width: 80px;
    height: 60px;
/*    text-align: left;*/
    padding: 2px 0;
    margin: 0;
/*    color: #16B5BA;*/
}
	footer figure.image01 img.image03 {
    display: block;
    width: 40%;
    margin: 0 auto 40px;
}
	footer figure.image01 p.text02 {
    width: 80px;
    height: 60px;
    /* text-align: left; */
    padding: 2px 0;
    margin: 0 auto 50px;
    /* color: #16B5BA; */
}
	footer ul li{
		margin-bottom: 10px;
	}
footer small {
    margin-bottom: 45px;
    display: flex;
    height: 70px;
    background-color: #9ED0CE;
    text-align: center;
    line-height: 100px;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 1.2rem;
}




/*ハンバーガー*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex!important;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #9ed0ce;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #9ed0ce;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}


.fadein {
  opacity : 1;
  }
/*	スマホ最終タグ*/
}


/*--------------------js関係------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all .3s;
}

