@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700;900&display=swap');
/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	box-sizing:border-box;
}
img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}

body {
	padding: 10px;
	text-align: center;
	background-color: #ECE4D1;
	background-image: url(https://www.nrh-shimanto.co.jp/wedding/icon/sub_back2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#hedder {
	
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin-bottom: 15px;
	padding: 5px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: #865A34;
	text-align: left;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #C93;
}
h2.titl {
	margin-bottom: 15px;
	padding: 5px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #865A34;
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p, li, dt, dd, address {
	color: #444444;
	text-align: left;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
dl {
	margin-bottom: 20px;
}
dl dt {
}
dl dd {
	margin-left: 30px;
}

em {
	font-weight: bold;
}
address {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #999999;
	text-align: center;
}

form dl {
	margin-bottom: 15px;
}
form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
.wedding_icon1 small,
.wedding_icon2 small,
.wedding_icon3 small,
.wedding_icon4 small {
    display: block;
    font-size: 12px;
    text-align: left;
    line-height: 120%;
}
.wedding_icon1 span.tx,
.wedding_icon2 span.tx,
.wedding_icon3 span.tx,
.wedding_icon4 span.tx{
display: block;
font-size: 0.7rem;
font-weight: bold;
 padding: 0.2rem 0.1rem;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
word-break: auto-phrase;
}
.wedding_icon1 span.tx {
background-color:#ffcc66;
color:#ff3703;
}
.wedding_icon2 span.tx {
background-color:#ffcab0;
color:#ff3333;
}
.wedding_icon3 span.tx {
background-color:#e3c8ff;
color:#660099;
}
.wedding_icon4 span.tx {
background-color:#ff6666;
color:#FFF;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
	text-align: left;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #009;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 100%;
	width: 1010px;
	padding: 20px;
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
}

div#menu {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: left;
}

div#work {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

/* ----- メニュー -------------------------------------- */

div#menu ul {
	margin: 5px 0px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- カレンダー ------------------------------------ */

div#calendar table tr td {
	vertical-align: top;
	width: 120px;
	font-size: 12px;
	line-height: 14px;
	height: 120px;
}
div#calendar table tr td ul {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
div#calendar table tr td li {
	border-top: 1px dotted #999999;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

div#calendar .day {
	color: #444444;
}
div#calendar .satday {
	color: #4444CC;
}
div#calendar .sunday {
	color: #CC4444;
}
div#calendar .plan {
	color: #447744;
}
div#calendar .today {
	background-color: #EEFFEE;
}

div#calendar ul.navi {
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #865A34;
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
div#calendar ul.navi li {
	float: left;
	width: 33%;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 14px;
}

/* ----- 予定表示 -------------------------------------- */

div#view {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
div#view h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 25px;
	line-height: 35px;
	color: #963;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C93;
}

div#view dl.info {
	padding: 10px;

	background-color: #EEEEEE;
}
div#view dl.info dt {
	float: left;
	clear: left;
	width: 5em;
}
div#view dl.info dd {
}

/* ----- コメント -------------------------------------- */

div#comment h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 25px;
	line-height: 35px;
	color: #963;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
div#comment p {
	margin: 10px;
}

/* ----- 処理選択 -------------------------------------- */

div#work form {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
div#work form dl {
	margin: 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;

	margin-left: 0px;
}
div#work form input {
	padding: 0px;
}

/* ----- 背景 -------------------------------------- */

/* IE6用 */
* html body {
   height:100%;
   overflow:auto;
   margin:0;
}
#bgimg {
	position:fixed;
	z-index: -1;
}
* html #bgimg {
	position:absolute;
	z-index: -1;
}
/* ページ共通お問合わせ・見積もり移動 */
#sidebar
{
	width:40px;
	padding:0px;
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
* html #sidebar
{
	width:40px;
	margin-right: 0px;
}
*+html #sidebar
{
	width:40px;
	margin-right: 0px;
}
#sidebar ul
{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidebar li{
	margin: 0px;
	padding: 0px;
	line-height:0;
}
* html #sidebar li{
	padding: 0px;
	line-height:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
*+html #sidebar li{
	padding: 0px;
	line-height:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
#sidebar li a {
	margin: 0px;
	padding: 0px;
	line-height:0;
}

#portamento_container
{
	float:right;
	position:relative;
} /* take the positioning of the sidebar, and become the start point for the sidebar positioning */
*+html #portamento_container
{
	float:right;
	position:relative;
	width:30px;
	right: 20px;
}
* html #portamento_container
{
	float:right;
	position:relative;
	width:30px;
	right: 20px;
}

#portamento_container #sidebar
{
	float:none;
	position:absolute;
} /* no need to float anymore, become absolutely positoned */
#portamento_container #sidebar.fixed
{
	position:fixed;
} /* if the panel is sliding, it needs position:fixed */

#hedder {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 80px;
}
#hedder #rogo {
	padding: 0px;
	float: left;
	width: 400px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
}

#content {
	padding: 0px;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tx10,
.copyright{
	font-size:10px;
	line-height:12px;
}