@charset "UTF-8";

/* =========================================================
reset
========================================================= */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
i {
	font-family: 'ionicons';
	font-style: normal;
}


/* =========================================================
base
========================================================= */
html {
    overflow-y: scroll;
	 overflow-x: hidden;
    min-height: 1000px;
}
body {
	color: #292929;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font:14px/1.8 YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	font-weight: 400;
		-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-height: 900px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* link */
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a img {
	-webkit-transition: opacity, 300ms;
	transition: opacity, 300ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
img {
	max-width: 100%;
}
.tel-link {
	cursor: default;
	pointer-events: none;
	color: #000;
}

@media screen and (max-width: 768px) {
.tel-link {
	pointer-events: auto;
}
}
/* clear */
.cf {
 *zoom: 1;
}
.cf::before, .cf::after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* sppc */
.only-pc {
	display: block;
}
.only-sp {
	display: none;
}

@media screen and (max-width: 768px) {
.only-pc {
	display: none;
}
.only-sp {
	display: block;
}
}

/* =========================================================
animation
========================================================= */

.fadeOut {
    -webkit-animation: fadeOut .8s cubic-bezier(.55,0,.1,1) both;
    animation: fadeOut .8s cubic-bezier(.55,0,.1,1) both;
}
.fadeIn {
    -webkit-animation: fadeIn .8s cubic-bezier(.55,0,.1,1) both;
    animation: fadeIn .8s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeOut { to { opacity: 0; -webkit-transform: translate(0px,0px); }}
@keyframes fadeOut { to { opacity: 0; -webkit-transform: translate(0px,0px); transform: translate(0px,0px); }}
@-webkit-keyframes fadeIn { from { opacity: 0; -webkit-transform: translate(10px,0px); }}
@keyframes fadeIn { from { opacity: 0; -webkit-transform: translate(10px,0px); transform: translate(10px,0px); }}

@keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/* =========================================================
 Layout 
========================================================= */
.demo {
    position: absolute;
    z-index: -10;
    left: 0;
    right: 0;
    margin: 0 auto;
}


header {
position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    height: 120px;
}
.head-insta{
width: 40px;
    position: absolute;
    top: 26px;
    right: 0;
}
footer {
}
 
main {
  margin:0px;
	animation: bodyFadeIn 1s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 1s ease 0s 1 normal;

}
.page main {
    margin-top: 80px;
}
.article-wrap {
    clear: both;
	  position: relative;
	padding: 120px 0;
}
.inner{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.inner-mini{
    width: 50%;
    margin: 0 auto;
}
.pic-wrap {
	
}
.text-wrap{
	
}
.aside-wrap{
	
}
.w-herf {
	width: 50%;
}
.w-thrd {
	width: 33%;
}
.w-quarter {
	width: 25%;
}
.grid-herf li {
	width: 48%;
	margin-right: 3%;
	float: left;
}
.grid-herf li:nth-child(2n) {
	margin-right: 0%;
}

.grid-thrd ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-thrd li {
    width: 29.3%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
	    margin-bottom: 40px;
}
.grid-thrd li img {
	width: 100%;
}





.grid-thrd li:nth-child(3n) {
	margin-right: 0%;
}

.grid-quarter li {
width: 22%;
    float: left;
    height: 380px;
    margin: 1.5%;
    position: relative;
}
#home .grid-quarter li {
    height: 300px;
}
.grid-quarter li img {
	width: 100%;
	    border-radius: 3px;
}

.grid-fifth li {
    width: 18.3%;
    float: left;
    margin-right: 1.7%;
    position: relative;
}




.list-cycle li:before {
	font-size: 10px;
	content: "●";
	padding-right: 4px;
}
.list-cycle li {
	padding-left: 1em;
	text-indent: -1em;
}
.list-cycle dd:before {
	font-size: 14px;
	content: "・";
	padding-right: 4px;
}
.list-cycle dd {
    padding-left: 1em;
    text-indent: -1em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.align-right{
	text-align: right;
}
/* text */

.article-title{
	    text-align: center;
    font-size: 15px;
	letter-spacing: 0.05em;
}
.article-title-en{
    text-align: center;
    font-size: 38px;
    line-height: 1.3;
    margin-left: -3px;
}
hgroup#lead {
    margin-bottom: 60px;
}
.sec-title-en{
	    font-size: 24px;
margin-bottom: 12px;
	    line-height: 1.0;
}
.sec-title-jp {
    font-size: 16px;
    text-align: center;
	line-height: 1.0;
}
.sec-hgroup {
	margin-bottom: 80px;
}
.sec-ico {
	width: 70px;
	margin: 0 auto;
}
.sec-title{
	    font-size: 18px;
 font-weight: 400;

}
.sec-subtitle{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.sec-leadcopy{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.sec-subcopy{
	    font-size: 18px;
    letter-spacing: 0.2em;

}
.aside-title-jp {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.aside-title-en {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}


.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}


.sub-title {
	
}

.sup {
    font-size: 12px;
}
.coution .sup {
    font-size: 12px;
	color: #846f57;
}
.line100{
	background: #000;
	height: 1px;
	width: 100px;	
}
.en{
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
}
.en-bold{
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;
}
.jp{
font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 400;

}


.serif{
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-style: normal;
}
.serif-bold{
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: 600;
font-style: normal;
}
/* adobe webfont 読込遅延
.en-bold {
  visibility: hidden;
}
.wf-active .en-bold {
  visibility: visible;
}
.jp-bold {
  visibility: hidden;
}
.wf-active .jp-bold {
  visibility: visible;
}*/

.copy p {
    line-height: 36px;
    letter-spacing: 0.1em;
}
.align-center {
	text-align: center;
}
/* =========================================================
module
========================================================= */

/* breadcrumb */

#breadcrumb {
    margin-top: 20px;
    height: 48px;
}
#breadcrumb ul {
float: right;
}
#breadcrumb ul li {
    display: inline;
    position: relative;
    padding-right: 15px;
	    font-size: 12px;
}
#breadcrumb ul li.current {
    padding-right: 0px;
}
#breadcrumb ul li:after {
    content: ">";
    font-size: 72%;
    top: 0px;
    right: 2px;
    position: absolute;
}
#breadcrumb ul li.current:after {
	padding-left: 0;
	content: "";
}

/* moldal menu */

.menu-btn {
	display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 15px;
    z-index: 100;
    background: #000;
	opacity: 0;
	transition: all .4s;
}
.scrollOn .menu-btn {
	opacity: 1;
	transition: all .4s;
}
.menu-btn span {
    color: #fff;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.94);
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.menu ul {
display: block;
    width: 600px;
    margin: 0 auto;
}

.menu li {
	opacity: 0;
	color: #fff;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.menu li a:hover {
    color: #999;
}

.open .menu li {
	opacity: 1;
	transform:translateY(15px);
}

.open .menu li:nth-child(1) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .5s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1).5s;
}

.open .menu li:nth-child(2) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .5s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .5s;
}

.open .menu li:nth-child(3) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
}

.open .menu li:nth-child(4) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .6s;
}
.open .menu li:nth-child(5) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
}
.open .menu li:nth-child(6) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .7s;
}
.open .menu li:nth-child(7) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
}
.open .menu li:nth-child(8) {
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) .8s;
}



/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
	z-index: 99;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
position: relative;
    width: 26px;
    height: 22px;
    z-index: 100;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 17px;
}

.open .menu-trigger span {
    background-color: #fff;
}
.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
}
/*タブ*/
.tabs {

}

.tab_item {
       width: 32.2%;
    height: 60px;
    background-color: #d9d9d9;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 0.5%;
    cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
padding: 0;
    clear: both;

}
#course01_content,
#course02_content,
#course03_content {
  display: none;
}
#course01:checked ~ #course01_content,
#course02:checked ~ #course02_content,
#course03:checked ~ #course03_content {
  display: block;
}
.tabs input:checked + .tab_item. {
  background-color: #5ab4bd;
  color: #fff;
}

/* =========================================================
common
========================================================= */
a .pic-wrap {
	overflow: hidden;
}
a .pic-wrap img {
  display: block;
	transition-duration: 0.3s;
	height: auto;
}
a .pic-wrap img:hover {
 transform: scale(1.1);
	transition-duration: 0.3s;
}
.main-c {
	    color: #0168b7;
}

 header h1 {
    width: 300px;
    float: left;
    padding-top: 0;
}
header h2 {
    font-size: 15px;
    float: left;
    line-height: 1.4;
    padding-top: 14px;
    color: #333;
}
#sitelead {
    position: absolute;
    left: 0;
    top: 30px;
}
#sitelead .only-pc {
    float: left;
}
header .sup {

}
.site-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}
.head-tel {
position: absolute;
    right: 60px;
    top: 24px;
    text-align: right;
}
.head-tel .tel-no {
    font-size: 30px;
    line-height: 1.1;
	color: #484848;
}
.head-tel .tel-no02 {
line-height: 1.3;
    font-size: 16px;
}
.head-tel p {
    font-size: 12px;
	line-height: 1.6;
	color: #484848;
}
.foot-ico{
	text-align: center;
	margin-bottom: 30px;
}
.foot-insta{
	width: 50px;
	margin: 0 auto 10px;
}
.foot-ico p{
	font-size: 12px;
}
#mainvisual {
    width: 100%;
    height: 640px;
    margin: 0 auto;
    max-width: 1160px;
    animation: bodyFadeIn 1s ease 0s 1 normal;
    -webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
    position: relative;
    z-index: 1;
}
#mainvisual img {
    width: 100%;
    height:640px;
    object-fit: cover;
}
.page #mainvisual img {
    height: 240px;
}
.page #mainvisual {
    height: 240px;
}


#mainvisual .lead-copy {
    position: absolute;
    top: 100px;
    z-index: 2;
    font-size: 100px;
    line-height: 0.8;
    letter-spacing: -0.03em;
}

.page #mainvisual .lead-copy {
top: 100px;
    font-size: 40px;
    left: 40px;
    color: #0068b8;
}
#homeslider {
    width: 100%;
    z-index: -5;
    top: 0;
    text-align: right;
    position: relative;
    position: absolute;
    right: 0;
}
#mainvisual .copy-wrap {
width: 380px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 100px 60px 0 10px;

}
#mainvisual .copy-wrap .copy-title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #0068b8;
}

#global {
    width: 100%;
    text-align: center;
    margin: 36px auto;
    max-width: 1160px;
    position: relative;
}


#global ul {
    display: flex;
    justify-content: center;
}

#global li {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #b6b6b6;
    text-align: center;
}
#global li a {
color: #3f3f3f;
    padding: 0 6px;
}
#global li:not(:first-child)::before {
  content: "/";
}
.item-tag {
    padding: 4px 10px;
    font-size: 11px;
    color: #fff;
    background: #333;
    display: inline-block;
    margin-bottom: 20px;
}


.item-tag.news {
    background: #12a37a;
}
.item-tag.event {
    background: #0168b7;
}
.item-tag.blog {
    background: #58a1d9;
}
.item-tag.scenery {
    background: #a28e63;
}

#home-information #archive-list .item-title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0 12px;
    color: #3f3f3f;
}



#archive-list .summary {
    padding: 0 12px 10px;
    font-size: 13px;
}
#archive-list .data {
    font-size: 13px;
    padding-right: 15px;
}
#entry .item-title {
font-size: 26px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 600;
}
#entry .entry-body p {
    font-size: 15px;

	line-height: 2.2;
	padding-bottom: 30px;
}
#entry .entry-body img {
    margin-bottom: 30px;
	height: auto;
}


#entry .data {
    font-size: 13px;
    color: #333;
	padding-bottom: 60px;
}
#entry table{
width: 100%;
    border-top: #b3b3b3 solid 1px;
}
#entry th{
    font-weight: 400;
    text-align: left;
    padding: 10px;
    border-bottom: #b3b3b3 solid 1px;
}
#entry td{
    font-weight: 400;
    text-align: left;
    padding: 10px;
    border-bottom: #b3b3b3 solid 1px;
}

.btn-wrap a {
    display: block;
    width: 200px;
    border: #333 solid 1px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 0 auto;
}
.btn-wrap a:hover {
	background: #333;
	color: #fff;
}
.btn-wrap {
    clear: both;
    margin: 100px 0;
}


#inquirywrap {
	position: fixed;
	top: 30%;
	right: 0px;
	width: 50px;
	z-index: 20;
}
.bnr-wrap ul {
    max-width: 960px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 70px auto;
}
footer {
margin: 0;
    padding: 80px 0 60px;
	    text-align: center;
}

.bnr-wrap ul li {
    margin: 0 5px 10px 5px;
    width: 200px;
}
.bnr-wrap ul li img {
    border: #d2d2d2 solid 1px;
}
.bnr-wrap-title{
font-size: 18px;
	padding-bottom: 15px;
	text-align: center;
}
.hotel-name {
	font-size: 16px;
	margin-bottom: 10px;
}
.foot-logo img {
	     width: 360px;
	margin: 0 auto;
}
footer .inner {
	position: relative;
}
.copyright{
font-size: 12px;
    color: #666;
    padding: 14px 0;
    text-align: center;
}
footer strong {
    font-size: 18px;
}

.hoshino-logo {
width: 180px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 0 60px;
}
.cop-name {
	display: block;
}
footer .footer-logo {
    width: 210px;
    padding: 10px 0;
}
.footer-tel {
    height: 64px;
    box-sizing: border-box;
    position: absolute;
    width: 350px;
    border: #fff solid 1px;
    text-align: center;
    top: 10px;
    left: 300px;
    padding-top: 18px;
    font-size: 13px;
}
.footer-tel a {
color: #fff;
}
.footer-contact a {
    padding: 12px 0 0;
    position: absolute;
    width: 350px;
    border: #fff solid 1px;
    text-align: center;
    top: 10px;
    left: 660px;
    height: 64px;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 13px;
	color: #fff;
	display: block;
	transition: all 0.2s ease;
}
footer .tel-link {
    cursor: default;
    pointer-events: none;
    color: #fff;
    font-size: 16px;
}
.footer-reserve a:hover {
	color:#333;
	background: #fff;
}

.address {
    font-size: 13px;
}
.footer-nav {
text-align: center;
	border-bottom: #212121 solid 1px;
	padding: 20px 0;
}
.footer-nav li {
 display: inline-block;
}
.footer-nav li:not(:last-child)::after {
    content: '|';
    font-size: 10px;
    padding: 0 10px;
    position: relative;
    display: inline-block;
	 color: #888;
}
.footer-nav a {
    color: #888;
}
.footer-nav a:hover {
    color: #fff;
	text-decoration: underline;
}
.footer-link-wrap {
    padding: 0px;
    background: #333;
    height: 150px;
}
.footer-link-wrap li {
    width: 300px;
    margin: 0 auto;
    position: relative;
    background: #020202;
}
.footer-link-wrap .pic-wrap {
    opacity: 0.5;
    position: absolute;
    transition: all 0.2s ease;
}
.footer-link-wrap .item-title-en {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
}
.footer-link-wrap .item-title-jp {
    font-size: 13px;
    line-height: 1.4;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 400;
}
.footer-link-wrap a:hover .pic-wrap {
    opacity: 1;
transition: all 0.2s ease;
}
#home .footer-link-wrap .item-title-jp {
    font-size: 13px;
    line-height: 1.4;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 400;
}



footer p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
    text-align: center;
}
footer p strong{
    font-size: 20px;
		padding-bottom: 10px;
}
footer p .sup{
    font-size: 12px;
    display: block;
}
.nav-logo {
    width: 140px;
    margin: 30px auto;

}

.nav-title {
    width: 200px;
    margin: 30px auto 0;
}

.menu ul {
    display: block;
    width: 580px;
    margin: 0 auto;
}
.menu li a {
    display: block;
    text-align: center;
    font-size: 24px;
    padding: 0px;
    color: #fff;
    padding-left: 5px;
    width: 100%;
    float: none;
    margin: 0;
}
.menu-title {
    font-size: 12px;
    margin-top: 20px;
}
#menu-reserve {
width: 580px;
    padding-top: 70px;
    margin: 40px auto;
    clear: both;
	
}




#menu-pc {
    position: absolute;
    right: 40px;
    top: 34px;
    transition: all .4s;
}
#menu-pc li {
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.08em;
}
#menu-pc li:not(:last-child)::after {
    content: '/';
    font-size: 10px;
    padding: 0 10px;
    position: relative;
    display: inline-block;
}
#home #menu-pc li:not(:last-child)::after {
    color: #fff;
}
#menu-pc li a {
	 position: relative;
    color: #000;
}
#home #menu-pc li a {
    position: relative;
    color: #fff;
}
#menu-pc li a:before,
#menu-pc li a:after{
  position: absolute;
  top: 1.8em;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px; 
  background: #000;
  transition: 0.3s;
}
#home #menu-pc li a:before,
#home #menu-pc li a:after{
  background: #fff;
}

#menu-pc li a:before{
  left: 50%;
}

#menu-pc li a:after{
  right: 50%;
}

#menu-pc li a:hover:before,
#menu-pc li a:hover:after{
  width: 50%;
}

.page .inner {
    width: 780px;
    margin: 0 auto 80px;
}
	#content hgroup{
		text-align: center;
	}
	#content h2 {
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    padding-bottom: 10px;
    color: #0068b8;
    border-bottom: #0068b8 solid 2px;
    display: inline-block;
}
#content #home-works h2 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    padding-bottom: 10px;
    color: #0068b8;
    border-bottom: #0068b8 solid 2px;
    display: inline-block;
}
#company-concept li {
    font-size: 16px;
    padding-bottom: 20px;
}
	

.renovation-logo {
    text-align: center;
}
	
#content h3 {
font-size: 23px;
    text-align: center;
    color: #0068b8;
    text-align: center;
    padding: 80px 0 40px;
    line-height: 1.8;
    letter-spacing: 0.04em;
}
	.lead p {
    font-size: 16px;
}
.renovation-pic02 {
    text-align: center;
}
#content h4 {
    background: #0068b8;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    margin: 30px 0;
    box-sizing: border-box;
}
.renovation-pic03 {
    margin-top: 30px;
}
#content .btn {
    text-align: center;
    margin: 70px 0;
    font-size: 16px;
}
#content .btn a {
    padding: 18px 30px;
    margin: 0 auto;
    display: inline;
    text-align: center;
    background: #ed6d00;
    color: #fff;
    border-radius: 4px;
}


/* =========================================================
about
========================================================= */

#company-concept li {
    font-size: 16px;
    padding-bottom: 20px;
}
	
	#outline table{
		width: 100%;
		margin: 30px 0;
	}
	#outline td{
	font-size: 16px;
		padding:12px;
		border-bottom: #bbb solid 1px;
	}
	#access p {
    font-size: 16px;
    padding-bottom: 20px;
}
	.map iframe{
		width: 100%;
	}
/* =========================================================
flow
========================================================= */
.flow-wrap {
    background: #d9ebf6;
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}
.flow-no {
font-size: 68px;
    position: absolute;
    z-index: 3;
    top: -65px;
    left: 30px;
    color: #0168b7;
}
.flow-title {
font-size: 20px;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    font-weight: 600;
    color: #0079c2;
}

.flow-wrap p {

}

.flow-wrap.odd {
    background: #0079c2;
}
.flow-wrap.odd .flow-title {
    color: #fff;
}
.flow-wrap.odd p {
    color: #fff;
}
/* =========================================================
service
========================================================= */

#services .inner {
    width: 980px;
    margin: 0 auto 100px;
}

.service-wrap {
    clear: both;
	padding-top: 120px;
}
.service-wrap .pic-wrap {
    width: 50%;
    float: left;
    position: relative;
}
.service-wrap.odd .pic-wrap {
    float: right;

}
.service-wrap .pic-wrap .pic {
    position: absolute;
    right: 90px;
    top: 0;
}
.service-wrap.odd .pic-wrap .pic {
    right: 0px;
	left: 90px;

}
.pic-s {
    width: 330px;
    background: #0168b7;
    height: 450px;
    margin-top: 60px;
    position: absolute;
    z-index: -1;
    left: 0;
}
.service-wrap.odd .pic-s {
    left: auto;
	right: 0;
}
.service-wrap .txt-wrap {
    width: 50%;
    float: right;
	margin-top: 60px;
}
.service-wrap.odd .txt-wrap {
    float: left;
}
.service-name-en {
    font-size: 40px;
    color: #0168b7;
    line-height: 1.2;
}
.service-title {
    color: #0168b7;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.btn-service {
    color: #0168b7;
    display: block;
    padding: 40px 0 20px;
}
.btn-service a {
    color: #0168b7;
}
.works-btn-tmb li {
    float: left;
    width: 22%;
    margin-right: 4%;
}
.works-btn-tmb li:nth-child(4n) {
    margin-right: 0%;
}
.works-btn-tmb li p {
    font-size: 12px;
    padding: 6px 0 15px;
    text-align: center;
}
#services .anchor ul {
    position: relative;
    left: 50%;
    float: left;
}
#services .anchor li {
	text-align: center;
    position: relative;
    display: inline-block;
    transition: all .5s ease;
    left: -50%;
    float: left;
}
#services .anchor li a {
    display: block;
    border: #0068b8 solid 1px;
    padding: 10px 26px;
    color: #0068b8;
    box-sizing: border-box;
    transition: all .5s ease;
}
.works-btn-tmb {
    padding-top: 30px;
}


/* =========================================================
faq
========================================================= */
.faq-wrap {
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}
.q-ico {
font-size: 30px;
    position: absolute;
    z-index: 3;
    top: -14px;
    left: 0;
    color: #0168b7;
}
.q-txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-bottom: 0px;
    font-weight: 600;
    color: #0079c2;
    padding-left: 45px;
}
.q-wrap {
    position: relative;
}
.a-wrap {
    position: relative;
    margin: 20px 20px 0 ;
}


.a-ico {
font-size: 30px;
    position: absolute;
    z-index: 3;
    top: -16px;
    left: 0;
    color: #d44141;
}
.a-txt {
    font-size: 15px;
    letter-spacing: 0.05em;
    padding-bottom: 0;
    font-weight: 400;
    color: #757575;
    padding-left: 38px;
}

	@media screen and (max-width: 768px) {
		.faq-wrap {
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
		.q-ico {
    font-size: 24px;
    position: absolute;
    z-index: 3;
    top: -8px;
    left: 0;
    color: #0168b7;
}
		.q-txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-bottom: 0px;
    font-weight: 600;
    color: #0079c2;
    padding-left: 35px;
}
		.a-wrap {
    position: relative;
    margin: 15px 0 0;
}
		.a-ico {
    font-size: 24px;
    position: absolute;
    z-index: 3;
    top: -10px;
    left: 0;
    color: #d44141;
}
		.a-txt {
    font-size: 13px;
    letter-spacing: 0.05em;
    padding-bottom: 0;
    font-weight: 400;
    color: #757575;
    padding-left: 38px;
}
		
}


/* =========================================================
layout
========================================================= */
	@media screen and (max-width: 768px) {
header {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    height: 120px;
}#mainvisual img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
	#mainvisual {
    width: 90%;
    height: 440px;
    margin: 0 auto;
    max-width: 1160px;
    animation: bodyFadeIn 1s ease 0s 1 normal;
    -webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
    position: relative;
    z-index: 1;
    margin-bottom: 280px;
}	
		#mainvisual .lead-copy {
    position: absolute;
    top: 120px;
    z-index: 2;
    font-size: 100px;
    line-height: 0.8;
    letter-spacing: -0.03em;
}
		.inner-mini {
    width: 80%;
    margin: 0 auto;
}
		#global {
  display: none;
}		
		.menu-btn {
   display: block;
}
.menu-btn {
    background: #0068b8;
opacity: 1;
}
		.menu {
    background: rgba(0, 104, 184, 0.92);

}
.textarea {
    width: 100%;
}
}
	@media screen and (max-width: 800px) {
		.menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
}
		.page header h2 {
    display: none;
}
.head-tel {
    position: absolute;
    right: 0;
    top: 24px;
    text-align: right;
    display: none;
}
		.site-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
		#sitelead {
    top: 10px;
}
	header {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    height: 60px;
}	
		header h1 {
        width: 200px;
    float: none;
    padding-top: 7px;
}
		.copy-wrap h2 {
       font-size: 18px;
    line-height: 1.4;
    padding-top: 10px;
			color: #0168b7;
			margin-bottom: 40px;
}
		.copy-wrap h2 .sup {
    font-size: 12px;
    display: block;
}
		#mainvisual {
    width: 100%;
    height: 540px;
    margin: 0 auto;
    max-width: 1160px;
    animation: bodyFadeIn 1s ease 0s 1 normal;
    -webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
    position: relative;
    z-index: 1;
    margin-bottom: 360px;
}
		#mainvisual .copy-wrap {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: -350px;
    background: #fff;
    padding: 40px 30px;
}
		
		#homeslider {
    width: 100%;
    z-index: -5;
    top: 0;
    text-align: right;
    position: relative;
    position: absolute;
    right: 0;
}
		#mainvisual img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}
		
		#mainvisual .lead-copy {
    position: absolute;
    top: auto;
    z-index: 2;
    bottom: -30px;
    font-size: 80px;
    left: 20px;
    line-height: 0.8;
    letter-spacing: -0.03em;
}
		.inner {
    width: 80%;
    max-width: 1160px;
    margin: 0 auto;
}
	.grid-thrd li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    margin-bottom: 60px;
}	
		.bnr-wrap ul li {
    margin: 0 5px 10px 5px;
    width: 110px;
}
		.bnr-wrap ul {
    max-width: 960px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px auto;
}
		#inquirywrap {
    position: fixed;
    top: 30%;
    right: 0px;
    width: 50px;
    z-index: 20;
    display: none;
}
	.page #mainvisual img {
    height: 130px;
}
	.page #homeslider {
    width: 80%;
    z-index: -5;
    top: 0;
    text-align: right;
    position: relative;
    position: absolute;
    right: 0;
}	
		.page #mainvisual {
    height: 130px;
    margin-bottom: 50px;
}
	.page #mainvisual .lead-copy {
   top: 50px;
    font-size: 30px;
    left: 24px;
    right: 0;
}
		#entry .item-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}
		main {
    margin: 0px;

}
				.inner {
    width: 80%;
    margin: 0 auto 50px;
}
		.page .inner {
  width: 80%;
    margin: 0 auto 50px;
}
		#services .inner {
    width: 80%;
    margin: 0 auto 50px;
}
		#content .btn {
    text-align: center;
    margin: 70px 0;
    font-size: 14px;
}	
				#content h3 {
    font-size: 18px;
    text-align: center;
    color: #0068b8;
	    text-align: center;
    padding: 80px 0 40px;
}
					.lead p {
    font-size: 13px;
}
.renovation-pic02 {
    text-align: center;
}
#content h4 {
    background: #0068b8;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    margin: 30px 0;
    box-sizing: border-box;
}		
					.inner {
    width: 80%;
    margin: 0 auto 50px;
}
			#company-concept li {
    font-size: 13px;
    padding-bottom: 20px;
}
				#outline td{
	font-size: 13px;
		padding:10px;
		border-bottom: #bbb solid 1px;
	}
	#access p {
    font-size: 13px;
    padding-bottom: 20px;
}	
	#services .anchor ul {
    position: relative;
    left: auto;
    float: none;
}	
		#services .anchor li {
    text-align: center;
    position: relative;
    display: inline-block;
    transition: all .5s ease;
    left: auto;
    width: 50%;
    float: left;
    font-size: 11px;
}#services .anchor li a {
    display: block;
    border: #0068b8 solid 1px;
    padding: 10px;
    color: #0068b8;
    box-sizing: border-box;
    transition: all .5s ease;
}.service-wrap {
    clear: both;
    padding-top: 60px;
}.service-wrap .pic-wrap {
    width: 100%;
    float: none;
    position: relative;
}.service-wrap .pic-wrap .pic {
    position: relative;
    right: 0;
    top: 0;
}
		.service-wrap .pic-wrap .pic img {
   width: 100%;
}
		
		
		.pic-s {

    display: none;
}.service-wrap .txt-wrap {
    width: 100%;
    float: none;
    margin-top: 30px;
}.works-btn-tmb li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
	.works-btn-tmb li:nth-child(4n) {
  margin-right: 3.5%;
}		.works-btn-tmb li:nth-child(3n) {
  margin-right: 0%;
}.works-btn-tmb li p {
    font-size: 10px;
    padding: 6px 0 15px;
    text-align: center;
}
		.service-wrap.odd .pic-wrap .pic {
    right: 0px;
    left: auto;
}
	.page main {
    margin-top: 0px;
}	
		.flow-title {
    font-size: 16px;
}
		.flow-wrap p {
    font-size: 13px;
}
}
	@media screen and (max-width: 375px) {
		#mainvisual img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
	#mainvisual .lead-copy {
    position: absolute;
    top: auto;
    z-index: 2;
    bottom: 0px;
    font-size: 70px;
    left: 20px;
    line-height: 0.8;
    letter-spacing: -0.03em;
}	
#mainvisual .copy-wrap {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: -335px;
    background: #fff;
    padding: 40px 30px;
}
}
	@media screen and (max-width: 320px) {
#mainvisual img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
		#mainvisual .lead-copy {
    position: absolute;
    top: auto;
    z-index: 2;
    bottom: 120px;
    font-size: 60px;
    left: 20px;
    line-height: 0.8;
    letter-spacing: -0.03em;
}
	#mainvisual .copy-wrap {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: -230px;
    background: #fff;
    padding: 40px 30px;
}	
		.copy-wrap h2 {
    font-size: 18px;
    line-height: 1.4;
    padding-top: 10px;
    color: #0168b7;
    margin-bottom: 20px;
}
		.copy-wrap h2 .sup {
    font-size: 10px;
    display: block;
}
	#mainvisual .copy-wrap .copy-title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
}	
		
}

/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .side-reserve-subtitle {
    height:180px;
  }
	  .side-reserve-title-wrap {
    height: 350px;
  }
}



	#works.page .inner {
    width: 900px;
}
	#works img {
    max-width: 100%;
				height: auto;

}

	#works .pic-wrap {
text-align: center;

}


		#works #content h2 {
    text-align: left;
    margin-bottom: 30px;
    display: block;
    border: none;
    color: #404040;
    letter-spacing: 0;
    line-height: 1.5;
}
	#works .works-cat li {
    display: inline-block;
    background: #0068b8;
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
    margin-bottom: 40px;
		margin-right: 5px;
}
	#works .works-cat li a {

    color: #fff;
}
#works .lead {
width: 68%;
    float: left;

}
	#works	.lead p {
    font-size: 15px;
}
#works .works-data {
    width: 25%;
    float: right;
        margin-top: 120px;

}
#works .works-data dt {
    width: 5em;
    float: left;
	    padding: 5px;
    font-size: 13px;
    border-top: #cecece solid 1px;
}
#works .works-data dd {
    padding: 5px 5px 5px 5em;
    font-size: 13px;
    border-top: #cecece solid 1px;
}
#works .before {
    width: 250px;
    z-index: -1;
    position: relative;
}
#works .bedore-titel {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    color: #7b7b7b;
    height: 40px;
}
	#works	.works-body-wrap {
		clear: both;
       margin-top: 80px;
}	
	#works	.works-body {
    clear: both;
    position: relative;
       margin-bottom: 80px;
}	
		#works	.works-body.beforeafter {
 
}	
	#works .after {
    width: 680px;
    margin: 0 auto;
    position: relative;
}
#works .after-titel {
    font-size: 18px;
    text-align: center;
    padding-bottom: 0;
    color: #0068b8;
    height: 40px;
    font-weight: 700;
}
	#works	.works-body .summary {
    width: 680px;
    margin: 20px auto;
			line-height: 2;
}
#works .floor-plan-titel {
    font-size: 25px;
    font-weight: 600;
    color: #949494;
}
	#works .floor-plan-before {
    width: 47%;
    float: left;
}
#works .floor-plan-after {
    width: 47%;
    float: right;
}
		#works	.floor-plan-before img,.floor-plan-before img {
    width: 100%;
				height: auto;

}
	#works .floor-plan {
    border-top: #dedede solid 1px;
    padding-top: 60px;
}
	#works	.floor-plan .summary {
    clear: both;
			padding: 30px;
}	
	#works	.staff-boice{
			background: #0068b8;
			padding: 60px;
			color: #fff;
		}
	#works	.staff-voice-titel {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
			padding-bottom: 30px;
}
	#works	.page .staff-boice .inner {
   margin: 0 auto 30px;
}
#works .inner-xl{
	width: 80%;
	max-width: 1200px;
	margin: 80px auto;
}
#works .archive-list-parent {

}

#works .archive-item {
width: 22.5%;
    float: left;
    margin-right: 3%;
}
#works .archive-item:nth-child(4n) {
    margin-right: 0%;
}
#works .archive-tmb {
height: 160px;
    overflow: hidden;
    margin-bottom: 18px;
}
#works .archivve-title {
    line-height: 1.5;
    margin-bottom: 10px;
}
#works .archivve-title br {
   display: none;
}
#works .archive-item {
    position: relative;
    height: 360px;
}
#works .archive-deta {
font-size: 11px;
    color: #676767;
}
#works .archive-cat {
position:relative;
    font-size: 12px;
    padding: 0px;
	color: #969696;
}
#works .archive-cat a {
color: #616161;
}
	#works	.archive-list-title {
    font-size: 25px;
    font-weight: 600;
			padding-bottom: 30px;
    color: #949494;
}

#home-fukei {
    position: relative;
    width: 100%;
    height: 460px;
    background: url(../images/home/kouji-pic.jpg)no-repeat;
    background-size: cover;
    margin-bottom: 0px;
    padding-top: 80px;
    color: #fff;
}
#home-fukei .txt {
width: 40%;
    text-align: left;
	color: #fff;
	line-height: 2;
}
#content #home-fukei h2 {
    font-size: 28px;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: none;
    display: inline-block;
}
#content #home-fukei .btn2 {
    text-align: left;
    margin: 20px 0;
    font-size: 16px;
}
#content #home-fukei .btn2 a {
   padding: 10px 80px;
    margin: 0 auto;
    display: inline;
    text-align: center;
    color: #fff;
    width: auto;
    border: #fff solid 1px;
	display: inline-block;
}
#content #home-fukei .btn2 a:hover {
    background: #fff;
	color: #333;
}


#home-fukei .container-lg {
    max-width: 1160px;
    margin: 0 auto;
    text-align: left;
    z-index: 10;
    position: relative;
}
#home-fukei::before {
	    width: 100%;
    height: 100%;
z-index: 0;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.6);
}

#content #home-information h2 {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    padding-bottom: 10px;
    color: #797979;
    border-bottom: none;
    display: inline-block;
}
#home-information {
    padding: 40px 40px 20px;
    max-width: 1160px;
    margin: 0 auto;
    background: #f2f2f2;
}
#content #home-information hgroup {
    text-align: left;
    width: 15%;
    float: left;	
    margin-bottom: 0;
}
#home-information .article-title-en {
    color: #333;
    text-align: left;
    font-size: 23px;
    line-height: 1.3;
    margin-left: -3px;
}
#home #info-wrap  {
    width: 84%;
    float: right;
}
#works .inner-xl{
	width: 80%;
	max-width: 1200px;
	margin: 80px auto;
}
#works .archive-list-parent {

}
#home-works {
    max-width: 1160px;
    margin: 80px auto;
}
#home-works .archive-item {
width: 30%;
    float: left;
    margin-right: 4%;
}
#home-works .archive-item:nth-child(3n) {
    margin-right: 0%;
}
#home-works .archive-tmb {
height: 220px;
    overflow: hidden;
    margin-bottom: 18px;
}
#home-works .archive-tmb img {
    max-width: 100%;
    width: 100%;
    height: auto;
}


#home-works .archivve-title {
    line-height: 1.5;
    margin-bottom: 10px;
	font-size: 16px;
}
#home-works .archivve-title br {
   display: none;
}
#home-works .archive-item {
    position: relative;
    height: 400px;
}
#home-works .archive-deta {
font-size: 11px;
    color: #676767;
}
#home-works .archive-cat {
position:relative;
    font-size: 12px;
    padding: 0px;
	color: #969696;
}
#home-works .archive-cat a {
    
	color: #616161;
}
#home-staffblog {
    background: #0068b8;
    padding-top: 80px;
	    padding-bottom: 100px;
    color: #fff;
}
#home-staffblog a {
    color: #fff;
}

#home-staffblog li {
    width: 32%;
    float: left;
    margin-right: 1%;
	    margin-bottom: 30px;
	    height: 150px;
}
#home-staffblog li:nth-child(3n) {
    margin-right: 0%;
}
#home-staffblog .pic-wrap {
    width: 120px;
    float: left;
    margin-right: 20px;
}
#home-staffblog .pic-wrap {
    width: 120px;
    float: left;
    margin-right: 20px;
}
#home-staffblog .pic-wrap img {
    height: 120px;
    object-fit: cover;
}
#home-staffblog .item-title {
    margin-bottom: 15px;
}
#home-staffblog #archive-list .summary {
    padding: 0 0 10px;
    font-size: 12px;
}
#home-staffblog #archive-list .data {
    font-size: 12px;
    padding-right: 0;
}
#home-staffblog .article-title-en {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    margin-left: -3px;
}
	@media screen and (max-width: 1050px) {
		
		header {
    width: 95%;
    max-width: 95%;
		}
		#mainvisual .copy-wrap {
    padding: 80px 60px 0 10px;
}
		#global {
    width: 90%;

}
		#home-information {
    padding: 40px 60px 20px;
}
		

#home-works {
    max-width: 90%;
    margin: 80px auto;
}
		#home-works .archive-tmb {
    height: 170px;
    overflow: hidden;
    margin-bottom: 18px;
}
		#home-fukei .container-lg {
    max-width: 90%;
}
		.inner {
    width: 90%;
}
		#home-staffblog .pic-wrap {
    width: 80px;
}#home-staffblog .pic-wrap img {
    height: 80px;
    object-fit: cover;
}
		#home-staffblog .item-title {
    margin-bottom: 6px;
}
		#home-staffblog #archive-list .summary {
    padding: 0;
    font-size: 10px;
}
		
		#home-staffblog #archive-list .data {
    font-size: 10px;
    padding-right: 0;
}
		#home-staffblog {
    background: #0068b8;
    padding-top: 60px;
    padding-bottom: 80px;
    color: #fff;
}
		#works.page .inner {
    width: 86%;
}
		#works .staff-boice {
    background: #0068b8;
    padding: 60px 0 0;
    color: #fff;
}
		#works .staff-boice {
    background: #0068b8;
    padding: 60px 0 20px 0;
    color: #fff;
}
		#works .inner-xl {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
}
		#works .archive-tmb {
    height: 130px;
    overflow: hidden;
    margin-bottom: 18px;
}
		#works .archivve-title {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 13px;
}
		#works .archive-deta {
    font-size: 10px;
    color: #676767;
}
		#works .archive-item {
    position: relative;
    height: 280px;
}
		#works .works-data {
    width: 25%;
    float: right;
    margin-top: 0;
}
		
		
}

	@media screen and (max-width: 800px) {
		#mainvisual img {
    width: 100%;
    height: 640px;
    object-fit: cover;
}
		#mainvisual {
    width: 100%;
    height: 640px;
    margin: 0 auto;
    max-width: 1160px;
    animation: bodyFadeIn 1s ease 0s 1 normal;
    -webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
		header {
    width: 90%;
    max-width: 90%;
}
		#mainvisual .copy-wrap {
    padding: 80px 60px 0 10px;
			width: 300px;
}
		.copy-title {
    font-size: 28px;
		}
#mainvisual .copy-wrap p {
 font-size: 13px;
}
		.head-tel {
    position: absolute;
    right: 50px;
    top: 24px;
    text-align: right;
}
		.head-tel .tel-no {
    font-size: 24px;
    line-height: 1.1;
}
		#home-information .article-title-en {
    font-size: 18px;
}
		#home-information {
    padding: 40px 40px 20px;
}
		#home-works .archive-tmb {
    height: 130px;
    overflow: hidden;
    margin-bottom: 18px;
}
		#home-works .archive-item {
    position: relative;
    height: 300px;
}
		#home-fukei {
    position: relative;
    width: 100%;
    height: 360px;
    background: url(../images/home/kouji-pic.jpg)no-repeat;
    background-size: cover;
    margin-bottom: 0px;
    padding-top: 80px;
    color: #fff;
}
		#content #home-fukei h2 {
    font-size: 25px;

		}
		#home-staffblog li {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
			height: auto;
}
				#home-staffblog li:nth-child(3n) {
    margin-right:2%;

}
				#home-staffblog li:nth-child(2n) {
    margin-right:0%;

}
		#home-staffblog .item-title {
    font-size: 13px;
    margin-bottom: 6px;
}
		#home-works .archivve-title {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 13px;
}
		header h2 {
    display: none;
}
		header {
    height: 110px;
}
		#content h2 {
    font-size: 22px;
		}
		#works .lead {
    width: 100%;
    float: none;
}
		#works .works-data {
    width: 100%;
    float: none;
    margin-top: 30px;
}
		#works .after {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
		#works .works-body .summary {
    width: 80%;
    margin: 20px auto;
    line-height: 2;
    font-size: 13px;
}
	#works .summary {
    font-size: 13px;
}
		
		#works .archive-item {
    width: 30%;
    float: left;
    margin-right: 3%;
}
		#works .archive-item:nth-child(4n) {
    margin-right: 3%;
}
				#works .archive-item:nth-child(3n) {
    margin-right: 0%;
}
		#works .before {
    width: 200px;
    z-index: -1;
    top: 80px;
    position: relative;
}
		.copy-title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #0068b8;
}
		#home #info-wrap {
    width: 80%;
    float: right;
}
		#content #home-information hgroup {
    text-align: left;
    width: 18%;
    float: left;
    margin-bottom: 0;
}
		.article-title-en {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    margin-left: -3px;
}
		#content #home-fukei .btn2 a {
    padding: 10px 80px;
    margin: 0 auto;
    display: inline;
    text-align: center;
    color: #fff;
    width: auto;
    border: #fff solid 1px;
    display: inline-block;
    font-size: 13px;
}
		
		
		
		
}



	@media screen and (max-width: 800px) {

#services .inner {
    width: 90%;
    margin: 0 auto 100px;
}
.pic-s {
    display: none;
}
		.service-wrap .txt-wrap {
    width: 60%;
    float: right;

}
		.works-btn-tmb li p {
    font-size: 10px;
}
		.page .inner {
   width: 90%;
}
}
	@media screen and (max-width: 800px) {
		
		header {
    height: 60px;
}
		.page #homeslider {
    width: 100%;
		}
		#works .before {
    width: 80%;
    z-index: -1;
    top: 0;
    position: relative;
    margin: 0 auto 20px;
}
		#works .floor-plan-before {
    width: 100%;
    float: none;
			margin-bottom: 20px;
}
		#works .floor-plan-after {
    width: 100%;
    float: none;
}
		#works .floor-plan-titel {
    font-size: 25px;
    font-weight: 600;
    color: #949494;
    text-align: center;
}
		#works .staff-voice-titel {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
}
		#works .archive-item {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
}
		#works .archive-tmb {
    height: auto;
    overflow: hidden;
    margin-bottom: 18px;
}
		
		#works .after {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
		#works .works-body .summary {
    width: 88%;
    margin: 20px auto;
    line-height: 2;
    font-size: 13px;
}
		#works .floor-plan .summary {
    clear: both;
    padding: 30px 0;
}
		#works .inner-xl {
    width: 80%;
    max-width: 1200px;
    margin: 80px auto;
}
		
		#mainvisual {
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 1160px;
    animation: bodyFadeIn 1s ease 0s 1 normal;
    -webkit-animation: bodyFadeIn 1s ease 0s 1 normal;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
		#homeslider {
    width: 100%;
    z-index: -5;
    top: 0;
    text-align: right;
    position: relative;
    position: relative;
    right: 0;
}
		#mainvisual img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
		#mainvisual .copy-wrap .copy-title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #0068b8;
}
		#mainvisual .copy-wrap {
    margin: 30px auto;
    position: relative;
    padding: 0;
    width: 80%;
    background: none;
    text-align: center;
}
		#content #home-information hgroup {
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 0;
}
		#home-information .article-title-en {
    text-align: center;
}
		#info-wrap {
    width: 100%;
    float: none;
    font-size: 13px;
}
		#content #home-information h2 {
    margin-bottom: 10px;
		}
		#home-works .archive-item {
    position: relative;
    height: auto;
}
		#home-works .archive-item {
    width: 100%;
    float: none;
    margin-right: 0;
}
		#home-works .archive-tmb {
    height: auto;
    overflow: hidden;
    margin-bottom: 18px;
}
		#home-works .archive-item {
    position: relative;
    height: auto;
    margin-bottom: 30px;
}
		#home-fukei {
    position: relative;
    width: 100%;
    height: 200px;
    background: url(../images/home/kouji-pic.jpg)no-repeat;
    background-size: cover;
    margin-bottom: 0px;
       padding-top: 40px;
    color: #fff;
    text-align: center;
}
		
		#home-fukei .container-lg {
    max-width: 90%;
    text-align: center;
}
		#content #home-fukei h2 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
}
		#home-fukei .txt {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 2;
    font-size: 10px;
    display: none;
}
		#content #home-fukei .btn2 {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}
		#home-staffblog li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3%;
}
		#home-staffblog {
    background: #0068b8;
    padding-top: 60px;
    padding-bottom: 20px;
    color: #fff;
}
		#home-works {
    max-width: 80%;
    margin: 80px auto;
}
    .menu li a {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0px;
    color: #fff;
    padding-left: 0;
    width: 100%;
    float: none;
    margin: 0;
    padding-bottom: 10px;
}
    .head-insta {
  display: none;
}
    
}
		
	@media screen and (max-width: 800px) {
.service-wrap .txt-wrap {
    width: 100%;
    float: none;
}
		a .pic-wrap {
    overflow: hidden;
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
}
		.news-archive-list li {
    clear: both;
    margin-bottom: 40px;
}
	#home-information {
    padding: 40px 20px 20px;
}	
		#home #info-wrap {
    width: 100%;
    float: none;
}
		#home-information #archive-list .item-title {
    font-size: 13px;
}
		#home-staffblog li {
width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3%;
    clear: both;
}
		#home-staffblog #archive-list .summary {
    padding: 0;
    font-size: 10px;
    line-height: 1.5;
}
		.foot-logo img {
    width: 70%;
    margin: 0 auto;
}
		
}