  @charset "utf-8";
/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Fonts　フォントサイズを相対指定する↓*/


/*---↓リンクに対する共通設定↓---*/
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
/*アンダーtopボタン*/
.pagetop {
	position: fixed;
	bottom: -200px;
	right: 20px;
	z-index:9999;
}
.pagetop a {
	display: block;
	width: 86px;
	height: 110px;
}

img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{	
	overflow-x:hidden;
}
/* clearfix
----------------------------------------------------*/
.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }
/* box-sizing
----------------------------------------------------*/
*, *: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;
}
/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */













footer{
	width: 100%;
	height: 500px;
	position: relative;
    background-image: linear-gradient(0deg, #f5f2e9, #ccbca9);
	/*	background: #f5f2e9;
*/}
 
.nav-menu {
	position: relative;
	top: 30px;
	margin-right: 30px; /* 上:30px 右:50px 下:0 左:0（→右寄せ＋下に移動） */
    justify-content: center; /* 横方向（主軸）で中央揃え */
    align-items: center;    	display: flex; /* 横並びにする */
  	gap: 45px; /* 項目間の余白 */
    font-family: 'Arial', sans-serif;
	}

.nav-menu li a {
  text-decoration: none;      
  color: #333;   
  font-size: 77%;
  letter-spacing: 2px;        
}

.nav-menu li a:hover {
	color: #f5f2e9;
} 

.nav-menu li {
  list-style: none; /* デフォルトの箇条書きマークを消す */
  position: relative;
  padding-left: 1.3em; /* 矢印分のスペースを確保 */
}

.nav-menu li::before {
  content: "▶"; /* 矢印のマーク */
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 0.75em; /* ← 少し小さめに調整 */
  color: #333; /* 矢印の色 */
  line-height: 1.5em;
}




.nav-menu a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f5f2e9; /* 好きなカラーに変更可 */
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.nav-menu a:hover {
  color: #f5f2e9;
  transform: scale(1.05);
}

.nav-menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}




 
h3.footer_logo{
	width: 300px;
	height: 136px;
	margin:0 auto;
	margin-top:100px;
}



.footer__nav__backtop {
    display: block;
    height: 44px;
    left: calc(50% - 37px);
    position: absolute;
    top: 320px;
    width: 75px
}

.footer__nav__backtop:before {
    background-color: #535353;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.footer__nav__backtop:after {
    border-color: #535353;
    border-style: solid;
    border-width: 2px 0 0 2px;
    content: "";
    display: block;
    height: 51px;
    left: calc(50% - 25.5px);
    pointer-events: none;
    position: absolute;
    top: 18px;
    transform: translate(0) rotate(45deg);
    width: 51px
}



.footer_back {
	width: 1920px;
	height: 120px;
	background: url(../img/footer_bk.png) center top no-repeat;
	position: absolute;
	bottom: 0;
}
  
/*-- コピーライト --*/


p.copy{
	font-size: 70%;
	color: #f5f2e9;
	letter-spacing: 2px;
	position: absolute;
	right: 25px;
	top:2px;
}

.under_box{
	width: 100%;
	height:20px; 
	position: relative;
	background: #3b341a;
}


