@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:　"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif",'Corben', cursive,'Cookie', cursive , 'Fredericka the Great', cursive, 'Homemade Apple', cursive, 'Londrina Shadow', cursive, 'Monoton', cursive; 
}

header {
	padding: 20px 32px 2px 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


img.sns-icon {
width: 32px;
height: 32px;
}

footer {
	padding: 20px 20px;
	background-color: #FFFFFF;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}


img.logo-icon {
width: auto;
height: 28px;	
}


.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 120px;
	padding: 8x 8x 8x 8x;
}

p.ff_Londrina{
	font-family: 'Londrina Shadow',cursive;
	font-size: 24px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #494949;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px 8px 8px 8px;
	height: 54px
}

p.ff_Homemade{
	font-family: 'Homemade Apple',cursive;
}

p.ff_Corben{
	font-family: 'Corben',cursive;
	font-size: 32px;
}

p.ff_Fredericka{
	font-family: 'Fredericka the Great', cursive;
	font-size: 30px;
}

p.ff_Fredericka22{
	font-family: 'Fredericka the Great', cursive;
	font-size: 19px;
}

p.ff_Monoton{
font-family: 'Monoton', cursive;
font-size: 40px;
}


.c-button svg {
    display: inline-block;
    vertical-align: middle;
    border: 2px #FFFFFF solid;
	border-radius: 30px;
    width: 30px;
    height: 30px;
    margin-right: 0.25rem;
}

.hello {
	background-image: url(image/owl01.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}


.contact-hero {
	background-image: url(image/yosegiBG02s.jpg);
	background-repeat: repeat;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}


.menseki-hero {
	background-image: url(image/yosegiBG02s.jpg);
	background-repeat: repeat;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: left;
}


.hello-hero {
	background-image: url(image/ukraine01.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}


.archi-hero {
	background-image: url(image/archi-mainbanner22.png);
	background-size: cover;
	background-position: center;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

.audio-hero {
	background-image: url(image/equip01.png);
	background-size: cover;
	background-position: center;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}


.archi-comment {
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	color: #999999;
	text-align: left;
}


h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2px;
}


.radiobutton:checked + label > .radio-fontas:before {
  color: #2db29c;
}


.button {
	display: inline-block;
    vertical-align: middle;
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}


.button-bw {
	display: inline-block;
    vertical-align: middle;
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	background-image: url(image/yosegiBGss-BW02.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	text-decoration: none;
}


.button-bk {
	display: inline-block;
    vertical-align: middle;
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	background-image: url(image/yosegiBGss-BK02.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	text-decoration: none;
}


.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background-color: #504946;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}


.contact-link {
text-decoration : none;
color : #FFFFFF;
}


.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.footer-link {
text-decoration : none;
color : #999999;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 50px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

 

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
