@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------
 *  	         base style setting
 * ----------------------------------------------- */



/* =========== normalize setting =========== */

*{ margin: 0;padding: 0}

html {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-size: 16px;
	line-height: 1.5;
}

a { text-decoration : none}
ul, ol { list-style : none}
img { vertical-align : middle; max-width : 100%; border: none}
a img:hover {opacity:0.8}


body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #333333;
	background-color:#FFF;
}


p#noScript {
}


/* =========== googleMap setting =========== */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* =========== youtube setting =========== */
.youtube_top {
  position: relative;
  width: 100%;
  padding-top: 56.19%;
}
.youtube_top iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.youtube_pastCast {
  position: relative;
  width: 100%;
  padding-top: 56.19%;
}
.youtube_pastCast iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* =========== twitter setting =========== */
.twitter-timeline { 
	width:100% !important; 
	height: 400px; 
}


.fb-post { 
	width:100% !important; 
	height: 400px; 
}


/* =========== google+ setting =========== */
.g-post { 
	width:100% !important; 
	height: 400px; 
}




/* =========== media query setting =========== */


/* ==== width 768px以下の場合 ==== */
@media screen and (max-width : 768px){
	nav#headerNav{visibility:hidden; display:none;}
	header #topText{visibility:hidden; display:none;}	
}


/* ==== width 769px以上の場合 ==== */
@media screen and (min-width : 769px){
	nav#headerNav_mini{ visibility:hidden;display:none;}
	#menu{ visibility:hidden;display:none;}
}

	
/* ==== width 1050px以上の場合(widthを1050に固定しmargin0auto) ==== */
@media screen and (min-width : 1050px){
	body{ max-width:100%; margin:0 auto;}
	nav#g_nav{ max-width:1050px; margin:0 auto;}
	#contentArea #content { max-width:1050px; margin:0 auto;}
	#contentArea #content2 { max-width:990px; margin:0 auto;}
	#footerArea { max-width:990px; margin:0 auto;}
}



/* =========== pageBase =========== */
#pageBase {
	/*background-color:#EBF3E4;
	background-image:url(../img/backGroundImage/backGroundImage_PageBase.gif);
	background-repeat: repeat-y;
	background-position:center;*/
}



/* =========== contentArea =========== */

#contentArea {
	margin:0 0 30px 0;
	padding: 0;
}

/* ==== #content ==== */
#contentArea #content {
	width: 100%;
	margin: 0 auto;
	padding:0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

#contentArea #content:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}



/* ==== #content2 (PaddingTop5px) ==== */
#contentArea #content2 {
	width: 95%;
	margin: 0 auto;
	padding:5px 0 0 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

#contentArea #content2:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}






/* =========== contentArea_Background =========== */
.contentAreaBackImage_001 { }

.contentAreaBackImage_siteTopRika_001 {
	background-image:url(../../top/img/backImage_rika_001.png);
	background-position:center top;
}

/* ====== conceptPage_Background ====== */
.contentAreaBackImage_pageTopConcept_001 {
	background-image: url(../img/backGroundImage/pageTopBG_gradOnly1800.png);
	background-position:center top;	
	background-repeat:no-repeat;
}
@media screen and (min-width : 1050px){
	.contentAreaBackImage_pageTopConcept_001 { 
	background-image:url(../../concept/img/backGroundImage_Top-1800.png);
	height:650px;
	}
}






/* =========== mainArea =========== */
#mainArea {
	margin: 0;
	padding: 0 0 1px;
}

#mainArea.has-localNav {
	width: 100%;
	margin: 0 0 10% 0;
}
@media screen and (min-width : 769px){
	#mainArea.has-localNav {
	float: left;
	width: 75%;
	}
}



/* =========== localNav =========== */
nav#localNav {
	margin:0;
	padding:0;
	width: 100%;
}

nav#localNav ul {
	width:98%;
	margin:0;
	padding:0;
}

nav#localNav ul li{
	margin:0 0 20px 0;
	padding:3px 0 2px 18px;
	font-size:12px;
	color:#222222;
	border-bottom:dotted #999999 1px;
	background-image:url(../img/headingIcon_003.png);
	background-position:left center;
	background-repeat:no-repeat;
}
@media screen and (min-width : 769px){
	nav#localNav {
	margin:0;
	padding:0;
	width: 20%;
	float: right;
	}

	nav#localNav ul {
	width:98%;
	margin:0;
	padding:0;
	}

	nav#localNav ul li{
	margin:0 0 10px 0;
	font-size:12px;
	border-bottom:dotted #999999 1px;
	}
}

nav#localNav ul li a{color:#222222;}
nav#localNav ul li a:hover{ opacity:0.8;}





/* =========== footerArea =========== */
#footerArea {
	width: 95%;
	margin: 0 auto;
}

#footerArea .leyout480_30_480{
	width:100%;
	max-width:1050px;
	margin:0 auto;
	padding:0;
}
#footerArea .leyout480_30_480:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}


#footerArea .leyout480_30_480 .leyout480L{
	width:100%;
	margin:0 0 8px 0;
	padding:0;
}

#footerArea .leyout480_30_480 .leyout480R{
	width:100%;
	margin:0;
	padding:0;
}
@media screen and (min-width : 769px){
	#footerArea .leyout480_30_480 .leyout480L{
	width:38%;
	margin:0 4% 0 0;
	padding:0;
	float:left;
	}

	#footerArea .leyout480_30_480 .leyout480R{
	width:58%;
	margin:0;
	padding:0;
	float:right;
	}
}


#footerArea hr {
	border:#60482b solid;
	border-width:1px 0 0 0;
	margin-bottom:30px;
}

#footerArea h2 {
	visibility:hidden;
	display:none;
}

#footerArea h3 {
	margin:0 0 15px;
	padding:0;
	vertical-align:middle;
}

#footerArea h4 {
	margin:0 0 5px;
	padding:0;
	font-size:14px;
	color:#3d2f1e;
}

#footerArea dl {
	margin:0 0 20px;
	padding:0;
	color:#57340b;
}
#footerArea dt {
	float:left;
	margin:0 5px 8px 5px;
	font-size:12px;
}
#footerArea dd {
	font-size:12px;
}

#footerArea dl :after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}





/* = copyRight = */
#copyRight {
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
}
@media screen and (min-width : 769px){
	#copyRight {
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
	}
}



/* =========== pageTop =========== */
#pageTop {
	position: fixed;
	bottom: 100px;
	right: -1px;
}





/* =========== loading =========== */
#loading {
}





















/* 以下より追加 */
/* =========== font =========== */
@font-face {
  font-family: "Quickpen";
  src: url("../font/Quickpen/2F7BEE_0_0.eot?#iefix");
  src: url("../font/Quickpen/2F7BEE_0_0.eot?#iefix") format("eot"), url("../font/Quickpen/2F7BEE_0_0.woff2") format("woff2"), url("../font/Quickpen/2F7BEE_0_0.woff") format("woff");
}

@font-face {
  font-family: "Yumintyo";
  src: url("../font/yumintyo/yumin.ttf") format("ttf");
  src: url("../font/yumintyo/yumin.woff") format("woff");
}



/* =========== base =========== */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color:#000000;
  word-wrap: break-word;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese","メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
	opacity: 1 !important;

  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media only screen and (max-width: 48em) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
}

ul,
input {
  padding: 0;
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
th,
td {
  box-sizing: border-box;
}

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

img {
  width: 100%;
  width: 100%\9;
  border: none;
  vertical-align: middle;
}

svg{width:100%;}

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

/* font_yumin */
.yumin{
    font-family:"Yu Mincho","Yumintyo";
    font-weight: bold;
}

.italic{
    font-family:"Times New Roman", Times, "serif";
    font-weight: normal;
    font-style: italic;
}



/* =========== imageLoaded =========== */
div#loadingArea{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 500;
}
div.loading_image{
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 150px; /*★35*/
    height: 100px; /*★35*/
}
div.loading_image img{
    
}

div#progressBar{
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #bda575;
    z-index: 501;
}

div#imageLoaded{
}

div#imageLoaded img{
    width: 150px;
}
p#pst{
    font-size: 45px;
}
p#maisu{
    font-size: 45px;
}

div.imgBackTest{
    background-image: url(./test7.jpg);
    width: 200px;
    height: 200px;
    background-size: cover;
}



/* =========== map_custmomize =========== */
div#map_custmomize{
	width:100%;
	height:550px;
	border:solid 1px #A7A7A7;
	}

/* =========== pageBase =========== */
div.base_area {
  position: relative;
  margin:0;
  padding:0;
  min-width: 320px;
  width: 100%;
}

/* =========== mainArea =========== */
div.main_area {
  	position: relative;
	width:100%;
	margin:0;
	padding:0;
	background-color: #ffffff;
	z-index:2;
}
/* 480px */
@media only screen and (max-width: 30em) {
div.main_area {
	width:100%;/* header分 */
	margin:0;
}
}


/* =========== headerArea =========== */
header.header_area{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:60px;
	margin:0;
	padding:0;
	background-color: rgba(255,255,255,1);
	z-index:9999;
	}

/*=====header_logo=====*/
div.header_logo_box{
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 180px;
	z-index: 101;
}
div.header_logo_box::after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	content: "";
	height: 40px;
	width: 0px;/*1px*/
	background-color: #fff;
}
div.header_logo_box > a{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100px;
	height: 60px;
	cursor: pointer;
	text-align: center;
}
svg.svg_header_logo{
	display: inline;
	height: 50px;
	width: 100px;
	fill:#000;
}
/* 864px */
@media only screen and (max-width: 54em) {
header.header_area{
	height:50px;
	}
/*=====header_logo=====*/
div.header_logo_box{
	height: 40px;
	width: 100px;
}
div.header_logo_box::after{
	height: 30px;
}
div.header_logo_box > a{
	height: 40px;
}
svg.svg_header_logo{
	height: 40px;
}	
}

/*=====■navigation_area=====*/
section.navigation_area{
	position: absolute;
	top: 0;
	left: 200px;
}
section.navigation_area nav.global_navigation{
	margin: 0;
	padding: 0 0 0 20px;
}

/*メインナビリスト*/
ul.global_navigation_list{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 60px;
	font-size: 0;
}
ul.global_navigation_list li{
	display: inline-block;
	line-height: 1;
	padding: 0;
	text-align: left;
	height: 60px;
	font-family:  "Noto Sans Japanese";
	vertical-align: bottom;
}
ul.global_navigation_list li a{
	display: block;
	height: 60px;
	margin: 0;
	padding: 22px 25px 0 25px;
	box-sizing: border-box;
	transition: all 0.3s;
    text-decoration: none;
}

ul.global_navigation_list li a:hover{
	background-color: #bda575;
}
ul.global_navigation_list li a > span{
	display: block;
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1.4px;
	font-weight: 500;
}
ul.global_navigation_list li span > span{
	display: block;
	padding-top: 3px;
	font-size: 9px;
	font-size: 0.9rem;
	letter-spacing: normal;
	font-weight: normal !important;
}

/* 1400px */
@media only screen and (max-width: 87.5em) {
section.navigation_area nav.global_navigation{
	padding: 0 0 0 10px;
}
ul.global_navigation_list li a{
	padding: 22px 15px 0 15px;
}
/*en*/
header.header_area_en ul.global_navigation_list li a{
	padding: 22px 15px 0 15px;
}
}

/* 960px */
@media only screen and (max-width: 60em) {
section.navigation_area nav.global_navigation{
	padding: 0 0 0 5px;
}
ul.global_navigation_list li a{
	padding: 15px 10px 0 10px;
}
/*en*/
header.header_area_en ul.global_navigation_list li a{
	padding: 22px 10px 0 10px;
}
}

/* 864px */
@media only screen and (max-width: 54em) {
section.navigation_area{
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	margin: auto;
	height: 0%;
	background-color: #bda575;
}
section.navigation_area nav.global_navigation{
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	height: 100%;
}

/*メインナビリスト*/
ul.global_navigation_list{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 0;
	width: 100%;
}
ul.global_navigation_list li{
	display: block;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	height: auto;
	vertical-align: bottom;
}
ul.global_navigation_list li a{
	display: block;
	height: auto;
	margin: 0;
	padding: 10px 0;
	box-sizing: border-box;
	transition: all 0.3s;
}

ul.global_navigation_list li a > span{
	display: block;
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1.4px;
	font-weight: 500;
	color: #fff;
}
ul.global_navigation_list li span > span{
	display: block;
	padding-top: 3px;
	font-size: 9px;
	font-size: 0.9rem;
	letter-spacing: normal;
	font-weight: normal !important;
}
}





/*=====■sub_navigation_area=====*/
section.sub_navigation_area{
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20%;
	height: 30px;
	z-index: 101;
}
ul.sub_navigation_list{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: right;
}
ul.sub_navigation_list li.sub_navigation{
	display: inline-block;
	width:auto;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
ul.sub_navigation_list li.sub_navigation a{
	display: block;
	width:auto;
	height: auto;
	margin: 0;
	padding: 5px;
	line-height: 1;
	letter-spacing: 1.2px;
	font-size: 0.9rem;
	font-size: 9px;
	color: #fff;
    text-decoration: none;
	border: solid #fff 1px;
	transition: all 0.3s;
}
ul.sub_navigation_list li.sub_navigation a:hover{
	background-color: #333;
}

/* sub_sns サブナビにSNSアイコンを入れる場合 */
ul.sub_navigation_list li.sub_navigation_sns{
	display: inline-block;
	width:22px;
	height: 22px;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}
ul.sub_navigation_list li.sub_navigation_sns a{
	width:22px;
	height: 22px;
}
ul.sub_navigation_list li.sub_navigation_sns a svg{
	width:22px;
	height: 22px;
	fill:#fff;
}

/* 864px */
@media only screen and (max-width: 54em) {
section.sub_navigation_area{
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	top: auto;
	bottom: 30px;
	margin: auto;
	width: 20%;
	height: 30px;
	z-index: 101;
}
ul.sub_navigation_list{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
ul.sub_navigation_list li.sub_navigation{
	display: inline-block;
	width:auto;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
ul.sub_navigation_list li.sub_navigation a{
	display: block;
	width:auto;
	height: auto;
	margin: 0;
	padding: 5px;
	line-height: 1;
	letter-spacing: 1.2px;
	font-size: 0.9rem;
	font-size: 9px;
	color: #fff;
	border: solid #fff 1px;
	transition: all 0.3s
}
ul.sub_navigation_list li.sub_navigation a:hover{
	background-color: #333;
}

/* sub_sns サブナビにSNSアイコンを入れる場合 */
ul.sub_navigation_list li.sub_navigation_sns{
	display: inline-block;
	width:22px;
	height: 22px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}
ul.sub_navigation_list li.sub_navigation_sns a{
	width:22px;
	height: 22px;
}
ul.sub_navigation_list li.sub_navigation_sns a svg{
	width:22px;
	height: 22px;
	fill:#fff;
}
}





/*=====header_trigger=====*/
div.navigation_trigger{
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	height: 20px;
	width: 26px;
	cursor: pointer;
	z-index: 101;
}
div.navigation_trigger span.navigation_trigger_parts{
	position: absolute;
	display: block;
	width: 30px;
	height: 1px;
	background-color: #000;
	transition: all 0.3s;
}

div.navigation_trigger span.navigation_trigger_parts.trigger_parts1{
	top: 0;
}
div.navigation_trigger span.navigation_trigger_parts.trigger_parts2{
	top: 0;
	bottom: 0;
	margin: auto;
}
div.navigation_trigger span.navigation_trigger_parts.trigger_parts3{
	bottom: 0;
	width: 70%;
}
/*hover effect*/
div.navigation_trigger:hover span.navigation_trigger_parts.trigger_parts3{
	width: 30px;
}

/*=====header_trigger__is_open=====*/
div.navigation_trigger.is_open{

}
div.navigation_trigger.is_open span.navigation_trigger_parts{
	margin: auto;
}
div.navigation_trigger.is_open span.navigation_trigger_parts.trigger_parts1{
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
}
div.navigation_trigger.is_open span.navigation_trigger_parts.trigger_parts2{
	opacity: 0;
}
div.navigation_trigger.is_open span.navigation_trigger_parts.trigger_parts3{
	top: 0;
	bottom: 0;
	transform: rotate(-45deg);
	width: 30px;
}



/* 864px */
@media only screen and (max-width: 54em) {
div.navigation_trigger{
	display: block;
}
}


/* =========== headerArea =========== */





/* =========== contentArea =========== */
div.content_area {
	padding-top: 60px;
}
/* 1024px */
@media only screen and (max-width: 64em) {
div.content_area {
}
}
/* 864px */
@media only screen and (max-width: 54em) {
div.content_area {
	padding-top: 50px;
}
}

/* 見出しスタイル */
div.design_heading_form{
    text-align: center;
    padding: 0;
    margin-top: 65px;
}
div.design_heading_form h2{
    margin: 3px 0;
    font-size: 38px;
    font-weight: bold;
    color: #bda575;
}
div.design_heading_form span{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #bda575;
	padding-bottom: 5px;
    /*font-family: "Quickpen";*/
}
div.design_heading_form span::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    background-color: #bda575;
    margin: auto;
}
div.design_heading_form p{
	text-align: left;
	width: 90%;
	margin: 2% auto;
}

/* 480px */
@media only screen and (max-width: 30em) {
div.design_heading_A{
}
div.design_heading_A h2{
    font-size: 24px;
}
div.design_heading_A span{   
    font-size: 20px;
}
}

/* 承りました*/
h2.test{
    text-align: center;
	font-size: 24px;
}

.form_mb_show {
	display: none;
}

/* 480px */
@media only screen and (max-width: 30em) {
.form_mb_show {
	display: block;
}
}

/* 公式HPへ戻るボタン*/
.btn_form_back{
	/*widows: 500px;*/
	width: 100%;
	margin: 5% auto;
	}
.btn_form_back{
	display: block;
	width: 50%;
	font-size: 16px;
	padding: 15px 0;
    text-decoration: none;
	letter-spacing: 1.3px;
	line-height: 1;
	text-align: center;
	background-color: #bca475;
	vertical-align: middle;
	color: #fff;
    border: solid 1px #bca475;
	border-radius: 30px;
	}

.btn_form_back a{
	color: #FFF;
	}

.btn_form_back a:hover{
	background-position: right 3px center;
	}

/* 480px */
@media only screen and (max-width: 30em) {
.btn_form_back{
	width: 70%;
}
}


/* =========== asideArea =========== */
/*contact*/
article.aside_contact_arti{
	margin: 0 auto;
	padding: 15px 0;
	background-color: #000000;
	color: #fff;
}
/*svg*/
svg.svg_aside_contact_logo{
	float: left;
	width: 130px;
	height: 60px;
	padding-top: 20px;
	fill:#ffffff;
}

div.aside_contact_arti_inner{
	float: left;
	width: calc(100% - 130px);
	text-align: center;
}

div.aside_contact_arti_inner h2{
	display: inline-block;
	font-size: 34px;
	font-family: 'Spectral', serif;
	font-weight: normal;
}
div.aside_contact_arti_inner h2 span{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
div.aside_contact_arti_inner h2::after{
	display: inline-block;
	content: "";
	height: 1px;
	vertical-align: middle;
	width: 150px;
	background: #fff;
}
div.aside_contact_arti_inner a.aside_tell{
	display: inline;
	color: #ffffff;
	font-family: 'Spectral', serif;
	font-size: 34px;
	margin: 0 10px 0 0;
}
dl.aside_contact_dl{
	display: inline-block;
	font-size: 10px;
	line-height: 1.4;
	text-align: left;
}
dl.aside_contact_dl dt{
	float: left;
	width: 40px;
}
dl.aside_contact_dl dd{
	width: 200px;
}
/* 480px */
@media only screen and (max-width: 30em) {
svg.svg_aside_contact_logo{
	float: none;
	width: 100%;
	height: 45px;
	padding-top: 10px;
}
div.aside_contact_arti_inner{
	float: none;
	width: 100%;
}
div.aside_contact_arti_inner h2{
	display: block;
	font-size: 28px;
}
div.aside_contact_arti_inner h2 span{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	font-size: 1.1rem;
}
div.aside_contact_arti_inner h2::after{
	display: block;
	width: 200px;
	margin: 0 auto;
}
div.aside_contact_arti_inner a.aside_tell{
	display: block;
	font-size: 24px;
	margin: 0 0 5px 0;
}
dl.aside_contact_dl{
	display: inline-block;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
}
dl.aside_contact_dl dt{
	float: left;
	width: 45px;
}
dl.aside_contact_dl dd{
	width: 200px;
}
}


/*instagram*/
article.aside_instagram_arti{
}

h2.aside_instagram_title{
	padding: 10px 0 0 0;
	text-align: center;
	font-family: 'Spectral', serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;	
}

p.aside_instagram_txt{
	margin: 0 0 10px 0;
	text-align: center;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-size: 1.6rem;
}
svg.svg_aside_intragram_icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align:middle;
}


/* instafeed */
ul.aside_instafeed{
	width:100%;
	margin:0 auto;
	list-style:none;
	}
ul.aside_instafeed:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
ul.aside_instafeed li{
	float:left;
	width:11.111111111%;
	margin:0;
	padding:0;
	outline:solid 3px #FFFFFF;
	}
ul.aside_instafeed li img{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	line-height:0;
	}

/* 768px */
@media only screen and (max-width: 48em) {
ul.aside_instafeed{
	width:94%;
	margin:0 auto;
	}
ul.aside_instafeed li{
	width:33.333333%;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
article.aside_instagram_arti{
	margin: 0 0 10px 0;
}
}

/* =========== asideArea =========== */



/* =========== footerArea =========== */
footer.footer_area {
	position:relative;
	width:100%;
  	margin:0;
  	padding:20px 0 0 0;
	background-color: #f5f5f5;
	text-align:center;
	z-index:2;
    border-top: solid 1px #f5f5f5
}

/*footerlogo*/
div.footer_logo_box{
	margin: 0 auto 10px;
	text-align: center;
}

div.footer_logo_box a{
}

div.footer_logo_box a svg.svg_footer_logo{
	width: 200px;
	height: 35px;
	fill:#000;
}

/* adress */
address.footer_address_box{
    /*padding: 10px;*/
}
address.footer_address_box p{
    text-align: left;
    font-size: 14px;
    font-style: normal;
	padding: 0 30px;
}

/* footer sns area */
div.footer_sns_area{
	margin:0 0 10px 0;
	padding:0;
	}

ul.sns_list{
	}
	
ul.sns_list li{
	display: inline-block;
	margin:0 5px 0 0;
	width:20px;
	height:20px;
	}
ul.sns_list li::last-child{
	margin:0 0 0 0;
	}
ul.sns_list li a{
	position: relative;
	display:block;
	width: 100%;
	height: 100%;
	}
	
ul.sns_list li a svg{
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	fill:#fff;
	width:20px;
	height:20px;
	}


/* footerOtherPageNavi */
nav.footer_nav{
	display: flex;
	margin: 0 auto 20px;
	}	
nav.footer_nav ul.footer_nav_list{
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: left;
	}
nav.footer_nav ul.footer_nav_list li{
	display:block;
	margin:0;
	font-size:1.2em;
	font-size:12px;
	}
nav.footer_nav ul.footer_nav_list li a{
	text-decoration:none;
	letter-spacing:2px;
	color: #fff;
	}
/* 768px */
@media only screen and (max-width: 48em) {
nav.footer_nav{
	display: flex;
	flex-wrap: wrap;
	}	
nav.footer_nav ul.footer_nav_list{
	width: calc(100%/3);
	text-align: center;
	}
}

/* footer_copy */
small.footer_copy{
	display: block;
	text-align:center;
	font-size:1.0em;
	font-size:10px;
	background-color: #fff;
	color: #000;
	letter-spacing: 1.4px;
	padding: 20px 0;
	}

/* 480px */
@media only screen and (max-width: 30em) {
footer.footer_area {

}

/*footerlogo*/
div.footer_logo_box{
	margin: 0 auto 10px;
	text-align: center;
}

div.footer_logo_box a{
}

div.footer_logo_box a svg.svg_footer_logo{
	width: 100%;
	height: 50px;
}
}



/* Btn */
a.Btn{
	display: inline-block;
	border: 2px solid #7ec9c1;
	background-color: #7ec9c1;
	width: 350px;
	padding: 20px 80px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	transition: 1s;
	margin: auto;
}
a.Btn:hover{
	border: 2px solid #7ec9c1;
	background-color: #f5f5f5;
	padding: 20px 80px;
	color: #7ec9c1;
	width: 350px;
	transition: 1s;
}



@media only screen and (max-width: 48em) {
a.Btn{
	width: 250px;
}
a.Btn:hover{
	width: 250px;
}
@media only screen and (max-width: 30em) {
a.Btn{
	font-size: 16px;
	width: 100% !important;
	padding: 20px 0;
}
a.Btn:hover{
	width: 100% !important;
	padding: 20px 0;
}
}





/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}