@charset "UTF-8";

/*すべてのHTMLファイルに適応*/
html {

}
html * {
    box-sizing: border-box;
}
body {
    background-color: #E5E5E5;
    
    margin: 0 0 0 0;
}
.wrapper {
    margin: 0 auto 0 auto;
    max-width: 1100px;
}
@font-face {
    font-family: NotoSerifJP-Bold;
    src: url(../fonts/NotoSerifJP-Bold.otf);
}
h1 {
    color: #fff;
    font-size: 55px;
    margin-left: 75px;
    vertical-align: middle;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 0;
    /* font-family: 'NotoSerifJP-Bold'; */
    /* background-color: #fff; */
    text-shadow: 
    -2px -2px 0 #000,  
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000;
}
.header-content {
    /* background-color: #B3B3B3; */
    background-image: url(../images/twin.jpg);
    /* background-size: contain; */
    background-size: cover;
}
h2 {
    padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
    color: #494949;/*文字色*/
    background: #f4f4f4;/*背景色*/
    border-left: solid 5px #7db4e6;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
}
h3 {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
}
p {
    line-height: 1.6;
}
a:link {
    color: #d25833;
}
a:visited {
    color: #d25833;
}
a:hover {
    color: #e3937a;
}
a:active {
    color: #ff6a3b;
}
img {
max-width: 100%;
height: auto;
}

/* スマートフォン向けCSS */
@media(max-width: 767px) {
	/* 全体 - ナビゲーション */
	.wrapper {
		margin: 0 8px;
	}
	h1 {
		margin: 30px 0;
        margin-left: 10px;
        font-size: 8vw;
	}
    .header-content {
        background-image: url(../images/twin.jpg);
        background-size: contain;
        background-size: cover;
    }
	.menu {
		background-color: #dfddda;
	}
	.menu li {
        display: block !important;
        list-style-type: initial !important;
	}
	/* menu.html - 横並び解除 */
	.home-item {
        display: block !important;
	}
	.home-photo {
		margin-right: 0px !important;; 
		width: 100% !important;;
	}
	.menu-text {
		width: 100%;
	}
    .action-item {
        display: block !important;
    }
    .contact-item {
        display: block !important;
    }
    iframe {
        width: 100% !important;
    }
    .footer-wrap {
        padding-top: 0 !important
    }
    .footer-title {
        padding-top: 10px;
        
    }
    .footer-content {
        padding: 0 !important;
        display: block !important;
    }
    .footer-text {
       
        font-size: 12px !important;
    }
}

/*すべてのページに適応(ヘッダー部分)*/
.menu {
    background-color: #E5E5E5;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 5px #444;
    border-bottom: solid 5px #444;
}
.menu li {
    font-size: 20px;
    display: inline;
    list-style-type: none;
    padding-right: 30px;
    font-weight: bold;
}
.menu ul {
    background-repeat: repeat-x;
    margin: 0 0 0 0;
    padding: 20px 10px 15px 20px;
}
.menu a:link {
    color: #3c454d;
    text-decoration: none;
}
.menu a:visited {
    color: #3c454d;
    text-decoration: none;
}
.menu a:hover {
    color: #7b8dac;
    text-decoration: none;
}
.menu a:active {
    color: #5a9bc0;
    text-decoration: none;
}

/* フッター */
.footer-wrap {
    background-color: #003567;
    text-align: center;
    margin: auto;
    padding: 10px;
    color: #fff;
    width: 100%;
    margin-top: 30px;
}
.footer-content {
    display: flex; /* 要素を横並びに配置 */
    justify-content: center; /* 横方向（水平方向）の中央配置 */
}
.footer li {
    display: inline;
	list-style-type: none;
}
.footer-title {
    font-size: 30px;
}
.footer-text 
{
    padding-left: 7px;
}
.copy {
    font-size: 10px;
}

/*index.htmlに適応*/
.home-item{
	display: flex;
	border-bottom: 1px dashed #bec2c7;
	padding: 20px 8px;
}
.home-photo {
	margin-right: 16px;
	flex: 1 1 auto;
    width: 1000%;
}
.topics li {
    list-style: none;
    border-bottom: 1px solid #89BCD6;
    padding-top: 5px;
    padding-bottom: 10px;
}

/*membership.htmlに適応*/
.hotel td {
    padding-right: 20px;
}

/* action.htmlに適応 */
.action-text {
    border-bottom: 1px solid #89BCD6;
    padding-bottom: 10px;
}
.recruiting {
    /* border: solid 2px #d25833; 
    font-size: 20px; */
    display: inline;
    padding: 2px;
}
.action-item{
	display: flex;
	border-bottom: 1px dashed #bec2c7;
	padding: 20px 8px;
}
.tamamiya{
    width: 170%
}
.action-photo {
	margin-right: 16px;
	flex: 1 1 auto;
    width: 80%;
}
.action-item-text {
    padding-left: 7px;
}

/* sdgs.htmlに適応 */
.sdgs-item {
    display: flex;
    padding: 20px 8px;
    justify-content: center;
    align-items: center;
}
.sdgs {
    width: 50%;
}
.sign {
    font-size: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
.sdgs17{
    padding-left: 20px;
}
.sdgs-text li {
    padding-bottom: 10px;
}

/* contact.htmlに適応 */
form {
    /* max-width: 400px; */
    margin: 0 auto;
}

label, input, textarea {
    display: block;
    margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="file"] {
    width: 100%;
    padding: 5px;
}

input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #0056b3;
}
.contact-item {
    display: flex;
	border-bottom: 1px dashed #bec2c7;
	padding: 20px 8px;
}
.contact-text {
    padding-left: 10px;
}