@charset "UTF-8";

/* テキストの自動拡大を無効化 */
body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	margin: 0;
	font-family: meiryo;
	background-color: rgba(250,240,220,1);
	padding: 0;
}

header{
	display: flex;
	justify-content: space-between;
	font-size: 28px;
	font-weight: bold;
	padding: 0;
}

.titlespace{
	width: 100%;
	height: 90px;
	background: rgba(250,240,220,1);
	padding: 0 0 30px 0;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	border-width:0 0 1px 0;  
	border-style: solid;
	border-color: #752530;
}

.container {
	width: 88%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF0DC;

}

nav ul {
	list-style-type: none;
	padding: 4px;
	color: #952025;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
margin-top: 23px;
	width: 46%;
}

nav li:not(:last-child) {
	margin-right: -35px;
}

nav img{
	width: 30%; min-width:120px;
	height: auto;
}

h1{ 
	width:100%; height: 30px;
	margin-bottom: -12px;
	margin-top: 10px;
	padding-top: 8px; padding-left: 22px;
	padding-bottom: 2px;
	border-width:0 1px 1px 0;  
	font-size: clamp(18px, 1.7vw, 23px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(80,150,120,1);
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(250,240,220,1);
}


/* 「ヘッダー」ブロック */


/* リンク */
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

/* PC版：記事 */
article {
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 0;
}
article {
	width: 60%;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 20px;
}

p {
	line-height: 2;
}

/* 画像 */
img {
	width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

h2 {
	color: #40a875;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 500;
	text-align: center;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";

}


/* トップページ： ヒーローイメージ */
.hero {
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-position: left;
	height: auto;
	color: #ffffff;
	padding: 1px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


.hero h2{
	font-size: 38px;
	color: #711;
	font-weight: 700;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.hero p {
	font-weight: bold;
	text-shadow: 0 0 10px #444444;
	margin-top: 0;
}

.hero a {
	border: solid 2px #ffffff;
	padding: 14px 36px;
	border-radius: 10px;
	background-color: rgba(100, 160, 140,0.65);
	margin-top: 2px;
	text-align:center;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.hero ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	align-items: center;
	min-width: 200px;
	flex-wrap: wrap;
}


.hero li {
	float:left;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}

hero li:not(:last-child) {
	margin-right: 20px;
}

/* トップページ： 記事一覧 */
.block2{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: clamp(14px, 1.2vw, 20px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: transparent;

}

.toppost {
	padding: 15px;
	background-color: rgba(2450,240,220,1);
}

.toppost div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.toppost article {
	padding: 0;
	width: 24%;
	height: 80%;
	flex: none;
	background-color: #ddd;
}

.toppost article:not(:nth-last-child(-n+2)) {
	margin-bottom: 12px;
}

.toppost h3 {
	margin: 0;
	padding: 8px;
	color: #444;
	font-size: clamp(12px, 1.8vw, 16px);
	background-color: #fff;
}

h3 {
	padding: 10px;
	color: #444;
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	font-size: clamp(13px, 1.5vw, 18px);
	font-weight: 700;
	text-align: center;
}

/* 「フッター」ブロック */
footer {
	clear: both;
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: #FAF0DC;
	background-color: rgba(45,120,78,1);
	padding: 15px 35px 15px 0;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-family: meiryo;
	line-height: 2em;
}

footer a{
    font-weight: 700; 
    font-size: 14px
    font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif', "serif";
    letter-spacing: 1px;
    text-decoration: underline;
}

footer a:hover{
    color: #efd878;
}


/* サブメニュー */
aside {
	background-color: #ffffff;
	padding: 20px;
	margin-top: 40px;
}

/* 「サイトについて」ページ */
table {
	border-collapse: collapse;
}

th, td {
	border: solid 1px #cccccc;
	padding: 18px;
}

th {
	width: 4em;
	text-align: left;
	background-color: #135977;
	color: #ffffff;
}

td {
	background-color: #e8eef9;
}

/* ==== PC版 ==== */
@media (min-width: 765px) and ( max-width:1024px)  {

/* PC版：「ヘッダー」ブロック内のコンテナ */

.container {
	width: 88%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF0DC;

}

nav ul {
	list-style-type: none;
	padding: 4px 0 0 0;
	color: #952025;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 1em;
	margin-right: auto;
	margin-left: auto;
margin-top: -12px;
	width: 44%;
}

nav li:not(:last-child) {
	margin-right: 1px;
}

nav img{
	width: 30%; min-width:116px;
	height: auto;
}

header{
	padding: 5px 0 0 0;
	color: #44a877;
	font-size: 24px;
	font-weight: bold;
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	background-color: rgba(250,240,220,1);
}

h1{ 
	width:100%; height: 37px;
	margin-bottom: -2px;
	padding-top: 2px; 
	padding-left: 12px;
	padding-bottom: 14px;
	border-width:0 0 1px 0;  
	font-size: clamp(22px, 2.0vw, 25px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(80,150,120,1);
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(250,240,220,1);
}

.block2{
	width: 90%;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: clamp(14px, 1.2vw, 20px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 500;
	color:#222;
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: transparent;

}

.titlespace{
	width: 100%;
	height: 57px;
	background: rgba(250,240,220,1);
	padding: 0 0 44px 0;
	margin-bottom: 20px;
	font-size: 27px;
	font-weight: bold;
}

.titlespace img{
	width:95%; height: auto;
}

p {
	font-size: 18px;
}
.hero {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	background-size: cover;

	height: auto;
	color: #ffffff;
	padding: 1px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.hero h2{
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.hero a {
	border: solid 2px #ffffff;
	padding: 12px 28px;
	border-radius: 10px;
	background-color: rgba(100, 160, 140,0.65);
	margin-top: 10px;
	text-align:center;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
}

.hero img{
	width:99%;
	min-width: 650px;
	margin-left: -4px;
}

/* PC版：トップページ： 記事一覧 */

.toppost {
	padding: 15px 0 0 30px;
	background-color: rgba(2450,240,220,1);
	width:88%;
}

.toppost div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.toppost article {
	padding: 0;
	height: 80%;
	flex: none;
	background-color: #ddd;
	margin-left: 10px;
}

.toppost article:not(:nth-last-child(-n+2)) {
	margin-bottom: 12px;
}
.toppost article {
	padding: 0;
	width: 45%;
	flex: none;
}

.toppost article:not(:nth-last-child(-n+2)) {
	margin-bottom: 10px;
}

/* PC版：「お問い合わせ」ページ */
input[type="submit"] {
	width: 250px;
}

}


/* ==== スマホ版（小） ==== */
@media (max-width: 764px) {

header {
	padding: 10px 0;
	color: #44a877;
	font-size: 24px;
	font-weight: bold;
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	background-color: rgba(250,240,220,1);

}

.titlespace{
	width: 100%;
	height: 65px;
	background: rgba(250,240,220,1);
	padding: 0 0 38px 0;
	margin-bottom: 0px;
	font-size: 25px;
	font-weight: bold;
	border-width:0 0 1px 0;  
	border-style: solid;
	border-color: #752530;
}

.container {
	width: 88%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;

	background-color: #FAF0DC;

}

nav ul {
	list-style-type: none;
	padding: 1px 0 0 0;
	color: #952025;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 1em;
	margin-right: auto;
	margin-left: auto;
margin-top: 12px;
	width: 80%;
}

nav li:not(:last-child) {
	margin-right: -6px;
}

nav img{
	width: 30%; min-width:90px;
	height: auto;
}

header{
	padding: 5px 0 0 0;
	color: #44a877;
	font-size: 24px;
	font-weight: bold;
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
	background-color: rgba(250,240,220,1);
}

h1{ 
	width:100%; height: 37px;
	margin-bottom: -10px;
	padding-top: 10px; 
	padding-left: 12px;
	padding-bottom: 1px;
	border-width:0 0 1px 0;  
	font-size: clamp(17px, 1.7vw, 20px);
    font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
    font-weight: 700;
	color: rgba(80,150,120,1);
	letter-spacing:1px;
	box-sizing: border-box;
	  background-color: rgba(250,240,220,1);
}
.hero {
	width:98%;

	margin: 0 auto;
	background-image: url(../../../specialspot/css_specialsp/image_2/headsample2.jpg);
	background-size: auto 100%;
	background-position: center;
	color: #ffffff;
	padding: 15px 15px 1px 0px;
	box-sizing: border-box;
	display: flex;
	justify-content: contain;
	align-items: center;
	flex-direction: column;
	over-flow: hidden;
}


.hero a {
	border: solid 2px #ffffff;
	padding: 7px 28px;
	border-radius: 10px;
	background-color: rgba(100, 160, 140,0.65);
	background-size: cover;
	margin-top: 2px;
	text-align:center;
	font-weight: 500;

	margin-bottom: 3px;
	display: block;
}

.hero h2{
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.hero ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	font-size: 15px;
	align-items: center;
	min-width: 200px;
	flex-wrap: wrap;
}

.hero li {
	float:left;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	font-family:  hiragino, YuGothic, Meiryo, 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif', "serif";
}

.hero img{
	width:90%;
	min-width: 380px;
	margin-left: 10px;
}
/* 記事 */
article {
	width: 68%;
	box-sizing: border-box;
}

.toppost {
	padding: 15px;
	background-color: rgba(2450,240,220,1);
}

.toppost div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.toppost article {
	padding: 0;
	width: 48%;
	flex: none;
}

.toppost article:not(:nth-last-child(-n+2)) {
	margin-bottom: 10px;
}


footer {
	clear: both;
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: #FAF0DC;
	background-color: rgba(45,130,82,1);
	padding: 15px 15px;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	font-family: meiryo;
	line-height: 2em;
}

footer a{
    font-weight: 500; 
    font-size: 12px
    font-family: hiragino, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif', "serif";
    letter-spacing: 1px;
    text-decoration: underline;
}

footer a:hover{
    color: #efd878;
}

/* PC版（大）：サブメニュー */
.sub {
	width: 28%;
}

/* PC版（大）：プロフィール */
.profile {
	margin-top: 0;
}

}

