@charset "utf-8";

body {
		width: 95%;
    margin: auto;
    padding: 0;
    background-color: #111111;
    background-repeat:no-repeat;
    line-height: 1.5;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

p,h1,h2,h3,h4,h5,h6 {

}

img {
    vertical-align: bottom;
		width: 32%;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #ffffff;
}

a:hover {
    text-decoration: none;
}

header {
    width: auto;
    height: 230px;
    margin: 0px 20px;
    display: flex;

}

h5 {
    width: 400px;
    margin: 120px 10px;
    font-size: 35px;
}

.global-nav {
    width: 380px;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
}

.global-nav li {
    margin: 200px 10px;
    font-size: 18px;
    list-style: none;
}

.global-nav li a {
    color: #ffffff;
}

.global-nav li a:hover {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0px;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}

.main {
    width: 90%;
    margin: 0 0;
    display: flex;
}

.container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 0.5fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
}

footer {
    width: auto;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
}

footer small {
    font-size: 12px;
}


/* ------ 2カラムページここから ------ */

.two-column {
    display: bolck;
}

h1 {
    font-size: 25px;
    margin: 0px 0 0px;
}

h2 {
    font-size: 18px;
    margin: 0px 0 0px;
}


/* ＮＥＷＳ  ---------------------------*/

.contents-area {
    width: 100%;
    margin-left: 3px;
    color:#ffffff;
    background-color: #111111;
    padding: 10px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 13px;
}

.contents-area a {
    color:#ffffff;
    background-color: #BB5511;
		height: 50px;
    border-radius: 5px;
}

.contents-area a img:hover {
    opacity: 0.8;
}
.contents-area2 {
    width: 330px;
    margin-left: 3px;
    color:#000000;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 13px;
}

.contents-area2 a {
    color:#000000;
    background-color: #000000;
    border-radius: 15px;
}

.contents-area2 a img:hover {
    opacity: 0.8;
}
/* ガイドメニュー  ---------------------*/

.gide-area {
    width: 330px;
    margin-left: 3px;
    margin-top: 3px;
    height: 83px;
    background-color: #ffffff;
    border-radius: 20px;
}

.gide-area {
    background-color: #ffffff;
    padding: 2px 2px;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 13px;
}

.gide-area ul {
    margin-left: 0px;
    margin-bottom: 0px;
    overflow:hidden;
    color:#000000;
    text-decoration:none;
}

.gide-area ul a {
    height: auto;
    padding: 0px 0px;
    display:block;
    text-decoration:none;
    color:#000000;
}
   
.gide-area li {
    height: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 0px;
    list-style: none;
    color:#000000;
}
.gide-area img {
    vertical-align: bottom;
    width: 43%;
}

/* アクセス  ---------------------------*/

.side-area {
    width: 330px;
    height: 47px;
    margin-left: 3px;
    margin-top: 3px;
    background-color: #557711;
    padding: 2px 2px;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 5px;
}

.side-area ul {
    margin-left: 0px;
    text-align:center;
    margin-bottom: 0px;
    overflow:hidden;
}

.side-area ul a {
    height: auto;
    padding: 0px 0px;
    display:block;
    text-align:center;
    text-decoration:none;
    color:#ffffff;
}
   
.side-area li {
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    list-style: none;
}

.side-area a {
    color:#ffffff;
    background-color: #880011;
    border-radius: 15px;
}

.side-area img {
    max-width: 35%;
    margin-bottom: 2px;
}

.side-area2 {
    width: 330px;
    height: 110px;
    margin-left: 3px;
    margin-top: 3px;
    background-color: #a52a2a;
/*    padding: 2px 2px; */
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 5px;
}

.side-area2 ul {
    margin-left: 0px;
    text-align:center;
    margin-bottom: 0px;
    overflow:hidden;
}

.side-area2 ul a {
    height: auto;
    padding: 0px 0px;
    display:block;
    text-align:center;
    text-decoration:none;
    color:#ffffff;
}
   
.side-area2 li {
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    list-style: none;
}

.side-area2 a {
    color:#ffffff;
    background-color: #880011;
    border-radius: 15px;
}

.side-area2 img {
    max-width: fit-content;
    margin-bottom: 2px;
}

footer {
    margin-top: 10px;
}

/* ------ グリッドページここから ------ */

.grid-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.grid-inner {
    width: 30%;
    height: 100px;
    margin-left: 0px;
    margin-bottom: 0px;
    overflow:hidden;
    color:#ffffff;
    text-decoration:none;
}

.grid-inner img {
    max-width: 100%;
    margin-bottom: 2px;
}

.grid-inner2 {
    width: 33%;
    margin-bottom: 5px;
}

.grid-inner2 img {
    max-width: 100%;
}


/* ------ お問い合わせページここから ------ */

.one-column .contents-area {
    width: 100%;
}

.access .access-inner {
    display: flex;
    justify-content: space-between;
}

.access th,
.access td {
    text-align: left;
    vertical-align: top;
    line-height: 2.5;
}

.access td {
    padding: 0 20px;
}

.form {
    background-color: #eaeaea;
    padding: 20px 50px;
    margin: 40px 0;
}

.form dl {
    display: flex;
    flex-wrap: wrap
}

.form dl dt {
    width: 25%;
    padding: 10px 0;
}

.form dl dd {
    width: 75%;
    padding: 10px 0;
    margin: 0;
}

.form .name {
    width: 240px;
    height: 30px;
}

.form .email {
    width: 320px;
    height: 30px;
}

.form .tel {
    width: 240px;
    height: 30px;
}

.form .message {
    width: 560px;
    height: 150px;
}

.form button {
    margin: 0 0 30px 25%;
}

.form .required:after {
    content: "*";
    color: #ff0000;
    margin: 0 5px;
}


/* ------ 画面サイズが600px以下の場合に適用 ------ */

@media screen and (max-width: 600px) {
    

body {
		width: 95%;
    background-size:100%;
    font-size: 3.5vw;
}

p {
    padding: 0 40px
}

h1 {
    font-size: 5vw;
}

h2 {
    font-size: 5vw;
}


h5 {
    font-size: 5vw;
		margin: 0px 20px;
		margin-top: 80px;
    width: auto;
}

header {
    width: auto;
    height: 120px;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 60px;
}

.global-nav {
		width: auto;
		padding: 0px auto;
 		display: flex;
 		justify-content: space-between;
}

.global-nav li {
	  margin: 20px 0px;
}

.main {
    width: auto;
    flex-direction: column;
    margin: 5px 10px;
}

.container {
    display: block;
}

.contents-area {
    font-size: 102%;
}

.contents-area2 {
    width: 100%;
    font-size: 102%;
}

.side-area2 {
    width: 100%;
}

/* ガイドメニュー  ---------------------*/

.gide-area {
    margin-bottom: 5px;
    margin-right: 10px;
		width: 94vw;
		height: 24vw;
}

.gide-area ul {
    margin-left: 0px;
    margin-bottom: 0px;
    overflow:hidden;
    font-size: 100%;
}

.gide-area ul a {
    height: 100%;
    padding: 10px 0px;
    display:block;
    text-decoration:none;
}

.gide-area li {
    height: 100%;
    margin-bottom: 5px;
    color:#000000;
}

.side-area {
    margin-bottom: 5px;
    margin-right: 10px;
		width: 94vw;
		height: 13.5vw;
}




.grid-inner {
   width: 98%;
    height: 100%;
    margin: 10px;
    overflow:hidden;
    color:#ffffff;
    text-decoration:none;
}

.grid-inner img {
    max-width: 100%;
    margin-bottom: 2px;
}
