@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabigothic.css");
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Imprima|Kite+One");
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

body {
    padding-top: 0px;
	color: #222;
    font-family: 'Kiwi Maru', serif;
    font-size: 17px;
    line-height: 1.8 !important;
	background-repeat: repeat;
	background-image: url(../img/bg_nuno.png);
	max-width:1700px;
	margin-left:auto;
	margin-right:auto;
}

html {
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Kiwi Maru', serif;
	font-weight:200;
	color: #222;
}

p{
	font-family: 'Kiwi Maru', serif;
	font-weight:300;
}

section {
	padding-top:0px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

a,a:link {
	color: #222;
}

a:hover,a:focus {
	color: #222;
}


/* TABLE */
.table　p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
table {
  margin: 20px ;
  border: solid 2px #215102;
}
.tbl-r02 th {
  background: #215102;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 2px #215102;
  padding: 10px;
  border-bottom: solid 1px #215102;
}

 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #215102;
    width: 100%;
  }
	table {
	  margin: 20px auto;
	}
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* Navbar */

.navbar{
    background-color: rgba(245, 245, 245, .70);
	font-family: 'Kiwi Maru', serif;
}

.navbar-fixed-top .nav {
    padding: 13px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 13px;
}

.navbar-brand img{
	max-height:50px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
.container .navbar-header .navbar-brand.top {
}
.container .navbar-header .navbar-brand.top {
}

@media(min-width:768px) {
    body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    margin-top: 100px;
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

.navbar-default {
    background-color: rgba(245, 245, 245, .95);
    border-color: rgba(245, 245, 245, .20);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(245, 245, 245, .70);
    color:  rgba(245, 245, 245, .70);
}

.navbar-default .navbar-nav > li > a {
    color: #222;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #555;
}


/* Toggle Animation */

.navbar-toggle * {
	-ms-transition: all 0.4s ease;
 	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-toggle {
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: 50px;
    padding: 16px;
    width: 50px;
    float: right;
	margin-top:0px;
	margin-bottom:0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color:  rgba(245, 245, 245, .70);
}

.navbar-default .navbar-toggle, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}

.navbar-toggle span {
	width: 25px;
	height: 3px;
	margin-bottom: 5px;
	background-color: #222;
	display: block;
}
.navbar-toggle span.bar1 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
	-ms-transform-origin: 1px 3px;
	-webkit-transform-origin: 1px 3px;
  -moz-transform-origin: 1px 3px;
  -o-transform-origin: 1px 3px;
	transform-origin: 1px 3px;
	width: 31px;
}
.navbar-toggle span.bar2 {
	-ms-transform: rotate(-360deg) scale(0);
	-webkit-transform: rotate(-360deg) scale(0);
  -moz-transform: rotate(-360deg) scale(0);
  -o-transform: rotate(-360deg) scale(0);
	transform: rotate(-360deg) scale(0);
}

.navbar-toggle span.bar3 {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform-origin:8px 2px;
	-webkit-transform-origin: 8px 2px;
	transform-origin: 8px 2px;
	width: 31px;
}
.navbar-toggle.collapsed span.bar1,
.navbar-toggle.collapsed span.bar2,
.navbar-toggle.collapsed span.bar3,
.navbar-toggle.collapsed span.bar4 {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	width: 30px;
}


/* Intro */

.intro {
	font-size:19px;
	padding-top:20px;
	padding-bottom:0px;
}




/* Firefox Fix */

@-moz-document url-prefix() {
    .big-letter p:first-child:first-letter {
        padding-top: 0.08em;  
    }
}



/* Carousel */

.carousel-control.left {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  background-image: none;
  filter: none;
}


/* Hover Effect */

.hovereffect a:link,.hovereffect a:hover,.hovereffect a:focus,.hovereffect a:visited {
	color:#fff;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  background: #cccccc;
  cursor:pointer;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  cursor:pointer;
}

.hovereffect a, .hovereffect p,.hovereffect h2 {
  color: #fff;
  text-decoration:none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.hovereffect h2{
	font-family: 'Kiwi Maru', serif;
	font-weight:300;
	font-size:1.4em;
	margin-top: 10px;
}
.hovereffect p{
	font-family: ;
	font-weight:300;
	font-size:0.9em;
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  color:#fff;
  text-decoration:none;
  opacity: 1;
  letter-spacing:1px;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media (max-width: 730px) {
	.hovereffect h2{
	font-family: 'Kiwi Maru', serif;
	font-weight:300;
	font-size:1.0em;
	margin-top: 0;
	}
	.hovereffect p{
	font-family: ;
	font-weight:300;
	font-size:0.7em;
	}
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor:pointer;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect .photo-1, 
.hovereffect .photo-2, 
.hovereffect .photo-3,
.hovereffect .photo-4,
.hovereffect .photo-5,
.hovereffect .photo-6,
.hovereffect .photo-7, 
.hovereffect .photo-8, 
.hovereffect .photo-9,
.hovereffect .photo-10,
.hovereffect .photo-11,
.hovereffect .photo-12,
.hovereffect .photo-13, 
.hovereffect .photo-14, 
.hovereffect .photo-15,
.hovereffect .photo-16,
.hovereffect .photo-17,
.hovereffect .photo-18,
.hovereffect .photo-19, 
.hovereffect .photo-20,
.hovereffect .photo-21,
.hovereffect .photo-22,
.hovereffect .photo-23, 
.hovereffect .photo-24{
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover .photo-1,
.hovereffect:hover .photo-2,
.hovereffect:hover .photo-3,
.hovereffect:hover .photo-4,
.hovereffect:hover .photo-5,
.hovereffect:hover .photo-6,
.hovereffect:hover .photo-7, 
.hovereffect:hover .photo-8, 
.hovereffect:hover .photo-9,
.hovereffect:hover .photo-10,
.hovereffect:hover .photo-11,
.hovereffect:hover .photo-12,
.hovereffect:hover .photo-13, 
.hovereffect:hover .photo-14, 
.hovereffect:hover .photo-15,
.hovereffect:hover .photo-16,
.hovereffect:hover .photo-17,
.hovereffect:hover .photo-18,
.hovereffect:hover .photo-19, 
.hovereffect:hover .photo-20,
.hovereffect:hover .photo-21,
.hovereffect:hover .photo-22,
.hovereffect:hover .photo-23, 
.hovereffect:hover .photo-24{
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.photo-1,.photo-2,.photo-3,.photo-4,.photo-5,.photo-6,
.photo-7,.photo-8,.photo-9,.photo-10,.photo-11,.photo-12,
.photo-13,.photo-14,.photo-15,.photo-16,.photo-17,.photo-18,
.photo-19,.photo-20,.photo-21,.photo-22,.photo-23,.photo-24{
	background-size:cover;
	height:21vh;
	width:100%;
	background-position:center;
}

/* Thumbnail Images*/

.photo-1 {background-image: url('../img/gallery/01.jpg');}
.photo-2 {background-image: url('../img/gallery/02.jpg');}
.photo-3 {background-image: url('../img/gallery/03.jpg');}
.photo-4 {background-image: url('../img/gallery/04.jpg');}
.photo-5 {background-image: url('../img/gallery/05.jpg');}
.photo-6 {background-image: url('../img/gallery/06.jpg');}
.photo-7 {background-image: url('../img/gallery/07.jpg');}
.photo-8 {background-image: url('../img/gallery/08.jpg');}
.photo-9 {background-image: url('../img/gallery/09.jpg');}
.photo-10 {background-image: url('../img/gallery/10.jpg');}
.photo-11 {background-image: url('../img/gallery/11.jpg');}
.photo-12 {background-image: url('../img/gallery/12.jpg');}


/* Modal Box */

.modal-dialog {
    margin: 0px auto;
    position: fixed;
    top: 0;
	left:0;
    width: 100%;
}

.modal-body {
    padding: 0px;
}

.modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

/* Carousel Control*/

.close {
    color: #fff;
    font-size: 50px;
    font-weight: lighter;
    opacity: 1;
    position: fixed;
    right: 30px;
    text-shadow: none;
    top: 10px;
    z-index: 2147483647;
}

.close:hover, .close:focus {
    color: #f7f7f7;
}

.carousel-control.left, .carousel-control.right  {
    background-image: none;
	height: 100vh;
}

.carousel-control {
    text-shadow: none;
	width: 9%;
}

.modal-open .modal {
    top: 0;
    position: fixed!important;
}


/* Thumbnail */

.thumbnail {
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 0px;
    padding: 5px 5px;
    transition: border 0.2s ease-in-out 0s;
}

@media (max-width: 992px) {
	.thumbnail {
		padding: 2.5px 2.5px;
		margin: 0;
	}
}
@media (max-height: 520px) and (orientation: landscape) {
	.thumbnail {
		padding: 4px 4px;
		margin: 0;
	}
	
	.photo-1,.photo-2,.photo-3,.photo-4,.photo-5,.photo-6,
	.photo-7,.photo-8,.photo-9,.photo-10,.photo-11,.photo-12,{
		background-size:cover;
		height:50vh;
		width:100%;
		background-position:center;
	}
	.hovereffect h2{
	font-family: ;
	font-weight:500;
	font-size:1.3em;
	margin-top: 10px;
	}
	.hovereffect p{
	font-family: ;
	font-weight:300;
	font-size:0.9em;
	}
}


.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: 100vh;
    max-width: none;
	width: 100%;
	object-fit: contain;
}

.opening > .item > img {
    height: 100%;
    max-width: 1600px;
    min-width: inherit;
    width: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .opening > .item > img {
	height: 100%;
	max-width: 1000px;
	width: 100%;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
	}
}

/* Press */

.press p {
	line-height:1.7em;
}

.press h4 {
	padding-top:20px;
	font-weight:bold;
	letter-spacing:1px;
}



/* Brand */

.logo-list img {
	width:100%;
	height:auto;
	opacity:0.8;
}

.logo-list li {
	padding-bottom:1%;
}

.logo-list li a:hover, 
.logo-list li a:focus {
  opacity: 0.6;
  transition:  opacity 0.2s ease;
  display: block; }
}


/* Footer */

footer {
	padding-bottom:85px;
	font-weight: bold;
}

footer .container2{
    height: 180px;
    margin-top: 50px;
    background-color: rgba(255,255,255,0.94);
}

footer p {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:0.7em;
	padding: 50px 0;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 0px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/arrow-up.png) no-repeat center 50%;
  background-size:cover;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: transparent;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 0px;
    bottom: 20px;


  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 0px;
    bottom: 30px;

  }
}

/* guide to under  */

.under {
	background-color: rgba(235, 235, 235, .0);
	text-align:center;
	font-size: 2.6em;
	height: 50px;
	line-height: 0.1em;
	padding: 0;
	margin-top: 0px;
	opacity: 0.8;
	vertical-align: top;
}	
@media only screen and (max-width: 768px) {
	.under {
	background-color: rgba(235, 235, 235, .0);
	text-align:center;
	font-size: 2.2em;
	height: 35px;
	line-height: 0.1em;
	padding: 0;
	margin-top: 0px;
	opacity: 0.8;
	vertical-align: top;
	}	
}

/* Topics */

.topics .container-fluid {
	background-color: ;
	padding: 0;
	margin: -300px 0px 0 0;
	height:	120px;
	width:	580px;
	float:	right;
}	
.topics　.col-xs-12 {
	padding: 0;
	margin: 0 ;
}	
@media only screen and (max-width: 768px) {
	.topics .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
	width:auto;
	float:none;
	background-color:  rgba(245, 245, 240, .95);
	}	
}


/* BOX */

.box11 {
    margin-bottom: 0;
    color: #5d627b;
    background-color:  rgba(245, 245, 245, .75);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	border-radius: 2px;
	padding: 10px 0px 10px 10px ;
	font-size:0.8em;
	height: 180px;
	overflow:auto;
	}
.box11 p {
    margin: 0; 
    padding: 0;
}
.box11 li {
    margin: 0 0 0 15px;
    padding: 0;
    list-style-type : none;
    display: block;
    font-family: 'Noto Sans jp','Open Sans', sans-serif;
    font-size: 1.0em;
    color: #02492A;
}
.box11 li a {
	padding: 0 10px 0 4px;
	color: rgba(15, 35, 25, .85);
}
.box11 li a:hover {
	color: rgba(15, 15, 15, .95);
}
.box11 .icons {
	margin-top: 20px;
	padding: 0;
	text-align:right;
	display:none;
}
.box11 h3 {
	font-family: "Sawarabi Mincho","Hannari","YuMincho", 'Hiragino Mincho ProN', serif;
	color: #222;
	background-color: rgba(135, 135, 135, .0);
	margin: 0;
	padding: 5px 30px 5px 15px;
	border-radius: 0 0 8px 8px;
	font-size: 1.35em;
	display: inline-block;
}
@media only screen and (max-width: 768px), {
	.box11 {
	background-color:  rgba(245, 245, 240, .0);
	box-shadow: none;
	padding: 10px 0 10px 10px ;
	font-size: 0.7em;
	height: 180px;
	border-radius: 2px
	overflow:auto;
	}
	.box11 li {
	margin: 0;
	}
	.box11 li a {
	padding: 0 3px 0 0;
	}
	.box11 h3 {
	padding: 5px;
	border-radius: 4px;
	font-size: 1.3em;
	display: inline-block;
	background-color: rgba(135, 235, 135, .05);
	}
	.box11 .icons {
	margin-top: -22px;
	padding: 0;
	text-align:right;
	display: block;
	}
}
@media only screen and (max-width: 468px), {
	.box11 {
	background-color:  rgba(245, 245, 240, .0);
	box-shadow: none;
	padding: 15px 0 0 7px ;
	font-size: 0.62em;
	height: 200px;
	border-radius: 2px
	overflow:auto;
	}
	.box11 li {
	margin: 0;
	}
	.box11 li a {
	padding: 0 3px 0 0;
	}
	.box11 h3 {
	padding: 5px;
	border-radius: 4px;
	font-size: 1.1em;
	display: inline-block;
	background-color: rgba(135, 235, 135, .05);
	}
	.box11 .icons {
	margin-top: -22px;
	padding: 0;
	text-align:right;
	}
}
@media only screen and (orientation: landscape) and (max-height: 415px)  {
	.box11{
	background-color:  rgba(245, 245, 240, .0);
	box-shadow: none;
	padding: 10px 10px 0 10px ;
	font-size: 0.75em;
	margin: 0 20px 0 20px;
	height: 200px;
	border-radius: 2px
	overflow:auto;
	}
	.box11 h3 {
	padding: 5px;
	border-radius: 4px;
	font-size: 1.3em;
	display: inline-block;
	background-color: rgba(135, 235, 135, .10);
	}
	.box11 .icons {
	margin-top: -22px;
	padding: 0;
	text-align:right;
	}
}	


/* About */

.about {
	padding: 0;	
}
hr {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
  margin-top: 50px;
}
.about .capt {
	padding: 0;	
	text-align:center;
	font-family: "YuMincho", 'Hiragino Mincho ProN', serif;
	font-size: 1.0em;  	
}
.about .col-xs-12.titles {
	background-image: url(../img/about_bg.jpg);
	z-index:1;
	}
.about .relax {
	z-index:1;
	background-image: url(../img/plofile_bg.jpg);
	}
.about .relax img {
	height: 100%;
	max-width: 1600px;
	width: 100%;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	}
		
.about .row {
	background-color: rgba(245, 245, 245, .75);
	border-radius: 3px;
    padding: 5px 0;
}
.about .col-md-8 {
	background-color: rgba(245, 245, 245, .75);
	background-position: center;
	z-index:0;
	}
.about .prof {
	font-size: 1.0em; 
    padding: 10px 0;
	text-align:left;
	font-weight:400;
	font-family: 'Noto Sans jp','Open Sans', sans-serif;
}
.about .prof_cont {
	font-size: 0.75em; 
	padding-top: 0px;
	line-height: 1.7em; 
	text-align:left;
	font-weight:400;
	font-family: 'Noto Sans jp','Open Sans', sans-serif;
}
.about .prof_cont2 {
	font-size: 0.8em; 
	padding-top: 10px;
	line-height: 1.6em; 
	text-align:left;
	font-weight:300;
	font-family: 'Noto Sans jp','Open Sans', sans-serif;
}
.about .prof_en {
	font-family: 'Playfair Display', serif;
	font-size: 1.0em; 
	padding-top: 0px;
	line-height: 1.5em; 
	text-align:left;
}
.about .relax .bg {
    background-color: rgba(245, 245, 245, .75);
	margin: 40px 5px;
	border-radius: 18px;
}
.about .relax h2 {
    font-family: "Sawarabi Mincho","Hannari","YuMincho", 'Hiragino Mincho ProN', serif;
    color: #222;
    font-size: 1.4em;
    font-weight: 100;
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    text-align: center;
}
.about h3 { 
	font-family: "Sawarabi Mincho","Hannari","YuMincho", 'Hiragino Mincho ProN', serif;
	color: #222; 
	font-size: 1.25em;
	text-align:center;	
	font-weight:600;
}
.about h4 { 
	font-family: "Sawarabi Mincho","Hannari","YuMincho", 'Hiragino Mincho ProN', serif;
	color: #222; 
	font-size: 0.8em;  
	line-height: 2.4em; 
	padding: 25px 0;
	text-align:center;	
}
.about h5 { 
	color: #222; 
	font-size: 1.2em;  
	line-height: 2.0em;
	text-align:center;	
}	
	
.big-letter p:first-child:first-letter { 
	float: left; 
	color: #222; 
	font-size: 8em;  
	line-height: 0.8em; 
	text-transform: uppercase; 
	padding-top: 0px;  
	padding-right: 0.1em; 
	padding-left: –0.03em;	
}

.about .col-md-8 {
    padding-top: 30px;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 30px;
}
.about .col-md-4 {
	margin: 40px 0px 20px 0px;
	border:solid;
	border-color:#555;
	border-width:3px;
	border-radius: 7px;
}
.about .button {
	text-align: left;	
}
.about .button_pos {
	text-align:left;	
}
.about a {
	color:rgba(76, 41, 76, .98);
	}
.about a:hover {
	color: rgba(92, 29, 57, .98);
}
.float_non {
	clear: both;
}
#about .container-fluid .row .col-md-8 img {
	text-align:center;	
	margin: auto;
	margin-bottom: 15px;
	display: block;
	border-radius: 150px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border-radius: 15px;
	}

	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.about .relax .bg {
    background-color: rgba(245, 245, 245, .75);
	margin: 80px 50px;
	border-radius: 18px;
	}
	.about .col-xs-12.titles {
	background-image: url(../img/about_bg.jpg);
	z-index:1;
	}
	.about .col-md-8 {
    padding: 30px 125px 30px 125px;
	}
	.about .capt {
	text-align:left;
	font-size: 1.5em;
	}
	.about h3 { 
	color: #222; 
	font-family: "Sawarabi Mincho","Hannari","YuMincho", 'Hiragino Mincho ProN', serif;
	font-size: 1.75em;  
	line-height: 2.0em;
	font-weight:600;
	text-align:left;	
	}
	.about .relax h2 {
    font-family: "Sawarabi Mincho","Hannari","YuMincho", 'Hiragino Mincho ProN', serif;
    color: #222;
    font-size: 2.2em;
    font-weight: 100;
    padding-bottom: 50px;
    padding-top: 130px;
	}
	
	.about h4 { 
	font-family: "Sawarabi Mincho","Hannari","YuMincho", 'Hiragino Mincho ProN', serif;
	color: #222; 
	font-size: 1.35em;  
	line-height: 2.5em; 
	padding: 0px 0 150px 0;
	}	
	.about h5 {
    font-family: "YuMincho", 'Hiragino Mincho ProN', serif;
    color: #222;
    font-size: 1.4em;
    line-height: 2em;
    text-align: left;
    font-weight: 600;
    margin-top: 85px;
    margin-right: 0px;
    margin-bottom: 50px;
	}
	.about .prof {
    font-size: 1.2em;
    padding-top: 0px;
    line-height: 2.0em;
    font-weight: 400;
    text-align: left;
    margin-top: 0px;
	}
	.about .prof_cont {
	font-size: 0.8em; 
	padding-top: 0px;
	line-height: 1.85em; 
	font-weight:350;
	}
	.about .prof_en {
	font-family: 'Playfair Display', serif;
	font-size: 0.9em; 
	padding-top: 0px;
	line-height: 1.55em; 
	text-align:left;
	}
	.about .row {
	background-color: rgba(245, 245, 235, .95);
	border-radius: 6px;
	margin: 0 0 50px 0;
	padding: 5px 0;
	}
	.about .col-md-4 {
	margin-top: 100px ;
    background-color:  rgba(200, 200, 200, .05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	border-radius: 3px;
	padding: 25px 30px 25px 35px ;
	border:none;
	}
	.about .col-md-8 {
    padding: 0px 85px 30px 85px;
	}
	.about .col-md-4  h3 {
	font-family:"YuMincho", 'Hiragino Mincho ProN', serif;
	color: #120;
	padding: 0;
	font-size: 1.15em;
	}
	.about .button {
	font-size: 0.8em; 	
	}
	.about .button_pos {
	text-align:left;	
	}
	.about a {
    color: rgba(76, 41, 76, .98);
    font-size: medium;
	}
	.about a:hover {
	color: rgba(92, 29, 57, .98);
	}
	#about .container-fluid .row .col-md-8 img {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 30px;
	border-radius: 55px;
	}
	.ggmap {
	float: right;
	width: 400px;
	position: relative;
	padding-bottom: 50px;
	padding-top: 0px;
	height: 350px;
	margin-left: 10px;
	overflow: hidden;
	border-radius: 15px;
	}

	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

}	
	
@media only screen and (max-width: 568px) {
	.about .col-xs-12.titles {
	background-image: url(../img/about_bg_s.jpg);
	z-index:1;
	}
	.about .prof {
	font-size: 0.8em; 
	padding-top: 0px;
	line-height: 1.8em; 
	font-weight:400;
	text-align:left;
	}
	.about .prof_en {
	font-family: 'Playfair Display', serif;
	font-size: 0.7em; 
	padding-top: 0px;
	line-height: 1.5em; 
	text-align:left;
	}
	.about .button {
	text-align: left;
	font-size: 0.8em; 	
	}
	.about .button_pos {
	text-align:center;	
	}
	.about .col-md-8 {
    padding: 30px 25px 30px 35px;
	}
	#about .container-fluid .row .col-md-8 img {
	text-align:center;	
	margin: auto;
	margin-bottom: 15px;
	display: block;
	border-radius: 150px;
	}
}	

/* Gallery */

.gallery {
	text-align:center;
	margin-top: -50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	}
.gallery_123 {
	text-align:center;
	padding-bottom: 0;
	}
.gallery .col-xs-12.titles {
	background-image: url(../img/gallery_bg.jpg);
	}

.gallery p {
	font-size:0.8em;
	}
.gallery .numbers {
	font-size:2.0em;
	}
.gallery_123 .numbers {
	font-size:2.0em;
	background-image: url(../img/g3_bg.png);
	background-position: top center;
	background-repeat: repeat ;
	height:200px;
	padding-top: 60px;
	}
.gallery .col-xs-4 h3 {
	font-size:1.2em;
	margin-top:0 ;
	}	
	
.gallery_navi img {
	max-width:300px;
	width: 100%;
	object-fit: contain;
	margin-bottom: 20px;
}
.gallery_navi{
	margin:0 20px;
	}
.gallery .col-xs-4 {
	padding:0 25px ;
	}

@media only screen and (max-width: 600px) {
	.gallery_head01 {
	padding-top: 70px;
	background-position: top center;
	background-repeat:no-repeat;
	text-align:center;
	height:250px;
	margin-bottom: 0;
	margin-top:0 ;
	background-image: url(../img/gallery_01s.png);
	}

	.gallery h3 {
	font-size:0.9em;
	}
	.gallery_123 {
	text-align:left;
	}
	.gallery_123 .numbers {
	font-size:1.5em;
	padding-left:30px;
	}
	.gallery p {
	font-size:0.7em;
	line-height: 1.5em; 
	text-align:left;
	}
	.gallery .col-xs-4 h3 {
	font-size:0.8em;
	}	
	
	.gallery .col-xs-4 {
	padding:0 5px ;
	}	
	.gallery .numbers {
	font-size:1.5em;
	}
	.gallery_navi img {
    max-width: 170px;
	width: 100%;
	object-fit: contain;
	margin-bottom: 10px;
	border-radius: 12px;
	}
	.gallery_navi{
	margin:0 10px;
	}	
}
@media only screen and (max-width: 568px) {
	.gallery .col-xs-12.titles {
	background-image: url(../img/gallery_bg_s.jpg);
	}
}

/* PROJECT */
.press {
    padding: 50px 0;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    background-image: url(../img/about_bg_s.jpg);
    border-bottom-width: thin;
    border-radius: 15px;
}
.project .linkicon {
    font-size: 5em;
    text-align: center;
    font-weight: 400;
    font-family: 'Kiwi Maru', serif;
    margin-top: -10px;
    margin-bottom: -20px;
}
@media only screen and (max-width: 568px) {
		.press {
		padding: 0;
		margin: 0px;
		background-image: url(../img/about_bg_s.jpg);
	}
}

.project .col-xs-12.titles {
	background-image: url(../img/about_bg_s.jpg);
	margin-bottom: 50px;
}
.project .row{
	padding: 10px 0;
	
}
.project .p{
	font-size:0.8em;
	font-family: 'Kiwi Maru', serif;
}
.project h4 {
	font-size:1.3em;
	text-align: center;
	padding: 0;
	font-weight: 400;
	font-family: 'Kiwi Maru', serif;
}
.project .link {
	font-size:0.9em;
	text-align: center;
	font-weight: 400;
	font-family: 'Kiwi Maru', serif;
}
.carte {
    margin-bottom: 0;
    color: #5d627b;
    background-image: url(../img/bg_paper.png);
	background-repeat: repeat ;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	border-radius: 12px;
	padding: 15px 35px 30px 35px;
	margin: 0 0 20px 0;
	font-size:0.8em;
	height: auto;
	text-align: center;
}
.carte img {
	max-width:200px;
	width: 100%;
	object-fit: contain;
}
.centering {
	text-align: center;
}
.carte a {
	color:rgba(76, 41, 76, .98);
	line-height: 2.5em; 
	font-weight: 400;
	font-size:1.2em;
	}
.carte a:hover{
	color:rgba(76, 41, 76, .78);
	font-weight: 500;
	}
@media only screen and (max-width: 568px) {
	.project .col-xs-12.titles {
		margin-bottom: 25px;
	}
	.project h4 {
		font-size:1.0em;
		font-weight: 400;
	}
	.project .p{
		font-size:0.7em;
		font-family: 'Kiwi Maru', serif;
	}
	.carte {
		margin-bottom: 0;
		color: #5d627b;
		background-image: url(../img/bg_paper.png);
		background-repeat: repeat ;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
		border-radius: 8px;
		padding: 15px 10px 25px 10px;
		margin: 0 0 20px 0;
		font-size:0.7em;
		height: auto;
	}
	.project .col-xs-6 {
		padding: 0 5px;
	}
	.carte a {
		line-height: 2.2em; 
		font-weight: 400;
		font-size:1.1em;
		}
	.project .linkicon {
		font-size:3em;
		text-align: center;
		font-weight: 400;
		font-family: 'Kiwi Maru', serif;
	}	
}
/* BUTTON */

.button {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 0 15px 0 10px;
    font-size: 1.0em;
    font-weight: 400;
    font-family: 'Kiwi Maru', serif;
}
.button:hover {
  background-color: rgba(200, 200, 200, .2);
  text-decoration: none;
}

.button {
  display: inline-block;
  width: auto;
  height: 35px;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 3px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/* LINE */
p.dotline {
   border-bottom: 1px dotted;
   margin: 25px 5px;
}
p.dotline2 {
   border-bottom: 2px dotted;
   margin: 35px 0;
}

/* MIDASHI */

.col-xs-12.titles {
	padding-top: 20px;
	background-position: top center;
	text-align:center;
	height:200px;
	margin-bottom: 20px;
}
.col-xs-12.titles h2 {
    font-family: 'Kiwi Maru', serif;
    color: #222;
    font-size: 2.1em;
    line-height: 1.0em;
    font-weight: 400;
    padding: 45px 0 0 20px;
    text-align: center;
	}
.col-xs-12.titles h2+p {
	font-family: 'Kiwi Maru', serif;
	font-size:0.95em;
	line-height: 1.4em; 
	margin: 0 20px 25px 25px;
	text-align:center;	
	}
@media only screen and (max-width: 568px) {
	.col-xs-12.titles {
	padding: 70px 0 0 15px ;
	height:250px;
	margin-bottom: 20px;
	text-align:left;
	}
	.col-xs-12.titles h2 { 
	font-family: 'Kiwi Maru', serif;
	color: #222; 
	font-size: 1.7em;  
	line-height: 1.0em; 
	font-weight: 400;
	padding: 15px 0 0 20px;
	}
	.col-xs-12.titles h2+p {
	font-family:'Kiwi Maru', serif;
	font-size:0.8em;
	line-height: 1.3em; 
	margin: 0 15px 20px 20px;
	text-align:left;
	}
}
