@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(//fonts.googleapis.com/css?family=El+Messiri:400,500,700);
@import url(//fonts.googleapis.com/css?family=Abel:400,500,700);
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,500,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP);

/*全体の設定
---------------------------------------------------------------------------*/
body{
  max-width: 100%;
  margin:0;
  padding:0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  font-weight:400;
  line-height:1.6;
  font-size: 16px;
  color: #000;
  background: #FFF;
  word-wrap: break-word;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,section{
  margin: 0px;
  padding: 0px;
  display: block;
}
ul{
  list-style-type: none;
}

input,textarea,select {
  font-size: 1em;
}

img{
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}

p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul{
  list-style-type: none;
}

li {
  list-style-type: none;
}

.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

a {
  outline:none;
}

.overimg:hover img {
  filter:alpha (opacity=70);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* wrapper
--------------------------------------------------*/
#wrapper {
  width: 100%;
  padding: 0 auto;
  line-height:1.6;
}

#page {
  width: 100%;
  padding: 100px 0 5%;
}

@media screen and (max-width: 810px) {
#page {
  padding-top: 50px;
}
}

#pages {
  width: 100%;
  padding: 100px 0 0;
}

@media screen and (max-width: 810px) {
#pages {
  padding-top: 50px;
}
}

/* .container
--------------------------------------------------*/
#container{
  width:100%;
  max-width:1200px;
  box-sizing: border-box;
  padding:0 2%;
  margin:0 auto;
}

@media screen and (max-width: 810px) {
#container {
  padding: 0 3%;
}
}

@media screen and (max-width: 568px) {
#container {
  padding: 0 2%;
}
}

/* p_navi
---------------------------------------------------------------------------*/
.p_navi{
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size :0.7em;
  letter-spacing	: 0.05em;
  font-weight:400;
  padding:1% 2%;
  margin:0 auto;
  color: #787777;
}
	
.p_navi a {
  color: #787777;
  font-weight:400;
  text-decoration: none;
}

.p_navi a:hover {  
  color: #787777;
  text-decoration: underline;
}

@media screen and (max-width: 810px) {
.p_navi{display:none;}
}

/* footer
--------------------------------------------------*/
footer{
  background:#F5F5F5;
  box-sizing: border-box;
  width:100%;
  margin:0 auto;
  padding:0 0 1.5%;
}

@media only screen and  (max-width: 810px) {
footer {
padding:4% 0;
}
}

.royal-footer{
  width:98%;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding:3% 2%;
  border-bottom:1px dotted #CCC;
}

.footerL{
  width: 49%;
  box-sizing: border-box;
  padding:0 5% 0 0;
  text-align: center;
  display:inline-block;
  vertical-align:middle;
  font-family: 'Noto Serif JP', serif;
  font-weight:300;
}

@media only screen and  (max-width: 1280px) {
.footerL{
  padding:0 2% 0 0;
}
}

@media only screen and  (max-width: 810px) {
.footerL{
  width: 100%;
  padding:0 2%;
  text-align: center;
  display:block;
}
}

.ftr_ttls{
  margin:0 auto;
  font-size:0.9em;
  font-family: 'Noto Serif JP', serif;
  font-weight:300;
}

.ftr_ttls img{
  width:100%;
  max-width:180px;
  height:auto;
  margin-left:10px;
  margin-bottom:10px;
}

@media only screen and  (max-width: 568px) {
.ftr_ttls{
  letter-spacing:0em;
}

.ftr_ttls img{
  max-width:150px;
}
}

.ft_tx{
  margin:1%;
  line-height:1.8;
  font-size:0.95em;
}

.ft_tx strong{
  font-size:1.4em;
  font-family: Roboto,sans-serif;
  font-weight:500;
  line-height:1.6;
}

@media only screen and  (max-width: 568px) {
.ft_tx{
  line-height:1.8;
}

.ft_tx strong{
  font-size:1.3em;
}
}

footer .fa{
  color:#43433B;
  margin-right:5px;
}

.ft_tx a {
  text-decoration: none;
  color:#43433B;
}

.ft_tx a:hover {
  color:#43433B;
  text-decoration:none;
}

.ft_tx2{
  margin:0 auto 2%;
  color:#FFF;
  font-family: Roboto,sans-serif;
  font-weight:400;
}

.ft_tx2 a {
  text-decoration: none;
  color:#FFF;
}
.ft_tx2 a:hover {
  color:#FFF;
  text-decoration:underline;
}

footer .f_contact{
  width: 50%;
  display:inline-block;
  vertical-align:middle;
  box-sizing: border-box;
  padding:1px;
  margin-bottom:1%;
  font-family: 'Noto Serif JP', serif;
  font-weight:300;
}

@media screen and (max-width: 810px) {
footer .f_contact{
  width: 94%;
  margin: 0 3% 20px;
  display:block;
  clear:both;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
footer .f_contact{
  width: 96%;
  margin: 0 2%;
}
}

footer .f_contact p{
  font-size:13px;
  margin:5px 0;
}

footer .f_contact p span{
  font-size:14px;
}

footer .f_contact p strong{
  font-size:1.4em;
  font-family: Roboto,sans-serif;
  font-weight:500;
  line-height:1.6;
}

@media only screen and  (max-width: 568px) {
footer .f_contact p strong{
  font-size:1.3em;
}
}

footer .f_contact .f-res{
  width:100%;
  max-width:400px;
  margin: 20px 0 0;
}

@media only screen and  (max-width: 810px) {
footer .f_contact .f-res{
  margin: 2% auto 0;
}
}

footer .f_contact .f-res li{
  margin:3% 0;
  text-align: center;
}

footer .f_contact .resv a {
  display:block;
  padding:12px 0 10px;
  border:1px solid #43433B;
  background:#43433B;
  color:#FFF;
  text-decoration: none;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}

footer .f_contact .resv a:hover {
  color:#43433B;
  background:#FFF;
  border:1px solid #43433B;
  text-decoration: none;
}

footer .f_contact .resv a .fa {
  color:#FFF;
}
footer .f_contact .resv a:hover .fa {
  color:#43433B;
}

footer .f_contact .line a {
  display:block;
  padding:12px 0 10px;
  border:1px solid #00B900;
  background:#00B900;
  color:#FFF;
  text-decoration: none;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}

footer .f_contact .line a:hover {
  color:#FFF;
  background:#2B972B;
  border:1px solid #2B972B;
  text-decoration: none;
}

footer .f_contact .line a .fa {
  color:#FFF;
}
footer .f_contact .line a:hover .fa {
  color:#FFF;
}

footer .f_contact .web a {
  display:block;
  padding:12px 0 10px;
  border:1px solid #43433B;
  background:#FFF;
  color:#43433B;
  text-decoration: none;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}

footer .f_contact .web a:hover {
  color:#FFF;
  background:#43433B;
  text-decoration: none;
}

footer .f_contact .web a:hover .fa {
  color:#FFF;
}

.line-ic {
  display:inline-block;
  margin:2% 0;
}

.line-ic a {
  padding:12px 3% 10px;
  border:1px solid #00B900;
  background:#00B900;
  color:#FFF;
  text-decoration: none;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
  box-sizing: border-box;
}

.line-ic a:hover {
  color:#FFF;
  background:#2B972B;
  border:1px solid #2B972B;
  text-decoration: none;
}

footer .f_contact .line a .fa {
  color:#FFF;
}
footer .f_contact .line a:hover .fa {
  color:#FFF;
}

.royal-footer #social-icon {
  margin:2% auto 0;
  text-align: center;
}

@media only screen and  (max-width: 810px) {
.royal-footer #social-icon {
  margin:3% auto;
}
}

@media only screen and  (max-width: 568px) {
.royal-footer #social-icon {
  margin:5% auto 3%;
}
}

.royal-footer #social-icon li {
  display: inline-block;
  margin: 0 10px;
}

@media only screen and  (max-width: 810px) {
.royal-footer #social-icon li {
  margin: 0 15px;
}
}

@media only screen and  (max-width: 568px) {
.royal-footer #social-icon li {
  margin: 0 10px;
}
}

.royal-footer #social-icon img {
  width: 30px;
  height: 30px;
  margin: 0;
}

.royal-footer #social-icon a:hover {
  opacity: 0.7;
}

.footerArea {
	width:100%;
	max-width:950px;
	margin: 0 auto 0;
	text-align: center;
	box-sizing: border-box;
	padding:3% 2% 0;
}

.ftr_ttl{
	font-size:1.1em;
	font-family: Roboto,Meiryo,sans-serif;
	letter-spacing:.05em;
	font-weight:700;
	text-transform: uppercase;
	text-align: center;
}

.footerArea .other {
	width:100%;
	margin:2% 0;
	text-align: center;
}

.footerArea .other li{
	width:auto;
	height:90px;
	display:inline-block;
	box-sizing: border-box;
	padding:10px 20px;
	
}

@media only screen and  (max-width: 810px) {
.footerArea .other {
	width:92%;
	margin:3% 4%;
}

.footerArea .other li{
	height:80px;
	padding:10px 10px;
}
}

.footerArea .other li img{
	width:auto;
	height:100%;
}

footer .copy{
	text-align: center;
	font-size:0.8em;
	margin-top:2%;
	font-family: Roboto,sans-serif;
	font-weight:300;
}

footer .copy a {
	text-decoration: none;
	color: #333;
}
footer .copy a:hover {
	color: #333;
}

.f-menu  {
	margin:2% auto;
	letter-spacing:0em;
	text-align: center;
}

@media only screen and  (max-width: 810px) {
.f-menu  {
	width:90%;
	margin:0 auto 3%;
}
}

.f-menu>li{font-size:0.9em;display:inline-block;margin:10px;color:#737373;}

@media only screen and  (max-width: 568px) {
.f-menu>li{margin:3px 5px;}
}

.f-menu a {
	text-decoration: underline;
	color: #4F4F4F;
}
.f-menu a:hover {
	opacity: 0.6;
	text-decoration: none;
}

/* page_top
========================================================================== */
#page_top {
position: fixed;
bottom: 1.8%;
right: 1.5%;
z-index:100;
width:50px;
}

@media only screen and  (max-width: 568px) {
#page_top {
  bottom: 5px;
  right: 5px;
  width:40px;
}
}

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

/* #side_line
=====================================*/
#side_line{
width:100px;
height:auto;
position:fixed;
top:120px;
right:0;
background: #00B900;
z-index: 110;
padding:10px;
box-sizing: border-box;
text-align: center;
}

@media only screen and  (max-width: 810px) {
#side_line{
  display:none!important;
}
}

.line_lg{
width:60%;
margin:0 auto 5px;
}

.line_txt{
width:100%;
margin:0 auto;
color:#FFF;
font-size:12px;
letter-spacing:0.05em;
}


.line_txt img{
margin-bottom:5px;
}

.line_qr{
width:100%;
margin:7px auto 0;
border:3px solid #FFF;
box-sizing: border-box;
}

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


/* #side_mg
=====================================*/
#side_mg{
width:100px;
height:auto;
position:fixed;
top:320px;
right:0;
background: #E9EBEE;
z-index: 110;
padding:10px;
box-sizing: border-box;
text-align: center;
}

@media screen and (max-width: 810px) {
#side_mg{
bottom:70px;
top: initial;
right:initial;
left:0;
margin-bottom:0px;
width:auto;
padding:5px 8px;
width:auto;
}
}

@media screen and (max-width: 568px) {
#side_mg{
bottom:55px;
}
}

.mesg_lg{
width:60%;
margin:0 auto 5px;
}

@media screen and (max-width: 810px) {
.mesg_lg{
width:25px;
display:inline-block;
vertical-align:middle;
margin:0;
}
}

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

.mesg_txt{
width:100%;
margin:0 auto;
color:#000!important;
font-size:12px;
letter-spacing:0.05em;
}

@media screen and (max-width: 810px) {
.mesg_txt{
width:auto;
display:inline-block;
margin:0 5px;
vertical-align:middle;
}
}


.mesg_bt{
display:block;
margin:7px 0 0;
line-height:1.4;
font-size:11px;
}

@media screen and (max-width: 810px) {
.mesg_bt{
display:inline-block;
vertical-align:middle;
margin:0;
}
}

.mesg_bt a {  
	display:block;
	color		: #FFF;
	background:#5890FF;
	text-decoration	: none;
	padding:5px 5px;
	-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;
	}
	
.mesg_bt a:hover {  
	color		: #FFF;
	background:#4267B2;
	text-decoration	: none;
	}

/* special_box
--------------------------------------------------*/
.special_box{
  padding:5% 0 2%;
  box-sizing: border-box;
  width:100%;
  position: relative;
  text-align: center;
  background-color:#F3F2E6;
}

.sp-import{
  margin:0 auto;
  text-align: center;
}

.sp-import p{
  font-size: 2em;
  background:#C1A257;
  color:#FFF;
  padding:10px 30px;
  display:inline-block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom:4%;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
}

@media screen and (max-width: 800px) {
.sp-import p{
  font-size:1.6em;
}
}

@media screen and (max-width: 568px) {
.sp-import p{
  font-size:1.3em;
  display:block;
  padding:10px 10px;
  margin-top:5%;
}
}

.sp-import p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #C1A257;
}

.sp-catch{
  margin-bottom:1%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size:1.15em;
  color:#000;
  text-align: center;
  padding-bottom:3%;
}

@media screen and (max-width: 568px) {
.sp-catch{
  font-size:1.05em;
}
}

.special-tokuten{
  margin:1% auto;
  width:100%;
}

.special-tokuten ul{
  text-align: center;
  width:100%;
  box-sizing: border-box;
  padding:0 2%;
}

@media only screen and  (max-width: 800px) {
.special-tokuten ul{
  padding:0;
}
}

@media only screen and  (max-width: 568px) {
.special-tokuten ul{
  padding:0;
}
}

.special-tokuten li{
  display:inline-block;
  width:32.33333%;
  margin:2% 0.5%;
  vertical-align: top;
  box-sizing: border-box;
  padding:0 15px;
  position: relative;
}

@media only screen and  (max-width: 800px) {
.special-tokuten li{
  padding:10px 3%;
  width:49%;
  margin:0;
}
}

@media screen and (max-width: 568px) {
.special-tokuten li{
  padding:10px 1.5%;
}
}

.special-tokuten li .thumbnail {
  background: transparent;
  border: 0;
}

.special-tokuten li .nmber{
  position:absolute;
  width:65px;
  top:-13px;
  left:9%;
}

@media screen and (max-width: 800px) {
.special-tokuten li .nmber{
  top:-3px;
}
}

@media screen and (max-width: 568px) {
.special-tokuten li .nmber{
  width:50px;
  top:0;
  left:8%;
}
}

.special-tokuten li .nmber img{
  width:100%;
  height:auto;
}

.sptr_syousai{
  width:100%;
  padding: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.sptr_syousai{
  padding: 5px 0;
}
}

.sptr_syousai h3{
  color:#BB9822;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size:1.25em;
  line-height:1.6;
  margin-top:10px;
  text-align: center;
  letter-spacing:0em;
}

@media screen and (max-width: 568px) {
.sptr_syousai h3{
  margin-top:5px;
  line-height:1.4;
  font-size:1em;
}
}

.sptr_syousai .sptr_tx{
  color:#000;
  font-size:14px;
  line-height:1.6;
  text-align: left;
  margin-top:10px;
}

@media screen and (max-width: 568px) {
.sptr_syousai .sptr_tx{
  font-size:13px;
  line-height:1.4;
  margin-top:7px;
}
}

.sptr_syousai .sptr_tx span{
  color:#BB9822;
  margin-right:2px;
  margin-left:2px;
  font-weight:bold;
}

@media screen and (max-width: 568px) {
.sptr_syousai .sptr_tx{
  font-size:13px;
  margin-top:7px;
}
}

.special-tokuten li img.img-circle{border-radius:50%}

.special-tokuten li img.img-circle.cir-img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 5px solid #D4B66E;
  transition: all 1s;
  margin:0 auto;
}

@media screen and (max-width: 568px) {
.special-tokuten li img.img-circle.cir-img {
  border: 3px solid #D4B66E;
}
}

.special-tokuten li .thumbnail:hover>img.img-circle.cir-img{
  border: 5px solid #A8893D;
  opacity:0.60;
}

@media screen and (max-width: 568px) {
.special-tokuten li .thumbnail:hover>img.img-circle.cir-img{
  border: 3px solid #A8893D;
}
}

.special-tokuten li .thumbnail img{
  width:100%;
  height:auto;
  border: 3px solid #C1A257;
  box-sizing: border-box;
}


.csbt_box{
  margin:10px auto 0;
  width:100%;
  text-align: center;
}

@media only screen and  (max-width: 800px) {
.csbt_box{
  margin:7px auto 20px;
}
}

@media only screen and  (max-width: 568px) {
.csbt_box{
  margin:7px auto 5px;
}
}

.csbt_box p{font-size:14px;letter-spacing: 0.05em;display:inline-block;padding-left:5px;padding-right:5px;margin-bottom:10px;}

@media screen and (max-width: 568px) {
.csbt_box p{padding-left:3px;padding-right:3px;}
}

.csbt_box .bt02 a{border:1px solid #BD9614;color:#BD9614;display:inline-block;padding:5px 10px;background-color:#FFF;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-decoration:none;}
.csbt_box .bt02 a:hover{color:#FFF;text-decoration:none;background-color:#BD9614;}


/* .line
-------------------------------------------------- */
hr {
	display		: none;
	}
	
.clr {
	height		: 0;
	clear		: both;
	}

/*HIDE
---------------------------------------------------------------------------*/
.pcHide{display: none;}

@media screen and (max-width: 810px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

@media screen and (max-width: 568px) {
.pcHide{display: block;}
.tbHide{display: block;}
.spHide{display: none;}
}

/* ふるさと納税
------------------------------------------------*/
#furusato-tax {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 355px;
    height: auto;
}

@media screen and (max-width: 568px) {
#furusato-tax {
  width: 100%;
  height:55px;
  overflow:hidden;
}
}

#furusato-tax .furusato-info{
  width: 100%;
  padding:2%;
  box-sizing: border-box;
  color:#FFF;
  position: relative;
}

@media screen and (max-width: 810px) {
#furusato-tax .furusato-info{
  padding:5px 2%;
}
}

@media screen and (max-width: 568px) {
#furusato-tax .furusato-info{
  padding:1px 5px;
}
}

#furusato-tax .furusato-info a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  z-index:1;
}

#furusato-tax .furusato-info:hover{
  filter:alpha(opacity=80);  /* for IE */
  -moz-opacity: 0.8;  /* for Firefox */
  opacity: 0.8;  /* for Safari or Opera */
  z-index: 2;
}

#furusato-tax .fst-ph{
  width:25%;
  display:inline-block;
  vertical-align: middle;
  padding:1% 2%;
  box-sizing: border-box;
}
#furusato-tax .fst-ph img{
  width:100%;
  height:auto;
}
@media screen and (max-width: 568px) {
#furusato-tax .fst-ph{
  width:20%;
}

#furusato-tax .fst-ph img{
  width:auto;
  height:46px;
}
}

#furusato-tax .fst-text{
  width:75%;
  display:inline-block;
  vertical-align: middle;
  padding-left:5%;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
#furusato-tax .fst-text{
  width:80%;
  line-height:1.4;
}
}

#furusato-tax p{
  font-size:0.95em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  text-shadow:1px 1px 1px #000;
}

@media screen and (max-width: 810px) {
#furusato-tax p{
}
}

.blinks {
  animation: blinksAnime 1s infinite alternate;
}
@keyframes blinksAnime{
   0% { background-color:#59060A; }
 100% { background-color:#C4121B; }
}
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
