@charset "utf-8";

@font-face {
	font-family: 'FontAwesome';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot');
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
}

a {
	color: #FF0066;
	text-decoration: none;
}

a:hover {
	color: #36C;
}

#container,
header,
footer,
#menu {
	text-align: left;
	max-width: 1080px;
	min-width: 280px;
	margin: 0 auto;
}

header .inner {
	background-color: #000000;
	background-image: url(https://www.michi-photography.com/img/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 300px;
}

header h1 {
	padding-left: 20px;
	padding-top: 20px;
}

@media screen and (max-width:839px) {
	header {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 35.71% 0 0;
	}

	header .inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: 100% auto;
	}
}

@media screen and (max-width:369px) {
	header {
		padding: 25.5% 0 0;
	}

	header h1 {
		width: 60%;
		padding-left: 5px;
		padding-top: 5px;
	}
}

@media screen and (max-width:519px) {
	header {
		height: 160px;
	}

	header .inner {
		background-size: auto 100%;
	}

	header h1 {
		width: 80%;
		padding-left: 5px;
		padding-top: 5px;
	}
}

footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
}

footer strong {
	font-weight: normal;
}

nav#top {
	background: #030303;
	background-color: #45484d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
	background-image: -webkit-linear-gradient(top, #45484d, #000000);
	background-image: -moz-linear-gradient(top, #45484d, #000000);
	background-image: -ms-linear-gradient(top, #45484d, #000000);
	background-image: -o-linear-gradient(top, #45484d, #000000);
	background-image: linear-gradient(to bottom, #45484d, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#45484d, endColorstr=#000000);
}

#main {
	float: left;
	width: 100%;
	margin-right: -300px;
	margin-bottom: 10px;
}

#side {
	float: left;
	width: 300px;
}

#main>* {
	margin-right: 350px;
}

#wrap {
	padding: 20px;
	border: 1px solid #CCC;
	border-radius: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width:1100px) {
	#container {
		padding: 0 10px;
	}
}

@media screen and (max-width:900px) {
	#main {
		float: none;
		margin-right: 0;
	}

	#main>* {
		margin-right: 0;
	}

	#side {
		float: none;
		width: auto;
	}

	#wrap {
		padding: 0px;
		border: none;
	}
}

@media screen and (max-width:400px) {
	#container {
		padding: 0 5px;
	}
}

/* menu */
#menu {
	overflow: hidden;
	margin-bottom: 20px;
	border-left: 1px solid #555;
}

#menu li {
	float: left;
	width: 25%;
}

#menu li a {
	display: block;
	text-align: center;
	padding: 10px 2px;
	color: #F99;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #555;
	background-color: #45484d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
	background-image: -webkit-linear-gradient(top, #45484d, #000000);
	background-image: -moz-linear-gradient(top, #45484d, #000000);
	background-image: -ms-linear-gradient(top, #45484d, #000000);
	background-image: -o-linear-gradient(top, #45484d, #000000);
	background-image: linear-gradient(to bottom, #45484d, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#45484d, endColorstr=#000000);
}

#menu li a:hover {
	color: #FFFFFF;
	background-color: #2d2f32;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2f32), to(#1a1a1a));
	background-image: -webkit-linear-gradient(top, #2d2f32, #1a1a1a);
	background-image: -moz-linear-gradient(top, #2d2f32, #1a1a1a);
	background-image: -ms-linear-gradient(top, #2d2f32, #1a1a1a);
	background-image: -o-linear-gradient(top, #2d2f32, #1a1a1a);
	background-image: linear-gradient(to bottom, #2d2f32, #1a1a1a);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2d2f32, endColorstr=#1a1a1a);
}

@media screen and (max-width:679px) {
	#menu li a {
		font-size: 14px;
		padding: 7px 2px;
	}
}

@media screen and (max-width:639px) {
	#menu li {
		width: 50%;
	}
}

/* スクロールトップ*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}



/*------------------------------
  column_title
------------------------------*/
#wrap h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	padding-bottom: 5px;
	color: #F06;
	text-shadow: 1px 1px 1px #CCCCCC;
	margin-bottom: 20px;
	border-bottom: 3px groove #999999;
	background-image: url(https://www.michi-photography.com/img/icon_money.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-indent: 23px;
}

#wrap h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	color: #0080ff;
	margin: 40px 0;
	text-align: center;
}

#wrap p {
	margin-bottom: 0.5em;
}

em {
	font-style: normal;
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #09F;
}

.pink {
	color: #F39;
}

.line-yellow {
	background: linear-gradient(transparent 60%, #fcee21 0%);
}

#wrap article {
	margin-bottom: 50px;
}

#wrap section {
	margin-bottom: 30px;
	overflow: hidden;
}

#wrap nav {
	margin-bottom: 40px;
}

#wrap nav ul {
	overflow: hidden;
}

#wrap nav li {
	float: left;
	width: 25%;
	text-align: center;
}

#wrap nav li a {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 12px;
}

@media screen and (max-width:560px) {
	#wrap nav li {
		width: 50%;
	}
}

@media screen and (max-width:480px) {
	#wrap p {
		font-size: 14px;
	}
}

#select {
	overflow: hidden;
}

#select li {
	float: left;
	width: 50%;
}

#select li div {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	color: #C06;
	margin-bottom: 20px;
	background-color: #FFCCFF;
	border: 2px solid #F39;
	padding: 5px 10px;
	margin: 5px;
}

/*
.jissen {
	margin: 0;
}

.jissen:before {
	font-family: "FontAwesome";
	content: "\f0a4";
	margin-right: 5px;
}

.jissen:hover {
	background: -moz-linear-gradient(center top, #1980e6 5%, #79bbff 100%);
	background: -ms-linear-gradient(top, #1980e6 5%, #79bbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1980e6', endColorstr='#79bbff');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #1980e6), color-stop(100%, #79bbff));
	background-color: #1980e6;
}

.jissen:active {
	position: relative;
	top: 1px;
}


@media screen and (max-width:540px) {
	.jissen a {
		display: block;
	}
}*/


.lists {
	margin-bottom: 10px;
}

.lists li {
	font-weight: bold;
}

.lists li:before {
	font-family: "FontAwesome";
	content: "\f0da";
	margin-right: 5px;
	color: #ff0000;
}


#category {
	overflow: hidden;
}

#category li dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #FF0066;
	overflow: hidden;
}

#category li:last-child dl {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#category li dt {
	float: left;
	width: 200px;
	height: 200px;
}

#category li dt a {
	display: block;
	border: 1px solid #FF0066;
}

#category li dd {
	margin-left: 210px;
}

#category li dd em {
	font-weight: bold;
	color: #FF0066;
	text-shadow: 1px 1px 1px #CCCCCC;
	margin-bottom: 5px;
}

@media screen and (max-width:459px) {
	#category li dt {
		width: 120px;
		height: 120px;
	}

	#category li dd {
		margin-left: 130px;
		font-size: 14px;
		line-height: 1.5em;
	}
}

@media screen and (max-width:299px) {
	#category li dt {
		float: none;
		width: auto;
		height: auto;
		margin-bottom: 10px;
	}

	#category li dd {
		margin-left: 0px;
	}
}

/* site_info
-------------------------------*/
.site_info {
	margin-bottom: 20px;
}

.site_image {
	text-align: center;
	margin: 0px auto 30px;
}

.site_image img {
	border: 1px solid #CCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	border-radius: 5px;
}

#experience {
	margin: 50px 0;
}

#experience .box {
	margin: 10px;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.5em;
}

#experience .box .man {
	background-image: url(https://www.michi-photography.com/img/icon_man.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}

#experience .box .woman {
	background-image: url(https://www.michi-photography.com/img/icon_woman.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}

#experience .box div span {
	display: block;
	font-weight: bold;
}

#experience .box .man span {
	color: #405de8;
}

#experience .box .woman span {
	color: #ff528c;
}

.btn {
	margin: 20px 0;
}

.btn a {
	font-size: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ee1eb5;
	padding: 9px 18px;
	text-decoration: none;
	background: -moz-linear-gradient(center top, #ff5bb0 5%, #ef027d 100%);
	background: -ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ff5bb0), color-stop(100%, #ef027d));
	background-color: #ff5bb0;
	color: #ffffff;
	display: block;
	text-shadow: 1px 1px 0px #c70067;
	-webkit-box-shadow: inset 1px 1px 0px 0px #fbafe3;
	-moz-box-shadow: inset 1px 1px 0px 0px #fbafe3;
	box-shadow: inset 1px 1px 0px 0px #fbafe3;
	max-width: 600px;
	margin: auto;
	text-align: center;
}

.btn a:hover {
	background: -moz-linear-gradient(center top, #ef027d 5%, #ff5bb0 100%);
	background: -ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ef027d), color-stop(100%, #ff5bb0));
	background-color: #ef027d;
}

.btn a:active {
	position: relative;
	top: 1px;
}

.btn a:after {
	font-family: "FontAwesome";
	content: "\f0a6";
	margin-left: 5px;
}

.btn a {
	display: block;
}

/* side
-------------------------------*/
#side h2 {
	line-height: 1.8em;
	color: #FFFFFF;
	background-color: #F36;
	margin-bottom: 5px;
	padding: 0 5px;
	border-radius: 2px;
}

.ads {
	margin-bottom: 20px;
}

.ads .title {
	background-color: #333 !important;
	color: #FFF !important;
	padding: 5px;
	font-weight: bold;
}

@media screen and (max-width:900px) {
	#side .ads.pc {
		display: none;
	}
}

/* link
-------------------------------*/

.links {
	margin-bottom: 20px;
	font-size: 14px;
}

.links li {
	line-height: 1.8em;
}

.links li a:before {
	content: "・";
	margin-right: 3px;
	color: #333;
}

/* duga banner
-------------------------------*/
#banner960 {
	display: none;
	overflow: hidden;
}

.banner_pc {
	text-align: center;
}

@media screen and (max-width:900px) {
	.banner_pc {
		display: none;
	}

	#banner960 {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		padding: 23.5% 0 0;
	}

	#banner960 iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0
	}
}

@media screen and (max-width:680px) {
	#banner960 {
		padding: 24.5% 0 0;
	}
}

@media screen and (max-width:518px) {
	#banner960 {
		padding: 83% 0 0;
	}
}

/* ad_banner
-------------------------------*/
.ad_banner {
	overflow: hidden;
	margin-bottom: 5px;
}

.ad_banner li a {
	display: block;
	margin-bottom: 10px;
}

@media screen and (min-width:540px) and (max-width:900px) {
	.ad_banner {
		margin: 0 -5px;
	}

	.ad_banner li {
		float: left;
		width: 50%;
	}

	.ad_banner li a {
		margin: 5px;
	}
}


/* map
-------------------------------*/
.map {
	text-align: center;
}

@media screen and (max-width:560px) {
	.map {
		display: none;
	}
}
.map .title {
    text-align: left;
    margin-bottom:10px;
}

/* パンくずリスト
-------------------------------*/
.breadcrumbs {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
}

.breadcrumbs ol {
	height: 30px;
	line-height: 30px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:first-child::before {
	padding: 0 1px 0 0;
	font-family: FontAwesome;
	content: "\f015";
	font-size: 14px;
}

.breadcrumbs li:before {
	padding: 0 4px 0 2px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
}

.breadcrumbs a {
	color: #09F;
}

.breadcrumbs a.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000000;
}

/* 広告バナー
-------------------------------*/
.banner {
	margin: 40px 0;
}

.banner img {
	width: 100%;
	height: auto;
}

.banner .small {
	display: block;
}

.banner .large {
	display: none;
}

@media only screen and (min-width:421px) {
	.banner .small {
		display: none;
	}

	.banner .large {
		display: block;
	}
}


/* CLS対処
-------------------------------*/
.asp {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	margin: 5px auto;
}

.asp img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	box-sizing: border-box;
}

/***************************
 ダブルレクタング広告
****************************/
.ads-flexbox .item {
	flex-basis: auto;
	padding: 5px;
	margin: 0px;
	text-align: center;
}

.ads-flexbox .item img {
	max-width: 100%;
	height: auto;
	border: 1px solid #CCC;
	border-radius: 5px;
}

@media (min-width : 600px) {
	.ads-flexbox {
		display: flex;
		flex-wrap: wrap;
	}

	.ads-flexbox .item {
		width: 50%;
	}
}

.inner300 {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 300/250;
	margin: auto;
}

.inner728 {
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}

.inner600 {
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 600px;
	aspect-ratio: 600/315;
}
/*広告表示*/
#container::before {
	content: url(https://www.michi-photography.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.site_image::before {
	content: url(https://www.michi-photography.com/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin:1em 0 2em;
}

a.pr-txt-link::before {
	content: "PR";
	font-size: 11px;
	border: 1px solid;
	border-radius: 5px;
	padding: 0 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
}

#guide .pr-txt-link::before {
	margin-right:0;
}

a.pr-img-link {
	position: relative;
	display: inline-block;
}

a.pr-img-link::before {
	content: "PR・18禁";
	background-color: #FFF;
    border: 1px solid #f00;
	padding: 3px 5px;
    line-height: 1;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.label_ad {
	position: relative;
}
.label_ad::after{
    content: "AD";
    font-size: 11px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 6px;
    height:20px;
    line-height:20px;
}
