/* --------------▽▽▽▽▽▽▽▽ホーム▽▽▽▽▽▽▽-------------- */
.wrapper{
    overflow: hidden;
}
.tac{
    text-align: center;
}
/* --------ボタン------- */
.btn_sales_sche a {
    width: 500px;
    border: #ff80ab 1px solid;
    background-color: #FFF;
    margin: 60px auto 0;
    display: block;
    text-align: center;
    padding:36px 20px 36px 30px;
    font-size: 2.6rem;
    text-decoration: none;
    color: #ff1a68;
    position: relative;
}
.btn_sales_sche a:before {
    content: "";
    display: block;
    background: url(../img/pdf.png)no-repeat;
    background-size: 15px 17px;
    position: absolute;
    width: 15px;
    height: 17px;
    top: 40px;
    left: 85px;
}
.btn_sales_sche a:hover {
    width: 500px;
    border: #ff80ab 1px solid;
    background-color: #ff80ab;
    margin: 60px auto 0;
    display: block;
    text-align: center;
    font-size: 2.6rem;
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
}
.btn_sales_sche a:hover:before {
    content: "";
    display: block;
    background: url(../img/pdf.png)no-repeat;
    background-size: 15px 17px;
    position: absolute;
    transition: 0.3s;
}

/* --------トップ------- */
 .pc_table{
	 display:block !important;
	}
 .sp_table{
	 display:none !important;
	}

.suit_width{
    margin:0 auto;
}
.layout1, .layout2 {
    width: 950px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    position: relative;
}
.suit_top {
    background: #ffebee url(../img/top_bg.png)center center no-repeat;
    background-size: cover;
    display: block;
    height: 550px;
    width: 100%;
    position: relative;
}
.layout2 .choice_box_inner p{
	font-size: 2.4rem;
	width: 100%;
	max-width: 740px;
}
.layout2 .choice_box_inner p.choice_txt{
	font-size: 2.0rem;
}
.accordion .ac-cont p{
	color: #000;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.accordion .ac-cont p.viewpoint{
	font-size:1.6rem;
	line-height: 1.6;
}
.accordion .ac-cont .ac-cont-inner{
	margin-top: 48px;
}
.accordion .ac-cont .ac-cont-inner.first-box{
	margin-top: 20px;
}
.accordion .ac-cont .ac-cont-inner table{
	table-layout: fixed;
}
.accordion .ac-cont .ac-cont-inner table th:nth-child(3){
	width: 10%;
}

/* --------失敗しないスーツ選びのチャンスです！------- */
.choice{
    background: #fffbd1 url(../img/wall_flower.png)center center no-repeat;
    background-size: cover;
    display: block;
    padding: 70px 0;
}
.choice_box_inner{
    position: relative;
}
.choice_box {
    padding: 60px;
}
.layout1 .choice_box {
    margin-bottom: 50px;
}
.choice_box h2 {
    color: #ff1a68;
    font-size: 3.5rem;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "serif";
    margin-bottom: 50px;
}
.choice_box_inner p {
    font-size: 1.8rem;
    line-height: 1.8em;
    width: 510px;
    color:#333;
}
.choice_annotation p {
    color: #666;
}
.choice img {
    position: absolute;
    top: 30px;
    right: -80px;
}
p.choice_annotation {
    font-size: 1.4rem;
    margin-top: 60px;
    color: #666;
}
.choice_box p.choice_ttl {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #ff1a68;
}
.choice_box_inner .btn_sales_sche a {
    margin: 30px auto 50px !important;
}
.layout2 .choice_box p {
    text-align: center;
    margin: 0 auto 30px;
	line-height: 1.4;
}
.choice_box .list li {
    display: table;
    float: left;
    width: 395px;
    margin-right: 36px;
    border: 1px solid #ff80ab;
    text-align: center;
    background-color: #ff80ab;
    height: 100px;
}
.choice_box .list li:hover {
    display: table;
    float: left;
    margin-right: 36px;
    border: 1px solid #ff80ab;
    text-align: center;
    background-color: #fff;
    height: 100px;
    transition: 0.3s;
}
.choice_box .li_btn a {
    position: relative;
    display: table-cell;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 2.0rem;
    height: 100px;
    vertical-align: middle;
}
.choice_box .li_btn a:hover {
    position: relative;
    display: table-cell;
    text-decoration: none;
    color: #ff80ab;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 2.0rem;
    height: 100px;
    vertical-align: middle;
    transition: 0.3s;
}
.choice_box_inner li.li_btn:last-child {
    margin-right: 0;
}
li.li_btn :after{
    content: "";
    display: block;
    background: url(../img/arrow_a.png)no-repeat;
    background-size: 9px 18px;
    width: 9px;
    height: 30px;
    position: absolute;
    right: 10px;
    bottom: 32px;
}
li.li_btn :hover:after {
    content: "";
    display: block;
    background: url(../img/arrow_pink.png)no-repeat;
    background-size: 9px 18px;
    width: 9px;
    height: 30px;
    position: absolute;
    right: 10px;
    bottom: 32px;
    transition: 0.3s;
}

/* --------入学校から選ぶ------- */
.school {
    background: url(../img/wall_fab_b.png);
    padding: 60px 0;
    margin: 0 auto;
}
.school_low {
    margin: 0 auto;
    width: 950px;
}
.school h3 {
    font-size: 5.0rem;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "serif";
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.school h3:after {
    display: block;
    content: "";
    border-bottom: 3px solid #ff80ab;
    width: 80%;
    width: -webkit-calc(28% - 140px);
    width: calc(28% - 140px);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
}
.school_box {
    background: #FFF;
    padding: 38px 58px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #936f18;
}
p.school_ttl {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 3rem;
}
/* --------アコーディオン------- */
.accordion {
    min-width: 300px;
    margin: 0 auto;
    padding:0 10px;
}
.accordion .ac-content {
    margin: 0 10px;
}
.accordion input {
    display: none;
}
.accordion label {
    display: table;
    background: #fff;
    cursor: pointer;
    padding: 10px;
    border-right: 1px #936f18 solid;
    border-left: 1px #936f18 solid;
    border-top: 1px #936f18 solid;
    height: 80px;
    font-size: 3.2rem;
    text-align: center;
    color: #ff1a68;
    width: 100%;
    box-sizing: border-box;
}
.ac-cap_ttl {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}
.accordion label:hover {
    background: #fff;
}
.ac-cap_ttl img {
    display: block;
    margin: 10px auto 0;
}
.accordion .ac-cont {
    transition: 0.2s;
    height: 0;
    overflow: hidden;
    background: #fff;
    padding:0 40px 0;
    border-right: 1px #936f18 solid;
    border-left: 1px #936f18 solid;
    border-bottom: 1px #936f18 solid;
    margin-bottom: 20px;
    color: #ff1a68;
    width: 100%;
    box-sizing: border-box;
}
.accordion .ac-cont:last-child{
	margin-bottom: 0;
}
.accordion input:checked + .ac-cont {
    height: auto;
    padding:0 40px 40px;
}
/* --------テーブル------- */
section table { 
    width: 100%; 
}
section th, section td {
    padding: 10px; 
    border: 1px solid #bfbfbf; 
}
section th  { 
    background: #dcdcdc; 
}
.style_01 th  { width: 10%; }
.style_01 td  { text-align: center; }
.style_01 td:first-child  { text-align: left; }

/*トップテーブル*/
.accordion .ac-cont .style_01{
	color: #000;
}
.accordion .ac-cont .style_01 th {
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
	padding:15px 5px;
}
.accordion .ac-cont .style_01 td {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: -0.8px;
	vertical-align: middle;
}
.accordion .ac-cont .style_01 tr.middle_category td{
	background:#eee;
	padding:20px 5px;
}
.accordion .ac-cont .style_01 tr.label td{
	font-size: 3.2rem;
	width:12.5%;
	padding: 30px 5px;
	line-height: 20px;
}
.accordion .ac-cont .style_01 tr td.possible{
	color: #ff1a68;
}
.accordion .ac-cont p.attention{
	color: #000;
	display: block;
	font-size: 1.4rem;
	padding-top: 5px;
}
/* --------通信販売ご注文受付期間------- */
section.order {
    background: url(../img/wall_cherry_blur.png)no-repeat;
    padding: 60px 0;
    background-size: cover;
}
.order_box{
    width: 950px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    position: relative;
    padding: 60px 0;
}
.order_box span {
    font-family: muli;
}
br.sp_br {
    display: none;
}
.order_box h5 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}
.order_box h4 {
    font-size: 5rem;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
	letter-spacing: -1px;
}
.order_box h4:after {
    display: block;
    content: "";
    border-bottom: 3px solid #fff176;
    width: 80%;
    width: -webkit-calc(76% - 0px);
    width: calc(86% - 0px);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}
.add {
    width: 600px;
    margin: 0 auto;
}
.inquiry {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 20px;
}
.tel {
    text-align: center;
    padding:8px 0 10px;
    width: 600px;
    margin: 0 auto;
    border-top: 2px solid;
    border-bottom: 2px solid;
}
span.top_tel {
    font-family: muli;
    font-size: 7.0rem;
    text-align: center;
    color: #000;
    position: relative;
	margin-left: 60px;
    text-decoration: none;
}
span.top_tel:before{
	position: absolute;
	content: "";
    display: block;
    background: url(../img/icon_tel_black.png)no-repeat;
    background-size: 50px 50px;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 17px;
    left: -60px;
}
.bis_hours_week {
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
    padding-left: 28em;
}
.fax {
    width: 50%;
    font-family: muli;
    font-size: 2.4rem;
    float: left;
    text-align: center;
    padding: 20px 0;
}
.fax p {
    width: 280px;
    margin-left: 30px;
    position: relative;
}
.fax .fax_num:before{
	position: absolute;
	content: "";
    display: block;
    background: url(../img/icon_fax_black.png)no-repeat;
    background-size: 33px 33px;
    position: absolute;
    width: 33px;
    height: 33px;
    top: 0;
    left: 15px;
}
.mail{
    width: 50%;
    font-family: muli;
    font-size: 2.4rem;
    text-align: center;
    padding: 20px 0 10px;
    float: left;
}
.mail p {
    width:  280px;
    margin-left: 30px;
    position: relative;
}
p.mail_num:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/icon_mail_black.png)no-repeat;
    background-size: 33px 33px;
    width: 33px;
    height: 33px;
    top: 0;
    left: 0;
}
.top_mail {
	text-decoration: none;
	color: #000;
}
.fax .bis_hours {
    font-size: 1.4rem;
    margin-top: 5px ;
}
.mail .bis_hours {
    font-size: 1.4rem;
    margin-top: 5px ;
}
ul.add_li {
    border-bottom: 2px solid;
}
.top_tel_box p.top_reception {
    color: #000;
    font-size: 1.6rem;
    margin: 0 0 20px 412px;
}
.fax_mail_area li.fax_l {
    border-right: 1px solid #000;
    height: 50px;
    padding: 0 1em 0 0.5em;
    display: inline-block;
}
.add_li li{
    width: 90%;
    margin: 0 auto;
}
.top_tel_info a {
    color: #000;
    font-family: muli;
    font-size: 7.0rem;
    text-decoration: none;
}
img.top_icon_tel {
    width: 50px;
    display: inline-block;
    padding-right: 10px;
}
.top_tel_box{
    border-bottom: 2px solid #000;
    margin-bottom: 1em;
}
.top_fax_info a, .top_mail_info a {
    color: #000;
    font-size: 2.4rem;
    text-decoration: none;
    font-family: muli;
}
p.top_tel_info {
    text-align: center;
    margin-top: 20px;
}
img.top_icon_fax, img.top_icon_mail {
    width: 33px;
    display: inline-block;
}
.fax_mail_area {
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}
.fax_mail_area li {
    display: inline-block;
}
.top_fax_info a{
    margin: 10px 30px;
}
/* ------------------------------------------- 
                    TAB
------------------------------------------- */
@media screen and (min-width: 950px) { 
.pc_none{
    display: none;        
}

}
@media screen and (max-width: 949px) { 

/* --------TAB トップ------- */
.suit_top {
    background: #ffebee url(../img/sp_hero.png)center center no-repeat;
    background-size: contain;
    display: block;
    height: 0;
    width: 100%;
    padding-top: 62.592%;
}
.layout1,.layout2 {
    width: 90%;
}
.choice_box .list li{
	float: none;
	margin-right:0;
	width: 100%;
}
.choice_box .list li a:hover{
	width:100%;
}
.choice_box .list li:first-child{
	margin-bottom: 15px;
}
.order_box .mail{
	border-bottom: 2px solid #000;
}

/* --------TAB 失敗しないスーツ選びのチャンスです！------- */
.choice {
    background: #fffbd1 url(../img/wall_flower.png)left center no-repeat;
    background-size: cover;
    display: block;
    padding: 50px 0;
}
.choice_box {
    padding: 20px;
}
.choice_box h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.6em;
}
.choice_box_inner p{
    width: 50%;
    font-size: 1.6rem;
    line-height: 1.8em;
}
p.choice_annotation {
    margin-top: 30px;
    font-size: 1.4rem;
}
.choice img {
    position: absolute;
    right: -40px;
    width: 320px;
    height: 320px;
    top: -10px;
}
.btn_sales_sche a{
    width: 70%;
    font-size: 1.6rem;
	padding: 20px 0;
}
.btn_sales_sche a:hover{
    width: 70%;
    font-size: 1.6rem;
}
.btn_sales_sche a:before{
    top: 34%;
    left: 16%;
}
.btn_sales_sche a:hover:before{
    top: 34%;
    left: 16%;
}
/* --------TAB 入学校から選ぶ------- */
.school {
    padding: 30px 0;
}
.school_low {
    width: 90%;
}
.school h3 {
    font-size: 2.6rem;
    margin-bottom: 40px;
}
.school h3:after{
    width: calc(28% - 40px);
    top: 140%;
}
.school_box {
    padding: 30px 30px;
}
p.school_ttl{
    font-size: 1.4rem;
    line-height: 1.4em;
}
.school_box .list li{
    width: 100%;
    margin-right:0;
    margin-bottom: 10px;
}
.school_box .list li:hover{
    width: 100%;
    margin-right:0;
    margin-bottom: 10px;
}
.school_box .list a {
    font-size: 1.6rem;
}
.school_box .list a:hover{
    font-size: 1.6rem;
}
.school_btn span {
    font-size: 17px;
    font-weight: lighter;
}
.school_btn a{
    font-size: 1.5rem;
    padding: 20px 0 60px;
    line-height: 1.5em;
}
.school_btn a:hover{
    font-size: 1.5rem;
    padding: 20px 0 60px;
    line-height: 1.5em;
}
.school_btn span {
    font-size: 0.6em;
}
.school_btn a:after{
    content: "";
    display: block;
    background: url(../img/arrow_a.png)no-repeat;
    background-size: 9px 18px;
    width: 9px;
    height: 32px;
    position: absolute;
    right: 10px;
    bottom: 32px;
}
.school_btn a:hover:after{
    content: "";
    display: block;
    background: url(../img/arrow_pink.png)no-repeat;
    background-size: 9px 18px;
    width: 9px;
    height: 32px;
    position: absolute;
    right: 10px;
    bottom: 32px;
    transition: 0.3s;
}
.school_box .three_line a,
.school_box .three_line a:hover{
    padding: 30px 0;
}
li.three_line :after,
li.three_line :hover:after,
li.li_btn :after,
li.li_btn :hover:after{
    bottom: 30%;
}
/* -------TAB-通信販売ご注文受付期間------- */
section.order {
    width: 100%;
    overflow: hidden;
}
.order_box{
    width: 90%;
}

.order_box h5 {
    font-size: 2.2rem;
    margin-bottom: 30px;
}
.order_box h4 {
    font-size: 3.0rem;
    line-height: 1.2em;
    margin-bottom: 30px;
	letter-spacing: 0;
}
.order_box h4:after {
    top: 40px;
    width: calc(60% - 0px);
}
.fax p, .mail p {
    position: relative;
    margin: 0 auto
}
.add {
    width: 90%;
}
span.top_tel {
    font-size: 5.0rem;
    margin-left: 20px;
    font-size: 3.2rem;
    text-decoration: none;
}
span.top_tel:before {
    top: 6px;
    left: -50px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}
.bis_hours_week {
    margin-top: 3px;
    text-align: right;
    font-size: 1.4rem;
    padding-left: 0;
    text-align: center;
}
.tel {
    width: 90%;
}
.fax {
    float: none;
    width: 100%;
    font-size: 3rem;
}
.mail {
    width: 100%;
    padding: 10px 0 10px;
}
.order_box h4:after{
    width: calc(84% - 0px);
	max-width:550px;
    top: 35px;
}
.inquiry {
    font-size: 1.6rem;
    line-height: 1.2em;
}
ul.add_li {
    border-bottom: 0;
}
.fax .fax_num:before{
    left: 0;
}
.fax .bis_hours, .mail .bis_hours {
    font-size: 1.4rem;
    margin-top: 5px;
}
.add_li li{
    border-bottom: 1px solid #000;
}
/* -------アコーディオン------- */
.accordion {
	width: 100%;
    min-width:inherit;
    margin: 0 auto;
    padding: 0;
}
.accordion .ac-content {
    margin: 0 auto;
}
.accordion .ac-cont{
	padding: 0 20px 0;
	}
.accordion input:checked + .ac-cont {
    padding:0 20px 20px;
}
.accordion .ac-cont .ac-cont-inner{
	margin-top:30px;
	}
 }
/* ------------------------------------------- 
                    SP
------------------------------------------- */
@media screen and (max-width: 640px) { 

br.sp_br {
    display: inline;
}
.sp_none{
    display: none;
}
/* --------SP トップ------- */
.choice{
	padding:40px 0;
	}
.layout1 .choice_box{
	margin-bottom: 20px;
}
.layout2{
	width:94%;
}
.order_box{
	width:94%;
	padding:30px 0;
}
.layout2 .choice_box p{
	font-size: 2.0rem;
	line-height: 1.4;
}
.layout2 .choice_box_inner p.choice_txt{
	font-size: 1.6rem;
	letter-spacing: -0.8px;
}
.layout2 .choice_box_inner .btn_sales_sche a{
	margin: 30px auto!important;
}
.layout2 .btn_sales_sche a{
	box-sizing: border-box;
    font-size: 1.5rem;
    width: 100%;
    padding: 20px 0 20px 16px;
    text-align: center;
}
.layout2 .btn_sales_sche a:hover{
	box-sizing: border-box;
    font-size: 1.5rem;
    width: 100%;
    padding: 20px 0 20px 16px;
}
.accordion .ac-cont p{
	font-size: 1.8rem;
	}
.accordion .ac-cont p.viewpoint{
	font-size:1.4rem;
	line-height: 1.4;
}
 .pc_table{
	 display: none!important;
	}
 .sp_table{
	 display:block!important;
	}
.accordion .ac-content .ac-cap_ttl{
	height: 60px;
}
.accordion .ac-content label{
	font-size: 2rem;
	height: 60px;
	}
.accordion .ac-cont .sp_table table th{
	color: #000;
	font-size: 1.6rem;
	text-align: center;
	padding: 8px 5px;
}
.accordion .ac-cont p.attention{
	font-size: 1.3rem;
}
.accordion .ac-cont .sp_table table td{
	border-bottom: none;
	font-size: 1.4rem;
	color: #000;
	text-align: center;
	padding: 8px 5px;
}
.accordion .ac-cont .sp_table table td span{
	display: block;
	padding-top: 5px;
}
.accordion .ac-cont .sp_table table td span.possible{
	color: #ff1a68;
}
.accordion .ac-cont .sp_table table:last-child td{
	border-bottom: 1px solid #bfbfbf;
}
.order_box span.top_tel,
.order_box .fax{
	font-size:2.4rem;
	padding: 10px 0;
}
.order_box span.top_tel:before{
	background-size: 33px 33px;
    width: 33px;
    height: 33px;
	top:16px;
	left: -68px;
	}
/* --------SP 失敗しないスーツ選びのチャンスです！------- */
.btn_sales_sche a{
    width: 80%;
    font-size: 1.6rem;
}
.btn_sales_sche a:hover{
    width: 80%;
    font-size: 1.6rem;
}
.btn_sales_sche a:before{
    top: 34%;
    left: 9%;
}
.btn_sales_sche a:hover:before{
    top: 34%;
    left: 9%;
}
/* --------SP 入学校から選ぶ------- */
.choice_box_inner p{
    width: 100%;
}
.choice img{
    display: none;
}
.school_btn a{
    padding: 20px 0 100px;
}
.school_btn a:hover{
    padding: 20px 0 100px;
}
.school_btn a:after{
    height: 48px;
}
.school_btn a:hover:after{
    height: 48px;
}
/* --------SP 通信販売ご注文受付期間------- */

.order_box h4:after {
    display: none;
}
/* ---------- テーブル - SP-------------- */
.style_01 { 
    display: block; 
    width: 100%; 
    margin: 0 -10px;
  }
  .style_01 thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
  }
  .style_01 tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
  }
  .style_01 th{ 
    display: block;
    width:auto;
  }
  .style_01 tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  .style_01 td{ 
    display: block;
  }

}
@media screen and (min-width: 640px) { 
.tab_none{
    display: none;
}
}
/* --------------△△△△△△△ホーム△△△△△△△-------------- */
