@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  border: 0;
}
a:hover img{
opacity: 0.9;
filter: alpha(opacity=90);
-moz-opacity:0.9;
}
hr {
	margin:20px 0;
	padding:0px;
	border:#999 solid 1px;
}
hr.clear {
	clear:both;
	border:none;
	margin:10px 0;
	overflow:hidden;
}


@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
	  color:#333;
    page-break-after: avoid;
  }

}

* {
	margin: 0;
	padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
font-family: 'Inter';
background: #fff;
font-size: 16px;
line-height: 1.75;
color: #333;
font-feature-settings: "palt" 1;
font-kerning: auto;
-webkit-text-size-adjust: 100%;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.link_page {
padding:5px 10px;
border:#999999 solid 1px;
}

#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: none;
    background: #000;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


/* テキスト関連
----------------------------------*/
p {
  margin: 20px 0 30px;
}


p.read {
	font-size:1.2rem;
	color:#C00;
}
p.read a {
	color:#C00;
}
.read p {
	font-size:1.2rem;
	color:#C00;
}
.read p a {
	color:#C00;
}
.text-bold {
	font-size:1.1rem;
	font-weight:bold;
}
.text-small {
	font-size:0.8rem;
	color:#666;
}
.text-large {
	font-size:1.4rem;
}
.text-large-x {
	font-size:1.6rem;
}
.text-large-xx {
	font-size:2.0rem;
}
@media screen and (max-width: 980px) {
.text-large {
	font-size:1.2rem;
}
.text-large-x {
	font-size:1.4rem;
}
.text-large-xx {
	font-size:1.6rem;
}
}
.text-red {
	color:#F00;
}
.text-bg-red {
	color:#FFF;
	background:#F00;
	padding:0.2rem;
}
.text-bg-blue {
	color:#FFF;
	background:#09C;
	padding:0.2rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/* 画像関連
----------------------------------*/
.inner img {
	max-width:100%;
	height:auto;
}
img.image-left {
	float:left;
	width:50%;
	margin:0 20px 0 0;
	display:block;
}
img.image-right {
	float:right;
	width:50%;
	margin:0 0 0 20px;
	display:block;
}
img.image-small {
	width:25%;
	height:auto;
}
img.image-radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
@media screen and (max-width: 640px) {
img.image-left {
	float:left;
	width:50%;
	margin:0 20px 0 0;
	display:block;
}
img.image-right {
	float:right;
	width:50%;
	margin:0 0 0 20px;
	display:block;
}
img.image-small {
	width:25%;
	height:auto;
}
}
@media screen and (max-width: 480px) {
img.image-left {
	float:none;
	width:100%;
	margin:0px;
	display:block;
}
img.image-right {
	float:none;
	width:100%;
	margin:0px;
	display:block;
}
img.image-small {
	width:100%;
	height:auto;
}	
}



/* 見出し関連
----------------------------------*/
.inner h1 {
	clear:both;
}
.inner h2 {
	clear:both;
	margin:1em 0 0.5em 0;
	font-size:1.6rem;
	line-height:150%;
}
.inner h3 {
	clear:both;
	margin:0.8em 0 0.3em 0;
	font-size:1.4rem;
	line-height:150%;
}
.inner h4 {
	clear:both;
	margin:0.6em 0 0.1em 0;
	padding:0.5em;
	font-size:1.2rem;
	line-height:150%;
}
.inner h5 {
	clear:both;
	margin:0.6em 0 0.1em 0;
	font-size:1.2rem;
	line-height:150%;
	border-bottom:#999 solid 1px;
}
.inner h1.fukidashi {

  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
  border:none;
}
.inner h1.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h2.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h2.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h3.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h3.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h4.fukidashi {
  position: relative;
  paddin4g: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h4.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h5.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h5.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner .double-line {
    margin:10px 0;                 /* デフォルトCSS打ち消し */
    font-size:  1.6rem;           /* 文字サイズ指定 */
    border-bottom: solid 3px;   /* 線指定 */
    padding-bottom:  5px;       /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  bold;       /* 文字の太さ調整 */
}
.inner .double-line:before {
    content:  '';               /* 空白の要素を作る */
    width: 100%;                /* 幅指定 */
    height: 1px;                /* 高さ指定 */
    background-color: #000;     /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    bottom: -6px;               /* 位置調整 */
}
.inner .postit {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #feeaac;  /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    border-radius:  2px;        /* 角丸指定 */
}

.inner .postit:before {
    content:  '';               /* 空白の要素を作る */
    background-color: #b3b3b3;  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 50%;                  /* 位置調整 */
    height: 60%;                /* 高さ指定 */
    top: 26%;                   /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
    width: 46%;                 /* 幅指定 */
    box-shadow: 0 0 8px 8px #b3b3b3;/* 影指定 */
    transform: rotate(3deg);    /* 回転 */
}

@media screen and (max-width: 980px) {
.inner h2 {
	font-size:1.6rem;
}
.inner h3 {
	font-size:1.4rem;
}
.inner h4 {
	font-size:1.2rem;
}
.inner h5 {
	font-size:1.2rem;
}
}

/* リスト関連
----------------------------------*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul.list {
	list-style:inside;
}


.dl-table { 
clear:both;
margin:20px 0;
    padding: 0;
    background: #efefef;
    border: 1px solid #ddd; 
}

.dl-child {  /**  dlに入れ子dlをするときのclass  **/
    margin: 0;
}


dl.dl-table dt, 
dl.dl-table dd {
    margin: 0;
    box-sizing: border-box;
}

dl.dl-table dt {
    padding: .5rem 1rem;
    background: inherit;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ececec;
    border-left: 0;
}

dl.dl-table dd {
    padding: 1rem;
    border-bottom: 1px solid #ececec;
    background: #fff;
}
 
dl.dl-table dd:last-of-type {
    border-bottom: 0;
}

ol.indl {
	margin:0 20px;
}

@media screen and (min-width: 768px){
   dl.dl-table dt {
        float: left;
        width: 25%;
        padding: .5rem;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
    }

    dl.dl-table dd {
        margin-left: 25%;
        padding: .5rem .5rem 0;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
        border-left: 1px solid #cdcdcd; 
        background: #fff;
    }

    dl.dl-table dt:first-of-type, 
    dl.dl-table dd:first-of-type {
        border-top: 0;
    }

    dl.dl-table dd:after {
        content : '';
        display : table;
        clear : both;
        height: 0;
    }

}






@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		color:#333;
	}
}


/* ページ内リンク
------------------------------------------------------*/
html{
    scroll-behavior: smooth;
}


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

body {
	height: 100%;
	 }

.header {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	}
.header a {
	padding: 10px 0;
	display: block;
	text-decoration: none;
	}
.header h1 {
	float:left;
}
.header .credit {
	float:right;
	font-size:0.8rem;
}
.header img {
	width:40%;

}
@media screen and (max-width: 640px) {
.header {
	width:100%;
}
.header h1 {
	width:100%;
	margin:0;
	padding:0;
}
.header img {
	width:30%;

}
.header .credit {
	font-size:0.75rem;
	margin:0;
	padding:0;
}
}
@media screen and (max-width: 480px) {
.header img {
	width:50%;

}

}
/* ナビ固定 */
.fix-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

/* ナビ固定時のbodyの余白 */
.fix-body {
  margin-top: 0px;
}


	
/* ヘッダーナビ（stellarnav）用
----------------------------------*/
.stellarnav {
	border-top:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
}
@media only screen and (max-width : 1000px) {
	.stellarnav > ul > li > a { padding: 20px 23px; }
}
.stellarnav span {
	display:table-cell;
	font-size:0.75rem;
}



/*--------------------------------------------------------------------------
基本構造
--------------------------------------------------------------------------*/

article {
	margin: 0px auto;
	line-height: 1.9;
}
article.container {
	margin: 10px auto 0px auto;
}
.bg-gray {
	background:#fafafa;
	border-top:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	overflow:hidden;
}
section.standard {
	margin:60px 0;
}

.section-container {
	clear:both;
	position:relative;
	width:100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.section-container .cloumn-two {
	float:left;
	width:45%;
	margin:10px;
	padding:10px;
	overflow:hidden;
}
.section-container .cloumn-three {
	float:left;
	width:32%;
	margin:2px;
	padding:2px;
	overflow:hidden;
}
.section-container .cloumn-four {
	float:left;
	width:22%;
	margin:10px;
	padding:10px;
	overflow:hidden;
}
.section-container .cloumn-four p {
	line-height:1.5;
}
.section-container .main {
	position:relative;
	float:left;
	width:680px;
	overflow:hidden;
}
.section-container .sub {
	position:relative;
	float:right;
	width:280px;
	margin:0 0 0 20px;
	overflow:hidden;
}
.sub ul.sidemenu {
	list-style:none;
}



@media screen and (max-width: 768px) {
article.container {
	margin: 10px auto 0px auto;
}


.section-container .cloumn-four {
	width:24.2%;
	margin:2px;
	padding:0;
}
.section-container .main {
	float:none;
	width:100%;
}
.section-container .sub {
	float:none;
	width:100%;
}
}

@media screen and (max-width: 640px) {
.section-container .cloumn-three {
	width:48.5%;
}
.section-container .cloumn-four {
	width:45%;
}
.section-container .cloumn-four img {
	display:block;
}
}
@media screen and (max-width: 480px) {
.section-container .cloumn-two {
	width:48.5%;
	margin:2px;
	padding:0;
}
.section-container .cloumn-three {
	float:none;
	width:100%;
	margin:2px;
	padding:0;
}
.section-container .cloumn-four {
	width:48.5%;
	margin:2px;
	padding:0;
}
}
.inner {
	clear:both;
	width: 980px;
	margin: 10px auto;
	overflow:hidden;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
@media screen and (max-width: 980px) {
	article {
		padding:0 0px;
	}
	.inner {
		width: 100%;
		padding: 0 10px;
	}
}

@media screen and (max-width: 768px) {
	.inner {
		width: 100%;
		padding: 0 10px;
	}
}

/*--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
footer {
	position:relative;
	width:100%;
	margin:0px 0 0 0;
	padding: 30px;
	text-align: center;
	color:#fff;
	background:#333;
	overflow:hidden;
}
footer a {
	padding:0.1rem 0.2rem;
	color:#FFF;
}
footer a.home {
	padding:0.1rem 0.2rem;
	color:#FFF;
	border:#FFF solid 1px;
}
footer a:hover {
	color:#ececec;
}
footer p {
	color: #fff;
	text-decoration: none;
}



address {
	font-style:normal;
	font-size:0.85rem;
}

/*--------------------------------------------------------------------------
table
--------------------------------------------------------------------------*/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.cp_table thead th {
	padding: 10px 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #dddddd;
}
.cp_table thead th:last-child {
	border-right: 1px solid #dddddd;
}
.cp_table tbody th {
	padding: 10px 15px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
	background: #dddddd;
	white-space: nowrap;
}
.cp_table tbody tr:last-child th {
	border-bottom: 1px solid #dddddd;
}
.cp_table tbody td {
	padding: 10px 15px;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #ffffff;
}
@media only screen and (max-width:480px) {
	.cp_table thead {
		display: none;
	}
	.cp_table tbody th {
		display: block;
	}
	.cp_table tbody td {
		display: block;
		padding: 10px 5px;
	}
	.cp_table tbody td::before {
		font-weight: bold;
		float: left;/*上のth要素が長い場合こちらを解除すると1段落下り見やすくなります*/
		padding: 0.5em 0;
		content: attr(label);
	}
	.cp_table tbody td p {
		padding: 0.5em 0 0 1em;
    margin: 0;
	}
}

/*--------------------------------------------------------------------------
parts
--------------------------------------------------------------------------*/

.button-container {
	width:250px;
	margin:20px auto;
	overflow:hidden;
}
.button {
     display:block;
     width: 250px;
     height:60px;
     line-height: 60px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color:#006; /*ボタン色*/
     border-bottom: solid 2px #000; /*下線色*/
     border-radius: 2px; /*角丸*/
}
.button:hover{
     background-color: #009;/*ボタン色*/
     border-bottom: solid 3px #006; /*下線色*/
	 text-decoration:none;
}
.button:active {
     margin-top: 6px;
     border-bottom: none;
     -webkit-transform: translateY(6px);　/*下移動*/
     transform: translateY(6px);
}

@media screen and (max-width: 640px) {
.button-container {
	width:90%;
	margin:0 auto;
}
.button {
	width:100%;
}
}
.waku {
	margin:20px 10px;
	padding:5px 20px;
	border:#FC3 solid 1px;
	background:#FC0;
}
.waku ul {
	margin:20px;
}
.waku-white {
	margin:20px 10px;
	padding:5px 20px;
	border:#ececec solid 4px;
	background:#fff;
}
.waku-white ul {
	margin:20px;
}
@media screen and (max-width: 640px) {
.waku-white {
	margin:10px 5px;
	padding:2px 10px;
	border:#ececec solid 4px;
}
}

/*--------------------------------------------------------------------------
パート
--------------------------------------------------------------------------*/


/* カバー
------------------------------------------------------*/
.cover-container {
	clear:both;
	width:100%;
	position:relative;
	margin:0px 0;
	padding:0;
	background:#000;
	overflow:hidden;
}
.cover-container img.cover {
	width:90%;
	text-align:center;
	margin:0 auto;
	padding:0;
}
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/* スライド
------------------------------------------------------*/
		.mb60{
			margin-bottom: 60px;
		}	
		.swiper-container{
			text-align: center;
		}
		.swiper-container .swiper-slide img{
			max-width: 100%;
			height: auto;
		}
		.prettyprint{
			border: none;
			background: #fafafa;
			color: #697d86;
		}
/* パンクズ
------------------------------------------------------*/
.pankuzu .inner {
	margin:0;
	padding:0;
}
.pankuzu p {
	margin:5px 0;
	padding:0;
	line-height:125%;
	font-size:0.8rem;
	color:#333;
}
.pankuzu p a {
	color:#333;
}
.pankuzu p a:hover {
	color:#CCC;
	text-decoration:none;
}

/* 前の記事　次の記事リンク
------------------------------------------------------*/

.prev-next-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 14px 40px;
  color: #0bd;
  background:#f9f9f9;
}
.prev-next-link a:hover {
  background-color: #f6f6f6;
}
.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}
.prev-next-label {
  font-size: .825rem;
  color: #000;
  margin-bottom: 10px;
}
i.next-arrow {
	float:left;
}
@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}

/* エラー
------------------------------------------------------*/
.error {
	clear:both;
	position:relative;
	width:90%;
	text-align:center;
	font-size:1.2rem;
	margin:20px 0;
	padding:100px 20px;
	border:#CCC solid 1px;
}



/* news
------------------------------------------------------*/
.news {
	clear:both;
	position:relative;
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
.news h2 {
	text-align:center;
}
.news ul {
	margin:0 5px;
	padding:0;
	list-style:none;
}
.news li {
	text-indent:0.5rem;
	margin:5px 0;
	border-bottom:#CCC dotted 1px;
	line-height:1.5;
}
.news li a {
	padding:10px 0;
	display:block;
}
.news li a:hover {
	padding:10px 0;
	background:#f2f2f2;
	text-decoration:none;
}
.news li:last-child {
     border:none;
}
.news span {
	font-size:0.75rem;
	margin:0 2rem 0 0;
}



@media screen and (max-width: 940px) {
.news {
	width:100%;
	margin:0 auto;
}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 640px) {
.news li {
	text-indent:0rem;
}
.news span {
	margin:0;
	display:block;
}
}
@media only screen and (max-width: 480px) {

}

/* contact
------------------------------------------------------*/


/*プレースホルダーの色*/
input:::-webkit-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
 
/*入力時の背景色*/
input:focus, select:focus, textarea:focus {
background: #bde9ba;
}
.form-text{ 
width:100%;
font-size:1.4em;
font-weight:bold; 
border:1px solid #ccc;
border-radius: 5px;
padding: 5px;
color: #000;
background:#f5f5f5;
margin-bottom:20px;
}


/*submitボタンの設定*/
.form-submit-box {
text-align:center;
}
.form-submit{
margin-top:1em;
width:100%;
padding:0.2em;
font-size:1.6em;
font-weight:bold;
border:1px solid #f90;
border-radius: 5px;
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
-moz-border-radius: 5px;
color:#fff;
background: #F90; /* for non-css3 browsers */
box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);}
.form-submit:hover{
background: #F60; /* for non-css3 browsers */
}
.form-submit-box {
	width:50%;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
.form-submit-box {
	width:100%;
}
}

/* photo
------------------------------------------------------*/
.photo {
	clear:both;
	position:relative;
}
.photo img {
	margin:1px auto;
}

@media screen and (max-width: 940px) {
.photo {
	width:100%;
	margin:0 auto;
}
.photo img {
	max-width:32.5%;
	height:auto;
}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 640px) {
.photo {
	width:90%;
	margin:0 auto;
}
.photo img {
	max-width:49.5%;
	height:auto;
}
}
@media only screen and (max-width: 480px) {
.photo img {
	max-width:100%;
	height:auto;
}
}


.youtube {
  position: relative;
  width: 80%;
  margin:10px auto;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
.youtube {
  width: 100%;
}
}