@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'keifont';
    src: url("../fonts/keifont.ttf");
    }

/* Tools */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    }
article, aside, details, figcaption, figure, ooter, header, hgroup, menu, nav, section {
    display: block;
    }
body {
	line-height: 1;
    }

ol, ul, dl {
	list-style: none;
    }    
blockquote, q {
    quotes: none;
    }
blockquote:before,blockquote:after, q:before, q:after {
	content: '';
	content: none;
    }
table {
	border-collapse: collapse;
	border-spacing: 0;
    }

.hidden {
	display: none !important;
	visibility: hidden;
    }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
    }
.clearfix:after {
	clear: both;
    }
.clear {
	clear: both;
    }    

/*  font
-------------------------------*/
.bold {
	font-weight: bold;
	font-weight: 600;
    }

/*  margin
-------------------------------*/
.mb0 {
	margin-bottom: 0px !important;
    }


/* ===========================================================================
* 	Style 
* =========================================================================== */
html {
	font-size: 62.5%;
    }
body {
    font-family:'Lato','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #352727;
	background-color: #fff;
	font-size: 1.5rem;
    font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.08em;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	text-align: justify;
	text-justify: inter-ideograph; 
	}
#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
.offcanvas #page {
	overflow: hidden;
	position: absolute;
	}
.offcanvas #page:after {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
	}

a {
	color: #352727;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
a:hover, a:active, a:focus {
	color: #d73930;
	outline: none;
	text-decoration: none;
	}
li {
	margin: 0;
	padding:0;
	list-style: none;
	text-decoration: none;
}	
img {
	width: 100%;
	}
p, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-feature-settings: "palt" 1;
	}	
h1, h2, h3, h4, h5, h6, figure {
	margin: 0;
	padding: 0;
	font-weight: 600;
	}


/* =================================================================================== *
 * 　 NAVIGATION 
 * =================================================================================== */
.nav {
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1001;
	background-image: -webkit-linear-gradient(transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%),
					  -webkit-linear-gradient(0deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%);
	background-image: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%),
					  linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%);
	}
	@media screen and (max-width: 768px) {
		.nav .top {
			margin-top: 10px;
			}
        }

/*  logo  */
.nav #logo .nav-logo {
	position: relative;
	min-height: 120px;
	}
.nav #logo .nav-logo a {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 350px;
	height: 0;
	padding-top: 120px;
	background: no-repeat 0 50%;
	background-size: contain;
	line-height: 1.75;
	white-space: nowrap;
    }
    @media (min-width: 576px) and (max-width: 992px) {
		.nav #logo .nav-logo {
			min-height: 70px;
			}
		.nav #logo .nav-logo a {
			width: 280px;
			padding-top: 70px;
			}
		}
	@media screen and (max-width: 480px) {
		.nav #logo .nav-logo {
			min-height: 60px;
			}
		.nav #logo .nav-logo a {
			width: 250px;
			padding-top: 60px;
			}
        }

/*  contact  */
.nav .nav-cta {
	margin: 15px 0 0 0;
	color: #fff;
	text-align: right;
	}
	@media screen and (max-width: 480px) {
		.nav .nav-cta {
			margin: 0 0 0 15px;
			text-align: left;
			ine-height: 1.5;
			}
        }
.nav .nav-cta li.num a {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 2.2rem;
	color: #fff;
	}
	@media screen and (max-width: 768px) {
		.nav .nav-cta li.num a {
			font-size: 1.8rem;
			}
        }
.nav .nav-cta li.num i {
	position: relative;
	margin-right: 7px;
	}
.nav .nav-cta li.num a, .nav .nav-cta li.num i, .nav .address {
	text-shadow:0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,
				0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61,0 0 3px #c86d61;
	}

/*  address   */
.nav .address {
	text-align: right;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	}
	@media screen and (max-width: 768px) {
		.nav .address {
			display: none;
			}
        }

/*  menu
---------------------------------------------------------------------------- */
.nav .top-menu {
	position: relative;
	margin-bottom: 30px;
	padding: 0;
	background: #fff;
	}
	@media screen and (max-width: 768px) {
		.nav .top-menu {
			margin-bottom: 15px;
			}
		}
.nav .top-menu:before, .nav .top-menu:after {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background: #e6e6e6;
	}
.nav .top-menu:before {
	top: 2px;
	}
.nav .top-menu:after {
	bottom: 2px;
	}
	@media screen and (max-width: 768px) {
		.nav .top-menu {
			background: none;
			}
		.nav .top-menu:before, .nav .top-menu:after {
			display: none;
			}
        }
.nav .top-menu ul {
	padding: 15px 0;
	text-align: center;
	}
.nav .top-menu ul li {
	position: relative;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	}
.nav .top-menu ul li:before, .nav .top-menu ul li:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 1rem;
	color: #ccc; 
	}
.nav .top-menu ul li:last-child:after, .nav .top-menu ul li:last-child:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 1rem;
	color: #ccc; 
	}
	@media screen and (max-width: 768px) {
		.nav .top-menu .menu-1 {
			display: none;
			}
		}
.nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.nav ul li a {
	margin: 0 .75em 0 1.5em;
	font-weight: 600;
	}
.nav ul li a.last {
	margin-right: 1.5em;
	}
.nav ul li.active > a {
	color: #d73930 !important;
	font-weight: 600;
	}

/*  shop-info
---------------------------------------------------------------------------- */
.nav .info-wrap {
	top: -10px;
	right : 15px;
	padding: 10px 15px;
	line-height: 1;
	font-weight: 600;
	}
@media screen and (max-width: 768px) {
	.nav .info-wrap {
		position: static;
		margin: 15px 0;
		padding: 5px 10px;
		top: 15px;
		right : 30px;
		left : 30px;
			}
        }
.info-wrap .shop-info:first-child {  
	margin-bottom: 7px;
	}
.nav .shop-info dt {
	clear: both;
	float: left;
	padding: 5px;
	width: 70px;
	background: #d73930;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	}
.nav .shop-info dd {
	padding: 3px 3px 3px 80px;
	line-height: 1;
    }
.nav .shop-info dd small{
	font-size: 1.2rem;
	letter-spacing: normal;
    }

.nav .shop-info dd a {
	border-bottom: 1px solid #d73930;
	color: #d73930;
    }
	@media screen and (min-width: 480px) {
		.nav .info-wrap .shop-info dd br {
			display: none;
			}
        }
	@media screen and (max-width: 480px) {
		.nav .info-wrap .shop-info dt {
			margin-top: 3px;
			}
		.nav .info-wrap .shop-info dd {
			line-height: 1.5;
			}
		}
	@media screen and (max-width: 480px) {
		.info-wrap .shop-info:first-child {  
			margin-bottom: 0;
			}
		}

/*  offcanvas
---------------------------------------------------------------------------- */
#offcanvas {
	position: absolute;
	z-index: 1901;
	width: 240px;
	background: #fff;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 75px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(240px);
	-webkit-transform: translateX(240px);
	-ms-transform: translateX(240px);
	-o-transform: translateX(240px);
	transform: translateX(240px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
	@media screen and (max-width: 768px) {
		#offcanvas {
			display: block;
			}
		}
.offcanvas #offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	}
#offcanvas ul {
	padding: 0;
	margin: 0;
	}
#offcanvas ul li a {
	display: block;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	}
#offcanvas ul li a:hover {
	background: #d73930;
    color: #fff;
	}

/*  nav-toggle
---------------------------------------------------------------------------- */
.nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	}
.nav-toggle.active i::before, .nav-toggle.active i::after {
	background: #d73930 !important;
	}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
	outline: none;
	border-bottom: none !important;
	}
.nav-toggle i {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 2px;
	color: #d73930;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #d73930;
	transition: all .2s ease-out;
	}
.nav-toggle i::before, .nav-toggle i::after {
	content: '';
	width: 22px;
	height: 2px;
	background: #d73930;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
	}
.nav-toggle.nav-white > i {
	color: #d73930;
	background: #d73930;
	}
.nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
	background: #d73930;
	}
.nav-toggle i::before {
	top: -7px;
	}
.nav-toggle i::after {
	bottom: -7px;
	}
.nav-toggle:hover i::before {
	top: -10px;
	}
.nav-toggle:hover i::after {
	bottom: -10px;
	}
.nav-toggle.active i {
	background: transparent;
	}
.nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	}
.nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	}
.nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 21;
	padding: 4px 0 0 11px;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important;
	background: #fff;
	border-bottom: none !important;
	-webkit-border-radius:  50%;
	-moz-border-radius:  50%;
	border-radius: 50%;
	}
	@media screen and (max-width: 768px) {
		.nav-toggle {
			display: block;
			}
		}


/* =================================================================================== *
 * 　 Section
 * =================================================================================== */
.section-white, .section-red {
    padding: 5em 0;
	}
.section-red {
	background: #fdeeea;
	}
	@media screen and (max-width: 768px) {
		.section-white, .section-red {
			padding: 2.5em 0;
			}    
    	}

/*  pattern  */
.check {
	background-color: #e18a7a;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	}

/*  section-heading (item-wrap)
---------------------------------------------------------------------------- */
.section-heading {
	margin-bottom: 3em;
	text-align: center;
    }
.section-heading .desc {
	margin-top: 1em;
    text-align: center;
    }
    @media (min-width: 576px) and (max-width: 992px) {
        .section-heading {
            margin-bottom: 2em;
			}
		}
    @media only screen and (max-width: 480px) {
        .section-heading {
            margin-bottom: 1.5em;
            }
		}
    @media only screen and (max-width: 768px) {
		.section-heading .desc {
			text-align: left;
    		}
		.section-heading .desc br {
			display: none;
		    }
		}

/*  title
------------------------------------------------------------------ */
.heading-1 {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 3.5rem;
	font-family: 'Montserrat', sans-serif;
	color: #d73930;
	border-bottom: 5px solid #f5b1ac;
	line-height: 1;
	}
.heading-1.jp {
	margin-bottom: 15px;
	font-family: 'keifont';
	}
    @media only screen and (max-width: 480px) {
		.heading-1 {
	padding-bottom: 2px;
			font-size: 2.8rem;
			line-height: 1.35;
			}
		}
	@media only screen and (min-width: 480px) {
		.heading-1 br {
			display: none;
			}
		}
.heading-2 {
	font-size: 2.5rem;
	font-family: 'Montserrat', sans-serif;
	color: #d73930;
	text-align: center;
	line-height: 1.5;
	}
.heading-3 {
	font-size: 2rem;
	color: #d73930;
	text-align: center;
	line-height: 1.5;
	}
.heading-4 {
	margin-bottom: .5em;
	font-size: 1.6rem;
	text-align: center;
	color: #d73930;
	}
.heading-5 {
	font-size: 1.4rem;
	text-shadow:0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
	text-align: center;
	line-height: 1.5;
	}

/*  border  */
.ttl-border {
    display: flex;
    align-items: center;
    margin: 0 auto 15px auto;
    width: 80%;
	color: #352727;
    font-size: 1.6rem;
    font-weight: 600;
	font-feature-settings: "palt" 1;
    }
.ttl-border:before, .ttl-border:after {
    border-top: 1px solid #bbb;
    content: "";
    flex-grow: 1;
    }
.ttl-border:before {
    margin-right: 2rem;
    }
.ttl-border:after {
    margin-left: 2rem;
    }

/*  text
---------------------------------------------------------------------------- */
.txt_1 {
	font-size: 1.6rem;
	font-weight: 600;
	}
.txt_2 {
	font-size: 1.4rem;
	}

/*  info-wrap
---------------------------------------------------------------------------- */
.info-wrap {
	position: absolute;
	background: #fff;
	border: dashed 2px #d73930;
	box-shadow: 0 0 0 5px #fff, 0 0 0 12px #d73930;
	border-radius: 3px;
	z-index: 999;
	font-size: 1.4rem;
	}

/*  image
---------------------------------------------------------------------------- */
	@media only screen and (max-width: 480px) {
		.feature-img {
			margin-top: 15px;
			}
		}

/*  line
---------------------------------------------------------------------------- */
.divide {
    display: flex;
	align-items: center;
	margin: 7em 0;
    }
	@media screen and (max-width: 768px) {
		.divide {
			margin: 3.5em 0;
			}
        }
.divide img {
	display: block;
	width: 20px;
    }
.divide:before, .divide:after {
	display: block;
    content: "";
	flex-grow: 1;
	height: 2px;
	background: #d73930;
    }
.divide:before {
    margin-right: 1em;
    }
.divide:after {
    margin-left: 1em;
    }

/*  list
---------------------------------------------------------------------------- */
.notice {
	margin: 0;
	padding: 0;
    }
.notice li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 1.5em;
	line-height: 1.5;
	font-size: 1.3rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    }
.notice li:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f111";
    position: absolute;
    top: 5px;
    left: 0;
	font-size: 1rem;
    color: #d73930;
    }		
.notice li a {
	text-decoration: underline;
	}
.notice li:last-child {
	margin-bottom: 0;
    }

/*  Column
---------------------------------------------------------------------------- */
	@media screen and (max-width: 480px) {
        .col-xxs-12 {
            width: 100%;
            }
        .col-xxs-6 {
            width: 50%;
            }
        }
.gutter > [class*='col-'] {
    padding: 0 7.5px;
    }
.no-padding {
   padding: 0 !important;
   margin: 0 !important;
    }

/*  Tag
------------------------------------------------------------------ */
.tag {
	position: absolute;
    background: #d73930;
    padding: 7px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    }
.tag:after {
    position: absolute;
    left: 75%;
    bottom: -7px;
    display: block;
    width: 0;
    content: "";
    border-width: 7px 7px 0 0;
    border-style: solid;
    border-color: #d73930 transparent;
    }

/*  Circle
------------------------------------------------------------------ */
.circle-wrap {
	position: absolute;
    display: flex;
    flex-wrap: wrap;
    }
.circle-with {
    position: relative;
    width: 125px;
    height: 125px;
    background: #fff;
    border: 5px solid #eeafa8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    }
.circle-with img {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 25px;
    top: 17%;
    left: 50%;
    transform: translateY(-20%) translateX(-50%);
    -webkit- transform: translateY(-20%) translateX(-50%);
    }
.circle-with .txt {
    position: absolute;
    display: block;
    width: 100%;
    top: 80%;
    left: 50%;
    transform: translateY(-80%) translateX(-50%);
    -webkit- transform: translateY(-80%) translateX(-50%);
    line-height: 1.3; 
    color: #d73930;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    }
    @media only screen and (max-width: 480px) {
		.circle-with {
			width: 75px;
			height: 75px;
			border: 4px solid #eeafa8;
    		}
		.circle-with img {
			width: 17px;
			top: 17%;
			}
        .circle-with .txt {
            top: 80%;
            font-size: 1.1rem;
            }
        }

/*  circle-text 
--------------------------------------------------- */
.circle-text {
    position: relative;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    }
.circle-text .txt {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    line-height: 1.3;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    }
	@media (min-width: 576px) and (max-width: 992px) {
		.circle-text .txt {
            font-size: 1.3rem;
            }
        }
    @media only screen and (max-width: 480px) {
        .circle-text .txt {
            font-size: 1.1rem;
            }
        }

/*  button
------------------------------------------------------------------ */
.btn {
    line-height: 1;
    transition: all .3s ease-out;
    }

/*  size  */
.btn.btn-md {
	background: #fff !important;
    padding: 20px 50px !important;
    }
    @media screen and (max-width: 480px) {
        .btn.btn-md {
            padding: 16px 50px !important;
            }
        }
.btn.btn-sm {
    padding: 18px 30px !important;
    width: 200px;
    }
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
    }

/*  base  */
.btn-primary {
    background: #d73930;
    color: #fff;
    font-weight: 600;
    border: 2px solid #d73930 !important;
    }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #d73930 !important;
    border-color: #d73930 !important;
    }
.btn-primary.btn-outline {
    position: relative;
    background: transparent;
    color: #d73930;
    border: 1px solid #d73930;
    }
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #d73930;
    color: #fff;
    }

/*  arrow  */
.btn.with-arrow {

    position: relative;
    transition: all .3s ease-out;
    }
.btn.with-arrow i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    transition: all .2s ease-out;
    }
    @media screen and (max-width: 768px) {
        .btn.with-arrow i {
            margin-top: -7px;
            }
        }
.btn.with-arrow:hover i {
    color: #fff;
    transform: translateX(10px);
    }

/*  common  */
.link-btn .btn-md {
	font-size: 1.5rem;
	margin-top: 30px;
    }
    @media screen and (max-width: 480px) {
		.link-btn .btn-md {
			width: 100%;
            margin-top: 15px;
			font-size: 1.3rem;
            }
        }


/* =================================================================================== *
 * 　 TOP 
 * =================================================================================== */
#header {
	padding: 5em 15%;
	background: #fdeeea;
	text-align: center;
	}
	@media screen and (max-width: 768px) {
		#header {
			padding: 1.5em 0 2.5em 0;
			}
		}
#header .slider-wrap {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	}
	@media screen and (max-width: 480px) {
		#header .slider-wrap {
			margin-bottom: 10px;
			}
		}
#header .slick-slide {
	transition: .3s ease;
	transform: scale(.85);
	transform-origin: 100% 50%;
	padding: 15px 0;
	}
#header .slick-slide:not(.slick-current) {
	background: #fff;
	opacity: .6;
	}
#header .slick-current {
	transform: scale(1);
	transform-origin: 50% 50%;
	}
#header .slick-current img {
	border: 15px solid #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	@media screen and (max-width: 480px) {
		#header .slick-current img {
			border: 10px solid #fff;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			}
		}
#header .slick-current + .slick-slide {
	transform-origin: 0 50%;
	}
#header .slick-prev, #header .slick-next {
	width: 40px;
    height: 40px;
	z-index: 1;
	}
#header .slick-prev:before, #header .slick-next:before {
	font-size: 40px;
	color: #d73930;
	}
#header .slick-prev {
	left: 20px;
	}
#header .slick-next {
	right: 20px;
	}
#header .circle-wrap {
	right: 15px;
	bottom: 0;
    }
    @media only screen and (min-width: 480px) {
		#header .txt_1 br {
			display: none;
			}
		}

/*  Information
---------------------------------------------------------------------- */
/* news */
#information .news ul li {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	list-style: none;
	border-bottom: 1px solid #f5b1ac;
	line-height: 1.5;
	}
#information .news ul li a {
	text-decoration: underline;
	}
	@media screen and (max-width: 768px) {
		#information .news {
			margin-bottom: 30px;
        	}
        }
#information .news ul li:last-child{
	margin-bottom: 0;
	}
#information .news ul li .date {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 1.3rem;
	background: #d73930;
	font-weight: 700;
  	color: #fff;
	line-height: 1;
	}

/* facebook */
#information #fb_area {
	overflow: hidden;
    height: 380px;
    background: #f5b1ac;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 10px solid #f5b1ac;
	}


/* =================================================================================== *
 * 　 ABOUT 
 * =================================================================================== */

/*  farm
---------------------------------------------------------------------- */
#about .farm-wrap .desc {
	padding-right: 30px;
	}
#about .farm-wrap .desc img {
	float: right;
	margin-left: 30px;
	width: 50%;
	}
	@media screen and (max-width: 768px) {
		#about .farm-wrap .desc {
			padding-right: 0;
			}
		#about .farm-wrap .desc img {
			margin: 10px auto;
			float: none;
			width: 80%;
			}
        }

/*  staff
---------------------------------------------------------------------- */
#about .staff-wrap .staff {
	padding: 0 15px;
	}
#about .staff-wrap .staff .manager {
	padding-right: 60px;
	border-right: 2px solid #f5b1ac;
	}
    @media (min-width: 576px) and (max-width: 992px) {
		#about .staff-wrap .staff .manager {
			padding-right: 30px;
			}
        }
	@media screen and (max-width: 480px) {
		#about .staff-wrap .staff .manager {
			padding-right: 0;
			border-right: none;
			}
        }
#about .staff-wrap img {
	margin: 0 auto;
	}
#about .staff-wrap .member {
	padding-left: 60px;
	}
#about .staff-wrap .manager img {
	display: block;
	width: 150px;
	height: 150px;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
#about .staff-wrap .member {
	padding-left: 60px;
	}

    @media (min-width: 576px) and (max-width: 992px) {
		#about .staff-wrap .member {
			padding-left: 30px;
			}
        }
	@media screen and (max-width: 480px) {
		#about .staff-wrap .member {
			padding-left: 0;
			}
        }

/*  gallery
---------------------------------------------------------------------- */
#about .gallery .farm-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
#about .gallery  .farm-photos .photos {
    position: relative;
    width: 19%;
    }
#about .gallery  .farm-photos .photos img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    }
#about .gallery .farm-photos .photos:nth-last-child(n+6) {
	margin-bottom: 15px;
    }
	@media screen and (max-width: 480px) {
		#about .gallery  .farm-photos .photos {
			position: relative;
			width: 48%;
			}
		#about .gallery .farm-photos .photos:nth-last-child(n+3) {
			margin-bottom: 15px;
		    }
        }


/*  projec
============================================================================*/
	@media screen and (min-width: 768px) {
		#project br {
			display: none;
			}
		}
#project .sub-ttl {
	margin: 15px 0;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	}
	@media screen and (max-width: 768px) {
		#project .sub-ttl {
			margin: 10px 0;
			font-feature-settings: "palt" 1;
			}
		}


/* =================================================================================== *
 * 　 GUIDE 
 * =================================================================================== */

/*  feature
---------------------------------------------------------------------- */
#guide .feature, #guide .services {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
#guide .card {
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#guide .feature-card {
	width: 32%;
	}
    @media (min-width: 576px) and (max-width: 992px) {
		#guide .feature-card, #guide .service-card {
			width: 48.5%;
			}
		#guide .feature-card:nth-last-child(n+3) {
			margin-bottom: 15px;
			}
		}
    @media screen and (max-width: 480px) {
		#guide .feature-card {
			margin-bottom: 25px;
			width: 100%;
			}
		#guide .feature-card:last-child {
			margin-bottom: 0;
			}
		}
#guide .feature-card .txt {
	padding: 1em;
	font-size: 1.4rem;
	}
#guide .feature-card .ttl {
	position: relative;
	margin-bottom: 5px;
	color: #d73930;
	text-align: center;
	font-weight: 600;
	font-size: 1.7rem;
	}

/* tag */
#guide .feature-card .ttl .tag {
	margin: 0 0 3em 5em;
	bottom: 0;
    }

/*  services
---------------------------------------------------------------------- */
 #guide .service-card {
	 width: 49%;
	}
#guide .service-card strong {
	margin-bottom: 5px;
	font-weight: 600;
    }
#guide .service-card strong.red {
	font-size: 1.8rem;
	font-weight: 600;
	color: #d73930;
    }

#guide .service-card .txt {
	padding: 2em;
	font-size: 1.4rem;
	}
#guide .service-card .ttl {
	margin: 30px 0;
	font-size: 2.4rem;
	font-weight: 600;
	color: #d73930;
	text-align: center;
	}
    @media screen and (max-width: 480px) {
		#guide .service-card {
			width: 100%;
			}
		}
	@media screen and (max-width: 768px) {
		#guide .service-card .ttl {
			margin: 15px;
			font-size: 2.2rem;
			}
		#guide .service-card .ttl .ttl-border {
			width: 100%;
			font-size: 1.4rem;
			}
		}	
#guide .service-card .txt {
	min-height: 200px;
	}
	@media (min-width: 576px) and (max-width: 992px) {
		#guide .service-card .txt {
			min-height: 280px;
			}
		}
	@media screen and (max-width: 480px) {
		#guide .service-card .txt {
			min-height: 150px;
			}
		}	
#guide .service-card .service-info {
	margin-bottom: 15px;
	}
#guide .service-card .service-info dt {
	clear: both;
	float: left;
	margin-right: 1em;
	padding: 5px 10px;
	width: auto;
	background: #d73930;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	}
#guide .service-card .service-info dd {
	margin-bottom: 5px;
	padding: 5px 0;
	font-size: 1.5rem;
	line-height: 1;
    }

#guide .service-card .service-info .course dt {
	margin-right: 0;
	}
#guide .service-card .service-info .course dd {
	margin: 0 0 5px 85px;
	padding: 5px 0;
    }
#guide .service-card .service-info .course p {
	display: block;
	margin-bottom: 10px;
    }

	@media screen and (min-width: 768px) {
		#guide .service-card .service-info dd br {
			display: none;
			}
		}
	@media screen and (max-width: 768px) {
		#guide .service-card .service-info .course dt {
			display: inline-block;
			float: none;
			}
		#guide .service-card .service-info .course dd {
			display: block;
			width: 100%;
			margin: 0 0 5px 0;
			line-height: 1.5;
			}
		}
#guide .service-card:nth-last-child(n+3) {
	margin-bottom: 50px;
    }
	@media screen and (max-width: 768px) {
		#guide .service-card:nth-last-child(n+3) {
			margin-bottom: 30px;
			}
		}
    @media screen and (max-width: 480px) {
		#guide .service-card:nth-last-child(n+2) {
			margin-bottom: 30px;
			}
		}


/*  pricing
============================================================================*/
#pricing .section-heading{
	margin-bottom: 1.5em;
	}
#pricing .section-heading .brand {
	font-size: 2.5rem;
    color: #d73930;
	}
#pricing .desc {
	text-align: center;
	font-size: 2rem;
	}
#pricing .price-box {
    padding: 35px;
	background: #fbfbfb;
    text-align: center;
    border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius:  10px;
	border-radius: 10px;
	line-height: 1;
	font-feature-settings: "palt" 1;
	}
#pricing .price-box .open {
	padding-bottom: 25px;
	font-size: 2.2rem;
	}
#pricing .price-box .period {
	margin-bottom: 35px;
	padding-bottom: 25px;
	font-size: 2rem;
    color: #d73930;
	border-bottom: 2px solid #f5b1ac;
	}
#pricing .price-box .period span {
	display: inline-block;
	margin-right: 1em;
	padding: 3px 10px;
	background: #d73930;
	color: #fff;
	font-size: 1.5rem;
	}
#pricing .price-box .date {
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.7rem;
	text-align: center;
	border-bottom: 3px solid #ccc;
	}
#pricing .price-box .price li {
	padding: 15px;
	font-size: 3.3rem;
	border-bottom: 1px dashed #ccc;
	text-align: left;
	}
#pricing .price-box .price.start {
	}
#pricing .price-box .price li:last-child {
	border-bottom: none;
	}	
#pricing .price-box .price span {
	margin-left: 5px;
	font-size: 1.7rem;
	}

	@media screen and (max-width: 768px) {
#pricing .section-heading .brand {
	font-size: 1.8rem;
    color: #d73930;
	}
		#pricing .desc {
			font-size: 1.7rem;
			}
		#pricing .price-box .brand {
			margin-bottom: 20px;
			padding-bottom: 15px;
			font-size: 1.8rem;
			}
		#pricing .price-box .period {
			margin-bottom: 25px;
			padding-bottom: 15px;
			font-size: 1.6rem;
			}
		#pricing .price-box .period span {
			font-size: 1.2rem;
		}
		#pricing .price-box h5.date {
			padding-bottom: 5px;
			margin-bottom: 5px;
			font-size: 1.4rem;
			}
		}

#pricing .price-box.active .date {
	border-bottom: 1px solid #f5b1ac;
	}
#pricing .price-box.active .price li {
	border-bottom: 1px dashed #f5b1ac;
	font-size: 2.3rem;
	}
#pricing .price-box .price li del, #pricing .price-box.active .price li del {
	color: #888;
	}
#pricing .price-box .price li i, #pricing .price-box.active .price li i {
	position: relative;
	top:-2px;
	margin: 0 1em;
	font-size: 1.2rem;
	color: #352727;
	}
	@media screen and (max-width: 480px) {
		#pricing .price-box, #pricing .price-box.active {
			margin-bottom: 15px;
			padding: 30px 15px;
			}
		#pricing .price-box .date {
			font-size: 1.8rem;
			}
		#pricing .price-box .price li, #pricing .price-box.active .price li {
			padding: 20px 0;
			font-size: 2.8rem;
			}
		#pricing .price-box .price span, #pricing .price-box.active .price span {
			font-size: 1.4rem;
			}
		}


/*  completion（2023） */
#pricing h6.info span {
	display: inline-block;
	margin-top: 1.5em;
	font-size: 2.5rem;
    color: #d73930;
	padding: .5em 1em;
	border: 2px solid #d73930;
	}
#pricing .completion {
	color: #CCC !important;
	}
#pricing h4.completion span {
	background: #ccc !important;
	}
#pricing h4.period.completion {
	border-bottom: 2px solid #ccc;
	}
	@media screen and (max-width: 480px) {
		#pricing h6.info span {
			font-size: 2rem;
			}
		}
	@media screen and (min-width: 480px) {
		#pricing h6.info span br {
			display: none;
			}
		}




/*  pricing(2021)
============================================================================
#pricing .desc {
	text-align: center;
	font-size: 2rem;
	}
#pricing .price-box {
    padding: 35px;
	background: #fbfbfb;
    text-align: center;
    border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius:  10px;
	border-radius: 10px;
	line-height: 1;
	font-feature-settings: "palt" 1;
	}
#pricing .price-box .brand {
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-size: 2.5rem;
    color: #d73930;
	border-bottom: 2px solid #f5b1ac;
	}
#pricing .price-box .period {
	margin-bottom: 35px;
	padding-bottom: 25px;
	font-size: 1.8rem;
    color: #d73930;
	border-bottom: 1px solid #f5b1ac;
	}
#pricing .price-box .period span {
	display: inline-block;
	margin-right: 1em;
	padding: 3px 10px;
	background: #d73930;
	color: #fff;
	font-size: 1.5rem;
	}
#pricing .price-box .date {
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.7rem;
	text-align: center;
	border-bottom: 3px solid #ccc;
	}
#pricing .price-box .price li {
	padding: 15px;
	font-size: 2.3rem;
	border-bottom: 1px dashed #ccc;
	text-align: left;
	}
#pricing .price-box .price.start {
	margin-bottom: 50px;
	}
#pricing .price-box .price li:last-child {
	border-bottom: 1px solid #ccc;
	}	
#pricing .price-box .price span {
	font-size: 1.4rem;
	}

	@media screen and (max-width: 768px) {
		#pricing .desc {
			font-size: 1.7rem;
			}
		#pricing .price-box .brand {
			margin-bottom: 20px;
			padding-bottom: 15px;
			font-size: 2rem;
			}
		#pricing .price-box .period {
			margin-bottom: 25px;
			padding-bottom: 15px;
			font-size: 1.6rem;
			}
		#pricing .price-box .period span {
			font-size: 1.2rem;
		}
		#pricing .price-box h5.date {
			padding-bottom: 5px;
			margin-bottom: 5px;
			font-size: 1.4rem;
			}
		}

#pricing .price-box.active .date {
	border-bottom: 1px solid #f5b1ac;
	}
#pricing .price-box.active .price li {
	border-bottom: 1px dashed #f5b1ac;
	font-size: 2.3rem;
	}
#pricing .price-box .price li del, #pricing .price-box.active .price li del {
	color: #888;
	}
#pricing .price-box .price li i, #pricing .price-box.active .price li i {
	position: relative;
	top:-2px;
	margin: 0 1em;
	font-size: 1.2rem;
	color: #352727;
	}
	@media screen and (max-width: 480px) {
		#pricing .price-box, #pricing .price-box.active {
			margin-bottom: 15px;
			padding: 30px 15px;
			}
		#pricing .price-box .date {
			font-size: 1.8rem;
			}
		#pricing .price-box .price li, #pricing .price-box.active .price li {
			padding: 20px 0;
			font-size: 1.8rem;
			}
		#pricing .price-box .price span, #pricing .price-box.active .price span {
			font-size: 1.1rem;
			}
		}

*/
















/* =================================================================================== *
 * 　 ASCCESS 
 * =================================================================================== */
#access .map-wrap {
	width: 100%;
	min-height: 450px;
	display: table;
	}

/*  map  */
#access .map-wrap  .google-map {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;
    }
#access .map-wrap  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

/*  info  */
#access .map-wrap .shop-info {
    display: table-cell;
	vertical-align: middle;
	height: 450px;
	color: #fff;
	}
    @media screen and (max-width: 768px) {
       #access .map-wrap .shop-info {
            display: block;
            vertical-align: none;
            text-align: left;
		   	height: auto;
            }
	    }
#access .map-wrap  .shop-info .desc {
    margin-left: -100px;
	padding: 3em;
	background: #d73930;
	-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	}
	@media screen and (max-width: 768px) {
		#access .map-wrap  .shop-info .desc {
			margin-left: 0;
			padding: 1.5em;
			}
	    }
#access .map-wrap .shop-info .desc .heading-4 {
	margin-bottom: 1em;
    color: #fff;
    }											
#access .map-wrap  .shop-info .desc .notice li:before {
    color: #fff;
    }		

/*  place
---------------------------------------------------------------------- */
#access .place {
	width: 100%;
	padding: 0;
	margin-top: 5em;
	}
	@media screen and (max-width: 768px) {
		#access .place {
			margin-top: 2.5em;
			}
	    }
#access .place .place-list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	}
#access .place .place-list li {
	position: relative;
	display: table;
	padding: 0;
	margin: 0;
	list-style: none;
	min-height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	text-align: center;
	}
	@media screen and (max-width: 480px) {
		#access .place-list li {
			margin-left: 0;
			}
		}
#access .place .place-list li .title {
	position: relative;
	min-height: 200px;
	padding: 2em;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background: #f5b1ac;
	z-index: 12;
	color: #fff;
	margin-bottom: 20px;
	}
#access .place .place-list li .title:after {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	content: "";
	border: 2px solid rgba(255, 255, 255, 0.5);
	}
	@media screen and (max-width: 768px) {
		#access .place .place-list li .title .heading-2 {
			font-size: 2rem;
			}
		}
#access .place-list li h4 {
	position: relative;
	display: table-cell;
	min-height: 220px;
	padding: 2em;
	width: 100%;
	vertical-align: middle;
	z-index: 12;
	}
#access .place-list li.two-third {
	width: 65.6%;
	}	
	@media screen and (max-width: 480px) {
		#access .place-list li.two-third {
			width: 100%;
			}
		}
#access .place-list li.one-third {
	width: 32.3%;
	}
	@media screen and (max-width: 480px) {
		#access .place-list li.one-third {
			width: 100%;
			}
		}
#access .place-list li.one-forth {
	width: 25%;
	}
	@media screen and (max-width: 480px) {
		#access .place-list li.one-forth {
			width: 100%;
			}
		}
#access .place-list li.one-half {
	width: 50%;
	}
	@media screen and (max-width: 480px) {
		#access .place-list li.one-half {
			width: 100%;
			}
		}



/* =================================================================================== *
 * 　 CONTACT 
 * =================================================================================== */

/*  info
---------------------------------------------------------------------- */
.contact-info li {
	margin-bottom: 20px;
	line-height: 1.5;
	}
.contact-info li i {
	position: relative;
	margin-right: 1em;
	top: 2px;
	left: 0;
	color: #d73930;
	font-size: 1.8rem;
	}
	@media screen and (max-width: 768px) {
		.contact-info {
			margin-bottom: 30px;
			}
		}

/*  form
---------------------------------------------------------------------- */
.form-wrap {
	padding: 3em;
	background: #fff;
	}	
	@media screen and (max-width: 768px) {
		.form-wrap {
			padding: 2em;
			}		
		}
.form-group {
	margin-bottom: 1.5em;
	}
.form-group:last-child {
	margin-bottom: 0;
	}
.form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 50px;
	font-size: 1.7rem;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	}
.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #d73930;
	}


/* =================================================================================== *
 * 　 FOOTER 
 * =================================================================================== */
#footer {
	padding: 5em 0;
	background-image: -webkit-linear-gradient(transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%),
					  -webkit-linear-gradient(0deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%);
	background-image: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%),
					  linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%);
	}
	@media screen and (max-width: 768px) {
		#footer {
			padding: 2em 0;
			}
		}

/*  footer-info  */
#footer .info-wrap {
	position: static;
	padding: 2em;
	}
	@media screen and (max-width: 768px) {
		#footer .info-wrap {
			margin: 15px;
			}
        }

/*  footer-link  */
#footer .footer-links li {
	display: block;
	margin: 0;
	padding: 0;
	}
#footer .footer-links li img {
	display: block;
	margin-left: auto;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
	@media screen and (max-width: 768px) {
		#footer .footer-links {
			margin-top: 30px;
			}
		#footer .footer-links li img {
			margin: auto;
			width: 75px;
			height: 75px;
			}
		}

/*  copyright
---------------------------------------------------------------------------- */
.copyright {
	padding: 1em 0;
	background: #d73930;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	}











/* =================================================================================== *
 * 　 GO-TO-TOP 
 * =================================================================================== */
.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
.gototop.active {
	opacity: 1;
	visibility: visible;
	}
.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	}	
.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-size: 2rem;
	}
.gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
	}	

/*  animate
---------------------------------------------------------------------------- */
.js .animate-box {
	opacity: 0;
	}

