@charset "UTF-8";
/* CSS Document */

/*■■■baseball-index ユニフォームの共通部分レイアウト
*/

/* uniformのテーブル除去 */
#uniform-info {
  display: flex;
  flex-wrap: wrap;
}

.uniform-item {
  width: 20%;
}

.uniform-name {
  text-align: center;
}
/* チームのテーブル除去 */
#team-info {
  display: flex;
  flex-wrap: wrap;
}

.team-item {
  width: 25%;
  align-content: center;
}

/* 真ん中ページトップへリンクを右側に */
.page-left {
  float: right;
}

/* 最下部の無料見積りに緑ライン追加 */
.back-green {
  display: block;
  float: none;
  background-color: #009966;
  text-align: right;
}

/* ２枚並びの写真 */
.twophoto-flex {
  display: flex;
}

.twophoto-item {
  width: 50%;
  margin-right: 2px;
}

/*■■■armbandのレイアウト
*/

#pinkbanner {
  display: flex;
  flex-wrap: wrap; 
}

.pink-item {
  width: 20%;
  align-content: center;
    
}

#greenbanner {
  display: flex;
  flex-wrap: wrap; 
}

.green-item {
  width: 20%;
  align-content: center;
    
}

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

.armmihon-item {
    width: 33%;
    align-content: center;
}

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

.guest-item {
    width: 50%;
    margin-bottom: 10px;
}

.kiseiwansyo-flex {
    display: flex;
    flex-wrap: wrap;
    width: 480px;
}

.kiseiwansyo-item {
    width: 33%;
}

.back-blue {
    width: 640px;
    height: 25px;
    background-color: #003d99;
}

.mitumori-center {
	margin: 10px 0;
    text-align: center;
    align-content: center;
}

.nuno-index {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.original-item {
  width: 50%;
}

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

.biniru-item {
    width: 20%;
}

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

.company-item {
  width: 33%;
  margin-left: 2px;
}

/*■■■bord-index ユニフォームのレイアウト
*/
.wedding-flex {
  display: flex;
  flex-wrap: wrap;  
}

.wedding-item1 {
  width: 50%;
}

.weddingbord-flex2 {
  display: flex;
  flex-wrap: wrap;    
}

.weddingbord-item {
  width: 25%;
}

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

.weddingtext-item {
  width: 50%;
}

.weddingbord-item1 {
  width: 25%;
  margin-left: 20px;
}

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

.memorial-item1 {
  width: 33%;
}

.memorial-item2 {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
}

.memorial-item11 {
  width: 48%;
}

#contents table {
  width: 100%;
  table-layout: fixed;
}
#contents .table__estimated {
	border: 1px solid #ccc;
}
#contents .table__estimated td {
	padding: 5px;
	border: 1px solid #ccc;
}

/* common */
#contents p {
	margin: 0 0 10px;
}

#pinkbanner {
	margin: 0 0 20px;
}

.flex {
	display:flex;
	margin: 0 0 10px;
}

.flex .col_2 {
	width: 50%;
}

.flex .col_3 {
	width: 33.3%;
}

.flex.space_between {
	justify-content: space-between;
}

.flex.flex_center {
	align-items: center;
}
#delivery .flex {
	flex-wrap: nowrap;
	margin: 0 0 20px;
}
.step_arrow {
	position: relative;
	background: #009966;
}
.step_arrow_bottom {
	position: absolute;
    bottom: -29px;
    left: 0;
}
.step_contents {
	width: 80%;
	padding: 10px 20px;
}

.ul-list-col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px 20px;
}

.ul-list-col2 li {
	width: 50%;
	margin: 0 0 10px;
	padding: 0 5px;
	text-align: center;
}

.table_soryo th,
.table_soryo td {
	padding: 5px 0;
	border: 1px solid #096;
	vertical-align: middle;
    word-break: break-all;
	font-size: 12px;
}
#contents table.table_contact {
	table-layout: auto;
}
.table_contact thead tr th {
	background: #ffffcc;
	color: #000;
	text-align: center;
	font-weight: normal;
}
.table_contact th {
	width: 25%;
	padding: 5px;
	background: #009966;
	color: #fff;
	text-align: left;
	border-collapse: collapse;
}
.table_contact td {
	width: 75%;
	padding: 5px;
	background: #f7f7f7;
	vertical-align: top;
	border-collapse: collapse;
}
#contents table.table_step {
	table-layout: auto;
}
#contents table.table_step td {
	width: 12px;
}
#contents table.table_step td:nth-child(2) {
	margin-left: 10px;
}
#priceTable {
	box-sizing: border-box;
	border-collapse: collapse;
	table-layout:fixed;
}
#priceTable th,
#priceTable td {
	padding: 4px;
	border: 1px solid #ccc;
}

#frameSize01 th:first-child {
    width: 50%;
}
#frameSize01 th, #frameSize01 td {
    width: 25%;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    vertical-align: middle;
}
#contents img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
#contents .iframe-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}
#contents .iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

/* 見出し */
#contents h2 {
	padding: 0.2em 0;
	font-size: 1.2rem;
	font-weight: bold;
}

#contents h3 {
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
}

#contents h3 .text9 {
	color: #fff;
}

#contents h3.h3-title_red,
#contents h3.h3-title_green {
	content: "";
	display: table;
	clear: both;
	width: 100%;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

#contents h3.h3-title_red {
	background: #990000;	
}

#contents h3.h3-title_green {
	background: #009966;
}

/* 装飾 */
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}

.bold {
	font-weight: bold;
}

.mojiOrenge01Bold {
    color: #FF6600;
    font-weight: bold;
}

.mojiPink01 {
    color: #FF33FF;
}

.text_white {
	color: #fff;
}

.text_orange {
	color: #FF9900;
}

.text_red{
    color: #FF0000;
}

.text_redBold {
    color: #FF0000;
    font-weight: bold;
}

.subtitle_red {
	margin: 0 0 10px;
	padding: 5px 10px;
	background-color: #ffd1d1;
	color:#990000;
	font-size: 14px;
	font-weight: bold;
}
.bggreen {
	background: #009966;
}
.bggreen2 {
    background-color: #ecffec;
}

/* 余白 */
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}

.w70 {width: 70px;}
.w80 {width:80px;}
.w150 {width:150px;}

/* page */
span.no-link {
    display: inline-block;
    padding: 4px 12px;
	border: 2px solid #aaa;
    font-size: 15px;
    font-weight: bold;
    color: #aaa;
}

span.on-link {
	display: inline-block;
	margin: 10px;
	padding: 4px 12px;
	background: #096;
	border: 2px solid #096;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

span.on-link:hover {
    background: #cf9;
    border-color: #cf9;
	color: #096;
}
.text_exple {
    margin: 5px 5px 5px 0px;
    padding: 5px 10px;
    background-color: #F1FAF2;
    border: 1px solid #99CC99;
	font-size: 12px;
}

@media screen and (max-width:768px) { 
	.flex {
		flex-wrap: wrap;
	}
	.flex .col_2 {
	width: 100%;
	}
	#contents .table__estimated td {
		display: block;
		width: 100%;
		border: none;
	}
	.table_contact thead tr th {
		background: #ffffcc;
		color: #000;
		text-align: center;
		font-weight: normal;
	}
	.table_contact th {
		display: block;
		width: 100%;
	}
	.table_contact td {
		display: block;
		width: 100%;
	}
	.table_contact textarea,
	.table_contact input {
		width: 100%;
	}
}