<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script');

/* ■■■■■■ Reset ■■■■■■ */
address, caption, cite, code, dfn, em, th, strong, var, s, i {
	font-style: normal;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul, figure, address {
	margin:0;
	padding:0;
}
section, nav, article, header, footer, main{
	display: block;
}
ol, ul {
	list-style: none;
}
q:before, q:after {
	content:'';
}
a{
	outline: none;
}
.after-salon:after,
.before-salon:before{
	content: "サロン";
}
.after-plan:after,
.before-plan:before{
	content: "プラン";
}


/* ■■■■■■ タグ直接 ■■■■■■ */
html{
	/*
        scrollbar-base-color: #E3DBBF;
        scrollbar-track-color: #F4F0E5;
        scrollbar-face-color: #E3DBBF;
        scrollbar-shadow-color: #E3DBBF;
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-highlight-color: #E3DBBF;
        scrollbar-3dlight-color: #E3DBBF;
        scrollbar-arrow-color: #FFFFFF;
    */
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
body{
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 240px;
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", osaka, sans-serif;
	overflow: hidden;
}

a{
	text-decoration: none;
	color: #0071bc;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
a[href]:hover{
	text-decoration: underline;
	all: #40a1ec;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a[href]:hover img,
input[type="image"]:hover{
	filter: Alpha(opacity=70);
	opacity: .7;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a img,
input[type="image"]{
	opacity: 1;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
img{
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
a img {
	backface-visibility: hidden;
}

form{
	margin: 0;
	padding: 0;
}
input,textarea{
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
}
select{
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
}
input[type="checkbox"],
input[type="radio"]{
	vertical-align: middle;
}
big{
	font-size: 16px;
	font-weight: bold;
}
button.gray,
button.green,
button.blue,
button.normal,
a.gray,
a.green,
a.blue,
a.normal {
	width: 45%;
	min-height: 50px;
	box-sizing: border-box;
	max-width: 240px;
	cursor: pointer;
	border: 0;
	margin: 10px;
	padding: 5px 15px 4px 0;
	color: #fff;
	font-weight: bold;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
	font-size: 16px;
	line-height: 1.2em;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border-radius: 7px;
	background: url(../img/common/icon_links_w.png) no-repeat right center;
	background-size: 15px !important;
}
a.gray,
a.green,
a.blue,
a.normal {
	display: inline-block;
	height: 50px;
}
a.gray,
button.gray {
	background-image: url(../img/common/icon_links_g.png);
	background-color: #e0e0e0;
	color: #4d4d4d;
}
a.normal,
button.normal {
	background-color: #4d4d4d;
}
a.green,
button.green {
	background-color: #29bfb2;
}
a.blue,
button.blue {
	background-color: #0aa0d2;
}

a.gray &gt; span,
a.green &gt; span,
a.blue &gt; span,
a.normal &gt; span {
	display: inline-block;
	vertical-align: middle;
	width: 99%;
}
a.gray:before,
a.green:before,
a.blue:before,
a.normal:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

button.gray.wide,
button.green.wide,
button.blue.wide,
button.normal.wide,
a.gray.wide,
a.green.wide,
a.blue.wide,
a.normal.wide{
	width: 90%;
	width: calc(100% - 22px);
	max-width: 500px;
}

a.gray:hover,
a.green:hover,
a.blue:hover,
a.normal:hover,
button:hover{
	opacity: 0.9;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	box-shadow: rgba(0,0,0,0.5) 1px 1px 4px;
	text-decoration: none;
}
a.gray:active,
a.green:active,
a.blue:active,
a.normal:active,
button:active{
	top: 1px;
	left: 1px;
	box-shadow: 0;
	outline: 0;
}



/* ■■■■■■■ 共通（文字色） ■■■■■■ */
.tx_black{	color: #000000;	}
.tx_white{	color: #FFF;	}
.tx_white:hover{	color: #FFF;	}
.tx_gray1{	color: #707070;	}
.tx_gray2{	color: #C1C1C1;	}
.tx_red1{	color: #FF0033;	}
.tx_red2{	color: #c30d23;	}
.tx_pink{	color: #F19EB3;	}
.tx_blue{	color: #003CA0;	}
.tx_blue2{	color: #0aa0d2;	}
.tx_brown{	color: #C6AC7E;	}
.tx_navy{	color: #00235F;	}
.tx_gray{	color: #999;	}
.tx_purple{	color: #50143c;	}
.mincho{
	font-family: "游明朝", "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif !important;
}
.times{
	font-family: Times, "Times New Roman", serif !important;
}
.gothic{
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", osaka, sans-serif !important;
}
.script{
	font-family: "Ballantines Script", "Pinyon Script", serif;
}
/* ■■■■■■ 共通（etc） ■■■■■■ */
.v_top{
	vertical-align: top;
}
.v_center{
	vertical-align: middle;
}
.v_down{
	vertical-align: -2px;
}
.font0{
	font-size: 0 !important;;
}
.bold{
	font-weight: bold;
}
.jidume1{
	letter-spacing: -1px;
}
.jidume2{
	letter-spacing: -2px;
}
.jidume3{
	letter-spacing: -3px;
}
.m0{
	margin: 0 !important;
}
.mt0{
	margin-top: 0px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.m_top5, .mt5{
	vertical-align: top;
	margin-top: 5px !important;
}
.m_top10, .mt10{
	vertical-align: top;
	margin-top: 10px !important;
}
.m_top15, .mt15{
	vertical-align: top;
	margin-top: 15px !important;
}
.m_top20, .mt20{
	vertical-align: top;
	margin-top: 20px !important;
}
.m_top25, .mt25{
	vertical-align: top;
	margin-top: 25px !important;
}
.m_top30, .mt30{
	vertical-align: top;
	margin-top: 30px !important;
}
.m_top35, .mt35{
	vertical-align: top;
	margin-top: 35px !important;
}
.m_top40, .mt40{
	vertical-align: top;
	margin-top: 40px !important;
}
.m_top50, .mt50{
	vertical-align: top;
	margin-top: 50px !important;
}
.m_top60, .mt60{
	vertical-align: top;
	margin-top: 60px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.m_bottom5, .mb5{
	vertical-align: top;
	margin-bottom: 5px !important;
}
.m_bottom10, .mb10{
	vertical-align: top;
	margin-bottom: 10px !important;
}
.m_bottom15, .mb15{
	vertical-align: top;
	margin-bottom: 15px !important;
}
.m_bottom20, .mb20{
	vertical-align: top;
	margin-bottom: 20px !important;
}
.m_bottom25, .mb25{
	vertical-align: top;
	margin-bottom: 25px !important;
}
.m_bottom30, .mb30{
	vertical-align: top;
	margin-bottom: 30px !important;
}
.m_bottom35, .mb35{
	vertical-align: top;
	margin-bottom: 35px !important;
}
.m_bottom40, .mb40{
	vertical-align: top;
	margin-bottom: 40px !important;
}
.m_bottom50, .mb50{
	vertical-align: top;
	margin-bottom: 50px !important;
}
.m_bottom60, .mb60{
	vertical-align: top;
	margin-bottom: 60px !important;
}
.m5{ margin: 5px !important; }
.m10{ margin: 10px !important; }
.m15{ margin: 15px !important; }
.m20{ margin: 20px !important; }
.m25{ margin: 25px !important; }
.m30{ margin: 30px !important; }
.m35{ margin: 35px !important; }
.m40{ margin: 40px !important; }
.ml5{ margin-left: 5px !important; }
.ml10{ margin-left: 10px !important; }
.ml15{ margin-left: 15px !important; }
.ml20{ margin-left: 20px !important; }
.ml25{ margin-left: 25px !important; }
.mr30{ margin-left: 30px !important; }
.mr5{ margin-right: 5px !important; }
.mr10{ margin-right: 10px !important; }
.mr15{ margin-right: 15px !important; }
.mr20{ margin-right: 20px !important; }
.mr25{ margin-right: 25px !important; }
.mr30{ margin-right: 30px !important; }
.mtb5{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.mtb10{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.mtb15{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.mtb20{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.mtb25{
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.mtb30{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.mtb35{
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}
.mtb40{
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.align_l,
.t_l,
.tl{
	text-align: left;
}
.align_r,
.tr{
	text-align: right;
}
.t_c,
.tc{
	text-align: center;
}
.tc-smt_tl {
	text-align: center;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.img_r{
	float: right;
	width: 360px;
	margin: 0 0 10px 15px;
}
.img_l{
	float: left;
	width: 360px;
	margin: 0 15px 10px 0;
}

.img_r.leave,
.img_l.leave{
	width: 240px;
}

img.w0{
	width: 100%;
}
img.maxw0{
	max-width: 100%;
}
.pointer{
	cursor: pointer;
}
li.l_indent,
p.l_indent,
.l_indent p,
.l_indent li{
	padding-left: 1em !important;
	text-indent: -1em !important;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.l_indent,
ol.l_indent{
	padding-left: 0;
}

.l_indent b{
	color: #be282d;
}

.w0_inline{
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.w100{
	width: 100% !important;
}
.smt,
img[src*="_smt"],
.tablet{
	display: none !important;
}

.force-display-none{
	display: none !important;
}

.ib{
	display: inline-block !important;
}
.oh{
	overflow: hidden;
}

/* ■■■■ cleafix ■■■■ */
/*float clear*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix { display: block; }
.clear { clear:both; }

/* ■■■■■■ overflow:hidden ■■■■■■ */
.oh{
	overflow: hidden;
}

/* ■■■■■■ パンくずナビ 部分 ■■■■■■ */
.pankuzu {
	display: block;
	margin: 10px auto;
	padding: 0 10px;
}

.pankuzu p{
	max-width: 1000px;
	margin: 0 auto;
}

/* ■■■■■■ 見出し 部分 ■■■■■■ */
.main_image{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.main_image img{
	display: block;
	width: 100%;
}
.midasi{
	position: relative;
	margin: 40px auto 20px;
	padding: 0 10px;
	color: #333;
	font-weight: normal;
	font-size: 120%;
	line-height: 1.4em;
	text-align: center;
	max-width: 1200px;
	z-index: 1;
}
.midasi em{
	display: block;
	font-weight: normal;
	font-size: 260%;
	line-height: 1.2em;
	color: #0aa0d2;
}
.midasi em.gray{
	color: #4d4d4d;
	font-size: 220%;
}

.midasi span,
.midasi2 span,
.midasi3 span{
	display: inline-block;
}
.midasi2{
	position: relative;
	margin: 50px 0 30px;
	background: #ceecf6;
	padding: 10px 5px;
	overflow: hidden;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 25px;
	font-size: 160%;
	line-height: 1.2em;
	color: #4d4d4d;
	text-align: center;
	letter-spacing: 1px;
}

.midasi2:first-child{
	margin-top: 0;
}
.midasi2:before{
	content: "";
	display: block;
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	left: 31%;
	background: #b5e2f1;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.midasi2 &gt; span{
	display: block;
	position: relative;
	z-index: 1;
}
.main_box .midasi2{
	margin-left: -1em;
	margin-right: -1em;
}
.midasi3{
	position: relative;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.3em;
	color: #0aa0d2;
	text-align: center;
}


/* ■■■■■ ウェディングサイト用ヘッダータブ ■■■■■ */
#wedding_site_tab{
	padding: 5px 0 0;
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 85%, rgba(222,222,222,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 85%,rgba(222,222,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 85%,rgba(222,222,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#wedding_site_tab p{
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	text-align: left;
}
#wedding_site_tab p a{
	display: inline-block;
	box-sizing: border-box;
	width: 22.5%;
	margin: 0 0 0 0.5%;
	max-width: 150px;
	text-align: center;
	padding: 2px 0 3px;
	border: solid #ccc;
	border-width: 1px 1px 0;
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,222,222,1) 0%, rgba(255,255,255,1) 85%, rgba(222,222,222,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(255,255,255,1) 85%, rgba(222,222,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(222,222,222,1) 0%,rgba(255,255,255,1) 85%, rgba(222,222,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color: #808080;
	font-size: 14px;
	line-height: 1.2em;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#wedding_site_tab p a:first-child{
	margin-left: 0;
}
#wedding_site_tab p a.on,
#wedding_site_tab p a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6cc6e4+0,0aa0d2+100 */
	background: #0aa0d2; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(108,198,228,1) 0%, rgba(10,160,210,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(108,198,228,1) 0%,rgba(10,160,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(108,198,228,1) 0%,rgba(10,160,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cc6e4', endColorstr='#0aa0d2',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}



/* ■■■■■■ ヘッダー ■■■■■■ */

.header-txt{
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2em;
	z-index: 2;
}
.header-txt em {
	max-width: 1000px;
	margin: auto;
	padding: 5px;
	display: block;
	color: #fff;
	text-shadow: #000 0 0 2px, #000 0 0 4px, #000 0 0 6px;
}
header {
	overflow: hidden;
	margin: -100px auto 0;
	padding: 10px 0;
	width: 100%;
	height: 80px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 11;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #ccc;
}

header &gt; div {
	position: relative !important;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}
header &gt; div &gt; h2{
	float: left;
	width: 180px;
}
header &gt; div &gt; h2 img{
	display: block;
	width: 100%;
}
header &gt; div &gt; p {
	float: right;
	text-align: center;
	font-size: 13px;
	margin: 0;
}
header &gt; div &gt; p &gt; a,
header &gt; div &gt; p &gt; a img,
header &gt; div &gt; p &gt; a &gt; span,
header &gt; div &gt; p &gt; span{
	display: inline-block;
	vertical-align: middle;
}
header &gt; div &gt; p &gt; a{
	box-sizing: border-box;
	width: auto;
	/*width: 145px;*/
	height: 42px;
	padding: 8px 5px;
	/*padding: 8px 0 8px 10px;*/
	background: #0aa0d2;
	border-radius: 10px;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	text-align: left;
	margin-left: 4px;
	text-decoration: none !important;
}
header &gt; div &gt; p &gt; a.v1 {
	background: #ff5788;
}
header &gt; div &gt; p &gt; a .yellow {
	color: #ff0;
}
header &gt; div &gt; p &gt; a img{
	margin: 0 0 0 4px;
	width: 26px;
}
header &gt; div &gt; p &gt; a:hover{
	background: #2ac0f2;
}
header &gt; div &gt; p &gt; a.movie:hover{
	background: #ff5788;
}


header &gt; div &gt; p strong{
	display: block;
	margin: 0;
	font-weight: normal;
	font-size: 26px;
	line-height: 1.0em;
}
#header_links {
	position: relative;
	box-sizing: border-box;
	height: 20px;
	width: 800px;
	float: right;
	padding: 0;
	margin: 10px auto 0 !important;
	z-index: 10;
}
#header_links &gt; nav {
	position: relative;
	max-width: 1040px;
	width: 100%;
	margin: auto !important;
	height: 100%;
	display: table;
	border-spacing: 0;
}
#header_links &gt; nav &gt; a {
	display: table-cell;
	position: relative;
	height: 20px;
	padding: 0 2px 0 10px;
	text-align: center;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	vertical-align: middle;
}
#header_links &gt; nav &gt; a.smt{
	display: none !important;
}
#header_links &gt; nav &gt; a:last-child {
	padding: 0 14px;
}
#header_links &gt; nav &gt; a:hover {
	color: #0aa0d2;
	text-decoration: none !important;
}

#header_links a span{
	display: inline-block;
}
#header_links &gt; nav:after,
#header_links &gt; nav &gt; a:before {
	content: "";
	position: absolute;
	z-index: 12;
	display: block;
	left: 4px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #4d4d4d;
	-webkit-transform: skew(-15deg, 0);
	-moz-transform: skew(-15deg, 0);
	-ms-transform: skew(-15deg, 0);
	-o-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
}

#header_links &gt; nav:after{
	left: auto;
	right: 6px;
}


/* ■■■■■■ メインコンテンツ ■■■■■■ */
main{
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.in{
	position: relative;
	z-index: 1;
	max-width: 1000px;
	padding: 0 10px;
	margin: 10px auto 40px;
	overflow: hidden;
}

.main_box,
.main_words{
	margin: 10px 10px 30px;
	line-height: 1.7em;
	overflow: hidden;
}

.lead{
	position: relative;
	z-index: 1;
	max-width: 1000px;
	margin: 10px auto 30px;
	padding: 0 10px;
	font-size: 110%;
	line-height: 1.7em;
	overflow: hidden;
	text-align: center;
}
.page_image{
	margin: 30px 10px 60px;
}
.page_image img{
	display: block;
	width: 1000px;
	max-width: 100%;
	margin: auto;
}


h2.lead,
h3.lead,
h4.lead,
h5.lead,
h6.lead{
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.6em;
	color: #4d4d4d !important;
	text-align: left;
}

.annotation {
	box-shadow: #fff 0 0 0 1px inset;
	border-radius: 8px;
	background: url(../img/common/icon_mark.png) no-repeat center 15px, url(../img/top/bg_line.png);
	background-size: 80px , auto;
	padding: 70px 30px 10px;
	margin: 30px auto;
}
.annotation.no-icon {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 30px 10px;
	background: url(../img/top/bg_line.png);
	background-size: auto;
	box-sizing: border-box;
}

.annotation h2,
.annotation h3,
.annotation h4,
.annotation h5,
.annotation h6{
	padding: 0 0 10px;
	margin: 10px 0;
	font-weight: normal;
	font-size: 120%;
	line-height: 1.2em;
	text-align: center;
}

.annotation p{
	margin: 10px 0 20px;
}
/* ■■■■■ tel ■■■■■ */
.annotation.tel{
	border: 6px solid #f7f3e5;
	margin-top: 40px;
	background: #f7f3e5;
	box-shadow: #ebe1be 0 0 0 1px inset;
}

.tel h3 span{
	display: inline-block;
	max-width: 300px;
	padding: 0 0 10px;
	width: 100%;
	border-bottom: 1px solid #776757 !important;
}
.tel p strong{
	font-size: 240%;
	line-height: 1.4em;
	color: #ff931e;
}


.box_tab{
	margin: auto;
	border-spacing: 10px 0;
	table-layout: fixed;
	text-align: center;
	border-bottom: 2px solid #7dcee3;
}
.box_tab &gt; a,
.box_tab &gt; span{
	display: inline-block;
	box-sizing: border-box;
	background: url(../img/common/icon_links_tab.png) no-repeat 15px center #fff;
	background-size: 15px !important;
	border: solid #7dcee3;
	border-width: 2px 2px 0;
	color: #7dcee3;
	width: 48%;
	max-width: 270px;
	height: 60px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.3em;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	border-radius: 12px 12px 0 0;
}
.box_tab &gt; a span,
.box_tab &gt; span span{
	display: inline-block;
	vertical-align: middle;
}
.box_tab &gt; a:before,
.box_tab &gt; span:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.box_tab &gt; a:hover,
.box_tab &gt; span:hover,
.box_tab &gt; a.on,
.box_tab &gt; span.on{
	background: url(../img/common/icon_links_tab_on.png) no-repeat 15px center #7dcee3;
	border-color: #7dcee3;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}
.box_tab &gt; a.on,
.box_tab &gt; span.on{
	cursor: default;
}


/* ■■■■■■ フォルダ内リンク ■■■■■■ */

.folder_links{
	border: solid #808080;
	border-width: 1px 0 0 1px;
	margin: 20px auto;
	width: 1000px;
	border-spacing: 0;
	display: table;
	table-layout: fixed;
	height: 45px;
	font-size: 13px;
	line-height: 1.2em;
	text-align: center;
}
.folder_links:first-child{
	margin-top: 0;
}
.folder_links p{
	display: table-row;
	margin: 0;
}
.folder_links p a{
	display: table-cell;
	box-sizing: border-box;
	background: #fff;
	border: solid #808080;
	border-width: 0 1px 1px 0;
	padding: 11px 0 9px;
	color: #4d4d4d;
	vertical-align: middle;
	cursor: pointer !important;
}
.folder_links p a.on,
.folder_links p a:hover{
	background: #4d4d4d;
	color: #fff;
	text-decoration: none !important;
}


/* ■■■■■■ ページネーション ■■■■■■ */
.pagination{
	position: relative;
	margin: 20px auto;
	max-width: 450px;
	text-align: center;
	padding: 6px 0 4px;
}
.pagination.right{
	text-align: right;
}
.pagination span,
.pagination a{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	padding: 6px 0 4px;
	background: #e0e0e0;
	margin: 0 1px;
	font-size: 1.1rem;
	line-height: 20px;
	color: #555;
	text-align: center;
}
.pagination span,
.pagination a.on,
.pagination a:hover{
	color: #000 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
.pagination span.next,
.pagination a.next{
	position: absolute;
	font-weight: bold !important;
	right: 32px;
	top: 0;
}
.pagination span.next.all,
.pagination a.next.all{
	right: 0;
}
.pagination span.prev,
.pagination a.prev{
	position: absolute;
	font-weight: bold !important;
	margin: 0 10px 0 0;
	left: 32px;
	top: 0;
}
.pagination span.prev.all,
.pagination a.prev.all{
	left: 0;
}
.pagination a.next.on,
.pagination a.prev.on,
.pagination span.prev,
.pagination span.next{
	color: #999;
	font-weight: bold !important;
}



/* ■■■■■■ フッター ■■■■■■ */
#page-top{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 2;
}
#page-top a img{
	display: block;
	opacity: 0.7;
}
#page-top a:hover img{
	opacity: 1;
}
#page-top a.plan_apply{
	display: block;
	width: 131px;
	height: 36px;
	padding: 8px 0;
	background: #0aa0d2;
	background: rgba(10,160,210,0.7);
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #ffa;
	border: 2px solid #fff;
	border-radius: 10px;
	margin: 0 0 5px;
	text-align: center;
}
#page-top a.plan_apply:hover{
	text-decoration: none;
	background: #0aa0d2;
	color: #fff;
}
footer{
	position: relative;
	border-top: 1px solid #0aa0d2;
	padding: 50px 0 30px;
}

footer &gt; div{
	max-width: 1000px;
	padding: 0 10px;
	overflow: hidden;
	margin: auto;
}
footer &gt; div .footer_logo{
	width: 20%;
	float: left;
	text-align: center;
}

footer &gt; div .footer_logo p{
	margin: 20px 0;
	line-height: 1.4em;
}
footer &gt; div .footer_logo p strong{
	display: block;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.0em;
	margin: 0 0 10px;
}
footer &gt; div .footer_logo p small{
	display: block;
	margin: 0 0 10px;
}
footer &gt; div &gt; nav{
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
}
footer &gt; div &gt; nav a{
	display: block;
	background: url(../img/common/icon_links_b.png) no-repeat 5px 5px;
	background-size: 10px !important;
	padding: 3px 0 3px 15px;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 1.3em;
}
footer &gt; div &gt; nav a:hover{
	color: #0aa0d2;
}
footer &gt; div &gt; nav a.ft-a {
	padding: 0;
	background: none;
	color: inherit;
	font-size: inherit;
	white-space: nowrap;
}
footer &gt; div &gt; nav h3{
	font-weight: normal;
	font-size: 110%;
	color: #0aa0d2;
	margin: 20px 0 5px;
}
footer &gt; div &gt; nav h3:first-child{
	margin-top: 0;
}

address{
	background: #4d4d4d;
	padding: 10px 0;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
}
address a{
	color: #fff;
}
#fixed_instagram{
	position:fixed;
	width:55px;
	height:55px;
	right:0;
	z-index:100;
}
#fixed_instagram a{
	display: block;
	width:55px;
	height:55px;
	background:url("/common/img/common/icon_instagram.svg") no-repeat center left 10px rgba(255, 255, 255, 0);
	background-size:33px 36px;
	border-radius:10px 0 0 10px;
	transition : all 0.2s ease 0s;
	/* box-shadow: 0px 0px 6px 0px rgba(0,0,0,.15); */
}
#fixed_instagram a:hover{
	background:url("/common/img/common/icon_instagram.svg") no-repeat center left 10px rgba(255, 255, 255, 0);
	background-size:33px 36px;
}


/* ▼▼▼▼▼ タブレットレイアウト : 800 px ～ 1200 px。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@media only screen and (max-width: 1400px){
	/* ■■■■■■ 見出し 部分 ■■■■■■ */
	.main_image &gt; img{
		margin: 0 -10%;
		width: 120%;
		max-width: none;
	}
}
@media only screen and (max-width: 1200px){
	body{
		font-size: 13px;
		line-height: 1.6em;
	}
	.tablet{
		display: block !important;
	}
	pc.no-tablet,
	.no-tablet{
		display: none !important;
	}
	.img_r,
	.img_l{
		width: 40%;
	}
	.img_r.leave,
	.img_l.leave{
		width: 30%;
	}


	/* ■■■■■■ 見出し 部分 ■■■■■■ */
	.main_image &gt; img{
		margin: 0 -20%;
		width: 140%;
	}

	.copy{
		font-size: 23px;
		line-height: 1.4em;
	}


	/* ■■■■■■ ヘッダー ■■■■■■ */

	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.main_image &gt; div{
		margin: 0 -5%;
	}


	/* ■■■■■■ 左メニュー ■■■■■■ */
	.side_gender_links a{
		padding: 8px;
		border-width: 7px;
	}
	.side_gender_links a strong{
		font-size: 15px;
	}

	/* ■■■■■■ フッター ■■■■■■ */


}
@media only screen and (max-width: 1100px){
	header &gt; div &gt; p &gt; span{
		font-size: 10px;
	}
	header &gt; div &gt; p &gt; a{
		font-size: 11px;
	}
}

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

	button.gray,
	button.green,
	button.blue,
	button.normal,
	a.gray,
	a.green,
	a.blue,
	a.normal {
		font-size: 16px;
	}

	/* ■■■■■■ ヘッダー ■■■■■■ */
	header &gt; div &gt; h2{
		width: 18%;
	}
	header &gt; div &gt; p &gt; span .tab_hide{
		display: none;
	}
	header &gt; div &gt; p strong{
		font-size: 24px;
		line-height: 1.0em;
	}
	header &gt; div &gt; p small{
		font-size: 10px;
	}
	#header_links{
		width: 80%;
	}
	#header_links &gt; nav &gt; a {
		padding: 0 2px 0 10px;
		font-size: 90%;
	}

	/* ■■■■■■ 見出し ■■■■■■ */
	.main_image &gt; img{
		margin: 0 -30%;
		width: 160%;
	}

	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.main_image p{
		margin: 0 -10%;
	}
	.main &gt; main{
		width: -webkit-calc(100% - 260px);
		width: -moz-calc(100% - 260px);
		width: -o-calc(100% - 260px);
		width: calc(100% - 260px);
	}

	/* ■■■■■■ フォルダ内リンク ■■■■■■ */
	.folder_links{
		width: 100%;
		table-layout: auto;
		font-size: 12px;
		line-height: 1.2em;
	}
	.folder_links p a{
		padding: 10px;
	}

	/* ■■■■■■ 左メニュー ■■■■■■ */
	.side_gender_links a{
		padding: 5px;
		border-width: 4px;
	}
	.side_gender_links a strong{
		font-size: 14px;
	}

	/* ■■■■■■ フッター ■■■■■■ */

}
@media only screen and (max-width: 900px){
	/* ■■■■■■ ヘッダー ■■■■■■ */
	header &gt; div &gt; p &gt; span{
		font-size: 10px;
	}
	header &gt; div &gt; p &gt; a{
		font-size: 10px;
	}

	#header_links &gt; nav &gt; a {
		padding: 0 0 0 8px;
		font-size: 85%;
	}
}

/* ▼▼▼▼▼ モバイルレイアウト : 799 px およびそれ以下。ＰＣレイアウトからスタイルを継承 ▼▼▼▼▼ */
@media only screen and (max-width: 890px){
	/*@media only screen and (max-width: 799px){*/
	body{
		font-size: 13px;
		line-height: 1.5em;
		font-family: sans-serif !important;
	}
	.smt{
		display: block !important;
	}
	span.smt,
	b.smt,
	strong.smt,
	em.smt,
	i.smt,
	u.smt,
	big.smt,
	small.smt,
	s.smt,
	a.smt {
		display: inline !important;
	}
	img[src*="_smt"]{
		display: inline-block !important;
	}
	table.smt{
		display: table !important;
	}
	.pc{
		display: none !important;
	}
	img[src*="_pc"]{
		display: none !important;
	}

	button.smt-wide,
	a.smt-wide{
		width: 90% !important;
	}
	.smt_m10{
		margin: 10px;
	}
	input, textarea{
		font-size: 14px;
		line-height: 1.2em;
	}

	.tc-smt_tl {
		text-align: left;
	}

	.smt-l{
		text-align: left !important;
	}

	/* ■■■■■■ パンくず ■■■■■■ */
	.pankuzu{
		display: none;
	}
	/* ■■■■■■ 見出し 部分 ■■■■■■ */
	.main_image &gt; img{
		margin: 0;
		max-width: 100%;
	}
	.midasi{
		margin: 20px auto 0;
	}
	h2.lead,
	h3.lead,
	h4.lead,
	h5.lead,
	h6.lead,
	.midasi3{
		font-size: 120%;
	}
	.midasi2{
		font-size: 140%;
		margin: 20px 0 15px;
	}
	.midasi em{
		font-size: 240%;
	}
	.midasi em.gray{
		font-size: 200%;
	}
	.midasi.custom em{
		margin-bottom: 5px;
	}

	/* ■■■■■ ウェディングサイト用ヘッダータブ ■■■■■ */
	#wedding_site_tab p a{
		margin: 0 0 0 1%;
		font-size: 12px;
	}

	/* ■■■■■■ ヘッダー ■■■■■■ */
	.header-txt{
		position: static;
		background: #fff;
	}
	.header-txt em {
		color: #4d4d4d;
		text-shadow: none;
	}
	header{
		overflow: visible;
		padding: 0;
		margin-top: 0 !important;
		height: auto;
		z-index: 100000;
	}
	header &gt; div {
		position: relative;
		margin: 0;
		padding: 0 5px;
		overflow: visible;
	}
	header &gt; div:after {
		content: "";
		display: block;
		clear: both;
	}
	header &gt; div &gt; p &gt; a.smt{
		display: inline-block !important;
	}
	.icon_headermenu{
		position: absolute;
		right: 20px;
		top: 50%;
		width: 7.5%;
		max-width: 50px;
		cursor: pointer;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	header &gt; div &gt; h2{
		width: 30%;
		margin-left: 10px;
	}
	header &gt; div &gt; h2 img{
		max-width: 180px;
	}
	header &gt; div &gt; p {
		width: 70%;
		text-align: left;
	}
	header &gt; div &gt; p a{
		width: 40%;
		height: auto;
		padding: 10px 0 10px 5px;
		font-size: 0;
	}
	header &gt; div &gt; p a:before{
		content: "";
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle;
	}
	header &gt; div &gt; p &gt; a img{
		width: 25%;
		margin: 0;
	}
	header &gt; div &gt; p &gt; a &gt; span{
		box-sizing: border-box;
		width: 75%;
		margin: 0;
		padding: 0 5px;
		font-size: 11px;
		line-height: 1.2em;
		white-space: nowrap;
	}

	#header_links{
		display: none;
		box-sizing: border-box;
		position: fixed !important;
		top: 0 !important;
		left: 0;
		z-index: 100000;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0 !important;
		overflow: auto;
		text-align: right;
		background: rgba(0,0,0,0.7);
	}
	#header_links &gt; div.smt{
		position: relative;
		background: #fff;
		padding: 0 10px;
		overflow: hidden;
		border-bottom: 1px solid #0aa0d2;
	}
	#header_links &gt; div.smt.bottom{
		padding: 10px 0;
		background: #e7f6fb;
		text-align: center;
		border: 0;
	}
	#header_links &gt; div.smt a.logo{
		display: block;
		float: left;
		width: 30%;
	}
	#header_links &gt; div.smt img{
		vertical-align: bottom;
	}
	#header_links &gt; div.smt img.icon_headermenu_close{
		position: absolute;
		right: 10px;
		top: 50%;
		width: 7.5%;
		max-width: 50px;
		cursor: pointer;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	#header_links &gt; nav:after,
	#header_links &gt; nav &gt; a:before {
		display: none;
	}
	#header_links &gt; nav{
		display: block !important;
		height: auto;
		width: auto;
		background: #e7f6fb;
		padding: 0;
		overflow: hidden;
	}
	#header_links &gt; nav &gt; a:last-child,
	#header_links &gt; nav &gt; a.smt,
	#header_links &gt; nav &gt; a{
		display: block !important;
		box-sizing: border-box;
		width: 47%;
		float: left;
		height: 50px;
		padding: 0 0 0 25px;
		margin: 0 0 0 2%;
		text-align: left;
		background: url(../img/common/icon_header_links.png) no-repeat left center;
		background-size: 15px !important;
		font-size: 12px;
		line-height: 1.2em;
		cursor: pointer;
		color: #333 !important;
		border-bottom: 1px solid #c0c0c0;
	}
	#header_links &gt; nav &gt; a &gt; span{
		display: inline-block;
		vertical-align: middle;
	}
	#header_links &gt; nav &gt; a:before{
		content: "";
		position: static;
		display: inline-block;
		vertical-align: middle;
		height: 50px;
		width: 0;
		-webkit-transform: none;
		transform: none;
	}
	#header_links &gt; nav &gt; a.pc{
		display: none !important;
	}
	#header_links &gt; nav &gt; a.smt{
		display: block !important;
	}

	#header_links &gt; nav &gt; a:hover{
		background-color: #fff;
	}
	#header_links &gt; div.smt.bottom p strong{
		display: block;
		font-weight: normal;
		font-size: 10vw;
		line-height: 1.2em;
	}
	#header_links &gt; div.smt.bottom &gt; nav{
		overflow: hidden;
		padding: 10px;
	}
	#header_links &gt; div.smt.bottom &gt; nav a{
		display: block;
		box-sizing: border-box;
		/*width: 49%;*/
		width: 32%;
		min-height: 70px;
		float: left;
		padding: 40px 0 5px;
		margin: 0 0 2% 2%;
		background-color: #0aa0d2 !important;
		background-position: center 11px;
		background-size: 22px !important;
		background-repeat: no-repeat;
		font-weight: normal;
		font-size: 12px;
		line-height: 1.3em;
		color: #fff;
		text-align: center;
		border-radius: 6px;
	}
	#header_links &gt; div.smt.bottom &gt; nav a.v1 {
		background-color: #ff5788 !important;
		/*width: 100%;*/
		/*padding: 22px 0 0;*/
		/*background-position: 25% center;*/
	}
	/*#header_links &gt; div.smt.bottom &gt; nav a.v1 + a {*/
	/*	margin-left: 0;*/
	/*}*/
	/*	#header_links &gt; div.smt.bottom &gt; nav a.v1&gt;span {
	/*		display: inline-block;
	/*		text-align: left;
	/*		padding-left: 30px;
	/*		background: url(../img/common/icon_smt_reservation.png) no-repeat left center;
	/*		background-size: 22px !important;
	/*	}
	#header_links &gt; div.smt.bottom &gt; nav a .yellow {
		color: #ff0;
	}
	/*#header_links &gt; div.smt.bottom &gt; nav a:nth-child(3n+1),*/
	/*#header_links &gt; div.smt.bottom &gt; nav a:nth-child(3n+2){*/
	/*clear: left;*/
	/*margin-left: 0;*/
	/*}*/
	#header_links &gt; div.smt.bottom &gt; nav a:nth-child(3n+1){
		/*clear: left;*/
		margin-left: 0;
	}
	/*
	#header_links &gt; div.smt.bottom &gt; nav a[href*="reservation"]{
		background-image: url(../img/common/icon_smt_reservation.png);
	}
	*/
	#header_links &gt; div.smt.bottom &gt; nav a[href*="salon-visit-present"]{
		clear: none;
		margin-left: 2%;
		padding: 20px 0;
	}


	#header_links &gt; div.smt.bottom &gt; nav a[href*="simulation"]{
		background-image: url(../img/common/icon_smt_simulation.png);
	}
	#header_links &gt; div.smt.bottom &gt; nav a[href*="reservation"],
	#header_links &gt; div.smt.bottom &gt; nav a.reservation{
		background-image: url(../img/common/icon_reservation_2.png);
	}
	#header_links &gt; div.smt.bottom &gt; nav a[href*="contact"]{
		background-image: url(../img/common/icon_smt_contact.png);
	}
	#header_links &gt; div.smt.bottom &gt; nav a[href*="meeting"]{
		background-image: url(../img/common/icon_smt_board.png);
	}
	#header_links &gt; div.smt.bottom &gt; nav a[href*="tel:"]{
		background-image: url(../img/common/icon_smt_tel.png);
	}
	#header_links &gt; div.smt.bottom &gt; nav a.movie{
		background-image: url(../img/common/icon_movie.png);
	}
	#header_links &gt; div.smt.bottom &gt; nav a.movie span{
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 2.6em;
	}
	

	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	main{
		margin-bottom: 20px;
	}
	.main_image &gt; div{
		margin: 0 -20%;
	}

	.img_r,
	.img_l{
		display: block;
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}
	#useful-content-main.subpage .img_r, #useful-content-main.subpage .img_l {
		width: 100% !important;
	}
	.img_r.leave,
	.img_l.leave{
		width: 45%;
	}
	.img_l.leave{
		float: left;
		margin: 0 10px 5px 0;
	}
	.img_r.leave{
		float: right;
		margin: 0 0 5px 10px;
	}
	.in{
		margin: 10px auto 20px;
	}
	.page_image{
		margin: 20px 10px 40px;
	}

	.main{
		padding: 0;
		overflow: hidden;
	}
	.main_words{
		margin: 0 0 20px;
	}
	.in .main_box{
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.annotation{
		background-position: center 10px;
		background-size: 45px, auto;
		padding: 50px 10px 10px;
		border-width: 8px;
	}
	.annotation h2,
	.annotation h3,
	.annotation h4,
	.annotation h5,
	.annotation h6{
		margin-top: 0px;
	}
	.annotation p{
		margin: 15px 0;
	}
	.notice{
		padding: 20px 20px 20px 50px;
		margin: 30px 10px;
		background: url(../img/common/icon_notice.png) no-repeat 10px 15px #efece6;
		background-size: 30px;
		font-size: 110%;
	}
	/* ■■■■■■ フォルダ内リンク ■■■■■■ */
	.folder_links{
		display: block;
		width: auto;
		height: auto;
		border: 1px solid #888;
		background: #fff;
		font-size: 14px;
		line-height: 1.2em;
		border-radius: 5px;
		text-align: left;
		overflow: hidden;
	}
	.folder_links p{
		display: none;
	}
	.folder_links p a{
		display: block;
		padding: 12px 15px;
		border: solid #888;
		border-width: 1px 0 0;
	}
	.folder_links p a.on,
	.folder_links p a:hover{
		background: #4d4d4d;
		color: #fff;
	}
	.folder_links h3{
		padding: 14px 35px 14px 15px;
		background: url(../img/common/icon_links_folder.png) no-repeat right center #fff;
		background-size: 25px;
		color: #4d4d4d;
		cursor: pointer;
	}
	.folder_links h3:hover{
		background-color: #eee;
	}
	/* ■■■■■■ ページネーション ■■■■■■ */
	.pagination{
		margin: 15px 0;
	}
	.pagination.right{
		text-align: center;
	}
	.pagination span,
	.pagination a{
		min-width: 20px;
		padding: 5px 4px;
		margin: 0 2px;
		font-size: 12px;
		line-height: 1.5em;
	}
	.pagination em{
		position: static;
		display: block;
		margin: 0 0 5px;
	}
	.pagination span.next,
	.pagination a.next{
		margin: 0 0 0 16px;
	}
	.pagination span.prev,
	.pagination a.prev{
		margin: 0 16px 0 0;
	}
	.pagination span.next:after,
	.pagination a.next:after{
		left: -15px;
	}
	.pagination span.prev:after,
	.pagination a.prev:after{
		right: -17px;
	}

	/* ■■■■■■ フッター ■■■■■■ */
	#page-top{
		right: 10px;
		bottom: 10px;
	}
	#page-top img{
		width: 50px;
	}
	footer {
		padding: 20px 0 60px;
	}

	footer &gt; div &gt; nav,
	footer &gt; div .footer_logo{
		width: auto;
		float: none;
		margin: auto;
		text-align: center;
		padding: 0;
	}

	footer &gt; div .footer_logo{
		width: 50%;
		margin-bottom: 20px;
	}
	footer &gt; div &gt; nav.company{
		margin-top: 20px;
	}
	footer &gt; div &gt; nav.company a,
	footer &gt; div &gt; nav &gt; div,
	footer &gt; div &gt; nav.company h3{
		display: none;
	}
	footer &gt; div &gt; nav{
		margin: 0 -10px;
	}
	footer &gt; div &gt; nav h3{
		position: relative;
		text-align: center;
		/*		background: #def4ff;*/
		padding: 10px 10px 10px 15px;
		margin: 0;
		border-bottom: 1px solid #9eccef;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.2em;
		cursor: pointer;
	}
	footer &gt; div &gt; nav h3:before{
		content: "▼";
		position: absolute;
		left: 8px;
		top: 10px;
		display: block;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
		color: #9eccef;
	}
	footer &gt; div &gt; nav h3.on:before{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.5s linear;
		transition: all 0.5s linear;
		color: #4ac0f2;
	}
	footer &gt; div &gt; nav.company a.smt-leave{
		position: relative;
		display: inline-block;
		padding: 0 5px 0 10px;
		margin: 5px 0;
		background: transparent;
	}
	footer &gt; div &gt; nav.company a.smt-leave:before{
		content: "/";
		position: absolute;
		left: -2px;
		top: 0;
	}
	footer &gt; div &gt; nav.company br + a.smt-leave:before,
	footer &gt; div &gt; nav.company a.smt-leave[href="/media/"]:before,
	footer &gt; div &gt; nav.company a.smt-leave[href="/company/"]:before{
		display: none;
	}
	footer &gt; div &gt; nav &gt; div{
		display: none;
		padding: 5px 10px 10px;
	}
	footer &gt; div &gt; nav &gt; div a{
		display: block;
		text-align: left;
		padding: 8px 5px 8px 15px;
		background-position: 4px 10px;
	}
	nav.page_bottom_links{
		position: fixed;
		z-index: 10;
		right: 5px;
		bottom: 10px;
		-webkit-transform: translate(0,100px);
		transform: translate(0,100px);
		-webkit-transition: all 0.5s ease-in;
		transition: all 0.5s ease-in;
		text-align: right;
	}
	nav.page_bottom_links.on{
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transition: all 0.5s ease-in;
		transition: all 0.5s ease-in;
	}
	nav.page_bottom_links span,
	nav.page_bottom_links a{
		display: inline-block;
		position: static;
		width: 60px;
		background: rgba(10,160,210,0.6);
		border-radius: 6px;
		vertical-align: top;
	}
	nav.page_bottom_links span:hover,
	nav.page_bottom_links a:hover{
		background: rgba(10,160,210,1);
	}
	nav.page_bottom_links span img,
	nav.page_bottom_links a img{
		display: block;
		vertical-align: top;
	}
}

@media only screen and (max-width: 600px){
	button.gray,
	button.green,
	button.blue,
	button.normal,
	a.gray,
	a.green,
	a.blue,
	a.normal {
		margin: 10px 0;
		font-size: 14px;
	}
	button.gray.wide,
	button.green.wide,
	button.blue.wide,
	button.normal.wide,
	a.gray.wide,
	a.green.wide,
	a.blue.wide,
	a.normal.wide{
		width: 92%;
	}

	/* ■■■■■■ 見出し 部分 ■■■■■■ */
	.page_title{
		font-size: 13px;
		line-height: 1.2em;
	}
	.page_title strong{
		font-size: 21px;
		line-height: 1.2em;
	}
	.copy{
		margin: 15px 0;
		font-size: 16px;
		line-height: 1.4em;
	}
	.midasi2{
		font-size: 120%;
	}
	h2.lead,
	h3.lead,
	h4.lead,
	h5.lead,
	h6.lead{
		font-size: 110%;
		margin: 10px 0;
	}

	.midasi3{
		font-size: 110%;
	}
	/* ■■■■■ ウェディングサイト用ヘッダータブ ■■■■■ */
	#wedding_site_tab p a{
		margin: 0 0 0 2%;
		font-family: serif;
		width: 32%;
		max-width: none;
		font-size: 12px;
	}

	.midasi em{
		font-size: 200%;
	}
	.midasi em.gray{
		font-size: 180%;
	}

	/* ■■■■■■ ヘッダー ■■■■■■ */
	header &gt; div &gt; p &gt; a &gt; span{
		font-size: 10px;
	}
	header &gt; div &gt; p a{
		height: 55px;
	}
	.icon_headermenu{
		right: 10px;
	}

	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.main_image &gt; div{
		margin: 0 -30%;
	}
	.main_image &gt; img{
		vertical-align: top;
	}
	.main_words{
		margin: 0 0 20px;
	}

	.annotation{
		margin: 15px 0 !important;
		border-width: 5px;
	}
	.annotation h2,
	.annotation h3,
	.annotation h4,
	.annotation h5,
	.annotation h6{
		font-size: 110%;
	}
	.annotation p{
		margin: 10px 0;
	}
	/* ■■■■■ tel ■■■■■ */
	.tel p strong{
		font-size: 220%;
	}
	.annotation.tel{
		margin-top: 30px;
	}


	/* ■■■■■■ フッター ■■■■■■ */
	#page-top img{
		width: 40px;
	}


}
@media only screen and (max-width: 500px){
	.box_tab a,
	.box_tab span{
		height: 50px;
		border-width: 1px 1px 0;
	}
	.header-txt{
		font-size: 11px;
	}

	header &gt; div &gt; p &gt; a{
		margin: 0;
	}
}
@media only screen and (max-width: 400px){
	button.gray,
	button.green,
	button.blue,
	button.normal,
	a.gray,
	a.green,
	a.blue,
	a.normal {
		width: 43%;
		font-size: 12px;
	}
	button.gray.wide,
	button.green.wide,
	button.blue.wide,
	button.normal.wide,
	a.gray.wide,
	a.green.wide,
	a.blue.wide,
	a.normal.wide{
		width: 88%;
	}

	.midasi em{
		font-size: 180%;
	}
	.midasi em.gray{
		font-size: 160%;
	}
	/* ■■■■■ ウェディングサイト用ヘッダータブ ■■■■■ */
	#wedding_site_tab p a{
		width: 32%;
		max-width: none;
		font-size: 11px;
	}

	/* ■■■■■■ ヘッダー ■■■■■■ */
	.header-txt{
		font-size: 10px;
	}
	header{
		padding: 5px 0;
	}
	#header_links &gt; nav p.smt a{
		font-size: 10px;
	}
	header &gt; div &gt; p &gt; a img{
		width: 20%;
	}
	header &gt; div &gt; p &gt; a &gt; span{
		width: 80%;
		font-size: 9px;
	}
	#header_links &gt; div.smt.bottom &gt; nav a{
		font-size: 11px;
	}

	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.main_image &gt; div{
		margin: 0 -40%;
	}
	.page_image{
		margin: 20px 10px 30px;
	}

	/* ■■■■■ tel ■■■■■ */
	.tel p strong{
		font-size: 200%;
	}


	/* ■■■■■■ フッター ■■■■■■ */
	#page-top{
		right: 5px;
		bottom: 5px;
	}
	#page-top img{
		width: 30px;
		margin-top: 5px;
	}
	footer &gt; div .footer_logo{
		width: 60%;
	}


}
@media only screen and (max-width: 320px){
	header &gt; div &gt; p &gt; a{
		padding: 5px 0;
	}
	header &gt; div &gt; p &gt; a img{
		display: none;
	}
	header &gt; div &gt; p &gt; a &gt; span{
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

/**/
.smt-ib {
	display: inline-block !important;
}
.pc-ib {
	display: none !important;
}
@media screen and (min-width: 800px) {
	.smt-ib {
		display: none !important;
	}
	.pc-ib {
		display: inline-block !important;
	}
}

/**/
.in2 {
	padding: 0 3%;
}
.serif {
	font-family: "游明朝", "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
}
.text-luana a {
	font-size:16px;
	color:#9c854c
}
@media screen and (min-width: 800px) {
	.text-luana a {
		font-size:22px;
	}
}



/* ■■■■■■ .popup-banner ■■■■■■ */
.popup-banner {
	position: fixed;
	background: rgba(17,130,170,0.8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 150000;
}
.popup-banner &gt; figure {
	position: absolute;
	width: 80%;
	max-width: 820px;
	height: auto;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.popup-banner &gt; figure img {
	width: 100%;
}
.popup-banner &gt; figure img.close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: -50px;
	cursor: pointer;
}
@media screen and (max-width: 799px) {
	.popup-banner &gt; figure img.close{
		width: 20px;
		height: 20px;
		right: 5px;
		top: -25px;
	}
}
/* ■■■■■■ チャットボットボタン ■■■■■■ */
.ul-widget-main-window{
	right:20px !important;
	bottom: 114px !important;
}

@media screen and (max-width: 799px) {
	.ul-widget-main-window{
		right:10px !important;
		bottom:50px !important;
	}
}	
</pre></body></html>