@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;800;900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=New+Tegomin&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Kiwi+Maru:wght@400;500&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');*/


*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

html {
   font-size: 62.5%;
   box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue",Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
    /*word-wrap: break-word;*/
    /*overflow-wrap: anywhere;*/
    /*overflow-wrap: break-word;*/
    /*overflow: hidden;break-word*/
    /*word-break: break-all;*/
}

p  {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 2em;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top !important;
}
img.img_init {
    max-width: initial !important;
    max-height: initial !important;
    width: auto !important;
    height: auto !important;
}
img.img_max {
    max-width: 100% !important;
}



/*===■footer=========================================*/
footer {
    width: 100%;
    padding: 1em 0.5em;
    background: url(../images/bg_texture02.jpg) repeat left top;
    background-size: 100px 100px;
}
.footer_flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;縦並び時の上下の中央寄せ*/
    align-items: center;/*縦並び時の左右の中央寄せ*/
}
.footer_flex .itemsL {
    width: 100%;
    /*text-align: center;*/
}
.footer_flex .itemsL img {
    width: 68%;
    height: auto;
    margin: 0 auto 0.5em auto;
}
.footer_flex .itemsR {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.footer_flex span.txtsmal {
    font-size: 80%;
}

/*---■table infobox01 ※上下に隙間が空いた区切り線---------*/
.footer_flex .itemsR table.infobox01 {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  line-height:1.6;
  font-size: 3.3vw;
}
.footer_flex .itemsR table.infobox01 td:first-child {/*見出*/
    width: 25%;
    text-align: center;
    padding: 0.5em 0 0.5em 1em;
    vertical-align: middle;
    white-space:nowrap;
}
table.infobox01 td:last-child {/*内容*/
    width: 75%;
    padding: 0.5em 0 0.5em 1em;

}
.footer_flex .itemsR table.infobox01 .border {/*span罫線*/
    border-left: 1px solid #EAD78C;
    padding-left: 1.5em;
    display: block;
}
span.kerning01 {
    letter-spacing: 6.6vw;
}
span.kerning02 {
    letter-spacing: 1.65vw;
}
/*---■table infobox02---------------------------------------*/
.footer_flex .itemsR table.infobox02 {
  width: 100%;
  border-collapse: separate; /*セルのボーダーに間隔※指定するとtrにborder指定不可 */ 
  border-spacing : 10px ; /* 枠線同士の間隔 */
}
.footer_flex .itemsR table.infobox02 td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  /*text-align: center;*/
  vertical-align: middle;
}
.footer_flex .itemsR table.infobox02 td:first-child {/*見出*/
    background-color: #F0F0F0;
    text-align: center;
    padding: 10px;
}
table.infobox02 td:last-child {/*内容*/
    padding: 10px;
}
/*===■btn-sns====================================*/
a.btn-sns {
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  border-radius: 9px;
  font-size: 2.2rem;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  text-decoration: none;
  /*text-align: center;*/
  /*letter-spacing: 0;*/
}
a.btn-sns:hover {
  color: #fff;
  transform: scale(0.9);
  transition: all 0.5s 0s ease;
}
a.btn-sns_twitter {
  background: #1da1f2;
}
a.btn-sns_instagram {
  background: #d6249f;
  background: -webkit-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
a.btn-sns i {
  margin: 0;
  padding: 0;
}
/*===■footer_copyright================================*/
.footer_copyright {
    font-size: 2.8vw;
    text-align: center;
    padding-top: 1.5em;
}
.footer_copyright a {
    color: #333333;
    text-decoration: none;
}

/*===■page-top====================================*/
#page-top {
  /*display: block;*/
}
#page-top a{
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  background: #846943;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #FFFFFF;
  text-align: center;
  /*text-transform: uppercase;*/
  text-decoration: none;
  transition:all 0.3s;
}
#page-top a:hover{
  background: #8F7754;
}
#page-top i{
  font-size:2rem;
  margin-left: 0;
}
#page-top {
  position: fixed;
  right: 14px;
  bottom:20px;
  z-index: 2;
  opacity: 0;
  transform: translateX(100px);
}
#page-top.LeftMove{
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}
#page-top.RightMove{
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
    opacity: 1;
  transform: translateX(0);
  }
  to {
    opacity: 1;
  transform: translateX(100px);
  }
}




/* ####################################################################### */
/* #### Extra small devices (phones, less than 768px) #################### */
/* ####################################################################### */
/* No media query */
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {

/*===□footer=========================================*/
footer {
    padding: 1.5em 0.5em 1em 0.5em;
}
/*===□table infobox01 ※上下に隙間が空いた区切り線==========*/
.footer_flex .itemsR table.infobox01 {
  width: 96%;
  line-height:1.5;
  font-size: 2.3vw;
}
.footer_flex .itemsR table.infobox01 td:first-child {
    width: 18%;
    padding: 0.4em 0 0.4em 0.5em;
}
table.infobox01 td:last-child {
    width: 82%;
    padding: 0.4em 0 0.4em 0.5em;
}
.footer_flex .itemsR table.infobox01 .border {/*span罫線*/
    border-left: 1px solid #EAD78C;
    padding-left: 1em;
    display: block;
}
span.kerning01 {
    letter-spacing: 4.6vw;
}
span.kerning02 {
    letter-spacing: 1.15vw;
}

/*===□footer_copyright================================*/
.footer_copyright {
    font-size: 2.3vw;
    padding-top: 1em;
}








}







/* ####################################################################### */
/* #### Medium devices (desktops, 992px and up)  ######################### */
/* ####################################################################### */

@media (min-width: 1025px) {/*992-1024-1025*/


/*===footer=========================================*/
footer {
    padding: 1em calc((100% - 1280px)*0.5);
}
.footer_flex {
    width: 100%;
    padding: 0 1em;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;/*横並び時の上下中央*/
}
.footer_flex .itemsL {
    width: 30%;
    margin-right: 2em;
    /*text-align: center;*/
}
.footer_flex .itemsL img {
    width: 75%;
    height: auto;
    margin: 0.5em auto 0 auto;
}
.footer_flex .itemsR {
    flex:1;
    display: flex;
    flex-direction: column;
}
/*---table infobox01 ※上下に隙間が空いた区切り線---------*/
.footer_flex .itemsR table.infobox01 {
  width: 100%;
  border-collapse: collapse;
  line-height:1.7;
  font-size: 1.8rem;
}
.footer_flex .itemsR table.infobox01 td:first-child {/*見出*/
    width: 15%;
    text-align: left;
    padding: 7px 0 7px 15px;
    vertical-align: middle;
}
table.infobox01 td:last-child {/*内容*/
    width: 85%;
    padding: 7px;
}
.footer_flex .itemsR table.infobox01 .border {/*span罫線*/
    padding-left: 20px;
}
span.kerning01 {
    letter-spacing: 3.6rem;
}
span.kerning02 {
    letter-spacing: 0.9rem;
}
/*---table infobox02---------------------------------------*/
.footer_flex .itemsR table.infobox02 {
  width: 100%;
  border-collapse: separate; /*セルのボーダーに間隔※指定するとtrにborder指定不可 */ 
  border-spacing : 10px ; /* 枠線同士の間隔 */
}
.footer_flex .itemsR table.infobox02 td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  /*text-align: center;*/
  vertical-align: middle;
}
.footer_flex .itemsR table.infobox02 td:first-child {/*見出*/
    background-color: #F0F0F0;
    text-align: center;
    padding: 10px;
}
table.infobox02 td:last-child {/*内容*/
    padding: 10px;
}
/*===footer_sns====================================*/
a.btn-sns {
  font-size: 2.8rem;
  width: 42px;
  height: 42px;
  border-radius: 11px;
}
/*===footer_copyright================================*/
.footer_copyright {
    font-size: 1.8rem;
    text-align: left;
    padding-top: 1.5em;
    padding-left: 0.7em;
}
/*===page-top====================================*/
#page-top a{
  width: 60px;
  height: 60px;
}
#page-top i{
  font-size:2rem;
}
#page-top {
  position: fixed;
  right: 20px;
  bottom:10px;
}



}


