@charset "utf-8";

/*===========================================================
ヘッダー
===========================================================*/

.header {
    position: relative;
}

.header .header-logo01 {
	display: none;
}

.header .header-logo02 {
	display: block;
}

.header .instagram01 {
	display: none;
}

.header .instagram02 {
	display: block;
}

.header-nav-link {
	color: #736F67;
}

.header-nav-link:hover {
	color: #736F67;
}

/*===========================================================
バナー
===========================================================*/

.common-banner-area {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

/*===========================================================
ファーストコンテンツ
===========================================================*/

.common-first-container {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
}

.common-first-text-box {
    text-align: left;
}

.common-first-text-box .text01 br {
    display: none;
}

.common-first-img-box {
    margin: 60px auto 0;
    max-width: 1920px;
    width: 100%;
}

/*===========================================================
セカンドコンテンツ
===========================================================*/

.common-second-container {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
}

.common-second-block {
	margin: 60px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.common-second-block:first-child {
    margin: 0;
}

.common-second-title-box {
	color: #77866B;
    display: flex;
    align-items: center;
}

.common-second-title-box .title02 {
    flex: 1;
}

.common-second-title01 {
    margin: 0 4% 0 0;
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 4.5307)), 100px);
    font-weight: 700;
    letter-spacing: 0;
    font-family: "Lato", sans-serif;
}

.common-second-img-box {
    width: 100%;
}

.common-second-text-area {
    margin: 40px 0 0 0;
    width: 100%;
}

.common-second-text-box {
    margin: 20px 0 0 0;
}

/*===========================================================
テーブル
===========================================================*/

.common-table-area {
	border-right: 1px solid #938679;
	border-bottom: 1px solid #938679;
}

.common-th {
	padding: 15px 15px 15px 15px;
    background-color: #7B6C5D;
    color: #fff;
    border-left: 1px solid #938679;
	border-top: 1px solid #938679;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.125)), 18px);
    font-weight: 700;
    display: flex;
    align-items: flex-start;
}

.common-td {
	padding: 15px 15px 15px 15px;
    border-left: 1px solid #938679;
	border-top: 1px solid #938679;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.125)), 18px);
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:420px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*===========================================================

===========================================================*/



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*===========================================================

===========================================================*/

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 

/*===========================================================
バナー
===========================================================*/

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

/*===========================================================
ファーストコンテンツ
===========================================================*/

.common-first-text-box .text01 br {
    display: block;
}

.common-first-img-box {
    margin: 80px auto 0;
}

/*===========================================================
セカンドコンテンツ
===========================================================*/

.common-second-block {
	margin: 80px 0 0 0;
    justify-content: space-between;
	flex-direction: row;
}

.common-second-block:nth-of-type(even) {
	flex-direction: row-reverse;
}

.common-second-img-box {
	max-width: 680px;
    width: 46.7%;
}

.common-second-text-area {
    margin: 0 0 0 20px;
	max-width: 610px;
    width: 48%;
}

.common-second-block:nth-of-type(even) .common-second-text-area {
    margin: 0 20px 0 0;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================
ファーストコンテンツ
===========================================================*/

.common-first-img-box {
    margin: 130px auto 0;
}

/*===========================================================
セカンドコンテンツ
===========================================================*/

.common-second-block {
	margin: 100px 0 0 0;
}

.common-second-text-box {
    margin: 40px 0 0 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*===========================================================

===========================================================*/

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*===========================================================

===========================================================*/

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1520px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */