@charset "UTF-8";

@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html,body,#container {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*BT追加設定
---------------------------------------------------------------------------*/
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/* End hide from IE-mac */

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.small{
	font-size: 16px;	
}
h4{
margin-top: 10px;
clear: both;
margin-bottom: 10px;
font-size: 18px;
font-weight: bold;	
padding-left: 20px;
color: #1fb4e9;
}

/* add
------------------------------------------------------------------------*/
.pd10{padding: 10px;}

.mb0 {
    margin-bottom: 0px;
}

.mb05 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt05 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}

#content .w5 {
    width: 5%;
}

#content .w10 {
    width: 10%;
}

#content .w15 {
    width: 15%;
}

#content .w20 {
    width: 20%;
}

#content .w25 {
    width: 25%;
}

#content .w30 {
    width: 30%;
}

#content .w33 {
    width: 33%;
}

#content .w35 {
    width: 35%;
}

#content .w40 {
    width: 40%;
}

#content .w45 {
    width: 45%;
}

#content .w50 {
    width: 50%;
}

.bdnone {
    border: none;
}

.pd10 {
    padding: 10px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-wrap {display: flex;flex-wrap: wrap;}

	.btn-more {
	margin: 10px 0 !important;
	}
	.btn-more a{
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:0.2em;
	padding: 0.7em 1em;
	color: #fff !important;
	background: #999999;
	text-decoration: none !important;
	text-align: center;
	}
	.btn-more a:hover{
	color: #999999 !important;
	background: #fff;
	border: 1px solid #999999;
	}
	.overflow{
		overflow: hidden;
	    zoom: 1;
	}
#contents .btn-more{margin-top: 30px !important;}

/*---テーブル1（そのまま）---*/

.block_table_1 table{
	width: 100%;
	word-wrap: break-word;
	table-layout: fixed;
	border-collapse: collapse;
	min-width: 100%;
}

.block_table_1 table caption{
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

.block_table_1 table th{
	padding: 6px;
}

.block_table_1 table td{
	padding: 6px;
}
.block_table_1 table thead{
	background: rgba(0,0,0,0.05);
}
.block_table_1 table thead th,
.block_table_1 table thead td{
	background-color: #f3f3f3;
}
.block_table_1 table th{
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td{
	background-color: #fff;
	border: 1px solid #ddd;
	vertical-align: middle;
}
.block_table_1 table thead td{
	text-align: center;
	font-weight: bold;
}
/* ---------------------------- case ---------------------------- */

.case {
  padding: 42px 0;
}

.case_title {
  font-size: 30px;
  color: #000;
  text-align: center;
  margin-bottom: 42px;
}

.case_list {
  margin-bottom: 42px;
}

.case_list>li {
  float: left;
  width: 33.3%;
  margin-bottom: 30px;
}

.case_image {
  margin-bottom: 24px;
  text-align: center;
}

.case_image img {
  max-width: 95%;
}

.case_summary {
  margin-bottom: 24px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 26px !important;
  text-align: center;
  color: #000;
}

.case_description {
  padding: 0 10px;
  font-size: 16px;
  line-height: 26px !important;
  text-align: left;
  color: #000;
}
.case_summary>a,
.case_description>a {
  line-height: 26px !important;
}

.case_list>li>a:hover .case_summary,
.case_list>li>a:hover .case_description {
  color: #666;
}

.case_button,
.voice_button {
  display: block;
  width: 50%;
  padding: 6px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
  background-color: #fd650f;
  transition: 0.5s;
}

.voice_button {
  margin: 0 auto 0;
}

.case_button:hover,
.voice_button:hover {
  color: #FFF;
  background-color: rgba(255, 102, 0, 0.6);
}

.section {
    padding: 0
}

.section .section {
    padding: 0 0 35px
}

.image_l {
    float: left;
    margin: 0 30px 20px 0
}

.image_r {
    float: right;
    margin: 0 0 20px 20px
}

#staff h3{
	margin-bottom: 0px;
	margin-top: -10px;
	font: 20px;
}


@media screen and (max-width: 750px) {
    .section {
        padding: 0 0 40px;
        box-sizing: border-box;
    }

    .image_r,
    .image_l,
    .image_l.mb0,
    .image_r.mb0 {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 auto 20px;
	}}

@media screen and ( max-width:640px) {
  /* ---------------------------- case ---------------------------- */
  .case {
    padding: 32px 0;
  }
  .case_title {
    margin-bottom: 32px;
  }
  .case_list>li {
    float: none;
    width: auto;
    margin-bottom: 24px;
  }
  .case_image {
    margin-bottom: 4px;
    text-align: center;
  }
  .case_image img {
    max-width: 100%;
  }
  .case_summary {
    margin-bottom: 4px;
  }
  .case_button,
  .voice_button {
    width: auto;
    font-size: 16px;
  }
  .voice_button {
    margin: 0 auto 0;
  }
}

@media screen and (min-width: 751px) {


    #content .w60 {
        width: 60%;
    }
}


@media screen and (max-width: 750px) {
    .mw-sp-400 img {
        max-height: 250px;
    }

    .sp-mb30 {
        margin-bottom: 30px;
    }

    .sp-mt30 {
        margin-top: 30px;
    }

    .sp-w100 {
        width: 100%;
    }
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #1fb4e9;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding-left: 2% !important;
	padding-right: 2% !important;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 70px;	/*高さ*/
	background: #1fb4e9;	/*背景色*/
	position: relative;
}
#top header {
	min-height: 100%;
	margin-bottom: -90px;	/*メニューの高さを設定する*/
}
/*ロゴ画像（※トップページ以外）*/
header #logo {
	width: 200px;	/*画像幅*/
	padding: 10px 0 5px;	/*画像の上に空ける余白。バランスをとって下さい。*/
}
/*トップページのロゴ画像*/
#top #logo img {
	position: fixed;	/*スクロールしても固定表示させる設定。*/
	z-index: 1;
	left: 40%;	/*左から40%の場所に配置*/
	top: 35%;	/*上から35%の場所に配置*/
	width: 20%;	/*画像の幅*/
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	overflow: hidden;position: relative;z-index: 10;
	text-align: center;	/*文字を中央に*/
	background: #fff;	/*背景色*/
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar ul li {
	float: left;	/*左に回り込み*/
	width: 20%;		/*幅。今回は５個メニューがあるので100÷5=20*/
	font-size: 20px;	/*文字サイズ*/
}
#menubar ul li a {
	text-decoration: none;display: block;
	border-bottom: 3px solid transparent;	/*下線の設定。ここではtransparentを使って透明にしています。*/
	height: 75px;		/*メニューブロックの高さ。※※※ここの「75」と、下の行の「15」を合計した「90」の数字と、下のfixmenu設定に２箇所ある「margin-top」の数字を合わせて下さい。*/
	padding-top: 15px;	/*メニューブロックの高さプラス、上に空ける余白。メニューテキストの上下の配置バランスをここで調整して下さい。※変更の際は、上の行の注意書きもしっかり読んで下さい。*/
}
/*飾り文字*/
#menubar ul li span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
}
/*マウスオン時と、現在表示中メニューの設定*/
#menubar ul li a:hover, #menubar ul li.current a {
	border-bottom: 3px solid #1fb4e9;	/*下線の幅、線種、色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed-menu #contents {
	margin-top: 90px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。*/
}
/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed #contents {
	margin-top: 90px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。*/
}

/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
#contents {
	position: relative;z-index: 1;
	overflow: hidden;
	background: #fafafa;	/*背景色*/
	padding: 30px 0;
}
/*contentsの中にあるinner*/
#contents .inner {
	padding: 20px 0px;	/*上下、左右へのブロック内の余白*/
}
/*h2タグ*/
#contents h2 {
	clear: both;
	margin-bottom: 20px;
	color: #fff;		/*文字色*/
	background: #1fb4e9;	/*背景色*/
	padding: 5px 20px;	/*上下、左右へのボックス内の余白*/
	font-size: 20px;	/*文字サイズ*/
	border-radius: 3px;	/*角丸のサイズ*/
}

/*h2タグの１文字目*/
#contents h2::first-letter {
	border-left: 3px solid #fff;	/*左の線の幅、線種、色*/
	padding-left: 20px;				/*線と文字との余白*/
}

/*h3タグ*/
#contents h3 {
	clear: both;
	margin-bottom: 20px;
	font-size: 20px;	/*文字サイズ*/
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 20px;	/*左側に空ける余白*/
}
/*h3タグの１文字目*/
#contents h3::first-letter {
	border-left: 3px solid #1fb4e9;	/*左側の線の幅、線種、色*/
	padding-left: 20px;	/*線と文字との余白*/
}
/*段落タグ*/
#contents p {
	padding: 0 20px 20px;	/*上、左右、下への余白*/
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -5px;
}
#contents p + p {
	margin-top: -10px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainブロック*/
.main {
	float: left;	/*左に回り込み*/
	width: 75%;		/*メインコンテンツの幅*/
}
/*section同士の余白*/
.main section {
	margin-top: 40px;
	padding-top: 0;	/*.linkのpadding-topをリセットしておく*/
}

/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#contents .main .list {
	position: relative;overflow: hidden;
	margin-bottom: 20px;	/*ボックスの下に空ける余白*/
}
#contents .main .list a {
	text-decoration: none;display: block;overflow: hidden;
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	padding: 3%;	/*ボックス内の余白*/
	background: #fff;	/*背景色*/
}
#contents .main .list a:hover {
	border: 1px solid #999;	/*マウスオン時の枠線の幅、線種、色*/
}
/*各ボックスの設定（※compactタイプへの追加設定）*/
#contents .main .list.compact {
	box-shadow: none;
	width: 18.4%;			/*幅*/
	float: left;		/*左に回り込み*/
	margin-left: 1.3%;	/*左側に空けるスペース*/
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#contents .main .list.compact a {
	height: 260px;	/*高さ*/
	border: none;
	padding: 0;
	background: transparent;	/*背景色を透明に*/
}
/*ボックス内のh4タグ設定*/
#contents .main .list h4 {
	margin-bottom: 0.5em;
	color: #1fb4e9;		/*文字色*/
	margin-left: 22%;	/*左側の写真幅とのバランスをとって設定*/
}
/*ボックス内のh4タグの１文字目への設定*/
#contents .main .list h4::first-letter {
	border-left: 3px solid #1fb4e9;	/*左側の線の幅、線種、色*/
	padding-left: 10px;	/*線と文字との余白*/
}
/*ボックス内のh4タグ設定（※compactタイプへの追加設定）*/
#contents .main .list.compact h4 {
	border: none;
	margin-left: 0;
}
/*ボックス内のh4タグの１文字目への設定（※compactタイプへの追加設定）*/
#contents .main .list.compact h4::first-letter {
	border: none;
	padding: 0;
}
/*ボックス内のp(段落)タグ設定*/
#contents .main .list p {
	padding: 0px;
	margin-left: 22%;	/*左側の写真幅とのバランスをとって設定*/
}
/*ボックス内の段落タグ設定（※compactタイプへの追加設定）*/
#contents .main .list.compact p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#contents .main .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 20%;		/*写真の幅*/
	margin-right: 2%;	/*写真の右側に空ける余白*/
}
/*マウスオン時のボックス内の写真設定*/
#contents .main .list a:hover figure img {
	opacity: 0.8;	/*透明度80%にする設定*/
}
/*ボックス内の写真設定（※compactタイプへの追加設定）*/
#contents .main .list.compact figure img {
	float: none;
	margin: 0;
	margin-bottom: 10px;
	border: none;
	width: auto;
	padding: 0;
}
/*マウスオン時のボックス内の写真設定（※compactタイプへの追加設定）と、ボックスにoption2スタイルが指定された場合の画像の設定。*/
.list.option2 a:hover figure img,
.list.option2 figure img {
	opacity: 0.3 !important;
}
/*登録日情報*/
#contents .main .list .date {
	display: block;
	font-size: 11px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	text-align: right;	/*テキストを右側に*/
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#contents .main .list table {
	font-size: 12px;	/*文字サイズ*/
	width: 78%;			/*テーブル幅*/
	margin-bottom: 5px;
}
#contents .main .list table,
#contents .main .list table td,
#contents .main .list table th {
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
}
#contents .main .list table td,
#contents .main .list table th {
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
#contents .main .list table th {
	width: 20%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #edf0f5;	/*背景色*/
}
/*白い説明用ブロック*/
#contents .main .list table td {
	width: 30%;	/*幅*/
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: right;	/*右に回り込み*/
	width: 22%;		/*サブコンテンツの幅*/
}
/*h2タグ設定*/
#contents .sub h2 {
	margin-bottom: 0;border-radius: 0;
	font-size: 16px;	/*文字サイズ*/
	background: #999;	/*背景色*/
}
/*h2タグの１文字目への設定*/
#contents .sub h2::first-letter {
	border-left: none;
	padding-left: 0px;
}
/*subコンテンツ内の段落タグ設定*/
#contents .sub p {
	margin: 0;
	padding: 10px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #dcdcdc;	/*下の線の線種、幅、色*/
}
ul.submenu li a {
	text-decoration: none;display: block;
	padding: 2px 15px;	/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox
---------------------------------------------------------------------------*/
#contents .sub .box {
	padding: 15px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f2f2f2;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒で0.05は透明度。*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	border-radius: 3px;	/*角丸のサイズ*/
}
/*box1内のメニューの設定*/
#contents .sub .box ul.submenu {
	margin-bottom: 0px;
}

/*サブコンテンツ内の物件一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#contents .sub .list {
	position: relative;overflow: hidden;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#contents .sub .list a {
	text-decoration: none;display: block;overflow: hidden;
	padding: 10px;	/*ボックス内の余白*/
	border-top: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	background: #fff;	/*背景色*/
}
/*最後ボックスの設定*/
#contents .sub .list:last-of-type a {
	border-bottom: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
}
/*最後ボックスの設定。box内では下に空けるスペースをなくす。*/
#contents .sub .box .list:last-of-type a {
	margin-bottom: 0px;	/*下に空けるスペース*/
}
/*ボックス内のh4タグ設定*/
#contents .sub .list h4 {
	font-size: 13px;
	margin-bottom: 3px;
}
/*ボックス内のp(段落)タグ設定*/
#contents .sub .list p {
	padding: 0;
}
/*ボックス内の写真設定*/
#contents .sub .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 25%;		/*写真の幅*/
	margin-right: 5px;	/*写真の右側に空ける余白*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;position: relative;z-index: 1;
	font-size: 12px;		/*文字サイズ*/
	background: #1fb4e9;	/*背景色*/
	color: #fff;	/*文字色*/
	text-align: center;
}
footer a {color: #fff;}
footer a:hover {color: #fff;}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
	background: url(http://wmt01w.branding-t.co.jp/east-create/210526/images/footer_logo.png) no-repeat 95% center/12%;	/*フッターイメージ画像の読み込み。左から95%、上下中央に配置。幅12%。*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%の色がついた状態。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;		/*透明度。100%色がついた状態。*/
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅*/
	padding-right: 1%;
	padding-left: 1%;
	text-align: left;
	line-height: 1.7;
}
/*見出し*/
#footermenu li.title, #footermenu li.title a {
	opacity: 1;	/*透明度。100%色がついた状態。*/
	font-size: 14px;	/*文字サイズ*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
	padding: 10px 0;
}
#copyright a {text-decoration: none;}
#copyright a:hover {color: #666;}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	padding: 0px 20px;		/*上下、左右へのブロック内の余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #1fb4e9;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}

/*ta1設定
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption, .ta2 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #ffc6a6;	/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1テーブル*/
.ta1 {
	width: 100%;
	table-layout: fixed;
	margin: 0 0 20px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*左側ボックス*/
.ta1 th {
	width: 150px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox label {
	float: left;
	display: inline-block;
	margin-right: 5px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option1, span.option2 {
	text-align: center;
	display: block;
	font-size: 10px;	/*文字サイズ*/
	width: 120px;		/*幅*/
	position: absolute;
	right: 0px;	/*ボックスに対して右から0pxの場所に配置*/
	top: 0px;	/*ボックスに対して上から0pxの場所に配置*/
	transform: rotate(45deg) translate(36px,-15px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	color: #FFF;	/*文字色*/
	background: #999;	/*背景色*/
}
/*option1への追加設定*/
span.option1 {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1, h2 span.option2 {
	width: auto;
	position: static;
	transform: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	padding: 0px 5px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*UPアイコン
---------------------------------------------------------------------------*/
.upicon {
	background: #0072ff;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*ヘッダーにメニューが固定される分、リンク先が隠れるのを防ぐ為のスタイル。※ページ内へのリンクで使う。
---------------------------------------------------------------------------*/
.link {
	display: block;
	margin-top: -120px;
	padding-top: 120px;
}

/*ページの上部へボタン「↑」設定
---------------------------------------------------------------------------*/
@keyframes scroll {0% {opacity: 0;}100% {opacity: 1;}}
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	border-radius: 50%;	/*角丸の設定。円形にする。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #1fb4e9 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.w50 {overflow: hidden;width: 50%;}
.fl {float: left;}
img.fl {float: left;width:30%;margin-right: 20px;margin-bottom: 20px;}
.fr {float: right;}
img.fr {float: right;width:30%;margin-left: 20px;margin-bottom: 20px;}
.big1 {font-size: 22px;}
.sub .big1 {font-size: 12px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.date {text-align: right;color: #999;font-size: 11px;}/*画面を横向きにした場合の高さが500px以下の場合の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s ul li a {
	padding: 10px;		/*メニュー内の余白*/
	float: left;		/*左に回り込み*/
	width: 40%;			/*幅*/
	margin-left: 4%;	/*メニューの左側に空けるスペース*/
}

}/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: fixed;z-index: 100;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);	/*背景色*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
}
/*メニュー１個あたりの設定*/
#menubar-s ul li a {
	display: block;text-decoration: none;
	padding: 10px 15px;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #fff;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
}
/*飾り文字*/
#menubar-s ul li span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	color: #999;		/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 8px;		/*上から8pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	border-radius: 50%;	/*円形にする*/
	border: 1px solid #fff;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #1fb4e9 url(http://wmt01w.branding-t.co.jp/east-create/210526/images/icon_menu.png) no-repeat center top/50px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #1fb4e9 url(http://wmt01w.branding-t.co.jp/east-create/210526/images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu #contents {
	margin-top: 0px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#contents .main, #contents .sub {
	float: none;
	width: auto;
	clear: both;
}

/*ヘッダーメニューが固定されなくなるので、再設定。
---------------------------------------------------------------------------*/
.link {
	margin-top: -30px;
	padding-top: 30px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu {display: none;}
.big1 {font-size: 20px;}
.w50 {overflow: hidden;width: auto;}
.fl {float: none;}
.fr {float: none;}

}/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*ヘッダー
---------------------------------------------------------------------------*/
/*トップページのロゴ画像*/
#top #logo img {
	left: 26%;	/*左から26%の場所に配置*/
	top: 35%;	/*上から35%の場所に配置*/
	width: 50%;	/*画像の幅*/
}

/*物件一覧ページの各ブロック（※compactタイプへの追加設定）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#contents .main .list.compact {
	width: auto;
	float: none;
	margin: 0;
	border-top: 1px solid #dcdcdc;
	padding-top: 3%;
}
#contents .main .list.compact a {
	height: auto;
}
/*ボックス内の写真設定*/
#contents .main .list.compact figure img {
	float: left;
	width: 20%;
	margin-right: 10px;
}
/*最後のボックスへの追加設定*/
#contents .main .list.compact:last-of-type {
	margin-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

}/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	padding-left: 2% !important;
	padding-right: 2% !important;
}

/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
/*h2タグ*/
#contents h2 {
	font-size: 14px;
	padding: 5px 10px;	/*上下、左右へのボックス内の余白*/
}
/*h3タグ*/
#contents h3 {
	font-size: 14px;
	padding-left: 10px;
}
/*h2タグとh3タグの１文字目*/
#contents h2::first-letter, #contents h3::first-letter {
	padding-left: 10px;	/*線と文字との余白*/
}
/*段落タグ*/
#contents p {
	padding: 0 10px 20px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*section同士の余白*/
.main section + section {
	margin-top: 20px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.fl {float: none;}
img.fl {float: none;display: block;width:90%;margin: 0 auto 20px;}
.fr {float: none;}
img.fr {float: none;display: block;width:90%;margin: 0 auto 20px;}
.big1 {font-size: 16px;}
.sh {display:block;}
.pc {display:none;}

}

/*--基本--*/

.composite_box01 .wrapper_item{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.composite_box01 .inner_item{
	width: 23.5%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.composite_box01 .inner_item a{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.composite_box01 .inner_item_img{
	text-align: center;
	margin: 0 auto 10px;
	width: 100%;
}
.composite_box01 .inner_item_img img{
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.composite_box01 .inner_item_img:nth-last-of-type(1){
	/*画像だけのとき*/
	margin-bottom: 0;
}
.composite_box01 .inner_item a *{
	transition: 0.3s ease-in-out;
}
.composite_box01 .inner_item a:hover *{
	opacity: 0.8;
}

.composite_box01 .inner_item .heading{
	margin-bottom: 10px;
	width: 100%;
}
.composite_box01 .inner_item_txt .heading:last-child{
	margin-bottom: 0;
}

/*.inner_itemが3個*/
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: 31%;
}

/*.inner_itemが2個*/
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: 48%;
	margin-left: auto;
	margin-right: auto;
}

/*.inner_itemが6,7,8個*/
.composite_box01 .inner_item:nth-of-type(4n+2):nth-last-of-type(1),
.composite_box01 .inner_item:nth-of-type(4n+3):nth-last-of-type(1){
	margin-left: 2%;
	margin-right: auto;
}
.composite_box01 .inner_item:nth-of-type(4n+2):nth-last-of-type(2){
	margin-left: 2%;
	margin-right: inherit;
}
.composite_box01 .inner_item:nth-of-type(3):nth-of-type(4n+3):nth-last-of-type(1){
	margin-right: inherit;
}

@media screen and (max-width: 920px){
	.composite_box01:not(.no_responsive) .inner_item{
		width: 48%;
	}
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(3){
		margin-bottom: 30px;
	}
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(4n+2):nth-last-of-type(1),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(4n+3):nth-last-of-type(1),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(4n+2):nth-last-of-type(2){
		margin-left: inherit;
		margin-right: inherit;
	}
}
@media screen and (max-width: 650px){
	/*.inner_itemが2個*/
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(2),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(1),
	/*.inner_itemが3個*/
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(2),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(3):nth-last-of-type(1){
		width: 100%;
	}
	/*.inner_itemが2個*/
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(2),
	/*.inner_itemが3個*/
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(2){
		margin-bottom: 30px;
	}
}

/*--レイアウト--*/

/*-block_images_1 画像↓サブタイトル↓テキスト-*/

.block_images_1,
.block_images_4{
}

/*-block_images_2 サブタイトル↓テキスト↓画像-*/

.composite_box01.block_images_2 .inner_item_img,
.composite_box01.block_images_5 .inner_item_img{
	order: 2;
	margin-bottom: 0;
}
.composite_box01.block_images_2 .inner_item_txt,
.composite_box01.block_images_5 .inner_item_txt{
	order: 1;
	margin-bottom: 10px;
}
.composite_box01.block_images_2 .inner_item_txt:nth-of-type(1),
.composite_box01.block_images_5 .inner_item_txt:nth-of-type(1){
	margin-bottom: 0;
}

/*-block_images_3 サブタイトル↓画像↓テキスト js使用-*/

.composite_box01.block_images_3 .inner_item>.heading:nth-last-of-child(1),
.composite_box01.block_images_6 .inner_item>.heading:nth-last-of-child(1){
	margin-bottom: 0;
}

/*-.block_images_456 円形画像-*/

.composite_box01.block_images_4 .inner_item_img,
.composite_box01.block_images_5 .inner_item_img,
.composite_box01.block_images_6 .inner_item_img{
	position: relative;
	padding-top: 50%;
	width: 50%;
}
.composite_box01.block_images_4 .inner_item_img img,
.composite_box01.block_images_5 .inner_item_img img,
.composite_box01.block_images_6 .inner_item_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 100%;
}

/*-block_images_7 画像背景-*/

.composite_box01.block_images_7.width_full>.content_wrapper{
	padding-left: 0;
	padding-right: 0;
}
.composite_box01.block_images_7 .inner_item{
	flex-direction: row;
	align-items: stretch;
	margin: 1px 0 !important;
	position: relative;
	margin-top: 1px;
	margin-bottom: 1px;
}
/*.inner_itemが2個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: calc((100% - 1px)/2);
}
/*.inner_itemが3個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: calc((100% - 2px)/3);
}
/*.inner_itemが4個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(4),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(3),
.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(1){
	width: calc((100% - 3px)/4);
}
.composite_box01.block_images_7 .inner_item a{
	position: relative;
	flex-direction: row;
	align-items: stretch;
}
.composite_box01.block_images_7 .inner_item a:hover *{
	opacity: 1;
}
.composite_box01.block_images_7 .inner_item_txt{
	position: relative;
	z-index: 2;
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	min-height: 260px;
	transition: 0.3s;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
}
.composite_box01.block_images_7 .inner_item a:hover .inner_item_txt{
	background-color: rgba(0,0,0,0.3);
}
.block_images_7 .inner_item_txt,
.block_images_7 .inner_item_txt .h,
.block_images_7 .inner_item_txt .h *{
	color: #fff !important;
}
.composite_box01.block_images_7 .inner_item_txt>*{
	width: 100%;
	box-sizing: border-box;
}
.composite_box01.block_images_7 .inner_item_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}
.composite_box01.block_images_7 .inner_item_img img{
	display: block;
	width: 100% !important;
	height: 100% !important;
	transition: 0.8s !important;
}
.composite_box01.block_images_7 .inner_item a:hover .inner_item_img img{
	transform: scale(1.05);
}
@media screen and (max-width: 920px){
	/*.inner_itemが4個*/
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: calc((100% - 1px)/2);
	}
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(3){
		margin-bottom: 1px !important;
	}
}
@media screen and (max-width: 600px){
	.composite_box01.block_images_7 .inner_item_txt{
		padding: 20px 10px;
	}
	.composite_box01:not(.no_responsive).block_images_7 .inner_item_txt{
		min-height: 0;
	}
	/*.inner_itemが2個*/
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1),
	/*.inner_itemが3個*/
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1){
		width: 100%;
	}
	/*.inner_itemが2個*/
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2),
	/*.inner_itemが3個*/
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2){
		margin-bottom: 1px !important;
	}
}

/*-block_images_8 画像背景2-*/

.composite_box01.block_images_8 .wrapper_item{
	justify-content: center;
}
.composite_box01.block_images_8 .inner_item{
	position: relative;
	margin: 0 !important;
	width: 25% !important;
	overflow: hidden;
	background: var(--i_bg_color);
}
/*.inner_itemが3個*/
.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: 33.3% !important;
}
/*.inner_itemが2個*/
.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: 50% !important;
}
.composite_box01.block_images_8 .inner_item_img{
	z-index: 2;
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	transition: 0.3s cubic-bezier(.22,.61,.36,1) !important;
	background: #000;
}
.composite_box01.block_images_8 .inner_item a{
	height: 100%;
}
.composite_box01.block_images_8 .inner_item a:hover *{
	opacity: 1;
}
.composite_box01.block_images_8 .inner_item_img img{
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: 0.3s cubic-bezier(.22,.61,.36,1) !important;
}
.composite_box01.block_images_8 .inner_item:hover .inner_item_img{
	top: 0;
}
.composite_box01.block_images_8 .inner_item:hover .inner_item_img img{
	opacity: 0.6;
}
.composite_box01.block_images_8 .inner_item_txt{
	z-index: 3;
	min-height: 500px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: calc(140px + 10px) 20px 10px;
	box-sizing: border-box;
	pointer-events: none;
}
.composite_box01.block_images_8 .inner_item_txt .contenteditable{
	pointer-events: auto;
}
.composite_box01.block_images_8 .inner_item_txt>*{
	width: 100%;
}
.composite_box01.block_images_8 .inner_item_txt .heading{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	height: 140px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	box-sizing: border-box;
	padding: 10px;
	overflow: hidden;
	transition: 0.3s cubic-bezier(.22,.61,.36,1) !important;
	border-top: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	border-left: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
}
.composite_box01.block_images_8 .inner_item:last-child .inner_item_txt .heading{
	border-right: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
}
.composite_box01.block_images_8 .inner_item_txt .heading>*{
	width: 100%;
}
.composite_box01.block_images_8 .inner_item_txt .heading *{
	transition: none;
}
.composite_box01.block_images_8 .inner_item_txt .heading .h{
	font-size: 2.6rem !important;
	margin-bottom: 0;
}
.composite_box01.block_images_8 .inner_item_txt p:empty{
	display: none;
}
.composite_box01.block_images_8 .inner_item_txt>p{
	margin: 0;
	padding-bottom: 10px;
	box-sizing: border-box;
	opacity: 0;
	transition: 0.2s !important;
	color: #fff;
}
.composite_box01.block_images_8 .inner_item_txt .heading+div p{
	color: #fff;
}
.composite_box01.block_images_8 .inner_item:hover .inner_item_txt .heading{
	color: #fff;
}
.composite_box01.block_images_8 .inner_item:hover .inner_item_txt>p{
	opacity: 1;
}
@media screen and (max-width: 940px){
	.composite_box01.block_images_8 .inner_item_txt{
		min-height: 40vw;
	}
	/*.inner_itemが4個*/
	.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_8 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: 50% !important;
	}
	.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(3) .heading,
	.composite_box01.block_images_8 .inner_item:nth-of-type(4):nth-last-of-type(1) .heading{
		border-right: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	}
}
@media screen and (max-width: 750px){
	.composite_box01.block_images_8 .inner_item_img{
		top: 83px;
	}
	.composite_box01.block_images_8 .inner_item_txt{
		min-height: 40vw;
		padding-top: calc(83px + 10px);
	}
	.composite_box01.block_images_8 .inner_item_txt .heading{
		height: 83px;
	}
	/*.inner_itemが3個*/
	.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(2),
	.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(1){
		width: 100% !important;
	}
	.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(3) .heading,
	.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(2) .heading{
		border-right: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	}
}
@media screen and (max-width: 600px){
	/*.inner_itemが2個*/
	.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(2),
	.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(1){
		width: 100% !important;
	}
	.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(2) .heading{
		border-right: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	}
}
@media screen and (max-width: 400px){
	.composite_box01.block_images_8 .inner_item_txt{
		min-height: 40vw;
		padding: calc(83px + 10px) 10px 10px;
	}
}

/*-block_images_9 バナー-*/

.composite_box01.block_images_9 .inner_item{
	position: relative;
}
.composite_box01.block_images_9 .inner_item a *{
	transition: 0;
}
.composite_box01.block_images_9 .inner_item_img{
	height: 110px;
}
.composite_box01.block_images_9 .inner_item_txt .heading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 15px;
	box-sizing: border-box;
	transition: 0.2s !important;
}
/*.inner_itemが3個*/
.composite_box01.block_images_9 .inner_item:nth-of-type(1):nth-last-of-type(3) .inner_item_img,
.composite_box01.block_images_9 .inner_item:nth-of-type(2):nth-last-of-type(2) .inner_item_img,
.composite_box01.block_images_9 .inner_item:nth-of-type(3):nth-last-of-type(1) .inner_item_img,
.composite_box01.block_images_9 .inner_item:nth-of-type(1):nth-last-of-type(3) .inner_item_txt .heading,
.composite_box01.block_images_9 .inner_item:nth-of-type(2):nth-last-of-type(2) .inner_item_txt .heading,
.composite_box01.block_images_9 .inner_item:nth-of-type(3):nth-last-of-type(1) .inner_item_txt .heading{
	height: 120px;
}
/*.inner_itemが2個*/
.composite_box01.block_images_9 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_img,
.composite_box01.block_images_9 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_img,
.composite_box01.block_images_9 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_txt .heading,
.composite_box01.block_images_9 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_txt .heading{
	height: 140px;
}
@media screen and (max-width: 920px){
	.composite_box01.block_images_9 .inner_item_img,
	.composite_box01.block_images_9 .inner_item_txt .heading{
		height: 110px !important;
	}
}
.composite_box01.block_images_9 .inner_item_img img{
	height: 100% !important;
}
.composite_box01.block_images_9 a:hover .inner_item_txt .heading.align-left{
	padding-left: 25px;
	padding-right: 5px;
}
.composite_box01.block_images_9 a:hover .inner_item_txt .heading.align-right{
	padding-left: 5px;
	padding-right: 25px;
}
.composite_box01.block_images_9 .inner_item_txt .heading:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: var(--i_main_color, #000);
	opacity: 0.3;
	transition: 0.2s;
}
.composite_box01.block_images_9 a .inner_item_txt .heading:before{
	opacity: 0;
}
.composite_box01.block_images_9 a:hover .inner_item_txt .heading:before{
	opacity: 0.6;
}
.composite_box01.block_images_9 .inner_item_txt .heading .h{
	margin-bottom: 0;
}
.composite_box01.block_images_9 .inner_item_txt .heading .h,
.composite_box01.block_images_9 .inner_item_txt .heading p{
	width: 100%;
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.composite_box01.block_images_9[style*=" color: inherit"] .inner_item_txt .heading .h,
.composite_box01.block_images_9[style*=" color: inherit"] .inner_item_txt .heading p,
.composite_box01.block_images_9:not([style*=" color:"]) .inner_item_txt .heading .h,
.composite_box01.block_images_9:not([style*=" color:"]) .inner_item_txt .heading p{
	color: #fff;
}
.composite_box01.block_images_9 .inner_item_txt p:empty{
	display: none;
}
.composite_box01.block_images_9 .inner_item a:hover *{
	opacity: 1;
}

/*-block_images_10-*/

.composite_box01.block_images_10.width_full .content_wrapper{
	padding-left: 0;
	padding-right: 0;
}
.composite_box01.block_images_10 .wrapper_item{
	justify-content: center;
}
.composite_box01.block_images_10 .inner_item{
	position: relative;
}
/*2個*/
.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: 50%;
	margin: 0;
}
/*3個*/
.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01.block_images_10 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: 33.3%;
	margin: 0;
}
/*4個*/
.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(4),
.composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(3),
.composite_box01.block_images_10 .inner_item:nth-of-type(3):nth-last-of-type(2),
.composite_box01.block_images_10 .inner_item:nth-of-type(4):nth-last-of-type(1){
	width: 25%;
	margin: 0;
}
.composite_box01.block_images_10 .inner_item_img{
	margin-bottom: 0;
	overflow: hidden;
}
.composite_box01.block_images_10 .inner_item_img img{
	height: 300px !important;
	transition: 0.75s ease;
}
.composite_box01.block_images_10 .inner_item a:hover .inner_item_img img{
	transform: scale(1.15);
}
.composite_box01.block_images_10 .inner_item_txt{
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10% 0;
}
.composite_box01.block_images_10 .inner_item_txt>*{
	width: 80%;
}
.composite_box01.block_images_10 .inner_item a:hover *{
	opacity: 1;
}
@media screen and (max-width: 1100px){
	.composite_box01.block_images_10 .inner_item_txt>*{
		width: 90%;
	}
	.composite_box01.block_images_10 .inner_item_img img{
		height: 250px !important;
	}
	.composite_box01.block_images_10 .inner_item_txt{
		padding: 8% 0;
	}
}
@media screen and (max-width: 900px){
	/*4個*/
	.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_10 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_10 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: 50%;
	}
}
@media screen and (max-width: 600px){
	.composite_box01.block_images_10 .inner_item_txt>p{
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 500px){
	.composite_box01.block_images_10 .inner_item{
		width: 100% !important;
	}
	.composite_box01.block_images_10 .inner_item_img img{
		height: 200px !important;
	}
	.composite_box01.block_images_10 .inner_item_txt{
		padding: 30px 0;
	}
}

/*-block_images_11-*/

.composite_box01.block_images_11.width_full .content_wrapper{
	padding-left: 0;
	padding-right: 0;
}
.composite_box01.block_images_11 .wrapper_item{
	justify-content: center;
}
.composite_box01.block_images_11 .inner_item{
	position: relative;
}
/*2個*/
.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: 50%;
	margin: 0;
}
/*3個*/
.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: 33.3%;
	margin: 0;
}
/*4個*/
.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(4),
.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(3),
.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(2),
.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(1){
	width: 25%;
	margin: 0;
}
.composite_box01.block_images_11 .inner_item_img{
	margin-bottom: 0;
	overflow: hidden;
}
.composite_box01.block_images_11 .inner_item_img img{
	display: block;
	height: 300px !important;
	transition: 0.75s ease;
	transform: scale(1.05);
}
.composite_box01.block_images_11 .inner_item a:hover .inner_item_img img,
.composite_box01.block_images_11 a:hover .inner_item_txt .pwrap .iwrap img{
	transform: scale(1.2);
}
.composite_box01.block_images_11 .inner_item_txt{
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.composite_box01.block_images_11 .inner_item_txt .heading{
	width: auto;
	margin: auto;
	background: var(--i_btn_color, #fff);
	color: var(--i_btn_txt_color, #000);
	box-sizing: border-box;
	padding: 10px;
	min-width: 40%;
}
.composite_box01.block_images_11 .inner_item_txt .pwrap{
	width: 100%;
	box-sizing: border-box;
	padding: 7px 10px;
	position: relative;
	overflow: hidden;
}
.composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: 1;
	background: var(--i_bg_color, rgba(0,0,0,0));
}
.composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap img{
	display: block;
	transition: 0.75s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	filter: blur(5px) brightness(150%) !important;
	opacity: 0.5;
	transform: scale(1.05);
}
.composite_box01.block_images_11 .inner_item_txt .pwrap p{
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.composite_box01.block_images_11 .inner_item a:hover *{
	opacity: 1;
}
@media screen and (max-width: 1100px){
	.composite_box01.block_images_11 .inner_item_img img,
	.composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap{
		height: 250px !important;
	}
}
@media screen and (max-width: 900px){
	/*4個*/
	.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: 50%;
	}
}
@media screen and (max-width: 500px){
	.composite_box01.block_images_11 .inner_item{
		width: 100% !important;
	}
	.composite_box01.block_images_11 .inner_item_img img,
	.composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap{
		height: 200px !important;
	}
}

/*-block_images_12-*/

.composite_box01.block_images_12.width_full .content_wrapper{
	padding-left: 0;
	padding-right: 0;
}
.composite_box01.block_images_12 .wrapper_item{
	justify-content: space-between;
}
.composite_box01.block_images_12 .inner_item{
	position: relative;
}
/*2個*/
.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: 48%;
	margin: 0;
}
/*3個*/
.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: 31%;
	margin: 0;
}
/*4個*/
.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(4),
.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(3),
.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(2),
.composite_box01.block_images_12 .inner_item:nth-of-type(4):nth-last-of-type(1){
	width: 23%;
	margin: 0;
}
.composite_box01.block_images_12 .inner_item_img{
	margin-bottom: 0;
	overflow: hidden;
}
.composite_box01.block_images_12 .inner_item_img img{
	display: block;
	height: 250px !important;
	transition: 0.75s ease;
	transform: scale(1.05);
}
.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_img img,
.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_img img{
	height: 300px !important;
}
.composite_box01.block_images_12 .inner_item a:hover .inner_item_img img,
.composite_box01.block_images_12 a:hover .inner_item_txt .pwrap .iwrap img{
	transform: scale(1.2);
}
.composite_box01.block_images_12 .inner_item_txt{
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.composite_box01.block_images_12 .inner_item_txt .heading{
	width: 100%;
	position: static;
}
.composite_box01.block_images_12 .inner_item_txt .heading .h{
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--i_btn_color, #fff);
	color: var(--i_btn_txt_color, #000);
	font-size: 1.2rem !important;
	padding: 5px 10px !important;
	line-height: 1.3 !important;
	font-weight: 500 !important;
}
.composite_box01.block_images_12 .inner_item_txt .heading:before,
.composite_box01.block_images_12 .inner_item_txt .heading:after,
.composite_box01.block_images_12 .inner_item_txt .heading .h:before,
.composite_box01.block_images_12 .inner_item_txt .heading .h:after{
	display: none !important;
}
.composite_box01.block_images_12 .inner_item_txt .pwrap{
	width: 100%;
	box-sizing: border-box;
	padding: 7px 10px;
	position: relative;
	overflow: hidden;
}
.composite_box01.block_images_12 .inner_item_txt .pwrap .h{
	font-weight: bold;
	margin-bottom: 5px;
}
.composite_box01.block_images_12 .inner_item_txt .pwrap .iwrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	z-index: 1;
	background: var(--i_bg_color, rgba(0,0,0,0));
}
.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_txt .pwrap .iwrap,
.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_txt .pwrap .iwrap{
	height: 300px !important;
}
.composite_box01.block_images_12 .inner_item_txt .pwrap .iwrap img{
	display: block;
	transition: 0.75s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	filter: blur(5px) brightness(150%) !important;
	opacity: 0.5;
	transform: scale(1.05);
}
.composite_box01.block_images_12 .inner_item_txt .pwrap p{
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.composite_box01.block_images_12 .inner_item a:hover *{
	opacity: 1;
}
@media screen and (max-width: 900px){
	/*4個*/
	.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_12 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: 48%;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(3){
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 500px){
	.composite_box01.block_images_12 .wrapper_item .inner_item:nth-of-type(n){
		width: 100% !important;
		margin-bottom: 20px;
	}
	.composite_box01.block_images_12 .wrapper_item .inner_item:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.composite_box01.block_images_12 .wrapper_item .inner_item:nth-of-type(n) .inner_item_img img,
	.composite_box01.block_images_12 .wrapper_item .inner_item:nth-of-type(n) .inner_item_txt .pwrap .iwrap{
		height: 200px !important;
	}
}










/*CSSスライドショー設定
---------------------------------------------------------------------------*/
/*１枚目*/
@keyframes slide1 {
	0% {opacity: 0;}
	10% {opacity: 1;}
	40% {}
	50% {opacity: 1;}
	60% {opacity: 0;}
	100% {opacity: 0;}
}
/*２枚目*/
@keyframes slide2 {
	0% {opacity: 0;}
	25% {opacity: 0;}
	35% {opacity: 1;}
	65% {}
	75% {opacity: 1;}
	85% {opacity: 0;}
	100% {opacity: 0;}
}
/*3枚目*/
@keyframes slide3 {
	0% {opacity: 0;}
	50% {opacity: 0;}
	60% {opacity: 1;}
	80% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}

/*mainimg
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg {
	clear: left;
	text-indent: -9999px;
	position: fixed;	/*スクロールしても固定表示させる指定*/
	top: 0px;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);	/*影の設定。右に、下に、広げる幅、rgbaは色で0,0,0は黒、0.2は透明度20%の事。*/
}
/*３枚画像の共通設定*/
.slide1,.slide2,.slide3 {
	animation-duration: 15s;	/*実行する時間。「s」は秒の事。*/
	animation-iteration-count:infinite;		/*実行する回数。「infinite」は無限に繰り返す意味。*/
	position: absolute;left:0px;top:0px;width: 100%;height: 100%;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-delay: 2s;
}
/*土台画像*/
.slide0 {
	background: url(http://wmt01w.branding-t.co.jp/east-create/210526/images/0.png) no-repeat center center/cover;
	position: relative;width: 100%;height: 100%;
}
/*１枚目*/
.slide1 {
	background: url(http://wmt01w.branding-t.co.jp/east-create/210526/images/1.jpg) no-repeat center center/cover;
	animation-name: slide1;		/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*２枚目*/
.slide2 {
	background: url(http://wmt01w.branding-t.co.jp/east-create/210526/images/2.jpg) no-repeat center center/cover;
	animation-name: slide2;		/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*３枚目*/
.slide3 {
	background: url(http://wmt01w.branding-t.co.jp/east-create/210526/images/3.jpg) no-repeat center center/cover;
	animation-name: slide3;
}
/*スライドショー下の曲線グラデーション画像*/
#kazari {
	position: absolute;
	bottom: 90px;	/*飾りがメニューの上に配置されるよう、ここはメニューブロックの高さを指定しておく。*/
	z-index: 2;
	width: 100%;
}
