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

/****************************************************************

  Common Style

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


/* hover image
--------------------------------*/
a img {
	transition:opacity 0.4s;
}

a:hover img {
	opacity: 0.8;	
}


/* float & clear
--------------------------------*/
.f_l { float: left; }
.f_r { float: right; }
.clr { clear: both; }


/* margin
--------------------------------*/
.mt5 {  margin-top: 5px  !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }

.ml5 {  margin-left: 5px  !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }

.mr5 {  margin-right: 5px  !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }

.mb5 {  margin-bottom: 5px  !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }



/* font
--------------------------------*/
.bold { font-weight: bold; }
.red {  color: #af0000; }


/* HTML
--------------------------------*/
body {
	font-size: 14px;
	line-height: 1;
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
}

img {
	border: none;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

input[type="submit"],
input[type="text"] {
   -webkit-appearance: none;
   border-radius: 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
	outline: none;
	border: none;
	border-radius: 0;
}

.pc_cont { display: block; }
.tb_cont { display: none; }
.sp_cont { display: none; }

/****************************************************************

  header style

****************************************************************/
header {
	background:#fff;
}

header .h_cont {
	overflow:hidden;
}

header .h_cont div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	height:80px;
	overflow:hidden;
}

header .h_cont div p:nth-child(2) {
	position:relative;
	width:100px;
}

header .h_cont div p:nth-child(2) a:after {
	content:"";
	display:block;
    background-color: #a89770;
    width: 89px;
    height: 157px;
    display: inline-block;
    position: absolute;
    top: -23px;
    left: -62px;
    -moz-transform: rotate(29deg);
    -webkit-transform: rotate(29deg);
    -o-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    transform: rotate(29deg);
    transform-origin: right bottom;
	transition: opacity 0.2s;
}

header .h_cont div p:nth-child(2) a:hover:after {
	opacity:0.8;
}

header .h_cont div p:nth-child(2) a span {
	position: absolute;
	top: 18px;
    left: 8px;
    z-index: 10;
	
}

/****************************************************************

  breadcrumbs style

****************************************************************/
#content .breadcrumbs .breadCrumb {
	font-size:12px;
	color:#5f5234;
	padding-bottom:15px;
    line-height: 1.8;
}

#content .breadcrumbs .breadCrumb span {
	padding-right:15px;
    display: inline-block;
}

#content .breadcrumbs .breadCrumb span a {
	color:#5f5234;
	letter-spacing:0.1em;
}

/****************************************************************

  content style

****************************************************************/
#wrapper {
	background-color:#f5f5f5;
}

#content {
	width:1200px;
	margin:48px auto 0;
	padding-bottom:253px;
}

#content #left_cont {
	width:820px;
	float:left;
}

/****************************************************************

  404 style

****************************************************************/
#content.error_404 {
	font-size:15px;
	line-height:1.8;
}

#content.error_404 .form_box {
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    align-items: center;
	margin:15px 0 0 0;
}

#content.error_404 .s_form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 318px;
    height: 35px;
    border: 1px solid #697d92;    
	background-color:#fff;	
}

#content.error_404 .s_form .s_txt {
    width: 288px;
    box-sizing: border-box;
    font-size: 16px;
    padding-left: 16px;
    vertical-align: top;
    color: #697d92;
}

#content.error_404 .s_form .submit {
    background: url(../images/common/s_icon.gif) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 19px;
    border: none;
    cursor: pointer;
}

/****************************************************************

  side_menu style

****************************************************************/
#content #side_menu {
	width:330px;
	float:right;
}

#content #side_menu .side_block {
	border-top:2px solid #2f324e;
	background-color:#fff;
	padding-top:15px;
	margin-bottom:30px;
}

#content #side_menu .side_block .side_ttl {
	text-align:center;	
}

#content #side_menu .side_block .side_ttl font {
	font-family: 'Playfair Display', serif;
    font-weight: 400;
	color:#2c3e50;
	letter-spacing:-0.01em;
	text-indent:-0.01em;
	font-size:35px;
    line-height: 1.2;
}

#content #side_menu .side_block .side_ttl a {
	color:#2c3e50;
}

#content #side_menu .side_block .side_ttl span {
	display:block;
	color:#5f5234;
	font-size:14px;
	text-indent:0.1em;
	letter-spacing:0.1em;
	margin-top:9px;
}

#content #side_menu .side_block .side_cont {
	width:318px;
	margin:auto;
	padding-bottom:6px;
}

#content #side_menu .side_block .side_cont p img {
	width:100%;
	height:auto;
}

#content #side_menu .side_block.category .side_ttl {
	margin-bottom:29px;
}

#content #side_menu .side_block.category .side_cont p {
	margin-bottom:6px;
}

#content #side_menu .side_block.category .side_cont p:last-child {
	margin-bottom:0;
}

#content #side_menu .side_block.side_key .side_ttl {
	margin-bottom:20px;
}

#content #side_menu .side_block.side_key .side_cont {
	padding-bottom:6px;
}

#content #side_menu .side_block.side_key .side_cont .s_form {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
	width:318px;
	height:40px;
	border:1px solid #697d92;
	margin-bottom:19px;
}

#content #side_menu .side_block.side_key .side_cont .s_form .s_txt {
    width: 288px;
    box-sizing: border-box;
    font-size: 16px;
    padding-left: 16px;
    vertical-align: top;
	color:#697d92;
}

#content #side_menu .side_block.side_key .side_cont .s_form .submit {
	background:url(../images/common/s_icon.gif) no-repeat center;
	background-size:contain;
	width:20px;
	height:19px;
	border: none;
    cursor: pointer;
}

#content #side_menu .side_block.side_key .side_cont ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
}

#content #side_menu .side_block.side_key .side_cont ul li a {
	display:block;
	min-width:156px;
	padding:14px 10px 12px;
	text-align:center;
	font-size:16px;
	letter-spacing:0.025em;
	text-indent:0.025em;
    border: 1px solid #476078;
	color:#476078;
	margin-bottom:6px;
	transition:0.4s;
	box-sizing:border-box;
}

#content #side_menu .side_block.side_key .side_cont ul li a:hover {
	color:#fff;
	background-color:#476078;
}

#content #side_menu .side_block.reco .side_ttl {
	margin-bottom:29px;
}

#content #side_menu .side_block.reco .side_ttl font {	
	font-size:29px;
}

#content #side_menu .side_block.reco .side_cont .reco_post {
	min-height:90px;
	margin-bottom:6px;
}

#content #side_menu .side_block.reco .side_cont div:last-child.reco_post {
	margin-bottom:0;
}

#content #side_menu .side_block.reco .side_cont .reco_post > a {
	display:block;
	height:100%;
	min-height:90px;
	background-color:rgba(0,0,0,0.5);
	padding:16px 16px 6px;
	box-sizing:border-box;
	transition:0.3s;
}

#content #side_menu .side_block.reco .side_cont .reco_post > a:hover {
	background-color:rgba(0,0,0,0.3);
}

#content #side_menu .side_block.reco .side_cont .reco_post > a .reco_post_ttl {
	font-size:16px;
	color:#fff;
	letter-spacing:0.025em;
	line-height:1.375;
	margin-bottom:7px;
}

#content #side_menu .side_block.reco .side_cont .reco_post > a div {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 12px;
    letter-spacing: 0.025em;
    font-style: italic;
    color: #fff;
	}

#content #side_menu .side_block.reco .side_cont .reco_post > a div ul {
	-webkit-flex-direction:row-reverse;
  	flex-direction:row-reverse;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#content #side_menu .side_block.reco .side_cont .reco_post > a div ul li {
	margin:0 0 5px 8px;
	}

#content #side_menu .side_block.other {
	padding-bottom:28px;
}

#content #side_menu .side_block.other .side_ttl span {
	display:inline-block;
}

#content #side_menu .side_block.other .side_ttl a {
	position:relative;
	display:inline-block;
	transition:opacity 0.4s;
}

#content #side_menu .side_block.other .side_ttl a:hover {
	opacity:0.8;
}

#content #side_menu .side_block.other .side_ttl a:after {
	content:"";
	display:inline-block;
	background:url(../images/common/other_site.gif) no-repeat;
	background-size: contain;
	width:17px;
	height:14px;
	margin-top:18px;
	position:absolute;
	right:-33px;
	top:0px;
}

/****************************************************************

  footer style

****************************************************************/
footer .f_top {
	background-color:#2c3e50;
}

footer .f_top a {
	color:#fff;
}

footer .f_top .f_inner {
	width:1200px;
	margin:auto;
	position:relative;
}

footer .f_top .f_inner .pagetop {
	background-color:#fff;
	border-radius:40px;
	text-align:center;	
	position:absolute;
	top:-40px;
	width:100%;
}

footer .f_top .f_inner .pagetop a {
	display:block;
	padding:33px 0 32px;
	font-size:19px;
	font-weight:400;
	color:#5f5234;
	letter-spacing:0.05em;
	text-indent:0.05em;
	font-family: 'Playfair Display', serif;
}

footer .f_top .f_inner .pagetop a:hover {
	opacity:0.8;
}

footer .f_top .f_inner .f_sns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content:center;
	padding:77px 0 50px;
	margin-bottom:50px;
	border-bottom:1px solid #455668;	
}

footer .f_top .f_inner .f_sns p {
	margin-right:44px;
}

footer .f_top .f_inner .f_sns p:last-child {
	margin-right:0;
}

footer .f_top .f_inner .f_link01 {
	padding:0 14px 50px;
	margin-bottom:50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	border-bottom:1px solid #455668;
}

footer .f_top .f_inner .f_link01 a:hover,
footer .f_top .f_inner .f_link02 a:hover {
	text-decoration:underline;
}

footer .f_top .f_inner .f_link01 div dl {
	margin-bottom:40px;
}

footer .f_top .f_inner .f_link01 div dl:last-child {
	margin-bottom:0;
}

footer .f_top .f_inner .f_link01 div dl dt {
	font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #fff;
    letter-spacing:0.075em;
    font-size: 16px;
}

footer .f_top .f_inner .f_link01 div dl dt a {
	color:fff;
}

footer .f_top .f_inner .f_link01 div dl dd {
	margin-bottom:20px;
	padding-left:20px;	
}

footer .f_top .f_inner .f_link01 div dl dd a {
	font-size:14px;
	letter-spacing:0.075em;
	color:#fff;
}

footer .f_top .f_inner .f_link01 div dl dd:first-of-type {
	margin:20px 0 20px;
}

footer .f_top .f_inner .f_link01 div dl dd:last-child {
	margin-bottom:20px;
}

footer .f_top .f_inner .f_link02 {
	padding:0 14px 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}

footer .f_top .f_inner .f_link02 div {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
}

footer .f_top .f_inner .f_link02 div:first-child h2 {
	margin-right:50px;
}

footer .f_top .f_inner .f_link02 div:nth-child(2) p {
	margin-right:40px;
	font-size:12px;
}

footer .f_top .f_inner .f_link02 div:nth-child(2) p:last-child {
	margin-right:0;
}

footer .f_copy {
	text-align:center;
	padding:37px 0 35px;font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #2c3e50;
    font-size: 10px;
	letter-spacing:0.1em;
	text-indent:0.1em;
}


/****************************************************************
  smartphone
****************************************************************/
@media screen and (max-width:640px) {

.pc_cont { display: none !important; }
.tb_cont { display: none; }
.sp_cont { display: block; }

#wrapper img {
	width:100%;
	height:auto;
}

/****************************************************************

  header style

****************************************************************/


/****************************************************************

  breadcrumbs style

****************************************************************/
#content .breadcrumbs .breadCrumb {
	display:none;
}

/****************************************************************

  content style

****************************************************************/
#content {
	width:96.9%;
	margin:auto;
	padding:4.4% 0 16%;
}

#content #left_cont {
	width:100%;
	float:none;
	margin-bottom:12.9%;
}

/****************************************************************

  side_menu style

****************************************************************/
#content #side_menu {
	width:100%;
	float:none;
}

#content #side_menu .side_block {
    border-top: 1px solid #2f324e;
    padding-top: 4.4%;
    margin-bottom: 12.9%;
}

#content #side_menu .side_block.category .side_ttl {
    margin-bottom: 4.7%;
}

#content #side_menu .side_block .side_ttl font {
    font-size: 21px;
}

#content #side_menu .side_block .side_ttl span {
    font-size: 11px;
    margin-top: 8px;
}

#content #side_menu .side_block .side_cont {
    width: 98.1%;
    margin: auto;
    padding-bottom: 6px;
}

#content #side_menu .side_block.side_key .side_cont .s_form {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

#content #side_menu .side_block.side_key .side_cont .s_form .s_txt {
    width: 92.7%;
    font-size: 12px;
    padding-left: 10px;
}

#content #side_menu .side_block.side_key .side_cont .s_form .submit {
    width: 4.7%;
	height:auto;
    margin-right: 2.5%;
}

#content #side_menu .side_block.side_key .side_cont ul li {
	min-width:49%;
	margin-bottom: 2%;
	background-color:#476078;
}

#content #side_menu .side_block.side_key .side_cont ul li a {
    width: 100%;
    padding: 12px 0;
    font-size: 12px;
    border: none;
    color: #fff;
    margin-bottom: 0;
}

#content #side_menu .side_block.reco {
    margin-bottom: 8.1%;
}

#content #side_menu .side_block.reco .side_cont .reco_post {
    min-height: 100px;
}

#content #side_menu .side_block.reco .side_cont .reco_post > a {
    padding:4.9% 4.9% 6px;
	min-height: 100px;
}

#content #side_menu .side_block.reco .side_cont .reco_post > a .reco_post_ttl {
    font-size: 15px;
    margin-bottom: 5%;
}

#content #side_menu .side_block.reco .side_cont .reco_post > a div {
    font-size: 11px;
}

#content #side_menu .side_block.other {
    padding:4% 0 5%;
    border-top: 1px solid #8b7440;
	border-bottom: 1px solid #8b7440;
	margin-bottom:7.4%;
}

#content #side_menu .side_block.other .side_ttl a:after {
    width: 14px;
    height: 12px;
}

/****************************************************************

  footer style

****************************************************************/
footer .f_top .f_inner {
	width:100%;
	padding-bottom:6.7%;
}

footer .f_top .f_inner .pagetop {
    border-radius: 40px;
    top: -27.5px;
    width: 93.75%;
	left:0;
	right:0;
	margin:auto;
}

footer .f_top .f_inner .pagetop a {
    padding: 20px 0 20px;
    font-size: 15px;
}

footer .f_top .f_inner .f_sns {
    padding: 14.1% 0 7.8%;
    margin-bottom: 7.8%;
    border-bottom: 1px solid #455668;
}

footer .f_top .f_inner .f_sns p {
    width:7.2%;
	margin-right: 8.125%;
}

footer .f_top .f_inner .f_link02 {
    padding: 0;
    display:block;
}

footer .f_top .f_inner .f_link02 div {
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
}

footer .f_top .f_inner .f_link02 div:first-child {
	margin-bottom:9.4%;
}

footer .f_top .f_inner .f_link02 div:first-child h2 {
	width:8.5%;
	margin-right: 7.7%;
}

footer .f_top .f_inner .f_link02 div:first-child p {
	width:20%;
}

footer .f_top .f_inner .f_link02 div:nth-child(2) p {
    margin:0 6.25% 4.2% 0;
    font-size: 10px;
}

footer .f_top .f_inner .f_link02 div:nth-child(2) p:nth-child(3) {
	 margin:0 0 4.2% 0;
}

footer .f_copy {
    padding: 5.8% 0;
}

}
