@charset "UTF-8";

#page_header{background-image:url("../img/header_back_pc.webp");height: 460px;padding-top:  10%;}

.w90per{width: 90%;margin: 0 auto;}
.a_blue{display: inline-block;}
.mt100{margin-top: 100px;}

/* section_01 */
.section_01,.bg_breadcrumb{background-color: #ffffff;}
.flexbox a.box-item04 {
  position: relative;
  display: block;
  padding: 15px 0px 15px 2%;
  background-color: #ffffff;
  border: solid 1px #97cfac;
border-radius: 8px;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: left;
}
.box-item04{width: 22%;display: inline-block;margin:1% 0 3%;height: auto;}
/* アイコンのスタイル */
.flexbox a.box-item04::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: translateY(0px) rotate(45deg);
  box-sizing: border-box;
}
.corner_box{background-image:url("../img/id_photo_back_pc.webp");background-repeat: no-repeat;background-size: cover;background-position: top center; padding-top: 12%;padding-bottom: 5%;}
.corner_ttl_img{margin-bottom:5%;}
.corner_ttl{font-size: 2.0em;text-align: center;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
.corner_p{text-align: center;margin-top: 3em;line-height: 1.8em;margin-bottom: 2em;}

.id_h3{text-align: center;font-size: 1.8em;margin-bottom: 1em;}
.id_h3_left{border-left: solid 5px #2c9f7d; text-align: left;font-size: 1.3em;margin-bottom: 1em;padding-left: 0.6em;line-height: 1.3em;}
/* リスト */
.button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	margin-bottom: 3em;
}

.btn {
  color: #2c9f7d;
  font-size: 18px;
  text-align: center;
   box-sizing: border-box;
  transition: all 0.3s ease;
}
.btn span{border: 2px solid #2c9f7d; /* 緑色の枠線 */
padding: 12px 30px;}


.note {
  font-size: 12px;
  color: #2c9f7d;
  margin-top: 10px;
  line-height: 1.4;
	text-align: left;
}
.unten_button{width: 80%;margin: 0 auto;}

/* 見出し部分 */
.section {
  background-color: #a7d3c3;
  padding: 0.8em;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 4px 4px 0 0;
}

/* テーブル風ボックス */
.table {
  border: 1px solid #a7d3c3;
  border-top: none;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.row {
  display: contents;
}

.cell {
  padding: 1em;
  border-bottom: 1px solid #a7d3c3;
}

.cell:nth-child(odd) {
  background-color: #e6f3ec;
}

.cell:nth-child(even) {
  background-color: #f8fffc;
}

.row:last-child .cell {
  border-bottom: none;
}

/* プリント料金テーブル */
.table-print {
  border: 1px solid #a7d3c3;
  border-top: none;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.8fr;
}

.table-print .cell ,.table-print .cell-02 {
  border-bottom: 1px solid #a7d3c3;
  padding: 1em;
}
.table-print .cell-02{
  background-color: #f8fffc;
}
.table-print .cell{
  background-color: #e6f3ec;
border-left: 1px solid #a7d3c3;
}

.id_box{background-color: #ffffff;padding: 5%;border: solid 1px #2c9f7d;}


/* お得なキャンペーンスライド */
.cam-bk-img{
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

.studio_copy{text-align: center;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 1.6em;}
/* スタジオスライド */

#studio_slide_box {
    position: relative;
    width:100%;
    z-index: 10;
    overflow: hidden;
	margin: 3% 0 5em;
}
#studio_slide_box .swiper-container4 {
	position:relative;
	width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#studio_slide_box .swiper-slide {
	position:relative;
}

/* section_04 */
.section_04{background-color: rgba(244,234,236,0.8);}

.sonota_plan{text-align: center;font-size: 1.6em;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
#page_header{background-image:url("../img/header_back_pc.webp");height: 300px;padding-top:  10%;}
	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image:url("../img/header_back_sp.webp");height: 200px;padding-top:  10%;}
	
.mt100{margin-top: 30px;}
	
.title_h3{font-size: 1.3em;margin-bottom: 1%;line-height: 1.2;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin: 0 auto;}
.box-item04{width: 47%;display: inline-block;margin:1% 0 2%;height: auto;}

/* section_01 */	
.corner_box{background-image:url("../img/id_photo_back_pc.webp");background-repeat: no-repeat;background-size: cover;background-position: top center; padding-top: 10%;padding-bottom: 8%;}
.corner_ttl_img{margin-bottom: 8%;}
.corner_ttl{font-size: 1.2em;text-align: center;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
.corner_p{font-size: 0.9em; text-align: center;margin-top: 1em;line-height: 1.6em;margin-bottom: 2em;}
.id_h3{text-align: center;font-weight: normal;font-size: 1.2em;margin-bottom: 1em;line-height: 1.2em;}
/* リスト */
.button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	margin-bottom: 3em;
}
.btn {
  font-size: 16px;
}
.btn span{border: 2px solid #2c9f7d; /* 緑色の枠線 */
padding: 12px 30px;line-height: 2.4em;}	
.unten_button{width: 100%;margin: 0 auto;}
	
.cam-bk-img{
    width: 90%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
	margin: 0 auto;
}

#studio_slide_box .swiper-container4 {
	position:relative;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.gallery-bk-img{
   height: 200px;
}
	.section_04 img.spmgm{margin-bottom: 2em;}	
.studio_copy{font-size: 1.2em;}
}
