@charset "utf-8";
/*
theme Name: nishimuraharikyu
Author: nishimura
Description: original theme
version： 1.0.0
*/

body {
	font-family: 'M PLUS Rounded 1c', 'Noto Serif JP', 'A1明朝', 'A1 Mincho', '游明朝', 'YuMincho', 'serif';
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	color: #568490;
}
h2, h3 {
	color: #6AB3CA;
	font-size: 1.4rem;
	font-weight: 500;
}
img {
	max-width: 100%;
	height: auto;
}
 .hedder-inner, {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-right: auto;
 margin-left: auto;
 padding: 0;
}
.container, .footer-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
/*.contents, #sidebar {
	margin: 20px 0;
}*/

a {
	text-decoration: none;
	color: #568490;
}

@media (min-width: 768px) {
/*コンテンツとサイドバーを横に並べる*/
.container:after {
	display: block;
	clear: both;
	content: '';
}
.contents {
	float: left;
	width: 70%;
	margin-right: 2%;
}
#sidebar {
	float: left;
	width: 28%;
}
}
/* ----------------------------------*ヘッダーメニューSP閲覧時*/
/*タイトル背景画像の切り替え*/
.box {
	position : relative;
	max-width : 100%;
	height : auto;
	margin : auto;
	overflow : hidden;
}
.box .bgImg {
	position : absolute;
	top : 0;
	left : 0;
	bottom : 0;
	right : 0;
	opacity : 0;
	animation : bgAnime 24s infinite;   /* 4画像 × 各6s = 24s */
	border-radius: 0 0 500px 500px / 0 0 100px 100px;
}
.box .src1 {
	background : url(./images/ashiyahama01.jpg) no-repeat center center;
	background-size: cover;
}
.box .src2 {
	background : url(./images/ashiyahama02.jpg) no-repeat center center;
	background-size: cover;
	animation-delay : 6s;
}
.box .src3 {
	background : url(./images/ashiyahama03.jpg) no-repeat center center;
	background-size: cover;
	animation-delay : 12s;
}
.box .src4 {
	background : url(./images/ashiyahama04.jpg) no-repeat center center;
	background-size: cover;
	animation-delay : 18s;
}
 @keyframes bgAnime {
 0% {
opacity: 0;
}
 9% {
opacity: 1;
}
 25% {
opacity: 1;
}
 34% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
/*タイトルロゴ*/
/*frontページ*/
.front-site-title {
	text-align: center;
	transform : translate(0, 0);
}
.front-site-title a {
	display: block;
	width: auto;
	height: 200px;
	margin: 50px 0 50px;
	background: url(./images/front-title.png) no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
}
/*下層ページ*/
.site-title {
	text-align: left;
	background-color: #b2deef;
	padding: 10px;
	border-radius: 0 0 50% 50% / 0 0 20% 20%;
}
.site-title a {
	display: block;
	width: auto;
	height: 70px;
	margin: 10x 5px 0;
	background: url(./images/title.png) no-repeat left center;
	background-size: contain;
	text-indent: -9999px;
}
/*スマホ用のメニューボタン*/
.header-inner {
	position: relative;
}
#navbutton {
	position: absolute;
	top: 45%;
	right: 10px;
	padding: 8px 12px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 1px #fff;
	border-radius: 5px;
	background-color: rgba(0,0,0,0);
}
#navbutton:hover {
	background-color: #ddd;
}
#navbutton:focus {
	outline: none;
}
#navbutton i {
	font-size: 2em;
	color: #fff;
}
/*ヘッダーナビ*/
#header-nav {
	display: none;
}
.header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.header-nav li a {
	display: block;
	padding: 10px 10px;
	color: #568490;
	text-decoration: none;
}
/* ----------------------*フロントページSP*/	
.swing {
	display: flex;
	justify-content: space-around;
	align-items: baseline;
}
.swing img {
	width: 10%;
}
.frth2 img {
    margin: 0 10%;
    width: 80%;
}
.horizontal-list {
	padding-left: 0;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.horizontal-list li {
	/* 横スクロール用 */
	display: inline-block;
	width: 80%;
	margin: 2%;
}
.horizontal-list li img {
	width: 100%;
	border-radius: 30% 1% 30% 1%;
}
.frtAbt {
	text-align: center;
	border: solid #C3E9F7;
	border-radius: 50px;
	margin: 40px auto;
	padding: 10%;
}
.frtAbt p:nth-of-type(1) {
	text-align: left;
	margin: 20px 0;
}
.frtAbt p:nth-of-type(2) {
	margin: auto;
	width: 200px;
	background: linear-gradient(transparent 70%, #ffe499 70%);
}
.frtSejt {
	margin: 20% auto;
	width: 70%;
}
.frtSejt p {
	text-align: center;
	margin: auto;
	width: 130px;
	background: linear-gradient(transparent 70%, #ffe499 70%);
}
.frtEfct {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.frtEfct h2 {
	width: 100%;
	margin: auto;
}
.frtEfct img {
	width: 50%;
}
.frtEfct div {
	display: block;
	text-align: center;
	width: 49%;
	height: auto;
	margin: 5px 0 0;
	border: dashed #C3E9F7;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.frtEfct h3 {
	font-size: 1.2rem;
	color: #6AB3CA;
}
.frtEfct span {
	display: block;
	font-size: 0.8rem;
	color: #568490;
}
.frtEfct p {
	text-align: left;
	font-size: 0.8rem;
	line-height: 1rem;
	padding: 0 8%;
}
.frtEfct div h3 img {
	display: block;
	width: 50%;
	margin: auto;
}
.frtjiko div {
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 0 10% 0;
	border: dashed #C3E9F7;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5%;
}
.frtjiko h2 {
	font-size: 2rem;
	color: #6AB3CA;
	padding: 2%;
}
.frtjiko span {
	display: block;
	font-size: 0.8rem;
	color: #568490;
	line-height: 1rem;
}
.frtjiko p {
    margin: 10% 3%;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.frtjiko div img {
	display: block;
	width: 70%;
	margin: auto;
}
.frtGide {
	margin: 5% auto 20%;
	text-align: center;
	width: 90%;
}
.frtGide img {
	width: 30px;
}
.frtGide p {
    margin: 10% auto;
	width: 310px;
	background: linear-gradient(transparent 70%, #ffe499 70%);
}
.frtjiko p:nth-of-type(2) {
	margin: auto;
	width: 200px;
	font-size: 0.9rem;
	background: linear-gradient(transparent 70%, #ffe499 70%);
}
/* ----------------------*下層ページSP*/
.concept {
	padding-bottom: 10%;
	width: 100%;
	height: auto;
	background: url("./images/concept.jpg");
	background-size: cover;
	text-align: center;
	border-radius: 20px;
}
.concept div p {
	letter-spacing: 0;
	line-height: 2.5em;
}
.concept div img {
	width: 120px;
	margin-top: 8%;
}
.wp-image-77 {
	border-radius: 30% 1% 30% 1%;
}
.far {
	font-size: 1.5rem;
	color: #6AB3CA;
}
.fqaancer {
	margin: 0 5%;
	background-color: #E2FBFF;
	padding: 1% 1% 1% 5%;
	border-radius: 30px;
}
.jikotejun {
	margin: 0 5%;
	background-color: #E2FBFF;
	padding: 1% 1% 1% 5%;
	border-radius: 30px;
}

/* --------------------------------------------------------*PC閲覧時*/
/* ---------------------------*ヘッダーPC*/
/*タイトルロゴ*/
/*frontページ*/
@media (min-width: 768px) {
.front-site-title a {
	height: 300px;
	margin: 150px 0 150px;
}
/*下層ページ*/
.site-title {
	text-align: center;
	border-radius: 0 0 50% 50% / 0 0 30% 30%;
}
.site-title a {
	height: 100px;
	background: url(./images/title.png) no-repeat center center;
	background-size: contain;
}
/*ヘッダーナビ*/				
#header-nav {
	display: block!important;
}
.header-nav {
	margin-top: 3%;
}
.header-nav ul:after {
	display: block;
	clear: both;
	content: '';
}
.header-nav li {
	display: inline-block;
	width: auto;
	letter-spacing: 0.3em;
	margin: auto 17px;
}
.header-nav li a {
	padding-bottom: 3px; /* 文字と下線に隙間を作る */
	padding: 3px 3px;
}
.header-nav li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #97cce0;
	display: block;
}
.header-nav li a:hover:after {
	width: 100%;
	border-bottom: 1px solid #97cce0;
}
#navbutton {
	display: none;
}
/* ----------------------*フロントページPC*/	
.swing {
	margin-top: 40px;
}
.swing img {
	width: 8%;
}
.frth2 img {
	width: 50%;
    padding: 0 15%;
}
.horizontal-list {
	overflow-x: hidden;
}
.horizontal-list li {
	/* 横スクロール用 */
	display: inline-block;
	width: 29%;
	margin: 2%;
}
.frtAbt {
	width: 360px;
	height: 360px;
	border-radius: 700px;
	padding: 10%;
}
.frtAbt h2 {
	margin-top: 10%;
}
.frtAbt p:nth-of-type(2) {
	margin-top: 10%;
}
.frtSejt {
	margin: 10% auto;
	width: 40%;
}
.frtSejt p {
	margin-top: 10%;
}
.frtEfct img {
	width: 200px;
}
.frtEfct div {
	width: 30%;
	margin: 0 0 5%;
	padding: 1%;
}
/*.frtEfct h3 {
	font-size: 1.5rem;
}*/
.frtEfct span {
	font-size: 1rem;
}
.frtEfct p {
	font-size: 0.9rem;
}
.frtjiko div img {
	width: 50%;
}
.frtjiko span {
	font-size: 1rem;
}
.frtjiko p {
	font-size: 0.9rem;
}
.frtGide {
	margin: 0 auto 10%;
}
.frtGide div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.frtGide img {
	width: 60px;
}
.frtGide p {
	margin: 7% auto;
	background: linear-gradient(transparent 70%, #ffe499 70%);
}
.concept div p {
	letter-spacing: 0.5rem;
}
}












/*------フッター------*/
footer {
	background-color: #97CCE0;
}
/*フッターメニュー*/
.footer-nav {
	margin-bottom: 20px;
}
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-nav ul:after {
	display: block;
	clear: both;
	content: '';
}
.footer-nav li {
	float: left;
	width: 50%;
	text-align: center;
}
.footer-nav li a {
	font-size: .9em;
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	color: #fff;
}
.footer-nav li a:hover {
	opacity: .6;
}
/*コピーライト*/
.copyright p {
	font-size: 0.5em;
	margin: 0;
	text-align: center;
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.footeigyo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footeigyo div {
	color: #fff;
	width: 100%;
	margin: 5% 2% 2% 2%;
	font-family: 'M PLUS Rounded 1c';
}
.footeigyo span {
	font-size: 2rem;
}
.footeigyo span a {
    color: #fff!important;
}

@media (min-width: 768px) {
.footer-nav li {
	width: auto;
	text-align: left;
}
.footer-nav li a {
	font-size: 1em;
	padding: 10px 20px;
}
/*コピーライト*/
.copyright p {
	font-size: 0.7em;
	letter-spacing: 0.3rem;
}
.footeigyo div {
	width: 45%;
	margin: 5% 2% 2% 2%;
}
}
/*------サイドバー------*/
.sidebar-inner ul {
	display: block;
	list-style: none;
	margin-right: 1%;
}
.sidebar-inner ul:after {
	display: block;
	clear: both;
	content: "";
}
.sidebar-inner ul li {
	display: block;
	border-top: 1px dashed #ccbd96;
	padding: 6% 8%;
}
.sidebar-inner ul li:hover {
	opacity: 0.8;
}
.sidebar-inner ul li:last-child {
	border-bottom: 1px dashed #ccbd96;
}
.sidebar-inner ul li a {
	text-decoration: none;
	color: #A78F51;
}
.sidebar-inner h4 {
	color: #fff;
}
/*
.sidebar-wrapper {
	margin-bottom: 1.8em;
	padding: 10px;
}
.sidebar-wrapper h4 {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 7px 10px;
	color: #fff;
	background-color: #464646;
}*/
/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_categories ul, .widget_archive ul, .widget_nav_menu ul {
	padding: 0;
	list-style: none;
}
.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_categories li, .widget_archive li, .widget_nav_menu li {
	position: relative;
	padding: 10px;
}
.widget_recent_entries li, .widget_nav_menu li {
	padding-left: 25px;
}
.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_categories a, .widget_archive a, .widget_nav_menu a {
	text-decoration: none;
	color: #333;
}
.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
	opacity: .6;
}
/*カテゴリウィジェット*/
.widget_categories li {
	display: block;
	padding: 2px 10px;
	white-space: nowrap;
	border-radius: 5px;
	background-color: #AAAAAA;
	border: none!important;
}
.widget_categories li:before {
	font-family: 'Font Awesome 5 Free';
	font-size: .8em;
	font-weight: bold;
	padding-right: 2px;
	content: '\f02b';
	color: #fff;
}
.widget_categories li a {
	font-size: .8em;
	color: #fff!important;
}
/*タグウィジェット*/
.tagcloud a {
	font-size: .9em !important;
	line-height: 2.5em;
	margin: 2px;
	padding: 2px 10px;
	white-space: nowrap;
	text-decoration: none;
	color: #333;
	border: 1px solid #333;
	border-radius: 3px;
}
/*新着ウィジェット*/
.widget_recent_entries li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
	left: 5px;
	content: '\f303';
	color: #464646;
}
/*メニューウィジェット*/
/*.widget_nav_menu li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
	left: 5px;
	content: '\f0da';
	color: #464646;
}*/
/*カレンダーウィジェット*/
#wp-calendar {
	width: 100%;
}
#wp-calendar tbody {
	text-align: center;
}
/*ループのCSS*/
.kiji-list {
	margin: 0 0 15px;
	border: solid 1px #ddd;
	background-color: #fff;
}
.kiji-list a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #000;
}
.kiji-list a:after {
	display: block;
	clear: both;
	content: '';
}
.kiji-list a:hover {
	background-color: #eee;
}
.kiji-list img {
	float: left;
	width: 220px;
	height: 150px;
	object-fit: cover;
}
.kiji-list .text {
	width: auto;
	margin-left: 250px;
}
.kiji-list h2 {
	font-size: 1.05em;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 5px;
}
.kiji-date {
	font-size: .8em;
	margin-bottom: 8px;
	color: #666;
}
.cat-data {
	font-size: .6em;
	padding: 3px 5px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	border-radius: 3px;
	background-color: #464646;
}
.kiji-list p {
	font-size: .8em;
	margin: 10px 0 0;
}
.contents > h1 {
	font-size: 1.5em;
	margin: 20px 0 20px;
}

@media (max-width: 599px) {
.kiji-list a {
	padding: 10px;
}
.kiji-list img {
	width: 100px;
	height: 80px;
}
.kiji-list .text {
	margin-left: 120px;
}
.kiji-list h2 {
	font-size: .95em;
}
.kiji-date {
	margin-bottom: 0;
}
.kiji-list p {
	visibility: hidden;
	height: 0;
}
.contents > h1 {
	font-size: 1.3em;
	margin-top: 20px;
}
}
/*ページネーション*/
.pagination {
	margin: 40px 0 30px;
	text-align: center;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination li {
	display: inline-block;
	width: auto;
}
.pagination li a, .pagination li > span {
	font-size: .9em;
	display: block;
	width: 30px;
	margin: 0 1px;
	padding: 5px 0;
	text-decoration: none;
	color: #000;
	border: solid 1px #ccc;
	border-radius: 3px;
}
.pagination li > span {
	color: #fff;
	background-color: #464646;
}
.pagination li a:hover {
	color: #fff;
	background-color: #464646;
}
.pagination li .dots {
	width: 15px;
	padding: 0;
	color: #000;
	border-color: transparent;
	background-color: transparent;
}
/*記事のCSS*/
.kiji {
	font-size: 1em;
	margin: 0;
	padding: 0 25px 25px;
}
.kiji-info .cat-data a {
	text-decoration: none;
	color: #fff;
}
.kiji-info .cat-data a:hover {
	opacity: .8;
}
.kiji-img {
	max-width: 640px;
	margin: 30px auto;
	text-align: center;
}
/*タグ*/

.kiji-tag {
	text-align: right;
}
.kiji-tag ul {
	list-style: none;
}
.kiji-tag li {
	display: inline-block;
	color: #464646;
}
.kiji-tag li a {
	font-size: .8em;
	margin-right: 7px;
	padding: 2px 7px;
	text-decoration: none;
	color: #464646;
	border: solid 1px #464646;
	border-radius: 2px;
}
.kiji-tag li a:hover {
	opacity: .8;
}
.kiji p {
	margin-top: 0;
	margin-bottom: 30px;
}
.kiji h1 {
	font-size: 1.2em;
	margin: 1em 0;
	font-weight: lighter;
}
/*.kiji h2 {
	font-size: 1.5em;
	margin-top: 3em;
	margin-bottom: 1.5em;
	padding: .4em 0;
	border-bottom: solid 5px #464646;
}
.kiji h3 {
	font-size: 1.35em;
	margin-top: 2.5em;
	margin-bottom: 1.5em;
	padding: 0 .5em;
	border-left: solid 5px #777777;
	background: transparent;
}*/
.kiji h4 {
	font-size: 1.2em;
	margin: 0 0 .3em;
	background-color: #F1FEFF;
	padding: 2% 0 2% 8%;
	border-radius: 50px 5px 50px 5px;
	margin: 0 0 5% 0;
}
.kiji h5 {
	font-size: 1.1em;
	margin: 0 0 .3em;
}
.wp-block-image {
	margin: 0;
}
.wp-image-181 {
	width: 5%;
}
.is-style-regular {
	text-align: center;
	width: 100%;
	border: solid 1px #97cce0;
	border-collapse: collapse;
	margin: 2% 0;
}
.is-style-regular td {
	border: dashed 1px #97cce0;
	width: 10%;
}
.is-style-regular td:first-of-type {
	width: 30%;
}
.is-style-regular th {
	padding: 3px;
	border: dashed 1px #97cce0;
}
.is-style-regular {
	color: #97cce0;
	line-height: 3em;
}
.borderfee {
	border-bottom: dashed 1px;
	color: #97cce0;
	line-height: 3em;
}
.hokkenfee {
	text-align: center;
	padding: 5% 5%;
	background-color: #F1FEFF;
	border-radius: 100px 5px 100px 5px;
}
.pagemain img {
	border-radius: 100px 5px 100px 5px;
}
.pagesub img {
	border-radius: 100px 5px 100px 5px;
}
.accssbkgr {
	text-align: center;
	padding: 5% 5%;
	background-color: #F1FEFF;
	border-radius: 50px;
}

@media (max-width: 599px) {
.kiji {
	font-size: 92%;
	padding: 0 10px 25px;
}
.kiji h1 {
	font-size: 0.8em;
}
/*.kiji h2 {
	font-size: 1.25em;
}
.kiji h3 {
	font-size: 1.2em;
}*/
.kiji h3:after {
	display: none;
}
.kiji h5 {
	font-size: 1.1em;
}
.wp-image-181 {
	width: 10%;
}
.hokkenfee {
	padding: 10% 10%;
	border-radius: 50px 5px 50px 5px;
}
.pagemain img {
	border-radius: 50px 5px 50px 5px;
}
.pagesub img {
	border-radius: 50px 5px 50px 5px;
}
.accssbkgr {
	border-radius: 10px;
}
}
