@charset "utf-8";
/*----------------------------------------------------
　サイト共通設定 2022.11.01更新
----------------------------------------------------*/
html {
  height: 100%;
  text-align: center;
}
html {
  scroll-behavior: smooth;
}
/* body 
----------------------------------------------*/
body {
    text-align: left;
  *font-size: small;
  *font: x-small;
    color: #645863;
    min-height: 100%;
  font-family: "Zen Old Mincho", serif;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
}
/* 共通
----------------------------------------------*/
/* ボックスサイズにボーダーとパディングを含まない */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* テキスト
----------------------------------------------*/

h2 {
    height: 100%;
    font-size: 76px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.15em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Jost', sans-serif;
    opacity: 0.6;
        
}
h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
        font-family: "Shippori Mincho", serif;
}
h4 {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    margin-bottom: 0.3em;
        font-family: "Shippori Mincho", serif;
}
h5 {
    font-size: 18px;
    color: #FFFFFF;
    background-color: #C69073;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
h6 {
    color: #FFFFFF;
    font-size: 27px;
    line-height: 1.6em;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}

.font_s {
  font-size: 85%;
    color: #645863;
}
.font_b {
	font-weight: 700;
}
.font_red {
  color: #FF0004;
}
a {
  text-decoration: none;
}
a:hover {
}
.txt_indent{
    text-indent: -1em;
    margin-left: 1em;
}


/*==矢印の設定*/

.link_bot a{
    background-color: #707a8f;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px;
    padding-top: 3px;
    padding-bottom: 5px;
    transition: 0.3s;
}
.link_bot a:hover{
    opacity: 0.7;
    z-index: auto;
}
hr {
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 120px;
  border-top-width: 0;
  width: 100%;
}

/* 配置
----------------------------------------------*/
main {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.contents {
  max-width: 900px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.contents_left {
  float: left;
}
.contents_right {
  float: right
}
.text_center {
  text-align: center;
}
.no-pc {
  display: none;
}
/* レイアウト
----------------------------------------------*/
.col_2, .col_2_27, .col_2_72, .col_2_37, .col_2_73, .col_2_46, .col_2_64,  .col_3, .col_4, .col_6 {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
    line-height: 2em;
}
.col_2 > div {
  width: 47%;
}

/*----------------------------------------------------
テーブル
----------------------------------------------------*/
table{;
    width: 100%;
    font-size: 15px;
    color: #969696;
    border-collapse: collapse;     /* セルの線を重ねる */
    margin-bottom: 20px;
    border: 1px solid #969696;
    background-color: #FFFFFF;
}

table th{
    font-weight: 600;
    font-size: 110%;
}
table tr th,table tr td{
    padding-left: 20px;
    border-color: #969696;
    border-style: none none solid;
    border-bottom-width: 1px;
    text-align: center;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

table tr p{
	margin-bottom: 10px;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.6em;
}

/*----------------------------------------------------
　ヘッダー
----------------------------------------------------*/
header {
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #D0A48A;
    padding-left: 20px;
    padding-right: 20px;
}
#header_top{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1100px) {
#header_top{
    justify-content: space-between;
}
}
#logo {
    float: left;
    width: 450px;
}
#logo a:hover {
	opacity: 1;
}

.head_bot{
    position: absolute;
    right: 15px;
    display: flex;
    margin-right: 0px;
}

.head_bot a{
    color: #FFFFFF;
    font-size: 86%;
    background-color: #B2756A;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 8px;
	transition: 0.3s;
}

.head_bot a:hover{
    background-color: #8E635C;
}



/*----------------------------------------------------
　ナビゲーション
----------------------------------------------------*/

/*==ナビゲーション全体の設定*/
nav {
    color: #fff;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  } 
nav ul {
    display: flex;
    justify-content: center;
  }
nav ul li:nth-child(2) {
  }

nav ul li a {
    color: #FFFFFF;
    margin-right: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 105%;
  }
nav ul li a,
nav ul li .nav_label{
    position: relative;
    display: inline-block;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 10px;
    line-height: 1.2;
}
nav ul li .nav_label{
    color: #FFFFFF;
    margin-right: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 105%;
    cursor: default;
}


nav ul li  a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -2px;
    left: 0%;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
nav ul li .current a::after,
nav ul li  a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
.fa-arrow-up-right-from-square {
  font-weight: 100; /* 100〜900：数字を大きくすると太く */
  font-size: 1em;
}

/*==PCドロップダウン（階層メニュー）*/
@media screen and (min-width: 769px) {
  nav > ul {
    align-items: center;
  }
  nav > ul > li {
    display: flex;
    align-items: center;
    height: 2.2em;
  }
  nav > ul > li.has-sub {
    position: relative;
  }
  /* 2階層ありの下向き三角 */
  nav > ul > li.has-sub > .nav_label::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.95);
    transform: translateX(-50%);
    pointer-events: none;
  }
  nav .sub-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    z-index: 200;
    display: block;
    min-width: 220px;
    padding: 10px 0;
    margin: 0;
    background-color: #F2E9E3;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
  /* ホバー切れ防止の不可視ブリッジ */
  nav > ul > li.has-sub::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 10px;
  }
  nav > ul > li.has-sub:hover > .sub-menu,
  nav > ul > li.has-sub:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
  nav .sub-menu li {
    display: block;
    height: auto;
    text-align: left;
  }
  nav .sub-menu li a {
    display: block;
    color: #8E635C;
    font-size: 90%;
    margin: 0;
    padding: 10px 22px;
    letter-spacing: 0.04em;
    white-space: nowrap;
    line-height: 1.4;
  }
  nav .sub-menu li a::after {
    display: none;
  }
  nav .sub-menu li a:hover {
    background-color: #F7F0EC;
    color: #6D4A45;
  }
}
/*----------------------------------------------------
　LPバナー
----------------------------------------------------*/
#lp_banner{
    position: fixed;
    bottom: 0px;
    right: 415px;
    transition: all 0.3s;
	height: 70px;
}
#trial:hover{
	opacity: 0.5;
}

/*----------------------------------------------------
　トライアルボタン
----------------------------------------------------*/
#trial{
    background-color: #6D6D6D;
    position: fixed;
    bottom: 0px;
    right: 100px;
    display: none;
    color: #FFFFFF;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    transition: all 0.3s;
    height: 70px;
}
#trial:hover{
    background-color: #989898;
}
#trial a{
    color: #FFFFFF;
}
#trial p{
    border-bottom: 1px solid #D1D1D1;
    font-weight: 500;
    padding-bottom: 0.2em;
}
#trial span{
    font-size: 85%;
}
/*----------------------------------------------------
　ページトップ
----------------------------------------------------*/
/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6D6D6D;
    width: 140px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 70%;
    transition: all 0.3s;
}
#page-top a:hover {
    background-color: #989898;
}
/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    bottom: 0px;
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*---------------------------------------------
フッター
----------------------------------------------*/
footer {
    padding-top: 35px;
    color: #FFF;
    background-color: #D0A48A;
    padding-bottom: 35px;
    font-weight: 300;
    font-size: 90%;
}
footer .contents{
    display: flex;
    position: relative;
}
footer #footer_logo_mark{
    width: 100px;
    margin-right: 30px;
}
footer #footer_logo_mark img{
    width: 100%;
}
footer #footer_info img{
    width: 400px;
    margin-top: 5px;
    margin-bottom: 10px;
}
footer #footer_info ul{
    display: flex;
    border-left: 1px solid #FFFFFF;
}
footer #footer_info ul li a{
    color: #FFFFFF;
    display: block;
    border-right: 1px solid #FFFFFF;
    padding-left: 0.8em;
    padding-right: 0.8em;
}
#footer_link .footer_basi{
    display: inline-block;
    padding: 8px 10px;
    margin-top: 18px;
    line-height: 0;
    border-radius: 8px;
}
#footer_link .footer_basi img{
    width: 90px;
    height: auto;
    margin: 0;
    display: block;
}

#footer_link{
    position: absolute;
    right: 0em;
    display: flex;
    align-items: baseline;
    gap: 3em;
}

#footer_link ul{
    display: flex;
}

#footer_link ul li{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
/*---------------------------------------------
アニメーション
----------------------------------------------*/
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}

/*---------------------------------------------
中フォーマット
----------------------------------------------*/
#mv{
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

	#sp_trial{
        position: fixed;
        width: 150px;
        right: 5px;
        bottom: 60px;
        z-index: 99;
	}
	
	@media screen and (max-width: 768px) {
	#sp_trial{
        bottom: 85px;
        width: 140px;
        right: -15px;
	}

	}