@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: left;
	color:#000;
  letter-spacing: 0.5px;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
  font-family: 'Sawarabi Mincho', sans-serif;
}
select::-ms-expand {
  display: none;
}
*, *:before, *:after {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/* ------------------------------
    base
------------------------------ */
body {
	min-width: 1000px;
  width: 100%;
  position: relative;
}
section {
	position: relative;
}
p,dt,dd,th,td,li{
	font-size:1.4rem;
	line-height: 1.75;
}
a {
	color: #000;
	text-decoration:none;
  transition: opacity 0.3s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}
a:hover{
	opacity: .7;
	cursor: pointer;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.flex {
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.align_right{
  text-align: right;
}
.txt_small{
  font-size: 1.2rem;
}
.txt_white{
  color: #fff;
}
.link_txt{
  text-decoration: underline;
  color: #c2003f;
}
.bold{
  font-weight: bold;
}
.wrap{
  width: 940px;
	margin: 0 auto;
	position: relative;
}
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
}
.rl{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;

  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.txt p{
  font-size: 1.4rem;
  line-height: 1.75;
}
.txt p + p{
  margin-top: 1em;
}
@media screen  and (min-width : 769px){

	.sp{
		display:none!important;
	}

}

@media screen and (max-width : 768px){

	.pc{
		display:none!important;
	}
  body {
    min-width: inherit;
  }
  .wrap{
    width: inherit;
    padding: 0 5% ;
  }
  .txt p{
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .txt p + p{
    margin-top: 1em;
  }
}

/* ------------------------------
    btn
------------------------------ */
.btn_more a,
.btn_more span{
	display: block;
	width: 300px;
	height: 42px;
	/*background: #231815;*/
  background: #c90012;
	color: #fff;
	font-size: 1.6rem;
	line-height: 42px;
	text-align: center;
  position: relative;
  padding-right: 8px;
  margin: 30px auto 0;
}
.btn_more a::after,
.btn_more span::after{
	content: "";
	position: absolute;
	top:16px;
  right: 8px;
	display: inline-block;
	width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.btn_more.m a{
  width: 240px;
  height: 32px;
  line-height: 32px;
}
.btn_more.m a::after{
  top: 12px;
}
.btn_more.s a,
.btn_more.s span{
  width: 162px;
  height: 36px;
  line-height: 36px;
}
.btn_more.s a::after,
.btn_more.s span::after{
  top: 14px;
}

@media screen and (max-width : 768px){
  .btn_more a,
  .btn_more span{
    display: block;
    width: 61%;
    max-width: 250px;
    height: 27px;
    font-size: 1.3rem;
    line-height: 27px;
    padding-right: 8px;
    margin: 23px auto 0;
  }
  .btn_more a::after,
  .btn_more span::after{
    content: "";
    position: absolute;
    top:10px;
    right: 8px;
    width: 7px;
    height: 7px;
  }
  .btn_more.m a{
    width: 60%;
    max-width: 250px;
    height: 27px;
    line-height: 27px;
  }
  .btn_more.m a::after{
    top: 10px;
  }
  .btn_more.s a,
  .btn_more.s span{
    width: 50%;
    max-width: 180px;
    height: 27px;
    line-height: 27px;
  }
  .btn_more.s a::after,
  .btn_more.s span::after{
    top: 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
#header{
  width: 100%;
  height: 106px;
  background: #fff;
}
#header .wrap{
  height: 100%;
  padding: 0 0 27px 0;
  align-items: flex-end;
}
#header .logo_area{
  padding-bottom: 5px;
}
#header .logo_area .txt_header{
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#header .logo_area .logo_header{
  width: 338px;
}
#header .header_right{
  width: 530px;
}
#header .header_right .btn_area{
  width: 291px;
}
#header .header_right .btn_area li{
  width: 140px;
}

@media screen and (max-width : 768px){
  #header{
    height: 60px;
    position: relative;
  }
  #header .wrap{
    height: 100%;
    padding: 8px 0 8px;
    display: block;
  }
  #header .logo_area{
    padding-bottom: 0;
    width: 100%;
  }
  #header .logo_area .txt_header{
    display: block;
    font-size: 0.9rem;
    transform: scale(0.7);
    text-align: center;
    margin-bottom: 0;
  }
  #header .logo_area .logo_header{
    width: 240px;
    margin:0 auto;
    text-align: center;
  }
  #header .logo_area .logo_header img{
    margin: auto;
  }


  #header.clone{
    height: 50px;
    position: fixed;
    top: 0px;
    z-index: 10;
  }
  #header.clone .wrap{
    padding: 0;
  }
  #header.clone .logo_area{
    height: 50px;
    padding: 10px 5%;
  }
  #header.clone .logo_area .logo_header{
    width: auto;
    height: 30px;
    text-align: left;
  }
  #header.clone .logo_area .logo_header img{
    width: auto;
    height: 30px;
  }
  #header.clone .logo_area .txt_header{
    display: none;
  }
  #header.org .toggle_btn{
    visibility: hidden;
  }
  #header.org .toggle_btn.active{
    visibility: visible;
  }
  .toggle_btn{
    width: 35px;
    height: auto;
    position: absolute;
    right: 3%;
    top: 8px;
    z-index: 1000;
  }

　/*　sp_menu  */
  #sp_menu{
    display: none;
  }
  #sp_menu .menu_wrap{
    display: none;
    width: 100%;
    height: 100vh;
    padding: 0;
    padding-top: 50px;
    background: rgba(35,24,21,0.75);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #sp_menu .menu_wrap ul li{
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 46px;
  }
  #sp_menu .menu_wrap ul li:last-child{
    border: none;
  }
  #sp_menu .menu_wrap ul li a{
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding: 11px 0;
    padding-left: 1.4em;
  }
}


/* menu */
#mv #menu{
  width: 100%;
  background: rgba(35,24,21,0.7);
  height: 78px;
  position: absolute;
  bottom: 0;
}
#mv #menu ul{
  height: 78px;
  padding: 0 45px;
  align-items: center;
}
#mv #menu li{
  text-align: center;
  color: #ada250;
  height: 78px;
}
#mv #menu li a,
#mv #menu li.current{
/*  color: #9e7f13;*/
  color: #ada250;
  display: flex;
  align-items: center;
  height: 78px;
  padding-top: 12px;
  padding-bottom: 20px;
  position: relative;
  transition: all .4s;
  font-size: 1.6rem;
  line-height: 1.5;
}
#mv #menu li a:hover,
#mv #menu li.current{
  color: #ffec00;
  opacity: 1;
}
#mv #menu li a::after,
#mv #menu li.current::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: url(../img/common/icon_menu_hover.png) no-repeat;
  background-position: center;
  background-size: 10px 9px;
  transition: all .4s;
  opacity: 0;
}
#mv #menu li a:hover::after,
#mv #menu li.current::after{
  opacity: 1;
}

@media screen and (max-width : 768px){
  #mv #menu{
    background: rgba(35,24,21,1);
    height: auto;
    position: static;
  }
  #mv #menu .wrap{
    padding: 0;
     height: auto;
  }
  #mv #menu ul{
    padding: 0 ;
    height: auto;
    flex-wrap: wrap;
  }
  #mv #menu li{
    width: calc(100% / 2);
    height: 50px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  #mv #menu li:nth-child(odd){
    border-right: none;
  }
  #mv #menu li a{
    height: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.38;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mv #menu li.current{
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mv #menu li.current::after,
  #mv #menu li a::after{
    content: none;
  }
}

/* ------------------------------
    recommend
------------------------------ */
#recommend {
  margin-bottom: 20px;
}
#recommend .ttl{
  text-align: center;
  border-top: 7px solid #9e7f13;
  border-bottom: 7px solid #9e7f13;
  font-size: 2.8rem;
  margin-bottom: 40px;
}
#recommend .wrap > div{
  margin-bottom: 30px;
}
#recommend .wrap .flex{
  justify-content: flex-start;
}
#recommend .wrap .flex >
div{
  width: 470px;
}
#recommend .wrap .flex >
div a img{
  width: 100%;
  height: auto;
}
#recommend .recommend01.video{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#recommend .recommend01.video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width : 768px){
  #recommend {
    margin-bottom: 10px;
  }
  #recommend .ttl{
    border-top: 4px solid #9e7f13;
    border-bottom: 4px solid #9e7f13;
    font-size: 2.1rem;
    margin-bottom: 12px;
  }
  #recommend .wrap{
    padding: 0;
  }
  #recommend .wrap > div{
    margin-bottom: 10px;
  }
  #recommend .wrap .flex > div{
    width: inherit;
  }
  #recommend .recommend01.video iframe{
    width: 100%;
    height: 180px;
  }
  #recommend .flex{
    display: block;
    text-align: center;
  }
}

/* ------------------------------
    blog_list
------------------------------ */

.blog_list .box a{
	display: block;
}


/* ------------------------------
    footer
------------------------------ */
#footer{
  position: relative;
}
#footer #f_menu{
  width: 100%;
  background: #231815;
  height: 63px;
  border-bottom: 2px solid #9e7f13;
}
#footer #f_menu ul{
  height: 63px;
  align-items: center;
  flex-wrap: nowrap;
}
#footer #f_menu li{
  text-align: center;
  color: #9e7f13;
  width: calc(100% / 6);
  height: 63px;
}
#footer #f_menu li a{
  color: #9e7f13;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  position: relative;
  transition: all .4s;
  font-size: 1.6rem;
  line-height: 1.5;
}

#footer .breadcrumb{
  width: 100%;
  height: 42px;
}
#footer .breadcrumb li{
  display: inline-block;
  line-height: 14px;
  font-size: 1.2rem;
  line-height: 42px;
}

#footer .breadcrumb li.current{
  position: relative;
}
#footer .breadcrumb li + li{
  position: relative;
  padding-left: 18px;
  margin-left: 10px;
}
#footer .breadcrumb li + li::before{
  content: ">";
  position:absolute;
  top:50%;
  left:0;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  font-size: 1.4rem;
  line-height: 1;
}
#footer .breadcrumb li a{
	text-decoration: underline;
}
/*
#footer .breadcrumb li.current::after{
  content: "";
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 14px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  background-position: center bottom;
}
#footer .breadcrumb li + li.current::after{
  width: calc(100% - 19px);
}
*/


#footer .f_info{
  background: #eae9e7;
  padding: 30px 0 30px;
}
#footer .f_info .logo{
  width: 338px;
  margin-bottom: 30px;
}
#footer .f_info .f_txt{
  display: inline-block;
  color: #9e7f13;
  margin-left: 1em;
}


#footer .copyright{
  padding: 20px 0 36px;
}
#footer .copyright p{
  color: #9e7f13;
}

/*pagetop*/
#pagetop{
  position: fixed;
  right: 0;
	bottom: 0;
  z-index: 1;
}
#pagetop a{
	display: block;
	width: 50px;
	height: 50px;
}

@media screen and (max-width : 768px){
  #footer{
    padding-bottom: 50px;
  }
  #footer #f_menu{
    width: 100%;
    background: none;
    height: auto;
  }
  #footer #f_menu .wrap{
    padding: 0;
  }
  #footer #f_menu ul{
    height: auto;
    display: block;
  }
  #footer #f_menu li{
    text-align: left;
    width: 100%;
    height: 34px;
    background: #231815;
    border-bottom: 1px solid #fff;
  }
  #footer #f_menu li:last-child{
    border: none;
  }
  #footer #f_menu li a{
    color: #9e7f13;
    display: flex;
    justify-content: flex-start;
    height: 34px;
    padding-left: 1.4em;
    font-size: 1.4rem;
  }
  #footer #f_menu li a br{ display: none; }

  #footer .breadcrumb{
    height: 37px;
  }
  #footer .breadcrumb li{
    font-size: 1rem;
    line-height: 37px;
  }
  #footer .breadcrumb li + li{
    padding-left: 14px;
    margin-left: 6px;
  }
  #footer .breadcrumb li + li:before{
    width: 8px;
    height: 8px;
    margin-top: -6px;
    font-size: 1.2rem;
  }

  #footer .breadcrumb li.current::after{
    bottom: 11px;
  }
  #footer .breadcrumb li + li.current::after{
    width: calc(100% - 14px);
  }


  #footer .f_info{
    padding: 30px 0 10px;
  }
  #footer .f_info .logo{
    width: 80%;
    max-width: 300px;
    margin-bottom: 20px;
  }
  #footer .f_info .f_txt{
    display: block;
    margin-left: 0;
    font-size: 1rem;
    text-align: center;
  }


  #footer .copyright{
    padding: 12px 0 12px;
  }
  #footer .copyright p{
    font-size: 0.9rem;
  }

  /*pagetop*/
  #pagetop{
    position: fixed;
    right: 0;
    bottom: 50px;
  }
  /* #pagetop.page_btm{
    position: absolute;
    right: 0;
    bottom: 50px;
  } */
  #pagetop.page_btm{
    position: fixed;
  }
  #pagetop a{
    display: block;
    width: 50px;
    height: 50px;
  }


  /* f_btn_area */
  #footer .f_btn_area{
    width: 100%;
    height: 50px;
    background: url(../img/common/bg_f_btnarea.png) no-repeat;
    background-size: 100%;
    padding: 7px 2%;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  #footer .f_btn_area ul{
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  #footer .f_btn_area ul li{
    margin-right: 2%;
    text-align: center;
  }
  #footer .f_btn_area ul li:last-child{
    margin-right: 0;
  }
  #footer .f_btn_area ul li img{
    height: 36px;
    width: auto;
  }
}

.root-link{
  margin-left: auto;
  margin-right: auto;
}
.root-link a{
  color: #9e7f13;
  background: #655d5b;
  text-align: center;
  display: block;
  padding: 20px 0;
}
.root-link p{
  color: #fff;
  position: relative;
  padding-right: 2em;
  line-height: 1;
  font-size: 20px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width : 768px){
  .root-link p{
    font-size: 16px;
  }
}
.root-link .arow{
  width: .5em;
  height: .5em;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.root-link .arow:before{
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  display: block;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.head-root__link{
  text-align: right;
}
.head-root__link a{
  border-radius: 20px;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  padding: 0.2em 1.5em 0.15em 1em;
  display: inline-block;
  color: #fff!important;
  background: #655d5b;
  position: relative;
}
.head-root__link a .arow{
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  display: block;
}
.head-root__link a .arow:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 30%;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.pc_none{
  display: none;
}
@media screen and (max-width : 768px){
  .pc_none{
    display: block;
  }
}
/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */
