@charset "UTF-8";
/* CSS Document */
/* ------------------------------------
all
------------------------------------ */
:root {
  --main-color: #9dbec5;
}

html, body {
color: #000;
background-color: #f5f5f5;
width: 100%;
height: auto;
position: static;
}

a {
color: #4b4948;
text-decoration: none;
outline: 0;
border: none;
}

a:hover {
text-decoration: none;
}

a img {
border: none;
outline: 0;
}

a:hover img{
filter: alpha(opacity=60);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
-moz-opacity: 0.6;
opacity: 0.6;
}

a[target="_blank"]:after {
  padding-left:5px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}
.workwrap a[target="_blank"],
.workwrap a[target="_blank"]:after {
color: #fff;
}

li {list-style-type: none;}

h2{
font-size: 24px;
position: relative;
margin-bottom: 20px;
}

h2 + p{
margin-bottom: 0px;
}

h2:after{
content: '';
width: 2%;
position: absolute;
left: 49%;
bottom: -15px;
height: 4px;
background: #000;
margin: 0 auto;
text-align: center;
}

h2.bigh2{
font-size: 26px;
}

h3 {
font-size: 20px;
}

.clearfix:after {
content: '';
display: block;
clear: both;
}

.clearfix {
zoom: 1;
}

.hover:hover {
cursor: pointer;
filter: alpha(opacity=60)!important;
opacity: 0.6!important;
}

img {display: block;}
.forpc {display: block!important;}
#smmv {display: none!important;}
.mt100{
margin-top: 150px !important
}
.mb80 + p{margin-bottom: 80px !important;}
.mb40 + p{margin-bottom: 40px !important;}

/* ------------------------------------
load
------------------------------------ */
#ploading{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100%;
max-width: 375px;
height: auto;
text-align: center;
-moz-transform: translate(0%,50%);
-ms-transform: translate(0%,50%);
-webkit-transform: translate(0%,50%);
transform: translate(0%,50%);
}
#ploading img{
width: 100%;
max-width: 375px;
height: auto;
margin: 0 auto
}

#ploader-bg {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
background: #fff;
z-index: 999999999;
}

#main-contents div{
margin: 0 auto;
text-align: center;
}

#container{
position: static;
width: 100%;
max-width: 1000px ;
margin: 0 auto;
}

header{
width: 100%;
height: 80px;
margin:0 auto;
background: #fff;
position: fixed;
z-index: 999;
border-bottom: solid #d3d3d3 1px;
}
header section{
width:100%;
margin: 0 auto;
}
#pt74{padding-top: 80px;}
#cname{
float: left;
text-align: center !important;
vertical-align: middle !important;
line-height: 80px;
height: 80px;
width: calc(100% - 160px);
}

#cname img{
display: block;
margin: 25px auto;
}

h1{
background: #000;
height: 24px;
width: 24px;
padding: 28px;
vertical-align: middle;
text-align: center;
float: left;
}

h1 a{
display: block !important;
}

h1 a:hover{
cursor: pointer;
}

/*ナビゲーション*/
.overlay {
content: '';
visibility: hidden;
position: fixed;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: rgba(0,0,0,0);
-webkit-transition: all .5s ease;
transition: all .5s ease;
z-index: 3;
}
.overlay::after {
visibility: hidden;
position: fixed;
top: 40%;
left: 0;
display: block;
width: 100%;
height: 50px;
color: rgba(255,255,255,0);
font-size: 40px;
font-weight: bold;
text-align: center;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.side-open .overlay {
visibility: visible;
cursor: pointer;
background: rgba(255,255,255,.9);
right: 300px;
}
.side-open .overlay::after {
visibility: visible;
color: rgba(255,255,255,.8);
}

/* サイドメニュー  */
.side-menu {
position: fixed;
top: 0;
right: -300px;
width: 300px;
height: 100%;
padding-top: 0;
text-align: left;
background: #000/*#9dbec5*/;
padding-top: 100px;
z-index: 999;
}

.side-menu a{
width: 100%;
display: block;
color: #fff;
font-size: 140%;
padding-left: 1em !important;
line-height: 3.5em !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all0.3s ease;
background: #000;
}
.side-menu a:hover,
#submenu a:hover{
background: #9dbec5;
color: #000;
width: 100%;
display: block;
}

#submenu{
color: #fff !important;
}
#submenu a{
width: 120%;
display: block;
color: #fff !important;
font-size: 100%;
padding-left: 2em !important;
line-height: 3em !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #000;
}

#submenu a:before{
content:"---- "
}

/* メインコンテンツ */
#main-contents {
position: relative;
width: 100%;
height: 100%;
text-align: center;
-webkit-transition: all .5s ease;
transition: all .5s ease;
z-index: 2;
text-align: center;
}
/* サイドメニューオープン */
.side-open #main-contents,
.side-open .overlay {
-webkit-transform: translate3d(-300px, 0, 0);
transform: translate3d(-300px, 0, 0);
}
.side-open .side-menu {
right: 0;
}


/*--------------------------------- 開閉用ボタン-------------------------------------*/
.side-menu-btn {
position: fixed;
top: 0;
right: 0;
width: 24px;
height: 24px;
padding: 28px;
background: #fff;
cursor: pointer;
z-index:9999;
color: #000;
border-left: solid #d3d3d3 1px !important;
}

.onmenu{
background: #000;
color: #fff;
border:  none !important;
}

.menu-trigger{
display: inline-block;
transition: all .4s;
box-sizing: border-box;
position: relative;
width: 24px;
height: 24px;
}

.menu-trigger span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #000;
border-radius: 2px;
}

.onmenu span{
background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger span:nth-of-type(2) {top: calc(50% - 1px);}
.menu-trigger span:nth-of-type(3) {bottom: 0;}
.menu-trigger span:nth-of-type(1) {
-webkit-animation: menu-bar01 .75s forwards;
animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
0% {-webkit-transform: translateY(11px) rotate(45deg);}
50% {-webkit-transform: translateY(11px) rotate(0);}
100% {-webkit-transform: translateY(0) rotate(0); }
}
@keyframes menu-bar01 {
0% {transform: translateY(11px) rotate(45deg);}
50% {transform: translateY(11px) rotate(0);}
100% {transform: translateY(0) rotate(0);}
}
.menu-trigger span:nth-of-type(2) {
transition: all .25s .25s;
opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
-webkit-animation: menu-bar02 .75s forwards;
animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
0% {-webkit-transform: translateY(-11px) rotate(-45deg);}
50% {-webkit-transform: translateY(-11px) rotate(0);}
100% {-webkit-transform: translateY(0) rotate(0);}
}
@keyframes menu-bar02 {
0% {transform: translateY(-11px) rotate(-45deg);}
50% {transform: translateY(-11px) rotate(0);}
100% {transform: translateY(0) rotate(0);}
}
.menu-trigger.active span:nth-of-type(1) {
-webkit-animation: active-menu-bar01 .75s forwards;
animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
0% {-webkit-transform: translateY(0) rotate(0);}
50% {-webkit-transform: translateY(11px) rotate(0);}
100% {-webkit-transform: translateY(11px) rotate(45deg);}
}
@keyframes active-menu-bar01 {
0% {transform: translateY(0) rotate(0);}
50% {transform: translateY(11px) rotate(0);}
100% {transform: translateY(11px) rotate(45deg);}
}
.menu-trigger.active span:nth-of-type(2) {opacity: 0;}
.menu-trigger.active span:nth-of-type(3) {
-webkit-animation: active-menu-bar03 .75s forwards;
animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
0% {-webkit-transform: translateY(0) rotate(0);}
50% {-webkit-transform: translateY(-11px) rotate(0);}
100% {-webkit-transform: translateY(-11px) rotate(-45deg);}
}
@keyframes active-menu-bar03 {
0% {transform: translateY(0) rotate(0);}
50% {transform: translateY(-11px) rotate(0);}
100% {transform: translateY(-11px) rotate(-45deg);}
}
div.active{
background-color: #000 !important;
border: none !important
}
a.menu-trigger.active span{
background-color: #fff !important;
}

/* ------------------------------------font------------------------------------ */
html,body{
font-family:'Oswald',/*"Noto Sans Japanese",*/ "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "YuGothic", "游ゴシック","ＭＳ Ｐゴシック", sans-serif;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.05em;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}
h2,h3,h4,.en{
font-family: 'Oswald', sans-serif;
letter-spacing: 0.1em;
}
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

/*------------------------------------MainVIsual------------------------------------*/
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}

#pcmv{
width: 100%;
height: 450px;
padding-top: 50px;
text-align: center;
margin: 0;
background: #9dbec5;
}

#pcmv div{
width: 1000px;
text-align: center;
}

/*------------------------------------works------------------------------------*/
#news{
position: relative;
margin-top: 180px;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
}

#news div{
background: #fff;
text-align: left;
background: #fff;
padding: 5% 20%;
width: 60%;
margin: 0 auto;
}

#service{
position: relative;
margin-top: 130px;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
}

.triangle {
width: calc(48% - 10px);
height: 150px;
padding: 2% 1%;
background-color:#fff;
position: relative;
overflow: hidden;
margin-bottom: 20px !important;
float: left;
text-align: left;
display: flex;
justify-content: center;
align-items: center;
}
.triangle:nth-of-type(odd){
margin-right: 20px !important;
}
 .triangle::before {
content: " ";
display: block;
width: 60px;
height: 60px;
background-color:#9dbec5;
transform: rotate(42deg);
transform-origin: center top;
position: absolute;
top: -25px;
left: -25px;
}
.triangle h4{
width: 35%;
vertical-align: middle;
height: 150px;
line-height: 150px;
font-size: 1.4em;
text-align: left;
text-indent: 1.5em;
}

.triwrap{
width: 60%;
}

.triwrap div{
}

.lists{
text-align: left;
}
p.button:hover{
cursor: pointer
}
.clickbox{
padding: 1% 10% 0;
}
.clickbox h3{
font-size: 100%;
padding: 0;
margin: 0;
font-weight: normal;
}
.weburl,.upimg{
width: 100%;
text-align: center;
vertical-align: middle;
}
.innerwrap{
height: 100%;
position: relative;
margin-top: 20px;
}

.innerwrap2{
height: 100%;
position: static;
}
.upimg img{
max-height: auto;
height: 70vh;
display: block;
text-align:center;

/*position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;*/
margin: 0 auto;
}
.upimg{
margin-bottom: 40px !important;
}
.llm img{
position: static;
}

.workwrap{
margin: 20px auto 20px 0;
}
.workwrap ul li{
list-style: none/*decimal-leading-zero*/;
margin-left: 2em;
line-height: 1.5em;
}
.weburl a{
width: 20%;
display: inline-block;
padding:3px 10px;
border:solid 1px var(--main-color);
color: #fff;
margin-top: 40px;
}
.weburl a:hover{
background-color: var(--main-color);
color: #000;
}

#webthmub,#logothumb,#flyerthumb,#dmthumb,#leafletthumb{
width: 100%;
max-width: 1000px;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: flex-start;
}
#webthmub p,#logothumb p{
width:25%;
max-width: 250px;
height: auto;
margin-bottom: 100px;
}
#webthmub p img,#logothumb p img{
max-width: 250px;
height: auto;
}
.logoupimg{
max-width: 640px  !important;
max-height: 640px  !important;
}


#flyerthumb p,#dmthumb p,#leafletthumb p{
width: 25%;
}
#flyerthumb p img,#dmthumb p img,#leafletthumb p img{
width: 100%;
height: auto;
margin-bottom: 50px;
}

.logoh3{
margin-top: 0px !important;
margin-bottom: 0px !important;
}
h3.wth3{
margin-top: 60px;
}

h3.wth3 + p{
margin-top: 10px;
margin-bottom: 40px !important;
}

h5{
font-weight: normal !important
}


/* 画面外にいる状態 */
.thumbw p {
opacity : 0;
transform : translate(0, 100px);
transition : all 1000ms;
}
 
/* 画面内に入った状態 */
.thumbw p.scrollin {
opacity : 1;
transform : translate(0, 0);
}	
.clickbox h3:before{
content: 'Client.　';
margin-right: 5px;
}
.clickbox h3 + p:before{
content: 'Location.　';
margin-top: 20px;
}

.logoh3 + p{
position: relative;
width: 100%
}
/*
#flyer ul{
position: static;
border:  solid red 1px !important;
width: 100%;
height: auto;
}
*/
article#flow{
margin-top:130px;
}

#flow dl,#aboutus dl,#staff dl,#contact dl{
text-align: left;
background: #fff;
padding: 5% 20%;
width: 60%;
margin: 0 auto;
}

dl#flowdl dd{
margin-bottom: 20px;
}

#aboutus{
margin-top: 180px;
}

#aboutus dt,#staff dt{
float: left;
width: 15%;
margin-right: 10%;
margin-bottom: 20px;
}
#aboutus dd,#staff dd{
padding-left: 25%;
margin-bottom: 20px;
}

#contact p{
text-align: left;
width: 80%;
margin: 0 auto;
line-height: 2.5em !important
}

#contact dt{
float: left;
width: 25%;
margin-right: 10%;
margin-bottom: 20px;

}

#contact dd{
margin-bottom: 20px;
padding: 0;
text-align: center;
}

.caution{
font-size: 0.8em;
line-height: 1em;
margin-bottom: 20px;
}

div#igaph{
width:180px;
height:180px;
border-radius: 400px; 
box-shadow: 0px 0px 5px #ccc,inset 0px 0px 5px rgba(0, 0, 0, 0.6);
background: url(../img/iga.jpg) top left;
background-size:contain;
margin: 100px auto 20px;
}

div#miyoph{
width:180px;
height:180px;
border-radius: 400px; 
box-shadow: 0px 0px 5px #ccc,inset 0px 0px 5px rgba(0, 0, 0, 0.6);
background: url(../img/miyo.jpg) left top;
background-size:contain;
margin: 0 auto 20px;
}

div#miyo{
margin: 100px auto 0;
}

p.name{
text-align:center !important;
margin:0 auto 40px !important;
line-height:1.5em !important;
}

#staff{
margin-top: 100px;
}

#contact{
margin-top: 180px;
}

#thankscontent{
min-height: 80vh !important
}

#thankscontent h2{
padding-top: 160px;
}
#thankscontent p{
line-height: 2em;
max-width: 460px;
text-align: center;
margin: 0 auto 40px;
text-align: left;
}

#thankscontent a{
display: block;
text-align: center;
background: #fff;
border: solid #dadada 1px;
}
#thankscontent a:hover{
background: #000;
color: #fff;
}
input,textarea{
height: auto;
line-height: 2.5em;
padding: 10px;
box-sizing: border-box;
}
/*全ての要素にフォーカス線をつけない*/
*:focus {
  outline: none;
}

#footer{
margin-top: 100px;
background: #000;
padding: 5% 0 1%;
color: #fff;
}

#footer div{
margin-bottom: 20px;
}
div#sitepolicy{
padding: 40px 0;
}
#sitepolicy,#sitepolicy p{
font-size: .9em;
text-align: left;
width:75%;
margin: 0 auto;
}
#sitepolicy a{color: #fff;}

/* Tablet (Portrait) 画面の横幅が768px〜959pxまで
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*body{background: red !important}*/
html,body{
max-width: 959px;
min-width: 768px;
}
/*ここから*/
#main-contents div{
}
#container{
max-width: 959px;
}
header{
}
header section{
}
#cname{
}
#cname img{
}
h1{
}

/* ------------------------------------
font
------------------------------------ */
/*MainVIsual*/
#pcmv img {
max-width: 959px;
height: auto;
}


.triangle {
width: 90%;
height: 150px;
float: none;
margin-right: auto;
margin-left: auto
}
.triangle:nth-of-type(odd){
margin-right: auto !important;
margin-left: auto !important
}

#webthmub,#logothumb,#flyerthumb,#dmthumb,#leafletthumb{
width:90%;
max-width: 969px;
padding-left: 0%;
padding-right: 0%;
}
#webthmub p,#webthmub p img,#logothumb p,#logothumb p img{
max-width: 214px;
margin-bottom:40px;
height: auto;
}

#flyerthumb p,#flyerthumb p img,#dmthumb p,#dmthumb p img,#leafletthumb p,#leafletthumb p img{
max-width: 140px;
margin-bottom:40px;
height: auto;
}

article#flow{
margin-top: 110px;
}

#flow dl,#aboutus dl,#staff dl,#contact dl{
padding: 5% 10%;
width: 70%;
}

#contact{
margin-top: 150px;
}

div#form_wrap{
padding:5% 5% 0;
width: 90%;
background: #FFF;
}

div#form_wrap dt{
float: none;
}
div#form_wrap dd{
float: none;
text-align: left;
padding: 0;
}

#footer{
margin-top: 100px;
background: #000;
padding: 5% 0 1%;
color: #fff;
font-size: 0.8em;
width: 90%;
}

}
/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

html,body{
max-width: 767px;
min-width: 300px;
}

#ploader-bg {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
background: #fff;
z-index: 999999999;
}

#container{
max-width: 767px;
}
header{
height: 45px;
}
#pt74{
padding-top: 45px;
}

#cname{
line-height: 45px !important;
height: 45px !important;
width: auto;
padding: 0 !important;
vertical-align: middle;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0;
}
#cname img{
height: 35%;
padding: 0;
margin: 15px auto;
}

/* 開閉用ボタン　ここ*/
.side-menu-btn {
width: 20px;
height: 17px;
padding: 14px 15px !important;
}

.menu-trigger{
width: 20px;
height: 17px;
}

@-webkit-keyframes menu-bar01 {
0% {-webkit-transform: translateY(8px) rotate(45deg);}
50% {-webkit-transform: translateY(8px) rotate(0);}
}
@keyframes menu-bar01 {
0% {transform: translateY(7px) rotate(45deg);}
50% {transform: translateY(7px) rotate(0);}
}
@-webkit-keyframes menu-bar02 {
0% {-webkit-transform: translateY(-8px) rotate(-45deg);}
50% {-webkit-transform: translateY(-8px) rotate(0);}
}
@keyframes menu-bar02 {
0% {transform: translateY(-8px) rotate(-45deg);}
50% {transform: translateY(-8px) rotate(0);}
}
@-webkit-keyframes active-menu-bar01 {
50% {-webkit-transform: translateY(7px) rotate(0);}
100% {-webkit-transform: translateY(7px) rotate(45deg);}
}
@keyframes active-menu-bar01 {
50% {transform: translateY(7px) rotate(0);}
100% {transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes active-menu-bar03 {
50% {-webkit-transform: translateY(-8px) rotate(0);}
100% {-webkit-transform: translateY(-8px) rotate(-45deg);}
}
@keyframes active-menu-bar03 {
50% {transform: translateY(-8px) rotate(0);}
100% {transform: translateY(-8px) rotate(-45deg);}
}

h1{
height: 15px;
width: 15px;
padding: 15px;
}

h1 img{
width: 100%;
}

/*MainVIsual*/
#pcmv {display: none;}

#smmv{
display: block !important;
}

#smmv div{
height: calc(100vh - 45px);
vertical-align: middle;
text-align: center;
background: var(--main-color);
position: relative;
}

#smmv img{
width: 80%;
max-width: 472px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
}

.triangle {
width: 90%;
height: 150px;
float: none;
margin-right: auto;
margin-left: auto
}
.triangle:nth-of-type(odd){
margin-right: auto !important;
margin-left: auto !important
}

.triangle h4{
width: 35%;
font-size: 1.2em;
text-indent: 1em;
}

.triwrap li{
line-height: 1.5em;
margin-top: 4px;
margin-bottom:4px;
letter-spacing: -0.01em;
}

#webthmub,#logothumb,#flyerthumb,#dmthumb,#leafletthumb{
width:90%;
max-width: 767px;
padding-left: 0%;
padding-right: 0%;
}
#webthmub p,#logothumb p{
width: 50%;
margin-bottom:20px;
height: auto;
}
#webthmub p img,#logothumb p img{
width: 100%;
height: auto;
}
.weburl a{
width: 80%;
display: inline-block;
padding:3px 10px;
border:solid 1px var(--main-color);
}
.weburl a:hover{
background-color: var(--main-color);
color: #000;
}

.upimg img{
width: 100%;
max-width: 512px;
max-height: auto;
height: auto;
}
.longimg img{
width: auto;
max-height: 50vh !important;
}

#flyerthumb p,#dmthumb p,#leafletthumb p{
width: 33.3333333%;
margin-bottom:20px;
height: auto;
}
#flyerthumb p img,#dmthumb p img,#leafletthumb p img{
width:100%;
height: auto;
}
.clickbox{
padding-top:5% 
}
.clickbox h3:before{
content: 'Client. ';
white-space: pre ;
text-indent: -1em;
}
.clickbox h3 + p:before{
content: 'Location. ';
white-space: pre ;
margin-top: 10px !important;
text-indent: -1em;
}
.clickbox h3,.clickbox h3 + p{
margin-bottom:10px;
}

article#flow{
margin-top: 60px;
}

#flow dl,#aboutus dl,#staff dl{
padding: 5% 10%;
width: 70%;
}
#contact dl{
padding: 5% 0;
width: 80%;
}
#aboutus dt,#staff dt{
float: none;
width: 100%;
margin-right: 0%;
margin-bottom: 0px;
}
#aboutus dd,#staff dd{
float: none;
width: 100%;
margin: 0 auto 20px;
padding: 0 0 0 1em;
}

#contact dt{
float: none;
width: 100%;
margin-right: 0%;
margin-bottom: 0px;
}

#contact{
margin-top: 150px;
}

div#form_wrap{
padding:5% 5% 0;
width: 90%;
background: #FFF;
}

div#form_wrap dt{
float: none;
}
div#form_wrap dd{
float: none;
text-align: left;
padding: 0;
}

#footer{
margin-top: 100px;
background: #000;
padding: 5% 5% 1%;
color: #fff;
font-size: 0.8em;
width: 90%;
}
h2#web{margin-top: 40px !important;}
h3#flyer{margin-top: 140px;}
h2#gfh2{margin-top: 150px !important;}
h3#dm,h3#leaflet{margin-top: 100px !important}
article#flow{margin-top: 100px !important;}
article#contact{margin-top:170px !important;}

#news{
margin-top: 130px;
}

#news div{
padding: 5%;
width: 83%;
text-align: justify
}

#news span:before{
content: "\A";
white-space: pre;
}

#sitepolicy,#sitepolicy p{
font-size: 0.4em;
width: 100%;
}
}

/* Mobile (Portrait) 画面の横幅が375px〜479pxまで
---------------------------------------------------- */
@media only screen and (min-width: 375px) and (max-width: 479px) {
/*
*{margin:0 auto;}
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.wrapper{padding:0;}
.pagetitle{padding:0;}
.subtit{font-size:18px;}
.singlenewspage{width:90% !important;margin:0 auto;}
*{background: green !important}
*/
}


@media only screen and (orientation: landscape)and (max-width: 767px) {
.logo img{width:30%;height:auto}
}
