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



	font-face



--------------------------------------------------- */

/* 
 * “ほのか丸ゴシック” licensed under the IPA Font License Agreement v1.0
 * http://font.gloomy.jp/honoka-maru-gothic-dl.html
 * http://ipafont.ipa.go.jp/（IPAフォントのURL）
 * http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
----------------------------------------------- */
@font-face{ 
	font-family: 'honokamaru';
	src: url('../font/honokamaru.woff') format('woff'), /* モダンブラウザ用 */
	url('../font/honokamaru.otf') format('embedded-opentype'); /* iOS, Android用 */
}

.honokamaru {    
	font-family: 'honokamaru';
    font-weight: bold;
    letter-spacing: 2px;
	font-size: 2em;
	text-align:center;
}

#photocon .main_visual{
	/*background: #f0fdf6; 2019年使用*/
  background: #efffff; /*2020年使用*/
  border-bottom: 2px #e2f1f2 solid; /*2020年使用*/
}

#photocon .main_intro {
	background-image: url("../images/photocon/2022/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 700px;
	position: relative;
	z-index: 1;
}
/*#photocon .main_second{
	background-image: url("../images/photocon/main_bg_201906.jpg")
}
#photocon .main_first{
	background-image: url(../images/photocon/main_bg.jpg)
}*/

#photocon .main_intro:before, 
#photocon .main_intro:after {
	content: '';
	background-image: url(../images/photocon/leaf.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: 100%;
	top: 90%;
	z-index: 20;
	width: 20%;
    padding-top: 50%;
}
#photocon .main_intro:before {
	background-image: url(../images/photocon/flower_left.png);
	left: 0;
	
}
#photocon .main_intro:after {
	background-image: url(../images/photocon/flower_right.png);
	right: 0;
}
#photocon .main_intro h1 {
	background-image: url("../images/photocon/2024/main_tit.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	width: 653px;
	height: 623px;
	margin: -20px auto 0 auto;
}
/*#photocon .main_intro .second_ttl{
	background-image: url("../images/photocon/main_tit_201906.png");
}
#photocon .main_intro .first_ttl{
	background-image: url("../images/photocon/main_tit.png");
}*/
#photocon .intro_box {
    display: table;
    height: 700px;
    width: 100%;
    position: relative;
}

#photocon .i-headline {
    display: table-cell;
    vertical-align: middle;
}

#photocon .wave {
    background: url(../images/photocon/wave.png) repeat-x;
    width: 100%;
    height: 28px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*************intro*************/

#photocon .intro {
    margin-top: 50px;
    /*border-bottom: #f1eedb 1px solid;*/
	/*border-bottom: #cff5e0 1px solid;*/
    padding-bottom: 70px;
}

#photocon .intro .inner {
    max-width: 1024px;
    margin: 0 auto;
    line-height: 2;
}

#photocon .intro h2 {
    color: #213aa7;
    font-size: 33px;
    text-align: center;
    margin-bottom: 20px;
}


/*************breadcrumb*************/

.breadcrumb {
    max-width:  1024px;
    margin:  0 auto!important;
    padding-top: 50px;
    position: relative;
    z-index: 100;
}
.breadcrumb li{
  display: inline-block;
  font-size: 12px;
  color: #0d4f95;
}
.breadcrumb li a {
  font-size: 12px;
  color: #0d4f95;
}
.breadcrumb li:after{
    content: ">";
    margin-left: .6em;
    margin-right: .6em;
}
.breadcrumb li:last-child:after {
  content: "";
}

/*************anchorBlk*************/
.anchorBlk{padding: 0 0 5rem;}
.anchorBlk .inner {
  max-width: 1024px;
  margin: 0 auto;
  }
.anchorThm{
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
}
.anchorThm:before{
  background-color: #9c8000;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
.anchorThmTxt{
  background-color: #efffff;
  color: #9c8000;
  font-family: 'honokamaru';
  font-size: 28px;
  font-weight: 600;
  padding: 0 1em;
  position: relative;
  z-index: 20;
}
.ancrLst{
  display: flex;
  flex-wrap: wrap;
  }
.ancrItm{
  margin: 0 1rem 1rem 0;
  text-align: center;
  width: calc((100% - 2rem) / 3);
  /*width: 300px;*/
  }
.ancrItm:nth-of-type(3n){
  margin: 0 0 1rem 0;
  }
.ancrItmLnk{
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  border: 2px #ded5af solid;
  box-shadow: 5px 5px 10px 0 #dad5be;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  height: 80px;
  justify-content: center;
  line-height: 1.3;
  /*padding: 1em 0;*/
  position: relative;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  }
.ancrItmLnk:hover{
  box-shadow: none;
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  }
.ancrItmLnk:after{
  background-image: url(/sanaru-park/images/common/icon_pdf.png);
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-57%);
  left: 15px;
  width: 23px;
  }
/*.ancrItmLnk:after{
  border-bottom: 2px #ded5af solid;
  border-right: 2px #ded5af solid;
  content: "";
  display: inline-block;
  height: 5px;
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  transform: rotateZ(45deg);
  width: 5px;
  }*/
.ancrItmTxt{
  color: #9c8000;
  font-weight: 700;
  padding: 0 0 0 25px;
  }




/*************con_work*************/
/*#photocon .bg_yellow_green {
    background-color: #e9fbf1;
}*/
#photocon .bg_pale_yellow {
  background-color: #fffef9;
  /*border-bottom: 2px #f5edcb solid;*/
  border-bottom: 2px #f9ead6 solid;
}
#photocon .bg_yellow_orenge {
  background-color: #fff7f1;
  /*border-bottom: 2px #ffe5d2 solid;*/
  border-bottom: 2px #f9ead6 solid;
}
#photocon .con_work .inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 100px 0;
}
#photocon .con_tit .cap {
    display: block;
    text-align: center;
    margin: 10px 0;
}
#photocon .con_tit h3:before, 
#photocon .con_tit h3:after {
	content: '';
	background-image: url(../images/photocon/leaf.png);
	background-repeat: no-repeat;
	width: 78px;
	height: 100px;
	position: absolute;
	top: 20%;
}

#photocon .con_tit h3:before {
    left: -80px;
}

#photocon .con_tit:after {
	-webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}
#photocon .con_work h3 {
	color: #9c8000;
	background-image: url(../images/photocon/crown.png);
	background-repeat: no-repeat;
	font-size: 30px;
	background-position: center top;
	padding-top: 65px;
	text-align: center;
	position: relative;
	width: 70%;
	margin: 0 auto;
}
#photocon .con_work h3:after {
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	right: -80px;
}
#photocon .con_tit .line {
    background-image: url(../images/photocon/line.png);
    background-repeat: repeat-x;
    position: absolute;
    height: 9px;
    top: 100%;
    left: 0;
    width: 100%;
}

	/*************con_work award*************/
  #photocon .con_work .award_cont {
    margin-top: 50px;
    overflow: hidden;
    }
	#photocon .con_work h4 {
		font-size: 30px;
		font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		line-height: 2.2;
		text-align:center;
		color: #fff;
		background-repeat: no-repeat;
		background-position: center top;
		margin-bottom: 20px;
    height: 130px;
    padding: 4px 0 0;
	}
  /* scheme */
	#photocon .con_work .first h4 {
		background-image: url(../images/photocon/gold_ribon.png);
		
    }
  /*#photocon .con_work .silver h4 {
    background-image: url(../images/photocon/silver_ribon.png);
    }*/
  #photocon .con_work .second h4 {
    background-image: url(../images/photocon/silver_ribon.png);
    }
  #photocon .con_work .third h4 {
    background-image: url(../images/photocon/bronze_ribon.png);
    height: 112px;
    font-size: 28px;
    }
  /*#photocon .con_work .sanarukopark h4 {
    background-image: url(../images/photocon/sanarukopark_ribon.png);
    height: 124px;
    padding: 0.25em 0 0 0;
    }*/
  /* scheme Fin */
  /*#photocon .con_work .sanarukopark .award_box_block{
    display: flex;
    justify-content: center;
  }*/

  #photocon .con_work .award_box {
    box-sizing: border-box;
		float: left;
	}
  /* scheme */
  /*#photocon .con_work .silver .award_box {
		width: 50%;
    }*/
  /*#photocon .con_work .silver .award_box.right {
		float: right;
	}*/
  #photocon .con_work .second .award_box {
		width: 32.3333%;
	}
  #photocon .con_work .third .award_box {
		width: 25%;
		padding: 1%;		
	}
  /*#photocon .con_work .sanarukopark .award_box {
		width: 25%;
		padding: 1%;
	}*/
  /* scheme Fin */

	#photocon .con_work .awardPhoto {
		background-repeat: no-repeat;
		position: relative;
    }
  /* scheme */
  #photocon .con_work .first .awardPhoto {
		background-image: url(../images/photocon/gold_photo_bg.png);
		height: 550px;
	}
  /*#photocon .con_work .silver .awardPhoto {
		background-image: url(../images/photocon/silver_photo_bg.png);
		height: 470px;
	}*/
  #photocon .con_work .second .awardPhoto {
		background-image: url(../images/photocon/bronze_photo_bg.png);
		height: 314px;
		text-align: center;
	}
  /* scheme Fin */

	#photocon .con_work .awardPhoto .photo {
		position: absolute;
	}
  /* scheme */
  #photocon .con_work .awardPhoto .photo.sp {
		display: none;
	}
  #photocon .con_work .first .awardPhoto .photo {
    top: 15px;
    left: 10px;
	}
  /*#photocon .con_work .silver .awardPhoto .photo {
		top: 15px;
		left: 15px;
	}*/
  #photocon .con_work .second .awardPhoto  .photo {
		top: 15px;
		left: 10px;
	}
  #photocon .con_work .third .awardPhoto .photo {
    position: inherit;
    padding: 8px 8px 0 8px;
    -moz-box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
    background: #fff;
    }
  /*#photocon .con_work .sanarukopark .awardPhoto .photo {
    position: inherit;
    padding: 8px 8px 0 8px;
    -moz-box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
    background: #fff;
	}*/
  /* scheme Fin */	
	#photocon .con_work .awardPhoto .photo img {
    width: 100%;
    }

  #photocon .con_work .nametag_wrap{
    background: #fff;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) inset;
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) inset;
    width: 100%;
		margin-top: 20px;
		text-align: center;
		position: relative;
  }
  /* scheme */
  /* scheme Fin */
  #photocon .con_work .nametag_wrap:before, 
	#photocon .con_work .nametag_wrap:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #e8e5d7;
    border-radius: 50%;
    position: absolute;
    top: 10px;
	}
  #photocon .con_work .nametag_wrap:before {
    left: 10px;
	}
	#photocon .con_work .nametag_wrap:after {
    right: 10px;
	}
  /* scheme */
  #photocon .con_work .third .nametag_wrap:before, 
  #photocon .con_work .third .nametag_wrap:after{
    content: none;
	}
	/*#photocon .con_work .sanarukopark .nametag_wrap:before,	
	#photocon .con_work .sanarukopark .nametag_wrap:after{
    content: none;
	}*/
  /* scheme Fin */

	#photocon .con_work .nametag {
		padding: 15px;
		display: inline;
	}
  /* scheme Fin */
  /* scheme Fin */
	
	#photocon .con_work .nametag .tagtit {
		display: block;
		color: #213aa7;
		font-size: 24px;
		border-bottom: #f0eee1 1px solid;
		width: 90%;
		margin: 0 auto 0.5rem;
		line-height: 1.4;
    padding: 0 0 0.5rem;
	}  
  /* scheme */
  #photocon .con_work .third .nametag .tagtit {
    font-size: 19px;
	}
  /*#photocon .con_work .sanarukopark .nametag .tagtit {
    font-size: 20px;
	}*/
  /* scheme Fin */
  #photocon .con_work .nametag .tagtit .tagtitmonth {
    display: block;
		font-size: 20px;
    line-height: 1;
    margin: 0 0 5px;
	}
  /* scheme */
  #photocon .con_work .third .nametag .tagtit .tagtitmonth {
    font-size: 17px;
	}
  /* scheme Fin */
	
	#photocon .con_work .nametag .tagname {
		font-size: 21px;
		line-height: 2;
	}
  /* scheme */
  #photocon .con_work .third .nametag .tagname {
    font-size: 18px;
	}
  /*#photocon .con_work .sanarukopark .nametag .tagname {
    font-size: 18px;
	}*/
  /* scheme Fin */
	
	#photocon .con_work .nametag .tagname small {
		font-size: 70%;
		display: inline-block;
		vertical-align: middle;
		padding-right: 10px;
	}
	
	#photocon .note {
    border: #d0ccbb 1px solid;
    padding: 30px 100px;
    border-radius: 15px;
    width: 80%;
    margin: 30px auto;
    box-sizing: border-box;
 }
	#photocon .note h5 {
		font-size: 1.3em;
		text-align: center;
		margin-bottom: 10px;
	}

	#photocon .thanks {
		margin: 80px 0;
	}
	#photocon .thanks p {
		color: #3c52b1;
		text-align: center;
		font-size: 27px;
		letter-spacing: 2px;
	}
  #photocon .thanks p br{display: none;}

	#photocon .btn {
		text-align: center;
	}
	
	#photocon .btn a {
		background: #88b6e7;
		color: #fff;
		display: inline-block;
		padding: 15px 90px;
		font-size: 27px;
		border-radius: 10px;
		padding-left: 80px;
	}
	
	#photocon .btn {
		text-align: center;
	}
	
	#photocon .btn a:before {
		content: '';
		background-image: url(../images/photocon/ico_pdf.png);
		background-position: left center;
		background-repeat: no-repeat;
		display: inline-block;
		vertical-align: middle;
		width: 68px;
		height: 68px;
		padding-right: 20px;
	}
	#photocon .btn .btnNum{
		font-family: メイリオ, ヒラギノ, Helvetica, Arial, Osaka,  MS PGothic;
    color: rgba(255, 255, 255, 1);
	}


/* ----------------------------------------------------------------------------------------------------



modal



--------------------------------------------------- */
/*.modal-content {
	display: none;
	margin: 0 auto;
	position: fixed;
	width: 1024px;
	z-index: 1000;
}
.modal-content.tate {
	width: 600px;
    height: 70%;

}

.modal-open {	
	overflow: visible!important;	
	}

.modal_img img {
    width: 100%;
}
.modal-wrap {
    z-index:1000;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}
.modal-close {
    position: relative;
    width: 40px;
    height: 40px;
}
#mult-mark span {
    background: #fff;
    width: 40px;
    height: 2px;
    position: absolute;
    display:  block;
}

#mult-mark {
	position: absolute;
	top: -40px;
	left: 100%;
}
#mult-mark span:first-child {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -moz-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    top: 0;
}

#mult-mark span:last-child {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -moz-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    top: 20px;
}
.modal-overlay {
	z-index: 500;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D454d56,endColorstr=#4D454d56);
    background-color: rgba(103,97,63,0.95);
}


.modal-open:hover, 
.modal-close:hover {
    cursor:pointer;
}

.modal-content.tate .modal_img {
	overflow-y: scroll;
	height:100%;
}
html, body {
    min-width: initial;
}*/

@media screen and (max-width: 1200px) {
#photocon .intro .inner {
    min-width: 100%;
}

#photocon .intro .inner .intro_text {
    max-width: 90%;
    margin: 0 auto;
}

#photocon .main_intro {
    width: 100%;
}

.container {
    min-width: inherit;
}

#photocon .con_work h3 {
    width: 70%;
}

#photocon .con_work .inner {
    max-width: 95%;
}
.modal-content {
	width: 80%;
}
.modal-content.tate {
	width: 50%;
}
}

@media screen and (max-width: 1040px) {
#photocon .con_work .awardPhoto {
  background-image: none!important;
  height: inherit!important;
}
#photocon .con_work .awardPhoto .photo {
  position: inherit!important;
  top: inherit!important;
  left: inherit!important;
  padding: 8px;
  -moz-box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 11px 10px 5px -8px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.modal-content.tate .modal_img {
	overflow-y: inherit;
}

}

@media screen and (min-width: 769px) {
#photocon .con_work h3 br{
	display: none;
}
#photocon .con_work .nametag_wrap{
	height: 170px;
	width: 90%;
  margin: 20px auto 0;
}
/* scheme */
#photocon .con_work .first .nametag_wrap{
	height: 170px;
	width: 40%;
}
/*#photocon .con_work .silver .nametag_wrap{
	height: 130px;
	width: 70%;
}*/
/*#photocon .con_work .third .nametag_wrap{
	height: 160px;
}*/
/*#photocon .con_work .sanarukopark .nametag_wrap{
	height: 140px;
}*/
/* scheme Fin */
#photocon .con_work .award_box{}
/* scheme */
#photocon .con_work .second .award_box{
  margin: 0 1% 2rem 0;
}
#photocon .con_work .second .award_box:last-child{
	margin: 0 0 1rem;
}
/* scheme Fin */
}
@media screen and (max-width: 768px) {
html, body {
   min-width: fit-content;
}

#photocon .main_second{
	background-image: url(../images/photocon/main_bg_sp_201906.jpg)
}
#photocon .main_first{
	background-image: url(../images/photocon/main_bg_sp.jpg)
}
#photocon .main_intro h1 {
    background-size: 300px;
    width: 100%;
}

#photocon .main_intro {
  background-image: url(../images/photocon/2022/main_bg_sp.jpg);
    min-height: 300px;
    background-position: center;
}

#photocon .intro_box {
    height: 300px;
}

.container {
    overflow: inherit!important;
}

#photocon .intro .inner {
    max-width: 90%;
}

#photocon .intro h2 {
    font-size: 25px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

#photocon .intro {
  margin-top: 30px;
  padding-bottom: 40px;
}
/*************breadcrumb*************/

.breadcrumb {
    max-width: 90%;
}
/*************anchorBlk*************/
.anchorBlk{padding: 0 0 2rem;}
.anchorBlk .inner {
  max-width: 90%;
  }
.anchorThm{}
.anchorThmTxt{
  font-size: 20px;
  }
.ancrLst{
  justify-content: center;
  flex-wrap: wrap;
  }
.ancrItm{
  text-align: center;
  width: 100%;
  margin: 0 0 1rem;
  }
.ancrItmLnk{
  height: auto;
  line-height: 1.4;
  padding: 1em 0;
  }
.ancrItmLnk:after{}
.ancrItmTxt{}

  

#photocon .con_work .inner {
    padding: 70px 0;
}

#photocon .con_work h3 {
    font-size: 23px;
}
#photocon .con_work h3 br{
	display: block;
}
#photocon .con_tit h3:before, 
#photocon .con_tit h3:after {
    background-size: 50px;
    background-position: bottom;
	top: 38%;
}
#photocon .con_tit h3:before {
    left: -60px;
}
#photocon .con_work h3:after {
    right: -60px;
}


#photocon .wave:before {
    background-size: 80px;
}

#photocon .con_tit .cap {
    font-size: 13px;
    margin-top: 20px;
}

#photocon .con_work h4 {
    background-size: 320px;
    margin: 0 auto;
    font-size: 27px;
    line-height: 2;
    height: 100px!important;
}
/* scheme */
#photocon .con_work .third h4 {
    line-height: 1.7;
}
/*#photocon .con_work .sanarukopark h4 {
  font-size: 23px;
  line-height: 1.7;
  padding: 0.4em 0 0 0;
  }*/
/* scheme Fin */


#photocon .con_work .award_box {}
/* scheme */
/*#photocon .con_work .silver .award_box {
    float: none;
    width: 90%;
    margin: 0 auto 20px;
}*/
/*#photocon .con_work .silver .award_box:last-child{
	margin-bottom: 0;
}*/
/*#photocon .con_work .silver .award_box.right {
    float: none;
}*/
#photocon .con_work .second .award_box {
    width: 90%;
    margin: 0 auto;
    float: none;
	margin-bottom: 20px;
}
#photocon .con_work .third .award_box {
    width: 50%;
}
/*#photocon .con_work .sanarukopark .award_box {
    width: 50%;
}*/
/* scheme Fin */

#photocon .con_work .awardPhoto .photo {}
#photocon .con_work .awardPhoto .photo.pc {
		display: none;
}
#photocon .con_work .awardPhoto .photo.sp {
		display: block;
	}
/* scheme */
#photocon .con_work .third .awardPhoto .photo {
    padding: 5px;
}
/*#photocon .con_work .sanarukopark .awardPhoto .photo {
    padding: 5px;
}*/
/* scheme Fin */

#photocon .con_work .nametag_wrap{
	height: 150px;
}
/* scheme */
#photocon .con_work .first .nametag_wrap{
	height: 140px;
}
/*#photocon .con_work .silver .nametag_wrap{
	height: 105px;
}*/

#photocon .con_work .third .nametag_wrap{
	height: 135px;
}
/*#photocon .con_work .sanarukopark .nametag_wrap{
	height: 135px;
}*/
/* scheme Fin */
#photocon .con_work .nametag {
    width: 80%;
}
/* scheme */
/*#photocon .con_work .silver .nametag {
    width: 90%;
}*/
#photocon .con_work .third .nametag {
    /*padding: 10px 0;*/
    width: 100%;
}
/*#photocon .con_work .sanarukopark .nametag {
    width: 100%;
}*/
/* scheme Fin */
#photocon .con_work .nametag:before,
#photocon .con_work .nametag:after {
    width: 10px;
    height: 10px;
}

#photocon .con_work .nametag .tagtit {
    font-size: 20px;
}
/* scheme */
#photocon .con_work .third .nametag .tagtit {
    font-size: 17px;
}
/*#photocon .con_work .sanarukopark .nametag .tagtit {
    font-size: 18px;
}*/
/* scheme Fin */
#photocon .con_work .nametag .tagtit .tagtitmonth {
  font-size: 18px;
}
/* scheme */
#photocon .con_work .third .nametag .tagtit .tagtitmonth {
  font-size: 14px;
}
/* scheme Fin */
#photocon .con_work .nametag .tagname {
    font-size: 19px;
}
/* scheme */
#photocon .con_work .third .nametag .tagname {
    font-size: 15px;
}
/*#photocon .con_work .sanarukopark .nametag .tagname {
    font-size: 15px;
}*/
/* scheme Fin */


#photocon .note {
    padding: 30px 20px 20px 30px;
    width: 90%;
}

#photocon .note ul li {
    line-height: 1.8;
    margin-bottom: 5px;
}

#photocon .thanks p {
    font-size: 23px;
    line-height: 1.5;
}
#photocon .thanks p br{display: inline-block;}
#photocon .thanks {
    padding: 0 15px;
}

#photocon .btn a {
    padding: 10px 15px;
    font-size: 20px;
}

#photocon .btn a:before {
    background-size: 40px;
    width: 50px;
    padding-right: 0;
}
.modal-overlay {
    background-color: rgba(103,97,63,1.0);
}
.modal-content, 
.modal-content.tate {
	width: 80%;
}
#mult-mark {
    left: 95%;
}


}
@media screen and (max-width: 480px) {
.modal-close {
    width:  30px;
    height:  30px;
}

#mult-mark span {
    width:  30px;
}
}
