@charset "utf-8";
/* ■■■■■■ 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, li {
	list-style: none;
}
q:before, q:after {
	content:'';
}
a{
	outline: none;
}

/* ■■■■■■ タグ直接 ■■■■■■ */
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;
	overflow-x: hidden;
}
body{
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 240px;
	height: 100%;
	font-size: 14px;
	line-height: 1.6em;
	color: #222;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", osaka, sans-serif;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: #1eb1c5;
	-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;
	color: #09a;
	-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: 0.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"]{
	position: relative;
	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%;
}
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.close,
button.gray,
button.blue,
button.red,
button.yellow,
button.pink,
button.pink2,
button.green,
button.normal,
a.normal,
a.yellow,
a.blue,
a.gray {
	position: relative;
	width: 45%;
	height: 50px;
	box-sizing: border-box;
	max-width: 380px;
	cursor: pointer;
	border: 0px none;
	margin: 10px;
	color: #fff;
	font-weight: bold;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",osaka,monospace;
	font-size: 18px;
	line-height: 1.1em;
	-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;
	vertical-align: middle;
	border-radius: 6px;
}
button.close:before,
button.gray:before,
button.blue:before,
button.red:before,
button.yellow:before,
button.pink:before,
button.pink2:before,
button.green:before,
button.normal:before,
a.yellow:before,
a.normal:before,
a.blue:before,
a.gray:before{
	content: "≫";
	position: absolute;
	right: 10px;
	top: 50%;
	font-weight: normal;
	font-size: 140%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-decoration: none;
}
a.yellow:before{
	color: #40458f;
}


a.normal,
a.blue,
a.yellow,
a.gray {
	text-align: center;
	height: auto !important;
	display: inline-block;
	margin: 10px auto;
	padding: 15px 0;
}
button.gray,
a.gray{
	background: #808080;
}
button.blue {
	border: 1px solid #09f;;
	background: #fff;
	color: #09f;
}
button.normal,
a.normal {
	background: #00B4D2;
	color: #fff !important;
	text-decoration: none !important;
}
button.blue,
a.blue {
	background: #0070d2;
	color: #fff !important;
	text-decoration: none !important;
}
button.red {
	background: #be282d;
}
a.yellow,
button.yellow {
	background: #ffe600;
	color: #40458f !important;
}
button.pink {
	background: #e36391;
	color: #FFFFFF;
}
button.pink2 {
	background: #f1b1c8;
	color: #FFFFFF;
}
button.green {
	background: #00a89c;
	color: #FFFFFF;
}
button.close{
	background: #fff;
	width: 150px;
	height: 35px;
	border: 1px solid #1eb1c5;
	color: #1eb1c5;
}
button.close:before{
	content: "×";
	font-weight: bold;
	color: #fff;
	display: inline-block;
	width: 21px;
	height: 20px;
	padding-top: 1px;
	line-height: 20px;
	border-radius: 50%;
	background: #1eb1c5;
	vertical-align: 1px;
	margin-right: 10px;
	text-align: center;
}

button.blue.wide,
button.red.wide,
button.yellow.wide,
button.normal.wide,
button.gray.wide,
a.gray.wide,
a.blue.wide,
a.yellow.wide,
a.normal.wide{
	width: 100%;
	width: calc(100% - 22px);
	max-width: 600px;
}

a.gray:hover,
a.blue:hover,
a.yellow:hover,
a.normal:hover,
button: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;
	text-decoration: none;
}



.button_forms{
	text-align: center;
}
.button_forms form{
	display: inline !important;
}

/* ■■■■■■■ 共通（文字色） ■■■■■■ */
.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_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;
}
/* ■■■■■■ 共通（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;
	white-space: nowrap;
}
.jidume2{
	letter-spacing: -2px;
	white-space: nowrap;
}
.jidume3{
	letter-spacing: -3px;
	white-space: nowrap;
}
.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;
}
.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;
}
.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,
.tl{
	text-align: left;
}
.align_r,
.tr{
	text-align: right;
}
.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%;
}
.t_c,
.tc{
	text-align: center;
}
.pointer{
	cursor: pointer;
}
li.l_indent,
p.l_indent,
.l_indent p,
.l_indent li{
	padding-left: 1em !important;
	text-indent: -1em !important;
}
ul.l_indent,
ol.l_indent{
	padding-left: 0;
}

.l_indent b{
	color: #be282d;
}
.ib{
	display: inline-block;
}

.w0_inline{
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.smt,
img[src*="_smt"],
.tablet{
	display: none !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; }


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

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


/* ■■■■■■ 見出し 部分 ■■■■■■ */

.midasi{
	margin: 40px 0 20px;
	padding: 12px 0 0;
	background-size: 120px !important;
	font-size: 100%;
	line-height: 1.3em;
	text-align: center;
}
.midasi em{
	display: block;
	font-weight: normal;
	font-size: 320%;
	line-height: 1.1em;
	font-style: italic;
	font-family: "Orator Std", Arial, sans-serif;
	letter-spacing: 0 !important;
	margin-right: 10px;
}
.midasi strong{
	display: block;
	font-weight: bold;
	font-size: 280%;
	line-height: 1.4em;
}
.midasi .big{
	font-weight: bold;
	font-size: 130%;
	line-height: 1.4em;
}
.midasi strong + em{
	font-size: 15px;
	line-height: 1.2em;
}

.midasi span,
.midasi2 span,
.midasi3 span,
.midasi4 span{
	display: inline-block;
}
.midasi a,
.midasi2 a,
.midasi3 a,
.midasi4 a{
	display: block;
}
.midasi img{
	display: block;
	margin: 0 auto;
}

.midasi2{
	padding: 10px;
	font-size: 200%;
	line-height: 1.3em;
	text-align: center;
}
.midasi3{
	margin-top: 40px;
	padding: 0 10px;
	font-weight: normal;
	font-size: 120%;
	line-height: 1.3em;
	text-align: center;
	color: #4d4d4d;
}

h2.lead,
h3.lead,
h4.lead,
h5.lead,
h6.lead{
	text-align: center;
	font-size: 180%;
	line-height: 1.3em;
}


/* ■■■■■■ ヘッダー ■■■■■■ */
h1{
	font-size: 13px;
	line-height: 1.3em;
	color: #333;
	margin-left: 300px;
	padding: 10px;
}
h1 a{
	display: block;
	color: #333;
}
h1.add_m_img{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 0 0 280px;
	padding: 20px;
	text-shadow: #fff 0 0 3px, #fff 0 0 8px, #fff 0 0 15px;
	z-index: 5;
}

header {
	position: fixed;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 10;
	padding: 20px;
	border-right: 1px solid #888;
}
header > div {
	position: relative;
	max-width: 1000px;
	margin: auto;
}

.header_s_links{
	margin: 0 0 10px;
	text-align: center;
}
.header_s_links a{
	display: block;
    position: relative;
	vertical-align: middle;
	padding: 10px 0;
	margin: 10px 0;
	background-color: #00b4d2;
	color: #fff;
	line-height: 1.2em;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}
.header_s_links a:hover{
	opacity: 0.7;
	color: #fff;
	text-decoration: none;
}
/*
.header_s_links a[target="_blank"]:after{
	content: "\002197";
	display: inline-block;
	font-size: 10px;
	line-height: 1em;
	width: 1em;
	border: 1px solid #fff;
	color: #fff;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
*/
.header_s_links a[href*="/contact"]:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-right: 5px;
	background: url(../img/common/icon_contact_w.png) no-repeat center center;
	background-size: 100% 100%;
	vertical-align: middle;
}

header a.logo{
	display: block;
	width: auto;
}

#header_links {
	clear: both;
	width: 100%;
	text-align: left;
	margin: 20px 0 30px;
}
#header_links > nav{
}
#header_links > nav > a {
	position: relative;
	display: block;
	padding: 7px 0 7px 20px;
	color: #333;
	font-size: 13px;
	line-height: 1.3em;
	vertical-align: middle;
	background: url(../img/common/icon_links.png) no-repeat 5px center;
}
#header_links > nav > a em{
	display: inline-block;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.1em;
	font-style: italic;
	font-family: "Orator Std", Arial, sans-serif;
	margin-right: 10px;
}
#header_links > nav > a:hover {
	color: #000;
	background-color: #dff1ff;
	text-decoration: none !important;
}
#header_links > nav > div.plan_links{
	margin: 0 0 10px;
}
#header_links > nav > div.plan_links a{
	display: block;
	position: relative;
	padding: 3px 0 3px 40px;
	margin: 0 -10px 0 5px;
	font-size: 12px;
	line-height: 1.3em;
	color: #333;
}
#header_links > nav > div.plan_links a i{
	position: absolute;
	display: block;
	width: 35px;
	padding: 1px 0;
	text-align: center;
	left: 0;
	top: 2px;
	font-size: 11px;
	color: #fff;
	background: #1da9c4;
}
#header_links > nav > div.plan_links.casual a i{
	background: #76be70;
}


.header_tel{
	margin: 30px 0 0;
	font-size: 15px;
}
.header_tel small{
	font-size: 12px;
}
.header_tel strong{
	font-size: 18px;
}

/* ■■■■■■ メインコンテンツ ■■■■■■ */
main{
	position: relative;
	box-sizing: border-box;
	padding: 0 20px 20px;
	margin: 0 0 0 280px;
}
.main_image{
	margin: 0 -20px;
}
.main_image img{
	display: block;
	margin: auto;
	width: 100%;
}

.in{
	position: relative;
	max-width: 1200px;
	margin: auto;
}
.in.w800{
	max-width: 800px;
	padding: 0 10px;
}
.main_words,
.lead{
	margin: 30px auto;
	padding: 0 10px !important;
	max-width: 1000px;
	line-height: 1.7em;
	overflow: hidden;
}


.lead{
	font-size: 120%;
}

.main_words.wide,
.lead.wide{
	max-width: none;
}
.main_box{
	margin: 0 20px 40px;
	overflow: hidden;
}

.main_box.border{
	margin: 0 0 40px;
	padding: 40px;
	border: 1px solid #1eb1c5;
}
.in p,
.main_box p{
	margin: 10px 10px 30px;
}

.notice{
	padding: 30px 20px 30px 90px;
	margin: 30px 10px;
	background: url(../img/common/icon_notice.png) no-repeat 20px 20px #e6e6e6;
	background-size: 60px;
	min-height: 60px;
	font-size: 110%;
}

.notice.error{
	background-image: url(../img/common/icon_notice_error.png);
	background-size: 60px;
	padding: 35px 20px 35px 100px;
	border: 1px solid #1eb1c5;
	box-shadow: #fff 0 0 0 5px inset;
	min-height: 100px;
}
.notice.error li{
	position: relative;
	padding-left: 1em;
	margin: 0 0 5px;
	color: #f00;
}
.notice.error li:before{
	content: "●";
	position: absolute;
	left: 0;
}
.notice b{
	color: #f00;
}

.box_tab{
	display: table;
	width: 100%;
	max-width: 600px;
	margin: auto;
	border-spacing: 10px 0;
	table-layout: fixed;
	text-align: center;
}
.box_tab a,
.box_tab span{
	display: table-cell;
	background: #f2f2f2;
	color: #4d4d4d;
	height: 70px;
	vertical-align: middle;
	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;
}
.box_tab a:hover,
.box_tab span:hover,
.box_tab a.on,
.box_tab span.on{
	background: #1eb1c5;
	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 a.on,
.box_tab span.on{
	cursor: default;
}

/* ■■■■■ オプション ■■■■■ */
.option_list{
	background: url("../img/common/bg_line.png") repeat center top;
	padding: 10px 10px 60px;
}

.option_list nav{
	overflow: hidden;
	margin-bottom: 20px;
}

.option_list nav > div{
	position: relative;
	width: 23.5%;
	float: left;
	margin: 0 0 2% 2%;
	overflow: hidden;
}
.option_list nav > div > a{
	position: relative;
	display: block;
	color: #fff;
	background: #000;
	overflow: hidden;
	font-size: 130%;
	line-height: 1.3em;
	text-align: center;
}
.option_list nav > div > a:hover{
	text-decoration: none;
	text-shadow: #000 0 0 2px, #000 0 0 6px;
	color: #fff;
}
.option_list nav > div > a img{
	position: relative;
	display: block;
	opacity: 0.6;
	width: 100%;
}
.option_list nav > div > a:hover img{
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.option_list nav > div:nth-child(4n+1){
	clear: left;
	margin-left: 0;
}
.option_list nav > div > a > span{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.option_list nav > div > a > span::before,
.option_list nav > div > a > span::after {
    content: "";
    height: 2em;
    display: block;
    width: 100%;
}
.option_list nav > div > a > span em{
	display: block;
/*	font-weight: bold;*/
	font-weight: normal;
	line-height: 1em;
	font-family: Courier, Times, serif;
}
.option_list nav > div > a > span strong{
	font-size: 140%;
	line-height: 1.2em;
	font-weight: normal;
	display: block;
}

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

.folder_links{
	border: solid #1eb1c5;
	border-width: 0 1px 0 0;
	margin: 30px auto 20px;
	width: 100%;
	max-width: 1200px;
	border-spacing: 0;
	display: table;
	table-layout: fixed;
	font-size: 13px;
	line-height: 1.2em;
	text-align: center;
}
.folder_links h3{
	display: none;
}
.folder_links p{
	display: table-row;
	margin: 0;
}
.folder_links p a{
	display: table-cell;
	box-sizing: border-box;
	border: solid #1eb1c5;
	border-width: 0 0 0 1px;
	padding: 15px 0;
	color: #1eb1c5;
	vertical-align: middle;
	cursor: pointer !important;
}
.folder_links p a.on,
.folder_links p a:hover{
	background: #e9f6fa;
	text-decoration: none !important;
}

/* ■■■■■■ ページネーション ■■■■■■ */
.pagination{
	margin: 20px 0;
	padding: 15px 0;
	text-align: center;
	position: relative;
}
.pagination span,
.pagination a{
	position: relative;
	display: inline-block;
	min-width: 30px;
	padding: 5px 3px;
	margin: 0 2px;
	font-size: 1rem;
	line-height: 1.3em;
	background: #929292;
	color: #fff;
	text-align: center;
}
.pagination span,
.pagination a.on,
.pagination a:hover{
	background: #00b4d2;
	color: #fff;
	text-decoration: none;
}
.pagination span.on,
.pagination a.on{
	font-weight: bold;
}


.pagination a.prev,
.pagination a.next{
	background: transparent;
	color: #333;
}


/* ■■■■■■ フッター ■■■■■■ */
#page-top{
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 100px;
	z-index: 2;
}
#page-top a{
	display: block;
	background: rgba(0,0,0,0.3);
}
#page-top img{
	display: block;
	width: 100%;
	margin: 10px 0 0;
}

footer{
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 0 0 280px;
	padding: 40px 10px;
	overflow: hidden;
}
footer > div{
	position: relative;
	max-width: 1200px;
	margin: auto;
}
.footer_logo{
	text-align: left;
}
.footer_logo a.logo{
	display: inline-block;
	max-width: 480px;
	text-decoration: none !important;
	vertical-align: middle;
	margin-right: 20px;
}
.footer_logo a img[src*="icon_insta"]{
	width: 40px;
	vertical-align: middle;
	margin-bottom: 35px;
}
footer .tel{
	margin: 20px 0;
	padding: 15px 0;
	text-align: center;
	font-size: 120%;
}
footer .tel strong{
	display: inline-block;
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 160%;
	line-height: 1.2em;
	color: #333;
	vertical-align: middle;
	margin-left: 20px;
}
.footer_links > nav{
	font-size: 13px;
	line-height: 1.3em;
	text-align: left;
}
.footer_links > nav a{
	display: inline-block;
	width: 31%;
	max-width: 210px;
	padding: 5px 0 5px 20px;
	color: #222;
	background: url(../img/common/icon_footer_links.png) no-repeat 10px 9px;
}


footer nav.contact{
	padding: 10px 0;
	margin: 20px 0 0;
	text-align: center;
	font-size: 17px;
	-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;
}
footer nav.contact a{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 48%;
	max-width: 300px;
	padding: 15px 0;
	background: rgb(255,123,165); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,123,165,1) 0%, rgba(255,152,140,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,123,165,1) 0%,rgba(255,152,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,123,165,1) 0%,rgba(255,152,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7ba5', endColorstr='#ff988c',GradientType=1 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	vertical-align: top;
}
footer nav.contact a:nth-child(2){
	background: rgb(255,152,140); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,152,140,1) 0%, rgba(255,179,116,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,152,140,1) 0%,rgba(255,179,116,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,152,140,1) 0%,rgba(255,179,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff988c', endColorstr='#ffb374',GradientType=1 ); /* IE6-9 */
}
footer nav.contact a:hover{
	color: #fff !important;
	text-decoration: none;
	opacity: 0.7;
}

address{
	background:#acacac;
	padding: 10px 0;
	margin: 0 0 0 280px;
	color: #fff;
	text-align: center;
}
address a{
	color: #fff !important;
}


/* ▼▼▼▼▼ タブレットレイアウト : 800 px ～ 1200 px。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@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%;
	}


	/* ■■■■■■ 見出し 部分 ■■■■■■ */
	.copy{
	    font-size: 23px;
	    line-height: 1.4em;
	}

	.midasi em{
		font-size: 290%;
	}
	.midasi strong{
		font-size: 240%;
	}

	/* ■■■■■■ ヘッダー ■■■■■■ */
	.header_s_links{
		font-size: 13px;
		margin-bottom: 1%;
	}
	.header_s_links > span{
		text-align: right;
	}
	.header_s_links strong{
		display: block;
		font-size: 170%;
		margin-right: 10px;
	}

	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	address,
	footer,
	h1,
	main{
		margin-left: 25%;
	}
	header{
		width: 25%;
	}

	.main_bg{
		padding: 30px 0;
	}

	.annotation h2,
	.annotation h3,
	.annotation h4,
	.annotation h5,
	.annotation h6{
		padding: 10px 20px;
	}
	.annotation p{
		margin: 20px 20px;
	}
	/* ■■■■■ オプション ■■■■■ */
	.option_list nav > div{
		width: 48.5%;
		margin: 0 0 3% 3%;
	}
	.option_list nav > div:nth-child(2n+1){
		clear: left;
		margin-left: 0;
	}

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


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

	/* ■■■■■■ ヘッダー ■■■■■■ */
	#header_links {
		table-layout: auto;
		height: 40px;
	}
	header{
		padding: 20px 10px;
	}
	.header_s_links{
		font-size: 11px;
	}
	.header_s_links strong{
		font-size: 160%;
	}
	.header_s_links > a{
		padding: 5px;
	}

	/* ■■■■■■ 見出し ■■■■■■ */
	.midasi em{
		font-size: 260%;
	}
	.midasi strong{
		font-size: 200%;
	}

	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.in{
		margin: 0 10px;
	}
	.in.w800{
		margin: 0 auto;
	}

	.main_box{
		margin: 0 10px 40px;
	}
	.main_box.border{
		margin: 0 0 40px;
		padding: 30px;
	}


	/* ■■■■■■ フッター ■■■■■■ */
	footer > nav{
		font-size: 12px;
	}
	footer > nav > a{
		padding-left: 0.5em;
	}


}
@media only screen and (max-width: 900px){
	footer > div > nav h3{
		font-size: 12px;
		line-height: 1.4em;
	}

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

/* ▼▼▼▼▼ モバイルレイアウト : 799 px およびそれ以下。ＰＣレイアウトからスタイルを継承 ▼▼▼▼▼ */
@media only screen and (max-width: 799px){
	body{
		font-size: 13px;
		line-height: 1.5em;
		font-family: sans-serif !important;
		height: auto;
		overflow: hidden;
	}
	.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.yellow,
	button.red,
	button.blue,
	button.gray,
	button.pink,
	button.pink2,
	button.normal,
	a.normal,
	a.yellow,
	a.blue,
	a.join {
		width: 45%;
		margin: 10px 2px;
		height: 60px;
	}

	button.yellow.smt-wide,
	button.red.smt-wide,
	button.blue.smt-wide,
	button.gray.smt-wide,
	button.pink.smt-wide,
	button.pink2.smt-wide,
	button.normal.smt-wide,
	a.normal.smt-wide,
	a.yellow.smt-wide,
	a.blue.smt-wide,
	a.join.smt-wide {
		width: 90%;
	}

	button.close {
		padding-top: 4px;
		height: 40px;
	}
	.smt_m10{
		margin: 10px;
	}
	input, textarea{
		font-size: 14px;
		line-height: 1.2em;
	}

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

	/* ■■■■■■ パンくず ■■■■■■ */
	.pankuzu{
		display: none;
	}
	/* ■■■■■■ 見出し 部分 ■■■■■■ */
	.midasi{
		margin-bottom: 10px;
	}
	.midasi:first-child{
		margin-top: 30px;
	}

	.midasi em{
		display: block;
		font-size: 240%;
	}
	.midasi strong{
		font-size: 180%;
	}

	.midasi3,
	.midasi2{
		padding: 5px;
		margin: 30px 0 15px;
		font-size: 17px;
		line-height: 1.3em;
	}
	.midasi4{
		font-size: 120%;
		margin: 30px auto 15px;
	}
	/* ■■■■■■ ヘッダー ■■■■■■ */
	h1,
	h1.add_m_img {
		position: static;
		margin: 0 15% 0 0;
		padding: 5px;
		font-size: 12px;
		line-height: 1.2em;
		color: #333;
		text-shadow: none;
	}
	h1 a{
		color: #333 !important;
	}
	header{
		padding: 0 10px 10px;
		height: auto;
		width: 100%;
		position: relative;
		overflow: visible;
		background: transparent;
		border-right: 0;
	}

	header a.logo{
		clear: left;
		float: none;
		width: 90%;
		margin: 0;
	}
	header a.logo img[src*="logo_smt.png"]{
		display: block;
		width: 75%;
		max-width: none;
	}
	#header_links{
		position: fixed;
		z-index: 1000;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		display: none;
		overflow-y: auto !important;
		overflow-x: hidden !important;
	}
	#header_links a.logo.smt{
		display: block !important;
		background: #fff !important;
		padding: 5px;
		width: 100%;
		float: none !important;
		border-bottom: 1px solid #00b4d2;
	}

	#header_links > nav{
		width: 100%;
		display: block;
		margin: 0;
		background: rgba(0,0,0,0.8);
		padding: 0 0 100%;
		font-family: sans-serif !important;
		overflow: hidden;
	}
	#header_links > nav > span,
	#header_links > nav > a{
		display: block !important;
		box-sizing: border-box;
		width: 50%;
		height: auto;
		float: left;
		background: url(../img/common/icon_header_links_smt.png) no-repeat right 10px center #fff !important;
		background-size: 15px !important;
		padding: 15px;
		text-align: left;
		font-size: 14px;
		color: #222;
		border-left: 0;
		border-bottom: 1px solid #aaa;
	}
	#header_links > nav > span{
		padding: 14px 15px 15px;
		background: #fff !important;
	}
	#header_links > nav > span:nth-child(2n),
	#header_links > nav > a:nth-child(2n){
		border-left: 1px solid #aaa;
	}
	#header_links > nav > a em{
		display: none;
	}
	#header_links > nav > a.logo.smt{
		display: block !important;
		padding: 10px;
		background: #fff !important;
		border-bottom: 1px solid #1eb1c5;
	}
	#header_links > nav > a.logo.smt img[src*="logo.png"]{
		display: block;
		max-width: none;
		width: 75%;
	}
	#header_links > nav > a.logo.smt img[src*="logo2.png"]{
		display: block;
		width: 50%;
		max-width: none;
	}

	#header_links > nav > a:hover{
		color: #000;
	}
	#header_links > nav > p.smt{
		overflow: hidden;
		height: auto;
	}
	#header_links > nav > p.smt a{
		display: block;
		background: url(../img/common/icon_header_links_w.png) no-repeat right center , rgb(255,123,165) !important;
		background: url(../img/common/icon_header_links_w.png) no-repeat right center , -moz-linear-gradient(left,  rgba(255,123,165,1) 1%, rgba(255,179,116,1) 100%) !important;
		background: url(../img/common/icon_header_links_w.png) no-repeat right center , -webkit-linear-gradient(left,  rgba(255,123,165,1) 1%,rgba(255,179,116,1) 100%) !important;
		background: url(../img/common/icon_header_links_w.png) no-repeat right center , linear-gradient(to right,  rgba(255,123,165,1) 1%,rgba(255,179,116,1) 100%) !important;
		background-size: 20px, auto !important;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.header_s_links{
		clear: both;
		overflow: hidden;
		margin: 0;
	}
	.header_s_links a{
		padding: 15px;
		margin: 0;
		background-image: url(../img/common/icon_header_links_w.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 17px;
		border-radius: 0;
		font-size: 14px;
	}
	.header_s_links a + a{
		border-top: 1px solid #fff;
	}
	#header_links .header_tel{
		background: #dfdfdf;
		margin: 0;
		padding: 15px 0;
		text-align: center;
	}

	.header_menu{
		position: fixed;
		right: 5px;
		top: 5px;
		z-index: 1100;
		width: 14%;
		height: 0;
		padding: 14% 0 0;
		cursor: pointer;
		background: rgba(0,180,210,0.8);
		-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;
	}
	.header_menu > div{
		position: absolute;
		background: #fff;
		width: 70%;
		height: 8%;
		left: 15%;
		-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: 20px;
	}
	.header_menu > div:nth-child(1){
		top: 25%;
	}
	.header_menu > div:nth-child(2){
		top: 47%;
	}
	.header_menu > div:nth-child(3){
		top: 70%;
	}
	.header_menu.on{
		opacity: 1 !important;
		background: #00b4d2;
	}
	.header_menu.on > div{
		-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_menu.on > div:nth-child(1){
		-webkit-transform: translate(0, 280%) rotate(45deg);
		transform: translate(0, 280%) rotate(45deg);
	}
	.header_menu.on > div:nth-child(2){
		-webkit-transform: scale(0,1);
		transform: scale(0,1);
	}
	.header_menu.on > div:nth-child(3){
		-webkit-transform: translate(0, -280%) rotate(-45deg);
		transform: translate(0, -280%) rotate(-45deg);
	}


	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	main{
		margin-top: 0;
		margin-left: 0;
		padding: 0;
	}
	.img_r,
	.img_l{
		display: block;
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}
	.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;
	}

	.lead{
		margin: 20px auto;
		font-size: 110%;
	}
	.in{
		padding: 0;
	}
	.main_words{
		margin: 10px auto 30px;
	}
	.main_box.border{
		margin: 0 0 40px;
		padding: 20px;
	}
	.notice{
		background-position: 10px 10px;
		padding: 15px 10px 15px 50px;
		background-size: 30px;
		min-height: 30px;
	}
	
	.notice.error{
		background-position: 10px 10px;
		background-size: 50px;
		padding: 15px 15px 15px 70px;
		min-height: 50px;
		box-shadow: #fff 0 0 0 3px inset;
	}

	/* ■■■■■ オプション ■■■■■ */
	.option_list nav {
		margin-bottom: 0;
	}
	.option_list nav > div{
		width: 48.5%;
		margin: 0 0 3% 3%;
	}
	.option_list nav > div:nth-child(2n+1){
		clear: left;
		margin-left: 0;
	}
	.option_list nav > div > a{
		font-size: 110%;
	}
	.option_list nav > div > a > span strong{
		font-size: 130%;
	}
	.option_list nav {
		margin-bottom: 0;
	}

	/* ■■■■■■ フォルダ内リンク ■■■■■■ */
	.folder_links{
		display: block;
		width: auto;
		border: 1px solid #1eb1c5;
		font-size: 14px;
		line-height: 1.2em;
		border-radius: 5px;
		text-align: left;
		overflow: hidden;
		padding: 0;
	}
	.folder_links p{
		display: none;
		margin: 0 !important;
	}
	.folder_links p a{
		display: block;
		padding: 12px 15px;
		border: solid #1eb1c5;
		border-width: 1px 0 0;
	}
	.folder_links p a.on,
	.folder_links p a:hover{
		background: #e5fcff;
		color: #1eb1c5;
	}
	.folder_links h3{
		display: block;
		padding: 14px 35px;
		margin: 0;
		background: url(../img/common/icon_links_folder.png) no-repeat right center;
		background-size: 30px !important;
		color: #1eb1c5;
		cursor: pointer;
		text-align: center;
	}
	.folder_links h3:hover{
		background-color: #e9f6fa;
	}
	.folder_links h3.on{
		background: url(../img/common/icon_links_folder_on.png) no-repeat right center;
	}

	/* ■■■■■■ ページネーション ■■■■■■ */
	.pagination span,
	.pagination a{
		min-width: 20px;
		padding: 5px 4px;
		font-size: 12px;
		line-height: 1.5em;
	}


	/* ■■■■■■ フッター ■■■■■■ */
	#page-top{
		right: 10px;
		bottom: 60px;
		width: 60px;
	}
	footer {
		padding: 20px 10px;
		margin: 20px 0;
	}
	.footer_logo{
		text-align: center;
	}
	.footer_logo a.logo{
		width: 70%;
		max-width: 240px;
		margin-right: 10px;
	}
	.footer_links > nav{
		text-align: center;
		margin: 20px 0;
	}
	.footer_links > nav a{
		width: auto;
		background: transparent;
		padding: 0px 5px 0px 8px;
		margin: 5px 0;
		border-left: 1px solid #777;
	}
	.footer_links > nav a:first-child, 	.footer_links > nav br + a{
		border-left: 0;
	}
	footer .tel{
		margin: 20px 0 0;
		padding: 15px 0;
		border-top: 1px solid #222;
		border-bottom: 1px solid #222;
		overflow: hidden;
		text-align: center;
	}
	footer .tel img{
		width: 30%;
		max-width: 130px;
		float: right;
	}
	footer .tel strong{
		font-family: Arial, sans-serif;
		font-weight: 600;
		font-size: 160%;
		line-height: 1.2em;
		color: #333;
		vertical-align: middle;
		margin: 0;
	}
	nav.footer-contact.smt{
		position: fixed;
		display: table !important;
		table-layout: fixed;
		left: 0;
		bottom: 0;
		margin: 0 !important;
		width: 100%;
		height: 60px;
		border-spacing: 10px;
		font-size: 12px;
		line-height: 1.2em;
		background: rgba(0, 180, 210, 0.7);
		z-index: 10;
		text-align: center;
	}
	nav.footer-contact.smt a{
		display: table-cell;
		background: #fff;
		width: 50%;
		max-width: none;
		color: #00b4d2;
		border-radius: 5px;
		vertical-align: middle;
	}
	nav.footer-contact.smt a:before{
		content: "";
		display: inline-block;
		width: 20px;
		height: 14px;
		margin-right: 5px;
		background: url(../img/common/icon_contact_b.png) no-repeat center center;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	address{
		margin: 0 0 60px;
	}
}
@media only screen and (max-width: 600px){

	button.yellow,
	button.red,
	button.blue,
	button.gray,
	button.pink,
	button.pink2,
	button.normal,
	a.normal,
	a.blue,
	a.join {
		height: 50px;
	}

	/* ■■■■■■ 見出し 部分 ■■■■■■ */
	.midasi{
		font-size: 12px;
	}
	.midasi em{
		font-size: 230%;
	}
	.midasi strong{
		font-size: 170%;
	}

	.midasi3,
	.midasi2{
		margin: 20px 0 10px;
		font-size: 16px;
		line-height: 1.3em;
	}
	.midasi4{
		font-size: 105%;
		margin: 20px auto 10px;
	}

	/* ■■■■■■ ヘッダー ■■■■■■ */
	h1{
		margin: 0 15% 0 0;
		padding: 2px 0px 2px 5px;
		font-size: 11px;
	}

	/* ■■■■■■ メインコンテンツ ■■■■■■ */
	.main_box{
		margin: 0 0 30px;
	}
	.main_box.border{
		margin: 0 0 30px;
		padding: 10px;
	}
	.lead,
	.main_words,
	.in,
	.in p,
	.main_box p{
		margin: 0 0 20px;
		padding: 0;
	}
	.notice{
		margin: 0 0 20px;
	}

}
@media only screen and (max-width: 500px){
	/* ■■■■■ オプション ■■■■■ */
	.option_list nav > div > a{
		font-size: 100%;
	}
	.option_list nav > div > a > span strong{
		font-size: 120%;
	}

	/* ■■■■■■ フッター ■■■■■■ */
	footer nav.contact{
		font-size: 12px;
	}
	.footer_logo img[src*="logo2.png"],
	.footer_logo img[src*="logo3.png"]{
		max-width: none;
		width: 70%;
	}
	.footer_logo img[src*="logo.png"]{
		width: 100%;
	}
}
@media only screen and (max-width: 400px){
	button.blue,
	button.red,
	button.yellow,
	button.pink,
	button.green,
	button.gray,
	button.normal,
	a.normal,
	a.blue,
	a.join {
		font-size: 14px;
		line-height: 1.2em;
		margin: 10px 2px;
	}
	.box_tab a,
	.box_tab span{
		height: 50px;
	}
	.midasi em{
		font-size: 210%;
		margin-bottom: 5px;
		letter-spacing: 0;
	}
	.midasi strong{
		font-size: 160%;
	}
	/* ■■■■■■ ヘッダー ■■■■■■ */
	h1{
		font-size: 10px;
	}

	/* ■■■■■■ フッター ■■■■■■ */
	footer nav.contact{
		font-size: 11px;
	}
	footer .tel{
		font-size: 110%;
	}
	footer .tel strong{
		font-size: 140%;
	}

	/* ■■■■■ ウェディングサイト用ヘッダータブ ■■■■■ */
	#wedding_site_tab p a{
		font-size: 11px;
	}
}
@media only screen and (max-width: 320px){

}




/* ■■■■■■ .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 > 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 > figure img {
	width: 100%;
}
.popup-banner > figure img.close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: -50px;
	cursor: pointer;
}
@media screen and (max-width: 799px) {
	.popup-banner > figure img.close{
		width: 20px;
		height: 20px;
		right: 5px;
		top: -25px;
	}
}
