@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#643813;
    font-style: normal;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
main{
	display: block;
}
img {
	border-style: none;
}
button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	color: #3d3020;
	font-size: 23px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}
/* PCのみ */
@media all and (min-width: 751px) {
	body{
		min-width: 750px;
	}
	#all{
		width: 750px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	body{
		width: 100%;
		min-width: 320px;
		font-size: calc(26vw / 750 * 100);
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */


/* cv
---------------------------------------------------------- */
.cv01,
.cv02,
.cv03{
	position: relative;
}
.cv01 a,
.cv03 a{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.cv03 a{
	bottom: 12%;
}
.cv02 a{
	display: block;
	position: absolute;
	top: 42%;
	right: 7%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.cv01 a,
	.cv03 a{
		width: calc(650vw / 750 * 100);
	}
	.cv02 a{
		width: calc(325vw / 750 * 100);
	}
}


/* component
---------------------------------------------------------- */
.component{
	width: 650px;
	margin: 0 auto 10%;
	text-align: left;
	font-weight: bold;
}
.component dl dt{
	margin-top: 4%;
	border-bottom: 2px solid #cad5af;
	padding: 0 0.7em;
	line-height: 2;
	cursor: pointer;
	position: relative;
}
.component dl dt::after{
	content: "";
	display: inline-block;
	background: url("img/icon_arrow_up.png") no-repeat;
	background-size: contain;
	width: 21px;
	height: 15px;
	position: absolute;
	right: 5%;
	top: 32%;
	transform: rotate(180deg);
	transition: .2s;
}
.component dl dt.on::after{
	transform: rotate(0);
}
.component dl dd{
	display: none;
	padding-bottom: 3%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.component{
		width: calc(650vw / 750 * 100);
	}
	.component dl dt{
		border-widt: 1px;
	}
	.component dl dt::after{
		width: calc(21vw / 750 * 100);
		height: calc(15vw / 750 * 100);
	}
}


/* payment_ttl
---------------------------------------------------------- */
#payment_ttl.morihada25_info .org,
#entry-container #payment_select .org{
  color: #f46d00;
}
#payment_ttl.ttl_box.morihada25_info {
  text-align: center;
  color: #393939;
  border: 3px solid #ffc189;
  background: #fffdfb;
  border-radius: 4px;
  padding: 20px;
	letter-spacing: 0.03em;
}
#payment_ttl.morihada25_info .ttl {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.3;
}
#payment_ttl.morihada25_info .ttl span {
  display: inline-block;
  padding: 8px 27px;
  border-radius: 4px;
  background: #ffe4c7;
  margin-bottom: 9px;
  color: #393939;
  font-weight: 600;
  font-size: 16px;
}
#payment_ttl.ttl_box.morihada25_info p:not(.ttl){
	font-size: 16px;
}
@media screen and (max-width: 750px) {
	.morihada25_info{
		margin: 20px 20px 0;
	}
  #payment_ttl.morihada25_info p{
    font-size: 14px;
  }
  #payment_ttl.ttl_box.morihada25_info {
    margin-bottom: 8px;
    text-align: center;
    padding: 16px 10px 11px;
  }
  #payment_ttl.morihada25_info .ttl {
    font-size: 21px;
  }
  #payment_ttl.morihada25_info .ttl span {
    margin-bottom: 8px;
    font-size: 15px;
    padding: 6px 27px;
  }
  #payment_ttl.morihada25_info .ttl {
    margin-bottom: 6px;
    font-weight: bold;
  }
	#payment_ttl.ttl_box.morihada25_info p:not(.ttl){
		font-size: 14px;
	}
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	padding-top: 8%;
	color: #3d3020;
	padding: 11% 0 8%;
	font-feature-settings: "palt";
	line-height: 1.7;
}
footer a{
	color: #3d3020;
	text-decoration: none;
}
footer ul{
	list-style: none;
	font-size: 20px;
	display: flex;
	justify-content: center;
	margin: 10% auto 5%;
}
footer ul li{
	line-height: 1;
	padding: 0 0.7em;
	border-right: 1px solid #3d3020;
}
footer ul li:last-child{
	border: none;
}
footer ul a:hover{
	text-decoration: underline;
}
address{
	font-style: normal;
	font-size: 20px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.logo a{
		display: block;
		width: calc(357vw / 750 * 100);
		margin: auto;
	}
	footer ul{
		font-size: calc(20vw / 750 * 100);
	}
	address{
		font-size: calc(20vw / 750 * 100);
	}
}

