/* "SP" Style Sheet
===================================================== */

/* COMMON
===================================================== */
.pc {
	display: none !important;
}
.long {
	margin-bottom: 30px !important;
}
.middle {
	margin-bottom: 20px !important;
}
.short {
	margin-bottom: 10px !important;
}
div.inner {
	width: 92%;
	margin: 0 auto;
}
ul.list-double,
ol.list-double {
	width: 100%;
}
ul.list-double li,
ol.list-double li {
	width: 100%;
	margin-bottom: 10px;
}
ul.list-triple,
ol.list-triple {
	width: 100%;
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
ul.list-triple li,
ol.list-triple li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
ul.list-quad,
ol.list-quad {
	width: 100%;
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
ul.list-quad li,
ol.list-quad li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
article section figure.catch-text {
	width: 100%;
	text-align: center;
}
article section figure.catch-text img {
	max-width: 300px;
	margin-bottom: 20px;
}
article section figure.catch-text figcaption {
	text-align: left;
}
div.push-btn {
	display: inline-block;
	font-size: 110%;
	line-height: 1.4em;
	text-align: center;
	border-radius: 3px;
	margin: 0 auto;
}
div.push-btn a {
	display: block;
	padding: 12px 50px;
}
div.push-btn a:after {
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 120%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
	margin-left: 10px;
	content: "\f105";
}
div.push-btn a:hover {
	text-decoration: none;
}
div.push-btn:hover {
	box-shadow: none;
	position: relative;
	top: 3px;
}
div.green {
	color: #FFF;
	background-color: #0b52a2;
	box-shadow: 0 3px 0 #f287b6;
	text-shadow: 0 -1px 0 #048ab0;
}
div.green a {
	color: #FFF;
}



/* TEXT＆BG＆BORDER
===================================================== */
.bold-green {
	font-weight: bold;
	color: #18c6f8;
}
.grey-small {
	font-size: 90%;
	line-height: 1.5em;
	color: #656565;
}
.bg-grey {
	background-color: #EFEFEF;
	padding: 15px;
}
.bg-lgreen {
	background-color: #EDF2ED;
	padding: 10px;
}



/* HEADER
===================================================== */
header {
	padding-top: 44px;
}
header h1 {
	position: fixed;
	top: 7px;
	left: 7px;
	z-index: 10;
	max-width: 120px;
}
header ul.top-icon-list {
	position: fixed;
	right: 60px;
	top: 8px;
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
	z-index: 10;
}
header ul.top-icon-list li {
	display: table-cell;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	font-size: 130%;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	border: solid 1px #014670;
	border-radius: 15px;
}
header ul.top-icon-list li a {
	color: #FFF;
}
header ul.top-icon-list li i {
	margin: 0;
}



/* FOOTER
===================================================== */
footer {
	font-size: 100%;
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
	background-color: #0c4da2;
	padding: 10px;
}
footer table.side-info {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 0 auto;
}
footer table.side-info tr {}
footer table.side-info tr th {
	font-size: 80%;
	line-height: 1em;
	color: #FFF;
	background-color: #f287b6;
	padding: 0 5px;
}
footer table.side-info tr td {
	font-family: 'Oswald', sans-serif;
	font-size: 200%;
	line-height: 1em;
}
footer table.side-info tr td a {
	color: #FFF;
}
footer div.copyright {
	font-size: 90%;
	line-height: 1.4em;
	font-weight: 300;
	color: #D3D0CB;
}



/* CONTENTS "COMMON"
===================================================== */
div.cont-wrap {
	margin-top: 20px;
	margin-bottom: 30px;
}
article {
	margin-bottom: 20px;
}
article section {
	margin-bottom: 30px;
}
article section h1 {
	font-size: 120%;
	line-height: 1.4em;
	color: #FFF;
	border-left: solid 10px #0c4da2;
	background-color: #1A1A1A;
	padding: 5px 0 5px 8px;
	margin-bottom: 10px;
}
aside {}
aside section {
	margin-bottom: 20px;
}
aside section#bn-sec {}
aside section#bn-sec ul.bn-list {}
aside section#bn-sec ul.bn-list li {
	margin-bottom: 10px;
}
aside section#sns-sec {}
aside section#news-sec {
	height: 200px;
	overflow: scroll;
	border: solid 4px #0c4da2;
}
aside section#news-sec h1 {
	font-size: 110%;
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
	background-color: #0c4da2;
	padding: 5px;
}



/* CONTENTS "HOME"
===================================================== */
article#home {}
article#home section#top-sec {}
article#home section#top-sec table.menu-list {
	border-collapse: separate;
	border-spacing: 3px;
	margin-bottom: 10px;
}
article#home section#top-sec table.menu-list tr {}
article#home section#top-sec table.menu-list tr th {}
article#home section#top-sec table.menu-list tr td {}
article#home section#top-sec h3 {
	font-size: 130%;
	line-height: 1.5em;
	border-bottom: solid 3px #1A1A1A;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
article#home section#top-sec ul.trx-list {
	margin-bottom: 20px;
}
article#home section#top-sec ul.trx-list li {
	margin-bottom: 20px;
}
article#home section#top-sec ul.trx-list li figure {}
article#home section#top-sec ul.trx-list li figure img {
	float: right;
	width: 150px;
	height: auto;
	margin: 30px 0 10px 10px;
}
article#home section#top-sec ul.trx-list li figcaption {}
article#home section#top-sec ul.trx-list li figcaption h2 {
	font-size: 120%;
	line-height: 1.5em;
	white-space: nowrap;
	margin-bottom: 3px;
}
article#home section#top-sec ul.trx-list li figcaption p {}
article#home section#top-sec ul.sports-list {
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
article#home section#top-sec ul.sports-list li {
	display: inline-block;
	width: 33.33%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}


article#home section#flow-sec {}
article#home section#flow-sec ul.flow-list {
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
article#home section#flow-sec ul.flow-list li {
	display: inline-block;
	width: 47%;
	margin: 0 1.5% 10px; 1.5%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
article#home section#flow-sec ul.flow-list li p {
	font-weight: bold;
}


article#home section#counseling-sec {}
article#home section#counseling-sec figure {}
article#home section#counseling-sec figure img {
	float: left;
	width: 150px;
	height: auto;
	margin: 0 10px 10px 0;
}
article#home section#counseling-sec figure figcaption {}


article#home section#eat-sec {}
article#home section#eat-sec ul.eat-list {
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
article#home section#eat-sec ul.eat-list li {
	display: inline-block;
	width: 33.33%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}


article#home section#koshitsu-sec , article#home section#tebura-sec , article#home section#access-sec {}
article#home section#koshitsu-sec figure , article#home section#tebura-sec figure , article#home section#access-sec figure {}
article#home section#koshitsu-sec figure img ,
article#home section#tebura-sec figure img ,
article#home section#access-sec figure img {
	float: right;
	width: 150px;
	height: auto;
	margin: 0 0 10px 10px;
}
article#home section#koshitsu-sec figure figcaption , article#home section#tebura-sec figure figcaption , article#home section#access-sec figure figcaption {}
article#home section#access-sec figure figcaption table.access-list {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px 5px;
}
article#home section#access-sec figure figcaption table.access-list tr {}
article#home section#access-sec figure figcaption table.access-list tr th {
	white-space: nowrap;
	background-color: #D3D0CB;
	padding: 0 10px;
}
article#home section#access-sec figure figcaption table.access-list tr td {}


article#home section#follow-sec {}
article#home section#follow-sec h2 {
	font-size: 150%;
	line-height: 1.4em;
	color: #18c6f8;
	margin: 10px 0;
}



/* CONTENTS "CONCEPT"
===================================================== */
article#concept {}
article#concept section#concept-sec {}
article#concept section#concept-sec figure {}
article#concept section#concept-sec figure img {
	float: left;
	width: 150px;
	height: auto;
	margin: 0 10px 10px 0;
}
article#concept section#concept-sec figure p.name {
	font-size: 90%;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}
article#concept section#concept-sec figure figcaption {}
article#concept section#concept-sec div.customer {}
article#concept section#concept-sec div.customer img {
	float: right;
	margin: 0 0 10px 10px;
}


article#concept section#important-sec {}
article#concept section#important-sec h2 {
	font-size: 150%;
	line-height: 1.4em;
	color: #17AA17;
	margin: 10px 0;
}
article#concept section#important-sec ul.important-list {
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
article#concept section#important-sec ul.important-list li {
	display: inline-block;
	width: 50%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}


article#concept section#program-sec {}



/* CONTENTS "COURSE"
===================================================== */
article#course {}
article#course section h1 {
	font-size: 140%;
	line-height: 1.4em;
}
article#course div.adm-fee {
	font-size: 180%;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/common/bg_01.png);
	padding: 10px;
	margin-bottom: 20px;
}
article#course div.adm-fee strong {
	font-family: 'Oswald', sans-serif;
	font-size: 150%;
	line-height: 1.2em;
	font-weight: 400;
}
article#course section#taiken-sec,
article#course section#tsudo-sec,
article#course section#course-sec,
article#course section#pnf-sec {}
article#course section#taiken-sec h1,
article#course section#tsudo-sec h1,
article#course section#course-sec h1 {
	margin-bottom: 0;
}
article#course section#taiken-sec figure,
article#course section#tsudo-sec figure,
article#course section#course-sec figure,
article#course section#pnf-sec figure {
}
article#course section#taiken-sec figure img,
article#course section#tsudo-sec figure img,
article#course section#course-sec figure img,
article#course section#pnf-sec figure img {
	max-width: 220px;
	width: 100%;
	height: auto;
	margin: 0 10px 10px 0;
}
article#course section#taiken-sec figure figcaption,
article#course section#tsudo-sec figure figcaption,
article#course section#course-sec figure figcaption,
article#course section#pnf-sec figure figcaption {}
article#course section#taiken-sec h3,
article#course section#tsudo-sec h3,
article#course section#course-sec h3,
article#course section#pnf-sec h3 {
	font-size: 110%;
	line-height: 1.5em;
	color: #FFF;
	background-color: #17AA17;
	padding: 5px 10px;
	margin-bottom: 5px;
}
article#course section#tsudo-sec ul.photo-list,
article#course section#course-sec ul.photo-list {
	text-align: left;
	
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
article#course section#tsudo-sec ul.photo-list li,
article#course section#course-sec ul.photo-list li {
	display: inline-block;
	width: 33.33%;
	
	letter-spacing: 0.03em; /* 文字間を通常に戻す */
}
article#course section#tsudo-sec ul.price-list {}
article#course section#tsudo-sec ul.price-list li {}
article#course section#course-sec ul.course-list {}
article#course section#course-sec ul.course-list li {
	margin-bottom: 20px;
}
article#course section#course-sec ul.course-list li h2 {
	font-size: 110%;
	line-height: 1.5em;
	color: #FFF;
	background-color: #1A1A1A;
	padding: 5px 10px;
	margin-bottom: 5px;
}
article#course section#course-sec dl.course-detail {
	border: solid 4px #1A1A1A;
	margin: 0 auto;
}
article#course section#course-sec dl.course-detail dt {
	font-size: 110%;
	line-height: 1.4em;
	font-weight: bold;
	vertical-align: middle;
	color: #FFF;
	background-color: #17AA17;
	padding: 10px;
}
article#course section#course-sec dl.course-detail dd {
	padding: 10px;
}
article#course section#course-sec dl.course-detail dd ul.detail-list {
	padding-left: 15px;
}
article#course section#course-sec dl.course-detail dd ul.detail-list li {
	list-style-type: circle;
	list-style-position: outside;
}
article#course section#course-sec dl.course-detail dd ul.detail-list li strong {
	color: #17AA17;
}



/* CONTENTS "INFORMATION"
===================================================== */
article#information {}
article#information section#info-sec {}
article#information section#info-sec ul.gym-list {}
article#information section#info-sec ul.gym-list li {
	position: relative;
	margin-bottom: 20px;
}
article#information section#info-sec ul.gym-list li:last-child {
	margin-bottom: 0;
}
article#information section#info-sec img.bld-img {
	margin-bottom: 10px;
}
article#information section#info-sec table.info-list {}
article#information section#info-sec table.info-list caption {
	font-size: 100%;
	line-height: 1.4em;
	font-weight: bold;
	text-align: left;
	color: #17AA17;
	margin-bottom: 10px;
}
article#information section#info-sec table.info-list tr {}
article#information section#info-sec table.info-list tr th {
	display: block;
	margin-bottom: 5px;
}
article#information section#info-sec table.info-list tr th div {
	font-size: 90%;
	line-height: 1.4em;
	white-space: nowrap;
	background-color: #D3D0CB;
	padding: 3px 10px;
}
article#information section#info-sec table.info-list tr td {
	display: block;
	margin-bottom: 15px;
}
article#information section#info-sec table.info-list tr td iframe {
	width: 100%;
	height: 250px;
}


article#information section#shisetsu-sec {}
article#information section#shisetsu-sec figure {}
article#information section#shisetsu-sec figure img {
	float: left;
	width: 150px;
	height: auto;
	margin: 0 10px 10px 0;
}
article#information section#shisetsu-sec figure figcaption {}


article#information section#machine-sec {}
article#information section#machine-sec figure {}
article#information section#machine-sec figure ul.machine-list {
	display: table;
	margin-bottom: 10px;
}
article#information section#machine-sec figure ul.machine-list li {
	display: table-cell;
	vertical-align: top;
}
article#information section#machine-sec figure figcaption {}



/* CONTENTS "CUSTOMER"
===================================================== */
article#customer {}
article#customer section#customer-sec {}
article#customer section#customer-sec ul.voice-list {}
article#customer section#customer-sec ul.voice-list li {
	border: solid 4px #1A1A1A;
	margin-bottom: 20px;
}
article#customer section#customer-sec ul.voice-list li:last-child {
	margin-bottom: 0;
}
article#customer section#customer-sec ul.voice-list li img {}



/* CONTENTS "FAQ"
===================================================== */
article#faq {}
article#faq section#faq-sec {}
article#faq section#faq-sec ul.faq-list {}
article#faq section#faq-sec ul.faq-list li {
	margin-bottom: 20px;
}
article#faq section#faq-sec ul.faq-list li:last-child {
	margin-bottom: 0;
}
article#faq section#faq-sec ul.faq-list li dl {}
article#faq section#faq-sec ul.faq-list li dl dt {
	font-size: 110%;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}
article#faq section#faq-sec ul.faq-list li dl dt span {
	font-size: 120%;
	line-height: 1.4em;
	color: #17AA17;
	margin-right: 5px;
}
article#faq section#faq-sec ul.faq-list li dl dd {
	background-color: #D3D0CB;
	padding: 10px;
}



/* CONTENTS "DNA"
===================================================== */
article#dna {}
article#dna section#dna-sec {}
article#dna section#dna-sec figure {}
article#dna section#dna-sec figure img {
	float: left;
	width: 150px;
	height: auto;
	margin: 0 10px 10px 0;
}
article#dna section#dna-sec figure figcaption {}
article#dna section#dna-sec table.type-list {}
article#dna section#dna-sec table.type-list tr {}
article#dna section#dna-sec table.type-list tr th {
	display: block;
	font-size: 110%;
	line-height: 1.6em;
	border: solid 4px #1A1A1A;
	padding: 10px;
}
article#dna section#dna-sec table.type-list tr td {
	display: block;
	font-weight: : bold;
	text-align: center;
	color: #FFF;
	padding: 10px;
}
article#dna section#dna-sec table.type-list tr td.red {
	background-color: #C1272D;
}
article#dna section#dna-sec table.type-list tr td.orange {
	background-color: #E26D49;
}
article#dna section#dna-sec table.type-list tr td.yellow {
	background-color: #E2C705;
}
article#dna section#dna-sec table.type-list tr td.l-green {
	background-color: #80BF1D;
}
article#dna section#dna-sec table.type-list tr td.green {
	background-color: #00A99D;
}
article#dna section#dna-sec table.type-list tr td.l-blue {
	background-color: #29ABE2;
}
article#dna section#dna-sec table.type-list tr td.blue {
	background-color: #0071BC;
}
article#dna section#dna-sec table.type-list tr td.l-purple {
	background-color: #423677;
}
article#dna section#dna-sec table.type-list tr td.purple {
	background-color: #22215B;
}
article#dna section#dna-sec table.type-list tr td.pink {
	background-color: #CE3E79;
}


article#dna section#kensa-sec {}
article#dna section#kensa-sec ul.kensa-list {}
article#dna section#kensa-sec ul.kensa-list li {
	margin-bottom: 20px;
}
article#dna section#kensa-sec ul.kensa-list li:last-child {
	margin-bottom: 0;
}
article#dna section#kensa-sec ul.kensa-list li dl {}
article#dna section#kensa-sec ul.kensa-list li dl dt {
	font-size: 110%;
	line-height: 1.4em;
	font-weight: bold;
	color: #17AA17;
	margin-bottom: 5px;
}
article#dna section#kensa-sec ul.kensa-list li dl dd {}
article#dna section#kensa-sec ul.kensa-list li div.bg-grey {
	background-color: #D3D0CB;
	padding: 10px;
}



/* CONTENTS "CONTACT"
===================================================== */
article#contact {}
article#contact div.push-btn {
	width: 100%;
	margin-bottom: 10px;
}
article#contact div.push-btn a {
	padding: 12px 0;
}
article#contact section#contact-sec {}
article#contact section#booking-sec {}
article#contact section p.domain-shitei {
	font-size: 90%;
	line-height: 1.6em;
}
article#contact section p.domain-shitei span {
	text-decoration: underline;
}
article#contact section table.form-list {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
	margin: 20px 0 0 0;
}
article#contact section table.form-list tr {}
article#contact section table.form-list tr th {
	display: block;
	text-align: left;
	vertical-align: top;
	margin-bottom: 2px;
}
article#contact section table.form-list tr th.need:after {
	content: "必須";
	font-size: 80%;
	line-height: 1em;
	font-weight: normal;
	white-space: nowrap;
	color: #FFF;
	border-radius: 3px;
	background-color: #ED1C24;
	padding: 3px 5px;
	margin-left: 5px;
}
article#contact section table.form-list tr td {
	display: block;
}
article#contact section table.form-list tr td input {
	width: 96%;
	border: none;
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 3px 2%;
}
article#contact section table.form-list tr td select {
	font-size: 90%;
	line-height: 1em;
	border: solid 1px #CCC;
}
article#contact section table.form-list tr td textarea {
	width: 96%;
	height: 100px;
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 3px 2%;
}



/* CONTENTS "RECRUIT"
===================================================== */
article#recruit {}
article#recruit section#recruit-sec {}
article#recruit section p.domain-shitei {
	font-size: 90%;
	line-height: 1.6em;
}
article#recruit section p.domain-shitei span {
	text-decoration: underline;
}
article#recruit section table.form-list {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
	margin: 20px 0 0 0;
}
article#recruit section table.form-list tr {}
article#recruit section table.form-list tr th {
	display: block;
	text-align: left;
	vertical-align: top;
	margin-bottom: 2px;
}
article#recruit section table.form-list tr th.need:after {
	content: "必須";
	font-size: 80%;
	line-height: 1em;
	font-weight: normal;
	white-space: nowrap;
	color: #FFF;
	border-radius: 3px;
	background-color: #ED1C24;
	padding: 3px 5px;
	margin-left: 5px;
}
article#recruit section table.form-list tr td {
	display: block;
}
article#recruit section table.form-list tr td input[type="text"] {
	width: 96%;
	border: none;
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 3px 2%;
}
article#recruit section table.form-list tr td select {
	font-size: 90%;
	line-height: 1em;
	border: solid 1px #CCC;
}
article#recruit section table.form-list tr td textarea {
	width: 96%;
	height: 100px;
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 3px 2%;
}





/*==========  2024/12 olive ==========*/

/*----- Instagram -----*/
.instagram-title {
	text-align: center;
	margin-bottom: 50px;
}
.instagram-title h2{
	position: relative;
    padding: 20px 0px;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
.instagram-title h2::before {
    position: absolute;
    border-bottom: 2px solid #353535;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    content: '';
}
.instagram-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto;
	width: 560px;
}
.instagram-item {
	flex-basis: 170px;
	padding: 5px 5px;
}
.instagram-photo-size {
	width: 100%;
	height: 170px;
	object-fit: cover; 
}
@media screen and (max-width : 576px) {
	.instagram-container {
        width: 385px;
		margin-bottom: 50px;
    }
    .instagram-item {
        flex-basis: 110px;
    }
    .instagram-photo-size {
        height: 110px;
    }
}
@media screen and (max-width : 390px) {
    .instagram-container {
        width: 320px;
    }
    .instagram-item {
        flex-basis: 95px;
    }
    .instagram-photo-size {
        height: 95px;
    }
}
@media screen and (max-width : 320px) {
	.instagram-container {
		width: 300px;
	}
	.instagram-item {
		flex-basis: 90px;
	}
	.instagram-photo-size {
		height: 90px;
	}
}


/*----- shoplist -----*/
.address-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.address-item a{
	color: rgb(51, 51, 51); 
	text-decoration: underline;
	margin-right: 5px;

}
.pin-img {
	margin: 0px!important;
	width: 15px!important;
}
.line-img {
    margin: 0px!important;
    float: left!important;
	width: 100px!important;
}


/*----- contact -----*/
.contact-item {
    padding: 10px 0px;
}
.contact-required-mark {
    color: red;
    padding: 0px 0px 0px 5px;
}
.contact-item-checkbox {
    padding: 5px 0px 5px 10px;
}
.contact input[type=text] {
    font-size: 12pt;
    padding: 10px;
    width: 95%;
    border: 1px solid gray;
    border-radius: 5px;
}
.contact textarea {
    font-size: 12pt;
    line-height: 1.2em;
    padding: 10px 10px;
    width: 95%;
    border: 1px solid gray;
    border-radius: 5px;
}
/*【確認する】ボタン*/
.contact input[type=submit] {
    cursor: pointer;
    font-size: 12pt;
    color: white;
    background-color: #F287B6;
    padding: 10px 30px;
    border :none; 
    border-radius: 15px;
}
/*【前画面に戻る】ボタン*/
.contact input[type=button] {
    cursor: pointer;
    font-size: 12pt;
    color: white;
    background-color: #bdbdbd;
    padding: 10px 30px;
    border :none; 
    border-radius: 15px;
}
/*【トップページへ戻る】ボタン*/
.contact-item-button {
    text-align: center;
    padding: 20px 0px;
}
.contact-item-button a{
    background-color: #F287B6;
	padding: 10px 30px;
	border-radius: 15px;
	font-size: 12pt;
	color: white;
}

.contact-margin {
	margin-top: 15px;
}
.contact-item-errors {
    color: red;
}
.contact-item-errors p{
    padding: 5px 0px;
}
.c
.contact-item-message {
    text-align: center;
    padding: 20px 0px;
}
/*確認画面のテーブル*/
.contact-item-confirm {
    margin: 20px 0px 50px 0px;
}
.contact-item-confirm table {
    width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.contact-item-confirm td,
.contact-item-confirm th {
	border: 1px solid #cccccc;
	padding: 10px;
}
.contact-item-confirm th {
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}
.contact-item-confirm td {
	text-align: left;
}


/*----- koutei -----*/
.koutei-img img{
	height: 150px!important;
	object-fit: cover!important;
}
#koutei-img-7 {
	object-position: 0px -19px;
}