@charset "utf-8";

/**
 *
 * 固定ページ
 *
 */

/*===============================================
●page.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}
#fix_page {
	position: relative;
	margin: 10px auto;
}
#fix_page h2 {
	margin: 5px auto 20px auto;
}
#fix_page p {
	padding: 3px 0px 12px 0px;
}

.post_content {
	
}
.post_content ul {
	list-style: disc inside;
}
.post_content h3 {
	color: #c00;
	font-size: 16px;
}
.post_content table, .post_content table th, .post_content table td {
	background-color: transparent;
}

/* 子宝祈願 */
.ema_input {

}
#ema_box {

}
.ema_box_title {
	background: #cc0001;
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 29px;
	padding: 0px !important;
}
.modal_close {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px !important;
}
#panel_tab {

}
#panel_tab li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
}
#panel_tab li span {
	display: block;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	color: black;
}
#panel_tab li span:hover {
	cursor: pointer;
	background: #aaa;
}
#panel_tab li.on span {
	background: black;
	color: white;
}
.common_tb_2 {
	width: 100%;
}
.common_tb_2 th {
	background: #fcf1db;
	width: 20%;
	vertical-align: top !important;
	text-align: center;
	padding-top: 5px;
}
.common_tb_2 td {
	background: #fcf1db;
	height: 80%;
	vertical-align: top !important;
}
.common_tb_2 textarea {
	width: 95%;
	border-radius: 5px;
	border: 1px solid #bfbfbd;
}
.common_tb_2 input[type="text"] {
	width: 70%;
	border-radius: 5px;
	padding: 5px !important;
	border: 1px solid #bfbfbd;
}
.btn_white {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	border: 1px solid #cccccc;
	margin: 5px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px !important;
}
.btn_white:hover {
	cursor: pointer;
}
.btn_white a {
	color: black;
	text-decoration: none;
}
.highlight img {
	border: 2px solid #ff0b0a !important;
}
.panel img {
	border: 2px solid #fcf1db;
}
.panel input[type="radio"] {
	display: none;
}

.panel {
	display: none;
}
.panel.on {
	display: block;
}
#panel_1 .panel_inner {
	padding: 20px 0px;
}
#panel_3 .panel_inner {
	padding: 20px 0px;
}
#panel_4 .panel_inner {
	padding: 20px 0px;
}
#panel_1 .panel_inner, #panel_2 .panel_inner, #panel_3 .panel_inner, #panel_4 .panel_inner {
	background: #fcf1db;
}
#panel_4 input[type="submit"] {
	background: rgb(255,229,154);
	background: -moz-linear-gradient(top,  rgba(255,229,154,1) 0%, rgba(255,195,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,229,154,1)), color-stop(100%,rgba(255,195,13,1)));
	background: -webkit-linear-gradient(top,  rgba(255,229,154,1) 0%,rgba(255,195,13,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,229,154,1) 0%,rgba(255,195,13,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,229,154,1) 0%,rgba(255,195,13,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,229,154,1) 0%,rgba(255,195,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe59a', endColorstr='#ffc30d',GradientType=0 );
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	border: 1px solid #febf00;
	margin: 5px auto;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px !important;
	width: 90% !important;	
}
#panel_4 input[type="submit"]:hover {
	cursor: pointer;
}
table.mypage_tb {
	border-collapse: collapse;
}
table.mypage_tb th {
	border: 1px solid #f9db9b;
		
}
table.mypage_tb td {
	border: 1px solid #f9db9b;
	background: #fcf1db;
}
.err {
	color: red;
	font-weight: bold;
}

#kodakara .bx-wrapper .bx-viewport {
	background: none !important;
	-moz-box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 !important;	
	border: 0px !important;
	box-shadow: 0px 0px 0px white !important;
	left: auto !important;
}
#kodakara .bx-viewport {
	height: auto !important;
}
#kodakara .bw-wrapper .bx-viewport {
	box-shadow: 0px 0px 0px white !important;
}
.daiji_wrap {
	padding-top: 0px;
}
.daiji_ul .daiji_item {

}
.daiji_ul li {

}
.daiji_ul label {
	display: inline-block;
	text-align: center !important;
	margin: 0px auto;
	float: left;
	width: 25%;
}
.daiji_ul label img {
/*	height: 40px;*/
	max-width: 90%;
	margin-bottom: 10px;
	pointer-events: none;
}
.himo_ul label img {
	height: 50px;
	pointer-events: none;
}
.himo_ul .daiji_item {

}
.himo_ul label {
	display: inline-block;
	text-align: center !important;
	margin: 5px auto;
	float: left;
	width: 33%;
	
}
.himo_ul label img {
	height: 50px;
	margin: 0px auto;
	pointer-events: none;
}

.egara_group {
	padding-top: 15px;
}
.egara_title {
	font-size: 12px;	
	text-align: center;
	width: 15%;
	float: left;
	padding: 0px !important;
	margin: 5px !important;	
	border: 1px solid #f6d796;
	border-radius: 4px;	
}
.egara_title.active {
	background: #f6d796;
}

.egara_title span {
	display: block;
	height: 100%;
	line-height: 25px;
}
.egara_title span:hover {
	cursor: pointer;
}
.egara_box {
	/*height: 300px;
	overflow: auto;*/
}
#egara_box_1 {

}
#egara_box_2 {
	display: none;
}
#egara_box_3 {
	display: none;	
}
#egara_box_4 {
	display: none;
}
.egara_ul {

}
.egara_ul li {
	text-align: center;
	/*width: 20%;
	float: left;
	margin-bottom: 15px;*/
}
.egara_item {
	display: block;
}
.egara_item label {
	float: left;
	width: 25%;
	text-align: center;
	margin: 5px auto;
	display: inline-block;
}
.egara_item img {
	text-align: center;
	height: 50px;
	margin: 0px auto;
	pointer-events: none;
}

#kodaraka {

}
#kodakara #loading, #orei #loading {
	display: none;
	text-align: center;
}
ul#kodakara_ul {
	margin-top: 30px;
}
ul#kodakara_ul li {
	float: left;
	width: 360px;
	height: 280px;
	margin: 10px 0px;
}
#ema_ul {
	margin-bottom: 50px;
}
#ema_ul li {
	margin: 10px 0px;
	width: 360px;
	height: 570px;
	float: left;
}
#kodakara .ema_1 {
	background: url(./images/ema/01.jpg) center top no-repeat;
	width: 351px;
	height: 296px;
	position: relative;
}
#kodakara .ema_2 {
	background: url(./images/ema/kimurasan.jpg) center top no-repeat;
	width: 351px;
	height: 296px;
	position: relative;
}
#kodakara .ema_3 {
	background: url(./images/ema/baby.jpg) center top no-repeat;
	width: 349px;
	height: 296px;
	position: relative;
}
#kodakara .ema_4 {
	background: url(./images/ema/stork.jpg) center top no-repeat;
	width: 351px;
	height: 293px;
	position: relative;
}
#kodakara .ema_5 {
	background: url(./images/ema/family.jpg) center top no-repeat;
	width: 349px;
	height: 296px;
	position: relative;
}
#kodakara .ema_6 {
	background: url(./images/ema/sakura.jpg) center top no-repeat;
	width: 349px;
	height: 296px;
	position: relative;
}
#kodakara .ema_7 {
	background: url(./images/ema/clover.jpg) center top no-repeat;
	width: 351px;
	height: 296px;
	position: relative;
}
#kodakara .ema_8 {
	background: url(./images/ema/ema2.jpg) center top no-repeat;
	width: 351px;
	height: 297px;
	position: relative;
}
#kodakara .ema_anzan_1 {
	background: url(./images/ema/03.jpg) center top no-repeat;
	width: 351px;
	height: 297px;
	position: relative;
}
#kodakara .ema_anzan_2 {
	background: url(./images/ema/kimurasan3.jpg) center top no-repeat;
	width: 351px;
	height: 297px;
	position: relative;
}
#kodakara .ema_anzan_3 {
	background: url(./images/ema/baby3.jpg) center top no-repeat;
	width: 351px;
	height: 297px;
	position: relative;
}
#kodakara .ema_anzan_4 {
	background: url(./images/ema/stork3.jpg) center top no-repeat;
	width: 351px;
	height: 297px;
	position: relative;
}
#kodakara .ema_anzan_8 {
	background: url(./images/ema/ema3.jpg) center top no-repeat;
	width: 351px;
	height: 297px;
	position: relative;
}
#kodakara #panel_ema {
	padding-top: 30px;
}
#kodakara .ema_plate {
	background: url(images/ema/plate2.png) 0 0 no-repeat;
	margin: 0px auto;
}
#kodakara .ema_inner {
	padding: 0px 35px 10px 20px;
	height: 250px;
	position: relative;
}
#kodakara .number {
	text-align: center;
	display: none;
}
#kodakara .ribbon {
	width: 90px;
	margin: 0px auto;
	position: relative;
	left: 5px;
}
#kodakara .ribbon_2 {
	left: 50px;
	top: -10px;
}
#kodakara .ribbon img {
	width: 100%;
}
#kodakara .daiji {
	width: 170px;
	margin: 0px auto;
	margin-top: 5px;
}
#kodakara .daiji img {
	width: 100%;
}
#kodakara .egara {
	position: relative;;
	width: 40%;
	float: right;
	text-align: center;
}
#kodakara .egara img {
	max-width: 100%;
	height: 109px;
}
.egara_tb {
	height: 110px;
	margin: 0px auto;
}
#kodakara .text {
	position: relative;
	width: 60%;
	float: left;
	text-align: left;
}
#kodakara .text table {
	
}
#kodakara .text table td {
	vertical-align: middle;
	height: 130px;
}
#kodakara .text p {
	margin-left: 15px;
	word-break: break-all;
}
/* For Firefox */
/*#kodakara .text, x:-moz-any-link {
	display: block !important;
}*/
#kodakara .ema_inner .date {
	left: 40px;
	position: absolute;
	bottom: 3px;
}
#kodakara .ema_inner .name {
	width: 40%;
	position: absolute;
	text-align: right;
	right: 45px;
	bottom: 3px;
}
#kodakara table {

}
#kodakara table th {
	vertical-align: middle;
}
#kodakara table td {
	vertical-align: middle;
}

.total_number {
	margin-top: 30px;
	margin-bottom: 15px;
}
.loginarea {
	width:100%;
	padding: 0px;
}
.loginarea_sp {
	display: none;
}
.loginarea td {
	vertical-align:top;
}
.loginarea .left {
	padding:5px;
	width:65%;
	background-color:#FCF1DB;
	border:3px solid #F9DB9B;
	text-align:center;
}
.loginarea .right {
	padding:5px;
	width:33%;
	background-color:#F4ECE3;
	text-align: center !important;
}
.loginarea .right .center {
	margin:5px auto 0;
	text-align:center;
}
.loginarea .right .small {
	margin-bottom:5px;
	font-size:10px;
	line-height:130%;
}

.form-table {
	width:100%;border-collapse:collapse;
}
.form-table th, .form-table td{
	padding:5px 10px;
	border:1px solid #F9DB9B !important;
}
.form-table th {
	background-color:#FCF1DB !important;
}
/* お礼参り */
#orei_input_box {
	display: none;
}
.avatar_pic {
	width: 64px !important;
	height: 64px !important;
}
.commentlist {

}
.commentlist li {
	border-bottom: 2px dotted #FFDADA;
}	
.commentlist li .pic {
	float: left;
	width: 100px;
	text-align: center;
}
.commentlist li .pic p {
	padding: 2px 0px 5px 0px !important;
	line-height: 1.0em !important;
	font-size: 10px;
}
.commentlist li .text {
	float: left;
	width: 585px;
	/*max-height: 100px;*/
	margin-left: 30px;
	/*overflow: auto;*/
}
.comment-form-author label, .comment-form-email label, .comment-form-comment label {
	float: left;
	width: 100px;
}
.comment-form-author input[type="text"], .comment-form-email input[type="text"], comment-form-comment input[type="text"] {
	float: left;
}
.required {
	color: red;
}
.avatar-item {
	float: left;
	text-align: center;
	width: 85px;
	height: 90px;
}
.avatar-item img {
	width: 64px !important;
	height: 64px !important;
	
}

.btn_ema {

}
.btn_ema:hover {
	cursor: pointer;
}
.btn_ema a {
	text-decoration: none;
	display: block;
	
}
#ema_input {

}

.btn_small {
	width: 50%;
	margin: 5px auto;
}
.mypage_li {
	height: 350px !important;
}
.btn_delete {
background: rgb(169,3,41);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	padding: 1px 10px !important;
	color: white !important;
}
/* flexslider */
.flex-direction-nav a {
	opacity: inherit !important;
	bottom: 50% !important;
	top: auto !important;
	margin: 0px !important;
	width: 20px !important;
	height: 20px !important;
	color: #cc0001 !important;
}
.flex-control-nav {
	display: none !important;
}
.flex-direction-nav .flex-next {
	right: 10px !important;

}
.flex-direction-nav .flex-prev {
	left: 10px !important;
	
}
.egara_box {
	position: relative;
}
.himo_wrap {
	position: relative;
}
.daiji_wrap {
	position: relative;
}
.flex-prev {

}
.flex-direction-nav a::before {
	font-size: 20px !important;
}

/* 160119 add Author:rdm */

#itemWrap{
	overflow:hidden;
}

#itemWrap .nsa_product_archive{
	width: 135px;
	float: left;
    margin-right: 9px;
    margin-bottom: 10px;
	text-align:center;
}

#itemWrap .nsa_product_archive .pic.pc{
	display:block;
}

#itemWrap .nsa_product_archive .pic.sp{
	display:none;
}

#itemWrap .nsa_product_archive .pic img{
	border: 3px solid #EEE;
	width: 130px;
	height:auto;
    cursor: pointer;
}

}

/*===============================================
●page.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}
#fix_page {
	position: relative;
	margin: 10px auto;
}
#fix_page h2 {
	margin: 5px auto 20px auto;
}
#fix_page p {
	padding: 3px 0px 12px 0px;
}

.post_content {
	
}
.post_content ul {
	list-style: disc inside;
}
.post_content h3 {
	color: #c00;
	font-size: 16px;
}
.post_content table, .post_content table th, .post_content table td {
	background-color: transparent;
}

/* 子宝祈願 */
.ema_input {

}
#ema_box {

}
.ema_box_title {
	background: #cc0001;
	color: white;
	text-align: center;
	font-size: 15px;
	line-height: 29px;
	padding: 0px !important;
}
.modal_close {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px !important;
}
#panel_tab {

}
#panel_tab li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
#panel_tab li span {
	display: block;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	color: black;
}
#panel_tab li.on span {
	background: black;
	color: white;
}
.common_tb_2 {
	width: 100%;
}
.common_tb_2 th {
	background: #fcf1db;
	width: 20%;
	vertical-align: top !important;
	text-align: center;
	padding-top: 5px;
}
.common_tb_2 td {
	background: #fcf1db;
	height: 80%;
	vertical-align: top !important;
	font-size: 10px;
}
.common_tb_2 textarea {
	width: 95%;
	border-radius: 5px;
	border: 1px solid #bfbfbd;
}
.common_tb_2 input[type="text"] {
	width: 70%;
	border-radius: 5px;
	padding: 5px !important;
	border: 1px solid #bfbfbd;
}

.btn_white {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	border: 1px solid #cccccc;
	margin: 5px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px !important;
}
.btn_white a {
	color: black;
	text-decoration: none;
}
.btn_white:hover {
	cursor: pointer;
}
.highlight img {
	border: 2px solid #ff0b0a !important;
}
.panel img {
	border: 2px solid #fcf1db;
}
.panel input[type="radio"] {
	display: none;
}

.panel {
	display: none;
}
.panel.on {
	display: block;
}
#panel_1 .panel_inner {
	padding: 5px 0px;
}
#panel_3 .panel_inner {
	padding: 5px 0px;
}
#panel_4 .panel_inner {
	padding: 5px 0px;
}
#panel_1 .panel_inner, #panel_2 .panel_inner, #panel_3 .panel_inner, #panel_4 .panel_inner {
	background: #fcf1db;
}
#panel_4 input[type="submit"] {
	background: rgb(255,229,154);
	background: -moz-linear-gradient(top,  rgba(255,229,154,1) 0%, rgba(255,195,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,229,154,1)), color-stop(100%,rgba(255,195,13,1)));
	background: -webkit-linear-gradient(top,  rgba(255,229,154,1) 0%,rgba(255,195,13,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,229,154,1) 0%,rgba(255,195,13,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,229,154,1) 0%,rgba(255,195,13,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,229,154,1) 0%,rgba(255,195,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe59a', endColorstr='#ffc30d',GradientType=0 );
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	border: 1px solid #febf00;
	margin: 5px auto;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px !important;
	width: 90% !important;	
}
#panel_4 input[type="submit"]:hover {
	cursor: pointer;
}
table.mypage_tb {
	border-collapse: collapse;
}
table.mypage_tb th {
	border: 1px solid #f9db9b;
		
}
table.mypage_tb td {
	border: 1px solid #f9db9b;
	background: #fcf1db;
}
.err {
	color: red;
	font-weight: bold;
}

#kodakara .bx-wrapper .bx-viewport {
	background: none !important;
	-moz-box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 !important;	
	border: 0px !important;
	box-shadow: 0px 0px 0px white !important;
	left: auto !important;
}
#kodakara .bx-viewport {
	height: auto !important;
}
#kodakara .bw-wrapper .bx-viewport {
	box-shadow: 0px 0px 0px white !important;
}
.daiji_ul .daiji_item {

}
.daiji_ul label {
	display: inline-block;
	text-align: center !important;
	margin: 0px auto;
	float: left;
	width: 25%;
	height: 45px;
}
.daiji_ul label img {
	max-height: 40px;
	max-width: 80%;
	pointer-events: none;
}
.himo_ul label img {
	height: 40px;
	pointer-events: none;
}
.himo_ul .daiji_item {

}
.himo_ul label {
	display: inline-block;
	text-align: center !important;
	margin: 0px auto;
	float: left;
	width: 33%;
}
.himo_ul label img {
	height: 40px;
	margin: 0px auto;
	pointer-events: none;
}

.egara_group {

}
.egara_title {
	font-size: 12px;	
	text-align: center;
	width: 15%;
	float: left;
	padding: 0px !important;
	margin: 5px !important;	
	border: 1px solid #f6d796;
	border-radius: 4px;	
}
.egara_title.active {
	background: #f6d796;
}

.egara_title span {
	display: block;
	height: 100%;
	line-height: 20px;
}
.egara_title span:hover {
	cursor: pointer;
}
.egara_box {
	/*height: 300px;
	overflow: auto;*/
}
#egara_box_1 {

}
#egara_box_2 {
	display: none;
}
#egara_box_3 {
	display: none;	
}
#egara_box_4 {
	display: none;
}
.egara_ul {

}
.egara_ul li {
	text-align: center;
	/*width: 20%;
	float: left;
	margin-bottom: 15px;*/
}
.egara_item {
	display: block;
}
.egara_item label {
	float: left;
	width: 25%;
	text-align: center;
	margin: 0px auto;
	display: inline-block;
}
.egara_item img {
	text-align: center;
	height: 40px;
	margin: 0px auto;
	pointer-events: none;
}

#kodaraka {

}
#kodakara #loading, #orei #loading {
	display: none;
	text-align: center;
}
ul#kodakara_ul {
	margin-top: 30px;
}
ul#kodakara_ul li {

	width: 300px;
	height: 280px;
	margin: 0px auto;
}
#ema_ul {
	margin-bottom: 50px;
}
#ema_ul li {
	margin: 10px auto;
	width: 300px;
	height: 500px;

}
#kodakara .ema_1 {
	background: url(./images/ema/01.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_2 {
	background: url(./images/ema/kimurasan.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_3 {
	background: url(./images/ema/baby.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_4 {
	background: url(./images/ema/stork.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_5 {
	background: url(./images/ema/family.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_6 {
	background: url(./images/ema/sakura.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_7 {
	background: url(./images/ema/clover.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_8 {
	background: url(./images/ema/ema2.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_anzan_1 {
	background: url(./images/ema/03.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_anzan_2 {
	background: url(./images/ema/kimurasan3.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_anzan_3 {
	background: url(./images/ema/baby3.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_anzan_4 {
	background: url(./images/ema/stork3.jpg) center top no-repeat;

	position: relative;
}
#kodakara .ema_anzan_8 {
	background: url(./images/ema/ema3.jpg) center top no-repeat;

	position: relative;
}
#kodakara #panel_ema {
	padding-top: 5px;
}
.panel_ema_inner {
	height: 270px;
	overflow: auto;
}
#panel_input_box {
	position: absolute;
	bottom: 0px;
	width: 320px;
}
#kodakara .ema_plate {
	background: url(images/ema/plate3.png) center top no-repeat;
	margin: 0px auto;

}

#kodakara .ema_inner {
	padding: 0px 35px 10px 20px;
	height: 250px;
	position: relative;
}
#kodakara .number {
	text-align: center;
	display: none;
}
#kodakara .ribbon {
	width: 90px;
	margin: 0px auto;
	position: relative;
	left: 5px;
}
#kodakara .ribbon_2 {
	left: 50px;
	top: -10px;
}
#kodakara .ribbon img {
	width: 100%;
}
#kodakara .daiji {
	width: 170px;
	margin: 0px auto;
	margin-top: 5px;
}
#kodakara .daiji img {
	width: 100%;
}
#kodakara .egara {
	position: relative;;
	width: 40%;
	vertical-align: middle;	
	float: right;
	text-align: center;
}
.egara_tb {
	height: 110px;
	margin: 0px auto;
}
#kodakara .egara img {
	max-width: 100%;
	max-height: 109px;

}
#kodakara .text {
	position: relative;
	width: 60%;
	float: left;
	text-align: left;
}
#kodakara .text table {
	
}
#kodakara .text table td {
	vertical-align: middle;
	height: 130px;
}
#kodakara .text p {
	margin-left: 5px;
	word-break: break-all;
	font-size: 10px;
	line-height: 1.2em !important;
}
/* For Firefox */
/*#kodakara .text, x:-moz-any-link {
	display: block !important;
}*/
#kodakara .ema_inner .date {
	left: 40px;
	position: absolute;
	bottom: 3px;
}
#kodakara .ema_inner .name {
	width: 40%;
	position: absolute;
	text-align: right;
	right: 35px;
	bottom: 3px;
}
#kodakara table {

}
#kodakara table th {
	vertical-align: middle;
}
#kodakara table td {
	vertical-align: middle;
}

.total_number {
	margin-top: 30px;
	margin-bottom: 15px;
}
.loginarea {
	display: none;
}
.loginarea_sp {
	display: block;

}
.loginarea_sp_1 {
	text-align: center;
	background-color: #FCF1DB;
	border: 3px solid #F9DB9B;
	margin: 10px 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px gray;
}
.loginarea_sp_1 img {
	max-width: 100%;
}
.loginarea_sp_2 {
	background-color: #F4ECE3;
	margin: 10px 10px;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px gray;
}
.loginarea_sp p {
	margin: 5px !important;
	padding: 0px !important;
}
.loginarea_sp_2 label {
	font-size: 9px;
	line-height: 0em;
}
.loginarea_sp_2 .input {
	border: 1px solid #ddd;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	font-size: 15px;
	width: 90%;
} 
.loginarea td {
	vertical-align:top;
}
.loginarea .left {
	padding:5px;
	width:65%;
	background-color:#FCF1DB;
	border:3px solid #F9DB9B;
	text-align:center;
}
.loginarea .right {
	padding:5px;
	width:33%;
	background-color:#F4ECE3;
	text-align: center !important;
}
.loginarea .right .center {
	margin:5px auto 0;
	text-align:center;
}
.loginarea .right .small {
	margin-bottom:5px;
	font-size:10px;
	line-height:130%;
}
.frontend-user-admin-login {
	padding: 10px 5px !important;
}
.form-table {
	width:100%;border-collapse:collapse;
	margin: 10px auto;
}
.form-table input[type="text"] {
	width: 90% !important;
}
.form-table th {
	width: 30% !important;
}
.form-table th, .form-table td{
	padding:5px 10px;
	border:1px solid #F9DB9B !important;
}
.form-table th {
	background-color:#FCF1DB !important;
}

/* お礼参り */
#orei_input_box {
	display: none;
}
#orei #loading {

	text-align: center;
}
.avatar_pic {
	width: 64px !important;
	height: 64px !important;
}
.commentlist {
	margin: 5px;
}
.commentlist li {
	border-bottom: 2px dotted #FFDADA;
}	
.commentlist li .pic {
/*	float: left;
	width: 70px;
	text-align: center;
	height: 100%;
*/
float: left;
width: 30%;
text-align: center;
max-width: 70px;
}
.commentlist li .pic p {
	padding: 2px 0px 5px 0px !important;
	line-height: 1.0em !important;
	font-size: 9px;
}
.commentlist li .pic p img {
	max-width: 100%;
}
.commentlist li .text {
	float: left;
	width: 75%;
	line-height: 1.3em;
	/*max-height: 100px;*/
	/*margin-left: 30px;*/
	/*overflow: auto;*/
}
.comment-form-author label, .comment-form-email label, .comment-form-comment label {
	float: left;
	width: 100px;
}
.comment-form-author input[type="text"], .comment-form-email input[type="text"], comment-form-comment input[type="text"] {
	float: left;
}
.required {
	color: red;
}
.avatar-item {
	float: left;
	text-align: center;
	width: 45px;

	font-size: 9px;
}
.avatar-item img {
	width: 45px !important;
	height: 45px !important;
	
}
.avatar-item-2 {
	width: 100px !important;
	line-height: 0px;
}
.avatar-item-2 img {
	display: none;
}
.common_tb textarea {
	width: 100%;
}

.wpcf7-form-control {
	width: 80%;
}
table {
	max-width: 99%;
	margin: 0px auto !important;
}
/* flexslider */
.flex-direction-nav a {
	opacity: inherit !important;
	bottom: 50% !important;
	top: auto !important;
	margin: 0px !important;
	width: 20px !important;
	height: 20px !important;
	color: #cc0001 !important;
}
.flex-control-nav {
	display: none !important;
}
.flex-direction-nav .flex-next {
	right: 10px !important;

}
.flex-direction-nav .flex-prev {
	left: 10px !important;
	
}
.egara_box {
	position: relative;
}
.himo_wrap {
	position: relative;
}
.daiji_wrap {
	position: relative;
}
.flex-prev {

}
.flex-direction-nav a::before {
	font-size: 20px !important;
}


.panel_bottom {
	z-index: 500;
}

#omi img {
	width: 100%;
}
.p {
	padding: 3px 10px 12px 10px !important; 
}
.fix_p {
	padding: 3px 10px 12px 10px !important; 
}
.mypage_li {
	height: 350px !important;
}
.btn_delete {
background: rgb(169,3,41);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	padding: 1px 10px !important;
	color: white !important;
}
p.submit input[type="submit"] {
	padding: 2px 10px !important;
}

}