@charset "UTF-8";
/* CSS Document */
/********************************************************************************************************/
/**   Rules    **/
/********************************************************************************************************/
/******   break point    ****/
/******   variable    ****/
/******   mix in    ****/
/******   abstract class    ****/

.font-reset {
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #333333;
}
.ta_center {
	text-align: center;
}

strong {
	font-weight: bold;
}

.hover_effect, .more_button, .pc_nav .icon_nav, article #contact_banners > * a, #main_image .main_image_informations ul dl dd, #top_works_list .works_list_box, #top_event_list .event_list_inner .event_list_box, #top_estate_info a, #housing_top_information .housing_info_nav li, #information_details .pager > p a, section.archivement_lists .section_inner .archivement_lists_box, #family_navigation .family_navigation_item {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.hover_effect:hover, .more_button:hover, .pc_nav .icon_nav:hover, .pc_nav menu .icon_nav:hover, article #contact_banners > * a:hover, #main_image .main_image_informations ul dl dd:hover, #top_works_list .works_list_box:hover, #top_event_list .event_list_inner .event_list_box:hover, #top_estate_info a:hover, #housing_top_information .housing_info_nav li:hover, #information_details .pager > p a:hover, section.archivement_lists .section_inner .archivement_lists_box:hover, #family_navigation .family_navigation_item:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.image_link > a, .more_button > a, .pc_nav li > a, #main_image .main_image_informations ul dl dd > a, #housing_top_information .housing_info_nav li > a {
	text-decoration: none !important;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.inline_blocks, .with_image_list_contents .contents_inner, .left_image_contents, .pc_nav ul, .pc_nav menu, footer .foot_inner ul, #main_image .main_image_informations ul dl, #top_event_list .section_inner, #top_event_list .title_wrap, #top_estate_info a, #company_greeting .greeting_image_wrap, #contact_tel_section div.contact_inner, #list_filter .filter_wrapper dl, #information_details .detail_section_title_wrap dl, #information_details .pager, #estate_details .detail_section_title_wrap dl, #housing_details_main dl.housing_main_item, .housing_sub_info_wrap, .housing_sub_info_wrap dl.housing_sub_info, #housing_details_map .map_wrap, section.archivement_lists .section_inner, #free_design_pr .design_archives ul, #life_planning_contents ul.planning_items {
	letter-spacing: -0.40em;
	box-sizing: border-box;
	width: 100%;
}
.inline_blocks > *, .with_image_list_contents .contents_inner > *, .left_image_contents > *, .pc_nav ul > *, .pc_nav menu > *, footer .foot_inner ul > *, #main_image .main_image_informations ul dl > *, #top_event_list .section_inner > *, #top_event_list .title_wrap > *, #top_estate_info a > *, #company_greeting .greeting_image_wrap > *, #contact_tel_section div.contact_inner > *, #list_filter .filter_wrapper dl > *, #information_details .detail_section_title_wrap dl > *, #information_details .pager > *, #estate_details .detail_section_title_wrap dl > *, #housing_details_main dl.housing_main_item > *, .housing_sub_info_wrap > *, .housing_sub_info_wrap dl.housing_sub_info > *, #housing_details_map .map_wrap > *, section.archivement_lists .section_inner > *, #free_design_pr .design_archives ul > *, #life_planning_contents ul.planning_items > * {
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

/********************************************************************************************************/
/**   共通レイアウト設定    **/
/********************************************************************************************************/
/******   frames    ****/
html {
	height: 100%;
}

body {
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #333333;
	text-align: left;
	/*height: 100%;*/
	background-color: white;
}

.sp{
	display:none;
}

img{
	width:100%;
}
/******   input    ******/
input, textarea, select {
	padding: 2px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

/******   A style    ******/
a {
color: #0092C4;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a:hover img{
	opacity: 0.6;
}

a h2{
	color:#333333;
}

a h2:hover,a h2:active {
	text-decoration: none;
}


/******   clearfix    ******/
.clearfix, header {
*zoom: 1;
}
.clearfix:after, header:after, .clearfix:before, header:before {
	content: " ";
	display: table;
}
.clearfix:after, header:after {
	clear: both;
}

/******   icon    ******/
i {
	letter-spacing: 0 !important;
	margin-right:0.5em;
}

.ec-newsRole .ec-newsRole__newsCloseBtn i {
	margin-right:0;
}


/******   common parts    ******/
	.footer_inner address{
	display: inline;
}
/******   font color    ******/
.red{
	color:#8d0000;
}

p{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

/******   inline-block    ******/
.blockin-content{
	display: inline-block;
}
/**********   ヘッダー    **********/

header{
	width:1040px;
	height:300px;
	margin:0 auto;
	display:block;
}

header .login_menu{
	width:1040px;
	z-index: 3;
	margin-right:0;
	margin-left:auto;
	position:absolute;
	text-align:right;
}

header .login_menu ul li{
	margin-right:10px;
	padding:0 5px;
	text-align:center;
	display:inline-block;
	background: #A58563;
}

header .login_menu ul li:hover{
	background:rgb(211, 170, 126);
}


header .login_menu ul li a{
	color:#ffffff;
}
header .login_menu ul li:nth-child(4){
	margin-right:0;
	background:none;
	font-size:13px;
}

header .login_menu ul li.sp{
	display:none;
}
header .ec-cartNaviWrap{}

header .login_menu ul li .ec-cartNavi{
	height:28px;
	padding:6px 8px 1px 8px;
	border-radius: 0 0 10px 10px;
	top:0;
	margin-top:0;
}

header .login_menu ul li .ec-cartNavi .ec-cartNavi__icon{
	font-size:15px;
	color:#A58563;
}
header .login_menu ul li .ec-cartNavi__label{
	top:0;
	margin:-5px 0 auto 0;
}
header .login_menu ul li .ec-cartNavi .ec-cartNavi__price{
	font-size:13px;
	line-height: 1;
	top:0;
	margin:0 3px auto 0;
}

header #header_img{
	top:0;
	position:absolute;
	margin-top: 0;
	margin-left: 0;
}
/********   ナビ    ********/
.pc_nav {
	width: 100%;
}
.pc_nav .gnav{
	 width:1040px;
	 height:48px;
	 margin:0 auto;
	 background:#091933;
	 text-align:center;
	 border-top:3px solid #89603B;
 }
.gnav li {
	width:160px;
	height:45px;
	padding-top:10px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
	font-style: normal;
	font-weight: 600;
	list-style:none;
	position: relative;
	z-index: 9999;
}

.gnav>li:first-of-type {
	width:80px;
}


.gnav li:hover{
	color:orange;
	background-color:#555555;
}
.gnav li ul,
.gnav li menu{
	display:none;
	position:absolute;
	top:45px;
}

.gnav li * li{
	margin:0;
	padding-top:10px;
	border:none;
	background-color:rgba(50, 50, 50, 0.6);
	color:#fff;
}
.gnav li * li a{
	display: inline-block;
	height:45px;
	color:#fff;

}
.gnav li * li a:hover{
	color:orange;
}

.btn_nav {
	width:96vw;
	margin:2vw 0 0 2vw;
	text-align:center;
}

.btn_nav li{
	width:46vw;
	height:44vw;
	padding:2vw;
	background:#DDDDDD;
	display:inline-block;
	border-bottom:3px solid #89603B;
	vertical-align: top;
	font-size:75%;
	margin-bottom:2vw;

}

.btn_nav li img{
	width:75%;
}

.btn_nav li span{
	display:block;
	margin-top:0.5em;
	line-height:1em;
}

.btn_nav li a{
	color:#333333;
}

.btn_nav li span img{
	width:100%;
}

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

.btn_nav li:hover{
	background:#888888;
opacity: 0.8;
}

@media screen and (max-width: 1080px) {
	.pc_nav ul li {
		padding: 0 7px;
	} 
}
#top nav ul li a {
	color: white; 
}
#top nav ul li a:before {
	background-color: white; 
}

/*******    SPナビ    *******/
.sp_nav {
	position: fixed;
	top: 7.5px;
	left: 7.5px;
	display: none;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #a58563;
	z-index: 9999;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.sp_nav_btn, .sp_nav_btn_bar {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp_nav_btn {
	width: 45px;
	height: 45px;
	cursor: pointer;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 101;
}
	.sp_nav_btn_bar {
	width: 20px;
	height: 2px;
	position: absolute;
	top: 29px;
	left: 20px;
	background-color: #a58563; 
	}
.sp_nav_btn_bar_top {
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	transform: translate(0, -8px);
}
.sp_nav_btn_bar_bottom {
	-webkit-transform: translate(0, 8px);
	-moz-transform: translate(0, 8px);
	-ms-transform: translate(0, 8px);
	-o-transform: translate(0, 8px);
	transform: translate(0, 8px);
}
#top .sp_nav .sp_nav_btn_bar {
	background-color: white;
}
.sp_nav.is-opened {
	position: fixed;
	z-index: 999999;
}
.sp_nav.is-opened .sp_nav_btn_bar {
	background-color: white;
}
#top .sp_nav.is-opened .sp_nav_btn_bar {
		background-color: white;
}
.sp_nav.is-opened .sp_nav_btn_bar_top {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sp_nav.is-opened .sp_nav_btn_bar_middle {
	width: 0;
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	-o-transform: translate(10px, 0);
	transform: translate(10px, 0);
}
.sp_nav.is-opened .sp_nav_btn_bar_bottom {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sp_nav.on_scroll {
	background-color: rgba(137, 96,59, 0.75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; 
}
.sp_nav.on_scroll .sp_nav_btn_bar {
	background-color: white;
}
#top .sp_nav.on_scroll .sp_nav_btn_bar {
	background-color: white;
}
.sp_nav.on_scroll.is-opened {
	background-color: transparent; 
}

/*******   格納メニュー   *******/
.responsive_menu {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: -600px;
	height: 100%;
	width: 100%;
	max-width: 600px;
	background-color: rgba(137, 96, 59, 0.95);
	display: block;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.responsive_menu_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9997;
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	display: none;
}
.responsive_menu_wrap.show {
	display: block;
}
.responsive_menu::-webkit-scrollbar {
	display: none;
}
.responsive_menu .inner_menu {
	margin: 30px;
	color: rgba(137, 96, 59, 0.6);
	padding: 0;
}
.responsive_menu .inner_menu p.menu_title {
	margin-bottom: 30px;
	text-align: center;
	font-family: "Open Sans",Sans-Serif;
	font-style: normal;
	font-weight: 500;
	font-size: 130%;
	letter-spacing: 3px;
}
.responsive_menu .inner_menu p.menu_title i {
		margin-right: 10px;
}
	.responsive_menu .inner_menu ul {
	margin-bottom: 30px;
}
.responsive_menu .inner_menu li {
	letter-spacing: normal;
	border-bottom: rgba(255, 255, 255, 0.4) solid 1px;
	box-sizing: border-box;
	width: 100%;
	line-height: 50px;
}
.responsive_menu .inner_menu li a {
	text-decoration: none;
	color: white;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.responsive_menu .inner_menu li i {
		margin-right: 20px;
}
	.responsive_menu .inner_menu p {
	text-align: center;
	color: white;
}
.responsive_menu .inner_menu C
	p.inner_bottom_logo > img {
	width: 70%;
	text-align: center;
	margin-bottom: 30px;
}

	/**SPナビ内アコーデオン**/
.acd-check{
	display:none;
}
.acd-label{
	height: 50px;
	opacity: 1;
	visibility: visible;
	color:#fff;
}		
.acd-content{
	height: 0;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
	color:#fff;
}
.responsive_menu .inner_menu ul.acd-content{
	margin-bottom:0;
}
.responsive_menu .inner_menu ul.acd-content li{
	padding-left:2em;
}

.acd-check:checked + label + .acd-content{
	height: auto;
	opacity: 1;
	visibility: visible;
	display:block;
	position:relative;
}
.acd-check:checked + label i{
	transform:rotate(90deg);
	transition: .5s;
}
ul.acd-content li{
	height:50px;
}

/** トップに戻るボタン **/
#page_top{
	width: 45px;
	height: 45px;
	position: fixed;
	right: 7.5px;
	bottom: -45px;
	background: #A58563;
	opacity: 0.6;
	border-radius: 50%;
	z-index:999;
}
#page_top a{
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free','icomoon';
	font-weight: 900;
	content: '\f106';
	font-size: 45px;
	color: #fff;
	position: absolute;
	width: 45px;
	height: 45px;
	top: -40px;
	bottom: 0;
	right: 14px;
	left: 0;
	margin: auto;
text-align: center;
}

/** PANKUZU **/
#pankuzu {
	text-align: center;
	padding: 20px 0 20px 0;
	color: orange; 
}
#pankuzu a {
	color: orange;
}
#pankuzu i {
	font-size: 120%;
}


/** 見出し **/
h1:not([class*="for-h"]),
.for-h1 {
	font-size: 200%;
	font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 900;
	line-height: 1em;
	margin-top: 0.2em;
	margin-left: 45px;
}
h1:not([class*="for-h"]):before,
.for-h1:before{
	content: '';
	display: inline-block;
	width:45px;
	height:51px;
	background-image: url(../images/common/topic_icon.png);
	background-size:contain;
	vertical-align:middle;
	margin-left:-45px;
}
.ec-pageHeader h1:not([class*="for-h"]),
.ec-pageHeader .for-h1 {
	margin: 10px 0px 48px 61px;
}
header h1 {
	margin: 0;
	font-size: 100%;
	width: 1040px;
}
header h1:not([class*="for-h"]):before{
	content:none;
	background-image:none;
	margin:0;
}

section.item_detail h1:not([class*="for-h"]),
section.item_detail .for-h1 {
	font-size: 220%;
	letter-spacing: 0;
}

section#tate h1:not([class*="for-h"]),
section#maru h1:not([class*="for-h"]),
section#tate .for-h1,
section#maru .for-h1{
	margin-top: 1em;
	margin-bottom: 0em;
}

h2:not([class*="for-h"]), .for-h2 {
	font-size: 170%;
	margin-bottom: 1em;
	border-bottom: 3px solid #89603B;
	padding-left: 1em;
	font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 900;
}

h2.futoji label,h2.futoji legend{
	font-weight: 900;
}

h2:not([class*="for-h"]) span, .for-h2 span {
	font-size: 65%;
	float: right;
	padding-top: .5em;
}


h3:not([class*="for-h"]), .h3style, .for-h3 {
	font-size: 130%;
	font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 900;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	text-align: center;
	border-width: 0;
	padding: 0;
}
section>h3:not([class*="for-h"]), section>.h3style, section>.for-h3{
	text-align:left;
}

.area1040 h3:not([class*="for-h"]), .area1040 .h3style, .area1040 .for-h3 {
	text-align: left;
}

h5:not([class*="for-h"]), .for-h5 {
	font-size: 100%;
	padding-left: 3em;
	font-weight: 700;
	display: block;
	line-height: 1.5em;
	margin-bottom: 2em;
}


span.call_number{
	font-size:330%;
	font-weight:900;
	text-align: center;
}

span.small{
	font-size:50%;
}
/** section **/

section,.ec-layoutRole__main, #pankuzu{
	width:1040px;
	margin:0 auto 40px auto;
}
section.item_detail {
	margin:0 auto 40px auto;
}

table.contact tr{
	padding:5px;
}

table.contact tr:nth-child(2n+1){
	background: #fffafa;
}

section#footer_calendar{
	width:100%;
	min-width:1040px;
	padding-top: 15px;
	padding-bottom: 40px;
	background:rgb(220, 220, 215);
	margin-bottom:0;
}
section#footer_calendar div.area1040{
	margin:0 auto;
}

/**area**/

.area1040{
	width:1040px;
	margin:0 auto 60px auto;
	padding:0;
	display:block;
}

.area800{
	width:800px;
	margin:0 auto;
	display:block;
}

.area640{
	width:640px;
	margin:0;
	display:inline-block;
	top:0;
}
p.area640{
	padding-top: 0.5em;
}
.area400{
	width:360px;
	margin:0 0 0 35px;
	display:inline-block;
	top:0;
	vertical-align:top;
}



.area500{
	width:497px;
	margin-right:40px;
	padding:0;
	display:inline-block;
	vertical-align: top;
}

.area500:nth-of-type(2n){
	margin-right:0;
}

.area500 p{
	margin-bottom:2em;
}

.btn{
	margin-bottom:1.5em;
}

/**
.area500.btn span:before,.area320.btn span:before{
content:'\003E';
margin-right:.75em;
}
**/
.order_logo{
	width:50px;
	border:none;
	display:inline-block;
	margin:-8px 0 0 auto;
	right:5px;
	left:auto;
	position: absolute;
}

.area320{
	width:316px;
	margin:0 40px 40px 0;
	padding:0;
	vertical-align: top;
	display:inline-block;
}
.txt_area320{
	width:355px;
	display:inline-block;
	vertical-align: top;
}



.area320:nth-child(3n){
	margin:0;
}

div.area320 div.area320, article.area320 div.area320{
	margin:0 0 20px 0;
}
.area120{
	width:135px;
	margin:40px 40px 0 0;
	padding:0;
	vertical-align: top;
	display:inline-block;
}

div.area120:nth-of-type(3n){
	margin:40px 0 0 0;
}


ul.area1040 li{
	margin-bottom:40px;
}

.fifth_one{
	width:176px;
	margin:0 40px 0 0;
	vertical-align: top;
	display:inline-block;
}
.fifth_four{
	width:815px;
	vertical-align: top;
	display:inline-block;
}
.sample{
	border:1px solid #888888;
	padding:15px;
}

.sample p{
	margin-top:0.5em;
}

.harf{
	width:calc( calc(100% - 20px) / 2);
	margin-right:15px;
	display:inline-block;
}

.harf:nth-of-type(2n){
	margin-right:0;
}

.harf p{
	text-align:center;
	margin-top:0.2em;
}

.customer{
	font-size:130%;
	font-weight:700;
	margin-top:0;
	line-height:1em;
}

/**マージン**/

.mt40{
	margin-top:40px !important;
}
.mt1c{
	margin-top: 1em !important;
}
.mb40{
	margin-bottom:40px !important;
}

.mb20{
	margin-bottom:20px !important;
}

.mb1c{
	margin-bottom:1em !important;
}

.mr40{
	margin-right:40px !important;
}

.ml40{
	margin-left:40px !important;
}
.ml20{
	margin-left:20px !important;
}

.mb0{
	margin-bottom: 0 !important;
}
.margin-p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/**選択ボックス**/

.green{
	text-align: center;
	font-size:120%;
	color:#fff;
	background:#556b2f;
	padding:5px 5px;
}

.moss{
	text-align: center;
	font-size:120%;
	color:#fff;
	background:#325a25;
	padding:5px 5px;
}


.green span,.moss span,.orange span,.purple span,.navy span,.wine span{
	display:block;
	vertical-align: middle;
	position: relative;
}

.wine span.call_number{
	border:1px solid #fff;
	height:110px;
	padding-top:0;
	display:block;
	vertical-align: middle;
}

.orange{
	text-align: center;
	font-size:120%;
	color:#fff;
	background:#9e7100;
	padding:5px 5px;
}

.purple{
	text-align: center;
	font-size:120%;
	color:#fff;
	background:#411041;
	padding:5px 5px;
}

.navy{
	text-align: center;
	font-size:120%;
	color:#fff;
	background:#091933;
	padding:5px 5px;
}

.wine{
	text-align: center;
	font-size:120%;
	color:#fff;
	background:#580000;
	padding:5px 5px;
}

ul.four_links li{
	list-style-type: none;
	width:330px;
	margin:0 20px 20px 0;
	display:inline-block;
	color:#fff;
}

ul.four_links li a{
	color:#fff;
}


ul.four_links li:nth-of-type(3n){
	margin:0;
}

/** Picture Button **/
.select_order .img{
	position:relative;
}
.select_order .img>.desc{
	width:80%;
	height:4em;
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background:rgba(255,255,255,.7);
	vertical-align: middle;
}
.select_order .img>.desc h3,.select_order .img>.desc>*{
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	border:1px solid #fff;
	margin:5px;
	padding-top:0.3em;
	vertical-align: middle;
	color:#89603B;
	display:block;
}

section.three .area320 a,section.two .area500 a,section.one .area800 a{
	color:#333333;
}

.area320 a,.area500 a,.area800 a{
	text-decoration:none;
	color:#fff;
}
.ec-role {
    margin: 0 auto;
    padding-left: 0; 
    padding-right: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
	width: 100%;
	max-width:1040px;
}

/**ご利用ガイド**/

ul.guide li{
	margin:0.75em 1em;
}

.ec-off3Grid .ec-off3Grid__cell,.ec-cartRole,.ec-orderRole,.ec-mypageRole{
	padding:0;
	margin:0 auto;
}

/** footer **/
footer{
	width:100%;
	background:#091933;
	padding:50px 30px;
	position:relative;
	border-top:3px solid #89603B;
	margin-bottom:0;
	color:#fff;
	font-size:75%;
	bottom:0;
}


.footer_inner{
	width:188px;
	margin-right:2px;
	display:inline-block;
	vertical-align: top;
}

.footer_inner:last-child{
	margin-right:0;
}


.footer_inner a{
	color:#ffffff;
}

/** keyword指定 **/
	.width_half{
	width: 50%;
}