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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	*/
	line-height: 1.1em;
}
header,section{
	width: 1000px;
	margin: 0 auto;
}
article{
    position: relative;
}

article div{
    position: absolute;
     top: 62.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
img{
    width: 100%;
}


.linkBt {
    display: flex;
}

.linkBt li {
    width: 50%;
}

#thumbnail-list {
    background: #f7fefe;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#thumbnail-list li {
    width: 48%;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 9999
}

.prev-arrow {
    left: 10px;
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 2px #603813;
    border-right: solid 2px #603813;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-135deg);
}

.next-arrow {
    right: 10px;
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 2px #603813;
    border-right: solid 2px #603813;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.thumbnail-item {
    position: relative;
}

.thumbnail01.thumbnail-item:after {
    content: "";
    background: url(../img/sp/bt01_off.png) no-repeat;
    background-size: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s opacity linear;
}

.thumbnail02.thumbnail-item:after {
    content: "";
    background: url(../img/sp/bt02_off.png) no-repeat;
    background-size: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s opacity linear;
}

.thumbnail03.thumbnail-item:after {
    content: "";
    background: url(../img/sp/bt03_off.png) no-repeat;
    background-size: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s opacity linear;
}

.thumbnail04.thumbnail-item:after {
    content: "";
    background: url(../img/sp/bt04_off.png) no-repeat;
    background-size: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
    opacity: 0;
}

.sponly{
    display: none !important;
}

.back_g{
	width: 950px;
    margin: 0 auto;
    padding: 20px 140px 0;
    box-sizing: border-box;
	background: #442820;
}

.back_g_s{
	background: #548235 !important;
}



.back_g_a{
	width: 49%;
	display: inline-block;
    z-index: 10;
}

.back_g_b{
	width: 49%;
	display: inline-block;
    z-index: 10;
}


.back_g_c{
    margin-top: 0px;
    z-index: 0;
}




.btnbox{
    background-repeat: repeat-y;
    padding-bottom: 0px;
    width: 950px;
    margin: 0 auto;
    background: #442820;
	display: none;
}

.btnbox .inner{
	border: 0px solid #C51B1B;
	border-radius:7px;
	width: 94%;
	margin: 0 2.5%;
	padding-bottom: 10px;
    padding-top: 17px;
}
.btnbox .inner span img{
    width: 40%;
    margin: 0 auto;
    display: block;
}

.btnbox .inner span {
	margin: 0 auto;
	display: block;
    text-align: center;
	width: 100%;
	text-decoration: underline;
	color: #ffffff;
}


.btnbox_pc{
	border-right:2px solid #442820;
	border-left:2px solid #442820;
    box-sizing: border-box;
}
.btnbox_pc .inner{
	background: #cdedee;
}
.btnbox_pc .inner{
	border-bottom: 2px solid #442820;
	border-radius:0px;
	width: 100%;
	margin: 0 0%;
	padding-bottom: 15px;
    padding-top: 17px;
}
.btnbox_pc .inner div{
    padding: 10px 25px;
    font-size: 90%;
    line-height: 1.5;
}

.btnbox_pc .inner span {
	color: #000000;
}



.button_s{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  border-radius: 50vh;	
}

.button_s::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(135deg);
}





.reflection-img{
    width: 55%;
    height: 189px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: 0 auto;
    box-sizing: border-box;
}
 
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

