﻿@charset "utf-8";

*{
	margin:0;
	padding:0;
}

/* 画像をボックスからはみ出さないようにする */
img {
  max-width:100%;
  max-height:100%;
  height:auto;
}

/**マウスを乗せたリンク画像を半透明に**/
a img:hover{
	opacity: 0.5;   /*透明度0.5*/
}

/***親要素に高さをもたせる(float対策)***/
.clearfix:after{     /*疑似要素*/
	content:"";      /*空のボックス*/
	display:block;       /*ブロックレベル要素に設定*/
	clear:both;        /*杭打ちをして高さを得る*/
}


/**ブラウザの規定スタイルを解除**/
/*画像下の余白をなくす*/
img {
	vertical-align: bottom;
}

/*リスト項目の余白をなくす*/
ul {
	margin: 0;
	padding: 0;
}
/**規定解除ここまで**/

#wrap {
	clear: both;
	margin-top: 0px;        /*コンテンツエリアの外部上に余白*/
	padding: 0px;       /*コンテンツ内部に余白*/
}

body {
  width:auto;
  height:100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

/****ヘッダーは別ファイル headerpufnotch.css ****/

/*コンテンツを中央揃え*/
.content {
	width: 87%;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
  background-color: #ffffff;         /*コンテンツエリアの色指定*/
}

#wrap {
	clear: both;
	background-color: #ffffff;         /*コンテンツエリアの色指定*/
}


.main {
	float:left;
	width:70%;
}


.sidebar {
	float:left;
	width:30%;
}

.box3 {
	float:left;
	width:100%;
}

.box3:after	{
  content: "";
	display: block;
	clear: both
}

.banner1{
  margin-bottom:20px;
  padding-right:50px;
}

.banner2{
  margin-bottom:50px;
  padding-right:50px;
}

.box4 {
	float:left;
	width:100%;
}

.box4 h1{
	font-size:xx-large;
	margin-bottom:20px;
}

.box4 h2{
  color:white;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
  background-color:olive;
  padding:10px;
}

.city img{
  max-width:100%;
	height:auto;
}

.city ul{
  margin:0;
  padding:0;
  list-style:none;
}

.city li{
	float:left;
	padding:0;
	width:33.333%;
}

.city:after{
	content: "";
	display: block;
	clear: both;
}

.flower{
  background-color:olive;
  padding:10px;
}

.flower img{
  margin:0;
  padding:0;
  max-width:100%;
  max-height:100%;
}

.flower ul{
  margin:0;
  padding:0;
  list-style:none;
}

.flower li{
	float:left;
	margin:0;
	padding:0;
	width:33.333%;
}

.flower li:nth-child(4){
	clear:both;
}

.flower:after{
	content: "";
	display: block;
	clear: both;
}

.box4:after	{
  content: "";
	display: block;
	clear: both
}


/****サイドバーは別ファイル sidebarpufnotch.css ****/

/****フッターは別ファイル footerpufnotch.css ****/

/****************** 349px以下のとき適用 ******************/
@media (max-width: 349.999999px){

body {
}

.content {
  margin-top:50px;
}

.box3 p{
	font-size:x-small;
}

.banner1{
  margin-bottom:10px;
  padding-right:20px;
}

.banner2{
  margin-bottom:20px;
  padding-right:20px;
}

.box4 h1{
	font-size:large;
	margin-bottom:10px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:5px;
}

.flower{
  padding:5px;
}

}


/****************** 350px以上399以下のとき適用 *******************/
@media (min-width: 350px) and (max-width: 399.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box3 p{
	font-size:x-small;
}

.banner1{
  margin-bottom:10px;
  padding-right:20px;
}

.banner2{
  margin-bottom:20px;
  padding-right:20px;
}

.box4 h1{
	font-size:large;
	margin-bottom:10px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:5px;
}

.flower{
  padding:5px;
}

}


/****************** 400px以上449以下のとき適用 *******************/
@media (min-width: 400px) and (max-width: 449.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box3 p{
	font-size:x-small;
}

.banner1{
  margin-bottom:10px;
  padding-right:20px;
}

.banner2{
  margin-bottom:20px;
  padding-right:20px;
}

.box4 h1{
	font-size:large;
	margin-bottom:10px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:5px;
}

.flower{
  padding:5px;
}

}


/****************** 450px以上479以下のとき適用 *******************/
@media (min-width: 450px) and (max-width: 479.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box3 p{
	font-size:x-small;
}

.banner1{
  margin-bottom:10px;
  padding-right:20px;
}

.banner2{
  margin-bottom:20px;
  padding-right:20px;
}

.box4 h1{
	font-size:large;
	margin-bottom:10px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 7px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:5px;
}

.flower{
  padding:5px;
}

}


/****************** 480px以上509以下のとき適用 *******************/
@media (min-width: 480px) and (max-width: 509.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box3 p{
	font-size:small;
}

.banner1{
  margin-bottom:10px;
  padding-right:30px;
}

.banner2{
  margin-bottom:20px;
  padding-right:30px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 8px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:6px;
}

.flower{
  padding:6px;
}

}


/****************** 510px以上549以下のとき適用 *******************/
@media (min-width: 510px) and (max-width: 549.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box3 p{
	font-size:small;
}

.banner1{
  margin-bottom:10px;
  padding-right:30px;
}

.banner2{
  margin-bottom:20px;
  padding-right:30px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 8px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:6px;
}

.flower{
  padding:6px;
}

}


/****************** 550px以上599以下のとき適用 *******************/
@media (min-width: 550px) and (max-width: 599.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box3 p{
	font-size:small;
}

.banner1{
  margin-bottom:10px;
  padding-right:30px;
}

.banner2{
  margin-bottom:20px;
  padding-right:30px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:x-small;
	margin-bottom:10px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:10px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 8px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:6px;
}

.flower{
  padding:6px;
}

}


/****************** 600px以上649以下のとき適用 *******************/
@media (min-width: 600px) and (max-width: 649.999999px) {

body {
}

.content {
  margin-top:50px;
}

.banner1{
  margin-bottom:15px;
  padding-right:40px;
}

.banner2{
  margin-bottom:40px;
  padding-right:40px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 9px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:7px;
}

.flower{
  padding:7px;
}

}


/****************** 650px以上689以下のとき適用 *******************/
@media (min-width: 650px) and (max-width: 689.999999px) {

body {
}

.content {
  margin-top:50px;
}

.banner1{
  margin-bottom:15px;
  padding-right:40px;
}

.banner2{
  margin-bottom:40px;
  padding-right:40px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 9px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:7px;
}

.flower{
  padding:7px;
}

}


/****************** 690px以上739以下のとき適用 *******************/
@media (min-width: 690px) and (max-width: 739.999999px) {

body {
}

.content {
  margin-top:50px;
}

.banner1{
  margin-bottom:15px;
  padding-right:40px;
}

.banner2{
  margin-bottom:40px;
  padding-right:40px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 9px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:7px;
}

.flower{
  padding:7px;
}

}


/****************** 740px以上767以下のとき適用 *******************/
@media (min-width: 740px) and (max-width: 767.999999px) {

body {
}

.content {
  margin-top:50px;
}

.banner1{
  margin-bottom:15px;
  padding-right:40px;
}

.banner2{
  margin-bottom:40px;
  padding-right:40px;
}

.box4 h1{
	font-size:x-large;
	margin-bottom:15px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box4 h2{
	font-size:medium;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 9px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:7px;
}

.flower{
  padding:7px;
}

}


/****************** 768px以上799以下のとき適用 *******************/
@media (min-width: 768px) and (max-width: 799.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:xx-large;
	margin-bottom:20px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box4 h2{
	font-size:large;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 10px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:8px;
}

.flower{
  padding:8px;
}

}


/****************** 800px以上849以下のとき適用 *******************/
@media (min-width: 800px) and (max-width: 849.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:xx-large;
	margin-bottom:20px;
}

.box4 p{
	font-size:small;
	margin-bottom:15px;
}

.box4 h2{
	font-size:large;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 10px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:8px;
}

.flower{
  padding:8px;
}

}


/****************** 850px以上899以下のとき適用 *******************/
@media (min-width: 850px) and (max-width: 899.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:xx-large;
	margin-bottom:20px;
}

.box4 p{
	font-size:medium;
	margin-bottom:15px;
}

.box4 h2{
	font-size:large;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 11px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:9px;
}

.flower{
  padding:9px;
}

}


/****************** 900px以上949以下のとき適用 *******************/
@media (min-width: 900px) and (max-width: 949.999999px) {

body {
}

.box1 {
	float:left;
	width:30%;
}

.box2 {
	float:left;
	width:70%;
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:xx-large;
	margin-bottom:20px;
}

.box4 p{
	font-size:medium;
	margin-bottom:15px;
}

.box4 h2{
	font-size:large;
	margin-bottom:15px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 11px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:9px;
}

.flower{
  padding:9px;
}

}


/******************* 950px以上1049以下のとき適用 ********************/
@media (min-width: 950px) and (max-width: 1049.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:25px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box4 h2{
	font-size:x-large;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 12px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:10px;
}

.flower{
  padding:10px;
}

}


/******************* 1050px以上1149以下のとき適用 ********************/
@media (min-width: 1050px) and (max-width: 1149.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:25px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box4 h2{
	font-size:x-large;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 12px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:10px;
}

.flower{
  padding:10px;
}

}


/******************* 1150px以上1249以下のとき適用 ********************/
@media (min-width: 1150px) and (max-width: 1249.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:25px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box4 h2{
	font-size:x-large;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 12px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:10px;
}

.flower{
  padding:10px;
}

}


/******************* 1250px以上1349以下のとき適用 ********************/
@media (min-width: 1250px) and (max-width: 1349.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:15px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box4 h2{
	font-size:x-large;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 13px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:11px;
}

.flower{
  padding:11px;
}

}


/******************* 1350px以上1449以下のとき適用 ********************/
@media (min-width: 1350px) and (max-width: 1449.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:15px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box4 h2{
	font-size:x-large;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 13px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:11px;
}

.flower{
  padding:11px;
}

}


/******************* 1450px以上1549以下のとき適用 ********************/
@media (min-width: 1450px) and (max-width: 1549.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:15px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box4 h2{
	font-size:x-large;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 13px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:11px;
}

.flower{
  padding:11px;
}

}


/******************* 1550px以上1649以下のとき適用 ********************/
@media (min-width: 1550px) and (max-width: 1649.999999px) {

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:15px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box4 h2{
	font-size:x-large;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 13px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:11px;
}

.flower{
  padding:11px;
}

}


/********************* 1650px以上のとき適用 ********************/
@media (min-width: 1650px){

body {
}

.content {
  margin-top:50px;
}

.box4 h1{
	font-size:48px;
	margin-bottom:15px;
}

.box4 p{
	font-size:medium;
	margin-bottom:20px;
}

.box4 h2{
	font-size:x-large;
	margin-bottom:20px;
}

/**疑似要素**/
/*要素の前後に文字や画像を追加できる*/
.icon:before {
	content: "";          /*必須項目 テキスト追加用*/
	padding-right: 10px;     /*右側に余白*/
	border-left: 13px solid #9cd4a4;    /*幅7の色付きボーダー*/
}

.city{
	padding:11px;
}

.flower{
  padding:11px;
}

}

