@charset "utf-8";
body {
    background: #fff;
    padding: 0;
    margin: 0;
	animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
body.active {
	overflow-y: hidden
}
#container {
  width: 100%;
	overflow-x: hidden;
	
}

/* sp_navi
----------------------------------------------------------- */
.globalMenuSp {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
	 transition: all 1.0s;
  color: #000;
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  opacity: 0.0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
	background-color: rgba(13,20,64,0.93);
	background-size: cover;
	background-position: top center;
}
@media screen and (min-width:900px) {
  .globalMenuSp {
    display: none;
	  z-index: -2;
  }
}
.globalMenuSp ul.sp_nav {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  overflow: hidden;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
.globalMenuSp ul.sp_nav > li {
  text-align: left;
	position: relative;
	width: 48%;
	display: block;
	overflow: hidden;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0.0);
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	display: -webkit-box;display: -webkit-flex;display: -ms-
}
  .globalMenuSp ul.sp_nav > li:first-child {
	  border-top: 1px solid rgba(255,255,255,0.0);
  }
.globalMenuSp ul.sp_nav > li a {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-setting: "palt";
	padding: 4px 0.6em 4px 0;
	margin-top: 0;
	margin-bottom: 0;
	 font-family: Shuei NijimiMGo B;
display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	 -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	width: 100%;
}
.globalMenuSp ul.sp_nav > li a:hover {
	color: #FFF;
	background-color: rgba(13,20,64,0.8);
}
@media screen and (max-width: 370px) {
  .globalMenuSp ul.sp_nav > li a {
    font-size: 1.4rem;
	  transition-duration:0.3s;
  }
}
.globalMenuSp ul.sp_nav > li a:hover {
	background-color: #BDA345;
  }
.globalMenuSp ul.sp_nav > li a:before {
	content: "";
	transition-duration:0.3s;
	height: 1px;
	width: 1.5em;
	background-color: #BDA345;
	display: block;
	margin-right: 10px;
}
.globalMenuSp ul.sp_nav > li a:hover:before {
	content: "";
	background-color: #FFF;
}
.globalMenuSp ul.sp_nav > li i {
  margin-right: 6px;
  color: #BDA345;
	transition-duration:0.3s;
}
.globalMenuSp ul.sp_nav > li a:hover i {
  color: #FFF;
}
.globalMenuSp ul.sp_ban {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin: auto;
	margin-top: 20px;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	width: 90%;
	margin-bottom: 20px;
	
}
@media screen and (max-width: 600px) {
.globalMenuSp ul.sp_ban {
	display: block;
}
	}
.globalMenuSp ul.sp_ban>li {
	width: 32%;
	margin-top: 3%;
	border: solid 1px #BDA345;
}
@media screen and (max-width: 600px) {
.globalMenuSp ul.sp_ban>li {
	width: 100%;
	margin-top: 3%;
	border: solid 1px #BDA345;
}
	}
.globalMenuSp ul.sp_ban>li>a {
	 font-family: Shuei NijimiMGo B;
	padding: 0.65em 0 0.5em;
	display: block;
	font-size: 1.6rem;
	color: #BDA345;
}
@media screen and (max-width: 800px) {
.globalMenuSp ul.sp_ban>li>a {
	 font-family: Shuei NijimiMGo B;
	padding: 0.65em 0 0.5em;
	display: block;
	font-size: 1.4rem;
	color: #BDA345;
}
	}
@media screen and (max-width: 480px) {
.globalMenuSp ul.sp_ban>li>a {
	 font-family: Shuei NijimiMGo B;
	padding: 0.65em 0 0.5em;
	display: block;
	font-size: 1.4rem;
	color: #BDA345;
}
	}
.globalMenuSp ul.sp_ban>li>a:hover {
	background-color: #BDA345;
	color: #FFF;
}
.globalMenuSp ul.sp_ban>li>a:hover {
	background-color: #BDA345;
	color: #FFF;
}
.globalMenuSp ul.sp_ban>li>a i {
	font-size: 1.2em;
	margin-right: 6px;
}



/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  transition: all 1.0s;
  opacity: 1.0;
  z-index: 300;
}
.navToggle {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 5000;
  text-align: center;
 transition: all 1.0s;
}
@media screen and (min-width:800px) {
  .navToggle {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .navToggle {
     right: 10px;
  top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .navToggle {
     right: 10px;
  top: 10px;
	   width: 34px;
  height: 34px;
  }
}
.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 40px;
  border-bottom: solid 3px #BDA345;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 5px;
}
@media screen and (max-width: 480px) {
.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #BDA345;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 5px;
}
	}
html[theme='dark-mode']  .navToggle span {
  border-bottom: solid 3px #FFF;
}
.navToggle span:nth-child(1) {
  top: 8px;
}
.navToggle span:nth-child(2) {
  top: 23px;
}
.navToggle span:nth-child(3) {
  top: 38px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 30px;
}
.navToggle.active {
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 23px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
.navToggle span:nth-child(1) {
  top: 6px;
	 left: 2px
}
.navToggle span:nth-child(2) {
  top: 16px;
	left: 2px
}
.navToggle span:nth-child(3) {
  top: 26px;
	left: 2px
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 30px;
	left: 2px
}
.navToggle.active {
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 15px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
}
p.sp_tel {
	text-align: center;
	font-family: Shuei NijimiMGo B;
	font-size: 1.6rem;
	line-height: 2.0em;
	color: #BDA345;
	position: fixed;
	z-index: 1200;
	right: 65px;
	top: 22px;
	display: none;
}
@media screen and (max-width: 800px) {
p.sp_tel {
	display: inline-block;
	font-size: 2.0rem;
}
	}
@media screen and (max-width: 480px) {
p.sp_tel {
	display: inline-block;
	font-size: 1.6rem;
	right: 58px;
	top: 17px;
}
	}
p.sp_tel>a {
	color:#BDA345;
	letter-spacing: 0px;
	text-indent: 0px;
}

p.sp_tel>a:hover {
	color: #B64B55;
}

/* 共通
----------------------------------------------------------- */
.more_b {
margin-left:auto;
	white-space: nowrap;
}
.more_b a {
 font-family: "UDDigiKyoLatin Regular","UDDigiKyoLatin-Regular";
	color: #BDA345;
	border: solid 1px #BDA345;
	padding: 0.6em 1.2em 0.5em;
	white-space: nowrap;
	display: inline-block;
	font-size: 1.2rem;
}
@media screen and (max-width: 900px) {
.more_b a {
	text-align: center;
	margin: auto;
}
	}
@media screen and (max-width: 800px) {
.more_b a {
	font-size: 1.1rem;
	padding: 0.5em 1.0em 0.4em;
}
	}
@media screen and (max-width: 600px) {
.more_b a {
	font-size: 1.0rem;
}
	}
.more_b a:hover {
	background-color: rgba(189,163,69,0.35);
}
.more_b a>span:after {
	content: "";
	background-image: url("../img/common/arrow01.png");
	width: 26px;
	height:  4px;
	background-size: cover;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -2px;
}
@media screen and (max-width: 600px) {
.more_b a>span:after {
	content: "";
	background-image: url("../img/common/arrow01.png");
	width: 26px;
	height:  4px;
	background-size: cover;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: -2px;
}
}
.top_title {
}
.top_title>p.e_t {
	font-family: Ryumin Regular KL;
	color: #BDA345;
		font-size: 1.1rem;
	text-align: center;
	margin-bottom: 1.5em;
	text-indent: 1px;
	letter-spacing: 1px;
}
.top_title>p>span {
	border-bottom: 2px solid #BDA345;
	padding-bottom: 2px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}
.top_title h2 {
	font-family: Ryumin Regular KL;
	color: #12194B;
	text-align: center;
	font-size: 2.0rem;
	text-indent: 2px;
	letter-spacing: 2px;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 800px) {
.top_title h2 {
	font-size: 1.8rem;
}
	}
@media screen and (max-width: 600px) {
.top_title h2 {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 480px) {
.top_title h2 {
	font-size: 1.5rem;
}
	}
.top_title h2>span {
	display: inline-block
}

section.map {
	width: 100%;
	padding: 0;
	background-color: #0F1B53;
}
@media screen and (max-width: 800px) {
section.map ul {
	display: block;
}
	}
section.map ul>li {
	position: relative;
}
section.map ul>li:nth-child(odd) {
	width: 40%;
}
section.map ul>li:nth-child(even) {
	width: 60%;
}
@media screen and (max-width: 800px) {
section.map ul>li:nth-child(odd) {
	width: 100%;
}
section.map ul>li:nth-child(even) {
	width: 100%;
	height: 300px;
}
	}
section.map ul>li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.map h2 {
	position: absolute;
	top: 15px;
	left: 15px;
	font-family: A1 Mincho;
	color: #FFF;
	font-size: 2.0rem;
	z-index: 10;
}
section.map h2>span {
	color: #BDA345;
	font-size: 1.1rem;
	margin-left: 1.0em;
}
section.map ul>li p {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* fadein
----------------------------------------------------------- */
.fadein {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}





/*column*/
.column2 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	margin: auto;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
.column2>li {
	width: 48%;
}
@media screen and (max-width: 800px) {
.column2 {
	display: block;
}

	}
@media screen and (max-width: 800px) {
.column2>li {
	width: 100%;
}
	}
@media screen and (max-width: 800px) {
.column2 li+li {
	margin-top: 3%;
}

	}
.column3 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	margin: auto;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
.column3>li {
	width: 32%;
}
.column3>li img {
	width: 100%;
	height: auto
}
@media screen and (max-width: 480px) {
.column3 {
	display: block;
}

	}
@media screen and (max-width: 480px) {
.column3>li {
	width: 100%;
}
	}
@media screen and (max-width: 480px) {
.column3 li+li {
	margin-top: 3%;
}

	}

/*header*/
header {
	position: relative;
		z-index: 100;
	background-color: rgba(0,0,0,0);
}

header .head h1 {
}
@media screen and (max-width: 600px) {
header .head h1 {
	margin-bottom: 0px
}
	}
@media screen and (max-width: 1000px) {
header .head h1 {
  font-size: 1.8rem;
}
}
@media screen and (max-width: 800px) {
header .head h1 {
  font-size: 1.6rem;
}
}
@media screen and (max-width: 600px) {
header .head h1 {
  font-size: 1.5rem;
}
}
header .head h1 a {
width: 100px;
	height: 96px;
	background-image: url("../img/common/head_logo.png");
	background-size: cover;
	display: block;
	 text-indent: 100%;    white-space: nowrap;    overflow: hidden;
	position: relative;

}
@media screen and (max-width: 900px) {
header .head h1 a {
width: 75px;
	height: 72px;
	background-image: url("../img/common/head_logo.png");
	background-size: cover;
	display: block;
	 text-indent: 100%;    white-space: nowrap;    overflow: hidden;
}
}
@media screen and (max-width: 600px) {
header .head h1 a {
width: 63px;
	height: 60px;
	background-image: url("../img/common/head_logo.png");
	background-size: cover;
	display: block;
	 text-indent: 100%;    white-space: nowrap;    overflow: hidden;
	margin-top: -2px;
}
}
@media screen and (max-width: 480px) {
header .head h1 a {
width: 50px;
	height: 48px;
	background-image: url("../img/common/head_logo.png");
	background-size: cover;
	display: block;
	 text-indent: 100%;    white-space: nowrap;    overflow: hidden;
	margin-top: -2px;
}
}

.head h1 a {
  padding: 0px;

  margin: 0px;
}

.head_img {
  width: 100%;
  position: relative;
	background-color: #000;
	background-repeat: no-repeat;
}
.head_img > img {
  width: 100%;
  height: auto;
	position: relative
}
@media screen and (max-width: 800px) {
.head_img > img.transform {
  width: 100%;
  height: auto;
	 transform: scale(-1, 1);
}
	}
.head_img>.page_title {
 height: auto;
	position: absolute;
		z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgba(15,27,83,0.55);
	padding: 1.4em 6em;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
		background-image: url("../img/page/star_bg.png");
		background-size: 100px 70px;
	background-position: center center;
	background-repeat: repeat-x;
	border-radius: 1px;-webkit-border-radius: 1px;-moz-border-radius: 1px;
	
}
@media screen and (max-width: 800px) {
.head_img>.page_title {
	padding: 1.4em 2em;
	}
}
.head_img>.page_title>h2 {
  text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	 font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	color: #FFF;
	white-space: nowrap;
	 font-family: A1 Mincho;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 5px;
	white-space: nowrap
		
}
@media screen and (max-width: 1000px) {
.head_img>.page_title>h2 {
  text-align: center;
	font-size: 2.4rem;
}
}
@media screen and (max-width: 800px) {
.head_img>.page_title>h2 {
  text-align: center;
	font-size: 2.0rem;
}
}
@media screen and (max-width: 600px) {
.head_img>.page_title>h2 {
  text-align: center;
	font-size: 1.7rem;
	margin-bottom: 2px;
}
}
.head_img>.page_title>p {
  text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	 -moz-font-feature-settings: "palt";  -webkit-font-feature-settings: "palt";  font-feature-setting: "palt"; 
	color: #FFF;
	white-space: nowrap;
	font-family: Lutes UD PE Italic;
	color: #BDA345;
}
@media screen and (max-width: 800px) {
.head_img>.page_title>p {
  text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
	}
@media screen and (max-width: 600px) {
.head_img>.page_title>p {
  text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}
	}


header > .head {
  height: auto;
  position: fixed;
	padding: 0 0;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  margin: auto;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	 -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	z-index: 1000;
	transition-duration:1.0s;
	
 
}
header > .head.change-color {
 background-color: rgba(18,27,75,0.0);
}

header > .head >div  {
	margin: auto;
	width: 95%;
	max-width: 1100px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	padding: 10px 0 15px;
		
}
@media screen and (max-width: 800px) {
header > .head >div  {
	padding: 10px 0;
}		
}
@media screen and (max-width: 600px) {
header > .head >div  {
	display: block;
}		
}





header > .head nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	width: 100%;
	
}
@media screen and (max-width: 800px) {
header > .head nav {
	display: none;
}	
}
header > .head nav>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
}
header > .head nav>ul>li {
  text-align: center;
	width: auto;
	color: #85574b;
	font-size: 1.6rem;
	line-height: 1.1em;
	padding-right: 1.2em;
	 font-family: Shuei NijimiMGo B;
	margin-right: 0;
}
@media screen and (max-width: 1100px) {
header > .head nav>ul>li {
  font-size: 1.5rem;
	padding-right: 1.1em;
}
	}
@media screen and (max-width: 900px) {
header > .head nav>ul>li {
    font-size: 1.4rem;
	padding-right: 1.0em;
}
	}
@media screen and (max-width: 800px) {
header > .head nav>ul>li {
    font-size: 1.3rem;
	padding-right: 0.8em;
}
	}
header > .head nav>ul>li+li {
	border-left:1px solid rgba(230,230,230,0.5);
	padding-left: 1.2em;
}
@media screen and (max-width: 1100px) {
header > .head nav>ul>li+li {
	border-left:1px solid rgba(230,230,230,0.5);
	padding-left: 1.1em;
}
	}
@media screen and (max-width: 900px) {
header > .head nav>ul>li+li {
	border-left:1px solid rgba(230,230,230,0.8);
	padding-left: 1.0em;
}
	}
@media screen and (max-width: 800px) {
header > .head nav>ul>li+li {
	border-left:1px solid rgba(230,230,230,0.8);
	padding-left: 0.8em;
}
	}
header>.head nav>ul>li.line>a {
  color: #BDA345;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	 padding: 0;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	width: 100%;
}

header>.head nav>ul>li.line>a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #BDA345;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
	z-index: 20;
}
header>.head nav>ul>li>a:hover::after {
  transform: scale(1, 1);
}

header>.head nav>ul>li>a:hover {
   color: #BDA345;
}
header>.head nav>ul>li>a.active {
  color: #B64B55;
}
header > .head nav>ul>li:last-child {
	border: none;
	padding-left: 0.2em;
	margin-right: -18px;
}
@media screen and (max-width: 900px) {
header > .head nav>ul>li:last-child {
	margin-right: -14px;
}
	}
header>.head nav>ul>li:last-child>a {
	border: #BDA345 1px solid;
	padding: 1.0em 1.5em;
	color: #BDA345;
	margin-right: 0;
}
@media screen and (max-width: 1000px) {
header>.head nav>ul>li:last-child>a {
	border: #BDA345 1px solid;
	padding: 1.0em 1.0em;
}
	}
header>.head nav>ul>li:last-child>a:hover {
	background-color: #BDA345;
	color: #FFF;
}
header>.head nav>ul>li i {
	font-size: 1.3em;
	margin-right: 8px;
	margin-top: -2px;
}
@media screen and (max-width: 900px) {
header>.head nav>ul>li i {
	display: none;
}
}





/*pankuzu*/
.topic_path {
  width: 95%;
	max-width: 1100px;
  padding: 0px 0;
  background-repeat: repeat;
font-size: 1.2rem;
	 display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	margin: auto auto 35px;
	font-family: Ryumin Regular KL;
}
@media screen and (max-width: 800px) {
.topic_path {
    font-size: 1.0rem;
	  margin: auto auto 25px;
  }
}
@media screen and (max-width: 600px) {
.topic_path {
	  display: none;
  }
}
.topic_path > li {}
.topic_path > li:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  margin: 0 0.8em;
  -webkit-font-smoothing: antialiased;
	text-decoration: none;
	 opacity: 0.4;
}
.topic_path > li:last-child:after {
  content: "";
}
.topic_path > li {
	 font-weight: 400;
	color: #BDA345;
}
.topic_path > li a {
	 font-weight: 400;
	 text-decoration: underline;
	 transition-duration:0.5s;
}
.topic_path > li a:hover {
  color: #BDA345;
}


/*main*/
main.page {
  width: 100%;
	margin-top: 100px;
}
@media screen and (max-width: 800px) {
main.page {
	margin-top: 50px;
}
	}
@media screen and (max-width: 600px) {
main.page {
	margin-top: 40px;
}
	}
main section {
  width: 100%;
  height: auto;
  padding: 45px 0;
	position: relative;
	z-index: 10;
	overflow-X: hidden;
}
@media screen and (max-width: 800px) {
main section {
  width: 100%;
  height: auto;
  padding: 35px 0;
}
	}
@media screen and (max-width: 600px) {
main section {
  width: 100%;
  height: auto;
  padding: 25px 0;
}
	}
main section > div {
  width: 95%;
  height: auto;
  margin: auto auto;
  max-width: 1100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
main section > div {
  width: 95%;
}
	}
main section .section_t {
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.1em;
	color: #8a5046;
font-weight: 700;
font-style: normal;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 800px) {
main section .section_t {
	text-align: center;
	font-size: 2.3rem;
}
}
@media screen and (max-width: 600px) {
main section .section_t {
	text-align: center;
	font-size: 2.0rem;
}
}
@media screen and (max-width: 480px) {
main section .section_t {
	text-align: center;
	font-size: 1.8rem;
}
}
main section .section_t>span {
	display: inline-block;
	border-bottom: 4px solid #cf4a55;
	padding-bottom: 10px;
}

#content {

	width: 100%;
	overflow: hidden;
}
#left {
	width: 250px;
	margin-right: 40px;
	float: left;
}
@media screen and (max-width: 900px) {
#left {
	width: 210px;
	margin-right: 40px;
}
	}
@media screen and (max-width: 600px) {
#left {
	display: none;
}
	}
#right {
	float: left;
  width: 100%;
  margin-right: -290px;
  padding-right: 290px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
#right {
	float: left;
  width: 100%;
  margin-right: -250px;
  padding-right: 250px;
  box-sizing: border-box;
}
	}
@media screen and (max-width: 600px) {
#right {
	float: left;
  width: 100%;
  margin-right: auto;
	margin-left: auto;
  padding-right: 0;
  box-sizing: border-box;
}
	}


main section.introduction {
	background-color: #f8f8f5;
}
main section.introduction>div>div+div {
	margin-top: 60px;
}
@media screen and (max-width: 800px) {
main section.introduction>div>div+div {
	margin-top: 45px;
}
	}
@media screen and (max-width: 600px) {
main section.introduction>div>div+div {
	margin-top: 30px;
}
	}
main section.introduction div>img {
	width: 100%;
	height: auto;
}
main section.introduction div>p {
	font-size: 1.5rem;
	line-height: 1.7em;
}
main section.introduction div>p+p {
	margin-top: 1.0em;
}
main section.introduction div>img+p {
	margin-top: 2.0em;
}
main section.introduction .column2 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
main section.introduction .column2>div,main section.introduction .column2>li  {
	width: 48%;
}
@media screen and (max-width: 480px) {
main section.introduction .column2>div,main section.introduction .column2>li  {
	width: 100%;
}
	}
		main section .column2>div+div,main section .column2>li+li  {
	margin-top: 0px;
}
@media screen and (max-width: 800px) {
	main section .column2>div+div,main section .column2>li+li  {
	margin-top: 20px;
}
	}
	main section.introduction .column2>div+div,main section.introduction .column2>li+li  {
	margin-top: 0px;
}
@media screen and (max-width: 800px) {
main section.introduction .column2>div+div,main section.introduction .column2>li+li  {
	margin-top: 20px;
}
	}
main section.introduction .column3 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
main section.introduction .column3>div,main section.introduction .column3>li  {
	width: 31%;
}
main section.introduction .column2>div+div,main section.introduction .column2>li+li  {
	margin-top: 0px;
}
@media screen and (max-width: 480px) {
main section.introduction .column2>div+div,main section.introduction .column2>li+li  {
	margin-top: 20px;
}
	}
main section.introduction .column3 p {
	font-size: 1.4rem;
}
main section .column2 img  {
	width: 100%;
	height:auto;
}

main section .brand_name {
	width: 30%;
	margin: 0 auto 40px;
}
@media screen and (max-width: 800px) {
	main section .brand_name {
	width: 40%;
	margin: 0 auto 30px;
}
	}
@media screen and (max-width: 600px) {
	main section .brand_name {
	width: 50%;
	margin: 0 auto 25px;
}
	}
@media screen and (max-width: 480px) {
	main section .brand_name {
	width: 60%;
	margin: 0 auto 20px;
}
	}
main section .brand_name>img {
	width: 100%;
	height: auto;
}

main section.introduction .float_r {
	float: right;
	width: 25%;
	height: auto;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}
main section.introduction .float_l {
	float: left;
	width: 25%;
	height: auto;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
main section.introduction .float_r {
	width: 35%;
}
main section.introduction .float_l {
	width: 35%;
}
	}

main section .item_data {
	width: 100%;
}

/* slide-box */

.slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}

/* slide */

.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
	overflow: hidden;
}
.slide .item a {
  display: block;
}

.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
 
  margin: auto;
  width: 100%;
	height: auto;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* slide-navigation */

.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 20px 0 0;
  padding: 0;
}
.slide-navigation .item {
  position: relative;
  cursor: pointer;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.slide-navigation .item .image::before {
  display: block;
  padding-top: 67%;
  content: "";
}
.slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
  background: #000;
}
.slide-navigation .slick-current .image::after {
  opacity: 0;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}
.slide-navigation .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
  .slide-navigation {
    width: 100%;
  }
  .slide-navigation .item .image::before {
    padding-top: 50%;
  }
}

/* slick */

.slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.slick-arrow {
  z-index: 999;
}
.slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}
.slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}


.head-border {
    display: flex;
    align-items: center;
	font-size: 2.4rem;
	color: #85574b;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 400;
font-style: normal;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	margin-bottom: 1.0em;
	letter-spacing: 4px;
	text-indent: 4px;
}
@media screen and (max-width: 800px) {
.head-border {
	font-size: 2.2rem;
}
	}
@media screen and (max-width: 600px) {
.head-border {
	font-size: 2.0rem;
}
	}
@media screen and (max-width: 480px) {
.head-border {
	font-size: 1.7rem;
}
	}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: rgba(0,0,0,0.2);
}

.head-border:before {
    margin-right: 3rem;
}

.head-border:after {
    margin-left: 3rem;
}

main section.recommend {
	background-color: #f8f8f5;
}

#wrap{
  padding: 0;
}
#slider,#thumbnail_slider{
  width: 500px;
  margin: 0 auto 10px;
}
.slide-item{
  img{
    width: 100%;
  }  
}
.thumbnail-item{
  img{
    width: 98%;
    margin: 0 auto;
  } 
}

/*p*/
main section p.align_center {
	text-align: center;
}
main section p>span {
	display: inline-block;
}

main section h3.item_name {
	color: #cf4a55;
	font-size: 1.8rem;
	margin-top: 2.4em;
		text-align: left;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
main section h3.item_name {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 600px) {
main section h3.item_name {
	font-size: 1.4rem;
}
	}
main section p.item_num {
	font-size: 1.4rem;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: 2px dotted rgba(0,0,0,0.2)
}
@media screen and (max-width: 600px) {
main section p.item_num {
	font-size: 1.3rem;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}
	}
@media screen and (max-width: 480px) {
main section p.item_num {
	font-size: 1.2em;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	
}
	}
main section table.item_data {
	font-size: 1.4rem;
	padding-bottom: 0.5em;
	margin-bottom: 1.0em;
	border: 1px solid #cccccc;
}
@media screen and (max-width: 800px) {
main section table.item_data {
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 600px) {
main section table.item_data {
	border: none;
	border-bottom: 1px solid #cccccc;
}
	}
@media screen and (max-width: 480px) {
main section table.item_data {
	font-size: 1.2rem;
}
	}
main section table.item_data th {
	border: 1px solid #cccccc;
	background-color: #f3efed;
	white-space: nowrap;
	padding: 0.6em 0.8em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
main section table.item_data th {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	border-bottom: none;
}
	}
main section table.item_data td {
	border: 1px solid #cccccc;
	background-color: #FFF;
	text-align: left;
	padding: 0.6em 0.8em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
main section table.item_data td {
	border-bottom: none;
	display: block;
	float: none;
	clear: both;
	width: 100%;
}
	}
main section .item-info {
	margin-top: 30px;
}
main section .item-info ul {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
main section .item-info ul>li {
	text-align: left;
}
main section .item-info ul>li>p {
	font-size: 1.5rem;
	display: inline-block;
	margin-right: 1.0em;
}
@media screen and (max-width: 800px) {
main section .item-info ul>li>p {
	font-size: 1.4rem;
	display: inline-block;
	margin-right: 1.0em;
}
	}
@media screen and (max-width: 600px) {
main section .item-info ul>li>p {
	font-size: 1.3rem;
	display: inline-block;
	margin-right: 1.0em;
}
	}
main section .item-info ul>li>p>b {
	color: #cf4a55;
	font-size: 1.5em;
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
}
main section .item-info ul>li.incart {
	text-align: right;
	font-size: 1.6rem;
}
main section .item-info ul>li.incart input {
	width: 50px;
	font-size: 1.6rem;
	line-height: 25px;
}

main section .item-info ul>li.incart .incart_b {
	font-size: 1.6rem;
	line-height: 42px;
	background-color: #cf4a55;
	color: #FFF;
	display: block;
	padding: 0 1.0em;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
	border: none;
	display: inline-block;
	transition-duration:0.3s;
	margin-left: 22px;
	white-space: nowrap;
	margin: 10px 0 10px 22px;
}
@media screen and (max-width: 800px) {
main section .item-info ul>li.incart .incart_b {
	font-size: 1.3rem;
	line-height: 30px;
	background-color: #cf4a55;
	color: #FFF;
	display: block;
	padding: 0 0.8em;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}
	}
main section .item-info ul>li.incart .incart_b:hover {
	background-color: #ff8c00;
	color: #FFF;
}
main section .item-info ul>li.incart .incart_b i {
	margin-right: 8px;
}
@media screen and (max-width: 600px) {
main section .item-info ul>li.incart .incart_b span.cart {
	display: none;
}
	}

main section .item-info .review_b {
	text-align: center;
	background-color: #f3efed;
	padding: 20px 0;
	margin-top: 30px;
}
main section .item-info .review_b a {
	font-size: 1.6rem;
	background-color: #85574b;
	padding: 0.5em 1.0em;
	border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
	color: #FFF;
	transition-duration:0.3s;
}
main section .item-info .review_b a:hover {
	background-color: #cf4a55;
}


/*item_slider*/
main section .item_slider {
  width: 100%;
  max-width: 3000px;
  height: auto;
	margin: auto;
}
main section .item_list {
 display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
main section .item_slider li {
	margin: 0 10px 0;
}
main section .item_list li {
	width: 31%;
	margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
main section .item_list li {
	width: 48%;
	margin-bottom: 30px;
}
	}
@media screen and (max-width: 600px) {
main section .item_list li {
	width: 48%;
	margin-bottom: 30px;
}
	}
main section .item_slider li img,main section .item_list li img {
  width: 100%;
  height: auto;
	margin: auto;
	margin-bottom: 10px;
}
main section .item_slider li img,main section .item_list li img {
  width: 100%;
  height: auto;
	margin: auto;
	margin-bottom: 15px;
	transition-duration:0.3s;
	border: solid 1px rgba(0,0,0,0.1);
}
main section .item_slider li img:hover,main section .item_list li img:hover {
	opacity: 0.6;
}
main section .item_slider li .itemname,main section .item_list li .itemname {
	font-size: 1.5rem;
	line-height: 1.3em;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
	text-align: center;
	color: #8a5046;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 600px) {
main section .item_slider li .itemname,main section .item_list li .itemname {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
main section .item_slider li .itemname,main section .item_list li .itemname {
	font-size: 1.3rem;
}
	}
main section .item_slider li .itemname a,main section .item_list li .itemname a {
	color: #8a5046;
}
main section .item_slider li .itemname a:hover,main section .item_list li .itemname a:hover {
	color: #cf4a55;
}
main section .item_slider li .itemprice,main section .item_list li .itemprice {
	font-size: 1.65rem;
	line-height: 1.3em;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
	text-align: center;
	color: #cf4a55;
	margin-top: 0.35em;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 800px) {
main section .item_slider li .itemprice,main section .item_list li .itemprice {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
main section .item_slider li .itemprice,main section .item_list li .itemprice {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
main section .item_slider li .itemprice,main section .item_list li .itemprice {
	font-size: 1.3rem;
}
	}
main section .item_list li .soldout {
	font-size: 1.2rem;
	line-height: 1.1em;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 0.3em 1.0em;
	border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
	background-color: #cf4a55;
	margin-top: 7px;
	margin-bottom: 3px;
}
@media screen and (max-width: 480px) {
main section .item_list li .soldout {
	font-size: 1.1rem;
}
}

main section .widget-area {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
@media screen and (max-width: 900px) {
main section .widget-area {
	display: block;
}
	}
main section .widget-area div:nth-child(odd) {
	-webkit-flex: 1;  flex: 1;
}
main section .widget-area div:nth-child(even) {
	width: 40%;
	margin-left: 40px;
}
@media screen and (max-width: 800px) {
main section .widget-area div:nth-child(even) {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
	}
main section .widget {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
@media screen and (max-width: 480px) {
main section .widget {
	display: block;
}
	}

main section .widget>li {
	width: 48%
}
@media screen and (max-width: 480px) {
main section .widget>li {
	width: 100%
}
	}
@media screen and (max-width: 480px) {
main section .widget>li+li {
	margin-top: 20px;
}
	}
main section .widget_t {
	color: #FFF;
	font-family: fot-rodin-pron, sans-serif;
font-weight: 600;
font-style: normal;
	background-color: #85574b;
	padding: 8px 10px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.2em;
}
@media screen and (max-width: 800px) {
main section .widget_t {
	font-size: 1.5rem;
	line-height: 1.2em;
}
	}
@media screen and (max-width: 600px) {
main section .widget_t {
	font-size: 1.4rem;
	line-height: 1.2em;
}
	}
@media screen and (max-width: 480px) {
main section .widget_t {
	font-size: 1.4rem;
	line-height: 1.2em;
}
	}
main section ul+h3.widget_t {
	margin-top: 2.6em;
}
@media screen and (max-width: 480px) {
main section li>ul+h3.widget_t {
	margin-top: 20px;
}
	}
main section .widget_menu>li {
	width: 100%;
}
main section .widget_menu>li>a {
	font-size: 1.4rem;
	display: block;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	text-align: left;
	padding: 8px 8px;
	border-bottom: dotted 1px #cccccc;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 900px) {
main section .widget_menu>li>a {
	font-size: 1.4rem;
	}
}
@media screen and (max-width: 600px) {
main section .widget_menu>li>a {
	font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
main section .widget_menu>li>a {
	font-size: 1.2rem;
	}
}
main section .widget_menu>li>a:hover {
	color: #FFF;
	background-color: #cf4a55;
}
main section .category {
	margin-top: 10px;
}
main section .category>a {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
main section .category dt {
	width: 75px;
	margin-right: 7px;
}
@media screen and (max-width: 900px) {
main section .category dt {
	width: 60px;
	margin-right: 5px;
}
	}
main section .category dt>img {
	width: 100%;
	height: auto;
	transition-duration:0.3s;
}
main section .category dt>img:hover {
	opacity: 0.5;
}
main section .category dd {
	font-size: 1.4rem;
	text-align: left;
}
@media screen and (max-width: 900px) {
main section .category dd {
	font-size: 1.4rem;
	text-align: left;
}
}
.fb-container {
		width: 500px;
	}
	main section .bulk_order {
		width: 100%;
	margin: auto;
	}
main section .bulk_order>a {
	border: solid 1px rgba(0,0,0,0.2);
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	padding: 0.5em 0.25em 0.4em;
	margin-top: 1.0em;
	margin-bottom: 2em;
	background-color: #cf4a55;
	color: #FFF;
	font-weight: 700;
	}
main section .bulk_order>a:hover {
	background-color: #ff8c00;
	color: #FFF;
	}
main section .bulk_order i {
	opacity: 0.6;
	margin-right: 5px;
	}
	

/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}

/* お知らせ一覧 */
#news_list dl+dl {
	margin-top: 20px;
	padding-top: 25px;
	border-top: solid 1px rgba(0,0,0,0.17);
}
@media screen and (max-width: 600px) {
#news_list dl+dl {
	margin-top: 15px;
	padding-top: 20px;
	border-top: solid 1px rgba(0,0,0,0.17);
}
	}
main .news_list_t {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	font-size: 1.7rem;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	display: block;
}
@media screen and (max-width: 800px) {
main .news_list_t {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
main .news_list_t {
	font-size: 1.4rem;
}
	}
main .news_list_t a {
	text-decoration: underline;
}
main .news_list_t span {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #959ea5;
	border-right-color: #959ea5;
	border-bottom-color: #959ea5;
	border-left-color: #959ea5;
	padding-bottom: 10px;
}
main .ppst-day {
	margin-left: auto;
	font-size:1.3rem;
	margin-top: 0px;
	font-weight: bolder;
	color: #cf4a55;
	margin-bottom: 0.9em;
	padding-bottom: 2.0em;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	line-height: 1.2em;
	padding: 0px;
	 	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 1px;
}
#news_list p {
	margin-left: auto;
	font-size:1.4rem;
	line-height:1.8em;
	margin-top: 0px;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 600px) {
#news_listt p {
	margin-left: auto;
	font-size:1.3rem;
	line-height:1.6em;
	margin-top: 0px;
	margin-bottom: 0.3em;
}
}
@media screen and (max-width: 600px) {
#news_list li>p {
	margin-left: auto;
	font-size:1.2rem;
	line-height:1.5em;
}
}
#news_list p+p {
	margin-top: 1.0em
}
#news_list p+ul {
	margin-top: 3.0em
}
.span-br {
  display: inline-block;
  white-space: nowrap;
}

/*Pagenation*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin-top:60px;
	height: auto;
	padding-bottom: 6px;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
	font-size: 1.3rem;
	background-color: rgba(133,87,75,0.1);
	border: 1px solid rgba(133,87,75,0.25);	
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
.wp-pagenavi a:hover{
	color: #FFF;
	background-color: rgba(207,74,85,0.8);
	border: 1px solid rgba(207,74,85,1.0);
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: rgba(207,74,85,0.5);
	border: 1px solid rgba(207,74,85,0.75);	
    }

/*Pagenation*/
.pagenation_blog {
	position: relative;
	overflow: hidden;
	width:95%;
	margin-top: 85px;
	margin-right: auto;
	margin-left: auto;
	font-size:1.0rem
}
@media screen and (max-width: 600px) {
.pagenation_blog {
	margin-top: 50px;
}
	}
.pagenation_blog:after, .pagenation_blog ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.pagenation_blog ul {
	margin: 0;
	position: relative;
	left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
	float: left;
}
.pagenation_blog li {
	float: left;
	list-style: none outside none;
	margin-left: 3px;
	position: relative;
	left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
}
.pagenation_blog li:first-child {
	margin-left: 0;
}
.pagenation_blog li a.active {
	background-color: rgba(0,0,0,0.4);
	color: #FFF;
}
.pagenation_blog li a {
	background-color: rgba(0,0,0,0.1);
	border-radius: 1px;
	color: #000;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
.pagenation_blog li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 1.4em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
}
.pagenation_blog li:first-child a {
	background: none repeat scroll 0 0 rgba(0,0,0,0.1);
}
.pagenation_blog li:last-child a {
	background: none repeat scroll 0 0 rgba(0,0,0,0.1);
}
.pagenation_blog li a:hover {
	color: #FFF;
	background-color: #db0012;
}
.pager {
	position: relative;
	overflow: hidden;
	width:100%;
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
	font-size:1.0rem;
}
.pagenation:after, .pager ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.pager ul {
	margin: 0;
	position: relative;
	left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
	float: left;
	width:100%;
	display:block
}
.pager li {
	float: left;
	list-style: none outside none;
	margin-left: 0px;
	position: relative;
	left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
}
.pager li.next {
	float: right;
}
.pager li:last-child {
	margin-left: 0;
	float: right;
}
.pager li:only-child {
	margin-left: 0;
	float: left;
}
.pager li.next:only-child {
	margin-left: 0;
	float: right;
}
.pager li a.active {
	background-color: rgba(133,87,75,1.0);
}
.pager li a {
	background: none repeat scroll 0 0 rgba(133,87,75,0.1);
	border-radius: 3px;
	color: #000;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
.pager li a {
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 1.4em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
}
.pager li:first-child a {
	background: none repeat scroll 0 0 rgba(133,87,75,0.1);
}
.pager li:last-child a {
	background: none repeat scroll 0 0 rgba(133,87,75,0.1);
}
.pager li a:hover {
	background-color: rgba(207,74,85,1.0);
	color: #FFF;
}


/* 新着情報
----------------------------------------------------------- */
div.post {
	padding-top: 0;
}
main .news_title {
	font-style: normal;
	color: #cf4a55;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.5em;
	margin-bottom: 1.0em;
	display: block;
}
@media screen and (max-width: 600px) {
main .news_title  {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 480px) {
main .news_title  {
	font-size: 1.5rem;
}
}
div.post {
	margin-left: auto;
	font-size:1.5rem;
	line-height:1.8em;
	margin-top: 0px;
	margin-bottom: 0.3em;
	text-align: justify;
}
@media screen and (max-width: 600px) {
div.post {
	margin-left: auto;
	font-size:1.4rem;
	line-height:1.6em;
	margin-top: 0px;
	margin-bottom: 0.3em;
}
}
div.post a {
	color: #db0012;
	text-decoration: underline;
}
div.post a:hover {
	color: #2a6f37;
}
@media screen and (max-width: 600px) {
div.post li>p {
	margin-left: auto;
	font-size:1.3rem;
	line-height:1.5em;
}
}
div.post li>p a {
	text-decoration: underline;
}
div.post p+p {
	margin-top: 1.0em
}
div.post p+img {
	margin-top: 1.0em
}
div.post p+ul {
	margin-top: 3.0em
}
div.post .page-day {
	margin-left: auto;
	font-size:1.5rem;
	margin-top: 0px;
	font-weight: bolder;
	color: #85574b;
	margin-bottom: 2.0em;
	line-height: 1.2em;
	padding-bottom: 1.0em;
  font-weight: 500;
	letter-spacing: 1px;
	border-bottom: solid 2px rgba(0,0,0,0.15);
}
@media screen and (max-width: 800px) {
div.post .page-day {
	margin-left: auto;
	font-size:1.4rem;
}
	}
@media screen and (max-width: 600px) {
div.post .page-day {
	margin-left: auto;
	font-size:1.3rem;
}
	}


/* editor */
 

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
.size-full {
	width:100%;
	height:auto;
	margin-bottom: 20px;
}



/*footer*/
footer {
	background-color: #000;
	background-image: url("../img/index/top_img01.jpg");
	background-size: cover;
	background-position: center bottom 30%;
}
#add {
	padding-top: 60px;
	padding-bottom: 35%;
	
}
@media screen and (max-width: 800px) {
#add{
	padding-top:45px;
	background-color: rgba(13,20,62,0.2);
	padding-bottom: 40%;
}
	}
@media screen and (max-width: 480px) {
#add {
	padding-top: 150px;
	padding-bottom: 25%;
}
	}
#add h2 {
	width: 130px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
}
@media screen and (max-width: 600px) {
#add h2 {
	width: 34%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
}
	}
@media screen and (max-width: 480px) {
#add h2 {
	width: 30%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
	}
@media screen and (max-width: 480px) {
#add h2 {
	width: 30%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
	}
#add h2>img {
	width: 100%;
	height: auto;
}
#add p {
	text-align: center;
	font-family: Shuei NijimiMGo B;
	font-size: 1.6rem;
	line-height: 2.0em;
	color: #FFF;
}
@media screen and (max-width: 800px) {
#add p {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
#add p {
	font-size: 1.3rem;
}
	}
#add p>a {
	text-align: center;
	 font-family: A1 Mincho;
	font-size: 2.8rem;
	line-height: 2.0em;
	color:#BDA345;
	letter-spacing: 2px;
	text-indent: 2px;
}
@media screen and (max-width: 800px) {
#add p>a {
	text-align: center;
	 font-family: A1 Mincho;
	font-size: 2.0rem;
	line-height: 2.0em;
	color:#BDA345;
	letter-spacing: 2px;
	text-indent: 2px;
}
}
#add p>a:hover {
	color: #B64B55;
}

#add2 {
	padding-top: 20px;
	margin-bottom: 24px;
	
}
@media screen and (max-width: 800px) {
#add2 {
	background-color: rgba(13,20,62,0.2);
}
	}
@media screen and (max-width: 480px) {
#add2 {
	margin-bottom: 15px;
}
	}
#add2 h2 {
	width: 100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
}
@media screen and (max-width: 600px) {
#add2 h2 {
	width: 25%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	margin-top: 50px;
}
	}
@media screen and (max-width: 480px) {
#add2 h2 {
	width: 30%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
	}
#add2 h2>img {
	width: 100%;
	height: auto;
}
#add2 p {
	text-align: center;
	font-family: Gothic Medium BBB;
	font-size: 1.5rem;
	line-height: 1.7em;
	color: #FFF;
}
@media screen and (max-width: 800px) {
#add2 p {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 600px) {
#add2 p {
	font-size: 1.3rem;
}
	}
#add2 p>a {
	text-align: center;
	 font-family: A1 Mincho;
	font-size: 2.8rem;
	line-height: 1.8em;
	color:#BDA345;
	letter-spacing: 2px;
	text-indent: 2px;
}
@media screen and (max-width: 800px) {
#add2 p>a {
	text-align: center;
	 font-family: A1 Mincho;
	font-size: 1.8rem;
	line-height: 2.0em;
	color:#BDA345;
	letter-spacing: 2px;
	text-indent: 2px;
}
}
#add2 p>a:hover {
	color: #B64B55;
}

footer .copyright {
	font-family: Gothic Medium BBB;
font-weight: 600;
font-style: normal;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.5em 0;
font-weight: 300;
font-style: normal;
	color: #FFF;
}
@media screen and (max-width: 800px) {
	footer .copyright {
  font-size: 1.1rem;
		padding-bottom: 70px;
}
	}
@media screen and (max-width: 600px) {
	footer .copyright {
  font-size: 1.0rem;
}
	}
@media screen and (max-width: 480px) {
	footer .copyright {
  font-size: 0.9rem;
		padding-bottom: 90px;
}
	}

#add ul.sp_ban {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin: auto;
	margin-top: 10px;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	width: 80%;
	margin-bottom: 20px;
	
}
@media screen and (max-width: 600px) {
#add ul.sp_ban {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
	}
#add ul.sp_ban>li {
	width: 32%;
	margin-top: 3%;
	border: solid 1px #BDA345;
	text-align: center;
}
@media screen and (max-width: 600px) {
#add ul.sp_ban>li {
	width: 100%;
	margin-top: 2%;
	border: solid 1px #BDA345;
}
	}
#add ul.sp_ban>li>a {
	 font-family: Shuei NijimiMGo B;
	padding: 0.65em 0 0.5em;
	display: block;
	font-size: 1.6rem;
	color: #BDA345;
}
@media screen and (max-width: 800px) {
#add ul.sp_ban>li>a {
	 font-family: Shuei NijimiMGo B;
	padding: 0.65em 0 0.5em;
	display: block;
	font-size: 1.4rem;
	color: #000;
	background-color: rgba(255,255,255,0.7);
}
	}
@media screen and (max-width: 480px) {
#add ul.sp_ban>li>a {
	 font-family: Shuei NijimiMGo B;
	padding: 0.65em 0 0.5em;
	display: block;
	font-size: 1.4rem;
}
	}
#add ul.sp_ban>li>a:hover {
	background-color: #BDA345;
	color: #FFF;
}
#add ul.sp_ban>li>a:hover {
	background-color: #BDA345;
	color: #FFF;
}
#add ul.sp_ban>li>a i {
	font-size: 1.2em;
	margin-right: 6px;
}


#top_b {
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 500;
}
#top_b a {
  font-size: 25px;
	color: #FFF;
	background-color: rgba(189,163,59,0.9);
	opacity: 0.9;
  width: 40px;
 width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 50%;-webkit-border-radius:  50%;-moz-border-radius:  50%;
	
}
@media screen and (max-width: 800px) {
#top_b {
  position: fixed;
  bottom: 62px;
  left: 12px;
  z-index: 500;
}
}
	@media screen and (max-width: 480px) {
#top_b {
  position: fixed;
  bottom: 85px;
  left: 8px;
  z-index: 500;
}
  #top_b a {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
  }
}
#top_b a:hover {
	background-color: #B64B55;
	z-index: 100;
}

#foot_sp_nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: #FFF;
	display: none;
}
@media screen and (max-width: 800px) {
#foot_sp_nav {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
	}
#foot_sp_nav>li {
	width: 33.333%;
	display: none
}
@media screen and (max-width: 800px) {
#foot_sp_nav>li {
	display: inline-block;
	width: 100%;
}
	}
#foot_sp_nav>li+li {
	border-left: 1px solid rgba(0,0,0,1.0);
}
#foot_sp_nav>li a {
	width: 100%;
	text-align: center;
	background-color: #0F1B53;
	display: block;
	font-size: 1.6rem;
	padding: 15px 0 13px;
	color: #FFF;
	font-family: A1 Mincho;
}
@media screen and (max-width: 600px) {
#foot_sp_nav>li a {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 480px) {
#foot_sp_nav>li a {
	font-size: 1.4rem;
	padding: 12px 0 8px;
}
	}
#foot_sp_nav>li a:hover {
	background-color: #B64B55;
}
#foot_sp_nav>li i {
	margin-right: 8px;
	color: #BDA345;
}
@media screen and (max-width: 480px) {
#foot_sp_nav>li i {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 8px;
		font-size: 1.6rem;
}
}
/* anime */
.fadein {
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
  opacity: 0;
}
.fadein.active {
  opacity: 1;
}
.fadein-bottom {
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  opacity: 0;
  transition-timing-function: ease-out;
	transition-delay: 1.5s;
}
.fadein-bottom.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.fadein-left {
  -webkit-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-6px);
  transform: translateX(-60px);
  opacity: 0;
  -moz-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
	transition-delay: 0.5s;
}
.fadein-left.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.fadein-right {
  -webkit-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  opacity: 0;
  -moz-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
	transition-delay: 0.5s;
}
.fadein-right.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.zoomin {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  font-size: 20%;
}
.zoomin.active {
  font-size: 100%;
}
.text-fadein span {
  display: inline-block;
  position: relative;
}
.text-fadein span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.text-fadein.active span:before {
  width: 0%;
}
.blur-fadein {
  text-align: center;
  color: transparent;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
	transition-delay: 1.5s;
}
.blur-fadein.active {
  animation: blurFadeIn 1.0s ease-in forwards;
}
.in-left {
  -webkit-transition: all 2.0s linear;
  -o-transition: all 2.0s linear;
  transition: all 2.0s linear;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -moz-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  -ms-transition-duration: 2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
	transition-delay: 1.5s;
}
.in-left.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.in-right {
  -webkit-transition: all 2.0s linear;
  -o-transition: all 2.0s linear;
  transition: all 2.0s linear;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -moz-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  -ms-transition-duration: 2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
	transition-delay: 1.5s;
}
.in-right.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}




@keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: #000 1px 0px 20px;
  }
  50% {
    opacity: 0.5;
    text-shadow: #000 1px 0px 10px;
  }
  100% {
    opacity: 1;
    text-shadow: #000 0px 0px 0px;
  }
}
	


