@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* common css */

/*---------------------------------
memo
普遍のもの中心
---------------------------------*/

html{
	font-size: 62.5%;/*ベースを10pxにしています*/<br>
}

body{
	font-family: 'Roboto', sans-serif;
	padding:0;
	margin:0;
	color:#1b1b1b;
	box-shadow:0 0 0 7px #cbb26e inset; /* 207,178,110 */
	min-height: calc(100vh - 30px);
	color:#756949;
	padding:15px;
	font-size:13px;
	font-weight: 300;
	/*font-family: "Sawarabi Gothic"; */
}

#wrapper{
	 /*box-shadow:0 0 0 2px #cbb26e inset; 207,178,110 */
	 border: 1px solid #cbb26e;
	 min-height: calc(100vh - 30px);
	 z-index: 2;
}

img{
	vertical-align: middle;
}

h1,h2,h3,h4,h5,p,div,span{
	padding:0;
	margin:0;
	box-sizing: border-box;
}

ul,ol,li{
	margin:0;
	padding:0;
	list-style-type: none;
	box-sizing: border-box;
}


*:focus {
  outline: none;
}
a{
	color:#cbb26e;
	cursor: pointer;
}

a:hover{
	opacity: 0.75;
}

textarea,input[type="button"],input[type="reset"],input[type="email"],input[type="text"],input[type="submit"],input[type="password"] {/*safariの効果削除*/
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	padding:5px;
}


/*--- 改行---------------------*/
.br_sp{ display: none;}


@media screen and (max-width: 400px) {
	.br_sp{
		display: inline-block;
	}
	
}

/*--- clear---------------------*/
.clearfix {zoom:1;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}


/*---------------------------------
レイアウト
---------------------------------*/

#contents{
	margin:0 auto;
	position:relative;
	max-width:1366px;
	padding-left:5%;
	padding-right:5%;

	
}


#contents_form{
	margin:0 auto;
	position:relative;
	
}



.cont_filed{
	max-width:1200px;
	margin: 0 auto;
	width: 100%;
	
}




.cont_filed img{

	width: 100%;
	
}



/*---------------------------------
パーツ
---------------------------------*/

h2{
	color:#c8a959;
}

.inner{
	padding:30px 0
}

.pageTT{
	
	    font-size: 13px;
    font-weight: bold;

	line-height:1.2em;;

	color: #9e7815;
	text-align:center;
	border-bottom:2px solid  #c8a959;
	max-width:210px;
	padding-bottom:15px;
	margin:0 auto 50px;
	
}

.pageTT_can{
	
	font-size:20px;
	line-height:1.2em;;

	color: #9e7815;
	text-align:center;
	border-bottom:2px solid  #c8a959;
	max-width:350px;
	padding-bottom:15px;
	margin:0 auto 50px;
	
}

.mainTT{
	
	font-size: 2.4rem;
    line-height: 1.2em;
    letter-spacing: 0.1em;
	margin-bottom:50px;
    padding: 0 0;
    color: #c8a959;
 


}


.mainTT02{
    background: #cbb26e;
    /*border-radius: 100px;*/
    padding: 10px 22px;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    text-align: center;
    max-width: 180px;
    margin: 70px auto 40px;


}

.mainTT_htk{
    font-size: 2.4rem;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    padding: 0 0;
    text-align: center;
	margin: 0 auto 50px;
}


.htk_rogo{
    margin:0 auto 10px;
    text-align: center;
    max-width:120px;
    width:100%;
}


.category{
	color:#FFF;

}
.category.info{
	background-color:#d48000;
}
.category.topics{
	background-color:#28aa83;
}
.category.release{
	background-color:#c6539a;
}
.category.recruit{
	background-color:#0092d3;
}
.category.other{
	background-color:#999;
}

/*---------------------------------
ヘッダー
---------------------------------*/


#header{
	position: relative;
}

div#logo a{
	display: block;

	width: 250px;
	height:60px;
}

div#logo img{
	width:200px;
	position:absolute;
	left:10px;
	top:10px;
}

.menu-global_nav-container{
	position:absolute;
	right:10px;
	top:10px;
}

.menu-global_nav-container li{
	float:left;
	margin-left:5px;
}

.menu-global_nav-container li a{
	display: inline-block;
	padding:10px 15px;
	font-size:1.5rem;
	border-bottom: 3px solid #fff;
	transition: border-color 0.5s linear;
}

.menu-global_nav-container li a:hover{
	border-bottom: 3px solid #cbb26e;
}


/*---------------------------------
hotel_menu
---------------------------------*/

.hotel_menu {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	max-width:1180px;
	margin:70px auto 70px;
		flex-wrap: wrap;
	
}

.hotel_menu a {
	max-width:280px;
	box-sizing: border-box;
	padding:20px 20px;
	background:#fff;
	border:#9a6d3e 1px solid;
	color:#9e7815;
	position: relative;
	width:23.728813559%;
	text-align:center;
	border-radius: 4px;
}


.hotel_menu a p font{
	padding-left:15px;

	
}


.hotel_menu a font:before{
	content: url(../img/hotel_y_off.jpg);
    position: absolute;
	left:10px;
	top: 31%;

	
}

.hotel_menu a.active{
	background:#cbb26e;
	border:#fff 1px solid;
	color:#fff;
	
	
	
}

.hotel_menu a.active font:before{
	
	content: url(../img/hotel_y_on.jpg) !important;
    position: absolute;
	left:10px;
	top: 31%;
	
}

.hotel_menu a:hover {
	
	max-width:280px;
	box-sizing: border-box;
	padding:20px 20px;
	width:31.0886644%;
	text-align:center;
	
	background:#cbb26e;
	border:#fff 1px solid;
	color:#fff;
	
}

.hotel_menu a:hover font:before{
	
	content: url(../img/hotel_y_on.jpg) !important;
    position: absolute;
	left:10px;
	top: 31%;
	
}





h2.hotel_h2{
		text-align: left;
		font-size: 34px;
    line-height: 1.2em;
    position: relative;
    width: 100%;
    overflow: hidden;
    font-weight: 100;
    line-height: 1.4;
	margin-bottom: 50px;
	}	
	
h3.hotel_h3{
font-size: 22px;
	color:#9e773e;
	margin-bottom: 30px;
	}	

h4.hotel_h4{
		font-size: 15px;
	color:#9e773e;
	}
	
h2.hotel_h2::after{
		content: url("../img/line_gold02.png");
		position:absolute;
		top:-1rem;
		margin-left:10px;
	}

.hotel_txt01{
	line-height: 2.5;
	font-size:12px;
	text-align: center;
	color:#af804a;
	margin: 0 auto 80px;
	
}


.hotel_flexe01 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	max-width:1200px;
	margin:0 auto 70px;
	width:100%;
	flex-wrap: wrap;
	
}


.hotel_flexe01 div.txt{
	width:48.333333333333%;
	max-width: 580px;
	line-height: 2.5;
	font-size:12px;
	color:#af804a;
	
}



.hotel_flexe02 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	max-width:1200px;
	margin:0 auto 70px;
	width:100%;
	flex-wrap: wrap;
	
}


.hotel_flexe02 div.txt{
	width:48.333333333333%;
	max-width: 580px;
	line-height: 2.5;
	font-size:12px;
	color:#af804a;
	
}
.txt_1column{
	line-height: 2.5;
	font-size:12px;
	color:#af804a;
		max-width: 1200px;
		width:100%;
	margin: 0 auto 30px; 
	
}

.txt_mb30{
	margin-bottom: 30px;
	
}

.txt_ps{
	margin-bottom: 30px;
	font-size: 11px;
	
}



.hotel_flexe01 div.pict{
	width:48.333333333333%;
	max-width: 580px;
	
}



.hotel_flexe02 div.pict{
	width:48.333333333333%;
	max-width: 580px;
	
}


.htk_pict_loc{
	width:100%;
	max-width: 1200px;
	margin: 0 auto 60px;
	
}




.htk_item{
	font-size:13px;
	color: #7b5319;
    margin-top: 15px;
    margin-bottom: 5px;
	
}
a .htk_btn{
	font-size:8px;
	color: #af804a;
	border: 1px solid #c8a959;
	padding:5px 10px ;
	max-width: 148px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	
	}


a:hover .htk_btn{
	color: #fff;
	border: 1px solid #af804a;
	background: #af804a;

	
	}

a .htk_btn font:before {content:"▶";}

 


.htk_item_s{
	text-align: right;
	font-size:10px;
	color: #7b5319;
	margin-top: 4px;
	
	
}
a .htk_btn_s{
		text-align: right;
		font-size:9px;
		color: #af804a;
	text-decoration: underline;
	
}

a .htk_btn_s:before {content:"▶";}


a:hover .htk_btn_s{
		
	text-decoration: none;
	
}

.htk_txt_loc {
    font-size: 11px;
    margin-bottom: 30px;
}



@media screen and (max-width: 641px) {
.mainTT_htk {
    font-size:16px;

}	
	
	
h2.hotel_h2{
		text-align: center;
		font-size: 26px;

	margin-bottom: 20px;
	}	
	
h3.hotel_h3{
		font-size: 18px;
	color:#9e773e;
	margin-bottom: 30px;
	text-align: center;
	}	

h2.hotel_h2::after{
		content: none;

	}
	
	
h4.hotel_h4{
		font-size:13px;
	}	
	

	
	
.hotel_menu {
    -webkit-justify-content: center;
    justify-content: center;
	max-width:641px;
	margin:70px auto 70px;
		flex-wrap: wrap;
	
}
	
	
.hotel_menu a{
	
	max-width:277px;
	box-sizing: border-box;
	padding:20px 20px;
	width:100%;
	margin-bottom: 10px;
	
}
	
	.hotel_menu a:hover {
	
	padding:20px 20px;
	width:100%;
	text-align:center;
	
	
}
	
	
	
.hotel_flexe01 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	max-width:1200px;
	margin:0 auto 70px;
	width:100%;
	flex-wrap: wrap;
	
}
	
	
.hotel_flexe02 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	max-width:1200px;
	margin:0 auto 70px;
	width:100%;
	flex-wrap: wrap;
-webkit-box-direction:reverse;
    -moz-box-direction:reverse;
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -webkit-flex-direction:column-reverse;
    -moz-flex-direction:column-reverse;
    flex-direction:column-reverse;
	
}	
	
	
.hotel_txt01{
	font-size:11px;
}


.hotel_flexe01 div.txt{
	font-size:11px;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}

.hotel_flexe02 div.txt{
	font-size:11px;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}
	
	
.txt_1column{
	font-size:11px;
	}
	

.hotel_flexe01 div.pict{
	width:100%;
	max-width: 580px;
	margin-bottom: 30px;
	
}
	
	
.hotel_flexe02 div.pict{
	width:100%;
	max-width: 580px;
	margin-bottom: 30px;
	
}	
	
.txt_1column {
	text-align: center;
}	
	
	
	a .htk_btn{
		margin: 0 auto !important;
	
	}
	
	
	
.htk_txt_loc{
    font-size: 10px;
    margin-bottom: 40px;
	
}	

	
	.htk_item {
    font-size: 12px;
		    margin-top: 25px;
    margin-bottom: 10px;
}
	
}
@media screen and (max-width: 640px) {
	
.inner {
    padding: 30px 0 0px 0;
}
	
}

@media screen and (max-width: 400px) {
		
.hotel_txt01{
	font-size:10px;
}


.hotel_flexe01 div.txt{
	font-size:10px;
}
	
.hotel_flexe02 div.txt{
	font-size:10px;
}


.txt_1column{
	font-size:10px;}
	
}


	

/*---------------------------------
special_banner
---------------------------------*/

.special_banner {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	max-width:1000px;
	margin:0 auto 90px;
	width:100%;
	flex-wrap: wrap;
	
}
.special_banner p {
	max-width:490px;
	width:46.666666666%;
}


.special_banner p img{
	width:100%;
}


@media screen and (max-width: 768px) {
	
	
	
	.special_banner {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	max-width:641px;
	margin:0 auto 70px;
	width:100%;
	flex-wrap: wrap;
	
}
	
	
.special_banner p {
	max-width:490px;
	width:100%;
	margin-bottom: 20px;
}
	
	
	
	.htk_txt_loc{
    font-size: 9px;
	margin-bottom: 20px;
	
}
	
	}



/*---------------------------------
RECURIT
---------------------------------*/
.recurit_text01{
    line-height: 2.3;
	margin: 0 auto 40px;
	text-align: center;
}


.recurit_text02{
    line-height: 2.3;
	margin: 0 auto 60px;
	text-align: center;
}


.recurit_text02 a{
	color: #c0932a;
	text-decoration: underline;
}

.recurit_text02 a:hover{
	text-decoration:none;
}




.recurit_st{
text-align:center;
	margin: 0 auto 15px;
	font-size:13px;
	font-weight: bold;
}

.recurit_box{
    width: 100%;
    line-height: 2.3;
	margin: 0 auto 100px;
}

.recurit_box h2{
	font-size: 3rem;
	margin-bottom:5vh;
	text-align: center;
}



.recurit_box table{
	width:100%;
	margin:0 auto;
}

.recurit_box table th{
	text-align:center;
	border-right: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
	background: #f6f1e6;
	color: #c6a861;
	width: 15%;
	
}


.recurit_box table th,
.recuritbox table td{
	padding:15px;
}


.recurit_box table td{
	    border-bottom: dotted 1px #ccc;
	    padding: 15px 20px 15px 30px;
	color: #9f8e63;
}

.recurit_box table ul{
	padding-left:20px;
}


.recurit_box table ul li{
	list-style-position: outside;
	list-style: circle;
}



.txt_from_cap{
	margin-bottom:30px;
}



@media only screen and (max-width: 768px) {
.recurit_box table{
    width: 100%;
	margin:0 auto;
}
}




/*---------------------------------
outline
---------------------------------*/


.outline_box{
    width: 100%;
    line-height: 2.3;
	    margin-bottom: 100px;
}

.outline_box h2{
	font-size: 3rem;
	margin-bottom:5vh;
	text-align: center;
}

.outline_box table{
	width:100%;
	margin:0 auto;
}

.outline_box table th{
	text-align:center;
	border-right: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
	background: #f6f1e6;
	color: #c6a861;
	
}


.outline_box table th,
.outline_box table td{
	padding:15px;
}


.outline_box table td{
	    border-bottom: dotted 1px #ccc;
	    padding: 15px 20px 15px 30px;
	color: #9f8e63;
}




@media only screen and (max-width: 768px) {
.outline_box table{
    width: 100%;
	margin:0 auto;
}
}

@media only screen and (max-width: 640px) {
/*---------------------------------
recurit
---------------------------------*/

	
	
	.recurit_box table,
	.recurit_box  tbody,
	.recurit_box  tr,
	.recurit_box  th,
	.recurit_box  td {
		display: block;
	}

	.recurit_box  td {
		border-top: none;
		border-left: none;
	}
	
.recurit_box table th
	{
	    padding: 5px;
		width: 100%;
		    border-right: none;
    border-bottom: none;
}
	

.recurit_box table td{
	    padding: 10px;
text-align:left;
	padding-bottom: 20px;
}	
	
/*---------------------------------
outline
---------------------------------*/	

.outline_box table,
	.outline_box  tbody,
	.outline_box  tr,
	.outline_box  th,
	.outline_box  td {
		display: block;
	}

	.outline_box  td {
		border-top: none;
		border-left: none;
	}
	
.outline_box table th
	{
	    padding: 5px;
				width: auto;
		    border-right: none;
    border-bottom: none;
}
	

.outline_box table td{
	    padding: 10px;
	text-align:left;
	padding-bottom: 20px;
}	
	
	}

/*---------------------------------
フッター
---------------------------------*/

#footer{
	background-color: #f6f1e6;
	padding:50px 0 15px 0;

}


#footer_form{
	background-color: #3e3a39;
	padding:50px 0 15px 0;

}




#footer_company{
	margin:0 10%;
}

#footer_company h2{
	font-size: 3rem;
	margin-bottom:5vh;
	text-align: center;
}

#footer_company table{
	width:60%;
	margin:0 auto;
}

#footer_company table th{
	text-align: left;
}

#footer_company table th,
#footer_company table td{
	padding:10px;
}

#footer .copy{
	text-align: center;
	font-size: 1.3rem;
	padding-top:30px;
}


#footer_form .copy{
	text-align: center;
	font-size: 1.3rem;
	padding-top:30px;
	color: #ccc;
}

@media only screen and (max-width: 768px) {
#footer_company table{
	width:80%;
	margin:0 auto;
}
}

/*---------------------------------
トップ
---------------------------------*/
.top_pro_txt01{
	margin:0 0 35px 0;
	text-align:center;
	font-size:14px;
	line-height:1.9;}


.home a.down{
	background:url(../img/down_arrow.png) no-repeat center center;
	background-size:100px auto;
	height:90px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	margin:30px 0 50px 0;
}

#topContets{
	position: relative;
	margin-bottom:120px;
}

h1#logo{
	text-align: center;
	margin-top: 100px;
}

h1#logo02 {
    text-align: center;
    margin-top: 30px;
	margin-bottom: 20px;
}


h1#logo02 img{
  width: 250px;
}




h1#logo img{
	width:230px;
}



#topContets .menu-top_menu-container{
	display: block;
	width:50vw;
	margin:10px auto; 
	position: relative;
}

#topContets .menu-top_menu-container ul li a{
	border-bottom-color: #FFF;
	transition: border-color 0.5s linear;
}

#topContets .menu-top_menu-container ul li a:hover{
	border-bottom: 3px solid #cbb26e;
}


#topContets .menu-top_menu-container li{
	display: inline-block;
	background:#f6f1e6;
	border-radius:24px;
	color:#9e7815;
	padding:22px 75px;
	    text-align: center;
	
}

#topContets .menu-top_menu-container li:first-child{
	position: absolute;
	left: 0;
	top:-130px;
}

#topContets .menu-top_menu-container li:last-child{
	position: absolute;
	right: 0;
	top:-130px;
}

#topContets .menu-top_menu-container li a{
	font-size: 16px;
	padding:0 5px;
	color:#9e7815;
}


.page-test_top #header{
	display: none;
}

.page-test_top .pageTT:nth-child(1){
	display: none;
	
}


#news_top .pageTT{
    display: inherit;
	
}


#topContets .menu-top_menu-container li a::before{
	content: "▶︎ ";
	
}


/*トップメニュー02*/


#topContets .menu-top_menu-container02{
    width: 470px;
    margin: 110px auto 80px;
}

 .menu-top_menu-container02 .menu{
	 
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


#topContets .menu-top_menu-container02 li{
	display: inline-block;
	color:#9e7815;
	padding:10px;
	    text-align: center;

	
}

#topContets .menu-top_menu-container02 li:first-child{

}

#topContets .menu-top_menu-container02 li:last-child{

}

#topContets .menu-top_menu-container02 a li {
    font-size: 12px;
    padding: 0 5px;
    color: #9e7815;
    font-weight: bold;
}



#topContets .menu-top_menu-container02 li.icon01::before{
	content:  url(../img/gnavi_icon01.jpg);
	display: inline-block;
  width: 50px;
  height: 45px;
  margin: 0 5% 10px 5%;
	
}

#topContets .menu-top_menu-container02 li.icon02::before{
	content:  url(../img/gnavi_icon02.jpg);
	display: inline-block;
  width: 50px;
  height: 45px;
  margin: 0 5% 10px 5%;
	
}

#topContets .menu-top_menu-container02 li.icon03::before{
	content:  url(../img/gnavi_icon03.jpg);
	display: inline-block;
  width: 50px;
  height: 45px;
  margin: 0 5% 10px 5%;
	
}

#topContets .menu-top_menu-container02 li.icon04::before{
	content:  url(../img/gnavi_icon04.jpg);
	display: inline-block;
  width: 50px;
  height: 45px;
  margin: 0 5% 10px 5%;
	
}


#topContets .menu-top_menu-container02 ul:last-child {
   /* opacity: 0.3;*/
}


@media only screen and (max-width: 640px) {
	
	
	/*トップメニュー02*/


#topContets .menu-top_menu-container02{
        max-width: 270px;
    margin: 70px auto 80px;
	width: 100%;
}

 .menu-top_menu-container02 .menu{
	 
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}


#topContets .menu-top_menu-container02 ul{
	display: inline-block;
	color:#9e7815;
	padding:10px;
	text-align: center;
	margin-bottom: 10px;


	
}
	
h1#logo02 img {
    width: 200px;
}	
	
	
h1#logo02 {
    margin-top: 0px;
    margin-bottom: 20px;
}
	

	
	
}




#news_top{
	margin:-20px 0 50px;
}

#news_top h2{
	font-size: 2.4rem;
	float: left;
	margin-right:20px;
	margin-top:5px;
}

#news_top .news_box{
	overflow: hidden;
	max-width:1060px;
	margin:0 auto 100px;

}

#news_top a{
	display: block;
	padding:20px 5px 20px 5px;
	font-size: 1.4rem;
	border-bottom: dotted 1px;
	color: #9e7815;
	line-height: 1.5;
	    cursor: pointer;
}

#news_top a time{
	display: inline-block;
	margin-right:10px;
	font-weight: bold;
	color: #cbb26e;
	
	
}
@media only screen and (max-width: 640px) {
	#news_top .news_box {
		text-align: center;
}

#news_top a time{
	display: inline-block;
	margin-right:10px;
	font-weight: bold;
	color: #cbb26e;
	display: block;
	
}
	
	}

#banner_area{
	padding:20px 0 100px;
}

#banner_area img{
	max-width: 100%;
}

#banner_area02{
	padding:20px 0 50px;
}


#concept{
font-size:1.5rem;
	background-image: url(../img/concept_bg.png);
	width:100%;
	padding-top:calc(587/1002*100%);
	background-size:contain;
	text-align: center;
	height:0px;
	position: relative;
		margin-bottom: 100px;
}




#concept .concept_box{
	position: absolute;
	top:13%;
	width:100%;
	line-height:2.3
}

#concept h2{
	/*
	color:#c8a959;
	font-size: 3vw;
	margin-bottom:5vh;
	*/
	font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 50px;
    color: #c8a959;
    text-align: center;
    border-bottom: 2px solid #c8a959;
    max-width: 210px;
    padding-bottom: 15px;
    margin: 0 auto 30px;
}

#concept_cont{
	
	font-size:1.5rem;
	background: url(../img/concept_bg.png) no-repeat center top;
	width:100%;
	background-size:contain;
	text-align: center;
	box-sizing: border-box;

line-height: 2.2;
    padding: 5% 20% 5% 20%;
	margin: 0 auto;
}



#concept_cont .concept_box{
	width:100%;
	 margin-bottom: 30px;
}



#concept_cont h2{
	/*
	color:#c8a959;
	font-size: 3vw;
	margin-bottom:5vh;
	*/
    background: #cbb26e;
    padding: 10px 22px;
    font-size: 14px;
    padding: 3px 25px;
    color: #fff;
    text-align: center;
    max-width: 150px;

    margin: 10px auto 40px;
}


.concept_txt{
	line-height: 1.8em;
	font-size: 11px;
}

.con_name01{
	color:#c6a861;
	font-size:10px;
margin-bottom: 5px;
	
}

.con_name02{
	color:#c6a861;
	font-size:13px;
	
}

.br_com{
	display:none;
	
	}

@media only screen and (max-width: 1270px) {
#concept_cont{
		font-size:1.5rem;
		background-image: none;
		background-color:#f5efe2;
		width:100%;
		padding:15px ;
		text-align: center;
		height:auto;
		position: static;
		border:3px double #dbcca7;
		
	}	
}

@media only screen and (max-width: 640px) {
.br_com{
	display: inherit;
}
	

}

@media only screen and (max-width: 480px) {
.concept_box{
    font-size: 11px;

}
	

}



	
	

@media only screen and (min-width: 1025px) {
.concept_txt{
	line-height: 1.7em;
	font-size: 18px;
	margin-top:0px;
	margin-bottom: 30px;
}


.con_name01{
	color:#c6a861;
	
	margin-bottom: 0px;
}

.con_name02{
	color:#c6a861;
	font-size:13px;
	
}

}



@media only screen and (max-width: 1200px) {
.concept_txt{
	line-height: 1.7em;
    font-size: 14px;
    margin-top: 0px;
}
}


@media only screen and (max-width: 1024px) {
.concept_txt{
line-height: 1.5em;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: -20px;
}
}

@media only screen and (max-width:768px) {
.concept_txt{
line-height: 1.8em;
font-size:12px;
margin-top: -20px;
}
	
.con_name01{
	color:#c6a861;
	font-size:9px;
	margin-bottom: 5px;
}

.con_name02{
	color:#c6a861;
	font-size:12px;
	
}

}
@media only screen and (max-width:767px) {
.concept_txt{
margin-top:0;
}
}

@media only screen and (max-width:460px) {
.concept_txt{
font-size:10px;
margin-top:0;
letter-spacing: -0.3pt;
}

.con_name01{
	color:#c6a861;
	font-size:8px;
	margin-bottom: 5px;
}

.con_name02{
	color:#c6a861;
	font-size:10px;
	
}
}




/* contact */
#contact{
max-width:1060px;
Margin:0 auto;

}
#contact h2{
	font-size: 3rem;
	padding:50px 0;
	text-align: center
}

#contact .txt{
	padding:30px 0;
}

/*---------------------------------
Other
---------------------------------*/

#footer_company .snsSet{
	margin-top:10px;
	text-align: center;
}
#footer_company .snsSet a img{
	width:30px;
	margin:10px;
}
/*
#footer .linkSet{
    margin-top: 10px;
    text-align: center;	
}*/


#footer .linkSet{
    margin-top: 10px;
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	max-width:300px;
	margin: 50px auto  30px
}

#footer_form .linkSet{
    margin-top: 10px;
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	max-width:300px;
	margin: 50px auto  30px;
	
}

#footer_form .linkSet a{

	color:#eee;
}



@media screen and (max-width: 340px){
#footer .linkSet{
    -webkit-justify-content: center;
    justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	max-width:300px;
	margin: 50px auto  30px
}	

	
	#footer .linkSet a{
		padding-bottom: 10px;
}	
	
	
#footer_form .linkSet{
    -webkit-justify-content: center;
    justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	max-width:300px;
	margin: 50px auto  30px
}	

	
	#footer_form .linkSet a{
		padding-bottom: 10px;
}		
	
}


/* news */

.single-news h1.mainTT,
h1.mainTT,
.post-type-archive-news .mainTT{
	padding:3px 0;
	margin-bottom:10px;
}

.single .mainTT,
.single-news .mainTT,
.mainTT,
.post-type-archive-news .mainTT{
	font-size:2.0rem;
}
.single h1.mainTT time,
.single-news h1.mainTT time,
h1.mainTT time,
.post-type-archive-news .mainTT time{
	float:right;
	font-size: 1.5rem;
}
.single p time,
.single-news p time,
p time,
.post-type-archive-news p time{
	text-align: right;
	font-size: 1.5rem;
	display: block;
    margin-bottom: 35px;
}
.single section,
.single-news section,
section,
.post-type-archive-news section{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom:1px dotted #c8a959;
}




.single .content ,
.single-news .content ,
.post-type-archive-news .content{
	line-height: 1.7em;
	margin-bottom: 50px;
	max-width: 1000px;
	margin: 0 auto;
}
.single .link,
.single-news .link,
.link,
.post-type-archive-news .link{
	margin-top:10px;
	text-align: right;
}

.single .content .body img,
.single-news .content .body img,
.content .body img,
.post-type-archive-news .content img{

	margin:0 auto;
}

.aligncenter {
	text-align: center;
	
}
.single .content .body p,
.single-news .content .body p,
.content .body p,
.post-type-archive-news .content p{
	margin-bottom:10px;
}
.single .content .body table,
.single-news .content .body table,
.content .body table,
.post-type-archive-news .content table{
	width:100%;
	border:1px solid #9f8e63;
}

.single .content .body table td,
.single-news .content .body table td,
.post-type-archive-news .content table td,
.content table td{
	border:1px solid #9f8e63;
	padding:5px;
}

/*---------------------------------
PROJECT
---------------------------------*/

.post-type-archive-project article{
	column-count: 3;
	column-width:30%;
}

.post-type-archive-project a.projet_box{
	display: block;
	text-align: center;
	border: none;
	overflow: hidden;
	/*align-items:center;
	justify-content: center;
	border: 3px double #c8a959;
	font-size: 1.6rem;*/
}

.post-type-archive-project a.projet_box img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	/*border: 1px solid #cbc5b2;
	box-sizing: border-box;*/
}

.post-type-archive-project a.projet_box:hover{

}

.sgpager{

	text-align: center;
	margin-top:30px;
}



/*TOPICS*/


.brand_banner{
justify-content:space-between;
display:flex;
}

.brand_banner02{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
/*max-width:1366px;
max-width:1018px;*/
max-width:1000px;
margin:0 auto;
}


.brand_banner02 div.thum{
	width: 30%;



}
.brand_banner02 div{
    width: 100%;
max-width:315px;

}

.brand_banner02 div p{
margin:10px 0 20px 0;
line-height:1.8;
	font-size: 11px;
}
.brand_banner02 div div.st{
border-bottom:#9e7815 1px solid;
color:#9e7815;
font-size:19px;
text-align: center;
width: 100%;
padding:10px 0 10px 0;
}

.brand_banner02 div div.st02{
border-bottom:#9e7815 1px solid;
color:#9e7815;
font-size:16px;
text-align: center;
width: 100%;
padding:11px 0 13px 0;
letter-spacing:-0.3pt;

}


.brand_banner02 div div.st span,
.brand_banner02 div div.st02 span{
color:#000000;
font-size:10px;
line-height:2.0;
letter-spacing:1.0pt;

}




.brand_banner03{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
/*max-width:1366px;
max-width:1018px;*/
max-width:1000px;
margin:0 auto;
}


.brand_banner03 div.thum{




}
.brand_banner03 div{
    width: 100%;
max-width:315px;

}

.brand_banner03 div p{
margin:10px 0 20px 0;
line-height:1.8;
}








.top_tpbtn01 {
max-width:315px;
width:100%;}

.top_tpbtn01 a p{
background:#f6f1e6;
padding:10px;
color: #9e7815;
text-align: center;
width: 323%;
box-sizing: border-box;
font-size:14px;
}

.top_tpbtn01 a:hover p{
background:#cbb26e;
color:#f6f1e6;}


@media screen and (max-width: 767px){
.brand_banner{
justify-content:space-between;
display:block;
}
.brand_banner div{
width:100%;
}
.brand_banner div:last-child{
margin-top:20px;
}



.brand_banner02{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
max-width:1018px;
margin:0 auto;
flex-wrap: wrap;
}

.brand_banner div{
width:100%;


}
.brand_banner02 div.thum{
width:100%;
margin-bottom:50px;

}

.top_tpbtn01 a p{
text-align: center;
box-sizing: border-box;
}


.brand_banner02 .br{
  display:none;
}
	
	


.brand_banner03{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
max-width:1018px;
margin:0 auto;
flex-wrap: wrap;
}

.brand_banner div{
width:100%;


}
.brand_banner03 div.thum{
width:100%;
margin-bottom:50px;

}

.top_tpbtn01 a p{
text-align: center;
box-sizing: border-box;
}


.brand_banner02 .br{
  display:none;
}	
	
}








.brand_banner03{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:  space-around;
    justify-content:  space-around;
    /*max-width: 750px;*/
    margin: 0 auto;
}

.thum{
	width:100%;
max-width:315px;
}

.brand_banner03 div{
width:100%;
max-width:315px;

}

.brand_banner03 div p{
margin:10px 0 20px 0;
line-height:1.8;
color:#505050;
}

.sale_category {
	margin:0 0 20px 0;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #f6f1e6;
	text-align: center;
	max-width: 250px;

	
}

.sale_gd02 {
	margin:0 0 20px 0;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #f6f1e6;
	text-align: center;
	max-width: 250px;

	
}

.sale_gd {
	margin:0 0 30px 0;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #f6f1e6;
	text-align: center;
	max-width: 250px;

	
}

.sale_flex{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
	margin-bottom: 40px;
}

.sale_flex p{
	margin-right: 15px;
}

.brand_banner02 div div.st{
border-bottom:#9e7815 1px solid;
color:#c8a959;
font-size:19px;
text-align: center;
width: 100%;
padding:10px 0 10px 0;
}

.brand_banner03 div div.st02{
border-bottom:#9e7815 1px solid;
color:#c8a959;
font-size:16px;
text-align: center;
width: 100%;
padding:11px 0 13px 0;
letter-spacing:-0.3pt;

}


.brand_banner03 div div.st span,
.brand_banner03 div div.st02 span{
color:#000000;
font-size:12px;
line-height:1.8;
letter-spacing:1.0pt;

}

.top_tpbtn01 {
max-width:315px;
width:100%;}

.top_tpbtn01 a p{
background:#f6f1e6;
padding:10px;
color: #9e7815;
text-align: center;
width: 100%;
box-sizing: border-box;
font-size:14px;
}

.top_tpbtn01 a:hover p{
background:#cbb26e;
color:#f6f1e6;}

.top_tpbtn01 .active p{
    background: #cbb26e;
color:#f6f1e6;}


.brand_banner02 .br{
  display: inline-block;
}

@media screen and (max-width: 767px){
.brand_banner{
justify-content:space-between;
display:block;
}
.brand_banner div{
width:100%;
}
.brand_banner div:last-child{
margin-top:20px;
}



.brand_banner03{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
max-width:1018px;
margin:0 auto;
flex-wrap: wrap;
}

.brand_banner div{
width:100%;


}
.brand_banner03 div.thum{
width:100%;
margin-bottom:10px;

}


.top_tpbtn01 a p{
text-align: center;
box-sizing: border-box;
}






.thum{
	width:100%;
max-width:315px;
}
	
	
.br{
  display: none;
}
	


	.sale_flex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
		flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 40px;
}

.sale_flex p{
	margin-right: 0;
	margin: 0 10px 10px;
}
	
	
	
}




/*---------------------------------
VISION
---------------------------------*/

#vision{
	
margin: 0 auto;
    position: relative;
    max-width: 1366px;
    padding-left: 5%;
    padding-right: 5%;

}



.vision_box .st01{
	font-size:22px;
	color:#9f8e63;
	text-align:center;
	margin:0 auto 40px;
	line-height:2.0;
	
	
}

.vision_box .vision_txt{
	font-size:14px;
	color:#9f8e63;
	text-align:center;
	margin:0 auto 120px;
	line-height:2.3;
	
}

.vi_br{ display:none;}


@media screen and (max-width: 768px) {
	
	.vision_box .st01{
	font-size:18px;
	margin:0 auto 30px;
	line-height:2.0;
	
}

.vision_box .vision_txt{
	font-size:12px;
	
	margin:0 auto 70px;

	
}

	
	.vi_br{ display: inline-block;}

	
	
}




/*---------------------------------
ページャーパーツ
---------------------------------*/

/*アーカイブ用*/
.wp-pagenavi{
	text-align: center;
	margin-top:20px;
	margin-bottom:50px;
}
.wp-pagenavi a{
	text-decoration: none;
	background-color:#c8a959;
	border:3px solid #c8a959;
	color:#FFF;
	padding: 0 13px;
	line-height:2.6em;
	margin:0 5px;
	display: inline-block;
	border-radius: 100px;
	cursor: pointer;
}
.wp-pagenavi span.current {
	border-radius: 100px;
	border:3px solid #c8a959;
	color:#c8a959;
}
.wp-pagenavi span {
	border-radius: 100px;
	text-decoration: none;
	border:3px solid #DDD;
	color:#666;
	padding: 0 13px;
	line-height:2.6em;
	margin:0 5px;
	display: inline-block;
}
.wp-pagenavi a:hover {
	border:3px solid #7d5f00;
	background-color:#fff;
	color:#7d5f00;
}



/*---------------------------------
お知らせ一覧
---------------------------------*/

.archive ul.archiveList{
	margin-bottom:60px;
}
.archive ul.archiveList li{
	font-size:1.3rem;
}
.archive ul.archiveList li .date{
	padding-right:20px;
}
.archive ul.archiveList li .category{
	margin-right:20px;
}

/*---------------------------------
お知らせ詳細パーツ
---------------------------------*/

.page-template-page-selection{
	line-height: 1.8rem;
	color:#333;
}

.page-template-page-selection .lead{
	padding:20px 0;
}


.page-template-page-selection section.outbox{
	padding:10px 0;
	border-bottom: none;
}

.page-template-page-selection .box{
	line-height: 1.5em;
	font-size:2.6vw;
	padding:40px 0;
	line-height: 1.0em;
}

.page-template-page-selection .outbox h2{
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.2em;
	position: relative;
	width:100%;
	overflow: hidden;
	font-weight: 100;
	line-height:1.4;
}

.page-template-page-selection .box h3{
	color:#9e773e;
	font-size: 3.0rem;
	position: relative;
}

@media screen and (max-width: 641px) {
	
	.page-template-page-selection .box h3{

	margin-bottom: 30px;
	margin-top: 20px;
}

	
}


.page-template-page-selection .box h3 span{
	font-size: 1.7vw;
	position: absolute;
	top:50%;
	margin-top:-1.0rem;
	display: inline-block;
	padding-left:15px;
	
}

.page-template-page-selection .txt_box .txt{
}

.page-template-page-selection .txt_box .room{
	color:#9e773e;
	font-size:14px;
	line-height: 1.2em;

	margin:10px 0;
}
	
.page-template-page-selection .txt_box .item{
	font-size:12px;
}

.page-template-page-selection .entry_box h3{
	color:#9e773e;
	font-size: 2.0rem;
	text-align: center;
	padding:30px 0 10px 0;
}

.page-template-page-selection .entry_box .txt{
	padding:30px 0;
}


.page-template-page-selection .entry_box .room_list{
	background-color: #f6f1e6;
	padding:20px;
	margin-bottom:20px;
}

.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (min-width: 768px) {
	.page-template-page-selection .outbox h2{
		text-align: left;
		font-size: 34px;
	}	
	
	.page-template-page-selection .box h3{
		font-size: 23px;
	}	
	
	.page-template-page-selection .outbox h2::after{
		content: url("../img/line_gold02.png");
		position:absolute;
		top:-1rem;
		margin-left:10px;
	}
	
	.page-template-page-selection .txt_box .txt{
		font-size:12px;
		    margin-bottom: 40px;
	}

	.page-template-page-selection .box:nth-child(odd) img.thumb{
		width:45%;
		float:right;
	}
	
	.page-template-page-selection .box:nth-child(odd) .txt_box{
		padding-right: calc(45% + 20px );
	}
	
	.page-template-page-selection .box:nth-child(even) img.thumb{
		width:45%;
		float:left;
	}
	
	.page-template-page-selection .box:nth-child(even) .txt_box{
		padding-left: calc(45% + 20px );
	}
	
	.page-template-page-selection .entry_box h3{
		font-size: 2.6vw;
	}
	
}



/*---------------------------------
プレスリリース
---------------------------------*/
/*-----共通・使い回し-----*/

#press_release article{
	position: relative;	
}

.press_release_nav {
	background-color: #000;
	height: 65px;
	width: 100%;
	display: inline-flex;
	justify-content: space-around;
	position: fixed;
	z-index: 999;
	top: 0;
}

.press_release_nav ul li{
	display: inline-block;
	padding: 0 20px;
}

.press_release_nav ul li a{
	color: #fff;
	font-size: 2rem;
    line-height: 60px;
    text-decoration: none;
    font-weight: bold;
}

.fade {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
}
.fadein {
    opacity : 1;
    transform : translate(0, 0);
}

#press_release body{
	box-shadow:none;
	padding: 0;
}

#press_release #wrapper{
	border: none;
}

#press_release p{
	line-height: 2.5rem;
}

#press_release .img_month{
	height: 80px;
	width: auto;
}

#press_release .item{
	max-width: 700px;
    margin: 0 auto 50px;
}

#press_release .press_description{
	margin: 20px 0 50px;
	display: block;
	color: #292828;
}

#press_release .item_description{
	margin: 20px 0 0;
	color: #292828;
}

#press_release .release_logo{
	width: 40%;
	margin: 0 2%;
}

#press_release .release_logo.width_max{
	width: 70%;	
}

#press_release .release_logo.hoteltheko{
	width: 60%;
}

#press_release .link_box{
	background-color: #cec2a3;
	padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

#press_release .link_box:hover{
	background-color: rgba(206, 194, 163,0.6);
}

#press_release a.link_box{
	color: #fff;
	font-size: 2rem;
	letter-spacing: 3px;
	text-decoration: none;
}

#press_release iframe{
    width: 100%;
    height: 100%;
}

#press_release .txt_small{
	font-size: 2rem;
	line-height: 3rem;
}

#press_release img.arrow{
	position: absolute;	
	width: 30px;
	height: auto;
	bottom: 15px;
	right: calc(50% - 15px);
	animation: fluffy1 3s ease infinite;
	z-index: 999;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
}

.br_pc{
	display: block;
}

.br_sp{
	display: none;
}

/*スライダー*/
#press_release .single_item{
	position: relative;
}

#press_release .video_slick li{
	margin: 0 50px;
}

#press_release .single_item .slide_arrow{
	background-image: none;
	background-color: #cec2a3;
	border-radius: 50%;
	color: #fff;
	width: 40px;
	height: 40px;
    font-size: 25px;
    cursor: pointer;
    z-index: 999;
}

#press_release .single_item .prev_arrow{
    position: absolute;
    left: 0;
    top: 40%;	
}

#press_release .single_item .next_arrow{
    position: absolute;
    right: 0;
    top: 40%;		
}

#press_release .item img.photo{
	width: 100%;
	height: auto;
}

/*-----トップ-----*/
#press_release .section_top{	
	background-image: url(../img/release/bg_star.jpg);
	background-size: cover;
	background-position: right;
	height: 575px;
	color: #eee;
	margin-top: -60px;
	position: relative;
}

#press_release .section_bottom{	
	color: #eee;
	padding:30px 20% 10px;
}

#press_release img.L3g_logo{
    width: 210px;
    height: auto;
}

#press_release .section_top img,#press_release .section_top h1,#press_release .section_top h2,#press_release .section_top p,#press_release img.arrow{
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.3));
    filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.3));
}

#press_release section:nth-child(odd):not(.section_top){
	background-color: #f6f1e6;
	padding-bottom: 50px;
}

#press_release section:not(.section_top):not(.section_bottom){
	text-align: center;
	padding: 100px 20% 50px;
}

#press_release section h3{
	font-size: 5rem;
	margin-bottom: 50px;
}

#press_release section h3{
	font-size: 3rem;
	margin-bottom: 10px;	
}

#press_release section .bg_black{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto 0;
}

#press_release section .bg_black div{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	padding: 40px;
	width: 100%;
	height: 530px;
	top: 54%;
    left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

#press_release section .bg_black h1{
	font-size: 4rem;
	letter-spacing: 2px;
	line-height: 5.5rem;
}

#press_release section .bg_black h2{
	font-size: 2.7rem;
	color: #fff;
	padding: 26px 0 0 0;
	letter-spacing: 2px;
	line-height: 5.5rem;
}

#press_release section .bg_black h1 span.txt_big{
	font-size: 4.5rem;
}

#press_release section .bg_black span{
	padding: 3px;
	color: #f9e9c0;
}

#press_release section .bg_black span.txt_release{
	padding:8px 3px 3px;	
}

#press_release section .bg_black p{
	padding: 30px 0 0; 
	font-size: 1.7rem;
	letter-spacing: 2px;
	font-weight: 100;
}

/*-----フッター-----*/
#press_release .section_bottom {
    color: #eee;
    padding: 50px 15% 10px;
}

#press_release .copy{
	color: #292828;
	text-align: center;
}

#press_release .site_link a:nth-child(2){
	margin: 0 3%;
}

#press_release .site_link{
    display: flex;
    justify-content: space-between;
}
#press_release .site_link a{
	display: inline-block;
	width: 32%;
}

#press_release .site_link img{
	margin-bottom: 20px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	/*-----共通・使い回し-----*/
	.press_release_nav{
		height: 120px;
	}
	
	#press_release .release_logo.width_max{
		width: 100%;
	}
	
	#press_release .img_month{
		height: 55px;
	}
	
	#press_release section:not(.section_top):not(.section_bottom) {
	    text-align: center;
	    padding: 50px 5% 0;
	}
	
	#press_release section h3{
		font-size: 2rem;
	}
	
	#press_release p{
		line-height: 1.8rem;
	}
	
	#press_release .link_box{
		width: auto;		
	}	
	
	#press_release a.link_box{
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	
	#press_release .txt_small{
		font-size: 1.3rem;
		line-height: 2rem;
	}
	
	#press_release section:nth-child(odd):not(.section_top):not(.section_bottom){
		padding-bottom: 1px;
	}
	
	.br_pc{
		display: none;
	}
	
	.br_sp{
		display: block;
	}
	
	/*-----スライダー-----*/	
	#press_release .single_item .slide_arrow{
		width: 25px;
		height: 25px;
		font-size: 25px;
		padding: 0;
		margin: 0;
		font-size: 15px;
	}

	/*-----トップ-----*/	
	#press_release section .bg_black{
		margin: 0px auto 0;
	}
	
	#press_release section .bg_black div{
		padding: 30px 15px;
		height: 570px;
	}
	
	#press_release .section_top{	
		height: 620px;
	}

	#press_release .section_top img{
		 width: 160px;
		 height: 160px;
	}
	
	#press_release .section_top  img.arrow{
		position: absolute;	
		width: 24px;
		height: auto;
		bottom: 5px;
		right: calc(50% - 12px);
		animation: fluffy1 3s ease infinite;
	}
	
	#press_release section .bg_black h2 {
	    line-height: 4rem;
	}
	
	#press_release section .bg_black h1 {
		font-size: 2rem;
		line-height: 5.2rem;
		padding: 20px 0 0 0;
	}

	#press_release section .bg_black h1 .txt_middle {
	    font-size: 1.8rem;
	}
	 
	#press_release section .bg_black h1 span{
		font-size: 4rem;
	}
	
	#press_release section .bg_black p{
		font-size: 1.5rem;
		padding: 20px 0 0;
	}
	/*#press_release section .bg_black div {
		top: 325px;
		padding: 40px 6%;
	}*/
	
	/*-----フッター-----*/
	#press_release .section_bottom{
	    padding: 50px 5% 10px;
	}

	#press_release .site_link{
		display: block;
	}
	
	#press_release .site_link a:nth-child(2) {
	    margin: 0;
	}
	
	#press_release .site_link a{
		width: 100%;
		display: block;
	}

}

/*---------------------------------
error404
---------------------------------*/

.error404 .content P{
	font-size:1.8rem;
	line-height:1.8;
	text-align: center
}
.error404 .content{
	text-align: center;
}
.error404 img{
	width:150px;
	margin-bottom:15px;
}

/*---------------------------------
お問い合わせ
---------------------------------*/

.formMsg{
	background-color:#f0f0f0;
	padding:40px;
	width:100%;
	margin:0 auto 40px auto;
	line-height:1.7;
}
.formSet{
	width:100%;
	margin:0 auto;
}
.formLine{
	padding-bottom:20px;
	position: relative;
}


.formLine div.th{
	width: 210px;
	position: absolute;
	display: flex;
	align-items:center;
	justify-content: left;
	height:40px;
	font-size:1.6rem;
	color:#c8a959;
}

.formLine div.cont{
	padding-left: 210px;
	width:100%;
}

.require{
	color:#FF4433;
}

.mw_wp_form .formLine .error{
	color:#FF4433;
	margin-top:3px;
}

.formLine .error:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right:2px;
}

.mw_wp_form_confirm .formLine{
	font-size:1.6rem;
	border-bottom:1px dotted #c8a959;
}

.mw_wp_form_confirm .formLine div.cont{
	padding:10px 0 10px 210px;
}

.mw_wp_form_confirm .formBtn{
margin: 20px auto;
    max-width: 120px;
}

.mwform-tel-field{
	color: #c8a959;
}

.mw_wp_form_complete{
	padding:30px;
	font-size:1.6rem;
	background-color: #f6f1e6;
	    line-height: 2.2;
}
.mw_wp_form_complete p{
	margin-bottom:10px;
	line-height: 1.5em;
}

.formLine div.cont textarea,
.formLine div.cont input{
	padding:10px;
	border:2px solid #c8a959;
	width: 100%;
	box-sizing: border-box;
	font-size:1.3rem;
}

.formLine div.cont textarea{
	min-height: 160px;
}

.formLine div.cont input.middle{
	width:60%;
}

.formLine div.cont .mwform-tel-field input[type="text"]{
	width:80px
}
/*
.formLine div.cont select{
	font-size:1.5rem;
	padding:10px;
	height:40px;
	border:2px solid #c8a959;
	cursor: pointer;
}*/

.formLine .select {
    position: relative;
    display: inline-block;
    font-size: 1em;
    overflow: hidden;
    z-index: 0;
    color: #c8a959;
}

.formLine .select:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: .6em;
    margin-top: -.2em;
    border-width: .45em .3em;
    border-style: solid;
    border-color: #c8a959 transparent transparent;
    z-index: -1;
}
/* selectタグのスタイル */
.formLine .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .4em 2em .4em 1.5em;
    background: transparent;
    border: 2px solid #c8a959;
    font-size: 1em;
    outline: none;
    width:100%;
}
/* selectタグ選択中のスタイル */
.formLine .select select:focus {
    text-shadow: 0 0 1px #b5b5b5;
}
/* IEの下三角非表示 */
.formLine .select select::-ms-expand {
    display: none;
}
/* Firefoxの点線非表示 */
.formLine .select select::-moz-focus-inner {
    border: 0;
}
/* 表示されるオプションスタイル */
.formLine .select select * {
    color: #333;
    text-shadow: none;
    background: #FFF;
}


input, select {
    vertical-align: middle;
    border-top: 1px solid #c8a959;
    border-left: 1px solid #c8a959;
    border-right: 1px solid #c8a959;
    border-bottom: 1px solid #c8a959;
}


select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #8c7333;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
	padding: 10px 20px;
}


.sendCheck{
	font-size:1.8rem;
	text-align: center;
}
.sendCheck label{
	cursor: pointer;
}
.sendCheck input{
	width:20px;
	height:20px;
	cursor: pointer;
	margin-right:5px;
}

.formBtn{
	text-align: left;
	margin-left:210px;
}

.formBtn a.btn,
.formBtn input{
	background-color: #c8a959;
	color: #FFF;
	padding:10px 30px;
	border:none;
	display: inline-block;
	cursor: pointer;
	font-size:1.5rem;
	border-radius: 5px;
}


.formBtn a.btn:hover,
.formBtn input[disabled]:hover,
.formBtn input[disabled]{
	cursor: default;
	background-color:rgba(219, 164, 81, 0.3);
}
.formBtn input:hover{
	background-color:rgba(219, 164, 81, 0.3);
}
.formBtn .btn.large{
	font-size:1.8rem;
}


/* スマートフォン用CSS */
@media screen and (max-width:1550px) {
	
	#topContets .menu-top_menu-container{
		display: block;
		width:70vw;	
		padding-bottom: 50px;
	}
	
	#topContets .menu-top_menu-container li a{
		padding:0 5px;
	}	
	
}
/* スマートフォン用CSS */
@media screen and (max-width: 1080px) {
	#topContets {
    margin-bottom: 100px;
}
	
	h1#logo{
		text-align: center;
		margin-top:6vh;
		margin-bottom: 40px;
	}
	
	h1#logo img{
		width:40%;
	}
	
	
	#topContets .menu-top_menu-container li:first-child{
		position: absolute;
		left: 0;
		top:0px;
	}
	
	#topContets .menu-top_menu-container li:last-child{
		position: absolute;
		right: 0;
		top:0px;
	}
	
	
	
}



/* スマートフォン用CSS */
@media screen and (max-width: 767px) {
	
		#topContets {
    margin-bottom: 50px;
}
	
	#topContets .menu-top_menu-container li {
    padding: 18px 20px;
}
	
	
	img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}
	
	
	
	.formLine div.th{
		width: 100%;
		position:static;
		display: block;
		align-items:center;
		justify-content: left;
		height:auto;
		font-size:1.6rem;
		color:#c8a959;
		margin-bottom:10px;
	}
	
	.formLine div.cont{
		padding-left: 0;
		width:100%;
	}
	
	.mw_wp_form_confirm .formLine div.cont{
		padding:10px;
	}
	
	.formBtn{
		margin-left:0;
	}
	
	.home a.down{
		background:url(../img/down_arrow.png) no-repeat center center;
		background-size:50px auto;
		height:30px;
		display: block;
		text-indent: -9999px;
		cursor: pointer;
		margin:30px 0 50px 0;
	}
	
	
	
	#concept{
		font-size:1.5rem;
		background-image: none;
		background-color:#f5efe2;
		width:100%;
		padding:15px 0;
		text-align: center;
		height:auto;
		position: static;
		border:3px double #dbcca7;
		
	}

	#concept .concept_box{
		position: static;
		margin:0px;
		padding:15px;
		top:0;
	}
	
	#concept h2{
		color:#c8a959;
		font-size:2.4rem;
		margin-bottom:20px;
	}
	
	

	#news_top h2{
		font-size: 1.4rem;
		margin-bottom:10px;
	}
	
	#news_top a{
		font-size: 1.2rem;
		font-weight: normal;
	}

	#footer_company table{
		width:100%;
		margin:0 auto;
	}
	
	#footer_company table th{
		text-align: left;
		display: block;
	}
	
	#footer_company table th,
	#footer_company table td{
		padding:10px;
		display: block;
	}
	
	#footer_company table th{
		padding-bottom:0px;
		font-weight: bold;	
	}

	/* project */ 
	
	.post-type-archive-project article{
		column-count: 1;
		column-width:100%;
	}
	
	.post-type-archive-project a.projet_box{
		display: block;
		align-items:center;
		justify-content: center;
		font-size: 1.6rem;
		margin-bottom:30px;
	}
	
	.post-type-archive-project a.projet_box:hover{
		transition: background-color 0.1s linear;
		background-color: #f6f1e6;
	}
	
	.menu-global_nav-container{
		position:static;
		padding:10px 0;
		width:100%;
	}
	
	.menu-global_nav-container li{
		float:left;
		width:33.3%;
		text-align: center;
		margin-left:0;
		min-height: 40px;
	}
	
	.menu-global_nav-container li a{
		display: block;
		padding:10px 15px;
		font-size:1.5rem;
		border-bottom: 3px solid #fff;
		transition: border-color 0.5s linear;
		border-bottom: 1px dotted #cbb26e;
		margin:0 10px;
	}
	
	.menu-global_nav-container li a:hover{
		border-bottom: 3px solid #cbb26e;
	}
	.post-type-archive-news h2.mainTT{
		position: relative;
	}	
	.post-type-archive-news h2.mainTT time{
		display: block;
		position: absolute;
		top:-20px;
	}
	.post-type-archive-news .body{
		margin-top:20px;
	}

	.post-type-archive-news .content{
		margin-top:30px;
	}
	
	#news_top h2{
		font-size: 2.4rem;
		float: none;
		margin-right:0px;
		margin-top:0px;
	}
	
	#news_top .news_box{
		overflow: auto;
		    line-height: 2.0;
	}	
	
	.page-template-page-selection .txt_box .txt,
	.page-template-page-selection .txt_box .room,
	.page-template-page-selection .txt_box .item{
		/*font-size:1.4rem;
		line-height: 1.3em;*/
	font-size: 12px;
    line-height: 1.8;
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 460px) {
	

	
	#topContets .menu-top_menu-container li {
    padding: 18px 10px;
   
}

#topContets .menu-top_menu-container li a {
	font-size:13px;
   
}

h1#logo02 img {
    width: 180px;
}

}



.ac{
	text-align:center;
	}	

.sale_cont {
    background: #f6f1e6;
    padding: 10px;
}

.sale_table{
	overflow-x: scroll;
	
}
.sale_table table{
	background: #fff;
	
	}

.sale_table table td{
	padding:7px;
	
	}

.sale_table table,
.sale_table table tr,
.sale_table table td{
border: 1px solid #333; 
	
	}

.sale_table table tr:nth-child(even){
	background: #fff7e0;
	
	}

.sale_mb30{
	margin-bottom: 30px;

}

.sale_yajirushi{
	text-align: center;
	font-size: 46px;
	padding-bottom: 20px;
	padding-top: 20px;
}

/*form*/

#cam_mail {margin:0 auto;

}


#cam_mail p{padding-bottom: 5px;}
#cam_mail .mb30{margin-bottom:30px;}
#cam_mail .mb50{margin-bottom:50px;}
#cam_mail input{
padding:5px;
}




#cam_mail input{
padding:10px;
max-width:200px;

}


.contact_form div{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;

}

.contact_form div{
	max-width: 500px;
	margin: 0 auto;
}

.contact_form02 div{
	max-width: 500px;
	margin: 0 auto;
}



.contact{
margin:0 0 0 0;
}




div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    padding: 50px;
    max-width: 650px;
    margin: 50px auto;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
	 padding: 50px;
}

span.wpcf7-not-valid-tip {
    color: #c5000f;
    font-size: 1em;
    font-weight: normal;
    padding-top: 5px;
    display: block;
}


div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 4px auto;
	vertical-align: middle;}

.cam_btn .wpcf7-submit{


}


#cam_mail .border_filed{
padding:25px;
	
}


#cam_mail .border_filed:nth-child(even){
background:#fafafa;

	
}

.border_filed{
	margin: 0 auto;
	box-sizing: border-box;
}

.border_filed input{
	margin-top: 5px;
	    width: 100%;
}


#cam_btn{
	background:#fafafa;
	padding:20px;
}

#cam_btn p {
width:300px !important;
margin: 50px auto;
}




#cam_btn p input{
padding:20px;
width:300px;
margin: 0 auto;
background: #fff;
}


.form_st{
		max-width: 500px;
	margin: 0 auto;
		margin-bottom: 10px;
}


.form_t_bg{
	background: url("../img/campaign/cam_header.jpg") bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 4px solid #333;
}


.form_t_bg h1{
	text-align: center;
	font-size: 24px;
	padding: 50px;
	line-height: 1.9;
	color: #222;
}


.form_t_bg h1 font{
	font-size: 16px;
}


.cam_cap01{
	font-size: 10px;
	line-height: 1.7;
	margin-top: 50px;
	padding: 20px;
	max-width: 650px;
	margin: 0 auto;
}


.cam_cap_big02{
	font-size: 12px;
	line-height: 1.8;
	margin-top: 50px;
	margin: 0 auto 30px;
}


.cam_cap_big{
	font-size: 12px;
	line-height: 1.8;
	margin-top: 50px;
	padding: 20px;
	max-width: 650px;
	margin: 0 auto 30px;
}


.cam_cap_big h3{
    font-size: 14px;
    margin-bottom: 20px;
	text-align: center;
}

.cam_cap_big02 h3{
   font-size: 14px;
    margin-bottom: 20px;

}


.cam_cap_big .txt01{
    font-size: 16px;
    margin-bottom: 30px;
	text-align: center;
}

.cam_cap_big .txt02{
    margin-bottom: 30px;
}

.cam_cap_big .red{
color:#c5000f;
	
	}

.cam_cap_big02 h3{
    margin-bottom: 30px;
	    margin-left: 30px;

}

.cam_cap_big02 h3 font{
font-size: 22px;

}

.cam_cap_big02 h3.q1:before{
	content: 'Q1.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q2:before{
	content: 'Q2.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q3:before{
	content: 'Q3.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q4:before{
	content: 'Q4.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q5:before{
	content: 'Q5.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q6:before{
	content: 'Q6.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q7:before{
	content: 'Q7.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q8:before{
	content: 'Q8.';
	font-size: 22px;
	margin-left: -25px;
}


.cam_cap_big02 h3.q9:before{
	content: 'Q9.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q10:before{
	content: 'Q10.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q11:before{
	content: 'Q11.';
	font-size: 22px;
	margin-left: -25px;
}


.cam_cap_big02 h3.q12:before{
	content: 'Q12.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q13:before{
	content: 'Q13.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q14:before{
	content: 'Q14.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q15:before{
	content: 'Q15.';
	font-size: 22px;
	margin-left: -25px;
}

.cam_cap_big02 h3.q16:before{
	content: 'Q16.';
	font-size: 22px;
	margin-left: -25px;
}








.cam_cap_big02 .txt01{
    margin-bottom:15px;
	font-size: 15px;
	    margin-left: 30px;

}

.cam_cap_big02 .txt01:before{
	content: 'A.';
	font-size: 22px;
	margin-left: -25px;
	color:#c5000f;


}

.cam_cap_big02 .border02_filed:nth-child(even) {
    background: #fafafa;
}

.cam_cap_big02 .border02_filed div{
	padding:20px;
	max-width: 650px;
	box-sizing: border-box;
	margin: 0 auto; 
}


.under_btn a p {
    max-width: 390px;
    box-sizing: border-box;
    padding: 30px;
    color: #FFF;
    background: #3e3a39;
    margin: 0 auto;
	text-align: center;
}

body.page-id-1438,
body.page-id-1129,
body.page-id-1374{
	
font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    color: #1b1b1b;
    box-shadow:none;
    min-height: calc(100vh - 30px);
    color: #756949;
    padding: 0px !important;
    font-size: 13px;
    font-weight: 300;
    /* font-family: "Sawarabi Gothic"; */
	
}


@media screen and (max-width: 640px) {
	
.contact_form {
    max-width: 200px;
    margin: 0 auto;
}		

.contact_form div{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

}
	
#cam_mail .border_filed {
    padding: 25px;

}	
	
	.contact_form02{
	max-width: 200px;
    margin: 0 auto;
		
	}
	
.contact_form02 font{
	padding-top:10px;
	display: inline-block;
	}

	
	
	}






/*youtube*/

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}




/*---------------------------------
カテゴリー　ページネーション
---------------------------------*/
.wp-pagenavi02{
	text-align: center;
	margin-top:50px;
	margin-bottom:50px;
}


.page-numbers{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	max-width: 450px;
	margin: 0 auto;
	
}

.wp-pagenavi02 .page-numbers li a{
	text-decoration: none;
	background-color:#c8a959;
	
	color:#FFF;
	padding: 8px 14px !important;
	line-height:2.6em;
	display: inline-block !important;
	border-radius: 100px;
	cursor: pointer;
	color: #fff !important;
	box-sizing: border-box;
	    border-bottom: solid !important;
	border:3px solid #c8a959 !important;
}
.wp-pagenavi02 span.current {
	border-radius: 100px;
	border:3px solid #c8a959;
	color:#c8a959;
}
.wp-pagenavi02 span {
	border-radius: 100px;
	text-decoration: none !important;;
	border:3px solid #DDD;
	color:#666;
	padding: 0 13px;
	line-height:2.6em;
	display: inline-block;
}
.wp-pagenavi02 .page-numbers li  a:hover {
	border:3px solid #7d5f00;
	background-color:#fff;
	color:#7d5f00 !important;
}

/*動画*/

.com_youtube iframe{
  width: 100%;
margin:0px auto 50px;

}


.top_youtube iframe{
    width: 100%;
    margin: 0px auto 120px;
    max-width: 1000px;
    display: block;

}



.ltk_bn{
    width: 100%;
    margin: 100px auto 120px;
	max-width:661px;
}


@media screen and (max-width: 680px) {
	
.ltk_bn{
    width: 90%;
    margin: -40px 5% 120px 5%;
	max-width:661px;
}	
}




.top_bn_flex{
	    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	max-width: 1065px;
	width: 90%;
	margin: 0 auto 50px;
	
}

.top_bn_flex p img{
	width: 100%;


}

@media screen and (max-width: 768px) {
	
.top_bn_flex{
	    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	max-width: 1065px;
	width: 90%;
	margin: 0 auto ;
	flex-wrap: wrap;
	padding-bottom: 50px;
	
	
}
	
	.top_bn_flex p{
		margin-bottom: 15px;

}
	
}




.top_bn_flex_ko{
	    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	max-width: 1065px;
	width: 90%;
	margin: 0 auto 30px;
		border: 1px solid #e8c364;
}

.top_bn_flex_ko p img{
width: 100%;

}

@media screen and (max-width: 960px) {
	
.top_bn_flex_ko{
	    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	max-width: 1065px;
	width: 90%;
	margin: 0 auto 50px;
	flex-wrap: wrap;
	padding-bottom: 0;
	
	
}
	
	.top_bn_flex_ko p{
		margin-bottom: 0;

}
	
}


.ltg_ms_txt{
	max-width: 640px;
	text-align: left;
	margin: 0 auto 50px;
	font-size: 12px;
}

.ltg_ms_txt p:nth-child(1){
	margin-bottom: 60px;
	line-height: 2.0;
}

.ltg_ms_txt p:nth-child(2){
	padding-left: 15px;
	font-size: 12px;
		margin-bottom: 20px;
}

.ltg_ms_txt p:nth-child(3){
	text-align: right;
	font-size: 16px;
		line-height: 1.4;
			margin-bottom: 70px;
}

.mainTT_ms {
    padding: 3px 0;
	text-align: center; 
	margin-bottom: 50px; 
	font-size: 26px;
	    color: #c8a959;
}



@media screen and (max-width: 680px) {
	
.mainTT_ms {
	font-size: 22px;

}	
	
.ltg_ms_txt p:nth-child(3){
			margin-bottom: 80px;
}	
	
	
.top_bn_flex_ko{

	max-width: 515px;
	width: 90%;
	margin: 0 auto 50px;
	flex-wrap: wrap;
	padding-bottom: 0;
	
	
}	
	
	
.ltk_bn{
    width: 90%;
    margin: -40px 5% 120px 5%;
	max-width:661px;
}	
}



/*youtube TOP*/

.youtube_ko{
  position: relative;
  width: 100%;
  padding-top: 26.25%;
	max-width: 513px;
	margin: 0 auto;
}


.youtube_ko iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}




@media print, screen and (max-width: 960px) {
	
	.youtube_ko{
  position: relative;
  width: 100%;
	padding-top: 56.25%;
	max-width: 960px;
	margin: 0 auto;
}

	
	}



.ltg_ms a p{
	padding: 20px 20px;
	border: 1px solid #cbac5c;
	text-align: center;
	font-size: 16px;
	color: #9e7815;
	
}

.ltg_ms a p:after{
	 content: "　＞";


	
}

.ltg_ms{
	padding: 2px;
	border: 1px solid #cbac5c;
		margin: 0 auto 80px;
		max-width: 420px;

	
}


.ltg_ms a:hover p{
	opacity: 0.5;
	 -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}



	