<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */


/*orignal CSS調整*/
p.pan{
	width: 800px;
	margin: 0 auto!important;
}
.FS2_sort_menu_bg{
	width: 800px;
	margin: 0 auto!important;
	text-align: center;
}

.FS2_GroupLayout{
	width: 800px;
	margin: 0 auto!important;
}

.wrap {
	width: auto;
	max-width: 800px;
	margin: 0 auto 150px;
	text-align: center;
}

.wrap h1 {
	text-align: left;
}

.topimg {
	margin: 1.5em 0 6em 0;
	color: #5a3b30;
}

.topimg img {
	margin-bottom: 5.0em;
	width: 100%;
    max-width: 800px;
}

.top_01 {
	position: relative;
	height: 0;
    padding-top: 11.75%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    background: url(../img/img_02.png) 0 0 no-repeat;
    background-size: contain;
}

.top_01 p {
    position: absolute;
    left: 0;
    right: 0;
    top: -1.5em;
    margin: auto;
    font-weight: 600!important;
    font-size: 1.9em;
    line-height: 1.8em;
}

.top_01 img {
	width: 100%;
	height: auto;
    max-width: 800px;
}

.woody_01 {
     margin-bottom: 15%;
}

.woody_01 h2 {
    font-size: 2.0em;
    color: #5a3b30;
    font-weight: 700!important;
    letter-spacing: 1px;
    padding: 10px;
    border-left: #619941 10px solid;
    border-right: #619941 10px solid;
    margin: 1.5em auto;
    width: 90%;
}

.woody_01 img {
	width: 100%;
	height: auto;
    max-width: 800px;
}

.woody_02 {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5% auto;
    height: auto;
    background: url(../img/img_04.png) 0 0 no-repeat;
    width: 100%;
    max-width: 800px;
    padding: 2em 0;
}

.woody_021 {
    width: 300px;
    margin: 1% 2% 3% 1%;
    padding: 2% 1%;
    background-color: #ffffff;
    border-radius: 15px;
}

.woody_021:last-child {
	background: none;
}

.woody_021:last-child img {
	margin: 2em 0 0 2em;
	width: 100%;
	height: auto;
}

.woody_021 p {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.5em;
}

.woody_021 p:last-child {
	margin: 1em 0;
}

.woody_021 img {
	width: 100%;
	max-width: 250px;
	height: auto;
    margin-bottom: 1em;
}

.fa-window-restore, .fa-envelope{
	font-weight: bold;
}

.woody_021 a.woody_btn {
	width: 80%;
	margin: 0.5em auto;
	font-weight: 600!important;
	font-size: 0.9em;
    position: relative;
    display: block;
    padding: 6px 0;
    text-decoration: none;
    color: #ffffff;
    background: #619941;
    border-radius: 4px;
}

.woody_021 a.woody_btn:hover {	
    background: #8EBC6F;
}

.woody_btn::after {
	font-family: "Font Awesome 5 Free";
  	content: "\f105";
	position: absolute;
	right: 15px;
    top: -2px;
    font-size: 1.5em;
    line-height: 42px;
	padding-bottom: 2em;
	font-weight: bold;
}

/* 上に戻るボタン */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #c7c4ca;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.price {
	font-size: 16px;
    color: #CC0000;
    font-weight: bold;
    margin-left: 10px;
}



@media (min-width: 320px) and (max-width: 667px){

.topimg {
    margin: 1.5em 0 3em 0;
}
	
.topimg img {
    margin-bottom: 4.5em;
}
	
.top_01 p {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 500!important;
    top: -2.8em;
}

.woody_01 {
    margin: 0 auto 15%;
    width: 95%;
}

.woody_01 h2 {
    font-size: 1.2em;
    font-weight: 600!important;
    margin: 1.0em auto;
    width: 80%;
}
	
.woody_02 {
    background: url(../img/img_04.png) 0 0 repeat-y;
}
	
.woody_021 {
    width: 85%;
    margin: 1% 2% 7% 1%;
}

.woody_021 a.woody_btn {
    font-weight: 500!important;
}
	
.woody_btn::after {
    right: 8px;
}
	
.woody_021:last-child {
    margin-bottom: 0;
}
	
.woody_021:last-child img {
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 200px;
	}
	
.wrap {
    margin: 0 auto 50px;
}
	
.info_chien{
    width: 96%;
    margin: 0 auto;
	text-align: center;
	}
	
.info_chien a {
    width: 92%;
}
	
p.pan {
    width: 97%;
    margin: 1em auto!important;
}	
	
}


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