@charset "UTF-8";

/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

@font-face {
  font-family: 'swfont';
  src: url('../../css/font/smartfont.eot'); /* IE9 Compat Modes */
  src: url('../../css/font/smartfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../../css/font/smartfont.woff') format('woff'), /* Modern Browsers */
url('../../css/font/smartfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('../../css/font/smartfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 62.5%;
  /* 62.5%を指定すると「1.0 rem = 10px」 */
}

body{
	width: 100%;
	margin: 0 0 1em;
	padding: 0;
	color:#555;
	font-family: Arial, Helvetica, "游ゴシック", 'Yu Gothic', YuGothic, "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.7px;
	letter-spacing: 0.07rem;
}

a{
	text-decoration:none;
	overflow:hidden;
	outline:none;
	color: #444;
}

a:focus, *:focus {
	outline:none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 0.5em;
	line-height: 1.1;
	font-family: Constantia, 'New York', Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

nav,footer{
	font-family: Constantia, 'New York', Times;
}

p,dl,dd,form{
	margin: 0 0 1em;
	color: #555;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
}

form label{
	color: #555;
}

form .btn{
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.7px;
	letter-spacing: 0.07rem;
}

.form-group label{
	font-size: 12px;
	font-size: 1.2rem;
}

ul {
	margin: 0 0 2em;
	padding: 0;
	list-style-position: inside;
}

/* ベースレイアウト */

#wrapper {
	width: 100%;
}

header {
	padding: 2% 6%;
	color: #333;
	overflow: hidden;
}

#common-contents {
	width: 88%;
	margin: 0 auto 2em;
}

article.main {
	width: 100%;
}

section {
	margin: 0 0 3em;
}

nav.side {
	width: 100%;
	text-align: center;
}

footer {
	width: 100%;
	text-align: center;
	letter-spacing: 1.8px;
	letter-spacing: 0.18rem;
}

/* 各要素のデザイン、レイアウト */

header h1 {
	font-family: Constantia, 'New York', Times;
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	margin: 0.7em 0 0.2em 0%;
	letter-spacing: 3px;
	letter-spacing: 0.3rem;
}

p.tagline{
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
}

p.tagline a{
	color:#c90;
	font-family: Constantia, 'New York', Times;
	font-weight: normal;
}

article{
 margin: 0 0 2em;
}

article a{
	color: #c90;
}

article.main h1{
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Constantia, 'New York', Times;
	font-weight: normal;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	margin: 10px 0 20px;
	margin: 1rem 0 2rem;
}

article.main h2{
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 30px;
	margin-top: 3rem;
	color: #555;
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
}

article.main dt{
	color: #999;
	margin: 20px 0 5px;
	margin: 2rem 0 0.5rem;
	padding-bottom: 1px;
	padding-bottom: 0.1rem;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	font-family: Constantia, Georgia, 'Hoefler Text', 'Marion', 'New York', Times;
	font-size: 12px;
	font-size: 1.2em;
}/*min-width: 769pxで別指定あり*/

article.main dd{
	margin-top: 5px;
	margin-top: 0.5rem;
}

nav.side ul {
	margin: 0 0 2.5em;
	border-top: 1px solid #eee;
}

nav.side ul li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #555;
	border-bottom: 1px solid #eee;
	letter-spacing: 1.8px;
	letter-spacing: 0.18rem;
	padding-top: 8px;
	padding-top: 0.8rem;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
}
nav.side ul li a{
	display: block;
}

nav.side ul li ul {
	margin: 0 0 0.3em 1.0em;
}
nav.side ul li ul li {
	color: #666;
}


label .03 {
    background: url(../../img/menu.png) no-repeat #c5c5c5 center center;
    padding: 6px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
	width: 52px;
	height: 52px;
}

input[type="checkbox"].on-off{
    display: none;
}

#sidebar1 ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar1 li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 200px;
}


small {
	font-size: 12px;
	font-size: 1.2rem;
}

.main .top_img{
	width: 100%;
	max-width: 700px;
	height: auto;
}

/*about プロフ*/

.profile_photo{
	float: none;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}/*min-width: 481pxで別指定あり*/

.profile_text{
	float: none;
	padding: 0;
}/*min-width: 481pxで別指定あり*/

.clear{
	clear: both;
}

/*.gallery_box img{
	display: block;
	border: 1px solid #eee;
	margin: 0 auto 20px;
}

.main img.s00{
	width: 100%;
	max-width: 878px;
	height: auto;
}

.main img.s01{
	width: 100%;
	max-width: 300px;
	height: auto;
}

.main img.s02{
	width: 100%;
	max-width: 300px;
	height: auto;
}

.main img.s03{
	width: 100%;
	max-width: 300px;
	height: auto;
}*/

.main img.a01{
	border: none;
	width: 100%;
	max-width: 300px;
	height: auto;
}

.pagetext_form{
	background-color: #f6f6f6;
	padding: 4% 2%;
	margin-top: 34px;
	margin-top: 3.4rem;
}

#box_center{
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}/*min-width: 481pxで別指定あり*/

label .03{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal:
}

.pagetext_form em{
	color: #c90;
	font-style: normal;
}

.pagetext_form ul,.pagetext_form p em{
	padding-left: 18px;
	padding-left: 1.8rem;
}

.pagetext_form li{
	color: #c90;
}

.pagetext_form li em{
	font-size: 12px;
	font-size: 1.2rem;
}

.pagetext_form .error{
	margin-top: 3px;
	margin-top: 0.3rem;
}

.inline{
	display: inline;
}

p.finish{
	text-align: center;
	padding: 7% 5% 10%;
}


/*ポートフォリオjs部分*/
.port{
	margin: 0 0 54px;
	overflow: hidden;
}
.port p{
	margin-left: 8px;
	margin-left: 0.8rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.pet_zoom{
}


.pet_thumbnail{
	margin: 30px 0;
	float: left;
}

.pet_thumbnail input{
	margin: 4px 0;
}


.port_img{
	width: 100%;
	max-width: 600px;
	height: auto;
}


.name{
	font-size: 14px;
	font-size: 1.4rem;
	color: #555555;
	line-height: 1.7em;
	background: #ffffff;
	text-indent: 1rem;
	margin-bottom: 0.5rem;
	padding: 5px 8px;
	padding: 0.5rem 0.8rem;
	border: 1px solid #888;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	font-family: Constantia, 'New York', Times, "游ゴシック", 'Yu Gothic', YuGothic, "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
}

.prof{
	margin: 36px;
}

.pet_title{
	text-indent: -10px;
	font-size: 17px;
	color: #ec6d81;
	margin-bottom: 10px;
}
.owner{
	font-size: 17px;
}

.comment{
	margin-left: 16px;
	background: #fff7e1;
	padding: 20px;
	width: 300px;
}

/*gallery*/

.jg-entry{
	position: relative;
}

.jg-entry .caption{
	text-align: center;
	font-size: 1rem;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.jg-entry .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(64, 64, 70, 0.3);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.jg-entry:hover .mask{
	opacity: 1;　
}

/* Media Queries による切り替え */

@media only screen and (min-width: 481px) {

p,dl,form{
  font-size: 12px;
  font-size: 1.2rem;
}
article {
  margin: 0 0 2em;
  border-bottom: none;
}
#sidebar1 {
  width: 100%;
  padding-right: 3%;
  float: left;
}

.gallery_box img{
	display: block;
	border: 1px solid #eee;
	margin: 0 auto 20px;
}

#box_center{
	margin-top: 45px;
	margin-top: 4.5rem;
}

.profile_photo{
	float: left;
	margin: 10px;
	margin: 1rem;
}

.profile_text{
	float: left;
	padding: 10px 30px;
	padding: 1rem 3rem;
}

}

@media only screen and (min-width: 769px) {
#wrapper{
	max-width: 1300px;
}
	
header h1 {
  text-align: left;
}

p.tagline {
  text-align: left;
}

p,dl,dd,form{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

header {
  padding: 2% 6%;
}

#common-contents {
  width: 88%;
}

article {
  border-bottom: none;
}

article.main {
  float: right;
  width: 80%;
  margin: 0 3% 0 0;
}

nav.side {
  float: left;
  width: 17%;
  margin: 0;
  padding: 0;
  text-align: left;
}

#sidebar1, #sidebar2 {
  width: 100%;
  padding:0;
  float: none;
}

nav.side ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
	border-bottom: none;
	padding-top: 0;
}

nav.side ul {
	border-top: none;
}

label .03{
    display: none;
}

input[type="checkbox"].on-off{
  display: none;
}

input[type="checkbox"].on-off + ul{
  height: 800px;
  overflow: hidden;
}

.form-group{
	clear: both;
}

.gallery_box img{
	display: inline;
	border: 1px solid #eee;
	margin-right: 20px;
	margin-bottom: 20px;
}

.gallery_box img.a01{
	display: block;
	margin: 0 auto 20px;
}

article.main dt{
	color: #999;
	margin: 22px 0 5px;
	margin: 2.2rem 0 0.5rem;
	padding-bottom: 1px;
	padding-bottom: 0.1rem;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	font-family: Constantia, Georgia, 'Hoefler Text', 'Marion', 'New York', Times;
	font-size: 13px;
	font-size: 1.3em;
}

.port_img{
	width: 600px;
	height: auto;
	margin-left: 10%;
}


}