@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

* {box-sizing: border-box;}
body {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt";
    background-color: #F2EEE9;
}
.header {
    display: block;
    width: 100%;
    height: 90px;
    background-color: #3e3a39;
}
.header .inner:before {
    content: none;
}
.header .inner {
    margin: 0 auto;
}
.header img {
    margin: 0 auto;
    width: 195px;
    padding: 1.7rem 0;
}
section {
    width: 95%;
    max-width: 960px;
    margin: 50px auto;
    padding: 3rem 3rem;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 7px;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    line-height: 1.8;
}
h2 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 1em;
	text-align: center;
    color: #193C62;
    line-height: 1.4em;
}

.merit {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2em auto;
    width: 600px;
}
.merit .pc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.merit img {
    width: 5em;
    margin: 0 1em;
}
.merit .msg {
    display: flex;
    flex-direction: column;
}
.merit .msg div:first-child {
    color: #E47F44;
    font-size: 1.4em;
    line-height: 1.8em;
}
.merit .msg div:last-child {
    line-height: 1.5em;
    letter-spacing: 1.4px;
}
.sel2 {
    padding-bottom: 60px;
}
.sel {
    position: relative;
	color: #193C62;
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 2em;
}
.sel span {
    display: block;
	border-bottom: 2px solid #193C62;
}
.sel::after{
   content: "";
   display: block;
   width: 2px;
   height: 1em;
   background-color: #193C62;
   position: absolute;
   bottom: -1em;
}

#area-tab {
	margin: 0 auto;
	max-width: 800px;
}
#area-tab ul {
	display: flex;
	margin: 2em 0;
	padding: 0 0.5em;
	justify-content: center;
	align-items: flex-end;
	border-bottom: 2px solid #193C62;
}
#area-tab ul li {
	margin: 0 10px;
	padding: 1em 0.5em 0.8em 0.5em;
	width: calc(100% / 6 - 10px);
	text-align: center;
    background-color: #CCD3EB;
    border-radius: 1em 1em 0 0;
    cursor: pointer;
    color: #193C62;
	font-weight: bold;
}
#area-tab ul li.now {
	padding-top: 1.5em;
	color: #fff;
    background-color: #193C62;
}
.content_class {
    margin: 0 auto;
}
.content_class .row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}
.content_class .row > div {
    position: relative;
    width: calc(100% / 3);
    margin: 0.5em 0;
    padding: 1em 0;
    text-align: center;
}
.content_class .row div.col-6 {
    width: calc(90% / 2);
}
.content_class .row a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
}
.note {
    margin-top: 2em;
	color: #193C62;
	display: flex;
	justify-content: center;
}
.note span {
    padding: 0.5em 0.8em;
	border: 2px solid #193C62;
}

.other_place {
    width: 64%;
    margin: 2em auto;
	border: 2px solid #193C62;
	border-radius: 3em;
}
.other_place a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.33em;
    color: #193C62;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
}
.other_place span {
    display: block;
    margin: 0 5px;
}
.other_place img {
    margin: 0 5px;
    width: 1.75em;
}
.place_name {
	color: #193C62;
	display: flex;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 2em 0;
}
.place_name span {
	padding: 0 0.6em;
	border-bottom: 2px solid #193C62;
}
.list {
    display: flex;
    flex-wrap: wrap;
}
.list .tenji {
    margin: 0 1em 2em;
    width: calc(50% - 2em);
    line-height: 1.5em;
    font-size: 0.9rem;
}
.list .tenji .tenji_name {
    margin-bottom: 0.5em;
    text-align: center;
	color: #193C62;
	font-size: 1.2rem;
	font-weight: bold;
}
.list .tenji .photo_box {
    width: 100%;
}
.list .tenji .photo_box img {
    width: 100%;
}
.list .tenji .photo_box .thumb {
    width: 100%;
    overflow-x: auto;
}
.list .tenji .photo_box .thumb .thumbimg {
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    opacity: 0.8;
}
.list .tenji .photo_box .thumb .thumbimg.slick-current {
    opacity: 1;
}
.list .tenji .title {
    margin: 1em 0;
    padding: 0.3em 0;
    text-align: center;
	color: #193C62;
	font-weight: bold;
	border-top: 2px solid #193C62;
	border-bottom: 2px solid #193C62;
}
.list .tenji .address-box {
    display: flex;
}
.list .tenji .address {
    position: relative;
    min-height: 6em;
}
.list .tenji .map_btn {
    float: right;
    margin-left: 1em;
    width: 6em;
    padding-bottom: 1em;
}
.list .tenji .map_btn a {
    display: block;
    padding: 5px;
    width: 100%;
    color: #193C62;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #193C62;
}
.list .tenji .map_btn a:hover {
    color: #fff;
    background-color: #193C62;
    opacity: 1;
}
.list .tenji .access {
    min-height: 5em;
}
.list .tenji .links {
    display: flex;
    align-items: stretch;
    justify-content:space-around;
    flex-wrap: wrap;
}
.list .tenji .links .btn {
    width: calc(50% - 4px);
    margin: 1em 0 0.5em;
}
.list .tenji .links .btn a {
    display: block;
    padding: 0.7em;
    color: #fff;
    background-color: #193C62;
    text-align: center;
    text-decoration: none;
    border: 2px solid #193C62;
    border-radius: 2em;
}
.list .tenji .links .btn a:hover {
    color: #193C62;
    background-color: #fff;
    opacity: 1;
}

@media screen and (max-width:900px) {
    section {
        padding: 3rem 1rem;
    }
    #area-tab ul li {
    	margin: 0 5px;
    }
    .other_place a {
        font-size: 1.4rem;
    }
}
@media screen and (max-width:700px) {
    .header img {
        margin: 0 auto;
        width: 195px;
        padding: 1.7rem 0;
    }
    .main {
    	width: calc(100% - 2em);
    	max-width: none;
    }
    h2 {
    	font-size: 5vw;
    }
    .sel2 {
        padding-bottom: 11.25vw;
    }
    .sel::after{
       height: 0.8em;
       bottom: -0.8em;
    }
    #area-tab {
    	width: 100%;
    }
    #area-tab ul {
        padding: 0;
        justify-content: space-around;
    }
    #area-tab ul li {
        margin: 0 ;
    	width: calc(100% / 6 - 4px);
        font-size: 2.4vw;
    	padding: 3vw 0 2.5vw;
    	border-radius: 1em 1em 0 0;
    	line-height: 1.3em;
    }
    #area-tab ul li.now {
    	padding: 4vw 0 3vw;
    	color: #fff;
        background-color: #193C62;
    }
    .content_class .row a {
        font-size: 5vw;
    }

    .other_place a {
        font-size: 4vw;
    }
}
@media screen and (max-width:639px) {
    .header {
        background-color: #3e3a39;
        height: 15vw;
        position: relative;
        max-height: 85px;
    }
    .header .inner {
        position: relative;
        max-width: 640px;
        padding: 0 15px;
    }
    .header img {
        margin: 0 auto;
        max-width: 195px;
        padding: 4.6vw 0;
        width: 33%;
    }
    section {
        padding: 0;
    }
    .main {
        margin: 3em auto;
    	padding: 0;
    }
    .merit {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .merit img {
        width: 2em;
        margin: 0 0.3em;
    }
    .merit .msg {
        align-items: center;
        text-align: center;
        font-size: 0.9rem;
        line-height: 1.3em;
    }
    .merit .msg div:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3.5em;
        padding: 0;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.3em;
    }
    .merit .msg img.sp {
        width: 12%;
    }
    .merit .msg span {
        font-size: calc(100vw * 0.95 * 0.042);
    }
    .sel span {
        font-size: 3.75vw;
    }
    .sel::after{
       height: 0.5em;
       bottom: -0.5em;
    }
    .content_class .row > div {
        width: calc(100% / 3);
        margin: 0;
        padding: 1em 0;
    }
    .note span {
        padding: 0.5em 0.8em;
        font-size: 0.8rem;
    }

    .other_place {
        width: 85%;
        margin: 2em auto;
        border-width: 1px;
    }
    .other_place a {
        font-weight: normal;
    }
    .place_name {
    	font-size: 3.5vw;
    	margin: 2em 0;
    }
    .place_name span {
        display: block;
        padding-bottom: 0;
    	border-width: 1px;
    }
    .tenji_name {
        font-size: 4.375vw
    }

    .list {
        flex-direction: column;
        align-items: center;
    }
    .list .tenji {
        margin: 0 0 2em;
        width: 85%;
    }
    .list .tenji .links {
        flex-direction: column;
    }
    .list .tenji .links .btn {
        width: 100%;
        padding-bottom: 0;
    }
}
