
@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #FFFFFF;
	font-family: "游明朝", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	/*	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
	word-wrap: break-word;
	height: 100%;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

strong {
	font-weight: normal;
}

li {
	list-style-type: none;
}

a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 300;
}

header h1 a img {
	display: block;
	position: absolute;
}

/*スマートフォン用*/


#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

/*スマートフォン用*/
#g_navi_sp ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	/*background-color: #F6F6F6;*/
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #999;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #111;
}

.pankuzu li i {
	padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content p{
	font-weight:bold;
}

.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#top_slide {
	margin:0px;
	padding-top: 100px;
	padding-bottom: 0px;
	background-color: #FFF;
}	


#top_slide_sp {
	margin:0px;
	padding-top: 100px;
	padding-bottom: 0px;
	background-color: #FFF;
}	

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#index_top ul.sm-slider {
	position: relative;
}

#index_top #top_catch {
	display:none;
}

#index_top #top_catch p {
	font-size: 14px;
}

.content h2 {
	font-size: 45px;
	line-height: 55px;
	margin-top: 50px;
	margin-bottom: 50px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;*/
	font-weight: normal;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}

.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 17px;
	color: #999;
}

.content h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	font-weight: normal;
	color: #111;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
}

.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	/*background-color: #CCC;*/
	content: '';
}

.content h3 span {
	font-size: 16px;
	color: #888;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	color: #555;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ul_news li span {
	color: #999;
	padding-right: 20px;
}

/*
コンテンツ大ボタン
-------------------------------------------*/
.content .btn_001 a {
	font-size: 20px;
	color: #FFF;
	text-align: center;
	border: 5px solid #F6F6F6;
	text-decoration: none;
	display: block;
	width: 88%;
	background-color: #333333;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
	clear: both;
}
.content .btn_001 a i {
	padding-right: 10px;
}
.content .btn_001 a:hover {
	color: #333333;
	text-align: center;
	background-color: #FFF;
	width: 90%;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.content .img_left p {
	font-size: 12px;
	margin: 0px;
}

/*スマートフォン用のヘッダー*/

#top_slide .top_catch {
	position: absolute;
	top: 0%;
}

#top_slide .top_catch img.logo{ 
	display::none;
}

#top_slide .top_catch span {
	font-size: 25%;
}

/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 10px;
	background-color: #e0a8ae;
	padding: 20px;
	height: 30px;
	width: 30px;
}

.to_top a:hover {

}

/*
フッター
-------------------------------------------*/

footer {
	background-color: #FFF;
	color: #333;
	clear: both;
	width: 100%;
	display: block;
}

footer ul.f_nav {
	text-align: center;
	display: block;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #FFF;
}

footer .f_nav li {
	display: inline;
}

footer .f_nav li a {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #333;
	margin-left: 10px;
}

footer .f_nav li a:hover {
	text-decoration:underline;
	color: #f0d2d5;
}

address {
	font-size: 10px;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	background-color: #FFF;
}


/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}

.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}

.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}

.content table.table_01 td.td_price {
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	color: #008C69;
	font-weight: bold;
}

.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 600px;
}

.content table.table_02 th,
.content table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}

.content table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
	background-color: #F6F6F6;
}

.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
}

.content table.table_02 td .price {
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

#mailform table.m_form {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#mailform table.m_form th {
	text-align: right;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#cont_base #mailform table.m_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}

#cont_base #mailform table.m_form th span {
	color: #FF0000;
	padding-left: 5px;
	padding-right: 5px;
}
#mailform table.m_form td {
	padding: 10px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}

form input.form_btn {
	background-color: #333;
	color: #FFF;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

form input.form_btn:hover {
	background-color: #FFF;
	color: #333;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	cursor: pointer;
}

.small {
	font-size: smaller;
	color: #666;
}

.chui {
	color: #F03600;
}

#cont_base .content .navi_sitemap li {
	padding-left: 20px;
}

.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}

.table_01 th span {
	font-size: 12px;
	color: #CCC;
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.g_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
トップ下部ピックアップ
-------------------------------------------*/
.pick_up {
	height: 30%;
	max-height: 500px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
}

.pick_up .sc_btm a {
	line-height: 50px;
	color: #333;
	background-color: #FFF;
	height: 100px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	background-image: url(../img/sc_btm.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 80;
	text-align: center;
}

.pick_up .sc_btm a:hover {
	color: #000;
	height: 110px;
	width: 110px;
	border-radius: 55px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	margin-top: -10px;
	margin-left: -55px;
}

.pick_up ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pick_up ul li {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.pick_up ul li a {
	display: block;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	overflow: hidden;
}

.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.pick_up ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a:hover {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
}

a .btn_check {
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 50%;
	margin-top: -15px;
	margin-left: -25%;
	border: 2px solid #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	font-weight: bold;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover .btn_check {
	color: #000;
	background-color: #FFF;
}

a .btn_check i {
	padding-right: 10px;
	padding-left: 5px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover .btn_check i {
	padding-right: 5px;
	padding-left: 10px;
}


/*
ギャラリー
-------------------------------------------*/

.dress_list{
	padding-bottom:160px;
}

.dress_list header{
	display: none;
}

.gallery{
	margin:auto auto;
	max-width: 1200px;
	width:100%;
}

.gallery li{
	float: left;
	width: calc(100%/2);
	line-height: 0;
}

.gallery img{
	width: 100%;
	height: auto;
}


.moive_list {
	max-width: 1200px;
	width:100%;
	margin:auto auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.moive_list .list_box {
	width: 48%;
	/*background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;*/
	margin-bottom: 20px;
	left: 200px;
}

.moive_list .list_box iframe{
	width:560px;
	height:315px;
}

.moive_list .list_box:hover {
	/*background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;*/
}

.moive_list .list_box h2 {
	text-align: center;
	padding-top: 20px;
	/*background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;*/
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}

.moive_list .list_box img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.photo{
	margin: 0 auto 0 auto ;
	padding:0px;
	max-width: 1200px;
	width:100%;
}

#top_slide .top_catch img.logo{
	display:none;
}

.insta_area{
	margin:50px auto 0 auto;
	max-width:1200px;
	width:100%;
	text-align:center;
}



/*要素が960px以上*/
@media screen and (min-width:960px){
body {
	font-size: 16px;
}
.sm-slider, .sm-slider::after {
	top: 100px !important;
}
/*
ヘッダー 
-------------------------------------------*/
header {
	height: 100px; /*高さの調整*/
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header h1 a img { /*ロゴサイズ調整*/
	top: 20px;
	left: 10px;
	width:auto;
	height:auto;
}

header.fixed {
	height: 110px;
}

header.fixed h1 a img {
	height: auto;
	top:5px;
}


.menu_btn,
.btn_close {
	display: none;
}

.menu_btn_sp,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 98%;
	padding-left: 2%;
	display: block !important;
	height: 45px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	width: 98%;
	padding-left: 2%;
	height: 55px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 1px;
	border-bottom:2px solid #e0a8ae;
}

#g_navi .nav_area{
	display:none;
	border-top:none;
}

#g_navi ul.navi_base {
	width: 100%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: 14%;
	padding-top: 15px;
	height: 35px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: #FFF;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #e0a8ae;
	top:0px;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #e0a8ae;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #FFF;
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
  border-bottom: 10px solid #e0a8ae;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #e0a8ae;
}
#g_navi ul li ul{
  width: 96%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi li ul li a {
	width: 21%;
	padding-left: 3%;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	height: auto;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#g_navi li ul li a::after {
	content: "+";
	color: #FFF;
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}
#g_navi li ul li a:hover::after {
	color: #e0a8ae;
}
#g_navi ul li ul li a:hover{
	color: #e0a8ae;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}

/*
スマートフォン用ナビ
-------------------------------------------*/

#g_navi_sp {
	width: 98%;
	padding-left: 2%;
	display: block !important;
	height: 45px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	width: 98%;
	padding-left: 2%;
	display: block!important;
	height: 55px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 1px;
	border-bottom:2px solid #e0a8ae;
}

#g_navi_sp .nav_area{
	display:none;
	border-top:none;
}

#g_navi_sp ul.navi_base_sp {
	width: 100%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#g_navi_sp ul li{
	display: inline;
}

#g_navi_sp li a {
	width: 14%;
	padding-top: 15px;
	height: 35px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}

#g_navi_sp li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: #FFF;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi_sp li a:hover::before {
	background-color: #e0a8ae;
	top:0px;
}

#g_navi_sp li a:hover,
#g_navi_sp li a.active,
#g_navi_sp ul li:hover > a {
	color: #e0a8ae;
}

#g_navi_sp ul li:hover > a.ac_menu,
#g_navi_sp li a.ac_menu:hover {
	position: relative;
}

#g_navi_sp li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #FFF;
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi_sp ul li:hover > a.ac_menu::after,
#g_navi_sp li a.ac_menu:hover::after {
  border-bottom: 10px solid #e0a8ae;
}

#g_navi_sp ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #e0a8ae;
}
#g_navi_sp ul li ul{
  width: 96%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi_sp li ul li a {
	width: 21%;
	padding-left: 3%;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	height: auto;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#g_navi_sp li ul li a::after {
	content: "+";
	color: #FFF;
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}
#g_navi_sp li ul li a:hover::after {
	color: #e0a8ae;
}
#g_navi_sp ul li ul li a:hover{
	color: #e0a8ae;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi_sp li li a::before {
	display: none;
}

#g_navi_sp ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi_sp div.ac_list {
	display: block !important;
}

header.fixed #g_navi {
	height: 40px;
}

header.fixed #g_navi ul li div {
	top: 40px;
}

header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;
}

header.fixed #g_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}

#index_top {
	min-height: 850px;
}

/*
フッター
-------------------------------------------*/

address {
	letter-spacing: 1px;
	text-align: center;
	display: block;
	
}

.no_pc {
	display: none;
}

.insta_area img{
	margin:50px auto 0 auto;
	max-width:960px;
	width:100%;
	text-align:center;
}

}

/*要素が1200px以上*/
@media screen and (min-width:1200px){

header h1 a img {
	left:50%;
	margin-left: -600px;
}

.insta_area img{
	margin:50px auto 0 auto;
	max-width:1200px;
	width:100%;
	text-align:center;
}

 
}

/*要素が960px以下*/
@media screen and (max-width:960px){

body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

/*img {
	max-width: 100% !important;
	width :auto;
	margin-left:auto;
	margin-right:auto;
}*/

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list li {
	width: 31%;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #555;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*スマートフォン用*/

.menu_btn_sp {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}

.menu_btn_sp:hover {
	cursor: pointer;
}

.menu_btn_sp span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #555;
}

.menu_btn_sp span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }

.menu_btn_sp span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn_sp span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn_sp:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn_sp:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn_sp.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn_sp.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn_sp.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

#g_navi ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

#g_navi li.nav_bottom{
	border-bottom: none;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi ul li a:hover {
	color: #999;
}

body.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #555;
}
#g_navi ul li a.ac_menu.active {
	color: #999;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}
#g_navi ul li ul li {
	border-bottom: none;
}
#g_navi ul li li:first-child {
	border-top: none;
}
#g_navi ul li ul li a {
	border-bottom: none;
}
#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #999;
}

#g_navi ul li ul li a:hover {
	color: #999;
}

.header #g_navi{
	display:none;
}

/*スマートフォン用*/

#g_navi_sp {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g_navi_sp ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi_sp ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

#g_navi_sp ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

#g_navi_sp li.nav_bottom{
	border-bottom: none;
}

#g_navi_sp ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi_sp ul li a:hover {
	color: #999;
}


/*
アコーディオン
--------------------------------------------------*/


#g_navi_sp ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi_sp ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #555;
}
#g_navi_sp ul li a.ac_menu.active {
	color: #999;
}
#g_navi_sp ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi_sp div.ac_list {
	display: none;
}
#g_navi_sp ul li ul li {
	border-bottom: none;
}
#g_navi_sp ul li li:first-child {
	border-top: none;
}
#g_navi_sp ul li ul li a {
	border-bottom: none;
}
#g_navi_sp ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #999;
}

#g_navi_sp ul li ul li a:hover {
	color: #999;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #F2F2F2;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height: 50px;
}

header h1 a img {
	top: 5px;
	left:5px;
	height: 40px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}

#top_slide {
	padding-top: 50px;
}	



/*
フッター
-------------------------------------------*/
address {
	text-align: center;
	padding-top: 10px;
	display: block;
	clear: both;
}

footer ul.f_bn {
	float: none;
}

footer .f_bn li a {
	font-size: 11px;
	padding: 8px;
}

.no_sp {
	display: none;
}

.moive_list .list_box {
	width: 100%;
	/*background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;*/
	margin-bottom: 20px;
	text-align:center;
}

.moive_list .list_box iframe{
	width:650px;
	height:335px;
}

.insta_area img{
	margin:50px auto 0 auto;
	max-width:960px;
	width:95%;
	text-align:center;
}

}

/*要素が640px以内*/
@media screen and (max-width:640px){

header h1 a img {
	top:5px;
	height: 30px;
}


#top_slide .top_catch {
	font-size: 10vw;
	top: 0;
	left:0;
}

#top_slide .top_catch img.logo{
	display:block;
	padding:10px;
	width:50px;
	height:auto;
}

#mailform table.m_form th,
#mailform table.m_form td {
	width: 100% !important;
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	#mailform table.m_form th {
	border-right-style: none;
	padding-bottom: 5px;
}

#index_top #top_catch h2 {
	font-size: 40px;
}

#index_top #top_catch p {
	font-size: 12px;
}

#sub_top {
	height: 150px;
	line-height: 150px;
	padding-top: 50px;
	background-position: center 50px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list li {
	width: 47%;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.pick_up ul {
	padding: 15px;
}
.pick_up ul li {
	width: 31%;
}
.balloon {
	top: -35px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

a .btn_check {
	width: 80%;
	margin-left: -40%;
}

/*追加*/

.gallery li{
	width: calc(100%/1);
	line-height: 0;
}

.moive_list .list_box {
	width: 100%;
	/*background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;*/
	margin-bottom: 20px;
}

.photo img{
	width:100%;
}

.moive_list .list_box iframe{
	max-width:400px;
	width:100%;
	height:100%;
}

.insta_area img{
	margin:50px auto 0 auto;
	max-width:640px;
	width:95%;
	text-align:center;
}

}

/*要素が460px以内*/
@media screen and (max-width:460px){



input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}


#index_top #top_catch h2 {
	font-size: 30px;
}

#sub_top {
	font-size: 16px;
}

.content h2 {
	font-size: 24px;
}
.content h2 span {
	font-size: 12px;
}

a .btn_check {
	font-size: 12px;
	line-height: 30px;
}
a .btn_check i {
	padding-right: 5px;
	padding-left: 2px;
}
a:hover .btn_check i {
	padding-right: 2px;
	padding-left: 5px;
}

ul.works_list li {
	width: 98%;
}


.insta_area img{
	margin:50px auto 0 auto;
	max-width:460px;
	width:95%;
	text-align:center;
}

}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}

.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}

.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}

.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}

.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

.content p.check {
	color: #FF3333;
}

.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

footer h1{
	margin:50px 0 0 0; 
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:35px;
	letter-spacing:2px;
	text-align:center;
}

.pw_botton{
	margin:70px 0 20px 0;
}

.pw_botton a {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:19px;
	padding:30px;
	margin:auto auto;
	height: 30%;
	max-width: 700px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	letter-spacing: 1px;
	border: 1px solid #999;
}
.pw_botton a:hover {
	color: #FFF;
	background-color: #e0a8ae;
	border: 1px solid #FFF;
}

.pw_botton a span{
	font-size:35px;
	letter-spacing:1px;
}

.botton_area{
	margin:0 auto 0 auto;
	padding:0px;
	max-width: 900px;
	width:100%;
}

.footer_botton{
	margin:40px 20px 0px 0;
	float:left;
}

.footer_botton.end{
	margin:40px 0px 0px 0;
	float:left;
}

.footer_botton li a {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:15px;
	padding:10px;
	height: 15%;
	max-width: 138px;
	width:138px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	letter-spacing: 0px;
	border: 1px solid #999;
}

.footer_botton li.sanretu a {
	font-size:15px;
	letter-spacing:0px;
	padding:10px 10px 10px 10px;
}

.footer_botton li a:hover {
	color: #FFF;
	background-color: #e0a8ae;
	border: 1px solid #FFF;
}


/* 追加部分 10/1 */
/* footer_gallery */
.footer_gallery {
  float: left;
  position: relative;
  width: 25%;
}

/*要素が768px以内*/
@media screen and (max-width:768px){


#top_slide {
	padding-top: 0px;
}	


#top_slide .top_catch img.logo{
	width:50%;
	height:auto;
	padding:10px;
}


footer h1{
	margin:30px 0 0 0; 
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:25px;
	letter-spacing:2px;
	text-align:center;
}


.pw_botton{
	margin:40px 0 20px 0;
}

.pw_botton a {
	padding:10px;
	margin:0 auto;
	height: 30%;
	max-width:600px;
	width: 100%;
	display: block;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:15px;
	text-align: center;
	text-decoration: none;
	color: #333;
	letter-spacing: 0px;
	border: 1px solid #999;
}
.pw_botton a:hover {
	color: #FFF;
	background-color: #e0a8ae;
	border: 1px solid #FFF;
}

.pw_botton a span{
	font-size:35px;
	letter-spacing:1px;
}

.botton_area{
	margin:0 auto 0 auto;
	padding:0px;
	max-width: 620px;
	width:100%;
}

.footer_botton{
	margin:20px 0px 0px 0;
	max-width: 600px;
	float:none;
	text-align:center
}

.footer_botton.end{
	margin:20px 0px 0px 0;
	max-width: 600px;
	float:none;
	text-align:center
}

.footer_botton li a {
	margin:0 auto;
	padding:10px;
	height: 30%;
	max-width:600px;
	width: 100%;
	display: block;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:19px;
	text-align: center;
	text-decoration: none;
	color: #333;
	letter-spacing: 1px;
	border: 1px solid #999;
}

.insta_area img{
	margin:50px auto 0 auto;
	max-width:768px;
	width:95%;
	text-align:center;
}

}

/*要素が640px以内*/
@media screen and (max-width:640px){



footer h1{
	margin:30px 0 0 0; 
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:25px;
	letter-spacing:2px;
	text-align:center;
}

.pw_botton{
	margin:40px 0 20px 0;
}

.pw_botton a {
	padding:10px;
	margin:0 auto;
	height: 30%;
	max-width:440px;
	width: 100%;
	display: block;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:15px;
	text-align: center;
	text-decoration: none;
	color: #333;
	letter-spacing: 0px;
	border: 1px solid #999;
}
.pw_botton a:hover {
	color: #FFF;
	background-color: #e0a8ae;
	border: 1px solid #FFF;
}

.pw_botton a span{
	font-size:35px;
	letter-spacing:1px;
}

.botton_area{
	margin:0 auto 0 auto;
	padding:0px;
	max-width: 460px;
	width:100%;
}

.footer_botton{
	margin:20px 0px 0px 0;
	max-width: 440px;
	float:none;
	text-align:center
}

.footer_botton.end{
	margin:20px 0px 0px 0;
	max-width: 440px;
	float:none;
	text-align:center
}

.footer_botton li a {
	margin:0 auto;
	padding:10px;
	height: 30%;
	max-width:440px;
	width: 100%;
	display: block;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:19px;
	text-align: center;
	text-decoration: none;
	color: #333;
	letter-spacing: 1px;
	border: 1px solid #999;
}

.footer_botton li.sanretu a {
	font-size:19px;
}

}


/**
ASP ADDED NAVIGATION
**/


/*トップページの「キャンペーン中」ボタン
---------------------------------------------------------------------------*/
#campaign a {
	text-decoration: none;
	display: block;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	background:#efc4c4;/*グラデーション*/
	color: #333;		/*文字色*/
	position: fixed;	/*スクロールしてもボタンが移動しないようにする指定。移動させたいならfixedをabsoluteにして下さい。*/
	z-index: 1;
	left: 0px;			/*ボタンの右からの配置場所指定*/
	top: 100px;			/*ボタンの上からの配置場所指定*/
	padding: 25px 5px;	/*ボタン内の余白。上下、左右。*/
	border-radius: 0px 0px 0px 0px;	/*角を丸くする指定。左上、右上、右下、左下の順番。*/
	letter-spacing: 0.25rem;	/*文字間隔を少しだけ広く*/
	font-size:14px;
	height:180px;
	line-height: 2;
}

#campaign2 a {
	text-decoration: none;
	display: block;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	background: #dadede;/*グラデーション*/
	color: #333;		/*文字色*/
	position: fixed;	/*スクロールしてもボタンが移動しないようにする指定。移動させたいならfixedをabsoluteにして下さい。*/
	z-index: 1;
	left: 0px;			/*ボタンの右からの配置場所指定*/
	top: 265px;			/*ボタンの上からの配置場所指定*/
	padding: 40px 5px 10px 5px;	/*ボタン内の余白。上下、左右。*/
	border-radius: 0px 0px 0px 0px;	/*角を丸くする指定。左上、右上、右下、左下の順番。*/
	letter-spacing: 0.3rem;	/*文字間隔を少しだけ広く*/
	font-size:14px;
	height:180px;
	line-height: 2;
}

#campaign3 a {
	text-decoration: none;
	display: block;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	background: #FFF;/*グラデーション*/
	color: #333;		/*文字色*/
	position: fixed;	/*スクロールしてもボタンが移動しないようにする指定。移動させたいならfixedをabsoluteにして下さい。*/
	z-index: 1;
	left: 0px;			/*ボタンの右からの配置場所指定*/
	top: 280px;			/*ボタンの上からの配置場所指定*/
	padding: 30px 5px;	/*ボタン内の余白。上下、左右。*/
	border-radius: 0px 0px 0px 0px;	/*角を丸くする指定。左上、右上、右下、左下の順番。*/
	letter-spacing: 0.3rem;	/*文字間隔を少しだけ広く*/
	font-size:14px;
	line-height: 2;
}


/*ロゴ設定
---------------------------------------------------------------------------*/
/*ロゴを囲むブロック*/
#logo_hdr {
	position: fixed;
	z-index: 101;
	cursor: pointer;
	right: 20px;				/*右からの配置場所指定*/
	top: 20px;				/*上からの配置場所指定*/
	padding: 0 10px;		/*上下、左右への余白*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

#logo_hdr img{
width: 90px;
}

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#b2ada9;
    /*動き*/
	transition: all 0.3s;
}

#g-nav img{
    position: absolute;
	top:3%;
	left:50%;
	transform: translateX(-50%);
}

@media screen and (max-width:768px) { 
	#g-nav img{
		position: absolute;
		top:2%;
	}
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:9980;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
    width: 100%;
    height: 100vh;/*表示する高さ*/
	padding-top:102px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
	line-height: 1.85;
	font-size: 1.3rem;
	font-family: trajan-pro-3, serif;
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:5px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
	transition:color 0.3s ease-in-out;
}

#g-nav li a:link,
#g-nav li a:visited{
color:#fff;
}

#g-nav li a:hover{
color: #000;
}

@media screen and (max-width:768px) {
	#g-nav.panelactive #g-nav-list{
		padding-top: 6vh;
	}
	#g-nav ul {
		line-height:1.1;
		font-size: 2.2vh;
	}
	#g-nav li a{
		padding:0.6em 0;
	}

}


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9985;/*ボタンを最前面に*/
	top:30px;
	left: 50px;
	cursor: pointer;
    width: 80px;
    height:80px;
}

.openbtn2{
	position:fixed;
    z-index: 100;/*ボタンを最前面に*/
	top:45px;
	left: 105px;
    width: 40px;
	line-height:20px;
	color:#333;
	font-size: 1.3rem;
	font-family: trajan-pro-3, serif;
    -webkit-text-size-adjust: none;
}

/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn2 span{
opacity: 0;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
width: 40%;
}

.openbtn span:nth-of-type(2) {
	top:25px;
width: 43%;
left:1%;
}

.openbtn span:nth-of-type(3) {
	top:35px;
width: 40%;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.content{
padding-top: 0;
}

.content h2{
	padding: 50px 0;
	margin-top: 0;
	line-height: 2;
	font-family: trajan-pro-3, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 3rem;
}

.content h2 span{
display: block;
margin-top: -0.5em;
}

@media screen and (max-width:768px) {
	.openbtn2{
		font-size: 16.9px;
	}	
}

@media screen and (max-width: 768px) {
   .content{
	padding-top: 0;
   }
}

@media screen and (max-width: 500px) {
	.content h2 {
        font-size: 24px;
        padding: 150px 0 50px 0;
        font-size: 36px;
        margin-top: 0;
    }
}