@charset "utf-8";

main {
	background: linear-gradient(60deg, #B5D8E7 0%, #E1EBE2 100%);
	border-bottom: 15px solid #52BFCA;
}

main#location.underPage {
    padding-top: 0!important;
}

main#location.underPage .handwriting {
    font-family: "adobe-handwriting-ernie", sans-serif;
	font-weight: 400;
}

main img {
    width: 100%;
}

.mainVisual {
	background: url("../-image/location/main_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}

.mainVisual .logoimage {
	width: 320px;
	padding: 235px 0 290px;
	margin: 0 auto 0;
}

.mainVisual .logoimage img {
	width: 100%;
}

.bgWhite {
	background: rgb(255 255 255 / 60%);
	margin-bottom: 110px;
	padding: 0 80px 50px;
}

.bgWhite h2 {
    background: linear-gradient(90deg, #8AC7B9 0%, #19A9B9 100%);
    display: inline-block;
    padding: 50px 0 25px;
    color: #fff;
    font-size: 46px;
    line-height: 1;
    margin-bottom: 10px;
    width: 50%;
}

.bgWhite02 {
	background: #fff;
	padding: 35px 40px;
}

.bgColor {
	background: linear-gradient(90deg, #87BFB2 0%, #98B9D8 100%);
	color:#fff;
	padding: 0 6px 2px;
	margin-bottom: 10px;
}

.bgColor p {
	color:#fff;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.titleJp {
    font-size:13px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 80px;
}

.gothic {
	font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.textRed {
	color: #9E696D;
	font-size: 11px;
	margin-bottom: 5px;
}

section h3 {
    font-size: 24px;
    letter-spacing: 5px;
	margin-bottom: 30px;
}

section .bgColor p {
    font-size: 24px;
    font-weight: bold;
    padding: 3px 10px;
	margin-bottom: 5px;
}

section .col02 > div,section .col02 > li {
	width: 49%;
}

section .col03 > div,section .col03 > li {
	width: 32%;
}

section .col04 > div,section .col04 > li {
	width: 23.5%;
}

section .time {
    width: 80px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
	line-height: 1;
}

section .time:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 18px;
    bottom: 0;
    right: 0;
    background: #35ADBE;
    mix-blend-mode: multiply;
    z-index: 0;
}

section .time span {
    color: #fff;
    font-size: 10px;
    position: relative;
    z-index: 3;
	line-height: 18px;
	vertical-align: middle;
}

/*＝＝＝＝localNav＝＝＝＝*/

.localNav {
    background: #fff;
    padding: 60px 0 50px;
	margin-bottom: 85px;
}

.localNav ul {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.localNav li {
	width: 32%;
	margin-bottom: 20px;
}

.localNav li a {
    display: block;
    position: relative;
    font-size: 24px;
    text-align: center;
    background: #68a9cf;
    color: #fff;
    line-height: 58px;
}

.localNav li a:before {
    content: "";
    position: absolute;
    bottom: -13px;
    right: -13px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 18px solid transparent;
    border-left: 18px solid #ffffff;
    transform: rotate(45deg);
}


/*＝＝＝＝sec01 SHOPPING＝＝＝＝*/

#sec01 .bgWhite02 {
	margin-bottom: 60px;
}

#sec01 .bgWhite02 .flexBox.takashimaya  {
	margin-bottom: 15px;
}

#sec01 .bgWhite02 .flexBox.takashimaya .rightArea p.absolute {
    color: #fff;
    right: 8px;
    bottom: 10px;
    font-size: 10px;
}

#sec01 .bgWhite02 .leftArea {
	width: 620px;
}

#sec01 .bgWhite02 .leftArea .absolute {
    background: #68A9CF;
    color: #fff;
    text-align: center;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    border: 2px solid #fff;
    top: -25px;
    right: 248px;
}

#sec01 .bgWhite02 .leftArea .absolute p {
    font-size: 11px;
    line-height: 1;
	padding: 12px 0;
}

#sec01 .bgWhite02 .leftArea .absolute p span {
    font-size: 35px;
    font-weight: 400;
    display: block;
    line-height: 1;
}

#sec01 .bgWhite02 .rightArea {
	width: 251px;
}

#sec01 .bgWhite02 .rightArea img:first-child {
	margin-bottom:7px;  
}

#sec01 .bgColor p.textSmall {
    font-size: 9px;
    font-weight: normal;
	padding: 0 10px 10px;
	line-height: 1;
	letter-spacing: 1px;
}

#sec01 .bgWhite02 .stationText {
	margin-bottom: 30px;
}

#sec01 .bgWhite02 .stationText .leftArea,#sec01 .bgWhite02 .stationText .rightArea {
	width: 49%;
}

#sec01 .bgWhite02 .stationText .rightArea .bgBlue {
	background: #EAF0F7;
	padding: 18px;
}

#sec01 .bgWhite02 .stationText .rightArea .bgBlue dl {
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0;
}

#sec01 .bgWhite02 .stationText .rightArea .bgBlue dt {
	width: 32%;
	color: #68A9CF;
	font-size: 11px;
	font-weight: bold;
}

#sec01 .bgWhite02 .stationText .rightArea .bgBlue dd {
	width: 68%;
	font-size: 11px;
}

#sec01 .bgWhite02 .stationText .rightArea .bgBlue .etc {
	bottom:18px;
	right: 18px;
}

#sec01 .bgWhite02 .col04 img {
    margin-bottom: 5px;
}

#sec01 .bgWhite02 .col04 p.text {
    font-size: 12px;
}

#sec01 .gourmetBox01 {
    margin: 60px 90px 0 0;
    justify-content: flex-start;
    max-width: 1060px;
    border-right: 1px solid #3E3A39;
}

#sec01 .gourmetBox02 {
    margin: 30px 0 30px 90px;
    justify-content: flex-end;
    max-width: 1060px;
    border-left: 1px solid #3E3A39;
    padding: 30px 0;
}

#sec01 .gourmetBox03 {
    max-width: 950px;
	justify-content: flex-start;
}

#sec01 .gourmet {
	max-width: 340px;
	margin-right: 35px;
}

#sec01 .gourmet .photo {
    margin-bottom: 15px;
}

#sec01 .gourmet .photo img {
    border-radius: 20px;
}

#sec01 .gourmet .absolute, #sec01 .gourmet06 .subphoto {
    width: 160px;
    right: -28px;
    bottom: -60px;
}

#sec01 .gourmet06 .subphoto {
    right: -105px;
}

#sec01 .gourmet .shopName {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#sec01 .gourmet .addressBox {
    width: 45%;
}

#sec01 .gourmet .address,#sec01 .gourmet06 .address,
#sec01 .gourmet .address a,#sec01 .gourmet06 .address a {
    font-size: 8px;
    letter-spacing: 1px;
}

#sec01 .gourmet .text {
    width: 54%;
    font-size: 11px;
    padding-top: 5px;
}

#sec01 .gourmet.gourmet04 {
    margin-right: 0;
}

#sec01 .gourmet06  {
	max-width: 520px;
	margin-top: 25px;
}

#sec01 .gourmet06 .textSvg {
    width: 120px;
}

#sec01 .gourmet06 .boderBg:before {
    content: "";
    background: #F0EFEF;
    width: 360px;
    height: 278px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 26px;
	z-index: 0;
}

#sec01 .gourmet06 .boder {
    border: 2px solid #000;
    border-radius: 26px;
	width: 360px;
	padding: 15px;
	position: inherit;
	z-index: 1;
}


#sec01 .gourmet06 .boder .title {
    position: absolute;
    width: 155px;
    right: 40px;
    top: -12px;
    padding: 0 15px;
    background: #edf5f4;
}

#sec01 .gourmet06 .boder .titleImage {
    transform: rotate(-11deg);
    width: 244px;
    left: -46px;
    top: 15px;
}

#sec01 .gourmet06 .boder .flexBox {
	margin-bottom: 15px;
}

#sec01 .gourmet06 .boder .textArea {
    width: 48%;
	padding-top: 70px;
}

#sec01 .gourmet06 .boder .textArea p {
    font-size: 12px;
}

#sec01 .gourmet06 .boder .photoArea {
    width: 48%;
}

/*＝＝＝＝sec06 Redevelopment＝＝＝＝*/

#sec06 h4.sec03Title {
    font-size: 26px;
    color: #68a9cf;
    border-top: 2px solid #68a9cf;
    border-bottom: 2px solid #68a9cf;
    padding: 10px 20px;
	display: inline-block;
	margin-bottom: 45px;
	font-weight: 400;
}

#sec06 .bgWhite02 {
    background: #fff;
}

#sec06 .bgWhite02.box01 {
    margin-bottom: 60px;
	padding: 60px 60px;
}

#sec06 .bgWhite02.box02 {
    padding: 60px 60px;
	margin-bottom: 20px;
}

#sec06 .text {
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 50px;
}

#sec06 .map {
    width: 90%;
    margin: 0 auto 50px;
}

#sec06 h3 {
    text-align: center;
    color: #863a4b;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 26px;
}

#sec06 h3 sup {
    font-size: 18px;
}

#sec06 .graph {
    margin-bottom: 40px;
}

#sec06 .bgWhite02 .annotation {
	font-size: 20px;
}

#sec06 .imageBox {
	padding: 0 10px;
}

#sec06 .image {
    width: 100%;
    margin: 0 auto 20px;
}

#sec06 h5 {
	color: #68a9cf;
	font-size: 22px;
}

#sec06 .text02 {
	font-size: 18px;
	margin-bottom: 40px;
}

#sec06 .bgBlue {
	background: #f0f5fb;
	padding: 45px 40px;
}

#sec06 .title {
	font-size: 22px;
	color: #68a9cf;
	font-weight: 800;
	margin-bottom: 30px;
}

#sec06 .title span {
	font-size: 34px;
}

#sec06 .bgBlue h3 {
    font-size: 18px;
    color: #fff;
    background: #6d6b6b;
    text-align: left;
    padding: 2px 0 3px 15px;
	margin-bottom: 5px;
}

#sec06 .bgBlue h3 span {
	font-size: 24px;
}

#sec06 .bgBlue .flexBox div {
	width: 47%;
	margin-bottom: 40px;
}

#sec06 .bgBlue .text {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 8px;
}

#sec06 .bgBlue li {
	color:#863a4b;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	position: relative;
	padding-left: 18px;
}

#sec06 .bgBlue li:before {
    position: absolute;
    content: "";
    margin: auto;
    top: 14px;
    left: 0px;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 14px solid #863a4b;
}

#sec06 .bgBlue .list {
	justify-content: flex-start;
}

#sec06 .bgBlue .list li {
	width: 50%;
}

#sec06 .annotation02 {
	font-size: 12px;
}

/*＝＝＝＝sec02 PARK＝＝＝＝*/

#sec02 .teganuma  {
    margin-bottom: 40px;
}

#sec02 .teganuma .leftArea {
	width: 26%;
}

#sec02 .teganuma .leftArea .photo {
    margin-left: -20px;
	margin-bottom: 10px;
}

#sec02 .text01 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#sec02 .text02 {
    font-size: 11px;
    margin-bottom: 5px;
}

#sec02 .text03,#sec02 .text03 a {
    font-size: 8px;
    letter-spacing: 1px;
}

#sec02 .teganuma .centerArea {
	width: 30%;
	padding: 0 2%;
}

#sec02 .teganuma .centerArea .textRed {
	margin-bottom: 5px;
	margin-top: 18px;
}

#sec02 .teganuma .centerArea .textRed .border {
    border-top: 1px solid #9E696D;
    border-bottom: 1px solid #9E696D;
    font-size: 12px;
    line-height: 2.6;
    padding-bottom: 5px;
}

#sec02 .teganuma .rightArea {
	width: 44%;
	margin-top: 38px;
}

#sec02 .teganuma .rightArea .camp {
	margin-bottom: 10px;
}

#sec02 .teganuma .rightArea .dog {
	width: 50%;
}

#sec02 .teganuma .posi01 {
    width: 160px;
    left: -125px;
    bottom: -20px;
}

#sec02 .teganuma .posi02 {
    width: 282px;
    right: -30px;
    bottom: -10px;
}

#sec02 .teganuma .posi03 {
    width: 52%;
    top: -60px;
    right: -21px;
}

#sec02 .hanabi {
    align-items: end;
	margin-bottom: 73px;
}

#sec02 .hanabi .leftArea {
	width: 26%;
}

#sec02 .hanabi .centerArea {
	width: 26%;
}

#sec02 .hanabi .rightArea {
	width: 45%;
}

#sec02 .hanabi .rightArea .absolute {
    width: 54%;
    right: 12px;
    bottom: -75px;
}

#sec02 .columnWrap {
	align-items: center;
}


#sec02 .columnWrap .leftArea {
    width: 22%;
}

#sec02 .columnWrap .rightArea {
	width: 76%
}

#sec02 .columnWrap .photo {
	margin-bottom: 8px;
}

#sec02 .columnWrap .bgColor.mb15 {
	margin-bottom: 15px;
}

#sec02 .columnWrap .rightArea .time:before {
    background: #67AF28;
}

/*＝＝＝＝sec03 MEDICAL＝＝＝＝*/

#sec03 .bgColor.fontSmall {
	font-size: 13.5px;
}

#sec03 .col04 .time:before {
    background: #917199;
}

#sec03 .col04 .photo {
	margin-bottom: 8px;
}

/*＝＝＝＝sec04 EDUCATION＝＝＝＝*/

#sec04 .flexWrap .leftArea,#sec04 .flexWrap .rightArea {
	width: 50%;
}

#sec04 .flexWrap .leftArea {
	border-right: 1px solid #3E3A39;
	padding-right: 25px;
}

#sec04 .flexWrap .rightArea {
	padding-left: 25px;
}

#sec04 .flexWrap .photoBig {
    margin-bottom: 15px;
}

#sec04 .flexWrap .textBox {
    width: 49%;
	margin-bottom: 15px;
}

#sec04 .flexWrap .textBox .textBig {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 2px;
}

#sec04 .flexWrap .textBox .text {
    font-size: 11px;
}

#sec04 .flexWrap .photoBox {
    width: 49%;
	margin-bottom: 15px;
}

#sec04 table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #8e8e8e;
	text-align: center;
}

#sec04 table th {
    background: #DE829A;
	color:#fff;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 2px;
}

#sec04 table td {
	font-size: 11px;
	vertical-align: middle;
	border-right: 1px solid #8e8e8e;
}

#sec04 table td span {
	font-size: 14px;
	font-weight: bold;
}

#sec04 table td.bgPink {
    background:#F9E9EC;
}

#sec04 .time:before {
    background: #DE829A;
}

#sec04 .col04 {
    margin-top: 30px;
}

#sec04 .col04 .photo {
    margin-bottom: 8px;
}

#sec04 .bgWhite02 {
    margin-bottom: 60px;
}

#sec04 .kosodate h4 {
	color: #00B3C4;
	font-size: 18px;
	font-weight: 900;
	border-bottom: 1px solid #00B3C4;
	margin-bottom: 5px;
}

#sec04 .kosodate .leftArea {
    width: 34%;
	margin-bottom: 30px;
}

#sec04 .kosodate .centerArea {
    width: 27%;
	margin-bottom: 30px;
}

#sec04 .kosodate .rightArea {
    width: 34%;
	margin-bottom: 30px;
}

#sec04 .kosodate .text {
    font-size: 11px;
	margin-bottom: 20px;
}

#sec04 .kosodate h5 {
	color: #00B3C4;
}

#sec04 .kosodate ul {
    margin-bottom: 30px;
}

#sec04 .kosodate li {
    position: relative;
    padding-left: 1.2em;
	font-size: 11px;
}

#sec04 .kosodate li:before {
	content:"●";
	color: #00B3C4;
	position: absolute;
	left:0;
}

#sec04 .kosodate .centerArea .chi-pass01 div {
    width: 66%;
}

#sec04 .kosodate .centerArea .chi-pass01 .passImage {
    width: 30%;
}

#sec04 .kosodate .centerArea .chi-pass01 .passImage p {
    font-size: 8px;
}

#sec04 .kosodate .centerArea .chi-pass02 div {
    width: 56%;
}

#sec04 .kosodate .centerArea .chi-pass02 div p {
    font-size: 11px;
}

#sec04 .kosodate .centerArea .chi-pass02 .passImage {
    width: 39%;
}

#sec04 .kosodate02 .bgColor01 {
    width: 49%;
	background: linear-gradient(90deg, rgb(135 191 178 / 30%) 0%, rgb(152 185 216 / 30%) 100%);
	padding: 12px;
}

#sec04 .kosodate02 .bgColor01 h4 {
    color: #fff;
	background: #00B3C4;
    font-size: 18px;
    font-weight: 900;
    border-bottom: none;
	text-align: center;
    line-height: 1.8;
	margin-bottom: 20px;
}

#sec04 .kosodate02 .bgColor01 .title {
	color: #00B3C4;
    font-size: 22px;
    font-weight: 900;
	line-height: 1.4;
    margin-bottom: 10px;
}

#sec04 .kosodate02 .box01 .leftArea {
    width: 46%;
    border-right: 1px solid #3E3A39;
	padding-right: 2%;
	margin-bottom: 0;
}

#sec04 .kosodate02 .box01 .rightArea {
	width: 51%;
	margin-bottom: 0;
}

#sec04 .kosodate02 .box01 .rightArea dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#sec04 .kosodate02 .box01 .rightArea dt {
	width: 22%;
	font-size: 11px;
	font-weight: 600;
	color: #00B3C4;
}

#sec04 .kosodate02 .box01 .rightArea dd {
	width: 78%;
	font-size: 11px;
}

#sec04 .kosodate02 .box02 .leftArea {
    width: 70%;
	margin-bottom: 0;
}

#sec04 .kosodate02 .box02 .leftArea .textSmall {
    font-size: 8px;
}

#sec04 .kosodate02 .box02 .rightArea {
	width: 29%;
	margin-bottom: 0;
}

#sec04 .bgColor02 {
	background: #fffeee;
	padding: 50px 40px;
}

#sec04 .bgColor02 .tetoteBox {
    width: 92%;
    margin: 0 auto;
}

#sec04 .bgColor02 .tetoteBox h2,#sec04 .bgColor02 .tetoteBox h3,#sec04 .bgColor02 .tetoteBox p,#sec04 .bgColor02 .tetoteBox li,#sec04 .bgColor02 .tetoteBox dd,#sec04 .bgColor02 .tetoteBox dt,#sec04 .bgColor02 .tetoteBox span {
	font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
}

#sec04 .bgColor02 .tetoteBox h2 {
    background: #7eb4d2;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 35px;
    width: 100%;
    padding: 0;
}

#sec04 .bgColor02 .tetoteBox ul {
    justify-content: space-between;
	margin-bottom: 40px;
}

#sec04 .bgColor02 .tetoteBox ul li {
    width: 32%;
}

#sec04 .bgColor02 .tetoteBox ul li.posi {
    position: relative;
}

#sec04 .bgColor02 .tetoteBox ul li.posi div {
    position: absolute;
    top:-17px;
    left:12px;
    width: 110px;
}

#sec04 .bgColor02 .tetoteBox ul li img {
    border-radius: 36px;
}

#sec04 .bgColor02 .tetoteBox .inner {
    position: relative;
	max-width: unset;
    width: 100%;
}

#sec04 .bgColor02 .tetoteBox .inner:before {
    position: absolute;
    content:"";
    background: url("../-image/kosodate/sec02_img02.svg") no-repeat 0 0;
    background-size: 100%;
    width:113px;
    height: 76px;
    top:-10px;
    left: 0;
}

#sec04 .bgColor02 .tetoteBox .inner:after {
    position: absolute;
    content:"";
    background: url("../-image/kosodate/sec02_img03.svg") no-repeat 0 0;
    background-size: 100%;
    width:82px;
    height: 59px;
    top:-18px;
    right: -10px;
}

#sec04 .bgColor02 .tetoteBox .whiteBox {
    overflow: hidden;
    border: 2px solid #7eb4d2;
    background: #fff;
    border-radius: 36px;
    padding: 45px 0 0 45px;
    margin-bottom: 60px;
}

#sec04 .bgColor02 .tetoteBox .tetote{
    width: 100%;
    max-width: 600px;
    margin: 0 100px 60px auto;
	align-items: center;
}

#sec04 .bgColor02 .tetoteBox .imgArea{
    width: 120px;
    margin-right: 30px;
}

#sec04 .bgColor02 .tetoteBox .textArea{
    max-width: 450px;
}

#sec04 .bgColor02 .tetoteBox .textArea p {
    font-size: 15px;
    line-height: 1.9;
}

#sec04 .bgColor02 .tetoteBox .info {
    align-items: flex-start;
}

#sec04 .bgColor02 .tetoteBox .leftArea {
    width: 45%;
    max-width: 300px;
    margin-bottom: 40px;
}

#sec04 .bgColor02 .tetoteBox .leftArea dl {
    justify-content: flex-start;
}

#sec04 .bgColor02 .tetoteBox .leftArea dd {
    color:#7eb4d2;
    font-weight: 600;
    font-size: 17px;
    width: calc(100% - 4em);
    margin-bottom: 6px;
    line-height: 1.8;
}

#sec04 .bgColor02 .tetoteBox .leftArea .floor {
    width: 3.5em;
    margin-top: 4px;
}

#sec04 .bgColor02 .tetoteBox .leftArea .floor span {
    background: #949495;
    line-height: 1.8;
    font-size:14px;
    color:#fff;
    display: block;
    text-align: center;
    margin-right: 8px;
}

#sec04 .bgColor02 .tetoteBox .leftArea .border span {
    border-bottom: 3px solid #f0ea0c;
    font-size: 17px;
}

#sec04 .bgColor02 .tetoteBox .leftArea dd.lastdd {
    line-height: 1;
}

#sec04 .bgColor02 .tetoteBox .leftArea dd .lineheight {
    line-height: 1.8;
	font-size: 17px;
}

#sec04 .bgColor02 .tetoteBox .leftArea dd .lineheight02 {
    line-height: 1.6;
    font-size: 17px;
}

#sec04 .bgColor02 .tetoteBox .leftArea dd .textSmall {
    font-size: 12px;
    line-height: 1;
    vertical-align: top;
}

#sec04 .bgColor02 .tetoteBox .rightArea {
    width: 55%;
    max-width: 460px;
    padding: 0 10px 0 25px;
    margin: 0 0 0 auto;
}

#sec04 .bgColor02 .tetoteBox .rightArea .bg {
    position: relative;
    text-align: center;
    z-index: 0;
}

#sec04 .bgColor02 .tetoteBox .rightArea .bg:before {
    content:"";
    background: #7eb4d2;
    position: absolute;
    width: 520px;
    height: 520px;
    bottom:-160px;
    right: -20%;
    z-index: -1;
    border-radius: 600px;
}

#sec04 .bgColor02 .tetoteBox .rightArea .bg h3 {
    font-size: clamp(18px, 1.4vw, 21px);
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

#sec04 .bgColor02 .tetoteBox .rightArea .bg ul {
    width: 80%;
    margin: 0 auto 30px;
}

#sec04 .bgColor02 .tetoteBox .rightArea .bg li {
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    color:#fff;
    text-align: left;
	width: 100%;
}

#sec04 .bgColor02 .tetoteBox .rightArea .bg li:before {
    position: absolute;
    content:"";
    background: url("../-image/kosodate/sec02_img04.png") no-repeat 0 0 ;
    background-size: 100%;
    width: 14px;
    height: 16px;
    left:0;
    top:0;
}

#sec04 .bgColor02 .tetoteBox .rightArea .bg .imageArea {
    margin-bottom: 35px;
}

#sec04 .bgColor02 .tetoteBox .rightArea .bg .text {
    color:#fff;
    font-size: 11px;
    margin-top: 20px;
}

.tabWrap {
	display: flex;
	flex-wrap: wrap;
}

.tabLabel {
	color: #fff;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	padding: 10px 0;
	margin: 0 0 30px;
	text-align: center;
	letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
}

.tabLabel span{
	color: #fff;
	font-weight: normal;
	display: block;
	font-size: 8px;
}

.tabContent {
	flex: 100%;
	display: none;
	overflow: hidden;
}

input[name="tabBtn"] {
	display: none;
}

.tabWrap input:checked + .tabLabel {
    color: #fff;
}

.bg01 {
	background:#303030;
}

.bg02 {
	background:#727272;
}

.bg03 {
	background:#797979;
}

.bg04 {
	background:#858585;
}

.bg05 {
	background:#979797;
}

.bg06 {
	background:#B3B3B3;
}

.bg07 {
	background:#9C9C9C;
}

.bg08 {
	background:#5B5B5B;
}

.tabWrap input:checked + .bg01,.bg01:hover {
	background: #A35615;
}

.tabWrap input:checked + .bg02,.bg02:hover {
	background: #DE6A08;
}

.tabWrap input:checked + .bg03,.bg03:hover {
	background: #917199;
}

.tabWrap input:checked + .bg04,.bg04:hover {
	background: #B5A102;
}

.tabWrap input:checked + .bg05,.bg05:hover {
	background: #DE829A;
}

.tabWrap input:checked + .bg06,.bg06:hover {
	background: #35ADBE;
}

.tabWrap input:checked + .bg07,.bg07:hover {
	background: #67AF28;
}

.tabWrap input:checked + .bg08,.bg08:hover {
	background: #7E6B2E;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content,
#tab08:checked ~ #tab08_content {
  display: block;
}

.tabContent{
  position: relative;
  animation: fadeIn 1s ease;
}

.tabContent .map {
    margin-bottom: 30px;
}

.tabContent .title {
	margin-bottom: 25px;
}

.tabContent .title .en,.tabContent .title .jp {
	width: 50%;
	padding: 0 10px;
	color: #fff;
	line-height: 1;
	height:36px; 
	display: flex;
    align-items: center;
}

.tabContent .title .en {
	font-size: 26px;
	padding-top: 3px;
	letter-spacing: 2px;
}

.tabContent .title .jp {
    font-size: 14px;
    text-align: right;
    letter-spacing: 3px;
	justify-content: flex-end;
}

.tabContent .detail {
	margin-bottom: 25px;
}

.tabContent .number {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    width: 22px;
    height: 22px;
    line-height: 23px;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    margin: 4px 7px 0px 0;
    vertical-align: top;
}

.tabContent .detail dl {
	width: 50%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.tabContent .detail dl dt {
    font-size: 16px;
    font-weight: 600;
	width: 75%;
}

.tabContent .detail dl:nth-child(2n) dt {
	padding-left: 10px;
}

.tabContent .detail dl dd {
	padding-right: 10px;
	text-align: right;
	width: 28%;
    font-size: 13px;
}

.tabContent .detail dl:nth-child(2n) dd {
	padding-right: 0;
}

#sec05 .annotation {
    font-size: 10px;
}

#tab01_content .title .en {
	background: #C59462;
}

#tab01_content .title .jp,#tab01_content .number {
    background: #A35615;
}

#tab02_content .title .en {
	background: #EBA769;
}

#tab02_content .title .jp,#tab02_content .number {
    background: #DE6A08;
}

#tab03_content .title .en {
	background: #BCA8C0;
}

#tab03_content .title .jp,#tab03_content .number {
    background: #917199;
}

#tab04_content .title .en {
	background: #D2C473;
}

#tab04_content .title .jp,#tab04_content .number {
    background: #B5A102;
}

#tab05_content .title .en {
	background: #EBB8C3;
}

#tab05_content .title .jp,#tab05_content .number {
    background: #DE829A;
}

#tab06_content .title .en {
	background: #9DCED8;
}

#tab06_content .title .jp,#tab06_content .number {
    background: #35ADBE;
}

#tab07_content .title .en {
	background: #ACCE7D;
}

#tab07_content .title .jp,#tab07_content .number {
    background: #67AF28;
}

#tab08_content .title .en {
	background: #B2A070;
}

#tab08_content .title .jp,#tab08_content .number {
    background: #7E6B2E;
}





@media screen and (max-width: 767px)  {	
	
	main {
		border-bottom: 10px solid #52BFCA;
	}	

	.bgWhite {
		margin-bottom: 50px;
		padding: 0 20px 40px;
	}	

	.bgWhite h2 {
        padding: 25px 0 15px;
        font-size: 24px;
        width: 80%;
    }

	.titleJp {
		font-size:10px;
		margin-bottom: 40px;
	}
	
	.mainVisual .logoimage {
		width: 130px;
		padding: 80px 0 100px;
		margin: 0 auto 0;
	}

	section h3 {
		font-size: 17px;
		letter-spacing: 1px;
		margin-bottom: 30px;
	}
	
	section .bgColor p,section .bgColor,#sec03 .bgColor.fontSmall {
		font-size: 16px;
	}
		
	section .col04 > div, section .col04 > li {
		width: 100%;
		margin-bottom: 20px;
	}	
	
	section .col04 > div:last-child,section .col04 > li:last-child {
		margin-bottom: 0;
	}	
	
	.bgWhite02 {
		padding: 25px 20px;
	}
	
	.textRed {
		font-size: 13px;
		margin-bottom: 10px;
	}
	
	.localNav {
		padding: 30px 0 20px;
		margin-bottom: 40px;
	}
	
	.localNav li {
		width: 48%;
		margin-bottom: 10px;
	}
	
	.localNav li a:before {
		bottom: -7px;
		right: -7px;
		width: 10px;
		height: 10px;
		border: 10px solid transparent;
		border-left: 10px solid #ffffff;
	}	
	
	.localNav li a {
		font-size: 14px;
		line-height: 40px;
		letter-spacing: -1px;
	}	
	
	#sec01 .bgWhite02 .leftArea {
		width: 100%;
		margin-bottom: 15px;
	}
	
	#sec01 .bgWhite02 .leftArea .absolute {
		top: -25px;
		right: -20px;
		width: 70px;
		height: 70px;
	}	
	
	#sec01 .bgWhite02 .leftArea .absolute p span {
		font-size: 30px;
	}	

	#sec01 .bgWhite02 .rightArea {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}	
		
	#sec01 .bgWhite02 .flexBox.takashimaya .rightArea div {
		width: 49%;
	}
	
	#sec01 .bgWhite02 .flexBox.takashimaya .rightArea p.absolute {
		right: 5px;
		bottom: 2px;
		font-size: 8px;
	}
	
	#sec01 .bgWhite02 .rightArea img:first-child {
		margin-bottom: 0;
	}	
		
	#sec01 .bgWhite02 .stationText .leftArea, #sec01 .bgWhite02 .stationText .rightArea {
		width: 100%;
	}	
	
	#sec01 .bgColor p.textSmall {
		font-size: 10px;
		line-height: 1.6;
		padding: 0 10px 0;
	}	
	
	#sec01 .bgWhite02 .stationText .rightArea .bgBlue dt {
		width: 100%;
		font-size: 12px;
		margin-bottom: 3px;
	}
	
	#sec01 .bgWhite02 .stationText .rightArea .bgBlue dd {
		width: 100%;
		font-size: 12px;
		margin-bottom: 10px;
	}	
	
	#sec01 .bgWhite02 {
		margin-bottom: 30px;
	}	
	
	#sec01 .gourmetBox01,#sec01 .gourmetBox02,#sec01 .gourmetBox03 {
		margin: 0 0 0 0;
		max-width: 100%;
		border-left: none;
		border-right: none;
		padding: 0 0;
	}	

	#sec01 .gourmet {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	#sec01 .gourmet .shopName {
		font-size: 16px;
		margin-bottom: 10px;
	}	
	
	#sec01 .gourmet .addressBox {
		width: 100%;
		margin-bottom: 15px;
	}	
	
	#sec01 .gourmet .address, #sec01 .gourmet06 .address, #sec01 .gourmet .address a, #sec01 .gourmet06 .address a {
		font-size: 10px;
	}
	
	#sec01 .gourmet .text {
		width: 100%;
		font-size: 14px;
		padding-top: 0;
	}
	
	#sec01 .gourmet .absolute, #sec01 .gourmet06 .subphoto {
		width: 130px;
		right: -36px;
	}

	#sec01 .gourmet06 {
		max-width: 100%;
		margin-top: 0;
	}	
	
	#sec01 .gourmet06 .textSvg {
		width: 75%;
	}
	
	#sec01 .bgWhite02 .col04 p.text {
		font-size: 14px;
	}	
	
	#sec01 .gourmet06 .boder {
		width: 100%;
	}
	
	#sec01 .gourmet06 .boder .titleImage {
		transform: rotate(-8deg);
		width: 70%;
		left: -3px;
		top: 15px;
	}
	
	#sec01 .gourmet06 .boder .textArea {
		width: 100%;
		padding-top: 70px;
		margin-bottom: 20px;
	}
	
	#sec01 .gourmet06 .boder .textArea p {
		font-size: 14px;
	}

	#sec01 .gourmet06 .boder .photoArea {
		width: 75%;
	}
	
	#sec01 .gourmet06 .subphoto {
        right: 3px;
        bottom: 60px;
    }
	
	#sec01 .gourmet06 .boderBg:before {
		width: 100%;
		height: 490px;
	}
	
	/*＝＝＝＝sec06 Redevelopment＝＝＝＝*/

	#sec06 h4.sec03Title {
		font-size: 20px;
		border-top: 1px solid #68a9cf;
		border-bottom: 1px solid #68a9cf;
		padding: 10px 10px;
		margin-bottom: 30px;
	}

	#sec06 .bgWhite02.box01 {
		margin-bottom: 30px;
		padding: 40px 20px;
	}

	#sec06 .bgWhite02.box02 {
		padding: 40px 20px;
		margin-bottom: 20px;
	}

	#sec06 .text {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 30px;
		text-align: left;
	}

	#sec06 .map {
		width: 100%;
		margin: 0 auto 30px;
	}

	#sec06 h3 {
		margin-bottom: 30px;
		font-size: 20px;
	}

	#sec06 h3 sup {
		font-size: 16px;
	}
	
	#sec06 .bgWhite02 .annotation {
		font-size: 16px;
	}

	#sec06 .imageBox {
		padding: 0;
	}
	
	#sec06 h5 {
		font-size: 18px;
	}

	#sec06 .text02 {
		font-size: 16px;
		margin-bottom: 30px;
	}

	#sec06 .bgBlue {
		padding: 20px;
	}

	#sec06 .title {
		font-size: 15px;
		margin-bottom: 20px;
	}

	#sec06 .title span {
		font-size: 19px;
	}

	#sec06 .bgBlue h3 {
		font-size: 16px;
	}

	#sec06 .bgBlue h3 span {
		font-size: 20px;
	}

	#sec06 .bgBlue .flexBox div {
		width: 100%;
		margin-bottom: 20px;
	}

	#sec06 .bgBlue .text {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 8px;
	}

	#sec06 .bgBlue li {
		font-size: 16px;
	}

	#sec06 .bgBlue .list li {
		width: 100%;
	}

	#sec02 .teganuma .leftArea {
		width: 100%;
	}	
	
	#sec02 .text02 {
		font-size: 14px;
		margin-bottom: 10px;
	}	
	
	#sec02 .text03, #sec02 .text03 a {
		font-size: 12px;
	}
	
	#sec02 .teganuma .centerArea {
		width: 100%;
		padding: 0;
	}
	
	#sec02 .teganuma .rightArea {
		width: 100%;
		margin-top: 60px;
	}

	#sec02 .teganuma .posi01 {
        width: 130px;
        left: -40px;
        top: -75px;
        z-index: 2;
    }
	
	#sec02 .teganuma .posi02 {
		width: 82%;
		right: -42px;
		bottom: -16px;
	}
	
	#sec02 .teganuma .posi03 {
		width: 55%;
		top: -50px;
		right: -30px;
	}
	
	#sec02 .teganuma {
		margin-bottom: 30px;
	}	
	
	#sec02 .hanabi .leftArea {
		width: 100%;
	}
	
	#sec02 .hanabi .centerArea {
		width: 30%;
	}
	
	#sec02 .hanabi .rightArea {
		width: 67%;
	}
	
	#sec02 .hanabi .rightArea .absolute {
		width: 52%;
		right: 5px;
		bottom: -35px;
	}
	
	#sec02 .hanabi {
		margin-bottom: 35px;
	}
	
	#sec02 .columnWrap .leftArea,#sec02 .columnWrap .rightArea,#sec02 .columnWrap .rightArea .col02 div,#sec02 .columnWrap .rightArea .col03 div {
		width: 100%;
	}

	#sec02 .teganuma .centerArea .textRed .border {
		font-size: 13px;
		line-height: 2.6;
		padding: 5px 0;
	}	
	
	#sec02 .text03 {
		margin-bottom: 20px;
	}	
	
	    #sec04 .flexWrap .leftArea, #sec04 .flexWrap .rightArea {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 30px;
    }
	
	#sec04 .flexWrap .textBox {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#sec04 .flexWrap .textBox .textBig {
		font-size: 16px;
	}

	#sec04 .flexWrap .textBox .text {
		font-size: 14px;
	}	
	
	#sec04 .flexWrap .photoBox {
		width: 100%;
	}	

	 #sec04 table th {
        font-size: 11px;
        width: 100%;
        padding: 1px 0 4px;
    }
	
	#sec04 table td span {
		font-size: 13px;
	}

	#sec04 .kosodate .leftArea {
		width: 100%;
	}	
	
	#sec04 .kosodate .centerArea {
		width: 100%;
	}	
	
	#sec04 .kosodate .rightArea {
		width: 100%;
	}	
	
	#sec04 .kosodate02 .bgColor01 {
		width: 100%;
		padding: 15px;
	}
	
	#sec04 .kosodate02 .bgColor01.box01 {
		margin-bottom: 20px;
	}
	
	#sec04 .kosodate02 .box01 .leftArea {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #3E3A39;
		padding-right: 2%;
		margin-bottom: 15px;
	}	
	
	#sec04 .kosodate02 .box01 .rightArea,#sec04 .kosodate02 .box02 .leftArea {
		width: 100%;
	}
	
	#sec04 .kosodate02 .bgColor01 .title {
		font-size: 18px;
		margin-bottom: 25px;
	}
	
	#sec04 .kosodate02 .box02 {
		position: relative;
	}	
	
	#sec04 .kosodate02 .box02 .rightArea {
		width: 24%;
		position: absolute;
		right: 22px;
		top: 57px;
	}	
	
	#sec04 .bgColor02 {
		padding: 30px 20px;
	}
	
	#sec04 .bgColor02 .tetoteBox {
		width: 100%;
	}
    
    #sec04 .bgColor02 .tetoteBox h2 {
        padding: 5px 0;
		font-size: 18px;
    }
    
    #sec04 .bgColor02 .tetoteBox ul li {
        width: 80%;
        margin: 0 auto 15px;
    }    
    
    #sec04 .bgColor02 .tetoteBox ul li.posi div {
        top: -27px;
        left: 9px;
        width: 90px;
    }
    
    #sec04 .bgColor02 .tetoteBox ul li img {
        border-radius: 25px;
    }   
    
    #sec04 .bgColor02 .tetoteBox .whiteBox {
        border-radius: 25px;
        padding: 50px 20px 0 20px;
        margin-bottom: 40px;
    }  
    
    #sec04 .bgColor02 .tetoteBox .inner:before {
        width: 86px;
    }
    
    #sec04 .bgColor02 .tetoteBox .inner:after {
        width: 70px;
    }
    
    #sec04 .bgColor02 .tetoteBox .imgArea {
        width: 56%;
        margin: 0 auto 30px;
    }    
    
    #sec04 .bgColor02 .tetoteBox .tetote {
        margin: 0 auto 40px auto;
    }    
    
    #sec04 .bgColor02 .tetoteBox .leftArea {
        width: 100%;
        max-width: 350px;
        margin-bottom: 45px;
    }

    #sec04 .bgColor02 .tetoteBox .leftArea dd {
        width: 100%;
    }    
    
    #sec04 .bgColor02 .tetoteBox .rightArea {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }    

    #sec04 .bgColor02 .tetoteBox .rightArea .bg:before {
        bottom: -110px;
        right: 50%;
        transform: translateX(50%);
    }
	
	#sec04 .bgColor02 .tetoteBox .rightArea .bg h3 {
		font-size: 16px;
	}
    
    #sec04 .bgColor02 .tetoteBox .rightArea .bg ul {
        width: 100%;
    }
	
	.tabLabel {
		display: inline-block;
		padding: 5px 0;
		margin: 0;
		width: 50%;
		flex: none;
	}	

	.tabContent {
		margin-top: 30px;
	}	

	.tabContent .title .en, .tabContent .title .jp {
		width: 100%;
		padding: 0 5px;
		height: auto;
	}	

	.tabContent .title .en {
		font-size: 21px;
		letter-spacing: 2px;
		padding: 5px 10px 3px;
	}	

	.tabContent .title .jp {
		font-size: 14px;
		letter-spacing: 2px;
		padding: 5px 10px 5px;
	}
	
	.tabContent .detail dl {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.tabContent .detail dl dt {
		font-size: 14px;
		width: 100%;
		padding-left: 26px;
        text-indent: -26px;
	}

	.tabContent .detail dl:nth-child(2n) dt {
		padding-left: 26px;
        text-indent: -26px;
	}
	
	.tabContent .detail dl dd {
		padding-right: 0;
		font-size: 12px;
		width: 100%
	}	

	.tabContent .number {
		width: 18px;
		height: 18px;
		line-height: 20px;
		font-size: 14px;
		margin: 4px 5px 0px 0;
		text-indent: 0px;
	}	
	
	
	
	
	
}

@media screen and (min-width: 768px) {
	html {
	  visibility: hidden;
	}

	html.wf-active {
	  visibility: visible;
	}

}


@media screen and (min-width: 768px)  and (max-width:1024px)  {
 	
	.mainVisual .logoimage {
        width: 180px;
        padding: 150px 0 200px;
        margin: 0 auto 50px;
    }

	section .bgColor p,section .bgColor,#sec03 .bgColor.fontSmall {
		font-size: 16px;
	}
		
	section .col04 > div, section .col04 > li {
		width: 49%;
		margin-bottom: 20px;
	}	
	
	section .col04 > div:last-child,section .col04 > li:last-child {
		margin-bottom: 0;
	}	
	
	section h3 {
		font-size: 22px;
		letter-spacing: 3px;
	}
	
	.bgWhite {
		margin-bottom: 50px;
		padding: 0 30px 30px;
	}
	
	.bgWhite h2 {
		font-size: 36px;
	}	
	
	.textRed {
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.titleJp {
		margin-bottom: 50px;
	}
	
	#sec01 .bgWhite02 .leftArea {
		width: 100%;
		margin-bottom: 15px;
	}
	
	#sec01 .bgWhite02 .leftArea .absolute {
		top: -25px;
		right: -20px;
		width: 70px;
		height: 70px;
	}	
	
	#sec01 .bgWhite02 .leftArea .absolute p span {
		font-size: 30px;
	}	

	#sec01 .bgWhite02 .rightArea {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}	
	
	#sec01 .bgWhite02 .rightArea img {
		width: 49%;
	}	
	
	#sec01 .bgWhite02 .rightArea img:first-child {
		margin-bottom: 0px;
	}
		
	#sec01 .bgWhite02 .stationText .leftArea, #sec01 .bgWhite02 .stationText .rightArea {
		width: 100%;
	}	
	
	#sec01 .bgColor p.textSmall {
		font-size: 10px;
		line-height: 1.6;
		padding: 0 10px 0;
	}	
	
	#sec01 .bgWhite02 .stationText .rightArea .bgBlue dt {
		width: 100%;
		font-size: 12px;
		margin-bottom: 3px;
	}
	
	#sec01 .bgWhite02 .stationText .rightArea .bgBlue dd {
		width: 100%;
		font-size: 12px;
		margin-bottom: 10px;
	}	
	
	#sec01 .bgWhite02 {
		margin-bottom: 30px;
	}	
	
	#sec01 .gourmetBox01,#sec01 .gourmetBox02,#sec01 .gourmetBox03 {
		margin: 0 0 30px 0;
		max-width: 98%;
		padding: 0 0;
	}
	
	#sec01 .gourmetBox03 {
		max-width: 100%;
	}	

    #sec01 .gourmet {
        max-width: 42%;
        margin-right: 40px;
        margin-bottom: 15px;
    }
	
	#sec01 .gourmet .shopName {
		font-size: 16px;
		margin-bottom: 10px;
	}	
	
	#sec01 .gourmet .addressBox {
		width: 100%;
		margin-bottom: 15px;
	}	
	
	#sec01 .gourmet .address, #sec01 .gourmet06 .address, #sec01 .gourmet .address a, #sec01 .gourmet06 .address a {
		font-size: 10px;
	}
	
	#sec01 .gourmet .text {
		width: 100%;
		font-size: 14px;
		padding-top: 0;
	}
	
	#sec01 .gourmet .absolute, #sec01 .gourmet06 .subphoto {
		width: 130px;
		right: -36px;
	}

	#sec01 .gourmet06 {
		max-width: 50%;
		margin-top: 0;
	}	
	
	#sec01 .gourmet06 .textSvg {
		width: 75%;
	}
	
	#sec01 .bgWhite02 .col04 p.text {
		font-size: 14px;
	}	
	
	#sec01 .gourmet06 .boder {
		width: 100%;
	}
	
	#sec01 .gourmet06 .boder .titleImage {
		transform: rotate(-8deg);
		width: 70%;
		left: -3px;
		top: 15px;
	}
	
	#sec01 .gourmet06 .boder .textArea {
		width: 100%;
		padding-top: 70px;
		margin-bottom: 20px;
	}
	
	#sec01 .gourmet06 .boder .textArea p {
		font-size: 14px;
	}

	#sec01 .gourmet06 .boder .photoArea {
		width: 75%;
	}
	
	#sec01 .gourmet06 .subphoto {
        right: -10px;
        bottom: 50px;
    }
	
	#sec01 .gourmet06 .boderBg:before {
		width: 100%;
		height: 485px;
	}

	#sec02 .teganuma .leftArea {
		width: 48%;
	}	
	
	#sec02 .text02 {
		font-size: 14px;
		margin-bottom: 10px;
	}	
	
	#sec02 .text03, #sec02 .text03 a {
		font-size: 12px;
	}
	
	#sec02 .teganuma .centerArea {
		width: 48%;
		padding: 0;
	}
	
	#sec02 .teganuma .rightArea {
		width: 100%;
		margin-top: 0;
	}

	#sec02 .teganuma .posi01 {
        width: 130px;
        left: -65px;
        bottom: -30px;
        z-index: 2;
    }
	
	#sec02 .teganuma .posi02 {
        width: 60%;
        right: -45px;
        bottom: 30px;
    }
	
	#sec02 .teganuma .posi03 {
        width: 52%;
        top: -90px;
        right: -30px;
    }
	
	#sec02 .teganuma {
		margin-bottom: 30px;
	}	
	
	#sec02 .hanabi .leftArea {
		width: 100%;
	}
	
	#sec02 .hanabi .centerArea {
		width: 30%;
	}
	
	#sec02 .hanabi .rightArea {
		width: 67%;
	}
	
	#sec02 .hanabi .rightArea .absolute {
		width: 52%;
		right: 5px;
		bottom: -35px;
	}
	
	#sec02 .hanabi {
		margin-bottom: 35px;
	}
	
	#sec02 .columnWrap .leftArea {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	#sec02 .columnWrap .leftArea .tbFlex {
		width: 49%;
	}
	
	#sec02 .columnWrap .rightArea {
		width: 100%;
	}
	
	#sec02 .columnWrap .rightArea .col02 > div,#sec02 .columnWrap .rightArea .col03 > div {
		width: 49%;
	}
	
	#sec02 .columnWrap .bgColor.mb15:last-child {
		margin-bottom: 0;
	}

	#sec02 .teganuma .centerArea .textRed .border {
		font-size: 13px;
		line-height: 2.6;
		padding: 5px 0;
	}	
	
	#sec02 .text03 {
		margin-bottom: 20px;
	}	
	
	#sec04 .flexWrap .leftArea, #sec04 .flexWrap .rightArea {
        width: 49%;
        border: none;
        padding: 0;
        margin-bottom: 30px;
    }
	
	#sec04 .flexWrap .textBox {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#sec04 .flexWrap .textBox .textBig {
		font-size: 16px;
	}

	#sec04 .flexWrap .textBox .text {
		font-size: 14px;
	}	
	
	#sec04 .flexWrap .photoBox {
		width: 100%;
	}
	
	#sec04 table tr.tb {
		display: table-row;
	}

	#sec04 table th {
		font-size: 14px;
		width: 100%;
		padding: 5px 0;
	}
		
	#sec04 table td span {
		font-size: 13px;
	}
	
	#sec04 .col04 {
		margin-top: 0;
	}
	
	section .col04 > div:nth-child(3),section .col04 > div:nth-child(4) {
        margin-bottom: 0;
    }
	
	#sec04 .bgWhite02 {
		margin-bottom: 30px;
	}
	
	#sec04 .kosodate .leftArea {
		width: 49%;
	}	
	
	#sec04 .kosodate .centerArea {
		width: 49%;
	}	
	
	#sec04 .kosodate .rightArea {
		width: 49%;
	}	
	
	#sec04 .kosodate02 .bgColor01 {
		width: 100%;
		padding: 15px;
	}
	
	#sec04 .kosodate02 .bgColor01.box01 {
		margin-bottom: 20px;
	}
	
	#sec04 .kosodate02 .box01 .leftArea {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #3E3A39;
		padding-right: 2%;
		margin-bottom: 15px;
	}
	
	#sec04 .kosodate02 .box01 .rightArea dt {
		width: 12%;
	}
	
	#sec04 .kosodate02 .box01 .rightArea dd {
		width: 88%;
	}	
	
	#sec04 .kosodate02 .box01 .rightArea {
		width: 100%;
	}	
	
	#sec04 .kosodate02 .bgColor01 .title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	#sec04 .kosodate02 .box02 .leftArea {
		width: 74%;
	}
	
	#sec04 .kosodate02 .box02 .rightArea {
		width: 24%;
	}
	
	#sec04 .bgColor02 .tetoteBox .rightArea .bg:before {
		width: 460px;
		height: 460px;
		bottom: -87px;
		right: -97px;
	}

	
	.tabLabel {
		display: inline-block;
		padding: 5px 0;
		margin: 0;
		width: 50%;
		flex: none;
	}	

	.tabContent {
		margin-top: 30px;
	}	
	
	.tabContent .detail dl {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.tabContent .detail dl dt {
		font-size: 14px;
		width: 80%;
		padding-left: 26px;
        text-indent: -26px;
	}

	.tabContent .detail dl:nth-child(2n) dt {
		padding-left: 26px;
        text-indent: -26px;
	}
	
	.tabContent .detail dl dd {
		padding-right: 0;
		font-size: 12px;
		width: 20%
	}	

	.tabContent .number {
		width: 18px;
		height: 18px;
		line-height: 20px;
		font-size: 14px;
		margin: 4px 5px 0px 0;
		text-indent: 0px;
	}	
	
}


@media screen and (min-width: 1024px) and (max-width:1260px)  {

	#sec01 .bgWhite02 .leftArea {
		width: 70%;
	}	
	
	#sec01 .bgWhite02 .rightArea {
		width: 28%;
	}	
	
	#sec01 .bgWhite02 .leftArea .absolute {
		right: 200px;
	}	

	.bgWhite {
		margin-bottom: 80px;
		padding: 0 50px 50px;
	}	
	
	#sec01 .gourmet {
		max-width: 42%;
	}
	
	#sec01 .gourmetBox01 {
		margin: 60px 50px 0 0;
		max-width: 100%;
	}	
	
	#sec01 .gourmetBox02 {
		margin: 30px 0 30px 50px;
		max-width: 100%;
	}
	
	#sec01 .gourmetBox03 {
		justify-content: space-between;
		max-width: 100%;
	}
	
	#sec01 .gourmet06 {
		width:53%;
	}
	
	#sec01 .gourmet06 .subphoto {
		right: -50px;
	}
	
	#sec01 .gourmet06 .textSvg .sp.tb {
			display: none;
	}	
	
	#sec01 .gourmet06 .textSvg .pc {
			display: block;
	}	
	
	#sec01 .gourmet06 .textSvg {
			width: 28%;
	}
	
	#sec01 .gourmet06 .boderBg.relative {
		width: 72%;
	}	
	
    #sec01 .gourmet06 .boder .titleImage {
        transform: rotate(-11deg);
        width: 66%;
        left: -47px;
        top: 16px;
    }	
	
    #sec02 .teganuma .leftArea {
        width: 28%;
    }	
	
    #sec02 .teganuma .centerArea {
        width: 30%;
        padding: 0 2%;
    }
	
	#sec02 .teganuma .rightArea {
        width: 40%;
        margin-top: 38px;
    }
	
	#sec02 .teganuma .centerArea .textRed .border {
        font-size: 11px;
    }	
	
	#sec02 .teganuma .posi01 {
        bottom: 100px;
    }	
	
    #sec02 .teganuma .posi03 {
        width: 60%;
        top: -55px;
    }	
	
	#sec02 .teganuma .posi02 {
        width: 76%;
        right: -34px;
        bottom: 34%;
    }	
	
    #sec02 .hanabi {
        margin-bottom: 70px;
    }	
	
    #sec02 .hanabi .rightArea .absolute {
        width: 52%;
        right: 22px;
        bottom: -100px;
    }	
	
	#sec02 .hanabi {
        margin-bottom: 98px;
    }
	
	#sec04 .bgColor02 .tetoteBox .rightArea .bg:before {
		bottom: -130px;
		right: -34%;
	}

}

@media screen and (min-width: 768px) and (max-width:1023px)  {
	
    #sec04 .bgColor02 .tetoteBox .leftArea {
        width: 100%;
        max-width: 350px;
        margin-bottom: 45px;
    }

    #sec04 .bgColor02 .tetoteBox .leftArea dd {
        width: 100%;
    }    
    
    #sec04 .bgColor02 .tetoteBox .rightArea {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }    

    #sec04 .bgColor02 .tetoteBox .rightArea .bg:before {
        bottom: -230px;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        height: 600px;
    }
	
	#sec04 .bgColor02 .tetoteBox .rightArea .bg h3 {
		font-size: 16px;
	}
    
    #sec04 .bgColor02 .tetoteBox .rightArea .bg ul {
        width: 100%;
    }
	
}

/*＝＝＝＝＝＝＝＝＝＝＝
柏マルイ跡地
＝＝＝＝＝＝＝＝＝＝＝＝*/

.maruiBox {
	position: relative;
	background: #68a9cf;
	margin: 40px auto 0;
	padding: 10px;
	box-shadow: 5px 5px 0 rgb(3 3 3 / 35%);
}

.maruiBox:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    border-width: 0 0 64px 64px;
    border-style: solid;
    border-color: #ffffff #ffffff #558dad;
}

.maruiBox .bgBox {
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 15px;
}

.maruiBox .bgBox .news p {
    background: #fff;
    display: inline-block;
    font-size: 34px;
    color: #68a9cf;
    padding: 22px 50px 0px;
    font-weight: 100 !important;
    line-height: 0.8;
    border-radius: 0 0 15px 15px;
    margin-bottom: 20px;
}

#sec06 .maruiBox .bgBox h3 {
    text-align: center;
    color:#fff;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 32px;
	line-height: 1.4;
}

#sec06 .maruiBox .bgBox .text {
	text-align: center;
	color:#fff;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.6;
	font-weight: 300;
}

@media screen and (max-width: 767px)  {	
	
	.maruiBox:after {
		border-width: 0 0 50px 50px;
	}	
	
	.maruiBox .bgBox .news p {
		font-size: 24px;
		padding: 12px 25px 0px;
		border-radius: 0 0 12px 12px;
	}	

	#sec06 .maruiBox .bgBox h3 {
		margin-bottom: 15px;
		font-size: 22px;
	}	
	
	#sec06 .maruiBox .bgBox .text {
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		padding: 0 20px;
	}
	
	
	
	
	
}



 