*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* --- link --- */

a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
}
a:active {
	color: #cc6633;
}
a:hover {
	color: #50bdc8;
	text-decoration: underline;
	opacity: 0.8;
}
/* ------------------------------
	
	page-top

------------------------------ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 15px;
}
#page-top a {
	width: 80px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

/*ふわっと表示*/
.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}
.fade-in-up {
	transform: translate(0, 50px);
}
.fade-in-down {
	transform: translate(0, -50px);
}
.fade-in-left {
	transform: translate(-50px, 0);
}
.fade-in-right {
	transform: translate(50px, 0);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
/* 光らせるためのstyle */
.shine {
	border: 2px solid transparent;
	position: relative;
	overflow: hidden;
}
/* 光の疑似要素 */
.shine::before {
	content: "";
	animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
	background-color: #fff;
	width: 140%;
	height: 100%;
	transform: skewX(-45deg);
	top: 0;
	left: -160%;
	opacity: 0.5;
	position: absolute;
}
/* 光の動き */
@keyframes shine {
 0% {
 left: -160%;
 opacity: 0;
}
 70% {
 left: -160%;
 opacity: 0.5;
}
 71% {
 left: -160%;
 opacity: 1;
}
 100% {
 left: -20%;
 opacity: 0;
}
}

body {
 background-image: url("../images/25anniversary_bgimg.jpg"); /* 背景画像を指定 */
 background-repeat: repeat-y; /* 繰り返しなし */
 background-size: auto; /* 要素全体を覆う */
 background-position: top center; /* 中央に配置 */
 background-attachment: fixed;
}

/* ------------------------------
	
	logo

------------------------------ */
#logo_img {
	float: right;
}
#logo_img img {
	margin-right: 10px;
	width: 90px;
}
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(-20px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* ------------------------------
	
	content

------------------------------ */
header {
	position: fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 100;
	background: rgb(255,210,67,.5);
}
#haed_inner {
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
	vertical-align: middle;
}
#e-hon-logo {
	margin: 0;
	padding: 0 10px;
	width: 85px;
	float: left;
}
#e-hon-logo img {
	width: 100%;
}
#copyright {
	margin: 100px auto 5px;
	text-align: center;
}
/* ------------------------------
	
	wrap

------------------------------ */
#wrap {
	margin: 0 auto;
	padding-bottom: 1px;
	background: url(../images/25anniversary_bottom.png) no-repeat;
	background-position: center bottom;
}
main {
	width: 1000px;
	margin: 0 auto;
}
.title-pc {
	width: auto;
	margin: 0 auto 0;
	text-align: center;
}
.cam-info_txt01 {
	text-align: center;
	font-size: 2rem;
 	margin: .8rem auto 0;
	background-color: #0d5c43;
	border-radius: 10px 10px 0 0;
	color: #fff;
	padding: 1rem .5rem .5rem;
}
.cam-info_txt01 span{
	font-size: 1.3rem;
	vertical-align: middle;
}
.cam-info_txt01 .br{
	display: none;
}
.cam-info_txt02 {
	text-align: center;
	font-size: 1.7rem;
	color: #0d5c43;
	line-height: 3rem;
	margin: 0px auto 50px;
	padding: 1rem;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	border: 3px solid #0d5c43;
	letter-spacing: -0.01em;
	font-weight: bold;
}
.cam-info_txt02 span{
	font-size: 2.4rem;
	margin: 0 .2rem;
	color: #E8380D;
	font-weight: bold;
}
.kikan {
	width: 900px;
	margin: 30px auto;
	text-align: center;
}
.shop_info{
	text-align: center;
	margin: 20px auto 10px;

}
.shop_info a{
	color: #002F7B;
	text-align: center;
}
#btn {
	margin: 20px auto 10px;
	text-align: center;
	font-size: 30px;
}
#btn a {
	width: 600px;
	cursor: pointer;
	font-weight: bold;
	background: #e8340c;
	color: #FFF;
	border-bottom: 5px solid #c33313;
	border-radius: 5px;
	transition: all 0.3s;
	padding: 1em 3em;
	display: inline-block;
}
#btn a:active {
	margin-top: 3px;
	color: #000;
	background: #e74a27;
	border-bottom: 2px solid #c33313;
}
.winner {
	margin: 20px auto 10px;
	text-align: center;
	font-size: 30px;
	width: 300px;
	font-weight: bold;
	background: #0c923c;
	color: #FFF;
	border-radius: 5px;
	transition: all 0.3s;
	padding: 0.5em;
	display: inline-block;
}
.winner p span {
	font-size:smaller;
}
.ent-tx {
	font-size: 12px;
	color: #333333; 
	text-align: center;
	line-height: 1.2;
}

/* ------------------------------
	
	section

------------------------------ */
section {
	width: 1000px;
	margin: 30px auto;
	padding: 10px 0;
	text-align: center;
	background: rgba( 255, 255, 255, 0.8 );
}
section ul {
	width: 990px;
	margin: 0 auto;

}
section ul li {
	margin: 10px 0;
	text-align: center;
}
section ul li img {
	margin: 10px;
	vertical-align: bottom !important;
}
section li .pre-name {
	font-weight: bold;
	line-height: 1.3;
	color:#ca141d;
	margin-bottom: 5px;
}
section li .pre-tx {
	margin: 0 auto;
	line-height: 1.3;
	font-size: 11px;
	margin-bottom: 5px;
}
h2 {
	width: 800px;
	margin: 20px auto;
	border-bottom: #F99 dotted 5px;
	color: #E60033;
	font-size: 27px;
}
.small {
	margin: 5px 0 10px;
	font-size: 8px;
	color: #555555;
}

section li .catch {
	font-weight: bold;
	line-height: 1.3;
	color:#0d5c43;
	font-size: 1rem;
	margin-bottom: 5px;
}

/*/////// section00 ///////*/
.section00{
	margin-top: 50px;
}
.section00 .item_list3 {
    display: flex;
}
.section00 .item_list3 .item {
    padding: 5px;
}
.section00 li img{
	text-align: center;
	width: 300px;
}
.section00 .pre-name,.section02 .pre-name{
	font-size: 2rem;
}
.section00 .pre-tx,.section02 .pre-tx{
	font-size: 1.25rem;
	margin-top: .5em;
}
.section00 .pre-tx02,.section02 .pre-tx02,.section03 .pre-tx02 {
	font-size: 1.9rem;
	font-weight: bold;
	color:#0d5c43;
}
.section00 li,.section02 li{
	margin: 25px 0;
}
.section00, .section02 {
	border: solid #0d5c43 3px;
}
.section00 h3,.section02 h3{
	margin-top: 20px;
}

/*/////// section01 ///////*/
.section01{
	margin-top: 50px;
}
.section01 li img{
	text-align: center;
	width: 600px;
}
.section01 .pre-name,.section02 .pre-name{
	font-size: 2rem;
}
.section01 .pre-tx,.section02 .pre-tx{
	font-size: 1.25rem;
	margin-top: .5em;
}
.section01 .pre-tx02,.section02 .pre-tx02,.section03 .pre-tx02 {
	font-size: 1.9rem;
	font-weight: bold;
	color:#0d5c43;
}

.section01 li,.section02 li{
	margin: 25px 0;
}
.section01, .section02 {
	border: solid #0d5c43 3px;
}
.section01 h3,.section02 h3{
	margin-top: 20px;
}

/*/////// section02 ///////*/
.section02 .pre-tx br{
	display: none;
}
.section02 ul li img {
	margin: 10px;
	vertical-align: bottom !important;
}
.section02 li:nth-child(-n+2) img{
	text-align: center;
	width: 480px;
}
.section02 li:first-child img{
	text-align: center;
	width: 430px;
	margin: 10px;
}
.section02 li:last-child img{
	text-align: center;
	width: 380px;
	
}
.section02 br{
	display: block;
}

/*/////// section03 ///////*/
.section03 {
	background: none;
	margin: 40px auto;
}

.section03 img#title {
	width: 40%;
}

.section03 img {
	width: 40%;
}

/*/////// section04 ///////*/
div.section04{
	width: 1000px;
	height:750px;
	margin: 30px auto;
	padding: 10px 0;
	text-align: center;
	background-image: url("../images/25anniversary_message.png"); /* 背景画像を指定 */
	background-repeat: no-repeat; /* 繰り返しなし */
	background-size: contain; /* 要素全体を覆う */
	background-position: top center; /* 中央に配置 */
	background-attachment: fixed;
}
div.section04 ul {
	width: 990px;
	margin: 0 auto;
	margin-top:180px;
}
div.section04 ul li {
	margin: 10px 0;
	text-align: center;
}
div.section04 ul li h3 {
	font-size:1rem;
	color:#ff5300;
	margin-bottom:1em;
	line-height:1.5em;
}
div.section04 ul li h3 span {
	font-size:3rem;
}
div.section04 ul li h4 {
	font-size:1.3rem;
	color:#ff5300;
	margin-bottom:1em;
	line-height:1.5em;
}
div.section04 ul li p {
	font-size:0.9rem;
	margin-bottom:1.5em;
	line-height:1.7em;
}

.section01 li img{
	text-align: center;
	width: 600px;
}

/* ------------------------------
	title_txt
------------------------------ */
#wrap .title_txt {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	border: 3px solid #0d5c43;
	border-top: none;
	font-size: 13px;
	line-height: 1.8;
}
#wrap .title_txt dl {
	width: 950px;
	margin: 10px auto;
}
#wrap .title_txt dt {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 0 0;
	color: #0d5c43;
}
#wrap .title_txt dt span {
	background: linear-gradient(transparent 50%, #21ff00 50%);
}
#wrap .title_txt dd {
	text-align: center;
	font-size: 16px;
}

#wrap .title_txt_h2 {
	text-align: center;
	padding: 6px 0 2px;
	background: #0d5c43;
	border: 3px solid #0d5c43;
	color: #FFF;
	font-size: 23px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}

/* ------------------------------
	guidelines
------------------------------ */
#wrap .guidelines {
	width: 1000px;
	margin: 50px auto 70px;
	background: #FFF;
	border: 3px solid #0d5c43;
	border-top: none;
	font-size: 13px;
	line-height: 1.8;
	padding-bottom: 10px;
}
#wrap .guidelines dl {
	width: 950px;
	margin: 10px auto;
	height: 550px;
	overflow-x: hidden;
	overflow-y: scroll;
}
 #wrap .guidelines dl::-webkit-scrollbar {
 width: 7px;
}
 #wrap .guidelines dl::-webkit-scrollbar-thumb {
 background: linear-gradient(0deg, #b39028, #0d5c43);
 border-radius: 3px;
}
 #wrap .guidelines dl::-webkit-scrollbar-track {
 background: rgba(100,100,100, .5);
}
#wrap .guidelines dt {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0;
	color: #0d5c43;
}

#wrap .guidelines ul {
	padding: 5px 0;
}
#wrap .guidelines p {
	margin: 5px 0;
}
#wrap .guidelines_h2 {
	text-align: center;
	padding: 6px 0 2px;
	background: #0d5c43;
	border: 3px solid #0d5c43;
	color: #FFF;
	font-size: 23px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
#wrap .guidelines_h3 {
	padding: 6px 0;
	background: #FFF;
	border: 3px solid #e3d28e;
	color: #2c76ab;
	font-size: 16px;
	border-right: none;
	border-left: none;
}
#wrap .guidelines_tx {
	width: 900px;
	margin: 10px auto 0;
	color: #333;
}
#wrap .kikan_end {
	text-align: center;
	line-height: 1.6;
	border: solid #E60033 2px;
	border-radius: 5px;
	font-size: 14px;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
	background: #FFF;
}
.br_sp {
	display: none;
	}

@media screen and (max-width:1024px) {
#wrap {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#wrap img{
	overflow: hidden;
}
#copyright {
    margin: 100px auto 5px;
}
main {
	width: 100%;
	margin: 0 auto;
}
#key-visal{
	width: 100%;
	margin: 0 auto 0;}
	
.title-pc {
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
}
.title-pc img{
	width: 90%;
	margin: 0 auto 0;
}
.cam-info_txt01 {
    text-align: center;
    font-size: 1.9em;
    margin: 1.2rem auto 0;
    background-color: #0d5c43;
    border-radius: 10px 10px 0 0;
    color: #fff;
    width: 100%;
    padding: 0.5rem;
}
.cam-info_txt02 {
    text-align: center;
    font-size: 1.5rem;
    color: #0d5c43;
    line-height: 2.5rem;
    margin: 0 auto 30px;
    letter-spacing: -.01em;
}

.kikan {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
#btn {
	width: 80%;
	margin: 20px auto 10px;
	text-align: center;
	font-size: 30px;
}
#btn img{
	width: 100%;
	margin: 0 auto;
}
.ent-tx {
	margin: 0 auto;
	letter-spacing: .05em;
}

/* ------------------------------
	
	section

------------------------------ */
section {
	width: 95%;
	margin: 30px auto;
	padding: 10px 0;
	text-align: center;
}
section ul {
	width: 100%;
	margin: 0 auto;
}
section ul li {
	margin: 10px 0;
	text-align: center;
}
section ul li img {
	width: 80%;
	margin: 10px;
	vertical-align: bottom !important;
}

/*/////// section00 ///////*/
.section00{
	margin-top: 50px;
}
.section00 .item_list3 {
    display: block;
}
.section00, .section01 {
    margin-top: 40px;
}
.section00 .pre-name, .section01 .pre-name, .section02 .pre-name {
    font-size: 1.8rem;
}

.section02 ul li img {
	width: 80%;
	margin: 10px;
	vertical-align: bottom !important;
}

.section03 {
    width: 80%;
}

.section03 img#title {
	width: 70%;
}

.section03 img {
	width: 30%;
}

section li .pre-name {
	font-weight: bold;
	line-height: 1.3;
	color:#ca141d;
	font-size: 14px;
	margin-bottom: 5px;
}
.pre-tx {
	width: 90%;
	margin: 0 auto;
	line-height: 1.3;
	font-size: 11px;
	margin-bottom: 5px;
}

h2 {
	width: 100%;
	margin: 20px auto;
	font-size: 25px;
}
h2 img{
	width: 100%;
	margin: 20px auto;
}
h3 img{
	width: 80%;
	margin: 0 auto;
}

section li .catch {
	font-weight: bold;
	line-height: 1.3;
	color:#0d5c43;
	font-size: 1rem;
	margin-bottom: 5px;
}

/*/////// section04 ///////*/
div.section04{
	height:650px;
}
div.section04 ul {
	padding-top:120px;
}
div.section04 ul li p {
	font-size:0.8rem;
	margin-bottom:1.5em;
	line-height:1.7em;
}

div.section04 {
	width: 95%;
	margin: 30px auto;
	padding: 10px 0;
	text-align: center;
}
div.section04 ul {
	width: 100%;
	margin: 0 auto;

}
div.section04 ul li {
	margin: 10px 0;
	text-align: center;
}
div.section04 ul li img {
	width: 80%;
	margin: 10px;
	vertical-align: bottom !important;
}

/* ------------------------------
	title_txt
------------------------------ */
#wrap .title_txt {
	margin: 40px auto 0px;
	font-size: 13px;
	line-height: 1.8;
	width: 95%;
	padding-bottom: 20px;
}
#wrap .title_txt dl {
	width: 95%;
	margin: 10px auto;
	height: auto !important;
}

#wrap .title_txt dt {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0;
}
#wrap .title_txt_h2 {
	padding: 6px 0 2px;
	font-size: 23px;
}

/* ------------------------------
	guidelines
------------------------------ */
#wrap .guidelines {
	margin: 40px auto 0px;
	font-size: 13px;
	line-height: 1.8;
	width: 95%;
	padding-bottom: 20px;
}
#wrap .guidelines dl {
	width: 95%;
	margin: 10px auto;
	height: auto !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

#wrap .guidelines dt {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0;
}

#wrap .guidelines ul {
	padding: 5px 0;
}
#wrap .guidelines p {
	margin: 5px 0;
}
#wrap .guidelines_h2 {
	padding: 6px 0 2px;
	font-size: 23px;
}
#wrap .guidelines_h3 {
	padding: 6px 0;
	font-size: 16px;
}
#wrap .guidelines_tx {
	width: 95%;
	margin: 10px auto 0;
}
.shop_cp{
	width: 95%;
}
.br_sp {
	display: none;
	}
}
@media screen and (max-width:850px) {
#copyright {
	margin: 100px auto 5px;
}	
.title-pc img {
    width: 95%;
}
.shop_info img{
	max-width: 360px;
}
.cam-info{
	margin: 0 auto;
	text-align: center;
}
.cam-info_txt01 .br{
	display: block;
}
.cam-info_txt01 .sp{
	display: none;
}

.cam-info_txt01 {
	text-align: center;
	font-size: 2rem;
 	margin: .8rem auto 0;
	background-color: #0d5c43;
	border-radius: 10px 10px 0 0;
	color: #fff;
    width: 100%;
	padding: 1rem .5rem .5rem;
}

.cam-info_txt02 {
	text-align: center;
	font-size: 1.7rem;
	color: #0d5c43;
	line-height: 3rem;
	margin: 0px auto 50px;
	padding: 1rem;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	border: 3px solid #0d5c43;
	letter-spacing: -0.01em;
	font-weight: bold;
}

.cam-info_txt02 span {
    font-size: 1.7rem;

}
#btn {
    width: 90%;
}
#btn a {
    width: 400px;
}
.ent-tx {
    width: 90%;
    margin: 0 auto;
    letter-spacing: .1em;
    text-align: left;
}
section li .catch {
	font-weight: bold;
	line-height: 1.3;
	color:#0d5c43;
	font-size: 0.9rem;
	margin-bottom: 5px;
}

/*/////// section00 ///////*/
.section00{
	margin-top: 50px;
}
.section00 .item_list3 {
    display: block;          /* 横並びにする */
}

.section03 img {
	width: 90%;
	margin: 10px;
}
.br_sp {
	display: none;
	}

}
@media screen and (max-width:700px) {
.title-pc {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	margin-top:30px;
}
.shop_info {
    text-align: center;
    margin: 20px auto 10px;
}
.cam-info_txt01 {
	line-height: 1.5rem;
}
.cam-info_txt01 span {
    font-size: 1rem;
}

.cam-info_txt02 {
	text-align: center;
	font-size: 1.7rem;
	color: #0d5c43;
	line-height: 3rem;
	margin: 0px auto 50px;
	padding: 1rem;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	border: 3px solid #0d5c43;
	letter-spacing: -0.01em;
	font-weight: bold;
}

.cam-info_txt02 span {
    font-size: 1.6rem;
}
.cam-info_txt02 br{
	display: none;
}
.cam-info_txt01 {
    text-align: center;
    font-size: 1.3em;
    margin: 1.2rem auto 0;
    background-color: #0d5c43;
    border-radius: 10px 10px 0 0;
    color: #fff;
    width: 100%;
    padding: 0.3rem;
}
.ent-tx {
    width: 90%;
}

/*/////// section00 ///////*/
.section00{
	margin-top: 50px;
}
.section00 .item_list3 {
    display: block;          /* 横並びにする */
}
.section00, .section01 {
    margin-top: 25px;
}
.section00 h3, .section01 h3, .section02 h3 {
    margin-top: 5px;
}
.section02 .pre-tx br{
	display: block;
}
h3 img {
    width: 95%;
    margin: 5px auto 0;
}
.section00 li:first-child img, .section01 li:first-child img, .section02 li:first-child img {
    width: 60%;
}
.section00 li img, .section01 li img, .section02 li:nth-child(-n+2) img {
    width: 60%;
}.section02 li:last-child img {
    width: 50%;
}
.section00 .pre-name, .section01 .pre-name, .section02 .pre-name {
    font-size: 1.45rem;
}
.section00 .pre-tx, .section01 .pre-tx, .section02 .pre-tx {
    font-size: 1rem;
}
.section00 .pre-tx02, .section01 .pre-tx02, .section02 .pre-tx02 {
    font-size: 1.45rem;
    font-weight: bold;
    color: #0d5c43;
}
.section03 {
    margin: 0 auto;
}
.section03 img {
	width: 90%;
	margin: 10px;
}
.section03 img#title {
	width: 80%;
}

/*/////// section04 ///////*/
div.section04{
	height:500px;
}
div.section04 ul {
	padding-top:100px;
}
div.section04 ul li {
	margin: 10px 0;
	text-align: center;
}
div.section04 ul li h3 {
	font-size:0.8rem;
	color:#ff5300;
	margin-bottom:1em;
	line-height:1.5em;
}
div.section04 ul li h3 span {
	font-size:2.5rem;
}
div.section04 ul li h4 {
	font-size:1rem;
	color:#ff5300;
	margin-bottom:1em;
	line-height:1.5em;
}
div.section04 ul li p {
	font-size:0.6rem;
	margin-bottom:1.5em;
	line-height:1.7em;
}
div.section04 {
	width: 95%;
	margin: 20px auto;
	padding: 10px 0;
	text-align: center;
}
div.section04 ul {
	width: 100%;
	margin: 0 auto;
}
div.section04 ul li {
	margin: 10px 0;
	text-align: center;
}
div.section04 ul li img {
	width: 100%;
	margin: 10px;
	vertical-align: bottom !important;
}

#btn {
    margin: 30px auto 10px;
}
#wrap .guidelines {
    width: 100%;
    margin: 40px auto 0px;
}
section li .catch {
	font-weight: bold;
	line-height: 1.3;
	color:#0d5c43;
	font-size: 0.8rem;
	margin-bottom: 5px;
}
.br_sp {
	display: none;
	}

}
 @media screen and (max-width:480px) {
body {
 background-image: url("../images/25anniversary_bgimg_sp.jpg");
}
#wrap {
	overflow: hidden;
}
main {
	width: 100%;
	margin: 0 auto;
}
#key-visal{
	width: 100%;
	margin: 0 auto;
}

#wrap .kikan_end {
	text-align: center;
	line-height: 1.6;
	border: solid #E60033 2px;
	border-radius: 5px;
	font-size: 14px;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
	background: #FFF;
}
.shop_info {
    text-align: center;
    margin: 20px auto
}
.shop_info img {
    width: 90%;
}
.cam-info_txt01 {
    font-size: 1rem;
}
.cam-info_txt01 span {
    font-size: 1rem;
}
.cam-info_txt01 {
    text-align: center;
    font-size: 1.3em;
    margin: 1.2rem auto 0;
    background-color: #0d5c43;
    border-radius: 10px 10px 0 0;
    color: #fff;
    width: 95%;
    padding: 0.3rem;
}
.cam-info_txt02 {
    text-align: center;
    width: 95%;
    font-size: 1.05rem;
    line-height: 1.5rem;
	margin: 0px auto;
	letter-spacing: .09em;
}
.cam-info_txt02 span {
    font-size: 1.1rem;
}
.kikan {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
#btn {
	width: 90%;
	margin: 20px auto 10px;
	text-align: center;
	font-size: 20px;
}
#btn img{
	width: 100%;
	margin: 0 auto;
}
#btn a {
	width: 100%;
}
.ent-tx {
    width: 86%;
    margin: 0 auto;
    font-size: .85rem;
}
#page-top a {
    width: 55px;
}

/* ------------------------------
	
	section

------------------------------ */
section {
	width: 95%;
	margin: 20px auto;
	padding: 10px 0;
	text-align: center;
}
section ul {
	width: 100%;
	margin: 0 auto;

}
section ul li {
	margin: 10px 0;
	text-align: center;
}
section ul li img {
	width: 100%;
	margin: 10px;
	vertical-align: bottom !important;
}

/*/////// section00 ///////*/
.section00{
	margin-top: 50px;
}
.section00 .item_list3 {
    display: block;          /* 横並びにする */
}
.section02 ul li img {
	width: 80%;
	margin: 10px;
	vertical-align: bottom !important;
}
.section03 img {
	width: 95%;
	margin: 10px;
}
.section03 img#title {
	width: 90%;
}
.section00 li img, .section01 li img, .section02 li:nth-child(-n+2) img {
    width: 85%;
}

.section00 .pre-name, .section01 .pre-name, .section02 .pre-name {
    font-size: 1.1rem;
	width: 95%;
	margin: 0 auto;
	letter-spacing: .02em;
}
.section00 li:first-child img, .section01 li:first-child img,.section02 li:first-child img {
    width: 75%;
}
.section00 .pre-tx02, .section01 .pre-tx02, .section02 .pre-tx02 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #0d5c43;
	letter-spacing: .02em;
}
.section00 .pre-tx, .section01 .pre-tx, .section02 .pre-tx {
	width: 95%;
    margin: 0 auto 3px;
	letter-spacing: .05em;
	font-size: .9rem;
	margin: 0 auto;
	line-height: 1.3;
	margin-top: 5px;
}
.section00 .pre-name span {
    font-size: 10px;
}
.section02 br{
	display: block;
}
.section03 img {
	margin: 0;
	padding: 0;
}
h2 {
	width: 100%;
	margin: 20px auto;
	font-size: 25px;
}
h2 img{
	width: 100%;
	margin: 20px auto;
}
h3 img{
	width: 95%;
	margin: 5px auto 0;
}

section li .catch {
	font-weight: bold;
	line-height: 1.3;
	color:#0d5c43;
	font-size: 0.7rem;
	margin-bottom: 5px; !important;
}

/*/////// section04 ///////*/
div.section04{
	height:500px;
	background-image: url("../images/25anniversary_message_sp.png"); /* 背景画像を指定 */
}
div.section04 ul {
	padding-top:100px;
}
div.section04 ul li {
	margin: 10px 0;
	text-align: center;
}
div.section04 ul li h3 {
	font-size:0.7rem;
	color:#ff5300;
	margin-bottom:1em;
	line-height:1.5em;
}
div.section04 ul li h3 span {
	font-size:2rem;
}
div.section04 ul li h4 {
	font-size:0.8rem;
	color:#ff5300;
	margin-bottom:1em;
	line-height:1.5em;
}
div.section04 ul li p {
	font-size:0.6rem;
	margin-bottom:1.5em;
	line-height:1.7em;
}
div.section04 {
	width: 95%;
	margin: 20px auto;
	padding: 10px 0;
	text-align: center;
}
div.section04 ul {
	width: 100%;
	margin: 0 auto;

}
div.section04 ul li {
	margin: 10px 0;
	text-align: center;
}
div.section04 ul li img {
	width: 100%;
	margin: 10px;
	vertical-align: bottom !important;
}
.winner {
	margin: 20px auto 10px;
	text-align: center;
	font-size: 24px;
	width: 150px;
	font-weight: bold;
	background: #0c923c;
	color: #FFF;
	border-radius: 5px;
	transition: all 0.3s;
	padding: 0.3em;
	display: inline-block;
}
.winner p span {
	font-size:small;
}

/* ------------------------------
	title_txt
------------------------------ */
#wrap .title_txt {
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.8;
}
#wrap .title_txt dl {
	width: 95%;
	margin: 10px auto;
	height: auto;
}
#wrap .title_txt dt {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0 0;
}
#wrap .title_txt_h2 {
	padding: 6px 0 2px;
	font-size: 18px;
}

/* ------------------------------
	guidelines
------------------------------ */
#wrap .guidelines {
	width: 100%;
	margin: 30px auto 0px;
	font-size: 13px;
	line-height: 1.8;
}
#wrap .guidelines dl {
	width: 95%;
	margin: 10px auto;
	height: auto;
overflow-x: hidden;
	overflow-y: hidden;
}
#wrap .guidelines dt {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0;
}

#wrap .guidelines ul {
	padding: 5px 0;
}
#wrap .guidelines p {
	margin: 5px 0;
}
#wrap .guidelines_h2 {
	padding: 6px 0 2px;
	font-size: 23px;
}
#wrap .guidelines_h3 {
	padding: 6px 0;
	font-size: 16px;
}
#wrap .guidelines_tx {
	width: 95%;
	margin: 10px auto 0;
}
.br_sp {
	display: block;
	}
}

/* ------------------------------
	2024/10追加
------------------------------ */
#kome {
	font-size: 0.5em;
	vertical-align: top;
	color:#0d5c43;
}
#stripe{
	background: repeating-linear-gradient(135deg, #fef5d8, #fef5d8 20px, #fff 20px, #fff 40px);
}
