@charset "utf-8";

html{font-size: 62.5%;
font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
	color: #40000b;
}

body {
	width: 100%;
    font-size: 1.6rem;
    font-size: 16px;
    text-align: center;
}

h2,p {
    text-align:center;
    padding:20px;
}

h3 {
font-size: clamp(1rem, 1vw + 1rem, 2rem);
    text-align:center;
    padding:0 10px;
}


		.shadow {
  box-shadow : 10px 10px 10px 3px rgba(102, 51, 0, 0.59);  /* 画像の影 */
}

.span{display:block;}

/*========= レイアウトのためのCSS ===============*/
/*エリア全体を中央寄せ*/

.wrapper{
  overflow: hidden;
	text-align:center;
	width:100%;
	max-width:900px;
	margin:0 auto;
    line-height: 38px;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
}

a:hover,
a:active{
	text-decoration: none;
}

h1{
	text-align: center;
	font-size:6vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin:30px 0;
}

p{
  font-size: clamp(1.455rem, 1vw + 1rem, 2.909rem);
	line-height: 1.8;
	color: #40000b;
}

.search-button{
    display: flex;
    padding: 2px;
	text-align: center;
}
.search-button>div{
    width: 50%;
    padding: 2px;
}

 .button-v {
	 position: relative;
        background: #FFFFFF;
        border: 1px solid #40000b;
        padding: 10px;
	 color: #40000b;
        font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
font-size: clamp(1rem, 1vw + 1rem, 2rem);
        line-height: 1.1;
	 font-weight:bold;
        text-align: center;
        text-decoration: none;
        display: inline-block;;
        border-radius: 25px;
        width: 95%;
        margin-top: 1px;
        margin-bottom: 1px;
    }

.button-v:hover {
  background-color: #40000b;
	color: #FFFFFF;
}
h4 {
    text-align:left;
    padding:0 15px;
	background-color: #40000b;
color: #FFFFFF;
}

/*==================================================
メニューバーのためのcss
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

ul.menulist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding: 5px;
	background-color: #40000b;
}
ul.menulist li {
	float: left;
	border-right: 1px solid #FFFFFF;

}

ul.menulist li:first-child {
	border-left: 1px solid #FFFFFF;
}
ul.menulist li a {
	display: block;
	color: #FFFFFF;
font-weight:bold;
font-size: clamp(0.75rem, 1vw + 1rem, 1.563rem);
	line-height: 1.5;
	font-family:sans-serif;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}
ul.menulist li a:hover {
	background-color: rgba( 204, 255, 204, 0.55 );
}

@media(max-width:750px){
    ul.menulist{
        /*コレ*/flex-wrap: wrap;
        border-right: 1px solid #999;
    }
    ul.menulist li{
        /*コレ*/width: auto;
        margin: 0;
border-right: none;;
    }
    ul.menulist a{
        border-bottom: none;
    }
    ul.menulist li:first-child {
        border-left: none;
    }
}


/*========= レイアウトのためのCSS ===============*/

.flex{
  display:flex;
  flex-wrap: wrap;
}

.text {
	z-index: 2;
  margin: 0; /* 見出しのマージンを消しておく */
  position: absolute; /* 絶対配置で画像の中央に配置 */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #FFF;
  font-weight: 800;
  font-size: 30px;
font-family:sans-serif;
}

.two-calm{
	display: flex;
	flex-wrap:wrap;
}
.two-calm li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:10px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.two-calm li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

.two-calms{
	display: flex;
	flex-wrap:wrap;
}
.two-calms li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.two-calms li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

    .container {
      width: 100%;
      display: block;
      margin: 0 auto;
      text-align: center;
    }
    .container>img {
      width: 200px;
      margin: 15px;
    }

    .container2 {
      width: 800px;
		max-width: 100%;
      display: block;
      margin: 0 auto;
      text-align: center;
    }
    .container2>img {
      width: 200px;
      margin: 15px;
    }


/* みぎよせ */
.parcent_l {
margin-left: 30%;
}
.pixel_l {
margin-left: 500px;
}

/* ひだりよせ */
.parcent_r {
margin-right: 30%;
}
.pixel_r {
margin-right: 500px;
}

.nega_m {
  margin-top: -40px; /* 上方向にネガティブマージンを取る */
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
div#kakunou{cursor:pointer;font-size:1.2em;font-weight:bold;}
div#setumei{display:none;cursor:pointer;}
div#kakunou2{cursor:pointer;font-size:1.2em;font-weight:bold;}
div#setumei2{display:none;cursor:pointer;}
/*== ボタン共通設定 */
.btn_x{
    /*アニメーションの起点とするためrelativeを指定*/
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    text-align: center;
    background: transparent;
	border-radius: 25px;
	border: solid 0px #333;
    outline: none;
}

/*ボタン内spanの形状*/
.btn_x span {
	position: relative;
	z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
	display: block;
    padding: 10px 30px;
	background:#40000b;
	border-radius: 25px;
	color:#FFF;
}

.btn_x:hover span{
	color:#fff;
}

/* ボタン共通設定 */
.btn03{
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    text-align: center;
    background: transparent;
	border-radius: 25px;
	border: solid 1px #333;
    outline: none;
	width: 30%;
    /*アニメーションの指定*/
    transition: all 0.1s ease;
	-webkit-transition: -webkit-transform 0.1s;
	transform: translateZ(0);
}

/*hoverをした後のボタンの形状*/
.btn03:hover{
	border-color:transparent !important;	
}

/*ボタンの中のテキスト*/
.btn03 span {
	position: relative;
	z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
	display: block;
    padding: 10px 5px;
	background:#fff;
	border-radius: 25px;
	color:#333;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s;
}

/*== 右下に押し込まれる（立体が平面に） */

/*影の設定*/
.pushright:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
	z-index: -1;
    top: 4px;
    left: 4px;
    /*影の形状*/
    width: 100%;
    height: 100%;
	border-radius: 25px;
    background-color: #333;
}

/*hoverの際にX・Y軸に4pxずらす*/
.pushright:hover span {
	background-color: #333;
	color: #fff;
	transform: translate(4px, 4px);
}


/*矢印が右に移動する*/
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
    /*形状*/
    display: inline-block;
	padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#333;
    /*アニメーションの指定*/
    transition: all .3s;
		transform: translateZ(0);
}

.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before{
    left:20%;
}

.btnarrow4:hover::after{
    right:-5%;
}



