@charset "UTF-8";
/* -----------------------------------------------
 *  	         component_neo.css
 * ----------------------------------------------- */
/* 新レイアウト用CSS */

/* HOMEの部分非表示 */
#HOME #PAGE_NAV,#HOME #CHILD_NAV{display: none;}
#HOME .FooterWeddingSpaceBlock{display: none;}
#HOME .FooterCopyrightBlock {
    margin-top: 0px !important;
    border-top: none !important;
}

/* WEDDINGのスマホナビ処理 */
/* 960px */
@media only screen and (max-width: 60em) {
/* .spNav.is_wedding .MainNav .MainNav-item.restaurant{display: none;} */
/* .spNav.is_wedding .MainNav .MainNav-item.party{display: none;} */
/* .spNav.is_wedding .MainNav .MainNav-item.restaurant{display: none;} */
.spNav.is_wedding .MainNav .ChildNav-list.wedding{display: block;}
}


/*====================footerサイトマップエリア====================*/
article.footer_sitemap{
    position: relative;
    background-color: #fff;
}

/*====================Swiperセッティング====================*/

/* ===pageNation=== */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #009944;
}
/*グレー版スライド .swiper_boxに.swipe_grayが付く場合、エリア背景白で要素背景グレー */
.swiper_box.swipe_gray .swiper-pagination-bullet {
    background: #ccc;
}
.swiper_box.swipe_gray .swiper-pagination-bullet-active{
    background-color: #009944;
}
/* ===pageNation=== */

.swiper_box{
    padding: 30px 0;
font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
div.swiper-wrapper{
    margin-bottom: 10px;
    align-items: stretch;
    background-color: #fff;
}

/* 汎用swipe */
div.neo_common_slide{
    background-color: #fff;
    height: auto;
}
/*グレー版スライド*/
.swiper_box.swipe_gray div.neo_common_slide{
    background-color: #eeeeee;
}
div.neo_common_slide a{
    text-decoration: none;
}
div.neo_common_slide a:visited{
    color: #505050;
}
div.neo_common_slide a:hover{
    opacity: 0.8;
}
img.neo_common_image{
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}
div.swiper_icon_box{
    margin: 0 0 10px 0;
}
span.swiper_icon{
    display: inline-block;
    width: 115px;
    margin: 0 5px 0 0;
    text-align: center;
    background-color:#000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .2rem;
    padding: 3px;
    font-family: 'Akshar', sans-serif !important;
}


/* fair用swipe */
div.neo_fair_slide{
    height: auto;
}
div.neo_fair_slide a{
    text-decoration: none;
}
div.neo_fair_slide a:visited{
    color: #505050;
}
div.neo_fair_slide a:hover{
    opacity: 0.8;
}
img.neo_fair_image{
    display: block;
    margin: 0;
    padding: 0;
}
div.neo_fair_slide_inner{
    display: flex;
    background-color: #fff;
    padding: 10px 5px;
}
div.fair_slide_date{
    width: 30%;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
}
div.fair_slide_text{
    width: 70%;
    margin: 0;
    padding: 5px;
}

span.year{
    display: block;
    font-family: "trajan-pro-3";
    font-size: 16px;
    font-weight: normal;
}
span.month{
    display: block;
    font-size: 40px;
    font-weight: normal;
}
span.day{
    display: block;
    font-size: 40px;
    color: #669acc;
    font-weight: normal;
}
span.day2{
    display: block;
    font-size: 40px;
    color: #fe979a;
    font-weight: normal;
}
span.day3{
    display: block;
    font-size: 40px;
    color: #666;
    font-weight: normal;
}
span.dotw{
    display: block;
    font-size: 16px;
    color: #669acc;
    font-weight: normal;
}
span.dotw2{
    display: block;
    font-size: 16px;
    color: #fe979a;
    font-weight: normal;
}
span.dotw3{
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
div.fair_slide_text p{
    font-size: 14px;
}


/* photo用swipe */
.swiper-photo-container{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-photo-container div.swiper-wrapper{
    margin-bottom: 0;
    align-items: stretch;
    background-color: #fff;
}


/*====================Topics出し分けセッティング====================*/
div.Page.restaurant .only_wedding{display: none;}
div.Page.wedding .only_restaurant{display: none;}


/*==========TOPページメインVのメニュー==========*/
header.Page-header-new{
    position: absolute;
    top:0; bottom:0; left:0; right:0;
    z-index: 9000;
    margin: auto;
    padding: 10px 30px;
    width: 300px;
    height: 585px;
    background-color: rgba(255,255,255,0.8);
}
/* SVG logo */
div.header-new-logo{
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
div.header-new-logo svg{
    width: 100%;
    fill:#000;
}

/* PageHeaderNav */
ul.Page-header-nav{
    list-style: none;
}
ul.Page-header-nav li{
    text-align: center;
    padding: 0;
    border-top: solid 1px #009944;
}
ul.Page-header-nav li a{
    position: relative;
    display: block;
    padding: 15px 0;
    letter-spacing: .3rem;
    font-weight: 400;
    font-size: 2.2rem;
    font-family: 'Akshar', sans-serif;
    text-decoration: none;
}
ul.Page-header-nav li a span{
    display: block;
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    font-family: 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3, ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;
}
ul.Page-header-nav li a::after{
    position: absolute;
    top: 30px;
    right: 10px;
    content: "";
    display: block;
    background-image: url("/bridal/osaka/jacksongarden/common/img/header_nav_arrow.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    transition: all 0.3s;
}
ul.Page-header-nav li a:hover::after{
    right: 0;
}

/* 480px */
@media only screen and (max-width: 30em) {
header.Page-header-new{
    padding: 10px 30px;
    width: 270px;
    height: 545px;
}
/*logo svg*/
div.header-new-logo{
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    height: 150px;
}
/* nav */
ul.Page-header-nav li a{
    padding: 15px 0;
    font-size: 1.8rem;
}
}



/*==========主要コンテンツメインV==========*/

div.Mainvisual-neo{

}

header.Page-header-neo{
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
}
header.Page-header-neo div.header-neo-inner{
    text-align: center;
    width: 100%;
    color: #fff;
}
/*item1 タイトル英字*/
header.Page-header-neo h1.header-neo-item1{
    display: inline-block;
    position: relative;
    font-size: 58px;
    font-family: "trajan-pro-3";
    font-weight: lighter;
    letter-spacing: 5px;
    line-height: 1.2;
}
header.Page-header-neo h1.header-neo-item1::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    height: 2px;
    background-color: #35B1C5;
}
/*item2 縦書き文字*/
header.Page-header-neo h2.header-neo-item2{
    display: block;
    width: 100%;
}
header.Page-header-neo h2.header-neo-item2 span{
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}
/*item3 タイトル補足*/
header.Page-header-neo span.header-neo-item3{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
}
/*item4 囲み強調*/
span.header-neo-item4{
    display: inline-block;
    padding: 0px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "trajan-pro-3";
}
/*btn*/
a.Btn.header-neo-btn{
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 240px;
    z-index: 9000;
}
.btn_color{
	background-color: #35B1C5 !important;
	color: #fff !important;
}
	
/* 480px */
@media only screen and (max-width: 30em) {
header.Page-header-neo h1.header-neo-item1{
    font-size: 38px;
    letter-spacing: 5px;
}
header.Page-header-neo h1.header-neo-item1::after{
    height: 1px;
}
header.Page-header-neo h2.header-neo-item2{
    display:flex;
    justify-content: center;
    width: 100%;
}
header.Page-header-neo h2.header-neo-item2 span{
    font-size: 16px;
    display: inline-block;
    writing-mode:vertical-rl;
    -ms-writing-mode: tb-rl;            /* IE用　*/
    -webkit-writing-mode: vertical-rl;  /* chrome用　*/
    -o-writing-mode: vertical-rl;  /* opera用　*/
}
a.Btn.header-neo-btn{
    bottom: 30px;
}
}


/*==========コンテンツブロックneo==========*/

.ContentBlock-neo1{

}

/* 上段写真スライド */
.ContentBlock-neo2{
    margin: 0 0 50px 0;
}

.ContentBlock-neo2-inner{
    width: 50%;
    margin: 0 auto;
    padding: 0 20px 20px;
    background-color: #f5f5f5;
}

/* 960px */
@media only screen and (max-width: 60em) {
.ContentBlock-neo2-inner{
    width: 66.66%;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
.ContentBlock-neo2{
    padding: 0 2%;
}
.ContentBlock-neo2-inner{
    width: 100%;
}
}


/*==========フッターコンタクトneo==========*/

div.bottomContact-neo{
    position: relative;
    padding-bottom: 20px;
    border-top: solid 10px #b5b5b5;
}
div.bottomContact-neo::before{
    position: absolute;
    top: -11px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
}

div.bottomContact-neo-inner{
    padding: 15px 0 0 0;
}

.BottomContactBox-subTitle-neo{
    text-align: center;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.BottomContactBox-telNumber-neo{
    font-size: 35px;
/*    font-family: "trajan-pro-3", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
}
.BottomContactBox-telNumber-neo span{
    font-size: 18px;
}

/* インスタリスト */
div.insta-list-box{
    text-align: center;
}


/* サイトマップ */
section.footer-sitemap{
    display: flex;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
div.footer-sitemap-1{
    flex-grow: 1;
    margin-right: 10px;
}
div.footer-sitemap-2{
    flex-grow: 2;
    margin-right: 10px;
}
div.footer-sitemap-3{
    flex-grow: 1;
    margin-right: 10px;
}
div.footer-sitemap-4{
    flex-grow: 1;
}

h3.footer-sitemap-header{
    border-bottom: solid 1px #35B1C5;
    margin: 0 0 10px 0;
}
h3.footer-sitemap-header a{
    color: #35B1C5;
    font-size: 14px;
}
ul.footer-sitemap-list{
    display: inline-block;
    margin: 0 10px 0 0;
}
/* 768px */
@media only screen and (max-width: 48em) {
section.footer-sitemap{
    display: block;
}
div.footer-sitemap-1{
    margin-right: 0;
    margin-bottom: 10px;
}
div.footer-sitemap-2{
    margin-right: 0;
    margin-bottom: 10px;
}
div.footer-sitemap-3{
    margin-right: 0;
    margin-bottom: 10px;
}
div.footer-sitemap-4{
}
}




/* ============================■■共通パーツ■■============================ */
/*btn 左寄席*/
.Btn.neoBtn2{
    margin: 20px 0;
    width: 240px;
}

/*btn Lボタン*/
.Btn.neoBtn_L {
    margin: 20px auto;
    padding: 10px 0;
    width: 480px;
}
/* 480px */
@media only screen and (max-width: 30em) {
.Btn.neoBtn_L{
width: 90%;
}
}

/* Btnが2つ並ぶ場合 */
.BtnGroup.BtnGroup-neo{
    text-align: center;
}
.BtnGroup.BtnGroup-neo .Btn{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2%;
    margin-left: 5px;
    width: 240px;
}

/* === heading Text === */
.heading-neo1{
    letter-spacing: .4rem;
    font-weight: normal;
    font-size: 2.8rem;
    font-family: "trajan-pro-3";
    text-align: center;
}
.heading-neo2{
    font-size: 2.8rem;
    text-align: center;
	line-height: 1.5;
}
.heading-neo2::after{
  	display: block; 
  	width: 100%;
  	height: 1px;
  	background-color: #35B1C5;
  	content: "";
}
.heading-neo2 span{
  	font-size: 1.6rem;
    text-align: center;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/* === Leading Text === */
.neo_lead_text1{
    margin:10px 0;
    line-height: 1.4;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
}
.neo_lead_text1 span{
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
}
/* リード文_小*/
.neo_lead_text2{
    margin:10px auto 50px;
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
/* 600px */
@media only screen and (max-width: 37.5em) {
.neo_lead_text1{
    font-size: 2rem;
    width: 90%;
    margin: 10px auto;
    }
.neo_lead_text2{
    font-size: 1.3rem;
    width: 90%;
    margin: 5px auto 20px;
    }
}
/* 480px */
@media only screen and (max-width: 30em) {
.neo_lead_text1{font-size: 1.8rem;}
.neo_lead_text2{font-size: 1.2rem;}
}

/* === Common Text === */
.neo_common_text1{
    margin: 10px 0;
    font-size: 1.4rem;
    text-align: center;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
/*明朝*/
.neo_common_text2{
    margin: 10px 0;
    font-size: 1.4rem;
    text-align: center;
}
/* 480px */
@media only screen and (max-width: 30em) {
.neo_common_text1{font-size: 1.2rem;}
.neo_common_text2{font-size: 1.2rem;}
}



/* === その他情報フォーマット === */
/* イベント情報dl */
dl.neo_dl1{
    width: 100%;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
dl.neo_dl1::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
dl.neo_dl1 dt{
    float: left;
    width: 150px;
    margin: 0 0 15px 0;
    padding: 2px;
    font-size: 14px;
    color: #a17b30;
    font-weight: bold;
}
dl.neo_dl1 dd{
    float: left;
    width: calc(100% - 150px);
    margin: 0 0 15px 0;
    padding: 2px;
    font-size: 14px;
}
/* 768px */
@media only screen and (max-width: 48em) {
dl.neo_dl1 dt{
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 2px;
    font-size: 14px;
}
dl.neo_dl1 dd{
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 2px;
    font-size: 12px;
}
}

/* 宴会メニュータブ */
.selectMenuBlock-tab li {
	border:1px solid #35B1C5;
}
.selectMenuBlock-tab li + li{
	border-top:1px solid #35B1C5;
	border-right:1px solid #35B1C5;
	border-bottom:1px solid #35B1C5;
	border-left:0;
}
.menu_arrow{
  	position: relative;
	display: inline-block;
}
.menu_arrow::before{
	content: '';
	width: 10px;
	height: 10px;
  	border-top: solid 1px;
  	border-right: solid 1px;
	transform: rotate(135deg);
  	position: absolute;
  	top: 12px;
  	left: 20px;
	display: block;
}

/* 960px */
@media only screen and (max-width: 60em) {
.menu_arrow::before{
	display: none;
}
}

/* 宴会情報dl */
dl.neo_dl2{
    width: 100%;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
}
dl.neo_dl2::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
dl.neo_dl2 dt{
    float: left;
    width: 110px;
    padding: 10px;
    font-size: 14px;
}
dl.neo_dl2 dt:first-child{
	border-bottom:1px solid #969696;
}
dl.neo_dl2 dd{
    float: left;
    width: calc(100% - 110px);
    padding: 10px;
    font-size: 14px;
}
dl.neo_dl2 dt:first-child + dd{
	border-bottom:1px solid #969696;
}




/* =====================flexBox===================== */

/*flex_center 1段 中央 */
.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_center > div.flex_center_inner{
	width: 100%;
}

/*flex_1A 1段 50→100 */
.flex_1A{
	display: flex;
	justify-content: center;
}
.flex_1A div:first-child{
	width: 49%;
}
@media only screen and (max-width: 30em) {
.flex_1A{
	display: block;
}
.flex_1A div:first-child{
	width: 100%;
	margin: 0 0 30px 0;
}
}

/*flex_2A 2段 48:48 */
.flex_2A{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_2A div, .flex_2A section{
    width: 48%;
}

@media only screen and (max-width: 48em) {
.flex_2A{
}
.flex_2A div, .flex_2A section{
	width: 100%;
	margin: 0 0 0 0;
}
}

/*flex_2B 2段 67:30*/
.flex_2B{
	display: flex;
	justify-content: space-between;
}
.flex_2B .flex_2B_innerA{
	width: 67%;
}
.flex_2B .flex_2B_innerB{
	width: 30%;
}
@media only screen and (max-width: 48em) {
.flex_2B{
	display: block;
}
.flex_2B .flex_2B_innerA{
	width: 100%;
	margin: 0 0 10px 0;
}
.flex_2B .flex_2B_innerB{
	width: 100%;
}
}

/*flex_2C 2段 55:45 */
.flex_2C{
	display: flex;
}
.flex_2C div:first-child{
	width: 45%;
}
.flex_2C div:nth-child(2){
	width: 55%;
}
@media only screen and (max-width: 30em) {
.flex_2C{
	display: block;
}
.flex_2C div:first-child{
	width: 100%;
}
.flex_2C div:nth-child(2){
	width: 100%;
}
}

/*flex_2D 2段 50:50 中央寄せ */
.flex_2D{
	display: flex;
	align-items: center;
	justify-content: center;	
}
.flex_2D div.flex_2D_inner, .flex_2D section.flex_2D_inner{
	width: 50%;
}

@media only screen and (max-width: 30em) {
.flex_2D{
	display: block;
}
.flex_2D div.flex_2D_inner, .flex_2D section.flex_2D_inner{
	width: 100%;
}
}

/*flex_2E 2段 48:48→100 */
.flex_2E{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_2E div.flex_2E_inner, .flex_2E section.flex_2E_inner{
	width: 48%;
}
@media only screen and (max-width: 30em) {
.flex_2E{
	display: block;
}
.flex_2E div.flex_2E_inner, .flex_2E section.flex_2E_inner{
	width: 100%;
	margin: 0 0 20px 0;
}
}

/*flex_2E 2段 48:48 */
.flex_2F{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_2F .flex_2F_inner{
	width: 48%;
	margin: 3% 1% 0 1%;
}  


/*flex_3A 3段 32%左右均等配置*/
.flex_3A{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3A > div, .flex_3A > li , .flex_3A > section{
	width: 31%;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 48em) {
.flex_3A{
	display: block;
}
.flex_3A > div, .flex_3A > li , .flex_3A > section{
	width: 100%;
	margin: 0 0 10px 0;
}
}


/*flex_3B 3段 32% 左寄せ配置右空き ソート対策用*/
.flex_3B{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 31%;
	margin: 0 2% 10px 0;
}

@media only screen and (max-width: 48em) {
.flex_3B{
	display: block;
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 100%;
	margin: 0 0 10px 0;
}
}

/*flex_3C 3段 32%左右均等配置 変動なし*/
.flex_3C{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3C > div, .flex_3C > li , .flex_3C > section{
	width: 31%;
	margin: 0 0 0 0;
}

@media only screen and (max-width: 48em) {
}



/* ============================■■共通CLASS■■============================ */
/* clearfix */
.clearfix::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

/* ===========bgColor=========== */
.bg_color1{background-color: #fffff9 !important;}
.bg_color2{background-color: #fff !important;}
.bg_color3{background-color: #f5f5f5 !important;}
.bg_color4{background-color: #f7e7e7 !important;}
.bg_color5{background-color: #f0efe0 !important;}
.bg_color6{background-color: #d9ecdf !important;}

/* =========== flexSetting =========== */
/*flex-direction*/
.row-reverse{flex-direction: row-reverse !important;}
.column{flex-direction: column !important;}
.column-reverse{flex-direction: column-reverse !important;}

/* =========== 出現|削除 =========== */
.app768,.app480{display: none!important;}
/* 768px */
@media only screen and (max-width: 48em) {
.del768{display:none!important;}
.app768{display:block!important;}
}
/* 480px */
@media only screen and (max-width: 30em) {
.del480{display:none!important;}
.app480{display:block!important;}
}

/* =========== color =========== */
.white{ color:white !important;}
.black{ color:black !important;}
.brown1{color: #a17b30!important;}
.brown2{color: #35B1C5!important}
.blue{color: #00A3D9!important;}
.red{color: #B20000!important;}
.orange{color: #FF8000!important;}

/* =========== fontweight =========== */
.bold{font-weight: bold!important;}
.normal{font-weight: normal!important}

/* =========== limit =========== */
.limited{width:90%; margin:0 auto;}

.limit1600{max-width:1600px; margin:0 auto;}
.limit1400{max-width:1400px; margin:0 auto;}
.limit1200{max-width:1200px; margin:0 auto;}
.limit1050{max-width:1050px; margin:0 auto;}
.limit1024{max-width:1024px; margin:0 auto;}
.limit960{max-width:960px; margin:0 auto;}
.limit768{max-width:768px; margin:0 auto;}
.limit480{max-width:480px; margin:0 auto;}
.limit360{max-width:360px; margin:0 auto;}
.limit200{max-width:200px; margin:0 auto;}
.limit150{max-width:150px; margin:0 auto;}

/* ========== margin ========== */
.m0{ margin:0 !important; }

/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }

/* ========== marginBottomParcent ========== */
.mb0p{ margin-bottom:0 !important; }
.mb01p{ margin-bottom:1% !important; }
.mb02p{ margin-bottom:2% !important; }
.mb03p{ margin-bottom:3% !important; }
.mb05p{ margin-bottom:5% !important; }
.mb10p{ margin-bottom:10% !important; }
.mb15p{ margin-bottom:15% !important; }
.mb20p{ margin-bottom:20% !important; }
.mb30p{ margin-bottom:30% !important; }
.mb40p{ margin-bottom:40% !important; }
.mb50p{ margin-bottom:50% !important; }
.mb60p{ margin-bottom:60% !important; }
.mb70p{ margin-bottom:70% !important; }
.mb80p{ margin-bottom:80% !important; }
.mb90p{ margin-bottom:90% !important; }
.mb100p{ margin-bottom:100% !important; }

/* ========== padding ========== */
.pd0{ padding:0 !important; }
.pd5{ padding:5px !important; }
.pd10{ padding:10px !important; }
.pd15{ padding:15px !important; }
.pd20{ padding:20px !important; }
.pd25{ padding:25px !important; }
.pd30{ padding:30px !important; }
.pd35{ padding:35px !important; }
.pd40{ padding:40px !important; }
.pd45{ padding:45px !important; }
.pd50{ padding:50px !important; }
.pd55{ padding:55px !important; }

/* ========== paddingTop&BottomParcent ========== */
.pdtb0p{ padding-top:0%!important; padding-bottom:0%!important; }
.pdtb01p{padding-top:1%!important; padding-bottom:1%!important;}
.pdtb02p{padding-top:2%!important; padding-bottom:2%!important;}
.pdtb03p{padding-top:3%!important; padding-bottom:3%!important;}
.pdtb05p{padding-top:5%!important; padding-bottom:5%!important;}
.pdtb10p{padding-top:10%!important; padding-bottom:10%!important;}
.pdtb15p{padding-top:15%!important; padding-bottom:15%!important;}
.pdtb20p{padding-top:20%!important; padding-bottom:20%!important;}
.pdtb30p{padding-top:30%!important; padding-bottom:30%!important;}
.pdtb40p{padding-top:40%!important; padding-bottom:40%!important;}
.pdtb50p{padding-top:50%!important; padding-bottom:50%!important;}
.pdtb60p{padding-top:60%!important; padding-bottom:60%!important;}
.pdtb70p{padding-top:70%!important; padding-bottom:70%!important;}
.pdtb80p{padding-top:80%!important; padding-bottom:80%!important;}
.pdtb90p{padding-top:90%!important; padding-bottom:90%!important;}
.pdtb100p{padding-top:100%!important; padding-bottom:100%!important;}

/* ========== paddingTop&BottomParcent ========== */
.pdtb0{ padding-top:0px!important; padding-bottom:0px!important; }
.pdtb0x{padding-top:1px!important; padding-bottom:1px!important;}
.pdtb02{padding-top:2px!important; padding-bottom:2px!important;}
.pdtb03{padding-top:3px!important; padding-bottom:3px!important;}
.pdtb05{padding-top:5px!important; padding-bottom:5px!important;}
.pdtb10{padding-top:10px!important; padding-bottom:10px!important;}
.pdtb15{padding-top:15px!important; padding-bottom:15px!important;}
.pdtb20{padding-top:20px!important; padding-bottom:20px!important;}
.pdtb30{padding-top:30px!important; padding-bottom:30px!important;}
.pdtb40{padding-top:40px!important; padding-bottom:40px!important;}
.pdtb50{padding-top:50px!important; padding-bottom:50px!important;}
.pdtb60{padding-top:60px!important; padding-bottom:60px!important;}
.pdtb70{padding-top:70px!important; padding-bottom:70px!important;}
.pdtb80{padding-top:80px!important; padding-bottom:80px!important;}
.pdtb90{padding-top:90px!important; padding-bottom:90px!important;}
.pdtb100{padding-top:100px!important; padding-bottom:100px!important;}

/* ========== padding setting ========== */
.pdset_A{padding:30px !important;}
/* 480px */
@media only screen and (max-width: 30em) {
.pdset_A{padding:10px !important;}
}

/* ========== txt-align ========== */
.txt_left{text-align:left !important;}
.txt_center{text-align:center !important;}
.txt_right{text-align:right !important;}
.txt_just{text-align:justify !important;}

/* ========== width ========== */
.wd100{width: 100%!important;}
.wd33{width: 33.33%!important;}


/* ============================■■共通CLASS■■============================ */

/* ●↑汎用スタイル */



/* ======================parts====================== */

/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1200px */
@media only screen and (max-width: 75em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}