<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(reset.css);

body {
    background: #ededed;
    color: #2d2d2d;
}

.container {
    width: 100%;
    max-width: 980px;
    height: 100%;
    background: #ffffff;
    margin: 0 auto;
}

.container h1 img {
    width: 100%;
}

.container a:link, a:visited {
    text-decoration: none;
    color: #2d2d2d;
}

.container a:hover {
    color: #ed2d48;
}

/*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ
.navi {
	width:100%;
	}

.navi img{
	max-width: 100%;
}

.navi ul{
	display:flex;
	text-align: center;
}
.navi li{
	flex-grow: 1;
	margin: 0;
}

.navi li a:hover{
 filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
*/

/*繧ｳ繝ｳ繝�Φ繝�*/

.container h2 {
    padding: 0 20%;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 2.3em;
    display: -webkit-flex;
    align-items: center;
}

.container h2::before, h2::after {
    /*
       content: '';
       flex-grow: 1;
       height: 2px;
       background-color: #8d763c;
       display: block;
   */
}

.container h2::before {
    margin-right: 1.2em;
}

.container h2::after {
    margin-left: 1.2em;
}

.container h2 span {
    font-size: 0.5em;
}

.container .small {
    font-size: small;
}

.container .top_box {
    background: url(../img/top_bg.png) center no-repeat;
    height: 244px;
    margin: 0 0 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.container .top_box p {
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 1.3em;
    line-height: 1.8em;
    flex: 1;
}

/*繧ｪ繧ｹ繧ｹ繝｡繧｢繧､繧ｳ繝ｳ*/
.recommend_top {
    position: relative;
    margin: 0 auto;
}

.recommend_top::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 20px;
    background: url(../img/icon_recommend.png) no-repeat;
    top: -10px;
    right: -5px;
}

.recommend_bottom {
    position: relative;
    margin: 0 auto;
}

.recommend_bottom::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 20px;
    background: url(../img/icon_recommend.png) no-repeat;
    bottom: 125px;
    right: -5px;
}

/*蝠�刀荳隕ｧ*/
.menu {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
}

.menu a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.menu_left,
.menu_right {
    width: 50%;
    margin: 20px;
}

.menu_left li,
.menu_right li {
    margin-bottom: 10px;
}

.menu_left li img,
.menu_right li img {
    max-width: 100%;
}

/*蝠�刀*/
.itembox {
    margin: 0 10px;
    padding-bottom: 60px;
    display: flex;
    display: -webkit-flex;
}

.itembox img {
    max-width: 100%;
}

.itembox_nomal {
    width: 50%;
    padding: 0 10px;
    text-align: left;
}

.itembox_nomal p {
    line-height: 1.5em;
}

.itembox_pink {
    width: 50%;
    background-color: #ffeae7;
    padding: 0 10px;
}

.itembox_white {
    width: 50%;
    background-image: url(../img/bg_paper.png);
    background-repeat: repeat;
    position: relative;
}

.itembox_white img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.itembox a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.itembox dl {
    text-align: left;
    margin-top: 25px;
}

.itembox dt {
    font-size: 1.5em;
    color: #a00000;
    border-bottom: solid 1px #a00000;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.itembox dd {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.gold {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 1.3em;
    color: #8d763c;
    text-align: left;
    margin: 10px 0;
    padding-top: 30px;
}

.iconbox {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}

.icon {
    margin: 10px 10px;
}

.icon2 {
    width: 65%;
    font-size: 0.85em;
    line-height: 1.8em;
    margin: 10px 0;
    text-align: left;
}

/*繝代Φ縺上★*/
.breadcrumb {
    margin: 0 0 5px 0;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li::after {
    content: '&gt;';
    padding: 0 5px 0 15px;
    color: #ed2d48;
}

.breadcrumb li:last-child::after {
    content: '';
}

/*繝代Φ縺上★*/
.navi {
    margin: 0 0 5px 10px;
}

.navi li {
    display: inline;
    padding: 0 0 0 10px;
}

.navi li::after {
    padding: 0;
    color: #ed2d48;
}

.navi li:last-child::after {
    content: '';
}

/*蝠�刀蛟句挨繝壹�繧ｸ*/
.container h3 {
    color: #ed2d48;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
}

section[class="noki"] div[class="order_form"] &gt; span {
    font-weight: bold;
}

.container .selectbox {
    margin: 0;
    padding: 0 10px;
    background-image: url(../img/bg_paper.png);
    background-repeat: repeat;
}

/*邏吶し繧､繧ｺ驕ｸ謚�
.container .size {
    text-align: center;
    padding: 10px 10px 30px;
}

.container .size .sec_line {
    color: #ed2d48;
    text-align: left;
    border-bottom: solid 2px #ed2d48;
    margin: 20px 65px;
    padding: 0 0 5px 0;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 1.2em;
}

.container .size ul {
    margin: 0;
    padding: 0;
}

.container .size ul li {
    display: inline;
}

.container .size img {
    background: #ffffff;
}

.container .size input[type=radio] {
    display: none;
}

.container .size label input[type=radio]:checked + img {
    background: #ffeae7;
}
*/
.container ul li {
    list-style-type: none;
}

/*驕ｸ謚�*/
.container .order_form {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .order_form span {
    background: #ed2d48;
    color: #ffffff;
    display: block;
    padding: 7px;
    text-align: center;
    width: 15%;
}

.container .order_form select {
    display: block;
    height: 35px;
    padding: 5px;
    vertical-align: middle;
    width: 70%;
}

/*繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ*/
.container .selectbox .order_select {
    display: inline-block;
    width: 660px;
    /*
        padding: 20px 0;
    */
}

.container .selectbox {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff;
    border: 1px solid silver;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 15px 10px 10px 30px;
    text-align: left;
}

.container .selectbox h3:before {
    content: '笆�';
    font-size: 1.2em;
    color: #ed2d48;
}

.container .selectbox .order_select img {
    max-width: 100%;
    vertical-align: middle;
    padding-left: 5px;
}

.container .selectbox .order_select li {
    position: relative;
    margin: 0 0 10px 10px;
    line-height: 1.2em;
    float: left;
}

.container .selectbox .order_select_02 li {
    width: 32%;
}

.container .selectbox .order_select_03 li {
    width: 24%;
}

.container .selectbox .order_select li input {
    left: 7px;
    position: absolute;
    top: 15px;
}

.container .selectbox .order_select li input[name="paper"] {
    left: 7px;
    position: absolute;
    top: 15px;
}

.container .selectbox .order_select li label {
    /*
    background: #ffffff;
    */
    border: 1px solid silver;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 15px 10px 10px 30px;
    text-align: left;
    /*
        width: 100%;
    */
}

.container .selectbox .order_select li label:hover {
    background: #ffeae7;
}

.container .selectbox .order_select li input[type="radio"]:checked + label {
    background: #ffeae7;
}

.container .selectbox .order_select li span {
    font-weight: bold;
}

/*陦ｨ*/
.container .teblebox {
    padding: 0 10px 40px;
}

.container .teblebox table {
    background: #ffffff;
    border: solid 1px #ed2d48;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.container .teblebox th {
    background: #ed2d48;
    color: #ffffff;
    border-right: solid 1px #ffeae7;
    padding: 5px 0;
}

.container .teblebox td {
    border: solid 1px #ed2d48;
    vertical-align: middle;
    padding: 5px;
}

.container .teblebox th:last-of-type {
    border-right: none;
}

.container .teblebox .bg {
    background: #ffeae7;
}

/*蜊ｰ蛻ｷ蜀�ｮｹ遒ｺ隱�*/
.container h4 {
    background: #ed2d48;
    color: #ffffff;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
}

.container .result {
    margin: 0;
    /*padding-bottom: 60px;*/
}

.container .result table {
    border: solid 2px #ed2d48;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.container .result table th {
    color: #ed2d48;
    border-bottom: 1px dashed #ccc;
    width: 10%;
    padding: 0 10px 10px;
    text-align: left;
}

.container .result table td {
    border-bottom: 1px dashed #ccc;
    padding: 20px 0 10px;
    font-weight: bold;
    font-size: 1.2em;
    width: 40%;
}

.container .result table tr:last-of-type td {
    border-bottom: none;
    color: #ed2d48;
    margin: 0;
    text-align: center;
}

.container .result table tr:last-of-type td span {
    font-size: 20px;
}

</pre></body></html>