@charset "UTF-8";
/* CSS Document */
.op {
	font-family: "Optima", sans-serif;
}
section#main {
	width: 100%;
	height: 350px;
	background-position: center center;
	background-size: cover;
}
section#main h2 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	padding: 180px 0 10px 0;
	margin: 0;
}
section#main h3 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #000;
	line-height: 1em;
	padding: 0 0 0 0;
	margin: 0;
}
#studio section#main {
	background-image: url("../img/member-studio-back.jpg");
}
#photography-guide section#main {
	background-image: url("../img/photography-guide-back.jpg");
}
#photostudio section#main {
	background-image: url("../img/photostudio-back.jpg");
}
#gallery section#main {
	background-image: url("../img/gallery-back.jpg");
	background-position: center bottom;
}
#activity-report section#main {
	background-image: url("../img/activity-report-back.jpg");
	background-position: center left;
}
#about-psms section#main {
	background-image: url("../img/about-psms-back.jpg");
}
#association section#main {
	background-image: url("../img/association-back.jpg");
}
#supporting-companies section#main {
	background-image: url("../img/supporting-companies.jpg");
}

.white {
	color: #fff !important;
}

.h180 {
	height: 180px;
}




section#shopbox {
	width: 1000px;
	margin: 50px auto;
}
section#shopbox h3 {
text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.2em;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	width: 600px;
	margin: 0 auto;
	line-height: 1em;
}
.qabox {
    width: 100%;
    margin: 40px auto 0;
}
.accordion contbox {
    width: 100%;
    padding: 0;
}
.accordion h4 {
    font-size: 26px;
    line-height: 1em;
    margin: 0;
    padding: 0 0 0 50px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.2em;
}
span.co {
	font-size: 18px;
	font-weight: normal;
	padding: 0 10px 0 0;
	letter-spacing: 0;
}
span.jy {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 0 20px;
	letter-spacing: 0;
}
.accordion .cont-first {
    position: relative;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
	box-shadow:
       inset 0 -3em 3em rgba(0,0,0,0.1),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
}
.accordion > .contbox > .cont-first > a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 25px 0 20px 25px;
    position: relative;
    background-color: #eee;
	border-bottom: 5px solid #EE5A24;
}
.accordion > .contbox > .cont-first > a h4:hover {
    color: #111;
    text-decoration: none;
}
/*.accordion > ul > li > p {
	display: none;
	text-align:left !important;
	padding:15px 100px 15px 70px !important;
	color:#555;
	line-height:1.8em;
	font-weight: normal !important;
	font-size: 14px !important;
}*/

.accordion .cont-first .accordion_icon, .accordion .cont-first .accordion_icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}
.accordion .cont-first .accordion_icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 5%;
}
.accordion .cont-first .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FF7F00;
}
.accordion .cont-first .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion .cont-first .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion .cont-first .accordion_icon.active span:nth-of-type(1) {
    display: none;
}
.accordion .cont-first .accordion_icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.con {
    display: none;
    width: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
	overflow: hidden;
}
.con-left {
	float: left;
	width: 60%;
}
.con-right {
	float: right;
	width: 38%;
}
.photo {
	width: 100%;
	clear: both;
}
.photo ul {
	width: 100%;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photo ul li {
	width: 24%;
}


table.time {
	width: 100%;
	font-size: 15px;
	margin: 0 0 15px 0;
}
table.time th {
	padding: 0 0 0 0;
	width: 20%;
	text-align: left;
}
table.time td {
	padding: 0 0 0 0;
}
table.time tr {
border-bottom: 1px solid #ddd;
}


.profile {
	width: 160px;
	margin: 0 10px 10px 0;
	float: left;
}
.linkbox {
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.sns {
	width: 40px;
	margin: 0 0 0 15px;
}

.button2 {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  margin: 0 20px 0 0;
  border-radius: 10px;
}
.button2::before, .button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2, .button2::before, .button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  border: 2px solid #EE5A24;
  color: #EE5A24;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  background-color: #fff;
}
.button2:hover {
  color: #fff;
  letter-spacing: 0.1em;
}
.button2::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  left: 0;
  background-color: #F15A24;
}


.button22 {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  margin: 0 20px 0 0;
  border-radius: 10px;
	padding: 0 0 0 20px;
	background-image: url("../img/call-off.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}
.button22::before, .button22::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button22, .button22::before, .button22::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button22 {
  position: relative;
  z-index: 2;
  border: 2px solid #EE5A24;
  color: #EE5A24;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  background-color: #fff;
}
.button22:hover {
  color: #fff;
  letter-spacing: 0.1em;
	
}
.button22::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button22:hover::after {
  top: 0;
  left: 0;
  
	background-image: url("../img/call-on.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	
	background-color: #F15A24;
}






.link-home {
	margin: 0 20px 0 0;
}


#shopmenu {
	width: 1000px;
	margin: 50px auto;
}
#shopmenu ul {
	width: 100%;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#shopmenu ul li {
	width: 11%;
	text-align: center;
	font-size: 13px;
	padding: 5px;
	border: 2px solid #ddd;
	border-radius: 10px;
	box-sizing: border-box;
}

section#support {
    width: 1000px;
    margin: 50px auto;
}

#kyosan {
	width: 1000px;
	margin: 50px auto;
	display: flex;
  flex-wrap: wrap;
}
.kbox {
	width: 30%;
	margin: 0 3% 20px 0;
}

#kyosan figure {
	width: 70%;
	margin: 0 auto;
}
section#support h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.2em;
    padding: 0 0 10px 0;

    width: 600px;
    margin: 0 auto;
    line-height: 1em;
}


section#cont {
	width: 1000px;
	margin: 50px auto;
}
section#cont h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.2em;
    padding: 0 0 0 0;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
}
section#cont h4 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333;
    width: 100%;
    margin: 0 auto 25px;
    line-height: 1.8em;
}
.linebox {
	width: 100%;
	display: flex;
	margin: 0 0 30px 0;
}
.line1 {
	width: 70%;
	height: 5px;
	background-color: #000;
}
.line2 {
	width: 30%;
	height: 5px;
	background-color: #f15a24;
}
.listbox {
	width: 1000px;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list {
	width: 47%;
}
table.psms-t {
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
table.psms-t th {
	width: 70%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #eee;
	border-bottom: 1px solid #fff;
}
table.psms-t td {
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.psms-1 {
	width: 270px;
	margin: 20px auto 10px;
}
.psms-2 {
	text-align: center;
	font-size: 20px;
	line-height: 1.6em;
	padding: 0 0 30px 0;
	margin: 0;
}

#about-psms article {
	background-image: url("../img/psms-back.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

#cont p {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}


table.tt11 {
  width: 90%;
	margin: 0 auto 50px;
  border-collapse: collapse;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
}
table.tt11 tr {
  border-bottom: solid 10px white;
}
table.tt11 tr:last-child {
  border-bottom: none;
}
table.tt11 th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #ddd;
  color: #333;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
table.tt11 th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #ddd;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table.tt11 td {
  text-align: left;
  width: 70%;
  background-color: #f7f7f7;
  padding: 10px 5px 10px 20px;
  box-sizing: border-box;
  color: #333;
}

.mm0 {
	margin-bottom: 0 !important;
}
.psms-3 {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../img/psms-photo-01.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 30%;
}
.left30 {
	width: 60% !important;
    margin: 0 auto;
    padding: 25px 5% 50px 35% !important;
}



#association article {
    background-image: url("../img/association-photo-01.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 50%;
}

section#scenes h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.2em;
    padding: 0 0 0 0;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
}
section#scenes h4 {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.2em;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
	box-sizing: border-box;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
p.eng {
    font-size: 15px;
    font-family: "Optima", sans-serif;
    padding: 0 0 0 0;
    color: #999;
    letter-spacing: 1px;
    font-weight: normal;
}
/*section#scenes h4 {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.2em;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
	box-sizing: border-box;
	background-color: #f15a24;
	border-bottom: 4px solid #000;
	color: #fff;
}*/
section#scenes h5 {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 5px;
    width: 100%;
    margin: 0 auto 15px;
    line-height: 1.8em;
	box-sizing: border-box;
	background-color: #eee;
	color: #333;
}
section#scenes h5.sce-03 {
    font-size: 17px !important;
    letter-spacing: 0 !important;
    line-height: 1.5em;
}
section#scenes h5.sce-03-99 {
    font-size: 15px !important;
    letter-spacing: 0 !important;
    line-height: 1.5em;
}


#scenes {
	width: 90%;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sce {
	width: 48%;
		display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: 0 0 80px 0;
}
.sce-box {
	width: 50%;
	padding: 0 15px 15px 15px;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
}
.sce-01 {
	background-image: url("../img/sce-01.jpg");
}
.sce-02 {
	background-image: url("../img/sce-02.jpg");
}
.sce-03 {
	background-image: url("../img/sce-03.jpg");
}
.sce-04 {
	background-image: url("../img/sce-04.jpg");
}
.sce-05 {
	background-image: url("../img/sce-05.jpg");
}
.sce-06 {
	background-image: url("../img/sce-06.jpg");
}
.sce-07 {
	background-image: url("../img/sce-07.jpg");
}
.sce-08 {
	background-image: url("../img/sce-08.jpg");
}
.sce-09 {
	background-image: url("../img/sce-09.jpg");
}
.sce-10 {
	background-image: url("../img/sce-10.jpg");
}
.sce-11 {
	background-image: url("../img/sce-111.jpg");
}
.sce-12 {
	background-image: url("../img/sce-11.jpg");
}
.sce-13 {
	background-image: url("../img/sce-13.jpg");
}
.sce-14 {
	background-image: url("../img/sce-14.jpg");
}


#reportbox {
	width: 1000px;
	margin: 50px auto;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.report {
	width: 480px;
	margin: 0 0 40px 0;
}
#reportbox h5 {
font-size: 20px;
	line-height: 1.6em;
	padding: 0 0 5px 30px;
	border-bottom: 3px solid #333;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	background-image: url("../img/mark.svg");
	background-repeat: no-repeat;
	background-size: 28px;
}
p.day {
	font-size: 16px !important;
	padding: 10px 0 20px 5px !important;
	margin: 0 !important;
}
#reportbox p {
	padding: 10px 0 20px 0 !important;
	margin: 0 auto!important;
}

.report-photo {
	width: 90%;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.report-photo figure {
	width: 48%;
}
#photostudio article {
    background-image: url("../img/photostudio-photo-01.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 50%;
}
.text {
	position: relative;
}
.img_fr {
    display: block;
    position: relative;
    float: right;
    margin-left: 30px !important;
    margin-bottom: 0 !important;
	padding-bottom: 0 !important;
    text-align: center;
	width: 330px !important;
}
.img_fl {
    display: block;
    position: relative;
    float: left;
    margin-right: 30px !important;
    margin-bottom: 0 !important;
	padding-bottom: 0 !important;
    text-align: center;
	width: 330px !important;
}
/*スマホ==========================================================================================================*/
@media screen and (max-width: 768px) {
	
#activity-report section#main {
    background-image: url(../img/activity-report-back.jpg);
    background-position: center center;
	width: 100%;
	height: 220px;
}	
section#main {
	width: 100%;
	height: 220px;
	background-position: center center;
	background-size: cover;
}
section#main h2 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	padding: 100px 0 10px 0;
	margin: 0;
}
section#main h3 {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #000;
	line-height: 1em;
	padding: 0 0 0 0;
	margin: 0;
}
#studio section#main {
	background-image: url("../img/member-studio-back.jpg");
}

section#shopbox {
	width: 90%;
	margin: 20px auto;
}
section#shopbox h3 {
text-align: center;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.2em;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	width: 90%;
	margin: 0 auto;
	line-height: 1.6em;
}
.qabox {
    width: 100%;
    margin: 20px auto 0;
}
.accordion contbox {
    width: 100%;
    padding: 0;
}
.accordion h4 {
    font-size: 18px;
    line-height: 1em;
    margin: 0;
    padding: 0 0 0 0;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0;
}
span.co {
	font-size: 13px;
	font-weight: normal;
	padding: 0 3px 0 0;
	letter-spacing: 0;
}
span.jy {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 20px;
	letter-spacing: 0;
}
.accordion .cont-first {
    position: relative;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	box-shadow: 0px 0px 16px 0px rgb(36 20 4 / 10%);
}

.accordion > .contbox > .cont-first > a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 0 10px 5px;
    position: relative;
    background-color: #eee;
	border-bottom: 5px solid #EE5A24;
}
.accordion > .contbox > .cont-first > a h4:hover {
    color: #111;
    text-decoration: none;
}
/*.accordion > ul > li > p {
	display: none;
	text-align:left !important;
	padding:15px 100px 15px 70px !important;
	color:#555;
	line-height:1.8em;
	font-weight: normal !important;
	font-size: 14px !important;
}*/

.accordion .cont-first .accordion_icon, .accordion .cont-first .accordion_icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}
.accordion .cont-first .accordion_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 5px;
}
.accordion .cont-first .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FF7F00;
}
.accordion .cont-first .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion .cont-first .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion .cont-first .accordion_icon.active span:nth-of-type(1) {
    display: none;
}
.accordion .cont-first .accordion_icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.con {
    display: none;
    width: 100%;
    padding: 15px 5px;
    box-sizing: border-box;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
	overflow: hidden;
}
.con-left {
	float: none;
	width: 100%;
}
.con-right {
	float: none;
	width: 100%;
}
.photo {
	width: 100%;
}
.photo ul {
	width: 100%;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photo ul li {
	width: 48%;
}


table.time {
	width: 100%;
	font-size: 13px;
	margin: 0 0 15px 0;
}
table.time th {
	padding: 0 0 0 0;
	width: 30%;
	text-align: left;
}
table.time td {
	padding: 0 0 0 0;
}
table.time tr {
border-bottom: 1px solid #ddd;
}

.linkbox {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.profile {
	width: 120px;
	margin: 0 10px 15px 0;
	float: left;
}

.button2 {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  margin: 0 20px 0 0;
  border-radius: 10px;
}
.button2::before, .button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2, .button2::before, .button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  border: 2px solid #EE5A24;
  color: #EE5A24;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
  background-color: #fff;
}
.button2:hover {
  color: #fff;
  letter-spacing: 0.1em;
}
.button2::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  left: 0;
  background-color: #F15A24;
}

.link-home {
	margin: 0 auto 15px;
	width: 80%;
	
}
.link-call {
	margin: 0 auto 15px;
	width: 80%;
	
}

#shopmenu {
	width: 96%;
	margin: 50px auto;
}
#shopmenu ul {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}
#shopmenu ul li {
	width: 32%;
	text-align: center;
	font-size: 13px;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 2px solid #ddd;
	border-radius: 10px;
	box-sizing: border-box;
}	
	
section#support {
    width: 94%;
    margin: 20px auto;
}	
	#kyosan {
	width: 90%;
	margin: 30px auto;
	display: block;
}
.kbox {
	width: 100%;
	margin: 0 auto 20px;
}

#kyosan figure {
	width: 50%;
}
section#support h3 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.2em;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333;
    width: 90%;
    margin: 30px auto;
    line-height: 1em;
}
	
.listbox {
	width: 94%;
	margin: 0 auto;
	display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
	.list {
	width: 100%;
}
	table.psms-t {
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
table.psms-t th {
	width: 65%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #eee;
	border-bottom: 1px solid #fff;
}
table.psms-t td {
	width: 35%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
	section#cont {
	width: 94%;
	margin: 50px auto;
}
section#cont h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 0 0 0 0;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
}
section#cont h4 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0em;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333;
    width: 100%;
    margin: 0 auto 25px;
    line-height: 1.8em;
}
	
	
	
	.psms-1 {
	width: 60%;
	margin: 20px auto 10px;
}
.psms-2 {
	text-align: center;
	font-size: 18px;
	line-height: 1.6em;
	padding: 0 0 30px 0;
	margin: 0;
}	
#about-psms article {
background: none;
}	
	
.psms-3 {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../img/psms-photo-01.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 70%;
}
.left30 {
	width: 90% !important;
    margin: 0 auto;
    padding: 170px 5% 50px 5% !important;
}
	
	
#association article {
    background-image: url("../img/association-photo-01.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 50%;
}	
	
	

section#scenes h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    padding: 0 0 0 0;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
}
section#scenes h4 {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.2em;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
	box-sizing: border-box;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
section#scenes h5 {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 5px;
    width: 100%;
    margin: 0 auto 15px;
    line-height: 1.8em;
	box-sizing: border-box;
	background-color: #eee;
	color: #333;
}
section#scenes h5.sce-03 {
    font-size: 17px !important;
    letter-spacing: 0 !important;
    line-height: 1.5em;
}
section#scenes h5.sce-03-99 {
    font-size: 15px !important;
    letter-spacing: 0 !important;
    line-height: 1.5em;
}


#scenes {
	width: 90%;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sce {
	width: 100%;
		display: block;
	margin: 0 0 80px 0;
}
.sce-box {
	width: 100%;
	padding: 0 0 15px 0;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
}
.sce-01 {
	background-image: url("../img/sce-01.jpg");
	height: 180px;
}
.sce-02 {
	background-image: url("../img/sce-02.jpg");
	height: 180px;
}
.sce-03 {
	background-image: url("../img/sce-03.jpg");
	height: 180px;
}
.sce-04 {
	background-image: url("../img/sce-04.jpg");
	height: 180px;
}
.sce-05 {
	background-image: url("../img/sce-05.jpg");
	height: 180px;
}
.sce-06 {
	background-image: url("../img/sce-06.jpg");
	height: 180px;
}
.sce-07 {
	background-image: url("../img/sce-07.jpg");
	height: 180px;
}
.sce-08 {
	background-image: url("../img/sce-08.jpg");
	height: 180px;
}
.sce-09 {
	background-image: url("../img/sce-09.jpg");
	height: 180px;
}
.sce-10 {
	background-image: url("../img/sce-10.jpg");
	height: 180px;
}
.sce-11 {
	background-image: url("../img/sce-111.jpg");
	height: 180px;
}
.sce-12 {
	background-image: url("../img/sce-11.jpg");
	height: 180px;
}
.sce-13 {
	background-image: url("../img/sce-13.jpg");
	height: 180px;
}
.sce-14 {
	background-image: url("../img/sce-14.jpg");
	height: 180px;
}

	
#reportbox {
	width: 100%;
	margin: 50px auto;
	display: block;
}
.report {
	width: 100%;
	margin: 0 0 40px 0;
}
#reportbox h5 {
font-size: 18px;
	line-height: 1.6em;
	padding: 0 0 5px 30px;
	border-bottom: 3px solid #333;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	background-image: url("../img/mark.svg");
	background-repeat: no-repeat;
	background-size: 28px;
}
p.day {
	font-size: 14px !important;
	padding: 10px 0 20px 5px !important;
	margin: 0 !important;
}
#reportbox p {
	padding: 10px 0 20px 0 !important;
	margin: 0 auto!important;
}

.report-photo {
	width: 90%;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.report-photo figure {
	width: 48%;
}
	
table.tt11 {
  width: 100%;
	margin: 0 auto 50px;
  border-collapse: collapse;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5em;
}
table.tt11 tr {
  border-bottom: solid 10px white;
}
table.tt11 tr:last-child {
  border-bottom: none;
}
table.tt11 th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #ddd;
  color: #333;
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
}
table.tt11 th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #ddd;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table.tt11 td {
  text-align: left;
  width: 70%;
  background-color: #f7f7f7;
  padding: 5px 5px 5px 20px;
  box-sizing: border-box;
  color: #333;
}
	.img_fr {
    display: block;
    position: relative;
    float: none;
		margin: 10px auto !important;
	padding-bottom: 0 !important;
    text-align: center;
	width: 90% !important;
}
.img_fl {
     display: block;
    position: relative;
    float: none;
		margin: 10px auto !important;
	padding-bottom: 0 !important;
    text-align: center;
	width: 90% !important;
}
	.sns {
	width: 40px;
	margin: 0 auto;
}
}


