@charset "utf-8";

/********* HTML再定義 ***********************************************/
html {
	height: 100%;
}

body {
	font: 13px "Meiryo","メイリオ","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
	font-size: 100%;
	line-height: 1.7;
	background-color: #ffffff;
	background-image: url("../images/common/back.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
/* background-attachment: fixed; */
	height: 100%;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


h2 {
	font-size: 120%;
}
h2 {
	margin: 25px 0;
	padding: 5px 0;
/*
	border-top: 1px solid #999999;
*/
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

h4 {
	color: #06764B;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}

h5 {
	font-weight: bold;
	padding-top: 0px;
}

h6 {
	font-weight: bold;
	padding-top: 0px;
}

a:link, a:visited {
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: none;
}

/********* 全体 *****************************************************/

div#container {
	width: 1020px;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: rgba(255, 255, 255, 0);
	border: 0px solid #aaaaaa;
}

/********* ヘッダー *************************************************/

div#header {
	clear: both;
	padding-top: 18px;
	padding-bottom: 12px;
	padding-left: 6px;
	display: flex;
	justify-content: flex-end;
}
div#header h1 {
	line-height: 1.0;
	margin: 0;
	text-indent: -9999px;
	width: 220px;
	height: 42px;
	overflow: hidden;
	background-repeat:no-repeat;
	background-image: url(../images/common/logo.png);
	background-size:  220px 42px;
	border: none;
	border-style: none;
	cursor: pointer;
}
div#header h1 a {
	display: block;
	width: 220px;
	height: 42px;
}

/********* フッター *************************************************/

div#footer {
	clear: both;
	color: #eeeeee;
	text-align: center;
	border-top: 1px solid #cccccc;
	padding-top: 14px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.32);
}

div#footer a:link, div#footer a:visited {
	color: #00EA87;
}

hr#footer {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #aaaaaa; /* 線色 */
   height: 1px; /* 高さ */
}

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

div#menu {
	border-top: 0px solid #aaaaaa;
}
div#menu h2 {
	display: none;
}
div#menu ul {
	text-align: right;
	margin: 0;
	padding-top: 0px;
	float: right; /* リスト項目を右に寄せる */
}
div#menu li {
	text-align:center;
	float: left; /* リスト項目を左から並べる */
	border: 0px solid #aaaaaa;
	display: inline;
	list-style: none;
	width: 178px;
}

div#menu a:link, div#menu a:visited {
	color: #000000; /* 文字色 */
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	padding: 6px 8px 6px 8px; /* 内部の余白 */
	transition: all  0.6s ease; /* 変化演出 */
}

div#menu a:active, div#menu a:hover {
	color: #ffffff; /* 文字色 */
	background-color: #000000; /* 背景色 */
	text-decoration: none; /* 下線を消す */
}

/********* サブメニュー *************************************************/

div#sub-menu {
	margin: 25px 0;
}
div#sub-menu ul {
	font-size: 120%;
	text-align: left;
	margin: 0;
	padding-top: 0px;
	border-bottom: 0px solid #999999;
}
div#sub-menu li {
	float: left; /* リスト項目を左から並べる */
	display: inline;
	list-style: none;
}

li.this-menu {
	display: inline-block;
	padding: 6px 8px 4px 8px; /* 内部の余白 */
	position: relative;
	z-index: 1;
	width: 14%;
	height: 30px;
	font-weight: bold;
}
li.this-menu::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: scaleY(1.1) perspective(0.4em) rotateX(1.6deg);
	transform-origin: bottom left;
	border-radius: 6px 8px 0 0;
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 0px;
	border-left: 1px solid #444444;
}

li.other-menu {
	display: inline-block;
	padding: 8px 8px 2px 8px; /* 内部の余白 */
	position: relative;
	z-index: 1;
	width: 14%;
	height: 30px;
}
li.other-menu::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: scaleY(1.1) perspective(0.4em) rotateX(1.6deg);
	transform-origin: bottom left;
	border-radius: 6px 8px 0 0;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #cccccc; /* 背景色 */
}

li.other-menu a:link, li.other-menu a:visited {
	color: #000000; /* 文字色 */
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	transition: all  0.6s ease; /* 変化演出 */
}
li.other-menu a:active, li.other-menu a:hover {
	color: #4444ff; /* 文字色 */
	text-decoration: none; /* 下線を消す */
}

li.margin-left-menu {
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #999999;
	width: 1%;
	height: 39px;
}
li.margin-menu {
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #999999;
	width: 67%;
	height: 39px;
}

hr#sub-menu {
	transform: translateY(-1px); /* 高さ位置調整 */
	z-index: -1; /* 設置を背面に下げる */
	clear: both;
	border-width: 0 0 0 0; /* 太さ */
	border-style: solid; /* 種類 */
	border-color: #00243d; /* 色 */
	margin-bottom: 33px;
}

/********* 内容 *****************************************************/

div#content {
	width: 998px;
	margin: 0 auto;
	animation: fadeIn 1s ease 0s 1 normal;
}

/********* エントリー ***********************************************/

div#entry h2 {
	display: none;
}
div#entry div.entry {
	width: 550px;
	margin: 15px 0;
	border: 1px solid #999999;
}
div#entry div.entry h3 {
	margin: 0;
	padding: 10px 10px 0 10px;
}
div#entry div.entry h3 a:link, div#entry div.entry h3 a:visited {
	color: #222222;
	text-decoration: none;
}
div#entry div.entry h3 a:active, div#entry div.entry h3 a:hover {
	color: #777777;
	text-decoration: none;
}
div#entry div.entry div.content {
	margin: 0 10px;
}
div#entry div.entry ul.information {
	margin: 2px 10px 15px 10px;
	padding-top: 2px;
	border-top: 1px solid #CCCCCC;
	font-size: 90%;
}
div#entry div.entry ul.information li {
	display: inline;
	margin-right: 5px;
}
div#entry div.entry ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
div#entry div.entry ul.link li {
	display: inline;
	margin-left: 5px;
}

div#entry div#entry_link h3 {
	display: none;
}
div#entry div#entry_link ul.entry_link {
	margin: 0;
}
div#entry div#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#entry div#entry_link ul.entry_link li.previous:before {
	content: "<< ";
}
div#entry div#entry_link ul.entry_link li.next:after {
	content: " >>";
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

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

div#comment div.comment ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#comment div.comment ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* トラックバック *******************************************/

div#trackback div.trackback ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#trackback div.trackback ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* インフォメーション ***************************************/

div#information {
	margin-bottom: 30px;
}
div#information ul.continue {
	margin: 0;
	text-align: right;
}
div#information ul.continue li {
	display: inline;
}

/********* ユーティリティ *******************************************/

div#utility {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 20px;
}
div#utility h2 {
	display: none;
}
div#utility div.utility {
	margin: 15px 0;
	padding-bottom: 10px;
	background-color: #EEEEEE;
}
div#utility div.utility h3 {
	padding: 10px 10px 0 10px;
}
div#utility div.utility div.content {
	margin: 0 10px;
}
div#utility div.utility ul {
	margin-right: 0;
}
div#utility div.utility ul li ul {
	margin-top: 0;
	margin-bottom: 0;
}
div#utility div.utility form {
	margin: 0;
}
div#utility div.utility form dl {
	margin: 0;
}
div#utility div.utility form dl dt {
	display: none;
}
div#utility div.utility form dl dd {
	margin: 0;
}
div#utility div.utility form dl dd input {
	width: 170px;
}
div#utility div.utility form p {
	margin: 0 0 10px 0;
}

div#utility div.utility table.calender {
	margin: 0;
	border: 0px solid #000000;
}
div#utility div.utility table.calender tr th, table.calender tr td {
	padding: 5px;
	border: 0px solid #000000;
	background-color: #EEEEEE;
	font-weight: normal;
	text-align: center;
}
div#utility div.utility table.calender tr td span.day {
	color: #222222;
}
div#utility div.utility table.calender tr td span.satday {
	color: #2222CC;
}
div#utility div.utility table.calender tr td span.sunday {
	color: #CC2222;
}
div#utility div.utility ul.calender {
	margin: 10px 0;
}
div#utility div.utility ul.calender li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

div#utility div.utility ul.gallery {
	margin: 0;
	padding: 0;
}
div#utility div.utility ul.gallery li {
	list-style: none;
}
div#utility div.utility ul.gallery li img {
	max-width: 180px;
	max-height: 130px;
	margin-bottom: 5px;
}

/********* ギャラリー ***********************************************/

div#gallery {
	overflow: hidden;
}
div#gallery div.gallery {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}
div#gallery div.gallery p.picture {
	overflow: hidden;
	width: 140px;
	height: 100px;
	margin: 0;
}
div#gallery div.gallery p.picture a {
	color: #FFFFFF;
	text-decoration: none;
}
div#gallery div.gallery p.picture a img {
	min-width: 140px;
	min-height: 100px;
}
div#gallery div.gallery p.picture a span.empty {
	display: block;
	line-height: 100px;
	width: 140px;
	height: 100px;
	background-color: #aaaaaa;
	text-align: center;
}
div#gallery div.gallery p.comment {
	overflow: hidden;
	width: 140px;
	margin: 3px 0 0;
	font-size: 80%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#gallery ul {
	margin: 10px 0 20px 0;
}
div#gallery ul li {
	display: inline;
}
div#gallery ul li img {
	margin: 0 2px 10px 0;
}

/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}

td#tablewidth {
	width: 320px;
}

.clear{
	clear:both;
}

p#greetings01 {
	width: 54%;
	float: left;
}

p#greetings02 {
	width: 44%;
	height: 198px;
	background-image: url("../images/common/greetings.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
	margin-left: 12px;
	border: 1px solid #e6e6e6;
}

.catch {
	display: flex;
	overflow: hidden;
	margin: 0 auto;
	width: 660px;
	padding: 80px 0px 40px 220px;
}

.catch span {
    color: #ffffff;
    font-size: 28px;
    text-shadow: 1px 1px 2px #000;
    letter-spacing: .06em;
    margin: 0;

    /* ここからアニメーション関係 */
    animation: textanimation 1s ease-out both;
}
.catch span:nth-child(1) {
    animation-delay: 0.1s
}
.catch span:nth-child(2) {
    animation-delay: 0.2s
}
.catch span:nth-child(3) {
    animation-delay: 0.3s
}
.catch span:nth-child(4) {
    animation-delay: 0.4s
}
.catch span:nth-child(5) {
    animation-delay: 0.5s
}
.catch span:nth-child(6) {
    animation-delay: 1.3s
}
.catch span:nth-child(7) {
    animation-delay: 1.4s
}
.catch span:nth-child(8) {
    animation-delay: 1.5s
}
.catch span:nth-child(9) {
    animation-delay: 1.6s
}
.catch span:nth-child(10) {
    animation-delay: 1.7s
}
.catch span:nth-child(11) {
    animation-delay: 1.8s
}
.catch span:nth-child(12) {
    animation-delay: 1.9s
}
.catch span:nth-child(13) {
    animation-delay: 2s
}
.catch span:nth-child(14) {
    animation-delay: 2.1s
}
.catch span:nth-child(15) {
    animation-delay: 2.2s
}


@keyframes textanimation {
    0% {
        transform: translateX(5em) scale(2);
        opacity: 0;
        filter: blur(2px);
    }

    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
         filter: blur(0);
    }
}

.box01 {
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	width: 320px;
	color: #444;
	padding: 50px 0px 52px 4px;
	/* ここからアニメーション関係 */
	animation: textanimation02 2s ease-out both;
	animation-delay: 2.6s;
}

@keyframes textanimation02 {
    0% {
        opacity: 0;
        filter: blur(2px);
    }

    100% {
        opacity: 1;
         filter: blur(0);
    }
}

.box02 {
	font-weight: bold;
	margin: 0 auto;
	color: #444;
	padding: 20px 20px 10px 20px;
	text-align: center;
}

.box03 {
	margin: 260px 0px 60px 0px;
	width: 726px;
	padding: 0px 20px 10px 20px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

.box04 {
	float: left;
	width: 410px;
	padding: 0px 10px 0px 0px;
}

.box05 {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

.box06 {
	margin: 60px 0px 34px 0px;
	color: #000;
	background-image: url("../images/common/back-02.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 300px;
}

.box07 {
	color: #444;
	text-shadow: 1px 1px 2px #fff;
	border: 0px solid #0ff;
	padding: 0px 0px 20px 0px;
}

.box08 {
	margin: 60px 0px 34px 0px;
	color: #000;
	background-image: url("../images/common/back-03.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 440px;
	text-align: center;
	padding-top: 300px;
}

.box09 {
	color: #444;
	text-shadow: 1px 1px 2px #fff;
	width: 920px;
	border: 0px solid #444;
	height: 224px;
	margin: 12px 0px 12px 0px;
}
.box09 img {
	float: left;
	margin-right: 14px;
	height: 224px;
}

.box10 {
	margin: 60px 0px 34px 0px;
	color: #000;
	background-image: url("../images/common/back-04.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 240px;
	text-align: center;
	padding-top: 60px;
}

.box11 {
	float: left;
	width: 480px;
	padding: 0px 10px 0px 0px;
	border: 0px solid #444;
	font-size: 77%;
	margin: 0px 0px 10px 0px;
}

.box12 {
	margin: 60px 0px 34px 0px;
	color: #000;
	background-image: url("../images/common/back-05.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 240px;
	text-align: center;
	padding-top: 60px;
}

.box13 {
	color: #444;
	float: left;
	width: 480px;
	padding: 6px 18px 0px 10px;
	text-shadow: 1px 1px 2px #fff;
}

.box14 {
	width: 490px;
	padding: 0px 10px 0px 0px;
	border: 0px solid #444;
	margin: 0px 0px 10px 0px;
	overflow: visible; /* はみ出した画像が隠れないようにする */
	position: relative; /* z-indexを有効にするために必要！ */
	z-index: 1;
}
.box14:hover {
	z-index: 9999;
}

.box15 {
	margin: 20px 0px 20px 0px;
	padding: 12px 20px 314px 20px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

.box16 {
	color: #444;
	text-shadow: 1px 1px 2px #fff;
	border: 0px solid #0ff;
	padding: 0px 0px 0px 0px;
	overflow: visible; /* はみ出した画像が隠れないようにする */
	position: relative; /* z-indexを有効にするために必要！ */
	z-index: 1;
}

.box17 {
	margin: 20px 0px 20px 0px;
	padding: 12px 20px 324px 20px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

.box18 {
	float: left;
	width: 420px;
	margin-right: 12px;
}

.box19 img {
	float: left;
	height: 184px;
	margin-left: 20px;
	padding-bottom: 20px;
}

.box20 {
	float: left;
	width: 380px;
	margin-left: 0px;
}

.box21 {
	float: left;
	width: 150px;
	margin-left: 0px;
}
.box21 img {
	height:220px;
}

.box22 {
	float: left;
	width: 194px;
	margin-left: 0px;
}
.box22 img {
	height:220px;
}
.box23 {
	float: left;
	width: 410px;
	padding: 0px 10px 0px 0px;
}
.box24 {
	float: left;
	width: 224px;
	margin-left: 20px;
}

.vertically01 {
	height:150px;
	color: #fff;
	margin: 10px 0px 10px 0px;
	width: 22px;
	padding: 10px 2px 10px 7px;
	background-color: rgba(110, 160, 50, 0.7);
	border-radius: 20px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-align: center;
	float: left;
}

.vertically02 {
	height:150px;
	color: #fff;
	margin: 10px 0px 10px 0px;
	width: 22px;
	padding: 10px 2px 10px 7px;
	background-color: rgba(100, 130, 50, 0.7);
	border-radius: 20px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-align: center;
	float: left;
}

.vertically03 {
	height:150px;
	color: #fff;
	margin: 10px 0px 10px 0px;
	width: 16px;
	padding: 10px 0px 10px 8px;
	border-radius: 20px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-align: center;
	float: left;
}

.plus{
	margin: 66px 18px 0px 10px;
	float: left;
	font-size: 250%;
	color: #444;
}

.circle{
	margin: 40px 4px 160px 4px;
	float: left;
	display: inline-block;
	width: 120px;
	height: 120px;
	border: 1px solid #444;
	border-radius: 50%;
	text-align:center;
	line-height: 120px;
	background-color: rgba(255, 255, 255, 0.8);
}

.circle02{
	margin: 10px 20px 0px 4px;
	display: inline-block;
	width: 84px;
	height: 84px;
	border: 1px solid #444;
	border-radius: 50%;
	text-align:center;
	line-height: 84px;
	background-color: rgba(255, 255, 255, 0.8);
}

.square{
	margin-top: 10px;
	float: left;
	display: inline-block;
	padding: 24px 24px 24px 24px;
	width: 240px;
	border: 1px solid #444;
	background-color: rgba(255, 255, 255, 0.8);
}

.zoom01 {
	cursor: pointer;
	position: relative; /* z-indexを有効にするために必要 */
	z-index: 1; /* 通常時の重なり順 */
	float: left;
	display: inline-block; /* floatの影響を正しく受けるため */
}
.zoom01:hover {
	z-index: 10; /* ホバーしたときに親ごと最前面へ持ち上げる */
}
.zoom01 img {
	transition: transform 0.4s ease;/* ゆっくり変化させる */
	height: 186px;
	float: left;
	margin-right: 6px;
	padding-bottom: 0px;
}
.zoom01:hover img {
	transform: scale(2);/* 拡大 */
}

.zoom02 {
	cursor: pointer;
	position: relative; /* z-indexを有効にするために必要 */
	z-index: 1; /* 通常時の重なり順 */
	float: left;
	display: inline-block; /* floatの影響を正しく受けるため */
}
.zoom02:hover {
	z-index: 10; /* ホバーしたときに親ごと最前面へ持ち上げる */
}
.zoom02 img {
	transition: transform 0.4s ease;/* ゆっくり変化させる */
	height: 54px;
	float: left;
	margin-right: 6px;
	padding-bottom: 0px;
}
.zoom02:hover img {
	transform: scale(2);/* 拡大 */
}

.space{
	clear: both;
	margin-top: 100px;
}

.center{
	margin: 0 auto;
}
.height01 img{
	height: 44px;
	clear: both;
}

/********* レスポンシブ *********************************************/

@media (max-width: 800px) {
	body {
		padding: 0px 0px 0px 0px;
		font-size: 80%;
		background-attachment: fixed;
	}
	div#menu li {
		font-size: 94%;
		width: 138px;
	}
	h2 {
		transform: translateY(-3px); /* 高さ位置調整 */
	}
	form textarea {
		width: 95%;
	}
	img {
		max-width : 100%;
		height: auto;
	}
	div#container {
		width: 95%;
		padding: 6px;
		background-color: rgba(255, 255, 255, 0);
		animation: changeBg 1s ease 4s forwards;
	}
	@keyframes changeBg {
		from {
		background-color: rgba(255, 255, 255, 0);
		}
		to
		{
		background-color: rgba(255, 255, 255, 0.3);
		}
	}
	div#content {
		float: none;
		width: 100%;
	}
	div#entry div.entry {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}
	div#utility {
		float: none;
		width: 100%;
		margin: 0;
	}
	div#header {
		padding-top: 8px;
		padding-bottom: 6px;
		padding-left: 4px;
	}
	div#header h1 {
		width: 157px;
		height: 29px;
		background-size:  157px 29px;
	}
	div#header h1 a {
		width: 157px;
		height: 29px;
	}
	td#tablewidth {
		width: 135px;
	}
	table tr td {
		padding-left: 1px;
		padding-right: 1px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	div#sub-menu ul {
		font-size: 108%;
	}
	li.this-menu {
		width: 78px;
		height: 22px;
	}
	li.other-menu {
		width: 78px;
		height: 22px;
	}
	li.margin-left-menu {
		height: 31px;
	}
	li.margin-menu {
		width: 44%;
		height: 31px;
	}
	body {
		background-image: url("../images/common/back_mb.jpg");
	}
	p#greetings01 {
		width: 100%;
			clear: both;
	}
	p#greetings02 {
		width: 228px;
		height: 126px;
		float: right;
	}
	.catch {
		display: flex;
		overflow: hidden;
		margin: 0 auto;
		width: 324px;
		text-align: center;
		padding: 10px 10px 10px 10px;
	}
	.catch span {
		font-size: 21px;
	}
	.vertically01 {
		height:150px;
		color: #fff;
		margin: 10px 0px 10px 0px;
		width: 22px;
		padding: 10px 2px 10px 2px;
		background-color: rgba(110, 160, 50, 0.7);
		border-radius: 20px;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		text-align: center;
		float: left;
	}
	.vertically02 {
		height:150px;
		color: #fff;
		margin: 10px 0px 10px 0px;
		width: 22px;
		padding: 10px 2px 10px 2px;
		background-color: rgba(100, 130, 50, 0.7);
		border-radius: 20px;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		text-align: center;
		float: left;
	}
	.box01 {
		text-shadow: 1px 1px 2px #fff;
		padding: 0px;
	}
	.box02 {
		margin: 0 auto;
		padding-bottom: 280px;
		text-shadow: 1px 1px 2px #fff;
	}
	.box03 {
		margin: 0px 0px 0px 0px;
		width: auto;
		padding: 0px 10px 8px 10px;
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 14px;
	}
	.box04 {
		float: left;
		width: auto;
		padding: 0px 0px 0px 0px;
		font-size: 88%;
	}
	.box05 {
		margin: 10px 0px 10px 0px;
	}
	.box06 {
		margin: 10px 0px 10px 0px;
		color: #000;
		height: 300px;
		background-image: url("../images/common/back-02_mb.jpg");
	}
	.box08 {
		margin: 60px 0px 20px 0px;
		height: 360px;
		padding-top: 0px;
		text-shadow: 1px 1px 2px #fff;
		font-size: 96%;
	}
	.box09 {
		color: #444;
		text-shadow: 1px 1px 2px #fff;
		width: auto;
		border: 0px solid #444;
		height: 102px;
	}
	.box09 img {
		height: 74px;
		float: left;
		margin: 8px 4px 0px 0px;
	}
	.box10 {
		height: 160px;
		margin: 30px 0px 0px 0px;
		padding: 30px 0px 0px 0px;
	}
	.box11 {
		float: left;
		width: auto;
		padding: 0px 0px 0px 0px;
		border: 0px solid #444;
		font-size: 70%;
		margin: 0px 0px 4px 0px;
	}
	.box12 {
		height: 160px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 4px 0px;
	}
	.box13 {
		color: #444;
		float: left;
		width: auto;
		padding: 6px 10px 0px 8px;
		text-shadow: 1px 1px 2px #fff;
	}
	.box14 {
		width: 340px;
	}
	.box15 {
		margin: 20px 0px 20px 0px;
		padding: 10px 10px 320px 10px;
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 14px;
	}
	.box17 {
		margin: 10px 0px 10px 0px;
		padding: 10px 10px 27em 10px;
		border-radius: 10px;
		font-size: 88%;
	}
	.box18 {
		float: left;
		width: auto;
		margin-left: 0px;
		margin-right: 0px;
	}
	.box18 img {
		height: 160px;
		margin-left: 20px;
	}
	.box20 {
		float: left;
		width: 280px;
		margin-left: 20px;
		margin-top: 12px;
	}
	.box20 img {
		height: 38px;
		margin-bottom: 10px;
	}
	.box21 {
		width: 106px;
		font-size: 88%;
	}
	.box21 img {
		height:140px;
	}
	.box22 {
		width: 140px;
		font-size: 88%;
	}
	.box22 img {
		height:140px;
	}
	.box23 {
		width: 230px;
		font-size: 88%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.box24 {
		width: 360px;
	}
	.circle{
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin: 28px 10px 0px 0px;
	}
	.circle02{
		float: left;
		width: 55px;
		height: 55px;
		line-height: 55px;
		margin: 4px 4px 0px 0px;
		font-size: 92%;
	}
	.square{
		padding: 14px 14px 14px 14px;
		width: 300px;
		margin-bottom: 24px;
	}
	h5{
		padding: 14px 14px 14px 14px;
		margin-bottom: 4px;
	}
	.plus{
		margin: 52px 6px 0px 0px;
		font-size: 180%;
	}
	.zoom01 img {
		transition: transform 0.4s ease;/* ゆっくり変化させる */
		height: 120px;
		float: left;
		margin-right: 4px;
		padding-top: 5px;
		padding-bottom: 2px;
	}
	.zoom02 img {
		transition: transform 0.4s ease;/* ゆっくり変化させる */
		height: 38px;
		float: left;
		margin-right: 4px;
		padding-bottom: 0px;
	}
	#subwindow_foundation {
        width: 90vw !important;
        max-width: 400px !important;
        margin: 0 !important;
        position: fixed !important;
        top: 100px !important;           /* 画面の上端から 20px の位置に固定 */
        left: 50% !important;           /* 画面の左右中央にする */
        transform: translateX(-50%) !important; /* 左右の中央合わせの補正 */
    }
    #subwindow_foundation iframe {
        width: 100% !important;
        height: 400px !important;
	}
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 800px;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html table tr td {
	font-size: 80%;
}

/********* 遅延表示 ************************************************/

/* アニメーション設定 */
.delay-target {
	opacity: 0;
	transform: translateY(60px);
}
.delay-target.is-active {
	opacity: 1;
	transform: translateY(0px);
	transition: 1.6s;
}

