@charset "UTF-8";
/*
Theme Name: sugawarayuri.com
Theme URI: https://sugawarayuri.com
Author: asisted by kousuke i
Author URI: 
Description: sugawarayuri portfolio
Version: 1.0
License: 
License URI: 
Text Domain:
Tags:

GNU General Public License v2 or later


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
  	font-size:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}


a {
	background-color: transparent;
}



b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: meiryo,sans-serif;
	font-size: 12px;
	font-size: 1rem;
	line-height: 1.5;
}


dfn,
cite,
em,
i {
	font-style: italic;
}


address {
	margin: 0 0 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
}

body {
	background: #fff;
}

ul {
	list-style: none;
}

.nav-menu ul li{
	color:black;
	margin-left:20%;
}
.nav-menu ul li:first-of-type{
	margin-left:4px;
}

.nav-menu ul li a, .insta-icon i{
	color:black;
	transition-duration:1s;
	padding:6px 5px;
}

.nav-menu-ul li a:hover{
    padding:;
    background-color: #555d66;
    color: #fffbf7;
    transition-duration:0.1s;
}
.nav-menu-ul li .man-blue:hover{
	background-color: #83b3e8;
    color: #fffbf7 !important;
}
.nav-menu-ul li .woman-pink:hover{
	background-color: pink;
    color: #fffbf7 !important;
}



dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img:hover{
	opacity:;
}

img.attachment-post-thumbnail {
	height:100%;
	transition:0.6s;	
	object-fit:cover;
	
}

img.attachment-post-thumbnail:hover {
	-moz-transform: scale(1.2,1.2); 
	-webkit-transform: scale(1.2,1.2); 
	-o-transform: scale(1.2,1.2); 
	-ms-transform: scale(1.2,1.2);
	background-color: black;
	opacity:;
}

.fig-hover:hover{
	opacity: 1 !important;
    transition: all 0.6s ease;
}


table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	
    font-size: 14px;
    padding: 12px 10px;
	border:#ffa502;
    background-color: #fffbf7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
	transition: .4s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border:1px solid #ccc;
	padding: 3px;
	width:100%;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

div.wpcf7 {
    margin: 0px 5%;
	font-weight: bold;
}


.otoiawase-button-decorate input.wpcf7-submit{
	font-weight:;
    font-size: 14px;
    padding: 12px 10px;
	border-radius: 8px;
	border:#ffa502;
    background-color: #fffbf7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
	transition: .4s;
}

.otoiawase-button-decorate input.wpcf7-submit:hover{
	color:white;
    background-color: black;
	
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover{}
a:active {
	outline: 0;
}

article a:hover {
	text-decoration:underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.column-img-block:before{
	content: "column";
    display: block;
    position: absolute;
    font-size: 12px;
    color: white;
	padding: 1px 5px;
    background-color: #cdc132;
	border-color: #20a1cf transparent transparent #20a1cf;
    z-index: 2;
}


.column-img:before{
	content:'column';
	color: #ffffff;
	position:absolute;
	
}

.key-word{
    padding:0px;
	margin:0px;
}

.key-word li{
	display:inline-block;
	border:1px solid #d8d8d8;
    border-radius:4px;
	margin:0 2px 7px 0;
    padding:4px 8px 4px 6px;
	
}

.key-word li a{
	display:inline-block;
	color: #4d4d4d;
	font-size: 11px;
}

.entry-header{
	font-weight:bold;
	font-size:17px;
}

.articlemae{
	display: flex;
	margin:;
	padding:6px;
	width: calc(25% - 12px);
}
.articlemae:hover{
	background-color:#ffaad914;
}


.site-mainsingle{
	margin:0 auto;
    padding:15px;
    width:52%;
    border-radius: 5px;
}

.site-mainpage{
	margin:0 auto 30px;
    width:52%;

}


.footerfooter nav ul li a {
text-decoration: none;
}

.table-kaishagiyou th,td{
	border:;
	padding:10px;
}




/* Small menu. */
@media screen and (min-width: 0px) and (max-device-width: 480px){

.nav-menu ul li{
	margin-left:15px;
}
.nav-menu ul li:first-of-type{
	margin-left:1px;
}
	
	
	
.column-kijibox{
	width:90% !important;
	padding: 15px 0px !important ;
}

.top-fontsize{
	font-size:8px !important;
}

.site-main{
	width:90%;
}

.site-mainsingle{
	width:90%;
}
	
.site-mainpage{
	width:85%;
}

.header-div{
		height:70px;
}

.h1-font{
		font-size:8px !important;
}
	
.articlemae{
	padding:6px;
	width: calc(50% - 12px);
}	
	
	
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}


.gallery-caption {
	display: block;
}


@media screen and (min-width: 0px) and (max-device-width: 320px){

}