@charset "UTF-8";
/* CSS Document */

/* Reset -------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Roboto, sans-serif;
color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */


html {
    font-size: 62.5%;
}

body {
	color: #2b220f;
	font-size: 1.6em;
	line-height: 1.7;
    background-color: #faf1e1;
}
body *{
  box-sizing: border-box;
}

a{
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #000;
	
	transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

h1,h2,h3,h4,h5{
	line-height: 1.5;
}
h1{ font-size: 3.4rem; }
h2{ font-size: 3.0rem; }
h3{ font-size: 2.4rem; }
h4{ font-size: 2.2rem; }
h5{ font-size: 1.9rem; }

p,ul,ol,li,img,table,th,td,dl,dt,dd{
    font-size: 1.8rem;
	line-height: 1.8;
}
h1,h2,h3,h4,h5,strong{
    font-weight: 700;
}
p,ul,ol,li,img,table,th,td,dl,dt,dd{
    font-weight: 300;
}
img{
	height: auto;
    vertical-align: top;
}

br.sp{
	display: none;
}

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

h1{ font-size: 2.8rem; }
h2{ font-size: 2.5rem; }
h3{ font-size: 2.1rem; }
h4{ font-size: 1.9rem; }
h5{ font-size: 1.7rem; }

p,ul,ol,li,img,table,th,td,dl,dt,dd{
    font-size: 1.6rem;
}
br.sp{
    display: block;
}
br.pc{
    display: none;
}

}


.mb10{ margin-bottom: 10px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; }
.mb70{ margin-bottom: 70px; }
.mb80{ margin-bottom: 80px; }
.mb90{ margin-bottom: 90px; }
.mb100{ margin-bottom: 100px; }

.pb10{ padding-bottom: 10px; }
.pb20{ padding-bottom: 20px; }
.pb30{ padding-bottom: 30px; }
.pb40{ padding-bottom: 40px; }
.pb50{ padding-bottom: 50px; }
.pb60{ padding-bottom: 60px; }
.pb70{ padding-bottom: 70px; }
.pb80{ padding-bottom: 80px; }
.pb90{ padding-bottom: 90px; }
.pb100{ padding-bottom: 100px; }


.ivmvel{
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    transition: transform .6s .1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ivmv{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); 
    opacity: 1;
}

header.common{
    width: 100%;
    height: 184px;
    
    background-color: #fefbf5;

	position: fixed;
	top: 0;
	z-index: 300;
    
    transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.common::before{
    content: "";
    position: absolute;
    z-index: 320;
    left: 0;
    top: 0;
    width: 100%;
    height: 9px;
    background-color: #faf1e1;
    
    transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.common::after{
    content: "";
    position: absolute;
    z-index: 320;
    left: 0;
    top: 100px;
    width: 100%;
    height: 10px;
    background-color: #faf1e1;
    
    transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header.common .content{
    width: 100%;
    height: 110px;
    max-width: 1400px;
    margin: 0 auto;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.common .logo{
    width: 260px;
    line-height: 0;
    position: relative;
    z-index: 350;
    
    transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.common .logo::before{
	content:"";
	display: block;
	padding-top: 25%;
}
header.common .logo img{
	display: block;
    
    width: 100%;
    height: auto;

	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


header.common .contact{
    box-sizing: border-box;
    width: 250px;
    height: 100%;
    background-color: #e5ded1;
    
    position: relative;
    z-index: 350;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-between;
    align-content: space-between;
    
    padding: 12px 20px;
    
    transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.common .contact p.address{
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.0;
    white-space: nowrap;
    text-align: center;
    
    transition: font-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.common .contact p.tel{
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.0;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 10px;
    
    transition: font-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.common .contact p.tel.pc{
    display: block;
}
header.common .contact p.tel.sp{
    display: none;
}
header.common .contact .access{
    display: block;
    width: 100%;
    text-align: center;
}
header.common .contact .access a{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.0;
    white-space: nowrap;
    
    padding: 2px 10px;
    background-color: #f5f1e9;
    border-radius: 30px;
    
    transition: font-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.common .contact .access a:hover{
    background-color: #d0c9bc;
}
header.common .contact .access a .label{
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    
    padding-left: 18px;
}
header.common .contact .access a .label::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 17px;
    background-image: url("img/icon_access.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% auto;
}



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

header.common .logo{
    margin-left: 30px;
}

}


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

header.common{
    height: 110px;
}
header.common .contact{
    margin-right: 80px;
}

}


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


header.common{
    height: 78px;
}
header.common::before{
    height: 7px;
}
header.common::after{
    top: 70px;
    height: 8px;
}

header.common .content{
    height: 63px;
    margin-top: 7px;
}
header.common .logo{
    width: 180px;
    margin-left: 20px;
}

header.common .contact{
    width: 140px;
    padding: 6px 10px 7px;
    margin-right: 65px;
}
header.common .contact p.address{
    font-size: 1.0rem;
}
header.common .contact p.tel{
    font-size: 1.4rem;
    margin-bottom: 5px;
}
header.common .contact .access a{
    font-size: 1.0rem;
    padding: 1px 5px;
}
header.common .contact .access a .label{
    padding-left: 15px;
}
header.common .contact .access a .label::before{
    width: 8px;
    height: 12px;
}


header.common .contact p.tel.pc{
    display: none;
}
header.common .contact p.tel.sp{
    display: block;
}


}


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

header.common .logo{
    width: 140px;
}

}


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

header.common .logo{
    width: 110px;
    margin-left: 15px;
}
header.common .contact{
    width: 120px;
    padding: 7px 5px 8px;
}
header.common .contact p.address{
    font-size: 0.8rem;
}
header.common .contact p.tel{
    font-size: 1.25rem;
    margin-bottom: 5px;
}
header.common .contact .access a{
    font-size: 1.1rem;
}

}



header.common.mini{
    height: 125px;
}
header.common.mini::before{
    height: 7px;
}
header.common.mini::after{
    top: 70px;
    height: 8px;
}

header.common.mini .content{
    height: 78px;
}
header.common.mini .logo{
    width: 180px;
}


header.common.mini .contact{
    width: 190px;
    padding: 6px 10px 7px;
}
header.common.mini .contact p.address{
    font-size: 1.3rem;
}
header.common.mini .contact p.tel{
    font-size: 1.8rem;
    margin-bottom: 5px;
}
header.common.mini .contact .access a{
    font-size: 1.2rem;
    padding: 1px 10px;
}
header.common.mini .contact .access a .label{
    padding-left: 15px;
}
header.common.mini .contact .access a .label::before{
    width: 8px;
    height: 12px;
}






/* Global Navigation
------------------------------------------------------------*/
@media only screen and (min-width: 901px){

#commonNavi{
	width: 100%;
    z-index: 300;
}

#categoryNavi{
    width: 100%;
    height: 74px;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 310;
    
    background-image: url("img/bg_grain.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: auto auto;

    transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#categoryNavi > ul{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    
    padding: 0 6px;

    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;    
}
#categoryNavi > ul > li{
    box-sizing: border-box;
    width: 188px;
    height: 100%;
    margin: 0 6px;
    padding: 8px 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    position: relative;
}
#categoryNavi > ul > li > a{
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
    background-color: rgba(126, 100, 53, 0.64);
}
#categoryNavi > ul > li > a:hover{
    background-color: rgba(53, 48, 38, 0.9);
}

#categoryNavi > ul > li.current{
    padding: 0;
}
#categoryNavi > ul > li.current > a{
    border-radius: 0;
    background-color: #7e6435;
}
#categoryNavi > ul > li.current > a:hover{
    background-color: rgba(53, 48, 38, 0.9);
}


#categoryNavi ul.sub,
#categoryNavi ul.subsp{
	box-sizing: border-box;

	width: 110%;
	height: auto;

	position: absolute;
	z-index: 1200;
	
	top: 66px;
	left: -5%;
	line-height: 0;
    
    padding: 10px 0;
    
    border: 4px solid rgba(206, 181, 148, 0.5);
	border-radius: 20px;
	
	opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
	
    background-color: rgba(151, 122, 76, 0.9);
}
#categoryNavi ul.sub.active{
    opacity: 1;
    pointer-events: auto;
}
#categoryNavi ul.sub.sp.active{
	opacity: 0;
    pointer-events: none;
}

#categoryNavi ul.sub > li{
	width: 100%;
    border-bottom: 2px solid rgba(206, 181, 148, 0.3);
}
#categoryNavi ul.sub > li:last-child{
    border-bottom: none;
}
#categoryNavi ul.sub > li > a{
	display: block;
	line-height: 1.3;
	font-size: 1.5rem;
	color: #fff;
    
    text-align: center;
	
	border-radius: 10px;
    padding: 12px 5px;
}
#categoryNavi ul.sub > li > a:hover{
    background-color: rgba(53, 48, 38, 0.9);
}



header.common.mini #categoryNavi{
    height: 47px;
    top: 78px;
}

header.common.mini #categoryNavi > ul{
}
header.common.mini #categoryNavi > ul > li{
    padding: 4px 0;
}
header.common.mini #categoryNavi > ul > li > a{
    font-size: 1.6rem;
    border-radius: 8px;
}

header.common.mini #categoryNavi > ul > li.current{
    padding: 0;
}
header.common.mini #categoryNavi > ul > li.current > a{
    border-radius: 0;
    background-color: #7e6435;
}
header.common.mini #categoryNavi > ul > li.current > a:hover{
    background-color: rgba(53, 48, 38, 0.9);
}


header.common.mini #categoryNavi ul.sub{
    width: 102%;
	top: 43px;
    left: -1%;
    padding: 5px 0;
    
    border: 2px solid rgba(206, 181, 148, 0.5);
	border-radius: 12px;
}
header.common.mini #categoryNavi ul.sub.active{
    opacity: 1;
    pointer-events: auto;
}

header.common.mini #categoryNavi ul.sub > li > a{
	font-size: 1.4rem;
	border-radius: 8px;
    padding: 10px 5px;
}



#headerNavi{
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#headerNavi ul{
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    
    padding-right: 264px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#headerNavi ul li{
    width: 180px;
    line-height: 0;
    padding: 4px 0;
}
#headerNavi ul li a{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 9px 8px 9px 45px;
    background-color: #ecd3a8;
    border-radius: 10px;
    
    font-size: 1.5rem;
    white-space: nowrap;
    line-height: 1.0;
    
    position: relative;
}
#headerNavi ul li a::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
#headerNavi ul li.careers a::before{
    background-image: url("img/icon_headernavi_careers.png");
}
#headerNavi ul li.careers a:hover{
    background-color: #f2debd;
}
#headerNavi ul li.member a{
    background-color: #a7e5ff;
}
#headerNavi ul li.member a::before{
    background-image: url("img/icon_headernavi_member.png");
}
#headerNavi ul li.member a:hover{
    background-color: #ccf0ff;
}


header.common.mini #headerNavi ul{
    padding-right: 200px;
    height: 78px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

header.common.mini #headerNavi ul li{
    width: 160px;
    line-height: 0;
    padding: 4px 5px;
}
header.common.mini #headerNavi ul li a{
    padding: 8px 8px 8px 40px;
    border-radius: 8px;
    
    font-size: 1.3rem;
}
header.common.mini #headerNavi ul li a::before{
    left: 8px;
    top: 2px;
    width: 24px;
    height: 24px;
}




#floatNavi ul{
    box-sizing: border-box;
	position: fixed;
	z-index: 200;
	right: 0;
	top: 240px;
        
    width: 64px;
    border: 5px solid #ecdab5;
    border-right: none;
    border-radius: 20px 0 0 20px;

    transition: top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#floatNavi > ul > li{
    box-sizing: border-box;
    width: 100%;
    background-color: #fefbf5;
    border-bottom: 2px solid #ecdab5;
    transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#floatNavi > ul > li:hover{
    background-color: #fff0d1;
}
#floatNavi > ul > li:first-child{
    border-radius: 15px 0 0 0;
}
#floatNavi > ul > li:last-child{
    border-radius: 0 0 0 15px;
    border-bottom: none;
}
#floatNavi > ul > li a{
    box-sizing: border-box;
    display: block;
    padding: 45px 5px 8px;
    
/*    border-top: 1px solid #1954dc;*/
    
    background-repeat: no-repeat;
    background-position: center top 10px;
    background-size: 30px auto;
    
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.1;
}
#floatNavi > ul > li.mail a{
    background-image: url("img/icon_floatnavi_mail.png");
}
#floatNavi > ul > li.instagram a{
    background-image: url("img/icon_floatnavi_instagram.png");
}
#floatNavi > ul > li.facebook a{
    background-image: url("img/icon_floatnavi_facebook.png");
}


header.common.mini #floatNavi ul{
	top: 180px;
}

}


/* Global Navigation Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/

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



#commonNavi {
	display: none;
}

#menuOverlay {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
/*	background-color: rgba(0, 0, 0, 0.6);*/
	display: none;
	position: fixed;
	z-index: 1200;
}

#switchBtnArea {
	width: 100%;

	position: relative;
}

#switchBtnArea .label{
	display: block;
	width: 50px;
	right: 15px;
	top: 70px;
	
	position: fixed;
	z-index: 1201;

    text-align: center;
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    line-height: 1.0;
}

#switchBtnArea #switchBtn {
	display: block;
	width: 50px;
	height: 50px;
	right: 15px;
	top: 20px;
	
	position: fixed;
	z-index: 1201;
}

#switchBtnArea #switchBtn span {
	left: 5%;
	width: 90%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #353026;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 23px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 23px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 23px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

}

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

#switchBtnArea .label{
	width: 45px;
	right: 11px;
	top: 52px;
    font-size: 1.1rem;
}

#switchBtnArea #switchBtn {
	width: 45px;
	height: 45px;
	right: 10px;
	top: 8px;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 10px;
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 21px;
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 10px;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 21px;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 21px;
}

}



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

#rwdMenuWrap {
	top: 110px;
	right: -100%;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	z-index: 1200;
    
    background-color: rgba(65, 51, 26, 0.8);
}

#categoryNavi > ul{
    box-sizing: border-box;
    padding: 10px 2% 25px;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    
    background-color: #faf1e1;

    background-image: url("img/bg_grain.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: auto auto;
}
 
#categoryNavi > ul > li {
    box-sizing: border-box;
	display: block;
    
    width: 48%;
    margin: 0 1% 10px;
	
    text-align: center;
	font-size: 1.9rem;
	
	letter-spacing: 0.1em;

    border-radius: 5px;
    background-color: rgba(126, 100, 53, 0.64);
}
#categoryNavi > ul > li.home{
    width: 98%;
    margin: 0 1% 10px;
}
/*
#categoryNavi > ul > li.aboutus{
    width: 98%;
    margin: 0 1% 10px;
}
*/
#categoryNavi > ul > li > a {
    box-sizing: border-box;
	padding: 10px 5px;
    
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.0;
    
	display: flex;
    justify-content: center;
    align-items: center;
    
    border-radius: 5px;
    background-color: rgba(126, 100, 53, 0.64);
}


#categoryNavi ul.sub{
    padding: 5px 0 10px;
}
#categoryNavi ul.sub li a{
    display: block;
    font-size: 1.3rem;
    color: #fff;
    
    padding: 3px 0;
}



#spWrap{
    width: 44%;
    position: relative;
    top: -200px;
    left: 52%;
}



#headerNavi ul{
    box-sizing: border-box;
    width: 100%;
    
    margin-bottom: 15px;
}
#headerNavi ul li{
    width: 100%;
    line-height: 0;
    margin-bottom: 6px;
}
#headerNavi ul li a{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 9px 8px 9px 45px;
    background-color: #ecd3a8;
    border-radius: 8px;
    
    font-size: 1.2rem;
    white-space: nowrap;
    line-height: 1.0;
    
    position: relative;
}
#headerNavi ul li a::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
#headerNavi ul li.careers a::before{
    background-image: url("img/icon_headernavi_careers.png");
}
#headerNavi ul li.member a{
    background-color: #a7e5ff;
}
#headerNavi ul li.member a::before{
    background-image: url("img/icon_headernavi_member.png");
}



#floatNavi ul{
    width: 100%;
}
#floatNavi > ul > li{
    box-sizing: border-box;
    width: 100%;
    
    margin-bottom: 6px;
}
#floatNavi > ul > li a{
    box-sizing: border-box;
    display: block;
    padding: 8px 5px 8px 45px;

    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 26px auto;
    
    font-size: 1.2rem;
    line-height: 1.1;

    background-color: #fefbf5;
    border-radius: 8px;
}
#floatNavi > ul > li a br{
    display: none;
}
#floatNavi > ul > li.mail a{
    background-image: url("img/icon_floatnavi_mail.png");
}
#floatNavi > ul > li.instagram a{
    background-image: url("img/icon_floatnavi_instagram.png");
}
#floatNavi > ul > li.facebook a{
    background-image: url("img/icon_floatnavi_facebook.png");
}

}


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

#rwdMenuWrap {
	top: 78px;
}

}


#contents{
    padding-top: 184px;
}
#contents.acLink{
    padding-top: 250px;
}

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

#contents{
    padding-top: 110px;
}
#contents.acLink{
    padding-top: 110px;
}

}

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

#contents{
    padding-top: 78px;
}
#contents.acLink{
    padding-top: 78px;
}

}




h2.deco{
    width: 100%;
    text-align: center;
    
    margin-bottom: 60px;
}
h2.deco .txt{
    display: inline-block;
    
    min-width: 400px;
    padding: 12px 60px 15px;
    
    line-height: 1.2;
    font-size: 3.2rem;
    font-weight: bold;
    color: #2b220f;
    letter-spacing: 0.08em;
    
    border-radius: 40px;

    background-image: url("img/bg_grain.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: auto auto;
}

h3.deco{
    font-size: 2.5rem;
    color: #00a1e3;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin-bottom: 30px;
}
h4.deco{
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}


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

h2.deco{
    margin-bottom: 40px;
}
h2.deco .txt{
    min-width: 0;
    padding: 7px 30px 9px;
    
    font-size: 1.9rem;
    
    border-radius: 40px;
}

h3.deco{
    font-size: 1.8rem;
    margin-bottom: 20px;
}
h4.deco{
    font-size: 1.7rem;
    margin-bottom: 8px;
}

}



ul.cmn{
    list-style-type: disc;
    padding-left: 1.5em;
}
ul.cmn li{
    list-style-type: disc;
    line-height: 1.8;
    padding-bottom: 0.6em;
}
ul.cmn li.lpb{
    padding-bottom: 0.3em;
}
ul.cmn.bb li::marker{
    content: "●　";
    color: #00a1e3;
    font-size: 50%;
    padding-right: 10px;
}








.cmnBtn{
}
.cmnBtn a{
    display: inline-block;
    padding: 10px 20px 10px 50px;
    
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    
    background-color: #36bbf2;
    border-radius: 10px;
    
    position: relative;
}
.cmnBtn a::before{
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    background-color: #a7e5ff;
    border-radius: 50%;
}
.cmnBtn a::after{
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #36bbf2;
    border-right: 2px solid #36bbf2;
    transform: rotate(45deg);
}
.cmnBtn a:hover{
    background-color: #0092ce;
}

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

.cmnBtn a{
    padding: 8px 18px 8px 40px;
    
    font-size: 1.4rem;
    border-radius: 8px;
}
.cmnBtn a::before{
    left: 12px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}
.cmnBtn a::after{
    left: 16px;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 6px;
}

}







#contact{
    width: 100%;
    padding: 90px 0;
    text-align: center;
}
#contact.rev{
    background-color: #fff9ec;
    margin-bottom: 60px;
}
#contact p,
#contact div{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    
    text-align: center;
}
#contact p{
    margin-bottom: 40px;
}

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

#contact{
    padding: 60px 0;
}

}







/* Footer */


footer.common{
    overflow: hidden;
}
footer.common .footerTop{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    line-height: 0;
    
    background-image: url("img/bg_footerTop.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
footer.common .footerTop::before{
    content: "";
    display: block;
    padding-top: 6.447%;
}


footer.common .basicInfo{
	width: 100%;
	padding: 30px 0;
	background-color: #fefcf7;
	text-align: center;
}
footer.common .basicInfo .logo{
	display: inline-block;
	width: 250px;
	position: relative;
    margin-bottom: 15px;
}
footer.common .basicInfo .logo img{
	width: 100%;
}
footer.common .basicInfo .access{
	position: absolute;
	left: 270px;
	top: 10px;
	display: inline-block;
	white-space: nowrap;
}
footer.common .basicInfo .address{
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}
footer.common .basicInfo .address .blk{
	display: inline-block;
	padding-right: 10px;
}


footer.common .siteIndex{
	width: 100%;
	background-color: #ead7b6;
	color: #2b220f;
}

#footerNavi{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0 10px;
    
    border-bottom: 1px solid #bda377;
}
#footerNavi > ul{
	width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footerNavi > ul > li{
	width: 19%;
}
#footerNavi > ul > li > a{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.0;
	width: 100%;
    text-align: center;

    padding: 10px 15px;
    background-color: #f9eedc;
    border-radius: 10px;
}
#footerNavi > ul > li > ul{
	width: 100%;
    padding-top: 10px;
}
#footerNavi > ul > li > ul li{
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 5px 10px;
    text-align: center;
}

#footerSubNavi{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
    
    padding: 5px 0 10px;
}

#footerSubNavi ul{
	width: 100%;
    
    display: flex;
    flex-wrap: wrap;
}
#footerSubNavi ul li{
    margin-right: 30px;
}
#footerSubNavi ul li a{
    padding-left: 14px;
	
	font-size: 1.3rem;
	line-height: 1.0;
    
    position: relative;
}
#footerSubNavi ul li a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
/*    height: calc(8px / 2 * tan(60deg));*/
    height: calc(10px / 2);
    width: 10px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotate(90deg);
    background-color: #2b220f;
}

footer.common .copyright{
	width: 100%;
	padding: 25px 0;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	background-color: #353026;
}


.pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
    width: 50px;
	opacity: 0.8;
}

.pageTop img{
	width: 100%;
	height: auto;
}




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


footer.common .footerTop{
    width: 250%;
}

footer.common .basicInfo .logo{
	width: 250px;
}
footer.common .basicInfo .access{
	position: relative;
	left: auto;
	top: auto;
	display: block;
	
	margin: 20px auto;
}
footer.common .basicInfo .address{
	text-align: left;
	width: 250px;
	margin: 0 auto;
	
	white-space: nowrap;
}
footer.common .basicInfo .address .blk{
	display: block;
	padding-right: 0;
}


#footerNavi{
	padding: 20px 0 10px;
}
#footerNavi > ul > li{
	width: 48%;
}
#footerNavi > ul > li > a{
	font-size: 1.4rem;
    padding: 8px 12px;
    border-radius: 8px;
}
#footerNavi > ul > li > ul{
    padding-top: 5px;
    margin-bottom: 20px;
}
#footerNavi > ul > li > ul li{
	font-size: 1.3rem;
	padding: 5px 8px;
}

#footerSubNavi{
    padding: 3px 0 8px;
}
#footerSubNavi ul li{
    margin-right: 30px;
}
#footerSubNavi ul li a{
    padding-left: 14px;
	
	font-size: 1.2rem;
}


.pageTop {
	right: 10px;
	bottom: 50px;
	width: 40px;
}


}







