/*
Theme Name: houtoku Theme
Theme URI: http://www.www.www/
Description: This is my houtoku theme.
*/
@import "css/form.css";
/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	} 
	
html.osMac body, body.osMac {
	}

* {
	margin: 0;
	padding: 0;
	}

hr {
	color: inherit;
	border: none;
	clear: both;
}
/* --------------------------------------------------
	テキスト
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, a { color: #000; }

h1 { font-size: 180%; margin: 0 0 20px; font-weight: 900;}
h2 { font-size: 170%; margin: 0 0 20px; font-weight: 700;}
h3 { font-size: 125%; margin: 0 0 20px;}
h4 { font-size: 110%; margin: 0 0 20px; }
h5 { font-size: 100%; margin: 0 0 20px; }
h6 { font-size: 80%; margin: 0 0 20px; }

p { font-size: 100%;
	line-height: 1.7;
	text-decoration: none;
	margin: 0 0 30px;
	padding:0;
	color: #555;
	}

a {
	text-decoration: none;
	}	
	
a:hover {
	opacity: 0.7;
	color: #888;
	text-decoration: none;
		-webkit-transition: all 0.3s;
            transition: all 0.3s;
	}
	
div {
	color: #000;
	}
	
span {
	color: #000;
	}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	color: #777;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	overflow-wrap: break-word;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	display: optional;
	font-style: normal;
	font-weight: 400;
}

img {
	width: 100%;
	height: auto;
	border: 0;
	line-height: 0px;
	vertical-align: bottom;
}

p.right {
	text-align: right;
}

.caption {
	background-color: #FCFADA;
	padding: 10px;
	margin: 0 auto 20px;
}

.caption p {
	margin: 0!important;
	padding: 0;
}

.caption p a {
	color: #e79d9c!important;
	text-decoration: underline;
}

a.textlink {
	color: #e79d9c!important;
	text-decoration: underline;
}

.flame-top {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 5%;
	z-index: 99;
}

.flame-left {
	position: fixed;
	top: 0%;
	left: 0%;
	width: auto;
	height: 100%;
	z-index: 105;
}

.flame-right {
	position: fixed;
	top: 0%;
	right: 0%;
	width: auto;
	height: 100%;
	z-index: 105;
}

.flame-bottom {
	position: fixed;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 9%;
	z-index: 99;
}

.flame-top img,.flame-left img,.flame-right img,.flame-bottom img {
	width: 100%;
	height: 100%;
	border: 0;
	line-height: 0px;
	vertical-align: bottom;
}

.navi {
	position: fixed;
	bottom: 2.5%;
	left: 0%;
	width: 100%;
	z-index: 100;
}

.navi ul {
	position: absolute;
	display: inline-block;
	bottom: 2%;
	left: 30%;
	width: 70%;
}

.navi ul li a {
	display: block;
	width:100%;
	border-left: 1px solid #e79d9c;
}

.navi ul li:last-child a {
	border-right: 1px solid #e79d9c;
}

.navi ul li a:hover {
	opacity: 1.0;
	background-color: rgba(255,220,220,1.00);
}

.navi ul li a img {
	width:100%;
}

.navi ul li {
	display: block;
	padding: 0;
	width: 12.5%;
	float: left;
}

.navi__logo {
	float: left;
	width: 15%;
	position: absolute;
	left: 10%;
	bottom: 2.5%;
}

.section {
	padding: 0 0 100px;
	width: 100%;
	margin: 0 auto;
}

.section h2 {
	font-size: 24px;
	color: #e8a3a2;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	border-bottom: 1px solid #e8a3a2;
	margin: 0 0 20px;
}

.section h3 {
	font-size: 18px;
	color: #777;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	border-bottom: 1px solid #777;
	margin: 0 0 5px;
}

.section p {
	margin: 0 0 25px;
	font-size: 16px;
}

.section p.strong {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

.section .map {
	margin: 0 auto 30px;
}

.inner {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.mv {
	position: relative;
	width: 100%;
	height:auto;
}

.mv img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

.pageimage {
	position: relative;
	width: 100%;
	height:auto;
	margin: 0 auto 40px;
}

.pageimage img {
	width: 100%;
	height: auto;
	margin: 0 0 0px;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

.mv__copy {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lead {
	position: relative;
	width: 90%;
	margin: 40px 0 0;
	float: left;
}

.lead__title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.lead__text {
	margin-top: 30px;
	padding-bottom: 40px;
}

.scroll {
	position: absolute;
	top: 0px;
	right: 0px;
}

.scroll img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0 0;
	border: 0;
	vertical-align: bottom;
}
.flex {
	display: flex;
}
.flex.-top-news {
	float: left;
	width: 48%;
	margin: 0 auto 50px;
}

.top-news {
	width: 100%;
	min-height: 400px;
	margin-top: 0px;
	background-color: #fbf0f0;
}

.top-news__inner {
	width: 92%;
	margin: 0 auto;
	padding: 0 20px 0 0;
}

.top-news__title {
	width: 100%;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e79d9c;
}
.top-news__title img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

/* --------------------------------------------------
	TOPニュース
-------------------------------------------------- */
ul.news-list {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
}

ul.news-list li {
	border-bottom: 1px solid #ddd;
	padding: 15px 0 15px;
	list-style: none;
}

ul.news-list span.data {
	float: left;
	color: #333;
	width: 130px;
	-webkit-text-size-adjust: none;
	margin: 0 10px 0 0;
	letter-spacing: 0px;
	}


.link-list {
	position: fixed;
	bottom: 10%;
	right:45px;
}

.link-list a {
	display: block;
	float: left;
	width: 47%;
}

.link-list a:hover {
	opacity: 0.7;
}

.link-list a.link-left {
	display: block;
	float: left;
	width: 47%;
	margin-right: 5%;
}

.box {
	padding: 0 0 30px;
	border-bottom: 1px solid #e79d9c;
	margin: 0 auto 30px;
}

/* --------------------------------------------------
	2つ並び
-------------------------------------------------- */
.box2-left {
	float: left;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box2-right {
	float: right;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.box2-left img,.box2-right img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

/* --------------------------------------------------
	3つ並び
-------------------------------------------------- */
.box3-1,.box3-2 {
	float: left;
	width: 30%;
	height: auto;
	margin: 0 0 30px;
	margin-right: 5%;
}

.box3-3 {
	float: right;
	width: 30%;
	height: auto;
	margin: 0 0 30px;
	margin-right: 0;
}

.box3-1 h2,.box3-2 h2,.box3-3 h2 {
	height: auto;
	margin: 0 0 15px;
	padding: 0 0 10px;
	text-align: center;
	border: none;
	font-weight: bold;
	font-size: 130%;
	border-bottom: 2px solid #fff;
	display: block;
	line-height: 1.5;
}

.box3-1 p.shisetsuname,.box3-2 p.shisetsuname,.box3-3 p.shisetsuname {
	font-size: 18px;
	color: #fff;
	background-color: #e8a3a2;
	font-weight: bold;
	height: auto;
	margin: 0 0 5px;
	text-align: center;
	line-height: 1.5;
}

.box3-1 p,.box3-2 p,.box3-3 p {
	font-size: 16px;
	height: auto;
	margin: 0 0 5px;
	text-align: left;
	line-height: 1.5;
}

.box3image {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	overflow: hidden;
}

.box3image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

table.data {
	margin: 15px auto 20px;
	font-size: 15px;
	width: 100%;
	border: 1px solid #fff;
}

table.data-shisetsu {
	margin: 15px auto 20px;
	font-size: 15px;
	width: 100%;
	border: 1px solid #fff;
}

table.data-gakuhi {
	margin: 15px auto 20px;
	font-size: 15px;
	width: 100%;
	border: 1px solid #fff;
	text-align: center;
}

td.cate {
	color: #fff;
	background-color: #e8a3a2;
	text-align:  center;
	padding: 0;
	width: 150px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}

td.catetop {
	color: #fff;
	background-color: #e8a3a2;
	text-align:  center;
	padding: 10px 20px!important;
	vertical-align: middle;
	border-right: 1px solid #fff;
}

td.catetop-last {
	color: #fff;
	background-color: #e8a3a2;
	text-align:  center;
	padding: 10px 20px!important;
	vertical-align: middle;
	border-right: 1px solid #e8a3a2!important;
}

table.data tr {
	border-bottom: 1px solid #e8a3a2!important;
	border-top: 1px solid #e8a3a2!important;
	border-right: 1px solid #e8a3a2!important;
}

table.data-gakuhi tr {
	border-bottom: 1px solid #e8a3a2!important;
	border-top: 1px solid #e8a3a2!important;
	border-right: 1px solid #e8a3a2!important;
}


table.data-shisetsu tr.catetop {
	border-bottom: 1px solid #e8a3a2!important;
	border-top: 1px solid #e8a3a2!important;
	border-right: 1px solid #fff!important;
}

table.data-shisetsu tr {
	border-bottom: 1px solid #e8a3a2!important;
	border-top: 1px solid #e8a3a2!important;
	border-right: 1px solid #e8a3a2!important;
	border-left: 1px solid #e8a3a2!important;
}

table.data-shisetsu td.last,table.data-sgakuhi td.last {
	padding: 10px 20px!important;
	border-right: none;
	text-align: center;
	vertical-align: middle;
}

table.data-shisetsu td.name {
	padding: 10px 20px!important;
	text-align: center;
	vertical-align: middle;
}

table.data td {
	padding: 10px 20px!important;
}

table.data-shisetsu td {
	padding: 10px 20px!important;
	border-right: 1px solid #e8a3a2!important;
}

table.data-gakuhi td {
	padding: 10px 20px!important;
	border-right: 1px solid #e8a3a2!important;
}

#header-sp {
	display: none;
	}

.twibox {
	float: right;
	width: 48%;
	height: 400px;
	overflow-y: scroll;
	margin: 0 0 50px;
}

a.linkbtn {
	display: block ;
	background-color: #e8a3a2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	max-width: 320px;
	padding: 10px 20px;
	width:auto;
	float: left;
	margin-bottom: 20px;
}

.map-image-pc {
	width: 70%;
	height: auto;
	margin: 0 auto 40px;
	display: block;
}

.map-image-pc img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.map-image-sp {
	display: none;
}

.panel {
	position: absolute;
	bottom: 23px;
	left: 0;
	margin: auto;
	display: none;
	overflow: hidden;
	background: #e79d9c;
	width: 173px;
	}

.panel-inner{
	margin: 0 auto;
	}

.panel-item {
	}

.panel .panel-item > a {
	display: block;
	padding: 3px 0;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
	text-align: center!important;
	}

.panel-item > a:hover{
	background: #db5a84;
	text-decoration: none;
	}

p.dllink {
	font-weight: bold;
	color: #e8a3a2;
}

p.dllink a {
	font-weight: bold;
	color: #e8a3a2;
	text-decoration: underline;
}

ul.titlelist {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
}

ul.titlelist li {
	border-bottom: 1px solid #ddd;
	padding: 15px 0 15px;
	list-style: none;
}

ul.titlelist span.data {
	float: left;
	color: #333;
	width: 130px;
	-webkit-text-size-adjust: none;
	margin: 0 10px 0 0;
	letter-spacing: 0px;
	}

ul.dl-list{
    list-style: none;
    margin: 0 0 25px;
}