@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	max-width: 1920px;
	width: 100%;
	margin: auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-family: "Shippori Mincho B1",  "游明朝", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	overflow: hidden;
	color: #303030;
	background: url(../img/bg01.jpg) repeat-y center top / auto;
}

/*リンク表示方法*/

a {
	text-decoration: underline;
	color: inherit;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.tit01 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.44em;
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

.btn01 {
    max-width: 146px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #303030;
    background: #fff;
    color: #303030;
    text-decoration: unset;
    font-size: 13px;
    line-height: 1.75em;
    letter-spacing: 0.05em;
    padding: 7px 20px 6px;
    position: relative;
}

.btn01:after {
    content: "";
    display: block;
    max-width: 10px;
    width: 100%;
    height: 7px;
    background: url(../img/arrow_icon02.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.btn01:hover {
    background: #303030;
    color: #fff;
}

.btn01:hover:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(3994%) hue-rotate(190deg) brightness(105%) contrast(104%);
}

.btn02 {
    max-width: 146px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #303030;
    background: #303030;
    color: #fff;
    text-decoration: unset;
    font-size: 13px;
    line-height: 1.75em;
    letter-spacing: 0.08em;
    padding: 7px 20px 6px;
    position: relative;
}

.btn02:after {
    content: "";
    display: block;
    max-width: 10px;
    width: 100%;
    height: 7px;
    background: url(../img/arrow_icon03.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.btn02:hover {
    background: #fff;
    color: #303030;
}

.btn02:hover:after {
    filter: brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(18%) hue-rotate(341deg) brightness(94%) contrast(77%);
}

/*-----------------------------------------------------------
供花一覧
-----------------------------------------------------------*/

.flowerModalList {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 3.36%;
    margin: 54px 5% 0 5%;
    place-content: center;
}

.flowerModalList .link {
    display: block;
    border: solid 1px #D4A0AC;
    background: #fff;
    text-align: center;
    position: relative;
}

.flowerModalList .imgBox {
    padding: 0 0 75.77%;
    position: relative;
    height: 0;
}

.flowerModalList .imgBox > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.flowerModalList .link:hover > .imgBox {
    
}

.flowerModalList .tit {
    display: inline-block;
    min-width: 101px;
    background: #D4A0AC;
    color: #fff;
    line-height: 1em;
    letter-spacing: 0.15em;
    padding: 3px 5px;
    position: absolute;
    top: -9px;
    left: 11px;
    font-size: 16px;
}

.inAppStore .flowerModalList {
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0 0;
}

.flowerAnnotation {
    text-align: center;
}

/*-----------------------------------------------------------
供花一覧のテーブル
-----------------------------------------------------------*/

.flowerTable {
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    place-content: center;
}

.flower-inner {
	position: relative;
	width: 100%;
	min-height: 100px;
	height: auto;
	padding: 30px 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

.table_li {
    width: 30%;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

.baseTb {
	border-collapse: separate;
	width: 100%;
	margin: auto;
	border-top: solid 1px #303030;
}

.baseTb th, .baseTb td {
	border-bottom: solid 1px #303030;
}

.baseTb th {
	width: 30%;
	text-align: left;
	padding: 12px 15px 12px;
}

.baseTb td {
	padding: 12px 15px 12px;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.pager {
    margin: 60px auto;
    width: auto;
    text-align: center;
    padding: 20px 0;
    max-width: 846px;
}

.pager > li {
    display: inline-block;
    text-align: center;
    margin: 0 0 10px 5px;
}

.pager > li em {
    background: #fff;
    padding: 5px 0 2px;
    color: #fff;
    display: block;
    width: 35px;
    font-weight: bold;
    font-size: 16px;
    background: #ccc;
    border: solid 1px #ccc;
}

.pager > li a {
    color: #ccc;
    text-decoration: none;
    background: #ffffff;
    padding: 5px 0 2px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    width: 30px;
    font-size: 16px;
    border: solid 1px #ccc;
}

.pager > li a:hover {
    color: #fff;
    background: #333;
    border: solid 1px #333;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.hIn {
    padding: 16px 15px;
    position: relative;
}

.hLogo {
    display: block;
    max-width: 415px;
    width: 100%;
    margin: auto;
    transition: .5s;
}

header.is-animation {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

header.is-animation > .hIn {
    padding: 10px 15px;
}

header.is-animation .hLogo {
    max-width: 240px;
}

.humBtn {
    max-width: 60px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.humBar {
    width: 100%;
    height: 26px;
    position: relative;
}

.humBar > div {
    width: 100%;
    height: 2px;
    background: #6C6C6C;
    position: absolute;
    right: 0;
    left: 0;
    transition: .5s;
}

.humBar > div:nth-child(1) {
    top: 0;
}

.humBar > div:nth-child(2) {
    top: 50%;
}

.humBar > div:nth-child(3) {
    top: 100%;
}

.open .humBar > div:nth-child(1) {
    top: 50%;
    transform: rotate(225deg);
}

.open .humBar > div:nth-child(2) {
	opacity: 0;
}

.open .humBar > div:nth-child(3) {
    top: 50%;
    transform: rotate(135deg);
}

.navArea {
    max-width: 1920px;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 333;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.navArea.open {
    opacity: 1;
    visibility: visible;
}

.navContent {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 15px 100px 15px;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.navList {
    max-width: 320px;
    width: 100%;
    margin: auto;
}

.navList > li:not(:first-child) {
    margin: 20px 0 0;
}

.navLink {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}

.navLink:hover {
    opacity: .5;
}

.navLink.external:after {
    content: "";
    display: block;
    max-width: 13px;
    width: 100%;
    height: 13px;
    background: url(../img/arrow_icon04.svg) no-repeat center / contain;
    margin: 0 0 0 7px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(9%) saturate(16%) hue-rotate(82deg) brightness(96%) contrast(87%);
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/



/*-----------------------------------------------------------
 中ページカバー
-----------------------------------------------------------*/

.inCover.inCover--privacy {
    background: url(../img/in_privacy_cover.jpg) center center no-repeat;
    background-position: center center;
}

.inCover.inCover--tradelaw {
    background: url(../img/in_tradelaw_cover.jpg) center center no-repeat;
    background-position: center center;
}

.inCover.inCover--contact {
    background: url(../img/in_contact_cover.jpg) center center no-repeat;
    background-position: center center;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
    background: #303030;
    color: #fff;
}

.fIn {
    max-width: 1198px;
    width: 100%;
    margin: auto;
    padding: 61px 15px 61px;
    display: flex;
    justify-content: space-between;
}

.fIn > div:nth-child(1) {
    max-width: 430px;
    width: 40%;
}

.fIn > div:nth-child(2) {
    max-width: 570px;
    width: 56%;
    font-size: 40px;
    line-height: 1.2em;
    margin: 18px 0 0 3%;
}

.fName {
    font-size: 42px;
    line-height: 1.2em;
}

.fAdd {
    font-size: 14px;
    line-height: 1.78em;
    margin: 23px 0 0 20px;
}

.fnav {
    max-width: 160px;
    width: 100%;
    margin: 33px 0 0 20px;
    font-size: 14px;
    line-height: 1.71em;
    letter-spacing: 0.11em;
}

.fnav > li > a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
}

.fnav > li > a:hover {
    text-decoration: underline;
}

.fnav > li > .external:after {
    content: "";
    display: block;
    max-width: 11px;
    width: 100%;
    height: 11px;
    background: url(../img/arrow_icon04.svg) no-repeat center / contain;
    margin: 0 0 0 7px;
}

.fContLink {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 0 75px 0 0;
}

.fContLink:before {
    content: "";
    display: block;
    max-width: 71px;
    width: 100%;
    height: 71px;
    background: url(../img/f_contact_icon.svg) no-repeat center / contain;
    margin: 0 23px 0 0;
}

.fContLink:after {
    content: "";
    display: block;
    max-width: 32px;
    width: 100%;
    height: 21px;
    background: url(../img/arrow_icon01.svg) no-repeat center / contain;
    position: absolute;
    top: 70%;
    right: 25px;
    transform: translateY(-70%);
}

.fTelBox:after {
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 10px);
    background-size: 12px 3px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fContLink:hover {
    opacity: 0.6;
}

.fTelBox {
    display: flex;
    align-items: center;
    margin: 18px 0 0;
    padding: 13px 0 0;
    position: relative;
}

.fTelBox:before {
    content: "";
    display: block;
    max-width: 71px;
    width: 100%;
    height: 71px;
    background: url(../img/f_tel_icon.svg) no-repeat center / contain;
    margin: 0 23px 0 0;
}

.copyright {
    background: #fff;
    color: #303030;
    font-size: 14px;
    text-align: center;
    padding: 14px 15px 13px;
}

#pageTop {
    max-width: 60px;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 200px;
    right: 2%;
}

#pageTop > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D4A0AC;
    border-radius: 50%;
}

#pageTop > a:hover {
    background: #D4A0AC;
}

#pageTop > a:hover {
    background: #303030;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	max-width: 1920px;
	width: 100%;
	margin: auto;
}


.conteBox {
	max-width: 1200px;
	width: 96%;
	margin: auto;
}

/*-----------------------------------------------------------
 全ページ共通クラス
-----------------------------------------------------------*/


/*-- 中ページ --*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}

/* -----------------------------------------------------------
下層カバー
----------------------------------------------------------- */

.inCover {
	margin: 0 auto;
	padding: 0;
	max-width: 1920px;
	width: 100%;
	height: 340px;
	position: relative;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inCover.inCover--application {
	background: url(../img/in_application_ceremony_cover.jpg) center center no-repeat;
	background-position: center center;
}

.inCoverTtl {
	font-size: 55px;
	font-weight: 900;
}

.inCoverArea {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

/* -----------------------------------------------------------
共通
----------------------------------------------------------- */

.inner {
	padding: 80px 0 90px;
	width: 100%;
}

.innerWrap {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1180px;
	width: 100%;
}

.mt-1 {
	margin-top: .25rem;
}

.error-message {
	color: red;
	margin-bottom: 15px;
}

/* -----------------------------------------------------------
パンくず
----------------------------------------------------------- */

.pankuzu {
	margin: 0 auto;
	padding: 30px 0 0;
	max-width: 1920px;
	width: 100%;
}

.pankuzuList {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.pankuzuList > li {
	margin: 0 0.5em 0 0;
	font-size: 16px;
}

.pankuzuList > li > a {
	color: #303030;
}

.pankuzuList > li > a:hover {
	text-decoration: none;
}

/* -----------------------------------------------------------
見出し
----------------------------------------------------------- */

.inTtl01 {
	padding: 0 0 0 .25em;
	font-size: 30px;
	font-weight: 700;
	border-left: 5px solid #d4a0ac;
	line-height: 1.3em;
}

.inTtl02 {
	font-size: 19px;
	font-weight: 700;
}

/* -----------------------------------------------------------
フォーム
----------------------------------------------------------- */

.formTtl01 {
	font-size: 19px;
	font-weight: 700;
}

.required {
	color: #f00;
}

.formTxt01 {
	margin: 1em 0 0;
	font-size: 12px;
}

.formTxt01 > a:hover {
	text-decoration: none;
}

.formTxt02 > a {
	color: #303030;
}

.formTxt02 > a:hover {
	text-decoration: none;
}

.formLabel {
	padding: 0 0 0.3em;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}

.formSmall {
	margin: 0 0 0 1em;
	font-size: 12px;
	font-weight: 500;
}

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

.formInput,
.formSelect,
.formTextarea {
	padding: 0.3em .5em;
	border: 1px solid #999;
	border-radius: 3px;
	line-height: 1.5em;
	width: 100%;
}

/* 通夜日付のカラー */
input[type="date"] {
    -webkit-text-fill-color: #000000;
}
.inValid {
    opacity: 0.6;
    -webkit-text-fill-color: rgb(170, 170, 170);
}

.labelRequired {
	margin: 0 0 0 1em;
	padding: 0em 0.8em;
	font-size: 12px;
	background: #fc3030;
	color: #FFF;
	font-weight: 500;
	border-radius: 5px;
}

.formImg {
	width: 48%;
	position: relative;
}

.formImgRadio {
	/* display: none; */
	opacity: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.formImgLabel {
	padding: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.formImgBox {
	position: relative;
	height: 0;
	margin: 0 5px 0 0;
	padding: 0 0 40%;
	display: inline-block;
	width: 29%;
}

.formImgTxtBox {
	flex: 1;
	display: block;
}

.formImgBox > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	margin: auto;
}

.formImgName {
	font-size: 16px;
	font-weight: 700;
	display: block;
}

.formImgPrice {
	font-size: 15px;
	display: block;
}

.formImg:nth-of-type(odd) {
	margin: 0 2% 0 0;
}

.formImg:nth-of-type(n + 3) {
	margin-top: 2%;
}

.formImgRadio:checked + .formImgLabel {
	background: #e6e6e6;
}

.formBtn01 {
	min-width: 103px;
	max-width: 103px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #303030;
	background: #303030;
	color: #fff;
	text-decoration: unset;
	font-size: 13px;
	line-height: 1.75em;
	letter-spacing: 0.08em;
	padding: 7px 20px 6px;
	position: relative;
	cursor: pointer;
	font-family: "Shippori Mincho B1", "游明朝", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.formBtn01:after {
	content: "";
	display: block;
	max-width: 10px;
	width: 100%;
	height: 7px;
	background: url(../img/arrow_icon03.svg) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}

.formBtn01.formBtn01--send {
	background: #d4a0ac;
	border-color: #d4a0ac;
}

.formBtn01.formBtn01--back {
	background: #999;
	border-color: #999;
}

.formBtn01.formBtn01--back:hover {
	background: #bdbdbd;
}

.formBtn01.formBtn01--send:hover {
	background: #deb9c2;
}

.formBtnBlock {
	display: flex;
	justify-content: center;
	align-items: center;
}

.formBtn01.formBtn01--lg {
	max-width: 223px;
	min-width: 223px;
}

.formBtn01.formBtn01--back:after {
	transform: rotate(180deg);
	left: 10px;
	right: auto;
}

.formBtnBlock.formBtnBlock--multi .formBtnBox:nth-of-type(n + 2) {
	margin-left: 3%;
}


.formTtl02{
    margin-top: 30px;
}

/*-- 固定ここまで --*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.fName {
    font-size: 36px;
}

.fIn > div:nth-child(2) {
    font-size: 32px;
}

.fContLink:before {
    max-width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
}

.fTelBox:before {
    max-width: 60px;
    height: 60px;
    before {
    max-width: 60px;
    height: 60px;
}

;
    before {
    max-width: 60px;
    height: 60px;
};
    margin: 0 10px 0 0;
}

.fContLink:after {
    max-width: 20px;
    height: 13px;
    right: 0;
}

.fContLink {
    padding: 0 25px 0 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	font-size: 15px;
}

/*-----------------------------------------------------------
供花一覧
-----------------------------------------------------------*/

.flowerModalList {
    gap: 25px 3.36%;
    margin: 25px 0 0;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/




/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.fIn {
    padding: 30px 15px 30px;
}

.fName {
    font-size: 28px;
}

.fIn > div:nth-child(2) {
    font-size: 26px;
}

.fIn > div:nth-child(1) {
    width: 45%;
}

.fIn > div:nth-child(2) {
    width: 52%;
}

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/




/*-----------------------------------------------------------
#main
-----------------------------------------------------------*/


/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.tit01 {
    font-size: 42px;
}



/* 全ページ共通クラス
----------------------------------------------------------- */



/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.innerWrap {
	max-width: 900px;
}

.inCoverTtl {
	font-size: 40px;
}

.inCoverArea {
	justify-content: center;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.brSp br {
	display: none;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.tit01 {
    font-size: 36px;
}

/*-----------------------------------------------------------
供花一覧
-----------------------------------------------------------*/

.flowerModalList {
    grid-template-columns: repeat(2, 1fr);
}

/*-----------------------------------------------------------
モーダル
-----------------------------------------------------------*/

.modal-content {
	width: 96vw;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.hIn {
    padding: 8px 15px;
}

.hLogo {
    width: 40%;
}

.humBtn {
    max-width: 40px;
}

/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/

.fIn {
    display: block;
}

.fIn > div:nth-child(1) {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.fIn > div:nth-child(2) {
    max-width: 275px;
    width: 100%;
    margin: 20px auto 0;
    font-size: 20px;
}

.fContLink:before {
    max-width: 40px;
    height: 40px;
}

.fTelBox:before {
    max-width: 40px;
    height: 40px;
}

.fAdd {
    margin: 10px 0 0;
}

.fnav {
    margin: 15px auto 0;
}

.fTelBox {
    margin: 10px 0 0;
    padding: 11px 0 0;
}

.fName {
    font-size: 24px;
}

.inCover {
	height: 220px;
}

.inCoverTtl {
	font-size: 28px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.tit01 {
    font-size: 26px;
}

/*-- テーブル --*/

.baseTb {
	width: 100%;
}

.baseTb th, .baseTb td {
	width: 100% !important;
	display: block;
}

.baseTb th {
    padding: 12px 15px 12px;
    background: #303030;
    color: #fff;
}


/* ヘッダー
----------------------------------------------------------- */



/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/



/* 中ページ
----------------------------------------------------------- */

.inTtl01 {
	font-size: 22px;
}

.inTtl02 {
	font-size: 17px;
}

.formTtl01 {
	font-size: 16px;
}

.formLabel {
	font-size: 14px;
}

.formTxt02 {
	font-size: 14px;
}

.formImg {
	width: 100%;
}

.formImg:nth-of-type(odd) {
	margin: 0;
}

.formImg:nth-of-type(n + 2) {
	margin: 10px 0 0;
}

.formBtn01.formBtn01--lg {
	min-width: 1px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */