/*
---------------------------------------------------------
	reset.css ver 1.2 [2008/11/25] 
	*This document validates as CSS level 3
	*GNU General Public License v3
	*http://higash.net/20081125/reset_css3.html

	Modify YUI Reset CSS, YUI Fonts CSS	
	*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.html
	
	Modify Formy CSS Form Framework 0.8(beta)
	*GNU General Public License v2
	*http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/

/* --HTML-- */

html {
	font-size: 62.5%;
	background: #fff;
}

/* --BODY-- */

body {
	font-family: 'NotoSansCJKjp-R','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'YuGothicM','メイリオ','Meiryo',Osaka,verdana,arial,clean,sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0;
	color: #5a5a5a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

* {
	box-sizing: border-box;
}

/* --OTHER TAGS-- */

a {
	overflow: hidden;
}

a img,
img {
	vertical-align: bottom;
	border: 0;
}

abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
i {
	font-weight: normal;
	font-style: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul,
figure {
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}

code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/* for IE7 */

* + html code,
kbd,
pre,
samp,
tt {
	font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

q:before,
q:after {
	content: '';
}

/* form */

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */

table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
figure,
figcaption,
summary {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

/* Windows */

@font-face {
	font-family: YuGothicM;
	font-weight: normal;
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face {
	font-family: YuGothicM;
	font-weight: bold;
	src: local('YoGothic-Bold'), local('Yu Gothic'); /* Chrome用 */
}

/* ---------------------------------------------------------
   util.css
--------------------------------------------------------- */

/* layout */

.block {
	display: block;
}

.inline {
	display: inline;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.z0 {
	position: relative;
	z-index: 0;
}

/* Micro clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	overflow: hidden;
	padding: 0;
	border: 0;
}

/* font */

.bold {
	font-weight: bold;
	color: #f38dbd;
}

.no_bold {
	font-weight: normal;
}

/* fontsize */

.f10 {
	font-size: 10px;
	font-size: 1rem;
}

.f11 {
	font-size: 11px;
	font-size: 1.1rem;
}

.f12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.f13 {
	font-size: 13px;
	font-size: 1.3rem;
}

.f14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.f15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.f16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.f17 {
	font-size: 17px;
	font-size: 1.7rem;
}

.f18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.f19 {
	font-size: 19px;
	font-size: 1.9rem;
}

.f20 {
	font-size: 20px;
	font-size: 2rem;
}

.f21 {
	font-size: 21px;
	font-size: 2.1rem;
}

.f22 {
	font-size: 22px;
	font-size: 2.2rem;
}

.f23 {
	font-size: 23px;
	font-size: 2.3rem;
}

.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}

.f25 {
	font-size: 25px;
	font-size: 2.5rem;
}

.f26 {
	font-size: 26px;
	font-size: 2.6rem;
}

.f27 {
	font-size: 27px;
	font-size: 2.7rem;
}

.f28 {
	font-size: 28px;
	font-size: 2.8rem;
}

.f29 {
	font-size: 29px;
	font-size: 2.9rem;
}

.f30 {
	font-size: 30px;
	font-size: 3rem;
}

.f31 {
	font-size: 31px;
	font-size: 3.1rem;
}

.f32 {
	font-size: 32px;
	font-size: 3.2rem;
}

.f33 {
	font-size: 33px;
	font-size: 3.3rem;
}

.f34 {
	font-size: 34px;
	font-size: 3.4rem;
}

.f35 {
	font-size: 35px;
	font-size: 3.5rem;
}

.f36 {
	font-size: 36px;
	font-size: 3.6rem;
}

.f37 {
	font-size: 37px;
	font-size: 3.7rem;
}

.f38 {
	font-size: 38px;
	font-size: 3.8rem;
}

.f39 {
	font-size: 39px;
	font-size: 3.9rem;
}

.f40 {
	font-size: 40px;
	font-size: 4rem;
}

/* line-height */

.lh10 {
	line-height: 10px;
}

.lh11 {
	line-height: 11px;
}

.lh12 {
	line-height: 12px;
}

.lh13 {
	line-height: 13px;
}

.lh14 {
	line-height: 14px;
}

.lh15 {
	line-height: 15px;
}

.lh16 {
	line-height: 16px;
}

.lh17 {
	line-height: 17px;
}

.lh18 {
	line-height: 18px;
}

.lh19 {
	line-height: 19px;
}

.lh20 {
	line-height: 20px;
}

.lh21 {
	line-height: 21px;
}

.lh22 {
	line-height: 22px;
}

.lh23 {
	line-height: 23px;
}

.lh24 {
	line-height: 24px;
}

.lh25 {
	line-height: 25px;
}

.lh26 {
	line-height: 26px;
}

.lh27 {
	line-height: 27px;
}

.lh28 {
	line-height: 28px;
}

.lh29 {
	line-height: 29px;
}

.lh30 {
	line-height: 30px;
}

.lh31 {
	line-height: 31px;
}

.lh32 {
	line-height: 32px;
}

.lh33 {
	line-height: 33px;
}

.lh34 {
	line-height: 34px;
}

.lh35 {
	line-height: 35px;
}

.lh36 {
	line-height: 36px;
}

.lh37 {
	line-height: 37px;
}

.lh38 {
	line-height: 38px;
}

.lh39 {
	line-height: 39px;
}

.lh40 {
	line-height: 40px;
}

/* Margin-Top & Padding-Top */

.mt00 {
	margin-top: 0;
}

.pt00 {
	padding-top: 0;
}

.mt05 {
	margin-top: 5px;
}

.pt05 {
	padding-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.pt10 {
	padding-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.pt15 {
	padding-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.pt20 {
	padding-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.pt25 {
	padding-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.pt30 {
	padding-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.pt35 {
	padding-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.pt40 {
	padding-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.pt45 {
	padding-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.pt50 {
	padding-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.pt55 {
	padding-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.pt60 {
	padding-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.pt65 {
	padding-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.pt70 {
	padding-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.pt75 {
	padding-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.pt80 {
	padding-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.pt85 {
	padding-top: 85px;
}

.mt90 {
	margin-top: 90px;
}

.pt90 {
	padding-top: 90px;
}

.mt95 {
	margin-top: 95px;
}

.pt95 {
	padding-top: 95px;
}

.mt100 {
	margin-top: 100px;
}

.pt100 {
	padding-top: 100px;
}

/* Margin-Right & Padding-Right */

.mr00 {
	margin-right: 0;
}

.pr00 {
	padding-right: 0;
}

.mr05 {
	margin-right: 5px;
}

.pr05 {
	padding-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.pr10 {
	padding-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.pr15 {
	padding-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.pr20 {
	padding-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.pr25 {
	padding-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.pr30 {
	padding-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.pr35 {
	padding-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.pr40 {
	padding-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.pr45 {
	padding-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

.pr50 {
	padding-right: 50px;
}

.mr55 {
	margin-right: 55px;
}

.pr55 {
	padding-right: 55px;
}

.mr60 {
	margin-right: 60px;
}

.pr60 {
	padding-right: 60px;
}

.mr65 {
	margin-right: 65px;
}

.pr65 {
	padding-right: 65px;
}

.mr70 {
	margin-right: 70px;
}

.pr70 {
	padding-right: 70px;
}

.mr75 {
	margin-right: 75px;
}

.pr75 {
	padding-right: 75px;
}

.mr80 {
	margin-right: 80px;
}

.pr80 {
	padding-right: 80px;
}

.mr85 {
	margin-right: 85px;
}

.pr85 {
	padding-right: 85px;
}

.mr90 {
	margin-right: 90px;
}

.pr90 {
	padding-right: 90px;
}

.mr95 {
	margin-right: 95px;
}

.pt95 {
	padding-right: 95px;
}

.mr100 {
	margin-right: 100px;
}

.pr100 {
	padding-right: 100px;
}

/* Margin-Bottom & Padding-Bottom */

.mb00 {
	margin-bottom: 0;
}

.pb00 {
	padding-bottom: 0;
}

.mb05 {
	margin-bottom: 5px;
}

.pb05 {
	padding-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.pb35 {
	padding-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.pb45 {
	padding-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.pb55 {
	padding-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.pb65 {
	padding-bottom: 65px;
}

.mb70 {
	margin-bottom: 70px;
}

.pb70 {
	padding-bottom: 70px;
}

.mb75 {
	margin-bottom: 75px;
}

.pb75 {
	padding-bottom: 75px;
}

.mb80 {
	margin-bottom: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.mb85 {
	margin-bottom: 85px;
}

.pb85 {
	padding-bottom: 85px;
}

.mb90 {
	margin-bottom: 90px;
}

.pb90 {
	padding-bottom: 90px;
}

.mb95 {
	margin-bottom: 95px;
}

.pt95 {
	padding-bottom: 95px;
}

.mb100 {
	margin-bottom: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

/* Margin-Left & Padding-Left */

.ml00 {
	margin-left: 0;
}

.pl00 {
	padding-left: 0;
}

.ml05 {
	margin-left: 5px;
}

.pl05 {
	padding-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.pl10 {
	padding-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.pl15 {
	padding-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.pl20 {
	padding-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.pl25 {
	padding-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.pl30 {
	padding-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.pl35 {
	padding-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.pl40 {
	padding-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.pl45 {
	padding-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.pl50 {
	padding-left: 50px;
}

.ml55 {
	margin-left: 55px;
}

.pl55 {
	padding-left: 55px;
}

.ml60 {
	margin-left: 60px;
}

.pl60 {
	padding-left: 60px;
}

.ml65 {
	margin-left: 65px;
}

.pl65 {
	padding-left: 65px;
}

.ml70 {
	margin-left: 70px;
}

.pl70 {
	padding-left: 70px;
}

.ml75 {
	margin-left: 75px;
}

.pl75 {
	padding-left: 75px;
}

.ml80 {
	margin-left: 80px;
}

.pl80 {
	padding-left: 80px;
}

.ml85 {
	margin-left: 85px;
}

.pb85 {
	padding-left: 85px;
}

.ml90 {
	margin-left: 90px;
}

.pl90 {
	padding-left: 90px;
}

.ml95 {
	margin-left: 95px;
}

.pt95 {
	padding-left: 95px;
}

.ml100 {
	margin-left: 100px;
}

.pl100 {
	padding-left: 100px;
}

.mb-small {
	margin-bottom: 20px;
}

.mb-middle {
	margin-bottom: 50px;
}

.mb-big {
	margin-bottom: 100px;
}

/* ---------------------------------------------------------
   add
----------------------------------------------------------*/

/* 古いIEへ警告 */

.ie-prompt {
	margin: 0 auto 0;
	padding: 10px;
	text-align: center;
	color: #000;
	background-color: #ccc;
}

.ie-prompt a {
	color: #000;
}

/* 音声ブラウザ用 */

.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/* プリント表示非表示 */

/* over */

.opacity:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

.opacity:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

/* 3.リンク
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

a:link,
a:visited {
	text-decoration: none;
	color: #5a5a5a;
}

a:hover {
	text-decoration: none;
	color: #56512f;
}

a:active {
	text-decoration: none;
	color: #5a5a5a;
}

a {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

a:hover {
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

.sp {
	display: none;
}

.tablet {
	display: none;
}

.pc {
	display: block;
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-weight: 400;
	font-style: normal;
	src: url(fonts/NotoSerifCJKjp-Regular.otf) format('opentype');
}

#spNavBtn,
#menu_popup {
	display: none;
}

#menu_popup {
	line-height: 1.4;
	position: fixed;
	z-index: 103;
	top: 60px;
	right: 10px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .8);
}

#menu_popup span {
	position: relative;
}

#menu_popup span:after {
	position: absolute;
	top: -19px;
	right: 6px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 6px 12px 6px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
}

#menu_popup.none {
	display: none;
}

/*header*/

header {
	border-bottom: solid 5px #fff;
	background: #e4dfd6;
}

.header_inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}

.header_inner:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.header_inner .logo {
	float: left;
	max-width: 269px;
	margin: 0 auto;
}

.header_inner .txt {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	float: left;
	margin-left: 20px;
}

.header_inner .sns_btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
}

.header_inner .sns_btn li {
	display: inline-block;
	margin-right: 3px;
}

.header_inner .sns_btn li:last-child {
	margin-right: 0;
}

.header_inner .sns_btn li a {
	display: block;
	overflow: hidden;
	width: 24px;
	height: 24px;
	white-space: nowrap;
	text-indent: 100%;
}

.header_inner .sns_btn li.insta a {
	background: url(../img/common/icon_insta.png) center center no-repeat;
	background-size: 23px 23px;
}

.header_inner .sns_btn li.facebook a {
	background: url(../img/common/icon_fb.png) center center no-repeat;
	background-size: 23px 23px;
}

.header_inner .sns_btn li.line a {
	background: url(../img/common/icon_line.png) center center no-repeat;
	background-size: 23px 23px;
}

.ttl {
	font-family: 'Noto Serif Japanese', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 23px;
	text-align: center;
	color: #f38dbd;
	background: url(../img/common/balloon2.png) center bottom no-repeat;
	background-size: 250px auto;
}

.ttl span {
	font-size: 42px;
	font-size: 4.2rem;
}

.midashi1 {
	font-family: 'Noto Serif Japanese', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px 0 24px;
	text-align: center;
}

.midashi1:after {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 15px;
	height: 100%;
	margin-left: -14px;
	content: '';
	background: url(../img/common/line2.png) 0 bottom no-repeat;
	background-size: 15px auto;
}

.midashi1 span {
	font-family: 'Playfair Display', serif;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: normal;
	line-height: 1;
	display: block;
	margin-bottom: 5px;
}

.midashi2 {
	font-family: 'Noto Serif Japanese', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.midashi3 {
	font-family: 'Noto Serif Japanese', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
	top: -50px;
	left: -40px;
	padding: 0 10px 2px 55px;
	color: #fff;
	background: #807d63;
}

.midashi3:after {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 18px;
	height: 2px;
	margin-top: -1px;
	content: '';
	background: #fff;
}

/*footer*/

footer {
	padding: 30px 0;
	text-align: center;
	background: #e4dfd6;
}

footer #footer_Nav ul {
	margin-bottom: 20px;
}

footer #footer_Nav li {
	display: inline-block;
	margin: 0 7px;
}

footer #footer_Nav li a {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
}

footer #footer_Nav li a span {
	display: inline-block;
	width: 100%;
	padding: 0 10px 0 25px;
}

footer #footer_Nav li a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 100%;
	content: '';
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	background: url(../img/common/line1.png) right 47% no-repeat;
	background-size: auto 6px;
}

footer #footer_Nav li a:hover:before {
	width: 100%;
}

.copyright {
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	font-size: 1.2rem;
}

.copyright a {
	margin-left: 30px;
}

/*btn*/

.btn {
	text-align: center;
}

.btn a,
.btn button {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	white-space: nowrap;
	background: #faf6ed;
}

.btn a span,
.btn button span {
	display: inline-block;
	width: 100%;
	padding: 0 25px;
}

.btn a:before,
.btn button:before {
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	width: 20px;
	height: 100%;
	content: '';
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	background: url(../img/common/line1.png) right 47% no-repeat;
	background-size: auto 6px;
}

.btn a:hover:before,
.btn button:hover:before {
	width: calc(90% - 20px);
}

.btn.small a {
	padding: 8px 30px;
}

.btn.gray a {
	background: #a5a5a5;
}

.btn.gray a:before {
	background: #fff url(../img/common/arr4.png) center center no-repeat;
	background-size: 6px auto;
}

.btn button {
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border: none;
}

.btn button:hover {
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

.btn_area {
	text-align: center;
}

.btn_area .btn {
	display: inline-block;
	margin-right: 10px;
}

.btn_area .btn:last-child {
	margin-right: 0;
}

/*block*/

.list_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list_box.reverse {
	flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
}

.list_box.col2 > div,
.list_box.col2 > li {
	width: 48%;
}

.list_box.col3 > div,
.list_box.col3 > li {
	width: 32%;
}

#pageTop {
	display: none;
}

#pageTop a {
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 20px;
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	white-space: nowrap;
	text-indent: 100%;
	border-radius: 50%;
	background: #f38dbd url(../img/common/page_top.png) center center no-repeat;
	background-size: 24px auto;
}

/*下層共通*/

.section_box1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1500px;
	margin: 0 auto 150px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section_box1 > div {
	width: 50%;
	min-height: 440px;
}

.section_box1 > div.img {
	position: relative;
	z-index: 2;
}

.section_box1 > div.txt {
	position: relative;
	top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 4vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section_box1 > div.txt:after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: block;
	width: 120%;
	height: 100%;
	content: '';
	background: #e4dfd6;
}

.section_box1 > div.txt .txt_inner {
	position: relative;
	z-index: 2;
}

.section {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.pickup_list:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.pickup_list li {
	float: left;
	width: 30%;
	margin: 0 5% 3vw 0;
}

.pickup_list li:nth-child(3n) {
	margin-right: 0;
}

.pickup_list li img {
	width: 100%;
	height: auto;
}

.insta_block p {
	text-align: center;
}

.insta_block .insta_logo img {
	width: 190px;
}

.insta_block .insta_list:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.insta_block .insta_list a {
	position: relative;
	display: block;
	float: left;
	width: 16.666%;
	background: #807d63;
}

.insta_block .insta_list a:after {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	content: 'VIEW';
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 0;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.insta_block .insta_list a:before {
	position: absolute;
	top: 49%;
	left: 50%;
	display: block;
	width: 0;
	height: 6px;
	content: '';
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	background: url(../img/common/line3.png) right 0 no-repeat;
	background-size: auto 6px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.insta_block .insta_list a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.insta_block .insta_list a:hover:after {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.insta_block .insta_list a:hover:before {
	width: 50%;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.insta_block .insta_list a:hover img {
	opacity: .4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=40);
	-khtml-opacity: .4;
	-moz-opacity: .4;
}

.insta_block .insta_list a img {
	width: 100%;
	height: 250px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	object-fit: cover;
	object-position: 0 100%;
}

.shop_info_block .map iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
	border: none;
}

.shop_info_block .shop_date {
	padding: 40px 0;
}

.shop_info_block .shop_date .logo {
	max-width: 460px;
	margin-bottom: 15px;
	text-align: center;
}

.shop_info_block .shop_date .logo img {
	width: 270px;
}

.shop_info_block .shop_date .txt {
	font-weight: bold;
	line-height: 1.6;
	max-width: 460px;
	text-align: center;
}

.shop_info_block .shop_date .access {
	max-width: 350px;
}

.shop_info_block .shop_date .access .icon {
	padding-left: 50px;
}

.shop_info_block .shop_date .access .icon p {
	line-height: 1.6;
}

.shop_info_block .shop_date .access .icon.train {
	margin-bottom: 10px;
	background: url(../img/common/icon_train.png) 10px center no-repeat;
	background-size: 21px auto;
}

.shop_info_block .shop_date .access .icon.train p {
	position: relative;
	z-index: 1;
}

.shop_info_block .shop_date .access .icon.train p:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: #807d63;
}

.shop_info_block .shop_date .access .icon.car {
	margin-bottom: 20px;
	background: url(../img/common/icon_car.png) 8px center no-repeat;
	background-size: 24px auto;
}

.shop_info_block .shop_date .access .icon .name {
	position: relative;
	z-index: 2;
	padding-right: 10px;
	background: #fff;
}

.shop_info_block .shop_date .access .icon .time {
	position: relative;
	z-index: 2;
	float: right;
	padding-left: 10px;
	background: #fff;
}

.shop_info_block .shop_date .tel {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 15px;
}

.shop_info_block .shop_date .tel a {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1;
	margin-left: 10px;
}

.shop_info_block .shop_date .btn {
	max-width: 350px;
	text-align: left;
}

.shop_info_block .shop_date .btn a {
	display: block;
}

.shop_info_block .shop_date .btn a em {
	font-size: 12px;
	font-size: 1.2rem;
}

.shop_info_block .shop_date .shop_option {
	margin: 30px 0 10px;
}

.shop_info_block .shop_date .shop_option li {
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-left: 15px;
}

.shop_info_block .shop_date .shop_option li:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 10px;
	height: 1px;
	content: '';
	background: #807d63;
}

.shop_info_block .shop_date .icon_creca img {
	max-width: 267px;
}

.staff_blog .tit {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-size: 3rem;
}

.staff_blog_list {
	height: 260px;
}

.staff_blog_list li a {
	line-height: 1.5;
	position: relative;
	display: block;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 40px;
}

.staff_blog_list li a:after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 20px;
	height: 6px;
	margin-top: -3px;
	content: '';
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	background: url(../img/common/line1.png) right 0 no-repeat;
	background-size: auto 6px;
}

.staff_blog_list li a:hover:after {
	width: calc(100% - 20px);
}

.staff_blog_list .title {
	display: block;
}

.staff_blog_list .date {
	margin-right: 15px;
}

.staff_blog_list .jspVerticalBar {
	width: 10px;
}

.staff_blog_list .jspTrack {
	background: #fff;
}

.staff_blog_list .jspDrag {
	background: #807d63;
}

.shop_img {
	display: block;
	width: 100%;
	height: 380px;
	background: url(../img/common/f_img.jpg) center center no-repeat;
	background-size: cover;
}

#reserve_block {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	background: #fff;
}

#reserve_block .logo {
	margin-bottom: 10px;
}

#reserve_block .logo img {
	width: 270px;
}

#reserve_block .txt {
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}

#reserve_block .tel {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 15px;
}

#reserve_block .tel a {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1;
	margin-left: 10px;
}

#reserve_block .btn em {
	font-size: 12px;
	font-size: 1.2rem;
}

.mfp-close-btn-in .mfp-close {
	top: 10px;
	right: 10px;
	overflow: hidden;
	width: 70px;
	height: 70px;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
	background: #807d63 url(../img/common/icon_close.png) center center no-repeat;
	background-size: 44px 44px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#path {
	background: #807d63;
}

#path ul {
	max-width: 960px;
	margin: 0 auto;
}

#path ul li {
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	color: #fff;
}

#path ul li:after {
	display: inline-block;
	width: 10px;
	height: 5px;
	margin: 0 6px;
	content: '';
	vertical-align: 3px;
	background: url(../img/common/line3.png) right 0 no-repeat;
	background-size: auto 5px;
}

#path ul li:last-child:after {
	content: none;
}

#path ul li a {
	color: #fff;
}

.sub_img {
	position: relative;
	margin-bottom: 100px;
	padding: 80px 0 50px;
	text-align: center;
	color: #fff;
	background: url(../img/common/sub_img_bg.jpg) center center no-repeat;
	background-size: cover;
}

.sub_img:after {
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 50%;
	display: block;
	width: 15px;
	height: 300px;
	margin-left: -14px;
	content: '';
	background: url(../img/common/line2.png) 0 bottom no-repeat;
	background-size: 15px auto;
}

.sub_img .en_txt {
	font-family: 'Playfair Display', serif;
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}

.sub_img .title {
	font-family: 'Noto Serif Japanese', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.f_btn_nav {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	background: #807d63;
}

.f_btn_nav li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.f_btn_nav li a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.f_btn_nav li a span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	text-align: left;
}

.f_btn_nav li a span:before {
	position: absolute;
	top: 0;
	display: block;
	content: '';
}

.f_btn_nav li._tel {
	border-right: solid 1px #e4dfd6;
}

.f_btn_nav li._tel a span:before {
	left: 0;
	width: 30px;
	height: 100%;
	background: url(../img/common/icon_tel.png) 0 center no-repeat;
	background-size: 100% auto;
}

.f_btn_nav li._mail a span:before {
	left: 0;
	width: 30px;
	height: 100%;
	background: url(../img/common/icon_mail.png) 0 center no-repeat;
	background-size: 100% auto;
}


/* 価格右寄せ */
.mgr-10{
    margin-right : 155px;
}

.mgr-11{
    margin-right : 70px;
}

.mgr-12{
    margin-right : 100px;
}

@media screen and (min-width: 767px), print {

#gnav {
	background: #f0ede7;
}

#gnav .gnav_list {
	width: 960px;
	margin: 0 auto;
}

#gnav .gnav_list:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

#gnav .gnav_list li {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-size: 1.8rem;
	float: left;
	width: 14.285%;
	text-align: center;
}

#gnav .gnav_list li a {
	display: block;
	padding: 8px 0 5px;
}

#gnav .gnav_list li a span {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0 10px;
}

#gnav .gnav_list li a span:after {
	position: absolute;
	top: 0;
	left: -200%;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	background: url(../img/common/line1.png) right 43% no-repeat;
	background-size: auto 6px;
}

#gnav .gnav_list li a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#gnav .gnav_list li a:hover span:after {
	left: 0;
}

#top #gnav .gnav_list li#gn1 a,
#about #gnav .gnav_list li#gn2 a,
#faq #gnav .gnav_list li#gn3 a,
.post-type-archive-voice #gnav .gnav_list li#gn4 a,
.single-voice #gnav .gnav_list li#gn4 a,
#form #gnav .gnav_list li#gn5 a,
.blog #gnav .gnav_list li#gn6 a,
.single-post #gnav .gnav_list li#gn6 a {
	color: #f38dbd;
}

#top #gnav .gnav_list li#gn1 a:after,
#about #gnav .gnav_list li#gn2 a:after,
#faq #gnav .gnav_list li#gn3 a:after,
.post-type-archive-voice #gnav .gnav_list li#gn4 a:after,
.single-voice #gnav .gnav_list li#gn4 a:after,
#form #gnav .gnav_list li#gn5 a:after,
.blog #gnav .gnav_list li#gn6 a:after,
.single-post #gnav .gnav_list li#gn6 a:after {
	color: #f38dbd;
}

#top #gnav .gnav_list li#gn1 a:before,
#about #gnav .gnav_list li#gn2 a:before,
#faq #gnav .gnav_list li#gn3 a:before,
.post-type-archive-voice #gnav .gnav_list li#gn4 a:before,
.single-voice #gnav .gnav_list li#gn4 a:before,
#form #gnav .gnav_list li#gn5 a:before,
.blog #gnav .gnav_list li#gn6 a:before,
.single-post #gnav .gnav_list li#gn6 a:before {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#gnav.fixed {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}

#gnav.fixed .gnav_list li a {
	padding: 2px 0 5px;
}

#gnav.fixed .gnav_list li a:before {
	content: none;
}



}

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

.pc {
	display: none;
}

}

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

.mb-middle {
	margin-bottom: 25px;
}

.mb-big {
	margin-bottom: 50px;
}

.tablet {
	display: block;
}

#container {
	padding-top: 45px;
}

#spNavBtn,
#menu_popup {
	display: block;
}

header {
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	border: none;
}

.header_inner {
	width: auto;
	padding: 7px 15px 0;
}

.header_inner .logo {
	width: 160px;
	margin-bottom: 5px;
}

.header_inner .txt {
	display: none;
}

.header_inner .sns_btn {
	right: 70px;
	margin-top: -9px;
}

.drawer-menu li {
	border-bottom: solid 1px #ccc;
}

.drawer-menu li a {
	font-family: 'Playfair Display', serif;
	display: block;
	padding: 10px 10px 10px 20px;
	background: url(../img/common/arr1.png) 10px center no-repeat;
	background-size: 7px auto;
}

.drawer-hamburger {
	font-size: 10px;
	font-size: 1rem;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	padding: 10px 15px 10px;
	color: #fff;
	background: #807d63;
	background-size: 30px auto;
}

.drawer-hamburger-icon {
	margin-top: 5px;
	margin-bottom: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	height: 2px;
}

.drawer-hamburger:hover {
	background: #807d63;
}

.drawer-overlay {
	z-index: 10;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background: #fff;
}

.drawer-hamburger-icon:after {
	top: 6px;
}

.drawer-hamburger-icon:before {
	top: -6px;
}

.drawer-overlay {
	background: rgba(0, 0, 0, .5);
}

.ttl {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.ttl span {
	font-size: 22px;
	font-size: 2.2rem;
}

.midashi1 {
	font-size: 16px;
	font-size: 1.6rem;
}

.midashi1 span {
	font-size: 26px;
	font-size: 2.6rem;
}

.midashi2 {
	font-size: 16px;
	font-size: 1.6rem;
}

.midashi3 {
	font-size: 18px;
	font-size: 1.8rem;
	top: -47px;
	left: -30px;
}

footer {
	padding-top: 0;
}

footer #footer_Nav {
	margin-bottom: 15px;
}

footer #footer_Nav ul {
	margin-bottom: 0;
}

footer #footer_Nav li {
	width: 50%;
	margin: 0;
	text-align: left;
	vertical-align: top;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

footer #footer_Nav li:nth-child(even) {
	border-right: none;
}

footer #footer_Nav li.reserve_btn {
	width: 100%;
	border-right: none;
}

footer #footer_Nav li a {
	display: block;
	padding: 10px 10px 10px 20px;
}

footer #footer_Nav li a:before {
	left: 10px;
}

footer #footer_Nav li a:hover:before {
	width: calc(100% - 20px);
}

.copyright a {
	display: block;
	margin-left: 0;
}

.btn a,
.btn button {
	min-width: 70%;
	padding: 12px 20px;
}

.btn_area .btn {
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
}

.list_box {
	display: block;
}

.list_box.col2 > div,
.list_box.col2 > li {
	width: 100%;
}

.list_box.col3 > div,
.list_box.col3 > li {
	width: 100%;
}

#pageTop a {
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background-size: 18px auto;
}

.section_box1 {
	display: block;
	margin-bottom: 0;
}

.section_box1 > div {
	width: auto;
	min-height: auto;
}

.section_box1 > div.txt {
	top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

.section_box1 > div.txt:after {
	width: 100%;
}

.pickup_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px;
	margin-left: 15px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pickup_list li {
	float: none;
	width: 48%;
	margin: 0 0 10px;
}

.insta_block .insta_list a {
	width: calc(100% / 3);
}

.insta_block .insta_list a img {
	height: 150px;
}

.shop_info_block {
	padding-right: 15px;
	padding-left: 15px;
}

.shop_info_block .map iframe {
	height: 300px;
}

.staff_blog .tit {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}

.shop_img {
	height: 100px;
}

#reserve_block {
	margin-right: 15px;
	margin-left: 15px;
	padding: 15px;
}

#reserve_block .logo img {
	width: 200px;
}

.mfp-close-btn-in .mfp-close {
	width: 40px;
	height: 40px;
	background-size: 30px 30px;
}

#path {
	padding-right: 15px;
	padding-left: 15px;
}

.sub_img {
	margin-bottom: 50px;
	padding: 50px 0 30px;
}

.sub_img:after {
	top: 25px;
	height: calc(100% + 10px);
}

.sub_img .en_txt {
	font-size: 30px;
	font-size: 3rem;
}

.sub_img .title {
	font-size: 18px;
	font-size: 1.8rem;
}

.f_btn_nav {
	display: block;
}

.date {
   text-align: right; /* 文章を右寄せする */
}

/* 価格右寄せ */
.mgr-10{
    margin-right : 150px;
}

.mgr-11{
    margin-right : 65px;
}

.mgr-12{
    margin-right : 100px;
}

}

@media print {

.is-hidden_print {
	display: none;
}

.is-visible_print {
	display: block;
}

}

