/*
Theme Name: Henro
Theme URI: https://cms.1cloud.co.jp/
Version: 1.0
Description: 四国遍路通信ウェブサイトテーマ
Author: 株式会社ワンクラウド　電話:088-855-4800
*/


@charset "utf-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,:after,:before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}address,blockquote,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0}ol,ul{padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object,svg{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type=button],[type=reset],[type=submit],button{cursor:pointer}[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled,button:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}


.cb {
	clear: both;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}

a:focus, *:focus {
	outline:none;
}
a {
	color: #333;
}

p {
	margin-bottom: 2em;
}

html {
	scroll-behavior: smooth;
}
html, body {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 20px!important;
	line-height: 1.6;
	color: #333;
}
/* header */
.globalnav {
	padding: 30px 30px;
	margin-bottom: 60px;
	text-align: center;
	background: #f3f3f3;
}
.globalnav a {
	display: inline-block;
	padding: 5px 15px;
	font-weight: bold;
	color: #522f60;
	transition: all 0.4s;
}
.globalnav a:hover {
	opacity: 0.6;
}

/* menu */
.header2 {
  width: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  position: fixed;
  top: 0;
  left: calc(50% - 150px - 1.2rem);
  z-index: 2;
}
.menu-trigger2 {
  display: inline-block;
  position: relative;
  width: 2.4rem;
  height: 2rem;
  vertical-align: middle;
  cursor: pointer;
  z-index: 20;
}
.menu-trigger2 span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  transition: all .5s .2s;
}
.menu-trigger2.active span {
  background-color: #fff;
}
.menu-trigger2 span:nth-of-type(1) {
  top: 0;
}
.menu-trigger2.active span:nth-of-type(1) {
  transform: translateY(1rem) rotate(-45deg);
}
.menu-trigger2 span:nth-of-type(2) {
  top: 0.9rem;
}
.menu-trigger2.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger2 span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger2.active span:nth-of-type(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}
nav.globalnav {
  width: 100%;
	height: 100%;
	padding: 4.5rem 0;
	background: url(images/ishidatami.png) top left / 1rem 1rem;
  background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: lighten;
  color: #fff;
  text-align: left;
  display: none;
  position: fixed;
	overflow-y: scroll;
  top: 0;
  left: 0;
  z-index: 1;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
nav.globalnav::-webkit-scrollbar{
	display: none;
}
nav.globalnav ul {
	width: 30rem;
  margin-left: calc(50% - 150px - 15rem);
	text-align: center;
  padding: 1rem 0;
}
nav.globalnav ul li {
  padding: 0.25rem 0;
}
nav.globalnav ul li a {
  color: #fff;
}



header {
}
/* menu end */
/* header end */

/* front page */
.fp-header2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: url(images/main05.webp) no-repeat center center;
	background-size:cover;
}
.main-title {
	display: block;
	width: auto;
	height: calc(100vh * 0.8);
}


.area-name {
	padding: 1.25rem 0 0.25rem;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
}
.bekkaku-area-name {
	margin-top: 6rem;
	padding: 1.25rem 0 1.5rem;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
}
.area-pref {
	text-align: center;
}
.area-pref a {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	font-size: 0.75rem;
	color: #fff;
	background: rgba(82,47,96,1);
	transition: all 0.4s;
}
.area-pref a:hover {
	opacity: 0.6;
}
.cat-name {
	display: block;
	font-size: 0.8rem;
}
.pref-name {
	padding: 1.2rem;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.jiinsu {
	display: block;
	font-size: 1rem;
}
.dojo-list {
	padding: 0.5rem 0 1rem;
}
.dojo-list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.dojo-list ul li {
	display: block;
	margin: 0.2rem;
}
.dojo-list ul li a {
	display: block;
	width: 2rem;
	height: 2rem;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background: rgba(82,47,96,1);
	transition: all 0.4s;
}
.dojo-list ul li a:hover {
	opacity: 0.6;
}
.front-page, .temple-cattop {
	padding: 0 80px;
}
.templebox {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto 75px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
}
.templebox > div a {
	display: block;
	transition: all 0.4s;
}
.templebox > div a:hover {
	opacity: 0.6;
}
.thumbbox {
	position: relative;
	width: 15rem;
	height: 15rem;
	margin: 1rem;
}
.thumbbox-adjust {
	position: relative;
	width: 15rem;
	height: 0px;
	margin: 0 1rem;
	opacity: 0;
}
.front-page .thumbbox {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 10px;
}
.thumb-temple {
	display: block;
	width: 300px;
	height: auto;
}
.front-page .thumb-temple {
	display: block;
	width: 150px;
	height: auto;
}
.thumb-name {
	width: 300px;
	padding: 10px;
	position: absolute;
	top: 100px;
	left: calc(50% - 150px);
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	background-color: rgba(255,255,255,0.25);
	color: #fff;
	text-align: center;
}
.front-page .thumb-name {
	width: 150px;
	padding: 8px;
	position: absolute;
	top: 35px;
	left: calc(50% - 75px);
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	background-color: rgba(255,255,255,0.25);
	color: #fff;
	text-align: center;
}
/* front page end */

/* cat */
.cat-templebox {
	max-width: 1360px;
}
.cat-templebox .thumbbox {
	text-align: center;
	height: 36rem;
}
.cat-templebox .thumbbox a {
	margin-bottom: 20px;
}
.catcornertitlel {
	font-size: 120%;
}
.catcornertitlem {
	font-size: 100%;
}
.catcornertitles {
	font-size: 70%;
}
.catcornertitlexs {
	font-size: 60%;
}
.lh12 {
	line-height: 1.2;
}
.lh13 {
	line-height: 1.3;
}
.mb05rem {
	margin-bottom: 0.5rem;
}
.mb1rem {
	margin-bottom: 1rem;
}
.w10 {
	width: 1rem;
	height: auto;
	vertical-align: middle;
}
.transportation {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tleft {
	width: calc(50% - 0.5rem);
	text-align: right;
}
.tcenter {
	width: 1rem;
	text-align: center;
}
.tright {
	width: calc(50% - 0.5rem);
	text-align: left;
}
/* cat end */
/* shikoku-88-temples */
.shikoku88temples-map {
	max-width: 66rem;
	height: 50vh;
	margin: 1rem auto 4rem;
}
.shikoku88temples-map iframe {
	width: 100%;
}
.temple-wrapper, .wide-wrapper {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 4rem;
	box-sizing: initial;
}
.temple-title {
	margin: 0 auto 0.5rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.temple-fullnamebox {
	margin-bottom: 1rem;
	text-align: center;
}
.temple-fullname {
	display: block;
	margin-bottom: 0.1rem;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
}
.temple-fullname-yomi {
	display: block;
	font-size: 0.9rem;
	line-height: 1.2;
}
.prevnext-temple-wrapper {
	border-top: 1px solid #333;
}
.prevnext-temple {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
	line-height: 1.3;
}
.prevnext-temple span {
	display: inline-block;
}
.prev-temple, .next-temple {
	display: block;
	width: calc(50% - 1rem);
	padding: 0.6rem 1rem;
	font-weight: bold;
}
.prev-temple {
	text-align: right;
}
.next-temple {
	text-align: left;
}
.arrow-lr {
	width: 2rem;
}
.arrow-lr img {
	display: block;
	width: 100%;
	height: 1rem;
}

.main-image {
}
.main-image img {
	display: block;
	width: 100%;
}
.temple-overview {
	max-width: 60rem;
	margin: 0 auto;
	padding: 4rem 2rem;
}
h2.temple-overview-title {
	margin-bottom: 1.5rem;
	padding: 0.25rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	border-left: 0.1rem solid #111;
}
.temple-data {
	max-width: 60rem;
	margin: 0 auto;
	padding: 4rem 15rem;
	line-height: 1.3;
}
.temple-data dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.temple-data dt, .temple-data dd {
	margin-bottom: 0.8rem;
}
.temple-data dt {
	width: 12rem;
}
.temple-data dd {
	width: calc(100% - 12rem);
}
.temple-data dd.goshingon span {
	display: inline-block;
	margin-right: 1rem;
}
.temple-data dd.goshingon span:last-child {
	margin-right: 0;
}
.full-wrapper-border {
	width: 100%;
	border-top: 1px solid #333;
}
.temple-address-wrapper {
	max-width: 60rem;
	margin: 0 auto;
	padding: 4rem 2rem;
}
.temple-address-wrapper dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	line-height: 1.3;
}
.temple-address-wrapper dt, .temple-address-wrapper dd {
	margin-bottom: 0.6rem;
}
.temple-address-wrapper dt {
	width: 13rem;
}
.temple-address-wrapper dd {
	width: calc(100% - 13rem);
}
.temple-address-wrapper dd dt {
	width: 10rem;
	font-weight: normal;
}
.temple-address-wrapper dd dd {
	width: calc(100% - 10rem);
	display: flex;
	align-items: center;
}
.temple-address-wrapper dd dd img {
	width: 1rem;
	height: auto;
	margin-left: 1rem;
	margin-right: 0.2rem;
}

.gmap iframe {
	width: 100%;
	height: 50vh;
}
.temple-list-wrapper {
	width: 100%;
	padding: 3rem 3rem;
	background-color: #f3f3f3;
}
.temple-listbox {
	display: flex;
	flex-wrap: wrap;
	max-width: 60rem;
	margin: 0 auto;
}
.temple-list-outer {
	width: 25%;
	margin-bottom: 2rem;
}
.temple-list-pref {
	margin-bottom: 0.5rem;
}
.temple-list li {
	margin-bottom: 0.6rem;
}
.temple-list a {
	display: flex;
	align-items: center;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.2;
	transition: all 0.4s;
}
.temple-list a:hover {
	opacity: 0.6;
}
.temple-list a img {
	display: block;
	height: 0.7rem;
	margin-right: 0.35rem;
}



.readmore {
  position: relative;
  margin:0 auto 0;
  padding: 0px 0px 2rem;
}
.readmore-content {
  position: relative;
  height: 200px;
  transition: all .4s;
  overflow: hidden;
}
.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4rem;
  transition: all .4s;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
}
.readmore-content.is_open:before{
  display: none;
}
.readmore button{
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #9e3d3f;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all .4s;
}
/* shikoku-88-temples end */


.wrapper {
	display: flex;
}
.Left {
	width: 0px;
}
.Center {
	width: calc(100% - 300px);
}
.Right {
	display: flex;
	width: 300px;
}
.Right-inner {
	width: 100%;
	position: sticky;
	align-self: flex-end;
	bottom: 0;
}

main {
}
.main {
	padding: 6rem 0 4rem;
}
.bannerssbox {
	display: none;
}

/* Right */
.Right-bannerbox img {
	width: 100%;
}
.bg-test {
}

/* footer */
.footer {
	padding: 180px 0 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.footer a {
}
/* footer end */

/* 記事 */
.entry-wrapper {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}
.entry-main {
	width: 720px;
}
h1.entry-title {
	margin-bottom: 0.4em;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #111;
}
.entry-tags {
	margin-left: -2px;
}
.entry-tags a {
	display: inline-block;
	margin: 2px;
	padding: 0.25em 0.375em;
	font-size: 0.77rem;
	line-height: 1;
	color: #333;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
}
.entry-tags a:hover {
	color: #fff;
	background-color: #2c4f54;
	border: 1px solid #2c4f54;
}
.entry-date {
	font-size: 0.88rem;
	color: #555;
}
.entry-sample {
	width: 100%;
}
.entry-content {
	width: 720px;
	padding: 2rem 0;
	font-size: 1.125rem;
	line-height: 1.8;
}
.entry-content a {
	color: #00a3af;
	text-decoration: underline;
}
.entry-content a:hover {
	opacity: 0.6;
}
.entry-content h2 {
	margin-bottom: 1rem;
	padding: 0.75rem 1rem;
	font-size: 1.4rem;
	border-top: 4px solid #2c4f54;
	border-bottom: 1px solid #2c4f54;
}
.entry-content h3 {
	margin-bottom: 0.75rem;
	padding: 0.5rem calc(1rem - 6px);
	font-size: 1.3rem;
	border-left: 6px solid #2c4f54;
}
.entry-content h4 {
	margin-bottom: 0.6rem;
	padding: 0.5rem calc(1rem - 6px);
	font-size: 1.25rem;
	border-left: 6px dotted #2c4f54;
}
.entry-content h50 {
	margin-bottom: 0.5rem;
	padding: 0.25rem calc(1rem - 6px);
	font-size: 1.125rem;
	border-left: 6px dotted #427780;
}
.entry-content h6 {
	margin-bottom: 0.45rem;
	padding: 0.25rem 1rem;
	font-size: 1.125rem;
	border-bottom: 2px dotted #427780;
}
.entry-content h5 {
  position: relative;
	margin-bottom: 0.5rem;
  padding: 0.25rem 1rem 0.75rem 1rem;
}

.entry-content h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #427780, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #427780, #427780 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}




.entry-content img, .wp-caption-text {
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
}
.entry-content img {
	width: 100%;
	height: auto;
	padding: 4px;
}
.entry-content a img {
	transition: all 0.3s;
}
.entry-content a img:hover {
	opacity: 0.6;
}
.entry-content img.size-medium {
	max-width: 300px;
	height: auto;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 2rem;
}
.wp-caption-text {
	display: block;
	position: relative;
	z-index: 10;
	margin-top: -1px;
	padding: 6px 15px 10px;
	font-size: 0.88em;
	font-weight: bold;
	border-top: none;
}
.entry-author-box {
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 3rem;
	background-color: #fff;
	border-top: 2px solid #427780;
	border-bottom: 1px solid #427780;
}
.entry-author-box h2 {
	padding: 0.5rem 1rem;
	font-size: 1.125rem;
	font-weight: bold;
	color: #2f5d50;
	border-bottom: 2px dotted #427780;
}
.entry-author-content {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}
.entry-author-contentL {
	width: 88px;
}
.entry-author-contentL img {
	width: 100%;
	height: auto;
	border-radius: 44px;
}

.entry-author-contentR {
	width: calc(100% - 120px);
}
.entry-author-name {
	margin-bottom: 0.5em;
	font-size: 1.2rem;
}

.entry-sidebar {
	width: 240px;
	min-height: 100vh;
}
.entry-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.entry-box::after {
	content: "";
	display: block;
	width: 320px;
}
.entry-item {
	width: 320px;
}
.entry-box li:last-child {
	margin-bottom: 0;
}
.entry-box li {
	margin-bottom: 2rem;
}
.entry-item-image img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	margin-bottom: 0.5rem;
	padding: 4px;
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	transition: all 0.3s;
}
.entry-item h2 {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #111;
}
.entry-item-author {
	display: flex;
	justify-content: space-between;
}
.entry-item-avatar {
	width: 36px;
	height: 36px;
	border-radius: 18px;
}
.entry-item-author-date {
	width: calc(100% - 48px);
	font-size: 0.77rem;
	line-height: 1.4;
	color: #111;
}
.entry-item-date {
	color: #555;
}


/* 記事 end */

input[type="checkbox"] {
	all: revert;
}

/* wpp */
.sidebar-popular {
	font-size: 0.75rem;
	line-height: 1.5;
}
.sidebar-popular li {
	margin-bottom: 0.72rem;
}
.sidebar-popular li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sidebar-popular li a:hover img {
	opacity: 0.6;
}
.sidebar-popular img {
	display: block;
	width: 72px;
	height: 72px;
	transition: all 0.3s;
}
.sidebar-popular span {
	display: block;
	width: 156px;
}
.sidebar-popular-title {
	color: #111;
}
.sidebar-popular li a:hover .sidebar-popular-title {
	text-decoration: underline;
}
.sidebar-popular-date {
	color: #555;
}



.wpp-list {
	font-size: 0.75rem;
	line-height: 1.5;
}
.wpp-list li {
	margin-bottom: 0.72rem;
}
.wpp-list li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.wpp-list li a:hover img {
	opacity: 0.6;
}
.wpp-list img {
	display: block;
	width: 72px;
	height: 72px;
	transition: all 0.3s;
}
.wpp-list span {
	display: block;
	width: 156px;
}
.wpp-list-title {
	color: #111;
}
/* end */
/* tag cloud */
.tag-cloud {
	margin: 0 0 2.4em -2px;
	font-size: 0.77rem;
}
.tag-cloud li {
	display: inline;
}
.tag-cloud li a {
	display: inline-block;
	margin: 2px;
	padding: 2px 6px;
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
}
.tag-cloud li a:hover {
	opacity: 0.6;
}
/* end */






@media (max-width: 2120px) {

html, body {
	font-size: 16px!important;
}
.globalnav {
	padding: 24px 24px;
	margin-bottom: 48px;
}
.globalnav a {
	padding: 4px 12px;
}
/* front page */
.main-circle {
	width: 432px;
	padding: 120px;
}
.sub-circle1, .sub-circle2, .sub-circle3, .sub-circle4 {
	width: 144px;
}
.sub-circle1 {
	top: calc(50%  - 408px);
	left: calc(50% - 72px);
}
.sub-circle2 {
	bottom: calc(50%  - 408px);
	left: calc(50% - 72px);
}
.sub-circle3 {
	top: calc(50% - 72px);
	left: calc(50% - 408px);
}
.sub-circle4 {
	top: calc(50% - 72px);
	right: calc(50% - 408px);
}
.fp-to, .fp-to-menu {
	width: 144px;
	height: 144px;
	font-size: 16px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-0.6rem) rotate(45deg);
}
.go {
	width: 48px;
}

.area-name {
}
.bekkaku-area-name {
}
.area-pref a {
}
.cat-name {
	display: block;
}
.pref-name {
	padding: 20px;
}
.templebox {
	max-width: 1360px;
	margin: 0 auto 60px;
	box-sizing: initial;
}
.thumbbox {
}
.thumbbox-adjust {
}
.thumb-temple {
	width: 240px;
}
.thumb-name {
	width: 240px;
	padding: 8px;
	top: 80px;
	left: calc(50% - 120px);
	font-size: 24px;
	line-height: 32px;
}
/* front page end */

/* cat */
.cat-templebox {
	max-width: 1088px;
}
.cat-templebox .thumbbox a {
	margin-bottom: 16px;
}
/* cat end */
/* shikoku-88-temples */
.wide-wrapper {
	max-width: 1200px;
}
.temple-wrapper {
	max-width: 1200px;
}
/* shikoku-88-temples end */
/* footer */
.footer {
	padding: 144px 0 24px;
	font-size: 16px;
	text-align: center;
}
/* footer end */







}
@media (max-width: 1800px) {

/* front page */
/* .templebox {
	max-width: 816px;
} */
/* front page end */







}
@media (max-width: 1576px) {

.Left {
	display: none;
}
.Center {
	width: calc(100% - 300px);
}


/* front page */
.front-page, .temple-cattop {
	padding: 0 40px;
}

/* front page end */










}
@media (max-width: 1200px) {

.wrapper {
	background: none;
}
.Center {
	width: 100%;
}
.Right {
	display: none;
}

/* menu */
.header2 {
  left: calc(50% - 1.2rem);
}
nav.globalnav ul {
	width: 100%;
  margin-left: 0;
}
/* menu end */
/* front page */
.front-page, .temple-cattop {
	padding: 0 20px;
}
/* front page end */
/* shikoku-88-temples */
.wide-wrapper {
	width: 100%;
	padding: 0;
}
.temple-data {
	padding: 4rem 2rem;
}
/* shikoku-88-temples end */
/* footer banner */
.bannerssbox {
	display: block;
}
.bannerssbox ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.bannerssbox ul li {
	width: calc(100% / 4);
}
.bannerssbox img {
	width: 100%;
	height: auto;
}
/* footer banner end */







}
@media (max-width: 900px) {

/* front page */
.fp-header {
	height: initial;
	display: initial;
}
.sub-circle1, .sub-circle2, .sub-circle3, .sub-circle4 {
	position: initial;
	display: initial;
	display: none;
}
/* front page end */
/* shikoku-88-temples */
.temple-wrapper {
	padding: 0 2rem;
}
.temple-address-wrapper dd dt {
	width: 100%;
	margin-bottom: 0.2rem;
}
.temple-address-wrapper dd dd {
	width: 100%;
	margin-bottom: 0.8rem;
}
.temple-list-wrapper {
	padding: 3rem 1.5rem;
}
.temple-listbox {
	max-width: 30rem;
}
.temple-list-outer {
	width: 50%;
}
/* shikoku-88-temples end */
/* footer banner */
.bannerssbox ul li {
	width: calc(100% / 3);
}
/* footer banner end */








}
@media (max-width: 600px) {

/* front page */
.front-page {
	padding: 10px;
}
/* front page end */
/* shikoku-88-temples */
/* shikoku-88-temples end */
.temple-data {
	padding: 2rem 1rem;
}
.temple-data dl {
	display: block;
}
.temple-data dt {
	margin-bottom: 0.2rem;
}
.temple-data dd {
	margin-bottom: 0.8rem;
}
.temple-data dt {
	width: 100%;
}
.temple-data dd {
	width: 100%;
}
.temple-address-wrapper {
	padding: 2rem 1rem;
}
.temple-address-wrapper dl {
	display: block;
}
.temple-address-wrapper dt {
	margin-bottom: 0.2rem;
}
.temple-address-wrapper dd {
	margin-bottom: 0.8rem;
}
.temple-address-wrapper dt, .temple-address-wrapper dd {
	width: 100%;
}
.gmap iframe {
	width: 100%;
	height: 50vh;
}
/* footer banner */
.bannerssbox ul li {
	width: calc(100% / 2);
}
/* footer banner end */









}
@media (max-width: 375px) {
/* front page end */
.bannerssbox ul li {
	width: 100%;
}
/* front page end */
/* shikoku-88-temples */
.temple-wrapper {
	padding: 0 1rem;
}
/* shikoku-88-temples end */
/* footer banner end */







}
