@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*--------------------------------------------
	 BASE
--------------------------------------------*/
/* ---- MOUSE OVER STYLE ---- */
.over {
	transition: 0.3s;
}
@media screen and (min-width : 768px ){
.over:hover {
	opacity:0.6;
}
}
.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
	opacity:1;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
:root .cf::after { /* IE9 */
	content: ""\9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}
.ggmap,
.youtube {
	position: relative;
	padding-bottom: 58%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap #ggmap object,
.ggmap #ggmap embed,
.youtube iframe,
.youtube #ggmap object,
.youtube #ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width : 768px ){
.for_sp{
	display:none;
}
}
body,html {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight:500;
}
body {
	width:100%;
	min-width:1300px;
	height:auto;
	color:#000;
	font-size: 14px;
	line-height:1.5;
	background:#fff;
}
#wrapper{
	
}
a {
	text-decoration:none;
	color:#000;
	display:inline-block;
	transition:0.8s;
}
@media screen and (min-width : 768px ){
a:hover {
	color:#000;
	text-decoration:none;
}
}
table {
	width:100%;
}

.mgl5 {
	margin-left: 5px;
}
/*--------------------------------------------
	GLOBAL CSS
--------------------------------------------*/

.nolink {
	pointer-events: none;
}

.btn_01{
	text-align:center;
}
.btn_01 a{
	font-size:16px;
	line-heigt
	line-height:1;
	padding:12px 0;
	width:218px;
	border:2px solid #ffe2e4;
	text-align:center;
}
@media screen and (min-width : 768px ){
.btn_01 a:hover{
	background:#ffe2e4;
}
}
/*--------------------------------------------
	HEADER
--------------------------------------------*/
#header {
    background: #f5f3e7;
    padding: 9px 0 0;
    width: 100%;
	
}
#hdrInner{
	width: 1100px;
	margin: auto;
}

/*--------------------------------------------
	NAVI
--------------------------------------------*/
#gNavi{
	padding: 14px 0 0;
}

#gNavi #gNaviInner{
	width: 1100px;
	margin: auto;
}

#gNavi .cartWrapp{
	text-align: right;
}

#gNavi .cartWrapp .cartBtn {
    background-color: #e48c7d;
    color: #fff !important;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(177, 38, 43) 50%);
    background-image: linear-gradient(to right, transparent 50%, rgb(177, 38, 43) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    padding: 12px 0;
    width: 289px;
    margin: auto;
    position: relative;
    text-align: center;
}

#gNavi .cartWrapp .cartBtn:before{
    display: block;
    content: '';
    position: absolute;
    background: url(../Image/common/iconCart.png) no-repeat;
    top: 26%;
    left: 19%;
    width: 19px;
    height: 20px;
}

#gNavi .cartWrapp a:hover {
    background-color: #e48c7d;
    background-position: -100% 100%;
}

#gNavi ul{
	display: flex;
}

#gNavi li{
    width: 158px;
    height: 71px;
    font-size: 15px;
    color: #0e0e0e;
    text-align: center;
    padding: 34px 0 0;
}

#gNavi li:nth-child(4){
	width: 142px;
	padding: 0px;
}

#gNavi li a{
	border-right: 1px solid #e6e4d7;
    padding: 0 0 0 0px;
    width: 100%;
	display: block;
	 position: relative;
}
#gNavi li:nth-child(4) a{
	border: none;
}
#gNavi li:nth-child(5) a{
	border-left: 1px solid #e6e4d7;
}

#gNavi li a::before,
#gNavi li a::after {
  display: block;
  position: absolute;
  bottom: -10px;
  width: 0;
  content: "";
  border-bottom: solid 2px #e48c7d;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#gNavi li a::before {
  left: 50%;
}
#gNavi li a::after {
  right: 50%;
}
#gNavi li a:hover::before,
#gNavi li a:hover::after {
  width: 50%;
}

#gNavi li:nth-child(4) a::before,
#gNavi li:nth-child(4) a::after{
	border: none;
}
#gNavi li:nth-child(4) a:hover{
	opacity: 0.5;
}

/*--------------------------------------------
	FOOTER
--------------------------------------------*/
#footer{
    padding: 50px 0 20px;
    background: #fff;
    background: url(../Image/common/underBg.png) no-repeat center;
    background-size: cover;
    color: #fff;
}
#ftrInner{
    width: 1100px;
    margin: auto;
    text-align: center;
}

#footer ul.fLink{
    font-size: 15px;
    padding: 0 0 30px;
    display: flex;
    width: 450px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #968989;
}

#footer .fLink li{
    padding: 0 15px 0;
}
#footer .fLink li a{
    width: 100%;
	display: block;
    position: relative;
    color: #fff;
}

#footer .fLink li a::before,
#footer .fLink li a::after {
  display: block;
  position: absolute;
  bottom: -10px;
  width: 0;
  content: "";
  border-bottom: solid 2px #e48c7d;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#footer .fLink li a::before {
  left: 50%;
}
#footer .fLink li a::after {
  right: 50%;
}
#footer .fLink li a:hover::before,
#footer .fLink li a:hover::after {
  width: 50%;
}

#ftrInner .footLogo{
  margin-bottom: 2em;
}

#ftrInner .sns_area{
  width: 230px;
  margin: auto;
}

#ftrInner .sns_area .icon{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  width: 85%;
  margin: 0 auto 1em;
}

#ftrInner .sns_area .icon a,
#ftrInner .sns_area .icon span{
  display: block;
  transition-duration: 0.3s;
}

#ftrInner .sns_area .bnr{
  transition-duration: 0.3s;
}
#ftrInner .sns_area .bnr li:nth-child(n+2){
    margin-top: 0.5em;
}
#ftrInner .sns_area .bnr li img{
    max-width: 230px;
}
@media screen and (min-width : 768px ){
  #ftrInner .sns_area .icon a:hover{
    transform: translateY(-10px);
  }
  #ftrInner .sns_area .bnr:hover{
    opacity: 0.6;
  }
}

#ftrInner .adress{
font-size: 12px;
line-height: 26px;
padding: 45px 0 30px;
font-family: "游ゴシック","YuGothic", "游ゴシック体","Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial,"メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

#ftrInner .adress{
	line-height: 1.7;
}

#ftrInner .adress li{
	display: block;
	margin: 0 0 15px 0;
}

#ftrInner .adress li:last-child{
	margin: 0;
}

#ftrInner .adress .ttl{
	font-size: 14px;
	font-weight: bold;
}

#copy{
	color: #747474;
	font-size: 11px;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial,"メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
    text-align: center;
    background: #fff;
    padding: 10px 0;
}

#subNavi li{
	font-family: "游ゴシック","YuGothic", "游ゴシック体","Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial,"メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	display:inline-block;
	margin:0 20px;
}

#contents{
	text-align: center;
}



/*--------------------------------------------
  fixed_header
--------------------------------------------*/
#fixed_header {
    width: 100%;
  	min-width: 1300px;	
    height: 73px;
    position: fixed;
    top: -84px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    transition: top 0.7s ease 0s;
    -moz-transition: top 0.7s ease 0s;
    -webkit-transition: top 0.7s ease 0s;
    -o-transition: top 0.7s ease 0s;
    box-shadow: 0 0 10px 1px #ddd;
    z-index: 99999;
}
#fixed_header.showing {
  top: 0 !important;
}
/*.under #fixed_header {
  top: 0;
}*/
#fixed_header .fixed_header_inner {
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#fixed_header .f_hdr_logo {
  width: 164px;
  position: absolute;
  top: 16px;
  left: 20px;
}
#fixed_header .f_hdr_logo a {
  display: block;
}
#fixed_header .f_hdr_logo a:hover {
  opacity: 0.85;
}
#fixed_header .f_hdr_logo img {
    width: 75%;
    height: auto;
    padding: 10px 0 0 0;
}
#fixed_header .fixed_gnavi li {
    float: left;
    margin-right: 31px;
    padding: 14px 0 0 0;
}

#fixed_header .fixed_gnavi li img{
	width: 50px;
}

#fixed_header .fixed_gnavi li:nth-child(4){
	padding: 0px;
}

#fixed_header .fixed_gnavi li:last-child {
  margin-right: 0;
}
#fixed_header .fixed_gnavi ul {
    width: 820px;
    padding: 14px 0 0 48px;
    margin: 0 auto;
}
#fixed_header .fixed_gnavi li a {
    display: block;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    position: relative;
}
#fixed_header .fixed_gnavi li a span {
    display: block;
    font-size: 10px;
    margin-top: 8px;
}
#fixed_header .fixed_gnavi li a::before,
#fixed_header .fixed_gnavi li a::after {
  display: block;
  position: absolute;
  bottom: -10px;
  width: 0;
  content: "";
  border-bottom: solid 2px #e48c7d;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#fixed_header .fixed_gnavi li a::before {
  left: 50%;
}
#fixed_header .fixed_gnavi li a::after {
  right: 50%;
}
#fixed_header .fixed_gnavi li a:hover::before,
#fixed_header .fixed_gnavi li a:hover::after {
  width: 50%;
}

#fixed_header .fixed_gnavi li:nth-child(8) a::before,
#fixed_header .fixed_gnavi li:nth-child(8) a::after{
	border:none;
}

#fixed_header .fixed_gnavi li:nth-child(8){
    width: 48px;
	padding: 0px;
}

#fixed_header .fixed_gnavi li:nth-child(8) a{
	background: #e48c7d;
    padding: 11px 0;
    border-radius: 3px;
	width: 100%;
}

#fixed_header .fixed_gnavi li:nth-child(8) a:hover{
	background: #b23b27;
}

#fixed_header .fixed_gnavi li:nth-child(8) img{
	width: 20px;
}