@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}
html{
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
    font-size: 100%;
}
body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
	font-size: 1rem;
	letter-spacing: 0.03em;
	line-height: 1.8em;
    background: #fffff4;
	color: 	#472b0e;
}
img{
	width: auto;
	max-width: 100%;
}
a{
	color: 	#472b0e;
	text-decoration:none;
}
a :hover{
    color: #ff3900;
}
h2{
    font-size:1.5rem;
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 2px solid #472b0e;    
}
.img-center{
    text-align: center;
}
/* header */
header{
	display: block;
}
.header{
	position: fixed;
    top: 0;
	width: 100%;
	background: #fff;
	color: #414141;
	z-index: 1000;
	height: 85px;
}
.hidden {
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}
.header-wrap{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
	padding-top: 7px;
	text-align: right;
}
.header-wrap h1 {
    position: absolute;
    top: 20px;
	width: 250px;
}
.header-wrap nav ul{
	margin-top: 25px;
}
.header-wrap nav ul li {
    display: inline-block;
    
}
.header-wrap nav a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
}
.header-wrap nav a:hover{
    color: #ff3900;
}
.header-wrap nav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ff3900;
	transition: .3s;
}
.header-wrap nav a:hover::after {
	width: 100%;
    color: #ff3900;
}
/* top-img */
#topimg{	
	position: relative;
	background: url("../img/top_iages.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
}
#topimg::before{
	content: "";
	background-color: rgba(234, 233, 182, 0.29);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.top_title_wrap{
	position: relative;
	width: 80%;
	margin: 0 auto;
	top: 50%;
}
.top_title_wrap h1{
    font-size:2.5rem;
    text-align: center;
    padding-bottom: 7px;
}
.top_title_wrap .small{
	display: block;
    font-size: 0.75rem;
    text-align: center;
    color: #fff;
}

/* main */
#main1, #main2{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0;
    padding: 0;
}
main h3{
	font-size: 1.25rem;
	color: #ff3900;
    padding: 10px;
}
main .small{
    font-size: 0.75rem;
    text-align: center;
    color: #8d6a47;
}

/* li内画像配置 */
.img_box{
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    padding: 60px 0;
}
.img_box::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url("../img/back01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.img_box .inner {
    z-index: 1;
    position: relative;
    padding: 17% 0;
}

/* ボタン */
.button{
    display: block;
	position: relative;
	width: 120px;
    margin: 0 auto;
	text-align: center;
	text-decoration: none;
	background: #ff3900;
    color: #fff;
	border:1px solid #ff3900;
    border-radius: 5px;
    padding: 5px 7px;
}
.button:hover {
	 background: #fff;
     color: #472b0e;
	 cursor: pointer;
	 text-decoration: none;
}
.placement{
    width: 65%;
    margin: 10% auto 5%;
}
/* icon */
.mikn_r span, .mikn_r .icon_no {
    display: inline-block;
    background: #ff3900;
    border-radius: 5px;
    padding: 3px 10px;
    color: #ffff;
    font-size: 0.75rem;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    text-align: center;
    letter-spacing: 0.05em;
    width: -moz-max-content;
    margin: 2px;
}
/* 子見出し */
.title_child{
    font-size: 1rem;
    font-weight: 700;
    color: #ff3900;
}
.title_child::before{
    margin-left: 0px;
    content: " ";
    display: inline-block;
    width: 25px;
    height: 18px;
    background: url("../img/icon/check.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-left: 0;
    position: relative;
    top: -3px;
    left: 0px;
}

/* padding-bottom調整 */
.under{
    padding-bottom: 10%;
}

/* footer */
footer{
	position: absolute;
	width: 100%;
	background: #ffcc33;
}
footer .footer-wrap{
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 0 5px;
}
footer ul{
	text-align: center;
    font-size: 0.875rem;
}
footer li{
	display: inline-block;
	width: 20%;
}
footer li a{
  padding: 18px 0;
  color: #272626;
  text-align: center;
  text-decoration: none;
}
footer li a:hover{
	color: #fff;
}
footer .copy{
	font-size:0.687rem;
	text-align: center;
}