@charset "utf-8";

/*---------wrapper---------*/

/*#wrapper {
width: 98.5%;
margin: 0 auto;
position: fixed;
top: 10px;
right: 10px;
left: 10px;
bottom: 10px;
background: #ddf0db;
border-radius: 10px;
text-align: center;
}
*/

#topmain {
width: 100%;
margin: 0 auto;
display: block;
overflow: hidden;
text-align: center;
}




/*---------br改行---------*/

.br-sp {display: none; }
.br-pc {display: block; }

@media screen and (max-width: 750px) {
.br-sp {display: block;}
.br-pc {display: none; }
}


/*---PC用メニュー---*/

#spnavi{
display: none;
}

header{
width: 100%;
margin: 0 auto;
display: block;
text-align: center;
z-index: 9999;
}

header .headwrap{
width: 100%;
height: auto;
margin: 1% auto;
}

header h1.logo{
display: block;
margin: 3.6% auto 0.5% auto;
}

header h1.logo a{
display: block;
text-decoration: none;
color: #603600;
font-size: 2.0em;
font-weight: 700;
letter-spacing: 0.1em;
}

header h1.logo a span{
display: block;
text-decoration: none;
color: #603600;
font-size: 0.58em;
font-weight: 700;
letter-spacing: 0.1em;
padding: 0.3% 0 0.5% 0;
}

header h1.logo:after{
	content: url("../images/fukidashi.png");
}


.logo.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.dropmenubox{
clear: both;
margin: 0 auto 1.2% auto;
}

.dropmenu{
*zoom: 1;
list-style-type: none;
margin: 0.5% auto 2% auto;
padding: 0px;
}

.dropmenu:before, .dropmenu:after{
content: "";
display: table;
}

.dropmenu:after{
clear: both;
}

.dropmenu li{
position: relative;
display: inline-block;
margin: 0 0 0 0;
text-align: center;
}

.dropmenu li a{
display: block;
letter-spacing: 0.08em;
margin: 0;
color: #603600;
line-height: 1;
text-decoration: none;
padding: 26px 36px 23px 36px;
font-size: 1.35em;
font-weight: 600;
}

.dropmenu li p{
display: block;
letter-spacing: 0.08em;
margin: 0;
color: #603600;
line-height: 1;
text-decoration: none;
padding: 19px 0 22px 0;
font-size: 1.4em;
font-weight: 600;
}

.dropmenu li a:hover{
filter: alpha(opacity=30);
-moz-opacity:0.30; /*FF*/
opacity:0.30;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

.dropmenu li ul{
list-style: none;
position: absolute;
z-index: 99998;
top: 95%;
left: 0%;
margin: 0;
padding: 0;
background: #a8804c;
}

.dropmenu li ul li{
width: 100%;
}

.dropmenu li ul li a{
padding: 23px 10px 22px 12px;
color: #fff;
font-size: 15px;
text-align: center;
letter-spacing: 0.15em;
}

.dropmenu li ul li a.line{
padding: 14.5px 10px 14.5px 12px;
line-height: 1.2em;
font-size: 13.5px;
text-align: center;
}

.dropmenu li ul li a p{
font-size: 15px;
color: #fff;
}

#dropmenu li ul li{
overflow: hidden;
height: 0;
transition: .2s;
}

#dropmenu li:hover ul li{
overflow: visible;
height: 65px;
border-bottom: 1px solid #FCF8F1;
}

#dropmenu li:hover ul li:last-child{
border: none !important;
}


/*---メイン画像---*/

.mainimg img{
width: 85%;
display: block;
margin: 0 auto;
text-align:center;
}



/*---スマホ用メニュー---*/

@media only screen and (max-width: 1100px) {

header {
}

.dropmenubox{
}

}



/*---------contactblock---------*/

.contactblock{
clear: both;
width: 100%;
padding: 0;
margin: 7% auto 0 auto;
position: relative;
}

.contactblock .contblockttl{
display: block;
margin: 0 auto;
text-align: center;
padding: 0;
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.contactblock-box{
clear: both;
width: 100%;
padding: 1% 0 2% 0;
margin: 0 auto;
background: #F3F4F5;
}

.contactblock-box p{
clear: both;
max-width: 1250px;
padding: 2.2% 0 1% 0;
margin: 0 auto;
font-size: 17px;
}

.contactblock-box ul{
clear: both;
display: block;
max-width: 1250px;
overflow: hidden;
margin: 0 auto;
text-align: center;
}

.contactblock-box ul li{
display: inline-block;
width: 35%;
margin: 0 1% 3% 1%;
vertical-align: top;
font-size: 3.5em;
color:#333;
letter-spacing: 0.04em;
line-height: 1.1em;
}

.contactblock-box ul li span{
margin: 0 2% 0 0;
vertical-align: middle;
color:#333;
}

.contactblock-box ul li a{
text-decoration: none;
color:#333;
}

.contactblock-box .arbutton1 a {
display: block;
position: relative;
padding: 1em 2em;
width: 300px;
color: #fff;
font-size: 20px;
letter-spacing: 0.1em;
font-weight: 700;
text-align: center;
background-color: #34569A;
transition: 0.3s;
margin: 0 auto;
text-decoration: none;
}

.contactblock-box .arbutton1 a::after {
content: '';
position: absolute;
top: 9px;
left: 9px;
width: 0;
height: 0;
  /*2色パターン*/
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;

  /*1色パターン：border-leftだけに色指定*/
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;

  /*1色パターン：border-topだけに色指定*/
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
}



@media screen and (max-width: 1100px) {

/*---------contactblock---------*/

.contactblock{
clear: both;
width: 100%;
padding: 0;
margin: 7% auto 0 auto;
position: relative;
}

.contactblock .contblockttl{
display: block;
width: 40%;
margin: 0 auto;
text-align: center;
padding: 0;
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.contactblock-box{
clear: both;
width: 100%;
padding: 0 0 2% 0;
margin: 0 auto;
background: #F3F4F5;
}

.contactblock-box p{
clear: both;
max-width: inherit;
width: 90%;
padding: 7% 0 1% 0;
margin: 0 auto;
font-size: 0.9em;
}

.contactblock-box ul{
clear: both;
display: block;
max-width: inherit;
width: 90%;
overflow: hidden;
margin: 0 auto;
text-align: center;
}

.contactblock-box ul li{
display: block;
width: 100%;
margin: 0 1% 0 1%;
vertical-align: top;
font-size: 2.4em;
color:#333;
letter-spacing: 0.04em;
}

.contactblock-box ul li span{
margin: 0 2% 0 0;
vertical-align: middle;
color:#333;
}

.contactblock-box ul li a{
text-decoration: none;
color:#333;
font-size: 0.9em;
}

.contactblock-box .arbutton1 a {
display: block;
position: relative;
padding: 1em 2em;
width: 50%;
color: #fff;
font-size: 1em;
letter-spacing: 0.1em;
font-weight: 700;
text-align: center;
background-color: #34569A;
transition: 0.3s;
margin: 2% auto 0 auto;
text-decoration: none;
}

.contactblock-box .arbutton1 a::after {
content: '';
position: absolute;
top: 9px;
left: 9px;
width: 0;
height: 0;
  /*2色パターン*/
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;

  /*1色パターン：border-leftだけに色指定*/
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;

  /*1色パターン：border-topだけに色指定*/
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
}

}



/*---------footer---------*/

footer {
clear: both;
width: 100%;
margin: 0 auto;
overflow: hidden;
}

footer .ftbox {
clear: both;
width: 100%;
display: block;
overflow: hidden;
margin: 0 auto;
background: #34569A;
}

footer .ftbox .ftbottom {
clear: both;
width: 1200px;
display: block;
overflow: hidden;
margin: 0 auto;
padding: 3% 0 3% 0;
}

footer .ftbox .ftbottom .ftleft{
display: block;
float: left;
width: 680px;
}

footer .ftbox .ftbottom .ftleft li {
display: block;
}

footer .ftbox .ftbottom .ftleft li:last-child {
margin-right: 0 !important;
}

footer .ftbox .ftbottom .ftleft a.ftcpbtn {
display: block;
margin-left: 5%;
}

footer .ftbox .ftbottom .ftadd li{
float: left;
margin: 2% 2% 0 0;
font-size: 13px;
color: #fff;
}

footer .ftbox .ftbottom .ftadd li span{
display: block;
font-size: 12.5px;
font-weight: bold;
color: #fff;
margin: 0 0 2.5% 0;
}

footer .ftbox .ftbottom .ftright{
display: block;
overflow: hidden;
float: right;
width: 505px;
}

footer .ftbox .ftbottom .ftright ul.ftmenu {
float: right;
width: 86%;
padding: 0 0 2% 0;
}

footer .ftbox .ftbottom .ftright ul.ftmenu li {
float: left;
margin-right: 4%;
}

footer .ftbox .ftbottom .ftright ul.ftmenu li a:last-child {
display: block;
margin: 0 0 0 0 !important;
}

footer .ftbox .ftbottom .ftright ul.ftmenu li a {
display: block;
font-size: 14px;
color: #fff;
text-decoration: none;
margin: 0 0 10px 0;
}

footer .ftbox .ftbottom .ftright ul.ftmenu li a:hover {
text-decoration: underline;
}

address {
clear: both;
display: block;
position: absolute;
right: 1%;
top: 30%;
font-size: 11px;
letter-spacing: 0.1em;
text-align: center;
padding: 0;
writing-mode:vertical-rl;
color: #a8804c;
font-size: 11px;
}



@media screen and (max-width: 1000px) {

footer .ftbox .fttop{
width: 90%;
margin: 3% auto;
padding:0;
float: none;
border-bottom: none;
}

footer .ftbox .fttop li{
width: 100%;
margin: 0 auto 2% auto;
display: block;
text-align: center;
}

footer .ftbox .fttop li:last-child{
margin: 0 auto !important;
}

footer .ftbox .ftbottom{
display: none !important;
}

footer .copy {
display: block;
width: 100%;
margin: 0 auto !important;
padding: 13px 0 13px 0 !important;
text-align: center;
}

}



@media screen and (max-width: 750px) {

.slick-slider {
height: auto;
margin: 0 auto;
}

.slick-slider img {
min-width: 250%;
width: 1400px;
display: block;
margin: 0 auto;
text-align: center;
}

}



/*---ページトップ---*/

.pagetopbt {
display: none;
position: fixed;
bottom: 40px;
right: 20px;
}

.pagetopbt img {
width: 80%;
}

@media only screen and (max-width: 720px) {
.pagetopbt {
width: 15%;
display: none;
position: fixed;
bottom: 17%;
right: 2%;
}

}



