
/* =======================
Default
======================= */

html{
	font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

html,body,.l_wrapper{
	position: relative;
	overflow-x: hidden;
	width: 100%;
}

img {
	width: 100%;
}

.cf{
    clear:both;
}

.cf:after{
    content:""; height:0; clear:both; display:block;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none !important;
}

/* =======================
Webfont
======================= */

@font-face {
    font-family: Plantagenet;
    src: url('../webfont/PlantagenetCherokee.ttf?$staticlink$') format("truetype"),
         url('../webfont/PlantagenetCherokee.eot?$staticlink$') format("eot");
}

/* =======================
Animation
======================= */

@-webkit-keyframes float {
    0% { transform: translateY(0px);}
    25% { transform: translateY(-3px);}
    50% { transform: translateY(-8px);}
    75% { transform: translateY(-3px);}
    100% { transform: translateY(0px);}
}

@keyframes float {
    0% { transform: translateY(0px);}
    25% { transform: translateY(-3px);}
    50% { transform: translateY(-8px);}
    75% { transform: translateY(-3px);}
    100% { transform: translateY(0px);}
}

/* =======================
Header
======================= */

.l_header {
	height: 100px;
}

.l_header .hdbgSmall {
	height: 100% !important;
}

.l_header .headerInner {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 5;
}

.l_header.isActive .headerInner {
	background: rgba(255,255,255,0.8);
}

.l_header .headerBg {
	position: relative;
	max-width: 1320px;
	width: 85%;
	height: 100%;
	margin: 0 auto;
}

.l_header h1 {
	position: fixed;
	max-width: 178px;
	width: 100%;
	top: 36px;
	left: 50px;
	z-index: 7;
}

.l_header h1 a img {
	width: 100%;
}

.l_header .navi ul {
	text-align: center;
	width: 95%;
	margin: 0 auto;
	padding-top: 37px;
}

.l_header .navi ul li {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
}

.l_header .navi ul li.icon {
	padding: 0 13px;
}

.l_header .navi ul li a {
	text-decoration: none;
	color: #000;
	letter-spacing: 0.05em;
	font-family: 'Lato', sans-serif;
}

.l_header .navi ul li a:after {
    position: relative;
    border-bottom: solid 1px #000;
    bottom: -5px;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

.l_header .navi ul li a:hover:after {
  width: 100%;
}

.l_header .navi ul li.icon a {
	font-size: 18px;
	color: #555;
}

.lineBth{
	width: 116px;
}

.contactBtn {
	position: absolute;
	right: 2%;
	top: 24px;
}

.contactBtn a {
	display: block;
	color: #ad8045;
	text-decoration: none;
	width: 275px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ad8045;
	transition-duration: 0.5s;
}

.contactBtn a:hover {
	color: #fff;
	background: #ad8045;
}

/* =======================
bg
======================= */

.bg01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: calc(100%);
	background: #fafafa;
	z-index: 0;
}

.bg02 {
	position: absolute;
	left: 50%;
	top: 0;
	max-width: 1320px;
	width: 85%;
	height: 100%;
	margin-left: -660px;
}

.bg02:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 321px;
	height: 100%;
	background: #fafafa;
	z-index: 0;

}

/* =======================
fView
======================= */

.fView {
	position: relative;
	width: 100%;
}

.contentAlign.alignLeft {
	position: absolute;
	float: left;
	max-width: 420px;
	width: 100%;
	top: 50%;
	left: 8%;
	margin-top: -180px;
	z-index: 2;
}

.contentAlign.alignLeft h1 {
	margin-bottom: 20px;
}

.contentAlign.alignLeft p {
	width: 316px;
}

.slick_count {
	position: relative;
	width: 212px !important;
	left: 17%;
	margin-top: 30%;
	border-bottom: 1px solid #000;
}

.slick_count:after {
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 7px;
}

.mainVisual {
	float: right;
	width: 80%;
	overflow: hidden;
}

.contentScroll {
	position: absolute;
	max-width: 16px;
	width: 13px;
	right: 3.5%;
	bottom: 7%;
	z-index: 1;
	animation: float 1.8s linear infinite;
}

.swiper-slide {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	padding-bottom: 900px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed;
}

.swiper-pagination-fraction {
	width: 15% !important;
    bottom: -4px !important;
    left: -6px !important;
}

/* =======================
Message
======================= */

.messageInner {
	display: flex;
	position: relative;
	justify-content: space-between;
	max-width: 1320px;
	width: 85%;
	margin: 0 auto;
}

.messageInner .messageBox {
	position: relative;
	padding: 150px 100px 193px 0;
	background: #fafafa;
}

.messageInner h1 {
	border: 1px solid #000;
	left: 0;
	top: 145px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
}

.messageInner h1 span {
	display: inline-block;
    width: 219px;
    height: 219px;
    line-height: 219px;
    font-family: Plantagenet;
}

.massageWrap {
	position: relative;
	width: 100%;
	padding: 70px 380px 96px 50px;
	z-index: 1;
}

.messageInner p {
	left: 50%;
	width: 100%;
	margin: 0 auto;
	padding-right: 25px;
	line-height: 2;
}

.messageInner .lang_ja {
	display: inline-block;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 14px;
}

.messageInner .lang_en {
	display: inline-block;
	font-family: Plantagenet;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7em;
	font-style: italic;
}

.messageInner .messageImage {
	position: absolute;
	top: 50%;
	right: 0;
	max-width: 430px;
	width: 42.5%;
	margin-top: -33%;
	z-index: 1;
}

/* =======================
Oder Item
======================= */

.orderItem {
	position: relative;
	width: 100%;
	height: 666px;
	box-sizing: border-box;
	background: url(../img/order_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -2%;
	padding: 80px 0;
}

.orderItem_inner {
	max-width: 1320px;
	width: 85%;
	margin: 0 auto;
}

.orderItem h1 {
	position: relative;
	padding-bottom: 60px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.05em;
	font-family: Plantagenet;
}

.orderItem h1:after {
	position: absolute;
	height: 50px;
	left: 50%;
	bottom: 0;
	content: "";
	border: 1px solid #fff;

}

.orderItem ul {
	display: flex;
	margin: 20px auto;
	color: #fff;
	list-style: none;
	line-height: 2;
	text-align: center;
}

.orderItem li {
	position: relative;
	display: table;
	width: 20%;
	height: 398px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.itemList_bg h2 {
	display: table-cell;
	vertical-align: middle;
	transition-duration: 0.5s;
}

.orderItem li:hover > h2 {
    opacity: 0;
}

.itemList_inner {
	display: table;
	position: absolute;
	opacity: 0;
	z-index: 0;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
    transition-duration: 0.5s;
}

.orderItem li:hover .itemList_inner {
    opacity: 1;
    z-index: 1;
}

.itemList_inner02 {
	display: table-cell;
	vertical-align: middle;
}

.itemList_inner h2 {
	display: inline-block;
}

.orderItem li h2 span {
	display: block;
	width: 180px;
	height: 48px;
	margin: 0 auto;
	line-height: 50px;
	font-family: Plantagenet;
	font-size: 19px;
	letter-spacing: 0.04em;
	border: 1px solid #fff;
	background: rgba(0,0,0,0.4);
	font-weight: normal;
}

.orderItem li .close_icon {
	display: none;
}

.itemList_inner p {
	margin-top: 15px;
	font-size: 14px;
	text-align: left;
}

.itemJacket {
	background: url(../img/jacket.jpg);
}

.itemShirt {
	background: url(../img/shirts.jpg);
}

.itemTrouser {
	background: url(../img/pant.jpg);
}

.itemVest {
	background: url(../img/vest.jpg);
}

.itemCoat {
	background: url(../img/coat.jpg);
}

/* =======================
Shop info
======================= */

.shopInfo {
	position: relative;
	padding: 85px 0;
	background: #fff;
	z-index: 1;
}

.shopInfo_inner {
	position: relative;
	max-width: 1320px;
	width: 85%;
	margin: 0 auto;
}

.shopInfo_inner h1 {
	position: relative;
	max-width: 1360px;
	padding-bottom: 60px;
	font-size: 28px;
	text-align: center;
	font-family: Plantagenet;
}

.shopInfo_inner h1:after {
	position: absolute;
	height: 50px;
	left: 50%;
	bottom: 0;
	content: "";
	border: 1px solid #000;
}

.shopInfo_detail {
	position: absolute;
	float: right;
	width: 49%;
	top:  90px;
	right: 0;
}

.shopInfo_detail p {
	padding: 50px 0;
	margin-left: 80px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 27px;
	letter-spacing: 1px;
}

/* =======================
googleMap
======================= */

.googleMap {
	float: left;
	width: 54%;
	height: 0;
	top: 14px;
	left: 0;
	padding-bottom: 38.5%;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.gmnoprint,.gm-control-active,.gmnoprint,.gm-style-cc {
	display: none;
}

/* =======================
timeline-Instagram
======================= */

.timelineInstagram {
	position: relative;
	padding: 140px 0 60px;
	background: #fff;
}

.timelineInstagram_inner {
	max-width: 1320px;
	width: 85%;
	margin: 0 auto;
}

.timelineInstagram_acount {
	position: relative;
	float: right;
	width: 11%;
	max-width: 156px;
	height: 144px;
	top: 27px;
    box-sizing: border-box;
	text-align: center;
}

.timelineInstagram_acount a {
	text-decoration: none;
	color: #000;
}

.timelineInstagram p:nth-child(2) {
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
}

.timelineInstagram .instagram {
	display: flex;
	width: 89%;
	list-style: none;
}

.timelineInstagram .instagram .image {
	width: 17%;
	margin-right: 3%;
}

.timelineInstagram .instagram .image:last-child {
	display: none;
}

/* =======================
googleMap
======================= */
.googleMap__link {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	left: 0;
	/* bottom: -4vw; */
	bottom: max(-4vw, -70px);
}

.googleMap__link a {
	color: #A6824F;
}

/* =======================
footer
======================= */

footer {
	position: relative;
	padding: 25px 0;
	background: #fff;
	text-align: center;
}

footer p {
	font-size: 16px;
	color: #555;
}

footer p span {
	font-family: Plantagenet;
}

footer p a {
	text-decoration: none;
	color: #555;
}

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

	/* =======================
	bg
	======================= */

	.bg02 {
		margin-left: -42.5%;
	}

	.bg02:after {
		width: 201px;
	}

	/* =======================
	Message
	======================= */

	.messageInner {
		width: 92%;
	}

	.messageBox {
		padding: 150px 30px 193px 0;
	}

	.massageWrap {
		padding: 9% 33% 9% 3%;
	}

	.messageImage {
		margin-top: -32%;
	}

	.lang_ja {
		font-size: 13px;
	}

	.lang_en {
		font-size: 14px;
		font-family: Plantagenet;
	}

	/* =======================
	Oder Item
	======================= */

	.orderItem_inner {
		width: 92%;
	}

	.itemList_bg h2 {
		padding: 0 15px;
	}



	.orderItem li h2 span {
		width: 100%;
	}

	/* =======================
	Shop info
	======================= */

	.shopInfo_inner {
		width: 92%;
	}

	/* =======================
	timeline-Instagram
	======================= */

	.timelineInstagram_inner {
		width: 92%;
	}
}

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

	/* =======================
	Default
	======================= */

	.pc_only {
		display: none !important;
	}

	.sp_only {
	    display: block !important;
	}

	/* =======================
	fView
	======================= */

	.swiper-pagination-fraction {
		display: none;
	}

	/* =======================
	Header
	======================= */

	.l_header {
		height: 90px;
	}

	.l_header .headerInner {
		height: 90px;
	}

	.l_header .headerBg {
		height: 100%;
	}

	.l_header h1 {
		position: static;
		display: table;
		max-width: 230px;
		width: 37%;
		height: 100%;
		margin: 0 auto;
	}

	.l_header h1 a {
		display: table-cell;
		vertical-align: middle;
	}

	.contactBtn {
		position: static;
		margin-bottom: 4%;
	}

	.contactBtn a {
	    width: 388px;
	    height: 78px;
	    margin: 0 auto;
	    line-height: 78px;
	    font-size: 22px;
	    background: #fff;
	}

	.drawer {
	    position: fixed;
	    top: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background: #ffffff;
	    color: #fff;
	    z-index: -1;
	    opacity: 0;
	    overflow: scroll;
	    box-sizing: border-box;
	    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    }

    .humberger {
        position: fixed;
        top: 11px;
        right: 11px;
        z-index: 7;
        height: 24px;
        cursor: pointer;
        padding: 19px 19px;
    }

    .icon-bar {
        width: 33px;
        height: 2px;
        background: #000;
        display: block;
        margin-bottom: 6px;
        -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        border-radius: 33px;
    }

    .icon-bar:first-child {
        margin-top: 3px;
    }

    img.rotate {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
    }

    body.drawer-opened {
        width: 100%;
    }


    body.drawer-opened #wrapper {
        left: 0;
    }

    body.drawer-opened #wrapper:after {
        position: fixed;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 3;
    }

    body.drawer-opened #wrapper .humberger {
        position: fixed;
    }

    body.drawer-opened .fixed-content {
        left: 100%;
    }

    body.drawer-opened #drawernav {
        right: 0;
        opacity: 1;
        z-index: 4;
    }

    body.drawer-opened .humberger :nth-child(1) {
        transform:translate(0,8px) rotate(-45deg);
        -webkit-transform:translate(0,8px) rotate(-45deg);
        opacity: 1;
    }

    body.drawer-opened .humberger :nth-child(2) {
        display: none;
    }

    body.drawer-opened .humberger :nth-child(3) {
        transform:translate(0,0) rotate(45deg);
        -webkit-transform:translate(0,0) rotate(45deg);
        opacity: 1;
        margin-top: 0px !important;
    }

    body.drawer-opened #overlay {
        z-index: 2;
        opacity: 0;
        left: 0px;
    }

    .drawer_inner {
        text-align: center;
    }

    .drawer_list {
        margin: 91px 0px 91px !important;
    }

    .drawer_list ul li {
        font-weight: bold;
        border-bottom: 1px solid #eeeeee;
    }

    .drawer_list li:last-child {
        margin-bottom: 0px;
    }

    .drawer_list ul li a {
        display: block;
        position: relative;
        padding: 20px 20px;
        font-size: 13px;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
        color: #000000;
    }

	/* =======================
	fView
	======================= */

	main {

	}

	.fView {
		display: block;
		padding-bottom: 20px;
		height: 100%;
		background: #fafafa;
		font-size: 21px;
	}

	.mainVisual {
		display: block;
		float: none;
		width: 100%;
	}

	.swiper-slide {
		padding-bottom: 70%;
	}

	.mainVisual_under {
		margin-top: -3.2%;
	}

	.contentAlign.alignLeft {
		position: relative;
		display: block;
		float: none;
		max-width: none;
		width: 574px;
		left: 0;
		bottom: 0;
		margin:0 auto 20px;
	}

	/* =======================
	Message
	======================= */

	.message {
		width: 100%;
	}

	.messageInner {
		display: table;
		position: relative;
		width: 100%;
		background: #fff;
	}

	.messageInner:before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 25px;
		background: #fafafa;
		z-index: 1;
	}

	.messageInner:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 25px;
		background: #fafafa;
		z-index: 1;
	}

	.messageInner .messageBox {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		left: 0;
		padding: 0;
		background: #fff;
	}

	.messageInner h1 {
		position: static;
		width: 205px;
		margin: 0 auto;
		background: #ebebeb;
		border: 1px solid #ebebeb;
	}

	.messageInner h1 span {
		display: inline-block;
		width: 205px;
		height: 205px;
		line-height: 205px;
		border: 2px solid #fff;
		box-sizing: border-box;
	}

	.messageInner .massageWrap {
	    position: relative;
	    display: table-cell;
	    vertical-align: middle;
	    z-index: 2;
	}

	.messageInner .messageImage {
		position: static;
		max-width: 100%;
		width: 100%;
		margin-top: 0;
		right: 0;
		z-index: 1;
	}

	.messageText p {
		position: relative;
		width: 100%;
		height: 100%;
		left: 0;
		padding: 30px 0 0;
		background: #fafafa;
		text-align: center;
	}

	.massageWrap {
		padding: 0;
	}

	.lang_ja,.lang_en {
		display: inline-block;
		margin-bottom: 30px;
		width: 85%;
		font-size: 18px;
		line-height: 2em;
	}

	.lang_en {
		margin-bottom: 45px;
	}

	/* =======================
	orderItem
	======================= */

	.orderItem {
		height: 100%;
		margin: 0 auto;
		padding: 50px 0 30px;
		background: url(../img/order_bg_sp.jpg);
	}

	.orderItem h1 {
		font-size: 40px;
	}

	.orderItem ul {
		display: block;
		width: 100%;
		margin: 30px 0 0;
	}

	.orderItem li:hover .itemList_inner {
		opacity: 0;
	}

	.orderItem li {
		position: relative;
		width: 90%;
		height: 350px;
		background-size: cover;
		margin: 0 auto 20px;
	}

	.orderItem li:hover h2 {
		opacity: 1;
	}

	.orderItem li h2 span {
		width: 230px;
		height: 65px;
		line-height: 67px;
		font-size: 28px;
		letter-spacing: 2px;
	}

	.orderItem li .close_icon {
		display: block;
		position: absolute;
		top: 2px;
		right: 15px;
		font-size: 22px;
		font-weight: 100;
		color: #fff;
		cursor: pointer;
	}

	.orderItem li.active .itemList_inner {
		opacity: 1 !important;
	}

	.orderItem li.active > h2 {
		opacity: 0;
	}

	.itemList_inner p {
		font-size: 0.8em;
	}

	.itemJacket {
		background: url(../img/jacket_sp.jpg);
	}

	.itemShirt {
		background: url(../img/shirts_sp.jpg);
	}

	.itemTrouser {
		background: url(../img/pant_sp.jpg);
	}

	.itemVest {
		background: url(../img/vest_sp.jpg);
	}

	.itemCoat {
		background: url(../img/coat_sp.jpg);
	}

	/* =======================
	shopInfo
	======================= */

	.shopInfo {
		width: 100%;
		padding: 50px 0;
	}

	.shopInfo_inner h1 {
		font-size: 40px;
	}

	.googleMap {
		width: 90%;
		float: none;
		margin: 0 auto;
		top: 0;
		padding-bottom: 53%;
	}

	.shopInfo_detail {
		position: relative;
		float: none;
		width: 90%;
		top: 0;
		left: 0;
		margin: 30px auto 0;
	}

	.shopInfo_inner h1:after {
		margin-top: 50px;
	}

	.shopInfo_detail p {
		width: 100%;
		height: 100%;
		margin: 40px auto;
		padding: 0;
		text-align: center;
		font-size: 18px;
		font-weight: normal;
		line-height: 1.5em;
	}

	/* =======================
	timelineInstagram
	======================= */

	.timelineInstagram {
		width: 100%;
		padding: 30px 0;
		background: #fafafa;
	}

	.timelineInstagram_acount {
		float: none;
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0 auto;
	}

	.timelineInstagram p {
		width: 23%;
		max-width: 156px;
		margin: 0 auto;
	}

	.timelineInstagram p:nth-child(2) {
		margin-top: 15px;
		font-size: 22px;
		font-family: 'Lato', sans-serif;
	}

	.timelineInstagram .instagram {
		display: inline-block;
		width: 95%;
		margin:9% 0 0 5%;
	}

	.timelineInstagram .instagram .image {
		float: left;
		width: 46%;
		margin-bottom: 3%;
	}


	.timelineInstagram .instagram .image:last-child {
		display: block;
	}

	/* =======================
	googleMap
	======================= */
	.googleMap__link {
    bottom: -7vw;
		right: 4.8vw;
		left: initial;
	}

	/* =======================
	footer
	======================= */

	footer {
		padding: 30.5px 0;
		margin: 0 auto;
	}

}

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

	/* =======================
	Header
	======================= */

	.contentAlign.alignLeft {
		width: 75%;
	}

	.contactBtn a {
		width: 295px;
		height: 60px;
		line-height: 60px;
		font-size: 0.8em;
	}

	/* =======================
	Message
	======================= */

	.lang_ja, .lang_en {
		font-size: 0.9em;
	}

	.orderItem h1 {
		padding-bottom: 45px;
		font-size: 1.8em;
	}

	.orderItem h1:after {
		height: 35px;
	}

	/* =======================
	orderItem
	======================= */

	.orderItem ul {
		margin: 18px 0 0;
	}

	.orderItem ul li h2 span {
		font-size: 1.4em;
	}

	/* =======================
	shopInfo
	======================= */

	.shopInfo_inner h1 {
		padding-bottom: 45px;
		font-size: 1.8em;
	}

	.shopInfo_inner h1:after {
		height: 35px;
	}

	.shopInfo_detail {
		margin: 18px auto 0;
	}

	.shopInfo_detail p {
		font-size: 0.9em;
		line-height: 1.7em;
	}

	/* =======================
	timelineInstagram
	======================= */

	.timelineInstagram {
		padding: 30px 0;
	}

	.timelineInstagram p {
		width: 25%;
	}

	.timelineInstagram p:nth-child(2) {
		margin-bottom: 20px;
		font-size: 1em;
	}

}

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

	/* =======================
	Header
	======================= */

	.l_header {
		height: 60px;
	}

	.l_header .headerInner {
		height: 60px;
	}

	.humberger {
	    top: -2px;
	}

	.contactBtn a {
		width: 230px;
		height: 50px;
		line-height: 50px;
		font-size: 0.6em;
	}

	/* =======================
	Message
	======================= */

	.lang_ja, .lang_en {
		text-align: left;
		font-size: 0.8em;
	}



	.lang_ja {
		margin-bottom: 15px;
	}

	.lang_en {
		margin-bottom: 30px;
	}

	.messageInner h1 {
		width: 130px;
	}

	.messageInner h1 span {
		width: 130px;
		height: 130px;
		line-height: 129px;
		font-size: 0.75em;
		font-weight: normal;
	}

	.messageText p {
		padding: 20px 0 0;
	}

	/* =======================
	orderItem
	======================= */

	.orderItem {
		padding: 40px 0 20px;
	}

	.orderItem h1 {
		padding-bottom: 43px;
		font-size: 1.5em;
	}

	.orderItem h1:after {
		height: 30px;
	}

	.orderItem ul {
		margin: 18px 0 0;
	}

	.orderItem li {
		height: 200px;
		margin: 0 auto 15px;
	}

	.orderItem ul li h2 span {
		width: 150px;
		height: 42px;
		line-height: 46px;
		font-size: 1.1em;
	}

	.itemList_inner p {
		margin-top: 10px;
	}

	/* =======================
	shopInfo
	======================= */

	.shopInfo {
		padding: 40px 0;
	}

	.shopInfo_inner h1 {
		padding-bottom: 43px;
		font-size: 1.5em;
	}

	.shopInfo_inner h1:after {
		height: 30px;
	}

	.shopInfo_detail {
		margin: 18px auto 0;
	}

	.shopInfo_detail p {
		margin: 20px auto;
		font-size: 0.8em;
		line-height: 1.7em;
		text-align: left;
	}

	/* =======================
	timelineInstagram
	======================= */

	.timelineInstagram {
		padding: 0	;
	}

	.timelineInstagram p {
		width: 30%;
	}

	.timelineInstagram p:nth-child(2) {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 0.8em;
	}

	/* =======================
	Footer
	======================= */

	footer {
		padding: 20px 0;
	}

	footer p {
		font-size: 0.8em;
	}
}
