@charset "UTF-8";
/*
Theme Name: kyutouki-miyako
Author: 3rd-web
Description: This is my original theme.
Version: 1.0
*/

/* -------基本構造（全体）------- */

	body {margin: 0;
	font-family: "メイリオ", Meiryo, "Times New Roman", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif, serif;
	line-height: 1.5;
	color: #222;
	-webkit-text-size-adjust: 100%;
	}

	img {
	display: block;
	}

strong {
	font-weight: bold;
}

/* -------インナーの左右の余白------- */

@media (max-width: 768px) {
	.inner {
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	}
}

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

/* ------それぞれの各ブロックの上下間隔------ */

	.sub-header {
	padding-top: 5px;
	}

	.contents {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	}

	.sub {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	}

@media (max-width: 599px) {
	.contents {
	padding-top: 10px;
	}
}

/*--コンテンツとサイドバーを横に並べる設定--*/

@media (min-width: 768px) {
	.contents {
	float: left;
	width: 70%;
	}

	.sub {
	float: left;
	width: 30%;
	}

/* ---コンテンツとサイドバーの間隔--- */
	.contents {
	padding-right: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
}

@media (min-width: 1200px) {
	.inner {
	width: 1200px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	}
}

/* -----------ヘッダー-------------- */
	header {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 70px;
	background-color: gold;
	margin-bottom: 50px;
	padding-bottom: -50px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	}

	#header-inner img {
	width: 325px;	
	}

	#header-inner a {
	text-decoration: none;
	}

	.logo h1 {
	float: left;
	padding-top: 0px;
	}

	.logo a {
	color: #fff;
	font-size: 1.3em;
	}

	.header-box {
	float: left;
	text-align: center;
	}

@media (max-width: 599px) {
	#header-inner img {
	width: 270px;
	margin-top: 4px;
	}
}
/* -----------ナビボタン-------------- */

@media (max-width: 767px){
	.mainmenu li {
	border-bottom: #fff 1px solid;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

	.mainmenu li a {
	text-align: left;
	}

	.mainmenu li:first-child {
	border-top: #fff 1px solid;
	background-color: rgba(0,0,0,0.6);
	}

	.mainmenu li:last-child {
	border-bottom: 0px;
	}

	.mainmenu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	z-index: 3;
	position: absolute;
	right: 0;
	top: 70px;
	width: 200px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	}
}

	.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.mainmenu li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	}

	.mainmenu a:hover {
	color: #444;
	}

/* ---- トグルボタン ---- */

	#sitenav {
	text-align: center;
	overflow: hidden;
	margin: 0;
	clear: both;
	width: 100%;
	}

	#navbtn {
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	cursor: pointer;
	z-index: 2;
	height: 70px;
	background: no-repeat;
	}

	#navbtn:focus {
	outline: none;
	}

	#navbtn i {
	font-size: 1.5em;
	color: #444;
	}

	#navbtn span {
	display: inline-block;
	padding-left: 10px;
	font-size: 1.5em;
	color: #444;
	}


@media (min-width: 768px) {
	/*ナビゲーションボタンを横並びに配置*/
	#mainmenu {
	display: block !important;
	}

	.mainmenu {
	margin-top: 10px;
	height: 50px;
	}

	.mainmenu ul:after {
	content: "";
	display: block;
	clear: both;
	}

	.mainmenu li {
	float: left;
	text-decoration: none;
	list-style: none;
	width: auto;
	}

	.mainmenu li a {
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	}

	.mainmenu a:hover {
	color: #999;
	transition: all .5s;
	}

	/*トグルボタン*/
	#navbtn {
	display: none;
	}

	#line-btn {
	display: none;
	}
}

/* ---- サブメニューのCSS ---- */

	.mainmenu .sub-menu {
	position: relative;
	z-index: 1;
	display: none;
	width: 100%;
	}
 
	.mainmenu .sub-menu li {
	display: block;
	float: none;
	padding: 0;
	}
 
	.mainmenu li:hover .sub-menu {
	display: block;
	animation: fadeIn 0.5s
	}
 
	.mainmenu .sub-menu li a {
	font-size: 1em;
	font-weight: normal;
	padding: 10px 10px 10px 40px;
	text-align: left;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	}
 
	.mainmenu .sub-menu li a:hover {
	background-color: rgba(0,0,0,0.9);
	}
 
@media (min-width: 768px) {
	#mainmenu .sub-menu {
    position: absolute;
    width: 200px;
	}
}

@media (max-width: 767px) {
	#mainmenu .sub-menu {
    display: block;
	}
}

/* -----------ページトップに-------------- */
	#pageTop {
	position: fixed;
  	bottom: 10px;
  	right: 10px;
	}
 
	#pageTop a {
  	display: block;
  	z-index: 998;
  	padding: 3px;
  	width: 50px;
  	height: 50px;
  	background-color: #c00;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
  	text-align: center;
  	opacity: 0.9;
  	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	}
 
	#pageTop a:hover {
	text-decoration: none;
  	opacity: 0.5;
  	cursor: pointer;
	}

/* -----------トップページ-------------- */
	#header-image img {
	text-align: center;
	margin: 0 auto;
	}

	#header-image {
	background-image: url(img/bg-img.jpg);
	background-repeat: no-repeat;
	display: block;
	}

	#header-image-m {
	background-image: none;
	display: none;
	}

@media (max-width: 599px) {
	#header-image {
	display: none;
	}
	
	#header-image-m {
	background-image: url(img/bg-img-m.jpg);
	background-repeat: no-repeat;
	display: block;
	}

	#header-image-m img {
	text-align: center;
	margin: 0 auto;
	}
}

	.pc img {
	text-align: center;
	margin: 0 auto;
	}

	.pc {
	background-image: url(img/bg-img.jpg);
	background-repeat: no-repeat;
	display: block;
	}

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

@media (max-width: 599px) {
	.pc {
	display: none;
	}
	
	.sp {
	background-image: url(img/bg-img-m.jpg);
	background-repeat: no-repeat;
	display: block;
	}

	.sp img {
	text-align: center;
	margin: 0 auto;
	}

}

/* ------ヘッダーグローバルナビの幅分のスペース-------- */

	.space {
	padding-top: 70px;
	}

/*エリア１*/
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

	#area1 .inner {
	padding-left: 10px;
	padding-right: 10px;
	}

	#area1 h2 {
	text-align: center;
	font-weight: bold;
	padding: 0;
	color: #fff;
	background-color: gold;
	}

	#area1 h2 img {
	margin: 0 auto;
	}

@media (max-width: 599px) {
	#area1 h2 {
	font-size: 1.5em;
	}
}

	.box img {
	width: 90%;
	margin: 0 auto;
	}

	.box a img {
	transition: all .5s ease-out;
	}

/*.box1 a:hover img, .box2 a:hover img, .box3 a:hover img {
	transform:scale(0.9,0.9);
	transition: all .5s;
}*/

	.message {
	max-width: 800px;
	margin: 0 auto;
	}

	.message h2 {
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	padding: 20px 0;
	color: orangered;
	}

	.message h2 span {
	display: inline-block;
	}

	.message h3 {
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	padding: 30px 0 0 0;
	color: orangered;
	}

	.message img {
	max-width: 100%;
	margin: 0 auto;
	}

	.message p {
	padding: 20px 0;
	font-size: 1em;
	}

	.box a {
	display: block;
	color: #333;
	text-decoration: none;
	}

	.box a:hover {
	opacity: 0.8;
	transition: all .5s;
	}

	.box p {
    color: #333;
    padding: 0 20px 20px 20px;
    background-color: lemonchiffon;
    width: 90%;
    margin: 0 auto 40px;
	}

	.box h3 {
	font-size: 1em;
    text-align: center;
    color: #36c;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
	}

@media (min-width: 600px) {
	.box {
    width: calc(100% / 3);
	}

	.box img {
	width: 90%;
	margin: 0 auto;
	}	
}

	.box a img {
	transition: all .5s ease-out;
	}

	.box a {
	display: block;
	color: #333;
	text-decoration: none;
	}

	.box a:hover {
	opacity: 0.8;
	transition: all .5s;
	}

	.box p {
    color: #333;
    padding: 20px;
    background-color: lemonchiffon;
    width: 90%;
    margin: 0 auto 40px;
	}

	.box h3 {
	font-size: 1.2em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    background-color: #36c;
    width: 90%;
    margin: 0 auto;
	}

@media (max-width: 599px) {
	.box {
	width: calc(50% - 10px);
	margin: 0 auto;
	padding: 0;
	}
	
	.box p {
    margin-bottom: 20px;
	padding: 10px;
	font-size: 0.9em;
	}

	.message h2 {
	padding: 20px 0;
	font-size: 1.5em;
	}
	
	.message h3 {
	padding: 20px 0;
	font-size: 1.5em;
	}

	.message p {
	padding: 20px 0;
	}
}

/*エリア6*/
	#area6 {
	color: #fff;
	font-weight: bold;
	}

	#area6 span .orange {
	color: #fff;
	font-weight: bold;
	background-color: #f63;
	font-size: 0.8em;
	display: inline-block;
	padding: 0 4px;
	}

	#area6 .inner {
	padding: 3em 10px;
	}

	#area6 h2 {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	padding: 1em 0;
	color: #fff;
	}

@media (max-width: 599px) {
	#area6 h2 {
	font-size: 1.5em;
	}
}

/* ------ヘッダーグローバルナビの幅分のスペース-------- */

	.space {
	padding-top: 70px;
	}

/* -----------固定、投稿ページコンテンツ-------------- */
	.main-contents {
	margin: 0 auto;
	}

	.column1-contents {
	margin: 0 auto;
	max-width: 1200px;
	}

	.column1-contents .kiji h2 {
	text-align: center;
	}

	.itiran h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
	padding: 4px;
	letter-spacing: 0.05em;
	color: #36c;
	}

@media (max-width: 599px) {
	.itiran h2 {
	font-size: 1.2em;
	}
}

/* -----------過去記事-------------- */

/*記事の概要*/
	.gaiyou a {
	display: block;
	padding: 20px 0;
	border-bottom: dotted 2px #ddd;
	color: #000;
	text-decoration: none;
	}

	.gaiyou a:hover {
	background-color: #ddd;
	}

	.gaiyou a:hover img {
	opacity: 0.5;
	}

	.gaiyou a img {
	transition: opacity 0.5s ease-out;
	}

	.gaiyou h2 {
	font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 8px;
    color: #444;
    font-weight: bold;
	}

	.gaiyou p {
	font-size: 1em;
    margin: 0;
    color: #444;
	}

	.gaiyou img {
	float: left;
	width: 200px;
	}

	.gaiyou .text {
	float: none;
	width: auto;
	margin-left: 230px;
	}

@media (max-width: 599px) {
	.gaiyou img {
	width: 100px;
	}

	.gaiyou .text {
	margin-left: 110px;
	}

	.gaiyou h2 {
	font-size: 1em;
	}

	.gaiyou p {
	visibility: hidden;
	height: 0;
	}
}

/* ---------個別ページ------------ */
/*.page-image {　個別ページのサブヘッダー画像のCSS
	background-size: cover;
	background-image: url();
	height: 4em;
	color: #fff;
	font-size: 36px;
}
*/
	.kiji h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 2em;
	padding: 4px;
	letter-spacing: 0.05em;
	color: #36c;
	font-weight: bold;
	}

@media (max-width: 599px) {
	.kiji h2 {
	font-size: 1.2em;
	}
}

	.kiji h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.1em;
	border-left: solid 10px #36c;
	padding-left: 10px;
	letter-spacing: 0.05em;
	color: #444;
	}

	.kiji h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.1em;
	border-bottom: dotted 1px #36c;
	padding-left: 10px;
	letter-spacing: 0.05em;
	color: #444;
	}

	.kiji p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
	}

	.kiji:after {
	content: "";
	display: block;
	clear: both;
	}

	.kiji-date {
	color: #444;
	font-size: 0.8em;
	margin-bottom: 8px;
	}

	.kiji-date span {
	display: inline-block;
	background-color: pink;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	}

	.furniture-item .text .kiji-date {
	padding-left: 10px;
	}

	.datetime {
	display: inline-block;
	}

/*タグ*/
	.kiji-tag {
	margin-bottom: 18px;
	}

	.kiji-tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.kiji-tag li a {
	display: block;
	padding: 3px 5px;
	color: #fff;
	background-color: #36c;
	margin-right: 5px;
	margin-bottom: 2px;
	border-radius: 2px;
	font-size: 12px;
	text-decoration: none;
	}

	.kiji-tag li a:hover {
	background-color: #0033ff;
	}

	.kiji-tag ul:after {
	content:"";
    display:block;
    clear:both;
	}

	.kiji-tag li {
	float: left;
	width: auto;
	}

/*パンくずリスト*/
	.bread ol {
	margin: 0;
	padding: 0;
	}

	.bread li a {
	display: inline-block;
	padding: 5px 5px;
	color: #888;
	font-size: 12px;
	text-decoration: none;
	}

	.bread li a[href]:hover {
	background-color: #eee;
	}

	.bread li {
	float: left;
	width: auto;
	}

	.bread li:after {
	content: '\003e';
	margin-left: 2px;
	margin-right: 2px;
	color: #888;
	}

	.bread li:last-child:after {
	content: none;
	}

/*ページネーション*/
	.pagination {
	margin: 40px 0 30px;
	text-align: center;
	}

	.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.pagination li a,
	.pagination li > span {
	display: block;
	margin :0 5px;
	padding: 6px 8px;
	color: #000;
	font-size: 1em;
	border :solid 1px #eee;
	text-decoration: none;
	}

	.pagination li > span{
	background-color: #efefef;
	}

	.pagination li a:hover {
	background-color: #eee;
	}

	.pagination ul:after{
	content: "";
	display: block;
	clear: both;
	}

	.pagination li {
	float: left;
	width: auto;
	}

/* -----------テーブルデザイン-------------- */

	table.type10 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	color: #333;
	margin: 40px 0px;
	}

	table.type10 thead th {
	width: 25%;
	padding: 10px;
	vertical-align: middle;
	background-color: #eee;
	border-left: 1px solid #ccc;
	}

	table.type10 thead td {
	width: 75%;
	background-color: #fff;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	}


	table.type10 tbody th {
	vertical-align: middle;
	width: 25%;
	padding-left: 10px;
	background-color: #eee;
	border-left: 1px solid #ccc;
	}

	table.type10 tr {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	}

	table.type10 tbody td {
	width: 75%;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	background-color: #fff;
	}

	table.type10 .even {
	background-color: #f3f6f7;
	}

@media (max-width: 599px) {
	table.type10 {
	font-size: 14px;
	}
}

	table.type11 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	color: #444;
	}

	table.type11 thead th {
	width: 25%;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	}

	table.type11 thead td {
	width: 75%;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	}


	table.type11 tbody th {
	vertical-align: middle;
	width: 25%;
	padding-left: 10px;
	border-bottom: 1px dotted #ccc;
	}

	table.type11 tr {
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	}

	table.type11 tbody td {
	width: 75%;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	}

	table.type11 .even {
	background-color: #f3f6f7;
	}

@media (max-width: 599px) {
	table.type11 {
	font-size: 14px;
	}
}


/* ----------リストデザイン-------------- */

	ul.list li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 0px;
	font-size: 1em; 
	margin-bottom: 10px;
	}

	@media (max-width: 599px) {
	ul.list li {
	font-size: 0.9em;
	}
}

/* -----------サイド-------------- */

	.mymenu {
	padding-bottom: 40px;
	}

	.mymenu h2 {
	font-size: 1em;
    padding: 12px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.05em;
    background-color: #36c;
    border-left: solid 1px #36c;
    border-right: solid 1px #36c;
    border-bottom: solid 1px #36c;
	}

	.mymenu ul {
	padding: 0;
    margin: 0;
    list-style: none;
	}

	.mymenu li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #444;
	text-decoration: none;
	border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	}

	.mymenu li a:hover {
	background-color: #ddd;
	transition: all .5s;
	}


/*サムネイルをつけたサイドメニューのデザイン*/
	.mymenu-thumb li a {
	padding: 10px;
	border-bottom: solid 1px #ccc;
	color: #333;
	}

	.mymenu-thumb li a:after {
	content: "";
	display: block;
	clear: both;
	}

	.mymenu-thumb li .thumb {
	float: left;
	width: 90px;
	height: 90px;
	background-size: cover;
	background-position: 50% 50%;
	}

	.mymenu-thumb li .text {
	float: none;
	width: auto;
	margin-left: 105px;
	}

/*サムネイル画像に文字を重ねたサイドメニューのデザイン*/
	.mymenu-large li a {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	}

	.mymenu-large li a:hover {
	opacity: 0.8;
	}

	.mymenu-large li .thumb {
	width: 100%;
	height: 130px;
	background-size: cover;
	background-position: 50% 50%;
	}

	.mymenu-large li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	box-sizing: border-box;
}

@media (min-width: 400px) and (max-width: 767px){
	.mymenu-large ul:after{
	content: "";
	display: block;
	clear: both;
	}

	.mymenu-large li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	}

	.mymenu-large li:nth-child(odd){
	clear: both;
	padding-right: 10px;
	}

	.mymenu-large li:nth-child(even){
	padding-left: 10px;
	}
}

/* サイドバーの画像の配置 */
	.fb {
	text-align: center;
	}

/* イラストマップの位置 */
	.map {
	text-align: center;
	}

/* グーグルマップの配置 */
	.ggmap {
	position: relative;
	padding-bottom: 25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
 
	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* ユーチューブ */
	.youtube {
	position: relative;
	padding-top: 56.25%;
	max-width: 100%;
	overflow: hidden;
	}
 
	.youtube iframe,
	.youtube object,
	.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* サイドバーの検索フォーム */
	.search-field {
	width: 80%;
	height: 40px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 0;
	background-image: none;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	}

	.screen-reader-text {
	display: block;
	visibility: hidden;
	height: 0;
	}

	.search-submit {
	display: inline-block;
	width: 18%;
	height: 40px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 0;
	background-color: #eee;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
	cursor: pointer;
	}

/*サイドバーのタグクラウドに枠線を付ける（＋フォントサイズ統一）*/
	.tagcloud a {
    font-size: 0.9em !important;
    border: solid 1px #ccc;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    margin-top: 20px;
    color: #444;
    text-decoration: none;
	}

/* タグクラウドのマウスオーバー時の背景色 */
	.tagcloud a:hover {
    background-color: #eee;
    text-decoration: none;
    color: #444;
	}

/* -----------コンタクトフォーム送信ボタン-------------- */

	.wpcf7 input[type="submit"] {
	font-size: 100%;
 	padding: 10px 60px;
 	background-color: #f63;
 	color: #fff;
	font-weight: bold;
 	cursor: pointer;
 	border: 1px solid #f63;
 	margin: 0 auto;
 	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	border-radius: 36px;
	}

	.wpcf7 input[type="submit"]:hover {
 	text-decoration: none;
	color: #f63;
	background-color: #fff;
	border: 1px solid #f63;
	transition: all .5s;
	margin: 0 auto;
	}

.wpcf7-spinner {
	display: none!important;
}

span .orangered {
	font-size: 1.5em;
	color: orangered;
}

@media (max-width: 599px) {
	span .orangered {
	font-size: 1em;
	}
}

/* ---------コンタクトフォームデザイン----------- */

	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="url"],
	.wpcf7 input[type="tel"],
	.wpcf7 select,
	.span .wpcf7-list-item,
	.wpcf7 input[type="date"],
	.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 99%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.9em;
	margin: 5px auto;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	}

@media (max-width: 599px) {
	.wpcf7 .form {
	max-width: 280px;
	}
}

/* -----------画像-------------- */

/* 画像のキャプション */
	.wp-caption-text {
	margin: 0px;
	color: #666;
	font-size: 10px;
	text-align: center;
	}

@media (max-width: 599px){
	.wp-caption-text {
	font-size: 8px;
	}
}

	.wp-caption-text a {
	color: #666;
	}

/* 画像の配置 */
	.aligncenter {
	display: block;
	margin: 0px auto;
	}

@media (max-width: 599px) {
	.alignleft, .alignright{
	display: block;
	margin: 0px auto;
	}
}

@media (min-width: 600px) {
	.alignleft {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 30px;
	}
	
	.alignright {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	}
}

/* 大きい画像用の設定 */
	img, .wp-caption {
	max-width: 100%;
	height: auto;
	}

/* アイキャッチ画像 */
	.catch {
	margin: 30px 0px;
	}

/* -----------フッター-------------- */
/* SNSアイコン */
	footer {
	background-color: #fff;
	}

	footer .inner {
	margin: 0px auto 30px;
	text-align: center;
	padding-top: 30px;
	}

	footer img {
	margin: 0 auto;
	}

	footer .inner a {
	text-decoration: none;
	color: #444;
	}

@media (min-width: 768px) {
	footer .inner {
	max-width: 400px;
	margin: 0 auto 30px;
	text-align: center;
	}
}

/* コピーライト */
	.copyright p {
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
	}

	.copyright img {
	margin: 0 auto;
	}

	.copyright a {
	text-decoration: none;
	color: #fff;
	}

	.copyright {
	background-color: gold;
	clear: both;
	padding: 30px 0;
	font-weight: bold;
	}

/* -----------ページ読み込み後ふわっと表示させる-------------- */

	.fuwat2 {
    position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    animation: fadeIn 4s ease 2s 1 normal backwards;
    -webkit-animation: fadeIn 4s ease 2s 1 normal backwards;
    padding: 0 20px;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
	}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* -----------スクロールしてからふわっと表示させる-------------- */

	.fuwatAnime {
	-webkit-animation-fill-mode:both;
 	-ms-animation-fill-mode:both;
 	animation-fill-mode:both;
 	-webkit-animation-duration:1s;
 	-ms-animation-duration:1s;
 	animation-duration:1s;
 	-webkit-animation-name: fuwatAnime;
 	-ms-animation-name: fuwatAnime;
 	animation-name: fuwatAnime;
 	visibility: visible !important;
	}

@-webkit-keyframes fuwatAnime {
 	0% { opacity: 0; -webkit-transform: translateY(40px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime {
 	0% { opacity: 0; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* -----------firefoxの画像クリックしたときの枠線を消す------------- */

	a {
	outline: none;
	}

	a:focus {
	outline: none;
	}

/* -----------要素の枠線とpaddingを内側にする------------- */
	* {-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box
  	}

.padding-top20 {
	padding-top: 2em;
}

.padding-bottom20 {
	padding-bottom: 2em;
}

.padding-top_bottom20 {
	padding-top: 2em;
	padding-bottom: 2em;
}

  	.center {
	text-align: center;
	margin: 0 auto;
}

	.center img {
	margin: 0 auto;
}

  	.white-bg {
  	background-color: rgba(255,255,255,1);
  	padding: 30px 10px 20px 10px;
  	max-width: 800px;
  	margin: 0 auto;
  	}

  	.big {
  	font-size: 1.5em;
  	}

  	.tel a{
  	font-size: 48px;
  	background-color: rgba(255,255,255,0);
  	padding: 0;
  	color: #444;
  	border: none;
  	}

  	.tel {
  	font-size: 48px;
  	}

		.tel a:hover {
			background-color: #fff;
			color: #444;
			border: none;
			transition: .5s;
		}

@media (min-width: 600px) {
.concept-2colmun {
	vertical-align: top;
	display: inline-block;
	width: 49%;
	}

.concept-2colmun img {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	}

.concept-2colmun a img {
	transition: opacity 0.5s ease-out;
	margin: 0 auto;
	padding: 20px;
	}

.concept-2colmun a:hover img {
	opacity: 0.5;
	}

.concept-2colmun h3 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: serif;
	color: #444;
	padding: 20px 20px 0 20px;
	border: none;
	}

.concept-2colmun p {
	font-size: 1em;
	line-height: 2;
	text-align: left;
	padding: 0 20px;
	}
}

@media (max-width: 599px) {
	.concept-2colmun {
		width: 100%;
		}
	
	.concept-2colmun img {
		width: 80%;
		margin: 0 auto;
		}

	.concept-2colmun h3 {
		font-size: 1.2em;
		}
	
	.concept-2colmun p {
	margin: 0 auto;
	font-size: 1em;
	line-height: 2;
	text-align: left;
	padding: 10px 20px;
	}
}

.box-shadow {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

/* -----------サービスの流れ------------- */
.sankaku{
	width: 0;
	height: 0;
	border-top: 30px solid #000099;
	border-right: 80px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 80px solid transparent;
	margin: 20px auto 0 auto;
}

.box26 {
    position: relative;
    margin: 1em 0;
    padding: 0.5em 1em;
 	border-top: 2px solid #000099;
 	border-bottom: 2px solid #000099;
 	border-right: 2px solid #000099;
 	border-left: 2px solid #000099;
    border-radius: 8px;
    max-width: 800px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #000099;
    font-weight: bold;
}
.box26 p {
    margin: 10px 0; 
    padding: 10px 5px;
}

/* ---- LINEボタン ---- */
	#line-btn {
	font: 400 13.3333px Arial;
	margin: 5px 4px;
	padding: 5px 4px;
	border: none;
	cursor: pointer;
	background-color: #f63;
	display: inline-block;
	line-height: 1;
	float: right;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	}

	#line-btn i {
	font-size: 24px;
	color: #fff;
	margin: 5px 4px;
	}

	#line-btn span {
	display: inline-block;
	padding-left: 0px;
	font-size: 11px;
	color: #fff;
	}

/* ----------Q&Aのアコーディオン------------- */
details {
	margin: 0 auto 10px;
	width: 100%;
	color: #333;
	font-weight: bold;
}

summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 10px;
	cursor: pointer;
}

@media (max-width: 768px) {
	summary {
	padding: 10px 30px 10px 10px;
	}

	.answer {
	padding: 10px;
	}
}

summary::-webkit-details-marker {
	display: none;
}

summary:hover,details[open] summary {
	background-color: #eee;
}

summary::after {
	content: '+';
	margin-left: 30px;
	color: gold;
	font-size: 21px;
	transition: transform .5s;
}

details[open] summary::after {
	transform: rotate(45deg);
}

.answer {
	padding: 20px;
}

/* ----------背景CSS------------- */
.bg-top {
	background-size: cover;
	background-image: url(https://kyutouki.miyako310.com/wp-content/uploads/2024/11/kyutouki3.jpg);
}

.bg-orange {
	background-size: cover;
	background-image: url(https://kyutouki.miyako310.com/wp-content/uploads/2024/11/bg-orange.jpg);
}

.bg-nayami {
	background-size: cover;
	background-image: url(https://kyutouki.miyako310.com/wp-content/uploads/2024/11/bg-nayami.jpg);
}

.bg-lemonchiffon {
	background-size: cover;
	background-color: lemonchiffon;
}

.bg-check {
	background-image: repeating-linear-gradient(90deg, #eee , #eee 1px, transparent 1px, transparent 16px), repeating-linear-gradient(0deg, #eee , #eee 1px, #fff 1px, #fff 16px);
}

.bg-yellow {
	background-size: cover;
	background-image: url(https://kyutouki.miyako310.com/wp-content/uploads/2024/11/bg-yellow.jpg);
}

.bg-black {
	background-size: cover;
	background-color: black;
}

.bg-flow {
	background-size: cover;
	background-image: url(https://kyutouki.miyako310.com/wp-content/uploads/2024/11/bg-bath.jpg);
}