@charset "utf-8";

/*
========================================
    基本設定
=========================================
 */

html{
	font-size: 100%;
}

body {
    font-family: 'Rounded Mplus 1c', sans-serif;
	color: black;
}

img{
	max-width: 100%;
	height: auto;
}

h1{
	font-size: 52px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 600;
	text-align:center; 
	line-height: 0;
}

h2{
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-size: 40px;	
	font-weight: 700;
	text-align: center;
	padding-top: 40px;
	letter-spacing: 2px;
}

h3{
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-size: 30px;	
	font-weight: 400;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}

p{
	font-size: 16px;	
	font-family: 'Rounded Mplus 1c', sans-serif;
	line-height: 2.2;
	font-weight: 400;
	margin-bottom: 16px;
}

a {
    color: #434343;
    text-decoration: none;
}

a:hover {
    color: #f6ac4d;
}

.container{
	padding: 0 60px;
}



/*
========================================
    header / hero
=========================================
*/

#secondary-header{
}

#secondary-header ul{
    display: flex;
    justify-content: flex-end;
}

.header-nav {
    background-color: #fff; /* ナビゲーションバーの背景色 */
    color: black;
    display: flex; /* フレックスコンテナとして設定 */
    justify-content: flex-end; /* 右端に寄せる */
    padding: 8px 0; /* パディングで少しスペースを作る */
}

.header-nav li{
	margin: 10px 10px;
}


@media (max-width: 768px) {

}

/* スマートフォン表示の際のスタイル */
@media (max-width: 768px) {


}

/*
 ========================================
    title_photogallery
=========================================
*/

#title_photogallery{
	background-color: #F6E871;
	padding-bottom: 2%;
}

#title_photogallery h3{
	letter-spacing: 0.1em;
}

#title_photogallery img{
	width: 25%;
}

@media (max-width: 750px) {
	#title_photogallery h3{
	letter-spacing: 0em;
}
	#title_photogallery img{
    	display: block;
		width: 60%;
		margin: 0 auto;
		padding-bottom: 3%;
	}
}

/*
 ========================================
    sec_photogallery
=========================================
*/

#sec_photogallery{
	background-image: url("../images/bg_photogallery.jpg");
    background-repeat: repeat;
	padding-top: 5%;
}

#sec_photogallery p{
	text-align: center;
	line-height: 1.6em;
}

.button_totop{
	padding-top: 30px;
	padding-bottom: 50px;
}

.button_totop>a{
	font-size: 14px;
	width:40%;
	margin: 0 auto;
}

/* ========================================
    新着
========================================= */
.ico-new {
	animation: 2s ease 0s normal none infinite running horizontal;
  background: rgba(0, 0, 0, 0) url("../../images/ico_new.gif") no-repeat scroll 0 0;
  display: inline-block;
  height: 9px;
  margin: 0 0.5em;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  width: 21px;
}



/*
 ========================================
    basicinfo
=========================================
*/
#sec_basicinfo{
	color: white;
	background-color: #3d3914;
	padding-top: 30px;
	padding-bottom: 20px;
}

#sec_basicinfo p{
	line-height: 1.4;
	margin-bottom: 10px;
}

#sec_basicinfo .heading-lead{
	margin-bottom: 20px;
}

@media (max-width: 750px) {
	#sec_basicinfo p{
		margin-bottom: 6px;
	}
}

/* ========================================
    footer
========================================= */


.box_link a{
	margin-left: 40px
}

@media (max-width: 750px) {
	.box_link{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.box_link a{
		margin-left: 15px;
	}
}

footer {
	color: white;
	text-align: center;
	background-color: #25230c;
}

footer p{
	line-height: 1.4;
	margin-bottom: 4px;
}
