@charset "UTF-8";

/* 共通部分 */
html{
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3",sans-serif;
    line-height: 1.7;
    color: #432;
    margin: 0 auto;
    background:#C3E0F0;
}
a {
    text-decoration: none;
}
img{
    max-width:100%;
    vertical-align: bottom;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.red{
    color: red;
}
/* ページTOPに戻る */
.pagetop {
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    vertical-align: center;
    line-height: 50px;
    
}
.pagetop a {
    display: block;
    background-color: #00ced1;
    text-align: center;
    color: #222;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 10px;
	filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.7;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.pagetop a:hover {
    display: block;
    background-color: #0D5EED;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 10px;
	filter: alpha(opacity=50);
    -moz-opacity: 0.7;
    opacity: 0.5;
}
/* HEADER */
header{
    height: 490px;
   	background: url(../images/top_img.jpg) no-repeat top;
    margin: 0;
	padding: 0;
}
#miniheader{
    height: 200px;
	background: url(../images/top_img.jpg) no-repeat top;
    margin: 0;
	padding: 0;
}
#header_img{
    position: relative;
    height: 500px;
}
#miniheader_img{
    position: relative;
    height: 200px;
}

#introduce{
    text-align: center;
}
.page-title{
    position: absolute;
    font-size: 3rem;
    font-family: 'Philosopher',serif;
    color: white;
    top: 40%;
    left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    text-align: center;
    border: 2px solid #fff;
    padding: 10px 50px;
    opacity: 0.8;
}
.page-titlemini{
    position: absolute;
    font-size: 2.5rem;
    font-family: 'Philosopher',serif;
    color: white;
    top: 100px;
    left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    text-align: center;
    padding: 10px 20px;
    opacity: 0.8;
}
#introduce{
    color: #fff;
    position: absolute;
    top: 10%;
    left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    text-align: center;
}
#all_wrapper{
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
}
.wrapper{
    margin: 0 auto;
}
.logo{
    width: 100%;
    padding: 4%;
    text-align: center;    
}
/* ナビゲーション・見出 */
nav{
    background: #0D5EED;
    padding: 1% 0 3% 0;
}
.main-nav {
    width: 90%;
    height: 20px;
    margin: 0 5%;
    display: flex;
    padding: 4px;
    justify-content: space-between;
    font-size: 1.25rem;
    text-transform: uppercase;
    list-style: none;
    text-align: center;
    font-weight: bold;    
}
nav li{
    display: inline-block;
}
nav a{
    color: #fff;
    display: block;
    padding-bottom: 2px;
    text-align: center;
    position: relative;
}

nav a:hover{
    color: #00ced1;
}
nav li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #00ced1;
	position: absolute;
	display: block;
}

nav li a:hover:before {
	width: 50%;
	border-bottom: 3px solid #00ced1;
    opacity: 0.5;
}

nav li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #00ced1;
	position: absolute;
	display: block;
    opacity: 0.5;
}

nav li a:hover:after {
	width: 50%;
	border-bottom: 3px solid #00ced1;
    opacity: 0.5;
}

h2{
    font-size: 3rem;
    text-align: center;
    padding: 20px;
}
.datailsTitle{
	font-size: 2rem;
}
h4{
    font-size: 1.2rem;
    margin-bottom: 4%;
}
/* パンくずリスト */
.detail a{
    height: 100px;
}
.bread ul {
  	width: 100%;
  	margin: 2% 5%;
  	display: flex;
	list-style-type: none; 
  	margin-bottom: 5%;
}
.bread li a {
	padding: 5px;
	font-size: 14px;
  	text-decoration: none;
	color: #6B5E5E
}
.bread li a:hover {
	background-color: #fff;
    color: #00ced1;
}
.bread li:after {
  	content: '\003e';
	margin-left: 5px;
	margin-right: 5px;
	color: #0D5EED;
}
.current{
  	border-bottom: 1px #0D5EED dotted;
}
/* ボタン */
.button{
    width: 300px;
    font-size: 1rem;
    background: #0D5EED;
    color: #fff;
    border-radius: 50px;
    padding: 18px 30px;
    margin-bottom: 50px;
    text-align: center;
}
.button:hover{
    background: #00ced1;
    color: #fff;
    opacity: 0.5;
}
/* フッター */
footer{
    background: #0D5EED;
    text-align: center;
    padding: 26px 0;
    margin-top: 50px;
}
footer p {
    color: #fff;
    font-size: 1rem;
}

/* WORKS */
#works{
    background: #fff;
    text-align: center;
    clear: both;
    padding: 50px;
}
#works_detail{
    background: #fff;
    text-align: center;
    clear: both;
    padding: 0 50px 50px;
}
.grid{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: 6%;
    margin-bottom: 50px;
}
.item p{
    font-size: 1.1em;
}
.item a:hover{
    opacity: 0.5;
}
.item2{
    width: 100%;
}
.item2 p{
    font-size: 1.1em;
}
#zentaizou {
    width: 600px;
    text-align: center;
    margin:20px auto;
}
#zentaizou ul{
    text-align: center;
    margin:0 auto;
    padding: 20px 50px;
    list-style-type: square;
}
.point ul{
    list-style-type: none;
    margin: 20px;
}
.point li{
    list-style-type: none;
}
.pointnumber{
    background: #0D5EED;
    color: #fff;
    font-size: 1.6rem;
    padding: 0.5% 1.8%;
    margin-right: 10px;
}
a{
    color: #fff;
}
.borderbottom{
    border-bottom:2px solid #0D5EED;
}
.pointlist{
    margin: 4% 0;
}
.banner{
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* ABOUT */
#about{
    background: #d5eded;
    padding: 50px;
    overflow: hidden;    
}
#plofile_left{
    width: 40%;
    margin: 0 50px 50px;
    float: left;
    text-align: center;
}
#myimg img{
    width: 150px;
    height: 200px;
    border-radius: 45%;
}
#myname{
    margin: 3% 0;
    text-align: center;    
}
.morebig{
    font-size: 1.5rem;
}
.profile{
	margin-bottom: 20px;
}
.license{
	font-size: 1.3rem;
    text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 20px;
	box-shadow: 5px 5px 5px;
	padding: 15px;
	margin: 0 30px 30px 0;
}
#profile{
    padding: 40px 0;
    text-align: left;
}
#skill{
    background: #d5eded;
    display: flex;
    padding: 10px;
    margin: 10px;
    list-style: none;
}
.item01{
	display: flex;
	text-align: left;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 20px;
	box-shadow: 5px 5px 5px;
	padding-left: 10px;
	margin: 0 30px 30px 0;
}
.item01 ul {
	list-style: none;
	float: right;
	margin: 10px 0 0;
	padding: 0 10px 0 20px;
}
li.skills_app {
    font-weight: bold;
    margin: 0 0 8px 15px;
}
li.skills{
	padding-bottom: 10px;
}
.skilltitle{
    padding: 5px 10px;
    background: #0D5EED;
    color: #fff;
}
#sns{
	clear: both;
	display: flex;
    justify-content: center;
	margin: 0 auto;
}
#sns a{
	margin-right: 30px;
}

/* CONTACT */
#contact{
    width: 100%;
	height: 100%;
}
/* フォーム */
form div{
    width: 500px;
    margin: 40px auto 0 auto;
}

/* モバイル版
-----------------------------------*/
@media (max-width:767px){
    .page-title{
        font-size: 2.5rem;
    }
    body{
        font-size:9 6%;
    }
    h2{
        font-size: 1.4rem;
    }
    /* HEADER */
    .main-nav{
        width: 90%;
        font-size: 0.8rem;
        margin: 10px 5%;
        display: flex;
        justify-content: space-between;
    }

    /* ABOUT */
    #about,#plofile_left{
        width: 100%;
        margin: 0;
        padding: 5%;
    }
    #profile{
    text-align: left;
}
	.license{
		font-size: 1rem;
		text-align: left;
	}
    /*WORKS*/
    #all_wrapper{
        width: 100%;
    }
    #zentaizou,#works_detail{
        width: 100%;
        margin: 0;
        padding: 5% 5%;
    }
    #works_detail img{
        width: 100%;
    }
    .bread ul{
        font-size: 0.5rem;
        padding-top: 1%;
    }
    #zentaizou ul{
        padding: 20px;
    }
    /* フォーム */
    #contact{
        width: 100%;
        margin: 0;
    }
    form{
        width: 100%;
        margin: 0;
        padding: 5%;
    }
    form div{
        width: 100%;
    }
    .item2{
        width: 80%;
        margin: 0 10%;
    }
}